select {
    background: transparent;
    width: 100%;
    height: 50px;
    padding: 0 20px;
    color: #fff;
    display: block;
    border: 1px solid rgba(111, 111, 111, 0.49);
    font-size: 22px;
}

option {
    color: black;
}

* {
    margin: 0;
    padding: 0;
    border: 0;
    outline: none;
}

h1,
h2,
h3,
h3 {
    font-size: 100%;
    font-weight: normal;
}

li {
    list-style: none;
}

body,
input {
    font-family: arial, sans-serif;
    font-size: 18px;
}

.width {
    max-width: 640px;
    min-width: 320px;
    margin: 0 auto;
}

.clear {
    clear: both;
}

input {
    width: 100%;
    height: 50px;
    padding: 0 20px;
    color: #fff;
    display: block;
    background: transparent;
    border: 1px solid rgba(111, 111, 111, 0.49);
    box-sizing: border-box;
}

.button {
    display: block;
    margin: 0 auto;
    width: 280px;
    height: 80px;
    text-align: center;
    text-decoration: none;
    font-size: 28px;
    color: #fff;
    font-family: 'geometrialight', arial, sans-serif;
    line-height: 75px;
    cursor: pointer;
}

.button.red {
    background: url(../img/button.png) no-repeat 0 0;
}

.button.yellow {
    background: url(../img/button2.png) no-repeat 0 0;
    color: #282828;
}

.button.long {
    background: url(../img/button3.png) no-repeat 0 0;
    color: #282828;
    width: 360px;
}


/* header */

#header {
    background: url(../img/header.jpg) no-repeat center 0;
    height: 960px;
}

#header h2 {
    text-align: center;
    padding: 40px 0 25px 0;
}

#header h2 span {
    font-family: 'geometrialight', arial, sans-serif;
    display: inline-block;
    background: #ffd200;
    font-size: 24px;
    line-height: 30px;
    padding: 0 13px 0 13px;
}

#header h2 span.first {
    padding-top: 5px;
}

#header h2 span.second {
    padding-bottom: 10px;
}

#header .logo {
    text-align: center;
    padding: 0 10px 22px 10px;
}

#header .logo img {
    vertical-align: bottom;
    width: 100%;
    max-width: 532px;
}

#header .dark {
    margin: 0 30px;
    color: #fff;
}

#header .dark .item {
    padding: 30px 0 60px 0;
    width: 50%;
    text-align: center;
    float: left;
}

#header .dark .item img {
    vertical-align: bottom;
}

#header .dark .item p {
    padding: 10px 0 0 0;
}

#header .dark ul {
    width: 43%;
    padding: 0 3.5% 10px 3.5%;
    float: left;
    line-height: 24px;
}

#header .dark ul li {
    background: url(../img/check.png) no-repeat 0 5px;
    width: 200px;
    padding: 0 0 35px 50px;
}

#header .sale {
    font-family: 'geometriabold', arial, sans-serif;
    font-size: 36px;
    color: #fff;
    text-align: center;
    line-height: 24px;
    padding: 40px 0 0 0;
}

#header .button {
    margin-top: 35px;
}


/* form */

.form {
    background: url(../img/form.jpg) no-repeat center 0;
    height: 540px;
}

.form .dark {
    height: 540px;
    margin: 0 auto;
}

.form .dark .time-wrap {
    height: 211px;
}

.form .dark .form {
    background: transparent;
    height: 325px;
}
.form .dark .form form {
    max-width: 280px;
    width: 100%;
    margin: 0 auto;
}
.form .form h1 {
    font-family: 'geometrialight', arial, sans-serif;
    color: #fff;
    font-size: 30px;
    line-height: 36px;
    text-align: center;
    padding: 13px 0 15px 0;
}

.form .time-wrap {
    text-align: center;
    color: #fff;
}

.form .time-wrap h2 {
    padding: 40px 0 0 0;
}

.form .time-wrap div p {
    font-family: 'geometriabold', arial, sans-serif;
    color: #ffd200;
    font-size: 72px;
    line-height: 55px;
    padding: 5px 0 14px 0;
}

.form .time-wrap div .js_new_price_curs {
    font-family: 'geometrialight', arial, sans-serif;
    font-size: 30px;
    line-height: 12px;
    display: block;
}


/* about */

#about {
    background: url(../img/about.jpg) no-repeat center 0;
    background-size: 1280px 100%;
    min-height: 380px;
}

