@charset "UTF-8";

@font-face {
    font-family: BebasNeueBold;
    src: url(../fonts/bebasneuebold-webfont.woff2) format('woff2'), url(../fonts/bebasneuebold-webfont.woff) format('woff');
    font-weight: 700;
    font-style: normal;
    font-display: swap
}

.bx-wrapper {
    position: relative;
    margin-bottom: 60px;
    padding: 0;
    -ms-touch-action: pan-y;
    touch-action: pan-y;
    -moz-box-shadow: 0 0 5px #ccc;
    -webkit-box-shadow: 0 0 5px #ccc;
    box-shadow: 0 0 5px #ccc;
    border: 5px solid #fff;
    background: #fff
}

.bx-wrapper img {
    max-width: 100%;
    display: block
}

.bxslider {
    margin: 0;
    padding: 0
}

ul.bxslider {
    list-style: none
}

.bx-viewport {
    -webkit-transform: translatez(0);
    transform: translatez(0)
}

.bx-wrapper .bx-controls-auto,
.bx-wrapper .bx-pager {
    position: absolute;
    bottom: 0;
    width: 100%
}

.bx-wrapper .bx-loading {
    min-height: 50px;
    background: url(../images/bx_loader.gif) center center no-repeat #fff;
    height: 100%;
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 2000
}

.bx-wrapper .bx-pager {
    text-align: center;
    font-size: .85em;
    font-family: Arial;
    font-weight: 700;
    color: #666;
    padding-top: 20px
}

.bx-wrapper .bx-pager.bx-default-pager a {
    background: #666;
    text-indent: -9999px;
    display: block;
    width: 10px;
    height: 10px;
    margin: 0 5px;
    outline: 0;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px
}

.bx-wrapper .bx-pager.bx-default-pager a.active,
.bx-wrapper .bx-pager.bx-default-pager a:focus,
.bx-wrapper .bx-pager.bx-default-pager a:hover {
    background: #000
}

.bx-wrapper .bx-controls-auto .bx-controls-auto-item,
.bx-wrapper .bx-pager-item {
    display: inline-block;
    vertical-align: bottom
}

.bx-wrapper .bx-pager-item {
    font-size: 0;
    line-height: 0
}

.bx-wrapper .bx-prev {
    left: 10px;
    background: url(../images/controls.png) 0 -32px no-repeat
}

.bx-wrapper .bx-prev:focus,
.bx-wrapper .bx-prev:hover {
    background-position: 0 0
}

.bx-wrapper .bx-next {
    right: 10px;
    background: url(../images/controls.png) -43px -32px no-repeat
}

.bx-wrapper .bx-next:focus,
.bx-wrapper .bx-next:hover {
    background-position: -43px 0
}

.bx-wrapper .bx-controls-direction a {
    position: absolute;
    top: 50%;
    margin-top: -16px;
    outline: 0;
    width: 32px;
    height: 32px;
    text-indent: -9999px;
    z-index: 9
}

.bx-wrapper .bx-controls-direction a.disabled {
    display: none
}

.bx-wrapper .bx-controls-auto {
    text-align: center
}

.bx-wrapper .bx-controls-auto .bx-start {
    display: block;
    text-indent: -9999px;
    width: 10px;
    height: 11px;
    outline: 0;
    background: url(../images/controls.png) -86px -11px no-repeat;
    margin: 0 3px
}

.bx-wrapper .bx-controls-auto .bx-start.active,
.bx-wrapper .bx-controls-auto .bx-start:focus,
.bx-wrapper .bx-controls-auto .bx-start:hover {
    background-position: -86px 0
}

.bx-wrapper .bx-controls-auto .bx-stop {
    display: block;
    text-indent: -9999px;
    width: 9px;
    height: 11px;
    outline: 0;
    background: url(../images/controls.png) -86px -44px no-repeat;
    margin: 0 3px
}

.bx-wrapper .bx-controls-auto .bx-stop.active,
.bx-wrapper .bx-controls-auto .bx-stop:focus,
.bx-wrapper .bx-controls-auto .bx-stop:hover {
    background-position: -86px -33px
}

