img{
    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;
}
@viewport {
    width:device-width !important;
}
@-ms-viewport {
    width:device-width !important;
}
@-o-viewport {
    width:device-width !important;
}
html,body,button,input,select,.wrapper {
    font-family: "Roboto", sans-serif !important;
    font-weight: normal;
}
.inner{
    max-width: 1080px;
    margin: 0 auto;
    height: 100%;
    box-sizing: border-box;
    padding: 0 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: space-between;
    align-items: center;
}
.top-line{
    background: #1F4F41;
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    z-index: 500;
}
.nav a:hover{
    color: #111111;
    background: rgba(255,255,255,.9);
}
.nav a{
    font-weight: normal;
    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)/*tpa=http://v1.sustaprime.com/img/main-block-bg.jpg*/ no-repeat;
    background-position: top -10px left 50% !important;
    padding: 50px 0 30px;
    overflow: hidden;
}
.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{
    width: 687px;
    display: flex;
    justify-content: flex-end;
    align-items: flex-start;
}

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

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




.colvo{
    color: #33a199;
    font-size: 14px;
    text-align: center;
    margin-top: 99px;
}







.form-block__wrap{
    width: 322px;
    margin: 0 auto;
    position: relative;
    z-index: 2;
}
.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 0;
    margin: 0 auto 20px;
    box-sizing: border-box;
}
.form-block__one{
    font-weight: normal;
    text-transform: uppercase;
    font-size: 18px;
    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{
    display: none;
}






.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: bold;
}





.bottIns {
    margin-top: 100px;
    width: 50%;
}








.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%, #1F4F41 100%); /* ff3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #1F4F41), color-stop(99%, rgba(45,112,109,1)), color-stop(100%, rgba(45,112,109,1))); /* safari4+,chrome */
    background: -webkit-linear-gradient(90deg, rgba(45,112,109,1) 0%, rgba(45,112,109,1) 1%, #1F4F41 100%); /* safari5.1+,chrome10+ */
    background: -o-linear-gradient(90deg, rgba(45,112,109,1) 0%, rgba(45,112,109,1) 1%, #1F4F41 100%); /* opera 11.10+ */
    background: -ms-linear-gradient(90deg, rgba(45,112,109,1) 0%, rgba(45,112,109,1) 1%, #1F4F41 100%); /* ie10+ */
    background: linear-gradient(0deg, rgba(45,112,109,1) 0%, rgba(45,112,109,1) 1%, #1F4F41 100%); /* w3c */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#49b7b2', endColorstr='#2d706d',GradientType=0 ); /* ie6-9 */
}
.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%); /* ff3.6+ */
background: -webkit-gradient(linear, left bottom, right top, color-stop(0%, rgba(253,111,51,1)), color-stop(100%, rgba(246,71,2,1))); /* safari4+,chrome */
background: -webkit-linear-gradient(45deg, rgba(253,111,51,1) 0%, rgba(246,71,2,1) 100%); /* safari5.1+,chrome10+ */
background: -o-linear-gradient(45deg, rgba(253,111,51,1) 0%, rgba(246,71,2,1) 100%); /* opera 11.10+ */
background: -ms-linear-gradient(45deg, rgba(253,111,51,1) 0%, rgba(246,71,2,1) 100%); /* ie10+ */
background: linear-gradient(45deg, rgba(253,111,51,1) 0%, rgba(246,71,2,1) 100%); /* w3c */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f64702', endColorstr='#fd6f33',GradientType=1 ); /* ie6-9 */
}
.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%); /* ff3.6+ */
    background: -webkit-gradient(linear, left bottom, right top, color-stop(0%, rgba(237,184,134,1)), color-stop(100%, rgba(220,133,66,1))); /* safari4+,chrome */
    background: -webkit-linear-gradient(45deg, rgba(237,184,134,1) 0%, rgba(220,133,66,1) 100%); /* safari5.1+,chrome10+ */
    background: -o-linear-gradient(45deg, rgba(237,184,134,1) 0%, rgba(220,133,66,1) 100%); /* opera 11.10+ */
    background: -ms-linear-gradient(45deg, rgba(237,184,134,1) 0%, rgba(220,133,66,1) 100%); /* ie10+ */
    background: linear-gradient(45deg, rgba(237,184,134,1) 0%, rgba(220,133,66,1) 100%); /* w3c */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#dc8542', endColorstr='#edb886',GradientType=1 ); /* ie6-9 */
}
.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)/*tpa=http://v1.sustaprime.com/img/why-img.png*/ no-repeat;
}
.why__item-title{
    text-transform: uppercase;
    font-weight: bold;
}
.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)/*tpa=http://v1.sustaprime.com/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 img{
    margin-left: -380px;
}
.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)/*tpa=http://v1.sustaprime.com/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)/*tpa=http://v1.sustaprime.com/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)/*tpa=http://v1.sustaprime.com/img/sprite-small.png*/;
    background-position: -62px -5px;
    width: 23px;
    height: 19px;
}




















