﻿* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box
}

html,
body,
h1,
h2,
h3,
h4,
h5,
h6,
form,
input,
textarea,
button,
select,
option,
ul,
li,
ol,
img,
p,
hr,
table,
tr,
td,
thead,
tbody,
tfoot {
    margin: 0;
    padding: 0;
    border: 0
}

html {
    width: 100%;
    height: 100%
}

body {
    width: 100%;
    min-height: 100%;
    display: flex;
    flex-direction: column;
    font-family: "Manrope", "Arial", sans-serif;
    font-size: 16px;
    color: #454546
}

body.overflow {
    overflow: hidden;
    border-right: 12px solid #eaeaea
}

input,
textarea,
button,
select {
    font-family: "Manrope", "Arial", sans-serif;
    font-size: 16px;
    color: #454546
}

button {
    cursor: pointer
}

a {
    color: #ffcf87;
    text-decoration: underline
}

a:hover {
    text-decoration: none
}

table {
    border-collapse: collapse;
    border-spacing: 0
}

ul,
ol,
li {
    list-style: none
}

::-webkit-input-placeholder {
    font-family: "Manrope", "Arial", sans-serif;
    font-size: 16px;
    color: #9da1a8
}

:-moz-placeholder {
    font-family: "Manrope", "Arial", sans-serif;
    font-size: 16px;
    color: #9da1a8
}

:focus {
    outline: 0
}

::selection {
    color: #fff;
    background: #ffcf87
}

::-webkit-scrollbar {
    width: 12px;
    height: 12px
}

::-webkit-scrollbar-track {
    box-shadow: none;
    border: 0;
    border-radius: 0;
    background-color: #e8f3f1;
    border-left: 1px solid rgba(0, 0, 0, .05)
}

::-webkit-scrollbar-thumb {
    border-radius: 12px;
    box-shadow: none;
    border: 0;
    background-color: #bad7c8
}

::-webkit-scrollbar-thumb:hover {
    background-color: #ffcf87
}

.wide {
    width: 100%
}

.max-wide {
    max-width: 100%
}

.w25 {
    width: 25px !important
}

.w50 {
    width: 50px !important
}

.w75 {
    width: 75px !important
}

.w100 {
    width: 100px !important
}

.w125 {
    width: 125px !important
}

.w150 {
    width: 150px !important
}

.w175 {
    width: 175px !important
}

.w200 {
    width: 200px !important
}

.w225 {
    width: 225px !important
}

.w250 {
    width: 250px !important
}

.w275 {
    width: 275px !important
}

.w300 {
    width: 300px !important
}

.w325 {
    width: 325px !important
}

.w350 {
    width: 350px !important
}

.w375 {
    width: 375px !important
}

.w400 {
    width: 400px !important
}

.w425 {
    width: 425px !important
}

.w450 {
    width: 450px !important
}

.w475 {
    width: 475px !important
}

.w500 {
    width: 500px !important
}

.m5 {
    margin: 5px !important
}

.m10 {
    margin: 10px !important
}

.m15 {
    margin: 15px !important
}

.m20 {
    margin: 20px !important
}

.m25 {
    margin: 25px !important
}

.m30 {
    margin: 30px !important
}

.m35 {
    margin: 35px !important
}

.m40 {
    margin: 40px !important
}

.m45 {
    margin: 45px !important
}

.m50 {
    margin: 50px !important
}

.mt5 {
    margin-top: 5px !important
}

.mt10 {
    margin-top: 10px !important
}

.mt15 {
    margin-top: 15px !important
}

.mt20 {
    margin-top: 20px !important
}

.mt25 {
    margin-top: 25px !important
}

.mt30 {
    margin-top: 30px !important
}

.mt35 {
    margin-top: 35px !important
}

.mt40 {
    margin-top: 40px !important
}

.mt45 {
    margin-top: 45px !important
}

.mt50 {
    margin-top: 50px !important
}

.mb5 {
    margin-bottom: 5px !important
}

.mb10 {
    margin-bottom: 10px !important
}

.mb15 {
    margin-bottom: 15px !important
}

.mb20 {
    margin-bottom: 20px !important
}

.mb25 {
    margin-bottom: 25px !important
}

.mb30 {
    margin-bottom: 30px !important
}

.mb35 {
    margin-bottom: 35px !important
}

.mb40 {
    margin-bottom: 40px !important
}

.mb45 {
    margin-bottom: 45px !important
}

.mb50 {
    margin-bottom: 50px !important
}

.ml5 {
    margin-left: 5px !important
}

.ml10 {
    margin-left: 10px !important
}

.ml15 {
    margin-left: 15px !important
}

.ml20 {
    margin-left: 20px !important
}

.ml25 {
    margin-left: 25px !important
}

.ml30 {
    margin-left: 30px !important
}

.ml35 {
    margin-left: 35px !important
}

.ml40 {
    margin-left: 40px !important
}

.ml45 {
    margin-left: 45px !important
}

.ml50 {
    margin-left: 50px !important
}

.mr5 {
    margin-right: 5px !important
}

.mr10 {
    margin-right: 10px !important
}

.mr15 {
    margin-right: 15px !important
}

.mr20 {
    margin-right: 20px !important
}

.mr25 {
    margin-right: 25px !important
}

.mr30 {
    margin-right: 30px !important
}

.mr35 {
    margin-right: 35px !important
}

.mr40 {
    margin-right: 40px !important
}

.mr45 {
    margin-right: 45px !important
}

.mr50 {
    margin-right: 50px !important
}

.left {
    float: left
}

.right {
    float: right
}

.block {
    display: block
}

.none {
    display: none
}

.floater {
    float: none !important;
    width: 0 !important;
    min-width: 0 !important;
    max-width: 0 !important;
    height: 0 !important;
    min-height: 0 !important;
    max-height: 0 !important;
    border: 0 !important;
    padding: 0 !important;
    margin: 0 !important;
    background: none !important;
    clear: both !important
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-weight: 700;
    line-height: 1.2
}

h1,
.h1 {
    font-size: 30px
}

h2,
.h2 {
    font-size: 24px
}

h3,
.h3 {
    font-size: 20px
}

h4,
.h4 {
    font-size: 16px
}

h5,
.h5 {
    font-size: 14px
}

h6,
.h6 {
    font-size: 12px
}

.light {
    font-weight: 300
}

.regular {
    font-weight: 400
}

.medium {
    font-weight: 500
}

.semibold {
    font-weight: 600
}

.bold {
    font-weight: 700
}

.italic {
    font-style: italic
}

small,
.small {
    font-size: .8em
}

big,
.big {
    font-size: 1.2em
}

sub {
    vertical-align: sub;
    font-size: .8em
}

sup {
    vertical-align: super;
    font-size: .8em
}

.text-left {
    text-align: left
}

.text-right {
    text-align: right
}

.text-center {
    text-align: center
}

.text-justify {
    text-align: justify
}

.uppercase {
    text-transform: uppercase
}

.lowercase {
    text-transform: lowercase
}

.capitalize {
    text-transform: capitalize
}

.notransform {
    text-transform: none
}

.underline {
    text-decoration: underline
}

.linethrough {
    text-decoration: line-through
}

code {
    padding: 2px 4px;
    font-family: "Courier New";
    font-size: 90%;
    color: #c7254e;
    background-color: #f9f2f4
}

.color-default {
    color: #454546
}

.color-gold {
    color: #ffcf87
}

.color-gray {
    color: #6b6b6b
}

.color-gray-lite {
    color: #9da1a8
}

.required {
    color: #e01e1f
}

.text-editor {
    line-height: 1.7
}

.text-editor:before,
.text-editor:after {
    content: "";
    clear: both;
    display: block
}

.text-editor a {
    color: #253841
}

.text-editor h1,
.text-editor h2,
.text-editor h3,
.text-editor h4,
.text-editor h5,
.text-editor h6 {
    margin: 0 0 20px
}

.text-editor h1 {
    font-size: 200%
}

.text-editor h2 {
    font-size: 180%
}

.text-editor h3 {
    font-size: 150%
}

.text-editor h4 {
    font-size: 120%
}

.text-editor h5 {
    font-size: 100%
}

.text-editor h6 {
    font-size: 80%
}

.text-editor p {
    margin-bottom: 10px
}

.text-editor p+h1,
.text-editor p+h2,
.text-editor p+h3,
.text-editor p+h4,
.text-editor p+h5,
.text-editor p+h6 {
    margin-top: 30px
}

.text-editor>p:last-child,
.text-editor * p:last-child {
    margin-bottom: 0
}

.text-editor ul,
.text-editor ol {
    margin: 20px 0
}

.text-editor ul>li,
.text-editor ol>li {
    font-size: 16px;
    list-style: none
}

.text-editor ul>li+li,
.text-editor ol>li+li {
    margin-top: 3px
}

.text-editor ul {
    list-style: none
}

.text-editor ul>li {
    padding-left: 20px;
    position: relative;
    line-height: 28px
}

.text-editor ul>li::before {
    content: "";
    position: absolute;
    top: 8px;
    left: 0;
    width: 8px;
    height: 8px;
    background: #bad7c8;
    border-radius: 50%
}

.text-editor ol {
    counter-reset: my-awesome-counter
}

.text-editor ol>li {
    counter-increment: my-awesome-counter;
    position: relative
}

.text-editor ol>li::before {
    content: counter(my-awesome-counter) ". ";
    font-size: 18px;
    font-weight: 700;
    line-height: 1;
    color: #bad7c8;
    margin-right: 20px
}

.text-editor table {
    border: 1px solid #d2d7df;
    margin-bottom: 20px
}

.text-editor table th {
    padding: 15px 20px;
    border: 1px solid #d2d7df;
    font-weight: 600
}

.text-editor table td {
    padding: 15px 20px;
    border: 1px solid #d2d7df
}

.text-editor strong {
    font-weight: 700
}

.text-editor hr {
    margin: 15px 0;
    border-top: 1px solid #d2d7df
}

.text-editor blockquote {
    padding: 10px 0 10px 20px;
    margin: 20px 40px;
    border-left: 4px solid #d2d7df
}

.text-editor .marker {
    padding: 1px 3px;
    background: #e5e5e5
}

.text-editor img {
    max-width: 100%
}

.videodetector {
    height: 0;
    position: relative;
    padding-bottom: 56.25%
}

.videodetector iframe {
    display: block;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 100%
}

.videodetector-container {
    max-width: 800px;
    margin: 30px auto
}

@media(max-width: 768px) {
    .text-editor {
        font-size: 14px;
        line-height: 1.5
    }

    .text-editor img {
        margin: 20px 0 !important
    }

    .text-editor h2 {
        font-size: 22px
    }

    .text-editor ul>li {
        line-height: 20px
    }

    .text-editor li {
        font-size: 14px !important
    }

    .text-editor li::before {
        font-size: 14px !important;
        margin-right: 5px !important
    }

    .text-editor li+li {
        margin-top: 10px
    }
}

.icon {
    display: inline-block;
    vertical-align: middle;
    background-size: contain
}

.icon-mind {
    background-image: url("../img/icons/mind.svg");
    background-repeat: no-repeat;
    background-position: center
}

.icon-percentage {
    background-image: url("../img/icons/percentage.svg");
    background-repeat: no-repeat;
    background-position: center
}

.icon-badge {
    background-image: url("../img/icons/badge.svg");
    background-repeat: no-repeat;
    background-position: center
}

.icon-money-bag {
    background-image: url("../img/icons/money-bag.svg");
    background-repeat: no-repeat;
    background-position: center
}

.icon-setting {
    background-image: url("../img/icons/setting.svg");
    background-repeat: no-repeat;
    background-position: center
}

.icon-notification {
    background-image: url("../img/icons/notification.svg");
    background-repeat: no-repeat;
    background-position: center
}

.icon-document {
    background-image: url("../img/icons/document.svg");
    background-repeat: no-repeat;
    background-position: center
}

.icon-compass {
    background-image: url("../img/icons/compass.svg");
    background-repeat: no-repeat;
    background-position: center
}

.icon-shield {
    background-image: url("../img/icons/shield.svg");
    background-repeat: no-repeat;
    background-position: center
}

.icon-payment {
    background-image: url("../img/icons/payment.svg");
    background-repeat: no-repeat;
    background-position: center
}

.icon-delivery {
    background-image: url("../img/icons/delivery.svg");
    background-repeat: no-repeat;
    background-position: center
}

.icon-engineer {
    background-image: url("../img/icons/engineer.svg");
    background-repeat: no-repeat;
    background-position: center
}

.icon-status-check {
    background-image: url("../img/icons/status-check.svg");
    background-repeat: no-repeat;
    background-position: center
}

.icon-install {
    background-image: url("../img/icons/install.svg");
    background-repeat: no-repeat;
    background-position: center
}

.icon-garantie {
    background-image: url("../img/icons/garantie.svg");
    background-repeat: no-repeat;
    background-position: center
}

.icon-housekeeping {
    background-image: url("../img/icons/housekeeping.svg");
    background-repeat: no-repeat;
    background-position: center
}

.icon-instagram {
    background-image: url("../img/icons/instagram.svg");
    background-repeat: no-repeat;
    background-position: center
}

.icon-whatsapp {
    background-image: url("../img/icons/whatsapp.svg");
    background-repeat: no-repeat;
    background-position: center
}

.icon-youtube {
    background-image: url("../img/icons/youtube.svg");
    background-repeat: no-repeat;
    background-position: center
}

.icon-virus {
    background-image: url("../img/icons/virus.svg");
    background-repeat: no-repeat;
    background-position: center
}

.icon-bear {
    background-image: url("../img/icons/bear.svg");
    background-repeat: no-repeat;
    background-position: center
}

.icon-build {
    background-image: url("../img/icons/build.svg");
    background-repeat: no-repeat;
    background-position: center
}

.icon-forest {
    background-image: url("../img/icons/forest.svg");
    background-repeat: no-repeat;
    background-position: center
}

.icon-guarantee {
    background-image: url("../img/icons/guarantee.svg");
    background-repeat: no-repeat;
    background-position: center
}

.icon-setting-key {
    background-image: url("../img/icons/setting-key.svg");
    background-repeat: no-repeat;
    background-position: center
}

.icon-expand {
    background-image: url("../img/icons/expand.png");
    background-repeat: no-repeat;
    background-position: center
}

.icon-featured {
    background-image: url("../img/icons/featured.png");
    background-repeat: no-repeat;
    background-position: center
}

.icon-cupboard {
    background-image: url("../img/icons/cupboard.svg");
    background-repeat: no-repeat;
    background-position: center
}

.icon-carrom {
    background-image: url("../img/icons/carrom.svg");
    background-repeat: no-repeat;
    background-position: center
}

.icon-arm {
    background-image: url("../img/icons/arm.svg");
    background-repeat: no-repeat;
    background-position: center
}

.icon-medical-insurance {
    background-image: url("../img/icons/medical-insurance.svg");
    background-repeat: no-repeat;
    background-position: center
}

.icon-energy {
    background-image: url("../img/icons/energy.svg");
    background-repeat: no-repeat;
    background-position: center
}

.icon-lungs {
    background-image: url("../img/icons/lungs.svg");
    background-repeat: no-repeat;
    background-position: center
}

.icon-max {
    background-image: url("../img/icons/max.svg");
    background-repeat: no-repeat;
    background-position: center
}

.social {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    flex-wrap: wrap;
    gap: 10px
}

.social-label {
    color: #6b6b6b
}

.social-list {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 5px
}

.social-icon {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    width: 35px;
    height: 35px;
    border-radius: 100%;
    background: rgba(0, 0, 0, 0) no-repeat center;
    background-size: cover;
    -webkit-transition: all .5s ease 0s;
    -moz-transition: all .5s ease 0s;
    -o-transition: all .5s ease 0s;
    -ms-transition: all .5s ease 0s;
    transition: all .5s ease 0s
}

.social-icon-vk {
    background-image: url("../../plugins/socials/vk.svg")
}

.social-icon-facebook {
    background-image: url("../../plugins/socials/facebook.svg")
}

.social-icon-twitter {
    background-image: url("../../plugins/socials/twitter.svg")
}

.social-icon-instagram {
    background-image: url("../../plugins/socials/instagram.svg")
}

.social-icon-ok {
    background-image: url("../../plugins/socials/ok.svg")
}

.social-icon-mailru {
    background-image: url("../../plugins/socials/mailru.svg")
}

.social-icon-linkedin {
    background-image: url("../../plugins/socials/linkedin.svg")
}

.social-icon-whatsapp {
    background-image: url("../../plugins/socials/whatsapp.svg")
}

.social-icon-viber {
    background-image: url("../../plugins/socials/viber.svg")
}

.social-icon-telegram {
    background-image: url("../../plugins/socials/telegram.svg")
}

.social-icon-youtube {
    background-image: url("../../plugins/socials/youtube.svg")
}

.social-icon-tiktok {
    background-image: url("../../plugins/socials/tiktok.svg")
}

.social-icon-rutube {
    background-image: url("../../plugins/socials/rutube.svg")
}

.social-icon-max {
    background-image: url("../../plugins/socials/max.svg")
}

.social-icon:hover {
    opacity: .8
}

.form-group {
    margin-bottom: 15px
}

.form-caption {
    font-size: 14px;
    font-weight: 700;
    line-height: 16px;
    margin-bottom: 7px
}

.form-info {
    margin-top: 7px;
    font-size: 12px;
    color: #6b6b6b
}

.form-error {
    margin-top: 7px;
    font-size: 12px;
    font-weight: 400;
    color: #e01e1f
}

.form-error-note {
    padding: 8px 12px;
    font-size: 12px;
    line-height: 1.5;
    color: #e01e1f;
    margin-bottom: 20px;
    background: rgb(251.8700787402, 231.6299212598, 231.7342519685)
}

.form-label {
    display: inline-block;
    vertical-align: middle
}

.form-input {
    display: inline-block;
    vertical-align: middle;
    width: 100%;
    height: 55px;
    border: 1px solid #d2d7df;
    padding: 0 20px;
    background: #fff;
    -webkit-transition: border-color .3s ease 0s;
    -moz-transition: border-color .3s ease 0s;
    -o-transition: border-color .3s ease 0s;
    -ms-transition: border-color .3s ease 0s;
    transition: border-color .3s ease 0s
}

.form-input:focus {
    border-color: #ffcf87
}

.form-input.input-error {
    border-color: #e01e1f
}

.input-round {
    width: 100%;
    height: 55px;
    -webkit-transition: border-color .3s ease 0s;
    -moz-transition: border-color .3s ease 0s;
    -o-transition: border-color .3s ease 0s;
    -ms-transition: border-color .3s ease 0s;
    transition: border-color .3s ease 0s;
    border: 1px solid #d2d7df;
    border-radius: 26px;
    padding: 0 20px;
    background: #fff;
    resize: none
}

.input-round:focus {
    border-color: #ffcf87
}

.input-round.input-error {
    border-color: #e01e1f
}

textarea.input-round {
    height: 120px;
    padding: 15px 20px;
    max-width: 100%;
    line-height: 1.5
}

textarea.no-resize {
    resize: none
}

.form-input-xl {
    height: 60px;
    padding: 0 25px
}

@media(max-width: 768px) {
    .input-round {
        height: 47px;
        padding: 0 25px
    }

    .input-round::placeholder {
        font-size: 13px
    }
}

.btn {
    display: inline-block;
    vertical-align: middle;
    height: 55px;
    font-size: 14px;
    font-weight: 700;
    line-height: 55px;
    color: #454546;
    text-align: center;
    text-decoration: none;
    -webkit-transition: all .5s ease 0s;
    -moz-transition: all .5s ease 0s;
    -o-transition: all .5s ease 0s;
    -ms-transition: all .5s ease 0s;
    transition: all .5s ease 0s;
    padding: 0 35px;
    background: linear-gradient(3deg, #f29f4f 2.45%, #FFCF87 50%, #f29f4f 99%);
    background-size: 100% 200%;
    text-transform: uppercase;
    letter-spacing: 1px;
    border-radius: 55px;
    box-shadow: inset -1px -4px 0 #e5a354
}

.btn:hover {
    background-position: 0 100%;
    cursor: pointer
}

.btn:disabled {
    background: rgba(56, 93, 89, .8);
    color: #93bcb8;
    opacity: .5;
    border: 1px solid rgba(157, 161, 168, .5);
    pointer-events: none;
    box-shadow: unset
}

.btn-xl {
    height: 60px;
    line-height: 60px;
    padding: 0 30px
}

.btn-xxl {
    height: 52px;
    line-height: 52px;
    padding: 0 80px
}

.btn-xs {
    height: 45px;
    line-height: 45px;
    padding: 0 15px
}

.btn-green {
    background: #253841;
    color: #fff;
    border-color: #253841
}

.btn-green:hover {
    background: rgb(36.8322147651, 61.1677852349, 58.5369127517);
    color: #fff
}

@media(max-width: 1200px) {
    .btn {
        height: 50px;
        font-size: 14px;
        line-height: 50px;
        border-radius: 50px;
        padding: 0 25px
    }

    .btn-xl {
        height: 55px;
        font-size: 14px;
        line-height: 55px;
        border-radius: 55px;
        padding: 0 25px
    }
}

.btn-arrows {
    display: inline-block;
    height: 8px;
    margin-left: 5px;
    vertical-align: 1px
}

.btn-arrows i {
    display: inline-block;
    width: 4px;
    height: 8px;
    background-image: url("../img/icons/btn-arrow.svg");
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain
}

.btn-arrows i+i {
    margin-left: 2px
}

.btn-arrows i:nth-child(2) {
    opacity: .66
}

.btn-arrows i:nth-child(3) {
    opacity: .33
}

.btn:hover .btn-arrows i:nth-child(1) {
    animation: btnArrow1 1.5s linear infinite
}

.btn:hover .btn-arrows i:nth-child(2) {
    animation: btnArrow2 1.5s linear infinite
}

.btn:hover .btn-arrows i:nth-child(3) {
    animation: btnArrow3 1.5s linear infinite
}

@keyframes btnArrow1 {
    0% {
        opacity: 1
    }

    33% {
        opacity: .66
    }

    66% {
        opacity: .33
    }
}

@keyframes btnArrow2 {
    0% {
        opacity: .66
    }

    33% {
        opacity: 1
    }

    66% {
        opacity: .33
    }
}

@keyframes btnArrow3 {
    0% {
        opacity: .33
    }

    33% {
        opacity: .66
    }

    66% {
        opacity: 1
    }
}

.note {
    padding: 20px;
    font-size: 14px;
    line-height: 1.5;
    background: #f9f9f9;
    border-left: 5px solid #d2d7df
}

.note a {
    color: inherit
}

.note-error {
    border-color: #e01e1f;
    color: #e01e1f;
    background: rgb(251.8700787402, 231.6299212598, 231.7342519685)
}

.note-success {
    border-color: #7ebd3e;
    color: #7ebd3e;
    background: #fff
}

.note-list {
    margin: 10px 0 0 30px;
    list-style: disc
}

.note-list>li {
    margin-bottom: 3px;
    list-style: inherit
}

.note-list>li:last-child {
    margin-bottom: 0
}

.checker {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    width: 25px;
    height: 25px
}

.checker input {
    display: block;
    position: absolute;
    z-index: 5;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    cursor: pointer
}

.checker input:hover+.checker-view {
    border-color: #d2d7df
}

.checker input:checked+.checker-view {
    background: #fff;
    border-color: #ffcf87
}

.checker input[disabled]+.checker-view {
    background: #454546;
    border-color: #d2d7df;
    cursor: not-allowed
}

.checker-view {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    position: absolute;
    z-index: 2;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 2px solid #d2d7df;
    -webkit-transition: all .5s ease 0s;
    -moz-transition: all .5s ease 0s;
    -o-transition: all .5s ease 0s;
    -ms-transition: all .5s ease 0s;
    transition: all .5s ease 0s
}

.checker input[type=checkbox]:checked+.checker-view:before {
    content: "";
    display: block;
    font-size: 15px;
    font-weight: 400;
    line-height: 1;
    color: #ffcf87;
    background-image: url("../img/icons/check.svg");
    background-repeat: no-repeat;
    background-position: center;
    width: 100%;
    height: 100%
}

.checker input[type=checkbox][disabled]+.checker-view:before {
    color: #9da1a8
}

.checker input[type=radio]+.checker-view {
    border-radius: 100%;
    background: #fff
}

.checker input[type=radio]:checked+.checker-view:before {
    content: "";
    display: block;
    width: 10px;
    height: 10px;
    border-radius: 100%;
    background: #ffcf87
}

.checker input[type=radio][disabled]+.checker-view:before {
    background: #9da1a8
}

.checker-item {
    font-size: 14px;
    font-weight: 300;
    line-height: 22px;
    position: relative;
    display: block;
    cursor: pointer;
    padding: 0 0 0 35px;
    text-align: left
}

.checker-item.active {
    color: #d2d7df
}

.checker-item .checker,
.checker-item>input {
    position: absolute;
    top: -4px;
    left: 0
}

.checker-item:hover .checker-checkbox .checker-view {
    border: 2px solid #ffcf87
}

@media(max-width: 768px) {
    .checker {
        width: 20px;
        height: 20px
    }
}

.breadcrumbs {
    font-size: 12px;
    color: #9da1a8;
    margin-bottom: 25px
}

.breadcrumbs-in {
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden
}

.breadcrumbs-sep {
    margin: 0 5px;
    color: #454546
}

.breadcrumbs a {
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -o-transition: all .3s;
    -ms-transition: all .3s;
    transition: all .3s;
    font-weight: 500;
    color: #454546;
    text-decoration: none
}

.breadcrumbs a:hover {
    color: #ffcf87
}

@media(max-width: 768px) {
    .breadcrumbs {
        margin-bottom: 10px
    }
}

.pagination {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    margin-top: 55px;
    text-align: center
}

.pagination li {
    font-size: 14px;
    font-weight: 700
}

.pagination a {
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -o-transition: all .3s;
    -ms-transition: all .3s;
    transition: all .3s;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    font-weight: 300;
    height: 25px;
    min-width: 25px;
    padding: 0 5px;
    color: #454546;
    text-decoration: none;
    position: relative
}

.pagination a:hover {
    color: #ffcf87
}

.pagination a:hover .icon {
    color: #ffcf87
}

.pagination-num a {
    color: #454546
}

.pagination-active a {
    color: #ffcf87
}

.pagination-active a:hover {
    color: #ffcf87
}

.pagination-active a::before {
    content: "";
    position: absolute;
    bottom: 0;
    right: 0;
    width: 100%;
    height: 2px;
    background: #ffcf87
}

.pagination-nav a {
    font-size: 12px;
    text-transform: uppercase;
    color: #454546
}

.pagination-nav a .icon {
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -o-transition: all .3s;
    -ms-transition: all .3s;
    transition: all .3s;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    width: 41px;
    height: 41px;
    background: #fff;
    border-radius: 50%
}

.pagination-next {
    margin-left: 10px;
    padding-right: 50px;
    position: relative
}

.pagination-next .icon {
    position: absolute;
    top: -10px;
    right: -50px
}

.pagination-prev {
    margin-right: 10px;
    padding-left: 50px
}

.pagination-prev .icon {
    position: absolute;
    top: -10px;
    left: -50px
}

.pagination-last {
    display: none
}

@media(max-width: 768px) {
    .pagination {
        margin-top: 30px
    }
}

.social {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    flex-wrap: wrap;
    gap: 10px
}

.social-label {
    color: #6b6b6b
}

.social-list {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 5px
}

.social-icon {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    width: 35px;
    height: 35px;
    border-radius: 100%;
    background: rgba(0, 0, 0, 0) no-repeat center;
    background-size: cover;
    -webkit-transition: all .5s ease 0s;
    -moz-transition: all .5s ease 0s;
    -o-transition: all .5s ease 0s;
    -ms-transition: all .5s ease 0s;
    transition: all .5s ease 0s
}

.social-icon-vk {
    background-image: url("../../plugins/socials/vk.svg")
}

.social-icon-facebook {
    background-image: url("../../plugins/socials/facebook.svg")
}

.social-icon-twitter {
    background-image: url("../../plugins/socials/twitter.svg")
}

.social-icon-instagram {
    background-image: url("../../plugins/socials/instagram.svg")
}

.social-icon-ok {
    background-image: url("../../plugins/socials/ok.svg")
}

.social-icon-mailru {
    background-image: url("../../plugins/socials/mailru.svg")
}

.social-icon-linkedin {
    background-image: url("../../plugins/socials/linkedin.svg")
}

.social-icon-whatsapp {
    background-image: url("../../plugins/socials/whatsapp.svg")
}

.social-icon-viber {
    background-image: url("../../plugins/socials/viber.svg")
}

.social-icon-telegram {
    background-image: url("../../plugins/socials/telegram.svg")
}

.social-icon-youtube {
    background-image: url("../../plugins/socials/youtube.svg")
}

.social-icon-tiktok {
    background-image: url("../../plugins/socials/tiktok.svg")
}

.social-icon-rutube {
    background-image: url("../../plugins/socials/rutube.svg")
}

.social-icon-max {
    background-image: url("../../plugins/socials/max.svg")
}

.social-icon:hover {
    opacity: .8
}

.underline {
    position: relative
}

.underline::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 50%;
    width: 0;
    height: 1px;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -o-transition: all .3s;
    -ms-transition: all .3s;
    transition: all .3s;
    transform: translateX(-50%);
    background: #ffcf87
}

.underline:hover::after {
    width: 100%
}

.alerts {
    padding: 20px 210px 20px;
    position: fixed;
    bottom: 0;
    text-align: center;
    right: 0;
    width: 100%;
    box-shadow: 0px -2px 16px 2px rgba(34, 60, 80, .16);
    background: #fff;
    z-index: 10000
}

.alerts .popup-close {
    top: 5px;
    right: 5px
}

.alerts .popup-close .icon {
    color: #454546
}

.alerts .popup-top {
    max-width: none
}

.alerts .popup-top .text {
    font-size: 14px;
    font-weight: 500;
    text-align: center;
    line-height: 24px;
    margin-top: 0
}

@media(max-width: 1450px) {
    .alerts {
        padding: 20px 105px 20px
    }
}

@media(max-width: 992px) {
    .alerts {
        padding: 20px 55px 20px
    }
}

@media(max-width: 768px) {
    .alerts {
        padding: 40px 10px 20px
    }

    .alerts .popup-top {
        margin: 0
    }

    .alerts .popup-top .text {
        font-size: 13px;
        line-height: 21px
    }
}

.tooltip {
    display: block;
    position: absolute;
    z-index: 1070;
    font-size: 12px;
    line-height: 1.4;
    filter: alpha(opacity=0);
    opacity: 0
}

.tooltip.in {
    filter: alpha(opacity=100);
    opacity: 1
}

.tooltip.top {
    padding: 5px 0;
    margin-top: -3px
}

.tooltip.top .tooltip-arrow {
    bottom: 0;
    left: 50%;
    margin-left: -5px;
    border-width: 5px 5px 0;
    border-top-color: #343434
}

.tooltip.top-left .tooltip-arrow {
    right: 5px;
    bottom: 0;
    margin-bottom: -5px;
    border-width: 5px 5px 0;
    border-top-color: #343434
}

.tooltip.top-right .tooltip-arrow {
    bottom: 0;
    left: 5px;
    margin-bottom: -5px;
    border-width: 5px 5px 0;
    border-top-color: #343434
}

.tooltip.right {
    padding: 0 5px;
    margin-left: 3px
}

.tooltip.right .tooltip-arrow {
    top: 50%;
    left: 0;
    margin-top: -5px;
    border-width: 5px 5px 5px 0;
    border-right-color: #343434
}

.tooltip.bottom {
    padding: 5px 0;
    margin-top: 3px
}

.tooltip.bottom .tooltip-arrow {
    top: 0;
    left: 50%;
    margin-left: -5px;
    border-width: 0 5px 5px;
    border-bottom-color: #343434
}

.tooltip.bottom-left .tooltip-arrow {
    top: 0;
    right: 5px;
    margin-top: -5px;
    border-width: 0 5px 5px;
    border-bottom-color: #343434
}

.tooltip.bottom-right .tooltip-arrow {
    top: 0;
    left: 5px;
    margin-top: -5px;
    border-width: 0 5px 5px;
    border-bottom-color: #343434
}

.tooltip.left {
    padding: 0 5px;
    margin-left: -3px
}

.tooltip.left .tooltip-arrow {
    top: 50%;
    right: 0;
    margin-top: -5px;
    border-width: 5px 0 5px 5px;
    border-left-color: #343434
}

.tooltip-inner {
    max-width: 200px;
    padding: 8px 15px;
    color: #fff;
    text-align: center;
    text-decoration: none;
    background-color: #343434;
    border-radius: 3px
}

.tooltip-arrow {
    position: absolute;
    width: 0;
    height: 0;
    border-color: rgba(0, 0, 0, 0);
    border-style: solid
}

.popup {
    display: none;
    position: relative;
    z-index: 5;
    width: 800px;
    max-width: 100%;
    padding: 80px 50px 50px;
    filter: drop-shadow(0px 6px 33px rgba(1, 30, 25, 0.06));
    background: url("../img/branch/branch-17.svg") no-repeat right top #fff;
    margin: auto;
    -webkit-transition: all .5s ease 0s;
    -moz-transition: all .5s ease 0s;
    -o-transition: all .5s ease 0s;
    -ms-transition: all .5s ease 0s;
    transition: all .5s ease 0s
}

.popup-container {
    display: none;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    position: fixed;
    z-index: 1000005;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 100%;
    padding: 30px 10px;
    background: rgba(236, 244, 243, .95);
    overflow: auto
}

.popup-container.popup-alert {
    background: none
}

.popup-container.popup-alert .popup {
    margin: 0 0 0 auto;
    margin-left: auto !important;
    top: 100%;
    right: 30px;
    transform: translateY(-100%);
    width: 540px;
    background-image: none;
    padding: 50px 25px 50px
}

.popup-container.popup-alert .popup::before {
    display: none
}

.popup-container .popup {
    display: block
}

.popup::before {
    content: "";
    background: url("../img/background/cloud-popup.png") no-repeat center;
    position: absolute;
    z-index: -1;
    bottom: -55px;
    left: -150px;
    right: 0;
    width: 1200px;
    height: 465px;
    background-size: cover
}

.popup-close {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    position: absolute;
    top: 10px;
    right: 10px;
    width: 40px;
    height: 40px;
    font-size: 18px;
    color: #9da1a8;
    text-align: center;
    text-decoration: none;
    -webkit-transition: all .5s ease 0s;
    -moz-transition: all .5s ease 0s;
    -o-transition: all .5s ease 0s;
    -ms-transition: all .5s ease 0s;
    transition: all .5s ease 0s
}

.popup-close:hover .icon {
    color: #ffcf87
}

.popup-top {
    max-width: 560px;
    text-align: left;
    margin: 0 auto
}

.popup-top .title {
    font-family: "Tenor Sans", sans-serif;
    font-size: 38px;
    line-height: 42px;
    text-transform: uppercase
}

.popup-top .text {
    font-size: 16px;
    font-weight: 300;
    line-height: 27px;
    margin-top: 20px
}

.popup-form {
    max-width: 540px;
    margin: 40px auto 0
}

.popup-form .inputs {
    display: flex;
    align-items: stretch;
    flex-wrap: wrap;
    flex-direction: column;
    gap: 10px
}

.popup-form .rating {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    font-size: 14px;
    font-weight: 500;
    line-height: 14px
}

.popup-form .rating-stars {
    display: flex;
    align-items: center;
    flex-wrap: wrap
}

.popup-form .rating-stars-link {
    position: relative;
    text-decoration: none
}

.popup-form .rating-stars-link.active .sharp,
.popup-form .rating-stars-link.choice .sharp {
    opacity: 1
}

.popup-form .rating-stars .form-error {
    margin-left: 10px;
    transform: translateY(-3px)
}

.popup-form .rating span {
    margin-right: 10px
}

.popup-form .rating .rbs-star-outline,
.popup-form .rating .rbs-star-sharp {
    font-size: 26px;
    padding: 0 2px
}

.popup-form .rating .sharp {
    position: absolute;
    left: 0;
    opacity: 0
}

.popup-form .action {
    margin-top: 50px;
    text-align: center
}

.popup-form .action label {
    font-size: 16px;
    font-weight: 300;
    line-height: 1
}

.popup-form .action label a {
    color: #ffcf87;
    text-decoration: none
}

.popup-form .action label a:hover {
    text-decoration: underline
}

.popup-form .action .checker-item {
    padding: 0 10px 0 35px
}

.popup-form .action .checker-item .checker,
.popup-form .action .checker-item input {
    top: -6px
}

.popup-form .action .btn {
    margin-top: 20px;
    width: 100%
}

.popup-form .btn {
    margin-top: 30px
}

.popup-info {
    display: flex;
    align-items: stretch;
    flex-wrap: wrap;
    font-size: 14px;
    font-weight: 300;
    line-height: 28px;
    color: #aaafaf;
    gap: 20px;
    margin-top: 40px
}

.popup-info span {
    margin-right: auto
}

.popup-info a {
    font-size: 14px;
    font-weight: 300;
    line-height: 28px;
    color: #454546;
    text-decoration: none
}

.popup.show {
    opacity: 1
}

#popupEngineer .popup-feedback-form {
    margin-top: 60px
}

@media(max-width: 1200px) {
    .popup {
        width: 725px;
        top: auto;
        transform: translateY(0);
        padding: 35px 40px 35px
    }

    .popup::before {
        display: none
    }
}

@media(max-width: 768px) {
    .popup {
        background-image: none;
        padding: 25px
    }

    .popup-form {
        max-width: 100%;
        margin: 25px auto 0
    }

    .popup-form .inputs {
        gap: 15px
    }

    .popup-form .action {
        margin-top: 40px
    }

    .popup-form .action .checker-item {
        padding: 0 10px 0 30px
    }

    .popup-form .action .checker-item .checker,
    .popup-form .action .checker-item input {
        top: -4px
    }

    .popup-form .btn {
        height: 47px;
        line-height: 47px
    }

    .popup-info {
        line-height: 18px;
        gap: 15px 20px
    }

    .popup-top {
        margin: 40px auto 0;
        max-width: 100%
    }

    .popup-top .title {
        font-size: 24px
    }

    .popup-top .text {
        font-size: 15px;
        line-height: 20px
    }

    .popup-container {
        padding: 0
    }

    .popup-container::-webkit-scrollbar {
        width: 3px
    }

    .popup-container::-webkit-scrollbar-thumb {
        background: #bad7c8
    }

    .popup.show {
        height: fit-content
    }

    #popupEngineer .popup-feedback-form {
        margin-top: 30px
    }
}

.modal-telegram {
    display: block;
    position: fixed;
    z-index: 1200;
    bottom: 15px;
    left: 15px;
    width: 575px
}

.modal-telegram .link {
    display: block;
    padding: 30px 40px 30px 50px;
    color: inherit;
    text-decoration: none;
    background: url("../img/modal-telegram.jpg") no-repeat center;
    background-size: cover;
    border-radius: 12px;
    box-shadow: 0 0 40px rgba(0, 0, 0, .15)
}

.modal-telegram .title {
    font-family: "Tenor Sans", sans-serif;
    font-size: 28px;
    line-height: 1.5;
    text-transform: uppercase
}

.modal-telegram .text {
    font-size: 17px;
    font-weight: 300;
    line-height: 1.5
}

.modal-telegram .action {
    margin-top: 18px
}

.modal-telegram .action .btn {
    background: #ffcf87;
    color: #fff;
    border-color: rgba(0, 0, 0, 0)
}

.modal-telegram .action .btn:hover {
    background: rgb(255, 186.6, 84)
}

.modal-telegram .close {
    position: absolute;
    top: 15px;
    right: 15px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    width: 42px;
    height: 42px;
    border: 2px solid #fff;
    border-radius: 100%;
    background: rgba(0, 0, 0, 0);
    -webkit-transition: all .5s ease 0s;
    -moz-transition: all .5s ease 0s;
    -o-transition: all .5s ease 0s;
    -ms-transition: all .5s ease 0s;
    transition: all .5s ease 0s
}

.modal-telegram .close:before {
    content: "";
    display: block;
    width: 16px;
    height: 16px;
    background-image: url("../img/icons/x-white.svg");
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain
}

.modal-telegram .close:hover {
    background: hsla(0, 0%, 100%, .5);
    cursor: pointer
}

@media(max-width: 768px) {
    .modal-telegram {
        left: 0;
        bottom: 0;
        right: 0;
        width: auto
    }

    .modal-telegram .link {
        padding: 20px 30px;
        border-radius: 12px 12px 0 0
    }

    .modal-telegram .close {
        top: 10px;
        right: 10px;
        width: 35px;
        height: 35px
    }

    .modal-telegram .title {
        font-size: 20px
    }

    .modal-telegram .text {
        font-size: 15px
    }
}

.popup-cooperation {
    width: 1150px;
    padding: 65px 85px 65px 65px;
    background: url("../img/modal-cooperation-bg.jpg") no-repeat center;
    background-size: cover;
    border-radius: 12px;
    overflow: hidden;
    min-height: 530px
}

.popup-cooperation-close {
    position: absolute;
    top: 25px;
    right: 25px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    width: 42px;
    height: 42px;
    border: 1px solid #454546;
    border-radius: 100%;
    background: rgba(0, 0, 0, 0);
    -webkit-transition: all .5s ease 0s;
    -moz-transition: all .5s ease 0s;
    -o-transition: all .5s ease 0s;
    -ms-transition: all .5s ease 0s;
    transition: all .5s ease 0s
}

.popup-cooperation-close:before {
    content: "";
    display: block;
    width: 15px;
    height: 15px;
    background-image: url("../img/icons/x-black.svg");
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain
}

.popup-cooperation-close:hover {
    background: hsla(0, 0%, 100%, .5);
    cursor: pointer
}

.popup-cooperation-image {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 548px;
    height: 458px;
    background: url("../img/modal-cooperation-img.png") no-repeat left bottom
}

.popup-cooperation-container {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    flex-wrap: wrap
}

.popup-cooperation-content {
    position: relative;
    z-index: 5;
    width: 475px
}

.popup-cooperation-content .title {
    font-family: "Tenor Sans", sans-serif;
    font-size: 28px;
    line-height: 1.5;
    text-transform: uppercase
}

.popup-cooperation-content .list {
    font-size: 20px;
    font-weight: 500;
    line-height: 1.5;
    margin-top: 15px
}

.popup-cooperation-content .list>li {
    position: relative;
    padding-left: 42px
}

.popup-cooperation-content .list>li+li {
    margin-top: 10px
}

.popup-cooperation-content .list>li:before {
    content: "";
    display: block;
    width: 32px;
    height: 32px;
    position: absolute;
    top: -2px;
    left: 0;
    background: url("https://ndvent.ru/assets/site/img/cooperation/check-brown.svg") no-repeat center;
    background-size: contain
}

.popup-cooperation-content .action {
    margin-top: 25px
}

.popup-cooperation-content .action .btn {
    height: 60px;
    font-size: 22px;
    font-weight: 400;
    line-height: 60px;
    color: #fff;
    letter-spacing: 0;
    border-radius: 60px
}

.popup-cooperation-content .action .btn:hover {
    background: rgb(36.8322147651, 61.1677852349, 58.5369127517)
}

.popup-cooperation:before {
    display: none !important
}

@media(max-width: 1200px) {
    .popup-cooperation {
        width: 970px
    }

    .popup-cooperation-image {
        width: 400px;
        background-position: right bottom
    }

    .popup-cooperation-content {
        width: 440px
    }

    .popup-cooperation-content .title {
        font-size: 24px
    }

    .popup-cooperation-content .list {
        font-size: 18px
    }
}

.popup-feedback {
    width: 1000px;
    padding: 0;
    background: #fff;
    overflow: hidden
}

.popup-feedback:before {
    display: none
}

.popup-feedback-close {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    width: 50px;
    height: 50px;
    position: absolute;
    z-index: 20;
    top: 0;
    right: 0;
    text-decoration: none
}

.popup-feedback-close .rbs-icon {
    font-size: 16px;
    line-height: 1;
    color: #fff;
    -webkit-transition: all .5s ease 0s;
    -moz-transition: all .5s ease 0s;
    -o-transition: all .5s ease 0s;
    -ms-transition: all .5s ease 0s;
    transition: all .5s ease 0s
}

.popup-feedback-close:hover .rbs-icon {
    color: #ffcf87
}

.popup-feedback-container {
    display: flex;
    align-items: stretch;
    justify-content: flex-start;
    flex-wrap: nowrap
}

.popup-feedback-content {
    position: relative;
    z-index: 10;
    flex-grow: 1;
    padding: 55px 35px 55px 50px
}

.popup-feedback-content .text {
    margin-top: 30px
}

.popup-feedback-top .title {
    font-size: 34px;
    font-weight: 700;
    line-height: 1.2;
    color: #253841
}

.popup-feedback-top .title:after {
    content: "";
    display: block;
    width: 110px;
    height: 6px;
    background: #ffcf87;
    margin-top: 20px
}

.popup-feedback-top .text {
    margin-top: 15px;
    font-size: 18px;
    font-weight: 300;
    line-height: 1.5
}

.popup-feedback-form {
    margin-top: 40px
}

.popup-feedback-variables .title {
    font-size: 20px;
    font-weight: 700;
    line-height: 1.2;
    margin-bottom: 20px
}

.popup-feedback-variables .list {
    display: flex;
    align-items: stretch;
    justify-content: flex-start;
    flex-wrap: wrap;
    margin: 0 -5px;
    gap: 10px 0
}

.popup-feedback-variables .list>li {
    padding: 0 5px;
    box-shadow: 0px 0px 40px 0px rgba(210, 215, 223, .4)
}

.popup-feedback-variables .item {
    display: block;
    cursor: pointer;
    text-decoration: none;
    color: inherit
}

.popup-feedback-variables .item input {
    display: none
}

.popup-feedback-variables .item-label {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    flex-wrap: nowrap;
    column-gap: 15px;
    padding: 7px 20px 7px 7px;
    border: 1px solid rgba(0, 0, 0, 0);
    box-shadow: 0 0 40px rgba(210, 215, 223, .4);
    border-radius: 65px;
    -webkit-transition: all .5s ease 0s;
    -moz-transition: all .5s ease 0s;
    -o-transition: all .5s ease 0s;
    -ms-transition: all .5s ease 0s;
    transition: all .5s ease 0s
}

.popup-feedback-variables .item-icon {
    width: 36px;
    height: 36px;
    flex-shrink: 0;
    box-shadow: inset -1px -4px 0 rgba(0, 0, 0, .2);
    border-radius: 100%
}

.popup-feedback-variables .item-icon-whatsapp {
    background-image: url("../img/icons/header-whatsapp.svg");
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain
}

.popup-feedback-variables .item-icon-telegram {
    background-image: url("../img/icons/header-telegram.svg");
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain
}

.popup-feedback-variables .item-icon-max {
    background-image: url("../img/icons/header-max.svg");
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain
}

.popup-feedback-variables .item-icon-call {
    background-image: url("../img/icons/header-call.svg");
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain
}

.popup-feedback-variables .item-title {
    font-size: 16px;
    line-height: 1.5
}

.popup-feedback-variables .item-telegram .item-label:hover {
    border-color: #27a6e5
}

.popup-feedback-variables .item-max .item-label:hover {
    border-color: #8265fc
}

.popup-feedback-inputs {
    margin-top: 30px
}

.popup-feedback-input+.popup-feedback-input {
    margin-top: 15px
}

.popup-feedback-input .form-input {
    border-color: rgba(0, 0, 0, 0);
    background: #f6f8fb;
    border-radius: 55px;
    padding: 0 20px;
    height: 63px;
    font-size: 18px
}

.popup-feedback-input .form-input:focus {
    border-color: #d2d7df
}

.popup-feedback-input .form-input.input-error {
    border-color: #e01e1f
}

.popup-feedback-input .form-input::-webkit-input-placeholder {
    font-family: "Manrope", "Arial", sans-serif;
    font-size: 16px;
    color: #9da1a8
}

.popup-feedback-input .form-input:-moz-placeholder {
    font-family: "Manrope", "Arial", sans-serif;
    font-size: 16px;
    color: #9da1a8
}

.popup-feedback-file {
    position: relative
}

.popup-feedback-file .form-input {
    border-color: rgba(0, 0, 0, 0);
    background: #f6f8fb;
    border-radius: 55px;
    padding: 0 180px 0 20px;
    height: 60px;
    font-size: 18px
}

.popup-feedback-file .form-input:focus {
    border-color: rgba(0, 0, 0, 0)
}

.popup-feedback-file .form-input::-webkit-input-placeholder {
    font-family: "Manrope", "Arial", sans-serif;
    font-size: 16px;
    color: #9da1a8
}

.popup-feedback-file .form-input:-moz-placeholder {
    font-family: "Manrope", "Arial", sans-serif;
    font-size: 16px;
    color: #9da1a8
}

.popup-feedback-file .btn {
    position: absolute;
    top: 0;
    right: 0;
    font-size: 16px;
    width: 160px;
    padding: 0 10px;
    box-shadow: none
}

.popup-feedback-action {
    margin-top: 20px
}

.popup-feedback-action .btn {
    margin-top: 10px;
    width: 100%;
    height: 63px;
    font-size: 18px;
    line-height: 63px;
    border-radius: 63px
}

.popup-feedback-anton {
    position: relative;
    width: 390px;
    flex-shrink: 0;
    z-index: -1
}

.popup-feedback-anton .image {
    display: block;
    width: 100%;
    height: 100%
}

.popup-feedback-anton .image img {
    object-fit: cover;
    width: 100%;
    height: 100%
}

.popup-feedback-anton .description {
    position: absolute;
    bottom: 50px;
    right: 0;
    width: 280px;
    padding: 15px 20px;
    background: rgba(56, 93, 89, .9)
}

.popup-feedback-anton .title {
    font-size: 22px;
    font-weight: 700;
    line-height: 1;
    color: #ffcf87
}

.popup-feedback-anton .text {
    font-size: 16px;
    font-weight: 300;
    line-height: 1.3;
    color: #fff;
    margin-top: 5px
}

.popup-feedback-consult .label {
    font-size: 18px;
    line-height: 1.2;
    color: #6b6b6b;
    margin-bottom: 15px
}

.popup-feedback-consult .title {
    font-size: 29px;
    font-weight: 400;
    line-height: 1.4;
    color: #253841
}

.popup-feedback-consult .title .bg {
    display: inline-block;
    padding: 4px 12px 1px;
    font-size: 24px;
    background: #253841;
    color: #fff
}

.popup-feedback-consult .text {
    margin-top: 15px;
    font-size: 15px;
    line-height: 1.5
}

@media(max-width: 1200px) {
    .popup-feedback {
        width: 720px
    }

    .popup-feedback-content {
        padding: 30px 25px 30px 30px
    }

    .popup-feedback-top .title {
        font-size: 30px
    }

    .popup-feedback-top .text {
        font-size: 16px
    }

    .popup-feedback-anton {
        width: 290px
    }

    .popup-feedback-anton .description {
        width: 230px
    }

    .popup-feedback-anton .title {
        font-size: 20px
    }

    .popup-feedback-anton .text {
        font-size: 14px
    }

    .popup-feedback-consult .title {
        font-size: 22px
    }
}

@media(max-width: 768px) {
    .popup-feedback {
        overflow: visible
    }

    .popup-feedback-container {
        display: flex;
        flex-direction: column;
        min-height: 100%
    }

    .popup-feedback-close .rbs-icon {
        color: #fff
    }

    .popup-feedback-content {
        padding: 30px 25px 40px;
        display: flex;
        flex-direction: column;
        justify-content: center
    }

    .popup-feedback-content .text {
        margin-top: 25px
    }

    .popup-feedback-top .title {
        font-size: 24px
    }

    .popup-feedback-top .title:after {
        width: 90px;
        height: 4px;
        margin-top: 7px
    }

    .popup-feedback-top .text {
        font-size: 16px;
        margin-top: 10px
    }

    .popup-feedback-form {
        margin-top: 30px
    }

    .popup-feedback-file .form-input {
        padding: 0 140px 0 20px;
        height: 50px
    }

    .popup-feedback-file .btn {
        width: 120px;
        height: 50px;
        line-height: 50px;
        border-radius: 0 50px 50px 0
    }

    .popup-feedback-input .form-input {
        text-align: center;
        height: 60px
    }

    .popup-feedback-action {
        margin-top: 15px
    }

    .popup-feedback-action .btn {
        height: 60px;
        line-height: 60px;
        font-size: 16px
    }

    .popup-feedback-anton {
        width: auto;
        height: 400px;
        order: -1
    }

    .popup-feedback-anton .description {
        right: 0;
        bottom: 0;
        width: auto;
        padding: 12px 15px;
        background: rgba(56, 93, 89, .95);
        width: 200px
    }

    .popup-feedback-anton .image img {
        object-position: 0 16%
    }

    .popup-feedback-anton .title {
        font-size: 16px
    }

    .popup-feedback-anton .text {
        font-size: 13px;
        font-weight: 200
    }

    .popup-feedback-anton .text br {
        display: none
    }

    .popup-feedback-consult .label {
        font-size: 14px;
        margin-bottom: 5px
    }

    .popup-feedback-consult .title {
        font-size: 18px
    }

    .popup-feedback-consult .title .bg {
        font-size: 14px
    }

    .popup-feedback-consult .text {
        font-size: 12px;
        margin-top: 5px
    }
}

@media(max-width: 480px) {
    .popup-feedback-anton {
        height: 320px
    }

    .popup-feedback-anton .image img {
        object-position: unset
    }
}

.vix-overlay {
    display: none;
    position: fixed;
    z-index: 1000;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    padding: 30px 50px;
    background: rgba(0, 0, 0, .7);
    cursor: pointer;
    overflow-x: hidden;
    overflow-y: auto
}

.vix-modal {
    position: relative;
    width: auto;
    height: 100%;
    padding: 30px 0;
    background: rgba(0, 0, 0, .7);
    cursor: pointer
}

.vix-image-wrap {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    height: 100%
}

.vix-image-wrap>img {
    display: none;
    max-width: 100%;
    max-height: 100%
}

.vix-loader {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 43px;
    height: 11px;
    margin: -6px 0 0 -21px;
    background: url("../../plugins/vix-gallery/img/loader.gif") no-repeat center
}

.vix-title {
    position: absolute;
    z-index: 5;
    top: 10px;
    left: 20px;
    font-size: 14px;
    line-height: 20px;
    color: #dfdfdf
}

.vix-btn {
    position: absolute;
    z-index: 2;
    top: 0;
    left: 50%;
    width: 50%;
    height: 100%;
    background: rgba(0, 0, 0, 0);
    opacity: .7;
    -webkit-transition: all .5s ease 0s;
    -moz-transition: all .5s ease 0s;
    -o-transition: all .5s ease 0s;
    -ms-transition: all .5s ease 0s;
    transition: all .5s ease 0s
}

.vix-btn:before {
    content: "";
    display: block;
    position: absolute;
    top: 50%;
    width: 17px;
    height: 29px;
    margin-top: -15px;
    background: url("../../plugins/vix-gallery/img/navs.png") no-repeat
}

.vix-btn-prev {
    left: 0
}

.vix-btn-prev:before {
    left: 20px
}

.vix-btn-next {
    right: 0
}

.vix-btn-next:before {
    right: 20px;
    background-position: right center
}

.vix-btn:hover {
    opacity: 1
}

.vix-close {
    position: absolute;
    z-index: 5;
    top: 0;
    right: 0;
    width: 50px;
    height: 50px;
    background: url("../../plugins/vix-gallery/img/close.png") no-repeat center;
    opacity: .7;
    -webkit-transition: all .5s ease 0s;
    -moz-transition: all .5s ease 0s;
    -o-transition: all .5s ease 0s;
    -ms-transition: all .5s ease 0s;
    transition: all .5s ease 0s;
    cursor: pointer
}

.vix-close:hover {
    opacity: 1
}

.vix-caption {
    display: none
}

@media(max-width: 768px) {
    .vix-overlay {
        padding: 0
    }
}

.range-slider {
    position: relative;
    height: 1px;
    background: #fff;
    cursor: pointer;
    margin: 20px 5px
}

.range-slider .ui-slider-handle {
    position: absolute;
    top: 50%;
    left: 0;
    width: 15px;
    height: 15px;
    border-radius: 50%;
    margin: -8px 0 0 -8px;
    background: #ffcf87;
    -webkit-transition: background .3s ease 0s;
    -moz-transition: background .3s ease 0s;
    -o-transition: background .3s ease 0s;
    -ms-transition: background .3s ease 0s;
    transition: background .3s ease 0s
}

.range-slider .ui-slider-handle:hover,
.range-slider .ui-slider-handle.ui-state-active {
    cursor: pointer;
    background: rgb(255, 176.4, 58.5)
}

.range-slider .ui-slider-range {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    background: #ffcf87
}

.slick-slider {
    position: relative;
    display: block;
    box-sizing: border-box;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -ms-touch-action: pan-y;
    touch-action: pan-y;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0)
}

.slick-list {
    position: relative;
    overflow: hidden;
    display: block;
    margin: 0;
    padding: 0
}

.slick-list:focus {
    outline: none
}

.slick-list.dragging {
    cursor: pointer;
    cursor: hand
}

.slick-slider .slick-track,
.slick-slider .slick-list {
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0)
}

.slick-track {
    position: relative;
    left: 0;
    top: 0;
    display: block;
    margin-left: auto;
    margin-right: auto
}

.slick-track:before,
.slick-track:after {
    content: "";
    display: table
}

.slick-track:after {
    clear: both
}

.slick-loading .slick-track {
    visibility: hidden
}

.slick-slide {
    float: left;
    height: 100%;
    min-height: 1px
}

[dir=rtl] .slick-slide {
    float: right
}

.slick-slide img {
    display: block
}

.slick-slide.slick-loading img {
    display: none
}

.slick-slide {
    display: none
}

.slick-slide.dragging img {
    pointer-events: none
}

.slick-initialized .slick-slide {
    display: block
}

.slick-loading .slick-slide {
    visibility: hidden
}

.slick-vertical .slick-slide {
    display: block;
    height: auto;
    border: 1px solid rgba(0, 0, 0, 0)
}

.slick-arrow.slick-hidden {
    display: none
}

.owl-stage {
    display: flex;
    align-items: stretch;
    justify-content: flex-start;
    flex-wrap: wrap
}

.owl-stage-outer {
    overflow: hidden
}

.owl-stage .owl-nav .owl-prev,
.owl-stage .owl-nav .owl-next,
.owl-stage .owl-dot {
    cursor: pointer;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.owl-stage .owl-nav button.owl-prev,
.owl-stage .owl-nav button.owl-next,
.owl-stage button.owl-dot {
    background: none;
    color: inherit;
    border: none;
    padding: 0 !important;
    font: inherit
}

.owl-stage.owl-loaded {
    display: block
}

.owl-stage.owl-loading {
    opacity: 0;
    display: block
}

.owl-stage.owl-hidden {
    opacity: 0
}

.owl-stage.owl-refresh .owl-item {
    visibility: hidden
}

.owl-stage.owl-drag .owl-item {
    touch-action: pan-y;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.owl-stage.owl-grab {
    cursor: move;
    cursor: grab
}

.owl-carousel .owl-item .owl-lazy {
    opacity: 0;
    transition: opacity 400ms ease
}

.owl-carousel .owl-item .owl-lazy[src^=""],
.owl-carousel .owl-item .owl-lazy:not([src]) {
    max-height: 0
}

.owl-carousel .owl-item img.owl-lazy {
    transform-style: preserve-3d
}

.owl-nav.disabled,
.owl-dots.disabled {
    display: none !important
}

.container {
    position: relative;
    z-index: 10;
    width: 1345px;
    padding-left: 15px;
    padding-right: 15px;
    margin-left: auto;
    margin-right: auto
}

.header-container {
    position: fixed;
    z-index: 710;
    top: 0;
    left: 0;
    right: 0;
    padding-bottom: 0;
    transition: all .3s linear 0s
}

.header-container.expand,
.header-container:hover {
    padding-bottom: 56px
}

.header {
    position: relative;
    z-index: 710;
    padding: 20px 0;
    background: #fff
}

.header .container {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: nowrap;
    column-gap: 35px
}

.header-left {
    flex-shrink: 0
}

.header-center {
    flex-grow: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap
}

.header-right {
    flex-shrink: 0;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    flex-wrap: nowrap;
    column-gap: 30px
}

.header-logo {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    flex-wrap: nowrap;
    color: inherit;
    text-decoration: none;
    gap: 0 15px
}

.header-logo .image {
    flex-shrink: 0;
    display: block;
    width: 65px;
    height: 65px;
    object-fit: contain
}

.header-logo .description {
    width: 260px;
    padding-top: 4px
}

.header-logo .title {
    font-size: 22px;
    font-weight: 700;
    line-height: 1;
    text-transform: uppercase
}

.header-logo .text {
    font-size: 15px;
    font-weight: 300;
    line-height: 1.1;
    margin-top: 3px
}

.header-calculation {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    flex-wrap: nowrap;
    column-gap: 15px
}

.header-calculation .label {
    text-align: right;
    flex-shrink: 0;
    font-size: 16px;
    line-height: 1.3
}

.header-calculation .action {
    flex-shrink: 0
}

.header-calculation .action .btn {
    width: 210px;
    height: 41px;
    font-size: 13px;
    line-height: 41px;
    padding: 0;
    letter-spacing: 0
}

.header-calculation .action .btn-arrows {
    margin-left: 4px
}

.header-calculation .action .btn:before {
    content: "";
    flex-shrink: 0;
    display: inline-block;
    vertical-align: -4px;
    margin-right: 5px;
    width: 14px;
    height: 18px;
    background-image: url("../img/icons/header-calculation.svg");
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain
}

.header-question {
    flex-shrink: 0;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    flex-wrap: nowrap;
    column-gap: 15px
}

.header-question .label {
    font-size: 16px;
    line-height: 1.2;
    text-align: right
}

.header-question .label span {
    display: block;
    font-weight: 700;
    color: #253841
}

.header-question .icons {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    flex-wrap: nowrap;
    flex-shrink: 0;
    column-gap: 8px
}

.header-question .icon {
    display: block;
    width: 36px;
    height: 36px;
    background-size: contain
}

.header-question .icon-whatsapp {
    background-image: url("../img/icons/header-whatsapp.svg");
    background-repeat: no-repeat;
    background-position: center
}

.header-question .icon-telegram {
    background-image: url("../img/icons/header-telegram.svg");
    background-repeat: no-repeat;
    background-position: center
}

.header-contacts .phone {
    margin-bottom: 5px;
    text-align: center
}

.header-contacts .phone a {
    display: block;
    font-size: 18px;
    font-weight: 700;
    line-height: 1.2;
    color: #454546;
    text-decoration: none
}

.header-contacts .callback .btn {
    width: 190px;
    height: 41px;
    font-size: 13px;
    line-height: 41px;
    padding: 0;
    letter-spacing: 0
}

.navigation {
    position: absolute;
    z-index: 700;
    bottom: 0;
    left: 0;
    right: 0;
    background: #253841;
    -webkit-transition: all .5s ease 0s;
    -moz-transition: all .5s ease 0s;
    -o-transition: all .5s ease 0s;
    -ms-transition: all .5s ease 0s;
    transition: all .5s ease 0s
}

.navigation-item {
    position: relative;
    overflow: hidden
}

.navigation-item:hover {
    overflow: visible
}

.navigation-item:hover .navigation-link {
    background: rgba(0, 0, 0, .15)
}

.navigation-item:hover .navigation-child {
    margin-top: 0;
    opacity: 1
}

.navigation-list {
    display: table;
    width: 100%
}

.navigation-list>li {
    display: table-cell
}

.navigation-link {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: nowrap;
    column-gap: 10px;
    font-size: 14px;
    font-weight: 400;
    line-height: 20px;
    color: #fff;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -o-transition: all .3s;
    -ms-transition: all .3s;
    transition: all .3s;
    padding: 20px 10px 16px;
    white-space: nowrap;
    text-decoration: none;
    text-transform: uppercase
}

.navigation-link.current {
    font-weight: 700;
    background: rgba(0, 0, 0, .15)
}

.navigation-link .toggle {
    display: block;
    width: 12px;
    height: 6px;
    background-image: url("../img/icons/nav.svg");
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    margin-bottom: 3px
}

.navigation-child {
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    min-width: 220px;
    margin-top: 20px;
    padding: 10px 0;
    background: #fff;
    opacity: 0;
    border: 1px solid #d2d7df;
    -webkit-transition: all .5s ease 0s;
    -moz-transition: all .5s ease 0s;
    -o-transition: all .5s ease 0s;
    -ms-transition: all .5s ease 0s;
    transition: all .5s ease 0s
}

.navigation-child a {
    display: block;
    font-size: 14px;
    line-height: 1.5;
    color: #454546;
    padding: 10px 20px;
    -webkit-transition: all .5s ease 0s;
    -moz-transition: all .5s ease 0s;
    -o-transition: all .5s ease 0s;
    -ms-transition: all .5s ease 0s;
    transition: all .5s ease 0s;
    text-decoration: none
}

.navigation-child a:hover {
    background: #f6f8fb
}

.content {
    padding-top: 158px;
    flex-grow: 1
}

.anton {
    position: relative;
    padding: 65px 40px 0;
    overflow: hidden
}

.anton-container {
    position: relative;
    max-width: 1840px;
    margin: 0 auto
}

.anton-content {
    position: relative;
    z-index: 20;
    max-width: 810px;
    padding: 85px 0
}

.anton-content .title {
    font-size: 42px;
    font-weight: 700;
    line-height: 1.3;
    color: #ffcf87
}

.anton-content .title a {
    color: inherit
}

.anton-content .text {
    font-size: 20px;
    line-height: 1.7;
    color: #fff;
    margin-top: 10px
}

.anton-content .text a {
    color: inherit
}

.anton-content .form {
    margin-top: 40px;
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    flex-wrap: wrap;
    column-gap: 10px;
    max-width: 650px;
    row-gap: 15px
}

.anton-content .form .input {
    width: 350px
}

.anton-content .form .input input {
    display: block;
    width: 100%;
    height: 55px;
    background: #fff;
    border-radius: 55px;
    padding: 0 20px
}

.anton-content .form .btn {
    letter-spacing: 0;
    padding: 0 25px
}

.anton-content .form .terms {
    color: #fff
}

.anton-image {
    position: absolute;
    bottom: 0;
    right: 40px
}

.anton-image .image {
    display: block;
    width: 480px
}

.anton-image .image img {
    display: block;
    width: 100%
}

.anton-image .description {
    position: absolute;
    bottom: 35px;
    left: 0
}

.anton-image .title {
    font-size: 20px;
    font-weight: 700;
    line-height: 1.4;
    color: #ffcf87
}

.anton-image .text {
    font-size: 17px;
    font-weight: 300;
    line-height: 1.4;
    color: #fff;
    margin-top: 5px
}

.anton-bg {
    display: block;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0
}

.anton-bg img {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 100%;
    object-fit: cover
}

.footer-top {
    padding: 70px 0 30px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: nowrap;
    column-gap: 50px
}

.footer-top-left {
    flex-shrink: 0;
    width: 365px
}

.footer-top-right {
    flex-grow: 1
}

.footer-middle {
    display: flex;
    align-items: stretch;
    justify-content: flex-start;
    flex-wrap: nowrap;
    flex-direction: row-reverse;
    padding: 35px 0;
    border-top: 1px solid #d2d7df
}

.footer-bottom {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: nowrap;
    column-gap: 30px;
    padding: 35px 0;
    border-top: 1px solid #d2d7df
}

.footer-logo {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    flex-wrap: nowrap;
    color: inherit;
    text-decoration: none;
    gap: 0 15px
}

.footer-logo .image {
    flex-shrink: 0;
    display: block;
    width: 85px;
    height: 85px
}

.footer-logo .image img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: contain
}

.footer-logo .description {
    flex-grow: 1;
    padding-top: 4px
}

.footer-logo .title {
    font-size: 22px;
    font-weight: 700;
    line-height: 1;
    text-transform: uppercase
}

.footer-logo .text {
    font-size: 15px;
    font-weight: 300;
    line-height: 1.1;
    margin-top: 8px
}

.footer-contacts {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    flex-wrap: nowrap;
    column-gap: 30px
}

.footer-phone {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    flex-wrap: nowrap;
    column-gap: 20px
}

.footer-phone .phone {
    display: block;
    font-size: 26px;
    font-weight: 500;
    line-height: 1.2;
    color: #454546;
    text-decoration: none
}

.footer-phone .icons {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    flex-wrap: nowrap;
    flex-shrink: 0;
    column-gap: 8px
}

.footer-phone .icon {
    display: block;
    width: 36px;
    height: 36px;
    background-size: contain
}

.footer-phone .icon-whatsapp {
    background-image: url("../img/icons/header-whatsapp.svg");
    background-repeat: no-repeat;
    background-position: center
}

.footer-phone .icon-telegram {
    background-image: url("../img/icons/header-telegram.svg");
    background-repeat: no-repeat;
    background-position: center
}

.footer-callback {
    flex-shrink: 0
}

.footer-title {
    font-size: 20px;
    font-weight: 700;
    line-height: 1.2;
    margin-bottom: 20px
}

.footer-nav {
    flex-grow: 1;
    display: flex;
    align-items: stretch;
    justify-content: flex-start;
    flex-wrap: nowrap
}

.footer-nav-column {
    flex: 1 1;
    padding-right: 50px;
    margin-right: 80px;
    border-right: 1px solid #d2d7df;
    min-height: 100%
}

.footer-nav-cols {
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    flex-wrap: wrap;
    margin: 0 -15px;
    row-gap: 20px
}

.footer-nav-cols>li {
    width: 50%;
    padding: 0 15px
}

.footer-nav-list>li+li {
    margin-top: 20px
}

.footer-nav a {
    display: block;
    font-size: 16px;
    font-weight: 300;
    line-height: 1.5;
    color: #454546;
    text-decoration: none
}

.footer-nav a:hover {
    text-decoration: underline
}

.footer-social {
    flex-shrink: 0;
    width: 280px
}

.footer-social-list>li+li {
    margin-top: 15px
}

.footer-social .social-link {
    display: flex;
    flex-wrap: nowrap;
    gap: 15px;
    text-decoration: none;
    color: #454546;
    -webkit-transition: all .5s ease 0s;
    -moz-transition: all .5s ease 0s;
    -o-transition: all .5s ease 0s;
    -ms-transition: all .5s ease 0s;
    transition: all .5s ease 0s
}

.footer-social .social-link:hover {
    text-decoration: underline;
    opacity: .7
}

.footer-yandex {
    text-decoration: none;
    width: 280px;
    flex-shrink: 0;
    color: unset
}

.footer-yandex .top {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    flex-wrap: wrap;
    column-gap: 10px
}

.footer-yandex .icon {
    display: block;
    width: 34px;
    height: 34px;
    background-image: url("../img/icons/yandex.svg");
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain
}

.footer-yandex .rate {
    position: relative;
    display: block;
    width: 175px;
    height: 30px;
    background: url("../img/icons/yandex-rate.svg") no-repeat left top;
    margin-bottom: 8px
}

.footer-yandex .rate i {
    display: block;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    height: 100%;
    background: url("../img/icons/yandex-rate-fill.svg") no-repeat left top
}

.footer-yandex .title {
    font-size: 30px;
    font-weight: 700;
    line-height: 1;
    padding-top: 6px
}

.footer-yandex .text {
    margin-top: 15px;
    font-size: 16px;
    line-height: 1
}

.footer-copyright {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    flex-wrap: wrap;
    gap: 10px 50px;
    font-weight: 300;
    line-height: 1.5;
    color: #9da1a8
}

.footer-copyright a {
    color: inherit
}

body #productview.is_loaded {
    z-index: 600 !important
}

.fix-social {
    position: fixed;
    z-index: 1400;
    bottom: 20px;
    right: 25px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    width: 80px;
    height: 80px;
    text-decoration: none;
    border-radius: 100%;
    background: url("../img/icons/header-telegram.svg") no-repeat center;
    background-size: contain;
    -webkit-transition: all .5s ease 0s;
    -moz-transition: all .5s ease 0s;
    -o-transition: all .5s ease 0s;
    -ms-transition: all .5s ease 0s;
    transition: all .5s ease 0s;
    box-shadow: 0 0 17px #27a6e5;
    animation: pulsateTelegram 2s ease-out infinite
}

.fix-social:hover {
    opacity: .8
}

.cookie {
    position: fixed;
    z-index: 600;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    padding: 20px 0;
    background: rgba(0, 0, 0, .8);
    z-index: 1400
}

.cookie .container {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: nowrap;
    column-gap: 100px
}

.cookie .description {
    font-size: 16px;
    line-height: 1.5;
    flex-grow: 1;
    color: #fff
}

.cookie .description a {
    color: inherit;
    font-weight: 700
}

.cookie .action {
    flex-shrink: 0;
    width: 250px
}

.cookie .action .btn {
    width: 100%
}

@media(max-width: 1450px) {
    .container {
        width: 1170px
    }

    .header .container {
        column-gap: 25px
    }

    .header-right {
        column-gap: 20px
    }

    .header-logo .description {
        width: 220px
    }

    .header-logo .text {
        font-size: 13px
    }

    .header-calculation .label {
        font-size: 14px
    }

    .header-calculation .action .btn {
        width: 190px
    }

    .header-calculation .action .btn-arrows {
        display: none
    }

    .header-question .label {
        font-size: 10px
    }

    .header-contacts .callback .btn {
        width: 180px
    }

    .content {
        padding-top: 156px
    }

    .footer-nav-column {
        padding-right: 30px;
        margin-right: 50px
    }

    .footer-copyright {
        gap: 10px 30px
    }

    .anton-content .title {
        font-size: 40px
    }

    .anton-image {
        right: 30px
    }

    .anton-image .image {
        width: 460px
    }
}

@media(max-width: 1200px) {
    .container {
        width: 970px
    }

    .header-logo .description {
        width: 200px
    }

    .header-logo .text {
        font-size: 12px;
        font-weight: 400
    }

    .header-question .label,
    .header-calculation .label {
        display: none
    }

    .navigation-link {
        font-size: 13px
    }

    .anton-content .title {
        font-size: 36px
    }

    .anton-content .form {
        margin-top: 30px
    }

    .anton-content .form .input {
        width: 250px
    }

    .anton-image {
        display: none
    }

    .footer-top {
        padding: 50px 0 30px
    }

    .footer-top-left {
        width: 300px
    }

    .footer-logo .image {
        width: 60px;
        height: 60px
    }

    .footer-logo .text {
        font-size: 13px;
        line-height: 1.3;
        margin-top: 5px
    }

    .footer-phone .phone {
        font-size: 24px
    }

    .footer-nav-column {
        padding-right: 30px;
        margin-right: 30px
    }

    .footer-social {
        width: 180px
    }

    .footer-social-item .label {
        font-size: 16px
    }
}

@media(max-width: 992px) {
    .container {
        width: 750px
    }

    .header {
        padding: 15px 0
    }

    .header-container.expand,
    .header-container:hover {
        padding-bottom: 47px
    }

    .header-center {
        display: none
    }

    .navigation-link {
        padding: 15px 6px 12px;
        font-size: 11px
    }

    .content {
        padding-top: 137px
    }

    .anton {
        padding: 0 20px
    }

    .anton-content {
        padding: 45px 0
    }

    .anton-image {
        display: none
    }

    .footer-top {
        display: block
    }

    .footer-top-left {
        margin: 0 auto 20px
    }

    .footer-top-right {
        justify-content: center
    }

    .footer-copyright {
        font-size: 14px;
        gap: 5px 30px
    }

    .footer-contacts {
        justify-content: center
    }

    .footer-nav-cols {
        display: block;
        margin: 0
    }

    .footer-nav-cols>li {
        width: auto;
        padding: 0
    }

    .footer-nav-cols>li+li {
        margin-top: 15px
    }

    .footer-nav-list>li+li {
        margin-top: 10px
    }

    .footer-nav a {
        font-size: 14px
    }
}

@media(max-width: 768px) {
    body.overflow {
        border-right: 0
    }

    ::-webkit-scrollbar {
        width: 7px;
        height: 7px
    }

    ::-webkit-scrollbar-thumb {
        border-radius: 7px
    }

    .container {
        width: auto;
        padding-left: 25px;
        padding-right: 25px
    }

    .content {
        padding-top: 55px
    }

    .header-container,
    .header,
    .navigation {
        display: none
    }

    .anton {
        padding: 0;
        text-align: center
    }

    .anton-content {
        padding: 35px 0 40px
    }

    .anton-content .title {
        font-size: 24px;
        line-height: 1.2
    }

    .anton-content .title br {
        display: none
    }

    .anton-content .text {
        margin-top: 10px;
        font-size: 16px
    }

    .anton-content .form {
        display: block;
        margin-top: 15px
    }

    .anton-content .form .input {
        width: auto;
        margin-bottom: 10px
    }

    .anton-content .form .input input {
        text-align: center
    }

    .anton-content .form .btn {
        width: 100%
    }

    .anton-content .form .terms {
        margin-top: 15px
    }

    .anton-content .form .terms .checker-item .checker {
        top: 0
    }

    .footer-top {
        padding: 35px 0 0;
        display: block
    }

    .footer-top-left {
        width: 250px;
        margin: 0 auto 20px
    }

    .footer-middle {
        display: block;
        padding: 0;
        margin-top: 25px;
        border-top: 0
    }

    .footer-bottom {
        display: block;
        margin-top: 20px;
        padding: 20px 0 0
    }

    .footer-logo {
        display: block
    }

    .footer-logo .image {
        width: 250px;
        height: 63px
    }

    .footer-logo .description {
        display: none
    }

    .footer-contacts {
        display: block
    }

    .footer-phone {
        flex-direction: column;
        gap: 15px;
        justify-content: center
    }

    .footer-phone .phone {
        font-size: 20px
    }

    .footer-callback {
        margin-top: 10px;
        text-align: center
    }

    .footer-nav {
        display: none
    }

    .footer-title {
        font-size: 16px;
        margin-bottom: 15px
    }

    .footer-social {
        text-align: center;
        width: auto
    }

    .footer-social-list {
        display: flex;
        align-items: center;
        justify-content: center;
        flex-wrap: wrap;
        gap: 0 15px
    }

    .footer-social-list .label {
        display: none
    }

    .footer-social-list>li+li {
        margin: 0
    }

    .footer-social-item {
        display: block
    }

    .footer-yandex {
        width: auto;
        text-align: center
    }

    .footer-yandex .top {
        justify-content: center
    }

    .footer-copyright {
        display: block;
        margin: 25px -25px 0;
        padding: 15px 25px;
        background: #f6f8fb;
        font-size: 12px;
        text-align: center
    }

    .fix-social {
        width: 60px;
        height: 60px
    }

    .cookie {
        padding: 15px 0
    }

    .cookie .container {
        display: block
    }

    .cookie .description {
        font-size: 13px
    }

    .cookie .action {
        width: 100%;
        margin-top: 10px
    }
}

@keyframes pulsateTelegram {
    0% {
        box-shadow: 0 0 0 #27a6e5
    }

    50% {
        box-shadow: 0 0 25px #27a6e5
    }

    100% {
        box-shadow: 0 0 0 #27a6e5
    }
}

.mobile-nav {
    display: none;
    position: fixed;
    z-index: 705;
    top: 56px;
    bottom: 0;
    left: 0;
    right: 0;
    background: #fff;
    overflow: auto
}

.mobile-header {
    display: none
}

@media(max-width: 768px) {
    .mobile-header {
        position: fixed;
        z-index: 750;
        top: 0;
        left: 0;
        right: 0;
        display: flex;
        align-items: center;
        justify-content: space-between;
        flex-wrap: nowrap;
        padding: 5px 10px 5px 15px;
        background: #fff;
        box-shadow: 0 0 10px rgba(0, 0, 0, .2)
    }

    .mobile-header-logo {
        flex-shrink: 0;
        display: flex;
        align-items: center;
        justify-content: flex-start;
        flex-wrap: nowrap;
        column-gap: 5px;
        color: inherit;
        text-decoration: none
    }

    .mobile-header-logo .image {
        display: block;
        flex-shrink: 0;
        width: 35px;
        height: 35px
    }

    .mobile-header-logo .description {
        width: 95px;
        flex-shrink: 0;
        font-size: 8px;
        line-height: 1.3
    }

    .mobile-header-contacts {
        flex-grow: 1;
        padding-right: 10px
    }

    .mobile-header-contacts .phone {
        display: block;
        font-size: 13px;
        font-weight: 600;
        line-height: 1.2;
        color: #454546;
        text-decoration: none;
        text-align: right
    }

    .mobile-header-contacts .icons {
        display: flex;
        align-items: center;
        justify-content: flex-end;
        flex-wrap: wrap;
        gap: 0 5px;
        margin-bottom: 5px
    }

    .mobile-header-contacts .label {
        font-size: 10px;
        font-weight: 500;
        line-height: 1;
        color: #9da1a8;
        margin-right: 5px;
        text-align: right
    }

    .mobile-header-contacts .icon {
        display: block;
        width: 20px;
        height: 20px
    }

    .mobile-header-contacts .icon-whatsapp {
        background-image: url("../img/icons/header-whatsapp.svg");
        background-repeat: no-repeat;
        background-position: center;
        background-size: contain
    }

    .mobile-header-contacts .icon-telegram {
        background-image: url("../img/icons/header-telegram.svg");
        background-repeat: no-repeat;
        background-position: center;
        background-size: contain
    }

    .mobile-header-btn {
        flex-shrink: 0;
        display: flex;
        align-items: center;
        justify-content: center;
        flex-wrap: wrap;
        width: 40px;
        height: 45px
    }

    .mobile-header-btn span {
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: space-between;
        width: 22px;
        height: 16px
    }

    .mobile-header-btn span i {
        display: block;
        width: 70%;
        height: 1px;
        background: #454546;
        -webkit-transform-origin: 5px 0;
        transform-origin: 5px 0;
        -webkit-transition: background .5s cubic-bezier(0.77, 0.2, 0.05, 1), opacity .55s ease, -webkit-transform .5s cubic-bezier(0.77, 0.2, 0.05, 1);
        transition: background .5s cubic-bezier(0.77, 0.2, 0.05, 1), opacity .55s ease, -webkit-transform .5s cubic-bezier(0.77, 0.2, 0.05, 1);
        transition: transform .5s cubic-bezier(0.77, 0.2, 0.05, 1), background .5s cubic-bezier(0.77, 0.2, 0.05, 1), opacity .55s ease;
        transition: transform .5s cubic-bezier(0.77, 0.2, 0.05, 1), background .5s cubic-bezier(0.77, 0.2, 0.05, 1), opacity .55s ease, -webkit-transform .5s cubic-bezier(0.77, 0.2, 0.05, 1)
    }

    .mobile-header-btn span i:nth-child(2) {
        width: 100%
    }

    .mobile-header-btn span i:last-child {
        -webkit-transform-origin: 0 100%;
        transform-origin: 0 100%;
        margin: 0
    }

    .mobile-nav-callback {
        padding: 15px 15px;
        background: #e8f3f1;
        display: flex;
        align-items: center;
        justify-content: space-between;
        flex-wrap: nowrap
    }

    .mobile-nav-callback .phone {
        font-size: 16px;
        font-weight: 500;
        line-height: 1.5;
        color: #454546;
        text-decoration: none
    }

    .mobile-nav-tools {
        display: flex;
        align-items: center;
        justify-content: center;
        flex-wrap: nowrap;
        gap: 30px;
        padding: 15px 0;
        background: #f6f8fb
    }

    .mobile-nav-tools .header-tools-icon {
        width: 60px
    }

    .mobile-nav-search {
        position: relative;
        border-bottom: 2px solid #e8f3f1
    }

    .mobile-nav-search .search-header-input {
        display: block;
        width: 100%;
        height: 45px;
        padding: 0 50px 0 15px
    }

    .mobile-nav-search .search-header-btn {
        position: absolute;
        top: 0;
        right: 0;
        width: 45px;
        height: 45px;
        display: flex;
        align-items: center;
        justify-content: center;
        flex-wrap: wrap;
        background: rgba(0, 0, 0, 0)
    }

    .mobile-nav-search .search-header-btn .rbs-icon {
        font-size: 18px;
        line-height: 1;
        color: #253841
    }

    .mobile-nav-items {
        display: flex;
        align-items: stretch;
        flex-wrap: wrap;
        flex-direction: column
    }

    .mobile-nav-group {
        border-bottom: 1px solid #e8f3f1
    }

    .mobile-nav-group.open .mobile-nav-link .toggle .rbs-icon {
        -webkit-transform: rotate(90deg);
        -moz-transform: rotate(90deg);
        -ms-transform: rotate(90deg);
        -o-transform: rotate(90deg);
        transform: rotate(90deg)
    }

    .mobile-nav-group.open .mobile-nav-child {
        display: block
    }

    .mobile-nav-link {
        position: relative;
        display: block;
        font-size: 12px;
        font-weight: 500;
        line-height: 1.5;
        color: #454546;
        text-decoration: center;
        text-decoration: none;
        text-transform: uppercase;
        padding: 10px 45px 7px 15px
    }

    .mobile-nav-link .toggle {
        position: absolute;
        top: 0;
        right: 0;
        display: flex;
        align-items: center;
        justify-content: center;
        flex-wrap: wrap;
        width: 40px;
        height: 100%
    }

    .mobile-nav-link .toggle .rbs-icon {
        font-size: 12px;
        -webkit-transition: all .5s ease 0s;
        -moz-transition: all .5s ease 0s;
        -o-transition: all .5s ease 0s;
        -ms-transition: all .5s ease 0s;
        transition: all .5s ease 0s
    }

    .mobile-nav-child {
        display: none;
        padding: 5px 0 10px
    }

    .mobile-nav-child .mobile-nav-link {
        padding: 7px 15px 5px 35px;
        font-size: 11px
    }

    .mobile-nav-bottom {
        display: flex;
        align-items: center;
        flex-wrap: wrap;
        background: #eff6f5;
        padding: 20px 15px 10px;
        gap: 15px
    }

    .mobile-nav-bottom-link {
        font-size: 14px;
        font-weight: 300;
        line-height: 19px;
        color: #454546;
        display: block;
        padding: 8px 10px;
        text-decoration: none
    }

    .mobile-nav-socials {
        margin-left: auto
    }

    .mobile-nav-btn {
        display: flex;
        align-items: center;
        flex-wrap: nowrap;
        font-size: 11px;
        text-transform: uppercase;
        gap: 10px
    }

    .mobile-nav-btn .icon {
        width: 35px;
        height: 35px;
        display: flex;
        align-items: center;
        justify-content: center;
        flex-wrap: wrap;
        text-decoration: none;
        border-radius: 50%;
        background: #ffcf87;
        color: #fff;
        font-size: 15px !important
    }

    .mobile-nav-phones {
        display: flex;
        align-items: center;
        justify-content: space-between;
        flex-wrap: wrap;
        gap: 20px;
        width: 100%
    }

    .mobile-nav-phone {
        font-size: 16px;
        transform: translateY(1px)
    }

    .mobile-nav-links {
        display: flex;
        align-items: stretch;
        flex-wrap: wrap;
        border-top: 1px solid #dee5e4;
        margin-top: 7px;
        padding-top: 7px
    }

    .mobile-nav-open {
        overflow: hidden
    }

    .mobile-nav-open .mobile-header-btn span i {
        opacity: 1;
        width: 100%;
        -webkit-transform: rotate(45deg) translate(4px, 2px);
        transform: rotate(45deg) translate(4px, 2px)
    }

    .mobile-nav-open .mobile-header-btn span i:nth-child(2) {
        opacity: 0;
        -webkit-transform: rotate(0deg) scale(0.2);
        transform: rotate(0deg) scale(0.2)
    }

    .mobile-nav-open .mobile-header-btn span i:nth-child(3) {
        -webkit-transform: rotate(-45deg) translate(1px, 3px);
        transform: rotate(-45deg) translate(1px, 3px)
    }
}

.page-wrapper {
    padding: 0 85px 40px !important;
    background-color: #fff;
    filter: drop-shadow(0px 14px 39px rgba(0, 0, 0, 0.11))
}

.page-content {
    padding: 45px 0 50px;
    overflow: hidden
}

.page-top {
    margin-bottom: 45px
}

.page-brief {
    font-size: 16px;
    line-height: 1.5;
    color: #6b6b6b;
    margin-top: 15px
}

.page-title {
    font-size: 46px;
    font-weight: 700;
    line-height: 1;
    color: #253841
}

.page-title.head {
    margin-bottom: 40px
}

.page-brief {
    margin-top: 10px;
    font-size: 14px;
    line-height: 1.5;
    color: #6b6b6b
}

.page-text {
    margin-top: 50px
}

.page-scroll-btn {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    position: fixed;
    z-index: 610;
    bottom: 125px;
    right: 40px;
    width: 52px;
    height: 52px;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -o-transition: all .3s;
    -ms-transition: all .3s;
    transition: all .3s;
    background: hsla(0, 0%, 100%, .8);
    cursor: pointer;
    opacity: 0;
    visibility: hidden;
    filter: drop-shadow(0px 3px 6px rgba(0, 0, 0, 0.12))
}

.page-scroll-btn.show {
    opacity: 1;
    visibility: visible
}

.page-scroll-btn .icon {
    -webkit-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    transform: rotate(90deg);
    font-size: 17px
}

.page-scroll-btn:hover {
    background: #fff
}

.page-error {
    margin-bottom: 30px
}

.page-bottom {
    padding-top: 90px
}

.page-bottom .brands-slider {
    border-top: 1px solid #e6f1ef;
    border-bottom: 1px solid #e6f1ef
}

.page-options {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
    gap: 30px;
    margin-top: 50px
}

.page-return {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    text-decoration: none;
    color: #454546;
    gap: 10px
}

.page-return .icon {
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -o-transition: all .3s;
    -ms-transition: all .3s;
    transition: all .3s;
    width: 41px;
    height: 41px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    border: 1px solid #e8f3f1;
    border-radius: 50%
}

.page-return:hover .icon {
    border: 1px solid #ffcf87
}

.page-alert .note {
    font-size: 18px;
    font-weight: 500;
    line-height: 24px;
    background: #fff;
    border: none;
    text-align: center;
    filter: drop-shadow(0px 6px 33px rgba(1, 30, 25, 0.06));
    width: 85%;
    margin: 0 auto
}

.seo-text {
    padding: 65px 0 0;
    background-image: url("../img/branch/branch-09.svg"), url(../img/branch/branch-08.svg);
    background-position: right center, left center;
    background-repeat: no-repeat
}

@media(max-width: 1200px) {
    .page-title {
        font-size: 28px;
        line-height: 40px
    }
}

@media(max-width: 992px) {
    .page-title.head {
        margin-bottom: 30px
    }

    .page-wrapper {
        padding: 0 40px 40px !important
    }
}

@media(max-width: 768px) {
    .page-top {
        margin-bottom: 25px
    }

    .page-content {
        padding: 20px 0 35px
    }

    .page-title {
        font-size: 24px;
        line-height: 1.1
    }

    .page-scroll-btn {
        opacity: .65;
        bottom: 105px;
        right: 30px
    }

    .page-bottom {
        padding-top: 40px
    }

    .page-clouds {
        background-image: none
    }

    .page-wrapper {
        padding: 0 20px 40px !important
    }

    .seo-text {
        padding: 55px 0 25px;
        background-image: none
    }

    .videodetector iframe {
        width: 100%
    }
}

.home-title {
    text-align: center;
    margin-bottom: 50px
}

.home-title .title {
    font-size: 46px;
    font-weight: 700;
    line-height: 1.3;
    color: #253841
}

.home-title .title-small {
    font-size: 32px
}

.home-title .text {
    font-size: 20px;
    line-height: 1.4;
    margin-top: 10px
}

.home-title .link {
    position: relative;
    display: inline-block;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.2;
    color: #9da1a8;
    padding-right: 20px;
    text-decoration: none
}

.home-title .link:after {
    content: "";
    display: block;
    position: absolute;
    top: 50%;
    right: 0;
    width: 12px;
    height: 8px;
    background-image: url("../img/icons/btn-arrows-gray.svg");
    background-repeat: no-repeat;
    background-position: center;
    margin-top: -5px
}

.home-title .link:hover {
    text-decoration: underline
}

.home-title-flex {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: nowrap
}

.home-offer {
    position: relative;
    padding: 0 40px;
    margin-top: 40px
}

.home-offer-container {
    position: relative;
    background: #eee;
    max-width: 1840px;
    margin: 0 auto;
    overflow: hidden
}

.home-offer-content {
    width: 720px;
    background: #fff;
    padding: 45px 50px 60px
}

.home-offer-top .text {
    font-size: 20px;
    line-height: 1.2;
    color: #9da1a8;
    margin-bottom: 25px
}

.home-offer-top .title {
    font-size: 50px;
    font-weight: 700;
    line-height: 1.2;
    color: #253841;
    text-transform: uppercase
}

.home-offer-features {
    margin: 30px -9px 0;
    display: flex;
    align-items: stretch;
    justify-content: flex-start;
    flex-wrap: wrap;
    row-gap: 18px
}

.home-offer-features>li {
    width: 50%;
    padding: 0 9px
}

.home-offer-features .item {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    flex-wrap: nowrap;
    gap: 15px;
    padding: 30px 10px 30px 30px;
    color: inherit;
    text-decoration: none;
    background: #f6f8fb;
    -webkit-transition: all .5s ease 0s;
    -moz-transition: all .5s ease 0s;
    -o-transition: all .5s ease 0s;
    -ms-transition: all .5s ease 0s;
    transition: all .5s ease 0s
}

.home-offer-features .icon {
    display: block;
    flex-shrink: 0;
    width: 35px;
    height: 35px;
    background: rgba(0, 0, 0, 0) no-repeat center;
    background-size: contain
}

.home-offer-features .icon-1 {
    background-image: url("../img/home/offer-icon-1.svg")
}

.home-offer-features .icon-2 {
    background-image: url("../img/home/offer-icon-2.svg")
}

.home-offer-features .icon-3 {
    background-image: url("../img/home/offer-icon-3.svg")
}

.home-offer-features .icon-4 {
    background-image: url("../img/home/offer-icon-4.svg")
}

.home-offer-features .label {
    position: relative;
    display: block;
    font-size: 16px;
    line-height: 1.5;
    padding-top: 4px;
    text-transform: uppercase
}

.home-offer-callback {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    flex-wrap: nowrap;
    flex-direction: column-reverse;
    gap: 30px;
    margin-top: 40px
}

.home-offer-callback .label {
    flex-grow: 1;
    font-size: 14px;
    line-height: 1.4
}

.home-offer-callback .label span {
    font-weight: 700
}

.home-offer-callback .callback {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    flex-wrap: nowrap;
    flex-shrink: 0;
    column-gap: 10px
}

.home-offer-callback .btn {
    flex-shrink: 0;
    width: 215px;
    letter-spacing: 0;
    padding: 0
}

.home-offer-callback .icons {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    flex-wrap: nowrap;
    flex-shrink: 0;
    column-gap: 8px
}

.home-offer-callback .icon {
    display: block;
    width: 55px;
    height: 55px;
    box-shadow: inset -1px -4px 0 rgba(0, 0, 0, .2);
    border-radius: 100%;
    -webkit-transition: all .5s ease 0s;
    -moz-transition: all .5s ease 0s;
    -o-transition: all .5s ease 0s;
    -ms-transition: all .5s ease 0s;
    transition: all .5s ease 0s
}

.home-offer-callback .icon-whatsapp {
    background-image: url("../img/icons/header-whatsapp.svg");
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain
}

.home-offer-callback .icon-telegram {
    background-image: url("../img/icons/header-telegram.svg");
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain
}

.home-offer-callback .icon:hover {
    opacity: .8
}

.home-offer-bg {
    position: absolute;
    top: 0;
    bottom: 0
}

.home-offer-bg img {
    display: block;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: left top
}

.home-offer-bg-left {
    display: block;
    width: 300px;
    height: 100%;
    left: 50%;
    margin-left: -920px
}

.home-offer-bg-right {
    display: block;
    width: 860px;
    height: 100%;
    right: 50%;
    margin-right: -920px
}

.home-offer-info {
    position: absolute;
    top: 180px;
    left: 170px;
    padding: 9px 25px 7px 50px;
    font-size: 16px;
    line-height: 18px;
    color: #fff;
    border-radius: 50px;
    background: rgba(48, 41, 41, .7)
}

.home-offer-info span {
    font-weight: 700
}

.home-offer-info:before {
    content: "";
    display: block;
    width: 30px;
    height: 30px;
    position: absolute;
    top: 10px;
    left: 10px;
    background: url("../img/home/offer-i.svg") no-repeat center
}

.home-offer-info:after {
    content: "";
    display: block;
    position: absolute;
    top: 100%;
    left: 35px;
    border: 11px solid rgba(0, 0, 0, 0);
    border-top-color: rgba(48, 41, 41, .7)
}

.home-offer-mobile {
    display: none
}

.home-advantages {
    padding: 55px 0;
    margin-top: 55px;
    background: #f6f8fb
}

.home-advantages-list {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    flex-wrap: wrap;
    margin: 0 -15px
}

.home-advantages-list>li {
    width: 33.33%;
    padding: 0 15px
}

.home-advantages-item {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    flex-wrap: nowrap;
    column-gap: 25px
}

.home-advantages-item .image {
    flex-shrink: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    width: 82px;
    height: 82px;
    border-radius: 100%;
    background: linear-gradient(26deg, #253841 21.68%, #9BB8B5 137.11%)
}

.home-advantages-item .icon {
    display: block;
    width: 38px;
    height: 38px;
    background: rgba(0, 0, 0, 0) no-repeat center
}

.home-advantages-item .icon-1 {
    background-image: url("../img/home/advantage-1.svg")
}

.home-advantages-item .icon-2 {
    background-image: url("../img/home/advantage-2.svg")
}

.home-advantages-item .icon-3 {
    background-image: url("../img/home/advantage-3.svg")
}

.home-advantages-item .description {
    flex-grow: 1
}

.home-advantages-item .title {
    font-size: 18px;
    font-weight: 700;
    line-height: 1.2;
    color: #253841
}

.home-advantages-item .text {
    margin-top: 5px;
    font-size: 15px;
    font-weight: 300;
    line-height: 1.6
}

.home-distributor {
    margin-top: 90px
}

.home-distributor-container {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    flex-wrap: nowrap;
    column-gap: 30px
}

.home-distributor-title {
    flex-grow: 1;
    font-size: 20px;
    font-weight: 300;
    line-height: 1.5
}

.home-distributor-title span {
    font-weight: 700
}

.home-distributor-content {
    width: 950px;
    flex-shrink: 0
}

.home-distributor-slider {
    display: flex;
    align-items: stretch;
    justify-content: flex-start;
    flex-wrap: wrap;
    position: relative;
    padding: 0 40px
}

.home-distributor-slider>.home-distributor-item {
    width: 25%;
    padding: 0 15px;
    margin: 0
}

.home-distributor-slider.slick-initialized {
    display: block
}

.home-distributor-slider .slick-arrow {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    font-size: 20px;
    -webkit-transition: all .5s ease 0s;
    -moz-transition: all .5s ease 0s;
    -o-transition: all .5s ease 0s;
    -ms-transition: all .5s ease 0s;
    transition: all .5s ease 0s;
    cursor: pointer
}

.home-distributor-slider .slick-arrow:hover {
    color: #ffcf87
}

.home-distributor-slider .slick-arrow.prev {
    left: 0
}

.home-distributor-slider .slick-arrow.next {
    right: 0
}

.home-distributor-item {
    display: flex !important;
    align-items: center;
    justify-content: center;
    height: 55px;
    margin: 0 15px
}

.home-distributor-item img {
    display: block;
    max-width: 100%;
    max-height: 100%
}

.home-complex {
    margin-top: 90px
}

.home-complex-list {
    display: flex;
    align-items: stretch;
    justify-content: flex-start;
    flex-wrap: wrap;
    margin: 0 -15px;
    row-gap: 30px
}

.home-complex-list>li {
    width: 50%;
    padding: 0 15px
}

.home-complex-item {
    display: flex;
    flex-direction: column;
    height: 100%;
    background: #fff;
    box-shadow: 2px 2px 35px rgba(200, 203, 209, .4);
    color: inherit;
    text-decoration: none
}

.home-complex-item .image {
    display: block;
    background: #000
}

.home-complex-item .image img {
    display: block;
    width: 100%;
    -webkit-transition: all .5s ease 0s;
    -moz-transition: all .5s ease 0s;
    -o-transition: all .5s ease 0s;
    -ms-transition: all .5s ease 0s;
    transition: all .5s ease 0s
}

.home-complex-item .description {
    display: flex;
    flex-direction: column;
    justify-content: center;
    flex-grow: 1;
    padding: 35px 30px 40px 50px
}

.home-complex-item .title {
    font-size: 28px;
    font-weight: 700;
    line-height: 1.4;
    -webkit-transition: all .5s ease 0s;
    -moz-transition: all .5s ease 0s;
    -o-transition: all .5s ease 0s;
    -ms-transition: all .5s ease 0s;
    transition: all .5s ease 0s
}

.home-complex-item .action {
    margin-top: 10px
}

.home-complex-item .link {
    position: relative;
    display: inline-block;
    font-size: 20px;
    font-weight: 500;
    line-height: 1.2;
    color: #253841;
    padding-right: 20px
}

.home-complex-item .link:after {
    content: "";
    display: block;
    position: absolute;
    top: 50%;
    right: 0;
    width: 12px;
    height: 8px;
    background-image: url("../img/icons/btn-arrows-green.svg");
    background-repeat: no-repeat;
    background-position: center;
    margin-top: -5px
}

.home-complex-item .link:hover {
    text-decoration: underline
}

.home-complex-item:hover .title {
    color: #ffcf87
}

.home-complex-item:hover .image img {
    opacity: .8
}

.home-quiz {
    margin-top: 110px;
    padding: 70px 0;
    box-shadow: 0 0 80px rgba(199, 203, 215, .27)
}

.home-solutions {
    margin-top: 110px
}

.home-solutions-tabs {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    gap: 10px 25px;
    margin-bottom: 50px
}

.home-solutions-tabs a {
    display: block;
    font-size: 20px;
    font-weight: 300;
    line-height: 1;
    color: #9da1a8;
    text-decoration: none;
    padding: 15px 30px;
    border-radius: 50px;
    border: 1px solid #d2d7df;
    -webkit-transition: all .5s ease 0s;
    -moz-transition: all .5s ease 0s;
    -o-transition: all .5s ease 0s;
    -ms-transition: all .5s ease 0s;
    transition: all .5s ease 0s
}

.home-solutions-tabs a:hover {
    border-color: #253841;
    color: #253841
}

.home-solutions-tabs a.current {
    color: #fff;
    background: linear-gradient(26deg, #253841 21.68%, #9BB8B5 137.11%);
    border-color: #253841
}

.home-solutions-content {
    display: none
}

.home-solutions-content.current {
    display: block
}

.home-solutions-action {
    margin-top: 50px;
    text-align: center
}

.home-callback {
    margin-top: 110px;
    padding: 0 40px
}

.home-callback-container {
    position: relative;
    padding: 70px 0;
    color: #fff
}

.home-callback-bg {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 100%
}

.home-callback-bg img {
    display: block;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 100%;
    object-fit: cover
}

.home-callback-top {
    margin-bottom: 55px
}

.home-callback-top .title {
    font-size: 34px;
    font-weight: 700;
    line-height: 1.3;
    color: #ffcf87
}

.home-callback-top .text {
    margin-top: 10px;
    font-size: 18px;
    line-height: 1.5
}

.home-callback-form {
    display: flex;
    align-items: flex-start;
    justify-content: center;
    flex-wrap: nowrap;
    column-gap: 30px;
    row-gap: 20px;
    flex-direction: column
}

.home-callback-form .form {
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    flex-wrap: nowrap;
    column-gap: 20px;
    row-gap: 15px;
    flex-shrink: 0
}

.home-callback-form .form-error-note {
    display: none !important
}

.home-callback-form .input {
    width: 320px
}

.home-callback-form .input input {
    display: block;
    width: 100%;
    height: 55px;
    background: #fff;
    border-radius: 55px;
    padding: 0 20px
}

.home-callback-form .btn {
    letter-spacing: 0;
    padding: 0 15px;
    width: 350px
}

.home-callback-form .terms {
    align-self: flex-start;
    flex-grow: 1;
    font-size: 14px;
    font-weight: 300;
    line-height: 1.5;
    color: #fff
}

.home-callback-form .terms a {
    color: inherit
}

.home-problems {
    margin-top: 100px
}

.home-problems-list {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    gap: 25px 20px
}

.home-problems-item {
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    flex-wrap: nowrap;
    gap: 0 15px;
    padding: 15px 30px 15px 15px;
    border: 1px solid #253841;
    border-radius: 64px
}

.home-problems-item .icon {
    display: block;
    width: 32px;
    height: 32px;
    background-image: url("../img/icons/check-gold-gradient.svg");
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain
}

.home-problems-item .label {
    display: block;
    align-self: center;
    font-size: 17px;
    line-height: 1.5
}

.home-greetings {
    margin-top: 110px
}

.home-greetings-container {
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    flex-wrap: nowrap;
    column-gap: 70px
}

.home-greetings-image {
    position: relative;
    flex-shrink: 0;
    width: 520px
}

.home-greetings-image .image img {
    display: block;
    width: 100%
}

.home-greetings-image .description {
    position: absolute;
    bottom: 30px;
    left: 40px
}

.home-greetings-image .title {
    font-size: 20px;
    font-weight: 700;
    line-height: 1.4;
    color: #ffcf87
}

.home-greetings-image .text {
    font-size: 17px;
    line-height: 1.4;
    color: #fff;
    margin-top: 5px
}

.home-greetings-description {
    flex-grow: 1;
    align-self: center
}

.home-greetings-description .text {
    font-size: 20px;
    font-weight: 300
}

.home-greetings-description .text .bold {
    font-weight: 700
}

.home-greetings-description .action {
    margin-top: 30px
}

.home-socials {
    position: relative;
    z-index: 15;
    padding: 50px 0 60px;
    background: #f6f8fb;
    margin-top: 110px
}

.home-socials-title {
    font-size: 31px;
    font-weight: 700;
    line-height: 1.2;
    text-align: center;
    margin-bottom: 25px
}

.home-socials-list {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    gap: 20px 30px
}

.home-socials-item {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: nowrap;
    gap: 0 12px;
    color: inherit;
    text-decoration: none;
    padding: 8px 24px 8px 12px;
    background: #fff;
    border-radius: 55px;
    -webkit-transition: all .5s ease 0s;
    -moz-transition: all .5s ease 0s;
    -o-transition: all .5s ease 0s;
    -ms-transition: all .5s ease 0s;
    transition: all .5s ease 0s
}

.home-socials-item .icon {
    flex-shrink: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    width: 34px;
    height: 34px;
    font-size: 18px;
    line-height: 1;
    color: #fff;
    border-radius: 100%
}

.home-socials-item .label {
    display: block;
    font-size: 22px;
    font-weight: 300;
    line-height: 1;
    text-decoration: none;
    padding-top: 2px
}

.home-socials-item-youtube .icon {
    background: #ff0002
}

.home-socials-item-youtube:hover {
    background: #ff0002;
    color: #fff
}

.home-socials-item-vk .icon {
    background: #4c75a3
}

.home-socials-item-vk:hover {
    background: #4c75a3;
    color: #fff
}

.home-socials-item-telegram .icon {
    background: #37aee2
}

.home-socials-item-telegram:hover {
    background: #37aee2;
    color: #fff
}

.home-visit {
    margin-top: 110px
}

.home-visit-container {
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    flex-wrap: nowrap;
    column-gap: 30px
}

.home-visit-description {
    flex-grow: 1
}

.home-visit-image {
    flex-shrink: 0;
    width: 455px
}

.home-visit-image img {
    display: block;
    width: 100%
}

.home-visit-items>li+li {
    margin-top: 35px
}

.home-visit-item {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    flex-wrap: nowrap;
    column-gap: 35px;
    border-radius: 145px;
    box-shadow: 2px 2px 35px rgba(200, 203, 209, .4)
}

.home-visit-item .image {
    flex-shrink: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    width: 145px;
    height: 145px;
    border-radius: 100%;
    background: linear-gradient(26deg, #253841 21.68%, #9BB8B5 137.11%)
}

.home-visit-item .icon {
    display: block;
    background: rgba(0, 0, 0, 0) no-repeat center
}

.home-visit-item .icon-1 {
    width: 78px;
    height: 63px;
    background-image: url("../img/home/visit-1.svg")
}

.home-visit-item .icon-2 {
    width: 68px;
    height: 48px;
    background-image: url("../img/home/visit-2.svg")
}

.home-visit-item .icon-3 {
    width: 62px;
    height: 62px;
    background-image: url("../img/home/visit-3.svg")
}

.home-visit-item .icon-4 {
    width: 48px;
    height: 56px;
    background-image: url("../img/home/visit-4.svg")
}

.home-visit-item .description {
    font-size: 22px;
    font-weight: 300;
    line-height: 1.6;
    padding: 10px 40px 10px 0
}

.home-engineer {
    position: relative;
    padding: 60px 40px 0;
    margin-top: 60px
}

.home-engineer-container {
    position: relative;
    max-width: 1840px;
    margin: 0 auto
}

.home-engineer-content {
    position: relative;
    z-index: 20;
    max-width: 810px;
    padding: 85px 0
}

.home-engineer-content .title {
    font-size: 36px;
    font-weight: 700;
    line-height: 1.3;
    color: #ffcf87
}

.home-engineer-content .text {
    font-size: 20px;
    line-height: 1.7;
    color: #fff;
    margin-top: 10px
}

.home-engineer-content .form {
    margin-top: 40px;
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    flex-wrap: wrap;
    column-gap: 10px;
    row-gap: 10px
}

.home-engineer-content .form .form-error-note {
    display: none !important
}

.home-engineer-content .form .input {
    width: 350px
}

.home-engineer-content .form .input input {
    display: block;
    width: 100%;
    height: 55px;
    background: #fff;
    border-radius: 55px;
    padding: 0 20px
}

.home-engineer-content .form .btn {
    letter-spacing: 0;
    padding: 0 25px
}

.home-engineer-content .terms {
    margin-top: 20px;
    font-size: 14px;
    font-weight: 300;
    line-height: 1.5;
    color: #fff
}

.home-engineer-content .terms a {
    color: inherit
}

.home-engineer-image {
    position: absolute;
    bottom: 0;
    right: 0
}

.home-engineer-image .image {
    display: block;
    width: 469px
}

.home-engineer-image .image img {
    display: block;
    width: 100%
}

.home-engineer-image .description {
    position: absolute;
    bottom: 35px;
    left: 0
}

.home-engineer-image .title {
    font-size: 20px;
    font-weight: 700;
    line-height: 1.4;
    color: #ffcf87
}

.home-engineer-image .text {
    font-size: 17px;
    font-weight: 300;
    line-height: 1.4;
    color: #fff;
    margin-top: 5px
}

.home-engineer-bg {
    display: block;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0
}

.home-engineer-bg img {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 100%;
    object-fit: cover
}

.home-reasons {
    margin-top: 110px
}

.home-reasons-title {
    font-size: 26px;
    font-weight: 700;
    line-height: 1.2;
    text-align: center;
    margin-bottom: 45px
}

.home-reasons-list {
    display: flex;
    align-items: stretch;
    justify-content: flex-start;
    flex-wrap: wrap;
    margin: 0 -15px
}

.home-reasons-list>li {
    width: 33.33%;
    padding: 0 15px
}

.home-reasons-item {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    flex-wrap: wrap;
    height: 100%;
    padding: 5px 0 5px 25px;
    border-left: 4px solid #ffcf87;
    line-height: 1.6
}

.home-reasons-note {
    margin-top: 50px;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    flex-wrap: nowrap;
    column-gap: 30px;
    padding: 30px 30px 30px 45px;
    background: #f6f8fb
}

.home-reasons-note .icon {
    flex-shrink: 0;
    display: block;
    width: 56px;
    height: 56px;
    background: url("../img/home/reasons-note.svg") no-repeat center;
    background-size: contain
}

.home-reasons-note .description {
    flex-grow: 1;
    font-size: 18px;
    font-weight: 300;
    line-height: 1.5
}

.home-reasons-note .title {
    font-weight: 700
}

.home-calculate {
    margin-top: 110px
}

.home-calculate-container {
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    flex-wrap: nowrap;
    column-gap: 55px
}

.home-calculate-offer {
    position: relative;
    width: 630px;
    flex-shrink: 0;
    padding: 50px 85px 50px 65px;
    align-self: stretch
}

.home-calculate-offer .description {
    position: relative;
    z-index: 5
}

.home-calculate-offer .image {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 100%
}

.home-calculate-offer .image img {
    display: block;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 100%;
    object-fit: cover
}

.home-calculate-offer .title {
    font-size: 36px;
    font-weight: 700;
    line-height: 1.2;
    color: #ffcf87
}

.home-calculate-offer .list {
    margin-top: 90px
}

.home-calculate-offer .list>li {
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    flex-wrap: nowrap;
    column-gap: 15px
}

.home-calculate-offer .list>li+li {
    margin-top: 25px
}

.home-calculate-offer .list>li:before {
    content: "";
    display: block;
    flex-shrink: 0;
    width: 33px;
    height: 27px;
    margin-top: 8px;
    background: url("../img/home/calculate-check.svg") no-repeat center
}

.home-calculate-offer .list-text {
    flex-grow: 1;
    font-size: 16px;
    line-height: 1.6;
    color: #fff;
    font-style: italic
}

.home-calculate-form {
    align-self: center;
    padding: 20px 0
}

.home-calculate-form .top {
    margin-bottom: 30px
}

.home-calculate-form .title {
    font-size: 24px;
    font-weight: 700;
    line-height: 1.2;
    color: #253841
}

.home-calculate-form .text {
    line-height: 1.5;
    margin-top: 3px
}

.home-calculate-form .file {
    display: block;
    position: relative
}

.home-calculate-form .file .input {
    padding-right: 180px
}

.home-calculate-form .file .btn {
    position: absolute;
    top: 0;
    right: 0;
    font-size: 18px;
    width: 160px;
    box-shadow: none
}

.home-calculate-form .input {
    display: block;
    width: 100%;
    height: 60px;
    border-radius: 60px;
    background: #f6f8fb;
    padding: 0 25px;
    border: 1px solid rgba(0, 0, 0, 0);
    -webkit-transition: all .5s ease 0s;
    -moz-transition: all .5s ease 0s;
    -o-transition: all .5s ease 0s;
    -ms-transition: all .5s ease 0s;
    transition: all .5s ease 0s
}

.home-calculate-form .input:focus {
    border-color: #253841
}

.home-calculate-form .input[readonly] {
    border-color: rgba(0, 0, 0, 0) !important
}

.home-calculate-form .row {
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    flex-wrap: nowrap;
    flex-direction: column;
    column-gap: 20px;
    row-gap: 15px;
    margin-top: 35px
}

.home-calculate-form .row-field {
    width: 100%;
    min-width: 300px
}

.home-calculate-form .row-field-file {
    position: relative
}

.home-calculate-form .row-field-file .form-input {
    border-color: rgba(0, 0, 0, 0);
    background: #f6f8fb;
    border-radius: 55px;
    padding: 0 180px 0 20px;
    height: 60px;
    font-size: 18px
}

.home-calculate-form .row-field-file .form-input:focus {
    border-color: rgba(0, 0, 0, 0)
}

.home-calculate-form .row-field-file .form-input::-webkit-input-placeholder {
    font-family: "Manrope", "Arial", sans-serif;
    font-size: 16px;
    color: #9da1a8
}

.home-calculate-form .row-field-file .form-input:-moz-placeholder {
    font-family: "Manrope", "Arial", sans-serif;
    font-size: 16px;
    color: #9da1a8
}

.home-calculate-form .row-field-file .btn {
    position: absolute;
    top: 0;
    right: 0;
    font-size: 16px;
    width: 160px;
    padding: 0 10px;
    box-shadow: none
}

.home-calculate-form .row-action {
    width: 100%;
    flex-shrink: 0;
    flex-grow: 1
}

.home-calculate-form .row-action .btn {
    width: 100%;
    font-size: 18px;
    padding: 0 10px
}

.home-calculate-form .list {
    margin-top: 40px;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    flex-wrap: nowrap;
    flex-direction: column;
    gap: 20px
}

.home-calculate-form .list-label {
    width: 210px;
    flex-shrink: 0;
    font-size: 20px;
    font-weight: 700;
    line-height: 1.5;
    text-align: center
}

.home-calculate-form .list-items {
    flex-shrink: 0;
    display: flex;
    align-items: stretch;
    justify-content: flex-start;
    flex-wrap: wrap;
    gap: 10px
}

.home-calculate-form .item {
    display: block;
    cursor: pointer;
    color: inherit;
    text-decoration: none
}

.home-calculate-form .item-telegram:hover .item-label {
    border-color: #27a6e5
}

.home-calculate-form .item-max:hover .item-label {
    border-color: #8265fc
}

.home-calculate-form .item input {
    display: none
}

.home-calculate-form .item-label {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    width: 82px;
    height: 82px;
    border-radius: 20px;
    border: 1px solid rgba(0, 0, 0, 0);
    box-shadow: 0 0 40px rgba(210, 215, 223, .4);
    -webkit-transition: all .5s ease 0s;
    -moz-transition: all .5s ease 0s;
    -o-transition: all .5s ease 0s;
    -ms-transition: all .5s ease 0s;
    transition: all .5s ease 0s
}

.home-calculate-form .item-icon {
    width: 46px;
    height: 46px;
    flex-shrink: 0;
    box-shadow: inset -1px -4px 0 rgba(0, 0, 0, .2);
    border-radius: 100%
}

.home-calculate-form .item-icon-whatsapp {
    background-image: url("../img/icons/header-whatsapp.svg");
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain
}

.home-calculate-form .item-icon-telegram {
    background-image: url("../img/icons/header-telegram.svg");
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain
}

.home-calculate-form .item-icon-max {
    background-image: url("../img/icons/max.svg");
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain
}

.home-calculate-form .terms {
    margin-top: 20px;
    font-size: 14px;
    line-height: 1.5;
    color: #9da1a8
}

.home-calculate-form .terms a {
    color: inherit
}

.home-map {
    position: relative;
    margin-top: 110px
}

.home-map .container {
    display: flex;
    align-items: flex-start;
    justify-content: flex-end;
    flex-wrap: wrap
}

.home-map-content {
    width: 520px;
    padding: 70px 70px;
    background: #fff
}

.home-map-blocks {
    line-height: 1.5
}

.home-map-blocks .title {
    color: #9da1a8
}

.home-map-blocks .info {
    margin-top: 5px;
    font-size: 13px;
    color: #9da1a8
}

.home-map-blocks .copyright {
    font-size: 13px;
    line-height: 1.8;
    color: #9da1a8
}

.home-map-blocks>li+li {
    margin-top: 30px
}

.home-map-frame {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 100%
}

.home-map-frame iframe {
    display: block;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 100%
}

@media(max-width: 1450px) {
    .home-offer {
        margin-top: 30px;
        padding: 0 20px
    }

    .home-offer-content {
        width: 680px;
        padding: 25px 40px 40px
    }

    .home-offer-top .text {
        font-size: 18px;
        margin-bottom: 15px
    }

    .home-offer-top .title {
        font-size: 46px
    }

    .home-offer-features {
        margin-top: 20px
    }

    .home-offer-features .item {
        padding: 12px 10px 12px 20px
    }

    .home-offer-info {
        top: 175px;
        left: 130px
    }

    .home-offer-bg-left {
        margin-left: -860px
    }

    .home-title .title {
        font-size: 40px
    }

    .home-title .title-small {
        font-size: 30px
    }

    .home-title .text {
        font-size: 18px
    }

    .home-advantages {
        padding: 45px 0;
        margin-top: 45px
    }

    .home-distributor {
        margin-top: 70px
    }

    .home-solutions {
        margin-top: 80px
    }

    .home-solutions-tabs a {
        font-size: 18px
    }

    .home-callback {
        margin-top: 80px;
        padding: 0 20px
    }

    .home-callback-container {
        padding: 50px 0
    }

    .home-callback-top {
        margin-bottom: 40px
    }

    .home-callback-top .title {
        font-size: 30px
    }

    .home-callback-top .text {
        font-size: 16px
    }

    .home-callback-form .terms {
        font-size: 13px
    }

    .home-problems {
        margin-top: 80px
    }

    .home-problems-list {
        gap: 20px 15px
    }

    .home-problems-item {
        padding: 10px 25px 10px 10px
    }

    .home-problems-item .label {
        font-size: 16px
    }

    .home-greetings {
        margin-top: 80px
    }

    .home-greetings-description .text {
        font-size: 18px
    }

    .home-visit {
        margin-top: 80px
    }

    .home-visit-item .description {
        font-size: 19px
    }

    .home-engineer {
        padding: 0 20px
    }

    .home-engineer-content .title {
        font-size: 36px
    }

    .home-engineer-image {
        right: 0
    }

    .home-engineer-image .image {
        width: 410px
    }

    .home-engineer-image .description {
        left: 50px
    }

    .home-reasons {
        margin-top: 90px
    }

    .home-calculate {
        margin-top: 90px
    }

    .home-calculate-offer {
        width: 550px;
        padding: 40px 70px 50px 50px
    }

    .home-socials-title {
        font-size: 28px
    }

    .home-socials-item .label {
        font-size: 20px
    }

    .home-quiz {
        margin-top: 90px
    }

    .home-about {
        margin-top: 70px
    }

    .home-about-video {
        width: 600px
    }

    .home-features {
        margin-top: 80px
    }

    .home-features-content {
        width: 480px
    }

    .home-complex {
        margin-top: 90px
    }

    .home-complex-item .description {
        padding: 25px 20px 25px 35px
    }

    .home-complex-item .title {
        font-size: 24px;
        line-height: 1.2
    }

    .home-complex-item .link {
        font-size: 18px
    }

    .home-complex-item .action {
        margin-top: 13px
    }

    .home-map {
        margin-top: 90px
    }

    .home-map-content {
        padding: 70px 50px;
        width: 450px
    }
}

@media(max-width: 1200px) {
    .home-offer-content {
        width: 600px;
        padding: 25px 30px 30px
    }

    .home-offer-top .title {
        font-size: 36px
    }

    .home-offer-top .text {
        font-size: 16px;
        margin-bottom: 15px
    }

    .home-offer-features .item {
        padding: 10px 10px 10px 15px;
        gap: 10px
    }

    .home-offer-features .label {
        font-size: 14px
    }

    .home-offer-bg-right {
        width: 680px;
        margin-right: -810px
    }

    .home-offer-bg-left {
        width: 250px;
        margin-left: -720px
    }

    .home-offer-info {
        top: 125px;
        left: 65px;
        font-size: 13px
    }

    .home-title .title {
        font-size: 28px
    }

    .home-title .title-small {
        font-size: 24px
    }

    .home-title .text {
        font-size: 16px
    }

    .home-distributor {
        margin-top: 60px
    }

    .home-distributor-container {
        display: block
    }

    .home-distributor-title {
        margin-bottom: 30px;
        text-align: center
    }

    .home-distributor-content {
        width: 100%
    }

    .home-solutions {
        margin-top: 65px
    }

    .home-solutions-tabs a {
        font-size: 16px;
        font-weight: 400;
        padding: 12px 30px
    }

    .home-quiz {
        margin-top: 70px
    }

    .home-callback {
        padding: 0
    }

    .home-callback-top {
        margin-bottom: 20px
    }

    .home-callback-top .title {
        font-size: 24px
    }

    .home-callback-form {
        display: block
    }

    .home-callback-form .terms {
        margin-top: 15px
    }

    .home-greetings-container {
        column-gap: 40px
    }

    .home-greetings-image {
        width: 450px
    }

    .home-greetings-image .description {
        left: 25px;
        bottom: 20px
    }

    .home-greetings-image .text {
        font-size: inherit
    }

    .home-greetings-description .text {
        font-size: 16px
    }

    .home-socials {
        margin-top: 70px
    }

    .home-socials-title {
        font-size: 28px;
        line-height: 1.4
    }

    .home-socials-list {
        gap: 15px 20px
    }

    .home-socials-item .label {
        font-size: 20px
    }

    .home-visit {
        margin-top: 60px
    }

    .home-visit-item .description {
        font-size: inherit
    }

    .home-visit-image {
        width: 400px
    }

    .home-engineer {
        padding: 0
    }

    .home-engineer-content {
        max-width: none;
        padding: 50px 0
    }

    .home-engineer-content .title {
        font-size: 30px
    }

    .home-engineer-image {
        display: none
    }

    .home-reasons {
        margin-top: 70px
    }

    .home-calculate-container {
        column-gap: 40px
    }

    .home-calculate-offer {
        width: 400px;
        padding: 25px 30px 30px
    }

    .home-calculate-offer .title {
        font-size: 24px
    }

    .home-calculate-offer .list>li:before {
        width: 24px;
        height: 20px;
        background-size: contain
    }

    .home-calculate-offer .list-text {
        font-size: 14px
    }

    .home-calculate-form .row {
        display: block
    }

    .home-calculate-form .row .row-field+.row-field {
        margin-top: 15px
    }

    .home-calculate-form .row-action {
        margin-top: 15px;
        width: auto
    }

    .home-about {
        margin-top: 60px
    }

    .home-about-video {
        width: 450px
    }

    .home-features-bg img {
        left: 40px
    }

    .home-complex-item .description {
        padding: 20px 25px
    }

    .home-complex-item .title {
        font-size: 20px
    }

    .home-complex-item .link {
        font-size: 16px
    }

    .home-complex-item .action {
        margin-top: 10px
    }

    .home-form-content .form-columns {
        display: block;
        margin: 0
    }

    .home-form-content .form-columns .form-column {
        margin: 0;
        width: auto;
        padding: 0
    }

    .home-form-content .form-columns .form-column+.form-column {
        margin-top: 15px
    }

    .home-problems {
        margin-top: 80px
    }

    .home-problems-list {
        gap: 15px
    }

    .home-problems-item {
        padding: 5px 20px 5px 5px;
        gap: 0 10px
    }

    .home-solutions {
        margin-top: 80px
    }

    .home-map {
        margin-top: 70px
    }

    .home-map-content {
        padding: 50px 40px;
        width: 400px
    }
}

@media(max-width: 992px) {
    .home-offer-bg-right {
        width: 100%;
        height: 100%;
        right: 0;
        left: 0;
        margin: 0
    }

    .home-offer-bg-left {
        display: none
    }

    .home-offer-info {
        display: none
    }

    .home-title .text {
        font-size: 18px
    }

    .home-advantages-list {
        display: block;
        margin: 0
    }

    .home-advantages-list>li {
        width: auto;
        padding: 0
    }

    .home-advantages-list>li+li {
        margin-top: 20px
    }

    .home-greetings-image {
        width: 350px
    }

    .home-greetings-description .text {
        font-size: inherit
    }

    .home-visit-container {
        display: block
    }

    .home-visit-item .image {
        width: 100px;
        height: 100px
    }

    .home-visit-image {
        margin: 30px auto 0
    }

    .home-calculate-container {
        display: block
    }

    .home-calculate-offer {
        width: auto;
        margin-bottom: 40px
    }

    .home-calculate-offer .list {
        margin-top: 25px
    }

    .home-calculate-offer .list>li:before {
        margin-top: 0
    }

    .home-calculate-offer .list>li+li {
        margin-top: 15px
    }

    .home-socials {
        padding: 30px 0 30px
    }

    .home-socials-title {
        font-size: 22px;
        margin-bottom: 15px
    }

    .home-socials-item {
        padding: 5px 20px 5px 5px
    }

    .home-socials-item .label {
        font-size: 16px;
        font-weight: 400
    }

    .home-about-container {
        display: block
    }

    .home-about-video {
        width: 600px;
        margin: 0 auto 25px
    }

    .home-about-text {
        margin-top: 30px
    }

    .home-features {
        padding: 0
    }

    .home-features-content {
        width: auto
    }

    .home-features-bg {
        display: none
    }

    .home-features-yandex {
        margin-top: 30px
    }

    .home-form-container {
        padding: 50px 50px
    }

    .home-form-image {
        display: none
    }

    .home-form-content {
        padding: 0;
        max-width: 500px;
        margin: 0 auto
    }

    .home-map {
        margin-top: 70px
    }

    .home-map-content {
        padding: 20px 30px;
        width: 300px
    }
}

@media(max-width: 768px) {
    .home-offer {
        padding: 0;
        margin: 0
    }

    .home-offer-container {
        background: none
    }

    .home-offer-content {
        width: auto;
        background: none;
        padding: 0
    }

    .home-offer-top {
        padding: 25px 0 15px
    }

    .home-offer-top .title {
        font-size: 25px;
        font-weight: 700;
        line-height: 1.3
    }

    .home-offer-top .text {
        font-size: 14px;
        line-height: 1.3;
        margin-bottom: 5px
    }

    .home-offer-features,
    .home-offer-callback {
        display: none
    }

    .home-offer-bg-left {
        display: none
    }

    .home-offer-bg-right {
        position: relative;
        height: 340px
    }

    .home-offer-bg img {
        object-position: center top
    }

    .home-offer-info {
        display: block;
        font-size: 12px;
        line-height: 13px;
        width: 261px;
        padding-left: 40px;
        top: 20px;
        left: 50%;
        transform: translateX(-140px)
    }

    .home-offer-info:before {
        left: 8px;
        width: 22px;
        height: 22px;
        background-size: contain
    }

    .home-offer-info:after {
        border-width: 7px;
        left: 30px
    }

    .home-offer-mobile {
        display: block
    }

    .home-offer-mobile .callback {
        padding: 15px 25px;
        background: #f6f8fb
    }

    .home-offer-mobile .callback .btn {
        width: 100%
    }

    .home-offer-mobile .action {
        padding: 15px 25px;
        display: flex;
        align-items: center;
        justify-content: center;
        flex-wrap: nowrap;
        column-gap: 10px
    }

    .home-offer-mobile .icons {
        display: flex;
        align-items: center;
        justify-content: flex-start;
        flex-wrap: nowrap;
        flex-shrink: 0;
        column-gap: 8px
    }

    .home-offer-mobile .icon {
        display: block;
        width: 40px;
        height: 40px;
        box-shadow: inset -1px -3px 0 rgba(0, 0, 0, .2);
        border-radius: 100%;
        -webkit-transition: all .5s ease 0s;
        -moz-transition: all .5s ease 0s;
        -o-transition: all .5s ease 0s;
        -ms-transition: all .5s ease 0s;
        transition: all .5s ease 0s
    }

    .home-offer-mobile .icon-whatsapp {
        background-image: url("../img/icons/header-whatsapp.svg");
        background-repeat: no-repeat;
        background-position: center;
        background-size: contain
    }

    .home-offer-mobile .icon-telegram {
        background-image: url("../img/icons/header-telegram.svg");
        background-repeat: no-repeat;
        background-position: center;
        background-size: contain
    }

    .home-offer-mobile .icon:hover {
        opacity: .8
    }

    .home-offer-mobile .label {
        padding: 7px 15px;
        font-size: 11px;
        line-height: 1.1;
        background: #edf2f9;
        border-radius: 40px
    }

    .home-offer-mobile .label .bold {
        display: block;
        font-size: 16px;
        font-weight: 700
    }

    .home-advantages {
        margin-top: 0;
        padding: 35px 0
    }

    .home-advantages-item {
        align-items: flex-start;
        column-gap: 15px
    }

    .home-advantages-item .image {
        width: 60px;
        height: 60px
    }

    .home-advantages-item .icon {
        width: 33px;
        height: 33px;
        background-size: contain
    }

    .home-advantages-item .description {
        padding-top: 6px
    }

    .home-advantages-item .text {
        font-size: 14px
    }

    .home-distributor {
        margin-top: 35px
    }

    .home-distributor-title {
        font-size: 18px;
        line-height: 1.3;
        margin-bottom: 20px
    }

    .home-socials {
        margin-top: 40px
    }

    .home-socials-title {
        font-size: 18px;
        text-align: left
    }

    .home-socials-list {
        display: block
    }

    .home-socials-item {
        justify-content: flex-start
    }

    .home-socials-item .label {
        font-size: 16px
    }

    .home-socials-item+.home-socials-item {
        margin-top: 15px
    }

    .home-title {
        margin-bottom: 35px;
        text-align: left
    }

    .home-title .title {
        font-size: 24px;
        line-height: 1.2
    }

    .home-title .title-small {
        font-size: 20px
    }

    .home-title .text {
        font-size: 14px;
        margin-top: 10px
    }

    .home-title .link {
        margin-top: 10px
    }

    .home-title-flex {
        display: block
    }

    .home-quiz {
        margin-top: 50px;
        padding: 35px 0
    }

    .home-callback-container {
        padding: 35px 0
    }

    .home-callback-top .title {
        font-size: 20px
    }

    .home-callback-top .text {
        font-size: 14px
    }

    .home-callback-form .input {
        width: 100%
    }

    .home-callback-form .input+.input {
        margin-top: 10px
    }

    .home-callback-form .form {
        display: block;
        width: auto
    }

    .home-callback-form .btn {
        width: 100%;
        margin-top: 15px
    }

    .home-callback-form .terms {
        font-size: 12px;
        color: hsla(0, 0%, 100%, .6)
    }

    .home-greetings-container {
        display: block
    }

    .home-greetings-image {
        width: auto;
        max-width: 400px;
        margin: 0 auto 30px
    }

    .home-greetings-image .text {
        font-size: 12px
    }

    .home-visit {
        margin-top: 40px
    }

    .home-visit-image {
        max-width: 250px;
        margin: 30px auto 0
    }

    .home-visit-item {
        column-gap: 20px;
        align-items: flex-start;
        padding: 10px 20px 20px 10px;
        border-radius: 55px 10px 10px 10px
    }

    .home-visit-item .description {
        padding: 8px 0 0;
        font-size: 14px;
        line-height: 1.5
    }

    .home-engineer-content .title {
        font-size: 20px
    }

    .home-engineer-content .form {
        display: block;
        margin-top: 25px
    }

    .home-engineer-content .form .input {
        width: 100%
    }

    .home-engineer-content .form .input+.input {
        margin-top: 10px
    }

    .home-engineer-content .form .btn {
        width: 100%;
        padding: 0 10px;
        margin-top: 15px;
        font-size: 13px
    }

    .home-engineer-content .terms {
        font-size: 12px;
        color: hsla(0, 0%, 100%, .6)
    }

    .home-reasons {
        margin-top: 35px
    }

    .home-reasons-title {
        font-size: 20px;
        margin-bottom: 25px
    }

    .home-reasons-list {
        display: block;
        margin: 0
    }

    .home-reasons-list>li {
        width: auto;
        padding: 0
    }

    .home-reasons-list>li+li {
        margin-top: 15px
    }

    .home-reasons-item {
        padding: 5px 0 5px 20px;
        font-size: 14px;
        line-height: 1.5
    }

    .home-reasons-note {
        margin: 25px -25px 0;
        padding: 20px 25px 25px;
        align-items: flex-start;
        column-gap: 20px
    }

    .home-reasons-note .icon {
        width: 30px;
        height: 30px
    }

    .home-reasons-note .description {
        font-size: 16px
    }

    .home-calculate {
        margin: 0
    }

    .home-calculate-form .file .input {
        height: 50px;
        padding-right: 130px
    }

    .home-calculate-form .file .btn {
        width: 110px;
        height: 50px;
        padding: 0 10px;
        border-radius: 0 60px 60px 0;
        font-size: 16px
    }

    .home-calculate-form .list {
        margin-top: 25px
    }

    .home-calculate-form .list-label {
        width: 140px;
        font-size: 14px
    }

    .home-calculate-form .item-label {
        width: 60px;
        height: 60px;
        border-radius: 15px
    }

    .home-calculate-form .item-icon {
        width: 35px;
        height: 35px
    }

    .home-calculate-form .row {
        margin-top: 25px
    }

    .home-calculate-form .row-field-file .form-input {
        padding: 0 140px 0 20px;
        height: 60px
    }

    .home-calculate-form .row-field-file .btn {
        width: 120px;
        height: 60px;
        line-height: 60px;
        border-radius: 0 50px 50px 0
    }

    .home-calculate-form .row-action .btn {
        font-size: 14px
    }

    .home-calculate-form .terms {
        font-size: 12px
    }

    .home-calculate-offer {
        margin: 0 -25px 30px;
        padding: 30px 25px
    }

    .home-calculate-offer .title {
        font-size: 20px
    }

    .home-about {
        margin-top: 0
    }

    .home-about-video {
        width: auto;
        max-width: 400px;
        margin: 0 auto 25px
    }

    .home-about-video .play {
        width: 60px;
        height: 60px;
        box-shadow: 0 0 0 8px rgba(255, 207, 135, .5)
    }

    .home-about-video .play:before {
        width: 30px;
        height: 30px
    }

    .home-about-text .action {
        margin-top: 20px
    }

    .home-about-text .action .btn {
        padding: 0 10px;
        font-size: 12px;
        width: 100%
    }

    .home-about-text .action .btn .btn-arrows {
        display: none
    }

    .home-features-list>li+li {
        margin-top: 15px
    }

    .home-features-list .item {
        padding: 5px 0 5px 15px;
        border-left-width: 3px
    }

    .home-features-list .title {
        font-size: 18px
    }

    .home-features-list .text {
        font-size: 14px;
        margin-top: 5px
    }

    .home-features-yandex {
        column-gap: 15px
    }

    .home-features-yandex .icon {
        width: 50px;
        height: 50px
    }

    .home-features-yandex .title {
        font-size: 18px
    }

    .home-features-yandex .text {
        font-size: 25px;
        padding-top: 0
    }

    .home-features-yandex .bottom {
        column-gap: 15px
    }

    .home-complex {
        margin-top: 60px
    }

    .home-complex-list {
        display: block;
        margin: 0
    }

    .home-complex-list>li {
        width: auto;
        padding: 0
    }

    .home-complex-list>li+li {
        margin-top: 25px
    }

    .home-complex-item .description {
        padding: 15px 20px
    }

    .home-complex-item .title {
        font-size: 18px
    }

    .home-problems {
        margin-top: 50px
    }

    .home-problems .home-title .title {
        font-size: 22px;
        text-transform: none;
        text-align: left
    }

    .home-problems-list {
        display: block;
        margin: 0
    }

    .home-problems-list>li {
        width: auto;
        padding: 0
    }

    .home-problems-list>li+li {
        margin-top: 10px
    }

    .home-problems-item {
        padding: 0;
        border: 0;
        border-radius: 0
    }

    .home-problems-item .icon {
        width: 24px;
        height: 24px
    }

    .home-solutions {
        margin-top: 50px
    }

    .home-solutions-tabs {
        gap: 5px 10px;
        margin-bottom: 25px
    }

    .home-solutions-tabs a {
        font-size: 14px;
        padding: 10px 20px
    }

    .home-solutions-action {
        margin-top: 35px
    }

    .home-solutions-action .btn {
        padding: 0 10px;
        font-size: 12px;
        width: 100%
    }

    .home-solutions-action .btn .btn-arrows {
        display: none
    }

    .home-form {
        margin-top: 60px;
        background: #fff;
        padding: 0
    }

    .home-form-container {
        padding: 35px 0;
        border-radius: 0
    }

    .home-form-content .title {
        font-size: 20px;
        line-height: 1.3
    }

    .home-map .container {
        display: block
    }

    .home-map-content {
        width: auto;
        margin: 0 -25px;
        background: #f6f8fb;
        padding: 40px 25px
    }

    .home-map-blocks>li+li {
        margin-top: 20px
    }

    .home-map-frame {
        position: relative;
        top: auto;
        bottom: auto;
        left: auto;
        right: auto;
        height: 400px
    }
}

.reviews-top {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: nowrap;
    flex-direction: row-reverse;
    column-gap: 100px
}

.reviews-top-description {
    flex-grow: 1;
    background: #fff;
    box-shadow: 0 6px 33px rgba(1, 30, 25, .0666666667);
    padding: 25px 50px 30px;
    border-radius: 20px
}

.reviews-top-description .title {
    font-size: 21px;
    font-weight: 700;
    line-height: 1.2
}

.reviews-top-description .text {
    line-height: 1.5;
    margin-top: 5px
}

.reviews-top-description .action {
    margin-top: 15px
}

.reviews-top-rating {
    flex-shrink: 0
}

.reviews-list {
    margin-top: 70px
}

.reviews-section {
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    flex-wrap: nowrap;
    column-gap: 30px;
    position: relative
}

.reviews-section .rating {
    flex-shrink: 0
}

.reviews-section .description {
    flex-grow: 1
}

.reviews-section .top {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    flex-wrap: wrap;
    gap: 10px
}

.reviews-section .title {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    font-size: 20px;
    font-weight: 700;
    line-height: 1.2
}

.reviews-section .date {
    font-size: 14px;
    font-weight: 400;
    line-height: 1.2;
    color: #9da1a8;
    margin-top: 3px
}

.reviews-section .text {
    line-height: 1.8;
    margin-top: 10px
}

.reviews-section .info {
    font-size: 14px;
    font-weight: 300;
    line-height: 16px;
    color: #afafaf;
    padding-left: 5px
}

.reviews-section .info a {
    font-weight: 500
}

.reviews-section+.reviews-section {
    border-top: 1px solid #e8f3f1;
    margin-top: 35px;
    padding-top: 35px
}

.reviews-sort {
    font-size: 11px;
    font-weight: 400;
    line-height: 1;
    max-width: 150px;
    margin-bottom: 40px;
    text-transform: uppercase;
    position: relative
}

.reviews-sort-head {
    display: inline-block;
    text-align: center;
    margin-left: -8px;
    padding: 15px 10px;
    position: relative;
    cursor: pointer
}

.reviews-sort-head:hover i {
    color: #ffcf87
}

.reviews-sort-list {
    position: absolute;
    z-index: 1;
    bottom: -80px;
    left: 0;
    background: #fff;
    box-shadow: 0 4px 12px rgba(87, 96, 94, .2);
    visibility: hidden;
    opacity: 0
}

.reviews-sort-list a {
    font-size: 11px;
    font-weight: 400;
    line-height: 1;
    color: #454546;
    -webkit-transition: all .5s ease 0s;
    -moz-transition: all .5s ease 0s;
    -o-transition: all .5s ease 0s;
    -ms-transition: all .5s ease 0s;
    transition: all .5s ease 0s;
    text-align: center;
    display: block;
    padding: 15px 10px;
    text-transform: uppercase;
    text-decoration: none
}

.reviews-sort-list a:hover {
    background: #f6f8fb
}

.reviews-sort .rbs-right-arrow {
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -o-transition: all .3s;
    -ms-transition: all .3s;
    transition: all .3s;
    -webkit-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    transform: rotate(90deg);
    position: absolute;
    top: 50%;
    right: -6px;
    transform: translateY(-65%) rotate(90deg);
    font-size: 9px
}

.reviews-sort.open .rbs-right-arrow {
    transform: translateY(-65%) rotate(-90deg)
}

.reviews-sort.open .reviews-sort-list {
    visibility: visible;
    opacity: 1;
    z-index: 5
}

.reviews-features {
    padding: 120px 0 90px
}

.reviews-features-wrapper {
    display: grid;
    gap: 35px 65px;
    grid-template-columns: repeat(auto-fit, minmax(330px, 1fr));
    margin-top: 60px
}

.reviews-features-item {
    display: flex;
    align-items: stretch;
    flex-wrap: wrap;
    flex-direction: column;
    gap: 20px
}

@media(max-width: 1200px) {
    .reviews-top {
        column-gap: 50px
    }

    .reviews-top-description {
        padding: 20px 30px
    }
}

@media(max-width: 768px) {
    .reviews-top {
        display: block
    }

    .reviews-top-description {
        border-radius: 15px;
        box-shadow: 0 0 15px rgba(0, 0, 0, .1)
    }

    .reviews-top-rating {
        margin-bottom: 30px
    }

    .reviews-list {
        margin-top: 35px
    }

    .reviews-section {
        display: block
    }

    .reviews-section .rating {
        margin-bottom: 10px
    }

    .reviews-section .title {
        font-size: 18px
    }

    .reviews-section .date {
        font-size: 12px
    }

    .reviews-section .text {
        font-size: 14px;
        line-height: 1.5
    }

    .reviews-section+.reviews-section {
        margin-top: 25px;
        padding-top: 25px
    }
}

.contacts-container {
    display: flex;
    align-items: stretch;
    justify-content: space-between;
    flex-wrap: nowrap
}

.contacts-title {
    margin-bottom: 45px
}

.contacts-details {
    max-width: 500px
}

.contacts-details-article {
    font-size: 14px;
    font-weight: 300;
    line-height: 25px;
    color: #aaafaf;
    display: block
}

.contacts-details-item {
    margin-bottom: 20px
}

.contacts-form {
    width: 600px;
    position: relative
}

.contacts-form::before {
    content: "";
    position: absolute;
    z-index: -1;
    bottom: 0;
    right: -175px;
    width: 400px;
    height: 400px;
    background-image: url("../img/branch/branch-15.svg");
    background-repeat: no-repeat
}

.contacts-form::after {
    content: "";
    position: absolute;
    z-index: -1;
    top: 0;
    left: -325px;
    width: 400px;
    height: 400px;
    background-image: url("../img/branch/branch-14.svg");
    background-repeat: no-repeat
}

.contacts-form-wrapper {
    padding: 40px 50px;
    background: #fff;
    box-shadow: 0 0 40px rgba(0, 0, 0, .08)
}

.contacts-form-title {
    font-size: 28px;
    font-weight: 700;
    line-height: 36px;
    color: #2b3130;
    text-transform: uppercase;
    margin-bottom: 45px
}

.contacts-inputs>li+li {
    margin-top: 15px
}

.contacts-terms {
    margin-top: 15px
}

.contacts-terms label {
    font-size: 14px;
    font-weight: 400;
    line-height: 1.5;
    color: #6b6b6b
}

.contacts-terms .checker-item {
    padding: 0 0 0 30px
}

.contacts-terms a {
    color: inherit
}

.contacts-actions {
    margin-top: 25px
}

.contacts-actions .btn {
    height: 65px;
    line-height: 65px;
    width: 100%;
    display: block
}

.contacts-phone {
    font-size: 21px;
    line-height: 1.5;
    color: #2b3130;
    text-decoration: none
}

.contacts-email,
.contacts-address,
.contacts-requisites,
.contacts-schedule {
    font-weight: 300;
    line-height: 26px;
    color: #2b3130
}

.contacts-email,
.contacts-address {
    z-index: 18;
    text-decoration: none
}

.contacts-requisites {
    z-index: 18
}

.contacts-schedule {
    z-index: 18
}

.contacts-address-link {
    font-size: 12px;
    font-weight: 500;
    line-height: 15px;
    color: #ffcf87;
    margin-top: 3px;
    display: block;
    text-transform: uppercase
}

.contacts-socials {
    margin-top: 30px
}

.contacts-map {
    margin-top: 50px
}

.contacts-map-wrapper {
    height: 535px;
    padding: 20px;
    border: 1px solid #e8f3f1
}

.contacts-map-wrapper iframe {
    width: 100%;
    height: 100%
}

@media(max-width: 1450px) {
    .contacts-form {
        width: 550px
    }

    .contacts-form::before {
        right: 0;
        bottom: -135px
    }
}

@media(max-width: 1200px) {
    .contacts-form {
        width: 400px
    }

    .contacts-form-wrapper {
        padding: 25px 30px
    }

    .contacts-form-title {
        font-size: 24px;
        margin-bottom: 20px
    }

    .contacts-inputs {
        gap: 25px
    }
}

@media(max-width: 992px) {
    .contacts-container {
        display: block
    }

    .contacts-details {
        max-width: 100%
    }

    .contacts-socials {
        margin-top: 30px;
        justify-content: flex-start
    }

    .contacts-form {
        margin-top: 40px;
        width: auto
    }

    .contacts-map {
        margin-top: 25px
    }

    .contacts-map-wrapper {
        height: 365px
    }
}

@media(max-width: 768px) {
    .contacts-title {
        margin-bottom: 25px
    }

    .contacts-form {
        position: relative;
        z-index: 100;
        margin: 40px -25px 0
    }

    .contacts-form-wrapper {
        padding: 30px 25px
    }

    .contacts-form-title {
        font-size: 21px;
        margin-bottom: 15px
    }

    .contacts-form:before,
    .contacts-form:after {
        display: none
    }

    .contacts-inputs {
        margin: 0
    }

    .contacts-inputs>li+li {
        margin-top: 10px
    }

    .contacts-terms {
        margin-top: 10px
    }

    .contacts-terms label {
        font-size: 12px;
        line-height: 1.3
    }

    .contacts-terms .checker-view {
        top: 50%;
        margin-top: -10px
    }

    .contacts-actions {
        margin-top: 20px
    }

    .contacts-actions .btn {
        height: 55px;
        line-height: 55px
    }

    .contacts-map {
        margin: 0
    }

    .contacts-map-wrapper {
        padding: 0;
        border: none
    }
}

.errors {
    display: flex;
    align-items: stretch;
    flex-wrap: wrap;
    flex-direction: column;
    background-color: #f6f8fb;
    margin-top: -100px
}

.errors-title {
    font-size: 36px;
    font-weight: 300;
    line-height: 48px;
    color: #454546;
    margin-top: -200px;
    position: relative;
    padding: 0 15px 30px;
    text-align: center
}

.errors-text {
    line-height: 28px;
    width: 100%;
    max-width: 550px;
    position: relative;
    text-align: center;
    margin: 0 auto 50px;
    padding: 0 15px
}

.errors .img {
    transform: translateX(-3%);
    max-width: 100%;
    display: block;
    object-fit: contain
}

.errors .btn {
    margin: 0 auto;
    width: max-content
}

@media(max-width: 1200px) {
    .errors-title {
        margin-top: -155px
    }

    .errors .img {
        transform: translateX(-5%)
    }
}

@media(max-width: 992px) {
    .errors {
        padding-bottom: 40px
    }

    .errors-title {
        margin-top: -125px;
        padding: 0 15px 15px
    }

    .errors-text {
        margin: 0 auto 25px
    }

    .pageview-errors .content {
        padding-top: 130px
    }
}

@media(max-width: 768px) {
    .errors-title {
        margin-top: 0;
        font-size: 26px;
        font-weight: 400;
        line-height: 28px
    }

    .errors .img {
        transform: translateX(0%)
    }
}

.pageview-cap {
    background: #f9f9f9;
    padding: 50px 10px
}

.cap {
    max-width: 600px;
    margin: 0 auto;
    padding: 25px 30px;
    background: #fff;
    box-shadow: 0 0 5px rgba(0, 0, 0, .1);
    border: 1px solid #e5e5e5;
    text-align: center
}

.cap-top {
    padding-bottom: 15px;
    margin-bottom: 20px;
    border-bottom: 1px solid #e5e5e5
}

.cap-top .title {
    font-size: 20px;
    font-weight: 700;
    line-height: 1;
    text-transform: uppercase
}

.cap-top .descr {
    margin-top: 5px;
    font-size: 14px;
    line-height: 20px;
    color: #9da1a8
}

.cap-bottom .title {
    font-size: 16px;
    font-weight: 700;
    line-height: 25px
}

.cap-bottom .descr {
    margin-top: 5px;
    font-size: 14px;
    line-height: 20px;
    color: #6b6b6b
}

.brands {
    background-image: url("../img/branch/branch-10.svg"), url(../img/branch/branch-11.svg);
    background-position: right top 100px, left top;
    background-repeat: no-repeat
}

.brands-slider-list {
    padding: 50px 90px;
    position: relative;
    overflow: hidden;
    max-height: 180px
}

.brands-slider-link {
    display: inline-block;
    max-height: 40px;
    height: 40px
}

.brands-slider-link .img {
    height: 100%;
    margin: 0 auto;
    object-fit: scale-down
}

.brands-slider .slick-arrow {
    -webkit-transition: .3s;
    -moz-transition: .3s;
    -o-transition: .3s;
    -ms-transition: .3s;
    transition: .3s;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    width: 40px;
    height: 40px;
    position: absolute;
    top: 49%;
    cursor: pointer;
    transform: translateY(-50%);
    background: #fff;
    border-radius: 50%;
    filter: drop-shadow(0px 3px 6px rgba(0, 0, 0, 0.12))
}

.brands-slider .slick-arrow.next {
    right: 7px
}

.brands-slider .slick-arrow.prev {
    left: 7px
}

.brands-slider .slick-arrow:hover {
    color: rgba(69, 69, 70, .5)
}

.brands-slider.border {
    border-top: 1px solid #e6f1ef;
    border-bottom: 1px solid #e6f1ef
}

.brands-items {
    display: grid;
    gap: 30px 30px;
    grid-template-columns: repeat(auto-fit, minmax(290px, 1fr))
}

.brands-item {
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -o-transition: all .3s;
    -ms-transition: all .3s;
    transition: all .3s;
    font-size: 18px;
    font-weight: 300;
    line-height: 28px;
    color: #454546;
    display: flex;
    align-items: stretch;
    flex-wrap: wrap;
    flex-direction: column;
    background: #fff;
    padding: 25px 15px 25px;
    box-shadow: 0 11px 27px rgba(9, 59, 58, .07);
    text-align: center;
    text-decoration: none
}

.brands-item .image {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    height: 75px;
    margin-bottom: 30px
}

.brands-item .image picture {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap
}

.brands-item .image img {
    display: block;
    max-height: 100%;
    max-width: 100%
}

.brands-item:hover {
    box-shadow: 0 7px 17px rgba(1, 14, 12, .4)
}

.brands-showcase {
    padding: 120px 0 0
}

@media(max-width: 768px) {
    .brands-item {
        font-size: 16px;
        line-height: 17px;
        padding: 15px
    }

    .brands-item .image {
        margin-bottom: 20px
    }

    .brands-showcase {
        padding: 55px 0 0
    }
}

.catalog-container {
    display: flex;
    align-items: stretch;
    justify-content: flex-start;
    flex-wrap: nowrap;
    column-gap: 30px
}

.catalog-container-left {
    flex-shrink: 0;
    width: 290px
}

.catalog-container-right {
    flex-grow: 1
}

.catalog-panel {
    background: #f6f8fb;
    padding: 25px 25px 20px
}

.catalog-sidebar {
    display: none
}

.catalog-nav-title {
    font-size: 20px;
    font-weight: 700;
    line-height: 1.2;
    color: #9da1a8;
    margin-bottom: 15px
}

.catalog-nav-link {
    display: block;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.4;
    color: #454546;
    padding: 8px 0;
    text-decoration: none
}

.catalog-nav-link span {
    position: relative
}

.catalog-nav-link:hover {
    color: #253841
}

.catalog-nav-link:hover span::before {
    width: 100%
}

@media(hover: none) {
    .catalog-nav-link:hover {
        color: #454546
    }

    .catalog-nav-link:hover span::before {
        display: none
    }
}

.catalog-nav-link.current {
    font-weight: 700;
    color: #253841
}

.catalog-nav-link.current span::before {
    width: 100%
}

.catalog-nav-items {
    display: flex;
    align-items: stretch;
    flex-wrap: wrap;
    flex-direction: column
}

.catalog-items {
    display: grid;
    gap: 68px 68px;
    grid-template-columns: repeat(auto-fit, minmax(320px, 1fr))
}

.catalog-item {
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -o-transition: all .3s;
    -ms-transition: all .3s;
    transition: all .3s;
    font-size: 21px;
    font-weight: 400;
    line-height: 28px;
    color: #454546;
    text-decoration: none;
    padding: 45px;
    background: #fff;
    box-shadow: 0 14px 39px rgba(0, 0, 0, .0941176471)
}

.catalog-item .img {
    width: 100%;
    height: 200px;
    object-fit: contain;
    margin-bottom: 20px
}

.catalog-item:hover {
    box-shadow: 0 5px 10px rgba(0, 0, 0, .0941176471)
}

.catalog-btn {
    margin-top: 75px;
    text-align: center
}

.catalog-choice {
    margin-top: 150px
}

.catalog-showcase {
    background: url("../img/background/showcase.jpg") no-repeat right;
    background-color: #fff;
    padding: 50px 40px 50px 85px;
    background-size: contain;
    box-shadow: 0 14px 39px rgba(0, 0, 0, .0666666667)
}

.catalog-showcase-title {
    font-family: "Tenor Sans", sans-serif;
    font-size: 28px;
    font-weight: 400;
    line-height: 44px;
    padding: 5px 0 35px;
    max-width: 700px;
    text-transform: uppercase
}

.catalog-showcase-text {
    font-size: 18px;
    font-weight: 300;
    line-height: 28px
}

.catalog-promo {
    background: url("../img/tion4s/tion4.jpg") no-repeat center;
    height: 90px;
    display: block
}

.catalog-quiz {
    margin-top: 90px
}

@media(max-width: 1450px) {
    .catalog-container {
        column-gap: 20px
    }

    .catalog-container-left {
        width: 265px
    }

    .catalog-promo {
        height: 65px
    }

    .catalog-quiz {
        margin-top: 70px
    }
}

@media(max-width: 1200px) {
    .catalog-sidebar {
        position: fixed;
        z-index: 850;
        top: 0;
        bottom: 0;
        left: 0;
        background: #fff;
        overflow: auto;
        width: 350px;
        max-width: 100%;
        box-shadow: 0 0 100px rgba(0, 0, 0, .2)
    }

    .catalog-sidebar-close {
        display: flex;
        align-items: center;
        justify-content: center;
        flex-wrap: wrap;
        position: absolute;
        top: 0;
        right: 0;
        width: 50px;
        height: 50px;
        font-size: 20px;
        line-height: 1;
        color: #9da1a8;
        text-decoration: none
    }

    .catalog-sidebar-content {
        padding: 30px 20px
    }

    .catalog-sidebar .catalog-panel {
        padding: 0;
        background: none
    }

    .catalog-showcase {
        padding: 50px 40px 50px 30px;
        background-position: 300px
    }

    .catalog-container {
        display: block
    }

    .catalog-container-left {
        display: none
    }

    .catalog-promo {
        height: 55px;
        background-size: contain
    }

    .catalog-quiz {
        margin-top: 50px
    }
}

@media(max-width: 992px) {
    .catalog-choice {
        margin-top: 100px
    }

    .catalog-showcase {
        background-size: cover
    }
}

@media(max-width: 768px) {
    .catalog-item {
        padding: 15px;
        text-align: center;
        font-size: 17px
    }

    .catalog-item .img {
        height: 130px;
        margin-bottom: 10px
    }

    .catalog-showcase {
        padding: 30px;
        margin: 0 15px
    }

    .catalog-showcase-title {
        font-size: 20px;
        line-height: 28px
    }

    .catalog-showcase-text {
        font-size: 16px
    }

    .catalog-items {
        gap: 30px
    }

    .catalog-btn {
        margin-top: 50px
    }

    .catalog-choice {
        margin-top: 70px
    }

    .catalog-quiz {
        margin-top: 35px
    }
}

@media(max-width: 490px) {
    .catalog-sidebar {
        width: 100%
    }

    .catalog-promo {
        background: url("../img/tion4s/tion4mob.png") no-repeat;
        height: 110px;
        background-size: cover
    }
}

.products-section-head {
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    flex-wrap: nowrap;
    gap: 20px 0;
    margin-bottom: 30px
}

.products-section-list {
    display: grid;
    gap: 20px 14px;
    grid-template-columns: repeat(auto-fit, minmax(275px, 315px))
}

.products-section-list-hidden {
    display: none;
    margin-top: 20px
}

.products-section-link {
    font-size: 11px;
    line-height: 15px;
    color: #454546;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -o-transition: all .3s;
    -ms-transition: all .3s;
    transition: all .3s;
    display: inline-block;
    letter-spacing: 2px;
    position: relative;
    text-transform: uppercase;
    text-decoration: none
}

.products-section-link::before {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 1px;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -o-transition: all .3s;
    -ms-transition: all .3s;
    transition: all .3s;
    background: #ffcf87
}

.products-section-link:hover {
    color: #fff
}

.products-section-link:hover::before {
    content: "";
    width: 120%;
    height: 110%;
    transform: translateX(-10%)
}

.products-section-link span {
    position: relative
}

@media(hover: none) {
    .products-section-link:hover {
        color: #454546
    }

    .products-section-link:hover::before {
        display: none
    }
}

.products-section-toggle {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    width: 36px;
    height: 36px;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -o-transition: all .3s;
    -ms-transition: all .3s;
    transition: all .3s;
    -webkit-transform: rotate(0);
    -moz-transform: rotate(0);
    -ms-transform: rotate(0);
    -o-transform: rotate(0);
    transform: rotate(0);
    margin: 20px auto 0;
    cursor: pointer;
    border-radius: 50%;
    background: #fff;
    box-shadow: 0 3px 6px rgba(1, 28, 22, .137254902)
}

.products-section-toggle i {
    -webkit-transform: rotate(-90deg);
    -moz-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    -o-transform: rotate(-90deg);
    transform: rotate(-90deg);
    font-size: 13px
}

.products-section-toggle:hover {
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
    transform: scale(1.1)
}

.products-section-toggle.open {
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    transform: rotate(180deg)
}

.products-section-items .card {
    margin: 0 10px;
    height: auto !important
}

.products-section-items .slick-arrow {
    -webkit-transition: .3s;
    -moz-transition: .3s;
    -o-transition: .3s;
    -ms-transition: .3s;
    transition: .3s;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    width: 50px;
    height: 50px;
    position: absolute;
    z-index: 5;
    top: 44%;
    cursor: pointer;
    transform: translateY(-50%);
    background: #fff;
    border-radius: 50%;
    filter: drop-shadow(0px 3px 3px rgba(0, 0, 0, 0.12));
    opacity: 1;
    visibility: visible
}

.products-section-items .slick-arrow.next {
    right: -18px
}

.products-section-items .slick-arrow.prev {
    left: -18px
}

.products-section-items .slick-arrow.slick-disabled {
    opacity: 0;
    visibility: hidden
}

.products-section-items .slick-arrow:hover {
    color: rgba(69, 69, 70, .5)
}

.products-section-items .slick-slide {
    height: auto !important
}

.products-section-items .slick-track {
    display: flex;
    align-items: stretch;
    flex-wrap: wrap;
    padding-bottom: 70px;
    margin-left: 0
}

.products-section-items .slick-list {
    overflow: inherit;
    overflow-x: clip
}

.products-list.format .products-section-list {
    grid-template-columns: 1fr !important
}

.products-list.format .card {
    display: none
}

.products-list.format .card-format {
    display: flex;
    align-items: stretch;
    flex-wrap: nowrap
}

.products-sort {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
    margin-bottom: 30px;
    padding-left: 20px
}

.products-sort-categories {
    display: flex;
    align-items: stretch;
    flex-wrap: wrap;
    gap: 20px 0;
    width: 770px;
    overflow: hidden
}

.products-sort-categories .slick-arrow {
    -webkit-transition: .3s;
    -moz-transition: .3s;
    -o-transition: .3s;
    -ms-transition: .3s;
    transition: .3s;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    width: 25px;
    height: 25px;
    position: absolute;
    z-index: 5;
    top: 49%;
    cursor: pointer;
    transform: translateY(-50%);
    background: #fff;
    border-radius: 50%;
    filter: drop-shadow(0px 3px 3px rgba(0, 0, 0, 0.12));
    opacity: 1;
    visibility: visible;
    font-size: 11px
}

.products-sort-categories .slick-arrow.next {
    right: 0
}

.products-sort-categories .slick-arrow.prev {
    left: -5px
}

.products-sort-categories .slick-arrow.slick-disabled {
    opacity: 0;
    visibility: hidden
}

.products-sort-categories .slick-arrow:hover {
    color: rgba(69, 69, 70, .5)
}

.products-sort-categories .slick-list {
    overflow-x: clip !important;
    overflow: inherit
}

.products-sort-slide {
    padding: 0 5px
}

.products-sort-right {
    flex-shrink: 0
}

.products-sort-layout {
    display: none
}

.products-sort-link {
    font-size: 14px;
    font-weight: 400;
    line-height: 42px;
    color: #454546;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -o-transition: all .3s;
    -ms-transition: all .3s;
    transition: all .3s;
    text-decoration: none;
    padding: 0 25px;
    border-radius: 36px;
    border: 1px solid rgba(0, 0, 0, 0);
    background: rgba(0, 0, 0, 0);
    -webkit-transition: all .5s ease 0s;
    -moz-transition: all .5s ease 0s;
    -o-transition: all .5s ease 0s;
    -ms-transition: all .5s ease 0s;
    transition: all .5s ease 0s
}

.products-sort-link .icon {
    width: 20px;
    height: 20px;
    margin-right: 7px;
    transform: translateY(-2px);
    background: rgba(0, 0, 0, 0) no-repeat center;
    background-size: contain
}

.products-sort-link:hover,
.products-sort-link.current {
    border: 1px solid #253841
}

.products-sort-head {
    font-size: 16px;
    font-weight: 400;
    line-height: 46px;
    color: #454546;
    position: relative;
    cursor: pointer;
    padding: 0 10px 0 10px;
    display: inline-block
}

.products-sort-head::after {
    position: absolute;
    top: 50%;
    right: 0;
    transform: translateY(-50%);
    content: "";
    display: block;
    border-left: 3px solid rgba(0, 0, 0, 0);
    border-right: 3px solid rgba(0, 0, 0, 0);
    border-top: 4px solid #000;
    -webkit-transition: all .5s ease 0s;
    -moz-transition: all .5s ease 0s;
    -o-transition: all .5s ease 0s;
    -ms-transition: all .5s ease 0s;
    transition: all .5s ease 0s
}

.products-sort-head:hover .catalog-sort-arrow {
    color: #ffcf87
}

.products-sort-body {
    position: absolute;
    z-index: 1000;
    top: 50px;
    left: 0;
    background: #fff;
    box-shadow: 0 4px 12px rgba(87, 96, 94, .2);
    opacity: 0;
    visibility: hidden;
    min-width: 160px
}

.products-sort-items {
    margin-left: auto;
    display: inline-block;
    position: relative
}

.products-sort-items.open .products-sort-body {
    opacity: 1;
    visibility: visible
}

.products-sort-items.open .products-sort-head::after {
    transform: translateY(-50%) rotate(180deg)
}

.products-sort-item {
    font-size: 11px;
    font-weight: 400;
    line-height: 46px;
    color: #454546;
    display: block;
    text-decoration: none;
    padding: 0 10px
}

.products-sort-item:hover {
    background: #f4f8f9
}

.products-sort-arrow {
    position: absolute;
    top: 50%;
    right: 10px;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -o-transition: all .3s;
    -ms-transition: all .3s;
    transition: all .3s;
    transform: translateY(-69%) rotate(-90deg);
    font-size: 10px
}

.products-sort-format {
    display: flex;
    align-items: stretch;
    flex-wrap: wrap
}

.products-sort-format a.current .icon {
    opacity: 1
}

.products-sort-format .icon {
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -o-transition: all .3s;
    -ms-transition: all .3s;
    transition: all .3s;
    padding: 5px 8px 10px;
    opacity: .5
}

.products-sort-format .icon:hover {
    color: hsl(240, .7194244604%, 47.2549019608%)
}

.products-sort-filter {
    font-size: 11px;
    font-weight: 400;
    line-height: 46px;
    display: none;
    cursor: pointer
}

.products-sort-filter .icon {
    margin-left: 7px;
    transform: translateY(-2px)
}

.products-airnanny-slider {
    margin: 40px 0 80px
}

.products-airnanny-slider .airnanny-a7__title {
    font-family: "Tenor Sans", sans-serif;
    font-size: 38px;
    font-weight: 400;
    line-height: 1.5;
    text-transform: uppercase
}

.products-tion {
    margin-top: 80px
}

.products-tion .tion4s-control__details {
    margin-top: 60px
}

.products-tion img {
    margin: 0 !important
}

.products-tiles,
.products-home {
    display: flex;
    align-items: stretch;
    justify-content: flex-start;
    flex-wrap: wrap
}

.products-tiles .card,
.products-home .card {
    height: 100%
}

.products-tiles>li {
    width: 33.33%;
    border-right: 1px solid #d2d7df;
    border-bottom: 1px solid #d2d7df
}

.products-tiles>li:nth-child(3n) {
    border-right: 0
}

.products-tiles>li:nth-last-child(-n+3) {
    border-bottom: 0
}

.products-home>li {
    width: 25%
}

.products-home>li.hidden {
    display: none
}

@media(max-width: 1450px) {
    .products-section-list {
        grid-template-columns: repeat(auto-fit, 275px);
        gap: 20px 10px
    }

    .products-list .products-section-list {
        gap: 15px 10px;
        margin: 0 auto
    }

    .products-sort-categories {
        width: 650px
    }
}

@media(max-width: 1200px) {
    .products-sort {
        display: block;
        padding: 0
    }

    .products-sort-filter {
        display: flex;
        align-items: center;
        flex-wrap: wrap
    }

    .products-sort-categories {
        width: auto;
        margin-bottom: 20px
    }

    .products-sort-right {
        display: flex;
        align-items: center;
        justify-content: space-between;
        flex-wrap: wrap
    }

    .products-home>li {
        width: 50%
    }
}

@media(max-width: 992px) {
    .products-section-head {
        flex-direction: column;
        align-items: flex-start
    }

    .products-section-list {
        justify-content: center;
        grid-template-columns: repeat(auto-fit, minmax(275px, 325px))
    }

    .products-related {
        margin-top: 55px
    }

    .products-sort {
        gap: 15px 20px
    }

    .products-sort-link {
        padding: 0 15px
    }
}

@media(max-width: 768px) {

    .products-tiles,
    .products-home {
        display: block
    }

    .products-tiles>li,
    .products-home>li {
        width: auto;
        padding: 0;
        border: 0 !important
    }

    .products-tiles>li+li,
    .products-home>li+li {
        border-top: 1px solid #d2d7df !important
    }

    .products-tiles {
        border-top: 1px solid #d2d7df;
        border-bottom: 1px solid #d2d7df
    }

    .products-section-link {
        font-size: 10px
    }

    .products-section-link::before {
        display: none
    }

    .products-section-items .slick-arrow.next {
        right: -12px
    }

    .products-section-items .slick-arrow.prev {
        left: -12px
    }

    .products-sort {
        gap: 16px 18px;
        margin-bottom: 10px
    }

    .products-sort-categories {
        margin: 0 0 10px
    }

    .products-sort-link {
        background: #fff;
        line-height: 30px;
        font-size: 13px;
        padding: 0 12px
    }

    .products-sort-link .icon {
        width: 15px;
        height: 15px;
        transform: translateY(-1px)
    }

    .products-sort-filter {
        font-size: 16px;
        font-weight: 400
    }

    .product-features {
        margin-top: 25px
    }

    .products-airnanny-slider {
        margin: 80px 0 50px
    }

    .products-airnanny-slider .airnanny-a7__title {
        font-family: "Tenor Sans", sans-serif;
        font-size: 24px;
        font-weight: 400;
        line-height: 36px
    }

    .products-tion {
        margin-top: 50px
    }

    .products-tion .tion4s-details__items li:nth-child(2) {
        margin-top: 0
    }

    .products-tion .tion4s-control__app-link img {
        margin: 0 !important
    }

    .products-tion .tion4s-control__details {
        margin-top: 25px
    }

    .products-tion .tion4s-title {
        font-size: 21px
    }
}

.products {
    padding-top: 0
}

.products .text-editor h2 {
    font-size: 24px
}

.products .card-notify {
    position: absolute;
    top: 15px;
    left: auto;
    right: 0;
    transform: translate(0, 0);
    width: 215px;
    padding: 20px
}

.product-mobile {
    display: none
}

.product-view-container {
    display: flex;
    align-items: stretch;
    justify-content: flex-start;
    flex-wrap: nowrap
}

.product-view-left {
    width: 630px;
    flex-shrink: 0
}

.product-view-right {
    width: 685px;
    flex-shrink: 0
}

.product-gallery {
    display: flex;
    align-items: stretch;
    flex-wrap: wrap;
    flex-direction: column;
    padding: 65px 60px 0 0;
    position: relative
}

.product-gallery::before {
    content: "";
    position: absolute;
    z-index: 0;
    top: 0;
    right: 0;
    width: 1500px;
    height: 100%;
    background: #f6f8fb
}

.product-gallery-view {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    flex-wrap: wrap;
    width: 100%;
    padding: 45px 110px 45px 75px;
    max-height: 490px;
    background: #fff;
    flex: 1;
    margin-bottom: 65px;
    position: relative
}

.product-gallery-view .slick-track {
    width: auto !important
}

.product-gallery-view .slick-track picture {
    width: 100% !important
}

.product-gallery-box {
    width: 360px;
    height: 360px;
    position: relative
}

.product-gallery-box:hover .product-gallery-img {
    -webkit-transform: scale(1.01);
    -moz-transform: scale(1.01);
    -ms-transform: scale(1.01);
    -o-transform: scale(1.01);
    transform: scale(1.01)
}

.product-gallery-img {
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -o-transition: all .3s;
    -ms-transition: all .3s;
    transition: all .3s;
    width: 100%;
    height: 100%;
    position: absolute;
    visibility: hidden;
    opacity: 0
}

.product-gallery-img .image {
    width: 100%;
    height: 100%;
    padding: 20px
}

.product-gallery-img img {
    width: 100%;
    height: 100%;
    object-fit: contain
}

.product-gallery-img.current {
    opacity: 1;
    visibility: visible
}

.product-gallery-small {
    position: absolute;
    top: 0;
    right: 0;
    display: flex;
    align-items: stretch;
    justify-content: center;
    flex-wrap: wrap;
    width: 60px !important;
    margin: 20px 20px 0 0
}

.product-gallery-small-img {
    width: 60px !important;
    height: 60px !important;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    padding: 3px;
    margin: 5px 0;
    overflow: hidden
}

.product-gallery-small-img picture {
    height: 100%
}

.product-gallery-small-img .img {
    width: 100%;
    height: 100%;
    object-fit: cover
}

.product-gallery-small-img.current {
    border: 1px solid #c5e2d4
}

.product-gallery-small .slick-arrow {
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -o-transition: all .3s;
    -ms-transition: all .3s;
    transition: all .3s;
    cursor: pointer;
    padding: 5px
}

.product-gallery-small .slick-arrow.next {
    -webkit-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    transform: rotate(90deg)
}

.product-gallery-small .slick-arrow.prev {
    -webkit-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    transform: rotate(90deg)
}

.product-gallery-small .slick-arrow.slick-disabled {
    opacity: 0
}

.product-gallery-small .slick-arrow:hover {
    color: #c5e2d4
}

.product-gallery-items {
    display: flex;
    align-items: center;
    flex-wrap: nowrap;
    padding: 30px 0;
    margin: auto -60px 0 0;
    position: relative
}

.product-gallery-items::before {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    width: 1500px;
    height: 100%;
    background: #e6f1ef
}

.product-gallery-slider {
    width: 420px;
    margin-left: 25px
}

.product-gallery-slider .prev,
.product-gallery-slider .next {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    -webkit-transition: all .5s ease 0s;
    -moz-transition: all .5s ease 0s;
    -o-transition: all .5s ease 0s;
    -ms-transition: all .5s ease 0s;
    transition: all .5s ease 0s;
    padding: 0 10px;
    height: 100%;
    cursor: pointer
}

.product-gallery-slider .prev:hover,
.product-gallery-slider .next:hover {
    background: rgba(69, 69, 70, .05)
}

.product-gallery-slider .next {
    position: absolute;
    top: 50%;
    right: 0;
    transform: translateY(-50%)
}

.product-gallery-slider .prev {
    position: absolute;
    top: 50%;
    left: -27px;
    transform: translateY(-50%)
}

.product-gallery-slider .slick-track {
    margin-left: 0
}

.product-gallery-slider .slick-disabled {
    opacity: 0
}

.product-gallery-slider .img {
    width: 78px;
    height: 78px
}

.product-gallery-text {
    font-size: 12px;
    font-weight: 300;
    line-height: 20px;
    width: 125px;
    padding: 9px 30px 0 30px;
    text-align: center;
    text-transform: uppercase;
    z-index: 1
}

.product-gallery-tags {
    opacity: 1 !important;
    top: 10px !important;
    left: 15px !important
}

.product-info {
    padding: 40px 0 0 60px;
    position: relative
}

.products-top {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    flex-wrap: nowrap;
    gap: 10px 30px
}

.products-top .breadcrumbs {
    flex-grow: 1
}

.product-brand {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    width: 100px;
    height: 30px;
    flex-shrink: 0
}

.product-brand img {
    display: block;
    max-width: 100%;
    max-height: 100%
}

.product-tools {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    flex-wrap: wrap;
    gap: 10px 30px;
    margin-top: 10px
}

.product-tools-list {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    flex-wrap: wrap;
    gap: 10px 20px
}

.product-tools-link {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    flex-wrap: nowrap;
    font-size: 13px;
    line-height: 1;
    color: inherit;
    text-decoration: none;
    gap: 5px 10px
}

.product-tools-link .icon {
    width: 26px;
    height: 26px;
    font-size: 12px
}

.product-tools-link.active .icon {
    background: #ffcf87;
    border: 1px solid #ffcf87;
    color: #fff
}

.product-tools-link.active:hover .icon {
    color: #fff
}

.product-tools-link:hover {
    color: #ffcf87
}

.product-tools-link:hover .icon {
    color: #ffcf87;
    border: 1px solid #ffcf87
}

.product-share {
    position: relative
}

.product-share-icon {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    width: 26px;
    height: 26px;
    font-size: 20px;
    color: #b9b9b9;
    text-decoration: none;
    -webkit-transition: all .5s ease 0s;
    -moz-transition: all .5s ease 0s;
    -o-transition: all .5s ease 0s;
    -ms-transition: all .5s ease 0s;
    transition: all .5s ease 0s
}

.product-share-icon .rbs-share {
    border: none !important;
    color: inherit
}

.product-share-dropdown {
    display: none;
    position: absolute;
    top: 100%;
    right: -20px;
    padding: 10px;
    border-radius: 10px;
    background: #fff;
    box-shadow: 2px 2px 10px rgba(0, 0, 0, .3)
}

.product-share-dropdown.show {
    display: block
}

.product-share-dropdown .icons {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    flex-wrap: nowrap;
    gap: 5px
}

.product-share:hover .product-share-icon {
    color: #6b6b6b
}

.product-rating {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 10px
}

.product-rating-link {
    font-size: 13px;
    font-weight: 500;
    line-height: 1;
    color: #a4cab8
}

.product-title {
    line-height: 1.3;
    margin-top: 20px
}

.product-warranty {
    display: flex;
    flex-wrap: wrap;
    gap: 10px 15px;
    margin-top: 10px
}

.product-warranty-label {
    position: relative;
    display: inline-block;
    font-size: 12px;
    line-height: 1;
    color: #fff;
    background: linear-gradient(90deg, rgb(148, 30, 148) 0%, rgb(229, 46, 107) 100%);
    padding: 8px 26px 7px 12px
}

.product-warranty-label span {
    display: inline-block
}

.product-warranty-label span+span {
    padding-left: 10px;
    margin-left: 8px;
    border-left: 1px solid #fff
}

.product-warranty-label:before {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    bottom: 0;
    right: -1px;
    border-top: 15px solid rgba(0, 0, 0, 0);
    border-bottom: 15px solid rgba(0, 0, 0, 0);
    border-right: 15px solid #fff
}

.product-price {
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    flex-wrap: nowrap;
    padding: 20px 0;
    margin: 20px 0;
    border-top: 1px solid #e8f3f1;
    border-bottom: 1px solid #e8f3f1;
    gap: 15px 30px
}

.product-price-info {
    flex-shrink: 0
}

.product-price-info .price {
    font-size: 30px;
    font-weight: 500;
    line-height: 1.1
}

.product-price-info .price .rbs-icon {
    font-size: 21px;
    vertical-align: 1px;
    margin-left: 3px
}

.product-price-info .price-old {
    font-size: 18px;
    font-weight: 500;
    line-height: 1;
    margin-bottom: 8px
}

.product-price-info .price-old span {
    position: relative
}

.product-price-info .price-old span:before {
    content: "";
    display: block;
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    width: 100%;
    height: 2px;
    margin-top: -2px;
    background: #c82057
}

.product-price-info .price-old .rbs-icon {
    font-size: 13px;
    vertical-align: 1px
}

.product-price-info .price-request {
    font-size: 16px;
    font-weight: 700;
    line-height: 1.2
}

.product-price-info .status {
    margin-top: 10px
}

.product-price-info .status .icon {
    margin-right: 3px;
    vertical-align: -2px
}

.product-price-discount {
    position: relative;
    padding-left: 30px;
    font-size: 12px;
    font-weight: 700;
    line-height: 1.2;
    color: #d93155;
    margin-bottom: 10px;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    flex-wrap: wrap;
    gap: 0 10px
}

.product-price-discount .amount {
    display: inline-block;
    text-transform: uppercase
}

.product-price-discount .date {
    display: inline-block
}

.product-price-discount:before {
    content: "";
    display: block;
    width: 21px;
    height: 21px;
    position: absolute;
    top: 50%;
    left: 0;
    background-image: url("../img/icons/products-discount.svg");
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    margin-top: -11px
}

.product-price-action {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    flex-wrap: nowrap;
    gap: 10px 30px
}

.product-price-buttons {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    flex-wrap: wrap;
    gap: 10px
}

.product-price-buy,
.product-price-click {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    width: 120px;
    height: 49px;
    font-size: 12px;
    font-weight: 500;
    line-height: 1;
    color: #fff;
    text-align: center;
    text-decoration: none;
    text-transform: uppercase;
    -webkit-transition: all .5s ease 0s;
    -moz-transition: all .5s ease 0s;
    -o-transition: all .5s ease 0s;
    -ms-transition: all .5s ease 0s;
    transition: all .5s ease 0s;
    border-radius: 49px
}

.product-price-buy {
    background: #253841
}

.product-price-buy:hover {
    background: rgb(36.8322147651, 61.1677852349, 58.5369127517)
}

.product-price-click {
    width: 200px;
    background: #253841
}

.product-price-click:hover {
    background: rgb(36.8322147651, 61.1677852349, 58.5369127517)
}

.product-delivery {
    position: relative;
    font-size: 12px;
    font-weight: 500;
    line-height: 1.5;
    padding-left: 30px
}

.product-delivery:before {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 22px;
    height: 22px;
    background-image: url("../img/icons/delivery.svg");
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain
}

.product-delivery .label {
    border-bottom: 1px solid #ffcf87
}

.product-delivery .value {
    display: block;
    margin-top: 2px
}

.product-offer img {
    display: block;
    width: 100%
}

.products-props {
    display: flex;
    align-items: stretch;
    justify-content: space-between;
    flex-wrap: wrap;
    padding-top: 35px
}

.products-props-list {
    max-width: 330px;
    font-size: 14px;
    font-weight: 300;
    line-height: 21px
}

.products-props-list span {
    font-weight: 500
}

.products-props-list>li+li {
    margin-top: 10px
}

.products-props-install {
    display: flex;
    align-items: flex-end;
    flex-wrap: wrap;
    flex-direction: column;
    gap: 17px;
    max-width: 250px
}

.products-props-install .price {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 5px;
    font-size: 14px;
    font-weight: 500
}

.products-props-install .price span {
    font-size: 18px;
    line-height: 18px;
    color: #ffcf87
}

.products-props-install .link {
    display: inline-block
}

.products-props-install .link:hover::before {
    transform: translateX(-8%)
}

.products-props-install .icon {
    width: 17px;
    height: 17px;
    transform: translateY(-1px)
}

.product-features {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 15px 0;
    margin: 30px -15px 0
}

.product-features-item {
    flex: 1 1 50%;
    display: flex;
    align-items: center;
    flex-wrap: nowrap;
    font-size: 14px;
    line-height: 1.2;
    padding: 0 15px
}

.product-features-item .icon {
    width: 30px;
    height: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    flex-shrink: 0;
    background-size: contain;
    transform: translateY(-2px);
    margin-right: 10px
}

.products-details {
    margin-top: 70px
}

.products-details-title {
    font-family: "Tenor Sans", sans-serif;
    font-size: 28px;
    font-weight: 400;
    line-height: 32px;
    margin-bottom: 25px;
    text-transform: uppercase
}

.products-details-tabs {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
    gap: 30px;
    margin-bottom: 35px;
    border-bottom: 1px solid #e8f3f1
}

.products-details-link {
    font-size: 12px;
    font-weight: 500;
    line-height: 18px;
    color: #454546;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -o-transition: all .3s;
    -ms-transition: all .3s;
    transition: all .3s;
    position: relative;
    display: block;
    text-transform: uppercase;
    text-decoration: none;
    padding: 20px
}

.products-details-link::before {
    content: "";
    position: absolute;
    bottom: -1px;
    left: 0;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -o-transition: all .3s;
    -ms-transition: all .3s;
    transition: all .3s;
    width: 0;
    height: 1px;
    background: #ffcf87;
    opacity: 0
}

.products-details-link.current {
    color: #ffcf87
}

.products-details-link.current::before {
    width: 100%;
    opacity: 1
}

.products-details-link:hover {
    color: #ffcf87
}

.products-details-content {
    display: none
}

.products-details-content .card-notify {
    top: 50% !important;
    left: 50% !important;
    transform: translate(-50%, 10%) !important
}

.products-details-content .compare-wrapper {
    max-height: 1000px
}

.products-details-content.current {
    display: block
}

.products-details-content.comparison-hide {
    opacity: 0;
    position: absolute
}

.products-details-content.comparison-hide.current {
    opacity: 1;
    position: static
}

.products-spec {
    display: flex;
    align-items: stretch;
    justify-content: space-between;
    flex-wrap: wrap;
    gap: 60px
}

.products-spec-section {
    width: 45%
}

.products-spec-title {
    font-size: 16px;
    font-weight: 700;
    line-height: 20px;
    margin-bottom: 10px
}

.products-spec-item {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: nowrap;
    font-size: 14px;
    font-weight: 300;
    line-height: 18px;
    border-bottom: 2px solid #e8f3f1;
    padding: 15px 0
}

.products-spec-item .value {
    font-weight: 500;
    flex-shrink: 0
}

.products-spec-item .title {
    padding-right: 50px
}

.products-rev {
    display: flex;
    flex-wrap: wrap;
    flex-direction: column
}

.products-rev-header {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 40px;
    margin-bottom: 20px
}

.products-rev-header.center {
    justify-content: center
}

.products-rev-title {
    font-size: 24px;
    font-weight: 700;
    line-height: 28px
}

.products-rev-rate {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 10px;
    font-size: 21px;
    font-weight: 500;
    line-height: 24px;
    color: #bad7c8;
    margin-left: auto
}

.products-rev-rate .rating {
    gap: 8px;
    transform: translateY(-5px)
}

.products-docs-list {
    display: grid;
    gap: 20px 0;
    grid-template-columns: repeat(auto-fit, minmax(170px, 14.2857142857%))
}

.products-docs-item {
    height: 235px;
    text-align: center
}

.products-docs-item:hover .img {
    -webkit-transform: scale(1.02);
    -moz-transform: scale(1.02);
    -ms-transform: scale(1.02);
    -o-transform: scale(1.02);
    transform: scale(1.02)
}

.products-docs-empty {
    font-size: 24px;
    font-weight: 700;
    line-height: 28px;
    text-align: center
}

.products-docs .img {
    height: 100%;
    -webkit-transition: all .5s ease 0s;
    -moz-transition: all .5s ease 0s;
    -o-transition: all .5s ease 0s;
    -ms-transition: all .5s ease 0s;
    transition: all .5s ease 0s;
    object-fit: contain
}

.products-text {
    margin-top: 65px
}

.products-related {
    margin-top: 130px
}

.products-related .card {
    border: 1px solid #e6f1ef
}

.products-similar {
    margin-top: 100px;
    background: url("../img/branch/branch-06.svg") right top -200px no-repeat
}

.products-advantages {
    margin-top: 65px;
    padding-bottom: 100px;
    background-image: url("../img/background/cloud.png"), url(../img/background/cloud.png), linear-gradient(rgba(240, 246, 245, 0) 0%, #fff 100%);
    background-position: top -75px left -200px, top -75px right -200px, center bottom;
    background-repeat: no-repeat
}

.products-advantages-wrapper {
    display: flex;
    align-items: stretch;
    flex-wrap: wrap;
    flex-direction: column
}

.products-advantages-title {
    font-size: 28px
}

.products-advantages-items {
    display: grid;
    gap: 30px 85px;
    grid-template-columns: repeat(auto-fit, minmax(354px, 1fr));
    margin-top: 45px
}

.products-advantages-subtitle {
    font-size: 21px;
    font-weight: 500;
    line-height: 28px;
    margin: 15px 0
}

.products-advantages-subtitle .check {
    font-size: 16px;
    margin-right: 5px;
    display: none
}

.products-advantages-text {
    font-size: 14px;
    font-weight: 300;
    line-height: 26px
}

.products-advantages-link {
    align-self: center;
    margin-top: 25px
}

.products-advantages .icon {
    width: 75px;
    height: 75px
}

.products-advantages .btn {
    margin: 50px auto 0
}

.products-showcase {
    padding: 30px 0 65px
}

@media(max-width: 1450px) {
    .product-view-left {
        width: 540px
    }

    .product-view-right {
        width: 600px
    }

    .product-info {
        padding: 40px 0 0 35px
    }

    .product-title {
        font-size: 30px;
        line-height: 1.25
    }

    .product-price {
        gap: 30px 10px;
        flex-wrap: nowrap
    }

    .product-price .btn {
        padding: 0 15px
    }

    .product-gallery {
        padding: 40px 40px 0 0
    }

    .product-gallery-text {
        padding: 10px 10px 0 10px
    }

    .product-gallery-items {
        margin-right: -40px
    }

    .product-gallery-slider {
        margin-left: 0;
        width: 415px
    }
}

@media(max-width: 1200px) {
    .products {
        overflow: hidden
    }

    .product-mobile {
        display: block;
        padding: 20px 0 25px
    }

    .product-mobile .product-title {
        margin: 0
    }

    .product-mobile-price {
        display: flex;
        align-items: center;
        flex-wrap: wrap;
        gap: 10px 30px;
        margin-top: 15px
    }

    .product-mobile-price .price-old {
        font-size: 18px;
        font-weight: 500;
        line-height: 1
    }

    .product-mobile-price .price-old .rbs-mark {
        margin: 0;
        font-size: 14px;
        vertical-align: 1px
    }

    .product-mobile-price .price-old span {
        position: relative;
        padding: 0 5px
    }

    .product-mobile-price .price-old span:before {
        content: "";
        display: block;
        position: absolute;
        top: 50%;
        left: 0;
        right: 0;
        width: 100%;
        height: 2px;
        margin-top: -2px;
        background: #c82057
    }

    .product-mobile-price .price-new {
        font-size: 25px;
        font-weight: 500;
        line-height: 1
    }

    .product-mobile-price .price-new .rbs-mark {
        margin: 0;
        font-size: 17px;
        vertical-align: 1px
    }

    .product-mobile-price .price-request {
        font-size: 16px;
        font-weight: 500;
        line-height: 1
    }

    .product-view-container {
        display: block
    }

    .product-view-left {
        width: auto
    }

    .product-view-right {
        width: auto
    }

    .product-view-right .product-title,
    .product-view-right .product-warranty {
        display: none
    }

    .product-gallery::before {
        right: 50%;
        transform: translateX(50%)
    }

    .product-gallery-img {
        height: 330px;
        display: block
    }

    .product-gallery-view {
        justify-content: center;
        margin-bottom: 30px;
        padding: 20px 100px 20px 75px
    }

    .product-gallery-items {
        justify-content: center;
        margin: 0 auto
    }

    .product-gallery-items::before {
        right: 50%;
        transform: translateX(50%)
    }

    .product-info {
        padding: 20px 0 0
    }

    .products-features {
        flex-direction: column;
        margin-top: 35px
    }

    .products-details-tabs {
        margin-bottom: 25px
    }

    .products-docs-item {
        height: 210px
    }
}

@media(max-width: 992px) {
    .products-details-link {
        font-size: 11px;
        line-height: 14px;
        padding: 10px
    }

    .products-details-tabs {
        flex-wrap: nowrap;
        gap: 10px
    }
}

@media(max-width: 768px) {
    .products {
        background-image: none
    }

    .products .card-notify {
        position: fixed;
        top: 65px;
        left: 50%;
        transform: translateX(-50%);
        padding: 15px;
        z-index: -1
    }

    .products .card-notify.show {
        z-index: 3000
    }

    .products .breadcrumbs {
        display: none
    }

    .products-details {
        margin-top: 40px
    }

    .products-details-title {
        font-size: 24px;
        line-height: 36px
    }

    .products-details-link {
        font-size: 11px;
        line-height: 14px;
        white-space: nowrap
    }

    .products-details-content .compare-wrapper .card-notify {
        display: none !important
    }

    .products-details-tabs {
        overflow-x: auto
    }

    .products-details-tabs::-webkit-scrollbar {
        height: 0;
        width: 0
    }

    .product-view {
        gap: 0
    }

    .product-title {
        font-size: 24px;
        line-height: 1.5
    }

    .product-top {
        display: block
    }

    .product-gallery {
        padding: 20px 0 0
    }

    .product-gallery-img {
        height: 275px
    }

    .product-gallery-text {
        width: 100%
    }

    .product-gallery-slider {
        width: 100%;
        margin: 5px 0 0 0
    }

    .product-gallery-slider .slick-arrow {
        display: none !important
    }

    .product-gallery-slider .img {
        width: 65px;
        height: 65px
    }

    .product-gallery-items {
        width: 100%;
        flex-direction: column;
        padding: 0 0 15px
    }

    .product-gallery-items:before {
        transform: none;
        position: absolute;
        top: 0;
        bottom: 0;
        left: -15px;
        right: -15px
    }

    .product-gallery-tags {
        justify-content: center !important;
        gap: 0;
        top: 10px;
        left: 15px
    }

    .product-gallery-small {
        display: flex;
        align-items: stretch;
        flex-wrap: nowrap;
        width: 100% !important;
        margin: 0;
        flex-direction: row;
        position: static
    }

    .product-gallery-small-img {
        flex-shrink: 0
    }

    .product-gallery-small .slick-list {
        overflow: inherit
    }

    .product-gallery-small .slick-track {
        width: 100% !important;
        display: flex !important
    }

    .product-gallery-view {
        display: flex;
        align-items: stretch;
        flex-wrap: nowrap;
        flex-direction: column;
        padding: 20px;
        margin-bottom: 20px
    }

    .product-gallery-view .card-tag-title {
        transform: translate(0%, -100%)
    }

    .product-gallery-box {
        width: 290px;
        height: 290px;
        margin: 0 auto
    }

    .product-info {
        padding-top: 20px
    }

    .product-tools-link {
        display: block
    }

    .product-tools-link span {
        display: none
    }

    .product-price {
        display: block
    }

    .product-price-info .price-list {
        display: flex;
        align-items: center;
        justify-content: flex-end;
        flex-wrap: wrap;
        flex-direction: row-reverse;
        gap: 10px 20px
    }

    .product-price-info .price-old {
        margin: 0
    }

    .product-price-center {
        margin-top: 10px
    }

    .product-price-action {
        display: block
    }

    .product-price-buttons {
        margin-top: 15px
    }

    .product-price-buttons>* {
        flex: 1 1 40%
    }

    .product-delivery {
        margin-top: 15px
    }

    .product-delivery .value {
        display: inline
    }

    .product-offer {
        margin: -21px -15px 0
    }

    .product-warranty-label {
        font-size: 9px;
        line-height: 12px
    }

    .products-props,
    .product-features {
        display: none
    }

    .products-options {
        display: none
    }

    .products-options .option .icon {
        margin-right: 0
    }

    .products-options .option .social {
        top: 45px;
        left: -100px
    }

    .products-options .option span {
        display: none
    }

    .products-options .brand {
        display: none
    }

    .products-options .rbs-icon {
        display: flex;
        align-items: center;
        justify-content: center;
        flex-wrap: wrap;
        width: 40px;
        height: 40px;
        font-size: 18px
    }

    .products-docs-list {
        gap: 20px 0;
        justify-content: center
    }

    .products-docs-item {
        height: 190px
    }

    .products-similar {
        background: none;
        margin-top: 55px
    }

    .products-advantages {
        background-image: none;
        padding-bottom: 55px
    }

    .products-advantages-items {
        grid-template-columns: 1fr;
        margin-top: 30px;
        gap: 20px 85px
    }

    .products-advantages-link {
        text-align: center
    }

    .products-advantages-title {
        font-size: 24px;
        margin: 5px 0
    }

    .products-advantages .icon {
        display: none !important
    }

    .products-advantages-subtitle>.check {
        display: inline-block
    }

    .products-advantages-text {
        line-height: 23px
    }

    .products-advantages .btn {
        margin: 40px auto 0
    }

    .products-rev-header {
        gap: 25px 30px
    }

    .products-spec {
        gap: 40px
    }

    .products-spec-section {
        width: 100%
    }

    .products-spec-item {
        padding: 10px 0
    }

    .products-text {
        margin-top: 40px
    }

    .product-features {
        margin-top: 25px
    }
}

.cart {
    background-position: right center;
    background-repeat: no-repeat;
    background-image: url(../img/branch/branch-13.svg);
    position: relative
}

.cart-return {
    position: absolute;
    z-index: 100;
    top: -75px;
    right: 0
}

.cart-wrapper {
    padding: 25px 40px 50px;
    background-color: #fff;
    filter: drop-shadow(0px 6px 33px rgba(1, 30, 25, 0.06))
}

.cart-wrapper-empty {
    font-size: 18px;
    font-weight: 500;
    line-height: 24px;
    padding: 25px 40px 0;
    text-align: center
}

.cart-item {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: nowrap;
    gap: 20px 0;
    border-bottom: 1px solid #e8f3f1;
    padding: 20px 0
}

.cart-item:last-child {
    border-bottom: none
}

.cart-item-middle {
    display: flex;
    align-items: center;
    flex-wrap: nowrap;
    gap: 45px;
    flex: 1
}

.cart-item-image {
    width: 120px;
    height: 120px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    flex-shrink: 0
}

.cart-item-image picture {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    width: 100%;
    height: 100%;
    background: #fff
}

.cart-item-image img {
    display: block;
    max-height: 100%;
    max-width: 100%
}

.cart-item-link {
    display: flex;
    align-items: center;
    flex-wrap: nowrap;
    width: 50%;
    text-decoration: none;
    padding-right: 40px
}

.cart-item-link:hover .cart-description .title {
    color: #ffcf87
}

.cart-description {
    margin-left: 40px
}

.cart-description .title {
    font-size: 18px;
    font-weight: 700;
    line-height: 23px;
    color: #454546;
    -webkit-transition: all .5s ease 0s;
    -moz-transition: all .5s ease 0s;
    -o-transition: all .5s ease 0s;
    -ms-transition: all .5s ease 0s;
    transition: all .5s ease 0s;
    margin-top: 10px
}

.cart-description .brief {
    font-size: 16px;
    font-weight: 300;
    line-height: 1;
    color: #aaafaf
}

.cart-montage {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    flex-wrap: wrap;
    width: 215px
}

.cart-montage-text {
    display: flex;
    align-items: center;
    flex-wrap: nowrap;
    gap: 5px;
    color: #454546;
    white-space: nowrap
}

.cart-montage-text span {
    font-size: 16px;
    font-weight: 400;
    line-height: 15px;
    color: #ffcf87;
    padding-top: 3px
}

.cart-counter {
    position: relative;
    display: inline-block;
    width: 130px
}

.cart-counter-btn {
    position: absolute;
    top: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    width: 45px;
    height: 45px;
    font-size: 30px;
    font-weight: 300;
    line-height: 1;
    color: rgba(157, 161, 168, .6);
    -webkit-transition: all .5s ease 0s;
    -moz-transition: all .5s ease 0s;
    -o-transition: all .5s ease 0s;
    -ms-transition: all .5s ease 0s;
    transition: all .5s ease 0s;
    transform: translateY(-50%);
    padding-top: 4px;
    text-decoration: none;
    cursor: pointer
}

.cart-counter-btn:hover {
    color: #ffcf87
}

.cart-counter-btn-prev {
    left: 0;
    border-radius: 50% 0 0 50%
}

.cart-counter-btn-next {
    right: 0;
    border-radius: 0 50% 50% 0
}

.cart-counter-input {
    display: block;
    width: 100%;
    height: 45px;
    font-size: 18px;
    font-weight: 300;
    line-height: 36px;
    padding: 0 45px;
    border: 1px solid #d2d7df;
    border-radius: 45px;
    text-align: center
}

.cart-price {
    font-size: 18px;
    font-weight: 500;
    line-height: 36px;
    color: #454546;
    width: 110px;
    text-align: center;
    white-space: nowrap
}

.cart-info {
    display: flex;
    align-items: flex-end;
    justify-content: flex-end;
    flex-wrap: wrap;
    margin-top: 40px
}

.cart-coupon {
    display: flex;
    align-items: stretch;
    flex-wrap: nowrap
}

.cart-coupon-input {
    max-width: 220px;
    height: 45px;
    border-radius: 22.5px 0 0 22.5px;
    padding-left: 20px;
    font-size: 14px;
    border: 1px solid #e8f3f1
}

.cart-coupon-input::placeholder {
    font-size: 14px
}

.cart-coupon-btn {
    font-size: 10px;
    line-height: 15px;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -o-transition: all .3s;
    -ms-transition: all .3s;
    transition: all .3s;
    height: 45px;
    background: #e8f3f1;
    border-radius: 0 22.5px 22.5px 0;
    letter-spacing: .1em;
    text-transform: uppercase;
    width: 135px;
    text-align: center
}

.cart-coupon-btn:hover {
    background: rgb(198.4857142857, 225.5142857143, 220.6)
}

.cart-details {
    display: flex;
    align-items: stretch;
    justify-content: flex-end;
    flex-wrap: wrap;
    flex-direction: column
}

.cart-details-common {
    font-size: 14px;
    font-weight: 300;
    line-height: 1;
    margin-bottom: 10px;
    text-align: right
}

.cart-details-common span {
    font-size: 13px;
    opacity: .8;
    margin-right: 3px
}

.cart-details-total {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    flex-wrap: wrap;
    font-size: 21px;
    font-weight: 500;
    line-height: 1;
    gap: 10px;
    margin-bottom: 25px;
    text-align: right
}

.cart-details-total-label {
    font-weight: 300
}

.cart-details-total .icon {
    font-size: 16px;
    margin-left: 0;
    transform: translateY(-2px)
}

.cart-similar {
    margin-top: 100px;
    background-image: url(../img/branch/branch-12.svg);
    background-position: left top;
    background-repeat: no-repeat
}

.cart-delete {
    -webkit-transition: all .5s ease 0s;
    -moz-transition: all .5s ease 0s;
    -o-transition: all .5s ease 0s;
    -ms-transition: all .5s ease 0s;
    transition: all .5s ease 0s;
    padding: 5px;
    cursor: pointer
}

.cart-delete .icon {
    transform: translateY(-3px);
    font-size: 13px
}

.cart-delete:hover .icon {
    color: #e01e1f
}

.cart-header-mob span {
    top: 10px !important;
    right: 7px !important
}

@media(max-width: 1450px) {
    .cart-item {
        gap: 20px 40px
    }

    .cart-item .img {
        height: 110px
    }

    .cart-info {
        margin-top: 25px
    }

    .cart-counter-btn {
        width: 40px;
        height: 40px
    }
}

@media(max-width: 1200px) {
    .cart-item .img {
        height: 75px
    }

    .cart-item-middle {
        gap: 20px
    }

    .cart-item-link {
        padding-right: 0
    }

    .cart-description {
        margin-left: 15px
    }

    .cart-description .title {
        font-size: 15px;
        margin-top: 5px
    }

    .cart-description .brief {
        font-size: 13px
    }

    .cart-counter-btn {
        width: 30px;
        height: 30px
    }

    .cart-counter-btn .fa5 {
        font-size: 13px
    }

    .cart-counter-digit {
        width: 35px
    }

    .cart-details-total {
        font-size: 23px
    }

    .cart-details-common {
        font-size: 12px
    }

    .cart-details .btn {
        height: 45px;
        line-height: 45px
    }

    .cart-coupon-input {
        font-size: 12px;
        height: 38px
    }

    .cart-coupon-input::placeholder {
        font-size: 12px
    }

    .cart-coupon-btn {
        font-size: 9px;
        height: 38px
    }

    .cart-price {
        font-size: 16px
    }

    .cart-montage {
        width: 165px
    }

    .cart-montage-text {
        font-size: 11px
    }

    .cart-montage-text span {
        font-size: 11px;
        padding-top: 1px
    }

    .cart-montage .checker {
        width: 20px;
        height: 20px
    }

    .cart-montage .checker-item {
        padding: 0 25px
    }

    .cart-montage .checker-item .checker,
    .cart-montage .checker-item input {
        top: -1px
    }

    .cart-similar {
        margin-top: 50px
    }
}

@media(max-width: 992px) {
    .cart-description {
        flex: 1 1 50%
    }

    .cart-montage {
        margin-left: 0;
        justify-content: center
    }

    .cart-montage .checker-item {
        padding: 0 5px 0 25px
    }

    .cart-counter {
        margin-left: 0
    }

    .cart-price {
        line-height: 24px
    }

    .cart-item {
        padding: 15px 0
    }

    .cart-item-middle {
        flex-direction: column;
        flex-wrap: wrap;
        gap: 10px
    }

    .cart-delete {
        padding: 15px
    }

    .cart-info {
        margin-top: 35px
    }

    .cart-wrapper {
        padding: 20px 30px 30px
    }
}

@media(max-width: 768px) {
    .cart {
        padding-top: 20px;
        background-image: none
    }

    .cart-wrapper {
        margin-top: 20px;
        padding: 25px 10px 25px 15px
    }

    .cart-wrapper-empty {
        padding: 25px 40px 15px
    }

    .cart-description {
        flex: 1 1 50%
    }

    .cart-description .title {
        font-size: 13px
    }

    .cart-description .brief {
        font-size: 11px
    }

    .cart-delete {
        order: 0
    }

    .cart-item {
        padding: 20px 0 15px;
        flex-wrap: wrap;
        gap: 10px 20px
    }

    .cart-item-link {
        flex: 1;
        width: auto !important
    }

    .cart-item-image {
        width: 75px;
        height: 75px
    }

    .cart-item-middle {
        order: 1;
        flex: 1 1 100%
    }

    .cart-item .img {
        object-fit: contain;
        flex: 1 1 0;
        height: 60px
    }

    .cart-item:last-child {
        border-bottom: 1px solid #e8f3f1
    }

    .cart-coupon {
        width: 100%
    }

    .cart-details {
        margin: 35px auto 0
    }

    .cart-details-common,
    .cart-details-total {
        text-align: center
    }

    .cart-details-total {
        justify-content: center;
        margin-bottom: 20px
    }

    .cart-return {
        left: 16px;
        right: auto;
        top: -35px
    }

    .cart-similar {
        margin-top: 35px
    }
}

.promotions {
    background-image: url(../img/branch/branch-10.svg);
    background-position: left center;
    background-repeat: no-repeat
}

.promotions-items {
    display: flex;
    align-items: stretch;
    flex-wrap: wrap;
    flex-direction: column;
    gap: 45px
}

.promotions-item {
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -o-transition: all .3s;
    -ms-transition: all .3s;
    transition: all .3s;
    padding: 45px 550px 40px 55px;
    display: block;
    text-decoration: none;
    box-shadow: 0 11px 27px rgba(9, 59, 58, .07);
    background: #fff;
    position: relative
}

.promotions-item:hover {
    box-shadow: 0 14px 28px rgba(0, 0, 0, .15), 0 10px 10px rgba(0, 0, 0, .13)
}

.promotions-image {
    width: 600px;
    height: 100%;
    position: absolute;
    top: 0;
    right: 0
}

.promotions-image .img {
    width: 100%;
    height: 100%;
    object-fit: cover
}

.promotions-image::before {
    content: "";
    position: absolute;
    top: 0;
    left: -1px;
    width: 150px;
    height: 100%;
    background: linear-gradient(to right, #ffffff 0%, rgba(255, 255, 255, 0) 100%)
}

.promotions-content .date {
    font-size: 12px;
    font-weight: 400;
    line-height: 1;
    color: #fff;
    text-transform: uppercase;
    display: inline-block;
    padding: 8px 15px;
    background: #f98888
}

.promotions-content .title {
    font-size: 21px;
    font-weight: 700;
    line-height: 28px;
    color: #454546;
    margin-top: 30px
}

.promotions-content .text {
    font-size: 16px;
    font-weight: 300;
    line-height: 26px;
    color: #454546;
    letter-spacing: 1.2px
}

@media(max-width: 1200px) {
    .promotions-item {
        overflow: hidden
    }

    .promotions-image {
        right: -60px
    }
}

@media(max-width: 992px) {
    .promotions-image {
        display: none
    }

    .promotions-items {
        gap: 30px
    }

    .promotions-item {
        padding: 20px
    }
}

@media(max-width: 768px) {
    .promotions {
        background-image: none
    }

    .promotions-content .title {
        font-size: 19px;
        margin-top: 25px;
        margin-bottom: 10px
    }

    .promotions-content .text {
        font-size: 14px;
        line-height: 22px
    }
}

.blog-items {
    display: grid;
    gap: 60px 60px;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr))
}

.blog-item {
    display: block;
    padding: 40px;
    background: #fff;
    position: relative;
    text-decoration: none;
    filter: drop-shadow(0px 14px 39px rgba(0, 0, 0, 0.11))
}

.blog-item .image {
    position: absolute;
    top: 0;
    left: 0;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -o-transition: all .3s;
    -ms-transition: all .3s;
    transition: all .3s;
    width: 100%;
    height: 100%;
    background: rgba(69, 69, 70, .5);
    opacity: 0
}

.blog-item .image .img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    position: relative;
    z-index: 0
}

.blog-item .image .bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(69, 69, 70, .2)
}

.blog-item .image .btn {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 1
}

.blog-item .description {
    display: flex;
    align-items: stretch;
    flex-wrap: wrap;
    flex-direction: column;
    height: 100%
}

.blog-item .description .title {
    font-size: 18px;
    font-weight: 700;
    line-height: 28px;
    color: #2b3130;
    margin-top: 10px
}

.blog-item .description .text {
    font-size: 16px;
    font-weight: 300;
    line-height: 26px;
    color: #2b3130;
    margin-top: 20px;
    flex: 1
}

.blog-item .description .date {
    font-size: 14px;
    font-weight: 300;
    line-height: 26px;
    color: #aaafaf
}

.blog-item .description .all {
    font-size: 14px;
    font-weight: 500;
    line-height: 1;
    color: #ffcf87;
    text-transform: uppercase;
    margin-top: 20px;
    text-align: right;
    display: none
}

.blog-item:hover .image {
    opacity: 1;
    background: hsla(0, 0%, 100%, .3)
}

.blog-search {
    margin-bottom: 30px
}

.blog-search-container {
    display: flex;
    flex-wrap: wrap;
    flex-direction: column
}

.blog-search-form {
    display: flex;
    flex-wrap: wrap;
    flex-grow: 1;
    height: 55px
}

.blog-search-input {
    position: relative;
    width: 100%
}

.blog-search-input input {
    width: 100%;
    height: 100%;
    padding: 12px 25px;
    border-radius: 32px;
    overflow: hidden;
    background-color: #f6f8fb
}

.blog-search-buttons {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    position: absolute;
    top: 50%;
    right: 0;
    transform: translateY(-50%)
}

.blog-search-buttons .btn-refresh {
    border-radius: 0;
    box-shadow: unset;
    background: rgba(0, 0, 0, 0);
    padding: 0 10px
}

.blog-search-info {
    margin-top: 5px;
    margin-left: 25px
}

.blog-search-notfound {
    margin-top: 70px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    flex-direction: column
}

.blog-search-notfound .title {
    font-size: 32px;
    font-weight: 700;
    line-height: 1;
    color: #253841;
    text-align: center
}

.blog-search-notfound .action {
    margin-top: 35px
}

.blog-view-top {
    margin-bottom: 30px
}

.blog-view-info {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    flex-wrap: wrap;
    gap: 10px 30px;
    line-height: 1.2;
    color: #9da1a8;
    margin-top: 20px
}

.blog-view-info .item {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    flex-wrap: nowrap;
    column-gap: 10px
}

.blog-view-info .item-calendar {
    display: block;
    width: 21px;
    height: 21px;
    background-image: url("../img/icons/calendar.svg");
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    margin-top: -4px
}

.blog-view-author {
    margin-bottom: 30px
}

.blog-view-image {
    height: 365px;
    margin-bottom: 50px
}

.blog-view-image .img {
    width: 100%;
    height: 100%;
    object-fit: cover
}

.blog-callback {
    margin: 35px 0
}

.blog-faq {
    margin-top: 70px
}

.blog-faq-title {
    font-size: 32px;
    font-weight: 700;
    line-height: 1.2;
    color: #253841;
    margin-bottom: 30px
}

.blog-author-container {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    background-color: #f6f8fb;
    padding: 20px 30px;
    border-radius: 30px;
    row-gap: 20px
}

.blog-author-left {
    position: relative;
    display: flex;
    flex-wrap: wrap;
    flex-wrap: nowrap;
    gap: 20px;
    padding-right: 40px
}

.blog-author-left .image {
    border-radius: 100%;
    overflow: hidden;
    width: 140px;
    height: auto;
    aspect-ratio: 1/1;
    flex-shrink: 0
}

.blog-author-left .image img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover
}

.blog-author-left .description {
    display: flex;
    flex-wrap: wrap;
    flex-wrap: nowrap;
    flex-direction: column;
    justify-content: space-between
}

.blog-author-left .description .job {
    font-size: 14px;
    font-weight: 300;
    line-height: 1;
    color: #9da1a8
}

.blog-author-left .description .author {
    flex-grow: 1;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    gap: 5px;
    flex-direction: column
}

.blog-author-left .description .author .title {
    font-size: 30px;
    font-weight: 500;
    line-height: 1.1
}

.blog-author-left .description .author .text {
    font-size: 14px
}

.blog-author-left .description .socials.socials-mobile {
    display: none
}

.blog-author-left .description .socials {
    display: flex;
    flex-wrap: wrap
}

.blog-author-left .description .socials a {
    color: inherit;
    text-decoration: none
}

.blog-author-left .description .socials-telegram {
    display: flex;
    align-items: center;
    flex-wrap: nowrap;
    gap: 5px;
    background-color: #fff;
    border-radius: 100px;
    padding: 5px;
    flex-basis: 140px;
    border: 1px solid rgba(0, 0, 0, 0);
    -webkit-transition: all .5s ease 0s;
    -moz-transition: all .5s ease 0s;
    -o-transition: all .5s ease 0s;
    -ms-transition: all .5s ease 0s;
    transition: all .5s ease 0s
}

.blog-author-left .description .socials-telegram .icon {
    background-image: url("../img/icons/header-telegram.svg");
    background-repeat: no-repeat;
    background-position: center;
    width: 30px;
    height: 30px;
    background-size: cover;
    flex-shrink: 0;
    box-shadow: inset -1px -4px 0 rgba(0, 0, 0, .2);
    border-radius: 100%
}

.blog-author-left .description .socials-telegram:hover {
    border-color: #4cb2df
}

.blog-author-left::after {
    position: absolute;
    top: 0;
    right: -12px;
    content: "";
    background-image: url("../img/blog/author-separator.svg");
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    width: 12px;
    height: 100%
}

.blog-author-right {
    display: flex;
    flex-wrap: wrap
}

.blog-author-right .achievements-list {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    column-gap: 40px
}

.blog-author-right .achievements-list li .title {
    font-size: 46px
}

.blog-author-right .achievements-list li .mobile-text {
    display: none
}

.blog-similar {
    margin-top: 50px
}

.blog-similar-title {
    font-size: 32px;
    font-weight: 700;
    line-height: 1.2;
    color: #253841;
    margin-bottom: 30px
}

.blog-similar .blog-item {
    filter: drop-shadow(0px 14px 20px rgba(0, 0, 0, 0.11))
}

.blog-similar .slick-arrow {
    -webkit-transition: .3s;
    -moz-transition: .3s;
    -o-transition: .3s;
    -ms-transition: .3s;
    transition: .3s;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    width: 50px;
    height: 50px;
    position: absolute;
    z-index: 5;
    top: 44%;
    cursor: pointer;
    transform: translateY(-50%);
    background: #fff;
    border-radius: 50%;
    filter: drop-shadow(0px 3px 3px rgba(0, 0, 0, 0.12));
    opacity: 1;
    visibility: visible
}

.blog-similar .slick-arrow.next {
    right: -18px
}

.blog-similar .slick-arrow.prev {
    left: -18px
}

.blog-similar .slick-arrow.slick-disabled {
    opacity: 0;
    visibility: hidden
}

.blog-similar .slick-arrow:hover {
    color: rgba(69, 69, 70, .5)
}

.blog-similar .slick-slide {
    margin: 0 10px;
    height: auto
}

.blog-similar .slick-track {
    display: flex;
    align-items: stretch;
    flex-wrap: wrap;
    padding-bottom: 70px
}

.blog-similar .slick-list {
    overflow: inherit;
    overflow-x: clip;
    margin: 0 -10px
}

@media(max-width: 1450px) {
    .blog-item .description .title {
        font-size: 17px;
        line-height: 1.5
    }

    .blog-item .description .text {
        font-size: 14px;
        line-height: 1.5
    }

    .blog-author-left {
        padding-right: 0
    }

    .blog-author-left::after {
        display: none
    }
}

@media(max-width: 1200px) {
    .blog-view-image {
        margin: 35px 0
    }

    .blog-author-left .description .author .title {
        font-size: 22px
    }

    .blog-author-right .achievements-list li .title {
        font-size: 26px
    }
}

@media(max-width: 992px) {
    .blog-item .description .all {
        display: block
    }

    .blog-item .image {
        display: none
    }

    .blog-item .image .bg {
        display: none
    }

    .blog-view-image {
        margin: 25px 0
    }

    .blog-callback {
        margin: 30px 0
    }

    .blog-author-right .achievements-list li .text br {
        display: none
    }
}

@media(max-width: 768px) {
    .blog {
        background-image: none
    }

    .blog-view-info {
        font-size: 13px;
        gap: 10px 10px
    }

    .blog-view-info .item-calendar {
        width: 16px;
        height: 16px;
        margin-top: -2px
    }

    .blog-view-image {
        height: 150px;
        margin: 0 -25px 25px
    }

    .blog-view-content {
        padding: 20px
    }

    .blog-view-author {
        margin-bottom: 0
    }

    .blog-search {
        margin-bottom: 25px
    }

    .blog-search-form {
        height: 50px
    }

    .blog-search-input input::placeholder {
        font-size: 14px
    }

    .blog-search-buttons .btn-send {
        position: relative;
        font-size: 12px
    }

    .blog-search-buttons .btn-send .text {
        display: none
    }

    .blog-search-buttons .btn-send::after {
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        font-family: "icomoon";
        content: "";
        font-size: 16px;
        font-weight: 100;
        color: #454546
    }

    .blog-search-buttons .btn-refresh {
        padding: 0 5px
    }

    .blog-search-info {
        font-size: 12px
    }

    .blog-search-notfound {
        margin-top: 20px
    }

    .blog-search-notfound .title {
        font-size: 24px
    }

    .blog-search-notfound .action {
        margin-top: 20px
    }

    .blog-item {
        padding: 20px
    }

    .blog-items {
        gap: 30px
    }

    .blog-callback {
        margin: 20px 0
    }

    .blog-faq {
        margin-top: 50px
    }

    .blog-faq-title {
        font-size: 24px;
        margin-bottom: 20px
    }

    .blog-similar-title {
        font-size: 24px;
        margin-bottom: 20px
    }

    .blog-author-container {
        border-radius: 0;
        margin: 0 -25px;
        padding: 15px 20px;
        row-gap: 10px
    }

    .blog-author-left {
        gap: 10px
    }

    .blog-author-left .image {
        width: 80px;
        align-self: flex-start
    }

    .blog-author-left .description {
        gap: 10px
    }

    .blog-author-left .description .job {
        font-size: 12px
    }

    .blog-author-left .description .author {
        gap: 3px;
        justify-content: flex-start
    }

    .blog-author-left .description .author .title {
        font-size: 18px;
        display: flex;
        align-items: center;
        flex-wrap: nowrap;
        column-gap: 5px
    }

    .blog-author-left .description .author .text {
        font-size: 12px;
        line-height: 1
    }

    .blog-author-left .description .socials {
        display: none
    }

    .blog-author-left .description .socials.socials-mobile {
        display: flex;
        flex-wrap: wrap
    }

    .blog-author-left .description .socials.socials-mobile .socials-telegram {
        padding: 0;
        background-color: rgba(0, 0, 0, 0);
        flex-basis: 0
    }

    .blog-author-left .description .socials.socials-mobile .socials-telegram .icon {
        width: 20px;
        height: 20px;
        box-shadow: none
    }

    .blog-author-right .achievements-list {
        gap: 8px
    }

    .blog-author-right .achievements-list li {
        position: relative;
        line-height: 28px;
        padding-left: 20px;
        flex-basis: 100%
    }

    .blog-author-right .achievements-list li .title {
        display: none
    }

    .blog-author-right .achievements-list li .text {
        display: none
    }

    .blog-author-right .achievements-list li .mobile-text {
        display: block;
        line-height: 1.4
    }

    .blog-author-right .achievements-list li::before {
        content: "";
        position: absolute;
        top: 8px;
        left: 0;
        width: 8px;
        height: 8px;
        background: #bad7c8;
        border-radius: 50%;
        margin-right: 5px
    }
}

.about {
    padding-bottom: 0;
    margin-bottom: 70px
}

.about-top .text {
    margin-top: 20px
}

.about-images {
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    flex-wrap: wrap;
    margin: 0 -15px
}

.about-images>li {
    width: 33.33%;
    padding: 0 15px
}

.about-images img {
    display: block;
    width: 100%
}

.about-title {
    margin-bottom: 30px
}

.about-title .title {
    font-size: 32px;
    font-weight: 700;
    line-height: 1.2;
    color: #253841
}

.about-solutions {
    margin-top: 70px
}

.about-solutions-list>li+li {
    margin-top: 20px
}

.about-solutions-item {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    flex-wrap: nowrap;
    column-gap: 20px;
    padding: 16px;
    border-radius: 60px;
    box-shadow: 0 0 15px rgba(0, 0, 0, .05);
    color: inherit;
    text-decoration: none;
    -webkit-transition: all .5s ease 0s;
    -moz-transition: all .5s ease 0s;
    -o-transition: all .5s ease 0s;
    -ms-transition: all .5s ease 0s;
    transition: all .5s ease 0s
}

.about-solutions-item .icons {
    flex-shrink: 0;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    flex-wrap: wrap;
    gap: 10px
}

.about-solutions-item .icon {
    width: 47px;
    height: 47px;
    background: rgba(0, 0, 0, 0) no-repeat center;
    border-radius: 100%
}

.about-solutions-item .title {
    flex-grow: 1;
    font-size: 20px;
    font-weight: 700;
    line-height: 1.2
}

.about-solutions-item:hover {
    color: #ffcf87;
    box-shadow: 0 0 25px rgba(0, 0, 0, .1)
}

.about-solutions-text {
    margin-top: 50px
}

.about-person-wrapper {
    margin-top: 50px
}

.about-person-container {
    display: flex;
    flex-wrap: wrap;
    flex-wrap: nowrap
}

.about-person-image {
    position: relative;
    flex-shrink: 0
}

.about-person-image .image img {
    display: block;
    width: 450px;
    height: 100%;
    object-fit: cover
}

.about-person-info {
    position: absolute;
    bottom: 45px;
    left: 0;
    padding: 10px 30px 20px;
    background-color: #253841;
    max-width: 75%
}

.about-person-info .title {
    font-size: 22px;
    font-weight: 700;
    line-height: 1.4;
    color: #ffcf87
}

.about-person-info .description {
    font-size: 16px;
    font-weight: 300;
    line-height: 1.3;
    color: #fff
}

.about-person-title .title {
    font-size: 32px;
    font-weight: 700;
    line-height: 1.3;
    color: #253841
}

.about-person-description {
    padding: 25px 50px;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    flex-wrap: nowrap;
    flex-direction: column;
    row-gap: 25px
}

.about-person-list {
    display: flex;
    flex-wrap: wrap;
    flex-wrap: nowrap;
    flex-direction: column;
    row-gap: 25px
}

.about-person-list li {
    display: flex;
    flex-wrap: wrap;
    flex-wrap: nowrap;
    column-gap: 20px
}

.about-person-list li .text {
    font-size: 16px;
    line-height: 1.5
}

.about-person-list li .marker {
    flex-shrink: 0;
    width: 30px;
    height: 30px;
    background-image: url("../img/icons/check-gold-gradient.svg");
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    box-shadow: -1px -2px 0 rgba(0, 0, 0, .15) inset;
    border-radius: 100%
}

.about-person-achievements {
    display: flex;
    flex-wrap: wrap;
    flex-wrap: nowrap;
    column-gap: 25px
}

.about-person-achievements .achievement-wide {
    flex-grow: 2
}

.about-person-achievements .achievement-short {
    flex-grow: 0
}

.about-person-achievements li {
    display: flex;
    flex-wrap: wrap;
    flex-wrap: nowrap;
    flex-direction: column;
    padding: 25px 30px;
    background-color: #f6f8fb;
    font-size: 14px;
    line-height: 1.4;
    border-radius: 20px;
    flex-basis: 190px;
    flex-grow: 1;
    row-gap: 15px
}

.about-person-achievements li .count {
    font-size: 46px;
    font-weight: 400;
    line-height: 1
}

.about-team {
    margin-top: 70px
}

.about-team-slider {
    position: relative;
    display: flex;
    align-items: stretch;
    justify-content: flex-start;
    flex-wrap: wrap;
    margin: 0 -15px
}

.about-team-slider>.about-team-person {
    width: 25%;
    margin: 0
}

.about-team-slider.owl-loaded {
    display: block
}

.about-team-slider .owl-nav {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translateX(-50%);
    width: 99vw;
    max-width: 1460px
}

.about-team-slider .owl-nav button {
    position: absolute;
    top: 50%;
    width: 44px;
    height: 44px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: nowrap;
    border-radius: 10px;
    background: rgba(210, 216, 225, .4);
    font-size: 30px;
    color: #9da1a8;
    -webkit-transition: all .5s ease 0s;
    -moz-transition: all .5s ease 0s;
    -o-transition: all .5s ease 0s;
    -ms-transition: all .5s ease 0s;
    transition: all .5s ease 0s
}

.about-team-slider .owl-nav button:hover {
    background: #d2d8e1;
    color: #253841
}

.about-team-slider .owl-nav button.owl-prev {
    left: 15px
}

.about-team-slider .owl-nav button.owl-next {
    right: 15px
}

.about-team-slider .owl-dots {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    gap: 5px;
    margin-top: 20px
}

.about-team-slider .owl-dot {
    display: block;
    width: 20px;
    height: 4px;
    border-radius: 5px;
    background: #f6f8fb
}

.about-team-slider .owl-dot.active {
    background: #253841
}

.about-team-person {
    display: flex;
    flex-direction: column;
    padding: 0 15px;
    height: 100%
}

.about-team-person .image img {
    display: block;
    width: 100%
}

.about-team-person .description {
    flex-grow: 1;
    padding: 20px 15px;
    color: #fff;
    background: #253841;
    text-align: center
}

.about-team-person .title {
    font-size: 22px;
    font-weight: 700;
    line-height: 1.2
}

.about-team-person .text {
    margin-top: 5px;
    font-weight: 300;
    line-height: 1.5
}

@media(max-width: 1450px) {
    .about-team-person .description {
        padding: 15px
    }

    .about-person-achievements {
        flex-direction: column;
        row-gap: 15px
    }

    .about-person-achievements li {
        flex-basis: 0;
        display: inline-block
    }

    .about-person-achievements li br {
        display: none
    }

    .about-person-achievements li .count {
        font-size: 28px;
        font-weight: 500
    }

    .about-person-achievements li .description {
        font-size: 28px
    }
}

@media(max-width: 1200px) {
    .about-team-person .title {
        font-size: 20px
    }

    .about-team-person .text {
        font-size: 14px
    }

    .about-person-container {
        flex-direction: column
    }

    .about-person-image {
        height: 700px
    }

    .about-person-image .image img {
        object-position: 0 30%;
        width: 100%;
    }

    .about-person-description {
        margin-top: 15px;
        padding: 0
    }
}

@media(max-width: 768px) {
    .about-title {
        margin-bottom: 20px
    }

    .about-title .title {
        font-size: 21px;
        line-height: 1.3
    }

    .about-images {
        margin: 0 -25px
    }

    .about-images>li {
        padding: 0
    }

    .about-solutions {
        margin-top: 30px
    }

    .about-solutions-item {
        display: block;
        border-radius: 15px;
        padding: 15px 20px
    }

    .about-solutions-item .icons {
        margin-bottom: 15px
    }

    .about-solutions-item .title {
        font-size: 18px
    }

    .about-team {
        margin-top: 50px
    }

    .about-person-wrapper {
        margin-top: 25px
    }

    .about-person-image {
        height: 400px
    }

    .about-person-image .image img {
        object-position: 0 25%
    }

    .about-person-info {
        position: absolute;
        bottom: 0;
        left: 0;
        right: 0;
        max-width: 100%;
        padding: 10px 12px
    }

    .about-person-info .title {
        font-size: 18px;
        text-align: center
    }

    .about-person-info .description {
        font-size: 14px;
        text-align: center
    }

    .about-person-description {
        margin-top: 15px;
        padding: 0
    }

    .about-person-title .title {
        font-size: 22px
    }

    .about-person-list li .marker {
        width: 20px;
        height: 20px
    }

    .about-person-achievements li {
        position: relative;
        padding: 0;
        padding-left: 20px;
        background-color: rgba(0, 0, 0, 0)
    }

    .about-person-achievements li .count {
        font-size: 18px
    }

    .about-person-achievements li .description {
        font-size: 18px
    }

    .about-person-achievements li::before {
        content: "";
        position: absolute;
        top: 12px;
        left: 0;
        width: 8px;
        height: 8px;
        transform: translateY(-50%);
        background-color: #bad7c8;
        border-radius: 50%;
        margin-right: 5px
    }
}

.solutions-list>li+li {
    margin-top: 30px
}

.solutions-item {
    display: flex;
    align-items: stretch;
    justify-content: space-between;
    flex-wrap: nowrap;
    background: #fff;
    box-shadow: 2px 2px 35px rgba(200, 203, 209, .4)
}

.solutions-item .image {
    width: 535px;
    min-height: 430px;
    flex-shrink: 0;
    position: relative;
    overflow: hidden
}

.solutions-item .image img {
    display: block;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 100%;
    object-fit: cover
}

.solutions-item .description {
    padding: 50px 40px 50px 50px
}

.solutions-item .solutions-features {
    margin-top: 25px
}

.solutions-item .solutions-date {
    margin-top: 10px;
    color: #9da1a8
}

.solutions-item .title {
    display: block;
    font-size: 26px;
    font-weight: 700;
    line-height: 1.3;
    color: #454546;
    text-decoration: none;
    -webkit-transition: all .5s ease 0s;
    -moz-transition: all .5s ease 0s;
    -o-transition: all .5s ease 0s;
    -ms-transition: all .5s ease 0s;
    transition: all .5s ease 0s
}

.solutions-item .title:hover {
    color: #ffcf87
}

.solutions-item .price {
    position: absolute;
    z-index: 6;
    top: 30px;
    left: 30px;
    padding: 16px 30px 12px;
    border-radius: 70px;
    background: #fff
}

.solutions-item .price-label {
    font-size: 14px;
    font-weight: 300;
    line-height: 1;
    margin-bottom: 5px
}

.solutions-item .price-value {
    font-size: 24px;
    font-weight: 700;
    line-height: 1;
    color: #253841
}

.solutions-item .text {
    margin-top: 20px;
    line-height: 1.6
}

.solutions-item .links {
    margin-top: 15px;
    line-height: 1.4
}

.solutions-item .links-label {
    display: inline;
    font-weight: 700
}

.solutions-item .links-list {
    display: inline
}

.solutions-item .links-list>li {
    display: inline
}

.solutions-item .links-list>li+li {
    position: relative;
    margin-left: 22px
}

.solutions-item .links-list>li+li:before {
    content: "";
    display: block;
    position: absolute;
    top: 4px;
    left: -16px;
    width: 7px;
    height: 7px;
    border-radius: 100%;
    background: #bad7c8
}

.solutions-item .links-list a {
    font-weight: 500;
    color: #253841
}

.solutions-item .action {
    margin-top: 20px
}

.solutions-item .link {
    position: relative;
    display: inline-block;
    font-size: 20px;
    font-weight: 500;
    line-height: 1.2;
    color: #253841;
    padding-right: 20px;
    text-decoration: none
}

.solutions-item .link:after {
    content: "";
    display: block;
    position: absolute;
    top: 50%;
    right: 0;
    width: 12px;
    height: 8px;
    background-image: url("../img/icons/btn-arrows-green.svg");
    background-repeat: no-repeat;
    background-position: center;
    margin-top: -5px
}

.solutions-item .link:hover {
    text-decoration: underline
}

.solutions-tiles {
    display: flex;
    align-items: stretch;
    justify-content: flex-start;
    flex-wrap: wrap;
    margin: 0 -15px;
    row-gap: 30px
}

.solutions-tiles>li {
    width: 50%;
    padding: 0 15px
}

.solutions-tile {
    display: flex;
    flex-direction: column;
    height: 100%;
    background: #fff;
    box-shadow: 2px 2px 35px rgba(200, 203, 209, .4);
    color: inherit;
    text-decoration: none;
    -webkit-transition: all .5s ease 0s;
    -moz-transition: all .5s ease 0s;
    -o-transition: all .5s ease 0s;
    -ms-transition: all .5s ease 0s;
    transition: all .5s ease 0s
}

.solutions-tile .image {
    background: #000
}

.solutions-tile .image img {
    display: block;
    width: 100%;
    -webkit-transition: all .5s ease 0s;
    -moz-transition: all .5s ease 0s;
    -o-transition: all .5s ease 0s;
    -ms-transition: all .5s ease 0s;
    transition: all .5s ease 0s
}

.solutions-tile .description {
    flex-grow: 1;
    padding: 35px 40px 40px
}

.solutions-tile .title {
    display: block;
    font-size: 24px;
    font-weight: 700;
    line-height: 1.3;
    color: #454546;
    -webkit-transition: all .5s ease 0s;
    -moz-transition: all .5s ease 0s;
    -o-transition: all .5s ease 0s;
    -ms-transition: all .5s ease 0s;
    transition: all .5s ease 0s
}

.solutions-tile .solutions-features {
    margin-top: 20px
}

.solutions-tile:hover {
    box-shadow: 2px 2px 35px rgba(200, 203, 209, .6)
}

.solutions-tile:hover .title {
    color: #253841
}

.solutions-tile:hover .image img {
    opacity: .8
}

.solutions-categories {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    flex-wrap: wrap;
    gap: 15px 30px;
    margin-bottom: 35px
}

.solutions-categories a {
    display: block;
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    flex-wrap: nowrap;
    font-size: 16px;
    font-weight: 600;
    line-height: 1.5;
    color: #bad7c8;
    text-decoration: none;
    padding: 12px 25px;
    border: 1px solid #bad7c8;
    border-radius: 64px;
    -webkit-transition: all .5s ease 0s;
    -moz-transition: all .5s ease 0s;
    -o-transition: all .5s ease 0s;
    -ms-transition: all .5s ease 0s;
    transition: all .5s ease 0s
}

.solutions-categories a:hover {
    background: #e8f3f1
}

.solutions-categories a.current {
    background: #bad7c8;
    color: #fff
}

.solutions-page-top {
    padding: 40px 0 60px;
    background: #f6f8fb
}

.solutions-page-top .breadcrumbs {
    margin-bottom: 40px
}

.solutions-page-top .solutions-features {
    margin-top: 30px
}

.solutions-page-brief {
    margin-top: 25px;
    font-size: 18px;
    font-weight: 300;
    line-height: 1.6
}

.solutions-page-content {
    padding: 65px 0
}

.solutions-page-map .home-map {
    margin: 0
}

.solutions-block-title {
    margin-bottom: 15px
}

.solutions-block-title .title {
    font-size: 24px;
    font-weight: 700;
    line-height: 1.2
}

.solutions-block+.solutions-block {
    margin-top: 70px
}

.solutions-features {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    flex-wrap: wrap;
    gap: 20px 30px
}

.solutions-feature {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    flex-wrap: nowrap;
    column-gap: 10px
}

.solutions-feature-icon {
    flex-shrink: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    width: 52px;
    height: 52px;
    border-radius: 100%;
    background: #f6f8fb
}

.solutions-feature-icon:before {
    content: "";
    display: block;
    width: 25px;
    height: 28px;
    background: rgba(0, 0, 0, 0) no-repeat center;
    background-size: contain
}

.solutions-feature-icon-square:before {
    background-image: url("../img/icons/solutions-square.svg")
}

.solutions-feature-icon-count:before {
    background-image: url("../img/icons/solutions-count.svg")
}

.solutions-feature-icon-install:before {
    background-image: url("../img/icons/solutions-install.svg")
}

.solutions-feature-title {
    line-height: 1.3
}

.solutions-feature-title .bold {
    font-weight: 700;
    color: #253841
}

.solutions-work {
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    flex-wrap: wrap;
    margin: 0 -15px;
    row-gap: 30px;
    margin-top: 30px
}

.solutions-work>li {
    width: 50%;
    padding: 0 15px
}

.solutions-work-item {
    position: relative;
    padding-left: 65px
}

.solutions-work-item .title {
    font-size: 20px;
    font-weight: 700;
    line-height: 1.2
}

.solutions-work-item .text {
    margin-top: 5px;
    font-size: 16px;
    font-weight: 300;
    line-height: 1.6
}

.solutions-work-item:before {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 40px;
    height: 40px;
    background-image: url("../img/icons/check-green.svg");
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain
}

.solutions-images {
    display: flex;
    flex-wrap: wrap;
    margin: 50px -5px 0;
    row-gap: 10px
}

.solutions-images>li {
    width: 33.33%;
    padding: 0 5px
}

.solutions-images .image {
    display: block;
    background: #000
}

.solutions-images .image img {
    display: block;
    width: 100%;
    -webkit-transition: all .5s ease 0s;
    -moz-transition: all .5s ease 0s;
    -o-transition: all .5s ease 0s;
    -ms-transition: all .5s ease 0s;
    transition: all .5s ease 0s
}

.solutions-images .image:hover img {
    opacity: .8
}

.solutions-callback {
    position: relative;
    z-index: 5;
    background: #f8fbfb;
    border-radius: 8px;
    box-shadow: 2px 2px 40px rgba(224, 237, 231, .46);
    padding: 40px 70px
}

.solutions-callback-content {
    position: relative;
    z-index: 10;
    max-width: 850px
}

.solutions-callback-content .title {
    font-size: 32px;
    font-weight: 700;
    line-height: 1.3;
    color: #ffcf87
}

.solutions-callback-content .text {
    font-size: 20px;
    line-height: 1.7;
    color: #fff;
    margin-top: 10px
}

.solutions-callback-content .form {
    margin-top: 30px;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    flex-wrap: wrap;
    column-gap: 10px;
    row-gap: 15px;
    max-width: 700px
}

.solutions-callback-content .form .input input {
    display: block;
    width: 100%;
    height: 55px;
    background: #fff;
    border-radius: 55px;
    padding: 0 20px
}

.solutions-callback-content .form .btn {
    letter-spacing: 0;
    padding: 0 25px
}

.solutions-callback-content .form .terms {
    color: #fff
}

.solutions-callback-content .form .terms a {
    color: #ffcf87
}

.solutions-callback-image {
    position: absolute;
    z-index: 2;
    bottom: 0;
    right: 60px
}

.solutions-callback-image .image {
    display: block;
    width: 345px
}

.solutions-callback-image .image img {
    display: block;
    width: 100%
}

.solutions-callback-image .description {
    position: absolute;
    bottom: 35px;
    left: 0
}

.solutions-callback-image .title {
    font-size: 20px;
    font-weight: 700;
    line-height: 1.4;
    color: #ffcf87
}

.solutions-callback-image .text {
    font-size: 17px;
    font-weight: 300;
    line-height: 1.4;
    color: #fff;
    margin-top: 5px
}

.solutions-callback-bg {
    display: block;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0
}

.solutions-callback-bg img {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    margin: 0 !important
}

.solutions-products {
    margin-top: 40px;
    line-height: 1.4
}

.solutions-products .label {
    display: inline;
    font-weight: 700
}

.solutions-products .list {
    display: inline
}

.solutions-products .list>li {
    display: inline
}

.solutions-products .list>li+li {
    position: relative;
    margin-left: 22px
}

.solutions-products .list>li+li:before {
    content: "";
    display: block;
    position: absolute;
    top: 4px;
    left: -16px;
    width: 7px;
    height: 7px;
    border-radius: 100%;
    background: #bad7c8
}

.solutions-products .list a {
    font-weight: 700;
    color: #bad7c8
}

.solutions-similar {
    padding: 60px 0
}

.solutions-similar-title {
    margin-bottom: 40px
}

@media(max-width: 1450px) {
    .solutions-page-top {
        padding: 40px 0 50px
    }

    .solutions-page-content {
        padding: 45px 60px
    }

    .solutions-block+.solutions-block {
        margin-top: 50px
    }

    .solutions-page-brief {
        font-size: 16px
    }

    .solutions-callback {
        padding: 40px 50px
    }

    .solutions-callback-content {
        max-width: 690px
    }

    .solutions-callback-image {
        right: 30px
    }

    .solutions-similar {
        padding: 45px 0
    }

    .solutions-tile .description {
        padding: 25px 30px 30px
    }

    .solutions-tile .title {
        font-size: 21px
    }

    .solutions-tile .solutions-features {
        margin-top: 15px
    }
}

@media(max-width: 1200px) {
    .solutions-item .image {
        width: 400px;
        min-height: 360px
    }

    .solutions-item .description {
        padding: 30px 20px 30px 30px
    }

    .solutions-item .title {
        font-size: 22px
    }

    .solutions-item .text {
        font-size: 14px
    }

    .solutions-item .link {
        font-size: 16px
    }

    .solutions-item .solutions-features {
        margin-top: 15px
    }

    .solutions-callback {
        padding: 30px 50px 40px
    }

    .solutions-callback-content {
        max-width: none
    }

    .solutions-callback-image {
        display: none
    }

    .solutions-tile .description {
        padding: 20px 25px 25px
    }

    .solutions-tile .title {
        font-size: 18px;
        line-height: 1.2
    }

    .solutions-tile .solutions-features {
        margin-top: 10px
    }
}

@media(max-width: 992px) {
    .solutions-list {
        display: block;
        margin: 0
    }

    .solutions-list>li {
        width: auto;
        padding: 0
    }

    .solutions-list>li+li {
        margin-top: 50px
    }

    .solutions-item {
        display: block
    }

    .solutions-item .image {
        width: 100%;
        height: 250px;
        min-height: auto
    }

    .solutions-item .title {
        padding-top: 0
    }

    .solutions-callback-content .title {
        font-size: 30px
    }
}

@media(max-width: 768px) {
    .solutions-categories {
        gap: 10px
    }

    .solutions-categories a {
        padding: 8px 20px;
        font-size: 14px
    }

    .solutions-item .description {
        padding: 15px 20px
    }

    .solutions-item .title {
        font-size: 18px
    }

    .solutions-features {
        font-size: 14px;
        margin-top: 10px;
        gap: 10px 15px
    }

    .solutions-feature-icon {
        width: 45px;
        height: 45px
    }

    .solutions-images {
        margin-top: 30px
    }

    .solutions-images>li {
        width: 50%
    }

    .solutions-page-top {
        padding: 20px 0
    }

    .solutions-page-top .breadcrumbs {
        margin-bottom: 10px
    }

    .solutions-page-brief {
        margin-top: 15px;
        font-size: 14px
    }

    .solutions-page-content {
        padding: 30px 0 40px
    }

    .solutions-block-title .title {
        font-size: 20px
    }

    .solutions-block+.solutions-block {
        margin-top: 35px
    }

    .solutions-work {
        display: block;
        margin: 0 0
    }

    .solutions-work>li {
        width: auto;
        padding: 0
    }

    .solutions-work>li+li {
        margin-top: 15px
    }

    .solutions-work-item {
        padding-left: 35px
    }

    .solutions-work-item .title {
        font-size: 16px
    }

    .solutions-work-item .text {
        font-size: 14px
    }

    .solutions-work-item:before {
        width: 24px;
        height: 24px;
        top: -3px
    }

    .solutions-similar {
        padding: 35px 0
    }

    .solutions-similar .title {
        margin-bottom: 20px
    }

    .solutions-callback {
        margin: 0 -25px;
        padding: 30px 25px;
        text-align: center
    }

    .solutions-callback-content .title {
        font-size: 22px
    }

    .solutions-callback-content .title br {
        display: none
    }

    .solutions-callback-content .text {
        font-size: 16px
    }

    .solutions-callback-content .form {
        margin-top: 20px;
        display: block
    }

    .solutions-callback-content .form .terms {
        margin-top: 15px
    }

    .solutions-callback-content .input {
        width: auto
    }

    .solutions-callback-content .btn {
        width: 100%;
        margin-top: 10px
    }

    .solutions-tiles {
        display: block;
        margin: 0
    }

    .solutions-tiles>li {
        width: auto;
        padding: 0
    }

    .solutions-tiles>li+li {
        margin-top: 20px
    }

    .solutions-tile .description {
        padding: 15px 20px 20px
    }

    .solutions-tile .title {
        font-size: 18px
    }
}

.order {
    background-image: url("../img/branch/branch-10.svg"), url(../img/branch/branch-16.svg);
    background-position: right center, left 90px bottom;
    background-repeat: no-repeat
}

.order-form {
    padding: 25px 80px;
    background: #fff;
    filter: drop-shadow(0 6px 33px rgba(1, 30, 25, 0.06))
}

.order-item {
    padding: 30px 0
}

.order-item .icon {
    font-size: 20px;
    color: #bad7c8;
    transform: translateY(-3px)
}

.order-inputs {
    display: flex;
    align-items: stretch;
    flex-wrap: wrap;
    max-width: 830px;
    flex-direction: column;
    gap: 25px
}

.order-inputs-double {
    display: flex;
    align-items: stretch;
    flex-wrap: nowrap;
    gap: 25px
}

.order-inputs-double label {
    flex: 1
}

.order-radio {
    display: flex;
    align-items: stretch;
    flex-wrap: wrap;
    flex-direction: column;
    gap: 25px
}

.order-radio .article {
    padding-left: 10px;
    color: rgba(170, 170, 170, .6)
}

.order-radio .article.block {
    display: block;
    padding-left: 0
}

.order-radio label {
    font-size: 16px;
    font-weight: 300;
    line-height: 24px
}

.order-radio .checker {
    width: 26px;
    height: 26px
}

.order-radio .checker-item input,
.order-radio .checker-item .checker {
    top: -2px
}

.order-title {
    font-size: 16px;
    font-weight: 500;
    line-height: 24px;
    text-transform: uppercase;
    padding-bottom: 25px
}

.order-info {
    width: 830px
}

.order-info-title {
    font-size: 14px;
    font-weight: 500;
    line-height: 1;
    text-align: right;
    padding: 0 0 15px 0
}

.order-info-item {
    padding: 10px 0;
    text-align: right
}

.order-info-promotion {
    font-size: 14px
}

.order-info-link {
    color: #bad7c8
}

.order-info-first {
    text-align: left
}

.order-border {
    border-top: 1px solid #e6f1ef;
    border-bottom: 1px solid #e6f1ef
}

.order-delivery {
    font-size: 16px;
    font-weight: 300;
    line-height: 24px
}

.order-delivery span {
    color: rgba(170, 170, 170, .6);
    padding-right: 10px
}

.order-total {
    font-size: 21px;
    font-weight: 300;
    line-height: 36px;
    margin-top: 25px
}

.order-total span {
    font-size: 30px;
    font-weight: 500;
    line-height: 36px;
    color: #2b3130;
    padding-left: 25px
}

.order-comment {
    margin-top: 30px;
    max-width: 830px
}

.order-actions {
    margin-top: 40px
}

.order-actions .btn {
    margin-top: 15px
}

.order-success {
    background: linear-gradient(#f3f8f9 120%, #f6f8fb 100%);
    padding-bottom: 130px
}

.order-success-content {
    max-width: 520px;
    margin: 0 auto
}

.order-success-title {
    font-family: "Tenor Sans", sans-serif;
    font-size: 38px;
    line-height: 52px
}

.order-success-text {
    font-size: 18px;
    font-weight: 300;
    line-height: 30px
}

.order-success-text+.order-success-text {
    margin-top: 15px
}

.order-success-text .rbs-mark {
    margin-left: 0;
    font-size: 14px
}

.order-success .btn {
    margin-top: 60px
}

.order-success::before {
    content: "";
    position: absolute;
    top: 30%;
    right: 0;
    width: 640px;
    height: 510px;
    background-image: url("../img/branch/branch-18.svg")
}

.order-modal-text {
    font-size: 18px;
    font-weight: 300;
    line-height: 30px;
    margin-top: 25px
}

.order-modal .btn {
    margin-top: 25px
}

.order-ins {
    padding: 25px 80px;
    background: #fff;
    filter: drop-shadow(0 6px 33px rgba(1, 30, 25, 0.06))
}

.order-details-item span {
    color: rgba(112, 112, 112, .6)
}

.order-details-item+.order-details-item {
    margin-top: 10px
}

@media(max-width: 1450px) {
    .order-success::before {
        width: 400px
    }
}

@media(max-width: 1200px) {
    .order-info {
        width: 100%
    }

    .order-success::before {
        width: 300px
    }
}

@media(max-width: 992px) {
    .order-inputs-double {
        flex-direction: column
    }

    .order-success::before {
        display: none
    }
}

@media(max-width: 768px) {
    .order {
        background-image: none
    }

    .order-inputs {
        gap: 15px
    }

    .order-inputs-double {
        gap: 15px
    }

    .order-item {
        padding: 25px 0;
        overflow-x: auto
    }

    .order-item::-webkit-scrollbar {
        height: 3px
    }

    .order-item::-webkit-scrollbar-thumb {
        background: #bad7c8
    }

    .order-info {
        width: 500px;
        max-width: 500px
    }

    .order-info-item {
        font-size: 13px;
        padding: 7px 0
    }

    .order-radio {
        gap: 15px
    }

    .order-radio .checker {
        width: 20px;
        height: 20px
    }

    .order-radio .checker-item {
        padding: 0 0 0 28px
    }

    .order-radio .checker-item input,
    .order-radio .checker-item .checker {
        top: 0
    }

    .order-radio label {
        font-size: 14px;
        line-height: 19px
    }

    .order-actions .checker-item {
        padding: 0 0 0 28px
    }

    .order-actions .checker-item .checker,
    .order-actions .checker-item input {
        top: -1px
    }

    .order-actions .btn {
        margin-top: 20px;
        width: 100%
    }

    .order-form {
        margin-top: 40px;
        padding: 0 15px 0
    }

    .order-success {
        padding-bottom: 40px
    }

    .order-success-content {
        margin: 0 15px
    }

    .order-success-title {
        text-align: center;
        font-size: 28px;
        line-height: 36px
    }

    .order-success-text {
        font-size: 16px;
        line-height: 25px
    }

    .order-success .btn {
        margin-top: 35px;
        width: 100%
    }

    .order-modal-title {
        text-align: left
    }

    .order-ins {
        padding: 0 15px
    }
}

.works {
    background-image: url("../img/branch/branch-11.svg"), url(../img/branch/branch-04.svg);
    background-position: right center, left center;
    background-repeat: no-repeat;
    border-bottom: 1px solid #e6f1ef
}

.works-items {
    margin-top: 50px
}

.works-item {
    padding: 15px;
    background: #fff;
    filter: drop-shadow(0px 11px 27px rgba(9, 59, 58, 0.07))
}

.works-item-wrapper {
    padding: 35px 50px;
    border: 1px solid #bad7c8
}

.works-item-title {
    font-size: 21px;
    font-weight: 500;
    line-height: 26px
}

.works-item-text {
    font-size: 16px;
    font-weight: 300;
    line-height: 26px;
    margin-top: 15px
}

.works-item+.works-item {
    margin-top: 50px
}

.works-slider {
    margin-top: 35px
}

.works-slider-item {
    width: auto;
    height: 255px;
    margin: 0 10px;
    position: relative
}

.works-slider-item img {
    width: 100%;
    height: 100%;
    object-fit: cover
}

.works-slider-item .bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -o-transition: all .3s;
    -ms-transition: all .3s;
    transition: all .3s;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    background: rgba(69, 69, 70, .5);
    opacity: 0
}

.works-slider-item .bg .icon {
    width: 85px;
    height: 85px
}

.works-slider-item:hover .bg {
    opacity: 1
}

.works-slider .slick-arrow {
    -webkit-transition: .3s;
    -moz-transition: .3s;
    -o-transition: .3s;
    -ms-transition: .3s;
    transition: .3s;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    width: 35px;
    height: 35px;
    position: absolute;
    z-index: 5;
    top: 49%;
    cursor: pointer;
    transform: translateY(-50%);
    background: #fff;
    border-radius: 50%;
    filter: drop-shadow(0px 3px 3px rgba(0, 0, 0, 0.12));
    opacity: 1;
    visibility: visible
}

.works-slider .slick-arrow.next {
    right: -40px
}

.works-slider .slick-arrow.prev {
    left: -40px
}

.works-slider .slick-arrow.slick-disabled {
    opacity: 0;
    visibility: hidden
}

.works-slider .slick-arrow:hover {
    color: rgba(69, 69, 70, .5)
}

.works-slider .slick-track {
    margin-left: 0 !important
}

.works-btn {
    display: block;
    margin: 50px auto;
    width: max-content
}

.works-showcase {
    padding: 80px 0 50px
}

.works-showcase-consult {
    background: url("../img/background/montage.jpg") no-repeat right;
    padding: 50px 40px 50px 85px;
    background-size: cover
}

@media(max-width: 1200px) {
    .works-showcase-consult {
        background-position: center
    }
}

@media(max-width: 992px) {
    .works-showcase-consult {
        padding: 30px
    }
}

@media(max-width: 768px) {
    .works-item-wrapper {
        padding: 20px
    }

    .works-item-text {
        font-size: 14px;
        line-height: 23px
    }

    .works-slider {
        margin-top: 15px
    }

    .works-slider-item {
        height: 230px
    }

    .works-btn {
        font-size: 9px
    }

    .works-showcase {
        padding: 20px 0 30px
    }

    .works-showcase-consult {
        margin: 0 15px
    }
}

.compare {
    background-image: url("../img/branch/branch-07.svg"), url(../img/branch/branch-08.svg);
    background-position: right center, left center;
    background-repeat: no-repeat
}

.compare-wrapper {
    display: flex;
    align-items: stretch;
    flex-wrap: nowrap;
    background: #fff;
    filter: drop-shadow(0 6px 33px rgba(1, 30, 25, 0.06));
    overflow: auto
}

.compare-wrapper::-webkit-scrollbar {
    width: 10px;
    height: 10px
}

.compare-wrapper::-webkit-scrollbar-thumb {
    background: #bad7c8
}

.compare-inner {
    display: flex;
    align-items: stretch;
    flex-wrap: nowrap;
    background: #fff;
    filter: drop-shadow(0 6px 33px rgba(1, 30, 25, 0.06))
}

.compare-props {
    width: 315px;
    height: 100%;
    border-right: 1px solid #e8f3f1;
    flex-shrink: 0
}

.compare-item {
    border-right: 1px solid #e8f3f1;
    height: 100%
}

.compare-head {
    height: 300px;
    border-bottom: 1px solid #e8f3f1
}

.compare-head-btns {
    margin-top: auto;
    padding: 30px;
    width: 315px
}

.compare-head-clear {
    margin: 30px;
    background: rgba(216, 216, 216, .38);
    color: #454546;
    border: 1px solid rgba(216, 216, 216, .38)
}

.compare-head-clear:hover {
    background: rgba(216, 216, 216, .58);
    border: 1px solid rgba(216, 216, 216, .58)
}

.compare-row {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    height: 65px;
    padding: 5px 15px;
    line-height: 23px;
    border-bottom: 1px solid #e8f3f1;
    overflow-y: auto
}

.compare-row::-webkit-scrollbar {
    width: 2px
}

.compare-row::-webkit-scrollbar-thumb {
    background: #bad7c8
}

.compare-row.spec {
    text-transform: uppercase;
    color: #aaa;
    font-weight: 300
}

.compare-rows {
    display: none
}

.compare-toggle {
    -webkit-transition: all .5s ease 0s;
    -moz-transition: all .5s ease 0s;
    -o-transition: all .5s ease 0s;
    -ms-transition: all .5s ease 0s;
    transition: all .5s ease 0s;
    width: 300px;
    height: 36px;
    display: flex;
    align-items: center;
    justify-content: space-around;
    flex-wrap: wrap;
    flex-wrap: nowrap;
    margin: 20px auto 0;
    cursor: pointer;
    border-radius: 7px;
    background: #fff;
    box-shadow: 0 3px 6px rgba(1, 28, 22, .137254902)
}

.compare-toggle .rbs-icon {
    -webkit-transform: rotate(-90deg);
    -moz-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    -o-transform: rotate(-90deg);
    transform: rotate(-90deg)
}

.compare-toggle:hover {
    box-shadow: 0 1px 2px rgba(1, 28, 22, .137254902)
}

.compare-toggle.open .rbs-icon {
    -webkit-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    transform: rotate(90deg)
}

.compare-label {
    font-size: 16px;
    font-weight: 700;
    line-height: 28px;
    padding: 15px 28px;
    width: 100%;
    border: 1px solid #e8f3f1;
    background: #fff
}

.compare-is {
    width: 10px;
    height: 10px;
    background: #bad7c8;
    border-radius: 50%
}

.compare-not {
    width: 10px;
    height: 10px;
    background: #e01e1f;
    border-radius: 50%
}

.compare-checker {
    text-align: left
}

.compare-overflow {
    box-shadow: 0 6px 33px rgba(1, 30, 25, .06);
    overflow-x: auto
}

.compare-overflow::-webkit-scrollbar {
    height: 10px
}

.compare-overflow::-webkit-scrollbar-thumb {
    background: #bad7c8
}

.compare-card {
    color: inherit;
    text-decoration: none;
    height: 100%;
    display: flex;
    flex-direction: column
}

.compare-card-top.card-top {
    display: flex;
    justify-content: space-between;
    flex-wrap: nowrap
}

.compare-card-top.card-top .card-tags {
    top: 50%;
    left: 10px;
    transform: translateY(-50%)
}

.compare-card-img {
    width: 100%;
    height: 150px
}

.compare-card-img .img {
    width: 100%;
    height: 100%;
    object-fit: contain
}

.compare-card-price {
    height: 50px;
    margin-top: 20px
}

.compare-card-price .montage-promotion {
    transform: translateY(-3px)
}

.compare-card-bottom .btn {
    margin-left: auto
}

.compare-slider {
    width: calc(100% - 315px)
}

.compare-slider .slick-arrow {
    -webkit-transition: .3s;
    -moz-transition: .3s;
    -o-transition: .3s;
    -ms-transition: .3s;
    transition: .3s;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    width: 50px;
    height: 50px;
    position: absolute;
    z-index: 5;
    top: 220px;
    cursor: pointer;
    background: #fff;
    border-radius: 50%;
    filter: drop-shadow(0px 3px 3px rgba(0, 0, 0, 0.12));
    opacity: 1;
    visibility: visible
}

.compare-slider .slick-arrow.next {
    right: -27px
}

.compare-slider .slick-arrow.prev {
    left: -27px
}

.compare-slider .slick-arrow.slick-disabled {
    opacity: 0;
    visibility: hidden
}

.compare-slider .slick-arrow:hover {
    color: rgba(69, 69, 70, .5)
}

.compare-slider .slick-track {
    margin-left: 0
}

@media(max-width: 1200px) {
    .compare-props {
        width: 300px
    }

    .compare-head {
        height: 300px
    }

    .compare-card-img {
        height: 170px
    }

    .compare-card-title {
        font-size: 15px;
        line-height: 20px
    }

    .compare-card-price {
        margin-top: 15px
    }

    .compare-card-top {
        max-height: 400px
    }

    .compare-card-bottom {
        position: static;
        padding: 10px 15px 15px;
        bottom: -70px
    }

    .compare-card-bottom .btn {
        padding: 0 25px
    }

    .compare-row {
        height: 50px;
        font-size: 13px;
        line-height: 16px
    }

    .compare-slider .slick-arrow.next {
        right: -42px
    }
}

@media(max-width: 992px) {
    .compare-head {
        height: 350px
    }

    .compare-head-btns {
        width: 245px
    }

    .compare-head-clear {
        margin: 35px 15px 15px
    }

    .compare-head .btn {
        width: 100%;
        padding: 0 15px
    }

    .compare-card-top {
        max-height: 370px
    }

    .compare-card-title.card-title {
        font-size: 16px
    }

    .compare-card-img {
        height: 125px
    }

    .compare-card-price .price {
        font-size: 21px
    }

    .compare-card-price .price .rbs-mark {
        font-size: 17px;
        transform: translateY(-2px)
    }

    .compare-card-price .montage-promotion {
        max-width: 85px;
        text-align: right
    }

    .compare-card-bottom.card-bottom {
        justify-content: center;
        flex-wrap: wrap;
        padding: 10px 15px 15px
    }

    .compare-card-bottom.card-bottom .btn {
        margin: 0 auto
    }

    .compare-row {
        height: 45px;
        font-size: 12px;
        line-height: 15px;
        padding: 5px 15px
    }

    .compare-props {
        width: 215px
    }

    .compare-slider {
        width: calc(100% - 215px)
    }

    .compare-slider .slick-arrow.next {
        right: -15px
    }

    .compare-slider .slick-arrow.prev {
        left: -15px
    }
}

@media(max-width: 768px) {
    .compare-props {
        width: 125px;
        flex-shrink: 0
    }

    .compare-row {
        font-size: 8px
    }

    .compare-inner {
        justify-content: flex-start
    }

    .compare-head {
        height: 280px
    }

    .compare-head .card-top {
        align-items: center;
        justify-content: flex-start;
        gap: 10px
    }

    .compare-card-img {
        margin: 0 auto;
        height: 70px
    }

    .compare-card-bottom.card-bottom {
        margin-top: 0;
        padding: 8px
    }

    .compare-card-bottom.card-bottom .card-callback {
        height: 30px;
        font-size: 8px
    }

    .compare-slider {
        flex-grow: 1
    }

    .compare-slider .slick-arrow {
        width: 25px;
        height: 25px
    }

    .compare-slider .slick-arrow::before {
        font-size: 9px
    }
}

.search {
    border-bottom: 1px solid #e8f3f1
}

.search-container {
    background: #fff;
    padding: 40px 80px;
    margin-bottom: 60px
}

.search-top {
    margin-bottom: 25px
}

.search-top .title {
    font-size: 28px;
    font-weight: 400;
    line-height: 33px
}

.search-top .text {
    font-size: 14px;
    font-weight: 300;
    line-height: 24px;
    color: #454546;
    margin-top: 5px
}

.search-field {
    position: relative
}

.search-input {
    padding: 0 55px 0 35px
}

.search-clear {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    position: absolute;
    top: 0;
    right: 0;
    width: 52px;
    height: 52px;
    font-size: 18px;
    color: rgba(157, 161, 168, .6);
    text-decoration: none;
    cursor: pointer;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all .5s ease 0s;
    -moz-transition: all .5s ease 0s;
    -o-transition: all .5s ease 0s;
    -ms-transition: all .5s ease 0s;
    transition: all .5s ease 0s
}

.search-clear:hover {
    color: #ffcf87
}

.search-clear.show {
    opacity: 1;
    visibility: visible
}

.search-actions {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 20px;
    margin-top: 15px
}

.search-count {
    font-size: 14px;
    font-weight: 300;
    line-height: 24px;
    color: #aaafaf
}

.search-header {
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -o-transition: all .3s;
    -ms-transition: all .3s;
    transition: all .3s;
    max-width: 515px;
    width: 100%;
    position: relative
}

.search-header-hidden {
    display: none
}

.search-header-input {
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -o-transition: all .3s;
    -ms-transition: all .3s;
    transition: all .3s;
    width: 100%;
    height: 45px;
    background: #f6f8fb;
    padding: 15px 60px 15px 15px
}

.search-header-input:focus {
    box-shadow: 0 2px 10px rgba(1, 30, 25, .2)
}

.search-header-input:hover {
    box-shadow: 0 2px 10px rgba(1, 30, 25, .2)
}

.search-header-input::placeholder {
    font-size: 13px;
    font-weight: 300;
    line-height: 1;
    color: rgba(125, 136, 134, .6)
}

.search-header-btn {
    position: absolute;
    top: 0;
    right: 0;
    width: 45px;
    height: 45px;
    background: rgba(0, 0, 0, 0)
}

.search-header-result {
    position: absolute;
    top: 45px;
    right: 0;
    display: none;
    box-shadow: 1px 7px 10px 0 rgba(1, 30, 25, .2);
    background: #fff;
    width: 100%;
    max-height: 370px;
    overflow-y: auto
}

.search-header-result.show {
    opacity: 1;
    visibility: visible
}

.search-header-result::-webkit-scrollbar {
    width: 3px
}

.search-header-result::-webkit-scrollbar-thumb {
    background: #bad7c8
}

.search-header-found>li {
    border-bottom: 1px solid #e6f1ef
}

.search-header-found>li:last-child {
    margin: 0
}

.search-header-item {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    flex-wrap: nowrap;
    padding: 10px 15px;
    color: inherit;
    text-decoration: none;
    -webkit-transition: all .5s ease 0s;
    -moz-transition: all .5s ease 0s;
    -o-transition: all .5s ease 0s;
    -ms-transition: all .5s ease 0s;
    transition: all .5s ease 0s
}

.search-header-item:hover {
    background: #e8f3f1
}

.search-header-item .image {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    width: 60px;
    height: 60px;
    flex-shrink: 0
}

.search-header-item .image picture {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    width: 100%;
    height: 100%
}

.search-header-item .image img {
    display: block;
    max-width: 100%;
    max-height: 100%
}

.search-header-item .description {
    flex-grow: 1;
    padding: 0 25px
}

.search-header-item .description .title {
    font-size: 14px;
    font-weight: 700;
    line-height: 1.5
}

.search-header-item .description .availability {
    font-size: 13px;
    line-height: 1;
    color: #6b6b6b;
    margin-top: 5px
}

.search-header-item .description .availability .icon-status-check {
    width: 13px;
    height: 13px;
    margin-right: 5px;
    background-size: contain
}

.search-header-item .description .availability .rbs-icon {
    color: #e01e1f;
    vertical-align: -1px
}

.search-header-item .price {
    font-size: 18px;
    font-weight: 700;
    line-height: 1;
    flex-shrink: 0;
    white-space: nowrap
}

.search-header-empty {
    font-size: 14px;
    line-height: 1.5;
    color: #9da1a8;
    padding: 15px 20px
}

.search-header-empty a {
    color: #454546
}

.search-empty-wrapper {
    position: relative;
    padding-left: 120px;
    width: 615px;
    margin: 0 auto
}

.search-empty-img {
    position: absolute;
    top: -15px;
    left: 0
}

.search-empty-title {
    font-size: 35px;
    font-weight: 400;
    line-height: 33px
}

.search-empty-text {
    margin-top: 15px;
    font-weight: 300
}

@media(max-width: 1450px) {
    .search-header {
        max-width: 315px
    }
}

@media(max-width: 1200px) {
    .search-header-found .img {
        height: 60px
    }

    .search-header-found .description .title {
        font-size: 13px;
        line-height: 30px
    }

    .search-header-found .description .text {
        font-size: 16px;
        line-height: 30px
    }

    .search-header-item-wrapper {
        padding: 10px
    }
}

@media(max-width: 992px) {
    .search-wrapper {
        padding: 25px 35px
    }

    .search-header {
        max-width: 285px
    }

    .search-header-btn {
        width: 40px;
        height: 40px
    }

    .search-header-btn i {
        font-size: 18px
    }

    .search-header-input {
        height: 40px;
        font-size: 13px
    }

    .search-header-input::placeholder {
        font-size: 13px
    }

    .search-header-found {
        padding: 10px 0
    }

    .search-header-found .img {
        height: 50px
    }

    .search-header-found .description .title {
        font-size: 12px;
        line-height: 23px
    }

    .search-header-found .description .text {
        font-size: 13px;
        line-height: 23px
    }

    .search-header-item {
        padding: 0 10px
    }

    .search-header-item-wrapper {
        gap: 15px;
        padding: 7px
    }
}

@media(max-width: 768px) {
    .search-wrapper {
        padding: 20px
    }

    .search-title {
        font-size: 19px
    }

    .search-header {
        display: none
    }

    .search-container {
        padding: 25px 20px
    }
}

.airnanny-a7 {
    background: rgba(245, 248, 250, .92);
    border-bottom: 1px solid #e8f3f1
}

.airnanny-a7 h2 {
    font-weight: normal
}

.airnanny-a7 .catalog-bottom {
    padding-top: 0;
    background: rgba(0, 0, 0, 0)
}

.airnanny-a7 .compare__section {
    padding-bottom: 105px
}

.airnanny-a7__title {
    font-family: "Tenor Sans", serif;
    font-size: 28px;
    line-height: 46px;
    margin-bottom: 25px;
    position: relative;
    z-index: 10;
    text-transform: uppercase
}

.airnanny-a7-offer {
    background-image: url(../img/airnanny-a7/airnanny-offer.png);
    padding: 105px 0 95px;
    position: relative
}

.airnanny-a7-offer__title {
    font-family: "Tenor Sans", serif;
    font-size: 62px;
    line-height: 67px
}

.airnanny-a7-offer__characteristic {
    margin-bottom: 20px
}

.airnanny-a7-offer__characteristic h1 {
    margin: 20px 0;
    font-size: 25px
}

.airnanny-a7-offer__characteristic-list {
    margin-bottom: 55px
}

.airnanny-a7-offer__btn {
    display: inline-block;
    line-height: 48px
}

.airnanny-a7-offer__label {
    position: absolute;
    right: 250px;
    top: 135px
}

.airnanny-a7-offer__label-wrapper {
    position: absolute;
    top: 60px;
    left: 55px;
    padding: 30px;
    background: #fff;
    border-radius: 50%;
    width: 185px;
    height: 185px;
    filter: drop-shadow(0px 4px 6px rgba(0, 0, 0, 0.13))
}

.airnanny-a7-offer__label-title {
    font-family: "Tenor Sans";
    font-size: 19px;
    line-height: 25px;
    text-align: center;
    text-transform: uppercase;
    margin-bottom: 17px;
    position: relative
}

.airnanny-a7-offer__label-title:before {
    content: "";
    position: absolute;
    bottom: -10px;
    left: 42px;
    width: 41px;
    height: 2px;
    background: #eec76f
}

.airnanny-a7-offer__label-text {
    font-weight: 300;
    font-size: 16px;
    line-height: 23px;
    text-align: center
}

.airnanny-a7-offer__label-img {
    position: relative;
    z-index: 10
}

.airnanny-a7-peculiar {
    padding-top: 60px;
    margin-bottom: 115px;
    background: rgba(245, 248, 250, .92);
    position: relative
}

.airnanny-a7-peculiar__text {
    margin-bottom: 55px;
    font-weight: 300;
    font-size: 16px;
    line-height: 26px;
    position: relative;
    z-index: 10
}

.airnanny-a7-peculiar__list {
    display: flex;
    justify-content: space-between;
    flex-wrap: nowrap;
    position: relative;
    z-index: 10
}

.airnanny-a7-peculiar__list-title {
    font-weight: 500;
    font-size: 21px;
    line-height: 28px;
    margin: 20px 0
}

.airnanny-a7-peculiar__list-text {
    font-weight: 300;
    font-size: 14px;
    line-height: 26px
}

.airnanny-a7-peculiar__list-icon {
    height: 63px;
    width: 63px
}

.airnanny-a7-peculiar__list-icon--mob {
    display: none;
    width: 35px;
    height: 35px
}

.airnanny-a7-peculiar__list>li {
    width: 25%;
    padding-right: 35px;
    padding-left: 0 !important
}

.airnanny-a7-peculiar__list>li::before {
    display: none
}

.airnanny-a7-peculiar>.catalog-bottom__clouds {
    top: 0
}

.airnanny-a7-size__items {
    display: flex;
    justify-content: space-between
}

.airnanny-a7-size__item {
    background: #fff;
    display: flex;
    align-items: center;
    width: 48%;
    padding: 25px 60px 30px;
    box-shadow: 4px 4px 8px 0px rgba(34, 60, 80, .09)
}

.airnanny-a7-size__item-img {
    margin-right: 30px
}

.airnanny-a7-size__item-title {
    font-weight: 500;
    font-size: 21px;
    line-height: 26px;
    margin-bottom: 20px
}

.airnanny-a7-size__item-text {
    font-weight: 300;
    font-size: 14px;
    line-height: 24px
}

.airnanny-a7-photos {
    margin-top: 110px;
    background: #fff;
    position: relative;
    z-index: 20
}

.airnanny-a7-photos .gradient-top-down {
    position: absolute;
    top: 0;
    width: 100%
}

.airnanny-a7-photos__inner {
    border: 1px solid #c5e2d4;
    padding: 20px
}

.airnanny-a7-photos__items {
    display: grid;
    grid-template-columns: repeat(6, 1fr);
    grid-template-rows: repeat(2, 1fr);
    grid-template-areas: "r1 r1 r2 r3 r4 r4" "r1 r1 r5 r5 r4 r4";
    grid-gap: 16px
}

.airnanny-a7-photos__item-inner {
    background: #fff;
    padding: 20px 35px;
    border: 3px solid #c5e2d4
}

.airnanny-a7-photos__item:nth-of-type(1) {
    grid-area: r1
}

.airnanny-a7-photos__item:nth-of-type(2) {
    grid-area: r2
}

.airnanny-a7-photos__item:nth-of-type(3) {
    grid-area: r3
}

.airnanny-a7-photos__item:nth-of-type(4) {
    grid-area: r4
}

.airnanny-a7-photos__item:nth-of-type(5) {
    grid-area: r5
}

.airnanny-a7-photos__img {
    width: 100%;
    height: 100%;
    display: block
}

.airnanny-a7-photos__link {
    display: block;
    height: 100%
}

.airnanny-a7-photos__text {
    font-weight: 300;
    font-size: 15px;
    line-height: 28px
}

.airnanny-a7-photos__text+.airnanny-a7-photos__text {
    margin-top: 20px
}

.airnanny-a7-characteristics {
    padding-top: 115px;
    background: #fff;
    position: relative
}

.airnanny-a7-characteristics .gradient-down-top {
    position: absolute;
    bottom: 0;
    width: 100%
}

.airnanny-a7-characteristics .branch {
    position: absolute;
    right: 0
}

.airnanny-a7-characteristics .airnanny-a7__title {
    margin-bottom: 50px
}

.airnanny-a7-characteristics__list,
.airnanny-a7-characteristics__list-added {
    display: flex;
    margin: 0 -15px;
    flex-wrap: wrap
}

.airnanny-a7-characteristics__list>li,
.airnanny-a7-characteristics__list-added>li {
    width: 25%;
    padding: 0 15px;
    margin-top: 75px
}

.airnanny-a7-characteristics__list>li:nth-child(-n+4),
.airnanny-a7-characteristics__list-added>li:nth-child(-n+4) {
    margin-top: 0
}

.airnanny-a7-characteristics__list-title,
.airnanny-a7-characteristics__list-added-title {
    font-weight: 500;
    font-size: 21px;
    line-height: 26px;
    margin-bottom: 10px
}

.airnanny-a7-characteristics__list-text,
.airnanny-a7-characteristics__list-added-text {
    font-weight: 300;
    font-size: 14px;
    line-height: 26px
}

.airnanny-a7-characteristics__list-hidden {
    margin-top: 75px;
    display: none
}

.airnanny-a7-characteristics__btn {
    transition: .3s;
    height: 52px;
    border-radius: 26px;
    background: rgba(0, 0, 0, 0);
    border: 1px solid #eec76f;
    padding: 0 55px;
    font-size: 12px;
    letter-spacing: .1em;
    text-align: center;
    color: #e4bb60;
    text-transform: uppercase;
    cursor: pointer;
    display: block;
    margin: 30px auto
}

.airnanny-a7-characteristics__btn:hover {
    border: 1px solid #cba451;
    color: #cba451
}

.airnanny-a7-characteristics__img {
    margin-bottom: 25px
}

.airnanny-a7-characteristics__img--mob {
    display: none
}

.airnanny-a7-models {
    margin-top: 120px;
    padding-bottom: 105px
}

.airnanny-a7-models .compare {
    height: 1330px;
    overflow-x: hidden
}

.airnanny-a7-models .compare::-webkit-scrollbar {
    width: 3px;
    background-color: #fff
}

.airnanny-a7-models .compare::-webkit-scrollbar-thumb {
    background: #e1eeeb
}

.airnanny-a7-application {
    margin-top: 105px
}

.airnanny-a7-application__inner {
    border: 1px solid #c5e2d4;
    padding: 11px;
    height: 100%
}

.airnanny-a7-application__list {
    display: flex;
    align-items: stretch;
    margin: 0 -15px
}

.airnanny-a7-application__list>li {
    width: 25%;
    padding: 0 15px
}

.airnanny-a7-application__list-description {
    padding: 20px 23px 60px;
    display: flex;
    flex-direction: column
}

.airnanny-a7-application__list-fone {
    position: absolute;
    top: 146px;
    left: 0;
    width: 100%
}

.airnanny-a7-application__list-item {
    background: #fff no-repeat;
    background-size: cover;
    position: relative;
    height: 100%;
    display: flex;
    flex-direction: column
}

.airnanny-a7-application__list-title {
    font-weight: 500;
    font-size: 18px;
    line-height: 28px;
    text-transform: uppercase;
    margin-bottom: 20px
}

.airnanny-a7-application__list-text {
    font-weight: 300;
    font-size: 14px;
    line-height: 26px
}

.airnanny-a7-slider {
    position: relative
}

.airnanny-a7-slider>.catalog-bottom__clouds {
    top: 0
}

.airnanny-a7-slider__item {
    display: flex;
    flex-wrap: nowrap;
    position: relative
}

.airnanny-a7-slider__item-img {
    height: 360px;
    display: flex;
    align-items: stretch;
    width: 40%;
    background: #fff;
    border: 1px solid #badfcd;
    padding: 10px
}

.airnanny-a7-slider__item-img img {
    width: 100%;
    height: 100%;
    display: block;
    object-fit: cover
}

.airnanny-a7-slider__item-description {
    width: 60%;
    padding: 0 100px
}

.airnanny-a7-slider__item-num {
    font-family: "Tenor Sans";
    font-size: 42px;
    line-height: 73px;
    color: #badfcd;
    margin-bottom: 20px
}

.airnanny-a7-slider__item-title {
    font-weight: 500;
    font-size: 21px;
    line-height: 26px;
    margin-bottom: 10px
}

.airnanny-a7-slider__item-text {
    font-weight: 300;
    font-size: 16px;
    line-height: 28px
}

.airnanny-a7-slider .owl-prev,
.airnanny-a7-slider .owl-next {
    transition: .2s;
    position: absolute;
    cursor: pointer;
    border-radius: 50%;
    font-size: 30px;
    font-weight: 300;
    border: none;
    width: 38px;
    height: 38px;
    background: #fff;
    filter: drop-shadow(0px 3px 6px rgba(0, 0, 0, 0.12))
}

.airnanny-a7-slider .owl-prev:hover,
.airnanny-a7-slider .owl-next:hover {
    filter: none
}

.airnanny-a7-slider .owl-prev {
    top: 225px;
    left: 575px;
    transform: rotate(180deg);
    display: flex;
    align-items: center;
    justify-content: center
}

.airnanny-a7-slider .owl-next {
    right: 25px;
    top: 225px;
    display: flex;
    align-items: center;
    justify-content: center
}

.airnanny-a7-slider .slick-initialized .slick-slide {
    display: flex;
    align-items: stretch;
    flex-wrap: wrap
}

.airnanny-a7-slider .slick-arrow {
    -webkit-transition: .3s;
    -moz-transition: .3s;
    -o-transition: .3s;
    -ms-transition: .3s;
    transition: .3s;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    width: 35px;
    height: 35px;
    position: absolute;
    z-index: 5;
    top: 49%;
    cursor: pointer;
    transform: translateY(-50%);
    background: #fff;
    border-radius: 50%;
    filter: drop-shadow(0px 3px 3px rgba(0, 0, 0, 0.12));
    opacity: 1;
    visibility: visible
}

.airnanny-a7-slider .slick-arrow.next {
    right: 40px;
    top: 180px
}

.airnanny-a7-slider .slick-arrow.prev {
    top: 180px;
    left: 558px
}

.airnanny-a7-slider .slick-arrow.slick-disabled {
    opacity: 0;
    visibility: hidden
}

.airnanny-a7-slider .slick-arrow:hover {
    color: rgba(69, 69, 70, .5)
}

.airnanny-a7-showcase {
    padding-bottom: 100px
}

@media(max-width: 1450px) {
    .airnanny-a7 .catalog-bottom .about__banner {
        padding: 31px 20px 31px 45px !important
    }

    .airnanny-a7-size__item {
        padding: 25px 25px 30px
    }

    .airnanny-a7-photos__items {
        grid-template-columns: auto;
        grid-template-rows: 220px 300px
    }

    .airnanny-a7-photos__item-inner {
        padding: 32px 35px
    }

    .airnanny-a7-photos__text {
        line-height: 28px
    }

    .airnanny-a7-photos__text+.airnanny-a7-photos__text {
        margin-top: 20px
    }

    .airnanny-a7-slider__item {
        align-items: self-end
    }

    .airnanny-a7-slider .owl-prev {
        left: 500px
    }

    .airnanny-a7-application__inner {
        height: 100%
    }

    .airnanny-a7-application__list {
        align-items: stretch
    }

    .airnanny-a7-application__list-fone {
        top: 122px
    }

    .airnanny-a7-application__list-description {
        padding: 20px 15px 25px
    }

    .airnanny-a7-application__list-item {
        height: 100%
    }

    .airnanny-a7-form__back {
        width: 210px
    }
}

@media(max-width: 1200px) {
    .airnanny-a7 .catalog-bottom .about__banner {
        padding: 31px 20px 60px 45px !important
    }

    .airnanny-a7-offer {
        background-size: cover
    }

    .airnanny-a7-size__items {
        flex-wrap: wrap
    }

    .airnanny-a7-size__item {
        width: 100%
    }

    .airnanny-a7-size__item+.airnanny-a7-size__item {
        margin-top: 20px
    }

    .airnanny-a7-photos__items {
        grid-template-columns: repeat(4, 1fr);
        grid-template-rows: auto;
        grid-template-areas: "r1 r1 r1 r1" "r2 r3 r4 r4" "r5 r5 r4 r4";
        grid-gap: 16px
    }

    .airnanny-a7-slider__item {
        align-items: self-end
    }

    .airnanny-a7-slider__item-description {
        padding: 0 35px
    }

    .airnanny-a7-slider__item-img {
        height: 255px
    }

    .airnanny-a7-slider__item-img img {
        object-fit: cover
    }

    .airnanny-a7-slider .owl-prev {
        left: 130px;
        top: 360px
    }

    .airnanny-a7-slider .owl-next {
        left: 220px;
        right: auto;
        top: 360px
    }

    .airnanny-a7-application__list {
        flex-wrap: wrap;
        justify-content: center
    }

    .airnanny-a7-application__list>li {
        width: 45%;
        margin-top: 30px
    }

    .airnanny-a7-application__list>li:nth-child(-n+2) {
        margin-top: 0
    }

    .airnanny-a7-application__list-fone {
        top: 0
    }

    .airnanny-a7-application__list-description {
        padding: 20px 15px 25px
    }

    .airnanny-a7-application__list-item img {
        object-fit: cover;
        height: 200px;
        width: 100%
    }

    .airnanny-a7-form__back {
        width: 150px
    }
}

@media(max-width: 992px) {
    .airnanny-a7 .catalog-bottom .about__banner {
        padding: 31px 81px 31px 49px !important
    }

    .airnanny-a7-offer {
        padding: 50px 0 60px
    }

    .airnanny-a7-offer__label {
        right: -90px;
        top: 110px
    }

    .airnanny-a7-peculiar__list {
        flex-wrap: wrap
    }

    .airnanny-a7-peculiar__list>li {
        width: 50%;
        margin-top: 30px
    }

    .airnanny-a7-peculiar__list>li:nth-child(-n+2) {
        margin-top: 0
    }

    .airnanny-a7-characteristics__list>li,
    .airnanny-a7-characteristics__list-added>li {
        width: 50%;
        margin-top: 30px !important
    }

    .airnanny-a7-characteristics__list>li:nth-child(-n+2),
    .airnanny-a7-characteristics__list-added>li:nth-child(-n+2) {
        margin-top: 0 !important
    }

    .airnanny-a7-slider__item-text {
        font-size: 14px;
        line-height: 24px
    }

    .airnanny-a7-slider__item-num {
        margin-bottom: 0
    }

    .airnanny-a7-form .form__back {
        top: 0;
        width: 30%
    }

    .airnanny-a7-form__back {
        width: 150px !important;
        top: auto !important
    }

    .airnanny-a7-form .form__bottom-text {
        text-align: center
    }

    .airnanny-a7-form .header-callback__phone::before {
        display: none
    }
}

@media(max-width: 768px) {
    .container {
        max-width: 100%
    }

    .catalog-bottom__clouds {
        display: none
    }

    .airnanny-a7__title {
        font-size: 26px;
        line-height: 37px
    }

    .airnanny-a7-offer {
        padding: 25px 0 40px
    }

    .airnanny-a7-offer__label {
        right: 0;
        top: 135px
    }

    .airnanny-a7-peculiar__list>li {
        width: 100%;
        padding-right: 0
    }

    .airnanny-a7-peculiar__list>li+.airnanny-a7-peculiar__list>li {
        margin-top: 20px
    }

    .airnanny-a7-peculiar__list>li:nth-child(2) {
        margin-top: 20px
    }

    .airnanny-a7-peculiar__list-title {
        display: flex;
        align-items: center;
        margin: 20px 0 10px;
        font-size: 16px;
        line-height: 20px
    }

    .airnanny-a7-peculiar__list-icon {
        display: none
    }

    .airnanny-a7-peculiar__list-icon--mob {
        display: block;
        margin-right: 15px
    }

    .airnanny-a7-size__item-img {
        width: 30%
    }

    .airnanny-a7-characteristics .airnanny-a7__title {
        margin-bottom: 25px
    }

    .airnanny-a7-characteristics__img {
        display: none
    }

    .airnanny-a7-characteristics__img--mob {
        display: inline-block;
        margin-right: 10px;
        width: 20px
    }

    .airnanny-a7-characteristics__list-title,
    .airnanny-a7-characteristics__list-added-title {
        font-size: 19px;
        display: flex;
        align-items: center
    }

    .airnanny-a7-models {
        margin-top: 60px
    }

    .airnanny-a7-models .compare {
        overflow: auto
    }

    .airnanny-a7-models .compare__scroll {
        display: none !important
    }

    .airnanny-a7-slider__item-description {
        width: 75%;
        padding: 0 20px
    }

    .airnanny-a7-slider__item-img {
        height: 155px
    }

    .airnanny-a7-slider__item-text {
        font-size: 14px;
        line-height: 24px
    }

    .airnanny-a7-slider__item-num {
        margin-bottom: 0
    }

    .airnanny-a7-slider .slick-arrow.prev,
    .airnanny-a7-slider .slick-arrow.next {
        display: none !important
    }

    .airnanny-a7-application__list>li {
        width: 70%
    }

    .airnanny-a7-application__list>li:nth-child(2) {
        margin-top: 30px
    }

    .airnanny-a7-application__list-fone {
        top: 0
    }

    .airnanny-a7-form .form__bottom-text.text {
        font-size: 10px;
        line-height: 15px
    }

    .airnanny-a7-form__back {
        width: 20% !important;
        top: auto !important
    }
}

@media(max-width: 599px) {
    .airnanny-a7-offer {
        padding: 25px 0 0
    }

    .airnanny-a7-offer__label {
        position: relative;
        left: auto;
        top: auto;
        right: auto;
        bottom: auto;
        background-image: url(../img/airnanny-a7/offer-bg-mob.png);
        background-size: cover;
        background-repeat: no-repeat;
        background-position: center;
        padding-top: 40px;
        margin: 35px -10px 0
    }

    .airnanny-a7-offer__label-inner {
        width: 57%;
        position: relative;
        margin: 0 auto
    }

    .airnanny-a7-offer__label-inner img {
        max-width: none
    }
}

@media(max-width: 399px) {
    main.airnanny-a7 {
        margin-top: 110px
    }

    .airnanny-a7 .catalog-bottom .about__banner {
        padding: 30px 20px 31px 20px !important
    }

    .airnanny-a7 .catalog-bottom .about__banner .consult-banner__title {
        font-size: 19px
    }

    .airnanny-a7 .catalog-bottom .button {
        margin: 0 auto
    }

    .airnanny-a7 .compare__section {
        padding-bottom: 60px
    }

    .airnanny-a7__title {
        font-size: 20px;
        line-height: 31px
    }

    .airnanny-a7-offer__title {
        font-size: 37px;
        line-height: 40px;
        padding: 0 15px
    }

    .airnanny-a7-offer__characteristic {
        margin-bottom: 40px
    }

    .airnanny-a7-offer__characteristic h1 {
        font-size: 20px;
        padding: 0 15px
    }

    .airnanny-a7-offer__btn {
        display: block;
        text-align: center;
        width: 70%;
        margin: 0 auto
    }

    .airnanny-a7-offer__label-inner {
        width: 75%
    }

    .airnanny-a7-peculiar__text {
        margin-bottom: 30px
    }

    .airnanny-a7-size {
        margin-top: 60px
    }

    .airnanny-a7-size__item {
        padding: 15px
    }

    .airnanny-a7-size__item-text {
        font-size: 13px;
        line-height: 21px
    }

    .airnanny-a7-size__item-title {
        margin-bottom: 10px
    }

    .airnanny-a7-photos {
        margin-top: 60px
    }

    .airnanny-a7-photos__items {
        grid-template-columns: repeat(4, 1fr);
        grid-template-rows: auto;
        grid-template-areas: "r1 r1 r1 r1" "r2 r3 r4 r4" "r5 r5 r4 r4";
        grid-gap: 5px
    }

    .airnanny-a7-photos__item:nth-of-type(1) {
        margin-bottom: 0
    }

    .airnanny-a7-photos__text {
        line-height: 23px;
        font-size: 13px
    }

    .airnanny-a7-characteristics {
        padding-top: 60px
    }

    .airnanny-a7-characteristics__list>li,
    .airnanny-a7-characteristics__list-added>li {
        width: 100%
    }

    .airnanny-a7-characteristics__list>li:nth-child(2),
    .airnanny-a7-characteristics__list-added>li:nth-child(2) {
        margin-top: 30px !important
    }

    .airnanny-a7-characteristics__list-title,
    .airnanny-a7-characteristics__list-added-title {
        font-size: 19px;
        display: flex;
        align-items: center
    }

    .airnanny-a7-characteristics__btn {
        padding: 0 30px;
        height: 40px
    }

    .airnanny-a7-slider__item {
        flex-wrap: wrap
    }

    .airnanny-a7-slider__item-description {
        width: 100%;
        padding: 0 10px
    }

    .airnanny-a7-slider__item-img {
        height: 200px;
        width: 100%
    }

    .airnanny-a7-slider__item-text {
        font-size: 13px;
        line-height: 21px
    }

    .airnanny-a7-slider__item-num {
        font-size: 35px;
        line-height: 60px;
        margin-top: 10px
    }

    .airnanny-a7-application {
        margin-top: 60px
    }

    .airnanny-a7-application__list>li {
        width: 90%
    }

    .airnanny-a7-application__list-fone {
        top: 0
    }

    .airnanny-a7-form {
        padding: 60px 0
    }

    .airnanny-a7-form .form__title {
        padding-top: 10px
    }
}

.tion4s {
    border-bottom: 1px solid #e8f3f1
}

.tion4s-title {
    font-family: "Tenor Sans", serif;
    font-size: 28px;
    line-height: 46px;
    margin-bottom: 55px;
    position: relative;
    z-index: 10
}

.tion4s-offer {
    padding: 210px 0 157px;
    background-image: url(../img/tion4s/tion4s_bg.png);
    -webkit-background-size: cover;
    background-size: cover
}

.tion4s-offer__title {
    font-family: "Tenor Sans", serif;
    font-size: 62px;
    line-height: 67px;
    margin-bottom: 10px
}

.tion4s-offer__subtitle {
    font-weight: 300;
    font-size: 30px;
    line-height: 31px
}

.tion4s-offer__text {
    margin-top: 30px
}

.tion4s-offer__btn {
    display: inline-block;
    line-height: 43px;
    margin-top: 90px
}

.tion4s-functions {
    padding-top: 60px;
    background: rgba(245, 248, 250, .92);
    position: relative;
    z-index: 10
}

.tion4s-functions>.catalog-bottom__clouds {
    top: 0
}

.tion4s-functions__items {
    display: flex;
    justify-content: space-between;
    flex-wrap: nowrap;
    position: relative;
    z-index: 10
}

.tion4s-functions__items-title {
    font-weight: 500;
    font-size: 21px;
    line-height: 28px;
    margin: 20px 0
}

.tion4s-functions__items-text {
    font-weight: 300;
    font-size: 14px;
    line-height: 26px
}

.tion4s-functions__items-icon {
    height: 63px;
    width: 63px
}

.tion4s-functions__items-icon--mob {
    display: none;
    width: 25px;
    height: 25px
}

.tion4s-functions__items>li {
    width: 16.66%;
    padding-right: 35px;
    padding-left: 0 !important
}

.tion4s-functions__items>li::before {
    display: none
}

.tion4s-operation {
    padding-top: 100px;
    background: rgba(245, 248, 250, .92);
    position: relative
}

.tion4s-operation::before {
    content: "";
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 322px;
    background: linear-gradient(#f5f8fa 0%, #fff 100%)
}

.tion4s-operation__inner {
    border: 2px solid #c5e2d4;
    padding: 15px;
    position: relative;
    z-index: 1
}

.tion4s-operation__inner img {
    width: 100%
}

.tion4s-advantages {
    padding: 90px 0 100px;
    background: #fff
}

.tion4s-advantages__items {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap
}

.tion4s-advantages__items-title {
    font-weight: 500;
    font-size: 21px;
    line-height: 28px;
    margin: 20px 0
}

.tion4s-advantages__items-text {
    font-weight: 300;
    font-size: 14px;
    line-height: 26px
}

.tion4s-advantages__items-icon {
    height: 63px;
    width: 63px
}

.tion4s-advantages__items-icon--mob {
    height: 25px;
    width: 25px
}

.tion4s-advantages__items-inner {
    background: #badfcd;
    border-radius: 50%;
    width: 86px;
    height: 86px;
    display: flex;
    justify-content: center;
    align-items: center
}

.tion4s-advantages__items-inner--mob {
    display: none;
    width: 30px;
    height: 30px;
    background: #badfcd;
    border-radius: 50%
}

.tion4s-advantages__items>li {
    width: 33.33%;
    margin-top: 75px
}

.tion4s-advantages__items>li:nth-child(-n+3) {
    margin-top: 0
}

.tion4s-schema {
    padding: 45px 0;
    background: #e1eeeb
}

.tion4s-schema__img {
    margin: 0 auto
}

.tion4s-schema__mob {
    display: none
}

.tion4s-schema__mob-text {
    font-weight: 500;
    font-size: 16px;
    line-height: 20px
}

.tion4s-details {
    padding-top: 115px;
    background: #fff
}

.tion4s-details__wrapper {
    background-image: url(../img/tion4s/filters-4s.png);
    background-position: right center;
    background-repeat: no-repeat
}

.tion4s-details__items {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    width: 65%;
    gap: 30px
}

.tion4s-details__items li {
    width: 48%;
    margin-top: 30px;
    padding-left: 10px !important;
    position: relative;
    z-index: 1
}

.tion4s-details__items li::before {
    display: none
}

.tion4s-details__items li:nth-child(-n+2) {
    margin-top: 0
}

.tion4s-details__item {
    background: #fff;
    box-shadow: 0px 5px 31px rgba(10, 71, 41, .13);
    padding: 10px
}

.tion4s-details__item-inner {
    outline: 1px solid #badfcd;
    padding: 30px 45px 25px 35px;
    transition: all .1s;
    height: 100%
}

.tion4s-details__item-title {
    font-weight: 500;
    font-size: 16px;
    line-height: 26px;
    margin-bottom: 15px
}

.tion4s-details__item-text {
    font-weight: 300;
    font-size: 14px;
    line-height: 24px
}

.tion4s-details__item:hover .tion4s-details__item-inner {
    outline: 4px solid #badfcd
}

.tion4s-control {
    padding-top: 150px;
    background: rgba(245, 248, 250, .92);
    position: relative
}

.tion4s-control>.catalog-bottom__clouds {
    top: 0
}

.tion4s-control__wrapper {
    position: relative;
    z-index: 10
}

.tion4s-control__text {
    font-weight: 300;
    font-size: 16px;
    line-height: 26px;
    margin-bottom: 35px
}

.tion4s-control__app {
    display: flex
}

.tion4s-control__app a+a {
    margin-left: 20px
}

.tion4s-control__items {
    margin-top: 65px;
    width: 30%
}

.tion4s-control__item {
    font-weight: 300;
    font-size: 16px;
    line-height: 26px;
    display: flex
}

.tion4s-control__item-icon {
    width: 52px;
    height: 48px;
    margin-right: 20px;
    object-fit: contain;
    flex-shrink: 0
}

.tion4s-control__item+.tion4s-control__item {
    margin-top: 25px
}

.tion4s-control__img {
    position: absolute;
    right: 0;
    top: 0
}

.tion4s-control__details {
    margin-top: 100px;
    display: flex;
    justify-content: space-between;
    align-items: stretch
}

.tion4s-control__details-item {
    background: #fff;
    padding: 15px;
    width: 49%
}

.tion4s-control__details-inner {
    border: 1px solid #badfcd;
    padding: 45px 50px 40px 60px;
    height: 100%
}

.tion4s-control__details-inner.details-item--bg {
    background-image: url(../img/tion4s/smartphone.png);
    background-position: left bottom;
    background-repeat: no-repeat;
    padding-left: 300px
}

.tion4s-control__details-title {
    font-family: "Tenor Sans", serif;
    font-size: 24px;
    line-height: 46px;
    margin-bottom: 25px
}

.tion4s-control__details-text {
    font-weight: 300;
    font-size: 16px;
    line-height: 24px
}

.tion4s-control__details span {
    font-weight: 300;
    font-size: 14px;
    line-height: 24px;
    margin-top: 15px;
    display: block
}

.tion4s-control__details .tion4s-control__app {
    flex-direction: column;
    margin-top: 55px
}

.tion4s-control__details .tion4s-control__app a+a {
    margin-left: 0;
    margin-top: 10px
}

.tion4s-control__details-logos {
    display: flex;
    align-items: center;
    margin-top: 25px
}

.tion4s-control__details-logos img+img {
    margin-left: 35px
}

.tion4s-form {
    padding: 110px 0 85px;
    background: linear-gradient(#f5f8fa 0%, #eaf4f2 115%);
    overflow: hidden
}

.tion4s-form__call {
    position: relative
}

.tion4s-form__call:before {
    content: "";
    position: absolute;
    left: -25px;
    top: 0;
    width: 20px;
    height: 20px;
    background-image: url(../img/tion4s/icons/call.svg);
    background-repeat: no-repeat;
    background-position: center
}

.tion4s-form .popup__form {
    max-width: none;
    box-shadow: 0px 17px 35px rgba(0, 0, 0, .06)
}

.tion4s-form .form__input,
.tion4s-form .form__title,
.tion4s-form .form__text {
    max-width: 710px
}

.tion4s-form .form__input::placeholder {
    color: #aaafaf
}

.tion4s-form .form__title,
.tion4s-form .form__text {
    text-align: center
}

.tion4s-form .form__button {
    max-width: 225px
}

.tion4s-form .form__bottom-text a {
    margin-left: 5px
}

.tion4s-form .form__bottom-text a:hover {
    text-decoration: underline;
    color: #eec76f
}

.tion4s-form .header-callback__phone {
    font-weight: 500;
    font-size: 21px;
    line-height: 26px;
    position: relative
}

.tion4s-form__back {
    right: auto;
    top: auto;
    left: 0;
    bottom: -45px;
    width: 295px
}

.tion4s-compare {
    padding-top: 100px;
    background: #f5f8fa;
    position: relative
}

.tion4s-compare-title {
    padding: 30px
}

.tion4s-compare>.compare {
    height: 1330px;
    overflow-x: hidden
}

.tion4s-compare>.compare::-webkit-scrollbar {
    width: 3px;
    background-color: #fff
}

.tion4s-compare>.compare::-webkit-scrollbar-thumb {
    background: #e1eeeb
}

.tion4s-compare::before {
    content: "";
    position: absolute;
    top: 0;
    height: 416px;
    width: 100%;
    background: linear-gradient(#f5f8fa 0%, #fff 100%);
    opacity: .92;
    transform: rotate(180deg)
}

.tion4s-compare__title {
    font-family: "Tenor Sans", serif;
    font-size: 28px;
    line-height: 46px
}

.tion4s-compare.compare__section {
    padding-bottom: 0
}

.tion4s-text {
    background: linear-gradient(to bottom, #EAF4F3, #F5F8FA);
    padding-bottom: 30px
}

@media(max-width: 1450px) {
    .tion4s-offer {
        background-repeat: no-repeat;
        -webkit-background-size: cover;
        padding: 130px 0 88px
    }

    .tion4s-form__back {
        width: 210px
    }

    .tion4s-compare>.compare {
        overflow-x: auto
    }
}

@media(max-width: 1200px) {
    .tion4s-offer {
        padding: 80px 0 95px
    }

    .tion4s-functions__items {
        flex-wrap: wrap
    }

    .tion4s-functions__items-title {
        margin: 10px 0 5px
    }

    .tion4s-functions__items>li {
        width: 33.33%;
        margin-top: 50px
    }

    .tion4s-functions__items>li:nth-child(-n+3) {
        margin-top: 0
    }

    .tion4s-advantages__items>li {
        padding-right: 35px
    }

    .tion4s-details {
        margin-top: 80px
    }

    .tion4s-details__item-inner {
        padding: 30px 20px 25px 20px
    }

    .tion4s-control__img {
        width: 40%;
        top: 110px
    }

    .tion4s-control__items {
        width: 50%
    }

    .tion4s-control__details-inner.details-item--bg {
        background-position: right bottom;
        background-size: 50%;
        padding: 45px 50px 40px 60px
    }

    .tion4s-form__back {
        width: 150px
    }

    .tion4s-schema__img {
        width: 100%
    }
}

@media(max-width: 992px) {
    .tion4s-offer {
        padding: 50px 0 60px
    }

    .tion4s-functions__items {
        flex-wrap: wrap
    }

    .tion4s-functions__items>li {
        padding-right: 25px
    }

    .tion4s-details {
        margin-top: 60px
    }

    .tion4s-details__wrapper {
        background-image: none
    }

    .tion4s-details__items {
        width: 100%
    }

    .tion4s-control__img {
        width: 45%;
        top: 265px
    }

    .tion4s-control__details-title {
        line-height: 25px
    }

    .tion4s-control__details-inner {
        padding: 25px 30px 25px 30px
    }

    .tion4s-control__details-inner.details-item--bg {
        padding: 25px 30px 25px 30px
    }

    .tion4s-form .form__back {
        top: 0;
        width: 30%
    }

    .tion4s-form__back {
        width: 150px !important;
        top: auto !important
    }

    .tion4s-form .form__bottom-text {
        text-align: center
    }

    .tion4s-form .header-callback__phone::before {
        display: none
    }
}

@media(max-width: 768px) {
    .tion4s-offer {
        background-repeat: no-repeat;
        -webkit-background-size: cover;
        padding: 130px 0 88px
    }

    .tion4s-offer .text-editor {
        margin-left: 0
    }

    .tion4s-functions {
        padding-top: 25px
    }

    .tion4s-functions .catalog-bottom__clouds {
        display: none
    }

    .tion4s-functions__items {
        flex-direction: column;
        gap: 30px
    }

    .tion4s-functions__items-title {
        margin: 10px 0 5px
    }

    .tion4s-functions__items>li {
        width: 100%;
        margin-top: 0
    }

    .tion4s-functions__items>li:nth-child(3) {
        margin-top: 0
    }

    .tion4s-control .catalog-bottom__clouds {
        display: none
    }

    .tion4s-control__details {
        padding: 20px !important
    }

    .tion4s-control__details-inner {
        padding: 20px !important
    }

    .tion4s-control__details-inner.details-item--bg {
        padding: 20px !important
    }

    .tion4s-control__details-title {
        line-height: 30px !important
    }

    .tion4s-title {
        font-size: 16px;
        line-height: 25px;
        margin-bottom: 40px;
        padding-top: 25px
    }

    .tion4s-advantages {
        padding: 40px 0 50px
    }

    .tion4s-advantages__items {
        flex-direction: column
    }

    .tion4s-advantages__items>li {
        width: 100%;
        margin-top: 30px
    }

    .tion4s-advantages__items>li:nth-child(3) {
        margin-top: 60px
    }

    .tion4s-schema {
        margin-top: 50px;
        padding: 25px 0
    }

    .tion4s-schema__img {
        display: none
    }

    .tion4s-schema__img-mob {
        width: 100%
    }

    .tion4s-schema__mob {
        display: block
    }

    .tion4s-schema__mob-text {
        margin: 30px 0 0 10px;
        font-weight: 500;
        font-size: 16px;
        line-height: 20px
    }

    .tion4s-details {
        padding-top: 20px;
        margin-top: 35px
    }

    .tion4s-details__items li {
        width: 100%
    }

    .tion4s-details__items li:nth-child(2) {
        margin-top: 30px
    }

    .tion4s-control {
        padding-top: 50px
    }

    .tion4s-control__wrapper {
        position: relative;
        z-index: 10
    }

    .tion4s-control__text {
        font-weight: 300;
        font-size: 16px;
        line-height: 26px;
        margin-bottom: 35px
    }

    .tion4s-control__app {
        display: flex
    }

    .tion4s-control__app a+a {
        margin-left: 20px
    }

    .tion4s-control__items {
        margin-top: 65px;
        width: 100%;
        margin-bottom: 50px
    }

    .tion4s-control__item {
        align-items: center
    }

    .tion4s-control__item-icon {
        width: 35px;
        height: 30px
    }

    .tion4s-control__img {
        position: static;
        width: 100%
    }

    .tion4s-control__details {
        margin-top: 60px;
        flex-wrap: wrap
    }

    .tion4s-control__details-item {
        padding: 15px;
        width: 100%
    }

    .tion4s-control__details-inner {
        padding: 45px 50px 40px 60px
    }

    .tion4s-control__details-inner.details-item--bg {
        padding: 25px 190px 25px 30px;
        background-size: 27%
    }

    .tion4s-control__details-title {
        font-family: "Tenor Sans", serif;
        font-size: 24px;
        line-height: 46px;
        margin-bottom: 25px
    }

    .tion4s-control__details-text {
        font-weight: 300;
        font-size: 16px;
        line-height: 24px
    }

    .tion4s-control__details span {
        font-weight: 300;
        font-size: 14px;
        line-height: 24px;
        margin-top: 15px;
        display: block
    }

    .tion4s-control__details .tion4s-control__app {
        flex-direction: column;
        margin-top: 55px
    }

    .tion4s-control__details .tion4s-control__app a+a {
        margin-left: 0;
        margin-top: 10px
    }

    .tion4s-control__details-links {
        display: flex;
        align-items: center;
        margin-top: 25px
    }

    .tion4s-control__details-links a+a {
        margin-left: 35px
    }

    .tion4s-control__details-logos {
        flex-direction: column;
        gap: 20px
    }

    .tion4s-control__details-logos img+img {
        margin-left: 0
    }

    .tion4s-form .form__bottom-text.text {
        font-size: 10px;
        line-height: 15px
    }

    .tion4s-form__back {
        width: 20% !important;
        top: auto !important
    }

    .tion4s-compare {
        padding-top: 75px
    }

    .tion4s-compare-title {
        padding: 15px
    }
}

@media(max-width: 399px) {
    .tion4s-offer {
        padding: 70px 0 60px;
        text-align: center
    }

    .tion4s-offer__btn {
        margin-top: 60px
    }

    .tion4s-offer .text-editor {
        display: inline-block;
        text-align: center
    }

    .tion4s-functions {
        padding-top: 25px
    }

    .tion4s-functions .catalog-bottom__clouds {
        display: none
    }

    .tion4s-functions__items-title {
        margin: 10px 0 5px;
        display: flex;
        align-items: center
    }

    .tion4s-functions__items>li {
        width: 100%;
        margin-top: 25px
    }

    .tion4s-functions__items>li:nth-child(2),
    .tion4s-functions__items>li:nth-child(3) {
        margin-top: 25px
    }

    .tion4s-functions__items-icon {
        display: none
    }

    .tion4s-functions__items-icon--mob {
        display: inline-block;
        margin-right: 10px
    }

    .tion4s-operation {
        padding-top: 50px
    }

    .tion4s-advantages {
        margin-top: 40px
    }

    .tion4s-advantages__items>li {
        width: 100%;
        margin-top: 25px;
        padding-right: 0
    }

    .tion4s-advantages__items>li:nth-child(2),
    .tion4s-advantages__items>li:nth-child(3) {
        margin-top: 25px
    }

    .tion4s-advantages__items-inner {
        display: none
    }

    .tion4s-advantages__items-inner--mob {
        margin-right: 10px;
        display: flex;
        justify-content: center;
        align-items: center
    }

    .tion4s-advantages__items-title {
        display: flex;
        align-items: center
    }

    .tion4s-schema {
        margin-top: 50px;
        padding: 25px 0
    }

    .tion4s-schema__mob-text {
        font-weight: 500;
        font-size: 13px;
        line-height: 15px
    }

    .tion4s-compare .tion4s-title {
        font-size: 14px;
        line-height: 20px;
        margin-bottom: 30px;
        padding-top: 0
    }

    .tion4s-control__details-title {
        line-height: 30px
    }

    .tion4s-control__details-inner {
        padding: 20px 20px 20px 25px
    }

    .tion4s-control__details-inner.details-item--bg {
        padding: 25px 10px 25px 30px
    }

    .tion4s-form {
        padding: 60px 0
    }

    .tion4s-form .form__title {
        padding-top: 10px
    }
}

.faq-accordion {
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -o-transition: all .3s;
    -ms-transition: all .3s;
    transition: all .3s;
    border: 1px solid #d2d7df;
    background: #fff
}

.faq-accordion.open .faq-arrow {
    transform: translateY(-50%) rotate(90deg)
}

.faq-accordion+.faq-accordion {
    margin-top: 20px
}

.faq-accordion:hover {
    box-shadow: 0 0 25px rgba(0, 0, 0, .05)
}

.faq-title {
    font-size: 21px;
    font-weight: 700;
    line-height: 1.2;
    position: relative;
    cursor: pointer;
    padding: 30px 150px 30px 60px
}

.faq-content {
    display: none;
    padding: 0 60px 30px
}

.faq-arrow {
    position: absolute;
    top: 50%;
    right: 49px;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -o-transition: all .3s;
    -ms-transition: all .3s;
    transition: all .3s;
    font-size: 13px;
    font-weight: 300;
    line-height: 1;
    color: #ffcf87;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    width: 35px;
    height: 35px;
    border: 1px solid #ffcf87;
    border-radius: 50%;
    transform: translateY(-50%) rotate(-90deg)
}

.faq-showcase {
    padding-top: 100px
}

@media(max-width: 1200px) {
    .faq-title {
        font-size: 16px;
        padding: 30px 150px 30px 35px
    }

    .faq-content {
        padding: 0 35px 30px
    }

    .faq-content .text-editor {
        font-size: 13px
    }
}

@media(max-width: 768px) {
    .faq {
        background-image: none
    }

    .faq-title {
        font-size: 16px;
        padding: 20px 70px 20px 15px
    }

    .faq-content {
        padding: 0 15px 15px 15px
    }

    .faq-content .text-editor {
        font-size: 13px
    }

    .faq-arrow {
        right: 15px
    }

    .faq-accordion+.faq-accordion {
        margin-top: 10px
    }

    .faq-showcase {
        padding-top: 70px
    }
}

.favorites {
    border-bottom: 1px solid #e6f1ef
}

.favorites-title {
    font-size: 24px;
    line-height: 1.3;
    text-transform: uppercase;
    padding: 40px 0 20px
}

.collections {
    background-image: url("../img/branch/branch-10.svg"), url(../img/branch/branch-11.svg);
    background-position: right top 100px, left top;
    background-repeat: no-repeat
}

.collections-items {
    display: grid;
    gap: 30px 30px;
    grid-template-columns: repeat(auto-fit, minmax(290px, 1fr))
}

.collections-item {
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -o-transition: all .3s;
    -ms-transition: all .3s;
    transition: all .3s;
    font-size: 18px;
    font-weight: 300;
    line-height: 28px;
    color: #454546;
    display: flex;
    align-items: stretch;
    flex-wrap: wrap;
    flex-direction: column;
    background: #fff;
    box-shadow: 0 11px 27px rgba(9, 59, 58, .07);
    text-align: center;
    text-decoration: none
}

.collections-item .img {
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -o-transition: all .3s;
    -ms-transition: all .3s;
    transition: all .3s;
    width: 100%;
    height: 100%;
    object-fit: cover
}

.collections-item:hover {
    box-shadow: 0 7px 17px rgba(1, 14, 12, .4)
}

.collections-image {
    height: 200px
}

.collections-text {
    padding: 20px 15px
}

.alert {
    transition: all .3s;
    pointer-events: all
}

.alert.popup {
    opacity: 1;
    z-index: 2000;
    padding: 0 !important
}

.alert-close {
    right: 20px;
    top: 20px
}

.alert-text {
    transition: all .3s;
    line-height: 23px
}

.alert-title {
    transition: all .3s;
    font-size: 30px;
    display: none
}

.alert-title.show {
    display: block
}

.alert-consult {
    transition: all .3s;
    width: 100%
}

.alert-container {
    top: 50%;
    transform: translateY(-50%);
    width: 800px;
    padding: 65px 50px 50px;
    transition: all .3s;
    position: relative;
    z-index: 5;
    right: 0;
    background: #fff;
    margin: 0 auto
}

.alert-container-front.hide {
    display: none
}

.alert-container-back {
    display: none
}

.alert-container-back.show {
    display: block
}

@media(max-width: 1366px) {
    .alert-container {
        padding: 50px 30px 40px
    }

    .alert .form__row {
        padding-top: 25px
    }
}

@media(max-width: 992px) {
    .alert-container {
        top: 0;
        width: 100%;
        height: 100%;
        transform: translateY(0%)
    }

    .alert-text {
        line-height: 19px;
        font-size: 14px
    }

    .alert-title {
        font-size: 28px;
        padding-top: 60px
    }

    .alert .popup__form {
        padding: 0 !important
    }
}

.quiz {
    position: relative
}

.quiz-container {
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    flex-wrap: nowrap;
    flex-direction: row-reverse;
    column-gap: 50px
}

.quiz-left {
    flex-grow: 1;
    padding: 20px 0
}

.quiz-right {
    flex-shrink: 0;
    width: 300px
}

.quiz-top {
    padding-bottom: 30px;
    margin-bottom: 40px;
    border-bottom: 1px solid #d2d7df
}

.quiz-top .title {
    font-size: 37px;
    font-weight: 700;
    line-height: 1.2;
    color: #253841
}

.quiz-top .text {
    font-size: 26px;
    font-weight: 300;
    line-height: 1.2;
    margin-top: 10px
}

.quiz-progress {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    flex-wrap: nowrap;
    column-gap: 30px;
    margin-top: 35px
}

.quiz-bar {
    flex-grow: 1
}

.quiz-bar .title {
    font-size: 18px;
    line-height: 1.2
}

.quiz-bar .items {
    display: flex;
    column-gap: 10px;
    margin-top: 10px
}

.quiz-bar .items i {
    display: block;
    height: 6px;
    flex: 1 1;
    background: #e8e8e8;
    border-radius: 6px
}

.quiz-bar .items i.current {
    background: #ffcf87
}

.quiz-nav {
    flex-shrink: 0;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    flex-wrap: nowrap;
    column-gap: 15px
}

.quiz-nav-prev {
    width: 110px;
    flex-shrink: 0
}

.quiz-nav-prev a {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    width: 100%;
    height: 40px;
    border: 1px solid #d2d7df;
    border-radius: 40px;
    font-size: 16px;
    font-weight: 500;
    line-height: 1;
    color: #9da1a8;
    text-align: center;
    text-decoration: none;
    text-transform: uppercase;
    -webkit-transition: all .5s ease 0s;
    -moz-transition: all .5s ease 0s;
    -o-transition: all .5s ease 0s;
    -ms-transition: all .5s ease 0s;
    transition: all .5s ease 0s;
    padding-top: 2px
}

.quiz-nav-prev a:hover {
    color: #ffcf87;
    border-color: #ffcf87
}

.quiz-nav-prev a.hide {
    display: none
}

.quiz-nav-next {
    width: 170px;
    flex-shrink: 0
}

.quiz-nav-next a {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    width: 100%;
    height: 40px;
    font-size: 16px;
    font-weight: 500;
    line-height: 1;
    color: #fff;
    text-align: center;
    text-decoration: none;
    text-transform: uppercase;
    -webkit-transition: all .5s ease 0s;
    -moz-transition: all .5s ease 0s;
    -o-transition: all .5s ease 0s;
    -ms-transition: all .5s ease 0s;
    transition: all .5s ease 0s;
    border-radius: 40px;
    background: #ffcf87;
    padding-top: 2px
}

.quiz-nav-next a:hover {
    background: #ffcf87
}

.quiz-question {
    display: none
}

.quiz-title {
    font-size: 26px;
    font-weight: 700;
    line-height: 1.2
}

.quiz-title .num {
    color: #a3aab6
}

.quiz-variables,
.quiz-checkers {
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    flex-wrap: wrap;
    row-gap: 30px;
    margin: 30px -15px 0
}

.quiz-variables>li,
.quiz-checkers>li {
    width: 33.33%;
    padding: 0 15px
}

.quiz-variable {
    display: block;
    cursor: pointer
}

.quiz-variable input {
    display: none !important
}

.quiz-variable input:checked+.item .title:before {
    background: linear-gradient(3deg, #FFCF87 0%, #f29f4f 100%);
    border-color: #ffcf87
}

.quiz-variable .image {
    margin-bottom: 15px
}

.quiz-variable .image img {
    display: block;
    width: 100%;
    border-radius: 10px;
    -webkit-transition: all .5s ease 0s;
    -moz-transition: all .5s ease 0s;
    -o-transition: all .5s ease 0s;
    -ms-transition: all .5s ease 0s;
    transition: all .5s ease 0s
}

.quiz-variable .title {
    position: relative;
    padding-left: 32px;
    font-size: 16px;
    line-height: 1.3;
    -webkit-transition: all .5s ease 0s;
    -moz-transition: all .5s ease 0s;
    -o-transition: all .5s ease 0s;
    -ms-transition: all .5s ease 0s;
    transition: all .5s ease 0s
}

.quiz-variable .title:before {
    content: "";
    display: block;
    position: absolute;
    top: -2px;
    left: 0;
    width: 20px;
    height: 20px;
    border: 1px solid #d2d7df;
    border-radius: 100%;
    -webkit-transition: all .5s ease 0s;
    -moz-transition: all .5s ease 0s;
    -o-transition: all .5s ease 0s;
    -ms-transition: all .5s ease 0s;
    transition: all .5s ease 0s
}

.quiz-variable:hover .image img {
    opacity: .8
}

.quiz-variable:hover .title {
    color: #253841
}

.quiz-checker {
    display: block;
    cursor: pointer;
    padding: 10px 12px;
    border-radius: 10px;
    border: 1px solid #d2d7df
}

.quiz-checker input {
    display: none !important
}

.quiz-checker input:checked+.item .title:before {
    background: linear-gradient(3deg, #FFCF87 0%, #f29f4f 100%);
    border-color: #ffcf87
}

.quiz-checker .title {
    position: relative;
    padding-left: 32px;
    font-size: 16px;
    line-height: 1.3;
    -webkit-transition: all .5s ease 0s;
    -moz-transition: all .5s ease 0s;
    -o-transition: all .5s ease 0s;
    -ms-transition: all .5s ease 0s;
    transition: all .5s ease 0s
}

.quiz-checker .title:before {
    content: "";
    display: block;
    position: absolute;
    top: -2px;
    left: 0;
    width: 20px;
    height: 20px;
    border: 1px solid #d2d7df;
    border-radius: 100%;
    -webkit-transition: all .5s ease 0s;
    -moz-transition: all .5s ease 0s;
    -o-transition: all .5s ease 0s;
    -ms-transition: all .5s ease 0s;
    transition: all .5s ease 0s
}

.quiz-checker:hover .title {
    color: #253841
}

.quiz-anton {
    position: relative;
    height: 100%;
    min-height: 440px;
    padding: 25px 20px;
    overflow: hidden;
    background: url("../img/quiz/gift-bg.jpg") no-repeat center;
    background-size: cover
}

.quiz-anton .top {
    text-align: center
}

.quiz-anton .title {
    font-size: 24px;
    font-weight: 700;
    line-height: 1.2;
    color: #ffcf87
}

.quiz-anton .text {
    font-size: 18px;
    font-weight: 700;
    line-height: 1.4;
    color: #fff
}

.quiz-anton .image {
    position: absolute;
    bottom: -30px;
    left: 20px
}

.quiz-anton .description {
    position: absolute;
    z-index: 5;
    bottom: 20px;
    left: 0;
    width: 235px;
    padding: 10px 20px;
    background: rgba(56, 93, 89, .9)
}

.quiz-anton .description-title {
    font-size: 17px;
    font-weight: 700;
    line-height: 1.2;
    color: #ffcf87
}

.quiz-anton .description-text {
    font-size: 14px;
    line-height: 1.4;
    color: #fff
}

.quiz-final {
    display: none;
    width: 100%;
    align-self: center
}

.quiz-final-top .title {
    font-size: 40px;
    font-weight: 700;
    line-height: 1.2;
    color: #253841
}

.quiz-final-top .text {
    margin-top: 15px;
    font-size: 22px;
    font-weight: 300;
    line-height: 1.6
}

.quiz-final-top .text .bold {
    font-weight: 700
}

.quiz-final-form {
    margin-top: 40px
}

.quiz-final-form .title {
    font-size: 20px;
    font-weight: 700;
    line-height: 1.2;
    margin-bottom: 15px
}

.quiz-final-form .items {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    flex-wrap: wrap;
    gap: 10px 15px
}

.quiz-final-form .item {
    display: block;
    cursor: pointer;
    text-decoration: none;
    color: inherit
}

.quiz-final-form .item-telegram:hover .item-label {
    border-color: #27a6e5
}

.quiz-final-form .item-max:hover .item-label {
    border-color: #8265fc
}

.quiz-final-form .item input {
    display: none
}

.quiz-final-form .item-label {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    flex-wrap: nowrap;
    column-gap: 15px;
    padding: 10px 35px 10px 10px;
    border: 1px solid rgba(0, 0, 0, 0);
    box-shadow: 0 0 40px rgba(210, 215, 223, .4);
    border-radius: 65px;
    -webkit-transition: all .5s ease 0s;
    -moz-transition: all .5s ease 0s;
    -o-transition: all .5s ease 0s;
    -ms-transition: all .5s ease 0s;
    transition: all .5s ease 0s
}

.quiz-final-form .item-icon {
    width: 43px;
    height: 43px;
    flex-shrink: 0;
    box-shadow: inset -1px -4px 0 rgba(0, 0, 0, .2);
    border-radius: 100%
}

.quiz-final-form .item-icon-whatsapp {
    background-image: url("../img/icons/header-whatsapp.svg");
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain
}

.quiz-final-form .item-icon-telegram {
    background-image: url("../img/icons/header-telegram.svg");
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain
}

.quiz-final-form .item-icon-max {
    background-image: url("../img/icons/header-max.svg");
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain
}

.quiz-final-form .item-title {
    font-size: 20px;
    line-height: 1.5
}

.quiz-final-form .form {
    margin-top: 50px;
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    flex-wrap: wrap;
    column-gap: 20px
}

.quiz-final-form .input+.input {
    margin-top: 10px
}

.quiz-final-form .input {
    width: 320px
}

.quiz-final-form .form-input {
    border-radius: 55px;
    background: #f6f8fb
}

.quiz-final-form .btn {
    width: 275px
}

.quiz-final-form .checker-item {
    margin-top: 15px
}

.quiz-thanks {
    display: none
}

.quiz-thanks .title {
    font-size: 40px;
    font-weight: 700;
    line-height: 1.2;
    color: #253841
}

.quiz-thanks .text {
    margin-top: 15px;
    font-size: 22px;
    font-weight: 300;
    line-height: 1.6
}

.quiz-thanks .text .bold {
    font-weight: 700
}

.quiz-thanks .text a {
    font-weight: 600;
    color: #253841
}

@media(max-width: 1450px) {
    .quiz-top .title {
        font-size: 40px
    }

    .quiz-top .text {
        font-size: 22px
    }

    .quiz-final-top .title {
        font-size: 32px
    }

    .quiz-final-top .text {
        font-size: 20px
    }

    .quiz-thanks .title {
        font-size: 32px
    }

    .quiz-thanks .text {
        font-size: 20px
    }
}

@media(max-width: 1200px) {
    .quiz-right {
        width: 250px
    }

    .quiz-top .title {
        font-size: 32px
    }

    .quiz-top .text {
        font-size: 18px;
        font-weight: 400
    }

    .quiz-anton {
        min-height: 410px
    }

    .quiz-anton .text {
        font-size: 14px
    }

    .quiz-anton .image {
        left: 0
    }

    .quiz-variables,
    .quiz-checkers {
        margin: 25px -10px 0
    }

    .quiz-variables>li,
    .quiz-checkers>li {
        padding: 0 10px
    }
}

@media(max-width: 992px) {
    .quiz-container {
        column-gap: 30px
    }

    .quiz-progress {
        display: block;
        margin-top: 20px
    }

    .quiz-nav {
        margin-top: 15px;
        justify-content: space-between
    }

    .quiz-variables {
        margin: 20px -10px 0
    }

    .quiz-variables>li {
        width: 50%;
        padding: 0 10px
    }

    .quiz-checkers {
        display: block;
        margin: 20px 0 0
    }

    .quiz-checkers>li {
        width: auto;
        padding: 0
    }

    .quiz-checkers>li+li {
        margin-top: 10px
    }

    .quiz-title .num {
        font-size: 20px
    }

    .quiz-title .title {
        font-size: 18px
    }

    .quiz-final-top .title {
        font-size: 24px
    }

    .quiz-final-top .text {
        font-size: 16px
    }

    .quiz-final-top .text br {
        display: none
    }

    .quiz-final-form {
        margin-top: 25px
    }

    .quiz-final-form .item-label {
        padding: 6px 20px 6px 6px
    }

    .quiz-final-form .item-icon {
        width: 36px;
        height: 36px
    }

    .quiz-final-form .item-title {
        font-size: 16px
    }

    .quiz-final-form .form {
        display: block;
        margin-top: 20px
    }

    .quiz-final-form .input {
        width: 275px;
        margin-bottom: 10px
    }

    .quiz-thanks .title {
        font-size: 24px
    }

    .quiz-thanks .text {
        font-size: 16px
    }

    .quiz-thanks .text br {
        display: none
    }
}

@media(max-width: 768px) {
    .quiz-container {
        display: block;
        background: #fff;
        padding-bottom: 35px
    }

    .quiz-left {
        padding: 0;
        box-shadow: none
    }

    .quiz-right {
        display: none
    }

    .quiz-content {
        padding: 0;
        border: 0
    }

    .quiz-top {
        padding-bottom: 15px;
        margin-bottom: 25px
    }

    .quiz-top .title {
        font-size: 24px
    }

    .quiz-top .text {
        font-size: 14px
    }

    .quiz-bar .title {
        font-size: 14px
    }

    .quiz-bar .items {
        margin-top: 5px;
        column-gap: 5px
    }

    .quiz-bar .items i {
        height: 4px
    }

    .quiz-nav {
        column-gap: 10px
    }

    .quiz-nav-prev {
        width: 100px
    }

    .quiz-nav-prev a {
        height: 35px;
        font-size: 14px;
        padding-top: 4px
    }

    .quiz-nav-next {
        width: 140px
    }

    .quiz-nav-next a {
        height: 35px;
        font-size: 14px;
        padding-top: 5px
    }

    .quiz-question {
        margin-top: 30px
    }

    .quiz-title {
        font-size: 16px;
        line-height: 1.2
    }

    .quiz-title .num,
    .quiz-title .title {
        font-size: inherit;
        line-height: inherit
    }

    .quiz-variables {
        margin: 15px -5px 0;
        row-gap: 20px
    }

    .quiz-variables>li {
        padding: 0 5px
    }

    .quiz-variable .image {
        margin-bottom: 8px
    }

    .quiz-variable .title {
        font-size: 14px;
        padding-left: 28px
    }

    .quiz-variable .title:before {
        width: 16px;
        height: 16px;
        top: -1px
    }

    .quiz-checker .title {
        font-size: 14px;
        padding-left: 28px
    }

    .quiz-checker .title:before {
        width: 16px;
        height: 16px;
        top: -1px
    }

    .quiz-final-top .title {
        font-size: 20px
    }

    .quiz-final-top .text {
        font-size: 16px;
        margin-top: 5px
    }

    .quiz-final-form .title {
        font-size: 18px
    }

    .quiz-final-form .items {
        gap: 10px
    }

    .quiz-final-form .item {
        flex: 1 1
    }

    .quiz-final-form .item-label {
        padding: 5px 15px 5px 5px;
        column-gap: 10px
    }

    .quiz-final-form .input {
        width: 100%
    }

    .quiz-final-form .btn {
        width: 100%;
        min-width: 100%
    }

    .quiz-thanks .title {
        font-size: 20px
    }

    .quiz-thanks .text {
        font-size: 16px;
        margin-top: 5px
    }
}

.certificates-list {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 50px 30px
}

.certificates-item {
    display: block;
    color: inherit;
    text-decoration: none
}

.certificates-item .top {
    -webkit-transition: all .5s ease 0s;
    -moz-transition: all .5s ease 0s;
    -o-transition: all .5s ease 0s;
    -ms-transition: all .5s ease 0s;
    transition: all .5s ease 0s;
    border: 1px solid rgba(0, 0, 0, 0)
}

.certificates-item .image {
    position: relative;
    height: 0;
    padding-bottom: 100%
}

.certificates-item .image-container {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap
}

.certificates-item .image img {
    display: block;
    max-height: 100%;
    max-width: 100%
}

.certificates-item .zoom {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    width: 100%;
    height: 100%;
    font-size: 40px;
    line-height: 1;
    color: #253841;
    background: hsla(0, 0%, 100%, .6);
    opacity: 0;
    -webkit-transition: all .5s ease 0s;
    -moz-transition: all .5s ease 0s;
    -o-transition: all .5s ease 0s;
    -ms-transition: all .5s ease 0s;
    transition: all .5s ease 0s
}

.certificates-item .title {
    margin-top: 15px;
    text-align: center;
    font-size: 18px;
    font-weight: 600;
    line-height: 1.2;
    -webkit-transition: all .5s ease 0s;
    -moz-transition: all .5s ease 0s;
    -o-transition: all .5s ease 0s;
    -ms-transition: all .5s ease 0s;
    transition: all .5s ease 0s
}

.certificates-item:hover .top {
    border: 1px solid #d2d7df
}

.certificates-item:hover .zoom {
    opacity: 1
}

.certificates-item:hover .title {
    color: #ffcf87
}

@media(max-width: 992px) {
    .certificates-list {
        grid-template-columns: repeat(2, 1fr)
    }
}

@media(max-width: 550px) {
    .certificates-list {
        gap: 50px 15px
    }

    .certificates-item .top {
        border: 0 !important
    }

    .certificates-item .title {
        margin-top: 10px;
        font-size: 14px;
        line-height: 1.3
    }
}

.features {
    font-size: 14px;
    line-height: 26px;
    text-transform: uppercase
}

.features .icon {
    width: 70px;
    height: 70px;
    flex-shrink: 0
}

.features-title {
    font-size: 21px;
    font-weight: 500;
    line-height: 28px;
    text-transform: none
}

.features-title .check {
    font-size: 16px;
    margin-right: 5px;
    display: none
}

.features-text {
    font-size: 14px;
    font-weight: 300;
    line-height: 26px;
    text-transform: none
}

@media(max-width: 1390px) {
    .features .icon {
        width: 50px;
        height: 50px;
        background-size: contain
    }
}

.card {
    -webkit-transition: .3s;
    -moz-transition: .3s;
    -o-transition: .3s;
    -ms-transition: .3s;
    transition: .3s;
    display: flex;
    align-items: stretch;
    flex-wrap: nowrap;
    color: #454546;
    text-decoration: none;
    background: #fff;
    flex-direction: column;
    position: relative;
    z-index: 10
}

.card-top {
    display: flex;
    align-items: stretch;
    flex-wrap: wrap;
    flex-direction: column;
    padding: 20px 25px 20px 25px;
    background: #fff;
    position: relative;
    z-index: 10;
    height: 100%
}

.card-show {
    position: relative;
    width: 100%;
    margin-top: 10px
}

.card-title {
    font-size: 20px;
    font-weight: 700;
    line-height: 1.2;
    color: #253841;
    text-align: left
}

.card-label {
    display: flex;
    align-items: stretch;
    flex-wrap: wrap;
    position: absolute;
    top: 0;
    left: 0;
    font-size: 11px;
    font-weight: 500;
    line-height: 1;
    color: #fff;
    gap: 0 5px;
    text-transform: uppercase
}

.card-label .label {
    padding: 6px 6px 4px
}

.card-label .label-hit {
    background: #ffb300
}

.card-label .label-new {
    background: #253841
}

.card-label .label-sale {
    background: linear-gradient(90deg, rgb(148, 30, 148) 0%, rgb(229, 46, 107) 100%)
}

.card-img {
    width: 100%;
    height: 0;
    padding-bottom: 100%;
    position: relative
}

.card-img .img {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 100%;
    padding: 20px 0;
    display: block;
    object-fit: contain
}

.card-tags {
    position: absolute;
    top: 25px;
    left: 0;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -o-transition: all .3s;
    -ms-transition: all .3s;
    transition: all .3s;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    flex-wrap: wrap;
    flex-direction: column;
    row-gap: 10px;
    background: #c4cfce;
    opacity: 0;
    padding: 10px 5px;
    border-radius: 20px;
    z-index: 100
}

.card-tag {
    width: 25px;
    height: 25px;
    position: relative;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center
}

.card-tag-title {
    position: absolute;
    z-index: 1;
    top: 50%;
    left: 100%;
    font-size: 13px;
    font-weight: 400;
    line-height: 1.2;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: nowrap;
    width: max-content;
    transform: translate(5px, -50%);
    background: rgba(0, 0, 0, .7);
    border-radius: 24px;
    padding: 8px 15px;
    pointer-events: none;
    opacity: 0;
    -webkit-transition: all .5s ease 0s;
    -moz-transition: all .5s ease 0s;
    -o-transition: all .5s ease 0s;
    -ms-transition: all .5s ease 0s;
    transition: all .5s ease 0s
}

.card-tag .img {
    width: 100%;
    height: 100%
}

.card-tag:hover .card-tag-title {
    opacity: 1
}

.card-desc {
    display: flex;
    align-items: stretch;
    flex-wrap: wrap;
    flex-direction: column;
    gap: 4px 0;
    margin-top: 10px;
    flex: 1
}

.card-prop {
    font-size: 13px;
    font-weight: 400;
    line-height: 1.3
}

.card-prop span {
    color: #9da1a8;
    margin-left: 5px
}

.card-prop+.card-prop {
    margin-top: 2px
}

.card-price {
    margin-top: 10px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap
}

.card-price .price-old {
    text-align: right;
    font-size: 18px;
    font-weight: 400;
    line-height: 1
}

.card-price .price-old .rbs-mark {
    margin: 0;
    font-size: 12px;
    vertical-align: 1px
}

.card-price .price-old span {
    position: relative;
    padding: 0 5px
}

.card-price .price-old span:before {
    content: "";
    display: block;
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    width: 100%;
    height: 2px;
    margin-top: -1px;
    background: #c82057
}

.card-price .price-new {
    font-size: 25px;
    font-weight: 700;
    line-height: 1;
    margin-top: 5px
}

.card-price .price-new .rbs-mark {
    margin: 0;
    font-size: 17px;
    vertical-align: 1px
}

.card-price .price-request {
    font-size: 16px;
    font-weight: 500;
    line-height: 1.2;
    color: #9da1a8
}

.card-price .montage {
    font-size: 20px;
    line-height: 1.2;
    color: #9da1a8;
    text-align: right
}

.card-price .montage-promotion {
    display: flex;
    align-items: stretch;
    flex-wrap: wrap;
    max-width: 125px
}

.card-price .montage-promotion img {
    width: 100%;
    height: 100%;
    object-fit: cover
}

.card-price .montage div {
    font-size: 20px;
    font-weight: 700;
    color: #ffcf87;
    margin-top: 5px
}

.card-price .montage .rbs-mark {
    margin-left: 0;
    font-size: 14px;
    vertical-align: 1px
}

.card-bottom {
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -o-transition: all .3s;
    -ms-transition: all .3s;
    transition: all .3s;
    position: absolute;
    bottom: 10px;
    left: 0;
    right: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: nowrap;
    width: 100%;
    column-gap: 10px;
    padding: 25px;
    background: #fff;
    z-index: 5
}

.card-bottom .btn {
    padding: 0 10px;
    flex-grow: 1
}

.card-bottom .cart-favorite {
    flex-shrink: 0
}

.card-bottom .icon:hover {
    border: 1px solid #ffcf87;
    color: #ffcf87
}

.card-bottom span.active .icon {
    background: #ffcf87;
    border: 1px solid #ffcf87;
    color: #fff
}

.card-view {
    width: 140px;
    height: 45px;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -o-transition: all .3s;
    -ms-transition: all .3s;
    transition: all .3s;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    transform: translate(-50%, -50%);
    font-weight: 400;
    background: #e8f3f1;
    opacity: 0
}

.card-view:hover {
    background: rgb(198.4857142857, 225.5142857143, 220.6)
}

.card-notify {
    position: absolute;
    z-index: 1;
    bottom: 0;
    left: 20px;
    right: 20px;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -o-transition: all .3s;
    -ms-transition: all .3s;
    transition: all .3s;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    font-size: 13px;
    font-weight: 400;
    line-height: 1.2;
    color: #fff;
    text-align: center;
    padding: 12px 15px 10px;
    background: rgba(0, 0, 0, .7);
    box-shadow: 0 7px 14px rgba(51, 51, 51, .2);
    opacity: 0;
    border-radius: 40px
}

.card-notify.show {
    opacity: 1
}

.card-add:active {
    -webkit-transform: scale(0.95);
    -moz-transform: scale(0.95);
    -ms-transform: scale(0.95);
    -o-transform: scale(0.95);
    transform: scale(0.95)
}

.card-callback {
    font-size: 12px;
    letter-spacing: 1px
}

.card:hover {
    box-shadow: 0 7px 19px rgba(1, 30, 25, .1);
    z-index: 100
}

.card:hover .card-view {
    opacity: .79;
    z-index: 1
}

.card:hover .card-tags {
    opacity: 1
}

.card:hover .card-bottom {
    box-shadow: 0 7px 19px rgba(1, 30, 25, .1);
    bottom: -80px
}

.card-format {
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -o-transition: all .3s;
    -ms-transition: all .3s;
    transition: all .3s;
    display: none;
    background: #fff;
    text-decoration: none;
    color: #454546;
    width: 100%;
    padding: 25px 30px;
    position: relative
}

.card-format-title {
    flex: 0 !important
}

.card-format-notify {
    transform: translateY(0);
    width: 20%;
    top: 15px;
    left: 15px;
    padding: 20px
}

.card-format-img {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    flex-wrap: wrap;
    width: 24%;
    height: 100%;
    margin-right: 20px
}

.card-format-img .img {
    width: 100%;
    height: 200px;
    object-fit: contain
}

.card-format-tags {
    display: flex;
    align-items: stretch;
    flex-wrap: wrap;
    gap: 20px;
    margin-top: 20px
}

.card-format-tag {
    margin-bottom: 0
}

.card-format-center {
    display: flex;
    align-items: stretch;
    flex-wrap: wrap;
    flex-direction: column;
    width: 44%
}

.card-format-last {
    display: flex;
    align-items: stretch;
    flex-wrap: wrap;
    width: 30%;
    flex-direction: column;
    align-items: flex-end
}

.card-format-options {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 15px;
    margin-top: auto
}

.card-format-options span.active .icon {
    background: #ffcf87;
    border: 1px solid #ffcf87;
    color: #fff
}

.card-format-options .icon:hover {
    border: 1px solid #ffcf87;
    color: #ffcf87
}

.card-format-price {
    margin-top: 0 !important;
    flex-direction: column
}

.card-format-price .montage {
    display: flex;
    align-items: stretch;
    flex-wrap: wrap;
    gap: 5px
}

.card-format-label {
    position: static
}

.card-format-label .label {
    margin-bottom: 30px
}

.card-format-desc {
    flex: 1
}

.card-format .card-view {
    transform: translate(-50%, -50%)
}

.card-format:hover {
    box-shadow: 0 7px 19px rgba(1, 30, 25, .1)
}

.card-format:hover .card-view {
    opacity: 1
}

@media(max-width: 1450px) {
    .card-top {
        padding: 20px 20px 20px 20px
    }

    .card-bottom {
        padding: 25px 20px 15px
    }

    .card-format-last {
        width: 35%
    }

    .card-format-options {
        gap: 10px;
        flex-wrap: nowrap
    }

    .card-format-img {
        width: 23%
    }

    .card-format-center {
        width: 42%
    }
}

@media(max-width: 992px) {
    .card {
        padding: 20px
    }

    .card-top {
        padding: 0
    }

    .card-bottom {
        padding: 0;
        margin-top: 15px;
        position: static
    }

    .card-bottom .btn {
        display: flex;
        align-items: center;
        justify-content: center;
        flex-wrap: wrap;
        font-size: 13px;
        line-height: 1.3;
        height: 45px
    }

    .card-bottom .card-callback {
        font-size: 10px
    }

    .card-format {
        padding: 20px 25px 20px 10px
    }

    .card-format-options {
        justify-content: flex-end
    }

    .card-format-center {
        width: 42%
    }

    .card-format-last {
        width: 40%
    }

    .card-format-price {
        margin-bottom: 30px
    }

    .card-format-img {
        width: 15%
    }

    .card-format-img .img {
        height: 150px
    }
}

@media(max-width: 768px) {
    .card {
        padding: 25px 0
    }

    .card-img {
        padding-bottom: 66.66%
    }

    .card-price {
        margin-top: 20px;
        justify-content: flex-start;
        column-gap: 35px
    }

    .card-price .price {
        transform: translateY(-2px)
    }

    .card-view {
        display: none
    }

    .card-format {
        padding: 10px 15px 15px 15px;
        flex-direction: column
    }

    .card-format-tags {
        display: none
    }

    .card-format-desc {
        margin-top: 10px;
        gap: 1px 0
    }

    .card-format-price {
        min-width: 150px;
        margin-bottom: 0
    }

    .card-format-price .price {
        font-size: 24px;
        line-height: 20px;
        flex-wrap: nowrap;
        margin-right: auto
    }

    .card-format-price .price .rbs-mark {
        font-size: 18px;
        transform: translateY(-2px)
    }

    .card-format-price .montage {
        display: none
    }

    .card-format-label {
        display: none
    }

    .card-format-title {
        margin-top: 0
    }

    .card-format-options {
        width: 100%
    }

    .card-format-options span[data-favorite],
    .card-format-options span[data-compare] {
        display: none
    }

    .card-format-center {
        width: 100%
    }

    .card-format-last {
        margin-top: 20px;
        width: 100%;
        position: relative;
        flex-direction: row;
        flex-wrap: nowrap
    }

    .card-format-img {
        display: none
    }

    .card-format .btn {
        margin-left: auto
    }
}

.consult {
    background: url("../img/background/consult.jpg") no-repeat right;
    background-color: #fff;
    padding: 50px 40px 50px 85px;
    background-size: contain;
    box-shadow: 0 14px 39px rgba(0, 0, 0, .0666666667)
}

.consult-title {
    font-family: "Tenor Sans", sans-serif;
    font-size: 28px;
    font-weight: 400;
    line-height: 44px;
    text-transform: uppercase;
    max-width: 700px
}

.consult-text {
    font-size: 18px;
    font-weight: 300;
    line-height: 28px;
    padding: 20px 0 40px
}

.consult-indent {
    margin-bottom: 80px
}

@media(max-width: 1450px) {
    .consult {
        padding: 30px 450px 30px 85px
    }
}

@media(max-width: 1200px) {
    .consult {
        background-size: cover;
        background-position: revert
    }
}

@media(max-width: 992px) {
    .consult {
        padding: 30px 125px 30px 30px;
        background-position: -45px
    }
}

@media(max-width: 768px) {
    .consult {
        padding: 20px
    }

    .consult-title {
        font-size: 20px;
        line-height: 28px
    }
}

.filter-form {
    margin-top: 25px
}

.filter-block {
    border-top: 1px solid #d2d7df
}

.filter-block.open {
    padding-bottom: 20px
}

.filter-block.open .filter-arrow {
    -webkit-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    transform: rotate(90deg)
}

.filter-block.open .filter-title {
    padding-bottom: 15px
}

.filter-block.open .filter-range-items,
.filter-block.open .filter-checkers-items {
    display: block
}

.filter-title {
    font-size: 18px;
    font-weight: 700;
    line-height: 1.2;
    padding: 20px 0;
    cursor: pointer;
    position: relative
}

.filter-title:hover .filter-arrow {
    color: #ffcf87
}

.filter-arrow {
    position: absolute;
    top: 24px;
    margin-left: 20px;
    font-size: 13px;
    color: #6b6b6b;
    -webkit-transition: all .5s ease 0s;
    -moz-transition: all .5s ease 0s;
    -o-transition: all .5s ease 0s;
    -ms-transition: all .5s ease 0s;
    transition: all .5s ease 0s
}

.filter-tags {
    display: flex;
    align-items: flex-end;
    flex-wrap: wrap;
    gap: 10px
}

.filter-tags-item {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    font-size: 12px;
    font-weight: 300;
    line-height: 14px;
    gap: 10px;
    cursor: pointer;
    background: rgba(216, 216, 216, .4);
    border-radius: 40px;
    padding: 10px 16px
}

.filter-tags-item .icon {
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -o-transition: all .3s;
    -ms-transition: all .3s;
    transition: all .3s;
    font-size: 9px;
    color: #454546
}

.filter-tags-item:hover .icon {
    color: #ffcf87
}

.filter-tags-item:first-child {
    margin-top: 30px
}

.filter-range-items {
    display: none
}

.filter-range-input {
    font-size: 14px;
    padding: 4px 10px 0 42px;
    border: 1px solid #e6f1ef
}

.filter-range-inputs {
    display: flex;
    align-items: stretch;
    flex-wrap: nowrap;
    gap: 20px
}

.filter-range .from {
    position: relative
}

.filter-range .from::before {
    content: "от";
    position: absolute;
    top: 54%;
    left: 17px;
    transform: translateY(-50%);
    color: #aaafaf
}

.filter-range .to {
    position: relative
}

.filter-range .to::before {
    content: "до";
    position: absolute;
    top: 54%;
    left: 17px;
    transform: translateY(-50%);
    color: #aaafaf
}

.filter-checkers-items {
    display: flex;
    align-items: stretch;
    flex-wrap: wrap;
    flex-direction: column;
    gap: 10px;
    display: none
}

.filter-checkers .checker-view {
    background: #fff
}

.filter-checkers .checker-item {
    padding-left: 40px
}

.filter-checkers .checker-item+.checker-item {
    margin-top: 10px
}

.filter-action {
    display: flex;
    flex-direction: column;
    row-gap: 10px;
    margin-top: 10px
}

.filter-action .btn {
    padding: 0 20px
}

.filter-action .link {
    display: block;
    text-align: center;
    font-size: 14px;
    line-height: 1.2;
    color: #9da1a8
}

.filter-close {
    display: none
}

@media(max-width: 1200px) {
    .filter-close {
        position: absolute;
        top: 10px;
        right: 10px;
        display: block
    }
}

.pages-form {
    padding: 110px 0 85px;
    background: linear-gradient(#f5f8fa 0%, #eaf4f2 115%);
    overflow: hidden
}

.pages-form-wrapper {
    padding: 40px 260px;
    background-color: #fff;
    text-align: center
}

.pages-form-wrapper::before {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 385px;
    height: 430px;
    background: url("../img/tion4s/branch.svg") no-repeat
}

.pages-form-wrapper::after {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    width: 385px;
    height: 430px;
    background: url("../img/tion4s/branch-02.svg") no-repeat
}

.pages-form-text {
    font-size: 16px;
    font-weight: 300;
    line-height: 28px;
    padding: 20px 0 15px
}

.pages-form-subtext {
    font-size: 16px;
    font-weight: 300;
    line-height: 28px;
    color: #aaafaf;
    margin-top: 40px
}

.pages-form-subtext a {
    color: #454546;
    text-decoration: none
}

.pages-form-subtext a:hover {
    color: #ffcf87;
    text-decoration: underline
}

.pages-form-inputs {
    display: flex;
    align-items: stretch;
    flex-wrap: wrap;
    gap: 30px;
    margin-top: 30px;
    flex-direction: column
}

.pages-form-call {
    font-size: 21px;
    font-weight: 500;
    line-height: 23px;
    color: #454546;
    display: inline-block;
    text-decoration: none;
    position: relative
}

.pages-form .btn {
    margin-top: 30px
}

@media(max-width: 992px) {
    .pages-form-wrapper {
        padding: 40px 50px
    }

    .pages-form-wrapper::before {
        display: none !important
    }

    .pages-form-wrapper::after {
        display: none !important
    }
}

@media(max-width: 768px) {
    .pages-form {
        padding: 60px 0 50px;
        background: none
    }

    .pages-form-wrapper {
        padding: 20px
    }

    .pages-form-text {
        font-size: 14px;
        line-height: 23px;
        padding: 10px 0 15px
    }

    .pages-form-inputs {
        gap: 20px;
        margin-top: 40px
    }

    .pages-form-subtext {
        font-size: 13px;
        line-height: 20px
    }

    .pages-form .btn {
        width: 100%
    }
}

.stars {
    display: flex;
    align-items: center;
    flex-wrap: nowrap;
    gap: 2px
}

.stars-item {
    width: 17px;
    height: 17px;
    position: relative
}

.stars .sharp,
.stars .outline {
    position: absolute;
    top: 0;
    left: 0
}

.stars .sharp {
    z-index: 1
}

/*# sourceMappingURL=main.css.map */