.bx-wrapper .bx-controls.bx-has-controls-auto.bx-has-pager .bx-pager {
    text-align: left;
    width: 80%
}

.bx-wrapper .bx-controls.bx-has-controls-auto.bx-has-pager .bx-controls-auto {
    right: 0;
    width: 35px
}

.bx-wrapper .bx-caption {
    position: absolute;
    bottom: 0;
    left: 0;
    background: #666;
    background: rgba(80, 80, 80, .75);
    width: 100%
}

.bx-wrapper .bx-caption span {
    color: #fff;
    font-family: Arial;
    display: block;
    font-size: .85em;
    padding: 10px
}

img {
    border: 0
}

body {
    margin: 0
}

html {
    font-family: sans-serif;
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%
}

footer,
header,
main,
section {
    display: block
}


video {
    display: inline-block;
    vertical-align: baseline
}

[hidden] {
    display: none
}

a {
    background-color: transparent
}

a:active,
a:hover {
    outline: 0
}

b {
    font-weight: 700
}

img {
    vertical-align: middle
}

svg:not(:root) {
    overflow: hidden
}


textarea {
    overflow: auto
}

button,
input,
textarea {
    color: inherit;
    font: inherit;
    margin: 0
}

button {
    overflow: visible
}

button {
    text-transform: none
}

button,
html input[type=button],
input[type=reset],
input[type=submit] {
    appearance: button;
    -webkit-appearance: button;
    cursor: pointer
}

button[disabled],
html input[disabled] {
    cursor: default
}

button::-moz-focus-inner,
input::-moz-focus-inner {
    border: 0;
    padding: 0
}

@media print {

    
    img {
        page-break-inside: avoid
    }

    * {
        background: 0 0 !important;
        color: #000 !important;
        -webkit-box-shadow: none !important;
        box-shadow: none !important;
        text-shadow: none !important
    }

    a,
    a:visited {
        text-decoration: underline
    }

    a[href]:after {
        content: " (" attr(href) ")"
    }

    img {
        max-width: 100% !important
    }

    h2,
    p {
        orphans: 3;
        widows: 3
    }

    h2 {
        page-break-after: avoid
    }

    .label {
        border: 1px solid #000
    }
}

body {
    background-color: #fff
}

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

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

a {
    color: #337ab7;
    text-decoration: none
}

a:focus {
    outline: -webkit-focus-ring-color auto 5px;
    outline-offset: -2px
}

.img-responsive {
    display: block;
    max-width: 100%;
    height: auto
}


.h2,
h2 {
    font-family: inherit;
    font-weight: 500;
    line-height: 1.1;
    color: inherit
}


.h2,
h2 {
    margin-top: 20px;
    margin-bottom: 10px
}

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

.text-center {
    text-align: center
}

.text-uppercase {
    text-transform: uppercase
}

.form label,
.spis_2 li span {
    text-transform: uppercase
}


ul {
    margin-top: 0
}


ul ul {
    margin-bottom: 0
}


ul {
    margin-bottom: 10px
}

.btn__wrap {
    background: #fff;
    padding: 0 6px;
    margin-left: 30px;
    margin-right: 30px
}

.btn_form,
.btn_red {
    font-size: 2rem;
    color: #fafafa;
    box-shadow: 4px 6px 10px rgba(240, 85, 0, .43);
    background-color: #f05500;
    margin-bottom: 10px;
    font-weight: 700
}

.btn img {
    display: inline-block;
    top: -2px;
    margin-right: 9px
}

.btn {
    max-width: 252px;
    border-radius: 4px;
    background-color: #53a34f;
    color: #fff;
    font-size: 1.6rem;
    line-height: 2.25;
    border: none;
    padding: 5px 15px;
    flex-shrink: 0
}

@media (min-width: 768px) {
    .container {
        width: 750px
    }
}

.container {
    margin-right: auto;
    margin-left: auto
}

.container {
    padding-left: 15px;
    padding-right: 15px
}

@media (min-width: 992px) {
    .container {
        width: 970px
    }
}

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

.row {
    margin-left: -15px;
    margin-right: -15px
}

.col-lg-4,
.col-md-12,
.col-md-3,
.col-md-4,
.col-md-5,
.col-md-6,
.col-md-7,
.col-md-8,
.col-md-9,
.col-sm-6 {
    position: relative;
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px
}

