* {
    -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
}

.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-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
    }
}

.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
}

.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
    }
}

.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
    }
}

.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
}

.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
    }
}

.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
    }
}

.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
    }
}

.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
}

.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
    }
}

.solutions-list>li+li {
    margin-top: 30px
}

.solutions-item {
    display: flex;
    align-items: stretch;
    justify-content: flex-start;
    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
    }
}

.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
    }
}

.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
    }
}

.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%
    }
}

/*# sourceMappingURL=home.css.map */