#header .sale,
.button.long,
.button.yellow {
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffd300', endColorstr='#de9d00', GradientType=0)
}

#components h3,
.button,
h2 {
    text-transform: uppercase
}

#why-you,
.field-pos,
.form {
    position: relative
}

#components .item img,
#header .dark .item img,
#header .logo img,
#reviews .item img {
    vertical-align: bottom
}

#bottom a:hover,
.button {
    text-decoration: none
}

.timer,
.timer1 {
    pointer-events: none
}

.button,
.conf-overlay,
select {
    cursor: pointer
}

* {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0
}

.wrapper {
    overflow: hidden
}

h1,
h2,
h3 {
    font-weight: 400;
    font-size: 100%
}

li {
    list-style: none
}

body {
    font-size: 18px;
    font-family: Roboto, sans-serif
}

option {
    color: #000
}

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

.width {
    /* min-width: 320px; */
    max-width: 640px;
    margin: 0 auto;
}

section {
    width: 100%;
    max-width: 1280px;
    margin: 0 auto;
    padding: 30px 0
}

.button {
    display: block;
    width: 280px;
    height: 50px;
    margin: 10px auto 0;
    font-weight: 700;
    font-size: 28px;
    line-height: 50px;
    text-align: center;
    color: #fff;
    -webkit-transition: all 1s ease-out;
    -moz-transition: all 1s ease-out;
    -o-transition: all 1s ease-out
}

.button.long,
.button.yellow {
    color: #282828
}

.button:hover {
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -o-transform: scale(1.1)
}

.button.red {
    background-color: #b40000;
    animation-name: btn;
    animation-duration: 2s;
    animation-iteration-count: infinite
}

@keyframes btn {
    50% {
        transform: scale(1.1)
    }

    100% {
        transform: scale(1)
    }
}

.button.yellow {
    background: #ffd300;
    background: -moz-linear-gradient(top, rgba(255, 211, 0, 1) 0, rgba(222, 157, 0, 1) 98%, rgba(222, 157, 0, 1) 100%);
    background: -webkit-linear-gradient(top, rgba(255, 211, 0, 1) 0, rgba(222, 157, 0, 1) 98%, rgba(222, 157, 0, 1) 100%);
    background: linear-gradient(to bottom, rgba(255, 211, 0, 1) 0, rgba(222, 157, 0, 1) 98%, rgba(222, 157, 0, 1) 100%)
}

.button.long {
    width: 360px;
    background: #ffd300;
    background: -moz-linear-gradient(top, rgba(255, 211, 0, 1) 0, rgba(222, 157, 0, 1) 98%, rgba(222, 157, 0, 1) 100%);
    background: -webkit-linear-gradient(top, rgba(255, 211, 0, 1) 0, rgba(222, 157, 0, 1) 98%, rgba(222, 157, 0, 1) 100%);
    background: linear-gradient(to bottom, rgba(255, 211, 0, 1) 0, rgba(222, 157, 0, 1) 98%, rgba(222, 157, 0, 1) 100%)
}

.field-pos {
    width: 270px;
    margin: 0 auto
}

label {
    text-align: left;
    color: #b40000;
    color: #ffffff;
    opacity: .8;
}

input,
select {
    display: block;
    width: 100%;
    height: 50px;
    margin: 10px auto;
    padding: 0 0 0 20px;
    color: #fff;
    background: 0 0;
    border: 1px solid #fff;
    visibility: visible !important;
    position: relative !important;
}

select {
    padding: 0 0 0 15px;
    background: url(../img/sel.png) 240px 9px no-repeat;
    -webkit-user-select: none;
    -moz-user-select: -moz-none;
    -ms-user-select: none;
    user-select: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none
}

select::-ms-expand {
    display: none
}

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

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

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

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

#header {
    padding: 40px 0;
    background: url(../img/bg3.jpg) center 0 no-repeat;
    background-size: cover 10
}

p.yel {
    margin: 0 0 30px;
    padding: 0 5px;
    text-align: center
}

p.yel span {
    display: inline-block;
    padding: 0 13px;
    font-weight: 300;
    font-size: 24px;
    line-height: 35px;
    color: #222;
    background: #ffd200
}

.pr,
.pr>span {
    display: block
}

#header .logo {
    padding: 0 10px 22px;
    text-align: center
}