@media (min-width: 768px) {
    .col-sm-6 {
        float: left
    }

    .col-sm-6 {
        width: 50%
    }
}

@media (min-width: 992px) {

    .col-md-12,
    .col-md-3,
    .col-md-4,
    .col-md-5,
    .col-md-6,
    .col-md-7,
    .col-md-8,
    .col-md-9 {
        float: left
    }

    .col-md-12 {
        width: 100%
    }

    .col-md-9 {
        width: 75%
    }

    .expert__text {
        width: 65%;
    }

    .col-md-8 {
        width: 66.66666667%
    }

    .col-md-7 {
        width: 58.33333333%
    }

    .col-md-6 {
        width: 50%
    }

    .col-md-5 {
        width: 41.66666667%
    }

    .col-md-4 {
        width: 33.33333333%
    }

    .col-md-3 {
        width: 33%
    }
}

@media (min-width: 1200px) {
    .col-lg-4 {
        float: left
    }

    .col-lg-4 {
        width: 33.33333333%
    }

    .col-lg-offset-1 {
        margin-left: 8.33333333%
    }
}

.fade {
    opacity: 0;
    -webkit-transition: opacity .15s linear;
    -o-transition: opacity .15s linear;
    transition: opacity .15s linear
}

.fade.in {
    opacity: 1
}

.container:after,
.container:before,
.row:after,
.row:before {
    content: " ";
    display: table
}

.container:after,
.row:after {
    clear: both
}

.hidden,
.visible-lg,
.visible-xs {
    display: none !important
}

.btn img,
.price__old,
.price__old span,
.price__old-number {
    position: relative
}

@-ms-viewport {
    width: device-width
}

@media (max-width: 767px) {
    .visible-xs {
        display: block !important
    }
}

@media (min-width: 1200px) {
    .visible-lg {
        display: block !important
    }
}

@media (max-width: 767px) {
    .hidden-xs {
        display: none !important
    }
}

.flex,
.imgText {
    display: flex
}

html {
    -webkit-tap-highlight-color: transparent;
    font-size: 62.5%
}

br {
    font-size: 0
}

body {
    font-family: Roboto, sans-serif;
    font-size: 1.8rem;
    font-weight: 400;
    line-height: 1.66;
    color: #08172e
}

.header {
    padding: 10px 0
}

@media screen and (min-width: 992px) {
    .special {
        position: relative;
        top: -15px
    }
}

.special {
    padding: 0 10px
}

.flex_header {
    justify-content: space-between;
    align-items: center
}

.imgText {
    align-items: center
}

.imgText_logo {
    flex-shrink: 0
}

.imgText_logo img {
    max-width: 100px
}

.imgText_logo .imgText__right {
    color: #353535;
    font-size: 1.4rem;
    line-height: 1.28;
    padding-left: 16px
}

.imgText_preim {
    align-items: center;
    padding: 0 .9em
}

.imgText_preim .imgText__right {
    color: #53a34f;
    font-size: 1.4rem;
    line-height: 1.14;
    padding-left: 4px
}

.imgText_kak {
    flex-direction: column
}

.imgText_kak .imgText__right {
    font-size: 2.4rem;
    line-height: 1;
    text-align: center
}

.btn__wrap-popup {
    margin-left: auto;
    margin-right: auto;
    text-align: center
}

.second-btn {
    max-width: 278px;
    font-size: 24px;
    margin-left: auto;
    margin-right: auto
}

.imgText_kak .imgText__left {
    margin-bottom: 1em;
    min-height: 200px
}

.btn {
    border-radius: 4px;
    background-color: #53a34f;
    color: #fff;
    font-size: 1.6rem;
    line-height: 2.25;
    border: none;
    padding: 5px 15px;
    flex-shrink: 0
}

.btn__wrap {
    background: #fff;
    padding: 0 6px;
    margin-left: auto;
    margin-right: auto;
    display: flex;
    justify-content: center;
    text-align: center
}

