html, body, div, p, h1, h2, h3, h4, h5, h6, a, span, img, ol, ul, li, form, input{
    margin: 0;
    padding: 0;
    outline: 0;
    font-size: 100%;
    font-weight: normal;
    background: transparent;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}
ol, ul {
    list-style: none;
}
@font-face {
    font-family: "RobotoRegular";
    src: url(../fonts/Roboto-Regular.eot);
    src: url(../fonts/Roboto-Regular.ttf) format('truetype'),
    url(../fonts/Roboto-Regular.svg) format('svg'),
    url(../fonts/Roboto-Regular.woff) format('woff');
}
@font-face {
    font-family: "RobotoBold";
    src: url(../fonts/Roboto-Bold.eot);
    src: url(../fonts/Roboto-Bold.ttf) format('truetype'),
    url(../fonts/Roboto-Bold.svg) format('svg'),
    url(../fonts/Roboto-Bold.woff) format('woff');
}
@font-face {
    font-family: "RobotoLight";
    src: url(../fonts/Roboto-Light.eot);
    src: url(../fonts/Roboto-Light.ttf) format('truetype'),
    url(../fonts/Roboto-Light.svg) format('svg'),
    url(../fonts/Roboto-Light.woff) format('woff');
}
@font-face {
    font-family: "RobotoLightItalic";
    src: url(../fonts/Roboto-LightItalic.eot);
    src: url(../fonts/Roboto-LightItalic.ttf) format('truetype'),
    url(../fonts/Roboto-LightItalic.svg) format('svg'),
    url(../fonts/Roboto-LightItalic.woff) format('woff');
}
/* body */
body{
    font-size: 16px;
    font-weight: normal;
    line-height: 1;
}
.body-center{
    width: 940px;
    margin-left: auto;
    margin-right: auto;
}
.clear{
    clear: both;
}
a#action,
a#effectiveness,
#reviews{
    position: relative;
    top: -10px;
}
/* header */
header{
    background-color: rgba(0,0,0,0.2);
    padding-top: 18px;
    padding-bottom: 18px;
    position: absolute;
    z-index: 1;
    width: 100%;
}
.logo{
    float: left;
    padding-left: 10px;
    padding-top: 10px;
}
.call{
    float: right;
    padding-right: 10px;
}
.call a{
    border: none;
    color: #fff;
    font-size: 15px;
    font-family: "RobotoBold";
    cursor: pointer;
    text-decoration: none;
    padding-right: 50px;
    padding-top: 12px;
    min-height: 40px;
    display: block;
    background: url("../img/call.png") no-repeat center right;
}
header nav{
    padding-top: 1px;
    text-align: center;
}
header ul li{
    display: inline-block;
    margin-right: 15px;
    margin-left: 15px;
    padding-top: 10px;
}
header ul li a{
    color: #fff;
    font-size: 15px;
    font-family: "RobotoLight";
    cursor: pointer;
    text-decoration: none;
}
header ul li a:hover{
    text-decoration: underline;
}