#header .logo img {
    width: 100%;
    padding: 0 21px
}

#header .dark {
    margin: 0 30px;
    padding: 0 20px;
    color: #fff;
    background: url(../img/overlay.png)
}

#header .dark .item {
    float: left;
    width: 50%;
    padding: 30px 0 40px;
    text-align: center
}

#header .dark .item p {
    padding: 10px 0 0
}

#header .dark ul {
    float: left;
    width: 50%;
    line-height: 24px
}

#components .item p,
.doc_bg,
.why_bg {
    width: 100%;
    height: 100%
}

#header .dark .s1_ul ul:last-child {
    float: right
}

#header .dark ul li {
    padding: 0 20px 35px 45px;
    text-align: left;
    background: url(../img/check.png) 0 5px no-repeat
}

#bottom,
#components .item,
#components .text,
#components h3,
#form4 h1,
#form5 h1,
#header .sale,
#pressa,
#pressa h1,
#reviews .item,
.form .form h1,
.form .time-wrap,
.pr>span,
.time,
.why,
h2 {
    text-align: center
}

#header .sale {
    padding: 20px 0;
    font-weight: 700;
    font-size: 46px;
    line-height: 44px;
    color: #b40000;
    background: #ffd300;
    background: -moz-linear-gradient(top, rgba(255, 211, 0, 1) 0, rgba(222, 157, 0, 1) 98%, rgba(222, 157, 0, 1) 100%);
    background: -webkit-linear-gradient(top, rgba(255, 211, 0, 1) 0, rgba(222, 157, 0, 1) 98%, rgba(222, 157, 0, 1) 100%);
    background: linear-gradient(to bottom, rgba(255, 211, 0, 1) 0, rgba(222, 157, 0, 1) 98%, rgba(222, 157, 0, 1) 100%);
    margin: 0 30px
}

#header .button {
    margin-top: 35
}

.form {
    background: url(../img/bg33.jpg) center no-repeat;
    background-size: cover
}

.dark,
.form .dark .form {
    background: url(../img/overlay.png)
}

.form .dark .form {
    padding: 30px 0
}

.form .form h1 {
    padding: 13px 0 15px;
    font-weight: 300;
    font-size: 30px;
    line-height: 36px;
    color: #fff
}

.form .time-wrap {
    padding: 20px 0;
    color: #fff
}

.form .time-wrap h2 {
    padding: 40px 0 0
}

.form .time-wrap div p {
    padding: 5px 0 14px;
    font-weight: 700;
    font-size: 72px;
    line-height: 55px;
    color: #ffd200
}

.form .time-wrap div .js_new_price_curs {
    display: block;
    font-weight: 300;
    font-size: 30px;
    line-height: 12px
}

#about {
    min-height: 380px;
    background: url(../img/about.jpg) center no-repeat;
    background-size: cover
}

#about h2 {
    padding: 0 20px;
    box-sizing: border-box
}

.pr>span {
    margin: 0 0 5px;
    font-size: 18px;
    color: #fff
}

h2 {
    margin: 0 0 20px;
    font-size: 30px;
    line-height: 36px
}

#about p {
    min-height: 190px;
    padding: 15px 20px;
    line-height: 30px;
    background: #fff
}

#components .text,
#doctor p,
#steps .text,
#why-you ul {
    line-height: 24px
}

#components {
    color: #fff;
    background: url(../img/bg44.jpg) center no-repeat;
    background-size: cover
}

#components p strong {
    color: red
}

.why,
.why h2 {
    color: #fff
}

.why {
    padding: 40px 10px;
    background: #050100;
    background: -moz-linear-gradient(top, rgba(5, 1, 0, 1) 0, rgba(33, 3, 1, 1) 50%, rgba(93, 15, 3, 1) 100%);
    background: -webkit-linear-gradient(top, rgba(5, 1, 0, 1) 0, rgba(33, 3, 1, 1) 50%, rgba(93, 15, 3, 1) 100%);
    background: linear-gradient(to bottom, rgba(5, 1, 0, 1) 0, rgba(33, 3, 1, 1) 50%, rgba(93, 15, 3, 1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#050100', endColorstr='#5d0f03', GradientType=0);
}

.why .text {
    font-size: 20px
}

#components .items {
    min-height: 1260px
}

#components .item {
    padding: 0 0 30px
}

