html {
    scroll-behavior: smooth;
}

h1 {
    font-size: 25px;
}

img {
    pointer-events: none;
    image-rendering: optimizeQuality
}

select {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none
}

body,
html {
    height: 100%
}

img {
    user-select: none
}

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,
hgroup,
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;
    vertical-align: baseline
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
    display: block
}

ol,
ul {
    list-style: none
}

blockquote,
q {
    quotes: none
}

blockquote:after,
blockquote:before,
q:after,
q:before {
    content: '';
    content: none
}

table {
    border-collapse: collapse;
    border-spacing: 0
}

input::-webkit-input-placeholder {
    color: #a6a6a6
}

input::-moz-placeholder {
    color: #a6a6a6
}

input:-moz-placeholder {
    color: #a6a6a6
}

input:-ms-input-placeholder {
    color: #a6a6a6
}

input:placeholder {
    color: #a6a6a6
}

body {
    font-size: 12px;
    line-height: normal
}

.insHide {
    display: none !important
}

.wrapper {
    max-width: 100%;
    margin: 0 auto;
    min-height: 100%;
    height: auto !important;
    height: 100%;
    background-color: #fff;
    overflow: hidden;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    background: #eff2f6
}

.wrapper,
body,
html {
    min-width: 640px !important
}

html,
body,
button,
input,
select,
.wrapper {
    font-family: "Roboto", sans-serif !important;
    font-weight: 400
}

.inner {
    max-width: 1080px;
    margin: 0 auto;
    box-sizing: border-box;
    padding: 5px 18px
}

.mob-button {
    display: none;
    width: 38px;
    height: 28px;
    cursor: pointer;
    position: relative
}

.mob-button>* {
    background: #fff;
    height: 4px;
    width: 100%;
    transform-origin: 50% 50%;
    position: absolute;
    transition: all .1s linear
}

.mob-button> :nth-child(1) {
    top: 0
}

.mob-button> :nth-child(2) {
    top: 12px
}

.mob-button> :nth-child(3) {
    bottom: 0
}

.mob-button.active> :nth-child(1) {
    transform: rotate(45deg);
    top: 11px
}

.mob-button.active> :nth-child(2) {
    opacity: 0
}

.mob-button.active> :nth-child(3) {
    transform: rotate(-45deg);
    bottom: 13px
}

.nav {
    transition: left .3s ease
}

.top-line__call,
.nav,
.top-line>* {
    display: flex;
    justify-content: center;
    align-items: center
}

.top-line {
    background: #33a199;
    position: fixed;
    display: flex;
    left: 0;
    top: 0;
    width: 100%;
    z-index: 500
}

.nav a:hover {
    color: #111;
    background: rgba(255, 255, 255, .9)
}

.nav a {
    font-weight: 400;
    text-decoration: none;
    color: #fff;
    font-size: 16px;
    padding: 14px 24px;
    border-radius: 30px;
    transition: all .2s ease;
    white-space: nowrap
}

.top-line__call {
    cursor: pointer;
    color: #fff;
    padding: 8px 0;
    white-space: nowrap
}

.top-line__call span {
    font-weight: 900;
    font-size: 20px;
    margin-left: 10px
}

@keyframes phoneRot {
    0% {
        transform: rotate(0deg)
    }

    25% {
        transform: rotate(-5deg)
    }

    50% {
        transform: rotate(0deg)
    }

    75% {
        transform: rotate(5deg)
    }

    100% {
        transform: rotate(0deg)
    }
}

.top-line__call:hover img {
    animation: phoneRot .3s linear infinite;
    transform: rotate(0deg)
}

.title {
    font-size: 41px;
    text-align: center;
    color: #fff;
    margin-bottom: 75px;
    font-weight: 300
}

.title span {
    display: block;
    font-size: 30px
}

.main-block {
    background: #f2f1eb url(../img/main-block-bg.jpg?v2) no-repeat;
    background-size: 1300px 670px;
    background-position: center;
    overflow: hidden;
    padding-top: 50px
}

.main-block .inner {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    justify-content: flex-start;
    align-items: flex-start
}

.main-block__flexArea {
    margin: 0 auto;
    padding-top: 75px;
}

.main-block__title {
    text-transform: uppercase;
    text-align: center;
    font-size: 19px;
    color: #33a199;
    margin-bottom: 10px;
    font-weight: 400
}

/* #zakaz {
    background-position: top -46px left 50%
} */

.colvo {
    color: #33a199;
    font-size: 14px;
    text-align: center;
    padding-bottom: 20px
}

.form-block__wrap {
    width: 400px;
    margin: 0 auto;
    position: relative;
    z-index: 2;
    top: -45px;
}

/* .main-block .form-block__wrap {
    margin: 0
} */

.form-block {
    background: #fff;
    border-radius: 5px;
    box-shadow: 0 0 49px rgba(0, 0, 0, .21);
    padding: 24px 30px 25px;
    margin: 0 auto 20px;
    box-sizing: border-box
}

.form-block__one {
    font-weight: 400;
    text-transform: uppercase;
    font-size: 19px;
    text-align: center;
    color: #33a199;
    margin-bottom: 20px;
    white-space: nowrap
}

.form-block__two {
    font-size: 18px;
    color: #2d2c33;
    text-align: center;
    margin-bottom: 15px
}

.form-block__two b {
    font-weight: 900
}

.form-block__two b:first-child {
    color: #33a199
}

.form-block__zakazhite {
    font-size: 18px;
    color: #2d2c33;
    text-align: center;
    margin-bottom: 15px
}
.purp {
    color: #33a199
}

.result {
    padding: 15px 0;
    background: #fff;
    color: #33a199;
    font-size: 16px
}

.result .inner {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    justify-content: space-between;
    align-items: flex-start
}

.result__item {
    width: 230px
}

.result__item-top {
    text-transform: uppercase;
    font-weight: 700
}