#about h1 {
    font-family: 'geometriabold', arial, sans-serif;
    font-size: 36px;
    line-height: 36px;
    color: #282828;
    text-align: center;
    min-height: 80px;
    padding: 40px 0 40px 0;
}

#about p {
    background: #fff;
    min-height: 190px;
    padding: 15px 20px 15px 20px;
    line-height: 30px;
}


/* components */

#components {
    background: url(../img/components.jpg) no-repeat center 0;
    color: #fff;
    padding-bottom: 50px;
}

#components .items {
    height: 1176px;
}

#components h1 {
    font-family: 'geometriabold', arial, sans-serif;
    font-size: 36px;
    text-align: center;
    padding: 70px 0 45px 0;
}

#components .item {
    text-align: center;
    padding: 0 0 30px 0;
}

#components .item img {
    vertical-align: bottom;
    margin-bottom: 18px;
}

#components .item h2 {
    font-family: 'geometrialight', arial, sans-serif;
    font-size: 30px;
    color: #ffd200;
    padding: 15px 0;
}

#components .item ul li {
    background: url(../img/check2.png) no-repeat 0 4px;
    display: inline;
    padding: 0 0 10px 25px;
}

#components h3 {
    font-family: 'geometrialight', arial, sans-serif;
    font-size: 36px;
    line-height: 36px;
    text-align: center;
    padding: 56px 0 25px 0;
}

#components h3 b {
    font-family: 'geometriabold', arial, sans-serif;
    font-weight: normal;
}

#components .text {
    line-height: 24px;
    text-align: center;
}


/* form2 */

#form2 {
    background: url(../img/form2.jpg) no-repeat center 0;
    padding: 50px 10px;
    text-align: center;
}
#form2 span {
    display: block;
    margin: 0 0 5px;
}
#form2 .lt40
#form2 h2 {
    text-align: center;
    padding: 70px 0 0 0;
}

#form2 h2 span {
    font-family: 'geometrialight', arial, sans-serif;
    display: inline-block;
    background: #ffd200;
    font-size: 24px;
    line-height: 30px;
    padding: 0 13px 0 13px;
}

#form2 h2 span.first {
    padding-top: 5px;
}

#form2 h2 span.second {
    padding-bottom: 10px;
}

#form2 h1 {
    font-family: 'geometrialight', arial, sans-serif;
    text-align: center;
    font-size: 36px;
    line-height: 36px;
    color: #fff;
    padding: 33px 0 20px 0;
}

#form2 h1 p {
    font-family: 'geometriabold', arial, sans-serif;
}


/* steps */

#steps {
    background: url(../img/steps_1.jpg) no-repeat center 0;
    height: 1040px;
}

#steps h1 {
    padding: 75px 0 55px 0;
    font-family: 'geometrialight', arial, sans-serif;
    text-align: center;
    font-size: 34px;
    line-height: 36px;
    color: #282828;
}

#steps h1 b {
    font-weight: normal;
    font-family: 'geometriabold', arial, sans-serif;
}

#steps .text {
    line-height: 24px;
    color: #282828;
    margin: 0 80px;
    border: 4px solid #dc4646;
    padding: 17px;
    text-shadow: 0 0 3px #fff, 0 0 3px #fff, 0 0 3px #fff, 0 0 3px #fff;
}


/* form3 */

#form3 {
    background: url(../img/form3.jpg) no-repeat center 0;
    height: 400px;
    color: #fff;
}

#form3 h1 {
    font-family: 'geometrialight', arial, sans-serif;
    text-align: center;
    font-size: 36px;
    line-height: 36px;
    padding: 90px 0 35px 0;
}

#form3 h1 span {
    font-family: 'geometriabold', arial, sans-serif;
}


/* why you */

#why-you {
    background: url(../img/why-you.jpg) no-repeat center 0;
    min-height: 641px;
    color: #282828;
}

#why-you h1 {
    font-family: 'geometrialight', arial, sans-serif;
    text-align: center;
    font-size: 36px;
    line-height: 36px;
    padding: 50px 0 50px 0;
}

#why-you h1 span {
    font-family: 'geometriabold', arial, sans-serif;
}

#why-you ul {
    padding: 0 80px;
    line-height: 24px;
}

#why-you ul li {
    background: url(../img/check3.png) no-repeat 0 5px;
    padding: 0 0 35px 50px;
}


/* form4 */

#form4 {
    background: url(../img/form4.jpg) no-repeat center 0;
    height: 380px;
    color: #fff;
}

