@charset 'UTF-8';
#pp-modal-offer * {
    padding: unset !important;
    line-height: 24px !important;
    letter-spacing: unset !important;
    font-weight: unset !important;
    text-decoration: unset !important;
    text-transform: unset !important
}

#pp-modal-offer {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    height: 80%;
    margin: 5% 20%;
    padding: 1% 2%;
    background-color: #fff;
    border: 1px solid #fff;
    border-radius: 3px;
    z-index: 9991;
    overflow-y: scroll;
    overflow-x: hidden;
    font-family: Arial, Helvetica, sans-serif
}

#pp-modal-offer h1 {
    margin: 50px 0;
    font-size: 34px;
    color: #2c5a3d;
    text-align: center
}

#pp-modal-offer h2 {
    margin: 20px 0;
    font-size: 24px;
    color: #525252
}

#pp-modal-offer p {
    font-size: 16px;
    color: #6e6e6e
}

#pp-modal-offer center {
    margin: 30px 0 10px;
    font-size: 16px;
    font-style: italic
}

#pp-overlay {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: .8;
    background-color: #000;
    cursor: pointer;
    z-index: 9990
}

#pp-x {
    position: absolute;
    right: 3%;
    width: 20px;
    color: #525252;
    font-size: 34px;
    text-align: right;
    cursor: pointer
}

@media screen and (max-width: 600px) {
    #pp-modal-offer {
        width: 92%;
        height: 96%;
        margin: 2%
    }
}

.mod button, .mod div, .mod form, .mod input, .mod p, .mod span {
    margin: 0;
    padding: 0;
    outline: 0;
    font-size: 100%;
    font-weight: 400;
    background: 0 0;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

.hide-forever {
    display: none !important
}

.modal_mouse_out, .modal_phone {
    display: none;
    position: fixed;
    left: 0;
    top: 0;
    overflow: auto !important;
    width: 100%;
    height: 100%;
    z-index: 100;
    background-color: rgba(25, 25, 25, .8)
}

.close-modal {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 101;
    cursor: pointer
}

.mod .close-img {
    content: " ";
    position: absolute;
    background: url() no-repeat 0 0;
    width: 32px;
    height: 32px;
    top: -6px;
    right: 10px;
    cursor: pointer;
    z-index: 103
}

.mod {
    position: absolute;
    top: 15%;
    left: 20%;
    margin-bottom: 20px;
    z-index: 102;
    width: 960px;
    line-height: 1;
    font-size: 16px;
    font-weight: 400;
    font-family: Arial, sans-serif
}

.cbh-phone {
    position: fixed;
    right: 10px;
    bottom: 10px;
    visibility: hidden;
    background-color: transparent;
    width: 200px;
    height: 200px;
    cursor: pointer;
    z-index: 99;
    -webkit-backface-visibility: hidden;
    -webkit-transform: translateZ(0);
    -webkit-transition: visibility .5s;
    -moz-transition: visibility .5s;
    -o-transition: visibility .5s;
    transition: visibility .5s
}

@-webkit-keyframes fadeInRight {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(100%, 0, 0);
        transform: translate3d(100%, 0, 0)
    }
    100% {
        opacity: 1;
        -webkit-transform: none;
        transform: none
    }
}

@keyframes fadeInRight {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(100%, 0, 0);
        -ms-transform: translate3d(100%, 0, 0);
        transform: translate3d(100%, 0, 0)
    }
    100% {
        opacity: 1;
        -webkit-transform: none;
        -ms-transform: none;
        transform: none
    }
}

@-webkit-keyframes fadeInRightBig {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(2000px, 0, 0);
        transform: translate3d(2000px, 0, 0)
    }
    100% {
        opacity: 1;
        -webkit-transform: none;
        transform: none
    }
}

@-webkit-keyframes fadeOutRight {
    0% {
        opacity: 1
    }
    100% {
        opacity: 0;
        -webkit-transform: translate3d(100%, 0, 0);
        transform: translate3d(100%, 0, 0)
    }
}

@keyframes fadeOutRight {
    0% {
        opacity: 1
    }
    100% {
        opacity: 0;
        -webkit-transform: translate3d(100%, 0, 0);
        -ms-transform: translate3d(100%, 0, 0);
        transform: translate3d(100%, 0, 0)
    }
}

.fadeOutRight {
    -webkit-animation-name: fadeOutRight;
    animation-name: fadeOutRight
}

.cbh-phone.cbh-static1 {
    opacity: .6
}

.cbh-phone.cbh-hover1 {
    opacity: 1
}

.cbh-ph-circle {
    width: 160px;
    height: 160px;
    top: 20px;
    left: 20px;
    position: absolute;
    background-color: transparent;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    border-radius: 100%;
    border: 2px solid rgba(30, 30, 30, .4);
    opacity: .1;
    -webkit-animation: cbh-circle-anim 1.2s infinite ease-in-out;
    -moz-animation: cbh-circle-anim 1.2s infinite ease-in-out;
    -ms-animation: cbh-circle-anim 1.2s infinite ease-in-out;
    -o-animation: cbh-circle-anim 1.2s infinite ease-in-out;
    animation: cbh-circle-anim 1.2s infinite ease-in-out;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s
}

.cbh-phone.cbh-active .cbh-ph-circle1 {
    -webkit-animation: cbh-circle-anim 1.1s infinite ease-in-out !important;
    -moz-animation: cbh-circle-anim 1.1s infinite ease-in-out !important;
    -ms-animation: cbh-circle-anim 1.1s infinite ease-in-out !important;
    -o-animation: cbh-circle-anim 1.1s infinite ease-in-out !important;
    animation: cbh-circle-anim 1.1s infinite ease-in-out !important
}

.cbh-phone.cbh-static .cbh-ph-circle {
    -webkit-animation: cbh-circle-anim 2.2s infinite ease-in-out !important;
    -moz-animation: cbh-circle-anim 2.2s infinite ease-in-out !important;
    -ms-animation: cbh-circle-anim 2.2s infinite ease-in-out !important;
    -o-animation: cbh-circle-anim 2.2s infinite ease-in-out !important;
    animation: cbh-circle-anim 2.2s infinite ease-in-out !important
}

.cbh-phone.cbh-hover .cbh-ph-circle {
    border-color: rgba(0, 175, 242, 1);
    opacity: .5
}

.cbh-phone.cbh-green.cbh-hover .cbh-ph-circle {
    border-color: rgba(117, 235, 80, 1);
    opacity: .5
}

.cbh-phone.cbh-green .cbh-ph-circle {
    border-color: rgba(0, 175, 242, 1);
    opacity: .5
}

.cbh-phone.cbh-gray.cbh-hover .cbh-ph-circle {
    border-color: rgba(204, 204, 204, 1);
    opacity: .5
}

.cbh-phone.cbh-gray .cbh-ph-circle {
    border-color: rgba(117, 235, 80, 1);
    opacity: .5
}

.cbh-ph-circle-fill {
    width: 100px;
    height: 100px;
    top: 50px;
    left: 50px;
    position: absolute;
    background-color: #000;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    border-radius: 100%;
    border: 2px solid transparent;
    opacity: .1;
    -webkit-animation: cbh-circle-fill-anim 2.3s infinite ease-in-out;
    -moz-animation: cbh-circle-fill-anim 2.3s infinite ease-in-out;
    -ms-animation: cbh-circle-fill-anim 2.3s infinite ease-in-out;
    -o-animation: cbh-circle-fill-anim 2.3s infinite ease-in-out;
    animation: cbh-circle-fill-anim 2.3s infinite ease-in-out;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s
}

.cbh-phone.cbh-active .cbh-ph-circle-fill {
    -webkit-animation: cbh-circle-fill-anim 1.7s infinite ease-in-out !important;
    -moz-animation: cbh-circle-fill-anim 1.7s infinite ease-in-out !important;
    -ms-animation: cbh-circle-fill-anim 1.7s infinite ease-in-out !important;
    -o-animation: cbh-circle-fill-anim 1.7s infinite ease-in-out !important;
    animation: cbh-circle-fill-anim 1.7s infinite ease-in-out !important
}

.cbh-phone.cbh-static .cbh-ph-circle-fill {
    -webkit-animation: cbh-circle-fill-anim 2.3s infinite ease-in-out !important;
    -moz-animation: cbh-circle-fill-anim 2.3s infinite ease-in-out !important;
    -ms-animation: cbh-circle-fill-anim 2.3s infinite ease-in-out !important;
    -o-animation: cbh-circle-fill-anim 2.3s infinite ease-in-out !important;
    animation: cbh-circle-fill-anim 2.3s infinite ease-in-out !important;
    opacity: 0 !important
}

.cbh-phone.cbh-hover .cbh-ph-circle-fill {
    background-color: rgba(0, 175, 242, .5);
    opacity: .75 !important
}

.cbh-phone.cbh-green.cbh-hover .cbh-ph-circle-fill {
    background-color: rgba(117, 235, 80, .5);
    opacity: .75 !important
}

.cbh-phone.cbh-green .cbh-ph-circle-fill {
    background-color: rgba(0, 175, 242, .5);
    opacity: .75 !important
}

.cbh-phone.cbh-gray.cbh-hover .cbh-ph-circle-fill {
    background-color: rgba(204, 204, 204, .5);
    opacity: .75 !important
}

.cbh-phone.cbh-gray .cbh-ph-circle-fill {
    background-color: rgba(117, 235, 80, .5);
    opacity: .75 !important
}

.cbh-ph-img-circle1 {
    width: 60px;
    height: 60px;
    top: 70px;
    left: 70px;
    position: absolute;
    background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADIAAAAyCAYAAAAeP4ixAAAACXBIWXMAAAsTAAALEwEAmpwYAAABNmlDQ1BQaG90b3Nob3AgSUNDIHByb2ZpbGUAAHjarY6xSsNQFEDPi6LiUCsEcXB4kygotupgxqQtRRCs1SHJ1qShSmkSXl7VfoSjWwcXd7/AyVFwUPwC/0Bx6uAQIYODCJ7p3MPlcsGo2HWnYZRhEGvVbjrS9Xw5+8QMUwDQCbPUbrUOAOIkjvjB5ysC4HnTrjsN/sZ8mCoNTIDtbpSFICpA/0KnGsQYMIN+qkHcAaY6addAPAClXu4vQCnI/Q0oKdfzQXwAZs/1fDDmADPIfQUwdXSpAWpJOlJnvVMtq5ZlSbubBJE8HmU6GmRyPw4TlSaqo6MukP8HwGK+2G46cq1qWXvr/DOu58vc3o8QgFh6LFpBOFTn3yqMnd/n4sZ4GQ5vYXpStN0ruNmAheuirVahvAX34y/Axk/96FpPYgAAACBjSFJNAAB6JQAAgIMAAPn/AACA6AAAUggAARVYAAA6lwAAF2/XWh+QAAAB/ElEQVR42uya7W3CMBCG31QM4A1aNggTlG6QbpBMkHYC1AloJ4BOABuEDcgGtBOETnD9c1ERCH/lwxeaV8oPFGP86Hy+DxMREW5Bd7gRjSDSNGn4/RiAOvm8C0ZCRD5PSkQVXSr1nK/xE3mcWimA1ZV3JYBZCIO4giQANoYxMwYS6+xKY4lT5dJPreWZY+uspqSCKPYN27GJVBDXheVSQe494ksiEWTuMXcu1dld9SARxDX1OAJ4lgjy4zDnFsC076A4adEiRwAZg4hOUSpNoCsBPDGM+HqkNGynYBCuILuWj+dgWysGsNe8nwL4GsrW0m2fxZBq9rW0rNcX5MOQ9eZD8JFahcG5g/iKT671alGAYQggpYWvpEPYWrU/HDTOfeRIX0q2SL3QN4tGhZJukVobQyXYWw7WtLDKDIuM+ZSzscyCE9PCy5IttCvnZNaeiGLNHKuz8ZVh/MXTVu/1xQKmIqLEAuJ0fNo3iG5B51oSkeKnsBi/4bG9gYB/lCytU5G9DryFW+3Gm+JLwU7ehbJrwTjq4DJU8bHcVbEV9dXXqqP6uqO5e2/QZRYJpqu2IUAA4B3tXvx8hgKp05QZW6dJqrLTNkB6vrRURLRwPHqtYgkC3cLWQAcDQGGKH13FER/NATzi786+BPDNjm1dMkfjn2pGkBHkf4D8DgBJDuDHx9BN+gAAAABJRU5ErkJggg==);
    background-color: rgba(30, 30, 30, .1);
    background-position: center center;
    background-repeat: no-repeat;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    border-radius: 100%;
    border: 2px solid transparent;
    opacity: .7;
    -webkit-animation: cbh-circle-img-anim 1s infinite ease-in-out;
    -moz-animation: cbh-circle-img-anim 1s infinite ease-in-out;
    -ms-animation: cbh-circle-img-anim 1s infinite ease-in-out;
    -o-animation: cbh-circle-img-anim 1s infinite ease-in-out;
    animation: cbh-circle-img-anim 1s infinite ease-in-out
}

.cbh-phone.cbh-active .cbh-ph-img-circle1 {
    -webkit-animation: cbh-circle-img-anim 1s infinite ease-in-out !important;
    -moz-animation: cbh-circle-img-anim 1s infinite ease-in-out !important;
    -ms-animation: cbh-circle-img-anim 1s infinite ease-in-out !important;
    -o-animation: cbh-circle-img-anim 1s infinite ease-in-out !important;
    animation: cbh-circle-img-anim 1s infinite ease-in-out !important
}

.cbh-phone.cbh-static .cbh-ph-img-circle1 {
    -webkit-animation: cbh-circle-img-anim 0 infinite ease-in-out !important;
    -moz-animation: cbh-circle-img-anim 0 infinite ease-in-out !important;
    -ms-animation: cbh-circle-img-anim 0 infinite ease-in-out !important;
    -o-animation: cbh-circle-img-anim 0 infinite ease-in-out !important;
    animation: cbh-circle-img-anim 0 infinite ease-in-out !important
}

.cbh-phone.cbh-hover .cbh-ph-img-circle1 {
    background-color: rgba(0, 175, 242, 1)
}

.cbh-phone.cbh-green.cbh-hover .cbh-ph-img-circle1:hover {
    background-color: rgba(117, 235, 80, 1)
}

.cbh-phone.cbh-green .cbh-ph-img-circle1 {
    background-color: rgba(0, 175, 242, 1);
    background-color: rgba(0, 175, 242, 1)
}

.cbh-phone.cbh-gray.cbh-hover .cbh-ph-img-circle1 {
    background-color: rgba(204, 204, 204, 1)
}

.cbh-phone.cbh-gray .cbh-ph-img-circle1 {
    background-color: rgba(117, 235, 80, 1)
}

@-moz-keyframes cbh-circle-anim {
    0% {
        -moz-transform: rotate(0) scale(.5) skew(1deg);
        opacity: .1;
        -moz-opacity: .1;
        -webkit-opacity: .1;
        -o-opacity: .1
    }
    30% {
        -moz-transform: rotate(0) scale(.7) skew(1deg);
        opacity: .5;
        -moz-opacity: .5;
        -webkit-opacity: .5;
        -o-opacity: .5
    }
    100% {
        -moz-transform: rotate(0) scale(1) skew(1deg);
        opacity: .6;
        -moz-opacity: .6;
        -webkit-opacity: .6;
        -o-opacity: .1
    }
}

@-webkit-keyframes cbh-circle-anim {
    0% {
        -webkit-transform: rotate(0) scale(.5) skew(1deg);
        -webkit-opacity: .1
    }
    30% {
        -webkit-transform: rotate(0) scale(.7) skew(1deg);
        -webkit-opacity: .5
    }
    100% {
        -webkit-transform: rotate(0) scale(1) skew(1deg);
        -webkit-opacity: .1
    }
}

@-o-keyframes cbh-circle-anim {
    0% {
        -o-transform: rotate(0) kscale(.5) skew(1deg);
        -o-opacity: .1
    }
    30% {
        -o-transform: rotate(0) scale(.7) skew(1deg);
        -o-opacity: .5
    }
    100% {
        -o-transform: rotate(0) scale(1) skew(1deg);
        -o-opacity: .1
    }
}

@keyframes cbh-circle-anim {
    0% {
        transform: rotate(0) scale(.5) skew(1deg);
        opacity: .1
    }
    30% {
        transform: rotate(0) scale(.7) skew(1deg);
        opacity: .5
    }
    100% {
        transform: rotate(0) scale(1) skew(1deg);
        opacity: .1
    }
}

@-moz-keyframes cbh-circle-fill-anim {
    0% {
        -moz-transform: rotate(0) scale(.7) skew(1deg);
        opacity: .2
    }
    50% {
        -moz-transform: rotate(0) -moz-scale(1) skew(1deg);
        opacity: .2
    }
    100% {
        -moz-transform: rotate(0) scale(.7) skew(1deg);
        opacity: .2
    }
}

@-webkit-keyframes cbh-circle-fill-anim {
    0% {
        -webkit-transform: rotate(0) scale(.7) skew(1deg);
        opacity: .2
    }
    50% {
        -webkit-transform: rotate(0) scale(1) skew(1deg);
        opacity: .2
    }
    100% {
        -webkit-transform: rotate(0) scale(.7) skew(1deg);
        opacity: .2
    }
}

@-o-keyframes cbh-circle-fill-anim {
    0% {
        -o-transform: rotate(0) scale(.7) skew(1deg);
        opacity: .2
    }
    50% {
        -o-transform: rotate(0) scale(1) skew(1deg);
        opacity: .2
    }
    100% {
        -o-transform: rotate(0) scale(.7) skew(1deg);
        opacity: .2
    }
}

@keyframes cbh-circle-fill-anim {
    0% {
        transform: rotate(0) scale(.7) skew(1deg);
        opacity: .2
    }
    50% {
        transform: rotate(0) scale(1) skew(1deg);
        opacity: .2
    }
    100% {
        transform: rotate(0) scale(.7) skew(1deg);
        opacity: .2
    }
}

@keyframes cbh-circle-img-anim {
    0% {
        transform: rotate(0) scale(1) skew(1deg)
    }
    10% {
        transform: rotate(-25deg) scale(1) skew(1deg)
    }
    20% {
        transform: rotate(25deg) scale(1) skew(1deg)
    }
    30% {
        transform: rotate(-25deg) scale(1) skew(1deg)
    }
    40% {
        transform: rotate(25deg) scale(1) skew(1deg)
    }
    100%, 50% {
        transform: rotate(0) scale(1) skew(1deg)
    }
}

@-moz-keyframes cbh-circle-img-anim {
    0% {
        transform: rotate(0) scale(1) skew(1deg)
    }
    10% {
        -moz-transform: rotate(-25deg) scale(1) skew(1deg)
    }
    20% {
        -moz-transform: rotate(25deg) scale(1) skew(1deg)
    }
    30% {
        -moz-transform: rotate(-25deg) scale(1) skew(1deg)
    }
    40% {
        -moz-transform: rotate(25deg) scale(1) skew(1deg)
    }
    100%, 50% {
        -moz-transform: rotate(0) scale(1) skew(1deg)
    }
}

@-webkit-keyframes cbh-circle-img-anim {
    0% {
        -webkit-transform: rotate(0) scale(1) skew(1deg)
    }
    10% {
        -webkit-transform: rotate(-25deg) scale(1) skew(1deg)
    }
    20% {
        -webkit-transform: rotate(25deg) scale(1) skew(1deg)
    }
    30% {
        -webkit-transform: rotate(-25deg) scale(1) skew(1deg)
    }
    40% {
        -webkit-transform: rotate(25deg) scale(1) skew(1deg)
    }
    100%, 50% {
        -webkit-transform: rotate(0) scale(1) skew(1deg)
    }
}

@-o-keyframes cbh-circle-img-anim {
    0% {
        -o-transform: rotate(0) scale(1) skew(1deg)
    }
    10% {
        -o-transform: rotate(-25deg) scale(1) skew(1deg)
    }
    20% {
        -o-transform: rotate(25deg) scale(1) skew(1deg)
    }
    30% {
        -o-transform: rotate(-25deg) scale(1) skew(1deg)
    }
    40% {
        -o-transform: rotate(25deg) scale(1) skew(1deg)
    }
    100%, 50% {
        -o-transform: rotate(0) scale(1) skew(1deg)
    }
}

.cbh-phone.cbh-green .cbh-ph-circle {
    border-color: rgba(0, 175, 242, 1)
}

.cbh-phone.cbh-green .cbh-ph-circle-fill {
    background-color: rgba(0, 175, 242, 1)
}

.cbh-phone.cbh-green .cbh-ph-img-circle1 {
    background-color: rgba(0, 175, 242, 1)
}

a, blockquote, body, button, code, dd, div, dl, dt, fieldset, form, h1, h2, h3, h4, h5, h6, input, legend, li, nav, ol, p, pre, td, textarea, th, ul {
    -webkit-transform-origin: center center;
    -ms-transform-origin: center center;
    -o-transform-origin: center center;
    transform-origin: center center
}

@media screen and (max-width: 991px) {
    #clbh_phone_div {
        display: none !important
    }
}

.show-message {
    font-family: Roboto-Regular, sans-serif
}

@media screen and (max-width: 991px) {
    .show-message {
        display: none !important
    }
}

.blink {
    color: red !important;
    animation-name: blinker;
    animation-duration: 1s;
    animation-timing-function: linear;
    animation-iteration-count: infinite;
    -webkit-animation-name: blinker;
    -webkit-animation-duration: 1s;
    -webkit-animation-timing-function: linear;
    -webkit-animation-iteration-count: infinite;
    -moz-animation-name: blinker;
    -moz-animation-duration: 1s;
    -moz-animation-timing-function: linear;
    -moz-animation-iteration-count: infinite;
    text-decoration: line-through
}

.show-message p {
    margin: 0 !important
}

.show-message__icon {
    width: 50px !important;
    display: inline-block;
    vertical-align: middle
}

.show-message__info {
    width: 248px;
    line-height: normal;
    display: inline-block;
    margin-left: 15px;
    color: #fff;
    vertical-align: middle;
    margin-bottom: 0;
    font-size: 19px;
    font-family: RobotoRegular, sans-serif
}

