@font-face {
    font-family: icon-font;
    src: url("../fonts/icon-font.woff2") format("woff2"), url("../fonts/icon-font.woff") format("woff");
    font-weight: 400;
    font-display: swap;
    font-style: normal
}
[class*=" icn-"]:before,
[class^=icn-]:before {
    font-family: icon-font;
    font-style: normal;
    font-weight: 400;
    speak: none;
    display: inline-block;
    text-decoration: inherit;
    width: 1em;
    margin-right: .2em;
    text-align: center;
    font-variant: normal;
    text-transform: none;
    line-height: 1em;
    margin-left: .2em;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

.icn-gardening:before {
    content: '\e800'
}

.icn-hand:before {
    content: '\e801'
}

.icn-left-arrow:before {
    content: '\e802'
}

.icn-logistics-delivery-truck-in-movement:before {
    content: '\e803'
}

.icn-microscope:before {
    content: '\e804'
}

.icn-phone-call:before {
    content: '\e805'
}

.icn-right-arrow:before {
    content: '\e806'
}

.icn-sale-sticker:before {
    content: '\e807'
}

.icn-shake-hands:before {
    content: '\e808'
}

.icn-warning:before {
    content: '\e809'
}

.x_price_current,
.x_price_previous {
    font-size: 0
}

.causes-item-list,
.help-item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal
}

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

.owl-carousel,
.owl-carousel .owl-item,
.owl-theme .owl-dots,
.owl-theme .owl-nav,
html {
    -webkit-tap-highlight-color: transparent
}

img {
    border: 0
}

.wrapper-site {
    overflow-x: hidden;
    position: relative
}

body {
    margin: 0
}

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

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

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

[hidden] {
    display: none
}

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

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

b,
strong {
    font-weight: 700
}

body {
    background-color: #fff
}

img {
    vertical-align: middle;
    height: auto
}

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

button {
    overflow: visible
}

button {
    text-transform: none
}

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

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

input[type=checkbox] {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0
}

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

html {
    font-size: 10px
}

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

a:focus,
a:hover {
    color: #23527c;
    text-decoration: underline
}

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

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

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

[role=button] {
    cursor: pointer
}

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

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

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

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

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

.col-xs-12 {
    float: left
}

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

.col-xs-offset-0 {
    margin-left: 0
}

@media (min-width: 480px) {

    .col-sm-12,
    .col-sm-3,
    .col-sm-6,
    .col-sm-9 {
        float: left
    }

    .col-sm-3 {
        width: 25%
    }

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

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

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

    .col-sm-pull-6 {
        right: 50%
    }

    .col-sm-push-6 {
        left: 50%
    }

    .col-sm-offset-0 {
        margin-left: 0
    }
}

@media (min-width: 1001px) {

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

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

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

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

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

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

    .col-md-10 {
        width: 83.33333%
    }

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

    .col-md-pull-0 {
        right: auto
    }

    .col-md-pull-4 {
        right: 33.33332%
    }

    .col-md-push-0 {
        left: auto
    }

    .col-md-push-8 {
        left: 66.66667%
    }

    .col-md-offset-0 {
        margin-left: 0
    }

    .col-md-offset-1 {
        margin-left: 8.33333%
    }
}

@media (min-width: 1200px) {

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

    .col-lg-3 {
        width: 25%
    }

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

    .col-lg-5 {
        width: 41.66667%
    }

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

    .col-lg-8 {
        width: 66.66667%
    }

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

    .col-lg-10 {
        width: 83.33333%
    }

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

    .col-lg-pull-0 {
        right: auto
    }

    .col-lg-pull-4 {
        right: 33.33332%
    }

    .col-lg-push-0 {
        left: auto
    }

    .col-lg-push-8 {
        left: 66.66667%
    }

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

    .col-lg-offset-2 {
        margin-left: 16.66667%
    }
}

.hidden {
    display: none !important
}

.bold,
.ci-header,
.count-bayer,
.dc-text,
.question,
.tr-header,
.warning-border p.red,
body,
h1,
h2 {
    font-family: 'Open Sans', sans-serif
}



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

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

@media (min-width: 480px) and (max-width: 1000px) {
    .hidden-sm {
        display: none !important
    }
  .classsasasda{
  	display: block !important;
  }
}

@media (max-width: 1000px) {
  .classsasasda{
  	display: block !important;
  }
}
@media (min-width: 1001px) and (max-width: 1199px) {
    .hidden-md {
        display: none !important
    }
}

header,
section {
    overflow: hidden;
    background-repeat: no-repeat;
    background-position: top center
}

h1,
h2,
p,
ul {
    padding: 0;
    margin: 0
}

.clock-header,
.header-body,
section {
    text-align: center
}

.causes-item,
.distinction-row,
.expert-video,
.help-block p,
.list-ok,
.order-form,
.order-row,
.secret p {
    text-align: left
}

input {
    -webkit-user-select: auto;
    -moz-user-select: auto;
    -ms-user-select: auto
}

body {
    background-color: #012744;
    color: #000;
    font-size: 18px;
    line-height: 23px;
    min-width: 320px
}

.bold,
.count-bayer,
h1,
h2 {
    font-weight: 700 !important
}

section {
    padding: 30px 0
}

section h2 {
    line-height: 37px
}

h1,
h2 {
    font-weight: 400
}

.attntn {
    font-weight: 700
}

h1 {
    font-size: 38px;
    line-height: 54.3px
}

h2 {
    font-size: 36px
}

.no-webp header {
    background-position: center 0
}

.webp header {
    background-image: url("../img/bg-header.webp");
    background-position: center 0
}

.yellow {
    color: #ffca11
}

.red {
    color: #ff0b00
}