.six{
    padding: 100px 0 50px;
    background: #fff url(../img/six-bg.jpg)/*tpa=http://v1.sustaprime.com/img/six-bg.jpg*/ 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: normal;
    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 .inner {
    padding-bottom: 30px;
}
.sostav__title{
    font-weight: normal;
    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)/*tpa=http://v1.sustaprime.com/img/sprite-small.png*/;
    background-position: -62px 0px;
}
.sposob__item-title{
    text-transform: uppercase;
    font-size: 25px;
    margin-bottom: 20px;
}
.sposob__desc{
    font-size: 14px;
}



form input {
        height: 40px;
        font-size: 16px;
    }
    form label {
        display: inline-block;
        font-size: 16px;
        margin-top: 17px;
    }









.doctor{
    padding: 95px 0 60px;
    background: #f1f1ed url(../img/doctor-bg.jpg)/*tpa=http://v1.sustaprime.com/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: normal;
    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)/*tpa=http://v1.sustaprime.com/img/sprite-small.png*/;
    background-position: 168px 0px;
}
















.timer__title{
    text-align: center;
    font-size: 12px;
    color: #898787;
    margin-bottom: 10px;
}
.flip-clock-dot{
    left: 12px;
}
.flip-clock-wrapper{
    width: 268px;
}
.flip-clock-divider{
    width: 28px;
}








.price-block{
    display: flex;
    justify-content: center;
    align-items: flex-end;
    margin: 7px auto;
    flex-wrap: wrap;
    font-weight: normal;
    line-height: 40px;
}
.price-block__price{
    font-size: 55px;
    font-weight: 900;
}
.price-block__priceCurrency{
    font-size: 20px;
}
.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, .cena{
    display: none;
}



.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{
    text-indent: 10px;
    padding: 3px 0;
    border-bottom: 1px solid #878585;
}
input:not(:last-child), select:not(:last-child){
}
select{
    border: 2px solid #bfbebe;
    border-radius: 5px;
    padding: 8px 0;
    text-indent: 10px;
    background: transparent url(../img/select-arrows-bottom.png)/*tpa=http://v1.sustaprime.com/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)/*tpa=http://v1.sustaprime.com/img/select-arrows-top.png*/;
}

.btn{
    display: block;
    margin: 0 auto;
    max-width: 260px;
    background: #f3622a;
    text-transform: uppercase;
    font-size: 16px;
    text-align: center;
    color: #fff;
    padding: 10px 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;
}
.form-btn{
    bottom: -22px;
}



.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: #dbdcdc;;
}

.flip-clock-wrapper ul {
    background-color: #dbdcdc;
    color: #908e8e;
}

.splitArea-timer ul {
    background-color: #4e9c39;
    color: #d6d7d7;
}

.splitArea__price-old {
    margin-right: 15px;
}

.flip {
    position: relative;
}

.flip::before {
    content: '';
    position: absolute;
    display: block;
    background-color: #82828257;
    border-top-left-radius: 6px;
    border-top-right-radius: 6px;
    width: 100%;
    height: 50%;
    opacity: .5;
}

























