.why {
    font-size: 16px;
    color: #fff;
    padding: 60px 0 140px;
    background: -moz-linear-gradient(90deg, rgba(45, 112, 109, 1) 0%, rgba(45, 112, 109, 1) 1%, rgba(73, 183, 178, 1) 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(73, 183, 178, 1)), color-stop(99%, rgba(45, 112, 109, 1)), color-stop(100%, rgba(45, 112, 109, 1)));
    background: -webkit-linear-gradient(90deg, rgba(45, 112, 109, 1) 0%, rgba(45, 112, 109, 1) 1%, rgba(73, 183, 178, 1) 100%);
    background: -o-linear-gradient(90deg, rgba(45, 112, 109, 1) 0%, rgba(45, 112, 109, 1) 1%, rgba(73, 183, 178, 1) 100%);
    background: -ms-linear-gradient(90deg, rgba(45, 112, 109, 1) 0%, rgba(45, 112, 109, 1) 1%, rgba(73, 183, 178, 1) 100%);
    background: linear-gradient(0deg, rgba(45, 112, 109, 1) 0%, rgba(45, 112, 109, 1) 1%, rgba(73, 183, 178, 1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#49b7b2', endColorstr='#2d706d', GradientType=0)
}

.why__items {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    justify-content: center;
    align-items: stretch
}

.why__item-block {
    margin-bottom: 20px;
    position: relative
}

.topSix__item-block-C,
.why__item-block-C {
    position: absolute;
    width: 52px;
    height: 52px;
    border-radius: 50%;
    right: 0;
    top: 50%;
    margin-top: -26px;
    background: rgba(255, 255, 255, .3);
    z-index: 2
}

.topSix__item-block-C::before,
.topSix__item-block-C::after,
.why__item-block-C::before,
.why__item-block-C::after {
    content: '';
    position: absolute;
    border-radius: 50%
}

.topSix__item-block-C::after,
.why__item-block-C::after {
    left: 25%;
    top: 25%;
    width: 50%;
    height: 50%;
    opacity: .8;
    background: -moz-linear-gradient(45deg, rgba(253, 111, 51, 1) 0%, rgba(246, 71, 2, 1) 100%);
    background: -webkit-gradient(linear, left bottom, right top, color-stop(0%, rgba(253, 111, 51, 1)), color-stop(100%, rgba(246, 71, 2, 1)));
    background: -webkit-linear-gradient(45deg, rgba(253, 111, 51, 1) 0%, rgba(246, 71, 2, 1) 100%);
    background: -o-linear-gradient(45deg, rgba(253, 111, 51, 1) 0%, rgba(246, 71, 2, 1) 100%);
    background: -ms-linear-gradient(45deg, rgba(253, 111, 51, 1) 0%, rgba(246, 71, 2, 1) 100%);
    background: linear-gradient(45deg, rgba(253, 111, 51, 1) 0%, rgba(246, 71, 2, 1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f64702', endColorstr='#fd6f33', GradientType=1)
}

.topSix__item-block-C::before,
.why__item-block-C::before {
    left: 10%;
    top: 10%;
    width: 80%;
    height: 80%;
    opacity: .8;
    background: -moz-linear-gradient(45deg, rgba(237, 184, 134, 1) 0%, rgba(220, 133, 66, 1) 100%);
    background: -webkit-gradient(linear, left bottom, right top, color-stop(0%, rgba(237, 184, 134, 1)), color-stop(100%, rgba(220, 133, 66, 1)));
    background: -webkit-linear-gradient(45deg, rgba(237, 184, 134, 1) 0%, rgba(220, 133, 66, 1) 100%);
    background: -o-linear-gradient(45deg, rgba(237, 184, 134, 1) 0%, rgba(220, 133, 66, 1) 100%);
    background: -ms-linear-gradient(45deg, rgba(237, 184, 134, 1) 0%, rgba(220, 133, 66, 1) 100%);
    background: linear-gradient(45deg, rgba(237, 184, 134, 1) 0%, rgba(220, 133, 66, 1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#dc8542', endColorstr='#edb886', GradientType=1)
}

.why__item:nth-child(1) {
    text-align: right
}

.why__item:nth-child(1),
.why__item:nth-child(3) {
    width: 275px
}

.why__item:nth-child(2) {
    width: 295px;
    position: relative
}

.why__item:nth-child(2)::after {
    content: '';
    position: absolute;
    left: 50%;
    margin-left: -213px;
    margin-top: -337px;
    top: 50%;
    width: 426px;
    height: 674px;
    background: transparent url(../img/why-img.png) no-repeat
}

.why__item-title {
    text-transform: uppercase;
    font-weight: 700
}

.why__item-text {
    font-weight: 300
}

.why__item:nth-child(1) .why__item-block:nth-child(2),
.why__item:nth-child(1) .why__item-block:nth-child(3) {
    margin-right: 25px
}

.why__item:nth-child(3) .why__item-block:nth-child(2),
.why__item:nth-child(3) .why__item-block:nth-child(3) {
    margin-left: 25px
}

.why__title {
    margin-bottom: 115px
}

.why__item:nth-child(1) .why__item-block .why__item-block-C {
    right: -72px
}

.why__item:nth-child(3) .why__item-block .why__item-block-C {
    left: -72px
}

.topSix {
    padding: 90px 0 45px;
    background: #f7f3f0;
    font-size: 16px;
    color: #2d706d
}

.topSix__items {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    justify-content: space-between;
    align-items: stretch
}

.topSix__item:nth-child(1),
.topSix__item:nth-child(3) {
    width: 430px
}

.topSix__item:nth-child(3) {
    padding-top: 30px
}

.topSix__item:nth-child(2) {
    width: 255px;
    position: relative
}

.topSix__item:nth-child(2)::after {
    content: '';
    position: absolute;
    left: 50%;
    top: 50%;
    margin-left: -182.5px;
    margin-top: -381px;
    height: 762px;
    width: 365px;
    background: transparent url(../img/topSix-bg.png) no-repeat
}

.topSix__title {
    text-align: left;
    color: #2d706d;
    max-width: 392px;
    margin-bottom: 50px
}

.topSix__item-block {
    margin-bottom: 40px;
    position: relative
}

.tsb2 {
    margin-left: 40px
}

.topSix__item img,
.tsb3 {
    margin-left: 75px;
    margin-right: -25px
}

.topSix__item-title {
    text-transform: uppercase;
    font-weight: 900
}

.topSix__item-title span,
.topSix__item-text {
    font-weight: 300;
    text-transform: none
}

.topSix__item:nth-child(1) .tsb2 .topSix__item-block-C,
.topSix__item:nth-child(1) .tsb1 .topSix__item-block-C {
    right: -100px
}

.topSix__item:nth-child(1) .tsb3 .topSix__item-block-C {
    right: -70px
}

.topSix__item:nth-child(3) .tsb3 .topSix__item-block-C,
.topSix__item:nth-child(3) .tsb2 .topSix__item-block-C,
.topSix__item:nth-child(3) .tsb1 .topSix__item-block-C {
    left: -70px
}

.numberOne {
    background: #fff;
    padding: 75px 0 0;
    font-size: 16px;
    color: #2d706d
}

.numberOne__items {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    justify-content: space-between;
    align-items: center
}

.numberOne__item {
    width: 50%
}

.numberOne__item-title {
    text-transform: uppercase;
    font-size: 38px;
    font-weight: 900;
    line-height: normal
}

.numberOne__item-desc {
    font-size: 30px;
    font-weight: 300;
    margin-bottom: 25px
}

.numberOne__item-semiTitle {
    font-size: 25px;
    text-transform: uppercase;
    margin-bottom: 15px
}

.numberOne p {
    margin-bottom: 15px
}

.numberOne,
.numberTwo {
    line-height: 150%
}

.numberTwo {
    color: #2d706d;
    font-size: 16px;
    background: #fff url(../img/numberTwo-bg.jpg) no-repeat;
    background-position: right 0 top 0;
    padding: 80px 0 35px
}

.numberTwo__item {
    width: 50%
}

.numberTwo__item p {
    margin-bottom: 15px
}

.numberTwo__item-cubes {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex !important;
    justify-content: space-between;
    align-items: stretch
}

.numberTwo__item-cube {
    background: #fff;
    width: 250px;
    box-sizing: border-box;
    padding: 20px 30px;
    text-align: center;
    box-shadow: 0 0 24px rgba(29, 77, 75, .31)
}

.numberTwo__item-cube-title {
    text-transform: uppercase
}

.step {
    background: #fff;
    color: #2c706d;
    font-size: 16px
}

.step .inner {
    background: #fff url(../img/step-bg.jpg) no-repeat;
    background-position: left 0 bottom 0;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    justify-content: flex-end;
    align-items: stretch;
    padding-top: 60px;
    padding-bottom: 50px
}

.step__block {
    max-width: 530px
}

.step__block-title {
    text-transform: uppercase;
    font-size: 25px;
    margin-bottom: 40px
}

.step__block-title,
.step p {
    padding-left: 40px
}

.step p {
    margin-bottom: 20px;
    position: relative
}

.step p::before {
    content: '';
    position: absolute;
    left: 0;
    top: 50%;
    margin-top: -9.5px;
    background-image: url(../img/sprite-small.png);
    background-position: -62px -5px;
    width: 23px;
    height: 19px
}

.six {
    padding: 100px 0 50px;
    background: #fff url(../img/six-bg.jpg?v1) no-repeat;
    background-position: top 0 left 50%;
    font-size: 18px;
    color: #2d706d
}

.six .inner {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    justify-content: flex-end;
    align-items: flex-start
}

.six_block {
    max-width: 615px
}

.six__title {
    color: #2d706d;
    font-weight: 400;
    margin-bottom: 35px
}

.six__items {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    margin-bottom: 20px
}

.six__item-title {
    text-transform: uppercase
}

.six__item:first-child {
    font-size: 38px;
    font-weight: 300;
    margin-right: 20px
}

.sostav {
    background: #f7f3f0;
    padding: 70px 0;
    color: #2d706d
}

.sostav__title {
    font-weight: 400;
    color: #2d706d;
    margin-bottom: 45px
}

.sostav__slider {
    max-width: 920px;
    margin: 0 auto;
    font-weight: 300
}

.sostav__slide {
    padding: 0 25px
}

.sostav__slide-title {
    text-transform: uppercase;
    font-size: 25px;
    margin-bottom: 20px
}

.sostav__slide-text {
    font-size: 18px
}

.sposob {
    background: #fff;
    padding: 66px 0 50px;
    color: #2d706d;
    font-size: 18px;
    text-align: center;
    font-weight: 300
}

.sposob__title {
    color: #2d706d;
    margin-bottom: 55px
}

.sposob__items {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    justify-content: space-between;
    align-items: center
}

.sposob__item {
    margin-bottom: 50px
}

.sposob__item:nth-child(1),
.sposob__item:nth-child(3),
.sposob__item:nth-child(5) {
    width: 240px
}

.sposob__item:nth-child(2),
.sposob__item:nth-child(4) {
    width: 96px;
    height: 5px;
    background-image: url(../img/sprite-small.png);
    background-position: -62px 0
}

.sposob__item-title {
    text-transform: uppercase;
    font-size: 25px;
    margin-bottom: 20px
}

.sposob__desc {
    font-size: 14px
}

.doctor {
    padding: 95px 0 60px;
    background: #f1f1ed url(../img/doctor-bg.jpg) no-repeat;
    background-position: left 50% top 0;
    color: #2d706d
}

.doctor .inner {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    justify-content: flex-end;
    align-items: flex-start
}

.doctor__block {
    max-width: 650px
}

.doctor__title {
    font-weight: 400;
    color: #2d706d;
    margin-bottom: 30px;
    text-align: left
}

.doctor p {
    font-weight: 300;
    font-style: italic;
    font-size: 18px;
    margin-bottom: 25px
}

.doctor__post-block {
    font-size: 22px;
    text-align: right;
    padding: 30px 0;
    padding-right: 235px;
    position: relative;
    margin-top: 30px;
    font-weight: 300
}

.doctor__post-block span {
    display: block;
    font-size: 18px
}

.doctor__post-block::after {
    content: '';
    position: absolute;
    right: 40px;
    top: 50%;
    width: 168px;
    height: 110px;
    margin-top: -55px;
    background-image: url(../img/sprite-small.png);
    background-position: 168px 0
}

.timer__title {
    text-align: center;
    font-size: 16px;
    color: #DC3A04;
    font-weight: 700;
    margin-bottom: 10px
}

.flip-clock-dot {
    left: 12px
}

.flip-clock-wrapper {
    width: 268px
}

.flip-clock-divider {
    width: 28px
}

.price-block {
    display: block;
    justify-content: space-between;
    align-items: flex-end;
    margin: 15px auto;
    flex-wrap: wrap;
    font-weight: 400;
    line-height: 20px
}

.price-block__price {
    font-size: 75px;
    font-weight: 900
}

.price-block__priceCurrency {
    font-size: 33px
}

.price-block__price,
.price-block__priceCurrency {
    color: #33a199
}

.price-block__oldPrice {
    font-size: 20px;
    color: #f3622a
}

.price-block__oldPriceCurrency,
.vmesto {
    color: #8d8c8b;
    font-size: 15px
}

.starayaCena {
    display: none
}

.cena {
    font-size: 25px;
    color: #d2d1d1;
    text-transform: uppercase
}

p.ppaa {
    text-align: center;
    font-size: 18px;
    margin-top: 25px;
    color: #A6A6A6;
    padding-bottom: 10px
}

.price-block__price.small {
    font-size: 38px !important
}

.price-block__price.small+.price-block__priceCurrency {
    font-size: 18px !important
}

.price-block__oldPrice.small {
    font-size: 16px !important
}

.price-block__price.medium {
    font-size: 42px !important
}

.price-block__price.medium+.price-block__priceCurrency {
    font-size: 20px !important
}

.price-block__oldPrice.medium {
    font-size: 18px !important
}

.form {
    display: block
}

input,
select {
    border: 0;
    outline: none;
    background: #fff;
    width: 100%
}

input {
    font-size: 18px;
    text-indent: 10px;
    padding: 10px 0;
    border-bottom: 1px solid #878585
}

input:not(:last-child),
select:not(:last-child) {
    margin-bottom: 17px
}

select {
    border: 2px solid #bfbebe;
    border-radius: 5px;
    padding: 8px 0;
    text-indent: 10px;
    background: transparent url(../img/select-arrows-bottom.png) no-repeat;
    background-position: right 15px top 50%;
    cursor: pointer
}

select.active {
    background-image: url(../img/select-arrows-top.png)
}

.btn {
    display: block;
    margin: 0 auto;
    background: #f3622a;
    text-transform: uppercase;
    font-size: 25px;
    text-align: center;
    color: #fff;
    padding: 20px 35px;
    border: 0;
    outline: none;
    border-radius: 35px;
    box-shadow: 0 0 13px rgba(0, 0, 0, .2);
    position: relative;
    cursor: pointer;
    font-weight: 500;
    text-decoration: none !important;
    white-space: nowrap;
    transition: all .2s ease
}

.btn:hover {
    background: #df5c29
}

.mouse {
    display: block;
    position: relative;
    background: transparent;
    border-radius: 20px;
    width: 20px;
    height: 36px;
    border: 3px solid #fff;
    margin: 0 auto;
    cursor: pointer
}

.mouse::before {
    content: '';
    position: absolute;
    left: 50%;
    margin-left: -2px;
    top: 10px;
    background: #fff;
    border-radius: 20px;
    width: 4px;
    height: 7px;
    transition: top .1s linear
}

.mouse:hover::before {
    top: 20px
}

.splitArea {
    padding: 13px 0 0;
    padding-left: 35px;
    padding-right: 20px;
    background: #4cad32;
    box-shadow: 0 0 75px rgba(0, 0, 0, .3);
    position: relative;
    z-index: 1
}

.splitArea__items {
    display: flex;
    justify-content: space-between;
    align-items: center
}

.splitArea .price-block {
    justify-content: space-between;
    align-items: flex-end;
    flex-wrap: nowrap
}

.splitArea .timer__title,
.splitArea .flip-clock-divider .flip-clock-label {
    color: #fff
}

.splitArea .vmesto,
.splitArea .price-block__oldPrice,
.splitArea .price-block__oldPriceCurrency,
.splitArea .price-block__price,
.splitArea .price-block__priceCurrency {
    color: #fff
}

.splitArea .price-block__oldPriceCurrency {
    font-size: 20px
}

.splitArea .price-block__price {
    font-size: 55px
}

.splitArea .price-block__oldPrice {
    font-size: 30px
}

.splitArea .price-block__right {
    opacity: .71;
    margin-left: 15px
}

.splitArea .btn:hover {
    background: #ff8252;
    box-shadow: 0 30px 13px rgba(0, 0, 0, .2)
}

.splitArea .btn {
    color: #fff;
    background: #f3622a;
    padding: 20px 45px;
    box-shadow: 0 5px 13px rgba(0, 0, 0, .2)
}

.splitArea__item {
    margin-bottom: 13px
}

.splitArea__item:nth-child(2) {
    padding: 4px 15px 0
}

.splitArea .flip-clock-dot {
    background: #427635
}

.splitArea .flip-clock-wrapper ul li a div.up div.inn {
    background: #42902d;
    color: #d6d7d7
}

.splitArea .flip-clock-wrapper ul li a div.down div.inn {
    background-color: #4e9c39;
    color: #dcdddd
}

.reviews {
    background: #f4f4f4;
    padding: 60px 0 40px
}

.reviews__title {
    text-align: center;
    font-weight: 700;
    color: #00d3bd;
    text-transform: none;
    margin-bottom: 65px
}

.reviews__slide {
    box-sizing: border-box;
    padding: 0 10px;
    color: #262a26
}

.reviews__slide-top {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    margin-bottom: 10px
}

.reviews__slide-top>img {
    width: 105px !important;
    height: 105px;
    border-radius: 50%;
    margin-right: 15px
}

.reviews__slide-bottom {
    font-style: italic;
    font-size: 16px
}

.reviews__slide-name {
    font-weight: 700;
    font-size: 20px
}

.reviews__slide-city {
    font-size: 20px
}

.reviews__audio {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    margin: 50px auto 40px
}

.reviews__audio-item {
    width: 510px
}

.reviews__mTitle {
    font-weight: 700;
    font-size: 22px;
    color: #000;
    margin: 15px 0 5px
}

.reviews__mDesc {
    font-size: 11px;
    color: #000;
    text-transform: uppercase
}

.reviews__video {
    display: flex;
    justify-content: space-around;
    align-items: center;
    flex-wrap: wrap
}

.reviews__video-item {
    width: 330px;
    margin-bottom: 75px
}

.reviews__audio,
.reviews__video {
    display: none
}

footer {
    padding: 10px 0;
    text-align: center;
    color: #fff;
    background: #4cad32;
    font-size: 16px;
    font-weight: 400
}

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

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

.owl-dots {
    display: block;
    margin: 40px auto;
    text-align: center
}

.reviews .owl-dots {
    margin-bottom: 0;
    margin-top: 40px
}

.owl-dot {
    border-radius: 50%;
    display: inline-block;
    width: 20px;
    height: 20px;
    margin-right: 7px;
    background: #2d706d !important;
    opacity: .5;
    cursor: pointer !important;
    vertical-align: middle;
    outline: none;
    border: none
}

.owl-dot.active {
    opacity: 1;
    background: #2d706d !important;
    width: 25px;
    height: 25px
}

.owl-nav {
    left: 0;
    top: 50%;
    height: 0;
    width: 100%;
    position: absolute
}

.owl-next,
.owl-prev {
    top: 50%;
    margin-top: -45px;
    width: 31px;
    height: 90px;
    cursor: pointer !important;
    z-index: 5;
    position: absolute;
    outline: none;
    border: 0 !important;
    background-image: url(../img/sprite-small.png) !important
}

.owl-next {
    right: -70px;
    background-position: -31px 0 !important
}

.owl-prev {
    left: -70px;
    background-position: 0 0 !important
}

.sostav .owl-nav {
    display: block !important
}

.popup__wrapper {
    display: none;
    overflow-y: auto;
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, .8);
    z-index: 10000;
    text-align: center
}

.popup__block {
    width: 100%;
    margin: 100px auto 0;
    position: relative
}

.popup__close {
    position: absolute;
    right: 25px;
    top: -75px;
    width: 20px;
    height: 22px;
    background: transparent url(../img/poup-close.png) no-repeat;
    background-position: top 0 left 50%;
    cursor: pointer;
    transform-origin: 50% 50%;
    transform: rotateZ(0deg);
    transition: transform .25s linear;
    z-index: 50
}

.popup__close:hover {
    transform: rotateZ(360deg)
}

.popup__block button,
.popup__block input,
.popup__block select {
    position: relative;
    z-index: 6
}

.popup__block input,
.popup__block select {
    background-color: transparent
}

.popup__product {
    position: absolute;
    left: 100%;
    top: 0;
    z-index: -1
}

@media screen and (max-width: 1200px) {
    .owl-next {
        right: -20px
    }

    .owl-prev {
        left: -20px
    }

    .numberTwo {
        background-position: right 0 top 50%;
        background-size: 50%
    }

    .topSix__item img,
    .tsb3 {
        margin-right: 0
    }

    /* .main-block .form-block__wrap {
        margin: 0;
        margin-left: 249px;
        margin-right: auto
    } */

    /* .main-block {
        background-position: top -10px right -140px !important
    } */

    .popup__close {
        right: -30px;
        top: -30px
    }

    .popup__product img {
        margin-top: 40px
    }

    .popup__product {
        right: -295px
    }
    .six {
        padding: 100px 0 50px;
        background: #fff url(../img/six-bg.jpg?v1) no-repeat;
        background-position: top 65px left -60px;
        font-size: 18px;
        background-size: 120%;
        color: #2d706d;
    }
}

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

    .reviews__audio,
    .splitArea__items {
        flex-wrap: wrap;
        justify-content: center
    }

    .splitArea__item {
        min-width: 400px
    }

    .splitArea .price-block {
        justify-content: center
    }

    .splitArea__item:nth-child(2) {
        text-align: center
    }

    .splitArea__item>* {
        margin: 0 auto
    }
}

@media screen and (max-width: 992px) {
    .sostav .owl-nav {
        top: 150px
    }
    .sostav .owl-nav .owl-prev {
        left: -43px
    }
    .sostav .owl-nav .owl-next {
        right: -43px
    }

    .numberTwo__item-cubes {
        justify-content: space-around
    }

    .numberTwo {
        background: #fff;
        padding-top: 30px
    }

    .numberTwo__item {
        width: 100%
    }

    .numberOne {
        padding-top: 0
    }

    .numberOne__items {
        flex-wrap: wrap;
        flex-direction: column;
        justify-content: center
    }

    .numberOne__item {
        width: auto
    }

    .topSix__item-block-C,
    .topSix__item:nth-child(2) {
        display: none
    }

    .topSix__items {
        justify-content: center
    }

    .topSix__item img,
    .topSix__item-block {
        margin-left: 0 !important;
        margin-right: 0 !important
    }

    .main-block {
        background: none;
        background-position: top -10px right -70px !important
    }

    .form-block__wrap {
        width: 100%;
    }

    .sostav {
        padding: 70px 0 5px 0;
    }

    .six {
        padding: 100px 0 50px;
        background: #fff url(../img/six-bg.jpg?v1) no-repeat;
        background-position: top 65px left -105px;
        font-size: 18px;
        background-size: 120%;
        color: #2d706d;
    }
    /* .main-block .form-block__wrap {
        margin-left: 0
    } */

    .main-block__flexArea {
        width: 100%;
        justify-content: space-between
    }

    .popup__product img {
        margin-top: 0
    }

    .popup__product {
        right: -195px;
        margin-top: -108.5px
    }

    .nav a:nth-child(2) {
        display: none
    }

    .nav a {
        padding: 14px
    }
}

@media screen and (max-width: 768px) {
    .form-block {
        padding: 15px
    }

    .ppaa {
        margin-top: 45px !important;
        font-size: 30px !important
    }

    #zakaz {
        background-image: none !important
    }

    .doctor__post-block::after {
        right: 210px;
        bottom: 0;
        margin-top: 0
    }
    .form-block__zakazhite {
        font-size: 30px;
    }

    .doctor__post-block {
        padding-bottom: 90px;
        padding-right: 0;
        width: 500px !important;
        font-size: 25px
    }

    .doctor__post-block span,
    .doctor p {
        font-size: 25px
    }

    .doctor__title {
        font-weight: 400 !important;
        margin-bottom: 820px !important
    }

    .doctor {
        background: #f1f1ed url(../img/mob-doctor-bg.jpg) no-repeat;
        background-position: top 50px left 50%;
        padding: 50px 0
    }

    .sposob__desc {
        font-size: 18px;
        text-align: left;
        width: 425px;
        margin: 40px auto
    }

    .sposob {
        font-size: 25px
    }

    .sposob__item-title {
        font-size: 33px
    }

    .sposob__item-title br {
        display: none !important
    }

    .sposob__title {
        font-weight: 400 !important;
        margin-bottom: 40px !important
    }

    .sposob__items {
        flex-direction: column;
        flex-wrap: wrap;
        align-items: center;
        justify-content: center
    }

    .sposob__item {
        margin-bottom: 15px;
        width: 100% !important
    }

    .sposob__item:nth-child(2),
    .sposob__item:nth-child(4) {
        width: 5px !important;
        height: 25px;
        background: transparent url(../img/mob-dots.png) no-repeat
    }

    .sostav {
        padding-bottom: 0
    }

    .sostav__slide {
        text-align: center;
        padding: 35px 45px;
        background: #fff;
        border-radius: 10px;
        box-shadow: 0 0 15px rgba(45, 112, 109, .21);
        width: 80%;
        margin: 0 auto;
    }

    .sostav__slide-title {
        font-size: 31px;
        font-weight: 400
    }

    .sostav__slide-text {
        font-size: 25px;
        font-weight: 400
    }

    .sostav__title {
        font-weight: 400 !important
    }

    .six__item:first-child {
        font-size: 54px
    }

    .six__title {
        font-weight: 400 !important
    }

    .six {
        font-size: 25px;
        padding-top: 50px;
        padding-bottom: 30px;
        background: #fff
    }

    .step__block-title {
        font-size: 30px
    }

    .step {
        font-size: 25px
    }

    .step .inner {
        background: none;
        padding-top: 0
    }

    .numberTwo {
        background: #fff url(../img/mob-numberTwo-bg.jpg) no-repeat;
        background-position: bottom 0 left 50%;
        padding-bottom: 400px
    }

    .numberTwo__item-cube {
        margin: 15px
    }

    .numberTwo__item-cubes {
        display: block !important;
        flex-wrap: wrap;
        flex-direction: column;
        width: 438px !important;
        margin-left: auto;
        margin-right: auto
    }

    .numberTwo__item-cube {
        width: 408px !important
    }

    .topSix__item-title span {
        display: block
    }

    .numberTwo .owl-prev,
    .topSix .owl-prev {
        left: -80px
    }

    .numberTwo .owl-next,
    .topSix .owl-next {
        right: -80px
    }

    .topSix__itemG {
        width: 400px !important;
        margin-left: auto;
        margin-right: auto;
        text-align: center
    }

    .topSix__itemG br {
        display: none
    }

    .numberTwo {
        padding-top: 0;
        font-size: 25px
    }

    .numberOne__item-desc {
        margin-bottom: 35px
    }

    .numberOne__item-title {
        font-size: 44px
    }

    .numberOne {
        padding: 50px 0 25px;
        font-size: 25px
    }

    .numberOne__item:first-child {
        order: 2
    }

    .numberOne__item:last-child {
        order: 1
    }

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

    .topSix__item {
        width: 100% !important
    }

    .topSix__items {
        flex-direction: column;
        flex-wrap: wrap
    }

    .topSix {
        padding: 50px 0;
        background: #faf6f3 url(../img/mob-topSix-bg.jpg?v1) no-repeat;
        background-position: top 100px left 50%;
        font-size: 25px
    }

    .topSix__title {
        margin-bottom: 1170px !important;
        max-width: 100%
    }

    .why {
        font-size: 25px;
        padding-bottom: 50px
    }

    .why__title,
    .why__item:nth-child(1) {
        text-align: left !important
    }

    .why__items {
        flex-direction: column;
        flex-wrap: wrap
    }

    .why__item-block {
        margin-left: 0 !important;
        margin-right: 0 !important
    }

    .why__item {
        width: 100% !important
    }

    .why__item-block-C,
    .why__item:nth-child(2),
    .result {
        display: none
    }

    .colvo>span {
        font-weight: 700;
        font-size: 25px
    }

    .colvo {
        font-size: 35px
    }

    .form-block__two {
        display: none
    }

    .right-logoBlock {
        text-align: center;
        position: relative;
        z-index: 4;
        margin-top: -100px;
        margin-bottom: 30px
    }

    .main-block__flexArea>img {
        margin-left: 0;
        margin-bottom: -45px;
        position: relative;
        z-index: 5
    }

    .main-block__title {
        display: none
    }

    .popup__close {
        right: -20px;
        top: -60px
    }

    .splitArea .inner {
        border-radius: 0;
        padding-top: 35px;
        padding-bottom: 50px
    }

    .mobSerts {
        text-align: center;
        margin-bottom: 20px
    }

    .insHide {
        display: block !important
    }

    .mouse,
    .mobHide {
        display: none
    }

    .popup__block .form-block__zakazhite br {
        display: none
    }

    .popup__block {
        display: block;
        width: 520px
    }

    .popup__product {
        display: none
    }

    #zakaz {
        padding-top: 50px;
        background: #fff
    }

    .reviews__slide {
        width: 500px !important;
        margin-left: auto;
        margin-right: auto
    }

    .reviews__slide-top>img {
        width: 180px !important;
        height: 180px !important
    }

    .reviews__slide-city,
    .reviews__slide-name {
        font-size: 34px
    }

    .reviews__slide-bottom {
        font-size: 30px
    }

    .splitArea__item:last-child {
        margin-bottom: 0
    }

    .splitArea .btn {
        font-size: 36px;
        max-width: 100%;
        border-radius: 45px
    }

    .splitArea .price-block {
        line-height: 42px;
        margin: 15px auto
    }

    .splitArea .price-block__oldPriceCurrency,
    .splitArea .vmesto {
        font-size: 27px
    }

    .splitArea .price-block__oldPrice {
        font-size: 37px
    }

    .splitArea .price-block__priceCurrency {
        font-size: 38px
    }

    .splitArea .price-block__price {
        font-size: 98px
    }

    .splitArea .flip-clock-divider.hours .flip-clock-label {
        left: 37px
    }

    .splitArea .flip-clock-divider.seconds .flip-clock-label {
        left: 91px
    }

    .splitArea .flip-clock-divider.minutes .flip-clock-label {
        left: 100px
    }

    .splitArea .flip-clock-divider .flip-clock-label {
        font-size: 19px;
        top: 85px
    }

    .splitArea .flip-clock-dot.top {
        top: 25px
    }

    .splitArea .flip-clock-dot {
        left: 28px
    }

    .splitArea .flip-clock-dot.bottom {
        bottom: 43px
    }

    .splitArea .flip-clock-dot {
        width: 10px;
        height: 10px
    }

    .splitArea .flip-clock-divider:not(:first-child) {
        width: 60px
    }

    .splitArea .flip-clock-wrapper {
        height: 110px;
        width: 500px
    }

    .splitArea .flip-clock-wrapper ul {
        width: 60px;
        height: 80px
    }

    .splitArea .flip-clock-wrapper ul li a div div.inn,
    .splitArea .flip-clock-wrapper ul,
    .splitArea .flip-clock-wrapper ul li a div {
        font-size: 80px
    }

    .splitArea .flip-clock-wrapper ul li a div,
    .splitArea .flip-clock-wrapper ul,
    .splitArea .flip-clock-wrapper ul li {
        line-height: 80px
    }

    .splitArea__item:nth-child(2) {
        display: none
    }

    .splitArea .timer__title {
        font-size: 23px;
        margin-bottom: 20px;
        font-weight: 400
    }

    .splitArea {
        padding: 27px 0 0
    }

    .title {
        text-align: center;
        font-size: 44px;
        font-weight: 300;
        margin-bottom: 30px
    }

    .title span {
        font-size: 41px
    }

    .form-block {
        margin-bottom: 35px
    }

    .form-btn {
        width: 100%;
        font-size: 40px;
        padding: 28px
    }

    input:not(:last-child),
    select:not(:last-child) {
        margin-bottom: 35px
    }

    input,
    select {
        text-indent: 25px
    }

    input {
        font-size: 30px;
        padding: 20px 0
    }

    .cena {
        font-size: 33px;
        color: #207b89;
        text-transform: uppercase
    }

    .popup__wrapper .price-block,
    .main-block .price-block {
        margin-bottom: 15px !important
    }

    .popup__wrapper .price-block__oldPrice,
    .main-block .price-block__oldPrice {
        color: #000;
        font-size: 22px
    }

    .starayaCena,
    .main-block .price-block__oldPriceCurrency {
        color: #ea5153;
        font-size: 16px
    }

    .starayaCena,
    .cena {
        display: inline
    }

    .popup__wrapper .vmesto,
    .main-block .vmesto {
        display: none
    }

    .popup__wrapper .flip-clock-divider.hours .flip-clock-label,
    .main-block .flip-clock-divider.hours .flip-clock-label {
        left: 26px
    }

    .popup__wrapper .flip-clock-divider.seconds .flip-clock-label,
    .main-block .flip-clock-divider.seconds .flip-clock-label {
        left: 41px
    }

    .popup__wrapper .flip-clock-divider.minutes .flip-clock-label,
    .main-block .flip-clock-divider.minutes .flip-clock-label {
        left: 44px
    }

    .popup__wrapper .flip-clock-divider .flip-clock-label,
    .main-block .flip-clock-divider .flip-clock-label {
        font-size: 19px;
        top: 73px
    }

    .popup__wrapper .flip-clock-dot.top,
    .main-block .flip-clock-dot.top {
        top: 20px
    }

    .popup__wrapper .flip-clock-dot,
    .main-block .flip-clock-dot {
        left: 7px
    }

    .popup__wrapper .flip-clock-dot.bottom,
    .main-block .flip-clock-dot.bottom {
        bottom: 53px
    }

    .popup__wrapper .flip-clock-dot,
    .main-block .flip-clock-dot {
        width: 8px;
        height: 8px
    }

    .popup__wrapper .flip-clock-divider:not(:first-child),
    .main-block .flip-clock-divider:not(:first-child) {
        width: 21px
    }

    .popup__wrapper .flip-clock-wrapper,
    .main-block .flip-clock-wrapper {
        height: 97px;
        width: 362px
    }

    .popup__wrapper .flip-clock-wrapper ul,
    .main-block .flip-clock-wrapper ul {
        width: 48px;
        height: 68px
    }

    .popup__wrapper .flip-clock-wrapper ul li a div div.inn,
    .main-block .flip-clock-wrapper ul li a div div.inn,
    .popup__wrapper .flip-clock-wrapper ul,
    .main-block .flip-clock-wrapper ul,
    .popup__wrapper .flip-clock-wrapper ul li a div,
    .main-block .flip-clock-wrapper ul li a div {
        font-size: 66px
    }

    .popup__wrapper .flip-clock-wrapper ul li a div,
    .main-block .flip-clock-wrapper ul li a div,
    .popup__wrapper .flip-clock-wrapper ul,
    .main-block .flip-clock-wrapper ul,
    .popup__wrapper .flip-clock-wrapper ul li,
    .main-block .flip-clock-wrapper ul li {
        line-height: 68px
    }

    .popup__wrapper .price-block,
    .main-block .price-block {
        justify-content: center;
        flex-direction: column;
        align-items: center;
        line-height: normal
    }

    .popup__wrapper .timer-block,
    .main-block .timer-block,
    .popup__wrapper .price-block,
    .main-block .price-block,
    .popup__wrapper form,
    .main-block form {
        width: auto;
        margin: 0 auto
    }

    

    .popup__wrapper {
        text-align: left
    }

    .popup__wrapper .timer__title,
    .main-block .timer__title {
        font-size: 38px;
        color: #DC3A04;
        margin-bottom: 18px
    }

    .popup__wrapper .timer__title span,
    .main-block .timer__title span {
        font-weight: 700
    }

    .form-block__one {
        white-space: normal;
        font-size: 35px;
        font-weight: 400;
        text-transform: uppercase
    }

    .form-block__one br {
        display: none
    }

    .main-block__flexArea {
        justify-content: center;
        flex-wrap: wrap
    }

    .popup__wrapper .form-block,
    .main-block .form-block {
        padding-top: 150px;
        width: calc(100% + 40px);
        margin-left: -20px
    }

    .popup__wrapper .form-block {
        padding-top: 35px
    }

    .form-block__wrap {
        width: 100%
    }

    .main-block {
        padding-top: 320px;
        background: #f0ece9 url(../img/mob-main-block-bg.jpg?v2) no-repeat !important;
        background-position: top 0 left 50% !important
    }

    .mob-button {
        display: block
    }

    .top-line__call span {
        font-size: 32px
    }

    .top-line {
        height: 75px
    }

    .inner {
        padding: 5px 60px
    }

    .nav {
        background: #33a199;
        display: block;
        position: fixed;
        width: 500px;
        left: -508px;
        top: 75px;
        text-align: center;
        padding: 30px 0;
        box-shadow: 8px 8px 0 rgba(0, 0, 0, .75)
    }

    .mob-button.active+.nav {
        left: 0
    }

    .nav a {
        font-size: 28px;
        text-transform: uppercase;
        display: block !important
    }
    .timer-block {
        display: none;
    }
    .main-block__flexArea img {
        display: block;
        margin: 0 auto;
    }
    footer, footer rekv {
        font-size: 20px;
    }
     
}

.price-block__left {
    text-align: center;
    padding-top: 20px;
    padding-bottom: 10px
}

.flip-clock-wrapper * {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -o-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
    -o-backface-visibility: hidden;
    backface-visibility: hidden
}

.flip-clock-wrapper a {
    cursor: pointer;
    text-decoration: none;
    color: #ccc
}

.flip-clock-wrapper a:hover {
    color: #fff
}

.flip-clock-wrapper ul {
    list-style: none
}

.flip-clock-wrapper.clearfix:before,
.flip-clock-wrapper.clearfix:after {
    content: " ";
    display: table
}

.flip-clock-wrapper.clearfix:after {
    clear: both
}

.flip-clock-wrapper.clearfix {
    *zoom: 1
}

.flip-clock-wrapper {
    font: normal 11px Roboto, Helvetica, sans-serif;
    -webkit-user-select: none
}

.flip-clock-meridium {
    background: none !important;
    box-shadow: 0 0 0 !important;
    font-size: 36px !important
}

.flip-clock-meridium a {
    color: #313333
}

.flip-clock-wrapper {
    text-align: center;
    position: relative;
    width: 232px;
    margin-left: auto;
    margin-right: auto;
    height: 60px;
    overflow: hidden
}

.flip-clock-wrapper:before,
.flip-clock-wrapper:after {
    content: " ";
    display: table
}

.flip-clock-wrapper:after {
    clear: both
}

.flip-clock-wrapper ul {
    position: relative;
    float: left;
    margin: 0 1.5px;
    width: 32px;
    height: 44px;
    font-size: 43px;
    font-weight: 700;
    line-height: 45px;
    border-radius: 6px;
    background: #a29f9f;
    font-family: "Roboto" !important;
    font-weight: bold !important;
    text-align: center
}

.flip-clock-wrapper ul li {
    z-index: 1;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    line-height: 45px;
    text-decoration: none !important
}

.flip-clock-wrapper ul li:first-child {
    z-index: 2
}

.flip-clock-wrapper ul li a {
    display: block;
    height: 100%;
    -webkit-perspective: 200px;
    -moz-perspective: 200px;
    perspective: 200px;
    margin: 0 !important;
    overflow: visible !important;
    cursor: default !important
}

.flip-clock-wrapper ul li a div {
    z-index: 1;
    position: absolute;
    left: 0;
    width: 100%;
    height: 50%;
    font-size: 43px;
    overflow: hidden;
    line-height: 45px;
    outline: 1px solid transparent
}

.flip-clock-wrapper ul li a div .shadow {
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: 2
}

.flip-clock-wrapper ul li a div.up {
    -webkit-transform-origin: 50% 100%;
    -moz-transform-origin: 50% 100%;
    -ms-transform-origin: 50% 100%;
    -o-transform-origin: 50% 100%;
    transform-origin: 50% 100%;
    top: 0
}

.flip-clock-wrapper ul li a div.up:after {
    content: "";
    position: absolute;
    top: 44px;
    left: 0;
    z-index: 5;
    width: 100%;
    height: 3px;
    background-color: #000;
    background-color: rgba(0, 0, 0, 0.4)
}

.flip-clock-wrapper ul li a div.down {
    -webkit-transform-origin: 50% 0;
    -moz-transform-origin: 50% 0;
    -ms-transform-origin: 50% 0;
    -o-transform-origin: 50% 0;
    transform-origin: 50% 0;
    bottom: 0;
    border-bottom-left-radius: 6px;
    border-bottom-right-radius: 6px
}

.flip-clock-wrapper ul li a div div.inn {
    position: absolute;
    left: 0;
    z-index: 1;
    width: 100%;
    height: 200%;
    color: #ccc;
    text-align: center;
    background-color: #333;
    border-radius: 6px;
    font-size: 46px
}

.flip-clock-wrapper ul li a div.up div.inn {
    background-color: #d0d0d0;
    color: #888686;
    top: 0
}

.flip-clock-wrapper ul li a div.down div.inn {
    background-color: #dbdcdc;
    color: #908e8e;
    bottom: 0
}

.flip-clock-wrapper ul.play li.flip-clock-before {
    z-index: 3
}

.flip-clock-wrapper ul.play li.flip-clock-active {
    -webkit-animation: asd .5s .5s linear both;
    -moz-animation: asd .5s .5s linear both;
    animation: asd .5s .5s linear both;
    z-index: 5
}

.flip-clock-divider {
    float: left;
    display: inline-block;
    position: relative;
    width: 11px;
    height: 100px
}

.flip-clock-divider:first-child {
    width: 0
}

.flip-clock-dot {
    display: block;
    background: #a0a1a0;
    width: 6px;
    height: 6px;
    position: absolute;
    border-radius: 50%;
    left: 2px
}

.flip-clock-divider .flip-clock-label {
    position: absolute;
    top: 46px;
    right: -46px;
    font-size: 12px;
    font-weight: 300;
    color: #000;
    text-shadow: none
}

.flip-clock-divider.minutes .flip-clock-label {
    right: -53px
}

.flip-clock-divider.seconds .flip-clock-label {
    right: -53px
}

.flip-clock-dot.top {
    top: 13px
}

.flip-clock-dot.bottom {
    bottom: 70px
}

@-webkit-keyframes asd {
    0% {
        z-index: 2
    }

    20% {
        z-index: 4
    }

    100% {
        z-index: 4
    }
}

@-moz-keyframes asd {
    0% {
        z-index: 2
    }

    20% {
        z-index: 4
    }

    100% {
        z-index: 4
    }
}

@-o-keyframes asd {
    0% {
        z-index: 2
    }

    20% {
        z-index: 4
    }

    100% {
        z-index: 4
    }
}

@keyframes asd {
    0% {
        z-index: 2
    }

    20% {
        z-index: 4
    }

    100% {
        z-index: 4
    }
}

.flip-clock-wrapper ul.play li.flip-clock-active .down {
    z-index: 2;
    -webkit-animation: turn .5s .5s linear both;
    -moz-animation: turn .5s .5s linear both;
    animation: turn .5s .5s linear both
}

@-webkit-keyframes turn {
    0% {
        -webkit-transform: rotateX(90deg)
    }

    100% {
        -webkit-transform: rotateX(0deg)
    }
}

@-moz-keyframes turn {
    0% {
        -moz-transform: rotateX(90deg)
    }

    100% {
        -moz-transform: rotateX(0deg)
    }
}

@-o-keyframes turn {
    0% {
        -o-transform: rotateX(90deg)
    }

    100% {
        -o-transform: rotateX(0deg)
    }
}

@keyframes turn {
    0% {
        transform: rotateX(90deg)
    }

    100% {
        transform: rotateX(0deg)
    }
}

.flip-clock-wrapper ul.play li.flip-clock-before .up {
    z-index: 2;
    -webkit-animation: turn2 .5s linear both;
    -moz-animation: turn2 .5s linear both;
    animation: turn2 .5s linear both
}

@-webkit-keyframes turn2 {
    0% {
        -webkit-transform: rotateX(0deg)
    }

    100% {
        -webkit-transform: rotateX(-90deg)
    }
}

@-moz-keyframes turn2 {
    0% {
        -moz-transform: rotateX(0deg)
    }

    100% {
        -moz-transform: rotateX(-90deg)
    }
}

@-o-keyframes turn2 {
    0% {
        -o-transform: rotateX(0deg)
    }

    100% {
        -o-transform: rotateX(-90deg)
    }
}

@keyframes turn2 {
    0% {
        transform: rotateX(0deg)
    }

    100% {
        transform: rotateX(-90deg)
    }
}

.flip-clock-wrapper ul li.flip-clock-active {
    z-index: 3
}

.flip-clock-wrapper ul.play li.flip-clock-before .up .shadow {
    border-radius: 5px 5px 0 0;
    background: -moz-linear-gradient(top, rgba(0, 0, 0, 0.1) 0%, black 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(0, 0, 0, 0.1)), color-stop(100%, black));
    background: linear, top, rgba(0, 0, 0, 0.1) 0%, #000 100%;
    background: -o-linear-gradient(top, rgba(0, 0, 0, 0.1) 0%, black 100%);
    background: -ms-linear-gradient(top, rgba(0, 0, 0, 0.1) 0%, black 100%);
    background: linear, to bottom, rgba(0, 0, 0, 0.1) 0%, #000 100%;
    -webkit-animation: show .5s linear both;
    -moz-animation: show .5s linear both;
    animation: show .5s linear both
}