.show-message__info span {
    font-size: 20px;
    font-family: RobotoRegular, sans-serif
}

.show-message__left {
    font-size: 14px
}

.show-message__left span {
    font-size: 15px
}

.show-message_call {
    background-color: #363636
}

.show-message__info span {
    color: #fff
}

.package_left, .package_left span {
    font-size: 15px !important
}

#ouibounce-modal {
    background-color: rgba(0, 0, 0, .9)
}

.show-message_online {
    background-color: #cd5555;
    background-color: rgba(0, 0, 0, .9)
}

.show-message__inner {
    line-height: 90px;
    display: inline-block;
    vertical-align: middle
}

.show-message__item, .show-message__item-first {
    position: fixed;
    right: 20px;
    top: 120px;
    width: 318px;
    background-color: rgba(0, 0, 0, .9);
    color: #fff;
    padding: 5px;
    font-size: 14px;
    line-height: 90px;
    border-radius: 10px;
    display: none;
    z-index: 98
}

.lost_position {
    display: none !important;
    opacity: 0 !important
}

.block_position {
    display: block !important;
    opacity: 1 !important
}

@media screen and (max-width: 767px) {
    .show-message__item, .show-message__item-first {
        top: auto;
        right: 10px;
        bottom: 10px
    }

    .show-message__info {
        width: 230px
    }

    .show-message__item, .show-message__item-first {
        width: 300px
    }
}

@media screen and (max-width: 319px) {
    .show-message__item, .show-message__item-first {
        width: 225px
    }

    .show-message__info {
        width: 160px;
        margin-left: 7px;
        font-size: 15px
    }

    .show-message__info span {
        font-size: 17px
    }

    .show-message__icon {
        width: 38px !important
    }

    .show-message__info br {
        display: none
    }
}

@-moz-keyframes blinker {
    0% {
        opacity: 1
    }
    50% {
        opacity: 0
    }
    100% {
        opacity: 1
    }
}

@-webkit-keyframes blinker {
    0% {
        opacity: 1
    }
    50% {
        opacity: 0
    }
    100% {
        opacity: 1
    }
}

@keyframes blinker {
    0% {
        opacity: 1
    }
    50% {
        opacity: 0
    }
    100% {
        opacity: 1
    }
}

.mod .product-sh {
    padding-right: 42px;
    position: relative;
    top: -15px
}

.mod .product-how-much {
    float: right;
    color: #000;
    font-size: 27px;
    line-height: 27px;
    padding: 4px 9px 3px;
    margin-top: 8px;
    background: #fdda99;
    border: 1px solid #ff763c;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    font-family: Tahoma, Arial, sans-serif
}

.mod .product-sh--text {
    color: #164553;
    font-size: 14px;
    line-height: 18px;
    font-style: italic;
    padding-right: 50px
}

.mod .sale--mob {
    display: none
}

.mod .clear {
    clear: both
}

.mod .form-wrapper {
    background: url() no-repeat 0 0;
    min-height: 390px;
    margin: 0 16px;
    background-size: cover;
    -webkit-box-shadow: 4px 4px 5px 0 rgba(0, 0, 0, .43);
    -moz-box-shadow: 4px 4px 5px 0 rgba(0, 0, 0, .43);
    box-shadow: 4px 4px 5px 0 rgba(0, 0, 0, .43);
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px
}

.mod .form-wrapper:after {
    content: " ";
    clear: both;
    display: block
}

.mod .form-right--all {
    float: left;
    width: 300px;
    padding: 25px 0 10px 16px
}

.mod .form-main-title--all {
    color: #154755;
    font-size: 20px;
    line-height: 26px;
    padding-bottom: 28px
}

.mod .sale-price-wrap {
    padding-bottom: 26px
}

.mod .sale-price-wrap:after {
    content: " ";
    clear: both;
    display: block
}

.mod .sale-wrap--all {
    float: left;
    padding: 12px 6px 0 0;
    position: relative;
    z-index: 1;
    background: url() no-repeat center top;
    width: 121px;
    height: 143px;
    text-align: center;
    margin-top: 2px
}

.mod .sale-product-title--all {
    color: #fff;
    font-size: 24px;
    line-height: 24px;
    text-transform: uppercase;
    padding-bottom: 8px
}

.mod .sale-product--all {
    color: #fff;
    font-weight: 700;
    font-size: 33px !important;
    line-height: 41px !important
}

.mod .wrap-price--all {
    padding-left: 120px
}

.mod .price-old-wrap--all {
    padding: 0 0 12px 7px
}

.mod .price-old-text--all {
    color: #000;
    font-size: 16px;
    line-height: 16px;
    padding-bottom: 4px
}

.mod .price-old-x--all {
    color: #000;
    font-size: 26px;
    line-height: 36px;
    font-style: italic;
    position: relative;
    letter-spacing: -1px;
    display: inline-block;
    vertical-align: top
}

.mod .price-old-x--all:before {
    content: " ";
    width: 100%;
    height: 3px;
    background: #000;
    position: absolute;
    top: 52%;
    left: 0
}

.mod .price-new-wrap--all {
    padding: 0 0 0 6px
}

.mod .price-new-text--all {
    color: #f93e0f;
    font-size: 20px;
    line-height: 20px;
    padding-bottom: 3px
}

.mod .price-new-x--all {
    color: #f93e0f;
    font-size: 51px;
    line-height: 51px;
    font-style: italic;
    letter-spacing: -1px
}

.mod .price-new-currency--all {
    font-size: 36px;
    letter-spacing: -2px
}

.mod .form-center--all {
    float: left;
    width: 260px;
    position: relative
}

.mod .form-center--all:before {
    content: " ";
    background: url() no-repeat 0 0;
    background-size: contain;
    width: 232px;
    height: 428px;
    position: absolute;
    top: 0;
    left: 10px
}

.mod .form-left--all {
    float: right;
    width: 325px;
    padding-right: 28px
}

.mod .form-left--all form {
    width: inherit
}

.mod .form--all {
    position: relative
}

.mod .form--all:after {
    content: ' ';
    background: url() no-repeat 0 0;
    width: 30px;
    height: 49px;
    position: absolute;
    bottom: 93px;
    left: -22px
}

.mod .form-title--all {
    color: #000;
    font-size: 17px;
    line-height: 17px;
    font-style: italic;
    padding: 25px 0 14px;
    margin-right: -10px
}

.mod .price-old-currency--all {
    letter-spacing: -2px
}

.mod .input-form {
    width: 100%;
    border: none;
    -webkit-box-shadow: inset 1px 2px 0 0 rgba(0, 0, 0, .35);
    -moz-box-shadow: inset 1px 2px 0 0 rgba(0, 0, 0, .35);
    box-shadow: inset 1px 2px 0 0 rgba(0, 0, 0, .35);
    padding: 0 14px;
    height: 40px;
    color: #000;
    font-size: 14px;
    background: #fff;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    margin-bottom: 20px;
    font-family: Arial, sans-serif
}

.mod .input-form::-webkit-input-placeholder {
    color: gray
}

.mod .input-form::-moz-placeholder {
    color: gray
}

.mod .input-form:-moz-placeholder {
    color: gray
}

.mod .input-form:-ms-input-placeholder {
    color: gray
}

.mod .input-form--all {
    padding: 0 22px;
    height: 50px;
    font-size: 16px;
    line-height: 17px;
    margin-bottom: 24px
}

.mod .protection--all {
    color: #000;
    font-size: 14px;
    line-height: 14px;
    padding: 7px 78px 0 0;
    background: url() no-repeat right top;
    min-height: 26px;
    margin-top: 12px;
    margin-right: 21px
}

.mod .under-form--all {
    color: #f3da9a;
    font-size: 14px;
    line-height: 18px;
    font-style: italic;
    padding: 6px 227px 0
}

.mod .submit-form {
    width: 100%;
    border: none;
    -webkit-border-radius: 9px;
    -moz-border-radius: 9px;
    border-radius: 9px;
    background: url() repeat-x;
    height: 72px;
    color: #fff;
    font-size: 24px;
    line-height: 26px;
    cursor: pointer;
    font-family: Tahoma, Arial, sans-serif;
    padding: 1px 2px 4px;
    outline: 0;
    margin-top: 3px
}

.mod .submit-form:hover {
    opacity: .9
}

.mod .submit-form--all {
    background: url() repeat-x;
    height: 90px;
    font-size: 30px;
    line-height: 30px;
    padding: 1px 2px 8px;
    margin-top: 5px
}

@media screen and (max-width: 1000px) {
    .mod .sale--mob {
        display: block;
        height: 135px;
        position: relative;
        z-index: 15;
        width: 420px;
        margin: 0 auto
    }

    .mod .sale--mob:before {
        content: " ";
        background: url() no-repeat 0 0;
        background-size: contain;
        width: 232px;
        height: 428px;
        position: absolute;
        top: 0;
        left: -7px
    }

    .mod .sale-wrap--mob {
        float: right;
        padding: 13px 6px 0 5px;
        position: relative;
        z-index: 1;
        background: url() no-repeat center top;
        width: 144px;
        height: 156px;
        text-align: center;
        margin-top: 13px;
        margin-right: 38px;
        font-size: 34px
    }

    .mod .sale-product-title--mob {
        color: #fff;
        font-size: 28px;
        line-height: 28px;
        text-transform: uppercase;
        padding-bottom: 2px
    }

    .mod .sale-product--mob {
        color: #fff;
        font-weight: 700;
        font-size: 52px;
        line-height: 52px
    }

    .mod .sale-text--mob {
        font-style: italic;
        color: #1e4c58;
        font-size: 14px;
        line-height: 18px;
        padding-left: 228px;
        padding-top: 1px
    }

    .mod .form-wrapper {
        float: none;
        margin: 0 auto;
        width: 420px;
        min-height: 3px;
        padding: 4px;
        background: url() repeat;
        -webkit-box-shadow: 0 6px 9px 0 rgba(0, 0, 0, .5);
        -moz-box-shadow: 0 6px 9px 0 rgba(0, 0, 0, .5);
        box-shadow: 0 6px 9px 0 rgba(0, 0, 0, .5);
        -webkit-border-radius: 10px;
        -moz-border-radius: 10px;
        border-radius: 10px
    }

    .mod .form-wrapper--bg {
        padding: 92px 0 26px;
        background: #eefaf7;
        -webkit-border-radius: 8px;
        -moz-border-radius: 8px;
        border-radius: 8px
    }

    .mod .form-right--all {
        background: #c7dddc;
        margin: 0 -4px;
        float: none;
        width: auto;
        padding: 1px
    }

    .mod .form-main-title--all {
        display: none
    }

    .mod .sale-price-wrap {
        padding-bottom: 1px
    }

    .mod .sale-wrap--all {
        display: none
    }

    .mod .wrap-price--all {
        padding-left: 1px;
        margin-left: -1px
    }

    .mod .price-old-wrap--all {
        padding: 23px 0 14px 51px;
        display: inline-block;
        vertical-align: top
    }

    .mod .price-old-text--all {
        font-size: 14px;
        line-height: 14px;
        padding-bottom: 1px
    }

    .mod .price-old-x--all {
        font-size: 32px;
        line-height: 32px
    }

    .mod .price-new-wrap--all {
        padding: 6px 1px 1px 38px;
        display: inline-block;
        vertical-align: top
    }

    .mod .price-new-text--all {
        font-size: 20px;
        line-height: 20px;
        padding-bottom: 2px
    }

    .mod .price-new-x--all {
        font-size: 56px;
        line-height: 48px
    }

    .mod .price-new-currency--all {
        font-size: 41px
    }

    .mod .form-center--all {
        display: none
    }

    .mod .form-left--all {
        float: none;
        width: auto;
        margin: 0 auto;
        padding-right: 1px
    }

    .mod .form--all {
        padding: 0 26px
    }

    .mod .form--all:after {
        background: url() no-repeat 0 0;
        width: 51px;
        height: 81px;
        bottom: 96px;
        left: -24px
    }

    .mod .form-title--all {
        font-size: 20px;
        line-height: 20px;
        padding: 12px 0 14px
    }

    .mod .input-form {
        padding: 0 21px;
        height: 62px;
        font-size: 22px;
        line-height: 23px;
        margin-bottom: 21px
    }

    .mod .protection--all {
        font-size: 18px;
        line-height: 18px;
        padding: 9px 112px 0 0;
        background: url() no-repeat right top;
        min-height: 34px;
        margin: 17px 26px 0
    }

    .mod .under-form--all {
        display: none
    }

    .mod .submit-form {
        background: url() repeat-x;
        height: 110px;
        font-size: 36px;
        line-height: 39px;
        padding: 1px 2px 12px;
        margin-top: 2px;
        -webkit-border-radius: 6px;
        -moz-border-radius: 6px;
        border-radius: 6px
    }
}

@media screen and (max-width: 479px) {
    .mod .sale--mob {
        height: 100px;
        width: 310px
    }

    .mod .sale--mob:before {
        display: none
    }

    .mod .sale-wrap--mob {
        float: none;
        margin: 0 auto;
        font-size: 34px
    }

    .mod .sale-text--mob {
        display: none
    }

    .mod .form-wrapper {
        width: 300px
    }

    .mod .form-wrapper--bg {
        padding: 44px 0 15px
    }

    .mod .form-right--all {
        text-align: center
    }

    .mod .price-old-wrap--all {
        padding: 23px 0 14px 3px
    }

    .mod .price-old-text--all {
        font-size: 12px;
        line-height: 12px;
        padding-bottom: 1px;
        text-align: left
    }

    .mod .price-old-x--all {
        font-size: 28px;
        line-height: 28px;
        text-align: left
    }

    .mod .price-new-wrap--all {
        padding: 6px 3px 3px 12px
    }

    .mod .price-new-text--all {
        font-size: 18px;
        line-height: 18px;
        padding-bottom: 2px;
        text-align: left
    }

    .mod .price-new-x--all {
        font-size: 46px;
        line-height: 46px;
        text-align: left
    }

    .mod .price-new-currency--all {
        font-size: 38px
    }

    .mod .form--all {
        padding: 0 10px
    }

    .mod .form--all:after {
        background: url() no-repeat 0 0;
        width: 30px;
        height: 49px;
        bottom: 93px;
        left: -14px
    }

    .mod .form-title--all {
        font-size: 15px;
        line-height: 18px;
        padding: 12px 0 14px
    }

    .mod .input-form {
        padding: 0 11px;
        height: 48px;
        font-size: 16px;
        line-height: 17px;
        margin-bottom: 8px;
        -webkit-box-shadow: inset 0 2px 0 0 rgba(0, 0, 0, .35);
        -moz-box-shadow: inset 0 2px 0 0 rgba(0, 0, 0, .35);
        box-shadow: inset 0 2px 0 0 rgba(0, 0, 0, .35)
    }

    .mod .protection--all {
        font-size: 16px;
        line-height: 16px;
        text-align: center;
        padding: 1px 1px 26px 0;
        background: url() no-repeat center bottom;
        min-height: 22px;
        margin: 14px 10px 0
    }

    .mod .submit-form {
        height: 85px;
        font-size: 28px;
        line-height: 30px;
        padding: 1px 2px 6px;
        margin-top: 6px;
        background-size: contain
    }
}

@media screen and (max-width: 319px) {
    .mod .sale--mob {
        height: 76px;
        width: 230px
    }

    .mod .sale-wrap--mob {
        padding: 10px 4px 0;
        background: url() no-repeat center top;
        width: 114px;
        height: 124px;
        font-size: 34px
    }

    .mod .sale-product-title--mob {
        font-size: 22px;
        line-height: 22px;
        padding-bottom: 3px
    }

    .mod .sale-product--mob {
        font-size: 42px;
        line-height: 42px
    }

    .mod .form-wrapper {
        width: 220px
    }

    .mod .form-wrapper--bg {
        padding: 38px 0 8px
    }

    .mod .price-old-wrap--all {
        padding: 16px 0 11px
    }

    .mod .price-old-text--all {
        font-size: 10px;
        line-height: 10px;
        padding-bottom: 1px
    }

    .mod .price-old-x--all {
        font-size: 23px;
        line-height: 23px
    }

    .mod .price-new-wrap--all {
        padding: 4px 0 0 7px
    }

    .mod .price-new-text--all {
        font-size: 16px;
        line-height: 16px;
        padding-bottom: 2px
    }

    .mod .price-new-x--all {
        font-size: 38px;
        line-height: 38px
    }

    .mod .price-new-currency--all {
        font-size: 30px
    }

    .mod .form--all {
        padding: 0 6px
    }

    .mod .form-title--all {
        font-size: 14px;
        line-height: 18px;
        padding: 7px 2px 10px
    }

    .mod .form-title--all span {
        display: block
    }

    .mod .protection--all {
        font-size: 14px;
        line-height: 14px;
        padding: 1px 1px 28px 0;
        margin: 6px 4px 0
    }
}

input[type=number] {
    -moz-appearance: textfield
}

input::-webkit-inner-spin-button, input::-webkit-outer-spin-button {
    -webkit-appearance: none
}

div, form, input, p, span {
    margin: 0;
    padding: 0;
    outline: 0;
    font-size: 100%;
    font-weight: 400;
    background: 0 0;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

.hide-forever {
    display: none !important
}

.modal_mouse_out, .modal_phone {
    display: none;
    position: fixed;
    left: 0;
    top: 0;
    overflow: auto !important;
    width: 100%;
    height: 100%;
    z-index: 100;
    background-color: rgba(25, 25, 25, .8)
}

.close-modal {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 101;
    cursor: pointer
}

.close-img {
    content: " ";
    position: absolute;
    background: url(https://online24shops.com/benormx_1uah_1/img/strw_close_modal.png) no-repeat 0 0;
    width: 32px;
    height: 32px;
    top: -6px;
    right: 10px;
    cursor: pointer;
    z-index: 103
}

.mod {
    position: absolute;
    top: 15%;
    left: 50%;
    -ms-transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    margin-bottom: 20px;
    z-index: 102;
    width: 960px;
    line-height: 1;
    font-size: 16px;
    font-weight: 400;
    font-family: Arial, sans-serif
}

.cbh-phone {
    position: fixed;
    right: 10px;
    bottom: 10px;
    visibility: hidden;
    background-color: transparent;
    width: 200px;
    height: 200px;
    cursor: pointer;
    z-index: 99;
    -webkit-backface-visibility: hidden;
    -webkit-transform: translateZ(0);
    -webkit-transition: visibility .5s;
    -moz-transition: visibility .5s;
    -o-transition: visibility .5s;
    transition: visibility .5s
}

@-webkit-keyframes fadeInRight {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(100%, 0, 0);
        transform: translate3d(100%, 0, 0)
    }
    100% {
        opacity: 1;
        -webkit-transform: none;
        transform: none
    }
}

@keyframes fadeInRight {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(100%, 0, 0);
        -ms-transform: translate3d(100%, 0, 0);
        transform: translate3d(100%, 0, 0)
    }
    100% {
        opacity: 1;
        -webkit-transform: none;
        -ms-transform: none;
        transform: none
    }
}

@-webkit-keyframes fadeInRightBig {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(2000px, 0, 0);
        transform: translate3d(2000px, 0, 0)
    }
    100% {
        opacity: 1;
        -webkit-transform: none;
        transform: none
    }
}

@-webkit-keyframes fadeOutRight {
    0% {
        opacity: 1
    }
    100% {
        opacity: 0;
        -webkit-transform: translate3d(100%, 0, 0);
        transform: translate3d(100%, 0, 0)
    }
}

@keyframes fadeOutRight {
    0% {
        opacity: 1
    }
    100% {
        opacity: 0;
        -webkit-transform: translate3d(100%, 0, 0);
        -ms-transform: translate3d(100%, 0, 0);
        transform: translate3d(100%, 0, 0)
    }
}

.fadeOutRight {
    -webkit-animation-name: fadeOutRight;
    animation-name: fadeOutRight
}

.cbh-phone.cbh-static1 {
    opacity: .6
}

.cbh-phone.cbh-hover1 {
    opacity: 1
}

.cbh-ph-circle {
    width: 160px;
    height: 160px;
    top: 20px;
    left: 20px;
    position: absolute;
    background-color: transparent;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    border-radius: 100%;
    border: 2px solid rgba(30, 30, 30, .4);
    opacity: .1;
    -webkit-animation: cbh-circle-anim 1.2s infinite ease-in-out;
    -moz-animation: cbh-circle-anim 1.2s infinite ease-in-out;
    -ms-animation: cbh-circle-anim 1.2s infinite ease-in-out;
    -o-animation: cbh-circle-anim 1.2s infinite ease-in-out;
    animation: cbh-circle-anim 1.2s infinite ease-in-out;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s
}

.cbh-phone.cbh-active .cbh-ph-circle1 {
    -webkit-animation: cbh-circle-anim 1.1s infinite ease-in-out !important;
    -moz-animation: cbh-circle-anim 1.1s infinite ease-in-out !important;
    -ms-animation: cbh-circle-anim 1.1s infinite ease-in-out !important;
    -o-animation: cbh-circle-anim 1.1s infinite ease-in-out !important;
    animation: cbh-circle-anim 1.1s infinite ease-in-out !important
}

.cbh-phone.cbh-static .cbh-ph-circle {
    -webkit-animation: cbh-circle-anim 2.2s infinite ease-in-out !important;
    -moz-animation: cbh-circle-anim 2.2s infinite ease-in-out !important;
    -ms-animation: cbh-circle-anim 2.2s infinite ease-in-out !important;
    -o-animation: cbh-circle-anim 2.2s infinite ease-in-out !important;
    animation: cbh-circle-anim 2.2s infinite ease-in-out !important
}

.cbh-phone.cbh-hover .cbh-ph-circle {
    border-color: rgba(0, 175, 242, 1);
    opacity: .5
}

.cbh-phone.cbh-green.cbh-hover .cbh-ph-circle {
    border-color: rgba(117, 235, 80, 1);
    opacity: .5
}

.cbh-phone.cbh-green .cbh-ph-circle {
    border-color: rgba(0, 175, 242, 1);
    opacity: .5
}

.cbh-phone.cbh-gray.cbh-hover .cbh-ph-circle {
    border-color: rgba(204, 204, 204, 1);
    opacity: .5
}