/* content1 */
.content1{
    background: url("../img/bg-content1.jpg") no-repeat center top;
    background-size: cover;
    max-width: 1920px;
    margin-left: auto;
    margin-right: auto;
    min-height: 729px;
    padding-top: 94px;
    padding-bottom: 60px;
}
.title{
    color: #fff;
    font-size: 43px;
    line-height: 47px;
    padding-right: 140px;
    padding-left: 40px;
    font-family: "RobotoBold", sans-serif;
}
.content1 .title{
    line-height: 62px;
}
.line{
    width: 110px;
    height: 3px;
    background-color: #ff3057;
    margin-top: 25px;
    margin-left: 40px;
}
.block-content1{
    display: inline-block;
    vertical-align: top;
    width: 49%;
}
.block-content1 ul{
    padding: 20px 30px 0 15px;
}
.block-content1 ul li{
    background: url("../img/galka.png") no-repeat left 4px;
    padding-left: 25px;
    padding-bottom: 12px;
    color: #fff;
    font-size: 25px;
    font-family: "RobotoRegular", sans-serif;
    line-height: 28px;
}
.background{
    background-color: ;
}
.background.for-li{
    display: block;
    padding-top: 3px;
    padding-bottom: 5px;
}
.timer-wrapper{
    padding-top: 20px;
}
.title-timer{
    color: #fff;
    font-size: 15px;
    font-family: "RobotoLight", sans-serif;
    line-height: 18px;
    padding-left: 66px;
}
.timer{
    padding-left: 20px;
    padding-top: 8px;
    padding-bottom: 20px;
}
.timer .block{
    float: left;
    width: 68px;
    text-align: center;
    margin-left: 14px;
}
.timer .rect{
    color: #fff;
    font-size: 50px;
    padding-top: 5px;
    text-align: center;
    font-family: "RobotoBold", sans-serif;
    margin-bottom: 6px;
}
.timer p{
    color: #fff;
    font-size: 15px;
    text-align: center;
    font-family: "RobotoLight", sans-serif;
}
.text-timer{
    color: #fff;
    font-size: 18px;
    line-height: 26px;
    font-family: "RobotoLight", sans-serif;
    padding-left: 40px;
}
.text-timer span{
    font-size: 20px;
    font-family: "RobotoBold", sans-serif;
}