#form4 h1 {
    font-family: 'geometrialight', arial, sans-serif;
    text-align: center;
    font-size: 36px;
    line-height: 36px;
    padding: 95px 0 50px 0;
}

#form4 h1 span {
    font-family: 'geometriabold', arial, sans-serif;
}


/* doctor */

#doctor {
    background: url(../img/doctor.jpg) no-repeat center bottom;
    height: 1000px;
    color: #282828;
}

#doctor h1 {
    font-family: 'geometrialight', arial, sans-serif;
    font-size: 36px;
    line-height: 36px;
    padding: 55px 0 30px 0;
}

#doctor h1 span {
    font-family: 'geometriabold', arial, sans-serif;
}

#doctor p {
    padding: 0 42% 37px 0;
    line-height: 24px;
}

#doctor .name div {
    font-family: 'geometriabold', arial, sans-serif;
    font-size: 30px;
    line-height: 36px;
}


/* form5 */

#form5 {
    background: url(../img/form5.jpg) no-repeat center 0;
    padding: 50px 10px;
    text-align: center;
}
#form5 span {
    display: block;
    margin: 0 0 5px;
}
#form5 h2 {
    text-align: center;
    padding: 70px 0 0 0;
}

#form5 h2 span {
    font-family: 'geometrialight', arial, sans-serif;
    display: inline-block;
    background: #ffd200;
    font-size: 24px;
    line-height: 30px;
    padding: 0 13px 0 13px;
}

#form5 h2 span.first {
    padding-top: 5px;
}

#form5 h2 span.second {
    padding-bottom: 10px;
}

#form5 h1 {
    font-family: 'geometrialight', arial, sans-serif;
    text-align: center;
    font-size: 36px;
    line-height: 36px;
    color: #fff;
    padding: 35px 0 50px 0;
}

#form5 h1 p {
    font-family: 'geometriabold', arial, sans-serif;
}


/* pressa */

#pressa {
    background: url(../img/pressa.jpg) no-repeat center 0;
    max-height: 1640px;
    text-align: center;
    color: #fff;
}

#pressa .item {
    padding: 0 30px 45px 30px;
    line-height: 24px;
}

#pressa h1 {
    font-family: 'geometrialight', arial, sans-serif;
    text-align: center;
    font-size: 36px;
    line-height: 36px;
    color: #fff;
    padding: 57px 0 57px 0;
}

#pressa h1 span {
    font-family: 'geometriabold', arial, sans-serif;
}


/* reviews */

#reviews {
    color: #282828;
}

#reviews h1 {
    font-family: 'geometrialight', arial, sans-serif;
    text-align: center;
    font-size: 36px;
    line-height: 36px;
    padding: 35px 0 35px 0;
}

#reviews .item {
    text-align: center;
    line-height: 24px;
    padding: 0 0 40px 0;
}

#reviews .item img {
    vertical-align: bottom;
}

#reviews .item p {
    padding: 10px 0 0 0;
}

#reviews .item p span {
    display: block;
    color: #82b4f0;
    padding: 10px 0 0 0;
}


/* form6 */

#form6 {
    background: url(../img/form6.jpg) no-repeat center 0;
    height: 380px;
    padding: 100px 0 0 0;
}

#form6 .form-box {
    position: relative;
    border: 8px solid #fff;
    padding: 47px 0 63px 200px;
}

#form6 .form-box img {
    position: absolute;
    top: -88px;
    left: 0px;
    display: block;
    width: 200px;
}

#form6 h1 {
    font-family: 'geometrialight', arial, sans-serif;
    text-align: center;
    font-size: 36px;
    line-height: 36px;
    color: #fff;
    padding: 0 0 25px 0;
}

#form6 h1 span {
    font-family: 'geometriabold', arial, sans-serif;
}


/* bottom */

#bottom {
    text-align: center;
    padding: 20px;
}

#bottom a {
    color: #82b4f0;
}

#bottom a:hover {
    text-decoration: none;
}

.landing__countdown span {
    display: inline-block;
    vertical-align: middle;
    width: 50px;
    height: 50px;
    background: #ffffff;
    color: #000000;
    text-align: center;
    line-height: 50px;
    border-radius: 9px;
    font-size: 35px;
    margin: 0 2px;
}

.count-div2 {
    display: inline-block;
    vertical-align: middle;
    width: 50px;
    height: 10px;
    color: #fff;
    text-align: center;
    font-size: 10px;
    margin-top: -5px;
    text-align: center;
}