.cbh-phone.cbh-gray .cbh-ph-circle {
    border-color: rgba(117, 235, 80, 1);
    opacity: .5
}

.cbh-ph-circle-fill {
    width: 100px;
    height: 100px;
    top: 50px;
    left: 50px;
    position: absolute;
    background-color: #000;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    border-radius: 100%;
    border: 2px solid transparent;
    opacity: .1;
    -webkit-animation: cbh-circle-fill-anim 2.3s infinite ease-in-out;
    -moz-animation: cbh-circle-fill-anim 2.3s infinite ease-in-out;
    -ms-animation: cbh-circle-fill-anim 2.3s infinite ease-in-out;
    -o-animation: cbh-circle-fill-anim 2.3s infinite ease-in-out;
    animation: cbh-circle-fill-anim 2.3s infinite ease-in-out;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s
}

.cbh-phone.cbh-active .cbh-ph-circle-fill {
    -webkit-animation: cbh-circle-fill-anim 1.7s infinite ease-in-out !important;
    -moz-animation: cbh-circle-fill-anim 1.7s infinite ease-in-out !important;
    -ms-animation: cbh-circle-fill-anim 1.7s infinite ease-in-out !important;
    -o-animation: cbh-circle-fill-anim 1.7s infinite ease-in-out !important;
    animation: cbh-circle-fill-anim 1.7s infinite ease-in-out !important
}

.cbh-phone.cbh-static .cbh-ph-circle-fill {
    -webkit-animation: cbh-circle-fill-anim 2.3s infinite ease-in-out !important;
    -moz-animation: cbh-circle-fill-anim 2.3s infinite ease-in-out !important;
    -ms-animation: cbh-circle-fill-anim 2.3s infinite ease-in-out !important;
    -o-animation: cbh-circle-fill-anim 2.3s infinite ease-in-out !important;
    animation: cbh-circle-fill-anim 2.3s infinite ease-in-out !important;
    opacity: 0 !important
}

.cbh-phone.cbh-hover .cbh-ph-circle-fill {
    background-color: rgba(0, 175, 242, .5);
    opacity: .75 !important
}

.cbh-phone.cbh-green.cbh-hover .cbh-ph-circle-fill {
    background-color: rgba(117, 235, 80, .5);
    opacity: .75 !important
}

.cbh-phone.cbh-green .cbh-ph-circle-fill {
    background-color: rgba(0, 175, 242, .5);
    opacity: .75 !important
}

.cbh-phone.cbh-gray.cbh-hover .cbh-ph-circle-fill {
    background-color: rgba(204, 204, 204, .5);
    opacity: .75 !important
}

.cbh-phone.cbh-gray .cbh-ph-circle-fill {
    background-color: rgba(117, 235, 80, .5);
    opacity: .75 !important
}

.cbh-ph-img-circle1 {
    width: 60px;
    height: 60px;
    top: 70px;
    left: 70px;
    position: absolute;
    background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADIAAAAyCAYAAAAeP4ixAAAACXBIWXMAAAsTAAALEwEAmpwYAAABNmlDQ1BQaG90b3Nob3AgSUNDIHByb2ZpbGUAAHjarY6xSsNQFEDPi6LiUCsEcXB4kygotupgxqQtRRCs1SHJ1qShSmkSXl7VfoSjWwcXd7/AyVFwUPwC/0Bx6uAQIYODCJ7p3MPlcsGo2HWnYZRhEGvVbjrS9Xw5+8QMUwDQCbPUbrUOAOIkjvjB5ysC4HnTrjsN/sZ8mCoNTIDtbpSFICpA/0KnGsQYMIN+qkHcAaY6addAPAClXu4vQCnI/Q0oKdfzQXwAZs/1fDDmADPIfQUwdXSpAWpJOlJnvVMtq5ZlSbubBJE8HmU6GmRyPw4TlSaqo6MukP8HwGK+2G46cq1qWXvr/DOu58vc3o8QgFh6LFpBOFTn3yqMnd/n4sZ4GQ5vYXpStN0ruNmAheuirVahvAX34y/Axk/96FpPYgAAACBjSFJNAAB6JQAAgIMAAPn/AACA6AAAUggAARVYAAA6lwAAF2/XWh+QAAAB/ElEQVR42uya7W3CMBCG31QM4A1aNggTlG6QbpBMkHYC1AloJ4BOABuEDcgGtBOETnD9c1ERCH/lwxeaV8oPFGP86Hy+DxMREW5Bd7gRjSDSNGn4/RiAOvm8C0ZCRD5PSkQVXSr1nK/xE3mcWimA1ZV3JYBZCIO4giQANoYxMwYS6+xKY4lT5dJPreWZY+uspqSCKPYN27GJVBDXheVSQe494ksiEWTuMXcu1dld9SARxDX1OAJ4lgjy4zDnFsC076A4adEiRwAZg4hOUSpNoCsBPDGM+HqkNGynYBCuILuWj+dgWysGsNe8nwL4GsrW0m2fxZBq9rW0rNcX5MOQ9eZD8JFahcG5g/iKT671alGAYQggpYWvpEPYWrU/HDTOfeRIX0q2SL3QN4tGhZJukVobQyXYWw7WtLDKDIuM+ZSzscyCE9PCy5IttCvnZNaeiGLNHKuz8ZVh/MXTVu/1xQKmIqLEAuJ0fNo3iG5B51oSkeKnsBi/4bG9gYB/lCytU5G9DryFW+3Gm+JLwU7ehbJrwTjq4DJU8bHcVbEV9dXXqqP6uqO5e2/QZRYJpqu2IUAA4B3tXvx8hgKp05QZW6dJqrLTNkB6vrRURLRwPHqtYgkC3cLWQAcDQGGKH13FER/NATzi786+BPDNjm1dMkfjn2pGkBHkf4D8DgBJDuDHx9BN+gAAAABJRU5ErkJggg==);
    background-color: rgba(30, 30, 30, .1);
    background-position: center center;
    background-repeat: no-repeat;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    border-radius: 100%;
    border: 2px solid transparent;
    opacity: .7;
    -webkit-animation: cbh-circle-img-anim 1s infinite ease-in-out;
    -moz-animation: cbh-circle-img-anim 1s infinite ease-in-out;
    -ms-animation: cbh-circle-img-anim 1s infinite ease-in-out;
    -o-animation: cbh-circle-img-anim 1s infinite ease-in-out;
    animation: cbh-circle-img-anim 1s infinite ease-in-out
}

.cbh-phone.cbh-active .cbh-ph-img-circle1 {
    -webkit-animation: cbh-circle-img-anim 1s infinite ease-in-out !important;
    -moz-animation: cbh-circle-img-anim 1s infinite ease-in-out !important;
    -ms-animation: cbh-circle-img-anim 1s infinite ease-in-out !important;
    -o-animation: cbh-circle-img-anim 1s infinite ease-in-out !important;
    animation: cbh-circle-img-anim 1s infinite ease-in-out !important
}

.cbh-phone.cbh-static .cbh-ph-img-circle1 {
    -webkit-animation: cbh-circle-img-anim 0 infinite ease-in-out !important;
    -moz-animation: cbh-circle-img-anim 0 infinite ease-in-out !important;
    -ms-animation: cbh-circle-img-anim 0 infinite ease-in-out !important;
    -o-animation: cbh-circle-img-anim 0 infinite ease-in-out !important;
    animation: cbh-circle-img-anim 0 infinite ease-in-out !important
}

.cbh-phone.cbh-hover .cbh-ph-img-circle1 {
    background-color: rgba(0, 175, 242, 1)
}

.cbh-phone.cbh-green.cbh-hover .cbh-ph-img-circle1:hover {
    background-color: rgba(117, 235, 80, 1)
}

.cbh-phone.cbh-green .cbh-ph-img-circle1 {
    background-color: rgba(0, 175, 242, 1);
    background-color: rgba(0, 175, 242, 1)
}

.cbh-phone.cbh-gray.cbh-hover .cbh-ph-img-circle1 {
    background-color: rgba(204, 204, 204, 1)
}

.cbh-phone.cbh-gray .cbh-ph-img-circle1 {
    background-color: rgba(117, 235, 80, 1)
}

@-moz-keyframes cbh-circle-anim {
    0% {
        -moz-transform: rotate(0) scale(.5) skew(1deg);
        opacity: .1;
        -moz-opacity: .1;
        -webkit-opacity: .1;
        -o-opacity: .1
    }
    30% {
        -moz-transform: rotate(0) scale(.7) skew(1deg);
        opacity: .5;
        -moz-opacity: .5;
        -webkit-opacity: .5;
        -o-opacity: .5
    }
    100% {
        -moz-transform: rotate(0) scale(1) skew(1deg);
        opacity: .6;
        -moz-opacity: .6;
        -webkit-opacity: .6;
        -o-opacity: .1
    }
}

@-webkit-keyframes cbh-circle-anim {
    0% {
        -webkit-transform: rotate(0) scale(.5) skew(1deg);
        -webkit-opacity: .1
    }
    30% {
        -webkit-transform: rotate(0) scale(.7) skew(1deg);
        -webkit-opacity: .5
    }
    100% {
        -webkit-transform: rotate(0) scale(1) skew(1deg);
        -webkit-opacity: .1
    }
}

@-o-keyframes cbh-circle-anim {
    0% {
        -o-transform: rotate(0) kscale(.5) skew(1deg);
        -o-opacity: .1
    }
    30% {
        -o-transform: rotate(0) scale(.7) skew(1deg);
        -o-opacity: .5
    }
    100% {
        -o-transform: rotate(0) scale(1) skew(1deg);
        -o-opacity: .1
    }
}

@keyframes cbh-circle-anim {
    0% {
        transform: rotate(0) scale(.5) skew(1deg);
        opacity: .1
    }
    30% {
        transform: rotate(0) scale(.7) skew(1deg);
        opacity: .5
    }
    100% {
        transform: rotate(0) scale(1) skew(1deg);
        opacity: .1
    }
}

@-moz-keyframes cbh-circle-fill-anim {
    0% {
        -moz-transform: rotate(0) scale(.7) skew(1deg);
        opacity: .2
    }
    50% {
        -moz-transform: rotate(0) -moz-scale(1) skew(1deg);
        opacity: .2
    }
    100% {
        -moz-transform: rotate(0) scale(.7) skew(1deg);
        opacity: .2
    }
}

@-webkit-keyframes cbh-circle-fill-anim {
    0% {
        -webkit-transform: rotate(0) scale(.7) skew(1deg);
        opacity: .2
    }
    50% {
        -webkit-transform: rotate(0) scale(1) skew(1deg);
        opacity: .2
    }
    100% {
        -webkit-transform: rotate(0) scale(.7) skew(1deg);
        opacity: .2
    }
}

@-o-keyframes cbh-circle-fill-anim {
    0% {
        -o-transform: rotate(0) scale(.7) skew(1deg);
        opacity: .2
    }
    50% {
        -o-transform: rotate(0) scale(1) skew(1deg);
        opacity: .2
    }
    100% {
        -o-transform: rotate(0) scale(.7) skew(1deg);
        opacity: .2
    }
}

@keyframes cbh-circle-fill-anim {
    0% {
        transform: rotate(0) scale(.7) skew(1deg);
        opacity: .2
    }
    50% {
        transform: rotate(0) scale(1) skew(1deg);
        opacity: .2
    }
    100% {
        transform: rotate(0) scale(.7) skew(1deg);
        opacity: .2
    }
}

@keyframes cbh-circle-img-anim {
    0% {
        transform: rotate(0) scale(1) skew(1deg)
    }
    10% {
        transform: rotate(-25deg) scale(1) skew(1deg)
    }
    20% {
        transform: rotate(25deg) scale(1) skew(1deg)
    }
    30% {
        transform: rotate(-25deg) scale(1) skew(1deg)
    }
    40% {
        transform: rotate(25deg) scale(1) skew(1deg)
    }
    100%, 50% {
        transform: rotate(0) scale(1) skew(1deg)
    }
}

@-moz-keyframes cbh-circle-img-anim {
    0% {
        transform: rotate(0) scale(1) skew(1deg)
    }
    10% {
        -moz-transform: rotate(-25deg) scale(1) skew(1deg)
    }
    20% {
        -moz-transform: rotate(25deg) scale(1) skew(1deg)
    }
    30% {
        -moz-transform: rotate(-25deg) scale(1) skew(1deg)
    }
    40% {
        -moz-transform: rotate(25deg) scale(1) skew(1deg)
    }
    100%, 50% {
        -moz-transform: rotate(0) scale(1) skew(1deg)
    }
}

@-webkit-keyframes cbh-circle-img-anim {
    0% {
        -webkit-transform: rotate(0) scale(1) skew(1deg)
    }
    10% {
        -webkit-transform: rotate(-25deg) scale(1) skew(1deg)
    }
    20% {
        -webkit-transform: rotate(25deg) scale(1) skew(1deg)
    }
    30% {
        -webkit-transform: rotate(-25deg) scale(1) skew(1deg)
    }
    40% {
        -webkit-transform: rotate(25deg) scale(1) skew(1deg)
    }
    100%, 50% {
        -webkit-transform: rotate(0) scale(1) skew(1deg)
    }
}

@-o-keyframes cbh-circle-img-anim {
    0% {
        -o-transform: rotate(0) scale(1) skew(1deg)
    }
    10% {
        -o-transform: rotate(-25deg) scale(1) skew(1deg)
    }
    20% {
        -o-transform: rotate(25deg) scale(1) skew(1deg)
    }
    30% {
        -o-transform: rotate(-25deg) scale(1) skew(1deg)
    }
    40% {
        -o-transform: rotate(25deg) scale(1) skew(1deg)
    }
    100%, 50% {
        -o-transform: rotate(0) scale(1) skew(1deg)
    }
}

.cbh-phone.cbh-green .cbh-ph-circle {
    border-color: rgba(0, 175, 242, 1)
}

.cbh-phone.cbh-green .cbh-ph-circle-fill {
    background-color: rgba(0, 175, 242, 1)
}

.cbh-phone.cbh-green .cbh-ph-img-circle1 {
    background-color: rgba(0, 175, 242, 1)
}

a, blockquote, body, button, code, dd, div, dl, dt, fieldset, form, h1, h2, h3, h4, h5, h6, input, legend, li, nav, ol, p, pre, td, textarea, th, ul {
    -webkit-transform-origin: center center;
    -ms-transform-origin: center center;
    -o-transform-origin: center center;
    transform-origin: center center
}

@media screen and (max-width: 991px) {
    #clbh_phone_div {
        display: none !important
    }
}

.show-message {
    font-family: Roboto-Regular, sans-serif
}

.blink {
    color: red !important;
    animation-name: blinker;
    animation-duration: 1s;
    animation-timing-function: linear;
    animation-iteration-count: infinite;
    -webkit-animation-name: blinker;
    -webkit-animation-duration: 1s;
    -webkit-animation-timing-function: linear;
    -webkit-animation-iteration-count: infinite;
    -moz-animation-name: blinker;
    -moz-animation-duration: 1s;
    -moz-animation-timing-function: linear;
    -moz-animation-iteration-count: infinite;
    text-decoration: line-through
}

.show-message p {
    margin: 0 !important
}

.show-message__icon {
    width: 50px !important;
    display: inline-block;
    vertical-align: middle
}

.show-message__info {
    width: 248px;
    line-height: normal;
    display: inline-block;
    margin-left: 15px;
    color: #fff;
    vertical-align: middle;
    margin-bottom: 0;
    font-size: 19px;
    font-family: RobotoRegular, sans-serif
}

.show-message__info span {
    font-size: 20px;
    font-family: RobotoRegular, sans-serif
}

.show-message__left {
    font-size: 14px
}

.show-message__left span {
    font-size: 15px
}

.show-message_call {
    background-color: #363636
}

.show-message__info span {
    color: #fff
}

.package_left, .package_left span {
    font-size: 15px !important
}

#ouibounce-modal {
    background-color: rgba(0, 0, 0, .9)
}

.show-message_online {
    background-color: #cd5555;
    background-color: rgba(0, 0, 0, .9)
}

.show-message__inner {
    line-height: 90px;
    display: inline-block;
    vertical-align: middle
}

.show-message__item, .show-message__item-first {
    position: fixed;
    right: 20px;
    top: 120px;
    width: 318px;
    background-color: rgba(0, 0, 0, .9);
    color: #fff;
    padding: 5px;
    font-size: 14px;
    line-height: 90px;
    border-radius: 10px;
    display: none;
    z-index: 98
}

.lost_position {
    display: none !important;
    opacity: 0 !important
}

.block_position {
    display: block !important;
    opacity: 1 !important
}

@media screen and (max-width: 767px) {
    .show-message__item, .show-message__item-first {
        top: auto;
        right: 10px;
        bottom: 10px
    }

    .show-message__info {
        width: 230px
    }

    .show-message__item, .show-message__item-first {
        width: 300px
    }
}

@media screen and (max-width: 319px) {
    .show-message__item, .show-message__item-first {
        width: 225px
    }

    .show-message__info {
        width: 160px;
        margin-left: 7px;
        font-size: 15px
    }

    .show-message__info span {
        font-size: 17px
    }

    .show-message__icon {
        width: 38px !important
    }

    .show-message__info br {
        display: none
    }
}

@-moz-keyframes blinker {
    0% {
        opacity: 1
    }
    50% {
        opacity: 0
    }
    100% {
        opacity: 1
    }
}

@-webkit-keyframes blinker {
    0% {
        opacity: 1
    }
    50% {
        opacity: 0
    }
    100% {
        opacity: 1
    }
}

@keyframes blinker {
    0% {
        opacity: 1
    }
    50% {
        opacity: 0
    }
    100% {
        opacity: 1
    }
}

.product-sh {
    padding-right: 42px
}

.product-how-much {
    float: right;
    color: #000;
    font-size: 27px;
    line-height: 27px;
    padding: 4px 9px 3px;
    margin-top: 8px;
    background: #fdda99;
    border: 1px solid #ff763c;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    font-family: Tahoma, Arial, sans-serif
}

.product-sh--text {
    color: #164553;
    font-size: 14px;
    line-height: 18px;
    font-style: italic;
    padding-right: 50px
}

.sale--mob {
    display: none
}

.clear {
    clear: both
}