.reviews{
    background: #f4f4f4;
    padding: 60px 0 40px;
}
.reviews__title{
    text-align: center;
    font-weight: bold;
    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: bold;
    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: bold;
    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: normal;
}
.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)/*tpa=http://v1.sustaprime.com/img/sprite-small.png*/ !important;
}
.owl-next{
    right: -70px;
    background-position: -31px 0px !important;
}
.owl-prev{
    left: -70px;
    background-position: 0px 0px !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{
    display: inline-block;
    margin: 100px auto;
    position: relative;
}
.popup__close{
    position: absolute;
    right: -30px;
    top: -30px;
    width: 20px;
    height: 22px;
    background: transparent url(../img/poup-close.png)/*tpa=http://v1.sustaprime.com/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;
    right: -380px;
    top: 50%;
    margin-top: -211px;
    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{
        width: 690px;
        margin-top: 40px;
    }
    .popup__product{
        right: -295px;
    }
}
@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{
        display: none !important;
    }
    .numberTwo__item-cubes{
        justify-content: space-around
    }
    .numberTwo{
        background: #fff;
    }
    .numberTwo{
        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-position: top -10px right -70px !important;
    }
    .main-block .form-block__wrap{
        margin-left: 0;
    }
    .main-block__flexArea{
        width: 100%;
        justify-content: space-between
    }
    .popup__product img{
        width: 470px;
        margin-top: 0;
    }
    .popup__product {
        right: -195px;
        margin-top: -108.5px;
    }
    .nav a:nth-child(2){
        display: none;
    }
    .nav a{
        padding: 14px 14px
    }
    .numberOne-img {
        width: 50%;
    }
}


@media screen and (max-width: 768px){
    form input {
        height: 70px;
        font-size: 30px;
    }
    form label {
        font-size: 32px;
        margin-top: 35px;
    }
    .ppaa{
        margin-top: 45px !important;
        font-size: 16px !important;
    }
    #zakaz{
        padding-top: 0 !important;
        margin-top: -100px;
        background-image: none !important;
    }
    .doctor__post-block::after{
        right: 210px;
            bottom: 0;
            margin-top: 0;
            top: 0;
            left: 0;
    }
    .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: normal !important;
        margin-bottom: 848px !important;
    }
    .doctor{
        background: #f1f1ed url(../img/mob-doctor-bg.jpg)/*tpa=http://v1.sustaprime.com/img/mob-doctor-bg.jpg*/ no-repeat;
        background-position: top 125px left 50%;
        padding: 0;
    }
    .sposob__desc{
        font-size: 34px;
        text-align: center;
        width: 425px;
        margin:  40px auto;
    }
    .doctor p {
        font-size: 34px;
    }
    .sposob{
        font-size: 25px;
    }
    .sposob__item-title{
        font-size: 33px;
    }
    .sposob__item-title br{
        display: none !important;
    }
    .sposob__title{
        font-weight: normal !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)/*tpa=http://v1.sustaprime.com/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)
     }
    .sostav__slide-title{
        font-size: 31px;
        font-weight: normal;
    }
    .sostav__slide-text{
        font-size: 32px;
        font-weight: normal;
    }
    .sposob__items {
        font-size: 40px;
    }
    .sposob__item-title {
        font-size: 44px;
    }
    .sostav__title{
        font-weight: normal !important;
    }
    .six__item:first-child{
        font-size: 54px;
    }
    .six__title{
        font-weight: normal !important;
    }
    .six{
        font-size: 25px;
        padding-top: 50px;
        padding-bottom: 30px;
        background: #fff;
    }
    .step__block-title{
        font-size: 34px;
    }
    .step__block {
        font-size: 32px;
    }
    .step{
        font-size: 25px;
    }
    .step .inner{
        background: none;
        padding-top: 0;
    }
    .numberTwo{
        background: #fff url(../img/mob-numberTwo-bg.jpg)/*tpa=http://v1.sustaprime.com/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 img {
        margin-top: -60px;
    }
    .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)/*tpa=http://v1.sustaprime.com/img/mob-topSix-bg.jpg*/ no-repeat;
        background-position: top 100px left 50%;
        font-size: 25px;
    }
    .topSix__title{
        margin-bottom: 1230px !important;
        max-width: 100%;
    }
    .topSix__item-block {
        font-size: 32px;
    }
    .numberOne__items, .numberTwo__items {
        font-size: 34px;
    }
    .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: bold;
        font-size: 30px;
    }
    .colvo{
        font-size: 30px;
        margin-top: 70px;
    }
    .why__items br, .topSix br {
        display: none;
    }
    .purp{
        color: #33a199;
    }
    .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: -270px; */
    margin-bottom: -100px;
    position: relative;
    z-index: 5;
    width: 300px;
}
    .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;
    }




    footer {
        font-size: 24px;
    }

    .splitArea__item:nth-child(2){
        display: none;
    }
    .six__items {
        font-size: 32px;
    }
    .splitArea .timer__title{
        font-size: 28px;
        margin-bottom: 20px;
        font-weight: normal;
    }
    .splitArea{
        padding: 27px 0 0px;
    }
    .why__item-title {
        font-size: 36px;
    }
    .why__item-text {
        font-size: 34px;
    }
    .title{
        text-align: center;
        font-size: 52px;
        font-weight: 300;
        margin-bottom: 30px;
    }
    .title span{
        font-size: 41px;
    }
    .form-block{
        margin-bottom: 35px;
    }
    .form-btn{
        width: 100%;
        max-width: 100%;
        font-size: 27px;
        padding-top: 20px;
        padding-bottom: 20px;
        margin-top: 20px;
        bottom: -35px;
    }
    input:not(:last-child), select:not(:last-child) {
    }
    input, select{
        text-indent: 25px;
    }
    .cena{
        font-size: 32px;
        color: #207b89;
        text-transform: uppercase;
    }
    .price-block__oldPriceCurrency {
        font-size: 24px;
        color: #ea5153
    }
    .price-block__priceCurrency {
        font-size: 30px;
    }
    .popup__wrapper .price-block,
    .main-block .price-block{
        margin-bottom: 15px !important;
    }
    .popup__wrapper .price-block__oldPrice,
    .main-block .price-block__oldPrice{
        color: #f3622a;
        font-size: 35px;
        display: inline-block;
        margin-top: 10px;
    }
    .starayaCena, .main-block .price-block__oldPriceCurrency{
        color: #ea5153;
        font-size: 24px;
    }
    .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: 22px;
        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: 100%;
        max-width: 500px;
        margin: 0 auto;
    }
    .form-block__zakazhite{
        display: block;
        font-size: 35px;
        color: #2d2c33;
        text-align: center;
        margin-bottom: 15px;
    }
    .popup__wrapper{
        text-align: left;
    }
    .popup__wrapper .timer__title,
    .main-block .timer__title{
        font-size: 30px;
        color: #b00012;
        margin-bottom: 18px;
    }
    .popup__wrapper .timer__title span,
    .main-block .timer__title span{
        font-weight: bold;
    }
    .form-block__one{
        white-space: normal;
        font-size: 35px;
        font-weight: normal;
        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: 50px;
    background: #f0ece9 url(../img/mob-main-block-bg.jpg) 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: 0 60px
    }
    .nav{
        background: #33a199;
        display: block;
        position: fixed;
        width: 500px;
        left: -508px;
        top: 75px;
        text-align: center;
        padding: 30px 0;
        box-shadow: 8px 8px 0px rgba(0,0,0,.75);
    }
    .mob-button.active + .nav{
        left: 0px;
    }
    .nav a{
        font-size: 28px;
        text-transform: uppercase;
        display: block !important;
    }
}