#components .item img {
    margin-bottom: 18px
}

#components .item h2 {
    padding: 15px 0;
    font-weight: bolder;
    font-size: 30px;
    color: #ffd200
}

#form2 h2,
#form3,
#steps h2 {
    color: #fff
}

#components .item ul {
    font-size: 0
}

#components .item p {
    display: inline-block;
    padding: 10px;
    position: relative;
    font-size: 25px;
}

.cont img,
h2 span {
    display: block
}

#components h3 {
    font-size: 40px;
    font-weight: bolder;
    margin-bottom: 30px
}

#form3 h2,
#why-you h2 {
    font-weight: 300
}

#form2 {
    padding: 30px 0;
    background: url(../img/form2.jpg) no-repeat;
    background-size: cover
}

#steps {
    padding: 80px 0;
    text-align: right;
    background: url(../img/nurse6.jpg) right top no-repeat;
    background-size: contain
}

#steps .cont {
    padding: 20px 0;
    background: rgba(0, 0, 0, .61)
}

.cont img {
    max-width: 100%;
    margin: 0 auto
}

#steps .text {
    margin: 0 auto;
    padding: 17px;
    color: #fff;
    max-width: 480px;
}

#form4,
#form5 {
    padding: 30px 0
}

#form3 {
    padding: 70px 0;
    background: url(../img/form3.jpg) no-repeat;
    background-size: 1280px 100%
}

#why-you {
    padding: 50px 0;
    color: #282828
}

.why_bg {
    position: absolute;
    top: 0;
    background: url(../img/why-you1.jpg) left 0 no-repeat;
    background-size: contain
}

#doctor,
#why-you h2,
#why-you ul {
    position: relative
}

.maral,
.maral2,
h2 span {
    font-weight: 700
}

h2 .maral {
    display: inline-block
}

.maral2 {
    color: red
}

#form4,
#form5,
#pressa {
    color: #fff
}

#doctor,
#doctor h2,
#reviews {
    color: #282828
}

#reviews {
    padding: 30px 10px;
}

#why-you ul {
    padding: 0 80px
}

#why-you ul li {
    padding: 0 0 35px 50px;
    position: relative;
}

#why-you ul li:after {
    content: "";
    background: url(../img/check3.png) no-repeat;
    width: 32px;
    height: 32px;
    position: absolute;
    left: 0;
    top: 0;
}

#form4 {
    background: url(../img/form4.jpg) center 0 no-repeat;
    background-size: cover
}

#form4 h1 {
    padding: 95px 0 50px;
    font-weight: 300;
    font-size: 36px;
    line-height: 36px
}

#form4 h1 span {
    font-weight: 700
}

#doctor {
    padding: 110px 0 70px
}

.doc_bg {
    position: absolute;
    top: 0;
    right: 0;
    background: url(../img/doctor1.jpg) right bottom no-repeat;
    z-index: 0;
}

#doctor h2 {
    font-weight: 300;
    text-align: left;
    position: relative
}

#doctor h1 span {
    font-weight: 700
}

#doctor p {
    padding: 0 42% 37px 0;
    z-index: 10;
    position: relative;
}

#doctor p span {
    display: block;
    margin: 0
}

#doctor p .maral {
    display: inline-block
}

#doctor .name div {
    font-weight: 700;
    font-size: 30px;
    line-height: 36px
}

#form5 h1,
h2 {
    font-weight: 300
}

#form5 h1,
#pressa h1 {
    font-size: 36px;
    color: #fff
}

#form5 {
    background: url(../img/form5.jpg) center 0 no-repeat;
    background-size: cover
}

#form5 h2 span.second {
    padding-bottom: 10px
}

#form5 h1 {
    padding: 35px 0 50px;
    line-height: 36px
}

#form5 h1 p {
    font-weight: 700
}

#pressa {
    background: url(../img/pressa.jpg) center 0 no-repeat;
    background-size: cover
}

#pressa .item {
    padding: 0 35px 45px;
    line-height: 24px
}

#pressa h1 {
    padding: 57px 0;
    font-weight: 300;
    line-height: 36px
}

#pressa h1 span {
    font-weight: 700
}

#form6 h1,
#reviews h1 {
    font-weight: 300;
    font-size: 36px;
    text-align: center
}