.variant_text1 {
    font-family: 'geometrialight', arial, sans-serif;
    color: #fff;
    font-size: 30px;
    line-height: 36px;
    text-align: center;
    margin-bottom: 10px;
    padding-top: 30px;
}

.priceblock {
    font-family: 'geometrialight', arial, sans-serif;
    color: #fff;
    font-size: 30px;
    line-height: 36px;
    margin-top: 10px;
    text-align: center;
}

.endtext {
    font-family: 'geometrialight', arial, sans-serif;
    color: #fff;
    font-size: 16px;
    line-height: 36px;
    margin-top: -10px;
    text-align: center;
}


/* Confident window */

.confident-link {
    cursor: pointer;
    font-size: 12px;
    line-height: 12px;
    text-decoration: underline;
    margin: 10px 0 0;
}

.confident-link:hover {
    text-decoration: none;
}

.hidden-conf {
    display: none;
}

.conf-overlay {
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 9999;
    background: #000;
    cursor: pointer;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=90)";
    filter: alpha(opacity=90);
    -khtml-opacity: 0.9;
    opacity: 0.9;
}

.conf-info {
    position: relative;
    cursor: default;
    max-width: 800px;
    padding: 30px 30px;
    color: #000;
    z-index: 9999;
    text-align: left;
    background: #fff;
    border-radius: 6px;
    position: fixed;
    top: 8%;
    left: 50%;
    margin: 0 0 0 -420px;
}

.conf-info .conf-head {
    font: 30px/30px 'arial', sans-serif;
    margin: 0 0 16px;
}

.conf-info h5 {
    font: bold 18px/18px 'arial', sans-serif !important;
    margin: 16px 0 6px !important;
    color: #000 !important;
}

.conf-info p {
    font: 13px/15px 'arial', sans-serif;
    margin: 0 0 8px;
}

.closeconf-but {
    position: absolute;
    top: 20px;
    right: 20px;
    height: 29px;
    width: 29px;
    cursor: pointer;
    background: url(../img/close-conf.png) no-repeat;
}

@media only screen and (max-width: 1002px) {
    .conf-info {
        padding: 20px;
        max-width: 600px;
        margin: 0 0 0 -300px;
    }
    .conf-info h5 {
        font: bold 16px/16px 'arial', sans-serif !important;
        margin: 16px 0 6px !important;
    }
}


}
@media only screen and (max-width: 768px) {
    .conf-info {
        max-width: 500px;
        margin: 0 0 0 -250px;
    }
}
@media only screen and (max-width: 640px) {
    .conf-info {
        max-width: 400px;
        margin: 0 0 0 -200px;
    }
}
@media only screen and (max-width: 480px) {
    .conf-info {
        max-width: 280px;
        margin: 0 0 0 -140px;
    }
}
.logo{
    color:#ffd200;
    font-size:70px;
}
.name_helper, .phone_helper{
    color:#ffd200;
    text-align:center;
    margin-bottom:5px;
    font-size:14px;
}
.form-group {
    margin-bottom: 15px;
}
form .input-wrapper label {
    display: none;
}

form .input-wrapper {
    width: 100%;
    position: relative;
}
form .input-wrapper .error {
    border: 1px solid red !important;
}

form .input-wrapper .error + label {
    width: 100%;
    height: 100%;
    color: red;
    display: block !important;
    font-size: 11px;
    line-height: 17px;
    position: absolute;
    top: 0;
    left: 10px;
    text-align: left;
    pointer-events: none;
}

form .input-wrapper .error + label:before,
form .input-wrapper .error + label:after {
    content: "";
    position: absolute;
    right: 30px;
    top: 50%;
    width: 3px;
    height: 21px;
    background-color: red;
}

form .input-wrapper .error + label:before {
    -webkit-transform: translate(0, -50%) rotate(135deg);
    transform: translate(0, -50%) rotate(135deg);
}

form .input-wrapper .error + label:after {
    -webkit-transform: translate(0, -50%) rotate(45deg);
    transform: translate(0, -50%) rotate(45deg);
}
.phone_code {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}
.phone_code input[name=areacode] {
    padding: 0 5px!important;
}
input[name=areacode] {
max-width: 55px;
margin-right: 15px;
padding: 0;
text-align: center
}
input:disabled {
    background-color: -internal-light-dark(rgba(239, 239, 239, 0.3), rgba(59, 59, 59, 0.3))!important;
    cursor: not-allowed!important;
}
input::placeholder {
    color: #fff;
}