.form-wrapper {
    background: url(https://online24shops.com/benormx_1uah_1/img/strw_form_bg.png) no-repeat 0 0;
    min-height: 362px;
    margin: 0 16px;
    -webkit-box-shadow: 4px 4px 5px 0 rgba(0, 0, 0, .43);
    -moz-box-shadow: 4px 4px 5px 0 rgba(0, 0, 0, .43);
    box-shadow: 4px 4px 5px 0 rgba(0, 0, 0, .43);
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px
}

.form-wrapper:after {
    content: " ";
    clear: both;
    display: block
}

.form-right--all {
    float: left;
    width: 300px;
    padding: 25px 0 10px 16px
}

.form-main-title--all {
    color: #154755;
    font-size: 20px;
    line-height: 26px;
    padding-bottom: 28px
}

.sale-price-wrap {
    padding-bottom: 26px
}

.sale-price-wrap:after {
    content: " ";
    clear: both;
    display: block
}

.sale-wrap--all {
    float: left;
    padding: 12px 6px 0 0;
    position: relative;
    z-index: 1;
    background: url(https://online24shops.com/benormx_1uah_1/img/strw_sale_bg.png) no-repeat center top;
    width: 121px;
    height: 143px;
    text-align: center;
    margin-top: 2px
}

.sale-product-title--all {
    color: #fff;
    font-size: 24px;
    line-height: 24px;
    text-transform: uppercase;
    padding-bottom: 8px
}

.sale-product--all {
    color: #fff;
    font-weight: 700;
    font-size: 36px !important;
    line-height: 36px !important
}

.wrap-price--all {
    padding-left: 120px
}

.price-old-wrap--all {
    padding: 0 0 12px 7px
}

.price-old-text--all {
    color: #000;
    font-size: 16px;
    line-height: 16px;
    padding-bottom: 4px
}

.price-old-x--all {
    color: #000;
    font-size: 36px;
    line-height: 36px;
    font-style: italic;
    position: relative;
    letter-spacing: -1px;
    display: inline-block;
    vertical-align: top
}

.price-old-x--all:before {
    content: " ";
    width: 100%;
    height: 3px;
    background: #000;
    position: absolute;
    top: 52%;
    left: 0
}

.price-new-wrap--all {
    padding: 0 0 0 6px
}

.price-new-text--all {
    color: #f93e0f;
    font-size: 20px;
    line-height: 20px;
    padding-bottom: 3px
}

.price-new-x--all {
    color: #f93e0f;
    font-size: 51px;
    line-height: 51px;
    font-style: italic;
    letter-spacing: -1px
}

.price-new-currency--all {
    font-size: 36px;
    letter-spacing: -2px
}

.form-center--all {
    float: left;
    width: 260px;
    position: relative
}

.form-center--all:before {
    content: " ";
    background: url(https://online24shops.com/benormx_1uah_1/img/strw_product.png) no-repeat 0 0;
    width: 317px;
    height: 387px;
    position: absolute;
    top: 4px;
    left: -6px
}

.form-left--all {
    float: right;
    width: 325px;
    padding-right: 28px
}

.form-left--all form {
    width: inherit
}

.form--all {
    position: relative
}

.form--all:after {
    content: ' ';
    background: url(https://online24shops.com/benormx_1uah_1/img/strw_arrow.png) no-repeat 0 0;
    width: 30px;
    height: 49px;
    position: absolute;
    bottom: 93px;
    left: -22px
}

.form-title--all {
    color: #000;
    font-size: 17px;
    line-height: 17px;
    font-style: italic;
    padding: 25px 0 14px;
    margin-right: -10px
}

.price-old-currency--all {
    letter-spacing: -2px
}

.input-form {
    width: 100%;
    border: none;
    -webkit-box-shadow: inset 1px 2px 0 0 rgba(0, 0, 0, .35);
    -moz-box-shadow: inset 1px 2px 0 0 rgba(0, 0, 0, .35);
    box-shadow: inset 1px 2px 0 0 rgba(0, 0, 0, .35);
    padding: 0 14px;
    height: 40px;
    color: #000;
    font-size: 14px;
    background: #fff;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    margin-bottom: 20px;
    font-family: Arial, sans-serif
}

.input-form::-webkit-input-placeholder {
    color: gray
}

.input-form::-moz-placeholder {
    color: gray
}

.input-form:-moz-placeholder {
    color: gray
}

.input-form:-ms-input-placeholder {
    color: gray
}

.input-form--all {
    padding: 0 22px;
    height: 50px;
    font-size: 16px;
    line-height: 17px;
    margin-bottom: 24px
}

.protection--all {
    color: #000;
    font-size: 14px;
    line-height: 14px;
    padding: 7px 78px 0 0;
    background: url(https://online24shops.com/benormx_1uah_1/img/strw_protect.png) no-repeat right top;
    min-height: 26px;
    margin-top: 12px;
    margin-right: 21px
}

.under-form--all {
    color: #f3da9a;
    font-size: 14px;
    line-height: 18px;
    font-style: italic;
    padding: 6px 227px 0
}

.submit-form {
    width: 100%;
    border: none;
    -webkit-border-radius: 9px;
    -moz-border-radius: 9px;
    border-radius: 9px;
    background: url(https://online24shops.com/benormx_1uah_1/img/strw_button.png) repeat-x;
    height: 72px;
    color: #fff;
    font-size: 24px;
    line-height: 26px;
    cursor: pointer;
    font-family: Tahoma, Arial, sans-serif;
    padding: 1px 2px 4px;
    outline: 0;
    margin-top: 3px
}

.submit-form:hover {
    opacity: .9
}

.submit-form--all {
    background: url(https://online24shops.com/benormx_1uah_1/img/strw_button_2.png) repeat-x;
    height: 90px;
    font-size: 30px;
    line-height: 30px;
    padding: 1px 2px 8px;
    margin-top: 5px
}

@media screen and (max-width: 1000px) {
    .sale--mob {
        display: block;
        height: 135px;
        position: relative;
        z-index: 15;
        width: 420px;
        margin: 0 auto
    }

    .sale--mob:before {
        content: " ";
        background: url(https://online24shops.com/benormx_1uah_1/img/strw_product_mob.png) no-repeat 0 0;
        width: 202px;
        height: 248px;
        position: absolute;
        top: 0;
        left: 33px
    }

    .sale-wrap--mob {
        float: right;
        padding: 13px 6px 0 5px;
        position: relative;
        z-index: 1;
        background: url(https://online24shops.com/benormx_1uah_1/img/strw_sale_bg_mob.png) no-repeat center top;
        width: 144px;
        height: 156px;
        text-align: center;
        margin-top: 13px;
        margin-right: 38px
    }

    .sale-product-title--mob {
        color: #fff;
        font-size: 28px;
        line-height: 28px;
        text-transform: uppercase;
        padding-bottom: 2px
    }

    .sale-product--mob {
        color: #fff;
        font-weight: 700;
        font-size: 52px;
        line-height: 52px
    }

    .sale-text--mob {
        font-style: italic;
        color: #1e4c58;
        font-size: 14px;
        line-height: 18px;
        padding-left: 228px;
        padding-top: 1px
    }

    .form-wrapper {
        float: none;
        margin: 0 auto;
        width: 420px;
        min-height: 3px;
        padding: 4px;
        background: url(https://online24shops.com/benormx_1uah_1/img/strw_form_top_bg.png) repeat;
        -webkit-box-shadow: 0 6px 9px 0 rgba(0, 0, 0, .5);
        -moz-box-shadow: 0 6px 9px 0 rgba(0, 0, 0, .5);
        box-shadow: 0 6px 9px 0 rgba(0, 0, 0, .5);
        -webkit-border-radius: 10px;
        -moz-border-radius: 10px;
        border-radius: 10px
    }

    .form-wrapper--bg {
        padding: 92px 0 26px;
        background: #eefaf7;
        -webkit-border-radius: 8px;
        -moz-border-radius: 8px;
        border-radius: 8px
    }

    .form-right--all {
        background: #c7dddc;
        margin: 0 -4px;
        float: none;
        width: auto;
        padding: 1px
    }

    .form-main-title--all {
        display: none
    }

    .sale-price-wrap {
        padding-bottom: 1px
    }

    .sale-wrap--all {
        display: none
    }

    .wrap-price--all {
        padding-left: 1px;
        margin-left: -1px
    }

    .price-old-wrap--all {
        padding: 23px 0 14px 51px;
        display: inline-block;
        vertical-align: top
    }

    .price-old-text--all {
        font-size: 14px;
        line-height: 14px;
        padding-bottom: 1px
    }

    .price-old-x--all {
        font-size: 32px;
        line-height: 32px
    }

    .price-new-wrap--all {
        padding: 6px 1px 1px 38px;
        display: inline-block;
        vertical-align: top
    }

    .price-new-text--all {
        font-size: 20px;
        line-height: 20px;
        padding-bottom: 2px
    }

    .price-new-x--all {
        font-size: 56px;
        line-height: 48px
    }

    .price-new-currency--all {
        font-size: 41px
    }

    .form-center--all {
        display: none
    }

    .form-left--all {
        float: none;
        width: auto;
        margin: 0 auto;
        padding-right: 1px
    }

    .form--all {
        padding: 0 26px
    }

    .form--all:after {
        background: url(https://online24shops.com/benormx_1uah_1/img/strw_arrow_2.png) no-repeat 0 0;
        width: 51px;
        height: 81px;
        bottom: 96px;
        left: -24px
    }

    .form-title--all {
        font-size: 20px;
        line-height: 20px;
        padding: 12px 0 14px
    }

    .input-form {
        padding: 0 21px;
        height: 62px;
        font-size: 22px;
        line-height: 23px;
        margin-bottom: 21px
    }

    .protection--all {
        font-size: 18px;
        line-height: 18px;
        padding: 9px 112px 0 0;
        background: url(https://online24shops.com/benormx_1uah_1/img/strw_protect_2.png) no-repeat right top;
        min-height: 34px;
        margin: 17px 26px 0
    }

    .under-form--all {
        display: none
    }

    .submit-form {
        background: url(https://online24shops.com/benormx_1uah_1/img/strw_button_3.png) repeat-x;
        height: 110px;
        font-size: 36px;
        line-height: 39px;
        padding: 1px 2px 12px;
        margin-top: 2px;
        -webkit-border-radius: 6px;
        -moz-border-radius: 6px;
        border-radius: 6px
    }
}

@media screen and (max-width: 479px) {
    .sale--mob {
        height: 100px;
        width: 310px
    }

    .sale--mob:before {
        display: none
    }

    .sale-wrap--mob {
        float: none;
        margin: 0 auto
    }

    .sale-text--mob {
        display: none
    }

    .form-wrapper {
        width: 300px
    }

    .form-wrapper--bg {
        padding: 44px 0 15px
    }

    .form-right--all {
        text-align: center
    }

    .price-old-wrap--all {
        padding: 23px 0 14px 3px
    }

    .price-old-text--all {
        font-size: 12px;
        line-height: 12px;
        padding-bottom: 1px;
        text-align: left
    }

    .price-old-x--all {
        font-size: 28px;
        line-height: 28px;
        text-align: left
    }

    .price-new-wrap--all {
        padding: 6px 3px 3px 12px
    }

    .price-new-text--all {
        font-size: 18px;
        line-height: 18px;
        padding-bottom: 2px;
        text-align: left
    }

    .price-new-x--all {
        font-size: 46px;
        line-height: 46px;
        text-align: left
    }

    .price-new-currency--all {
        font-size: 38px
    }

    .form--all {
        padding: 0 10px
    }

    .form--all:after {
        background: url(https://online24shops.com/benormx_1uah_1/img/strw_arrow.png) no-repeat 0 0;
        width: 30px;
        height: 49px;
        bottom: 93px;
        left: -14px
    }

    .form-title--all {
        font-size: 15px;
        line-height: 18px;
        padding: 12px 0 14px
    }

    .input-form {
        padding: 0 11px;
        height: 48px;
        font-size: 16px;
        line-height: 17px;
        margin-bottom: 8px;
        -webkit-box-shadow: inset 0 2px 0 0 rgba(0, 0, 0, .35);
        -moz-box-shadow: inset 0 2px 0 0 rgba(0, 0, 0, .35);
        box-shadow: inset 0 2px 0 0 rgba(0, 0, 0, .35)
    }

    .protection--all {
        font-size: 16px;
        line-height: 16px;
        text-align: center;
        padding: 1px 1px 26px 0;
        background: url(https://online24shops.com/benormx_1uah_1/img/strw_protect_3.png) no-repeat center bottom;
        min-height: 22px;
        margin: 14px 10px 0
    }

    .submit-form {
        height: 85px;
        font-size: 28px;
        line-height: 30px;
        padding: 1px 2px 6px;
        margin-top: 6px;
        background-size: contain
    }
}

@media screen and (max-width: 319px) {
    .sale--mob {
        height: 76px;
        width: 230px
    }

    .sale-wrap--mob {
        padding: 10px 4px 0;
        background: url(https://online24shops.com/benormx_1uah_1/img/strw_sale_bg_mob.png) no-repeat center top;
        width: 114px;
        height: 124px
    }

    .sale-product-title--mob {
        font-size: 22px;
        line-height: 22px;
        padding-bottom: 3px
    }

    .sale-product--mob {
        font-size: 36px !important;
        line-height: 36px !important
    }

    .form-wrapper {
        width: 220px
    }

    .form-wrapper--bg {
        padding: 38px 0 8px
    }

    .price-old-wrap--all {
        padding: 16px 0 11px
    }

    .price-old-text--all {
        font-size: 10px;
        line-height: 10px;
        padding-bottom: 1px
    }

    .price-old-x--all {
        font-size: 23px;
        line-height: 23px
    }

    .price-new-wrap--all {
        padding: 4px 0 0 7px
    }

    .price-new-text--all {
        font-size: 16px;
        line-height: 16px;
        padding-bottom: 2px
    }

    .price-new-x--all {
        font-size: 38px;
        line-height: 38px
    }

    .price-new-currency--all {
        font-size: 30px
    }

    .form--all {
        padding: 0 6px
    }

    .form-title--all {
        font-size: 14px;
        line-height: 18px;
        padding: 7px 2px 10px
    }

    .form-title--all span {
        display: block
    }

    .protection--all {
        font-size: 14px;
        line-height: 14px;
        padding: 1px 1px 28px 0;
        margin: 6px 4px 0
    }
}

@media screen and (max-width: 1000px) {
    .sale--mob {
        display: block;
        height: 135px;
        position: relative;
        z-index: 15;
        width: 420px;
        margin: 0 auto
    }

    .sale--mob:before {
        content: " ";
        background: url(https://online24shops.com/benormx_1uah_1/img/strw_product_mob.png) no-repeat 0 0;
        width: 202px;
        height: 248px;
        position: absolute;
        top: 0;
        left: 33px
    }

    .sale-wrap--mob {
        float: right;
        padding: 13px 6px 0 5px;
        position: relative;
        z-index: 1;
        background: url() no-repeat center top;
        width: 144px;
        height: 156px;
        text-align: center;
        margin-top: 13px;
        margin-right: 38px
    }

    .sale-product-title--mob {
        color: #fff;
        font-size: 28px;
        line-height: 28px;
        text-transform: uppercase;
        padding-bottom: 2px
    }

    .sale-product--mob {
        color: #fff;
        font-weight: 700;
        font-size: 52px;
        line-height: 52px
    }

    .sale-text--mob {
        font-style: italic;
        color: #1e4c58;
        font-size: 14px;
        line-height: 18px;
        padding-left: 228px;
        padding-top: 1px
    }

    .form-wrapper {
        float: none;
        margin: 0 auto;
        width: 420px;
        min-height: 800px;
        padding: 4px;
        background: url() no-repeat;
        -webkit-box-shadow: 0 6px 9px 0 rgba(0, 0, 0, .5);
        -moz-box-shadow: 0 6px 9px 0 rgba(0, 0, 0, .5);
        box-shadow: 0 6px 9px 0 rgba(0, 0, 0, .5);
        -webkit-border-radius: 10px;
        -moz-border-radius: 10px;
        border-radius: 10px
    }

    .form-wrapper--bg {
        background: #eefaf7;
        -webkit-border-radius: 8px;
        -moz-border-radius: 8px;
        border-radius: 8px
    }

    .form-right--all {
        background: #c7dddc;
        margin: 0 -4px;
        float: none;
        width: 500px;
        padding: 1px;
        position: absolute;
        top: 250px;
        left: 100px
    }

    .form-main-title--all {
        display: none
    }

    .sale-price-wrap {
        padding-bottom: 1px
    }

    .sale-wrap--all {
        display: none
    }

    .wrap-price--all {
        padding-left: 1px;
        margin-left: -1px
    }

    .price-old-wrap--all {
        padding: 23px 0 14px 51px;
        display: inline-block;
        vertical-align: top
    }

    .price-old-text--all {
        font-size: 14px;
        line-height: 14px;
        padding-bottom: 1px
    }

    .price-old-x--all {
        font-size: 32px;
        line-height: 32px
    }

    .price-new-wrap--all {
        padding: 6px 1px 1px 38px;
        display: inline-block;
        vertical-align: top
    }

    .price-new-text--all {
        font-size: 20px;
        line-height: 20px;
        padding-bottom: 2px
    }

    .price-new-x--all {
        font-size: 56px;
        line-height: 48px
    }

    .price-new-currency--all {
        font-size: 41px
    }

    .form-center--all {
        display: none;
        width: 500px;
        position: absolute;
        top: 500px;
        left: 500px
    }

    .form-left--all {
        float: none;
        width: auto;
        margin: 0 auto;
        padding-right: 1px;
        position: absolute;
        top: 800px;
        left: 250px
    }

    .form--all {
        padding: 0 26px
    }

    .form--all:after {
        background: url() no-repeat 0 0;
        width: 51px;
        height: 81px;
        bottom: 96px;
        left: -24px
    }

    .form-title--all {
        font-size: 20px;
        line-height: 20px;
        padding: 12px 0 14px
    }

    .input-form {
        padding: 0 21px;
        height: 62px;
        font-size: 22px;
        line-height: 23px;
        margin-bottom: 21px
    }

    .protection--all {
        font-size: 18px;
        line-height: 18px;
        padding: 9px 112px 0 0;
        background: url() no-repeat right top;
        min-height: 34px;
        margin: 17px 26px 0
    }

    .under-form--all {
        display: none
    }

    .submit-form {
        background: url() repeat-x;
        height: 110px;
        font-size: 36px;
        line-height: 39px;
        padding: 1px 2px 12px;
        margin-top: 2px;
        -webkit-border-radius: 6px;
        -moz-border-radius: 6px;
        border-radius: 6px
    }
}

@font-face {
    font-family: Roboto;
    font-style: normal;
    font-weight: 400;
    src: local(Roboto), local(Roboto-Regular), url(https://fonts.gstatic.com/s/roboto/v18/KFOmCnqEu92Fr1Mu72xKOzY.woff2) format("woff2");
    unicode-range: U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F
}

@font-face {
    font-family: Roboto;
    font-style: normal;
    font-weight: 400;
    src: local(Roboto), local(Roboto-Regular), url(https://fonts.gstatic.com/s/roboto/v18/KFOmCnqEu92Fr1Mu5mxKOzY.woff2) format("woff2");
    unicode-range: U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116
}

@font-face {
    font-family: Roboto;
    font-style: normal;
    font-weight: 400;
    src: local(Roboto), local(Roboto-Regular), url(https://fonts.gstatic.com/s/roboto/v18/KFOmCnqEu92Fr1Mu7mxKOzY.woff2) format("woff2");
    unicode-range: U+1F00-1FFF
}

@font-face {
    font-family: Roboto;
    font-style: normal;
    font-weight: 400;
    src: local(Roboto), local(Roboto-Regular), url(https://fonts.gstatic.com/s/roboto/v18/KFOmCnqEu92Fr1Mu4WxKOzY.woff2) format("woff2");
    unicode-range: U+0370-03FF
}

@font-face {
    font-family: Roboto;
    font-style: normal;
    font-weight: 400;
    src: local(Roboto), local(Roboto-Regular), url(https://fonts.gstatic.com/s/roboto/v18/KFOmCnqEu92Fr1Mu7WxKOzY.woff2) format("woff2");
    unicode-range: U+0102-0103, U+0110-0111, U+1EA0-1EF9, U+20AB
}

@font-face {
    font-family: Roboto;
    font-style: normal;
    font-weight: 400;
    src: local(Roboto), local(Roboto-Regular), url(https://fonts.gstatic.com/s/roboto/v18/KFOmCnqEu92Fr1Mu7GxKOzY.woff2) format("woff2");
    unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF
}

@font-face {
    font-family: Roboto;
    font-style: normal;
    font-weight: 400;
    src: local(Roboto), local(Roboto-Regular), url(https://fonts.gstatic.com/s/roboto/v18/KFOmCnqEu92Fr1Mu4mxK.woff2) format("woff2");
    unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD
}

@font-face {
    font-family: Roboto;
    font-style: normal;
    font-weight: 500;
    src: local('Roboto Medium'), local(Roboto-Medium), url(https://fonts.gstatic.com/s/roboto/v18/KFOlCnqEu92Fr1MmEU9fCRc4EsA.woff2) format("woff2");
    unicode-range: U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F
}

@font-face {
    font-family: Roboto;
    font-style: normal;
    font-weight: 500;
    src: local('Roboto Medium'), local(Roboto-Medium), url(https://fonts.gstatic.com/s/roboto/v18/KFOlCnqEu92Fr1MmEU9fABc4EsA.woff2) format("woff2");
    unicode-range: U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116
}

@font-face {
    font-family: Roboto;
    font-style: normal;
    font-weight: 500;
    src: local('Roboto Medium'), local(Roboto-Medium), url(https://fonts.gstatic.com/s/roboto/v18/KFOlCnqEu92Fr1MmEU9fCBc4EsA.woff2) format("woff2");
    unicode-range: U+1F00-1FFF
}

@font-face {
    font-family: Roboto;
    font-style: normal;
    font-weight: 500;
    src: local('Roboto Medium'), local(Roboto-Medium), url(https://fonts.gstatic.com/s/roboto/v18/KFOlCnqEu92Fr1MmEU9fBxc4EsA.woff2) format("woff2");
    unicode-range: U+0370-03FF
}

@font-face {
    font-family: Roboto;
    font-style: normal;
    font-weight: 500;
    src: local('Roboto Medium'), local(Roboto-Medium), url(https://fonts.gstatic.com/s/roboto/v18/KFOlCnqEu92Fr1MmEU9fCxc4EsA.woff2) format("woff2");
    unicode-range: U+0102-0103, U+0110-0111, U+1EA0-1EF9, U+20AB
}

@font-face {
    font-family: Roboto;
    font-style: normal;
    font-weight: 500;
    src: local('Roboto Medium'), local(Roboto-Medium), url(https://fonts.gstatic.com/s/roboto/v18/KFOlCnqEu92Fr1MmEU9fChc4EsA.woff2) format("woff2");
    unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF
}

@font-face {
    font-family: Roboto;
    font-style: normal;
    font-weight: 500;
    src: local('Roboto Medium'), local(Roboto-Medium), url(https://fonts.gstatic.com/s/roboto/v18/KFOlCnqEu92Fr1MmEU9fBBc4.woff2) format("woff2");
    unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD
}

@font-face {
    font-family: Roboto;
    font-style: normal;
    font-weight: 700;
    src: local('Roboto Bold'), local(Roboto-Bold), url(https://fonts.gstatic.com/s/roboto/v18/KFOlCnqEu92Fr1MmWUlfCRc4EsA.woff2) format("woff2");
    unicode-range: U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F
}

@font-face {
    font-family: Roboto;
    font-style: normal;
    font-weight: 700;
    src: local('Roboto Bold'), local(Roboto-Bold), url(https://fonts.gstatic.com/s/roboto/v18/KFOlCnqEu92Fr1MmWUlfABc4EsA.woff2) format("woff2");
    unicode-range: U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116
}

@font-face {
    font-family: Roboto;
    font-style: normal;
    font-weight: 700;
    src: local('Roboto Bold'), local(Roboto-Bold), url(https://fonts.gstatic.com/s/roboto/v18/KFOlCnqEu92Fr1MmWUlfCBc4EsA.woff2) format("woff2");
    unicode-range: U+1F00-1FFF
}

@font-face {
    font-family: Roboto;
    font-style: normal;
    font-weight: 700;
    src: local('Roboto Bold'), local(Roboto-Bold), url(https://fonts.gstatic.com/s/roboto/v18/KFOlCnqEu92Fr1MmWUlfBxc4EsA.woff2) format("woff2");
    unicode-range: U+0370-03FF
}

@font-face {
    font-family: Roboto;
    font-style: normal;
    font-weight: 700;
    src: local('Roboto Bold'), local(Roboto-Bold), url(https://fonts.gstatic.com/s/roboto/v18/KFOlCnqEu92Fr1MmWUlfCxc4EsA.woff2) format("woff2");
    unicode-range: U+0102-0103, U+0110-0111, U+1EA0-1EF9, U+20AB
}

@font-face {
    font-family: Roboto;
    font-style: normal;
    font-weight: 700;
    src: local('Roboto Bold'), local(Roboto-Bold), url(https://fonts.gstatic.com/s/roboto/v18/KFOlCnqEu92Fr1MmWUlfChc4EsA.woff2) format("woff2");
    unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF
}

@font-face {
    font-family: Roboto;
    font-style: normal;
    font-weight: 700;
    src: local('Roboto Bold'), local(Roboto-Bold), url(https://fonts.gstatic.com/s/roboto/v18/KFOlCnqEu92Fr1MmWUlfBBc4.woff2) format("woff2");
    unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD
}

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

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

.slick-list:focus {
    outline: 0
}

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

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

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

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

.slick-track:after {
    clear: both
}

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

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

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

.slick-slide img {
    display: block
}

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

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

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

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

.slick-vertical .slick-slide {
    display: block;
    height: auto;
    border: 1px solid transparent
}

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

@font-face {
    font-family: slick;
    font-weight: 400;
    font-style: normal
}

.slick-next, .slick-prev {
    font-size: 0;
    line-height: 0;
    position: absolute;
    top: 50%;
    display: block;
    width: 20px;
    height: 20px;
    padding: 0;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);
    cursor: pointer;
    color: transparent;
    border: 0;
    outline: 0;
    background: 0 0
}

.slick-next:focus, .slick-next:hover, .slick-prev:focus, .slick-prev:hover {
    color: transparent;
    outline: 0
}

.slick-next:focus:before, .slick-next:hover:before, .slick-prev:focus:before, .slick-prev:hover:before {
    opacity: 1
}

.slick-next.slick-disabled:before, .slick-prev.slick-disabled:before {
    opacity: .25
}

.slick-next:before, .slick-prev:before {
    font-family: slick;
    font-size: 20px;
    line-height: 1;
    opacity: .75;
    color: #fff;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

.slick-prev {
    left: -25px
}

[dir=rtl] .slick-prev {
    right: -25px;
    left: auto
}

.slick-prev:before {
    content: '←'
}

[dir=rtl] .slick-prev:before {
    content: '→'
}

.slick-next {
    right: -25px
}

[dir=rtl] .slick-next {
    right: auto;
    left: -25px
}

.slick-next:before {
    content: '→'
}

[dir=rtl] .slick-next:before {
    content: '←'
}

.slick-dotted.slick-slider {
    margin-bottom: 30px
}

.slick-dots {
    position: absolute;
    bottom: -25px;
    display: block;
    width: 100%;
    padding: 0;
    margin: 0;
    list-style: none;
    text-align: center
}

.slick-dots li {
    position: relative;
    display: inline-block;
    width: 20px;
    height: 20px;
    margin: 0 5px;
    padding: 0;
    cursor: pointer
}

.slick-dots li button {
    font-size: 0;
    line-height: 0;
    display: block;
    width: 20px;
    height: 20px;
    padding: 5px;
    cursor: pointer;
    color: transparent;
    border: 0;
    outline: 0;
    background: 0 0
}

.slick-dots li button:focus, .slick-dots li button:hover {
    outline: 0
}

.slick-dots li button:focus:before, .slick-dots li button:hover:before {
    opacity: 1
}

.slick-dots li button:before {
    font-family: slick;
    font-size: 6px;
    line-height: 20px;
    position: absolute;
    top: 0;
    left: 0;
    width: 20px;
    height: 20px;
    content: '•';
    text-align: center;
    opacity: .25;
    color: #000;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

.slick-dots li.slick-active button:before {
    opacity: .75;
    color: #000
}

.youtube {
    background-color: #000;
    max-width: 100%;
    overflow: hidden;
    position: relative;
    cursor: pointer;
    border-radius: 10px;
    margin: auto
}

.youtube .thumb {
    bottom: 0;
    display: block;
    left: 0;
    margin: auto;
    max-width: 100%;
    position: absolute;
    right: 0;
    top: 0;
    width: 100%;
    height: auto
}

.youtube:after {
    width: calc(100% - 20px);
    height: calc(100% - 20px);
    position: absolute;
    content: "";
    display: block;
    border: 1px solid #7f807b;
    border-radius: 10px;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    z-index: 99;
    outline: 20px solid #000
}

.youtube .play {
    opacity: .8;
    height: 54px;
    left: 0;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    margin: auto;
    width: 54px
}

.video__name {
    font-family: Arial, sans-serif;
    font-size: 18px;
    margin-bottom: 10px
}

.youtube .play {
    background: url(https://online24shops.com/benormx_1uah_1/css/play_btn.png) no-repeat
}

.video-wrap iframe {
    border: 0
}

#video-wrap {
    font-size: 0;
    margin: 30px 0
}

.video-wrap {
    margin: 0 .7%;
    display: inline-block;
    min-height: 290px;
    vertical-align: top
}

.video_title {
    font-family: inherit;
    text-align: center;
    font-size: 24px;
    line-height: initial;
    padding-bottom: 30px
}

.video_subtitle {
    font-size: 20px;
    font-weight: 600;
    text-align: center;
    margin-top: 10px
}

.btn_wrapper {
    display: inline-block;
    text-align: center;
    width: 420px;
    float: right
}

.scroll-to-video {
    float: left
}

.get-call {
    float: right
}

.scroll-to-video, a.scroll-to-video:active, a.scroll-to-video:focus, a.scroll-to-video:hover, a.scroll-to-video:link, a.scroll-to-video:visited {
    text-decoration: none;
    outline: 0
}

@media screen and (max-width: 1000px) {
    .video-wrap:nth-child(2), .video-wrap:nth-child(3) {
        width: 40%;
        margin: 0 5%
    }

    .video-wrap:nth-child(4) {
        width: 40%;
        margin: 0 30%
    }
}

@media screen and (max-width: 768px) {
    #video-wrap {
        text-align: center
    }

    .video-wrap {
        width: auto !important;
        margin: 0 !important
    }

    .btn_wrapper {
        margin-bottom: 10px;
        float: none
    }
}

@media screen and (max-width: 490px) {
    .video_title {
        font-size: 32px
    }

    .btn_wrapper {
        width: 100%
    }

    .video-wrap {
        width: 100% !important
    }

    .scroll-to-video {
        display: block !important;
        float: none !important;
        width: 220px !important;
        margin: 0 auto !important
    }
}

body {
    margin: 0;
    padding: 0;
    font-family: roboto, sans-serif
}

strong {
    font-weight: 700
}

.clearfix:after {
    content: "";
    display: table;
    clear: both
}

.select {
    background-color: #fff;
    font-size: 14px;
    color: #777;
    border: 1px solid #d9d8d8;
    position: relative;
    -webkit-box-shadow: 2px 2px 11px 2px #d9d8d85c;
    box-shadow: 2px 2px 11px 2px #d9d8d85c;
    border-radius: 40px;
    border: 0;
    width: 240px;
    height: 58px;
    padding-left: 46px;
    margin: 10px 28px 0
}

.vw {
    width: 100%;
    overflow: hidden
}

* {
    outline: 0
}

.red {
    color: #20a82d
}

.blue-spray {
    color: #20a82d
}

.blue {
    color: #06a9cf
}

.pink {
    color: #fd6a6f
}

ul {
    margin: 0;
    padding: 0;
    list-style: none
}

.discount {
    background: url() center center no-repeat;
    background-size: contain;
    width: 80px;
    height: 80px;
    text-align: center;
    position: absolute;
    padding-top: 29px;
    font-size: 26px;
    line-height: 25px;
    font-weight: 700;
    z-index: 10
}

.quote {
    color: #fec804;
    font-size: 54px;
    line-height: 24px;
    position: absolute
}

.form {
    max-width: 300px;
    border-radius: 10px;
    padding-top: 35px;
    position: relative;
    background: #fff url();
    -webkit-box-shadow: 1px 1px 56px 8px rgba(0, 0, 0, .12);
    box-shadow: 1px 1px 56px 8px rgba(0, 0, 0, .12)
}

.form:before {
    position: absolute;
    content: "";
    width: 40px;
    height: 100px;
    background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACgAAAAnBAMAAACPhheLAAAAJFBMVEUAAAD+yAT+yAT+yAT+yAT+yAT+yAT+yAT+yAT+yAT+yAT+yAT5Fmb5AAAAC3RSTlMA1xvTFxXbIroRBv3deuoAAACSSURBVCjPYwAB7t1wsAHEHxWksuDycs9ZyIIrp5RXMXTvxgA7sAsGYwqaMrBao4ttDmBAKEUoZAAqxVSIUIpQCFIqjSy2MQDiIUdkQRGoL1mkkRQ6wPzuiKoQoRShEK4UoRABmKShChUYkIAiRFCIARkwZYPEtoEVIoAaSDAJxkMoRShEKAUrxFCKUIgAykZwJgBUPTa2bL4PrQAAAABJRU5ErkJggg==) no-repeat;
    top: -15px;
    left: 0;
    right: 0;
    margin: auto;
    z-index: 2
}

.form form {
    border-radius: 10px;
    width: 100%
}

.form form .order, .form form input, select {
    border-radius: 40px;
    border: 0;
    width: 240px;
    padding: 20px;
    margin: 10px 28px 0
}

.form form input, select {
    background-color: #fff;
    padding: 20px 0 20px 50px;
    font-size: 14px;
    color: #777;
    margin-top: 20px;
    border: 1px solid #d9d8d8;
    position: relative;
    -webkit-box-shadow: 2px 2px 11px 2px #d9d8d85c;
    box-shadow: 2px 2px 11px 2px #d9d8d85c
}

.form form input[name=name] {
    background: url(https://online24shops.com/benormx_1uah_1/img/person-icon.png) no-repeat;
    background-position: 22px center;
    background-color: #fff
}

.form form input[name=phone] {
    background: url(https://online24shops.com/benormx_1uah_1/img/phone-icon.png) no-repeat;
    background-position: 22px center;
    background-color: #fff
}

.form form .btn-ord {
    position: relative
}

.form form .btn-ord:before {
    position: absolute;
    content: "";
    width: 69px;
    height: 38px;
    background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAEEAAAAjCAMAAAD8FZcmAAABpFBMVEUAAADzcR/zdx7wZCL7phP0eR3wZCLxZyH5mhbxZiH7phPwZCLwZCL7pxPwZCL8rhL6nhX9tBD2hxrwZCL9sxD6oRXwZCL5mBb9shH3kRj6nxXybx/5mhb1fhz8rxH+uBDxaSH3jRn5nBX0exzwZSHwZCLwZCL/vw7zch7xZiH1gBzxaiDxZyH6oxT8qhPzdh7ybSD6nhXwZCL3ixnwZCLwZCL5mBb+ug/xaCH8rRL7phPycR/6oRX8rhLzeB70fB39sxH9tRD2hhr4kRj6ohT8qxP/vQ/5nhX7pxP4lRf6pBT1ghz9shH2ihn6oRX+uBDzdR76nxX4kRj/vw71hBv9thD1gBz2iBr+vA/wZCL5nRb+uw/zdx78rxL9thD8rBLwZCL7qRP8rRL9shH8qxL7phP5mhb6oxT6nxXycR/1gxv0ex31gBz0fhz3jRn4khj4lhf6pBT+txD2hxr6oRX5nBX9tRDzdB72iRr3kBj8rxLxaCHybSDxayDzdh72hRvzeB33jxj5nhX8sBH9tBD2ixn4lRf7pRP+uw/4lBf+uQ/5lxcJjM1dAAAAYHRSTlMADwMvHAvwiDYfB/v038asg3VRR0VCFPHx8O/s7Ovr6efn5OHczrKmpKGXkHV1a2JSTEA7OTUwKScnIhgT+vn5+ffy8e7izczKx7u6t62tpJqQj4R/fXNsYmBbWkg7Ny395wVXAAACDElEQVRIx6XRZ1viQBSG4ZPQBKRIs/fey9p1e++9NwlggkCEiAEs0Si6KH96Z2AEP3Lw+QH39c4cqGayLni9c4bA2rIVMPGc4fvoYE/jBslu36CZzXbzkGXCywNfi8AFOB7AaphfmBl3DlKo2sDohJUomDjOYHGar4D9/cPDg56RaUDGc3NDAxXgIBqNZt79AmyBeWcjERigaXc6p9fQiMHCJmQy2vFxLNH/hUcbnKU9WgZisVgiEe/8BHhjvL20gADx+NbW0QMP3lge0TQKlIWd7GsT3pjpvwZkz3o9gG/sLgN2srKs5z7UMcOTYMCZLOdy289teML0kgE6AS6SzQ11EGNHpQU6BZLFvkXA95UB2+fJ5OZmR2XFX1fNxK1eWdcZsHsi+aHUlNAEtROtZMHFOQWI8IiuMLoE4TfUXkMrBYpEkCRRdBjB/zgs3F4CRKsP6QL6hrSYijybCoYFocsImBY7ihUgEqTAaQvg8jcz4B8FwsJe6BUgm90tfQIDTkOhJsD24ySdTqUIECQLiOADdO6rNwh0wv0/aIB7kxargKraAJfxvXR9QV7tBlTr7jZJpIcsn4FMUN4CIttkn0QPyX6RLlAU1Ck499M2CkQYQIXLn4CKN86+cJSBvVA+ryiXhVVAt74y6ehibyAC1NeKz9VyT1UJ8ATqzub73K0UCsM83KSlb8MfAeA/oi3Z49CoKXEAAAAASUVORK5CYII=) no-repeat;
    left: -37px;
    top: -7px;
    -webkit-transition: .3s;
    transition: .3s
}

.form form .btn-ord .order {
    padding: 11px 0;
    margin-top: 20px;
    margin-bottom: 25px;
    background: #20a82d;
    background: #ff6a00;
    color: #fff;
    font-size: 24px;
    line-height: 22px;
    font-weight: 700;
    border: 5px solid #e9e8e6;
    position: relative
}

.form form .btn-ord .order:hover {
    background: #ec192b;
    -webkit-transition: .3s;
    transition: .3s
}

.form form > span {
    display: block;
    margin-top: 20px;
    color: #777;
    position: relative
}

.form form > span:after {
    position: absolute;
    width: 50px;
    height: 50px;
    left: 0;
    top: 4px;
    background: url() no-repeat
}

.form form .prices {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.form form .prices .current-price, .form form .prices .old-price {
    padding: 0 0 0 20px;
    width: 50%;
    position: relative
}

.form form .prices .current-price > span:first-of-type, .form form .prices .old-price > span:first-of-type {
    display: block;
    font-size: 14px
}

.form form .prices .current-price .price, .form form .prices .old-price .price {
    margin: 5px 0;
    display: block
}

.form form .prices .current-price .price .x_price_current, .form form .prices .current-price .price .x_price_previous, .form form .prices .old-price .price .x_price_current, .form form .prices .old-price .price .x_price_previous {
    font-size: 18px;
    line-height: 24px;
    font-weight: 700
}

.form form .prices .current-price .price .x_currency, .form form .prices .old-price .price .x_currency {
    font-size: 16px;
    line-height: 24px
}

.form form .prices .old-price {
    overflow: hidden;
    color: #777;
    font-size: 13px
}

.form form .prices .old-price .price {
    position: relative
}

.form form .prices .old-price .price:after, .form form .prices .old-price .price:before {
    position: absolute;
    content: "";
    width: 90%;
    height: 0;
    background: #20a82d;
    top: 10px;
    left: 0
}

.form form .prices .old-price .price:before {
    -webkit-transform: rotate(10deg);
    transform: rotate(10deg)
}

.form form .prices .old-price .price:after {
    -webkit-transform: rotate(-10deg);
    transform: rotate(-10deg)
}

.form form .prices .current-price {
    overflow: hidden;
    border-left: 1px solid #d5d5d5;
    color: #000
}

.form form .prices .current-price .x_price_current {
    font-size: 28px !important
}

.form > span {
    display: block;
    font-size: 15px;
    text-align: center;
    margin-top: 20px;
    margin-bottom: 50px;
    color: #a08784
}

.form > span .lastpack {
    color: #fbda9a;
    font-weight: 700
}

span.br {
    display: block
}

.container {
    margin: 0 auto;
    max-width: 1170px;
    position: relative;
    z-index: 2
}

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

.container h1 {
    font-weight: 700;
    font-size: 40px;
    line-height: 40px;
    text-align: center;
    padding: 0 10px
}

.container > p {
    padding: 0 15px
}

.container h2 {
    margin-top: 20px;
    font-size: 18px;
    line-height: 24px;
    color: #555;
    max-width: 360px
}

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

.no-margin {
    margin: 0 !important
}

.block-1 {
    background: url() no-repeat #f3f8fb;
    background-position: -315px top;
    position: relative;
    padding: 20px 10px 85px;
    margin-bottom: 95px
}

.block-1 h1 .red {
    white-space: nowrap;
    font-size: 50px
}

.block-1 header .logo {
    width: 139px;
    line-height: 45px;
    float: left
}

.block-1 header .logo .logo-name {
    color: #06a9cf;
    font-size: 28px;
    text-transform: uppercase;
    font-weight: 700
}

.block-1 header .logo p {
    font-size: 15px;
    line-height: 16px;
    max-width: 170px;
    margin-left: 20px;
    color: #838586
}

.block-1 header .menu {
    float: right
}

.block-1 header .menu ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    list-style: none;
    margin-left: 30px
}

.block-1 header .menu ul li {
    padding: 0 40px 0 80px;
    line-height: 45px
}

.block-1 header .menu ul li:not(:first-of-type) {
    border-left: 1px solid #acafb2
}

.block-1 header .menu ul li a {
    color: #333;
    line-height: 18px;
    font-size: 16px;
    text-decoration: none;
    position: relative
}

.block-1 header .menu ul li a:before {
    position: absolute;
    content: "";
    top: -7px;
    left: -38px;
    width: 30px;
    height: 25px;
    display: block;
    z-index: 1
}

.block-1 header .menu ul li a:after {
    display: block;
    margin-top: -11px;
    content: "";
    height: 1px;
    width: 100%;
    background-color: #acafb2;
    -webkit-transition: width .3s ease-in-out;
    transition: width .3s ease-in-out
}

.block-1 header .menu ul li a:focus:after, .block-1 header .menu ul li a:hover:after {
    width: 0
}

.block-1 header .menu ul li:secondt-of-type a:before {
    background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABUAAAAWCAMAAAAYXScKAAAAbFBMVEUAAAAASoAASoAASoAASoAASoAASoAASoAASoAASoAASoAASoAASoAASoAASoAASoAASoAASoAASoAASoAASoAASoAASoAASoAASoAASoAASoAASoAASoAASoAASoAASoAASoAASoAASoAASoAT/oabAAAAJHRSTlMA4NkTLOXq1Mm2qk2dca+QSDojxXdgWVSkinpsZVwyw5QoFwMw5x0PAAAAvklEQVQY02WQSRKDMAwER7LBCzZbCGRf///HJMYEpTI+qKtL8mGQ03oi8i1+cjSDghr4KGVldJqaK2FdzDA4YQuVQRXSClpjxwyjFbYJGUIjrCb9nXK5TqNuIKPY9+g99cI9buRqskXtKNwXOXEZATU9gVjwNMstV2ej8kdjxdvUFndA2CW7C0DHLQAbP0vm/LlKJ9ECp83cGutvY5sT/AEpewe3n/HgYTpg3rDXTB2vJV34smD5fkt6CEv/KV/NQwbjb4TJ2gAAAABJRU5ErkJggg==) center bottom no-repeat
}

.block-1 header .menu ul li:last-of-type a:before {
    background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAVCAMAAABrN94UAAAAV1BMVEUAAAAASoAASoAASoAASoAASoAASoAASoAASoAASoAASoAASoAASoAASoAASoAASoAASoAASoAASoAASoAASoAASoAASoAASoAASoAASoAASoAASoAASoDWpLRlAAAAHHRSTlMAZTKZzKpVBC3aWjfrw7T4476OhnQiHhLQkxwN9YHKlgAAAH9JREFUKM+FzOsOgyAMhuEPnLaA4ll34P6vc5CYLek6fX72bQsYl344U+aBIFDIxTEU7JCgSiXsRtiPsFbCmsPpK7ICHcHeBP776irYJNjTi56goB6jh8KP4HbyzUco242fWga2uf4aFuTVet4gPO8P4g6KV4xBDaBq6KBbIrI346YKRuviBX4AAAAASUVORK5CYII=) center bottom no-repeat
}

.block-1 header .callback {
    float: right;
    line-height: 36px;
    width: 300px;
    padding: 4px 0 4px 65px;
    border-radius: 30px;
    font-size: 14px;
    font-weight: 600;
    color: #000;
    position: relative;
    cursor: pointer;
    border: 1px solid #7ba2bf;
    -webkit-box-shadow: 1px 1px 16px 2px rgba(11, 179, 208, .109804);
    box-shadow: 1px 1px 16px 2px rgba(11, 179, 208, .109804);
    -webkit-transition: .5s;
    transition: .5s
}

.block-1 header .callback:before {
    position: absolute;
    content: "";
    top: 11px;
    left: 37px;
    width: 22px;
    height: 21px;
    display: block;
    background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABQAAAAUCAMAAAC6V+0/AAAAY1BMVEUAAAD/agD/agD/agD/agD/agD/agD/agD/agD/agD/agD/agD/agD/agD/agD/agD/agD/agD/agD/agD/agD/agD/agD/agD/agD/agD/agD/agD/agD/agD/agD/agD/agClfRlAAAAAIXRSTlMA8wYQ21PnsjZrW0vMmHJjOybfvJ+RQC0b1MKogHUKivslDL6/AAAAzElEQVQY01WQ2xKDIAxEN4CgIiheW7W2//+VTRxpx30gzFnY2Qn+qk3okNUN20Pm4QOtC07NtG+GqUhPVMgsqYUahaYSQHHS4Q0wfSpEMgw8cYKdIZRKPiragWkFnmdIZbWMhT9r6jBOwugqUxkgBHir+PmLQY7xbJgWaHt90ZhwMKglbnAKN60boM14ll+yl6gGHsZplJaanFNISe36SFG5H30xlToVcKMeudQQfruk6biub4es1PT1ZXf4q7X9PqeYg3Ja4eynkaV9ASYBCDimjpUGAAAAAElFTkSuQmCC) no-repeat
}

.block-1 header .callback:hover {
    background: #fff;
    -webkit-transition: .5s;
    transition: .5s
}

.block-1 .block1-content {
    position: relative
}

.block-1 .block1-content .girl {
    position: absolute;
    z-index: 1;
    width: 100%;
    height: 100%;
    background: url(./block1-girl.png) no-repeat;
    background-position: right bottom;
    min-height: 700px
}

.block-1 .block1-content .girl .product {
    width: 311px;
    margin-left: 505px;
    margin-top: 367px;
    position: relative
}

.block-1 .block1-content .girl .product .discount {
    top: -34px;
    right: -20px
}

.block-1 .block1-content .left-block {
    margin-top: 40px;
    position: relative;
    z-index: 2;
    width: 500px;
    float: left
}

.block-1 .block1-content .left-block h1 {
    color: #000;
    text-align: left;
    line-height: 38px;
    max-width: 646px;
    padding: 0
}

.block-1 .block1-content .left-block h1 .product-name {
    font-weight: 700
}

.block-1 .block1-content .left-block h2 {
    margin-top: 20px;
    font-size: 18px;
    line-height: 24px;
    color: #555;
    max-width: 360px
}

.block-1 .block1-content .left-block .about-product {
    margin-top: 40px;
    max-width: 320px;
    padding-right: 20px;
    position: relative;
    margin-left: 25px;
    list-style: none
}

.block-1 .block1-content .left-block .about-product li {
    font-size: 17px;
    color: #000;
    font-weight: 700;
    line-height: 24px;
    margin-top: 17px;
    margin-left: 10px;
    position: relative
}

.block-1 .block1-content .left-block .about-product li:before {
    position: absolute;
    content: "";
    width: 31px;
    height: 31px;
    left: -40px;
    top: -3px;
    background: url(./list-yellow.png);
    background-size: 31px 31px
}

.block-1 .block1-content .left-block .about-product .prod {
    position: absolute;
    left: -311px;
    top: 57px;
    width: 261px;
    height: 423px;
    z-index: 3;
    background: url(https://online24shops.com/benormx_1uah_1/img/prod-block1.png)
}

.block-1 .block1-content .left-block .about-product .prod img {
    display: none
}

.block-1 .block1-content .left-block .form {
    margin-top: -55px
}

.block-1 .block1-content .right-block {
    position: relative;
    z-index: 2;
    float: right;
    width: 300px;
    color: #666
}

.block-1 .block1-content .right-block .timer {
    margin: 40px 0 30px
}

.block-1 .block1-content .right-block .timer .to-end-left {
    font-size: 18px;
    line-height: 26px;
    font-weight: 700;
    color: #000;
    padding: 10px 15px 10px 0
}

.block-1 .block1-content .right-block .timer .left {
    padding: 0 1px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    font-size: 13px;
    color: #666
}

.block-1 .block1-content .right-block .timer .left span {
    font-size: 30px;
    line-height: 45px;
    color: #20a82d;
    font-weight: 700
}

.block-1 .block1-content .right-block > p {
    text-align: center;
    padding: 20px 0
}

.block-1 .block1-content .right-block > p img {
    display: inline-block;
    vertical-align: bottom;
    padding: 0 10px
}

@media screen and (-ms-high-contrast: active),(-ms-high-contrast: none) {
    .block-1 .block1-content .right-block .timer .left {
        padding: 0 8px
    }

    .block-1 .block1-content .right-block .timer .to-end-left {
        max-width: 100px
    }
}

.statistic {
    padding-top: 20px;
    padding-bottom: 90px
}

.statistic .red {
    display: inline
}

.statistic > span {
    font-size: 18px;
    color: #444;
    margin-top: 25px;
    display: block;
    text-align: center
}

.statistic p {
    font-size: 20px;
    text-align: center;
    font-weight: 700;
    padding-top: 25px
}

.statistic .symptom-photos {
    padding: 40px 0 30px;
    position: relative
}

.statistic .symptom-photos .symptom {
    max-width: 200px
}

.statistic .symptom-photos .symptom:not(:first-of-type) {
    margin-left: 30px
}

.statistic .symptom-photos .symptom .photo {
    position: relative;
    /*width: 200px;*/
    /*height: 200px;*/
    overflow: hidden
}

.statistic .symptom-photos .symptom .photo .top-triangle {
    position: absolute;
    top: 0;
    left: 0;
    border-top: 50px solid #20a82d;
    border-right: 50px solid transparent
}

.statistic .symptom-photos .symptom .photo .top-triangle span {
    position: absolute;
    top: -46px;
    left: 9px;
    color: #fff;
    z-index: 3;
    font-size: 20px
}

.statistic .symptom-photos .symptom .photo .bottom-triangle {
    position: absolute;
    right: 0;
    bottom: 0;
    width: 0;
    height: 0;
    border-bottom: 50px solid #fff;
    border-left: 50px solid transparent
}

.statistic .symptom-photos .symptom .photo img {
    min-width: 170px;
    height: 100%
}

.statistic .symptom-photos .symptom p {
    text-align: center;
    font-size: 17px;
    font-weight: 500;
    padding-top: 20px
}

.repercussion {
    background: #f3f8fb url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAE4AAABQBAMAAABFWF7FAAAAJFBMVEX///8AAAD////////+/v7+/v7+/v7////////////+/v7////N6z+tAAAADHRSTlOAAGEkWxtXHygYaGUHj9V+AAABZklEQVRIx2zOzQ2BURhE4RPxE0ssCJtPB1pQghJ0QAda0IESlCiCe+TOO8uTWTz8NhpwRVt8t7kvXLb2257zZ/N3m+fP5u8xjZvN3wbERPO3BTHR/N1ATDR/DxBTNBoFMUWjURBTNBoFMUWjURBTNKSI6Zq/HQTQ5u/waRNftv/fE3qgzd+K707euoYU4Oiva0gRUzSkAGN/XUOKmKIhRUzRkCKmaEgRUzSkiMn2/i0hgNGQIibb+zdAAKMhRUzRkCKmaHwobiYPbEgRUzQ6ClzlYaOjwF4eNi4QmKIx9G0kDxu567po5PbybORm8myvvuqQAAAAgEHY+6e+xA1Jga0oyahGb1SjN6rRG9XoWY2e1ehZjZ7V6FmNntXoWY2e1ehZjZ7V6FmNntXoWY2e1ehZjZ7V6FmNntXoWY2e1ehZjZ7V6FmNntXoWY2e1ehZjZ7V6FmNntXoWY2e1ehZjZ7V6FmN3gFSCKAH950ZcQAAAABJRU5ErkJggg==);
    padding: 80px 0
}

.repercussion .photos {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 40px 0
}

.repercussion .photos .photo {
    max-width: 370px
}

.repercussion p {
    font-size: 20px;
    font-weight: 700;
    text-align: center
}

.product-consist {
    position: relative;
    padding: 50px 0 100px
}

.product-consist .container h1 {
    max-width: 1000px;
    margin: auto
}

.product-consist .container > p {
    font-size: 18px;
    color: #444;
    text-align: center;
    margin: 35px auto 0
}

.product-consist .container .consist {
    margin-top: 45px;
    margin-bottom: 30px;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.product-consist .container .consist div {
    width: 400px;
    max-width: 100%
}

.product-consist .container .consist div > p:first-of-type {
    font-size: 20px;
    line-height: 0;
    font-weight: 700;
    color: #000
}

.product-consist .container .consist div > p:first-of-type span {
    display: block
}

.product-consist .container .consist div span {
    display: block;
    font-size: 18px;
    color: #777;
    margin-top: 20px
}

.product-consist .container .consist div ul {
    margin-top: 50px;
    list-style: none
}

.product-consist .container .consist div ul li {
    position: relative;
    padding: 40px 50px 40px 130px;
    margin-top: 10px;
    font-size: 16px;
    font-weight: 600;
    max-height: 100px;
    -webkit-transition: .5s;
    transition: .5s;
    cursor: pointer
}

.product-consist .container .consist div ul li p {
    padding-top: 13px;
    font-weight: 400;
    text-align: left;
    opacity: 0;
    -webkit-transition: .5s;
    transition: .5s;
    font-size: 14px;
    color: #555
}

.product-consist .container .consist div ul li.active {
    max-height: 120px
}

.product-consist .container .consist div ul li.active:after {
    background: url(./consist-.png);
    -webkit-transition: .3s;
    transition: .3s
}

.product-consist .container .consist div ul li.active p {
    -webkit-transition: .3s .3s;
    transition: .3s .3s;
    opacity: 1
}

.product-consist .container .consist .center {
    text-align: center
}

.product-consist .container .consist .left li:before {
    position: absolute;
    content: "";
    background-image: url(./consist-1.png);
    background-repeat: no-repeat;
    height: 100px;
    width: 132px;
    left: 0;
    top: 0
}

.product-consist .container .consist .left li:after {
    position: absolute;
    content: "";
    font-size: 18px;
    font-weight: 700;
    width: 65px;
    height: 40px;
    top: 30px;
    right: 0;
    background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAEEAAAAoCAMAAACW0mflAAAAbFBMVEUAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAD/////aiAAAAD4+PjU1NTCwsKurq6Hh4d9fX15eXlubm40NDTu7u7k5ORWVlb6+vp0dHRZWVnv7+/l5eU1NTWOtcLIAAAAD3RSTlMA+u2wl+OHeFg3HBMI09JyjVD2AAABDklEQVRIx72WWa7DIAxFMZCJ0LqPzGOHt/899hdFxbhC6fnPkRw8XMGkKtRVAsirKirxPSbP5rFrFueWphvnLDfiK2oN/Yoeaw+6FnxKOTg84AZZsgV6a/ED7aYFC6smDDApyzGoOwa5K04JExJM8ULKDUkeZewZZYskrawjNQwYYaDrMLBjhB3I7sx7PHC74YE+pwzZGjesGTWNM8YNOBOTWowcw1gQ7dhxDB3RmJeGY2guYYNcOIZFhg3g/E99fJED8ReCa0ivIv1Ppr/mmR1V/fO6Onmyzp1uAw4jODDJWy590yZv+/MvjrD01bM/ubzChq7/Q9sTEgiVgl7o8SJSEJ3Envv+5Ccxfhp8A0ttTdyQWGmpAAAAAElFTkSuQmCC);
    cursor: pointer;
    -webkit-transition: .3s;
    transition: .3s
}

.product-consist .container .consist .left li:nth-child(1):before {
    background-position: 0 10px
}

.product-consist .container .consist .left li:nth-child(2):before {
    background-position: 0 -102px
}

.product-consist .container .consist .left li:nth-child(3):before {
    background-position: 0 -260px
}

.product-consist .container .consist .right li {
    text-align: right;
    padding: 40px 130px 40px 50px
}

.product-consist .container .consist .right li:before {
    position: absolute;
    content: "";
    background-image: url(./consist-2.png);
    background-repeat: no-repeat;
    height: 100px;
    width: 132px;
    right: 0;
    top: 0
}

.product-consist .container .consist .right li:after {
    position: absolute;
    content: "";
    font-size: 18px;
    font-weight: 700;
    width: 65px;
    height: 40px;
    top: 30px;
    left: 0;
    background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAEEAAAAoCAMAAACW0mflAAAAbFBMVEUAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAD/////aiAAAAD4+PjU1NTCwsKurq6Hh4d9fX15eXlubm40NDTu7u7k5ORWVlb6+vp0dHRZWVnv7+/l5eU1NTWOtcLIAAAAD3RSTlMA+u2wl+OHeFg3HBMI09JyjVD2AAABDklEQVRIx72WWa7DIAxFMZCJ0LqPzGOHt/899hdFxbhC6fnPkRw8XMGkKtRVAsirKirxPSbP5rFrFueWphvnLDfiK2oN/Yoeaw+6FnxKOTg84AZZsgV6a/ED7aYFC6smDDApyzGoOwa5K04JExJM8ULKDUkeZewZZYskrawjNQwYYaDrMLBjhB3I7sx7PHC74YE+pwzZGjesGTWNM8YNOBOTWowcw1gQ7dhxDB3RmJeGY2guYYNcOIZFhg3g/E99fJED8ReCa0ivIv1Ppr/mmR1V/fO6Onmyzp1uAw4jODDJWy590yZv+/MvjrD01bM/ubzChq7/Q9sTEgiVgl7o8SJSEJ3Envv+5Ccxfhp8A0ttTdyQWGmpAAAAAElFTkSuQmCC);
    cursor: pointer;
    -webkit-transition: .3s;
    transition: .3s;
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg)
}

.product-consist .container .consist .right li:nth-child(1):before {
    background-position: 0 10px
}

.product-consist .container .consist .right li:nth-child(2):before {
    background-position: 0 -102px
}

.product-consist .container .consist .right li:nth-child(3):before {
    background-position: 0 -214px
}

.product-consist .container .consist .right ul li p {
    text-align: right
}

.form-block {
    padding: 70px 0;
    background: #f3f8fb url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAE4AAABQBAMAAABFWF7FAAAAJFBMVEX///8AAAD////////+/v7+/v7+/v7////////////+/v7////N6z+tAAAADHRSTlOAAGEkWxtXHygYaGUHj9V+AAABZklEQVRIx2zOzQ2BURhE4RPxE0ssCJtPB1pQghJ0QAda0IESlCiCe+TOO8uTWTz8NhpwRVt8t7kvXLb2257zZ/N3m+fP5u8xjZvN3wbERPO3BTHR/N1ATDR/DxBTNBoFMUWjURBTNBoFMUWjURBTNKSI6Zq/HQTQ5u/waRNftv/fE3qgzd+K707euoYU4Oiva0gRUzSkAGN/XUOKmKIhRUzRkCKmaEgRUzSkiMn2/i0hgNGQIibb+zdAAKMhRUzRkCKmaHwobiYPbEgRUzQ6ClzlYaOjwF4eNi4QmKIx9G0kDxu567po5PbybORm8myvvuqQAAAAgEHY+6e+xA1Jga0oyahGb1SjN6rRG9XoWY2e1ehZjZ7V6FmNntXoWY2e1ehZjZ7V6FmNntXoWY2e1ehZjZ7V6FmNntXoWY2e1ehZjZ7V6FmNntXoWY2e1ehZjZ7V6FmNntXoWY2e1ehZjZ7V6FmN3gFSCKAH950ZcQAAAABJRU5ErkJggg==)
}

.form-block .flex-wrapper .left {
    width: 400px
}

.form-block .flex-wrapper .left h1 {
    font-size: 38px;
    text-align: left;
    padding: 0
}

.form-block .flex-wrapper .left ul {
    margin-top: 30px;
    list-style: none
}

.form-block .flex-wrapper .left ul li {
    margin-top: 20px;
    position: relative;
    padding-left: 50px;
    font-size: 16px;
    line-height: 22px;
    color: #333
}

.form-block .flex-wrapper .left ul li:before {
    position: absolute;
    content: "";
    width: 31px;
    height: 31px;
    left: 0;
    top: 0;
    background: url(./list-yellow.png);
    background-size: 31px 31px
}

.form-block .flex-wrapper .center {
    width: 370px
}

.form-block .flex-wrapper .center .form {
    margin: auto;
    padding-top: 40px;
    padding-bottom: 15px;
    background: #fff
}

.form-block .flex-wrapper .center .form:before {
    display: none
}

.form-block .flex-wrapper .center > p {
    text-align: center;
    padding: 25px 0
}

.form-block .flex-wrapper .center > p img {
    display: inline-block;
    vertical-align: bottom;
    padding: 0 10px
}

.form-block .flex-wrapper .center .form form .btn-ord:before {
    display: none
}

.form-block .flex-wrapper .right {
    width: 400px;
    position: relative;
    margin-left: 30px;
    margin-top: 5px
}

.form-block .flex-wrapper .right .discount {
    right: 260px
}

.form-block .flex-wrapper .right .discount:before {
    position: absolute;
    content: "";
    width: 69px;
    height: 38px;
    background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAEEAAAAjCAMAAAD8FZcmAAABpFBMVEUAAADzcR/zdx7wZCL7phP0eR3wZCLxZyH5mhbxZiH7phPwZCLwZCL7pxPwZCL8rhL6nhX9tBD2hxrwZCL9sxD6oRXwZCL5mBb9shH3kRj6nxXybx/5mhb1fhz8rxH+uBDxaSH3jRn5nBX0exzwZSHwZCLwZCL/vw7zch7xZiH1gBzxaiDxZyH6oxT8qhPzdh7ybSD6nhXwZCL3ixnwZCLwZCL5mBb+ug/xaCH8rRL7phPycR/6oRX8rhLzeB70fB39sxH9tRD2hhr4kRj6ohT8qxP/vQ/5nhX7pxP4lRf6pBT1ghz9shH2ihn6oRX+uBDzdR76nxX4kRj/vw71hBv9thD1gBz2iBr+vA/wZCL5nRb+uw/zdx78rxL9thD8rBLwZCL7qRP8rRL9shH8qxL7phP5mhb6oxT6nxXycR/1gxv0ex31gBz0fhz3jRn4khj4lhf6pBT+txD2hxr6oRX5nBX9tRDzdB72iRr3kBj8rxLxaCHybSDxayDzdh72hRvzeB33jxj5nhX8sBH9tBD2ixn4lRf7pRP+uw/4lBf+uQ/5lxcJjM1dAAAAYHRSTlMADwMvHAvwiDYfB/v038asg3VRR0VCFPHx8O/s7Ovr6efn5OHczrKmpKGXkHV1a2JSTEA7OTUwKScnIhgT+vn5+ffy8e7izczKx7u6t62tpJqQj4R/fXNsYmBbWkg7Ny395wVXAAACDElEQVRIx6XRZ1viQBSG4ZPQBKRIs/fey9p1e++9NwlggkCEiAEs0Si6KH96Z2AEP3Lw+QH39c4cqGayLni9c4bA2rIVMPGc4fvoYE/jBslu36CZzXbzkGXCywNfi8AFOB7AaphfmBl3DlKo2sDohJUomDjOYHGar4D9/cPDg56RaUDGc3NDAxXgIBqNZt79AmyBeWcjERigaXc6p9fQiMHCJmQy2vFxLNH/hUcbnKU9WgZisVgiEe/8BHhjvL20gADx+NbW0QMP3lge0TQKlIWd7GsT3pjpvwZkz3o9gG/sLgN2srKs5z7UMcOTYMCZLOdy289teML0kgE6AS6SzQ11EGNHpQU6BZLFvkXA95UB2+fJ5OZmR2XFX1fNxK1eWdcZsHsi+aHUlNAEtROtZMHFOQWI8IiuMLoE4TfUXkMrBYpEkCRRdBjB/zgs3F4CRKsP6QL6hrSYijybCoYFocsImBY7ihUgEqTAaQvg8jcz4B8FwsJe6BUgm90tfQIDTkOhJsD24ySdTqUIECQLiOADdO6rNwh0wv0/aIB7kxargKraAJfxvXR9QV7tBlTr7jZJpIcsn4FMUN4CIttkn0QPyX6RLlAU1Ck499M2CkQYQIXLn4CKN86+cJSBvVA+ryiXhVVAt74y6ehibyAC1NeKz9VyT1UJ8ATqzub73K0UCsM83KSlb8MfAeA/oi3Z49CoKXEAAAAASUVORK5CYII=) no-repeat;
    left: -70px;
    top: 40px;
    -webkit-transform: scaleY(-1) rotate(180deg);
    transform: scaleY(-1) rotate(180deg);
    -webkit-filter: FlipV;
    filter: FlipV;
    -ms-filter: FlipV
}

.form-block .flex-wrapper .right > img {
    max-height: 377px
}

.conference {
    padding: 90px 0
}

.conference .content {
    margin-top: 40px;
    position: relative
}

.conference .content:after {
    position: absolute;
    content: "";
    width: 100%;
    height: 60px;
    left: 0;
    bottom: -22px;
    background: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, 0)), color-stop(32%, rgba(255, 255, 255, .77)), to(white));
    background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0, rgba(255, 255, 255, .77) 32%, #fff 100%)
}

.conference .content img {
    float: left;
    padding-right: 30px;
    padding-bottom: 30px;
    padding-top: 8px;
    max-width: 55%
}

.conference .content p {
    color: #444;
    font-size: 18px;
    line-height: 28px
}

.conference .content p:not(:first-of-type) {
    margin-top: 40px
}

.conference .content span {
    text-align: right;
    display: block;
    font-size: 20px;
    padding-top: 30px;
    font-weight: 700
}

.conference .content .about-person {
    font-size: 16px;
    background: #f0f5fa;
    font-weight: 700;
    line-height: 24px;
    padding: 15px 28px;
    width: 270px;
    position: relative;
    float: right;
    margin-top: 40px;
    margin-bottom: 40px;
    margin-left: 20px
}

.conference .content .about-person:before {
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    width: 0;
    height: 0;
    border-top: 30px solid #fff;
    border-right: 30px solid transparent
}

.conference .content .about-person:after {
    position: absolute;
    content: "";
    bottom: 0;
    right: 0;
    width: 0;
    height: 0;
    border-bottom: 30px solid #fff;
    border-left: 30px solid transparent
}

.conference .content .about-person .quote {
    color: #fec804;
    font-size: 54px;
    line-height: 24px;
    position: absolute;
    top: 5px;
    left: 40px
}

.conference .content.readmore-js-expanded:after {
    display: none
}

.conference .toggle {
    margin: 30px auto 0;
    display: block;
    border-radius: 50%;
    border: 1px solid #000;
    font-size: 38px;
    text-decoration: none;
    width: 40px;
    text-align: center;
    line-height: 38px;
    font-weight: 100
}

.conference .toggle.unactive {
    color: #20a82d
}

.conference .toggle.active {
    color: #fec804;
    border: 1px solid #fec804
}

.results {
    padding: 0 0 80px
}

.results h1 {
    margin-top: 50px
}

.results .result-head {
    padding: 80px 0 60px;
    background: #f3f8fb url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAE4AAABQBAMAAABFWF7FAAAAJFBMVEX///8AAAD////////+/v7+/v7+/v7////////////+/v7////N6z+tAAAADHRSTlOAAGEkWxtXHygYaGUHj9V+AAABZklEQVRIx2zOzQ2BURhE4RPxE0ssCJtPB1pQghJ0QAda0IESlCiCe+TOO8uTWTz8NhpwRVt8t7kvXLb2257zZ/N3m+fP5u8xjZvN3wbERPO3BTHR/N1ATDR/DxBTNBoFMUWjURBTNBoFMUWjURBTNKSI6Zq/HQTQ5u/waRNftv/fE3qgzd+K707euoYU4Oiva0gRUzSkAGN/XUOKmKIhRUzRkCKmaEgRUzSkiMn2/i0hgNGQIibb+zdAAKMhRUzRkCKmaHwobiYPbEgRUzQ6ClzlYaOjwF4eNi4QmKIx9G0kDxu567po5PbybORm8myvvuqQAAAAgEHY+6e+xA1Jga0oyahGb1SjN6rRG9XoWY2e1ehZjZ7V6FmNntXoWY2e1ehZjZ7V6FmNntXoWY2e1ehZjZ7V6FmNntXoWY2e1ehZjZ7V6FmNntXoWY2e1ehZjZ7V6FmNntXoWY2e1ehZjZ7V6FmN3gFSCKAH950ZcQAAAABJRU5ErkJggg==)
}

.results .result-head h2 {
    max-width: 100%;
    margin: 20px auto 0;
    text-align: center
}

.results .container > p {
    font-size: 18px;
    color: #444;
    text-align: center
}

.results .container > p:last-of-type {
    font-size: 20px;
    margin-top: 30px
}

.results .container > img {
    margin-top: 40px
}

.results .effect {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin: 40px auto
}

.results .effect .percents {
    text-align: center
}

.results .effect .percents:nth-of-type(1) span {
    color: #20a82d
}

.results .effect .percents:nth-of-type(2) span {
    color: #ec6319
}

.results .effect .percents:nth-of-type(3) span {
    color: #fec804
}

.results .effect .percents span:first-of-type {
    display: block;
    text-align: center;
    font-size: 18px;
    color: #333
}

.results .effect .percents .cur, .results .effect .percents .percent {
    font-size: 130px;
    font-weight: 700
}

.results .effect-days {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin: 40px auto
}

.results .effect-days .percents:nth-of-type(1) span {
    color: #20a82d
}

.results .effect-days .percents:nth-of-type(2) span {
    color: #d8482c
}

.results .effect-days .percents:nth-of-type(3) span {
    color: #ec6319
}

.results .effect-days .percents:nth-of-type(4) span {
    color: #fec804
}

.results .effect-days .percents span:first-of-type {
    display: block;
    text-align: center;
    font-size: 18px;
    color: #333
}

.slider-block {
    padding: 80px 0;
    background: #f3f8fb url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAE4AAABQBAMAAABFWF7FAAAAJFBMVEX///8AAAD////////+/v7+/v7+/v7////////////+/v7////N6z+tAAAADHRSTlOAAGEkWxtXHygYaGUHj9V+AAABZklEQVRIx2zOzQ2BURhE4RPxE0ssCJtPB1pQghJ0QAda0IESlCiCe+TOO8uTWTz8NhpwRVt8t7kvXLb2257zZ/N3m+fP5u8xjZvN3wbERPO3BTHR/N1ATDR/DxBTNBoFMUWjURBTNBoFMUWjURBTNKSI6Zq/HQTQ5u/waRNftv/fE3qgzd+K707euoYU4Oiva0gRUzSkAGN/XUOKmKIhRUzRkCKmaEgRUzSkiMn2/i0hgNGQIibb+zdAAKMhRUzRkCKmaHwobiYPbEgRUzQ6ClzlYaOjwF4eNi4QmKIx9G0kDxu567po5PbybORm8myvvuqQAAAAgEHY+6e+xA1Jga0oyahGb1SjN6rRG9XoWY2e1ehZjZ7V6FmNntXoWY2e1ehZjZ7V6FmNntXoWY2e1ehZjZ7V6FmNntXoWY2e1ehZjZ7V6FmNntXoWY2e1ehZjZ7V6FmNntXoWY2e1ehZjZ7V6FmN3gFSCKAH950ZcQAAAABJRU5ErkJggg==)
}

.slider-block .slider-photos {
    text-align: center;
    padding: 0 60px;
    margin: 45px auto 0
}

.slider-block .slider-photos .before {
    position: relative;
    padding: 0 10px
}

.slider-block .slider-photos .after {
    position: relative;
    padding: 0 10px
}

.slider-block .order-button {
    display: block;
    background: #20a82d;
    color: #fff;
    text-decoration: none;
    margin: 90px auto 0;
    width: 290px;
    text-align: center;
    font-size: 24px;
    line-height: 22px;
    padding: 15px 10px;
    border-radius: 50px;
    border: 5px solid #e9e8e6
}

.slider-block .order-button:hover {
    background: #ec192b;
    -webkit-transition: .2s;
    transition: .2s
}

.comments {
    padding: 90px 0 0;
    border-bottom: 1px solid #d5d5d5
}

.comments .flex-wrapper {
    padding: 80px 0;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.comments .comment {
    position: relative;
    -webkit-box-shadow: 0 0 23px 1px rgba(0, 0, 0, .07);
    box-shadow: 0 0 23px 1px rgba(0, 0, 0, .07);
    width: 370px;
    height: fit-content;
    height: -moz-fit-content;
    height: -webkit-fit-content;
    height: -ms-fit-content
}

.comments .comment .photo {
    text-align: center
}

.comments .comment .photo img {
    display: block;
    margin: -25px auto 20px
}

.comments .comment .photo .name {
    font-weight: 700;
    font-size: 18px
}

.comments .comment .apply-result {
    margin-top: 20px;
    position: relative;
    font-size: 16px;
    font-style: italic;
    background: #f0f5fa;
    padding: 20px 40px;
    text-align: center;
    color: #333;
    min-height: 97px
}

.comments .comment .apply-result .quote {
    top: 6px;
    left: 0;
    right: 0;
    margin: auto
}

.comments .comment .comment-text {
    font-size: 17px;
    position: relative;
    text-align: center;
    color: #444;
    height: fit-content;
    height: -moz-fit-content;
    height: -webkit-fit-content;
    height: -ms-fit-content
}

.comments .comment .comment-text p {
    padding: 20px;
    font-size: 17px;
    line-height: 22px
}

.comments .comment .comment-text.readmore-js-expanded:after {
    display: none
}

.how-use-block {
    padding: 75px 0
}

.how-use-block > p {
    color: #444;
    font-size: 18px;
    line-height: 26px;
    text-align: center;
    margin-top: 50px
}

.how-use-block .flex-wrapper {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

.how-use-block .flex-wrapper .img {
    position: relative;
    overflow: hidden;
    width: 377px;
    height: 377px
}

.how-use-block .flex-wrapper .img img {
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
    -webkit-transition: .3s;
    transition: .3s
}

.how-use-block .flex-wrapper .img img.active {
    opacity: 1;
    -webkit-transition: .3s;
    transition: .3s
}

.how-use-block .flex-wrapper .how-use {
    position: relative;
    margin-left: 135px;
    margin-top: 50px
}

.how-use-block .flex-wrapper .how-use:before {
    position: absolute;
    content: "";
    top: 0;
    left: -230px;
    background: url(./product.png) no-repeat;
    background-size: contain;
    width: 271px;
    height: 340px
}

.how-use-block .flex-wrapper .how-use ul {
    list-style: none;
    margin: 0;
    padding: 0
}

.how-use-block .flex-wrapper .how-use ul li .line {
    height: 1px;
    width: 70px;
    background: #20a82d;
    display: inline-block;
    vertical-align: middle;
    -webkit-transition: .3s;
    transition: .3s
}

.how-use-block .flex-wrapper .how-use ul li .number {
    background: #fff;
    border: 1px solid #20a82d;
    border-radius: 50%;
    line-height: 40px;
    width: 40px;
    text-align: center;
    display: inline-block;
    vertical-align: middle;
    margin-left: -5px;
    font-size: 18px;
    font-weight: 700;
    -webkit-transition: .3s;
    transition: .3s
}

.how-use-block .flex-wrapper .how-use ul li p {
    display: inline-block;
    vertical-align: middle;
    margin-left: 25px;
    padding: 30px 0;
    border-bottom: 1px solid #d5d5d5;
    font-size: 20px;
    width: 330px;
    -webkit-transition: .3s;
    transition: .3s;
    color: #333
}

.how-use-block .flex-wrapper .how-use ul li.active .line {
    background: #fec804;
    -webkit-transition: .3s;
    transition: .3s
}

.how-use-block .flex-wrapper .how-use ul li.active .number {
    background: #fec804;
    border: 1px solid #fec804;
    -webkit-transition: .3s;
    transition: .3s
}

.how-use-block .flex-wrapper .how-use ul li.active p {
    font-weight: 700;
    color: #000;
    -webkit-transition: .3s;
    transition: .3s
}

.spray .spray-header {
    background: #e6f3fe url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAE8AAABQBAMAAACqmjX7AAAAGFBMVEX+/v4AAAD////////+/v7////+/v7////wu6LPAAAACHRSTlMmAAoeGwcZDOZUEN0AAAFSSURBVEjHhM6xDQIxEAVRCwEx7AZOlw62BCiBEq4D9x8hOZ3R8cOnH8z4PrEp9hgHMQ873ojLbNyJbTYYOd0YmW6MXG6MbDcETTdGphsjlxsj2w1B4bb3QQ6NkeW2d0UODUHhxsh0Y2S5MbLdEBRujEw3RpYbI9sNQeHGyHRjZLkxsk9t77Vz3BiZ/21cdo4bI9sNQeHGyHRjZLkxst0QFG6MTDdGlhsj3+f246sOiQAAgCAEXgSifP90L3FYBr+pi42lLjaWuthY6mJjqYuNpS42lrrYHK/FYamLjaUuNpa62FjqYmOpi42lLjaWuthY6mJjqYuNpS42lrrYWOpiY6mLjaUuNpa62FjqYmOpi42lLjaWuthY6mJjqYuNpS42lrrYWOpiY6mL7QdUKExUjQNUqEBUjQNUaEBUjSPAQGTtosBAZO3iwEBs7cKAv3ZBAABEhY1bqhN6RwAAAABJRU5ErkJggg==);
    padding: 80px 0;
    position: relative
}

.spray .spray-header:after {
    position: absolute;
    content: "";
    width: 0;
    height: 0;
    border-left: 20px solid transparent;
    border-right: 20px solid transparent;
    border-top: 20px solid #e6f3fe;
    left: 0;
    right: 0;
    bottom: -20px;
    margin: auto
}

.spray .spray-header .container h1 .blue-spray {
    font-size: 40px;
    line-height: 42px
}

.spray .spray-header .container > span {
    text-align: center;
    display: block;
    margin-top: 15px;
    font-size: 18px;
    line-height: 24px;
    font-weight: 700
}

.spray .spray-header .container p {
    color: #444;
    font-size: 18px;
    line-height: 28px;
    margin-top: 20px;
    text-align: center
}

.spray .block11-content {
    padding: 75px 0;
    position: relative
}

.spray .block11-content:before {
    position: absolute;
    content: "";
    width: 43px;
    height: 1345px;
    background: url(https://online24shops.com/benormx_1uah_1/img/section-before.png);
    top: -333px;
    left: -100px
}

.spray .block11-content:after {
    position: absolute;
    content: "";
    width: 43px;
    height: 1345px;
    background: url(https://online24shops.com/benormx_1uah_1/img/section-before.png);
    top: -333px;
    -webkit-transform: scale(-1, 1);
    transform: scale(-1, 1);
    -webkit-filter: FlipH;
    filter: FlipH;
    -ms-filter: FlipH;
    right: -100px
}

.spray .block11-content .product {
    width: 340px;
    display: inline-block;
    position: relative
}

.spray .block11-content .product .discount {
    bottom: 25px;
    right: -10px
}

.spray .block11-content .left-block {
    position: relative;
    z-index: 2;
    width: 460px;
    float: left
}

.spray .block11-content .left-block h1 {
    color: #000;
    text-align: left;
    line-height: 38px;
    max-width: 646px;
    font-size: 38px;
    padding: 0
}

.spray .block11-content .left-block h1 .product-name {
    font-weight: 700;
    text-align: left
}

.spray .block11-content .left-block h2 {
    margin-top: 20px;
    font-size: 18px;
    line-height: 24px;
    color: #555;
    max-width: 360px
}

.spray .block11-content .left-block .about-product {
    margin-top: 40px;
    max-width: 440px;
    padding-right: 20px;
    position: relative;
    margin-left: 25px;
    list-style: none
}

.spray .block11-content .left-block .about-product li {
    font-size: 18px;
    color: #333;
    font-weight: 700;
    line-height: 22px;
    margin-top: 30px;
    margin-left: 10px;
    position: relative
}

.spray .block11-content .left-block .about-product li:before {
    position: absolute;
    content: "";
    width: 31px;
    height: 31px;
    left: -43px;
    top: 0;
    background: url(./list-yellow.png);
    background-size: 30px;
    background-size: 31px 31px
}

.spray .block11-content .left-block .about-product .prod {
    position: absolute;
    left: -311px;
    top: 57px;
    width: 261px;
    height: 423px;
    z-index: 3;
    background: url(https://online24shops.com/benormx_1uah_1/img/prod-block1.png)
}

.spray .block11-content .left-block .about-product .prod img {
    display: none
}

.spray .block11-content .left-block .form {
    margin-top: -55px
}

.spray .block11-content .right-block {
    position: relative;
    z-index: 2;
    float: right;
    width: 300px;
    color: #666
}

.spray .block11-content .right-block > p {
    text-align: center;
    padding: 20px 0
}

.spray .block11-content .right-block > p img {
    display: inline-block;
    vertical-align: bottom;
    padding: 0 10px
}

.spray .block11-content .right-block .form {
    border-top: 5px solid #fdd74d;
    background: rgba(233, 232, 230, .49) url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABUAAAArCAMAAACguTN5AAAAYFBMVEUAAAD6+vr7+/v5+fn39/f6+vr6+vr5+fn+/v76+vr6+vr5+fn5+fn6+vr6+vr5+fn5+fn5+fn4+Pj6+vr6+vr6+vr4+Pj39/f////5+fn6+vr5+fn5+fn5+fn+/v76+voxGjHoAAAAH3RSTlMAqkT7IZq1hBLRy4G7n0zy8fBTPDg0UCMQ73JXVTIT9ysdDwAAAKhJREFUKM9tylkOgkAURNHnDIqoqDhb+9+l3Qa4CUV9VW5OzIc9m+EGq3bhO+tx91pJYKh0AkMFhmZcGHV8keR4rW4bo3nHwigYCoYavkpjDAVD2aHoqGEo+Punjj+S49jNJharYGyx9PYKTeAy5PitkOMyVcONUjVc5tpjaK49huY6wq26mjGUCm5FBW+p4FrUtD2UmjCUmjCUurhlSgVvqeBaVPBA9QN/CjL5eAudwQAAAABJRU5ErkJggg==)
}

.spray .block11-content .right-block .form:before {
    display: none
}

.spray .block11-content .right-block .form form .btn-ord:before {
    left: -36px;
    top: 24px;
    -webkit-transform: rotate(-48deg);
    transform: rotate(-48deg)
}

.spray .block11-content .right-block .form form .btn-ord .order {
    background: #20a82d;
    -webkit-transition: .3s;
    transition: .3s
}

.spray .block11-content .right-block .form form .btn-ord .order:hover {
    background: #2274ad;
    -webkit-transition: .3s;
    transition: .3s
}

.spray .how-use-spray {
    background: #e6f3fe url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAE8AAABQBAMAAACqmjX7AAAAGFBMVEX+/v4AAAD////////+/v7////+/v7////wu6LPAAAACHRSTlMmAAoeGwcZDOZUEN0AAAFSSURBVEjHhM6xDQIxEAVRCwEx7AZOlw62BCiBEq4D9x8hOZ3R8cOnH8z4PrEp9hgHMQ873ojLbNyJbTYYOd0YmW6MXG6MbDcETTdGphsjlxsj2w1B4bb3QQ6NkeW2d0UODUHhxsh0Y2S5MbLdEBRujEw3RpYbI9sNQeHGyHRjZLkxsk9t77Vz3BiZ/21cdo4bI9sNQeHGyHRjZLkxst0QFG6MTDdGlhsj3+f246sOiQAAgCAEXgSifP90L3FYBr+pi42lLjaWuthY6mJjqYuNpS42lrrYHK/FYamLjaUuNpa62FjqYmOpi42lLjaWuthY6mJjqYuNpS42lrrYWOpiY6mLjaUuNpa62FjqYmOpi42lLjaWuthY6mJjqYuNpS42lrrYWOpiY6mL7QdUKExUjQNUqEBUjQNUaEBUjSPAQGTtosBAZO3iwEBs7cKAv3ZBAABEhY1bqhN6RwAAAABJRU5ErkJggg==);
    padding: 80px 0;
    position: relative
}

.spray .how-use-spray:before {
    position: absolute;
    content: "";
    width: 0;
    height: 0;
    border-left: 20px solid transparent;
    border-right: 20px solid transparent;
    border-bottom: 20px solid #e6f3fe;
    left: 0;
    right: 0;
    top: -20px;
    margin: auto
}

.spray .how-use-spray .steps {
    margin-top: 50px;
    -ms-flex-pack: distribute;
    justify-content: space-around
}

.spray .how-use-spray .steps .step {
    max-width: 246px;
    text-align: center;
    position: relative
}

.spray .how-use-spray .steps .step:not(:last-child):after {
    position: absolute;
    content: "";
    width: 111px;
    height: 15px;
    background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAG8AAAAPBAMAAAAYH4wJAAAAGFBMVEUAAADGxMTGxMTGxMTGxMTGxMTGxMTGxMSW8SnTAAAAB3RSTlMArwYhwJuaOSDLUwAAADZJREFUKM9jIAMwKzCQB1iFyNTIJEiulYpDykoDhnIQAHFIYzmQbSOd/IgI1SFiIRvIQrJzBwDCtBDGmr4rfgAAAABJRU5ErkJggg==);
    top: 100px;
    left: 260px
}

.spray .how-use-spray .steps .step:last-child:after {
    position: absolute;
    content: "";
    width: 50px;
    height: 50px;
    background: url(./list-yellow.png);
    top: 0;
    right: 35px
}

.spray .how-use-spray .steps .step .img {
    width: 220px;
    height: 220px;
    text-align: center;
    background-color: #fff;
    overflow: hidden;
    border: 10px solid #dcecf9;
    border-radius: 50%;
    position: relative;
    margin: auto
}

.spray .how-use-spray .steps .step .img:before {
    display: inline-block;
    height: 100%;
    vertical-align: middle;
    content: ""
}

.spray .how-use-spray .steps .step .img img {
    display: inline-block;
    vertical-align: middle;
    max-width: 100%
}

.spray .how-use-spray .steps .step p {
    margin-top: 20px;
    font-weight: 700
}

.order-product {
    padding: 50px 0 0
}

.order-product .container h1 {
    max-width: 740px;
    margin: auto
}

.order-product .container .order {
    margin-top: 50px;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    list-style: none;
    border-bottom: 1px solid #d5d5d5
}

.order-product .container .order .circle {
    width: 240px;
    position: relative;
    text-align: center;
    margin-bottom: 80px
}

.order-product .container .order .circle p {
    padding-top: 30px;
    font-size: 20px;
    line-height: 26px;
    font-weight: 700;
    max-width: 230px
}

.order-product .container .order .arrows {
    padding: 0 20px
}

.order-product .container .order .arrows .arrow {
    -webkit-transition: .2s;
    transition: .2s;
    margin-top: 60px;
    background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACkAAAAxCAMAAABwO3AyAAABblBMVEUAAAD52i/61yr71SP9zhL80hz71B/33zr80h370x752Cz80Rr53DL71SL52S343Tb52jD71ST43DT52S752zH43jj71ST71SP70yD53DP62S39zRD61yf+yAX9zxP80Rr9zRD52i/71CL70x743DT61yf+ygj43Tf43DT61yf61yf/xwP/yQj9zhH80hv9zRD70Rv80Rn61iX71SL71SL80Rn9zA/61iX52i/+zA771SP+ywz52i743Tf8zhT9ywz52S/70Rv8zhT+yQn80Rn8zxX70x78zhT52jD+ygj71CL61SP8zxX52S/33jr80Rn33jn61SP9ywz43DT/xwL52jD70Rv9zA79zRD33jr70Rv52Cz52jD8zxX61if+yAX70x7+yAX43DT9zRD43Tf33jn43DT+ygj52Cz33jr33zz+yQn33zz80Rn/xwL9zAz80Rr+ygf8zhT9zRD61yf8zxX61SP71CL70x752i+1RRDPAAAAb3RSTlMAAgUJGRUPthIM/fz16N/NoX57aWFRNDEoHwP8+vb18e/u7urm5ePX1ce3r6SZk46MgnVtYFxaVkI+OCQcGPr6+fjt7evl393Z1dTOy8rIwr+/vbm0srKuq6Whlo6Ih4d6d3BpZVxZVU5LSUhELh6CP7UUAAABnklEQVRIx42UV1fCQBCFEyJdxK6ICtJBEBQRBLH33nvvfTcJofx7fZOJwzkzj3e/TLnZWUEwGwVidLVSSTGcp6KPTpFISoEOatL2IQuRNDVfUJNe2rqJpMsWpQ7VWhonkj0lhwk/MU/phFh5BCefDnRCrmz/QklDoFOnbFR3xAZm6+pnq3wCJYuzMV2VZb5kovmS5loSJbtLviYgWBc1dy+KRivHUBjV1H2UzFZ4BgjGQZW9oEY5+Dysn1BZSMLQNq6cAKHgZvINRhrnFAYtPGXyQAFDzxW2AOrnmSwfohdIYfJwvdA0I/8J4GCayfF6Iflb/RsjUwoLWYBNTL7DQItHUT/qhSuVrRkauJQAX3pVNomBVh9fser+ZlzAYqxiBxlMHs1rxEApWEkB4ZZrD2jKjtK6BJrx8010Pfpa+ntgM1U7/o501tpgM44qvsZiZAs6ly778S3qaoaLYAiWMwIaznv9fHv4tr/v/puvF09pdunms10LpOhbbZFo5HPtlQaKkSNExS1zEUlnOxF8CxuI5HaOCH6eCcQwF4ngD1zHQgOQnqBDAAAAAElFTkSuQmCC);
    background-repeat: no-repeat;
    height: 50px;
    width: 20px
}

.order-product .container .order .arrows .arrow.filter {
    -webkit-filter: grayscale(100%);
    filter: grayscale(100%)
}

.order-product .container .order .arrows .arrow-1, .order-product .container .order .arrows .arrow-3 {
    background-position: -25px 0
}

.order-product .container .warning {
    padding: 90px 0 110px;
    text-align: center;
    background: url() no-repeat center
}

.order-product .container .warning h1 {
    max-width: 1060px
}

.order-product .container .warning p {
    margin-top: 25px;
    font-size: 18px;
    line-height: 28px;
    color: #444
}

footer {
    font-size: 16px;
    line-height: 24px;
    color: #737373;
    padding: 25px 0 50px
}

footer a {
    color: #737373;
    text-decoration: none
}

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

footer .flex-wrapper .left {
    text-align: left
}

footer .flex-wrapper .left img {
    margin-right: 20px
}

footer .flex-wrapper .center {
    text-align: center
}

footer .flex-wrapper .right {
    text-align: right
}

footer .flex-wrapper span {
    display: block
}

footer .flex-wrapper span#date {
    display: inline
}

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

.slick-dots {
    bottom: -40px;
    left: 0;
    right: 0;
    margin: auto
}

.slick-dots li {
    width: 12px;
    height: 12px;
    margin-right: 15px;
    background: #cadceb;
    border-radius: 50%;
    vertical-align: middle;
    -webkit-transition: .2s;
    transition: .2s
}

.slick-dots li button:before {
    content: ""
}

.slick-dots li.slick-active {
    background: #fec804
}

.slick-next, .slick-prev {
    height: 23px;
    width: 54px
}

.slick-next:before, .slick-prev:before {
    content: ""
}

.slick-prev {
    background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADIAAAAVBAMAAAD2uKAMAAAAD1BMVEUAAAD/agD/agD/agD/agDVxJuMAAAABHRSTlMAP+uaMfSUSgAAACRJREFUKM9jwAKYBRhwAEZFBlxAaAhrcsEFSLdISGD4aIGkAwCztwkv1La7XgAAAABJRU5ErkJggg==) no-repeat;
    left: 0;
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg)
}

.slick-next {
    background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADIAAAAVBAMAAAD2uKAMAAAAD1BMVEUAAAD/agD/agD/agD/agDVxJuMAAAABHRSTlMAP+uaMfSUSgAAACRJREFUKM9jwAKYBRhwAEZFBlxAaAhrcsEFSLdISGD4aIGkAwCztwkv1La7XgAAAABJRU5ErkJggg==) no-repeat;
    right: 0
}

.slick-next.slick-disabled, .slick-prev.slick-disabled {
    -webkit-filter: grayscale(100%);
    filter: grayscale(100%)
}

.toggle {
    margin: 30px auto 0;
    display: block;
    border-radius: 50%;
    border: 1px solid #000;
    text-decoration: none;
    text-align: center;
    font-weight: 100;
    color: #20a82d;
    background: #fff;
    -webkit-transition: .2s;
    transition: .2s
}

.toggle:hover {
    color: #ec192b;
    -webkit-transition: .2s;
    transition: .2s
}

.toggle.active {
    color: #fec804;
    border: 1px solid #fec804
}

.toggle.active:hover {
    color: #ec192b;
    -webkit-transition: .2s;
    transition: .2s
}

.ever-popup__body > span {
    display: none
}

.ever-popup__body .discount {
    display: none
}

.ever-popup-build {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    background: #fff;
    border-radius: 0
}

.ever-popup-build .form-product {
    text-align: center;
    width: 54%;
    min-width: 400px;
    padding-bottom: 20px;
    border-right: 1px solid #d5d5d58c
}

.ever-popup-build .form-product img {
    max-width: 350px;
    max-height: 300px
}

.ever-popup-build .form-product h1 {
    text-align: center;
    font-size: 26px;
    padding: 20px 0;
    font-weight: 700
}

.ever-popup-build .form {
    width: 46%;
    margin-top: 0;
    background: 0 0;
    border-radius: 0;
    -webkit-box-shadow: none;
    box-shadow: none
}

.ever-popup-build .form:before {
    display: none
}

.ever-popup-build .form form .prices .current-price, .ever-popup-build .form form .prices .old-price {
    border-radius: 0
}

.ever-popup-build .form form .order {
    padding: 22px 0
}

.ever-popup-build .form > span {
    display: none
}

.ever-popup-build .form form .order {
    margin-top: 20px;
    margin-bottom: 25px;
    background: #20a82d;
    color: #fff;
    font-size: 24px;
    line-height: 22px;
    font-weight: 700;
    border: 5px solid #e9e8e6;
    position: relative
}

.ever-popup-build .form form .order:hover {
    background: #ec192b;
    -webkit-transition: .3s;
    transition: .3s
}

@media screen and (max-width: 1200px) {
    .vw > section {
        padding-left: 10px;
        padding-right: 10px;
        -webkit-box-sizing: border-box;
        box-sizing: border-box
    }

    .block-1 .block1-content .girl {
        background-size: 1000px;
        right: 0
    }

    .block-1 .block1-content .girl .product {
        margin-left: auto;
        margin-right: 355px
    }

    .statistic .symptom-photos {
        max-width: 700px;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        margin: auto
    }

    .repercussion .photos .photo {
        padding: 10px
    }

    .results .result-head {
        width: calc(100% + 20px);
        margin-left: -10px
    }

    .comments .comment {
        width: 32%
    }

    .comments .comment .apply-result {
        min-height: 116px
    }

    .spray {
        padding-left: 0 !important;
        padding-right: 0 !important
    }

    .spray .spray-header {
        padding-left: 10px;
        padding-right: 10px;
        -webkit-box-sizing: border-box;
        box-sizing: border-box
    }

    .spray .block11-content {
        padding-left: 10px;
        padding-right: 10px;
        -webkit-box-sizing: border-box;
        box-sizing: border-box
    }

    .spray .block11-content .product {
        width: 390px
    }

    .spray .block11-content .product img {
        float: right
    }

    .spray .block11-content .left-block {
        width: 375px;
        padding-left: 10px
    }

    .spray .block11-content .left-block h1 {
        line-height: 28px;
        font-size: 26px
    }

    .spray .how-use-spray {
        padding-left: 10px;
        padding-right: 10px;
        -webkit-box-sizing: border-box;
        box-sizing: border-box
    }

    .spray .how-use-spray .steps .step:not(:last-child):after {
        display: none
    }

    footer {
        padding-left: 10px;
        padding-right: 10px
    }
}

@media screen and (max-width: 1100px) {
    .block-1 {
        margin-bottom: 30px
    }

    .block-1 header .menu {
        float: none
    }

    .block-1 header .menu ul li {
        padding: 0 11px 0 11px
    }

    .block-1 .block1-content .girl {
        background: 0 0
    }

    .block-1 .block1-content .girl .product {
        margin-top: 248px;
        margin-right: 335px
    }

    .product-consist .container .consist div ul li {
        padding-right: 90px
    }

    .product-consist .container .consist div ul li.active {
        max-height: 300px;
        padding-bottom: 0
    }

    .product-consist .container .consist div ul li.active p {
        width: calc(100% + 60px)
    }

    .form-block .flex-wrapper .left {
        width: 380px;
        padding-right: 10px
    }

    .form-block .flex-wrapper .left h1 {
        font-size: 33px
    }

    .conference .content p {
        font-size: 16px
    }

    .how-use-block .flex-wrapper .how-use {
        margin-left: 110px
    }

    .how-use-block .flex-wrapper .how-use:before {
        left: -230x
    }

    .spray .block11-content .left-block {
        width: 300px
    }

    .spray .block11-content .product {
        width: 366px
    }
}

@media screen and (max-width: 1000px) {
    .ever-mobile.form form .btn-ord:before {
        display: none
    }

    .ever-mobile.form:before {
        display: none !important
    }

    .ever-mobile.form form .order:before {
        display: none !important
    }

    .block-1 {
        padding-bottom: 35px
    }

    .block-1 header .callback {
        display: none;
        -webkit-transition: .5s;
        transition: .5s
    }

    .block-1 header .menu ul {
        -webkit-box-pack: end;
        -ms-flex-pack: end;
        justify-content: flex-end
    }

    .block-1 .block1-content .left-block {
        float: none;
        margin: 20px auto 0
    }

    .block-1 .block1-content .left-block h1, .block-1 .block1-content .left-block h2 {
        max-width: 100%;
        text-align: center
    }

    .block-1 .block1-content .left-block .about-product {
        margin: 0 auto;
        left: 29px
    }

    .block-1 .block1-content .right-block {
        margin: 0 auto;
        float: none
    }

    .block-1 .block1-content .girl {
        min-height: 300px;
        width: 340px;
        left: 14%;
        display: none
    }

    .block-1 .block1-content .girl .product {
        margin: 0;
        margin-top: 100px
    }

    .product-consist .container .consist .center {
        display: none
    }

    .product-consist .container .consist .left {
        padding: 0 10px 0 0
    }

    .product-consist .container .consist .right {
        padding: 0 0 0 10px
    }

    .product-consist .container .consist .right ul li.active p {
        width: auto
    }

    .form-block .flex-wrapper {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center
    }

    .form-block .flex-wrapper .left {
        -ms-flex-preferred-size: 70%;
        flex-basis: 70%;
        margin-bottom: 50px
    }

    .form-block .flex-wrapper .center {
        width: 350px
    }

    .form-block .flex-wrapper .right {
        width: 370px;
        text-align: center;
        margin-left: 30px
    }

    .form-block .flex-wrapper .right .discount:before {
        left: -65px
    }

    .conference .content p:not(:first-of-type) {
        margin-top: 25px
    }

    .comments .comment .apply-result {
        padding: 20px;
        font-size: 14px
    }

    .how-use-block .flex-wrapper .how-use {
        margin: 30px auto;
        padding-left: 230px
    }

    .how-use-block .flex-wrapper .how-use:before {
        left: 0
    }

    .how-use-block .flex-wrapper .img {
        display: none
    }

    .spray .block11-content .left-block {
        width: 490px;
        float: none;
        margin: 0 auto 50px
    }

    .spray .block11-content .left-block h1 .br {
        display: inline
    }

    .spray .block11-content .left-block h1 .product-name {
        white-space: nowrap
    }

    .spray .block11-content .product {
        margin-left: 12%
    }

    .spray .block11-content .right-block {
        float: none;
        display: inline-block;
        vertical-align: top;
        margin-left: 40px
    }

    .form form .btn-ord:before {
        display: none
    }
}

@media screen and (max-width: 910px) {
    .block-1 .block1-content .girl {
        left: 8%
    }

    .spray .block11-content .product {
        height: 400px;
        margin: 0 auto
    }

    .results .effect .percents .cur, .results .effect .percents .percent {
        font-size: 100px
    }
}

@media screen and (max-width: 769px) {
    .block-1 header .logo {
        float: none;
        margin:0px auto 0px;
    }

    .block-1 header .menu ul {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center
    }

    .block-1 .block1-content .left-block {
        float: none;
        margin: 20px auto 0
    }

    .block-1 .block1-content .left-block h1, .block-1 .block1-content .left-block h2 {
        max-width: 100%;
        text-align: center
    }

    .block-1 .block1-content .left-block .about-product {
        margin: 0 auto;
        left: 29px
    }

    .block-1 .block1-content .right-block {
        float: none;
        margin: auto
    }

    .block-1 .block1-content .girl {
        left: 0;
        right: 0;
        position: relative;
        margin: 20px auto;
        min-height: 0
    }

    .block-1 .block1-content .girl .product {
        margin: 0 auto
    }

    .form form .btn-ord:before {
        display: none
    }

    .product-consist .container .consist {
        -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
    }

    .product-consist .container .consist .left {
        padding: 0
    }

    .product-consist .container .consist .right {
        padding: 0
    }

    .product-consist .container .consist .right li {
        padding: 40px 90px 40px 130px;
        text-align: left
    }

    .product-consist .container .consist .right li:before {
        left: 0
    }

    .product-consist .container .consist .right li:after {
        left: auto;
        right: 0;
        -webkit-transform: none;
        transform: none
    }

    .form-block .flex-wrapper .right .discount:before {
        left: -25px;
        top: -40px;
        -webkit-transform: scaleY(1) rotate(243deg);
        transform: scaleY(1) rotate(243deg)
    }

    .results .effect .percents .cur, .results .effect .percents .percent {
        font-size: 65px
    }

    .comments .flex-wrapper {
        -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;
        padding: 40px 0
    }

    .comments .flex-wrapper .comment {
        width: 80%;
        max-width: 400px;
        margin: 40px auto
    }

    .comments .flex-wrapper .comment .apply-result {
        min-height: 1px;
        padding: 20px 40px
    }

    .how-use-block > p {
        margin-top: 135px
    }

    .how-use-block .flex-wrapper .how-use ul li p {
        margin-left: 45px;
        padding: 11px 0;
        font-size: 17px;
        width: 200px
    }

    .how-use-block .flex-wrapper .how-use ul li .line, .how-use-block .flex-wrapper .how-use ul li .number {
        margin-top: 10px
    }

    .spray .block11-content .product {
        display: block;
        margin: 0 auto
    }

    .spray .block11-content .right-block {
        display: block;
        margin: 20px auto 0
    }

    .spray .how-use-spray .steps {
        -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
    }

    .spray .how-use-spray .steps .step:not(:first-of-type) {
        margin-top: 30px
    }

    .statistic .symptom-photos .symptom:not(:first-of-type) {
        margin-left: 20px
    }

    .statistic .symptom-photos .symptom {
        margin: 10px 20px;
        -webkit-box-sizing: border-box;
        box-sizing: border-box
    }

    .order-product .container .order {
        -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;
        padding-bottom: 40px
    }

    .order-product .container .order .circle {
        margin-bottom: 0
    }

    .order-product .container .order .arrows {
        -webkit-transform: rotate(90deg);
        transform: rotate(90deg);
        margin: 20px
    }

    .order-product .container .order .arrows .arrow {
        margin: auto
    }

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

    footer .flex-wrapper .center {
        width: 100%;
        text-align: center
    }

    footer .flex-wrapper .right {
        display: none
    }

    footer .flex-wrapper .left {
        margin-top: 0;
        width: 100%;
        text-align: center
    }

    footer .flex-wrapper .left .everad-logo img {
        margin: 0 !important
    }

    footer .flex-wrapper .left .copyright span {
        display: none
    }

    .ever-popup-build {
        display: none
    }
}

@media screen and (max-width: 630px) {
    .how-use-block {
        padding: 50px 0
    }

    .how-use-block > p {
        margin-top: 30px
    }

    .how-use-block .flex-wrapper .how-use {
        padding-left: 0
    }

    .how-use-block .flex-wrapper .how-use:before {
        display: none
    }

    .how-use-block .flex-wrapper .how-use ul li .line {
        display: none
    }

    .how-use-block .flex-wrapper .how-use ul li .number {
        margin: 0
    }

    .how-use-block .flex-wrapper .how-use ul li p {
        margin-left: 10px
    }

    .repercussion {
        padding: 50px 0
    }

    .repercussion .photos {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column
    }

    .repercussion .photos .photo {
        margin: auto
    }
}

@media screen and (max-width: 550px) {
    .container h1 {
        font-size: 26px !important;
        line-height: 28px !important
    }

    .block-1 h1 .red {
        font-size: 37px
    }

    .block-1 header .menu ul {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        width: 250px;
        margin: auto
    }

    .block-1 header .menu ul li {
        text-align: center;
        max-width: 235px
    }

    .block-1 header .menu ul li:not(:first-of-type) {
        border: 0
    }

    .block-1 .block1-content .left-block {
        width: auto
    }

    .block-1 .block1-content .left-block .about-product li {
        font-size: 16px;
        line-height: 17px
    }

    .block-1 .block1-content .girl {
        width: 100%;
        margin-top: 40px
    }

    .block-1 .block1-content .girl .product {
        width: 300px
    }
}

@media screen and (max-width: 480px) {
    .block-1 .block1-content .left-block .about-product {
        margin-left: 25px;
        padding-right: 0;
        margin-left: 2px;
        padding-right: 20px
    }

    .block-1 .block1-content .left-block .about-product li {
        font-size: 15px;
        line-height: 17px;
        margin-left: 10px
    }

    .block-1 .block1-content .girl .product .discount {
        right: 7px
    }

    .statistic {
        padding-bottom: 50px
    }

    .statistic .symptom-photos {
        display: block;
        padding-bottom: 0
    }

    .statistic .symptom {
        margin: 20px auto !important;
        width: 100%
    }

    .product-consist {
        padding-bottom: 50px
    }

    .product-consist .container .consist {
        margin: 0
    }

    .form-block .flex-wrapper .left {
        -ms-flex-preferred-size: 100%;
        flex-basis: 100%
    }

    .form-block .flex-wrapper .right {
        margin: 0
    }

    .form-block .flex-wrapper .right .discount {
        left: 20px
    }

    .conference {
        padding: 50px 0
    }

    .conference .content img {
        max-width: 100%
    }

    .conference .content .about-person {
        width: 100%
    }

    .results .effect .percents span:first-of-type {
        font-size: 12px
    }

    .results .effect .percents .cur, .results .effect .percents .percent {
        font-size: 35px
    }

    .slider-block {
        padding: 50px 0
    }

    .comments {
        padding: 50px 0 0
    }

    .comments .flex-wrapper .comment {
        width: 95%
    }

    .comments .flex-wrapper .comment .comment-text p {
        padding: 20px;
        font-size: 14px
    }

    .spray .block11-content .left-block {
        width: 100%
    }

    .spray .block11-content .product {
        width: 300px;
        margin: auto
    }
}

@media screen and (max-width: 425px) {
    .form-block .flex-wrapper .left h1 {
        text-align: center
    }

    .block-13 {
        margin-bottom: 0
    }
}



.readmore-js-section {
    overflow: hidden
}

.ever-desktop {
    display: block
}

.ever-mobile {
    display: none
}

@media screen and (max-width: 1000px) {
    .ever-mobile {
        display: block
    }

    .ever-desktop {
        display: none
    }
}

.ever-popup {
    display: none
}

@media screen and (max-width: 1000px) {
    .ever-popup {
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background: rgba(0, 0, 0, .7);
        z-index: 111;
        display: none;
        overflow: auto
    }

    .ever-popup__body {
        position: static;
        float: none;
        display: block;
        margin: 0 auto;
        width: auto
    }

    .ever-popup.show {
        display: block;
        align-items: center
    }

    .ever-popup__inner {
        position: relative;
        margin: 0 auto;
        padding-top: 35px
    }

    .ever-popup__close {
        width: 35px;
        height: 30px;
        position: absolute;
        cursor: pointer;
        top: 0;
        right: 0;
        z-index: 1;
        -webkit-transition: .3s;
        -moz-transition: .3s;
        -ms-transition: .3s;
        -o-transition: .3s;
        transition: .3s
    }

    .ever-popup__close:after, .ever-popup__close:before {
        content: "";
        position: absolute;
        right: 0;
        top: 10px;
        width: 35px;
        height: 10px;
        background: #fff;
        transition: all 1s
    }

    .ever-popup__close:after {
        -webkit-transform: rotate(-45deg);
        -ms-transform: rotate(-45deg);
        -o-transform: rotate(-45deg);
        transform: rotate(-45deg)
    }

    .ever-popup__close:before {
        -webkit-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
        -o-transform: rotate(45deg);
        transform: rotate(45deg)
    }
}

.fancybox-margin {
    margin-right: 17px
}

.ever-popup-build {
    position: absolute;
    opacity: 0;
    z-index: -1;
    top: 0;
    left: 0
}

.pl_field_address_info {
    opacity: 0
}

@media screen and (min-width: 1200px) and (max-width: 9999px) {
    .form-block .flex-wrapper .left {
        width: 530px;
        padding-right: 70px
    }

    .form-block .flex-wrapper .right {
        width: 435px;
        margin-left: 10px;
        margin-top: 5px
    }

    .form-block .flex-wrapper .right .discount {
        right: 230px
    }
}

@media screen and (min-width: 1101px) and (max-width: 1199px) {
    .form-block .flex-wrapper .right .discount {
        right: 220px
    }

    .form-block .flex-wrapper .left {
        width: 450px;
        padding-right: 30px
    }
}

@media screen and (min-width: 1001px) and (max-width: 1100px) {
    .form-block .flex-wrapper .right .discount {
        right: 185px
    }

    .form-block .flex-wrapper .left {
        width: 450px;
        padding-right: 30px
    }
}

.new_price_val, new_price_cur {
    font-size: 20px;
    line-height: 28px;
    font-weight: 700;
    color: #ff6a00
}

.primrub {
    color: #777 !important;
    margin: -5px 0 10px
}

* {
    outline: 0 !important
}

#created-button-1, #created-button-2 {
    line-height: 34px !important;
    font-family: Arial, Tahoma, Verdana
}

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

footer .container {
    text-align: center
}

.confidens {
    text-align: center;
    cursor: default;
    display: block;
    clear: both
}

.confidens a {
    text-decoration: none !important;
    font-family: 'Times New Roman', Times, serif, sans-serif;
    color: #7e7e7e !important;
    cursor: default;
    margin-top: 15px
}

.confidens a:hover {
    cursor: default;
    font-family: 'Times New Roman', Times, serif, sans-serif;
    color: #7e7e7e !important;
    text-decoration: none !important
}

#ps-call-pc-form {
    display: block
}

#ps-call-mobile-form {
    display: none
}

@media only screen and (min-device-width: 320px) and (max-device-width: 700px) {
    #ps-call-pc-form {
        display: none
    }

    #ps-call-mobile-form {
        display: block
    }
}

div.ps-popup-default .ps-phone-form .ps-order-call {
    width: auto;
    border: none
}

div.ps-popup-default .ps-phone-form .ps-order-call .ps-phone-holder {
    width: auto
}

a, abbr, acronym, address, applet, article, aside, audio, b, big, blockquote, body, canvas, caption, center, cite, code, dd, del, details, dfn, div, dl, dt, em, embed, fieldset, figcaption, figure, footer, form, h1, h2, h3, h4, h5, h6, header, html, i, iframe, img, ins, kbd, label, legend, li, mark, menu, nav, object, ol, output, p, pre, q, ruby, s, samp, section, small, span, strike, strong, sub, summary, sup, table, tbody, td, tfoot, th, thead, time, tr, tt, u, ul, var, video {
    margin: 0;
    padding: 0;
    border: 0;
    font: roboto;
    vertical-align: baseline
}

button, input, select, textarea {
    font-size: 100%;
    margin: 0;
    vertical-align: baseline;
    outline: 0
}

button, input {
    line-height: normal
}

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

button, input[type=button], input[type=reset], input[type=submit] {
    cursor: pointer
}

input[type=hidden] {
    display: none
}

a {
    outline: 0
}

img {
    max-width: 100%
}

.clearfix:after {
    content: "";
    display: table;
    clear: both
}

select {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none
}
