.img-contain {    max-width: 100%;    max-height: 100%;    width: auto;    height: auto;}body.fixed {    padding-top: 48px;}header {    width: 100%;    background-color: #fff;}.fixed header {    position: fixed;    top: 0;    box-shadow: 0 2px 8px rgba(0,0,0,0.15);    z-index: 11;}.header-box {    display: flex;    align-items: center;    justify-content: space-between;    height: 48px;}.safari .header-box {    width: calc(100vw - 15px);}@media (min-width:768px) {    .safari .header-box {        width: 100%;    }}.header-menu {    display: flex;    flex-direction: column;    position: fixed;    top: 48px;    width: 100vw;    left: -100vw;    z-index: 1;    height: calc(100vh - 48px);    background: #fff;    padding: 20px 0;}.mobile-open .header-menu::before {    position: fixed;    top: 0;    left: 0;    height: 48px;    width: 100vw;    content: '';    box-shadow: 0 2px 8px rgba(0,0,0,0.15);}.header-menu a {    display: block;    width: 100%;    padding: 20px 30px;    font: 400 20px/1.2em Roboto;}.header-menu a:hover {    background-color: #97E0FF;}.header-logotype {    height: 30px;}.header-phone a {    font: 700 15px/1.2em Roboto;    color: #015fa5;}.header-mobile-open {    width: 32px;    height: 16px;    background: linear-gradient(to bottom, #015fa5 2px, transparent 2px);    position: relative;    cursor: pointer;    transition: 0.3s ease;}.header-mobile-open::after,.header-mobile-open::before {    content: '';    height: 2px;    background: #015fa5;    position: absolute;    right: 0;    transition: 0.3s ease;}.header-mobile-open::before {    top: 7px;    width: 32px;}.header-mobile-open::after {    width: 32px;    bottom: 0;}.mobile-open .header-mobile-open {    background: none;    height: 32px;    z-index: 12;}.mobile-open .header-mobile-open::before,.mobile-open .header-mobile-open::after {    width: 28px;    height: 1px;    top: 15px;    transform: rotate(45deg);}.mobile-open .header-mobile-open::after {    transform: rotate(-45deg);}.top-slider {    position: relative;}.top-slider-wrapper {    padding-top: 80%;    position: relative;}.top-slider-img-box {    position: absolute;    top: 0;    left: 0;    bottom: -27%;    right: 0;    background: url('/images/banner_big_mobile.jpg') no-repeat center center / cover;}.top-slider-item {    margin-top: 0;}.top-slider-box {    padding: 0 0 60px;}.top-slider-box img {    max-width: 117%;    width: 117%;    margin-left: -17%;}.top-slider-box h1 {    margin-top: -40px;    font: 900 10vw/1.2em Roboto;    text-transform: uppercase;    text-align: center;    color: #1E5073;}.top-slider-box p {    text-align: center;    font: 400 14px/1.2em Roboto;    padding: 0 20px;}.top-slider-box .btn {    margin: 24px auto 0;    width: 195px;}.top-action-wrapper {    box-shadow: 0px 0px 30px rgba(0, 0, 0, 0.25);    padding: 10px 15px;}.top-action-box {    display: flex;}.top-action-image {    flex: 0 0 45%;}.top-action-text {    padding-left: 15px;    font-size: 14px;}.top-action-text-p {    font-weight: 700;    margin-top: 5px;}.about {    padding: 120px 0 80px;}.about img {    display: block;    margin: 0 auto 30px;}.about p {    text-align: center;}.section-subtitle {    font: 700 5vw/1.2em Roboto;}.section-title {    font: 900 10vw/1.2em Roboto;}#form-podbor {    margin: 50px 0 15px;    display: flex;    flex-direction: column;    background: #F2F7FF;    padding: 30px 15px;}.input-head {    font: 700 20px/1.2em Roboto;    position: relative;}.form-flex-row + .form-flex-row {    margin-top: 40px;}.minus-room {    position: absolute;    top: 5px;    right: 5px;    width: 20px;    height: 20px;    background: linear-gradient(to bottom, transparent 45%, #000 45%, #000 55%, transparent 55%);    cursor: pointer;}.input-box {    margin: 15px 0;}.input-box + .input-box {    margin-top: 25px;}.data-input-wrapper {    position: relative;}.data-input-value {    height: 26px;    border-bottom: 1px solid #4f4f4f;    overflow: hidden;    margin-top: 5px;    position: relative;    padding: 0 20px 9px 0;    white-space: nowrap;    cursor: pointer;    color: #C4C4C4;}.data-input-value::after {    content: '';    width: 12px;    height: 8px;    position: absolute;    right: 3px;    top: 15%;    background: linear-gradient(45deg,transparent 25%,#555 25%, #555 35%, transparent 35%), linear-gradient(315deg,transparent 25%,#555 25%, #555 35%, transparent 35%);}.data-input-outer {    position: absolute;    top: 100%;    left: 0;    width: 100%;    z-index: 15;    height: 0;    overflow: hidden;}.data-input-div {    display: flex;    flex-direction: column;    background: #fff;    border: 1px solid #E5E5E5;    border-radius: 3px;    padding: 13px;}.data-input-div input {    display: none;}.data-input-div label {    font-weight: normal;    margin: 5px 0 5px 25px;    position: relative;}.data-input-div label::before {    -webkit-border-radius: 3px;    border-radius: 3px;    border: 1px solid rgba(0, 0, 0, 0.5);    display: inline-block;    width: 20px;    height: 20px;    content: ' ';    vertical-align: middle;    margin-right: 15px;    cursor: pointer;    z-index: 10;    background-color: inherit;    position: absolute;    left: -25px;    top: -1px;    border-color: #c4c4c4;}.data-input-div input:checked + label::before {    background: #00AEEF;    border-color: #00AEEF;}.data-input-div input:checked + label::after {    background: none;    border: none;    content: '';    position: absolute;    left: -21px;    top: 3px;    width: 12px;    height: 8px;    border-left: 2px solid #fff;    border-bottom: 2px solid #fff;    transform: rotate(-50deg);    z-index: 11;}.add-room-row {    margin: 20px 0 40px;}.add-room-row .btn {    justify-content: flex-start;}.add-room-row .add-room {    position: absolute;    top: 21px;    right: 40px;    width: 14px;    height: 13px;    background: linear-gradient(to bottom, transparent 40%, #fff 40%, #fff 60%, transparent 60%), linear-gradient(to right, transparent 40%, #fff 40%, #fff 60%, transparent 60%);}.add-room-row:hover .add-room {    background: linear-gradient(to bottom, transparent 40%, #1E5073 40%, #1E5073 60%, transparent 60%), linear-gradient(to right, transparent 40%, #1E5073 40%, #1E5073 60%, transparent 60%);}.button-box {    display: flex;    flex-direction: column;    padding: 20px 0 40px;;}.button-box .btn + .btn {    margin-top: 20px;}.cathead-box {    display: flex;    flex-direction: column;    box-shadow: 0px 4px 40px rgba(0, 0, 0, 0.25);    margin-bottom: 15px;}.cathead-img-box {    position: relative;    padding-top: 68%;    display: flex;    flex-direction: column;    align-items: center;}.cathead-img-inner {    position: absolute;    top: 0;    left: 0;    right: 0;    bottom: 27px;    background-repeat: no-repeat;    background-size: cover;    background-position: center;    z-index: 1;}.cathead-logo-box {    height: 54px;    display: flex;    align-items: center;    justify-content: center;    z-index: 2;    position: relative;    padding: 0 20px;    background: #fff;    box-shadow: 0px 4px 40px rgba(0, 0, 0, 0.25);}.cathead-text-box {    display: flex;    flex-direction: column;    align-items: center;    padding: 30px 20px;}.cathead-text-title {    font: 700 20px/1.2em Roboto;    color: #000;    margin: 0 30px 15px;    text-align: center;}.cathead-text-subtitle {    color: #c4c4c4;}.cathead-text-box .cathead-btn {    display: none;}.pluses {    padding: 40px 0;}.pluses-ul {    display: grid;    grid-template-columns: repeat(2, 1fr);    grid-column-gap: 15px;    grid-row-gap: 40px;}.pluses-ul li {    display: flex;    flex-direction: column;    align-items: center;}.pluses-text {    text-align: center;    margin-top: 7px;    padding: 0 10px;}.catalog-menu-wrapper {    padding: 20px 0;}.catalog-menu {    display: inline-block;    padding: 10px 15px;    color: #000;    text-decoration: underline;    font-weight: 700;}.catalog-menu:hover {    box-shadow: inset 0px 0px 10px rgba(0, 0, 0, 0.3);    border-radius: 6px;    color: #000;    text-decoration: underline;}.catalog {    display: flex;    flex-direction: column;}@media (-webkit-min-device-pixel-ratio: 0) {    .catalog {        display: -webkit-box;        -webkit-box-orient: vertical;    }}.catalog-item-container {    position: relative;    overflow: hidden;}.catalog-item {    position: relative;}.catalog-item-wrapper {    overflow: hidden;    height: 0;    width: 100vw;    position: absolute;    top: 0;}.catalog-item-wrapper.active {    height: auto;    left: 0;}.item-head {    background-size: 0;}.item-head-video {    padding-bottom: 30px;}.item-img-box {    display: flex;    flex-direction: column;    align-items: center;    padding: 20px 35px 20px 30px;}.item-logo {    padding: 18px 21px;    background: #fff;    box-shadow: 0px 4px 40px rgba(0, 0, 0, 0.25);}.item-img {    display: flex;    align-items: center;    margin: 60px 0 20px;}.item-text-title {    text-align: center;    font: 700 28px/1.2em Roboto;}.item-text-box .item-text-title {    display: none;}.item-text-p {    text-align: center;    margin: 20px;}.item-text-ul {    display: flex;    flex-direction: column;    align-items: flex-start;    margin: 0;}.item-text-ul li {    width: 80%;    display: flex;    align-items: center;    padding: 10px 0;}.item-text-ul-img {    flex: 0 0 40%;    margin-right: 10px;}.item-text-ul-img img {    display: block;    margin: 0 auto;}.item-text-ul-p {    line-height: 1.1em;    text-align: center;    font-size: 13px;}.item-extra-adv-wrapper {    display: grid;    grid-template-columns: repeat(2, 1fr);    grid-gap: 20px;    margin: 20px 0;    padding: 0 30px 0 15px;}.item-extra-adv-box {    position: relative;    cursor: default;}.item-extra-adv-img {    height: 80px;    margin-bottom: 20px;}.item-extra-adv-img img {    max-width: 100%;    max-height: 100%;    width: auto;    height: auto;}.item-extra-adv-title {    font-size: 13px;}.item-extra-adv-popup {    width: 0;    height: 0;    overflow: hidden;    transition: 0.3s ease;    position: absolute;    top: 0;    left: 0;    z-index: 10;}.item-extra-adv-box:nth-child(even) .item-extra-adv-popup {    left: unset;    right: 0;}.item-extra-adv-inner {    width: calc(100vw - 45px);        padding: 30px 40px;}.item-extra-adv-box:hover .item-extra-adv-popup {    height: auto;    width: calc(100vw - 45px);    background: #fff;    box-shadow: 0px 4px 40px rgba(0, 0, 0, 0.25);}.item-extra-adv-popup-title {    font-size: 14px;    margin-bottom: 5px;}.item-extra-adv-popup-text {    font-size: 14px;    color: #797979;}.item-video-box {    position: relative;    padding-top: 60%;    grid-column: 2/3;    margin: 30px 30px auto 15px;}.item-video-box iframe {    position: absolute;    top: 0;    left: 0;    width: 100%;    height: 100%;}.item-models {    width: 100vw;}.item-models.owl-loaded .owl-nav {    position: absolute;    top: 45%;    width: 100%;    display: flex;    justify-content: space-between;    z-index: 9;}.item-models.owl-loaded.owl-carousel .owl-nav button.owl-next,.item-models.owl-loaded.owl-carousel .owl-nav button.owl-prev {    width: 22px;    height: 32px;    background: url('/images/arrow_big_right.svg') no-repeat center center / contain;    margin: 0 20px 0 0;}.item-models.owl-loaded.owl-carousel .owl-nav button.owl-prev {    transform: rotate(180deg);    margin: 0 0 0 15px;}.item-models.owl-loaded.owl-carousel .owl-nav button.owl-next:focus,.item-models.owl-loaded.owl-carousel .owl-nav button.owl-prev:focus {    outline: none;}.item-models.owl-loaded.owl-carousel .owl-nav button.owl-next span,.item-models.owl-loaded.owl-carousel .owl-nav button.owl-prev span {    display: none;}.item-models.owl-loaded.owl-carousel .owl-dots {    width: 100%;    display: flex;    justify-content: center;    align-items: center;    padding-bottom: 50px;}.item-models.owl-loaded.owl-carousel .owl-dot {    width: 10px;    height: 10px;    border-radius: 5px;    background: #c4c4c4;}.item-models.owl-loaded.owl-carousel .owl-dot:focus {    outline: none;}.item-models.owl-loaded.owl-carousel .owl-dot.active {    background: #009ee2;}.item-models.owl-loaded.owl-carousel .owl-dot + .owl-dot {    margin-left: 10px;}.item-models .owl-stage {    padding: 20px 0 35px;}.item-models-box {    position: relative;    padding: 60px 80px 60px 75px;    display: flex;    flex-direction: column;}.item-models-box::before {    content: '';    position: absolute;    top: 20px;    left: 50px;    bottom: 20px;    right: 55px;    box-shadow: 0px 4px 40px rgba(0, 0, 0, 0.25);}.item-models_title {    font: 700 20px/1.2em Roboto;    text-align: center;}.item-models_table {    padding: 10px 0;    margin-bottom: 10px;}.item-models_row {    display: flex;    justify-content: space-between;    padding: 14px 0;    font-size: 12px;}.item-models_row + .item-models_row {    border-top: 1px solid #4f4f4f;}.item-models_label {    color: #c4c4c4;    margin-right: 10px;}.item-models_price {    text-align: center;    font: 700 28px/1.2em Roboto;    margin: auto 0 20px;}.item-models_oldprice {    margin-bottom: -10px;    color: #a9a9a9;}span.old-price {    position: relative;}span.old-price::after {    content: '';    width: 120%;    height: 3px;    position: absolute;    top: 15px;    left: -10%;    background: #a9a9a9;}.forms-container {    display: grid;    grid-template-columns: repeat(1, 1fr);    grid-gap: 20px;    padding-bottom: 50px;}.form-box {    box-shadow: inset 0px 0px 10px rgba(0, 0, 0, 0.3);    border-radius: 6px;    padding: 40px 50px;    cursor: pointer;}.form-box_img {    position: relative;    width: 55px;    height: 47px;    background-repeat: no-repeat;    background-size: contain;    background-position: top left;}.form-box_img.form-box_commerce {    background-image:url('/images/icon_commerce.svg');}.form-box_img.form-box_discount {    background-image:url('/images/icon_get_discount.svg');}.form-box_img.form-box_help {    background-image:url('/images/icon_help.svg');}.form-box_img::before {    position: absolute;    content: '';    width: 90px;    height: 90px;    border-radius: 50px;    background: #eff4fc;    z-index: -1;    left: 0;    top: -10px;}.form-box_text {    font: 700 16px/1.2em Roboto;    margin-top: 10px;}.form-box:hover {    background: #ed1c2a;    box-shadow: 0 0 10px rgba(0,0,0,0.3);}.form-box:hover .form-box_text {    color: #fff;    position: relative;}.form-box:hover .form-box_text::after {    content: '';    width: 8px;    height: 12px;    background: url('/images/arrow_right_white.svg') no-repeat center center / contain;    display: inline-block;    margin-left: 10px;    position: absolute;    right: 0;    bottom: 5px;}.form-box:hover .form-box_img.form-box_commerce {    background-image:url('/images/icon_commerce_white.svg');}.form-box:hover .form-box_img.form-box_discount {    background-image:url('/images/icon_get_discount_white.svg');}.form-box:hover .form-box_img.form-box_help {    background-image:url('/images/icon_help_white.svg');}.form-box:hover .form-box_img::before {    display: none;}.address {    position: relative;    height: 700px;}.address .container {    position: absolute;    top: 0;    left: 0;    margin-left: 10px;}.map-wrapper {    position: relative;}#map {    height: 700px;    width: 100%;    top: 0;    left: 0;}.address-wrapper {    position: absolute;    top: 15px;    left: 5px;    right: 15px;    background: #fff;    box-shadow: 0px 4px 40px rgba(0, 0, 0, 0.25);    padding: 30px 20px 10px;}.address-title-box {    display: flex;    align-items: flex-start;}.address-logo {    height: 60px;    margin-right: 10px;}.address-subtitle {    color: #c4c4c4;    font-size: 12px;}.address-box {    padding-bottom: 20px;}.address-text {    font-size: 12px;    padding: 5px 0 5px 50px;    position: relative;}.address-text::before {    content: '';    width: 14px;    height: 14px;    position: absolute;    display: block;    background-repeat: no-repeat;    background-size: contain;    background-position: center;    top: 7px;    left: 25px;}.icon_geo::before {    background-image: url('/images/icon_geo.svg');}.icon_site::before {    background-image: url('/images/icon_site.svg');}.icon_email::before {    background-image: url('/images/icon_site.svg');}.icon_phone::before {    background-image: url('/images/icon_phone.svg');    top: 11px;}.address-text a {    color: #000;}.address-text.icon_phone a {    font-weight: 700;    font-size: 17px;}footer {    padding: 30px 0;    background: #f2f7ff;}.footer-box {    display: grid;    grid-template-columns: repeat(2, 1fr);    }.footer-logo {    padding: 10px 0;    height: 60px;    display: flex;    align-items: center;    justify-content: center;}.footer-menu {    grid-column: 1/3;    display: grid;    grid-template-columns: repeat(2, 1fr);    grid-gap: 15px;    padding: 20px 15px;    margin: 20px 0;    border-top: 1px solid #4f4f4f;    border-bottom: 1px solid #4f4f4f;    font-size: 13px;}.footer-address {    grid-column: 1/3;    display: flex;    flex-direction: column;    align-items: center;}.physical-address {    text-align: center;    font-size: 13px;}.footer-address a {    font-size: 20px;    font-weight: 700;    color: #000;    margin-top: 7px;}.design-digital-aircon {    font-size:  13px;    display:  flex;    justify-content: center;    padding-right: 30px;}.design-digital-aircon a {    color: #4c4c4c;}#toTop {    width: 40px;    height: 40px;    background-color: #ed1c2a;    border-radius: 3px;    text-align: center;    padding: 10px;    line-height: 20px;    position: fixed;    bottom: 20px;    right: 20px;    cursor: pointer;    display: none;    color: #fff;    font-size: 20px;    z-index: 101;    opacity: 0.4;    transition: 0.3s ease;}#toTop::before {    content: '';    width: 20px;    height: 20px;    background: url("data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiIHN0YW5kYWxvbmU9Im5vIj8+CjwhLS0gQ3JlYXRlZCB3aXRoIElua3NjYXBlIChodHRwOi8vd3d3Lmlua3NjYXBlLm9yZy8pIC0tPgoKPHN2ZwogICB4bWxuczpkYz0iaHR0cDovL3B1cmwub3JnL2RjL2VsZW1lbnRzLzEuMS8iCiAgIHhtbG5zOmNjPSJodHRwOi8vY3JlYXRpdmVjb21tb25zLm9yZy9ucyMiCiAgIHhtbG5zOnJkZj0iaHR0cDovL3d3dy53My5vcmcvMTk5OS8wMi8yMi1yZGYtc3ludGF4LW5zIyIKICAgeG1sbnM6c3ZnPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIKICAgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIgogICB4bWxuczpzb2RpcG9kaT0iaHR0cDovL3NvZGlwb2RpLnNvdXJjZWZvcmdlLm5ldC9EVEQvc29kaXBvZGktMC5kdGQiCiAgIHhtbG5zOmlua3NjYXBlPSJodHRwOi8vd3d3Lmlua3NjYXBlLm9yZy9uYW1lc3BhY2VzL2lua3NjYXBlIgogICB3aWR0aD0iMjRtbSIKICAgaGVpZ2h0PSIxNC41NjQ3MTNtbSIKICAgdmlld0JveD0iMCAwIDI0IDE0LjU2NDcxMyIKICAgdmVyc2lvbj0iMS4xIgogICBpZD0ic3ZnOCIKICAgaW5rc2NhcGU6dmVyc2lvbj0iMC45Mi40ICg1ZGE2ODljMzEzLCAyMDE5LTAxLTE0KSIKICAgc29kaXBvZGk6ZG9jbmFtZT0iYXJyb3ctY2hldnJvbi11cC5zdmciPgogIDxkZWZzCiAgICAgaWQ9ImRlZnMyIiAvPgogIDxzb2RpcG9kaTpuYW1lZHZpZXcKICAgICBpZD0iYmFzZSIKICAgICBwYWdlY29sb3I9IiNmZmZmZmYiCiAgICAgYm9yZGVyY29sb3I9IiM2NjY2NjYiCiAgICAgYm9yZGVyb3BhY2l0eT0iMS4wIgogICAgIGlua3NjYXBlOnBhZ2VvcGFjaXR5PSIwLjAiCiAgICAgaW5rc2NhcGU6cGFnZXNoYWRvdz0iMiIKICAgICBpbmtzY2FwZTp6b29tPSIwLjM1IgogICAgIGlua3NjYXBlOmN4PSItMjgxLjY1Njc1IgogICAgIGlua3NjYXBlOmN5PSIxNTIuNTA0OTEiCiAgICAgaW5rc2NhcGU6ZG9jdW1lbnQtdW5pdHM9Im1tIgogICAgIGlua3NjYXBlOmN1cnJlbnQtbGF5ZXI9ImxheWVyMSIKICAgICBzaG93Z3JpZD0iZmFsc2UiCiAgICAgZml0LW1hcmdpbi10b3A9IjAiCiAgICAgZml0LW1hcmdpbi1sZWZ0PSIwIgogICAgIGZpdC1tYXJnaW4tcmlnaHQ9IjAiCiAgICAgZml0LW1hcmdpbi1ib3R0b209IjAiCiAgICAgaW5rc2NhcGU6d2luZG93LXdpZHRoPSIxNjgwIgogICAgIGlua3NjYXBlOndpbmRvdy1oZWlnaHQ9Ijk4NyIKICAgICBpbmtzY2FwZTp3aW5kb3cteD0iMTkxMiIKICAgICBpbmtzY2FwZTp3aW5kb3cteT0iMTMiCiAgICAgaW5rc2NhcGU6d2luZG93LW1heGltaXplZD0iMSIgLz4KICA8bWV0YWRhdGEKICAgICBpZD0ibWV0YWRhdGE1Ij4KICAgIDxyZGY6UkRGPgogICAgICA8Y2M6V29yawogICAgICAgICByZGY6YWJvdXQ9IiI+CiAgICAgICAgPGRjOmZvcm1hdD5pbWFnZS9zdmcreG1sPC9kYzpmb3JtYXQ+CiAgICAgICAgPGRjOnR5cGUKICAgICAgICAgICByZGY6cmVzb3VyY2U9Imh0dHA6Ly9wdXJsLm9yZy9kYy9kY21pdHlwZS9TdGlsbEltYWdlIiAvPgogICAgICAgIDxkYzp0aXRsZT48L2RjOnRpdGxlPgogICAgICA8L2NjOldvcms+CiAgICA8L3JkZjpSREY+CiAgPC9tZXRhZGF0YT4KICA8ZwogICAgIGlua3NjYXBlOmxhYmVsPSJMYXllciAxIgogICAgIGlua3NjYXBlOmdyb3VwbW9kZT0ibGF5ZXIiCiAgICAgaWQ9ImxheWVyMSIKICAgICB0cmFuc2Zvcm09InRyYW5zbGF0ZSgtNDQuMjgzNTg2LC0xNzQuNjE4ODgpIj4KICAgIDxwYXRoCiAgICAgICBpZD0icGF0aDgyNiIKICAgICAgIGQ9Im0gNTcuMjE2MjczLDE3NS4wMDUxOCAxMC42ODA5NjMsMTAuNjgwOTYgYyAwLjUxNTEzMywwLjUxNTE0IDAuNTE1MTMzLDEuMzUwMyAwLDEuODY1MzggbCAtMS4yNDU3NjQsMS4yNDU3NiBjIC0wLjUxNDI1NSwwLjUxNDI1IC0xLjM0NzcxMiwwLjUxNTI0IC0xLjg2MzE3NiwwLjAwMiBsIC04LjUwNDczNywtOC40NjQ4NCAtOC41MDQ2ODMsOC40NjQ4OSBjIC0wLjUxNTQ2MywwLjUxMzA1IC0xLjM0ODkyMiwwLjUxMjA2IC0xLjg2MzE3NiwtMC4wMDIgbCAtMS4yNDU3NjQsLTEuMjQ1NzYgYyAtMC41MTUxMzMsLTAuNTE1MTMgLTAuNTE1MTMzLC0xLjM1MDI5IDAsLTEuODY1MzcgbCAxMC42ODA5NjMsLTEwLjY4MDk3IGMgMC41MTUwNzgsLTAuNTE1MTMgMS4zNTAyNCwtMC41MTUxMyAxLjg2NTM3NCwtNWUtNSB6IgogICAgICAgaW5rc2NhcGU6Y29ubmVjdG9yLWN1cnZhdHVyZT0iMCIKICAgICAgIHN0eWxlPSJmaWxsOiNmZmZmZmY7c3Ryb2tlLXdpZHRoOjAuMDU0OTU5MzMiIC8+CiAgPC9nPgo8L3N2Zz4K") no-repeat center center / contain;    position: absolute;    left: 10px;}#toTop:hover {    opacity: 1;}.item-img img {    max-width: 100%;}@media all and (min-width: 350px) {    .header-phone a {        font-size: 18px;    }    .top-slider-box h1 {        font-size: 38px;    }    .top-slider-box p {        padding: 0 40px;    }    .section-subtitle {        font-size: 20px;    }    .section-title {        font-size: 38px;    }    .item-models_row {        font-size: 14px;    }}@media all and (min-width: 450px) {    .item-text-title {        padding: 0 6vw;    }    .item-models-box {        padding: 60px calc((100% - 280px) / 2 + 10px) 60px calc((100% - 280px) / 2 + 5px);    }    .item-models-box::before {        left: calc((100% - 330px) / 2 + 5px);        right: calc((100% - 330px) / 2 + 10px);    }    .item-models.owl-loaded.owl-carousel .owl-nav button.owl-next {        margin: 0 calc((100% - 420px) / 4 + 20px) 0 0;    }    .item-models.owl-loaded.owl-carousel .owl-nav button.owl-prev {        margin: 0 0 0 calc((100% - 420px) / 4 + 15px);    }    .cathead-img-box {        padding-top: 50%;    }    .item-text-ul {        flex-direction: row;    }    .item-text-ul li {        flex-direction: column;    }    .item-text-ul-img {        height: 40px;        flex: 0 0 40px;        margin-bottom: 10px;    }    .forms-container {        grid-template-columns: repeat(3, 1fr);    }    .form-box {        padding: 30px 20px;    }    .form-box_text {        font-size: 14px;    }    .address-wrapper {        right: 40vw;    }    footer {        padding-bottom: 20px;    }    .footer-menu {        grid-column: 1/2;        border-bottom: none;    }    .footer-address {        grid-column: 2/3;        padding: 20px 15px;        margin: 20px 0 0;        border-top: 1px solid #4f4f4f;    }}@media all and (min-width: 576px) {    .fixed #toTop {        bottom: 20px;    }}@media all and (min-width: 768px) {    body.fixed {        padding-top: 63px;    }    .header-box {        height: 63px;    }    .header-menu {        position: relative;        left: unset;        top: unset;        width: auto;        height: auto;        flex-direction: row;        padding: 0;        background: transparent;    }    .header-logotype {        height: 40px;    }    .header-menu a {        width: auto;        padding: 0 10px;        font-size: 14px;        color: #4f4f4f;    }    .header-menu a + a {        margin-left: 10px;    }    .header-menu a:hover {        background: none;        text-decoration: underline;    }    .header-phone a {        color: #000;    }    .header-mobile-open {        display: none;    }    .top-slider-wrapper {        position: absolute;        width: 100vw;        height: 100%;        padding-top: unset;    }    .top-slider-img-box {        background-image: url('/images/banner_1920x750.jpg');        bottom: 0;    }    .top-slider-box {        display: flex;        flex-direction: column;        align-items: center;        justify-content: space-between;        padding: 40px 20vw 60px;        height: 100%;    }    .top-slider-box img {        max-width: 100%;        width: auto;        margin: auto;        opacity: 0;    }    .top-slider-box h1 {        margin-top: auto;        margin-bottom: 0;    }    .top-slider-box .btn {        margin-top: 10px;    }    .top-action-wrapper {        position: absolute;        right: 0;        padding: 0;        width: 23vw;        top: 50%;        transform: translateY(-50%);    }    .top-action-box {        flex-direction: column;        background: #fff;    }    .top-action-text {        padding: 20px 15px;    }    .about .col-sm-3 {        display: flex;        align-items: center;    }    .about img {        margin: 0;    }    .about p {        text-align: left;    }    #form-podbor {        margin: 20px 0;        padding-bottom: 5px;    }    .form-flex-row {        display: flex;        flex-wrap: wrap;    }    .input-head {        width: 100%;    }    .input-box {        width: calc(25% - 75px / 4);    }    .input-box + .input-box {        margin-top: 15px;        margin-left: 25px;    }    .add-room-row {        margin-bottom: 20px;    }    .room-button-row {        display: flex;    }    .button-box {        flex-direction: row;        width: calc(50% - 75px / 2);        margin-left: auto;        padding-top: 15px;    }    .button-box .btn {        padding: 0 15px;    }    .button-box .btn + .btn {        margin-top: 0;        margin-left: 15px;    }    .pluses-ul {        grid-template-columns: repeat(4, 1fr);    }    .catalog {        position: relative;    }    .item-head {        position: relative;        display: grid;        grid-template-columns: repeat(2, 1fr);        background-size: cover;        padding: 0 calc((100vw - 750px) / 2) 20px;    }    .item-img-box {        background-size: 0;        position: relative;        justify-content: center;    }    .item-logo {        position: absolute;        top: 30px;        left: 15px;    }    .item-img-box .item-text-title {        display: none;    }    .item-text-box .item-text-title {        display: block;        margin: 40px 0 10px;        padding: 0;        text-align: left;    }    .item-text-p {        text-align: left;        padding: 0;        margin: 0;    }    .item-text-ul {        align-items: flex-start;        margin: 20px 0;    }    .item-text-ul-p {        text-align: center;        font-size: 14px;    }    .item-extra-adv-wrapper {        grid-row-gap: 30px;        margin-bottom: 30px;    }    .item-extra-adv-box:hover .item-extra-adv-popup,    .item-extra-adv-inner {        width: 400px;    }    .item-extra-adv-box:nth-child(even) .item-extra-adv-popup {        right: unset;        left: 0;    }    .item-extra-adv-title {        font-size: 14px;    }    .item-video-box {        margin: 0 0 auto;    }    .item-video-box iframe {        bottom: 20px;    }    .item-models.owl-carousel {        display: grid;        grid-template-columns: repeat(3, 1fr);        padding: 0 calc((100vw - 750px) / 2);        padding-top: 15px;        padding-bottom: 25px;    }    .item-models-box {        padding: 60px 30px;        margin-bottom: 5px;    }    .item-models-box::before {        left: 10px;        right: 10px;        top: 10px;        bottom: 5px;        background: #fff;        z-index: -1;    }    .address .container {        margin-left: calc((100vw - 750px) / 2);    }    .address-wrapper {        right: 50%;    }    footer {        padding: 10px 0 25px;    }    .footer-box {        display: flex;        align-items: center;        justify-content: space-between;    }    .footer-menu {        border: 1px solid #4f4f4f;        border-top: none;        border-bottom: none;        grid-column-gap: 25px;        padding: 5px 25px;        font-size: 14px;    }    .footer-address {        border-top: none;        align-items: flex-end;    }    .footer-address a {        margin-top: 7px;    }    .physical-address {        font-size: 14px;    }    .design-digital-aircon {        justify-content: flex-end;    }}@media all and (min-width: 992px) {    body.fixed {        padding-top: 89px;    }    .header-box {        height: 89px;    }    .header-menu a {        font-size: 16px;    }    .header-menu a + a {        margin-left: 30px;    }    .top-slider-box {        padding: 40px 210px 60px;    }    .top-slider-box h1,    .top-slider-box p {        text-align: left;        margin-left: 150px;    }    .top-slider-box p {        padding: 0 20px 0 0;    }    .top-slider-box .btn {        margin-left: 150px;    }    .top-action-wrapper {        width: 225px;    }    .about {        padding: 90px 0 80px;    }    .button-box {        justify-content: flex-end;    }    .button-box .btn {        padding: 0 34px;    }    .cathead-box {        flex-direction: row;    }    .cathead-img-box {        flex: 0 0 50%;    }    .cathead-img-inner {        bottom: 0;    }    .cathead-logo-box {        position: absolute;        bottom: 15px;        right: 0;    }    .cathead-text-box {        padding: 30px 20px 15px 30px;        align-items: flex-start;    }    .cathead-text-title {        margin: 0 0 15px;        text-align: left;    }    .cathead-text-subtitle {        text-align: left;    }    .cathead-text-box .cathead-btn {        display: block;        margin-top: auto;        margin-left: auto;    }    .pluses {        padding: 70px 0;    }    .item-head {        padding: 0 calc((100vw - 970px) / 2);    }    .item-models.owl-carousel {        padding: 15px calc((100vw - 970px) / 2) 25px;        grid-template-columns: repeat(4, 1fr);    }    .form-box {        padding: 40px 50px;    }    .form-box_text {        padding-right: 20px;    }    .address .container {        margin-left: calc((100vw - 970px) / 2);    }    .address-wrapper {        top: 60px;        right: 55%;        padding: 50px 50px 20px;    }    .address-logo {        margin-right: 20px;    }    .footer-menu {        grid-column-gap: 70px;        padding: 5px 80px;    }    .footer-address {        margin: 20px 0 0;    }}@media all and (min-width: 1200px) {    .header-menu a + a {        margin-left: 60px;    }    .top-slider-container {        height: 700px;    }    .top-slider-box {        padding: 40px 310px 60px;    }    .input-box {        width: calc(25% - 30px);    }    .input-box + .input-box {        margin-left: 40px;    }    .cathead-logo-box {        bottom: 20px;    }    .cathead-text-box {        padding: 30px 20px 20px 30px;    }    .cathead-img-box {        padding-top: 40%;    }    .item-head {        padding: 0 calc((100vw - 1170px) / 2);    }    .item-models.owl-carousel {        padding: 15px calc((100vw - 1170px) / 2) 25px;    }    .form-box {        padding: 40px 70px;    }    .address .container {        margin-left: calc((100vw - 1170px) / 2);    }    .address-wrapper {        right: 65%;    }    .address-title-box {        margin-bottom: 20px;    }    .footer-menu {        grid-column-gap: 110px;        padding: 5px 130px;    }}