@charset "UTF-8";
@media screen and (min-width: 700px) {
  * {
    margin: 0;
    padding: 0;
    outline: 0 !important;
    box-sizing: border-box;
  }
  html {
    min-width: 1200px;
    line-height: 145%;
    overflow-x: hidden;
  }
  *:before,
  *:after {
    box-sizing: border-box;
  }
  body {
    color: #333333;
    font-family: "Unbounded", sans-serif !important;
    -webkit-overflow-scrolling: touch;
    font-weight: 400;
    font-style: normal;
    -webkit-text-size-adjust: 100%;
    overflow: hidden;
  }
  .bg_dop {
    background-image: linear-gradient(-45deg, #dee2f4, #f2f3f7);
  }
  .color {
    background: -webkit-linear-gradient(-90deg, #71aeff, #266ecd);
    -webkit-background-clip: text;
    -webkit-text-fill-color: rgba(0, 0, 0, 0);
    -webkit-box-decoration-break: clone;
  }
  .container {
    max-width: 1200px;
    min-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
  }
  .container2 {
    max-width: 1200px;
    width: 100%;
    min-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
  }
  .cd-auto-hide-header {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: auto;
    transition: transform 0.5s;
    z-index: 30;
    display: flex;
    align-items: center;
    flex-direction: column;
  }
  .cd-auto-hide-header .menu_desc {
    width: 100%;
    max-width: 100%;
    justify-content: space-between;
    display: flex;
    background-color: #dee2f4;
    margin-top: 0px;
    padding: 10px 0px;
  }
  .cd-auto-hide-header .menu_desc .nav {
    justify-content: space-between;
    display: flex;
  }
  .cd-auto-hide-header .menu_desc .nav a {
    font-size: 14px;
    color: #333;
    text-decoration: none;
    line-height: 14px;
    font-weight: 400;
  }
  .cd-auto-hide-header .menu_desc .nav a:hover {
    color: #266ecd;
    font-weight: 400;
  }
  .cd-auto-hide-header.is-hidden {
    transform: translateY(0%);
  }
  .animate {
    background-color: #fff;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.05);
  }
  section {
    padding: 90px 0;
  }
  header {
    background-image: url(../img/bg1/2222.jpg);
    background-size: cover;
    background-position: center center;
    position: relative;
    overflow: hidden;
    padding-bottom: 90px;
  }
  h3 {
    font-size: 42px;
    font-weight: 700;
    text-align: center;
    line-height: 140%;
    text-transform: uppercase;
  }
  h3 small {
    font-size: 30px;
    line-height: 140%;
    font-weight: 200;
    color: #323232;
    text-transform: uppercase;
    display: block;
    margin-top: 15px;
  }
  h3 span {
    color: #ff9600;
  }
  .button {
    cursor: pointer;
    border-radius: 5px;
    position: relative;
    overflow: hidden;
    cursor: pointer;
    z-index: 10;
    width: 500px;
    height: 100px;
    font-size: 18px;
  }
  .button button {
    height: 100%;
    width: 100%;
    background-image: linear-gradient(to top, #d77e00, #ffb955);
    font-family: "Unbounded", sans-serif !important;
    cursor: pointer;
    border: none;
    color: #fff;
    font-weight: 500;
    transition: background 0.2s ease;
    width: 100%;
    transition: 0.3s;
  }
  .button button p {
    position: relative;
    z-index: 1;
    font-size: 22px;
    text-transform: uppercase;
  }
  .button button:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border-radius: 5px;
    background-image: linear-gradient(to top, #ffb955, #d77e00);
    opacity: 0;
    transition: 0.3s;
  }
  .button button:hover:before {
    opacity: 1;
  }
  .menu {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 10px 0;
  }
  .menu p {
    font-size: 14px;
    line-height: 180%;
    font-weight: 300;
  }
  .menu p b {
    font-weight: 700;
  }
  .menu .logo {
    display: flex;
    align-items: center;
  }
  .menu .logo img {
    height: 50px;
  }
  .menu .logo p {
    width: 240px;
    margin-left: 20px;
  }
  .menu .social {
    display: flex;
    flex-direction: row;
    align-items: center;
    margin-left: auto;
    margin-right: 60px;
  }
  .menu .social p {
    margin-left: 15px;
    font-weight: 300;
    line-height: 150%;
    font-size: 14px;
  }
  .menu .social p b {
    display: block;
    font-weight: 800;
    text-transform: uppercase;
    font-size: 14px;
  }
  .menu .social > img {
    width: 55px;
    height: 55px;
    display: flex;
    -o-object-fit: cover;
       object-fit: cover;
    border-radius: 50%;
  }
  .menu .social .items {
    display: flex;
    justify-content: space-between;
    margin-left: 15px;
  }
  .menu .social .items a {
    height: 42px;
    width: auto;
  }
  .menu .social .items a:nth-child(n+2) {
    margin-left: 10px;
  }
  .menu .social .items a img {
    width: 100%;
    height: 100%;
  }
  .menu .tel {
    text-align: right;
  }
  .menu .tel p {
    line-height: 14px;
  }
  .menu .tel a {
    font-size: 25px;
    font-weight: 700;
    text-decoration: none;
    color: #333;
    margin-top: 6px;
    display: block;
  }
  .main {
    padding-top: 170px;
  }
  .main .left {
    position: relative;
  }
  .main .left h1 {
    font-size: 48px;
    text-transform: uppercase;
    font-weight: 700;
    line-height: 130%;
    position: relative;
    z-index: 2;
  }
  .main .left h1 span {
    background: -webkit-linear-gradient(-90deg, #ff9600, #d77e00);
    -webkit-background-clip: text;
    -webkit-text-fill-color: rgba(0, 0, 0, 0);
    -webkit-box-decoration-break: clone;
  }
  .main .left > img {
    position: absolute;
    bottom: -120px;
    right: -170px;
    width: 1100px;
  }
  .main .left .cloud {
    left: -100px;
    top: 20px;
    z-index: 1;
    width: 800px;
  }
  .main .left .h1_dop {
    margin-top: 20px;
    font-size: 30px;
    line-height: 140%;
    font-weight: 200;
    color: #323232;
    text-transform: uppercase;
    width: 550px;
    position: relative;
    z-index: 2;
  }
  .main .left .plusi {
    display: flex;
    flex-wrap: wrap;
    width: 740px;
    justify-content: space-between;
    margin-top: 50px;
    position: relative;
    z-index: 2;
  }
  .main .left .plusi .item {
    display: flex;
    background-color: #fff;
    padding: 25px;
    border-radius: 5px;
  }
  .main .left .plusi .item:nth-child(n+3) {
    margin-top: 20px;
  }
  .main .left .plusi .item .img {
    background-image: linear-gradient(to bottom, #71aeff, #266ecd);
    width: 45px;
    height: 45px;
    border-radius: 5px;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .main .left .plusi .item p {
    font-weight: 300;
    margin-left: 15px;
    width: 249px;
    line-height: 130%;
  }
  .main .left .plusi .item p b {
    display: block;
    text-transform: uppercase;
    font-size: 18px;
    margin-bottom: 5px;
    font-weight: 700;
  }
  .bg3 h3 {
    width: 950px;
    margin-left: auto;
    margin-right: auto;
  }
  .bg3 .cases {
    margin-top: 50px;
    position: relative;
  }
  .bg3 .cases .item {
    width: 860px;
    padding: 50px;
    background-image: linear-gradient(-45deg, #dee2f4, #f2f3f7);
    border-radius: 5px;
  }
  .bg3 .cases .item h4 {
    font-size: 21px;
    text-transform: uppercase;
  }
  .bg3 .cases .item h4 small {
    display: block;
    font-weight: 300;
    font-size: 14px;
    margin-top: 5px;
  }
  .bg3 .cases .item .img {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-top: 25px;
  }
  .bg3 .cases .item .img a {
    width: 49%;
    height: 240px;
    display: flex;
    -o-object-fit: cover;
       object-fit: cover;
    border-radius: 5px;
  }
  .bg3 .cases .item .img a:nth-child(n+3) {
    margin-top: 15px;
  }
  .bg3 .cases .item .img a img {
    width: 100%;
    height: 100%;
    display: flex;
    -o-object-fit: cover;
       object-fit: cover;
    border-radius: 5px;
  }
  .bg3 .cases .owl-prev {
    left: 90px;
    transition: ease-in-out 0.2s;
  }
  .bg3 .cases .owl-next {
    right: 90px;
    transition: ease-in-out 0.2s;
  }
  .bg4 h3 {
    text-align: left;
    width: 800px;
  }
  .bg4 .bg4_all {
    margin-top: 50px;
    display: flex;
    justify-content: space-between;
  }
  .bg4 .left {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    width: 560px;
  }
  .bg4 .left .item {
    width: 270px;
    background-color: #fff;
    padding: 30px;
    border-radius: 5px;
    overflow: hidden;
    height: 320px;
    position: relative;
  }
  .bg4 .left .item:last-child {
    width: 100%;
    margin-top: 20px;
  }
  .bg4 .left .item:last-child img {
    height: 230px;
  }
  .bg4 .left .item b {
    text-transform: uppercase;
    font-size: 20px;
    font-weight: 600;
    line-height: 140%;
  }
  .bg4 .left .item:nth-child(3) img {
    right: -50px;
  }
  .bg4 .left .item img {
    height: 180px;
    position: absolute;
    right: 0px;
    bottom: 0px;
  }
  .bg4 .right {
    padding: 30px;
    background-color: #fff;
    border-radius: 5px;
    width: 560px;
    display: flex;
    flex-direction: column;
    overflow: hidden;
  }
  .bg4 .right .info {
    width: 340px;
    display: flex;
    flex-direction: column;
    height: 100%;
    position: relative;
  }
  .bg4 .right .info > img {
    position: absolute;
    width: 360px;
    right: -270px;
    bottom: -120px;
  }
  .bg4 .right .info > b {
    text-transform: uppercase;
    font-size: 20px;
    font-weight: 600;
    line-height: 140%;
  }
  .bg4 .right .info > p {
    text-transform: uppercase;
    font-weight: 300;
    font-size: 20px;
    margin-top: 7px;
  }
  .bg4 .right .info ul {
    list-style-type: none;
    font-weight: 300;
    width: 314px;
  }
  .bg4 .right .info ul li {
    margin-top: 15px;
    position: relative;
    padding-left: 20px;
  }
  .bg4 .right .info ul li::before {
    content: "";
    display: block;
    width: 8px;
    height: 8px;
    background-image: linear-gradient(to bottom, #71aeff, #266ecd);
    position: absolute;
    top: 7px;
    left: 0;
    border-radius: 2px;
  }
  .bg4 .right .button_block {
    margin-top: auto;
    display: flex;
    width: 500px;
    align-items: center;
    position: relative;
    z-index: 3;
  }
  .bg4 .right .button_block .button {
    height: 90px;
    width: 340px;
  }
  .bg4 .right .button_block .items {
    display: flex;
    justify-content: space-between;
    margin-left: 20px;
  }
  .bg4 .right .button_block .items a {
    height: 50px;
    width: auto;
  }
  .bg4 .right .button_block .items a:nth-child(n+2) {
    margin-left: 12px;
  }
  .bg4 .right .button_block .items a img {
    width: 100%;
    height: 100%;
  }
  .bg5 h3 {
    width: 100%;
    margin: 0 auto;
  }
  .bg5 .project {
    margin-top: 50px;
  }
  .bg5 .project .item {
    background-image: linear-gradient(-45deg, #dee2f4, #f2f3f7);
    padding: 50px;
    border-radius: 5px;
    display: flex;
    justify-content: space-between;
  }
  .bg5 .project .item:nth-child(n+2) {
    margin-top: 60px;
  }
  .bg5 .project .item .left {
    width: 630px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  .bg5 .project .item .left a {
    width: 100%;
    height: 375px;
    display: flex;
    -o-object-fit: cover;
       object-fit: cover;
  }
  .bg5 .project .item .left a:nth-child(n+2) {
    width: 24%;
    height: 106px;
    margin-top: 10px;
  }
  .bg5 .project .item .left a img {
    width: 100%;
    height: 100%;
    border-radius: 5px;
    display: flex;
    -o-object-fit: cover;
       object-fit: cover;
    align-items: center;
  }
  .bg5 .project .item .right {
    width: 380px;
  }
  .bg5 .project .item .right h4 {
    font-weight: 600;
    text-transform: uppercase;
    font-size: 28px;
  }
  .bg5 .project .item .right > p {
    text-transform: uppercase;
    font-weight: 300;
    font-size: 19px;
    margin-top: 12px;
  }
  .bg5 .project .item .right .rooms {
    display: flex;
    margin-top: 25px;
  }
  .bg5 .project .item .right .rooms .room {
    border: 1px solid #a1a1a1;
    border-radius: 5px;
    display: flex;
    align-items: flex-end;
    flex-wrap: wrap;
    width: 120px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 15px;
  }
  .bg5 .project .item .right .rooms .room:nth-child(n+2) {
    margin-left: 15px;
  }
  .bg5 .project .item .right .rooms .room b {
    display: block;
    font-size: 40px;
    font-weight: 400;
    line-height: 30px;
  }
  .bg5 .project .item .right .rooms .room p {
    flex: 1;
    font-size: 16px;
    margin-top: 6px;
    line-height: 16px;
  }
  .bg5 .project .item .right .rooms .room .img {
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 5px;
    background-image: linear-gradient(to bottom, #71aeff, #266ecd);
    margin-left: 10px;
  }
  .bg5 .project .item .right .lines {
    margin-top: 25px;
  }
  .bg5 .project .item .right .lines .line {
    display: flex;
    justify-content: space-between;
    border-bottom: 1px solid #a1a1a1;
  }
  .bg5 .project .item .right .lines .line p {
    font-weight: 300;
  }
  .bg5 .project .item .right .lines .line:nth-child(n+2) {
    margin-top: 10px;
  }
  .bg5 .project .item .right span {
    display: block;
    text-align: center;
    border-bottom: 1px dashed #a1a1a1;
    width: -moz-max-content;
    width: max-content;
    margin: 20px auto 0 auto;
    cursor: pointer;
  }
  .bg5 .project .item .right .price {
    background-color: #fff;
    padding: 20px;
    margin-top: 25px;
    border-radius: 5px;
  }
  .bg5 .project .item .right .price > b {
    text-transform: uppercase;
  }
  .bg5 .project .item .right .price .lines {
    margin-top: 5px;
  }
  .bg5 .project .item .right .price .lines .line b {
    text-transform: uppercase;
  }
  .bg5 .project .item .right .button {
    width: 100%;
    margin-top: 25px;
  }
  .bg5 .project .item .right .button button {
    padding: 0 20px;
  }
  .bg5 .project .item .right .button button p {
    font-size: 20px;
  }
  .bg6 h3 {
    text-align: left;
  }
  .bg6 .cases {
    margin-top: 50px;
    position: relative;
  }
  .bg6 .cases .item {
    width: 860px;
    padding: 50px;
    background-color: #fff;
    border-radius: 5px;
    display: flex;
    justify-content: space-between;
  }
  .bg6 .cases .item .left {
    width: 350px;
    display: flex;
    flex-direction: column;
  }
  .bg6 .cases .item .left a {
    width: 100%;
    height: 218px;
    display: flex;
    -o-object-fit: cover;
       object-fit: cover;
  }
  .bg6 .cases .item .left a:nth-child(n+2) {
    margin-top: 10px;
  }
  .bg6 .cases .item .left a img {
    width: 100%;
    height: 100%;
    display: flex;
    -o-object-fit: cover;
       object-fit: cover;
    border-radius: 5px;
  }
  .bg6 .cases .item .right {
    width: 365px;
  }
  .bg6 .cases .item .right h4 {
    font-size: 20px;
    text-transform: uppercase;
    line-height: 26px;
  }
  .bg6 .cases .item .right small {
    display: block;
    text-transform: uppercase;
    font-size: 16px;
    font-weight: 300;
    margin-top: 7px;
  }
  .bg6 .cases .item .right span {
    display: block;
    height: 1px;
    width: 100%;
    background-color: #a1a1a1;
    margin-top: 20px;
    margin-bottom: 20px;
  }
  .bg6 .cases .item .right > p {
    font-weight: 300;
  }
  .bg6 .cases .item .right > p:nth-child(n+2) {
    margin-top: 15px;
  }
  .bg6 .cases .item .right .cont {
    display: flex;
    justify-content: space-between;
    margin-top: 20px;
  }
  .bg6 .cases .item .right .cont .items {
    display: flex;
    justify-content: space-between;
    margin-left: 15px;
  }
  .bg6 .cases .item .right .cont .items a {
    height: 40px;
    width: auto;
  }
  .bg6 .cases .item .right .cont .items a:nth-child(n+2) {
    margin-left: 12px;
  }
  .bg6 .cases .item .right .cont .items a img {
    width: 100%;
    height: 100%;
  }
  .bg6 .cases .item .right .cont .tel {
    text-align: left;
  }
  .bg6 .cases .item .right .cont .tel p {
    font-size: 14px;
    line-height: 14px;
    font-weight: 300;
  }
  .bg6 .cases .item .right .cont .tel a {
    font-size: 22px;
    line-height: 22px;
    font-weight: 700;
    text-decoration: none;
    color: #333;
    margin-top: 6px;
    display: block;
  }
  .bg6 .cases .item .right .button {
    width: 100%;
    margin-top: 30px;
  }
  .bg6 .cases .owl-prev {
    left: 90px;
    transition: ease-in-out 0.2s;
  }
  .bg6 .cases .owl-next {
    right: 90px;
    transition: ease-in-out 0.2s;
  }
  .bg2 .left {
    width: 683px;
    position: relative;
  }
  .bg2 .left > img {
    position: absolute;
    width: 430px;
    height: 400px;
    top: 12px;
    border-radius: 5px;
    right: -475px;
    display: flex;
    -o-object-fit: cover;
       object-fit: cover;
  }
  .bg2 .left h3 {
    text-align: left;
  }
  .bg2 .left > p {
    margin-top: 30px;
    font-weight: 250;
    padding-left: 25px;
    border-left: 2px solid #ff9600;
    font-size: 22px;
    line-height: 145%;
    width: 670px;
  }
  .bg2 .left > p span {
    display: block;
    padding-top: 15px;
  }
  .bg2 .plusi {
    display: flex;
    justify-content: space-between;
    margin-top: 60px;
  }
  .bg2 .plusi .item {
    width: 31%;
    background-image: linear-gradient(-45deg, #dee2f4, #f2f3f7);
    padding: 30px;
    border-radius: 5px;
    overflow: hidden;
    height: 315px;
    position: relative;
  }
  .bg2 .plusi .item:nth-child(2) img {
    width: 200px;
    display: block;
    -o-object-fit: cover;
       object-fit: cover;
  }
  .bg2 .plusi .item:nth-child(2) .first {
    left: 0;
  }
  .bg2 .plusi .item b {
    text-transform: uppercase;
    font-size: 20px;
    font-weight: 600;
    line-height: 140%;
  }
  .bg2 .plusi .item:nth-child(3) img {
    right: -50px;
  }
  .bg2 .plusi .item img {
    height: 180px;
    position: absolute;
    right: 0px;
    bottom: 0px;
  }
  .bg7 h3 {
    width: 900px;
    margin: 0 auto;
    position: relative;
  }
  .bg7 h3 a {
    display: inline-flex;
    -o-object-fit: contain;
       object-fit: contain;
    width: 62px;
    height: 44px;
    position: relative;
    top: 5px;
  }
  .bg7 h3 a img {
    width: 100%;
    height: 100%;
    display: inline-flex;
    -o-object-fit: contain;
       object-fit: contain;
  }
  .bg7 .video_all {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    margin-top: 50px;
  }
  .bg7 .video_all .video {
    height: 300px;
    width: 48%;
  }
  .bg7 .video_all .video:nth-child(n+3) {
    margin-top: 40px;
  }
  .bg7 > a {
    text-align: center;
    width: -moz-max-content;
    width: max-content;
    margin-top: 50px;
    margin-left: auto;
    margin-right: auto;
    display: flex;
    color: #333;
    text-decoration: none;
    border-bottom: 1px dashed #333;
    align-items: center;
    font-size: 18px;
    font-weight: 300;
    transition: all 0.2s ease-out;
  }
  .bg7 > a:hover {
    border-bottom: 1px dashed #ff9600;
  }
  .bg7 > a:hover img {
    transform: rotate(0deg);
  }
  .bg7 > a img {
    margin-left: 12px;
    transform: rotate(45deg);
    transition: all 0.2s ease-out;
  }
  .bg8 h3 {
    text-align: left;
    width: 900px;
  }
  .bg8 .items {
    margin-top: 50px;
    display: flex;
    justify-content: space-between;
    align-items: stretch;
  }
  .bg8 .items .director {
    background-image: linear-gradient(to top, rgba(255, 255, 255, 0) 0%, rgb(255, 255, 255) 90%), url(../img/bg8/bg.jpg);
    background-size: cover;
    background-position: center;
    width: 260px;
    height: 490px;
    border-radius: 5px;
    position: relative;
    overflow: hidden;
  }
  .bg8 .items .director .name {
    position: absolute;
    left: 20px;
    top: 25px;
    z-index: 3;
    text-transform: uppercase;
    width: 100%;
  }
  .bg8 .items .director .name b {
    display: block;
    line-height: 120%;
  }
  .bg8 .items .director .name p {
    font-weight: 300;
    line-height: 115%;
    margin-top: 5px;
  }
  .bg8 .items .director img {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 300px;
  }
  .bg8 .items .plusi {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    width: 530px;
  }
  .bg8 .items .plusi .item {
    width: 246px;
  }
  .bg8 .items .plusi .item:nth-child(n+3) {
    margin-top: 30px;
  }
  .bg8 .items .plusi .item b {
    text-transform: uppercase;
    font-size: 18px;
    display: block;
    line-height: 140%;
  }
  .bg8 .items .plusi .item p {
    font-size: 14px;
    font-weight: 300;
    line-height: 140%;
    margin-top: 7px;
  }
  .bg8 .items .garant {
    width: 290px;
    background-image: linear-gradient(to bottom, #71aeff, #266ecd);
    height: auto;
    padding: 20px;
    border-radius: 5px;
    display: flex;
    align-items: center;
    flex-direction: column;
    position: relative;
  }
  .bg8 .items .garant b {
    text-transform: uppercase;
    font-size: 17px;
    display: block;
    line-height: 140%;
    color: #fff;
    font-weight: 500;
  }
  .bg8 .items .garant img {
    margin-top: 30px;
  }
  .bg8 .items .garant .doc {
    width: 280px;
    position: absolute;
    bottom: 0;
    left: 18px;
  }
  .bg8 .otz {
    margin-top: 80px;
  }
  .bg8 .otz h3 {
    text-align: center;
    margin: 0 auto;
  }
  .bg8 .otz .cases {
    margin-top: 50px;
    position: relative;
  }
  .bg8 .otz .cases .item {
    width: 590px;
    padding: 40px;
    background-color: #fff;
    border-radius: 5px;
    display: flex;
    flex-direction: column;
  }
  .bg8 .otz .cases .item .top .name {
    display: flex;
    align-items: center;
  }
  .bg8 .otz .cases .item .top .name p {
    font-weight: 300;
    margin-left: 15px;
    font-size: 14px;
  }
  .bg8 .otz .cases .item .top .name p b {
    display: block;
    font-size: 18px;
    position: relative;
  }
  .bg8 .otz .cases .item .top .name p b img {
    position: absolute;
    height: 22px;
    left: 320px;
    bottom: 0;
  }
  .bg8 .otz .cases .item .top .name > img {
    border-radius: 50%;
    width: 64px;
    height: 64px;
    display: flex;
    -o-object-fit: cover;
       object-fit: cover;
  }
  .bg8 .otz .cases .item .foto {
    display: flex;
    justify-content: space-between;
    margin-top: 20px;
  }
  .bg8 .otz .cases .item .foto a {
    width: 49%;
    height: 170px;
    display: flex;
    -o-object-fit: cover;
       object-fit: cover;
  }
  .bg8 .otz .cases .item .foto a img {
    width: 100%;
    height: 100%;
    border-radius: 5px;
    display: flex;
    -o-object-fit: cover;
       object-fit: cover;
  }
  .bg8 .otz .cases .item > p {
    margin-top: 20px;
    font-weight: 300;
  }
  .bg8 .otz .cases .owl-prev {
    left: 225px;
    transition: ease-in-out 0.2s;
  }
  .bg8 .otz .cases .owl-next {
    right: 225px;
    transition: ease-in-out 0.2s;
  }
  .bg9 h3 {
    text-align: left;
    width: 750px;
  }
  .bg9 .ipot {
    display: flex;
    justify-content: space-between;
    margin-top: 50px;
  }
  .bg9 .ipot .item {
    width: 31%;
    background-image: linear-gradient(-45deg, #dee2f4, #f2f3f7);
    padding: 30px;
    border-radius: 5px;
  }
  .bg9 .ipot .item .img {
    width: 45px;
    height: 45px;
    background-image: linear-gradient(to bottom, #71aeff, #266ecd);
    border-radius: 5px;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .bg9 .ipot .item b {
    display: block;
    margin-top: 30px;
    font-size: 20px;
    text-transform: uppercase;
    font-weight: 500;
    line-height: 140%;
  }
  .bg9 .consult {
    margin-top: 80px;
    background-image: linear-gradient(-45deg, #dee2f4, #f2f3f7);
    padding: 70px;
    border-radius: 5px;
    overflow: hidden;
  }
  .bg9 .consult .left {
    position: relative;
  }
  .bg9 .consult .left ul {
    list-style-type: none;
    font-weight: 300;
    width: 420px;
    margin-top: 30px;
  }
  .bg9 .consult .left ul li {
    margin-top: 25px;
    position: relative;
    padding-left: 20px;
    font-size: 20px;
    line-height: 140%;
  }
  .bg9 .consult .left ul li::before {
    content: "";
    display: block;
    width: 8px;
    height: 8px;
    background-image: linear-gradient(to bottom, #71aeff, #266ecd);
    position: absolute;
    top: 9px;
    left: 0;
    border-radius: 2px;
  }
  .bg9 .consult .left .img {
    position: absolute;
    bottom: -75px;
  }
  .bg9 .consult .left .img .name {
    text-transform: uppercase;
    background-color: #fff;
    padding: 20px;
    width: 250px;
    left: 500px;
    top: 300px;
    position: absolute;
    border-radius: 5px;
  }
  .bg9 .consult .left .img .name b {
    font-size: 14px;
    display: block;
    line-height: 130%;
  }
  .bg9 .consult .left .img .name p {
    font-weight: 300;
    margin-top: 5px;
  }
  .bg9 .consult .left .img img {
    height: 740px;
  }
  .bg9 .consult .left .forma {
    padding: 40px;
    background-color: #fff;
    border-radius: 5px;
    margin-top: 30px;
    width: -moz-max-content;
    width: max-content;
    position: relative;
    z-index: 3;
  }
  .bg9 .consult .left .forma h4 {
    text-transform: uppercase;
    font-size: 18px;
  }
  .bg9 .consult .left .forma form {
    margin-top: 15px;
  }
  .bg9 .consult .left .forma form input {
    background-color: #f2f3f7;
  }
  .bg9 .consult .left .forma form .button button p {
    font-size: 20px;
  }
  .footer h3 {
    text-align: left;
    width: 700px;
  }
  .footer .cont_all {
    margin-top: 30px;
    display: flex;
    justify-content: space-between;
    align-items: stretch;
  }
  .footer .cont_all .prosmotr {
    width: 750px;
    height: auto;
    position: relative;
    border-radius: 5px;
    overflow: hidden;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
  }
  .footer .cont_all .prosmotr img {
    width: 48%;
    height: 258px;
    display: flex;
    -o-object-fit: cover;
       object-fit: cover;
    border-radius: 5px;
  }
  .footer .cont_all .prosmotr img:nth-child(n+3) {
    margin-top: 20px;
  }
  .footer .cont_all .cont {
    width: 340px;
  }
  .footer .cont_all .cont .button {
    width: 100%;
    margin-top: 40px;
  }
  .footer .cont_all .cont .button button {
    padding: 0 15px;
  }
  .footer .cont_all .cont .button button p {
    font-size: 20px;
  }
  .footer .cont_all .cont .item {
    text-transform: uppercase;
  }
  .footer .cont_all .cont .item:nth-child(n+2) {
    margin-top: 25px;
  }
  .footer .cont_all .cont .item p {
    font-weight: 300;
  }
  .footer .cont_all .cont .item a,
  .footer .cont_all .cont .item b {
    text-decoration: none;
    color: #333;
    font-size: 22px;
    line-height: 26px;
    font-weight: 600;
    display: block;
    margin-top: 5px;
  }
  .forma_pop {
    padding: 40px;
    background-color: #fff;
    border-radius: 5px;
    margin-top: 0px;
    width: -moz-max-content;
    width: max-content;
    position: relative;
    z-index: 3;
    width: 450px;
  }
  .forma_pop h4 {
    text-transform: uppercase;
    font-size: 20px;
    line-height: 135%;
  }
  .forma_pop > p {
    font-weight: 300;
    line-height: 140%;
    margin-top: 5px;
    font-size: 14px;
  }
  .forma_pop .img {
    display: flex;
    margin: 15px 0;
    align-items: center;
    padding: 20px 0;
    border-bottom: 1px solid #a1a1a1;
    border-top: 1px solid #a1a1a1;
  }
  .forma_pop .img img {
    width: 120px;
    height: 70px;
    border-radius: 5px;
    display: flex;
    -o-object-fit: cover;
       object-fit: cover;
  }
  .forma_pop .img p {
    font-size: 14px;
    font-weight: 300;
    margin-left: 15px;
    line-height: 130%;
  }
  .forma_pop .img p b {
    display: block;
    text-transform: uppercase;
  }
  .forma_pop form {
    margin-top: 20px;
    flex-direction: column;
  }
  .forma_pop form .select_wrap {
    width: 100%;
    position: relative;
    margin-top: 0px;
  }
  .forma_pop form .select_wrap .arrow {
    position: absolute;
    top: 50%;
    right: 20px;
    transform: translateY(-50%);
    width: 10px;
    height: 10px;
    opacity: 0.7;
    display: block;
  }
  .forma_pop form .select_wrap select {
    padding: 0px 20px 0px 20px !important;
    width: 100%;
    height: 60px;
    border-radius: 5px;
    -moz-appearance: none;
         appearance: none;
    -webkit-appearance: none;
    background-color: #f2f3f7;
    margin-bottom: 10px;
    font-size: 16px !important;
    cursor: pointer;
  }
  .forma_pop form .select_wrap select::-ms-expand {
    display: none; /* удалите стрелку по умолчанию в IE 10 и 11 */
  }
  .forma_pop form input {
    background-color: #f2f3f7;
    width: 100%;
    height: 80px;
    margin-bottom: 10px;
    padding: 20px 20px 20px 20px !important;
  }
  .forma_pop form label {
    margin: 0 0 5px 0 !important;
    font-size: 14px;
    font-weight: 300;
  }
  .forma_pop form .button {
    margin-left: 0;
    width: 100%;
  }
  .forma_pop form .button button {
    padding: 0 20px;
  }
  .forma_pop form .button button p {
    font-size: 20px;
  }
  .mobile-menu {
    display: none !important;
  }
  .callback-bt-tel {
    display: none !important;
  }
  .mob_only {
    display: none !important;
  }
  .owl-next,
  .owl-prev {
    width: 22px;
    height: 40px;
    margin-top: -20px;
    position: absolute;
    display: none !important;
  }
}
@media screen and (max-width: 1200px) and (min-width: 993px) {
  html {
    min-width: 993px;
    zoom: 80%;
  }
}
@media screen and (max-width: 992px) and (min-width: 700px) {
  * {
    margin: 0;
    padding: 0;
    outline: 0 !important;
    box-sizing: border-box;
  }
  html {
    min-width: 700px;
    line-height: 145%;
    overflow-x: hidden;
  }
  *:before,
  *:after {
    box-sizing: border-box;
  }
  body {
    color: #333333;
    font-family: "Unbounded", sans-serif !important;
    -webkit-overflow-scrolling: touch;
    font-weight: 400;
    font-style: normal;
    -webkit-text-size-adjust: 100%;
    overflow: hidden;
  }
  .bg_dop {
    background-image: linear-gradient(-45deg, #dee2f4, #f2f3f7);
  }
  .color {
    background: -webkit-linear-gradient(-90deg, #71aeff, #266ecd);
    -webkit-background-clip: text;
    -webkit-text-fill-color: rgba(0, 0, 0, 0);
    -webkit-box-decoration-break: clone;
  }
  .container {
    max-width: 700px;
    min-width: 700px;
    margin: 0 auto;
    padding: 0 20px;
  }
  .container2 {
    max-width: 700px;
    width: 100%;
    min-width: 700px;
    margin: 0 auto;
    padding: 0 20px;
  }
  .cd-auto-hide-header {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: auto;
    transition: transform 0.5s;
    z-index: 30;
    display: flex;
    align-items: center;
    flex-direction: column;
  }
  .cd-auto-hide-header .menu_desc {
    width: 100%;
    max-width: 100%;
    justify-content: space-between;
    display: flex;
    background-color: #dee2f4;
    margin-top: 0px;
    padding: 10px 0px;
  }
  .cd-auto-hide-header .menu_desc .nav {
    justify-content: space-between;
    display: flex;
  }
  .cd-auto-hide-header .menu_desc .nav a {
    font-size: 14px;
    color: #333;
    text-decoration: none;
    line-height: 14px;
    font-weight: 400;
  }
  .cd-auto-hide-header .menu_desc .nav a:hover {
    color: #ff9600;
    font-weight: 400;
  }
  .cd-auto-hide-header.is-hidden {
    transform: translateY(0%);
  }
  .animate {
    background-color: #fff;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.05);
  }
  section {
    padding: 90px 0;
  }
  header {
    background-image: linear-gradient(45deg, #dee2f4, #f2f3f7);
    background-size: cover;
    background-position: center center;
    position: relative;
    overflow: hidden;
    padding-bottom: 90px;
  }
  h3 {
    font-size: 36px;
    font-weight: 700;
    text-align: center;
    line-height: 140%;
    text-transform: uppercase;
  }
  h3 small {
    font-size: 24px;
    line-height: 140%;
    font-weight: 200;
    color: #323232;
    text-transform: uppercase;
    display: block;
    margin-top: 15px;
  }
  h3 span {
    color: #ff9600;
  }
  .button {
    cursor: pointer;
    border-radius: 5px;
    position: relative;
    overflow: hidden;
    cursor: pointer;
    z-index: 10;
    width: 500px;
    height: 100px;
    font-size: 18px;
  }
  .button button {
    height: 100%;
    width: 100%;
    background-image: linear-gradient(to top, #d77e00, #ffb955);
    font-family: "Unbounded", sans-serif !important;
    cursor: pointer;
    border: none;
    color: #fff;
    font-weight: 500;
    transition: background 0.2s ease;
    width: 100%;
    transition: 0.3s;
  }
  .button button p {
    position: relative;
    z-index: 1;
    font-size: 22px;
    text-transform: uppercase;
  }
  .button button:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border-radius: 5px;
    background-image: linear-gradient(to top, #ffb955, #d77e00);
    opacity: 0;
    transition: 0.3s;
  }
  .button button:hover:before {
    opacity: 1;
  }
  .menu {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 10px 0;
  }
  .menu p {
    font-size: 14px;
    line-height: 180%;
    font-weight: 300;
  }
  .menu p b {
    font-weight: 700;
  }
  .menu .logo {
    display: flex;
    align-items: center;
  }
  .menu .logo img {
    height: 50px;
  }
  .menu .logo p {
    width: 240px;
    margin-left: 20px;
  }
  .menu .social {
    display: flex;
    flex-direction: row;
    align-items: center;
    margin-left: auto;
    margin-right: auto;
  }
  .menu .social p {
    margin-left: 15px;
    font-weight: 300;
    line-height: 150%;
    font-size: 14px;
    display: none;
  }
  .menu .social p b {
    display: block;
    font-weight: 800;
    text-transform: uppercase;
    font-size: 14px;
  }
  .menu .social > img {
    width: 60px;
    height: 60px;
    display: flex;
    -o-object-fit: cover;
       object-fit: cover;
    border-radius: 50%;
    display: none;
  }
  .menu .social .items {
    display: flex;
    justify-content: space-between;
    margin-left: 0px;
  }
  .menu .social .items a {
    height: 35px;
    width: auto;
  }
  .menu .social .items a:nth-child(n+2) {
    margin-left: 12px;
  }
  .menu .social .items a img {
    width: 100%;
    height: 100%;
  }
  .menu .tel {
    text-align: right;
  }
  .menu .tel p {
    line-height: 14px;
  }
  .menu .tel a {
    font-size: 23px;
    font-weight: 700;
    text-decoration: none;
    color: #333;
    margin-top: 6px;
    display: block;
  }
  .main {
    padding-top: 140px;
  }
  .main .left {
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
  }
  .main .left h1 {
    font-size: 40px;
    text-transform: uppercase;
    font-weight: 700;
    line-height: 130%;
    text-align: center;
  }
  .main .left h1 br {
    display: none;
  }
  .main .left h1 span {
    background: -webkit-linear-gradient(-90deg, #ff9600, #d77e00);
    -webkit-background-clip: text;
    -webkit-text-fill-color: rgba(0, 0, 0, 0);
    -webkit-box-decoration-break: clone;
  }
  .main .left > img {
    position: relative;
    bottom: 0px;
    right: auto;
    left: auto;
    -webkit-mask-image: linear-gradient(to top, transparent 0%, black 50%);
    mask-image: linear-gradient(to top, transparent 0%, black 50%);
    margin-top: -20px;
    width: 130%;
  }
  .main .left .cloud {
    display: none;
  }
  .main .left .h1_dop {
    margin-top: 20px;
    font-size: 30px;
    line-height: 140%;
    font-weight: 200;
    color: #323232;
    text-transform: uppercase;
    width: 550px;
    text-align: center;
  }
  .main .left .plusi {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    justify-content: space-between;
    margin-top: -130px;
    position: relative;
    z-index: 2;
  }
  .main .left .plusi .item {
    display: flex;
    background-color: #fff;
    padding: 25px;
    border-radius: 5px;
    flex-direction: column;
    width: 48%;
  }
  .main .left .plusi .item:nth-child(n+3) {
    margin-top: 20px;
  }
  .main .left .plusi .item .img {
    background-image: linear-gradient(to bottom, #71aeff, #266ecd);
    width: 45px;
    height: 45px;
    border-radius: 5px;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .main .left .plusi .item p {
    font-weight: 300;
    margin-left: 0px;
    margin-top: 15px;
    width: 249px;
    line-height: 130%;
  }
  .main .left .plusi .item p b {
    display: block;
    text-transform: uppercase;
    font-size: 18px;
    margin-bottom: 5px;
    font-weight: 700;
  }
  .bg3 h3 {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
  }
  .bg3 .cases {
    margin-top: 50px;
    position: relative;
  }
  .bg3 .cases .item {
    width: 580px;
    padding: 30px;
    background-image: linear-gradient(-45deg, #dee2f4, #f2f3f7);
    border-radius: 5px;
  }
  .bg3 .cases .item h4 {
    font-size: 18px;
    text-transform: uppercase;
  }
  .bg3 .cases .item .img {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-top: 25px;
  }
  .bg3 .cases .item .img a {
    width: 49%;
    height: 180px;
    display: flex;
    -o-object-fit: cover;
       object-fit: cover;
    border-radius: 5px;
  }
  .bg3 .cases .item .img a:nth-child(n+3) {
    margin-top: 15px;
  }
  .bg3 .cases .item .img a img {
    width: 100%;
    height: 100%;
    display: flex;
    -o-object-fit: cover;
       object-fit: cover;
    border-radius: 5px;
  }
  .bg3 .cases .owl-prev {
    left: 0px;
    transition: ease-in-out 0.2s;
  }
  .bg3 .cases .owl-next {
    right: 0px;
    transition: ease-in-out 0.2s;
  }
  .bg4 h3 {
    text-align: center;
    width: 100%;
  }
  .bg4 .bg4_all {
    margin-top: 50px;
    display: flex;
    justify-content: space-between;
    flex-direction: column;
  }
  .bg4 .left {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    width: 100%;
  }
  .bg4 .left .item {
    width: 48%;
    background-color: #fff;
    padding: 30px;
    border-radius: 5px;
    overflow: hidden;
    height: 320px;
    position: relative;
  }
  .bg4 .left .item:last-child {
    width: 100%;
    margin-top: 20px;
  }
  .bg4 .left .item:last-child img {
    height: 230px;
  }
  .bg4 .left .item b {
    text-transform: uppercase;
    font-size: 20px;
    font-weight: 600;
    line-height: 140%;
  }
  .bg4 .left .item:nth-child(3) img {
    right: -50px;
  }
  .bg4 .left .item img {
    height: 180px;
    position: absolute;
    right: 0px;
    bottom: 0px;
  }
  .bg4 .right {
    padding: 30px;
    background-color: #fff;
    border-radius: 5px;
    width: 100%;
    margin-top: 40px;
    display: flex;
    flex-direction: column;
    overflow: hidden;
  }
  .bg4 .right .info {
    width: 340px;
    display: flex;
    flex-direction: column;
    height: 100%;
    position: relative;
  }
  .bg4 .right .info > img {
    position: absolute;
    width: 390px;
    right: -340px;
    bottom: -150px;
  }
  .bg4 .right .info > b {
    text-transform: uppercase;
    font-size: 20px;
    font-weight: 600;
    line-height: 140%;
  }
  .bg4 .right .info > p {
    text-transform: uppercase;
    font-weight: 300;
    font-size: 20px;
    margin-top: 7px;
  }
  .bg4 .right .info ul {
    list-style-type: none;
    font-weight: 300;
    width: 314px;
  }
  .bg4 .right .info ul li {
    margin-top: 15px;
    position: relative;
    padding-left: 20px;
  }
  .bg4 .right .info ul li::before {
    content: "";
    display: block;
    width: 8px;
    height: 8px;
    background-image: linear-gradient(to bottom, #71aeff, #266ecd);
    position: absolute;
    top: 7px;
    left: 0;
    border-radius: 2px;
  }
  .bg4 .right .button_block {
    margin-top: 30px;
    display: flex;
    width: 500px;
    align-items: center;
    position: relative;
    z-index: 3;
  }
  .bg4 .right .button_block .button {
    height: 90px;
    width: 340px;
  }
  .bg4 .right .button_block .items {
    display: flex;
    justify-content: space-between;
    margin-left: 20px;
  }
  .bg4 .right .button_block .items a {
    height: 50px;
    width: auto;
  }
  .bg4 .right .button_block .items a:nth-child(n+2) {
    margin-left: 12px;
  }
  .bg4 .right .button_block .items a img {
    width: 100%;
    height: 100%;
  }
  .bg5 h3 {
    width: 100%;
    margin: 0 auto;
  }
  .bg5 .project {
    margin-top: 50px;
  }
  .bg5 .project .item {
    background-image: linear-gradient(-45deg, #dee2f4, #f2f3f7);
    padding: 40px;
    border-radius: 5px;
    display: flex;
    justify-content: space-between;
    flex-direction: column;
  }
  .bg5 .project .item:nth-child(n+2) {
    margin-top: 60px;
  }
  .bg5 .project .item .left {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  .bg5 .project .item .left a {
    width: 100%;
    height: 375px;
    display: flex;
    -o-object-fit: cover;
       object-fit: cover;
  }
  .bg5 .project .item .left a:nth-child(n+2) {
    width: 24%;
    height: 95px;
    margin-top: 10px;
  }
  .bg5 .project .item .left a img {
    width: 100%;
    height: 100%;
    border-radius: 5px;
    display: flex;
    -o-object-fit: cover;
       object-fit: cover;
    align-items: center;
  }
  .bg5 .project .item .right {
    width: 100%;
    margin-top: 40px;
  }
  .bg5 .project .item .right h4 {
    font-weight: 600;
    text-transform: uppercase;
    font-size: 28px;
  }
  .bg5 .project .item .right > p {
    text-transform: uppercase;
    font-weight: 300;
    font-size: 19px;
    margin-top: 12px;
  }
  .bg5 .project .item .right .rooms {
    display: flex;
    margin-top: 25px;
  }
  .bg5 .project .item .right .rooms .room {
    border: 1px solid #a1a1a1;
    border-radius: 5px;
    display: flex;
    align-items: flex-end;
    flex-wrap: wrap;
    width: 48%;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 15px;
  }
  .bg5 .project .item .right .rooms .room:nth-child(n+2) {
    margin-left: 15px;
  }
  .bg5 .project .item .right .rooms .room b {
    display: block;
    font-size: 40px;
    font-weight: 400;
    line-height: 30px;
  }
  .bg5 .project .item .right .rooms .room p {
    flex: 1;
    font-size: 16px;
    margin-top: 0px;
    line-height: 16px;
    margin-left: 15px;
  }
  .bg5 .project .item .right .rooms .room .img {
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 5px;
    background-image: linear-gradient(to bottom, #71aeff, #266ecd);
    margin-left: 10px;
  }
  .bg5 .project .item .right .lines {
    margin-top: 25px;
  }
  .bg5 .project .item .right .lines .line {
    display: flex;
    justify-content: space-between;
    border-bottom: 1px solid #a1a1a1;
  }
  .bg5 .project .item .right .lines .line p {
    font-weight: 300;
  }
  .bg5 .project .item .right .lines .line:nth-child(n+2) {
    margin-top: 10px;
  }
  .bg5 .project .item .right span {
    display: block;
    text-align: center;
    border-bottom: 1px dashed #a1a1a1;
    width: -moz-max-content;
    width: max-content;
    margin: 20px auto 0 auto;
    cursor: pointer;
  }
  .bg5 .project .item .right .price {
    background-color: #fff;
    padding: 20px;
    margin-top: 25px;
    border-radius: 5px;
  }
  .bg5 .project .item .right .price > b {
    text-transform: uppercase;
  }
  .bg5 .project .item .right .price .lines {
    margin-top: 5px;
  }
  .bg5 .project .item .right .price .lines .line b {
    text-transform: uppercase;
  }
  .bg5 .project .item .right .button {
    width: 100%;
    margin-top: 25px;
  }
  .bg5 .project .item .right .button button {
    padding: 0 20px;
  }
  .bg5 .project .item .right .button button p {
    font-size: 20px;
  }
  .bg6 h3 {
    text-align: left;
  }
  .bg6 .cases {
    margin-top: 50px;
    position: relative;
  }
  .bg6 .cases .item {
    width: 580px;
    padding: 30px;
    background-color: #fff;
    border-radius: 5px;
    display: flex;
    justify-content: space-between;
    flex-direction: column;
  }
  .bg6 .cases .item .left {
    width: 100%;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
  }
  .bg6 .cases .item .left a {
    width: 49%;
    height: 180px;
    display: flex;
    -o-object-fit: cover;
       object-fit: cover;
  }
  .bg6 .cases .item .left a:nth-child(n+2) {
    margin-top: 0px;
  }
  .bg6 .cases .item .left a img {
    width: 100%;
    height: 100%;
    display: flex;
    -o-object-fit: cover;
       object-fit: cover;
    border-radius: 5px;
  }
  .bg6 .cases .item .right {
    width: 100%;
    margin-top: 30px;
  }
  .bg6 .cases .item .right h4 {
    font-size: 20px;
    text-transform: uppercase;
    line-height: 26px;
  }
  .bg6 .cases .item .right small {
    display: block;
    text-transform: uppercase;
    font-size: 16px;
    font-weight: 300;
    margin-top: 7px;
  }
  .bg6 .cases .item .right span {
    display: block;
    height: 1px;
    width: 100%;
    background-color: #a1a1a1;
    margin-top: 20px;
    margin-bottom: 20px;
  }
  .bg6 .cases .item .right > p {
    font-weight: 300;
  }
  .bg6 .cases .item .right > p:nth-child(n+2) {
    margin-top: 15px;
  }
  .bg6 .cases .item .right .cont {
    display: flex;
    justify-content: inherit;
    align-items: center;
    margin-top: 20px;
  }
  .bg6 .cases .item .right .cont .items {
    display: flex;
    justify-content: space-between;
    margin-left: 25px;
  }
  .bg6 .cases .item .right .cont .items a {
    height: 40px;
    width: auto;
  }
  .bg6 .cases .item .right .cont .items a:nth-child(n+2) {
    margin-left: 12px;
  }
  .bg6 .cases .item .right .cont .items a img {
    width: 100%;
    height: 100%;
  }
  .bg6 .cases .item .right .cont .tel {
    text-align: left;
  }
  .bg6 .cases .item .right .cont .tel p {
    font-size: 14px;
    line-height: 14px;
    font-weight: 300;
  }
  .bg6 .cases .item .right .cont .tel a {
    font-size: 22px;
    line-height: 22px;
    font-weight: 700;
    text-decoration: none;
    color: #333;
    margin-top: 6px;
    display: block;
  }
  .bg6 .cases .item .right .button {
    width: 100%;
    margin-top: 30px;
  }
  .bg6 .cases .owl-prev {
    left: 0px;
    transition: ease-in-out 0.2s;
  }
  .bg6 .cases .owl-next {
    right: 0px;
    transition: ease-in-out 0.2s;
  }
  .bg2 .left {
    width: 683px;
    position: relative;
  }
  .bg2 .left > img {
    position: relative;
    width: 100%;
    height: 400px;
    top: auto;
    border-radius: 5px;
    right: 0;
    display: flex;
    -o-object-fit: cover;
       object-fit: cover;
    margin-top: 30px;
  }
  .bg2 .left h3 {
    text-align: left;
  }
  .bg2 .left > p {
    margin-top: 40px;
    font-weight: 250;
    padding-left: 25px;
    border-left: 2px solid #ff9600;
    font-size: 22px;
    line-height: 145%;
    width: 670px;
  }
  .bg2 .left > p span {
    display: block;
    padding-top: 15px;
  }
  .bg2 .plusi {
    display: flex;
    justify-content: space-between;
    margin-top: 60px;
    flex-wrap: wrap;
  }
  .bg2 .plusi .item {
    width: 48%;
    background-image: linear-gradient(-45deg, #dee2f4, #f2f3f7);
    padding: 30px;
    border-radius: 5px;
    overflow: hidden;
    height: 315px;
    position: relative;
  }
  .bg2 .plusi .item:nth-child(n+3) {
    margin-top: 30px;
    margin-left: auto;
    margin-right: auto;
  }
  .bg2 .plusi .item b {
    text-transform: uppercase;
    font-size: 18px;
    font-weight: 600;
    line-height: 140%;
  }
  .bg2 .plusi .item:nth-child(3) img {
    right: -50px;
  }
  .bg2 .plusi .item img {
    height: 180px;
    position: absolute;
    right: 0px;
    bottom: 0px;
  }
  .bg7 h3 {
    width: 100%;
    margin: 0 auto;
    position: relative;
  }
  .bg7 h3 a {
    display: inline-flex;
    -o-object-fit: contain;
       object-fit: contain;
    width: 62px;
    height: 44px;
    position: relative;
    top: 5px;
  }
  .bg7 h3 a img {
    width: 100%;
    height: 100%;
    display: inline-flex;
    -o-object-fit: contain;
       object-fit: contain;
  }
  .bg7 .video_all {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    margin-top: 50px;
  }
  .bg7 .video_all .video {
    height: 350px;
    width: 100%;
  }
  .bg7 .video_all .video:nth-child(n+2) {
    margin-top: 40px;
  }
  .bg7 > a {
    text-align: center;
    width: -moz-max-content;
    width: max-content;
    margin-top: 50px;
    margin-left: auto;
    margin-right: auto;
    display: flex;
    color: #333;
    text-decoration: none;
    border-bottom: 1px dashed #333;
    align-items: center;
    font-size: 18px;
    font-weight: 300;
    transition: all 0.2s ease-out;
  }
  .bg7 > a:hover {
    border-bottom: 1px dashed #ff9600;
  }
  .bg7 > a:hover img {
    transform: rotate(0deg);
  }
  .bg7 > a img {
    margin-left: 12px;
    transform: rotate(45deg);
    transition: all 0.2s ease-out;
  }
  .bg8 h3 {
    text-align: center;
    width: 100%;
  }
  .bg8 .items {
    margin-top: 50px;
    display: flex;
    justify-content: space-between;
    align-items: stretch;
    flex-wrap: wrap;
  }
  .bg8 .items .director {
    background-image: linear-gradient(to top, rgba(255, 255, 255, 0) 0%, rgb(255, 255, 255) 90%), url(../img/bg8/bg.jpg);
    background-size: cover;
    background-position: center;
    width: 48%;
    height: 490px;
    border-radius: 5px;
    position: relative;
    overflow: hidden;
    margin-left: auto;
    margin-right: auto;
    order: 1;
  }
  .bg8 .items .director .name {
    position: absolute;
    left: 20px;
    top: 25px;
    z-index: 3;
    text-transform: uppercase;
    width: 100%;
  }
  .bg8 .items .director .name b {
    display: block;
    line-height: 120%;
  }
  .bg8 .items .director .name p {
    font-weight: 300;
    line-height: 115%;
    margin-top: 5px;
  }
  .bg8 .items .director img {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 300px;
  }
  .bg8 .items .plusi {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
    width: 100%;
    margin-top: 40px;
    order: 3;
  }
  .bg8 .items .plusi .item {
    width: 270px;
  }
  .bg8 .items .plusi .item:nth-child(n+3) {
    margin-top: 30px;
  }
  .bg8 .items .plusi .item b {
    text-transform: uppercase;
    font-size: 18px;
    display: block;
    line-height: 140%;
  }
  .bg8 .items .plusi .item p {
    font-size: 14px;
    font-weight: 300;
    line-height: 140%;
    margin-top: 7px;
  }
  .bg8 .items .garant {
    width: 48%;
    background-image: linear-gradient(to bottom, #71aeff, #266ecd);
    height: auto;
    padding: 20px;
    border-radius: 5px;
    display: flex;
    align-items: center;
    flex-direction: column;
    position: relative;
    margin-top: 0;
    margin-left: auto;
    margin-right: auto;
    order: 2;
  }
  .bg8 .items .garant b {
    text-transform: uppercase;
    font-size: 17px;
    display: block;
    line-height: 140%;
    color: #fff;
    font-weight: 500;
  }
  .bg8 .items .garant img {
    margin-top: 30px;
  }
  .bg8 .items .garant .doc {
    width: 280px;
    position: absolute;
    bottom: 0;
    left: 18px;
  }
  .bg8 .otz {
    margin-top: 80px;
  }
  .bg8 .otz h3 {
    text-align: center;
    margin: 0 auto;
  }
  .bg8 .otz .cases {
    margin-top: 50px;
    position: relative;
  }
  .bg8 .otz .cases .item {
    width: 580px;
    padding: 40px;
    background-color: #fff;
    border-radius: 5px;
    display: flex;
    flex-direction: column;
  }
  .bg8 .otz .cases .item .top .name {
    display: flex;
    align-items: center;
  }
  .bg8 .otz .cases .item .top .name p {
    font-weight: 300;
    margin-left: 15px;
    font-size: 14px;
  }
  .bg8 .otz .cases .item .top .name p b {
    display: block;
    font-size: 18px;
    position: relative;
  }
  .bg8 .otz .cases .item .top .name p b img {
    position: absolute;
    height: 22px;
    left: 320px;
    bottom: 0;
  }
  .bg8 .otz .cases .item .top .name > img {
    border-radius: 50%;
    width: 64px;
    height: 64px;
    display: flex;
    -o-object-fit: cover;
       object-fit: cover;
  }
  .bg8 .otz .cases .item .foto {
    display: flex;
    justify-content: space-between;
    margin-top: 20px;
  }
  .bg8 .otz .cases .item .foto a {
    width: 49%;
    height: 170px;
    display: flex;
    -o-object-fit: cover;
       object-fit: cover;
  }
  .bg8 .otz .cases .item .foto a img {
    width: 100%;
    height: 100%;
    border-radius: 5px;
    display: flex;
    -o-object-fit: cover;
       object-fit: cover;
  }
  .bg8 .otz .cases .item > p {
    margin-top: 20px;
    font-weight: 300;
  }
  .bg8 .otz .cases .owl-prev {
    left: 0px;
    transition: ease-in-out 0.2s;
  }
  .bg8 .otz .cases .owl-next {
    right: 0px;
    transition: ease-in-out 0.2s;
  }
  .bg9 h3 {
    text-align: left;
    width: 750px;
  }
  .bg9 .ipot {
    display: flex;
    justify-content: space-between;
    margin-top: 50px;
    flex-wrap: wrap;
  }
  .bg9 .ipot .item {
    width: 100%;
    background-image: linear-gradient(-45deg, #dee2f4, #f2f3f7);
    padding: 30px;
    border-radius: 5px;
  }
  .bg9 .ipot .item:nth-child(n+2) {
    margin-top: 20px;
  }
  .bg9 .ipot .item .img {
    width: 45px;
    height: 45px;
    background-image: linear-gradient(to bottom, #71aeff, #266ecd);
    border-radius: 5px;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .bg9 .ipot .item b {
    display: block;
    margin-top: 30px;
    font-size: 20px;
    text-transform: uppercase;
    font-weight: 500;
    line-height: 140%;
  }
  .bg9 .consult {
    margin-top: 80px;
    background-image: linear-gradient(-45deg, #dee2f4, #f2f3f7);
    padding: 40px;
    border-radius: 5px;
    overflow: hidden;
  }
  .bg9 .consult .left {
    position: relative;
    width: 420px;
    margin-left: auto;
    margin-right: auto;
  }
  .bg9 .consult .left h3 {
    width: 100%;
    text-align: center;
  }
  .bg9 .consult .left ul {
    list-style-type: none;
    font-weight: 300;
    width: 420px;
    margin-top: 30px;
  }
  .bg9 .consult .left ul li {
    margin-top: 25px;
    position: relative;
    padding-left: 20px;
    font-size: 20px;
    line-height: 140%;
  }
  .bg9 .consult .left ul li::before {
    content: "";
    display: block;
    width: 8px;
    height: 8px;
    background-image: linear-gradient(to bottom, #71aeff, #266ecd);
    position: absolute;
    top: 9px;
    left: 0;
    border-radius: 2px;
  }
  .bg9 .consult .left .img {
    position: relative;
    bottom: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 30px;
  }
  .bg9 .consult .left .img .name {
    text-transform: uppercase;
    background-color: #fff;
    padding: 20px;
    width: 250px;
    left: 100px;
    top: 300px;
    position: absolute;
    border-radius: 5px;
    z-index: 3;
  }
  .bg9 .consult .left .img .name b {
    font-size: 14px;
    display: block;
    line-height: 130%;
  }
  .bg9 .consult .left .img .name p {
    font-weight: 300;
    margin-top: 5px;
  }
  .bg9 .consult .left .img img {
    height: 540px;
    left: -70px;
    position: relative;
    -webkit-mask-image: linear-gradient(to top, transparent 0%, black 50%);
    mask-image: linear-gradient(to top, transparent 0%, black 50%);
  }
  .bg9 .consult .left .forma {
    padding: 40px;
    background-color: #fff;
    border-radius: 5px;
    margin-top: -55px;
    width: -moz-max-content;
    width: max-content;
    position: relative;
    z-index: 3;
    width: 100%;
  }
  .bg9 .consult .left .forma h4 {
    text-transform: uppercase;
    font-size: 18px;
  }
  .bg9 .consult .left .forma form {
    margin-top: 15px;
    flex-direction: column;
  }
  .bg9 .consult .left .forma form input {
    background-color: #f2f3f7;
    width: 100%;
  }
  .bg9 .consult .left .forma form .button {
    width: 100%;
    margin-left: 0;
    margin-top: 10px;
  }
  .bg9 .consult .left .forma form .button button p {
    font-size: 20px;
  }
  .footer h3 {
    text-align: left;
    width: 100%;
  }
  .footer .cont_all {
    margin-top: 30px;
    display: flex;
    justify-content: space-between;
    align-items: stretch;
  }
  .footer .cont_all .prosmotr {
    width: 40%;
    height: auto;
    position: relative;
    border-radius: 5px;
    overflow: hidden;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
  }
  .footer .cont_all .prosmotr img {
    width: 100%;
    height: 100px;
    display: flex;
    -o-object-fit: cover;
       object-fit: cover;
    border-radius: 5px;
  }
  .footer .cont_all .prosmotr img:nth-child(n+1) {
    margin-top: auto;
  }
  .footer .cont_all .cont {
    width: 340px;
  }
  .footer .cont_all .cont .button {
    width: 100%;
    margin-top: 40px;
  }
  .footer .cont_all .cont .button button {
    padding: 0 15px;
  }
  .footer .cont_all .cont .button button p {
    font-size: 20px;
  }
  .footer .cont_all .cont .item {
    text-transform: uppercase;
  }
  .footer .cont_all .cont .item:nth-child(n+2) {
    margin-top: 25px;
  }
  .footer .cont_all .cont .item p {
    font-weight: 300;
  }
  .footer .cont_all .cont .item a,
  .footer .cont_all .cont .item b {
    text-decoration: none;
    color: #333;
    font-size: 22px;
    line-height: 26px;
    font-weight: 600;
    display: block;
    margin-top: 5px;
  }
  .forma_pop {
    padding: 40px;
    background-color: #fff;
    border-radius: 5px;
    margin-top: 0px;
    width: -moz-max-content;
    width: max-content;
    position: relative;
    z-index: 3;
    width: 450px;
  }
  .forma_pop h4 {
    text-transform: uppercase;
    font-size: 20px;
    line-height: 135%;
  }
  .forma_pop > p {
    font-weight: 300;
    line-height: 130%;
    margin-top: 5px;
  }
  .forma_pop .img {
    display: flex;
    margin: 15px 0;
    align-items: center;
    padding: 20px 0;
    border-bottom: 1px solid #a1a1a1;
    border-top: 1px solid #a1a1a1;
  }
  .forma_pop .img img {
    width: 120px;
    height: 70px;
    border-radius: 5px;
    display: flex;
    -o-object-fit: cover;
       object-fit: cover;
  }
  .forma_pop .img p {
    font-size: 14px;
    font-weight: 300;
    margin-left: 15px;
    line-height: 130%;
  }
  .forma_pop .img p b {
    display: block;
    text-transform: uppercase;
  }
  .forma_pop form {
    margin-top: 25px;
    flex-direction: column;
  }
  .forma_pop form .select_wrap {
    width: 100%;
    position: relative;
    margin-top: 0px;
  }
  .forma_pop form .select_wrap .arrow {
    position: absolute;
    top: 50%;
    right: 20px;
    transform: translateY(-50%);
    width: 10px;
    height: 10px;
    opacity: 0.7;
    display: block;
  }
  .forma_pop form .select_wrap select {
    padding: 20px 20px 20px 30px !important;
    width: 100%;
    height: 80px;
    border-radius: 5px;
    -moz-appearance: none;
         appearance: none;
    -webkit-appearance: none;
    background-color: #f2f3f7;
    margin-bottom: 10px;
    cursor: pointer;
  }
  .forma_pop form .select_wrap select::-ms-expand {
    display: none; /* удалите стрелку по умолчанию в IE 10 и 11 */
  }
  .forma_pop form input {
    background-color: #f2f3f7;
    width: 100%;
    height: 80px;
    margin-bottom: 10px;
  }
  .forma_pop form label {
    margin: 0 0 5px 0 !important;
    font-size: 14px;
    font-weight: 300;
  }
  .forma_pop form .button {
    margin-left: 0;
    width: 100%;
  }
  .forma_pop form .button button {
    padding: 0 20px;
  }
  .forma_pop form .button button p {
    font-size: 20px;
  }
  .mobile-menu {
    display: flex !important;
  }
  .menu_desc {
    display: none !important;
  }
  .callback-bt-tel {
    display: none !important;
  }
  .owl-next,
  .owl-prev {
    width: 22px;
    height: 40px;
    margin-top: -20px;
    position: absolute;
    top: 43% !important;
    display: none !important;
  }
}
@media screen and (max-width: 700px) {
  * {
    margin: 0;
    padding: 0;
    outline: 0 !important;
    box-sizing: border-box;
  }
  html {
    min-width: 350px;
    line-height: 145%;
    overflow-x: hidden;
  }
  *:before,
  *:after {
    box-sizing: border-box;
  }
  body {
    color: #333333;
    font-family: "Unbounded", sans-serif !important;
    -webkit-overflow-scrolling: touch;
    font-weight: 400;
    font-style: normal;
    -webkit-text-size-adjust: 100%;
    overflow: hidden;
  }
  .bg_dop {
    background-image: linear-gradient(-45deg, #dee2f4, #f2f3f7);
  }
  .color {
    background: -webkit-linear-gradient(-90deg, #71aeff, #266ecd);
    -webkit-background-clip: text;
    -webkit-text-fill-color: rgba(0, 0, 0, 0);
    -webkit-box-decoration-break: clone;
  }
  .container {
    max-width: 350px;
    min-width: 350px;
    margin: 0 auto;
    padding: 0 20px;
  }
  .container2 {
    max-width: 350px;
    width: 100%;
    min-width: 350px;
    margin: 0 auto;
    padding: 0 20px;
  }
  .cd-auto-hide-header {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: auto;
    transition: transform 0.5s;
    z-index: 30;
    display: flex;
    align-items: center;
    flex-direction: column;
  }
  .cd-auto-hide-header .menu_desc {
    width: 100%;
    max-width: 100%;
    justify-content: space-between;
    display: flex;
    background-color: #dee2f4;
    margin-top: 0px;
    padding: 10px 0px;
  }
  .cd-auto-hide-header .menu_desc .nav {
    justify-content: space-between;
    display: flex;
  }
  .cd-auto-hide-header .menu_desc .nav a {
    font-size: 14px;
    color: #333;
    text-decoration: none;
    line-height: 14px;
    font-weight: 400;
  }
  .cd-auto-hide-header .menu_desc .nav a:hover {
    color: #ff9600;
    font-weight: 400;
  }
  .cd-auto-hide-header.is-hidden {
    transform: translateY(0%);
  }
  .animate {
    background-color: #fff;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.05);
  }
  section {
    padding: 60px 0;
  }
  header {
    background-image: linear-gradient(45deg, #dee2f4, #f2f3f7);
    background-size: cover;
    background-position: center center;
    position: relative;
    overflow: hidden;
    padding-bottom: 90px;
  }
  h3 {
    font-size: 17px;
    font-weight: 700;
    text-align: center;
    line-height: 140%;
    text-transform: uppercase;
  }
  h3 small {
    font-size: 15px;
    line-height: 140%;
    font-weight: 200;
    color: #323232;
    text-transform: uppercase;
    display: block;
    margin-top: 10px;
  }
  h3 span {
    color: #ff9600;
  }
  .button {
    cursor: pointer;
    border-radius: 5px;
    position: relative;
    overflow: hidden;
    cursor: pointer;
    z-index: 10;
    width: 500px;
    height: 100px;
    font-size: 18px;
  }
  .button button {
    height: 100%;
    width: 100%;
    background-image: linear-gradient(to top, #d77e00, #ffb955);
    font-family: "Unbounded", sans-serif !important;
    cursor: pointer;
    border: none;
    color: #fff;
    font-weight: 500;
    transition: background 0.2s ease;
    width: 100%;
    transition: 0.3s;
  }
  .button button p {
    position: relative;
    z-index: 1;
    font-size: 17px;
    text-transform: uppercase;
  }
  .button button:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border-radius: 5px;
    background-image: linear-gradient(to top, #ffb955, #d77e00);
    opacity: 0;
    transition: 0.3s;
  }
  .button button:hover:before {
    opacity: 1;
  }
  .menu {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    padding: 10px 0;
  }
  .menu p {
    font-size: 14px;
    line-height: 180%;
    font-weight: 300;
  }
  .menu p b {
    font-weight: 700;
  }
  .menu .logo {
    display: flex;
    align-items: center;
  }
  .menu .logo img {
    height: 50px;
  }
  .menu .logo p {
    width: 240px;
    margin-left: 20px;
  }
  .menu .social {
    display: flex;
    flex-direction: row;
    align-items: center;
    margin-left: auto;
    margin-right: auto;
    display: none;
  }
  .menu .social p {
    margin-left: 15px;
    font-weight: 300;
    line-height: 150%;
    font-size: 14px;
    display: none;
  }
  .menu .social p b {
    display: block;
    font-weight: 800;
    text-transform: uppercase;
    font-size: 14px;
  }
  .menu .social > img {
    width: 60px;
    height: 60px;
    display: flex;
    -o-object-fit: cover;
       object-fit: cover;
    border-radius: 50%;
    display: none;
  }
  .menu .social .items {
    display: flex;
    justify-content: space-between;
    margin-left: 0px;
  }
  .menu .social .items a {
    height: 40px;
    width: auto;
  }
  .menu .social .items a:nth-child(n+2) {
    margin-left: 12px;
  }
  .menu .social .items a img {
    width: 100%;
    height: 100%;
  }
  .menu .tel {
    text-align: right;
  }
  .menu .tel p {
    line-height: 12px;
    font-size: 12px;
  }
  .menu .tel a {
    font-size: 18px;
    line-height: 18px;
    font-weight: 700;
    text-decoration: none;
    color: #333;
    margin-top: 5px;
    display: block;
  }
  .main {
    padding-top: 140px;
  }
  .main .left {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
  }
  .main .left h1 {
    font-size: 19px;
    text-transform: uppercase;
    font-weight: 700;
    line-height: 130%;
  }
  .main .left h1 br {
    display: none;
  }
  .main .left h1 span {
    background: -webkit-linear-gradient(-90deg, #ff9600, #d77e00);
    -webkit-background-clip: text;
    -webkit-text-fill-color: rgba(0, 0, 0, 0);
    -webkit-box-decoration-break: clone;
  }
  .main .left > img {
    position: relative;
    bottom: 0px;
    right: auto;
    left: auto;
    -webkit-mask-image: linear-gradient(to top, transparent 0%, black 50%);
    mask-image: linear-gradient(to top, transparent 0%, black 50%);
    margin-top: 0px;
    width: 140%;
  }
  .main .left .cloud {
    display: none;
  }
  .main .left .h1_dop {
    margin-top: 5px;
    font-size: 18px;
    line-height: 140%;
    font-weight: 200;
    color: #323232;
    text-transform: uppercase;
    width: 100%;
  }
  .main .left .plusi {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    justify-content: space-between;
    margin-top: -50px;
    position: relative;
    z-index: 2;
  }
  .main .left .plusi .item {
    display: flex;
    background-color: #fff;
    padding: 25px;
    border-radius: 5px;
    flex-direction: column;
    width: 100%;
  }
  .main .left .plusi .item:nth-child(n+2) {
    margin-top: 20px;
  }
  .main .left .plusi .item .img {
    background-image: linear-gradient(to bottom, #71aeff, #266ecd);
    width: 45px;
    height: 45px;
    border-radius: 5px;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .main .left .plusi .item p {
    font-weight: 300;
    margin-left: 0px;
    margin-top: 15px;
    width: 100%;
    font-size: 14px;
    line-height: 130%;
  }
  .main .left .plusi .item p b {
    display: block;
    text-transform: uppercase;
    font-size: 16px;
    margin-bottom: 5px;
    font-weight: 700;
  }
  .bg3 h3 {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
  }
  .bg3 .cases {
    margin-top: 30px;
    position: relative;
  }
  .bg3 .cases .item {
    width: 300px;
    padding: 20px;
    background-image: linear-gradient(-45deg, #dee2f4, #f2f3f7);
    border-radius: 5px;
  }
  .bg3 .cases .item h4 {
    font-size: 14px;
    text-transform: uppercase;
    line-height: 130%;
  }
  .bg3 .cases .item h4 small {
    display: block;
    font-weight: 300;
    font-size: 10px;
    margin-top: 5px;
  }
  .bg3 .cases .item .img {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-top: 15px;
  }
  .bg3 .cases .item .img a {
    width: 49%;
    height: 100px;
    display: flex;
    -o-object-fit: cover;
       object-fit: cover;
    border-radius: 5px;
  }
  .bg3 .cases .item .img a:nth-child(n+3) {
    margin-top: 5px;
  }
  .bg3 .cases .item .img a img {
    width: 100%;
    height: 100%;
    display: flex;
    -o-object-fit: cover;
       object-fit: cover;
    border-radius: 5px;
  }
  .bg3 .cases .owl-prev {
    left: 0px;
    transition: ease-in-out 0.2s;
    width: 35px !important;
  }
  .bg3 .cases .owl-next {
    right: 0px;
    transition: ease-in-out 0.2s;
    width: 35px !important;
  }
  .bg4 h3 {
    text-align: center;
    width: 100%;
  }
  .bg4 .bg4_all {
    margin-top: 50px;
    display: flex;
    justify-content: space-between;
    flex-direction: column;
  }
  .bg4 .left {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    width: 100%;
  }
  .bg4 .left .item {
    width: 100%;
    background-color: #fff;
    padding: 30px;
    border-radius: 5px;
    overflow: hidden;
    height: 240px;
    position: relative;
  }
  .bg4 .left .item:nth-child(n+2) {
    width: 100%;
    margin-top: 20px;
  }
  .bg4 .left .item b {
    text-transform: uppercase;
    font-size: 16px;
    font-weight: 600;
    line-height: 130%;
  }
  .bg4 .left .item:nth-child(3) img {
    right: -50px;
  }
  .bg4 .left .item:last-child img {
    height: 120px;
  }
  .bg4 .left .item img {
    height: 180px;
    position: absolute;
    right: 0px;
    bottom: 0px;
  }
  .bg4 .right {
    padding: 30px;
    background-color: #fff;
    border-radius: 5px;
    width: 100%;
    margin-top: 40px;
    display: flex;
    flex-direction: column;
    overflow: hidden;
  }
  .bg4 .right .info {
    width: 100%;
    display: flex;
    flex-direction: column;
    height: 100%;
    position: relative;
    justify-content: center;
    align-items: center;
  }
  .bg4 .right .info > img {
    position: relative;
    width: 300px;
    right: auto;
    left: auto;
    bottom: 0px;
    margin-top: 20px;
    -webkit-mask-image: linear-gradient(to top, transparent 10%, black 60%);
    mask-image: linear-gradient(to top, transparent 10%, black 60%);
  }
  .bg4 .right .info > b {
    text-transform: uppercase;
    font-size: 16px;
    font-weight: 600;
    line-height: 140%;
    display: block;
    width: 100%;
    text-align: center;
  }
  .bg4 .right .info > p {
    text-transform: uppercase;
    font-weight: 300;
    font-size: 16px;
    margin-top: 7px;
    text-align: center;
  }
  .bg4 .right .info ul {
    list-style-type: none;
    font-weight: 300;
    width: 100%;
    margin-top: -80px;
  }
  .bg4 .right .info ul li {
    margin-top: 15px;
    position: relative;
    padding-left: 20px;
    font-size: 14px;
    line-height: 140%;
  }
  .bg4 .right .info ul li::before {
    content: "";
    display: block;
    width: 8px;
    height: 8px;
    background-image: linear-gradient(to bottom, #71aeff, #266ecd);
    position: absolute;
    top: 7px;
    left: 0;
    border-radius: 2px;
  }
  .bg4 .right .button_block {
    margin-top: 30px;
    display: flex;
    width: 100%;
    align-items: center;
    position: relative;
    z-index: 3;
    flex-direction: column;
  }
  .bg4 .right .button_block .button {
    height: 80px;
    width: 100%;
  }
  .bg4 .right .button_block .items {
    display: flex;
    justify-content: space-between;
    margin-left: 0px;
    display: flex;
    margin-top: 15px;
  }
  .bg4 .right .button_block .items a {
    height: 40px;
    width: auto;
  }
  .bg4 .right .button_block .items a:nth-child(n+2) {
    margin-left: 12px;
  }
  .bg4 .right .button_block .items a img {
    width: 100%;
    height: 100%;
  }
  .bg5 h3 {
    width: 100%;
    margin: 0 auto;
  }
  .bg5 .project {
    margin-top: 50px;
  }
  .bg5 .project .item {
    background-image: linear-gradient(-45deg, #dee2f4, #f2f3f7);
    padding: 20px;
    border-radius: 5px;
    display: flex;
    justify-content: space-between;
    flex-direction: column;
  }
  .bg5 .project .item:nth-child(n+2) {
    margin-top: 60px;
  }
  .bg5 .project .item .left {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  .bg5 .project .item .left a {
    width: 100%;
    height: 200px;
    display: flex;
    -o-object-fit: cover;
       object-fit: cover;
  }
  .bg5 .project .item .left a:nth-child(n+8) {
    display: none;
  }
  .bg5 .project .item .left a:nth-child(n+2) {
    width: 32%;
    height: 65px;
    margin-top: 10px;
  }
  .bg5 .project .item .left a img {
    width: 100%;
    height: 100%;
    border-radius: 5px;
    display: flex;
    -o-object-fit: cover;
       object-fit: cover;
    align-items: center;
  }
  .bg5 .project .item .right {
    width: 100%;
    margin-top: 30px;
  }
  .bg5 .project .item .right h4 {
    font-weight: 600;
    text-transform: uppercase;
    font-size: 18px;
    line-height: 18px;
  }
  .bg5 .project .item .right > p {
    text-transform: uppercase;
    font-weight: 300;
    font-size: 14px;
    margin-top: 12px;
    line-height: 14px;
  }
  .bg5 .project .item .right .rooms {
    display: flex;
    margin-top: 25px;
  }
  .bg5 .project .item .right .rooms .room {
    border: 1px solid #a1a1a1;
    border-radius: 5px;
    display: flex;
    align-items: flex-end;
    flex-wrap: wrap;
    width: 48%;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 15px;
  }
  .bg5 .project .item .right .rooms .room:nth-child(n+2) {
    margin-left: 15px;
  }
  .bg5 .project .item .right .rooms .room b {
    display: block;
    font-size: 40px;
    font-weight: 400;
    line-height: 30px;
  }
  .bg5 .project .item .right .rooms .room > p {
    flex: 1;
    font-size: 16px;
    margin-top: 5px;
    line-height: 16px;
    margin-left: 0px;
  }
  .bg5 .project .item .right .rooms .room .img {
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 5px;
    background-image: linear-gradient(to bottom, #71aeff, #266ecd);
    margin-left: 10px;
  }
  .bg5 .project .item .right .lines {
    margin-top: 25px;
  }
  .bg5 .project .item .right .lines .line {
    display: flex;
    justify-content: space-between;
    border-bottom: 1px solid #a1a1a1;
    font-size: 14px;
  }
  .bg5 .project .item .right .lines .line p {
    font-weight: 300;
  }
  .bg5 .project .item .right .lines .line:nth-child(n+2) {
    margin-top: 8px;
  }
  .bg5 .project .item .right span {
    display: block;
    text-align: center;
    border-bottom: 1px dashed #a1a1a1;
    width: -moz-max-content;
    width: max-content;
    margin: 20px auto 0 auto;
    cursor: pointer;
  }
  .bg5 .project .item .right .price {
    background-color: #fff;
    padding: 20px;
    margin-top: 25px;
    border-radius: 5px;
  }
  .bg5 .project .item .right .price > b {
    text-transform: uppercase;
  }
  .bg5 .project .item .right .price .lines {
    margin-top: 5px;
  }
  .bg5 .project .item .right .price .lines .line {
    font-size: 13px;
  }
  .bg5 .project .item .right .price .lines .line b {
    text-transform: uppercase;
  }
  .bg5 .project .item .right .button {
    width: 100%;
    margin-top: 25px;
    height: 80px;
  }
  .bg5 .project .item .right .button button {
    padding: 0 20px;
  }
  .bg5 .project .item .right .button button p {
    font-size: 16px;
  }
  .bg6 h3 {
    text-align: left;
  }
  .bg6 .cases {
    margin-top: 30px;
    position: relative;
  }
  .bg6 .cases .item {
    width: 300px;
    padding: 20px;
    background-color: #fff;
    border-radius: 5px;
    display: flex;
    justify-content: space-between;
    flex-direction: column;
  }
  .bg6 .cases .item .left {
    width: 100%;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
  }
  .bg6 .cases .item .left a {
    width: 49%;
    height: 120px;
    display: flex;
    -o-object-fit: cover;
       object-fit: cover;
  }
  .bg6 .cases .item .left a:nth-child(n+2) {
    margin-top: 0px;
  }
  .bg6 .cases .item .left a img {
    width: 100%;
    height: 100%;
    display: flex;
    -o-object-fit: cover;
       object-fit: cover;
    border-radius: 5px;
  }
  .bg6 .cases .item .right {
    width: 100%;
    margin-top: 30px;
  }
  .bg6 .cases .item .right h4 {
    font-size: 16px;
    text-transform: uppercase;
    line-height: 26px;
    line-height: 130%;
    text-align: center;
  }
  .bg6 .cases .item .right small {
    display: block;
    text-transform: uppercase;
    font-size: 14px;
    font-weight: 300;
    margin-top: 7px;
    text-align: center;
  }
  .bg6 .cases .item .right span {
    display: block;
    height: 1px;
    width: 100%;
    background-color: #a1a1a1;
    margin-top: 10px;
    margin-bottom: 10px;
  }
  .bg6 .cases .item .right > p {
    font-weight: 300;
    font-size: 14px;
    text-align: center;
    line-height: 130%;
  }
  .bg6 .cases .item .right > p:nth-child(n+2) {
    margin-top: 15px;
  }
  .bg6 .cases .item .right .cont {
    display: flex;
    justify-content: inherit;
    align-items: center;
    margin-top: 20px;
    flex-direction: column;
    align-items: center;
    justify-content: center;
  }
  .bg6 .cases .item .right .cont .items {
    display: flex;
    justify-content: space-between;
    margin-left: 0px;
    margin-top: 15px;
  }
  .bg6 .cases .item .right .cont .items a {
    height: 35px;
    width: auto;
  }
  .bg6 .cases .item .right .cont .items a:nth-child(n+2) {
    margin-left: 12px;
  }
  .bg6 .cases .item .right .cont .items a img {
    width: 100%;
    height: 100%;
  }
  .bg6 .cases .item .right .cont .tel {
    text-align: center;
  }
  .bg6 .cases .item .right .cont .tel p {
    font-size: 14px;
    line-height: 14px;
    font-weight: 300;
  }
  .bg6 .cases .item .right .cont .tel a {
    font-size: 18px;
    line-height: 18px;
    font-weight: 700;
    text-decoration: none;
    color: #333;
    margin-top: 6px;
    display: block;
  }
  .bg6 .cases .item .right .button {
    width: 100%;
    height: 80px;
    margin-top: 30px;
  }
  .bg6 .cases .owl-prev {
    left: -10px;
    transition: ease-in-out 0.2s;
    width: 35px !important;
    height: 35px !important;
  }
  .bg6 .cases .owl-next {
    right: -10px;
    transition: ease-in-out 0.2s;
    width: 35px !important;
    height: 35px !important;
  }
  .bg2 .left {
    width: 100%;
    position: relative;
  }
  .bg2 .left > img {
    position: relative;
    width: 100%;
    height: 200px;
    top: auto;
    border-radius: 5px;
    right: 0;
    display: flex;
    -o-object-fit: cover;
       object-fit: cover;
    margin-top: 30px;
  }
  .bg2 .left h3 {
    text-align: left;
  }
  .bg2 .left > p {
    margin-top: 40px;
    font-weight: 250;
    padding-left: 15px;
    border-left: 2px solid #ff9600;
    font-size: 14px;
    line-height: 145%;
    width: 100%;
  }
  .bg2 .left > p span {
    display: block;
    padding-top: 15px;
  }
  .bg2 .plusi {
    display: flex;
    justify-content: space-between;
    margin-top: 60px;
    flex-wrap: wrap;
  }
  .bg2 .plusi .item {
    width: 100%;
    background-image: linear-gradient(-45deg, #dee2f4, #f2f3f7);
    padding: 30px;
    border-radius: 5px;
    overflow: hidden;
    height: 315px;
    position: relative;
  }
  .bg2 .plusi .item:nth-child(2) img {
    width: 200px;
    display: block;
    -o-object-fit: cover;
       object-fit: cover;
  }
  .bg2 .plusi .item:nth-child(2) .first {
    left: 0;
  }
  .bg2 .plusi .item:nth-child(n+2) {
    margin-top: 30px;
    margin-left: auto;
    margin-right: auto;
  }
  .bg2 .plusi .item b {
    text-transform: uppercase;
    font-size: 16px;
    font-weight: 600;
    line-height: 140%;
  }
  .bg2 .plusi .item:nth-child(3) img {
    right: -50px;
  }
  .bg2 .plusi .item img {
    height: 180px;
    position: absolute;
    right: 0px;
    bottom: 0px;
  }
  .bg7 h3 {
    width: 100%;
    margin: 0 auto;
    position: relative;
  }
  .bg7 h3 a {
    display: inline-flex;
    -o-object-fit: contain;
       object-fit: contain;
    width: 32px;
    height: 22px;
    position: relative;
    top: 5px;
  }
  .bg7 h3 a img {
    width: 100%;
    height: 100%;
    display: inline-flex;
    -o-object-fit: contain;
       object-fit: contain;
  }
  .bg7 .video_all {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    margin-top: 30px;
  }
  .bg7 .video_all .video {
    height: 180px;
    width: 100%;
  }
  .bg7 .video_all .video:nth-child(n+2) {
    margin-top: 30px;
  }
  .bg7 > a {
    text-align: center;
    width: -moz-max-content;
    width: max-content;
    margin-top: 50px;
    margin-left: auto;
    margin-right: auto;
    display: flex;
    color: #333;
    text-decoration: none;
    border-bottom: 1px dashed #333;
    align-items: center;
    font-size: 14px;
    font-weight: 300;
    transition: all 0.2s ease-out;
  }
  .bg7 > a:hover {
    border-bottom: 1px dashed #ff9600;
  }
  .bg7 > a:hover img {
    transform: rotate(0deg);
  }
  .bg7 > a img {
    margin-left: 12px;
    transform: rotate(45deg);
    transition: all 0.2s ease-out;
  }
  .bg8 h3 {
    text-align: center;
    width: 100%;
  }
  .bg8 .items {
    margin-top: 50px;
    display: flex;
    justify-content: space-between;
    align-items: stretch;
    flex-wrap: wrap;
  }
  .bg8 .items .director {
    background-image: linear-gradient(to top, rgba(255, 255, 255, 0) 0%, rgb(255, 255, 255) 90%), url(../img/bg8/bg.jpg);
    background-size: cover;
    background-position: center;
    width: 100%;
    height: 490px;
    border-radius: 5px;
    position: relative;
    overflow: hidden;
    margin-left: auto;
    margin-right: auto;
    order: 1;
  }
  .bg8 .items .director .name {
    position: absolute;
    left: 20px;
    top: 25px;
    z-index: 3;
    text-transform: uppercase;
    width: 100%;
  }
  .bg8 .items .director .name b {
    display: block;
    line-height: 120%;
  }
  .bg8 .items .director .name p {
    font-weight: 300;
    line-height: 115%;
    margin-top: 5px;
  }
  .bg8 .items .director img {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 300px;
  }
  .bg8 .items .plusi {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
    width: 100%;
    margin-top: 40px;
    order: 2;
  }
  .bg8 .items .plusi .item {
    width: 270px;
  }
  .bg8 .items .plusi .item:nth-child(n+2) {
    margin-top: 30px;
  }
  .bg8 .items .plusi .item b {
    text-transform: uppercase;
    font-size: 16px;
    display: block;
    line-height: 140%;
  }
  .bg8 .items .plusi .item p {
    font-size: 14px;
    font-weight: 300;
    line-height: 140%;
    margin-top: 7px;
  }
  .bg8 .items .garant {
    margin-top: 30px;
    width: 100%;
    background-image: linear-gradient(to bottom, #71aeff, #266ecd);
    height: auto;
    padding: 20px;
    border-radius: 5px;
    display: flex;
    align-items: center;
    flex-direction: column;
    position: relative;
    margin-top: 30px;
    margin-left: auto;
    margin-right: auto;
    order: 3;
    height: 370px;
  }
  .bg8 .items .garant b {
    text-transform: uppercase;
    font-size: 14px;
    display: block;
    line-height: 140%;
    color: #fff;
    font-weight: 500;
  }
  .bg8 .items .garant img {
    margin-top: 20px;
    width: 140px;
  }
  .bg8 .items .garant .doc {
    width: 220px;
    position: absolute;
    bottom: 0;
    left: 55px;
  }
  .bg8 .otz {
    margin-top: 80px;
  }
  .bg8 .otz h3 {
    text-align: center;
    margin: 0 auto;
  }
  .bg8 .otz .cases {
    margin-top: 30px;
    position: relative;
  }
  .bg8 .otz .cases .item {
    width: 300px;
    padding: 30px;
    background-color: #fff;
    border-radius: 5px;
    display: flex;
    flex-direction: column;
  }
  .bg8 .otz .cases .item .top .name {
    display: flex;
    align-items: center;
  }
  .bg8 .otz .cases .item .top .name p {
    font-weight: 300;
    margin-left: 15px;
    font-size: 12px;
  }
  .bg8 .otz .cases .item .top .name p b {
    display: block;
    font-size: 14px;
    position: relative;
    line-height: 130%;
  }
  .bg8 .otz .cases .item .top .name p b img {
    position: relative;
    height: 22px;
    left: 320px;
    bottom: 0;
    display: none;
  }
  .bg8 .otz .cases .item .top .name > img {
    border-radius: 50%;
    width: 55px;
    height: 55px;
    display: flex;
    -o-object-fit: cover;
       object-fit: cover;
  }
  .bg8 .otz .cases .item .foto {
    display: flex;
    justify-content: space-between;
    margin-top: 20px;
  }
  .bg8 .otz .cases .item .foto a {
    width: 49%;
    height: 100px;
    display: flex;
    -o-object-fit: cover;
       object-fit: cover;
  }
  .bg8 .otz .cases .item .foto a img {
    width: 100%;
    height: 100%;
    border-radius: 5px;
    display: flex;
    -o-object-fit: cover;
       object-fit: cover;
  }
  .bg8 .otz .cases .item > p {
    margin-top: 20px;
    font-weight: 300;
    font-size: 12px;
    line-height: 140%;
  }
  .bg8 .otz .cases .owl-prev {
    left: -10px;
    width: 35px !important;
    height: 35px !important;
    transition: ease-in-out 0.2s;
  }
  .bg8 .otz .cases .owl-next {
    right: -10px;
    width: 35px !important;
    height: 35px !important;
    transition: ease-in-out 0.2s;
  }
  .bg9 h3 {
    text-align: left;
    width: 100%;
  }
  .bg9 .ipot {
    display: flex;
    justify-content: space-between;
    margin-top: 30px;
    flex-wrap: wrap;
  }
  .bg9 .ipot .item {
    width: 100%;
    background-image: linear-gradient(-45deg, #dee2f4, #f2f3f7);
    padding: 30px;
    border-radius: 5px;
  }
  .bg9 .ipot .item:nth-child(n+2) {
    margin-top: 20px;
  }
  .bg9 .ipot .item .img {
    width: 45px;
    height: 45px;
    background-image: linear-gradient(to bottom, #71aeff, #266ecd);
    border-radius: 5px;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .bg9 .ipot .item b {
    display: block;
    margin-top: 20px;
    font-size: 16px;
    text-transform: uppercase;
    font-weight: 500;
    line-height: 140%;
  }
  .bg9 .consult {
    margin-top: 80px;
    background-image: linear-gradient(-45deg, #dee2f4, #f2f3f7);
    padding: 20px;
    border-radius: 5px;
    overflow: hidden;
  }
  .bg9 .consult .left {
    position: relative;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
  }
  .bg9 .consult .left h3 {
    width: 100%;
    text-align: center;
  }
  .bg9 .consult .left ul {
    list-style-type: none;
    font-weight: 300;
    width: 100%;
    margin-top: 20px;
  }
  .bg9 .consult .left ul li {
    margin-top: 15px;
    position: relative;
    padding-left: 20px;
    font-size: 14px;
    line-height: 140%;
  }
  .bg9 .consult .left ul li::before {
    content: "";
    display: block;
    width: 8px;
    height: 8px;
    background-image: linear-gradient(to bottom, #71aeff, #266ecd);
    position: absolute;
    top: 9px;
    left: 0;
    border-radius: 2px;
  }
  .bg9 .consult .left .img {
    position: relative;
    bottom: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 30px;
  }
  .bg9 .consult .left .img .name {
    text-transform: uppercase;
    background-color: #fff;
    padding: 10px;
    width: 200px;
    left: 0px;
    top: 150px;
    position: absolute;
    border-radius: 5px;
    z-index: 3;
  }
  .bg9 .consult .left .img .name b {
    font-size: 12px;
    display: block;
    line-height: 130%;
  }
  .bg9 .consult .left .img .name p {
    font-weight: 300;
    margin-top: 5px;
    font-size: 12px;
  }
  .bg9 .consult .left .img img {
    height: 340px;
    left: -70px;
    position: relative;
    -webkit-mask-image: linear-gradient(to top, transparent 0%, black 50%);
    mask-image: linear-gradient(to top, transparent 0%, black 50%);
  }
  .bg9 .consult .left .forma {
    padding: 20px;
    background-color: #fff;
    border-radius: 5px;
    margin-top: -55px;
    width: -moz-max-content;
    width: max-content;
    position: relative;
    z-index: 3;
    width: 100%;
  }
  .bg9 .consult .left .forma h4 {
    text-transform: uppercase;
    font-size: 14px;
    line-height: 130%;
  }
  .bg9 .consult .left .forma form {
    margin-top: 15px;
    flex-direction: column;
  }
  .bg9 .consult .left .forma form input {
    background-color: #f2f3f7;
    width: 100%;
    height: 70px;
    padding: 20px;
    font-size: 16px;
  }
  .bg9 .consult .left .forma form .button {
    width: 100%;
    margin-left: 0;
    margin-top: 10px;
  }
  .bg9 .consult .left .forma form .button button p {
    font-size: 17px;
  }
  .footer h3 {
    text-align: center;
    width: 100%;
  }
  .footer .cont_all {
    margin-top: 30px;
    display: flex;
    justify-content: space-between;
    align-items: stretch;
    flex-direction: column;
  }
  .footer .cont_all .prosmotr {
    width: 100%;
    height: auto;
    position: relative;
    border-radius: 5px;
    overflow: hidden;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    order: 1;
  }
  .footer .cont_all .prosmotr img {
    width: 100%;
    height: auto;
    display: flex;
    -o-object-fit: cover;
       object-fit: cover;
    border-radius: 5px;
  }
  .footer .cont_all .prosmotr img:nth-child(n+2) {
    margin-top: 15px;
  }
  .footer .cont_all .cont {
    width: 100%;
    order: 2;
    margin-top: 30px;
  }
  .footer .cont_all .cont .button {
    width: 100%;
    margin-top: 40px;
  }
  .footer .cont_all .cont .button button {
    padding: 0 15px;
  }
  .footer .cont_all .cont .button button p {
    font-size: 20px;
  }
  .footer .cont_all .cont .item {
    text-transform: uppercase;
    text-align: center;
  }
  .footer .cont_all .cont .item:nth-child(n+2) {
    margin-top: 25px;
  }
  .footer .cont_all .cont .item p {
    font-weight: 300;
    font-size: 14px;
  }
  .footer .cont_all .cont .item a,
  .footer .cont_all .cont .item b {
    text-decoration: none;
    color: #333;
    font-size: 18px;
    line-height: 22px;
    font-weight: 600;
    display: block;
    margin-top: 5px;
  }
  .footer .cont_all .cont .button button {
    padding: 0 20px;
  }
  .footer .cont_all .cont .button button p {
    font-size: 17px;
  }
  .forma_pop {
    padding: 20px;
    background-color: #fff;
    border-radius: 5px;
    margin-top: 0px;
    width: -moz-max-content;
    width: max-content;
    position: relative;
    z-index: 3;
    width: 320px;
  }
  .forma_pop h4 {
    text-transform: uppercase;
    font-size: 14px;
    line-height: 135%;
  }
  .forma_pop > p {
    font-weight: 300;
    line-height: 130%;
    margin-top: 5px;
    font-size: 12px;
  }
  .forma_pop .img {
    display: flex;
    margin: 15px 0;
    align-items: center;
    padding: 20px 0;
    border-bottom: 1px solid #a1a1a1;
    border-top: 1px solid #a1a1a1;
  }
  .forma_pop .img img {
    width: 120px;
    height: 70px;
    border-radius: 5px;
    display: flex;
    -o-object-fit: cover;
       object-fit: cover;
  }
  .forma_pop .img p {
    font-size: 14px;
    font-weight: 300;
    margin-left: 15px;
    line-height: 130%;
  }
  .forma_pop .img p b {
    display: block;
    text-transform: uppercase;
  }
  .forma_pop form {
    margin-top: 15px;
    flex-direction: column;
  }
  .forma_pop form .select_wrap {
    width: 100%;
    position: relative;
    margin-top: 0px;
  }
  .forma_pop form .select_wrap .arrow {
    position: absolute;
    top: 50%;
    right: 20px;
    transform: translateY(-50%);
    width: 10px;
    height: 10px;
    opacity: 0.7;
    display: block;
  }
  .forma_pop form .select_wrap select {
    padding: 0px 20px 0px 20px !important;
    width: 100%;
    height: 40px;
    border-radius: 5px;
    -moz-appearance: none;
         appearance: none;
    -webkit-appearance: none;
    background-color: #f2f3f7;
    margin-bottom: 10px;
    font-size: 14px !important;
    cursor: pointer;
  }
  .forma_pop form .select_wrap select::-ms-expand {
    display: none; /* удалите стрелку по умолчанию в IE 10 и 11 */
  }
  .forma_pop form input {
    background-color: #f2f3f7;
    width: 100%;
    height: 65px;
    margin-bottom: 10px;
    font-size: 16px;
    padding: 20px 20px 20px 20px !important;
  }
  .forma_pop form .button {
    margin-left: 0;
    width: 100%;
    height: 80px;
  }
  .forma_pop form .button button {
    padding: 0 20px;
  }
  .forma_pop form .button button p {
    font-size: 17px;
  }
  .mobile-menu {
    display: flex !important;
  }
  .menu_desc {
    display: none !important;
  }
  .callback-bt-tel {
    display: none !important;
  }
  .desc_only {
    display: none !important;
  }
  .owl-item {
    opacity: 1 !important;
  }
  .callback-bt-desctop {
    height: 60px !important;
    width: 60px !important;
  }
  .owl-theme .owl-dots,
  .owl-theme .owl-nav {
    text-align: center;
    -webkit-tap-highlight-color: transparent;
    margin-top: 19px !important;
    display: block;
    cursor: pointer;
  }
  .owl-theme .owl-dots .owl-dot span {
    width: 8px !important;
    height: 8px !important;
    margin: 5px 5px !important;
    background: #d6d6d6;
    display: block;
    -webkit-backface-visibility: visible;
    transition: opacity 0.2s ease;
    border-radius: 30px;
  }
}
input[type=tel],
input[type=submit],
input[type=text],
input[type=name],
textarea {
  -webkit-appearance: none;
}

img {
  pointer-events: none !important;
}

img {
  opacity: 1;
  transition: opacity 0.4s;
}

img[data-src] {
  opacity: 0;
}

/* начало кнопки звонка */
.callback-bt-tel {
  background-image: linear-gradient(to bottom, #ffb955, #d77e00);
  border: 2px solid #fff;
  border-radius: 50%;
  box-shadow: 0 8px 10px rgba(215, 126, 0, 0.3);
  cursor: pointer;
  height: 50px;
  text-align: center;
  width: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  right: 5%;
  bottom: 5%;
  z-index: 999;
  transition: 0.3s;
  animation: hoverWave linear 2s infinite;
  position: fixed;
}

.callback-bt-tel .text-call {
  height: 58px;
  width: 58px;
  border-radius: 50%;
  position: relative;
  overflow: hidden;
  display: flex;
  justify-content: center;
  align-items: center;
}

.callback-bt-tel .text-call span {
  text-align: center;
  color: #3469ff;
  opacity: 0;
  font-size: 0;
  position: absolute;
  right: 4px;
  top: 22px;
  line-height: 14px;
  font-weight: 600;
  text-transform: uppercase;
  transition: opacity 0.6s linear;
}

.callback-bt-tel .text-call:hover span {
  opacity: 1;
  font-size: 11px;
}

.callback-bt-tel i {
  animation: 1200ms ease 0s normal none 1 running shake;
  animation-iteration-count: infinite;
  -webkit-animation: 1200ms ease 0s normal none 1 running shake;
  -webkit-animation-iteration-count: infinite;
}

/*call desc*/
.callback-bt-desctop {
  background-image: linear-gradient(to bottom, #ffb955, #d77e00);
  border: 2px solid #fff;
  border-radius: 50%;
  box-shadow: 0 8px 10px rgba(215, 126, 0, 0.3);
  cursor: pointer;
  height: 70px;
  text-align: center;
  width: 70px;
  display: flex;
  align-items: center;
  justify-content: center;
  right: 5%;
  bottom: 5%;
  z-index: 999;
  transition: 0.3s;
  animation: hoverWave linear 2s infinite;
  position: fixed;
}

.callback-bt-desctop .text-call {
  height: 58px;
  width: 58px;
  border-radius: 50%;
  position: relative;
  overflow: hidden;
  display: flex;
  justify-content: center;
  align-items: center;
}

.callback-bt-desctop .text-call span {
  text-align: center;
  color: #3469ff;
  opacity: 0;
  font-size: 0;
  position: absolute;
  right: 4px;
  top: 22px;
  line-height: 14px;
  font-weight: 600;
  text-transform: uppercase;
  transition: opacity 0.6s linear;
}

.fa-phone {
  display: flex;
  align-items: center;
  justify-content: center;
  -o-object-fit: contain;
     object-fit: contain;
}

.callback-bt-desctop .text-call:hover span {
  opacity: 1;
  font-size: 11px;
}

.callback-bt-desctop i {
  animation: 1200ms ease 0s normal none 1 running shake;
  animation-iteration-count: infinite;
  -webkit-animation: 1200ms ease 0s normal none 1 running shake;
  -webkit-animation-iteration-count: infinite;
}
@keyframes hoverWave {
  0% {
    box-shadow: 0 8px 10px rgba(215, 126, 0, 0.3), 0 0 0 0 rgba(215, 126, 0, 0.2), 0 0 0 0 rgba(215, 126, 0, 0.2);
  }
  40% {
    box-shadow: 0 8px 10px rgba(215, 126, 0, 0.3), 0 0 0 10px rgba(215, 126, 0, 0.2), 0 0 0 0 rgba(215, 126, 0, 0.2);
  }
  80% {
    box-shadow: 0 8px 10px rgba(215, 126, 0, 0.3), 0 0 0 15px rgba(215, 126, 0, 0), 0 0 0 12px rgba(215, 126, 0, 0.067);
  }
  100% {
    box-shadow: 0 8px 10px rgba(215, 126, 0, 0.3), 0 0 0 15px rgba(215, 126, 0, 0), 0 0 0 25px rgba(215, 126, 0, 0);
  }
}
/* animations icon */
@keyframes shake {
  0% {
    transform: rotateZ(10deg);
    -ms-transform: rotateZ(10deg);
    -webkit-transform: rotateZ(10deg);
  }
  50% {
    transform: rotateZ(-2deg);
    -ms-transform: rotateZ(-2deg);
    -webkit-transform: rotateZ(-2deg);
  }
  100% {
    transform: rotateZ(10deg);
    -ms-transform: rotateZ(10deg);
    -webkit-transform: rotateZ(10deg);
  }
}
/* конец кнопки звонка */
/*OWL*/
.owl-stage-outer {
  overflow: visible !important;
  position: relative !important;
}

.owl-stage {
  display: flex !important;
}

.owl-item {
  opacity: 0.2;
}

.owl-item.center {
  opacity: 1;
  transition: 0.5s all;
}

.owl-item {
  width: -moz-max-content !important;
  width: max-content !important;
  height: -moz-max-content;
  height: max-content;
}

.owl-next,
.owl-prev {
  width: 22px;
  height: 40px;
  margin-top: -20px;
  position: absolute;
  top: 40%;
  display: none !important;
}

.owl-theme .owl-dots,
.owl-theme .owl-nav {
  text-align: center;
  -webkit-tap-highlight-color: transparent;
  margin-top: 40px;
  display: block;
  cursor: pointer;
}

.owl-theme .owl-nav.disabled + .owl-dots {
  margin-top: 30px !important;
  height: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.owl-theme .owl-dots .owl-dot.active span,
.owl-theme .owl-dots .owl-dot:hover span {
  background-image: linear-gradient(to bottom, #71aeff, #266ecd) !important;
  border: none;
}

.owl-theme .owl-dots .owl-dot {
  display: inline-block;
  zoom: 1;
  border: none;
  background-color: inherit;
}

.owl-prev {
  left: -35px;
  transition: ease-in-out 0.2s;
}

.owl-prev:hover {
  transform: translate(-5px);
  transition: ease-in-out 0.2s;
}

.owl-next:hover {
  transform: translate(5px);
  transition: ease-in-out 0.2s;
}

.owl-next {
  right: -35px;
  transition: ease-in-out 0.2s;
}

.owl-theme .owl-nav [class*=owl-]:hover {
  background: none !important;
  color: #fff;
  text-decoration: none;
}

.owl-carousel .owl-nav button.owl-next,
.owl-carousel .owl-nav button.owl-prev,
.owl-carousel button.owl-dot {
  background: 0 0;
  color: inherit;
  border: none;
  padding: 0 !important;
  font: inherit;
  width: 155px;
  height: 155px;
}

.owl-theme .owl-nav [class*=owl-] {
  color: inherit !important;
  font-size: inherit !important;
  margin: inherit !important;
  padding: inherit !important;
  background: inherit !important;
  display: inherit !important;
  cursor: inherit !important;
  border-radius: inherit !important;
  border: none !important;
  cursor: pointer;
  height: 50px;
  width: 50px;
}

.owl-nav img {
  box-shadow: none !important;
}

/*OWL*/
form {
  padding: 0px 0 0px 0;
  display: flex;
  flex-direction: row;
  position: relative;
}
form label {
  font-size: 18px;
  margin-bottom: 8px;
  margin-top: 25px;
}
form input {
  height: 90px;
  padding: 20px 20px 20px 30px;
  font-size: 18px;
  border-radius: 5px;
  border: none;
  background-color: #fbfbfb;
  font-family: "Unbounded", sans-serif !important;
  font-weight: 400;
  color: #333333;
  z-index: 10;
  width: 300px;
}
form select {
  background-color: #fff;
  font-family: "Unbounded", sans-serif !important;
  font-weight: 400;
  font-size: 18px;
  color: #333333;
  border: none;
}
form ::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  color: #b0afaf;
  font-weight: 400;
}
form ::-moz-placeholder {
  /* Firefox 19+ */
  color: #b0afaf;
  font-weight: 400;
}
form :-ms-input-placeholder {
  /* IE 10+ */
  color: #b0afaf;
  font-weight: 400;
}
form :-moz-placeholder {
  /* Firefox 18- */
  color: #b0afaf;
  font-weight: 400;
}
form .button {
  height: 90px;
  width: 350px;
  margin-left: 15px;
}

.mobile-menu {
  width: 100% !important;
  margin: 0 auto;
  background-color: #f6f8fa;
  margin-top: 0px;
  padding: 0;
}

.menu-list {
  display: none;
  padding-top: 5px;
}
.menu-list li {
  list-style-type: none;
  border-bottom: 1px solid #fff;
  padding: 10px 0;
}
.menu-list li a {
  color: #333;
  text-decoration: none;
  font-size: 14px;
}
.menu-list .soc {
  padding: 10px 10px 17px 10px;
}
.menu-list .soc p {
  background: none;
  color: #333;
  font-weight: 600;
}
.menu-list .soc .items {
  display: flex;
  justify-content: space-between;
  margin-left: auto;
  margin-right: auto;
  margin-top: 5px;
  width: -moz-max-content;
  width: max-content;
}
.menu-list .soc .items a {
  height: 40px;
  width: 40px;
  display: flex;
  -o-object-fit: contain;
     object-fit: contain;
}
.menu-list .soc .items a:nth-child(n+2) {
  margin-left: 10px;
}
.menu-list .soc .items a img {
  width: 100%;
  height: 100%;
  display: flex;
  -o-object-fit: contain;
     object-fit: contain;
}
.menu-list .button {
  margin-top: 5px;
  width: 100%;
  height: 60px;
  margin-bottom: 20px;
}
.menu-list .social {
  display: flex;
  flex-direction: row;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  flex-direction: column;
  padding: 15px 0;
  width: 100%;
}
.menu-list .social p {
  margin-left: 0px;
  font-weight: 300;
  line-height: 150%;
  font-size: 12px;
}
.menu-list .social p b {
  display: block;
  font-weight: 800;
  text-transform: uppercase;
  font-size: 12px;
}
.menu-list .social > img {
  width: 55px;
  height: 55px;
  display: flex;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 50%;
}
.menu-list .social .items {
  display: flex;
  justify-content: space-between;
  margin-left: 0px;
  margin-top: 10px;
}
.menu-list .social .items a {
  height: 38px;
  width: auto;
}
.menu-list .social .items a:nth-child(n+2) {
  margin-left: 10px;
}
.menu-list .social .items a img {
  width: 100%;
  height: 100%;
}

/* Стилизуем кнопку переключения меню */
.menu-toggle {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: auto;
  text-align: center;
  cursor: pointer;
  width: 100%;
}

.menu-toggle span {
  display: block;
  width: 24px;
  height: 2px;
  background-color: #333;
  transition: all 0.2s ease;
}

.menu-toggle > p {
  text-align: center;
  width: 100%;
  margin: 0 auto;
  font-size: 14px;
  line-height: 14px;
  background-image: linear-gradient(to bottom, #dee2f4, #dee2f4);
  border: 0;
  margin: 0;
  color: #333;
  padding: 6px 0;
}

.menu-toggle span:first-child {
  transform-origin: left center;
}

.menu-toggle span:last-child {
  transform-origin: right center;
}

/* Добавляем стили для раскрытия меню */
.menu-open .menu-list {
  display: block;
}

.menu-open .menu-toggle span:first-child {
  transform: rotate(45deg);
}

.menu-open .menu-toggle span:last-child {
  transform: rotate(-45deg);
}

.menu-open .menu-toggle span:nth-child(2) {
  opacity: 0;
}

/* Добавляем стили для выделения текущей активной ссылки */
.menu-list a.active {
  font-weight: bold;
}

.menu-open > p {
  display: flex;
  position: relative;
  align-items: center;
  justify-content: center;
}
.menu-open > p::after {
  content: "×";
  margin-left: 6px;
  margin-top: 2px;
  line-height: 0;
  right: -15px;
}/*# sourceMappingURL=style.css.map */