.row-flex {
    -js-display: flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.row-flex>div {
    -webkit-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0
}

ul {
    list-style-type: none
}

.btn {
    display: inline-block;
    background-color: #fa7213 !important;
    border-color: #fa7213 !important;
    border: 1px solid;
    color: #fff;
    -webkit-transition: all ease .5s;
    transition: all ease .5s
}

.btn:hover {
    color: #fff !important;
    background-color: #f96d1f !important;
    border-color: #f96d1f !important;
    text-decoration: none
}

.top-line {
    background-color: rgba(0, 0, 0, .61)
}

.tl-block {
    font-size: 14px;
    line-height: 16px;
    height: 87px;
    -js-display: flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center
}

@media screen and (min-width: 480px) {
    .top-logo {
        margin: 0 15px 0 -15px
    }
}

.top-slogan {
    -js-display: flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    width: 580px
}

.top-slogan__item {
    color: #fff;
    -js-display: flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
      text-align: center
}

.top-slogan__item i {
    font-size: 2.6em;
    display: block;
    -webkit-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0
}

.top-slogan__item span {
    -webkit-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0
}

input.pl_field_address_info {
    display: none
}

.top-btn {
    margin-right: -15px
}

.top-btn .btn {
    padding: 10px;
    margin-right: 10px
}

.clock-block {
    position: relative
}

.clock-header {
    color: #fff;
    position: absolute;
    top: -1.5em;
    width: 100%;
    font-size: 11px
}

.header-body {
    color: #fff
}

.header-body h1 {
    margin: 9px -15px
}

.under-header {
    font-size: 23px;
    line-height: 36px;
    margin-top: 10px
}

.list-form {
    margin-top: 45px
}

.list-ok {
    width: 520px;
    background-color: #13527d;
    background-color: rgba(19, 82, 125, .66);
    margin-left: -15px;
    margin-top: 33px
}

.list-ok-items {
    padding: 30px 84px 32px 30px
}

.list-ok-items li {
    margin-top: 15px;
    -js-display: flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center
}

.list-ok-items li:first-child {
    margin-top: 0
}

.list-ok-items li:not(:last-child) span {
    padding-bottom: 15px;
    background: -webkit-linear-gradient(left, rgba(255, 255, 255, 0) 0, rgba(255, 219, 140, .98) 51%, #ffdc8e 52%, rgba(255, 255, 255, 0) 100%);
    background: -webkit-gradient(linear, left top, right top, from(rgba(255, 255, 255, 0)), color-stop(51%, rgba(255, 219, 140, .98)), color-stop(52%, #ffdc8e), to(rgba(255, 255, 255, 0)));
    background: linear-gradient(to right, rgba(255, 255, 255, 0) 0, rgba(255, 219, 140, .98) 51%, #ffdc8e 52%, rgba(255, 255, 255, 0) 100%);
    background-size: 100% 3px;
    background-position: 50% 100%;
    background-repeat: no-repeat
}

.list-ok-items li img {
    margin: 0 14px 15px 0
}

.list-ok-items li span {
    display: block;
    width: 378px
}

.form {
    margin-right: -15px;
    position: relative
}

.pack {
    position: absolute;
    top: 72px;
    left: -82px;
    width: 291px
}

.s-order-form .pack {
    top: -150px
}

.order-form {
    width: 360px;
    background-color: #fff;
    -webkit-border-radius: 10px;
    border-radius: 10px;
    float: right;
    position: relative
}

.conditions {
    position: relative;
    padding: 10px 15px
}

.ci-header,
.dc-text,
.question,
.tr-header,
.video-avtor,
.warning-border p.red {
    font-weight: 700 !important
}

.warning-border p.red {
    margin-bottom: 0
}

.conditions-text {
    font-size: 16px
}

.input-block {
    line-height: 38px
}

.input-block {
    background-color: #efefef;
    font-size: 14px;
    padding: 15px;
    display: flex;
    flex-direction: column;
    align-items: center
}

.or-line-top .input-block_new {
    display: block
}

.input-block>div {
    -js-display: flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    width: 100%
}

.input-block input {
    color: #000;
    background-color: #fff;
    border: 1px solid #ff0b00;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    line-height: 1;
    width: 100%;
    padding: 3px;
    height: 36px;
    text-indent: 15px;
    display: block
}

.count-bay,
.pain-item__text {
    color: #000
}

.ib-name {
    margin-bottom: 8px
}

.btn-block {
    padding: 15px;
    position: relative
}

.send {
    font-size: 25px;
    padding: 18px 40px 23px;
    width: 100%
}

.count-bay {
    font-size: 14px;
    margin-top: 10px;
    text-align: center
}

.arrow {
    position: absolute;
    z-index: 1;
    opacity: .99;
    top: -3px;
    right: 60px
}

.medal-line {
    margin: 25px 0;
    -js-display: flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center
}

.medal-line.ml-bottom {
    margin-bottom: 0
}

.medal-line img {
    margin: 0 9px
}

.pain {
    background-color: #fff;
    padding: 30px 0 40px
}

.pain h2 {
    margin-bottom: 36px
}

.pain-item {
    padding: 0 10px
}

.pain-item__img {
    margin-bottom: 20px
}

.hfooter {
    font-size: 28px;
    line-height: 40px;
    padding: 15px 140px 30px
}

@media only screen and (max-width: 1199px) {
    section {
        padding: 25px 0
    }

    h1 {
        font-size: 34px
    }

    h2 {
        font-size: 30px
    }

    .top-slogan {
        font-size: 12px;
        line-height: 16px;
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        width: 350px
    }

    .top-slogan__item:nth-child(1) {
        -webkit-box-ordinal-group: 2;
        -webkit-order: 1;
        -ms-flex-order: 1;
        order: 1;
        margin-bottom: 6px
    }

    .ib-name,
    .medal-line.ml-bottom {
        margin-bottom: 0
    }

    .top-slogan__item:nth-child(2) {
        -webkit-box-ordinal-group: 4;
        -webkit-order: 3;
        -ms-flex-order: 3;
        order: 3
    }

    .top-slogan__item:nth-child(3) {
        -webkit-box-ordinal-group: 3;
        -webkit-order: 2;
        -ms-flex-order: 2;
        order: 2;
        top: 20px;
        position: relative
    }

    .under-header {
        font-size: 19px;
        line-height: 36px
    }

    .list-ok {
        width: 380px
    }

    .list-ok-items {
        padding: 10px 20px 32px 10px
    }

    .list-ok-items li span {
        width: 332px
    }

    .order-form {
        width: 310px
    }

    .conditions {
        padding: 5px 54px 10px
    }

    .conditions-text {
        font-size: 14px;
        line-height: 18px
    }

    .send {
        font-size: 20px
    }

    .input-block>div {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
        margin-bottom: 10px
    }

    .input-block .ib-phone {
        margin-bottom: 0
    }

    .btn {
        width: 100%
    }

    .send {
        padding: 12px 30px 17px
    }

    .arrow {
        width: 34px;
        right: 14px
    }

    .pack {
        left: -236px
    }

    .medal-line img {
        height: 74px;
        margin: 0
    }

    .medal-line img:nth-child(2) {
        margin: 0 20px
    }

    .pain-item__img img {
        width: 100%
    }

    .pain-item__text {
        font-size: 16px;
        line-height: 20px
    }

    .hfooter {
        font-size: 26px;
        line-height: 34px;
        padding: 20px 0
    }
}

@media only screen and (max-width: 1000px) {
    .hfooter {
        padding-top: 25px
    }

    .input-block>div,
    .row-flex {
        -webkit-box-direction: normal
    }

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

    .no-webp header {
        background-size: contain
    }

    .webp header {
        background-image: url("../img/bg-header-small.webp");
        background-size: contain
    }

    .header-body {
        margin-top: 10px
    }

    .tl-block {
        height: 80px;
        font-size: 18px;
        line-height: 16px
    }

    .top-btn .btn {
        padding: 10px 20px 12px
    }

    h1 {
        font-size: 27px
    }

    h2 {
        font-size: 26px;
        line-height: 32px
    }

    .under-header {
        font-size: 18px;
        line-height: 24px;
        margin: 0 -15px 10px
    }

    .list-form {
        margin-top: 0
    }

    .list-ok {
        width: auto;
        margin-right: -15px
    }

    .list-ok-items {
        padding: 30px
    }

    .list-ok-items li span {
        width: 378px
    }

    .form {
        margin-top: 25px
    }

    .order-form {
        width: auto;
        margin-left: -15px;
        float: none
    }

    .pack {
        width: 370px;
        z-index: 1;
        left: -106px;
        top: -147px
    }

    .conditions {
        padding: 5px 10px 35px 180px
    }

    .conditions .clock-block {
        padding-left: 0
    }

    .conditions .clock-block .clock-header {
        font-size: 11px;
        line-height: 24.07px;
        color: #000;
        position: relative;
        top: 0;
        text-align: left
    }

    .conditions .clock-block .flip-clock-wrapper ul {
        margin: 1px;
        width: 39px;
        height: 53px;
        font-size: 36px;
        line-height: 53px
    }

    .conditions .clock-block .flip-clock-wrapper ul li {
        line-height: 53px
    }

    .conditions .clock-block .flip-clock-wrapper ul li a div {
        font-size: 36px
    }

    .input-block {
        padding: 17px 15px
    }

    .input-block input {
        z-index: 10
    }

    .input-block>div {
        -webkit-box-orient: horizontal;
        -webkit-flex-direction: row;
        -ms-flex-direction: row;
        flex-direction: row
    }

    .ib-phone {
        margin-top: 9px
    }

    .btn-block {
        padding: 15px
    }

    .send {
        width: 100%;
        font-size: 25px;
        text-align: center;
        padding: 20px 0 25px
    }

    header .medal-line {
        margin: 25px 0
    }

    .medal-line.ml-bottom {
        margin: 20px 0
    }

    .medal-line img {
        height: initial
    }

    .pain {
        padding-bottom: 0
    }

    .pain h2 {
        margin-bottom: 20px
    }

    .pain-item {
        padding: 0 50px
    }

    .pain-item__img {
        margin: 0
    }

    .pain-item__text {
        font-size: 18px;
        line-height: 23px;
        margin: 25px 0
    }

    .last_pain {
        margin-bottom: 20px
    }
}

@media only screen and (max-width: 479px) {
    h1 {
        line-height: 48px;
        font-size: 24px
    }

    header .medal-line {
        margin: 20px 0
    }

    .hfooter {
        padding-top: 15px
    }

    h2,
    section h2 {
        line-height: 23px
    }

    .no-webp header {}

    .webp header {
        background-image: url("../img/bg-header-xs.webp")
    }

    .container {
        width: 310px;
        margin: 0 auto
    }

    .tl-block {
        height: 63px;
        -webkit-box-pack: center;
        -webkit-justify-content: center;
        -ms-flex-pack: center;
        justify-content: center
    }

    h2 {
        font-size: 20px
    }

    .medal-line img:nth-child(2) {
        margin: 0
    }

    .under-header {
        font-size: 16px;
        line-height: 22px
    }

    .list-ok-items {
        padding: 20px;
        font-size: 16px
    }

    .list-ok-items li span {
        width: 249px
    }

    .form {
        margin-top: 230px
    }

    .pack {
        width: 350px;
        top: -345px;
        left: -20px
    }

    .conditions {
        padding: 100px 15px 10px
    }

    .conditions .clock-block {
        margin-top: 10px
    }

    .conditions .clock-block .clock-header {
        font-size: 14px;
        line-height: 18px;
        text-align: center;
        margin-bottom: 5px
    }

    .input-block {
        padding-top: 0
    }

    .input-block>div {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column
    }

    .input-block input {
        width: 100%
    }

    .ib-phone {
        margin: 0
    }

    .send {
        font-size: 16.29px;
        line-height: 14.79px;
        padding: 15px 0
    }

    .medal-line img {
        height: 81px
    }

    .pain h2 {
        margin: 0 -15px 20px
    }

    .pain-item {
        padding: 0 15px
    }

    .pain-item__text {
        font-size: 16px;
        line-height: 23px
    }

    .hfooter {
        font-size: 18px;
        line-height: 24px;
        margin: 0 -15px
    }
}

* {
    outline: 0 !important
}

.owl-item {
    opacity: 0
}

.owl-item.active {
    opacity: 1
}

.call-form {
    cursor: pointer
}

.owl-theme .owl-dots,
.owl-theme .owl-nav {
    text-align: center;
    -webkit-tap-highlight-color: transparent
}

.owl-carousel {
    display: none;
    width: 100%;
    position: relative;
    z-index: 1
}

.owl-carousel .owl-stage {
    position: relative;
    -ms-touch-action: pan-Y
}

.owl-carousel .owl-stage:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0
}

.owl-carousel .owl-stage-outer {
    position: relative;
    overflow: hidden;
    -webkit-transform: translate3d(0, 0, 0)
}

.owl-carousel .owl-item {
    position: relative;
    min-height: 1px;
    float: left;
    -webkit-backface-visibility: hidden;
    -webkit-touch-callout: none
}

.owl-carousel .owl-item img {
    display: block;
    width: 100%;
    -webkit-transform-style: preserve-3d
}

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

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

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

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

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

.owl-carousel.owl-refresh .owl-item {
    display: none
}

.owl-carousel.owl-drag .owl-item {
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none
}

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

.owl-carousel.owl-rtl {
    direction: rtl
}

.owl-carousel.owl-rtl .owl-item {
    float: right
}

.owl-carousel .animated {
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both
}

.owl-carousel .owl-animated-in {
    z-index: 0
}

.owl-carousel .owl-animated-out {
    z-index: 1
}

.owl-height {
    -webkit-transition: height .5s ease-in-out;
    transition: height .5s ease-in-out
}

.owl-carousel .owl-item .owl-lazy {
    opacity: 0;
    -webkit-transition: opacity .4s ease;
    transition: opacity .4s ease
}

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

.owl-carousel .owl-video-wrapper {
    position: relative;
    height: 100%;
    background: #000
}

.owl-carousel .owl-video-play-icon {
    position: absolute;
    height: 80px;
    width: 80px;
    left: 50%;
    top: 50%;
    margin-left: -40px;
    margin-top: -40px;
    cursor: pointer;
    z-index: 1;
    -webkit-backface-visibility: hidden;
    -webkit-transition: -webkit-transform .1s ease;
    transition: -webkit-transform .1s ease;
    transition: transform .1s ease;
    transition: transform .1s ease, -webkit-transform .1s ease
}

.owl-carousel .owl-video-play-icon:hover {
    -ms-transform: scale(1.3, 1.3);
    -webkit-transform: scale(1.3, 1.3);
    transform: scale(1.3, 1.3)
}

.owl-carousel .owl-video-playing .owl-video-play-icon,
.owl-carousel .owl-video-playing .owl-video-tn {
    display: none
}

.owl-carousel .owl-video-tn {
    opacity: 0;
    height: 100%;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: contain;
    -webkit-transition: opacity .4s ease;
    transition: opacity .4s ease
}

.owl-carousel .owl-video-frame {
    position: relative;
    z-index: 1;
    height: 100%;
    width: 100%
}

.owl-theme .owl-nav {
    margin-top: 10px
}

.owl-theme .owl-nav.disabled+.owl-dots {
    margin-top: 10px
}

.owl-theme .owl-dots .owl-dot {
    display: inline-block
}

.owl-theme .owl-dots .owl-dot.active span,
.owl-theme .owl-dots .owl-dot:hover span {
    display: none
}

.expert-video,
.order-row {
    background-color: #fff
}

.causes {
    background-image: url("../img/bg-causes.jpg");
    color: #fff
}

.causes p {
    line-height: 24px
}

.s-under-line {
    font-size: 30px;
    line-height: 40px;
    margin-bottom: 25px
}

.causes-table {
    border: 4px solid #ffca11;
    padding: 27px 0 40px;
    margin-top: 28px
}

.causes-item-list {
    padding: 0 20px 0 40px;
    -js-display: flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    height: 300px
}

.causes-item-list li {
    -js-display: flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    font-size: 20px;
    line-height: 24px
}

.causes-item-list li img {
    margin-right: 7px;
    width: 36px;
    height: 36px;
    -webkit-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0
}

.causes-item-list li span {
    display: block;
    max-with: 297px;
    width: 297px
}

.expert {
    background-image: url("../img/bg-expert.jpg");
    background-size: cover
}

.expert-video {
    -webkit-box-shadow: 1px 2px 7.76px .24px rgba(0, 0, 0, .48);
    box-shadow: 1px 2px 7.76px .24px rgba(0, 0, 0, .48);
    margin: 40px 40px 0
}

.video-descr {
    font-size: 22px;
    letter-spacing: -1px;
    line-height: 26px;
    padding: 20px 20px 20px 10px
}

.video-descr p:not(:last-child) {
    margin-bottom: 35px
}

.video-avtor {
    font-size: 24px
}

.s-order-form {
    background-image: url("../img/bg-order-form.jpg");
    padding: 73px 0
}

.order-row {
    -webkit-border-radius: 10px;
    border-radius: 10px;
    position: relative;
    max-width: 1000px;
    margin: auto;
    text-align: center;
    padding: 10px 15px
}

.order-row .pack {
    z-index: 5;
    display: inline-block;
    top: 0;
    position: static !important;
    width: 320px;
    margin: 0 15px
}

.order-row .clock-block {
    padding-left: 22px
}

.order-row .clock-block .clock-header {
    color: #000;
    font-size: 15px;
    line-height: 28px;
    position: relative;
    text-align: left;
    top: 0;
    padding-left: 2px
}

.order-row .clock-block .flip-clock-wrapper ul {
    margin: 2px;
    width: 52px;
    height: 70px;
    font-size: 48px;
    line-height: 70px
}

.order-row .clock-block .flip-clock-wrapper ul li {
    line-height: 70px
}

.order-row .clock-block .flip-clock-wrapper ul li a div {
    font-size: 48px
}

.dc-text,
.faq,
.how {
    color: #fff
}

.or-line-top {
    -webkit-border-radius: 10px 10px 0 0;
    border-radius: 10px 10px 0 0
}

.or-line-top .conditions-text {
    font-size: 21px;
    text-align: center
}

.part1 {
    display: inline-block;
    vertical-align: middle;
    max-width: 280px;
    width: 100%
}

.part2 .send {
    width: 100%;
    height: auto;
    margin-top: 20px;
    padding: 15px 0
}

.part2 {
    display: inline-block;
    vertical-align: middle;
    max-width: 280px;
    width: 100%
}

.or-line-top .input-block {
    background-color: transparent;
    padding: 0
}

.or-line-bottom .btn-block {
    padding: 0;
    z-index: 10
}

.or-line-bottom .arrow {
    top: -6px;
    right: 30px
}

.no-webp .secret {}

.webp .secret {
    background-image: url("../img/bg-secret.webp")
}

.secret h2 {
    margin-bottom: 30px
}

.secret p {
    font-size: 20px;
    line-height: 26px
}

.secret p:not(:last-child) {
    margin-bottom: 26px
}

.help-block {
    background-color: #fff;
    margin: 0 -15px;
    padding: 30px 35px;
    -webkit-box-shadow: 1px 2px .97px .03px rgba(0, 0, 0, .48);
    box-shadow: 1px 2px .97px .03px rgba(0, 0, 0, .48)
}

.help-block h2 {
    margin: 0 -35px
}

.help-block p {
    line-height: 26px;
    margin-top: 20px
}

.percent-block {
    -js-display: flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center
}

.help-item {
    width: 250px;
    margin: 0 20px;
    -js-display: flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center
}

.circlestat {
    margin: 20px 0 50px;
    position: relative
}

.circlestat:after {
    content: "";
    width: 300px;
    height: 100%;
    background-image: url("../img/bg-perc.png");
    background-repeat: no-repeat;
    background-position: center bottom;
    left: -53px;
    top: 50px;
    position: absolute
}

.help-item__text {
    margin-top: 15px;
    max-width: 100%
}

.distinction {
    background-image: url("../img/bg-distinction.jpg");
    padding-bottom: 0
}

.distinction h2 {
    line-height: 24px;
    margin-bottom: 50px
}

.distinction-row {
    padding: 40px 0;
    position: relative
}

.distinction-row:nth-child(2n) {
    background: -webkit-linear-gradient(left, rgba(255, 255, 255, 0) 0, #fff 48%, rgba(255, 255, 255, 0) 100%);
    background: -webkit-gradient(linear, left top, right top, from(rgba(255, 255, 255, 0)), color-stop(48%, #fff), to(rgba(255, 255, 255, 0)));
    background: linear-gradient(to right, rgba(255, 255, 255, 0) 0, #fff 48%, rgba(255, 255, 255, 0) 100%)
}

.distinction-row:nth-child(2n+1) {
    background: -webkit-linear-gradient(left, rgba(255, 255, 255, 0) 0, rgba(255, 255, 255, .54) 48%, rgba(255, 255, 255, 0) 100%);
    background: -webkit-gradient(linear, left top, right top, from(rgba(255, 255, 255, 0)), color-stop(48%, rgba(255, 255, 255, .54)), to(rgba(255, 255, 255, 0)));
    background: linear-gradient(to right, rgba(255, 255, 255, 0) 0, rgba(255, 255, 255, .54) 48%, rgba(255, 255, 255, 0) 100%)
}

.distinction-img {
    position: absolute;
    left: 40px;
    top: -62px
}

.composition-item,
.text-reviews__items {
    position: relative
}

.distinction-text {
    line-height: 26px;
    padding-right: 65px;
    padding-left: 15px;
    font-size: 20px
}

.ci-header,
.dc-text {
    font-size: 20px;
    line-height: 28px
}

.distinction-combination {
    background: -webkit-linear-gradient(left, rgba(1, 39, 68, 0) 0, #012744 48%, rgba(1, 39, 68, 0) 100%);
    background: -webkit-gradient(linear, left top, right top, from(rgba(1, 39, 68, 0)), color-stop(48%, #012744), to(rgba(1, 39, 68, 0)));
    background: linear-gradient(to right, rgba(1, 39, 68, 0) 0, #012744 48%, rgba(1, 39, 68, 0) 100%);
    margin-top: 45px
}

.composition,
.owl-nav>div {
    background-repeat: no-repeat
}

.dc-text {
    padding: 20px 60px
}

.composition {
    padding-top: 68px;
    background-image: url("../img/bg-composition.png");
    background-position: top center;
    padding-bottom: 40px
}

.composition .line1 .left .arrow {
    top: 152px;
    right: -27px
}

.composition .line1 .right .arrow {
    top: 171px;
    right: 376px
}

.composition .line2 {
    margin-top: 151px
}

.composition .line2 .left .arrow {
    top: 29px;
    right: -52px
}

.composition .line2 .right .arrow {
    top: 32px;
    right: 431px
}

.composition-item {
    -js-display: flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.composition-item.left {
    margin-right: -15px
}

.composition-item.left .composition-item__text {
    text-align: right;
    margin-right: 15px
}

.faq-list,
.tr-item,
.warning-border,
footer {
    text-align: left
}

.composition-item.right {
    margin-left: -15px
}

.composition-item.right .composition-item__text {
    text-align: left;
    margin-left: 15px
}

.composition-item__text {
    width: 240px
}

.tr-item .tr-item__img img,
.tr-item__img img {
    width: 253px
}

.composition-item__img {
    z-index: 9;
    position: relative
}

.ci-body {
    line-height: 24px
}

.delivery-text,
.faq-list li,
.how-text,
.team-item,
.tr-body,
.tr-header {
    line-height: 26px
}

.reviews {
    background-image: url("../img/bg-reviews.jpg");
    background-size: cover
}

.text-reviews {
    margin-top: 42px
}

.tr-item__img {
    margin-right: 30px
}

.tr-item {
    -js-display: flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.tr-header {
    font-size: 24px;
    padding-bottom: 10px
}

.tr-body {
    width: 662px
}

.owl-nav>div {
    width: 25px;
    height: 44px;
    background-image: url("../img/arrow-slider.png");
    position: absolute;
    top: 110px;
    margin-top: -12px
}

.faq-list li,
.how-item {
    position: relative
}

.owl-nav>div.owl-prev {
    background-position: left top;
    left: -70px
}

.owl-nav>div.owl-next {
    background-position: right top;
    right: -70px
}

.owl-dots {
    -js-display: flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin: 20px 0 0
}

.owl-dots .owl-dot {
    width: 24px;
    margin: 0 7px;
    height: 24px;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    border-color: transparent;
    background-color: #000;
    -webkit-transition: background-color ease .5s;
    transition: background-color ease .5s
}

.owl-dots .owl-dot.active {
    background-color: #ffca11
}

.block-faq {
    margin: 25px -15px 0;
    border: 4px solid #ffca11
}

.faq-list li:not(:last-child),
.how h2 {
    margin-bottom: 40px
}

.faq {
    background-color: #012744
}

.faq-list {
    padding: 25px 40px
}

.question {
    cursor: pointer;
    display: inline-block;
    z-index: 9
}

.question span {
    border-bottom: 1px dashed #999
}

.answer {
    background-color: #044577;
    padding: 0 15px;
    z-index: 99;
    top: 30px;
    height: 0;
    overflow: hidden
}

.how {
    background-image: url("../img/bg-how.jpg")
}

.how-arrow {
    position: absolute;
    right: -35px;
    top: 66px
}

.how-text {
    margin-top: 15px;
    padding: 0 40px
}

.team,
.warning {
    background-color: #fff
}

.delivery-item {
    position: relative
}

.team h2 {
    margin-bottom: 28px
}

.team-name {
    font-size: 20px;
    margin-top: 15px;
    margin-bottom: 5px;
    height: 78px
}

.team-descr {
    padding: 0 11px
}

.delivery {
    color: #fff;
    background-image: url("../img/bg-delivery.jpg")
}

.delivery-item.first .delivery-img {
    font-size: 7em
}

.delivery-item.first .delivery-text {
    padding: 0 25px
}

.delivery-item.second .delivery-img {
    padding-top: 10px;
    font-size: 6em
}

.delivery-item.third .delivery-img {
    font-size: 5em;
    padding-top: 20px
}

.delivery-item.third .delivery-img i {
    margin-left: -100px
}

.delivery-item.third .delivery-text {
    padding: 0 45px
}

.delivery-item.fourth .delivery-img {
    font-size: 6em;
    padding-top: 10px
}

.delivery-img {
    color: #ffdb8c;
    height: 127px;
    margin: 28px 0 17px
}

.footer-row a,
footer {
    color: #fff
}

.delivery-arrow {
    position: absolute;
    top: 55px;
    right: -25px;
    width: 22px
}

.delivery-map {
    background-image: url("../img/bg-map.jpg")
}

.delivery-map h2 {
    padding: 0 200px;
    line-height: 44px
}

.dmap {
    margin-top: -50px
}

.warning h2 {
    line-height: 44px;
    padding: 0 60px
}

.warning p {
    font-size: 20px;
    line-height: 44px
}

.footer-row {
    font-size: 16px
}

.warning-border {
    border: 4px solid #ffca11;
    margin: 15px -15px 0;
    padding: 7px 20px
}

.warning-border p {
    line-height: 24px;
    margin-bottom: 10px
}

.bottom-form {
    background-image: url("../img/bg-bottom.jpg");
    color: #fff
}

footer {
    padding: 30px 0 40px;
    background-color: #292929
}

.footer-row {
    margin: 0 -15px;
    line-height: 24px
}

.footer-row ul li {
    font-size: 14px;
    margin-top: 15px
}

@media screen and (max-width: 10000px) and (min-width: 1200px) {
    .pack {
        top: 75px;
        left: -79px;
        width: 285px
    }
}

@media screen and (max-width: 1199px) and (min-width: 1001px) {
    .pack {
        top: 85px;
        left: -120px;
        width: 278px
    }
}

button {
    cursor: pointer
}

.pl_field_address_info {
    position: absolute;
    z-index: -1
}

@media only screen and (max-width: 1199px) {
    .s-under-line {
        font-size: 26px;
        line-height: 34px;
        margin-bottom: 15px
    }

    .causes p,
    .causes-item-list li {
        line-height: 20px;
        font-size: 16px
    }

    .causes-table {
        margin-top: 18px
    }

    .causes-item-list {
        padding: 0 10px 0 25px;
        -js-display: flex;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-pack: justify;
        -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
        justify-content: space-between;
        height: 280px
    }

    .causes-item-list li {
        margin-bottom: 0
    }

    .causes-item-list li span {
        max-width: 213px;
        width: 213px
    }

    .expert-video {
        margin-top: 25px
    }

    .video-descr {
        font-size: 16px;
        line-height: 22px;
        padding: 15px 0 15px 10px
    }

    .video-descr p:not(:last-child) {
        margin-bottom: 15px
    }

    .video-avtor {
        font-size: 22px;
        line-height: 28px
    }

    .s-order-form {
        padding: 56px 0
    }

    .or-line-top .conditions-text {
        line-height: 23px
    }

    .order-row .pack {
        width: 280px
    }

    .or-line-top .input-block input {
        z-index: 10
    }

    .or-line-bottom .btn-block .send {
        font-size: 24px;
        text-align: center;
        padding: 19px 0 24px
    }

    .or-line-bottom .arrow {
        width: initial;
        right: 3px;
        top: -13px;
        display: none
    }

    .order-row .pack {
        left: 368px
    }

    .order-row .clock-block {
        padding-left: 8px
    }

    .order-row .clock-block .clock-header {
        font-size: 14px;
        line-height: 29.27px
    }

    .order-row .clock-block .flip-clock-wrapper ul {
        margin: 2px;
        width: 47px;
        height: 64px;
        font-size: 44px;
        line-height: 64px
    }

    .order-row .clock-block .flip-clock-wrapper ul li {
        line-height: 64px
    }

    .order-row .clock-block .flip-clock-wrapper ul li a div {
        font-size: 44px
    }

    .secret p {
        font-size: 18px;
        line-height: 24px;
        padding-right: 30px
    }

    .help-block p,
    .help-item__text {
        font-size: 16px;
        line-height: 20px
    }

    .help-block {
        padding: 25px
    }

    .help-item__text {
        padding: 0 10px
    }

    .ci-header,
    .dc-text {
        font-size: 18px;
        line-height: 26px
    }

    .distinction-row {
        padding: 20px 0
    }

    .distinction-img {
        left: 0;
        top: -48px
    }

    .distinction-img img {
        width: 198px
    }

    .distinction-text {
        padding-right: 0;
        margin-left: -40px
    }

    .dc-text {
        padding: 15px 0
    }

    .ci-body {
        font-size: 16px
    }

    .composition {
        background-size: contain
    }

    .composition .arrow {
        width: initial
    }

    .composition .line1 .left .arrow {
        top: 137px;
        right: -9px
    }

    .composition .line1 .right .arrow {
        top: 162px;
        right: 342px
    }

    .composition .line2 .left .arrow {
        top: 0;
        right: -37px
    }

    .composition .line2 .right .arrow {
        top: 3px;
        right: 358px
    }

    .composition-item.left {
        margin-right: 30px
    }

    .composition-item.left .composition-item__text {
        margin-right: 10px
    }

    .composition-item.right {
        margin-left: 30px
    }

    .composition-item.right .composition-item__text {
        margin-left: 10px
    }

    .composition-item__text {
        width: 215px
    }

    .tr-item__img {
        margin-right: 20px
    }

    .tr-item__img img {
        width: 216px
    }

    .tr-header {
        font-size: 20px
    }

    .tr-body {
        width: 505px;
        font-size: 16px;
        line-height: 20px
    }

    .owl-nav>div.owl-prev {
        left: -55px
    }

    .owl-nav>div.owl-next {
        right: -55px
    }

    .faq-list {
        padding: 15px 10px 25px
    }

    .faq-list li:not(:last-child) {
        margin-bottom: 25px
    }

    .answer {
        font-size: 16px;
        line-height: 24px
    }

    .how-img img {
        width: 209px
    }

    .how-arrow {
        width: 29px;
        top: 77px
    }

    .how-text {
        padding: 0 25px
    }

    .delivery-item.first .delivery-text {
        padding: 0
    }

    .delivery-item.second .delivery-text {
        margin: 0 -10px
    }

    .delivery-item.third .delivery-text {
        padding: 0 30px
    }

    .dmap img {
        width: 100%
    }

    .warning p {
        font-size: 18px;
        line-height: 36px
    }

    .warning-border {
        padding: 7px
    }

    .warning-border p {
        line-height: 24px
    }

    .footer-row ul li {
        font-size: 12px;
        line-height: 18px
    }
}

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

    .tr-body,
    .tr-header {
        text-align: center
    }

    .part1,
    .part2 {
        width: 300px;
        max-width: 300px
    }

    .percent-block,
    .tr-item {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal
    }

    .causes {
        background-image: url("../img/bg-causes-small.jpg");
        background-size: cover
    }

    .s-under-line {
        font-size: 22px;
        line-height: 32px;
        margin: 0 -15px 10px
    }

    .causes p {
        line-height: 24px
    }

    .causes-table {
        padding-bottom: 0
    }

    .causes-item-list {
        padding: 0 75px
    }

    .causes-item-list li {
        font-size: 20px;
        line-height: 24px
    }

    .causes-item-list li:last-child {
        margin-bottom: 30px
    }

    .causes-item-list li span {
        width: 239px;
        max-width: 239px
    }

    .expert {
        background-image: url("../img/bg-expert-small.jpg");
        background-size: cover
    }

    .expert-video {
        margin: 25px -15px 0
    }

    .video-descr {
        font-size: 20px;
        line-height: 28px;
        padding: 15px 3px
    }

    .video-avtor {
        font-size: 26px;
        line-height: 28px
    }

    .s-order-form {
        background-image: url("../img/bg-order-form-small.jpg");
        -webkit-background-size: cover;
        background-size: cover;
        padding: 25px 0
    }

    .order-row .pack {
        top: -150px;
        left: -92px;
        z-index: 1
    }

    .or-line-top {
        background-color: transparent;
        height: auto
    }

    .or-line-top .conditions-text {
        font-size: 14px;
        line-height: 18px
    }

    .or-line-top.second {
        -webkit-border-radius: 0;
        border-radius: 0
    }

    .or-line-top .input-block {
        padding-bottom: 15px
    }

    .or-line-bottom {
        height: initial
    }

    .or-line-bottom .btn-block .send {
        width: 100%;
        padding: 22px 0 27px;
        margin-top: 0
    }

    .conditions {
        max-width: 270px;
        margin-left: 200px
    }

    .order-row .clock-block {
        padding: 0 10px 0 180px
    }

    .order-row .clock-block .clock-header {
        font-size: 11px;
        line-height: 24.07px
    }

    .order-row .clock-block .flip-clock-wrapper ul {
        margin: 1px;
        width: 39px;
        height: 53px;
        font-size: 36px;
        line-height: 53px
    }

    .order-row .clock-block .flip-clock-wrapper ul li {
        line-height: 53px
    }

    .order-row .clock-block .flip-clock-wrapper ul li a div {
        font-size: 36px
    }

    .no-webp .secret {
        background-size: cover
    }

    .webp .secret {
        background-image: url("../img/bg-secret-small.webp");
        background-size: cover
    }

    .secret h2 {
        padding: 0 50px;
        margin-bottom: 20px
    }

    .help-block p,
    .secret p {
        padding: 0;
        margin: 0 -15px;
        text-align: center
    }

    .secret p:not(:last-child) {
        margin-bottom: 15px
    }

    .help-block {
        padding: 25px 10px
    }

    .percent-block {
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center
    }

    .circlestat:after {
        width: 250px;
        left: -28px
    }

    .distinction {
        background-image: url("../img/bg-distinction-small.jpg");
        background-size: cover
    }

    .distinction h2 {
        margin-bottom: 25px
    }

    .distinction-row {
        padding: 9px 0
    }

    .distinction-img {
        top: -20px
    }

    .distinction-img img {
        width: 163px
    }

    .distinction-text {
        margin: 0 -15px 0 20px;
        font-size: 14px;
        line-height: 18px;
        padding-left: 17px;
        padding-right: 1px
    }

    .dc-text {
        font-size: 16px;
        line-height: 24px;
        padding: 10px 0;
        margin: 0 -15px
    }

    .distinction-combination {
        margin-top: 20px
    }

    .composition {
        padding-top: 0;
        background-image: none;
        margin: 0 -15px
    }

    .composition .line2 {
        margin-top: 0
    }

    .ci-header {
        font-size: 20px;
        line-height: 28px
    }

    .ci-body {
        font-size: 18px
    }

    .composition-item {
        margin-top: 27px
    }

    .composition-item.left {
        margin-right: 0
    }

    .composition-item.left .composition-item__text {
        margin-right: 20px
    }

    .composition-item.right {
        margin-left: 0
    }

    .composition-item.right .composition-item__text {
        margin-left: 20px
    }

    .composition-item__text {
        width: 232px
    }

    .reviews {
        background-image: url("../img/bg-reviews-small.jpg");
        background-size: cover
    }

    .tr-item {
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center
    }

    .tr-item__img {
        margin: 0
    }

    .tr-item__text {
        max-width: 100%
    }

    .tr-header {
        margin: 10px 0;
        font-size: 24px;
        padding: 0 100px
    }

    .tr-body {
        width: 100%;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        line-height: 22px
    }

    .owl-nav>div {
        top: 115px
    }

    .owl-nav>div.owl-next {
        right: 15px
    }

    .owl-nav>div.owl-prev {
        left: 15px
    }

    .faq-list li {
        font-size: 16px
    }

    .answer {
        font-size: 14px;
        line-height: 18px
    }

    .how {
        background-image: url("../img/bg-how-small.jpg");
        overflow: hidden;
        background-size: cover
    }

    .how-item {
        margin-bottom: 20px
    }

    .how-item.last {
        margin-bottom: 0
    }

    .how-text {
        padding: 0 10px;
        font-size: 15px
    }

    .how-arrow {
        display: none;
        -webkit-transform: rotate(90deg);
        -ms-transform: rotate(90deg);
        transform: rotate(90deg);
        top: auto;
        bottom: -65px;
        right: 205px
    }

    .team h2 {
        padding: 0 40px;
        margin: 0
    }

    .team-photo {
        margin-top: 27px
    }

    .team-name {
        height: initial
    }

    .delivery {
        background-image: url("../img/bg-delivery-small.jpg");
        background-size: cover
    }

    .delivery h2,
    .delivery-item {
        margin: 0 -15px
    }

    .delivery-item.fourth,
    .delivery-item.third {
        margin-top: 55px
    }

    .delivery-item.first .delivery-text {
        padding: 0 20px
    }

    .delivery-item.first .delivery-arrow {
        right: -7px
    }

    .delivery-item.second .delivery-arrow {
        -webkit-transform: rotate(90deg);
        -ms-transform: rotate(90deg);
        transform: rotate(90deg);
        top: initial;
        right: 15px;
        bottom: -55px
    }

    .delivery-item.third .delivery-arrow {
        top: 35px;
        right: initial;
        -webkit-transform: rotate(180deg);
        -ms-transform: rotate(180deg);
        transform: rotate(180deg);
        left: -25px
    }

    .delivery-map h2 {
        padding: 0;
        margin: 0 -15px
    }

    .dmap {
        margin: 0
    }

    .warning h2 {
        padding: 0;
        line-height: 32px
    }

    .warning p {
        line-height: 26px;
        margin: 0 -15px 10px
    }

    .bottom-form {
        background-image: url("../img/bg-bottom-small.jpg");
        -webkit-background-size: cover;
        background-size: cover;
        padding: 0
    }

    footer ul {
        height: 250px
    }
}

@media only screen and (max-width: 479px) {
    .causes {
        background-image: url("../img/bg-causes-small-mob.jpg")
    }

    .how {
        background-image: url("../img/bg-how-small-mob.jpg")
    }

    .expert,
    .reviews {
        background: #fff
    }

    .causes h2,
    .s-under-line {
        margin: 0 -15px
    }

    .s-under-line {
        font-size: 20px;
        line-height: 32px
    }

    .causes .s-under-line {
        font-size: 14px;
        line-height: 22px
    }

    .causes p {
        font-size: 14px;
        line-height: 20px
    }

    .causes-table {
        padding-top: 20px;
        padding-bottom: 20px
    }

    .causes-item-list {
        height: auto;
        padding: 0
    }

    .causes-item-list li {
        font-size: 16px;
        line-height: 24px
    }

    .causes-item-list li:last-child,
    .causes-item-list li:not(:last-child) {
        margin-bottom: 10px
    }

    .causes-item-list li span {
        width: 224px;
        max-width: 224px
    }

    .how-item {
        margin-bottom: 30px
    }

    .video-descr {
        padding: 5px 8px;
        font-size: 16px;
        line-height: 22px;
        margin: 0 -15px
    }

    .video-avtor {
        font-size: 18px;
        line-height: 28px
    }

    .s-order-form {
        background-image: url("../img/bg-order-form-xs.jpg");
        padding: 88px 0 25px
    }

    .or-line-top .conditions-text {
        padding: 40px 15px 0
    }

    .or-line-top .input-block {
        padding-top: 0
    }

    .or-line-top .input-block input {
        width: 100%
    }

    .or-line-bottom {
        margin-top: -35px
    }

    .or-line-bottom .arrow {
        top: 27px
    }

    .or-line-bottom .btn-block .send {
        font-size: 19.29px;
        line-height: 14.79px;
        padding: 17px 0
    }

    .order-row .clock-block {
        padding: 0 15px;
        margin-top: 10px
    }

    .order-row .clock-block .clock-header {
        font-size: 14px;
        line-height: 24px;
        text-align: center
    }

    .help-block p,
    .secret p {
        text-align: center;
        font-size: 16px
    }

    .secret {
        -webkit-background-size: cover;
        background-size: cover
    }

    .secret h2 {
        padding: 0
    }

    .secret p {
        line-height: 20px
    }

    .help-block {
        padding: 25px 0
    }

    .help-block h2 {
        margin: 0 -15px
    }

    .help-block p {
        line-height: 18px
    }

    .no-webp .distinction {
        background-size: initial;
        background-position: center -6px
    }

    .webp .distinction {
        background-image: url("../img/bg-distinction-xs.webp");
        background-size: initial;
        background-position: center -6px
    }

    .distinction h2 {
        margin: 0
    }

    .distinction-row {
        padding: 110px 0 25px;
        margin-top: 75px
    }

    .distinction-img {
        top: -175px;
        left: 50%;
        margin-left: -84px
    }

    .composition-item.right .composition-item__text,
    .distinction-text {
        margin: 0;
        text-align: center
    }

    .distinction-img img {
        width: 168px
    }

    .distinction-text {
        padding: 0;
        font-size: 14px;
        line-height: 18px
    }

    .dc-text {
        font-size: 16px;
        line-height: 24px
    }

    .composition-item {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column
    }

    .composition-item.left .composition-item__text {
        margin: 0;
        -webkit-box-ordinal-group: 3;
        -webkit-order: 2;
        -ms-flex-order: 2;
        order: 2;
        text-align: center
    }

    .composition-item__text {
        width: 100%;
        margin: 100%
    }

    .reviews h2 {
        margin: 0 -15px
    }

    .delivery-img,
    footer ul {
        height: initial
    }

    .tr-item .tr-item__img img {
        width: 196px
    }

    .owl-nav>div {
        top: 85px
    }

    .owl-nav>div.owl-prev {
        left: 0
    }

    .owl-nav>div.owl-next {
        right: 0
    }

    .tr-header {
        font-size: 24px;
        line-height: 26px;
        padding: 0 20px
    }

    .tr-body,
    .warning p {
        font-size: 16px
    }

    .how-text {
        padding: 0
    }

    .how-arrow {
        right: initial;
        left: 50%;
        margin-left: -10px
    }

    .warning h2,
    .warning p {
        line-height: 24px
    }

    .team-item {
        padding: 0
    }

    .delivery {
        background-image: url("../img/bg-delivery-xs.jpg")
    }

    .delivery-img {
        margin-top: 0
    }

    .delivery-item.first {
        margin-top: 25px
    }

    .delivery-item.first .delivery-arrow {
        -webkit-transform: rotate(90deg);
        -ms-transform: rotate(90deg);
        transform: rotate(90deg);
        right: initial;
        top: initial
    }

    .delivery-item.second {
        margin-top: 50px
    }

    .delivery-item.second .delivery-text {
        padding: 0 30px
    }

    .delivery-item.second .delivery-img {
        padding: 0
    }

    .delivery-item.second .delivery-arrow {
        right: initial;
        top: initial
    }

    .delivery-item.third {
        margin-top: 75px
    }

    .delivery-item.third .delivery-text {
        padding: 0 60px
    }

    .delivery-item.third .delivery-img {
        padding: 0
    }

    .delivery-item.third .delivery-arrow {
        -webkit-transform: rotate(90deg);
        -ms-transform: rotate(90deg);
        transform: rotate(90deg);
        left: initial;
        top: initial
    }

    .delivery-item.fourth {
        margin-top: 50px
    }

    .delivery-item.fourth .delivery-text {
        padding: 0 35px
    }

    .delivery-item.fourth .delivery-img {
        padding: 0
    }

    .warning h2 {
        margin: 0 -15px
    }

    .warning-border {
        text-align: center;
        padding: 7px 15px
    }

    .form.bottom {
        margin-top: 60px
    }

    .form.bottom .conditions {
        margin-bottom: 255px
    }

    footer {
        padding-top: 20px;
        padding-bottom: 20px
    }
}

.expert-img {
    margin-top: 64px
}

@media screen and (max-width: 1000px) {
    .help-block h2 {
        margin-top: 0;
        margin-bottom: 15px
    }

    .header-body h1 {
        margin-bottom: 10px;
        line-height: normal !important
    }

    .expert-img {
        margin-top: 0
    }

    .btn-block .rubprim {
        margin: 0 0 -3px 2px;
        text-align: center
    }
}

@media screen and (max-width: 479px) {
    .order-row .pack {
        top: 0;
        left: 0
    }

    .order-row .pack,
    .pack {
        left: 50%;
        top: -64px;
        width: 260px;
        margin-left: -130px
    }

    .form {
        margin-top: 40px
    }

    .conditions {
        padding-top: 240px
    }

    .or-line-top .conditions-text {
        padding-top: 0
    }

    .s-order-form {
        padding-top: 25px
    }

    .form.bottom {
        margin-top: 0
    }

    .list-form {
        margin-top: 5px
    }

    .bottom-form {
        padding-bottom: 0;
        padding-top: 25px
    }
}

.rubprim {
    font-size: 14px;
    color: #000;
    margin: 0 0 -10px 0;
    text-align: center
}

.attntn {
    display: block;
    font-size: 170%;
    margin-bottom: 20px
}

@media only screen and (max-width: 1199px) {
    .conditions {
        padding: 15px 20px 10px
    }

    .top-slogan {
        width: 550px
    }

    .top-slogan__item:nth-child(3) {
        top: 0
    }
}

@media only screen and (max-width: 1000px) {
    .stock__bottom {
        width: 100%
    }

    .order-row .pack,
    .pack {
        width: 150px;
        left: 11px;
        top: 7px
    }

    .s-order-form .pack {
        width: 200px;
        margin-bottom: 20px;
        margin-top: 20px
    }

    .header-body .pack {
        width: 150px;
        left: 11px;
        top: 7px
    }

    .attntn {
        display: inline;
        font-weight: 400;
        font-size: 100%;
        margin-top: auto;
        margin-bottom: auto
    }
}

@media only screen and (max-width: 479px) {
    .conditions {
        margin-left: 0;
        width: 100%;
        max-width: 100%
    }

    .conditions-text {
        padding-left: 0
    }

    .conditions .clock-block {
        margin-top: 0
    }

    .or-line-bottom {
        margin-top: 0
    }

    .form {
        margin-top: 289px
    }

    .pack {
        width: 260px;
        left: 145px;
        top: -273px
    }

    .header-body .pack {
        width: 210px;
        left: 25%;
        top: -270px;
        transform: translateX(-50%);
        margin-left: -15px
    }

    .order-row .pack {
        left: 10px;
        width: 90%;
        top: -10px;
        margin: 0
    }

    .s-order-form .pack {
        width: 180px;
        margin-bottom: 20px;
        margin-left: -5px
    }

    .rubprim {
        font-size: 13px
    }

    .part1,
    .part2 {
        width: 250px
    }

    .bottom-form .pack {
        position: absolute;
        top: 180px;
        left: 15px;
        width: 85%;
        margin: 0
    }

    .bottom-form .pack {
        width: 190px;
        left: 25%;
        top: 120px;
        transform: translateX(-50%);
        margin-left: -15px
    }

    .btn-block {
        padding: 0 15px 15px
    }

    .input-block {
        background: 0 0
    }
}

/*! fancyBox v2.1.5 fancyapps.com | fancyapps.com/fancybox/#license */
.stock {
    display: flex;
    flex-direction: column;
    width: 100%;
    margin: 10px 0;
    margin-bottom: 0;
    align-items: center;
    background-color: #fa7213;
    border-radius: 4px;
    padding-left: 10px;
    padding-right: 10px
}

.stock__header {
    text-align: center;
    font-size: 23px;
    font-weight: 700;
    color: #000
}

.stock__top {
    font-size: 16px;
    color: #fff;
    border-bottom: 1px solid #fff;
    padding: 5px 0 4px;
    display: block;
    width: 100%;
    text-align: center
}

.stock__bottom {
    font-size: 23px;
    font-weight: 700;
    color: #fff;
    margin: 5px 0 10px;
    text-align: center
}

.info {
    display: flex;
    flex-direction: column;
    width: 100%;
    align-items: center
}

.info__top {
    font-size: 14px;
    color: #d43428;
    margin-top: 5px
}

.info__bottom {
    font-size: 30px;
    color: #d43428;
    font-weight: 700;
    margin-top: 3px;
    margin-left: 18px
}

@media screen and (max-width: 1000px) {
    .info_pop {
        width: 100%
    }

    .stock_pop {
        margin-bottom: 10px;
        width: 100%
    }
}

@media screen and (min-width: 480px) and (max-width: 1000px) {
    .stock {
        align-items: flex-end
    }
}

@media screen and (max-width: 1000px) {
    .composition {
        padding-bottom: 25px
    }
}

@media screen and (max-width: 479px) {
    form .or-line-bottom {
        margin-bottom: 0;
        text-decoration-skip: unset
    }

    .info_pop {
        margin-bottom: 20px
    }
}

@media only screen and (max-width: 1199px) {
    .expert-img {
        margin-top: 14px
    }
}

.section-fake {
    text-align: left;
    background-color: #f5f5f5
}

.section-fake h2 {
    margin-bottom: 10px;
    text-align: center;
    line-height: 44px
}

.section-fake p {
    margin-bottom: 10px;
    line-height: 24px;
    font-size: 20px
}

.annotation {
    padding: 10px 20px;
    border-radius: 8px;
    background-color: #fff
}

.annotation p {
    font-size: 12px;
    line-height: 14px
}

.sms {
    padding: 10px 20px;
    border-radius: 8px;
    font-size: 18px;
    background-color: #ff0b00;
    color: #fff
}

.annotation-under {
    text-decoration: underline
}

.fake-photo {
    position: relative
}

.fake-circle {
    position: absolute;
    top: 0;
    right: -20px;
    width: 180px
}

.fake-photo img {
    display: block;
    max-width: 100%;
    margin: 0 auto
}

@media (max-width: 1199px) {
    .section-fake p {
        font-size: 18px
    }

    .annotation p {
        font-size: 12px
    }

    .fake-photo img {
        padding-top: 40px
    }
}

@media (max-width: 1000px) {
    .section-fake h2 {
        line-height: 1
    }

    .list-ok {
        margin-top: 5px
    }

    .fake-photo img {
        padding-top: 30px
    }
}

@media (max-width: 479px) {
    .fake-circle {
        right: 0
    }

    .section-fake {
        text-align: center
    }

    .section-fake p {
        font-size: 16px
    }

    .annotation p {
        font-size: 12px
    }
}

@media screen and (-ms-high-contrast: active),
(-ms-high-contrast: none) {

    input[type=tel]:-ms-input-placeholder,
    input[type=text]:-ms-input-placeholder {
        color: #767676
    }
}

.step-list img {
    max-width: 100%
}

@media (max-width: 639px) {
    .fake-circle {
        right: 0
    }
}

@media (max-width: 1000px) {
    .step-list {
        display: flex;
        flex-wrap: wrap;
        justify-content: center
    }

    .team-list {
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between
    }

    .team-item img {
        max-width: 100%
    }
}

.pl_field_address_info {
    opacity: 0
}

.country_select {
    -moz-appearance: none !important;
    -webkit-appearance: none !important;
    color: #000;
    background-color: #fff;
    border: 1px solid #ff0b00;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    line-height: 1;
    width: 100%;
    padding: 3px;
    height: 36px;
    text-indent: 15px;
    display: block;
}

.copyright {
    font-size: 14px;
    text-align: center;
    padding: 20px 10px;
    color: #6C6E6F;
}

.copyright p {
    width: 100%;
    text-align: center;
    padding: 0;
    margin: 0;
}

.copyright br {
    display: none;
}

.copyright img {
    margin: 10px auto !important;
    max-width: 100%;
    width: auto;
}

.copyright a {
    color: #6C6E6F;
    text-decoration: none;
}

.copyright a:hover {
    color: #FF0069;
    text-decoration: none;
}

.errField {
    display: none;
    font-size: 14px;
    background: #f00;
    color: #fff;
    text-align: center;
    padding: 10px;
    margin-bottom: 10px;
}

.errorMessage {
    font-size: 15px;
    background: rgba(255, 0, 0, 0.64);
    color: #fff;
    text-align: center;
    padding: 5px 10px;
    position: absolute;
    margin: 10px 0 0;
    z-index: 99999;
}