#reviews h1 {
    padding: 35px 0;
    line-height: 36px
}

#reviews .item {
    padding: 0 0 40px;
    line-height: 24px
}

#reviews .item3 {
    padding-bottom: 0
}

#reviews .item p {
    padding: 10px 0 0
}

#reviews .item p span {
    display: block;
    padding: 10px 0 0;
    color: #82b4f0
}

#form6 h1,
#form6 h2 {
    color: #fff
}

#reviews .item p .maral {
    display: inline-block
}

#form6 {
    padding: 100px 0 30px;
    background: url(../img/form6.jpg) center 0 no-repeat
}

#form6 .form-box {
    position: relative;
    padding: 47px 0 63px 200px;
    border: 8px solid #fff
}

#form6 .form-box img {
    position: absolute;
    top: -28px;
    left: 20px;
    display: block;
    width: 166px;
}

.conf-info,
.conf-overlay {
    position: fixed;
    z-index: 9999
}

.count-div2,
.time {
    display: inline-block;
    width: 50px;
    vertical-align: middle
}

#form6 h1 {
    padding: 0 0 25px;
    line-height: 36px
}

#form6 h1 span {
    font-weight: 700
}

#bottom {
    padding: 20px
}

#bottom a {
    color: #82b4f0
}

.time {
    height: 50px;
    margin: 0 2px;
    font-size: 35px;
    line-height: 50px;
    color: #000;
    background: #fff;
    border-radius: 9px
}

.count-div2,
.endtext,
.priceblock,
.variant_text1 {
    text-align: center;
    color: #fff
}

.counter2 .count-div2:nth-child(2) {
    margin: -5px 4px 0
}

.count-div2 {
    height: 10px;
    margin-top: -5px;
    font-size: 10px
}

.priceblock,
.variant_text1 {
    font-size: 30px;
    font-weight: 300;
    line-height: 36px
}

.variant_text1 {
    margin-bottom: 10px;
    padding-top: 30px
}

.priceblock s {
    display: block;
    font-size: 24px
}

.endtext {
    margin-top: -10px;
    font-weight: 300;
    font-size: 22px;
    line-height: 36px
}

.confident-link {
    margin: 10px 0 0;
    font-size: 12px;
    line-height: 12px;
    text-decoration: underline;
    cursor: pointer
}

.confident-link:hover {
    text-decoration: none
}

.hidden-conf {
    display: none
}

.timer_cover {
    height: 100%;
    width: 100%;
    display: block
}

.timer {
    width: 370px;
    height: 80px;
    display: inline-block
}

.timer_cover1 {
    height: 100%;
    width: 100%;
    display: block
}

.timer1 {
    width: 370px;
    height: 80px;
    display: inline-block
}

.conf-overlay {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #000;
    opacity: .9;
    filter: alpha(opacity=90);
    -khtml-opacity: .9;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=90)"
}

.conf-info {
    top: 8%;
    left: 50%;
    max-width: 800px;
    margin: 0 0 0 -420px;
    padding: 30px;
    text-align: left;
    color: #000;
    background: #fff;
    border-radius: 6px;
    cursor: default
}

.conf-info .conf-head {
    margin: 0 0 16px;
    font: 30px/30px arial, sans-serif
}

.conf-info h5 {
    margin: 16px 0 6px !important;
    font-weight: 700;
    font-size: 18px;
    line-height: 1;
    color: #000 !important
}

.conf-info p {
    margin: 0 0 8px;
    font: 13px/15px arial, sans-serif
}

.closeconf-but {
    position: absolute;
    top: 20px;
    right: 20px;
    width: 29px;
    height: 29px;
    background: url(../img/close-conf.png) no-repeat;
    cursor: pointer
}

.not_valid_message,
.not_valid_message2 {
    position: absolute;
    top: 0;
    left: 0;
    display: none;
    margin: 3px 0 0;
    padding: 10px 7px;
    font-size: 14px;
    font-family: Arial;
    color: #fff;
    background-color: #e74c3c
}

.not_valid_message {
    z-index: 10000;
    border-radius: 5px;
    border: 1px dashed #000
}

.not_valid_message2 {
    z-index: 1000000;
    border-radius: 5px;
    border: 1px dashed #000
}

@media screen and (max-width: 1180px) {
    .why_bg {
        left: -100px
    }

    .doc_bg {
        /* right:-200px */
    }
}