.btn_form,
.btn_red {
    font-size: 2.4rem;
    color: #fafafa;
    box-shadow: 4px 6px 10px rgba(240, 85, 0, .43);
    background-color: #f05500;
    margin-bottom: 10px;
    font-weight: 700;
    transition: .3s background-color;
}

.btn_form:hover,
.btn_red:hover {
    background-color: #893000;
    text-decoration: none;
}

.btn img {
    display: inline-block;
    top: -2px;
    margin-right: 9px
}

.btn_form {
    width: 100%
}

.sec {
    padding-top: 50px;
    padding-bottom: 50px
}

.sec_1 {
    background: center top no-repeat;
    padding-bottom: 0;
    background-size: cover
}

.no-webp .sec_1 {
    background-image: url(../images/sec1.jpg);
}

.webp .sec_1 {
    background-image: url(../images/sec1.webp);
}

.sec_2 {
    background: center bottom no-repeat;
    padding-bottom: 36px
}

.no-webp .sec_2 {
    background-image: url(../images/sec2.jpg);
}

.webp .sec_2 {
    background-image: url(../images/sec2.webp);
}

.sec_3 {
    background: center top/cover no-repeat;
    padding-bottom: 40px
}

.no-webp .sec_3 {
    background-image: url(../images/sec3.jpg);
}

.webp .sec_3 {
    background-image: url(../images/sec3.webp);
}

.sec_4 {
    background-color: #e4edf0
}

.sec_7 {
    background: center top/cover no-repeat;
    padding-bottom: 0
}

.no-webp .sec_7 {
    background-image: url(../images/sec7.jpg);
}

.webp .sec_7 {
    background-image: url(../images/sec7.webp);
}

.h2,
.lh1-25 {
    line-height: 1.25
}

p {
    margin: 0 0 1em
}

.h2 {
    font-family: BebasNeueBold;
    font-size: 4.8rem;
    color: #08172e;
    margin: 0 0 .2em
}

.h2_1 {
    color: #f5f5f5;
    margin: 0
}

.h2_2 {
    color: #f05500
}

.c-yellow {
    color: #ffd306;
    text-shadow: 1px 1px 4px #333
}

.fs24 {
    font-size: 2.4rem
}

.c-white {
    color: #ededed
}

.spis_1,
.spis_2 {
    color: #ededed;
    font-size: 1.6rem;
    line-height: 1.5
}

.borderYellow {
    border-radius: 4px;
    border: 2px solid #ffd306;
    padding: 20px 30px;
    margin-bottom: 16px
}

.borderYellow_top {
    max-width: 368px
}

.borderYellow_bottom {
    margin-top: 1em;
    margin-bottom: 14px
}

.spis {
    list-style-type: none;
    padding: 0;
    margin: 0
}

.spis_1 li {
    display: flex;
    align-items: center;
    margin-bottom: 23px
}

.spis_1 li span {
    display: block;
    width: 40px;
    height: 40px;
    flex-shrink: 0;
    margin-right: 10px
}

.spis_1 li:nth-of-type(1) span {
    background: url(../images/li1.png) center center no-repeat
}

.spis_1 li:nth-of-type(2) span {
    background: url(../images/li2.png) center center no-repeat
}

.spis_1 li:nth-of-type(3) span {
    background: url(../images/li3.png) center center no-repeat
}

.spis_1 li:nth-of-type(4) span {
    background: url(../images/li4.png) center center no-repeat
}

.spis_1 li:nth-of-type(5) span {
    background: url(../images/li5.png) center center no-repeat
}

.spis_1 li:last-of-type {
    margin-bottom: 0
}

.spis_2 li {
    margin-bottom: 16px
}

.spis_2 li:last-of-type {
    margin-bottom: 0
}

.spis_2 li span {
    display: block;
    color: #ffd306;
    font-weight: 700
}

.form {
    border-radius: 4px;
    background-color: #fff;
    padding: 28px 24px 16px
}

.form__fields {
    border-radius: 8px;
    border: 4px solid #b0d4e1;
    padding: 26px 32px 55px;
    margin-bottom: -42px
}

.form label {
    color: #a8acb9;
    font-size: 1.2rem;
    font-weight: 700;
    line-height: 2.33;
    margin-bottom: 8px;
    display: block
}