.flip-clock-wrapper ul.play li.flip-clock-active .up .shadow {
    border-radius: 5px 5px 0 0;
    background: -moz-linear-gradient(top, rgba(0, 0, 0, 0.1) 0%, black 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(0, 0, 0, 0.1)), color-stop(100%, black));
    background: linear, top, rgba(0, 0, 0, 0.1) 0%, #000 100%;
    background: -o-linear-gradient(top, rgba(0, 0, 0, 0.1) 0%, black 100%);
    background: -ms-linear-gradient(top, rgba(0, 0, 0, 0.1) 0%, black 100%);
    background: linear, to bottom, rgba(0, 0, 0, 0.1) 0%, #000 100%;
    -webkit-animation: hide .5s .3s linear both;
    -moz-animation: hide .5s .3s linear both;
    animation: hide .5s .3s linear both
}

.flip-clock-wrapper ul.play li.flip-clock-before .down .shadow {
    border-radius: 0 0 5px 5px;
    background: -moz-linear-gradient(top, black 0%, rgba(0, 0, 0, 0.1) 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, black), color-stop(100%, rgba(0, 0, 0, 0.1)));
    background: linear, top, #000 0%, rgba(0, 0, 0, 0.1) 100%;
    background: -o-linear-gradient(top, black 0%, rgba(0, 0, 0, 0.1) 100%);
    background: -ms-linear-gradient(top, black 0%, rgba(0, 0, 0, 0.1) 100%);
    background: linear, to bottom, #000 0%, rgba(0, 0, 0, 0.1) 100%;
    -webkit-animation: show .5s linear both;
    -moz-animation: show .5s linear both;
    animation: show .5s linear both
}