span.im-caret {
    -webkit-animation: 1s blink step-end infinite;
    animation: 1s blink step-end infinite;
}

@keyframes blink {
    from, to {
        border-right-color: black;
    }
    50% {
        border-right-color: transparent;
    }
}

@-webkit-keyframes blink {
    from, to {
        border-right-color: black;
    }
    50% {
        border-right-color: transparent;
    }
}

span.im-static {
    color: grey;
}

div.im-colormask {
    display: inline-block;
    border-style: inset;
    border-width: 2px;
    -webkit-appearance: textfield;
    -moz-appearance: textfield;
    appearance: textfield;
}

div.im-colormask > input {
    position: absolute;
    display: inline-block;
    background-color: transparent;
    color: transparent;
    -webkit-appearance: caret;
    -moz-appearance: caret;
    appearance: caret;
    border-style: none;
    left: 0; /*calculated*/
}

div.im-colormask > input:focus {
    outline: none;
}

div.im-colormask > input::-moz-selection {
    background: none;
}

div.im-colormask > input::selection {
    background: none;
}

div.im-colormask > input::-moz-selection {
    background: none;
}

div.im-colormask > div {
    color: black;
    display: inline-block;
    width: 100px; /*calculated*/
}

#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, 0.75);
    border: 1px solid #fff;
    color: #fff;
    font-size: 12px;
    line-height: normal;
    -ms-box-shadow: 0 0 25px rgba(0, 0, 0, 0.15);
    -webkit-box-shadow: 0 0 25px rgba(0, 0, 0, 0.15);
    -o-box-shadow: 0 0 25px rgba(0, 0, 0, 0.15);
    -moz-box-shadow: 0 0 25px rgba(0, 0, 0, 0.15);
    box-shadow: 0 0 25px rgba(0, 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, 0.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: none;
    margin: 0 auto;
    background: transparent;
    width: 90%;
    text-indent: 0;
    text-align: left;
    line-height: normal;
    outline: none;
    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: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

/* Контейнер Select */
.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: 0px;
    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, 0.75);
}

/* Цвет шрифта в option */
.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: bold;
    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, 0.75);
    border: 1px solid #fff;
    color: #fff;
    font-size: 12px;
    line-height: normal;
    -ms-box-shadow: 0 0 25px rgba(0, 0, 0, 0.15);
    -webkit-box-shadow: 0 0 25px rgba(0, 0, 0, 0.15);
    -o-box-shadow: 0 0 25px rgba(0, 0, 0, 0.15);
    -moz-box-shadow: 0 0 25px rgba(0, 0, 0, 0.15);
    box-shadow: 0 0 25px rgba(0, 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, 0.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: none;
    margin: 0 auto;
    background: transparent;
    width: 90%;
    text-indent: 0;
    text-align: left;
    line-height: normal;
    outline: none;
    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: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

/* Контейнер Select */
.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: 0px;
    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, 0.75);
}

/* Цвет шрифта в option */
.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: bold;
    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;
}