.form label span {
    text-transform: none;
    font-weight: 400
}

.price,
.price__new,
.slide__img span {
    font-weight: 700
}

.form input {
    width: 100%;
    height: 42px;
    border-radius: 5px;
    background-color: #eff0f4;
    color: #4f5362;
    font-size: 1.4rem;
    padding: 0 0 0 1em;
    outline: 0;
    border: none
}

.price__new,
.price__old {
    color: #a8acb9;
    display: inline-block;
    line-height: 1
}

.form input:focus {
    box-shadow: 5px 7px 18px 0 rgba(173, 178, 199, .62);
    background-color: #e0e4f2;
}

.form_top {
    margin-top: 71px;
    margin-bottom: 18px
}

.form_bottom {
    z-index: 1
}

.price {
    text-align: center;
    margin-bottom: 1em
}

.price__old {
    font-size: 1.3em;
    width: 48%;
    margin-right: 2%
}

.price__old span {
    display: inline-block
}

.price__old-number:after {
    content: '';
    position: absolute;
    width: 130px;
    height: 2px;
    background-color: #f05500;
    left: 50%;
    margin-left: -65px;
    top: 50%;
    margin-top: -1px;
    transform: rotate(-15deg)
}

.price__new-inner,
.price__old-inner {
    margin-bottom: .5em;
    font-size: .8em
}

.price__new {
    font-size: 1.3em;
    width: 48%
}

.price__new span {
    color: #091a35;
    display: inline-block
}

.c-red {
    color: #f05500
}

.rel {
    position: relative
}

.babushka,
.cream_2,
.cream_bottom,
.cream_top {
    position: absolute
}

.babushka {
    bottom: 0;
    right: 341px;
    z-index: 2
}

.cream_top {
    bottom: 12px;
    right: 620px;
    width: 170px;
    z-index: 3
}

.cream_2 {
    top: -35px;
    right: 250px;
    width: 100px
}

.cream_bottom {
    max-width: 160px;
    bottom: -25px;
    left: 0
}

.sec8 {
    padding: 25px 15px;
    text-align: center;
}

.sec8 p>* {
    font-size: 16px;
    line-height: 1;
    margin: 0;
}

.sostav__title {
    font-size: 3rem;
    font-family: BebasNeueBold
}

.ded {
    position: absolute
}

.ded {
    top: 0;
    right: -86px
}

.wrap {
    overflow: hidden
}

.podpis {
    margin-top: 12px
}

.sostav__title {
    color: #53a34f;
    margin-bottom: .2em
}

.slide__img {
    font-size: 1.4rem
}

.sostav__block {
    display: flex;
    align-items: center;
    margin-bottom: 2em
}

.sostav__block_1 {
    margin-top: 3em;
    margin-bottom: 1.5em
}

.sostav__block_3 {
    margin-bottom: .9em
}

.sostav__img {
    width: 25%;
    flex-shrink: 0
}

.sostav__text {
    line-height: 1.33;
    padding-left: .5em
}

.slide {
    display: flex;
    margin-bottom: 56px
}

.slide__img {
    text-align: center;
    width: 100px;
    line-height: 1.29;
    flex-shrink: 0
}

.slide__img span {
    display: block
}

.slide__img img {
    margin-bottom: .8em
}

.slide__text {
    padding-left: 20px;
    font-size: 16px;
    line-height: 24px
}

.slide__title {
    color: #08172e;
    font-family: BebasNeueBold;
    font-size: 3rem;
    line-height: 1;
    margin-bottom: 12px
}

.slide__info {
    font-size: 1.4rem;
    text-transform: uppercase;
    margin-bottom: 12px
}

.slide__info img {
    display: inline-block;
    position: relative;
    top: -3px;
    margin: 0 3em 0 .7em
}

.slide_xs {
    display: block;
    margin-bottom: 0
}

.bx-wrapper {
    border: none;
    box-shadow: none;
    margin: 1.2em 0 1em
}

.bx-wrapper .bx-pager.bx-default-pager a {
    text-indent: 0;
    font-size: 18px;
    font-weight: 700;
    width: auto;
    height: auto;
    background: 0 0;
    color: #08172e;
    text-decoration: none
}