.flip-clock-wrapper ul.play li.flip-clock-active .down .shadow {
    border-radius: 0 0 5px 5px;
    background: -moz-linear-gradient(top, black 0%, rgba(0, 0, 0, 0.1) 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, black), color-stop(100%, rgba(0, 0, 0, 0.1)));
    background: linear, top, #000 0%, rgba(0, 0, 0, 0.1) 100%;
    background: -o-linear-gradient(top, black 0%, rgba(0, 0, 0, 0.1) 100%);
    background: -ms-linear-gradient(top, black 0%, rgba(0, 0, 0, 0.1) 100%);
    background: linear, to bottom, #000 0%, rgba(0, 0, 0, 0.1) 100%;
    -webkit-animation: hide .5s .3s linear both;
    -moz-animation: hide .5s .3s linear both;
    animation: hide .5s .2s linear both
}

@-webkit-keyframes show {
    0% {
        opacity: 0
    }

    100% {
        opacity: 1
    }
}

@-moz-keyframes show {
    0% {
        opacity: 0
    }

    100% {
        opacity: 1
    }
}

@-o-keyframes show {
    0% {
        opacity: 0
    }

    100% {
        opacity: 1
    }
}

@keyframes show {
    0% {
        opacity: 0
    }

    100% {
        opacity: 1
    }
}