@media screen and (max-width: 1040px) {
    .doc_bg {
        right: -100px;
    }

    #form2 {
        background: url(../img/form2.jpg) -50px -100px no-repeat
    }

    #form3 {
        background: url(../img/form3.jpg) -250px 0 no-repeat
    }

    #form4 {
        background: url(../img/form4.jpg) center no-repeat;
        background-size: cover
    }

    #form5 {
        /* background:url(../img/form5.jpg) -120px 0 no-repeat; */
        /* background-size:cover; */
    }

    .form {
        background: url(../img/bg33.jpg) 0px -110px no-repeat;
        background-size: cover
    }
}

@media only screen and (max-width: 1002px) {
    .conf-info {
        max-width: 600px;
        margin: 0 0 0 -300px;
        padding: 20px
    }

    .why_bg {
        left: -200px
    }

    .conf-info h5 {
        margin: 16px 0 6px !important;
        font-weight: 700;
        font-size: 16px;
        line-height: 1
    }
}

@media screen and (max-width: 870px) {
    .doc_bg {
        /* right: -350px */
    }
}

@media only screen and (max-width: 768px) {
    .conf-info {
        max-width: 500px;
        margin: 0 0 0 -250px
    }

    .doc_bg {
        /* right: -300px; */
        /* background-size: 700px 90%; */
    }

    .why_bg {
        left: -400px
    }
}

@media screen and (max-width: 670px) {
    #doctor {
        padding: 30px 20px
    }

    .doc_bg {
        display: none
    }

    #doctor p {
        padding: 0
    }

    #form5 {
        /* background: url(../img/form5.jpg) -270px 0 no-repeat; */
        /* background-size: cover; */
    }

    .priceblock {
        font-size: 25px;
    }
}

@media only screen and (max-width: 640px) {
    .conf-info {
        max-width: 400px;
        margin: 0 0 0 -200px
    }

    #about {
        background: url(../img/about.jpg) no-repeat;
        background-size: 900%
    }
}

@media only screen and (max-width: 550px) {
    #form6 .form-box {
        padding-left: 0;
    }

    #form6 {
        background-size: cover;
    }

    #form6 .form-box img {
        position: relative;
        left: 0;
        margin: 0 auto 30px auto;
        width: 110px;
        top: 0;
    }
}

@media screen and (max-width: 450px) {
    .form {
        background: url(../img/bg33.jpg) -250px -10px no-repeat
    }

    #form3 {
        padding: 30px 0;
    }

    #components .item3 {
        padding-bottom: 0px;
    }

    #components .item3 p {
        padding-bottom: 0px
    }

    #pressa .item3 {
        padding-bottom: 0px;
    }

    #form4 {
        padding: 30px 0;
    }

    #why-you {
        padding: 30px 0;
    }

    #why-you ul .item3 {
        padding-bottom: 0;
    }

    #why-you ul {
        padding: 0 20px;
    }

    .timer_cover1,
    .timer_cover {
        width: 300px;
        margin: 0 auto;
        position: relative
    }

    .timer,
    .timer1 {
        transform: scale(.7);
        margin-left: -35px
    }

    .flip-clock-divider .flip-clock-label {
        font-size: 20px
    }
}

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

    .timer_cover,
    .timer_cover1 {
        width: 200px;
        margin: 0 auto;
        position: relative;
        height: 90px
    }

    .timer,
    .timer1 {
        transform: scale(.5);
        margin-left: -85px
    }

    .flip-clock-divider .flip-clock-label {
        font-size: 20px
    }
}

@media only screen and (max-width: 480px) {
    .conf-info {
        max-width: 280px;
        margin: 0 0 0 -140px
    }

    #header .dark ul {
        width: 100%;
    }

    #header .dark ul li {
        padding: 0 0px 20px 45px;
    }
}

@media screen and (max-width: 325px) and (max-height: 570px) {
    #header {
        background: url(../img/bg3.jpg) center 0px no-repeat;
        background-size: cover
    }
}

@media screen and (max-width: 609px) and (min-width: 320px) {
    #header {
        padding: 40px 0;
        background: url(../img/bg3.jpg) center no-repeat o;
        background-size: 500%
    }

    .button {
        /* width: 90% */
    }
}

.s__main {
    overflow: hidden;
}