.bx-wrapper .bx-pager.bx-default-pager a.active {
    color: #53a34f
}

.bx-wrapper .bx-controls-direction a {
    bottom: -17px;
    top: inherit;
    margin-top: 0
}

.bx-wrapper .bx-prev {
    left: 50%;
    margin-left: -4em
}

.bx-wrapper .bx-next {
    right: 50%;
    margin-right: -4em
}

.res1 {
    margin-top: 4em;
    margin-bottom: 1em
}

.mb0 {
    margin-bottom: 0
}

.babushka2 {
    position: relative;
    left: 30px;
    z-index: 0;
    bottom: 0
}

.fs16 {
    font-size: 1.3rem
}

.timer {
    display: flex;
    justify-content: center;
    height: 72px
}

.timer-hrs,
.timer-min,
.timer-sec {
    font-family: BebasNeueBold;
    font-size: 72px;
    color: #fefefe;
    position: relative;
    height: 72px;
    border-radius: 4px;
    background-color: #f05500;
    text-align: center;
    padding: 0 10px;
    margin: 0 2px;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    -ms-align-items: center;
    align-items: center
}

.mb05 {
    margin-bottom: .5em
}

.inv img {
    margin-bottom: 1em
}

.adult {

    position: relative;
    cursor: pointer;
}

.adult.active::after {
    content: none;
}

.adult::after {
    position: absolute;
    content: '18+';
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 700;
    font-size: 40px;
    background-color: rgba(173, 216, 230, 0.953);
    z-index: 1;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
}

.link {
    cursor: pointer
}

.all_instruction {
    color: #08172e;
    font-size: 24px;
    padding: 15px;
    margin-top: 42px;
    border: 4px solid #315bb0;
    text-align: center
}

.h2_center {
    text-align: center;
    margin-bottom: 10px
}

@media (max-width: 1199px) {

    .babushka,
    .flex_preim {
        display: none
    }

    .sostav__text {
        min-height: 150px
    }

    .flex_header {
        flex-wrap: wrap
    }

    .flex_preim {
        margin-bottom: 1em
    }

    .imgText_logo {
        margin-bottom: 0
    }

    .imgText_preim {
        padding: 0 1em 0 0
    }

    .sec_1 {
        background-size: cover
    }

    .sec8 {
        padding-top: 35px
    }

    .sec_7 {
        padding-bottom: 20px
    }

    .cream_top {
        right: 398px
    }

    .cream_2 {
        position: static;
        max-width: 100%;
        display: block;
        margin: 1em auto
    }

    .cream_bottom {
        bottom: -115px
    }

    .form_top {
        z-index: 1
    }

    .res2 {
        margin-top: 28px
    }

    .babushka2 {
        bottom: -121px;
        left: 70px
    }

    .btn_form {
        font-size: 1.8rem
    }

    .btn__wrap {
        margin-bottom: 9px
    }

    .borderYellow_bottom {
        margin-top: 0
    } 

    .sec7__form .form {
        padding: 28px 15px 16px;
    }

    .sec7__form .form .price__new-inner, 
    .sec7__form .form .price__old-inner {
        font-size: 16px;
    }
}

@media (max-width: 991px) {

    .cream,
    .ded {
        position: static
    }

    .sostav__text {
        min-height: auto
    }

    .borderYellow_top {
        max-width: 100%;
        margin-bottom: 1em
    }

    .sec8 {
        padding-top: 30px
    }

    .form_top {
        margin-top: 0
    }

    .ded {
        display: block;
        margin: 0 auto -40px;
        max-width: 100%
    }

    .cream {
        display: block !important;
        margin: 10px auto 20px
    }

    .sec_1 {
        padding-bottom: 50px
    }

    .inv img {
        margin: 0 auto 1em;
        display: block
    }

    .adult {
        max-width: 370px;
        width: 100%;
        display: block;
        margin: 0 auto;
    }

    .imgText_kak,
    .sostav__block_1,
    .sostav__block_3 {
        margin-bottom: 2em
    }

    .sostav__block_1 {
        margin-top: 0
    }

    .res1,
    .res2 {
        margin: 1em auto
    }

    
    .webp .sec_1 {
        padding-bottom: 50px
    }

    
    .webp .sec_7 {
        padding-bottom: 30px
    }

    .res3 {
        display: block;
        margin: auto
    }

    .timer-wrap {
        margin-bottom: 2em
    }

    .babushka2,
    .cream_bottom {
        display: none
    }

    .price__new-inner, 
    .price__old-inner {
        font-size: 16px;
    }
}