@-webkit-keyframes hide {
    0% {
        opacity: 1
    }

    100% {
        opacity: 0
    }
}

@-moz-keyframes hide {
    0% {
        opacity: 1
    }

    100% {
        opacity: 0
    }
}

@-o-keyframes hide {
    0% {
        opacity: 1
    }

    100% {
        opacity: 0
    }
}

@keyframes hide {
    0% {
        opacity: 1
    }

    100% {
        opacity: 0
    }
}
/*
.owl-carousel,
.owl-carousel .owl-item {
    -webkit-tap-highlight-color: transparent;
    position: relative
}

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

.owl-carousel .owl-stage {
    position: relative;
    -ms-touch-action: pan-Y;
    touch-action: manipulation;
    -moz-backface-visibility: hidden
}

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

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

.owl-carousel .owl-item,
.owl-carousel .owl-wrapper {
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0)
}

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

.owl-carousel .owl-item img {
    display: block;
    width: 100%
}

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

.no-js .owl-carousel,
.owl-carousel.owl-loaded {
    display: block
}

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

.owl-carousel .owl-nav button.owl-next,
.owl-carousel .owl-nav button.owl-prev,
.owl-carousel button.owl-dot {
    background: 0 0;
    color: inherit;
    border: none;
    padding: 0 !important;
    font: inherit
}

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

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

.owl-carousel.owl-refresh .owl-item {
    visibility: hidden
}

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

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

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

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

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

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

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

.owl-carousel .fadeOut {
    animation-name: fadeOut
}

@keyframes fadeOut {
    0% {
        opacity: 1
    }

    100% {
        opacity: 0
    }
}

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

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

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

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

.owl-carousel .owl-video-play-icon {
    position: absolute;
    height: 80px;
    width: 80px;
    left: 50%;
    top: 50%;
    margin-left: -40px;
    margin-top: -40px;
    background: url(../../../../v1.sustaprime.com/css/owl.video.play.png) no-repeat;
    cursor: pointer;
    z-index: 1;
    -webkit-backface-visibility: hidden;
    transition: transform .1s ease
}

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

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

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

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

.leedSeqContainer.toast-container {
    width: 280px;
    z-index: 9999;
    position: fixed;
    right: 15px;
    top: 15px;
    z-index: 1000
}

* html .toast-container {
    position: absolute
}

.leedSeqContainer .toast-item {
    color: #fff;
    height: auto;
    background: #333;
    padding: 15px;
    opacity: .9;
    border-radius: 10px;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    color: #eee;
    font-family: lucida Grande;
    font-size: 14px;
    border: 2px solid #999;
    display: block
}

.leedSeqContainer .toast-item span {
    display: inline-block;
    margin-left: 5%
}

.leedSeqContainer .toast-item p {
    text-align: left;
    margin-left: 50px;
    color: #fff;
    font-size: 14px
}

.leedSeqContainer .toast-item-close {
    background: url(../images/close.gif);
    width: 22px;
    height: 22px;
    position: absolute;
    top: 7px;
    right: 7px
}

.leedSeqContainer .toast-item-image {
    width: 32px;
    height: 32px;
    position: absolute;
    top: 50%;
    margin-top: -16px;
    left: 10px
}

.leedSeqContainer .toast-item-image-notice {
    background: url(../images/notice.png)
}

.leedSeqContainer .toast-item-image-success {
    background: url(../images/success.png)
}

.leedSeqContainer .toast-item-image-warning {
    background: url(../images/warning.png)
}

.leedSeqContainer .toast-item-image-error {
    background: url(../images/error.png)
}

.leedSeqContainer .toast-type-notice {
    color: #fff
}

.leedSeqContainer .toast-type-success {
    color: #fff
}

.leedSeqContainer .toast-type-warning {
    color: #fff;
    border-color: #FCBD57
}

.leedSeqContainer .toast-type-error {
    color: #fff;
    border-color: #B32B2B
}

.leedSeqContainer .toast-position-top-left {
    position: fixed;
    left: 20px;
    top: 20px
}

.leedSeqContainer .toast-position-top-center {
    position: fixed;
    top: 20px;
    left: 50%;
    margin-left: -140px
}

.leedSeqContainer .toast-position-top-right {
    position: fixed;
    top: 20px;
    right: 20px
}

.leedSeqContainer .toast-position-middle-left {
    position: fixed;
    left: 20px;
    top: 50%;
    margin-top: -40px
}

.leedSeqContainer .toast-position-middle-center {
    position: fixed;
    left: 50%;
    margin-left: -140px;
    margin-top: -40px;
    top: 50%
}

.leedSeqContainer .toast-position-middle-right {
    position: fixed;
    right: 20px;
    margin-left: -140px;
    margin-top: -40px;
    top: 50%
}

@-webkit-keyframes fadeOutRight {
    from {
        opacity: 1
    }

    to {
        opacity: 0;
        -webkit-transform: translate3d(100%, 0, 0);
        transform: translate3d(100%, 0, 0)
    }
}

@keyframes fadeOutRight {
    from {
        opacity: 1
    }

    to {
        opacity: 0;
        -webkit-transform: translate3d(100%, 0, 0);
        transform: translate3d(100%, 0, 0)
    }
}

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

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

.leedSeqContainer.callback {
    position: fixed;
    bottom: 15px;
    top: auto;
    left: auto;
    right: 15px;
    height: 50px;
    border-radius: 40px;
    background: #313131;
    z-index: 544;
    font-size: 10px;
    width: 50px;
    overflow: hidden;
    -webkit-transition: width .3s linear;
    -moz-transition: width .3s linear;
    -o-transition: width .3s linear;
    -ms-transition: width .3s linear;
    transition: width .3s linear;
    white-space: nowrap;
    padding-top: 3px;
    box-sizing: border-box
}

.leedSeqContainer.callback label {
    width: auto;
    display: block;
    text-align: center;
    color: #fff;
    font-size: 12px;
    padding: 0;
    padding-left: 11px;
    font-weight: 400;
    margin: 0;
    line-height: normal;
    top: auto
}

.leedSeqContainer.callbackActive {
    width: 290px
}

.leedSeqContainer.callbackActive .btn {
    display: inline-block
}

.leedSeqContainer .callback>form {
    width: 100%;
    height: 100%
}

.leedSeqContainer.callback:before,
.leedSeqContainer.callback:after {
    content: '';
    display: none
}

.leedSeqContainer .btn.telegram-btn {
    min-width: 0 !important;
    position: absolute;
    right: 12.5px;
    top: 50%;
    display: block;
    height: 25px;
    width: 25px;
    background: #259cd8 !important;
    padding: 0;
    border-radius: 50%;
    text-align: center;
    line-height: 25px;
    margin-top: -12.5px;
    color: #ffff;
    text-decoration: none;
    font-size: 10px;
    border-color: transparent !important;
    box-shadow: none
}

.btn.telegram-btn:after,
.btn.telegram-btn:before,
.btn.telegram-btn .btn:before,
.btn.telegram-btn .btn:after,
.btn.telegram-btn .btn::before,
.btn.telegram-btn .btn::after {
    display: none
}

.telegram-btn .fa {
    font-family: FontAwesome !important;
    font: normal small-caps 10px/25px FontAwesome !important;
    float: none;
    width: auto;
    height: auto;
    position: static;
    background: none
}

.leedSeqContainer .callback label {
    position: absolute;
    left: 61px;
    top: 0;
    height: 100%;
    width: 83px;
    color: #fff;
    line-height: 12px;
    text-align: center;
    width: 100%;
    font-weight: 400;
    padding: 0;
    margin: 0
}

.leedSeqContainer .callback .btn {
    display: none;
    z-index: 544;
    position: absolute;
    right: 6px;
    color: #fff;
    top: 7px;
    font-size: 13pt;
    border: #fff 1px solid;
    border-radius: 27px;
    background: #2fc556;
    width: 51px;
    height: 38px
}

.leedSeqContainer #callback__phone {
    text-align: left;
    line-height: normal;
    margin: 0;
    text-indent: 0;
    position: absolute;
    right: 44px;
    top: 21px;
    height: 21px;
    width: 190px;
    background: #e8e8e8 !important;
    background-position: left 11px top 4px;
    font-size: 13px;
    border: 0;
    color: #000;
    border-radius: 50px;
    padding-left: 10px;
    padding-right: 10px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -o-box-sizing: border-box;
    box-sizing: border-box;
    transition: none;
    outline: none
}

.leedSeqContainer #callback__phone::placeholder {
    font-size: inherit;
    font-weight: inherit;
    color: inherit;
    font-size: inherit;
    font-weight: inherit
}

.leedSeqContainer .callback__button {
    border: 0;
    position: absolute;
    left: 0;
    top: 0;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    background: #2fc556 url(images/ding-button.png) no-repeat;
    background-position: center center;
    cursor: pointer;
    -webkit-transition: filter .4s ease;
    -o-transition: filter .4s ease;
    -moz-transition: filter .4s ease;
    -ms-transition: filter .4s ease;
    transition: filter .4s ease;
    z-index: 555
}

.leedSeqContainer .client-popup {
    display: none;
    position: fixed;
    bottom: 50%;
    right: 30px;
    width: 340px;
    min-height: 150px;
    background: #3245e8;
    border-radius: 30px;
    z-index: 100;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
    font-size: 13px;
    color: #fff;
    border-bottom: 4px solid #1e2a9c;
    padding: 32px 35px 32px 100px
}

.leedSeqContainer *,
.leedSeqContainer :visited {
    padding: 0;
    margin: 0;
    line-height: normal;
    font-weight: 400;
    font-size: inherit;
    color: inherit;
    background: transparent;
    border: 0;
    outline: none;
    transition: none;
    transform: none;
    border-radius: 0;
    height: auto;
    width: auto;
    min-height: 0;
    max-height: 100%;
    min-width: 0;
    max-width: 100%;
    text-align: left;
    position: static;
    background-color: transparent;
    font-family: "Arial", 'sans-serif' !important;
    letter-spacing: normal;
    text-transform: none;
    box-shadow: none;
    background-color: transparent;
    border-color: transparent;
    float: none
}

.leedSeqContainer {
    z-index: 10000000000000 !important
}

.leedSeqContainer a,
.leedSeqContainer abbr,
.leedSeqContainer acronym,
.leedSeqContainer address,
.leedSeqContainer applet,
.leedSeqContainer article,
.leedSeqContainer aside,
.leedSeqContainer audio,
.leedSeqContainer b,
.leedSeqContainer big,
.leedSeqContainer blockquote,
.leedSeqContainer body,
.leedSeqContainer canvas,
.leedSeqContainer caption,
.leedSeqContainer center,
.leedSeqContainer cite,
.leedSeqContainer code,
.leedSeqContainer dd,
.leedSeqContainer del,
.leedSeqContainer details,
.leedSeqContainer dfn,
.leedSeqContainer div,
.leedSeqContainer dl,
.leedSeqContainer dt,
.leedSeqContainer em,
.leedSeqContainer embed,
.leedSeqContainer fieldset,
.leedSeqContainer figcaption,
.leedSeqContainer figure,
.leedSeqContainer footer,
.leedSeqContainer form,
.leedSeqContainer h1,
.leedSeqContainer h2,
.leedSeqContainer h3,
.leedSeqContainer h4,
.leedSeqContainer h5,
.leedSeqContainer h6,
.leedSeqContainer header,
.leedSeqContainer hgroup,
.leedSeqContainer html,
.leedSeqContainer i,
.leedSeqContainer iframe,
.leedSeqContainer img,
.leedSeqContainer ins,
.leedSeqContainer kbd,
.leedSeqContainer label,
.leedSeqContainer legend,
.leedSeqContainer li,
.leedSeqContainer mark,
.leedSeqContainer menu,
.leedSeqContainer nav,
.leedSeqContainer object,
.leedSeqContainer ol,
.leedSeqContainer output,
.leedSeqContainer p,
.leedSeqContainer pre,
.leedSeqContainer q,
.leedSeqContainer ruby,
.leedSeqContainer s,
.leedSeqContainer samp,
.leedSeqContainer section,
.leedSeqContainer small,
.leedSeqContainer span,
.leedSeqContainer strike,
.leedSeqContainer strong,
.leedSeqContainer sub,
.leedSeqContainer summary,
.leedSeqContainer sup,
.leedSeqContainer table,
.leedSeqContainer tbody,
.leedSeqContainer td,
.leedSeqContainer tfoot,
.leedSeqContainer th,
.leedSeqContainer thead,
.leedSeqContainer time,
.leedSeqContainer tr,
.leedSeqContainer tt,
.leedSeqContainer u,
.leedSeqContainer ul,
.leedSeqContainer var,
.leedSeqContainer video {
    margin: 0;
    padding: 0;
    border: 0;
    font: inherit;
    vertical-align: baseline
}

.leedSeqContainer article,
.leedSeqContainer aside,
.leedSeqContainer details,
.leedSeqContainer figcaption,
.leedSeqContainer figure,
.leedSeqContainer footer,
.leedSeqContainer header,
.leedSeqContainer hgroup,
.leedSeqContainer menu,
.leedSeqContainer nav,
.leedSeqContainer section {
    display: block;
    display: block
}

.leedSeqContainer ol,
.leedSeqContainer ul {
    list-style: none
}

.leedSeqContainer blockquote,
.leedSeqContainer q {
    quotes: none
}

.leedSeqContainer blockquote:after,
.leedSeqContainer blockquote:before,
.leedSeqContainer q:after,
.leedSeqContainer q:before {
    content: '';
    content: none
}

.leedSeqContainer table {
    border-collapse: collapse;
    border-spacing: 0
}

.blocker {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    z-index: 1;
    padding: 20px;
    box-sizing: border-box;
    background-color: #000;
    background-color: rgba(0, 0, 0, 0.75);
    text-align: center
}

.blocker:before {
    content: "";
    display: inline-block;
    height: 100%;
    vertical-align: middle;
    margin-right: -0.05em
}

.blocker.behind {
    background-color: transparent
}

.leedSeqContainer .modal {
    display: none;
    vertical-align: middle;
    position: relative;
    z-index: 2;
    max-width: 500px;
    box-sizing: border-box;
    width: 90%;
    background: #fff;
    padding: 15px 30px;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    -o-border-radius: 8px;
    -ms-border-radius: 8px;
    border-radius: 8px;
    -webkit-box-shadow: 0 0 10px #000;
    -moz-box-shadow: 0 0 10px #000;
    -o-box-shadow: 0 0 10px #000;
    -ms-box-shadow: 0 0 10px #000;
    box-shadow: 0 0 10px #000;
    text-align: left
}

.leedSeqContainer .modal a.close-modal {
    position: absolute;
    top: -12.5px;
    right: -12.5px;
    display: block;
    width: 30px;
    height: 30px;
    text-indent: -9999px;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center center;
    background-image: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADwAAAA8CAYAAAA6/NlyAAAAAXNSR0IArs4c6QAAA3hJREFUaAXlm8+K00Acx7MiCIJH/yw+gA9g25O49SL4AO3Bp1jw5NvktC+wF88qevK4BU97EmzxUBCEolK/n5gp3W6TTJPfpNPNF37MNsl85/vN/DaTmU6PknC4K+pniqeKJ3k8UnkvDxXJzzy+q/yaxxeVHxW/FNHjgRSeKt4rFoplzaAuHHDBGR2eS9G54reirsmienDCTRt7xwsp+KAoEmt9nLaGitZxrBbPFNaGfPloGw2t4JVamSt8xYW6Dg1oCYo3Yv+rCGViV160oMkcd8SYKnYV1Nb1aEOjCe6L5ZOiLfF120EjWhuBu3YIZt1NQmujnk5F4MgOpURzLfAwOBSTmzp3fpDxuI/pabxpqOoz2r2HLAb0GMbZKlNV5/Hg9XJypguryA7lPF5KMdTZQzHjqxNPhWhzIuAruOl1eNqKEx1tSh5rfbxdw7mOxCq4qS68ZTjKS1YVvilu559vWvFHhh4rZrdyZ69Vmpgdj8fJbDZLJpNJ0uv1cnr/gjrUhQMuI+ANjyuwftQ0bbL6Erp0mM/ny8Fg4M3LtdRxgMtKl3jwmIHVxYXChFy94/Rmpa/pTbNUhstKV+4Rr8lLQ9KlUvJKLyG8yvQ2s9SBy1Jb7jV5a0yapfF6apaZLjLLcWtd4sNrmJUMHyM+1xibTjH82Zh01TNlhsrOhdKTe00uAzZQmN6+KW+sDa/JD2PSVQ873m29yf+1Q9VDzfEYlHi1G5LKBBWZbtEsHbFwb1oYDwr1ZiF/2bnCSg1OBE/pfr9/bWx26UxJL3ONPISOLKUvQza0LZUxSKyjpdTGa/vDEr25rddbMM0Q3O6Lx3rqFvU+x6UrRKQY7tyrZecmD9FODy8uLizTmilwNj0kraNcAJhOp5aGVwsAGD5VmJBrWWbJSgWT9zrzWepQF47RaGSiKfeGx6Szi3gzmX/HHbihwBser4B9UJYpFBNX4R6vTn3VQnez0SymnrHQMsRYGTr1dSk34ljRqS/EMd2pLQ8YBp3a1PLfcqCpo8gtHkZFHKkTX6fs3MY0blKnth66rKCnU0VRGu37ONrQaA4eZDFtWAu2fXj9zjFkxTBOo8F7t926gTp/83Kyzzcy2kZD6xiqxTYnHLRFm3vHiRSwNSjkz3hoIzo8lCKWUlg/YtGs7tObunDAZfpDLbfEI15zsEIY3U/x/gHHc/G1zltnAgAAAABJRU5ErkJggg==')
}

.modal-spinner {
    display: none;
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translateY(-50%) translateX(-50%);
    padding: 12px 16px;
    border-radius: 5px;
    background-color: #111;
    height: 20px
}

.modal-spinner>div {
    border-radius: 100px;
    background-color: #fff;
    height: 20px;
    width: 2px;
    margin: 0 1px;
    display: inline-block;
    -webkit-animation: sk-stretchdelay 1.2s infinite ease-in-out;
    animation: sk-stretchdelay 1.2s infinite ease-in-out
}

.modal-spinner .rect2 {
    -webkit-animation-delay: -1.1s;
    animation-delay: -1.1s
}

.modal-spinner .rect3 {
    -webkit-animation-delay: -1.0s;
    animation-delay: -1.0s
}

.modal-spinner .rect4 {
    -webkit-animation-delay: -0.9s;
    animation-delay: -0.9s
}

@-webkit-keyframes sk-stretchdelay {

    0%,
    40%,
    100% {
        -webkit-transform: scaleY(0.5)
    }

    20% {
        -webkit-transform: scaleY(1.0)
    }
}

@keyframes sk-stretchdelay {

    0%,
    40%,
    100% {
        transform: scaleY(0.5);
        -webkit-transform: scaleY(0.5)
    }

    20% {
        transform: scaleY(1.0);
        -webkit-transform: scaleY(1.0)
    }
}

#modal-reservation {
    display: none
}

.leedSeqContainer .alert-modal__close {
    position: absolute;
    right: 10px;
    top: 5px;
    cursor: pointer
}

.leedSeqContainer .alert-modal__text {
    text-align: center
}

.leedSeqContainer.alert-modal {
    position: fixed;
    left: 50%;
    top: 50%;
    margin-top: -160px;
    margin-left: -161.5px;
    font-family: "Arial", "Tahoma";
    width: 320px;
    height: 333px;
    padding: 15px 10px;
    background: rgba(0, 0, 0, .75);
    border: 1px solid #fff;
    color: #fff;
    font-size: 12px;
    line-height: normal;
    -ms-box-shadow: 0 0 25px rgba(0, 0, 0, .15);
    -webkit-box-shadow: 0 0 25px rgba(0, 0, 0, .15);
    -o-box-shadow: 0 0 25px rgba(0, 0, 0, .15);
    -moz-box-shadow: 0 0 25px rgba(0, 0, 0, .15);
    box-shadow: 0 0 25px rgba(0, 0, 0, .15);
    vertical-align: middle;
    z-index: 10000000000;
    max-width: 100%;
    border-radius: 0
}

.leedSeqContainer.alert-modal__close {
    color: rgba(255, 255, 255, 1);
    position: absolute;
    right: 3px;
    top: 3px;
    width: 14px;
    height: 14px;
    line-height: 14px;
    font-size: 14px;
    cursor: pointer
}

.leedSeqContainer.alert-modal__close:hover {
    color: rgba(255, 255, 255, .75)
}

.leedSeqContainer.alert-modal__close:active {
    color: rgba(255, 255, 255, 1)
}

.leedSeqContainer.alert-modal form select,
.leedSeqContainer.alert-modal form button,
.leedSeqContainer.alert-modal form input,
.leedSeqContainer.alert-modal form label {
    display: block;
    border: 0;
    outline: 0;
    margin: 0 auto;
    background: transparent;
    width: 90%;
    text-indent: 0;
    text-align: left;
    line-height: normal;
    outline: 0;
    padding: 0;
    font-size: inherit;
    color: inherit;
    background: inherit;
    text-indent: 0;
    font-weight: inherit;
    text-align: inherit;
    height: auto;
    border-radius: 0
}

.leedSeqContainer.alert-modal form select,
.leedSeqContainer.alert-modal form input {
    text-indent: 15px;
    color: #fff;
    border-bottom: 1px solid #fff;
    background: transparent;
    margin: 0 auto 20px;
    padding: 5px 0;
    outline: 0;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none
}

.leedSeqContainer .alertSelect {
    position: relative
}

.leedSeqContainer .alertSelect:after {
    content: '<>';
    -webkit-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
    margin-top: -10px;
    right: 0;
    bottom: 0;
    width: 20px;
    height: 10px;
    line-height: 10px;
    color: rgba(255, 255, 255, 1);
    text-align: center;
    position: absolute;
    pointer-events: none;
    display: block;
    margin-bottom: 10px
}

.leedSeqContainer .alertSelect:hover::after {
    color: rgba(255, 255, 255, .75)
}

.leedSeqContainer.alert-modal form select option {
    color: #000
}

.leedSeqContainer.alert-modal form select {
    cursor: pointer;
    width: 100%
}

.leedSeqContainer.alert-modal form button {
    width: 75%;
    margin: 15px auto 10px;
    padding: 5px 0;
    cursor: pointer;
    text-transform: uppercase;
    font-weight: 700;
    background: #fff;
    color: #000;
    text-align: center
}

.leedSeqContainer.alert-modal form button:hover {
    background: #f1f1f1
}

.leedSeqContainer.alert-modal form button:active {
    background: #fff
}

.leedSeqContainer.alert-modal__text {
    text-align: center;
    padding: 10px 0
}

.leedSeqContainer.alert-modal {
    display: none
}

.leedSeqContainer .alert-modal__close {
    position: absolute;
    right: 10px;
    top: 5px;
    cursor: pointer
}

.leedSeqContainer .alert-modal__text {
    text-align: center
}

.leedSeqContainer.alert-modal {
    position: fixed;
    left: 50%;
    top: 50%;
    margin-top: -160px;
    margin-left: -161.5px;
    font-family: "Arial", "Tahoma";
    width: 320px;
    height: 333px;
    padding: 15px 10px;
    background: rgba(0, 0, 0, .75);
    border: 1px solid #fff;
    color: #fff;
    font-size: 12px;
    line-height: normal;
    -ms-box-shadow: 0 0 25px rgba(0, 0, 0, .15);
    -webkit-box-shadow: 0 0 25px rgba(0, 0, 0, .15);
    -o-box-shadow: 0 0 25px rgba(0, 0, 0, .15);
    -moz-box-shadow: 0 0 25px rgba(0, 0, 0, .15);
    box-shadow: 0 0 25px rgba(0, 0, 0, .15);
    vertical-align: middle;
    z-index: 10000000000;
    max-width: 100%;
    border-radius: 0
}

.leedSeqContainer.alert-modal__close {
    color: rgba(255, 255, 255, 1);
    position: absolute;
    right: 3px;
    top: 3px;
    width: 14px;
    height: 14px;
    line-height: 14px;
    font-size: 14px;
    cursor: pointer
}

.leedSeqContainer.alert-modal__close:hover {
    color: rgba(255, 255, 255, .75)
}

.leedSeqContainer.alert-modal__close:active {
    color: rgba(255, 255, 255, 1)
}

.leedSeqContainer.alert-modal form select,
.leedSeqContainer.alert-modal form button,
.leedSeqContainer.alert-modal form input,
.leedSeqContainer.alert-modal form label {
    display: block;
    border: 0;
    outline: 0;
    margin: 0 auto;
    background: transparent;
    width: 90%;
    text-indent: 0;
    text-align: left;
    line-height: normal;
    outline: 0;
    padding: 0;
    font-size: inherit;
    color: inherit;
    background: inherit;
    text-indent: 0;
    font-weight: inherit;
    text-align: inherit;
    height: auto;
    border-radius: 0
}

.leedSeqContainer.alert-modal form select,
.leedSeqContainer.alert-modal form input {
    text-indent: 15px;
    color: #fff;
    border-bottom: 1px solid #fff;
    background: transparent;
    margin: 0 auto 20px;
    padding: 5px 0;
    outline: 0;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none
}

.leedSeqContainer .alertSelect {
    position: relative
}

.leedSeqContainer .alertSelect:after {
    content: '<>';
    -webkit-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
    margin-top: -10px;
    right: 0;
    bottom: 0;
    width: 20px;
    height: 10px;
    line-height: 10px;
    color: rgba(255, 255, 255, 1);
    text-align: center;
    position: absolute;
    pointer-events: none;
    display: block;
    margin-bottom: 10px
}

.leedSeqContainer .alertSelect:hover::after {
    color: rgba(255, 255, 255, .75)
}

.leedSeqContainer.alert-modal form select option {
    color: #000
}

.leedSeqContainer.alert-modal form select {
    cursor: pointer;
    width: 100%
}

.leedSeqContainer.alert-modal form button {
    width: 75%;
    margin: 15px auto 10px;
    padding: 5px 0;
    cursor: pointer;
    text-transform: uppercase;
    font-weight: 700;
    background: #fff;
    color: #000;
    text-align: center
}

.leedSeqContainer.alert-modal form button:hover {
    background: #f1f1f1
}

.leedSeqContainer.alert-modal form button:active {
    background: #fff
}

.leedSeqContainer.alert-modal__text {
    text-align: center;
    padding: 10px 0
}

.leedSeqContainer.alert-modal {
    display: none
}

.footer-center {
    text-align: center
}

.timer-block {
    min-height: 90px
}

.wrapper {
    padding-top: 45px
}
.form-block__txt {
    text-align: center;
    font-size: 18px;
}
.form-block__txt span {
    color: #33a199;
}
@media screen and (max-width: 468px) {
    #polit .modal-block, #agreement .modal-block {width: 86%;left: 7%;}
    #polit p, #agreement p {font-size: 14px!important;}
    footer rekv {font-size: 18px!important;}
}