.block-for-form{
    display: inline-block;
    vertical-align: top;
    width: 48%;
    padding: 10px 0 0 85px;
}
.content1 .block-for-form{
    position: relative;
}
.content1 .block-for-form:after{
    position: absolute;
    content: " ";
    background: url("../img/arrow-form.png") no-repeat left top;
    width: 105px;
    height: 49px;
    bottom: 0;
    left: -55px;
}
.form-wrapper{
    padding: 20px 0 28px 0;
    border: 1px solid #ff4b5a;
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    border-radius: 15px;
    width: 300px;
    background-color: rgba(255,255,255,0.05);
}
.discount-main{
    color: #fff;
    font-size: 35px;
    text-align: center;
    font-family: "RobotoBold", sans-serif;
    padding-bottom: 8px;
}
.discount{
    color: #fff;
    font-size: 17px;
    text-align: center;
    font-family: "RobotoLight", sans-serif;
    padding-bottom: 5px;
}
.price{
    margin-left: auto;
    margin-right: auto;
    text-align: center;
}
.old-price,
.new-price{
    display: inline-block;
    vertical-align: top;
    color: #fff!important;
}
.old-price{
    font-size: 20px;
    font-family: "RobotoRegular", sans-serif;
    padding-top: 9px;
    text-decoration: line-through;
}
.new-price{
    font-size: 31px;
    font-family: "RobotoBold", sans-serif;
}
.form-wrapper form{
    padding: 20px 28px 0 28px;
}
.form-wrapper input[type="text"]{
    text-align: center;
    border: 1px solid #fff;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    border-radius: 20px;
    margin-bottom: 15px;
    padding: 15px;
    width: 100%;
    color: #fff;
    font-size: 17px;
    font-family: "RobotoRegular", sans-serif;
}
.form-wrapper input[type="text"]::-webkit-input-placeholder {color:#fff;opacity:1;}
.form-wrapper input[type="text"]::-moz-placeholder          {color:#fff;opacity:1;}/* Firefox 19+ */
.form-wrapper input[type="text"]:-moz-placeholder           {color:#fff;opacity:1;}/* Firefox 18- */
.form-wrapper input[type="text"]:-ms-input-placeholder      {color:#fff;opacity:1;}

.form-wrapper input[type="submit"]{
    border: none;
    text-decoration: none;
    background-color: #ff3057 !important;
    color: #fff;
    font-size: 30px;
    font-family: "RobotoBold", sans-serif;
    -webkit-border-radius: 3px !important;
    -moz-border-radius: 3px !important;
    border-radius: 3px !important;
    padding: 9px 0 12px 0;
    cursor: pointer;
    width: 100%;
    transition: all 0.5s;
}
.form-wrapper input[type="submit"]:hover{
    background-color: #fff !important;
    color: #ff3057 !important;
}



/* content2 */
.content2{
    padding-top: 40px;
    padding-bottom: 45px;
}
.title-content{
    color: #000;
    font-size: 35px;
    text-align: center;
    font-family: "RobotoBold", sans-serif;
    padding-bottom: 5px;
}
.line-content{
    width: 110px;
    height: 3px;
    background-color: #ff3057;
    margin-top: 25px;
    margin-left: auto;
    margin-right: auto;
}
.content2 .line-content{
    margin-left: 390px;
}
.text1-content2{
    color: #000;
    font-size: 23px;
    line-height: 26px;
    text-align: center;
    font-family: "RobotoLight", sans-serif;
    padding: 25px 0;
}
.text1-content2 span{
    font-family: "RobotoBold", sans-serif;
}
.what-img,
.what-text{
    display: inline-block;
    vertical-align: top;
    width: 48%;
}
.what-img{
    padding-right: 10px;
}
.what-img img{
    float: right;
}
.what-img:after{
    content: " ";
    display: block;
    clear: both;
}
.what-text{
    padding-left: 35px;
}
.what-text ul li{
    color: #000;
    font-size: 23px;
    line-height: 26px;
    text-decoration: line-through;
    font-family: "RobotoRegular", sans-serif;
    padding-top: 10px;
}
.about-content2{
    color: #000;
    font-size: 23px;
    line-height: 26px;
    font-family: "RobotoLight", sans-serif;
    padding: 30px 40px 0 40px;
}
.about-content2 span{
    font-family: "RobotoBold", sans-serif;
}


/* content3 */
.content3{
    background: url("../img/bg-content3.jpg") no-repeat center top;
    background-size: cover;
    max-width: 1920px;
    margin-left: auto;
    margin-right: auto;
    min-height: 605px;
    padding-top: 110px;
    padding-bottom: 60px;
    position: relative;
}
.content3:after{
    background: url("../img/img-after.png") no-repeat center top;
    height: 40px;
    width: 91px;
    left: 50%;
    margin-left: -45px;
    top: 0;
    content: " ";
    position: absolute;
}
.content3 .title {
    padding-right: 0;
}
.content3 .line {
    margin-top: 35px;
    margin-bottom: 10px;
}
.content3 .block-for-form{
    padding-top: 30px;
}


/* content4 */
.content4{
    padding-top: 50px;
    padding-bottom: 60px;
}
.efect{
    padding-top: 35px;
    padding-bottom: 20px;
    margin-left: 85px;
    margin-right: 85px;
}
.efect > p{
    display: inline-block;
    vertical-align: top;
    width: 24%;
    text-align: center;
    color: #000;
    font-size: 20px;
    line-height: 24px;
    font-family: "RobotoLight", sans-serif;
    padding-top: 130px;
    padding-bottom: 30px;
    position: relative;
}
.efect > p.five{
    margin-left: 100px;
}
.efect > p:before{
    background: url("../img/img-efect.png") no-repeat;
    position: absolute;
    width: 113px;
    height: 113px;
    left: 50%;
    margin-left: -56px;
    content: " ";
    top: 0;
}
.efect > p.one:before{
    background-position: 0 0;
}
.efect > p.two:before{
    background-position: -115px 0;
}
.efect > p.three:before{
    background-position: -230px 0;
}
.efect > p.four:before{
    background-position: -345px 0;
}
.efect > p.five:before{
    background-position: -460px 0;
}
.efect > p.six:before{
    background-position: -575px 0;
}
.efect > p.seven:before{
    background-position: -690px 0;
}
.text-content4{
    text-align: center;
    color: #000;
    font-size: 23px;
    line-height: 26px;
    font-family: "RobotoLight", sans-serif;
    padding: 25px 25px 0 25px;
}
.text-content4 span{
    font-family: "RobotoBold", sans-serif;
}


/* content5 */
.content5{
    background: url("../img/bg-content5.jpg") no-repeat center top;
    background-size: cover;
    max-width: 1920px;
    margin-left: auto;
    margin-right: auto;
    min-height: 605px;
    padding-top: 110px;
    padding-bottom: 60px;
    position: relative;
}
.content5:after{
    background: url("../img/img-after.png") no-repeat center top;
    height: 40px;
    width: 91px;
    left: 50%;
    margin-left: -45px;
    top: 0;
    content: " ";
    position: absolute;
}
.content5 .title {
    padding-right: 0;
    font-size: 40px;
}
.content5 .line {
    margin-top: 35px;
    margin-bottom: 10px;
}
.content5 .block-for-form{
    padding-top: 30px;
}


/* content6 */
.content6{
    padding-top: 40px;
    padding-bottom: 30px;
}
.text-content6{
    text-align: center;
    color: #000;
    font-size: 23px;
    line-height: 30px;
    font-family: "RobotoLight", sans-serif;
    padding: 25px 25px 35px 25px;
}
.stage > div{
    display: inline-block;
    vertical-align: top;
    width: 32%;
    padding-top: 220px;
    padding-bottom: 35px;
    padding-left: 65px;
    position: relative;
}
.first-stage{
    background: url("../img/stage1.jpg") no-repeat center top;
}
.second-stage{
    background: url("../img/stage2.jpg") no-repeat center top;
}
.third-stage{
    background: url("../img/stage3.jpg") no-repeat center top;
}
.stage > div p{
    color: #000;
    font-size: 27px;
    font-family: "RobotoBold", sans-serif;
    padding-bottom: 10px;
}
.stage > div ul li{
    color: #000;
    font-size: 20px;
    font-family: "RobotoLight", sans-serif;
    padding-bottom: 5px;
    list-style: disc inside;
}
.first-stage:after,
.second-stage:after{
    position: absolute;
    content: " ";
    background: url("../img/arrow.png") no-repeat left top;
    width: 21px;
    height: 67px;
    right: -14px;
    top: 60px;
}
.text2-content6{
    text-align: center;
    color: #000;
    font-size: 27px;
    line-height: 32px;
    font-family: "RobotoLight", sans-serif;
    padding: 0 40px;
}
.text2-content6 span{
    font-family: "RobotoBold", sans-serif;
}


/* content7 */
.content7{
    background-color: #f3f3f3;
    padding-top: 40px;
}
.content7 .body-center{
    position: relative;
}
.expert{
    position: absolute;
    bottom: 0;
    left: 0;
}
.text-expert{
    color: #000;
    font-size: 21px;
    line-height: 24px;
    font-family: "RobotoLightItalic";
    padding: 14px 20px 45px 20px;
    background-color: #fff;
    -moz-border-radius: 20px;
    -webkit-border-radius: 20px;
    border-radius: 20px;
    margin: 30px 30px 0 240px;
    position: relative;
}
.text-expert:before{
    position: absolute;
    content: " ";
    background: url("../img/for-text-expert.png") no-repeat left top;
    width: 39px;
    height: 31px;
    left: -39px;
    bottom: 70px;
}
.name-expert{
    color: #000;
    font-size: 18px;
    line-height: 19px;
    font-family: "RobotoLightItalic";
    display: inline-block;
    margin-left: 243px;
    padding-bottom: 15px;
    padding-top: 20px;
    width: 244px;
}
.name-expert-480{
    display: none;
}
.many-experts{
    color: #ff3057;
    font-size: 17px;
    line-height: 20px;
    font-family: "RobotoLight", sans-serif;
    display: inline-block;
    padding-bottom: 25px;
    padding-top: 20px;
    padding-right: 130px;
    float: right;
    text-align: right;
    position: relative;
}
.many-experts:after{
    position: absolute;
    content: " ";
    background: url("../img/many-expetrs.png") no-repeat left top;
    width: 128px;
    height: 129px;
    right: 0;
    bottom: 6px;
}


/* content8 */
.content8{
    padding-top: 30px;
    padding-bottom: 35px;
}
.slider{
    margin-left: 50px;
    margin-right: 50px;
    position: relative !important;
    padding-bottom: 1px;
}
.bx-wrapper .img-slider{
    margin-right: 5px;
    margin-bottom: 20px;
    margin-left: 10px;
    display: inline-block;
    width: 100px;
}
.name-slide{
    display: inline-block;
    vertical-align: top;
    padding-top: 70px;
    color: #000;
    font-size: 18px;
    font-family: "RobotoRegular", sans-serif;
}
.comment-slide{
    color: #000;
    font-size: 20px;
    line-height: 24px;
    font-family: "RobotoLightItalic";
    padding-left: 10px;
    padding-right: 10px;
}




/*bx-container*/
.bx-wrapper {
    margin: 0 auto 50px;
}
.bx-wrapper .bx-viewport {
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    border: none;
    left: 0;
    background: #fff;
    -webkit-transform: translatez(0);
    -moz-transform: translatez(0);
    -ms-transform: translatez(0);
    -o-transform: translatez(0);
    transform: translatez(0);
}
.bx-wrapper .bx-pager{
    bottom: -40px;
}
.bx-wrapper .bx-controls-direction a {
    position: absolute;
    top: 50%;
    margin-top: -34px;
    outline: 0;
    text-indent: -9999px;
    z-index: 9;
    padding: 0;
    width: 21px;
    height: 67px;
}
.bx-wrapper .bx-prev{
    background: url("../img/prev-slider.png") no-repeat left top !important;
    left: -36px !important;
}
.bx-wrapper .bx-next{
    background: url("../img/next-slider.png") no-repeat left top !important;
    right: -36px !important;
}
.bx-wrapper .bx-pager.bx-default-pager a{
    width: 10px;
    height: 10px;
    margin: 5px;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    border-radius: 20px;
    background: #fff !important;
    border: 2px solid #ff3057 !important;
}
.bx-wrapper .bx-pager.bx-default-pager a:hover, .bx-wrapper .bx-pager.bx-default-pager a.active{
    background: #ff3057 !important;
}

.slider ul li {
    width: 840px !important;
}
/* slider end  */










/* content9 */
.content9{
    background: url("../img/bg-content9.jpg") no-repeat center top;
    padding-top: 110px;
    position: relative;
}
.content9:after{
    background: url("../img/img-after.png") no-repeat center top;
    height: 40px;
    width: 91px;
    left: 50%;
    margin-left: -45px;
    top: 0;
    content: " ";
    position: absolute;
}
.content9 .block-content1 {
    width: 57%;
}
.content9 .block-for-form {
    width: 41%;
    padding: 10px 0 0 30px;
}
.content9 .title {
    padding-right: 0;
}
.content9 .line {
    margin-top: 35px;
    margin-bottom: 10px;
}
.content9 .block-for-form{
    padding-top: 30px;
}


/* footer */
.footer{
    background-color: rgba(0,0,0,0.2);
    padding-top: ;
    padding-bottom: 30px;
    margin-top: ;
    bottom: 0;
    z-index: 1;
    width: 100%;
}
.footer .left{
    margin-top: -12px;
    float: left;
    color: #acacac;
    font-size: 12px;
    line-height: 14px;
    font-family: "RobotoRegular", sans-serif;
}
.footer .right{
    margin-top: -12px;
    float: right;
    text-align: right;
    color: #acacac;
    font-size: 12px;
    line-height: 14px;
    font-family: "RobotoRegular", sans-serif;
}
.footer .center{
    text-align: center;
    color: white;
}
.footer .center a{
    text-decoration: underline;
    color: #fff;
    font-size: 12px;
    line-height: 14px;
    font-family: "RobotoRegular", sans-serif;
}
.footer:after{
    content: " ";
    display: block;
    clear: both;
}







/*  modal  */

.popup1{
    display:none;
    position: fixed;
    left:0;
    top:0;
    overflow: auto!important;
    width: 100%;
    height: 100%;
    z-index:100;
    background-color: rgba(0, 0, 0, 0.8);
}
.popup2{
    display:none;
    position: fixed;
    left:0;
    top:0;
    overflow: auto!important;
    width: 100%;
    height: 100%;
    z-index:100;
    background-color: rgba(0, 0, 0, 0.8);
}

.modal{
    position: fixed;
    left:0;
    top:0;
    width: 100%;
    height: 100%;
    z-index:101;
    cursor: pointer;
}
.mod{
    position: absolute;
    top: 17%;
    left: 50%;
    margin-left: -163px;
    margin-bottom: 20px;
    z-index:102;
    background-color: #fff;
    width: 326px;
    padding: 32px 0 28px 0;
    border: 1px solid #ff4b5a;
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    border-radius: 15px;
}
.mod .close{
    position: absolute;
    right: -10px;
    top: -10px;
    outline: none;
}
.mod .close img{
    outline: none;
}
.modal-text1{
    color: #7d7d7d;
    font-size: 24px;
    line-height: 26px;
    text-align: center;
    padding: 0 5px;
    font-family: "RobotoBold", sans-serif;
}
.modal-text2{
    color: #7d7d7d;
    font-size: 20px;
    line-height: 22px;
    text-align: center;
    padding: 5px 5px 0 5px;
    font-family: "RobotoLight", sans-serif;
}
.modal-text3{
    color: #7d7d7d;
    font-size: 17px;
    line-height: 17px;
    text-align: center;
    padding: 5px 5px 0 5px;
    font-family: "RobotoLight", sans-serif;
}
.mod form{
    padding: 20px 40px 0 40px;
}
.mod input[type="text"] {
    text-align: center;
    border: 1px solid #c2c2c2;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    border-radius: 20px;
    margin-bottom: 15px;
    padding: 15px;
    width: 100%;
    color: #7d7d7d;
    font-size: 17px;
    font-family: "RobotoRegular", sans-serif;
}
.mod input[type="submit"] {
    border: none;
    text-decoration: none;
    background-color: #ff3057 !important;
    color: #fff !important;
    font-size: 27px;
    font-family: "RobotoBold", sans-serif;
    -webkit-border-radius: 3px !important;
    -moz-border-radius: 3px !important;
    border-radius: 3px !important;
    padding: 9px 0 12px 0;
    cursor: pointer;
    width: 100%;
    transition: all 0.5s;
}
.mod input[type="submit"]:hover {
    background-color: #fff !important;
    color: #ff3057 !important;
}
.for-body{
    overflow: hidden;
}

form select {
  text-align: center;
    border: 1px solid #fff;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    border-radius: 20px;
    margin-bottom: 15px;
    padding: 15px;
    width: 100%;
    color: #000;
    font-size: 17px;
    font-family: "RobotoRegular", sans-serif;
}

.x_price_current span:first-child {
    margin-right: 5px;
}

/*.placeholder-form {*/
    /*position:relative;*/
    /*overflow:hidden;*/
/*}*/
/*.placeholder {*/
    /*width:100%;*/
    /*position:relative;*/
    /*_zoom:1;*/
/*}*/
/*.placeholder label {display:block;}*/
/*.input-text {*/
    /*display:block;*/
    /*width:100%;*/
    /*position:relative;*/
/*}*/
/*.placeholder label{*/
    /*color: #fff;*/
    /*font-size: 17px;*/
    /*font-family: "RobotoRegular", sans-serif;*/
/*}*/
/*.mod .placeholder label{*/
    /*color: #7d7d7d;*/
/*}*/
/*#js .placeholder label {*/
    /*position:absolute;*/
    /*top: 17px;*/
    /*_top:17px;*/
    /*left: 0;*/
    /*padding-left: 15px;*/
    /*cursor:text;*/
    /*z-index:1;*/
/*}*/
/*#js .placeholder label.input-hint--name{*/
    /*padding-left: 100px;*/
/*}*/
/*#js .placeholder label.input-hint--phone{*/
    /*padding-left: 86px;*/
/*}*/
/*.hide{*/
    /*left: -999999999px!important;*/
/*}*/