@media (max-width: 767px) {
    .flex_preim {
        display: none
    }

    .imgText_logo {
        flex-shrink: 2
    }

    .imgText_logo .imgText__right {
        font-size: 9px
    }

    .h2 {
        font-size: 4rem
    }

    .header {
        padding: 1em 0
    }

    .borderYellow {
        padding: 20px 15px
    }

    .form {
        padding: 20px 15px 1px
    }

    .form__fields {
        margin-bottom: -30px;
        padding: 20px 15px 34px
    }

    .sec8 {
        padding-top: 15px
    }

    .btn,
    .btn_form {
        font-size: 2rem
    }

    .ded {
        margin: 0 auto -30px
    }

    .sec_4 .col-md-3:last-of-type .imgText_kak,
    .slide_xs {
        margin-bottom: 0
    }

    .slide {
        flex-direction: column
    }

    .slide__img {
        float: left;
        margin-right: 20px
    }

    .slide__text {
        padding-left: 0
    }

    .slide_xs {
        display: block
    }
}

.kkakk {
    display: block
}

.kkakk .img-responsive {
    margin: 0 auto
}

ul {
    padding: 0
}

.sss {
    display: none
}

@media screen and (max-width: 991px) {
    .form__fields {
        margin-bottom: -30px
    }

    .aaa {
        display: none !important
    }

    .sss {
        display: block
    }
}

@media screen and (max-width: 767px) {
    .bx-wrapper .bx-controls-direction a {
        bottom: -45px
    }
}

.nnone {
    display: none
}

@media screen and (max-width: 480px) {
    .expert__text {
        padding: 15px 15px 20px;
        background: #e4edf0;
    }

    .sec_2 {
        padding-bottom: 0;
    }

    .sostav__block_1,
    .sostav__block {
        display: block;
        text-align: center;
    }

    .sostav__img {
        margin: 0 auto;
    }

    .sostav__text {
        padding: 0;
    }
    
    .slide__info img {
        margin: 0 0 0 5px
    }

    .imgText.imgText_logo {
        display: block;
        width: 100%;
        text-align: center
    }

    .btn {
        margin: auto
    }

    .slide__text {
        font-size: 15px;
        line-height: 20px
    }

    .slide__info {
        text-align: center;
        display: none
    }
            
    .webp .sec_2 {
        background: #fff
    }

    .header {
        padding-top: 0
    }
}

.popup_img {
    max-width: 150px;
    margin: 0 auto
}

.popup_img img {
    max-width: 100%
}

@media screen and (max-width: 620px) {
    .res2 {
        display: none
    }

    .res21,
    .res22 {
        display: block;
        margin: 15px auto
    }

    .wrap_popup {
        max-width: 300px
    }

    .res21 {
        max-width: 250px;
        width: 100%;
        height: auto
    }
}

#footer {
    margin-top: 40px
}

.new_date {
    display: block;
    margin-top: 10px
}

@media screen and (max-width: 999px) {

    
    .webp .sec_2 {
        background-position: left bottom
    }

    .sec {
        padding-top: 20px
    }
}

@media screen and (max-width: 991px) {
    .webp .sec_1 {
        background: 0 0;
        padding-bottom: 25px;
        background-color: #234c80
    }

    .webp .sec_7 {
        background: 0 0;
        background-color: #234c80;
    }
    
    .sec_1 .form {
        max-width: 300px;
        margin: 0 100px
    }

    .cream_top {
        position: absolute;
        right: 100px
    }
}

@media screen and (max-width: 768px) {
    .cream_top {
        position: static
    }

    .sec_1 .form {
        margin: 0 auto
    }
}

.inL_211396 {
    font-size: 30px;
    color: #000002;
    margin-bottom: 0;
}

.inL_475443 {
    text-align: center;
}