@charset "UTF-8";
@import url(https://fonts.googleapis.com/css?family=Roboto:regular&display=swap);

@font-face {
    font-family: HelveticaNeue;
    font-display: swap;
    src: url(../fonts/HelveticaNeue-Black.woff2) format("woff2"), url(../fonts/HelveticaNeue-Black.woff) format("woff");
    font-weight: 900;
    font-style: normal
}

@font-face {
    font-family: HelveticaNeue;
    font-display: swap;
    src: url(../fonts/HelveticaNeue-Bold.woff2) format("woff2"), url(../fonts/HelveticaNeue-Bold.woff) format("woff");
    font-weight: 700;
    font-style: normal
}

@font-face {
    font-family: HelveticaNeue;
    font-display: swap;
    src: url(../fonts/HelveticaNeue-Medium.woff2) format("woff2"), url(../fonts/HelveticaNeue-Medium.woff) format("woff");
    font-weight: 500;
    font-style: normal
}

@font-face {
    font-family: HelveticaNeue;
    font-display: swap;
    src: url(../fonts/HelveticaNeue-Thin.woff2) format("woff2"), url(../fonts/HelveticaNeue-Thin.woff) format("woff");
    font-weight: 100;
    font-style: normal
}

@font-face {
    font-family: HelveticaNeue;
    font-display: swap;
    src: url(../fonts/HelveticaNeue-Regular.woff2) format("woff2"), url(../fonts/HelveticaNeue-Regular.woff) format("woff");
    font-weight: 400;
    font-style: normal
}

@font-face {
    font-family: HelveticaNeue;
    font-display: swap;
    src: url(../fonts/HelveticaNeue.woff2) format("woff2"), url(../fonts/HelveticaNeue.woff) format("woff");
    font-weight: 400;
    font-style: normal
}

@font-face {
    font-family: HelveticaNeueCyr;
    font-display: swap;
    src: url(../fonts/HelveticaNeueCyr-Black.woff2) format("woff2"), url(../fonts/HelveticaNeueCyr-Black.woff) format("woff");
    font-weight: 900;
    font-style: normal
}

@font-face {
    font-family: HelveticaNeueCyr;
    font-display: swap;
    src: url(../fonts/HelveticaNeueCyr-Bold.woff2) format("woff2"), url(../fonts/HelveticaNeueCyr-Bold.woff) format("woff");
    font-weight: 700;
    font-style: normal
}

@font-face {
    font-family: HelveticaNeueCyr;
    font-display: swap;
    src: url(../fonts/HelveticaNeueCyr-Light.woff2) format("woff2"), url(../fonts/HelveticaNeueCyr-Light.woff) format("woff");
    font-weight: 300;
    font-style: normal
}

@font-face {
    font-family: HelveticaNeueCyr;
    font-display: swap;
    src: url(../fonts/HelveticaNeueCyr-Medium.woff2) format("woff2"), url(../fonts/HelveticaNeueCyr-Medium.woff) format("woff");
    font-weight: 500;
    font-style: normal
}

@font-face {
    font-family: HelveticaNeueCyr;
    font-display: swap;
    src: url(../fonts/HelveticaNeueCyr-Regular.woff2) format("woff2"), url(../fonts/HelveticaNeueCyr-Regular.woff) format("woff");
    font-weight: 400;
    font-style: normal
}

@font-face {
    font-family: HelveticaNeueCyr;
    font-display: swap;
    src: url(../fonts/HelveticaNeueCyr-Thin.woff2) format("woff2"), url(../fonts/HelveticaNeueCyr-Thin.woff) format("woff");
    font-weight: 100;
    font-style: normal
}

@font-face {
    font-family: icons;
    font-display: swap;
    src: url(../fonts/icons.woff2) format("woff2"), url(../fonts/icons.woff) format("woff");
    font-weight: 400;
    font-style: normal
}

[class*=_icon-]:before {
    font-family: icons;
    font-style: normal;
    font-weight: 400;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

[class*=_icon-]:before {
    display: block
}

._icon-tel:before {
    content: "\e900"
}

._icon-bug:before {
    content: "\e901"
}

._icon-check:before {
    content: "\e902"
}

._icon-flat:before {
    content: "\e903"
}

._icon-next:before {
    content: "\e904"
}

::-webkit-scrollbar {
    width: 12px;
    height: .5rem
}

::-webkit-scrollbar-track {
    background: #faf8f5;
    -webkit-box-shadow: 4px 1px 8px -2px rgba(34, 60, 80, .2) inset;
    box-shadow: 4px 1px 8px -2px rgba(34, 60, 80, .2) inset;
    border-radius: 15px
}

::-webkit-scrollbar-thumb {
    background: -webkit-gradient(linear, left top, left bottom, from(#173f5b), to(#f35f30));
    background: linear-gradient(180deg, #173f5b, #f35f30);
    border-radius: 15px;
    border: 2px solid #faf8f5
}

::-webkit-scrollbar-thumb:hover {
    background: -webkit-gradient(linear, left top, left bottom, from(#173f5b), to(#f35f30));
    background: linear-gradient(180deg, #173f5b, #f35f30)
}

* {
    padding: 0;
    margin: 0;
    border: 0
}

*,
:after,
:before {
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

body,
html {
    height: 100%;
    min-width: 320px
}

body {
    color: #000;
    line-height: 1;
    font-family: HelveticaNeue;
    font-size: .875rem;
    -ms-text-size-adjust: 100%;
    -moz-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

button,
input,
textarea {
    font-family: HelveticaNeue;
    font-size: inherit
}

button {
    cursor: pointer;
    color: inherit;
    background-color: inherit
}

a {
    color: inherit
}

a:link,
a:visited {
    text-decoration: none
}

a:hover {
    text-decoration: none
}

ul li {
    list-style: none
}

img {
    vertical-align: top
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-weight: inherit;
    font-size: inherit
}

.lock body {
    overflow: hidden;
    -ms-touch-action: none;
    touch-action: none
}

.wrapper {
    min-height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    overflow: hidden
}

.wrapper>main {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto
}

.wrapper>* {
    min-width: 0
}

[class*=__container] {
    max-width: 80rem;
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
    margin: 0 auto;
    padding: 0 .625rem
}

body::after {
    content: "";
    background-color: rgba(0, 0, 0, .5);
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    opacity: 0;
    -webkit-transition: opacity .8s ease 0s;
    -o-transition: opacity .8s ease 0s;
    transition: opacity .8s ease 0s;
    pointer-events: none;
    z-index: 149
}

.popup-show body::after {
    opacity: 1
}

.popup {
    position: fixed;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    padding: 30px 10px;
    -webkit-transition: visibility .8s ease 0s;
    -o-transition: visibility .8s ease 0s;
    transition: visibility .8s ease 0s;
    visibility: hidden;
    pointer-events: none
}

.popup_show {
    z-index: 999999;
    visibility: visible;
    overflow: auto;
    pointer-events: auto
}

.popup_show .popup__content {
    visibility: visible;
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1)
}

.popup__wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    min-height: 100%;
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    width: 100%;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    align-items: center
}

.popup__content {
    visibility: hidden;
    -webkit-transform: scale(0);
    -ms-transform: scale(0);
    transform: scale(0);
    -webkit-transition: -webkit-transform .3s ease 0s;
    transition: -webkit-transform .3s ease 0s;
    -o-transition: transform .3s ease 0s;
    transition: transform .3s ease 0s;
    transition: transform .3s ease 0s, -webkit-transform .3s ease 0s;
    background-color: #eee;
    padding: 3.125rem;
    width: 100%;
    max-width: 37.5rem;
    border-radius: .75rem;
    position: relative
}

.lock .popup__content {
    visibility: visible
}

.popup__close {
    height: 1.25rem;
    width: 1.25rem;
    background-color: #f35f30;
    background-image: url(../img/icons/close.svg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    position: absolute;
    top: 1.25rem;
    right: 1.25rem
}

.popoup-background {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    -o-object-fit: cover;
    object-fit: cover;
    z-index: -1;
    border-radius: .75rem
}

.popup__text {
    text-align: center
}

.popup-form__item:not(:last-child) {
    margin-bottom: .8125rem
}

.popup-form__input {
    font-size: 1.125rem;
    line-height: 1.1875rem;
    padding-left: 1.5625rem;
    background-color: #fff;
    border-radius: 12px;
    min-height: 3.75rem;
    width: 100%
}

.popup__tilte {
    color: #fff;
    line-height: 1 !important
}

.popup__subtitle {
    color: #fff;
    font-weight: 300;
    font-size: 1.125rem;
    line-height: 1.375rem;
    margin-bottom: 1.5625rem
}

.popup-form__button {
    width: 100%;
    border: 1px solid #173f5b;
    background-color: #173f5b !important
}

input[type=search] {
    color: #a1aaae;
    font-weight: 300;
    font-size: 1rem
}

[class*=-ibg] {
    position: relative
}

[class*=-ibg] img {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    -o-object-fit: cover;
    object-fit: cover
}

[class*=-ibg_contain] img {
    -o-object-fit: contain;
    object-fit: contain
}

.videos__body {
    position: relative;
    overflow: hidden;
    height: 0;
    padding-bottom: 56.25%
}

.videos__body embed,
.videos__body iframe,
.videos__body object,
.videos__body video {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%
}

.button {
    background-color: #f35f30;
    color: #fff;
    border-radius: .75rem;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: center;
    font-weight: 500;
    text-transform: uppercase;
    padding: 1.25rem 1.875rem
}

.title {
    text-transform: uppercase;
    font-weight: 700;
    font-size: 2.375rem;
    line-height: 1.6428571429
}

.header {
    padding: 1.75rem 0;
    position: fixed;
    width: 100%;
    top: 0;
    left: 0;
    z-index: 4;
    -webkit-transition: padding-top .3s ease 0s, padding-bottom .3s ease 0s, background-color .3s ease 0s;
    -o-transition: padding-top .3s ease 0s, padding-bottom .3s ease 0s, background-color .3s ease 0s;
    transition: padding-top .3s ease 0s, padding-bottom .3s ease 0s, background-color .3s ease 0s
}

._header-scroll {
    padding: .3125rem 0;
    background-color: #fff
}

.menu {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-column-gap: .625rem;
    -moz-column-gap: .625rem;
    column-gap: .625rem
}

.menu__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    row-gap: .4375rem
}

.menu__link {
    color: #a1aaae;
    text-transform: uppercase;
    font-weight: 500;
    font-size: .8125rem;
    line-height: 1.2307692308
}

.logo-header__image {
    display: inline-block;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    min-height: 3.5rem
}

.logo-header__image img {
    max-width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover
}

.tel-header {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-column-gap: 1.875rem;
    -moz-column-gap: 1.875rem;
    column-gap: 1.875rem
}

.header__text {
    color: #f35f30;
    text-align: center;
    margin: .625rem .625rem 0;
}

.only_mob {
    display: none;
}

.tel-header__call {
    white-space: nowrap;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-column-gap: .5rem;
    -moz-column-gap: .5rem;
    column-gap: .5rem;
    color: #173f5b;
    font-weight: 900;
    font-size: 1.375rem;
    line-height: 1.2272727273
}

.tel-header__call::before {
    font-size: 1.625rem;
    color: #f35f30
}

.tel-header__order {
    padding: .625rem 1.3125rem
}

.icon-menu {
    display: none
}

.footer {
    background-color: #f35f30
}

.logo-header {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-column-gap: .625rem;
    -moz-column-gap: .625rem;
    column-gap: .625rem
}

.logo-header__image {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.footer {
    padding: 1.875rem 0
}

.footer__body {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    row-gap: 3.125rem
}

.footer__list {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-column-gap: 2.0625rem;
    -moz-column-gap: 2.0625rem;
    column-gap: 2.0625rem
}

.footer__link {
    text-transform: uppercase;
    color: #fff
}

.tel-footer {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto
}

.tel-footer__call {
    color: #fff;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    gap: .9375rem;
    font-weight: 900;
    font-size: 1.625rem
}

.footer-bottom {
    position: fixed;
    width: 100%;
    bottom: 0;
    left: 0;
    z-index: 4;
    display: none
}

.footer-bottom__body {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.footer-bottom__call {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: .625rem;
    padding: 1.5625rem 0;
    color: #fff;
    font-weight: 300;
    font-size: 1.125rem;
    text-align: center
}

.footer-bottom__call::before {
    color: #f35f30
}

.footer-bottom__call-1 {
    padding-left: 1.5625rem;
    background-color: #214258
}

.footer-bottom__call-2 {
    padding-right: 1.5625rem;
    background-color: #173f5b
}

.call__widget {
    display: block;
    position: fixed;
    max-width: 5.625rem;
    height: 5.625rem;
    bottom: 0;
    margin-bottom: 3.125rem;
    margin-right: 6.875rem;
    right: 0;
    z-index: 4;
    cursor: pointer
}

.call__widget-button {
    width: 5.625rem;
    height: 5.625rem;
    background-color: #f35f30;
    border-radius: 50%;
    -webkit-animation: waves 2s infinite;
    animation: waves 2s infinite
}

.call__widget-button-icon {
    width: 5.625rem;
    height: 5.625rem;
    background-image: url(../img/icons/widget.svg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: 30%;
    -webkit-animation: tossing 1s infinite 5s;
    animation: tossing 1s infinite 5s
}

@-webkit-keyframes waves {
    0% {
        -webkit-box-shadow: 0 0 0 0 #173f5b4d, 0 0 0 0 #173f5b1a;
        box-shadow: 0 0 0 0 #173f5b4d, 0 0 0 0 #173f5b1a
    }

    50% {
        -webkit-box-shadow: 0 0 0 20px #173f5b4d, 0 0 0 10px #173f5b1a;
        box-shadow: 0 0 0 20px #173f5b4d, 0 0 0 10px #173f5b1a
    }

    to {
        -webkit-box-shadow: 0 0 0 40px transparent, 0 0 0 20px transparent;
        box-shadow: 0 0 0 40px transparent, 0 0 0 20px transparent
    }
}

@keyframes waves {
    0% {
        -webkit-box-shadow: 0 0 0 0 #173f5b4d, 0 0 0 0 #173f5b1a;
        box-shadow: 0 0 0 0 #173f5b4d, 0 0 0 0 #173f5b1a
    }

    50% {
        -webkit-box-shadow: 0 0 0 20px #173f5b4d, 0 0 0 10px #173f5b1a;
        box-shadow: 0 0 0 20px #173f5b4d, 0 0 0 10px #173f5b1a
    }

    to {
        -webkit-box-shadow: 0 0 0 40px transparent, 0 0 0 20px transparent;
        box-shadow: 0 0 0 40px transparent, 0 0 0 20px transparent
    }
}

@-webkit-keyframes tossing {
    0% {
        -webkit-transform: rotate(-8deg);
        transform: rotate(-8deg)
    }

    10% {
        -webkit-transform: rotate(8deg);
        transform: rotate(8deg)
    }

    20% {
        -webkit-transform: rotate(-8deg);
        transform: rotate(-8deg)
    }

    30% {
        -webkit-transform: rotate(8deg);
        transform: rotate(8deg)
    }

    40% {
        -webkit-transform: rotate(-8deg);
        transform: rotate(-8deg)
    }

    100% {
        -webkit-transform: rotate(0);
        transform: rotate(0)
    }
}

@keyframes tossing {
    0% {
        -webkit-transform: rotate(-8deg);
        transform: rotate(-8deg)
    }

    10% {
        -webkit-transform: rotate(8deg);
        transform: rotate(8deg)
    }

    20% {
        -webkit-transform: rotate(-8deg);
        transform: rotate(-8deg)
    }

    30% {
        -webkit-transform: rotate(8deg);
        transform: rotate(8deg)
    }

    40% {
        -webkit-transform: rotate(-8deg);
        transform: rotate(-8deg)
    }

    100% {
        -webkit-transform: rotate(0);
        transform: rotate(0)
    }
}

.intro {
    position: relative;
    padding-top: 10.9375rem
}

.intro__background {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    -o-object-fit: cover;
    object-fit: cover;
    z-index: -1
}

.intro__body {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-column-gap: 2.5rem;
    -moz-column-gap: 2.5rem;
    column-gap: 2.5rem
}

.video_between_man {
		display: none;
	}

.intro__text {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 66.40625%;
    flex: 1 1 66.40625%
}

.intro__title {
    font-size: 5.125rem;
    font-weight: 900;
    text-transform: uppercase;
    color: #173f5b;
    line-height: 3.75rem;
    margin-bottom: 1.25rem
}

.intro__bug {
    display: inline-block;
    position: relative
}

.intro__bug::before {
    position: absolute;
    top: -1.875rem;
    left: 0;
    right: 0;
    margin: 0 auto;
    font-size: 2rem;
    color: #173f5b
}

.intro__title-color {
    font-size: 4.3125rem;
    color: #f35f30;
    display: inline-block;
    margin-top: -3.125rem
}

.intro__title-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.intro__subtitle {
    color: #173f5b;
    margin-bottom: 3.4375rem
}

.intro__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    row-gap: 1.5rem;
    margin-bottom: 3.75rem
}

.intro__item {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    color: #a1aaae;
    font-weight: 500;
    font-size: 1.125rem;
    line-height: 1.2222222222;
    -webkit-column-gap: .8125rem;
    -moz-column-gap: .8125rem;
    column-gap: .8125rem
}

.intro__item::before {
    color: #173f5b
}

.intro__image {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 60.625%;
    flex: 1 1 60.625%;
	position: relative;
}

.image-intro__image {
    position: relative;
    padding-bottom: 100%
}

.image-intro__image img {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    -o-object-fit: scale-down;
    object-fit: scale-down
}

.no-webp .image-intro__image::before {
    background-image: url(../img/intro/1-back.png)
}

.image-intro__image::before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center
}

.image-intro__info {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-size: 1.25rem;
    position: absolute
}

.image-intro__info-text {
    font-weight: 300;
    color: #a1aaae
}

.image-intro__info-color {
    font-weight: 700;
    color: #f35f30
}

.image-intro__info-1 {
    top: 35.6241234222%;
    left: -5%
}

.image-intro__info-2 {
    top: 53.1556802244%;
    left: -7%
}

.image-intro__info-3 {
    top: 73.0715287518%;
    left: -10%
}

.image-intro__discount {
    text-align: center;
    font-weight: 900;
    position: absolute;
    z-index: 2;
    top: 78.5413744741%;
    right: 67.4715909091%;
    -webkit-transform: rotate(-25deg);
    -ms-transform: rotate(-25deg);
    transform: rotate(-25deg);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column
}

.image-intro__discount-text {
    font-size: 1.125rem;
    color: #fff
}

.image-intro__discount-value {
    line-height: 1;
    color: #f35f30;
    font-size: 2.375rem
}

.image-intro__discount::before {
    content: "";
    display: block;
    position: absolute;
    z-index: -1;
    bottom: 0;
    top: 0;
    left: -1.5rem;
    right: 0;
    margin: auto;
    width: 9.375rem;
    height: 9.375rem;
    background-image: url(../img/discount.svg);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    -webkit-transform: rotate(-137.5deg);
    -ms-transform: rotate(-137.5deg);
    transform: rotate(-137.5deg)
}

.text-intro__list-mob {
    display: none
}

.block {
    position: relative;
    padding-top: 3.125rem;
    padding-bottom: 5.625rem
}

.block-bg {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    -o-object-fit: cover;
    object-fit: cover;
    z-index: -1
}

.price {
    padding-bottom: 1.5625rem
}

.price__container {
    border-bottom: .0625rem solid rgba(255, 255, 255, .2);
    padding-bottom: 2.0625rem
}

.price__title {
    color: #fff;
    text-align: center;
    margin-bottom: 1.0625rem
}

.price-tab__navigation {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-column-gap: .5rem;
    -moz-column-gap: .5rem;
    column-gap: .5rem
}

.price-tab__title {
    color: #fff;
    text-transform: uppercase;
    font-weight: 500;
    font-size: 1.125rem;
    line-height: 1.2222222222;
    border: 1px solid #fff;
    border-radius: 8px;
    padding: .6875rem 1.5rem
}

.price-tab__content {
    margin-top: 1.875rem
}

.price-tab__card:not(:last-child) {
    margin-bottom: .1875rem
}

._tab-active {
    border-color: #f35f30
}

.card-price {
    padding: .9375rem 1.875rem;
    border: 1px solid #fff;
    border-radius: 12px;
    -webkit-column-gap: 3.125rem;
    -moz-column-gap: 3.125rem;
    column-gap: 3.125rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.card-price__wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    gap: .5rem;
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto
}

.link-desk {
	text-align: center; 
	font-size: 20px;
	font-weight: 600;
	color: rgb(23, 63, 91);
	text-decoration:none;
}

.tr-desk {
	position: absolute;
    top: 88px;
    left: -41px;
	z-index: 111111;
}

.card-price__title {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-column-gap: 1.875rem;
    -moz-column-gap: 1.875rem;
    column-gap: 1.875rem;
    color: #fff;
    font-weight: 500;
    font-size: 1.125rem;
    line-height: 1.2222222222
}

.card-price__title::before {
    -ms-flex-item-align: start;
    align-self: flex-start;
    font-size: 2.125rem
}

.card-price__price {
    -ms-flex-item-align: start;
    align-self: flex-start;
    font-weight: 900;
    font-size: 2rem;
    color: #fff;
    line-height: 1.25;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto
}

.card-price__button {
    padding: .9375rem 1.875rem;
    border: 1px solid #f35f30
}

.benefits {
    padding-top: 3.125rem
}

.benefits__title {
    color: #fff;
    text-align: center;
    line-height: 1;
    margin-bottom: .1875rem
}

.benefits__subtitle {
    font-weight: 200;
    font-size: 1.375rem;
    line-height: 1.1818181818;
    color: #fff;
    text-align: center
}

.benefits__cards {
    display: -ms-grid;
    display: grid;
    gap: 150px;
    grid-template-columns: repeat(auto-fit, minmax(320px, 1fr));
    row-gap: 4.375rem;
    margin-top: 4.375rem
}

.card-benefits {
    text-align: center
}

.card-benefits__image {
    position: relative;
    height: 4.625rem;
    width: 4.625rem;
    margin: 0 auto;
    margin-bottom: .9375rem
}

.card-benefits__image img {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    -o-object-fit: cover;
    object-fit: cover
}

.card-benefits__title {
    font-weight: 700;
    color: #fff;
    font-size: 1.25rem;
    line-height: 1.2;
    margin-bottom: .75rem
}

.card-benefits__text {
    font-size: 1.125rem;
    font-weight: 300;
    line-height: 1.2222222222;
    color: #fff
}

.about {
    padding-top: 3.75rem
}

.about__body {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.about__image {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 37.5%;
    flex: 1 1 37.5%;
    position: relative
}

.about__image img {
    position: absolute;
    width: 100%;
    bottom: 0;
    left: 0;
    -o-object-fit: contain;
    object-fit: contain
}

.no-webp .about__image::before {
    background-image: url(../img/about/2.png)
}

.about__image::before {
    content: "";
    display: block;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center
}

.about__info {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 62.5%;
    flex: 1 1 62.5%;
    padding-bottom: 5rem
}

.about__title {
    color: #173f5b
}

.about__subtitle {
    font-weight: 300;
    font-size: 1.375rem;
    line-height: 1.1818181818;
    color: #a1aaae;
    margin-bottom: 3.75rem
}

.info-about__cards {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 2.8125rem
}

.card-info {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-column-gap: 2.8125rem;
    -moz-column-gap: 2.8125rem;
    column-gap: 2.8125rem;
    row-gap: 1.25rem;
    position: relative
}

.card-info::before {
    content: "";
    position: absolute;
    bottom: -30%;
    left: 1.875rem;
    height: 1.125rem;
    width: 1.125rem;
    border: 1px solid #e2e2e2;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border-radius: 2px;
    background-image: url(../img/next.svg);
    background-repeat: no-repeat;
    background-position: center
}

.card-info__image {
    position: relative;
    height: 4.6875rem;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 4.6875rem;
    flex: 0 0 4.6875rem
}

.card-info__image img {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    -o-object-fit: contain;
    object-fit: contain
}

.card-info__title {
    font-family: HelveticaNeueCyr;
    color: #173f5b;
    font-weight: 700;
    font-size: 1.375rem;
    line-height: 1.1818181818;
    margin-bottom: .625rem
}

.card-info__text {
    font-weight: 300;
    font-size: 1.125rem;
    line-height: 1.2222222222;
    color: #a1aaae
}

.card-info-last::before {
    content: "";
    display: none
}

.consequences {
    color: #fff;
    padding: 3.125rem 0;
    position: relative
}

.consequences__image {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    -o-object-fit: cover;
    object-fit: cover;
    z-index: -1
}

.consequences__title {
    text-align: center
}

.consequences__subtitle {
    text-align: center;
    font-weight: 200;
    font-size: 1.375rem;
    line-height: 1.1818181818;
    margin-bottom: 2.8125rem
}

.consequences__cards {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    gap: .9375rem
}

.card-consequences {
    -webkit-box-flex: 0;
    -ms-flex: 0 1 20.125rem;
    flex: 0 1 20.125rem;
    text-align: center
}

.card-consequences__image {
    margin: 0 auto;
    width: 5.3125rem;
    height: 5.3125rem;
    margin-bottom: 1.25rem;
    position: relative
}

.card-consequences__image img {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    -o-object-fit: scale-down;
    object-fit: scale-down
}

.card-consequences__title {
    font-family: HelveticaNeueCyr;
    font-weight: 700;
    font-size: 1.25rem;
    line-height: 1.2;
    margin-bottom: .625rem
}

.card-consequences__text {
    font-family: HelveticaNeueCyr;
    font-weight: 300;
    font-size: 1.125rem;
    line-height: 1.2222222222
}

.block-2 {
    position: relative
}

.block-2__container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.block-2__background {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    -o-object-fit: cover;
    object-fit: cover;
    z-index: -1
}

.block-2__sections {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 64.0625%;
    flex: 1 1 64.0625%;
    padding: 4.375rem 0
}

.block-2__image {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 27.34375%;
    flex: 1 1 27.34375%;
    position: relative;
    left: -4%
}

.block-2__image img {
    position: absolute;
    max-width: 150%;
    height: 100%;
    top: 0;
    left: 0;
    -o-object-fit: scale-down;
    object-fit: scale-down
}

.no-webp .block-2__image::before {
    background-image: url(../img/block-2/2.png)
}

.block-2__image::before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain
}

.block-2 .title {
    color: #fff;
    margin-bottom: 1.25rem;
    line-height: 1
}

.safety {
    margin-bottom: 1.875rem
}

.safety__cards {
    display: -ms-grid;
    display: grid;
    gap: 30px;
    grid-template-columns: repeat(auto-fit, minmax(255px, 1fr))
}

.card-safety {
    color: #fff;
    border: 1px solid #fff;
    border-radius: 12px;
    padding: 1.5625rem;
    text-align: center
}

.card-safety__image {
    margin: 0 auto;
    width: 4.375rem;
    height: 4.375rem;
    position: relative;
    margin-bottom: 1.5625rem
}

.card-safety__image img {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0
}

.card-safety__text {
    max-width: 7.5rem;
    margin: 0 auto;
    text-align: center;
    font-weight: 300;
    font-size: 1.125rem;
    line-height: 1.375rem
}

.places__cards {
    display: -ms-grid;
    display: grid;
    gap: 20px;
    grid-template-columns: repeat(auto-fit, minmax(190px, 1fr))
}

.card-places .card-safety__image {
    width: 2.8125rem;
    height: 2.8125rem
}

.reviews {
    padding: 1.875rem 0
}

.reviews__container {
    padding-bottom: 2.5rem;
    border-bottom: 1px solid rgba(83, 82, 82, .2)
}

.reviews__title {
    margin-bottom: 1.875rem
}

.reviews__images {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 1.5625rem;
    overflow: auto
}

.reviews__image {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 33.333%;
    flex: 1 1 33.333%;
    position: relative;
    padding-bottom: 40%
}

.reviews__image img {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    -o-object-fit: cover;
    object-fit: cover;
    border-radius: 12px
}

.reviews .title {
    text-align: center;
    color: #173f5b
}

.report {
    padding-bottom: 3.125rem
}

.report__title {
    margin-bottom: 2.125rem
}

.report .title {
    color: #173f5b;
    text-align: center;
    line-height: 1
}

.videos {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 1.875rem;
    overflow: auto
}

.videos__body {
    border-radius: .75rem;
    overflow: hidden;
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    min-width: 40.625rem;
    min-height: 18.75rem;
    padding-bottom: 27%
}

.certificates {
    padding: 1.875rem 0
}

.certificates__title {
    margin-bottom: 1.875rem
}

.certificates__cards {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 1.875rem
}

.certificates .title {
    color: #173f5b;
    text-align: center;
    line-height: 1
}

.card-certificate {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto
}

.card-certificate__image-ibg {
    min-height: 16.25rem;
    min-width: 11.25rem
}

.card-certificate__image-ibg img {
    -o-object-fit: contain;
    object-fit: contain
}

.brands {
    padding: 1.875rem 0
}

.brands__title {
    margin-bottom: 1.5625rem
}

.brands__items {
    overflow: auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.brands .title {
    text-align: center;
    color: #173f5b
}

.item-brand {
    min-height: 5rem;
    min-width: 10rem;
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    position: relative
}

.item-brand img {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    -o-object-fit: contain;
    object-fit: contain
}

.block-3 {
    position: relative
}

.block-3__background {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: -1;
    -o-object-fit: cover;
    object-fit: cover
}

.feedback__body {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.feedback__form-wrapper {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    position: relative;
    top: -2.375rem;
    border-bottom: 1px solid rgba(255, 255, 255, .2);
    padding-bottom: 3.75rem
}

.feedback__title {
    margin-bottom: .3125rem
}

.feedback__subtitle {
    font-weight: 300;
    font-size: 1.375rem;
    line-height: 1.1818181818;
    color: #a1aaae;
    margin-bottom: 1.875rem
}

.feedback__image {
    -ms-flex-item-align: start;
    align-self: flex-start;
    -webkit-box-flex: 1;
    -ms-flex: 1 1 35%;
    flex: 1 1 35%;
    position: relative;
    min-height: 37.5rem
}

.feedback__image img {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    -o-object-fit: cover;
    object-fit: cover
}

.feedback .button {
    min-height: 3.75rem
}

.feedback .title {
    line-height: 1;
    color: #fff
}

.feedback .popup-form__input {
    width: auto;
    margin-right: 1.875rem
}

.about-nums {
    padding-bottom: 3.125rem;
    margin-top: -5rem
}

.about-nums__title {
    margin-bottom: 2.8125rem
}

.about-nums__body {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    gap: 1.25rem
}

.about-nums .title {
    text-align: center;
    color: #fff;
    line-height: 1
}

.item-about-num {
    text-align: center;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.item-about-num__num {
    color: #f35f30;
    font-size: 4.125rem;
    font-weight: 700;
    margin-bottom: .3125rem
}

.item-about-num__text {
    font-weight: 300;
    font-size: 1.125rem;
    color: #fff
}

.item-about-num::after {
    content: "";
    display: block;
    height: 1.125rem;
    width: 1.125rem;
    background-image: url(../img/next-white.svg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover
}

.item-about-num:last-child::after {
    display: none
}

.swiper {
    overflow: hidden
}

.swiper-wrapper {
    width: 100%;
    height: 100%;
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: relative
}

.swiper-vertical .swiper-wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column
}

.swiper-autoheight .swiper-wrapper {
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start
}

.swiper-initialized .swiper-slide {
    -ms-flex-negative: 0;
    flex-shrink: 0
}

.swiper-android .swiper-slide,
.swiper-android .swiper-wrapper {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0)
}

.swiper-button-lock {
    display: none !important
}

@media (min-width:48em) {
    .card-price {
        -webkit-column-gap: 3.125rem;
        -moz-column-gap: 3.125rem;
        column-gap: 3.125rem
    }
}

@media (min-width:50em) {
    .footer__list {
        -webkit-column-gap: 2.0625rem;
        -moz-column-gap: 2.0625rem;
        column-gap: 2.0625rem
    }

    .reviews__image {
        min-width: 12.5rem;
        min-height: 30rem
    }
}

@media (min-width:120em) {
    .menu__list {
        -webkit-column-gap: 1.75rem;
        -moz-column-gap: 1.75rem;
        column-gap: 1.75rem
    }

    .tel-header {
        -webkit-column-gap: 1.875rem;
        -moz-column-gap: 1.875rem;
        column-gap: 1.875rem
    }

    .intro__subtitle {
        font-size: 1.875rem
    }

    .brands__items {
        -webkit-column-gap: 4.375rem;
        -moz-column-gap: 4.375rem;
        column-gap: 4.375rem
    }

    .item-about-num {
        -webkit-column-gap: 4.375rem;
        -moz-column-gap: 4.375rem;
        column-gap: 4.375rem
    }
}

@media (max-width:50em) {
    .menu__body {
        position: fixed;
        width: 100%;
        height: 100%;
        top: -100%;
        left: 0;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        background-color: #fff;
        -webkit-transition: top .3s ease 0s;
        -o-transition: top .3s ease 0s;
        transition: top .3s ease 0s
    }

    .menu-open .menu__body {
        top: 0
    }

    .menu__list {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        row-gap: 1.875rem
    }

    .menu__link {
        font-size: 1.125rem;
        color: #173f5b
    }

    .tel-header {
        -webkit-column-gap: .625rem;
        -moz-column-gap: .625rem;
        column-gap: .625rem
    }

    .icon-menu {
        display: block;
        position: relative;
        -webkit-box-flex: 0;
        -ms-flex: 0 0 3.75rem;
        flex: 0 0 3.75rem;
        height: 3.75rem;
        cursor: pointer;
        z-index: 5;
        border-radius: 12px;
        background-color: #173f5b
    }

    .icon-menu span,
    .icon-menu::after,
    .icon-menu::before {
        content: "";
        -webkit-transition: all .3s ease 0s;
        -o-transition: all .3s ease 0s;
        transition: all .3s ease 0s;
        right: 0;
        left: 0;
        margin: auto;
        position: absolute;
        width: 100%;
        max-width: 1.75rem;
        height: .3125rem;
        border-radius: 12px;
        background-color: #fff
    }

    .icon-menu::before {
        top: 1rem
    }

    .icon-menu::after {
        bottom: .9375rem
    }

    .icon-menu span {
        left: .375rem;
        margin: 0 auto;
        top: calc(50% - .0625rem);
        max-width: 1.1875rem
    }

    .menu-open .icon-menu span {
        max-width: 1.875rem
    }

    .menu-open .icon-menu::after,
    .menu-open .icon-menu::before {
        left: .375rem;
        margin: 0 auto;
        max-width: .5rem
    }

    .footer__nav {
        -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
        order: 3
    }

    .footer__logo {
        -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
        order: 1
    }

    .tel-footer {
        -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
        order: 2
    }

    .call__widget {
        display: none
    }

    .intro__title {
        font-size: 3.5rem;
        line-height: 2.5rem
    }

    .intro__bug::before {
        top: -1.5rem;
        left: -.125rem;
        font-size: 1.5625rem
    }

    .intro__title-color {
        font-size: 2.625rem;
        letter-spacing: -2px
    }

    .price-tab__title {
        font-size: .875rem
    }

    .about__body {
        -webkit-box-orient: vertical;
        -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
        flex-direction: column-reverse
    }

    .about__image {
        padding-bottom: 100%
    }

    .about__image img {
        height: 100%
    }

    .about__info {
        margin-bottom: 1.5625rem
    }

    .card-info::before {
        display: none
    }

    .reviews__images {
        gap: .75rem
    }

    .reviews__image {
        min-height: 20rem;
        min-width: 9.375rem
    }

    .reviews__image-last {
        display: none
    }

    .videos__body {
        padding-bottom: 40%;
        min-width: 22.5rem
    }

    .feedback .button {
        width: 70%
    }

    .feedback .popup-form__input {
        width: 100% !important
    }

    .item-about-num::after {
        display: none
    }

    .only_desk {
        display:none;
    }
    .only_mob {
        display: block;
    }
}

@media (max-width:50em) and (max-width:29.99875em) {
    .icon-menu {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 2.25rem;
        flex: 0 0 2.25rem;
        height: 2.25rem
    }

    .icon-menu span,
    .icon-menu::after,
    .icon-menu::before {
        max-width: 1rem;
        height: .1875rem
    }

    .icon-menu::before {
        top: .5rem
    }

    .icon-menu::after {
        bottom: .5rem
    }

    .icon-menu span {
        max-width: .6875rem
    }

    .menu-open .icon-menu span {
        max-width: 1.125rem
    }
}

@media (max-width:48em) {
    .menu__list {
        -webkit-column-gap: .625rem;
        -moz-column-gap: .625rem;
        column-gap: .625rem
    }

    .brands__items {
        -webkit-column-gap: 2.5rem;
        -moz-column-gap: 2.5rem;
        column-gap: 2.5rem
    }

    .item-about-num {
        -webkit-column-gap: 1.25rem;
        -moz-column-gap: 1.25rem;
        column-gap: 1.25rem
    }
}

@media (max-width:30em) {
    .card-certificate__image-ibg {
        min-height: 14.5rem !important;
        min-width: 10.375rem !important
    }
}

@media (max-width:79.375em) {
    .block-2__container {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column
    }

    .block-2__image {
        min-height: 37.5rem;
        left: 0
    }

    .block-2__image img {
        width: 100%;
        max-width: none
    }

    .block-2 .title {
        text-align: center
    }
}

@media (max-width:79.25em) {
    .card-certificate__image-ibg {
        min-height: 20.3125rem;
        min-width: 14.375rem
    }
}

@media (max-width:78.125em) {
    .feedback {
        padding: 4.375rem 0
    }

    .feedback__form-wrapper {
        top: 0
    }

    .feedback__image {
        display: none
    }

    .feedback .popup-form__input {
        width: 45%
    }

    .form-feedback__body {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        gap: 1.25rem
    }

    .about-nums {
        margin-top: 0
    }
}

@media (max-width:71.875em) {
    .intro__body {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column
    }

    .intro__text {
        -webkit-box-flex: 1;
        -ms-flex: 1 1 auto;
        flex: 1 1 auto
    }
	
	.video_over_man {
		display: none !important;
	}
	
	.video_between_man {
		display: flex;
		margin-top: 20px;
	}
	
	

    .intro__list-1 {
        display: none
    }

    .intro__image {
        -webkit-box-flex: 1;
        -ms-flex: 1 1 auto;
        flex: 1 1 auto
    }

    .image-intro {
        position: relative;
        left: 13%
    }

    .image-intro__image {
        padding-bottom: 0;
        min-height: 40.625rem
    }

    .text-intro {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        gap: 1.25rem
    }

    .text-intro__list-mob {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column
    }
}

@media (max-width:40.625em) {
    .image-intro__image {
        min-height: 34.375rem
    }
}

@media (max-width:34.375em) {
    .footer__body {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column
    }

    .footer__nav {
        display: none
    }

    .card-price__wrapper {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column
    }

    .card-price__title::before {
        display: none
    }
}

@media (max-width:29.99875em) {
    .tel-header__call {
        font-size: 1rem
    }

    .tel-header__call::before {
        font-size: .875rem
    }

    .tel-header__order {
        display: none
    }

    .footer {
        margin-bottom: 4.25rem;
        padding: 1.25rem 0
    }

    .footer-bottom {
        display: block
    }

    .intro__list-1 {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex
    }

    .image-intro {
        left: 24%
    }

    .image-intro__image {
        min-height: 22.375rem
    }

    .image-intro__info-1 {
        top: 34%;
        left: -7%
    }

    .image-intro__info-2 {
        left: -8%
    }

    .image-intro__info-3 {
        top: 75%;
        left: -12%
    }

    .image-intro__discount {
        top: 63.1136044881%;
        right: 52.5568181818%
    }

    .text-intro__list-mob {
        display: none
    }

    .card-info {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-column-gap: .8125rem;
        -moz-column-gap: .8125rem;
        column-gap: .8125rem
    }

    .card-info__image {
        height: 40px;
        -ms-flex-preferred-size: 2.5rem;
        flex-basis: 2.5rem
    }

    .card-info__title {
        -webkit-box-flex: 1;
        -ms-flex: 1 1 auto;
        flex: 1 1 auto;
        margin-bottom: 0
    }

    .block-2__image img {
        width: auto
    }

    .safety .card-safety {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        gap: 1.25rem
    }

    .safety .card-safety__image {
        margin: 0
    }

    .safety .card-safety__text {
        margin: 0
    }

    .places__cards {
        display: -ms-grid;
        display: grid;
        gap: 20px;
        grid-template-columns: repeat(auto-fit, minmax(160px, 1fr))
    }

    .videos__body {
        padding-bottom: 0;
        min-height: 12.8125rem
    }

    .about-nums__body {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        gap: 2.5rem
    }
}

@media (max-width:25.625em) {
    .image-intro__info-1 {
        left: -19%
    }

    .image-intro__info-2 {
        left: -18%
    }

    .image-intro__info-3 {
        left: -17%
    }
}

@media (max-width:23.75em) {
    .footer__list {
        -webkit-column-gap: .625rem;
        -moz-column-gap: .625rem;
        column-gap: .625rem
    }

    .intro__subtitle {
        font-size: 1.25rem
    }

    .card-price {
        -webkit-column-gap: .625rem;
        -moz-column-gap: .625rem;
        column-gap: .625rem
    }
}

@media (max-width:21.875em) {
    .benefits__cards {
        display: -ms-grid;
        display: grid;
        gap: 60px;
        grid-template-columns: repeat(auto-fit, minmax(260px, 1fr))
    }
}

@media (min-width:48em) and (max-width:120em) {
    @supports ((-moz-column-gap:clamp(0.625rem, -0.125rem + 1.5625vw, 1.75rem)) or (column-gap:clamp(0.625rem, -0.125rem + 1.5625vw, 1.75rem))) {
        .menu__list {
            -webkit-column-gap: clamp(.625rem, -.125rem + 1.5625vw, 1.75rem);
            -moz-column-gap: clamp(.625rem, -.125rem + 1.5625vw, 1.75rem);
            column-gap: clamp(.625rem, -.125rem + 1.5625vw, 1.75rem)
        }
    }

    @supports not ((-moz-column-gap:clamp(0.625rem, -0.125rem + 1.5625vw, 1.75rem)) or (column-gap:clamp(0.625rem, -0.125rem + 1.5625vw, 1.75rem))) {
        .menu__list {
            -webkit-column-gap: calc(.625rem + 1.125 * (100vw - 48rem)/ 72);
            -moz-column-gap: calc(.625rem + 1.125 * (100vw - 48rem)/ 72);
            column-gap: calc(.625rem + 1.125 * (100vw - 48rem)/ 72)
        }
    }

    @supports ((-moz-column-gap:clamp(2.5rem, 1.25rem + 2.6041666667vw, 4.375rem)) or (column-gap:clamp(2.5rem, 1.25rem + 2.6041666667vw, 4.375rem))) {
        .brands__items {
            -webkit-column-gap: clamp(2.5rem, 1.25rem + 2.6041666667vw, 4.375rem);
            -moz-column-gap: clamp(2.5rem, 1.25rem + 2.6041666667vw, 4.375rem);
            column-gap: clamp(2.5rem, 1.25rem + 2.6041666667vw, 4.375rem)
        }
    }

    @supports not ((-moz-column-gap:clamp(2.5rem, 1.25rem + 2.6041666667vw, 4.375rem)) or (column-gap:clamp(2.5rem, 1.25rem + 2.6041666667vw, 4.375rem))) {
        .brands__items {
            -webkit-column-gap: calc(2.5rem + 1.875 * (100vw - 48rem)/ 72);
            -moz-column-gap: calc(2.5rem + 1.875 * (100vw - 48rem)/ 72);
            column-gap: calc(2.5rem + 1.875 * (100vw - 48rem)/ 72)
        }
    }

    @supports ((-moz-column-gap:clamp(1.25rem, -0.8333333333rem + 4.3402777778vw, 4.375rem)) or (column-gap:clamp(1.25rem, -0.8333333333rem + 4.3402777778vw, 4.375rem))) {
        .item-about-num {
            -webkit-column-gap: clamp(1.25rem, -.8333333333rem + 4.3402777778vw, 4.375rem);
            -moz-column-gap: clamp(1.25rem, -.8333333333rem + 4.3402777778vw, 4.375rem);
            column-gap: clamp(1.25rem, -.8333333333rem + 4.3402777778vw, 4.375rem)
        }
    }

    @supports not ((-moz-column-gap:clamp(1.25rem, -0.8333333333rem + 4.3402777778vw, 4.375rem)) or (column-gap:clamp(1.25rem, -0.8333333333rem + 4.3402777778vw, 4.375rem))) {
        .item-about-num {
            -webkit-column-gap: calc(1.25rem + 3.125 * (100vw - 48rem)/ 72);
            -moz-column-gap: calc(1.25rem + 3.125 * (100vw - 48rem)/ 72);
            column-gap: calc(1.25rem + 3.125 * (100vw - 48rem)/ 72)
        }
    }
}

@media (min-width:50em) and (max-width:120em) {
    @supports ((-moz-column-gap:clamp(0.625rem, -0.2678571429rem + 1.7857142857vw, 1.875rem)) or (column-gap:clamp(0.625rem, -0.2678571429rem + 1.7857142857vw, 1.875rem))) {
        .tel-header {
            -webkit-column-gap: clamp(.625rem, -.2678571429rem + 1.7857142857vw, 1.875rem);
            -moz-column-gap: clamp(.625rem, -.2678571429rem + 1.7857142857vw, 1.875rem);
            column-gap: clamp(.625rem, -.2678571429rem + 1.7857142857vw, 1.875rem)
        }
    }

    @supports not ((-moz-column-gap:clamp(0.625rem, -0.2678571429rem + 1.7857142857vw, 1.875rem)) or (column-gap:clamp(0.625rem, -0.2678571429rem + 1.7857142857vw, 1.875rem))) {
        .tel-header {
            -webkit-column-gap: calc(.625rem + 1.25 * (100vw - 50rem)/ 70);
            -moz-column-gap: calc(.625rem + 1.25 * (100vw - 50rem)/ 70);
            column-gap: calc(.625rem + 1.25 * (100vw - 50rem)/ 70)
        }
    }
}

@media (min-width:23.75em) and (max-width:50em) {
    @supports ((-moz-column-gap:clamp(0.625rem, -0.6755952381rem + 5.4761904762vw, 2.0625rem)) or (column-gap:clamp(0.625rem, -0.6755952381rem + 5.4761904762vw, 2.0625rem))) {
        .footer__list {
            -webkit-column-gap: clamp(.625rem, -.6755952381rem + 5.4761904762vw, 2.0625rem);
            -moz-column-gap: clamp(.625rem, -.6755952381rem + 5.4761904762vw, 2.0625rem);
            column-gap: clamp(.625rem, -.6755952381rem + 5.4761904762vw, 2.0625rem)
        }
    }

    @supports not ((-moz-column-gap:clamp(0.625rem, -0.6755952381rem + 5.4761904762vw, 2.0625rem)) or (column-gap:clamp(0.625rem, -0.6755952381rem + 5.4761904762vw, 2.0625rem))) {
        .footer__list {
            -webkit-column-gap: calc(.625rem + 1.4375 * (100vw - 23.75rem)/ 26.25);
            -moz-column-gap: calc(.625rem + 1.4375 * (100vw - 23.75rem)/ 26.25);
            column-gap: calc(.625rem + 1.4375 * (100vw - 23.75rem)/ 26.25)
        }
    }
}

@media (min-width:23.75em) and (max-width:120em) {
    @supports (font-size:clamp(1.25rem, 1.0957792208rem + 0.6493506494vw, 1.875rem)) {
        .intro__subtitle {
            font-size: clamp(2.25rem, 1.0957792208rem + .6493506494vw, 1.875rem)
        }
    }

    @supports not (font-size:clamp(1.25rem, 1.0957792208rem + 0.6493506494vw, 1.875rem)) {
        .intro__subtitle {
            font-size: calc(1.25rem + .625 * (100vw - 23.75rem)/ 96.25)
        }
    }
}

@media (min-width:23.75em) and (max-width:48em) {
    @supports ((-moz-column-gap:clamp(0.625rem, -1.8234536082rem + 10.3092783505vw, 3.125rem)) or (column-gap:clamp(0.625rem, -1.8234536082rem + 10.3092783505vw, 3.125rem))) {
        .card-price {
            -webkit-column-gap: clamp(.625rem, -1.8234536082rem + 10.3092783505vw, 3.125rem);
            -moz-column-gap: clamp(.625rem, -1.8234536082rem + 10.3092783505vw, 3.125rem);
            column-gap: clamp(.625rem, -1.8234536082rem + 10.3092783505vw, 3.125rem)
        }
    }

    @supports not ((-moz-column-gap:clamp(0.625rem, -1.8234536082rem + 10.3092783505vw, 3.125rem)) or (column-gap:clamp(0.625rem, -1.8234536082rem + 10.3092783505vw, 3.125rem))) {
        .card-price {
            -webkit-column-gap: calc(.625rem + 2.5 * (100vw - 23.75rem)/ 24.25);
            -moz-column-gap: calc(.625rem + 2.5 * (100vw - 23.75rem)/ 24.25);
            column-gap: calc(.625rem + 2.5 * (100vw - 23.75rem)/ 24.25)
        }
    }
}

@media (any-hover:hover) {
    .popup__close {
        -webkit-transition: -webkit-transform .3s ease 0s;
        transition: -webkit-transform .3s ease 0s;
        -o-transition: transform .3s ease 0s;
        transition: transform .3s ease 0s;
        transition: transform .3s ease 0s, -webkit-transform .3s ease 0s
    }

    .popup__close:hover {
        -webkit-transform: rotate(180deg);
        -ms-transform: rotate(180deg);
        transform: rotate(180deg)
    }

    .popup-form__button:hover {
        border-color: #173f5b;
        background-color: transparent !important;
        color: #173f5b
    }

    .button {
        -webkit-transition: background-color .3s ease 0s;
        -o-transition: background-color .3s ease 0s;
        transition: background-color .3s ease 0s
    }

    .button:hover {
        background-color: #173f5b
    }

    .menu__link {
        -webkit-transition: color .3s ease 0s;
        -o-transition: color .3s ease 0s;
        transition: color .3s ease 0s
    }

    .menu__link:hover {
        color: #f35f30
    }

    .tel-header__call {
        -webkit-transition: color .3s ease 0s;
        -o-transition: color .3s ease 0s;
        transition: color .3s ease 0s
    }

    .tel-header__call:hover {
        color: #f35f30
    }

    .tel-footer__call {
        -webkit-transition: color .3s ease 0s;
        -o-transition: color .3s ease 0s;
        transition: color .3s ease 0s
    }

    .tel-footer__call:hover {
        color: #173f5b
    }

    .card-price {
        -webkit-transition: border-color .3s ease 0s;
        -o-transition: border-color .3s ease 0s;
        transition: border-color .3s ease 0s
    }

    .card-price:hover {
        border-color: #f35f30
    }

    .card-price__button {
        -webkit-transition: all .3s ease 0s;
        -o-transition: all .3s ease 0s;
        transition: all .3s ease 0s
    }

    .card-price__button:hover {
        background-color: transparent
    }
}

.webp .image-intro__image::before {
    background-image: url(../img/intro/1-back.webp)
}

.webp .about__image::before {
    background-image: url(../img/about/2.webp)
}

.webp .block-2__image::before {
    background-image: url(../img/block-2/2.webp)
}