html{
    scroll-behavior: smooth;
}
*{
    padding: 0;
    margin: 0;
    box-sizing: border-box;
}
body{
    font-family: 'Roboto', sans-serif;
}
.clear{
    clear: both;
}
.text--condensed {
  font-family: "Roboto Condensed", Arial, Helvetica, sans-serif;
}

.header__list li {
    position: relative;
    color: #fff;
    margin: 14px 0;
    padding-left: 100px;
    font-size: 29px;
    text-align: left;
}

.header__list li:before {
    content: '';
    position: absolute;
    display: block;
    width: 52px;
    height: 47px;
    background: url(../images/00check.png) no-repeat center;
    background-size: contain;
    left: 45px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}

.order--button {
    position: relative;
    top: 20px;
    left: 220px;
    margin: 0 auto;
    display: block;
    width: 100%;
    max-width: 380px;
    min-height: 87px;
    color: #060606;
    font-size: 35px;
    border: none;
    border-radius: 3px;
    background: #feb429;
    margin-top: 0px;
    box-shadow: 0px 7px 8px -3px #777;
    font-weight: bold;
    z-index: 99999999999999;
}
.text--bold{font-weight: bold;} 
.text--50{font-size: 50px}

.text--black {
 color: black;
 /* text-shadow: 0px 0px 2px #fff; */
}

.container{
    width: 100%;
}

.wrapper{
    width: 100%;
    max-width: 1200px;
    margin: 0 auto
}
.top{
    display: flex;
    justify-content: space-evenly;
    align-items: center;
    padding: 20px 0;
}
.top_content{
    display: flex;
    justify-content: space-between;
    width: 940px;
    margin: 0 auto;
}
.top .top_content .top__img__logo{}
.top .top_content .top__img__logo img{
    max-width: 150px;
}

.top .top_content div{
    display: flex;
    align-items: center;
    max-width: 210px;
}
.top .top_content div h3{
    font-size: 22px;
    color: #b0d100;
    font-style: italic;
}
.top .top_content div img{
    width: 100%;
    max-width: 50px;
    margin-right: 15px;
}
.top__button{
    width: 100%;
    padding: 10px;
    font-weight: 500;
    background-color: #559ec3;
    border-radius: 20px;
    text-align: center;
}
.top__button a{
    width: 100%;
    text-decoration: none;
    color:#ffffff;
    font-size: 20px;
}
.top__button:hover{
    cursor: pointer;
    background-color: #72A7C2;
}
.header{
    background-image: url(../images/00header_back.jpg);
    background-size: cover;
    background-repeat: no-repeat;
}
.header__inner{
    /* display: flex; */
    /* justify-content: center; */
    /* align-items: center; */
    color: #ffffff;
    /* overflow: hidden; */
}
.header__right{
    text-align: center;
}
.header__left img{
    float: right;
    position: relative;
    top: 140px;
    right: 110px;
}
.header__title{
    max-width: 970px;
    margin: 0 auto;
    padding-bottom: 30px;
    line-height: 1.8;
    font-weight: 700;
    float: right;
    text-align: center;
    padding: 40px;
    font-size: 39px;
}
.header__title span{
    background-color: white;
    padding: 5px;
    color: #e62021;
}
.header__list{
    list-style-type: none;
    line-height: 1.8;
    font-size: 24px;
}
.header__inner .header__left,
.header__inner .header__right{
    width: 46%;
    float: left;
}
.section-one{
    padding: 50px 70px;
    background: url(../images/block_2.jpg) no-repeat;
}
.section-one__inner{
    display: flex;
    justify-content: space-evenly;
}
.section-one__title{
    text-align: center;
    margin-bottom: 75px;
    margin-top: 40px;
    font-size: 42px;
    color: #559ec3;
    text-transform: uppercase;
}
.section-one__right{
    width: 55%;
    margin-left: 20px;
    background: url(../images/00papir.png) no-repeat;
    padding: 20px;
}

pa {}
.section-one__left{
    width: 45%;
}
.section-one__item{
    display: flex;
    width: 100%;
    max-width: 600px;
    margin-bottom: 40px;
}
.section-one__item img{
    width: 150px;
    border-radius: 50%;
    margin-right: 30px;
    border: 1px solid #b0d100;
    height: 150px;
}
.section-one__item div{
    margin-top: 10px;
}
.section-one__item div h3{
    margin-bottom: 10px;
    font-weight: 500;
    color: #559ec3;
    font-size: 31px;
    text-transform: uppercase;
}
.section-one__item div p{
    line-height: 1.4;
    font-size: 17px;
}

.section-one .order--button{
    position: static;
    margin-top: 40px;
    margin-bottom: 30px;
}
.red-text{
    color: #d61919;
    font-weight: 400;
}
.red-text--big{
    font-size: 28px;
}
.section-one__right p{
    margin-top: 41px;
    margin-left: 20px;
    font-size: 23px;
    line-height: 1.4;
    font-style: italic;
    color: #5a5a5a;
    width: 74%;
    -ms-transform: rotate(-1deg); /* IE 9 */
    transform: rotate(-1deg);
}
.section-two{
    padding: 50px 75px;
    background: url(../images/00section2-full.jpg) no-repeat;
    background-position: center;
}
.section-two__title{
    text-align: center;
    margin-bottom: 75px;
    font-size: 42px;
    color: #559ec3;
    text-transform: uppercase;
}
.section-two__title span{
    color: #d61919;
    font-size: 46px;
}
.section-two__inner{
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-top: 50px;
    min-height: 800px;
}
.section-two__item--center{
    position: absolute;
    top: 25%;
    transform: translateY(-50%);
    left: 49%;
    transform: translateX(-50%);
}
.section-two__item--center img{
    width: 300px;
}
.section-two__item{
    position: absolute;
    max-width: 400px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
    font-size: 14px;
}
.section-two__img{
    width: 150px;
    height: 150px;
    border-radius: 50%;
    margin: 4px;
}
.section-two__item h4{
    margin-bottom: 7px;
    font-size: 20px;
    text-transform: uppercase;
    color: #d61919;
}
.section-two__item:nth-child(2){
    left: 0%;
}
.section-two__item:nth-child(3){
    left: 0%;
    top: 53%;
}
.section-two__item:nth-child(4){
    bottom: -4%;
}
.section-two__item:nth-child(5){
    right: 0%;
}
.section-two__item:nth-child(6){
    right: 0%;
    top: 53%;
}
.section-two__item p{
    width: 77%;
    font-size: 16px;
    color: #383838;
    line-height: 1.6;
}
.section-three{
    background-image: url(../images/section-three-back.jpg);
    background-position: center;
    padding: 70px 75px;
    display: flex;
    justify-content: space-evenly;
}
.section-three__left{
    width: 50%;
    position: relative;
}
.section-three__img{
    display: none;
    border-radius: 50%;
    border: 10px solid rgba(255,255,255,0.3);
}
.section-three__img:nth-child(1){
    display: block;
    width: 150px;
    height: 150px;
    top: -10%;
    position: absolute;
    left: -4%;
}
.section-three__img:nth-child(2){
    display: block;
    position: absolute;
    width: 100px;
    height: 100px;
    left: 10%;
    top: 55%;
}
.section-three__img:nth-child(3){
    display: block;
    position: absolute;
    width: 130px;
    height: 130px;
    top: 2%;
    right: 26%;
}
.section-three__img:nth-child(4){
    display: block;
    position: absolute;
    width: 115px;
    height: 115px;
    bottom: -16%;
    left: -9%;
}
.section-three__img:nth-child(5){
    display: block;
    position: absolute;
    width: 90px;
    height: 90px;
    top: -10%;
    left: 29%;
}
.section-three__img:nth-child(6){
    display: block;
    position: absolute;
    width: 105px;
    height: 105px;
    top: 34%;
    left: 35%;
}
.section-three__img:nth-child(7){
    display: block;
    position: absolute;
    width: 120px;
    height: 120px;
    bottom: -7%;
    right: 41%;
}
.section-three__right{
    width: 50%;
    color: #ffffff;
    font-weight: 700;
    float: right;
}
.section-three__right ul li{
    padding-left: 33px;
    background: url('../images/pkt2.png') no-repeat;
    background-position: left;
    font-weight: 400;
    font-size: 26px;
}
.section-three__right h2{
    font-size: 42px;
    margin-bottom: 40px;
    color: white;
}
.section-three__right ul{
    list-style-type: none;
    font-size: 20px;
    line-height: 2;
    margin-left: -29px;
}
.section-four{
    background: #ecf5fa no-repeat right bottom;
    padding: 0 85px;
}
.section-four__inner{
    background: url(../images/bg-woman2.jpg) no-repeat left;
    overflow: hidden;
    background-size: contain;
}
.section-four__title{
    text-align: center;
    padding-top: 30px;
    max-width: 700px;
    margin: 0 auto;
    color: #559dc3;
    text-transform: uppercase;
    font-size: 42px;
    color: #559ec3;
}
.section-four__left{
    max-width: 65%;
    margin-top: 60px;
    float: right;
    padding-bottom: 40px;
}
.section-four__left .order--button{
    position: static;
    min-height: 60px;
    font-size: 26px;
    max-width: 300px;
    margin: 19px 0 0px;
    float: right;
}
.section-four__left h3{
    margin-bottom: 40px;
    color: #111111;
    font-size: 38px;
    font-weight: 500;
}
.section-four__left h3 span{
    color: #f99e00;
    font-weight: 700;
}
.section-four__left ul{
    list-style-type: none;
    color: #111111;
    line-height: 1.8;
    font-size: 20px;
}
.section-four__left ul li{
    margin-bottom: 20px;
    padding-left: 87px;
    line-height: 1.5;
    padding-bottom: 20px;
}
.section-four__left ul li:first-child{
    background: url(../images/water.png) no-repeat;
}
.section-four__left ul li:nth-child(2){
    background: url(../images/workout.png) no-repeat;
}
.section-four__left ul li:nth-child(3){
    background: url(../images/food.png) no-repeat;
}
.section-four__left ul li:last-child{
    background: url(../images/gel.png) no-repeat;
}
.section-four__left ul li span{
    font-weight: 700;
    font-size: 22px;
}
.section-five{
    margin-top: 50px;
    text-align: center;
}
.section-five__title{
    color: #559cc3;
    text-transform: uppercase;
    font-size: 42px;
}
.section-five__top{
    display: flex;
    justify-content: space-evenly;
    margin-top: 50px;
    padding: 0 75px 50px 75px;
}
.section-five__top div{
    max-width: 280px;
}
.benefit{
    display: flex;
}

.benefit p{
    width: 200px
}


.pr-check{
    font-size: 24px;
    margin-top: 3px;
    color: #9dbb02;
}
.section-five__top div img{
    margin-bottom: 10px;
}
.section-five__top--green{
    padding: 75px;
    color: #ffffff;
    font-size: 20px;
}
.section-green{
    background: url(../images/green.jpg) no-repeat;
    margin-top: 0px;
    padding-bottom: 150px;
}
.testemonial{
    padding: 75px;
    padding-top: 0;
    background: url(../images/fb.jpg) no-repeat;
    margin-top: -17px;
    padding-bottom: 165px;
}
.testemonial .wrapper{
    margin-top: 0px;
}
.testemonial h2{
    text-align: center;
    margin-top: 50px;
    font-size: 40px;
    color: #235f82;
    font-style: italic;
    text-transform: uppercase;
    font-weight: 200;
}
.testemonial__title{
    text-transform: uppercase;
    max-width: 850px;
    margin: 0 auto;
    text-align: center;
    color: #559cc3;
    font-size: 42px;
    position: relative;
    bottom: 40px;
}
.testemonial__title span{
    color: #d61919;
    font-weight: 700;
    font-size: 44px;
    /* text-decoration: underline; */
}
.margin-top{
    margin-top: 20px;
}
.testemonial__inner{
    display: flex;
    justify-content: space-evenly;
    margin-top: 50px;
    flex-wrap: wrap;
}
.testemonial__item{
    max-width: 300px;
    border: 1px solid #b6b6b6;
    border-radius: 4px;
    overflow: hidden;
    background: #d9dfeb;
    padding: 0 0 17px;
    text-align: center;
    margin-bottom: 40px;
}
.test-img{
    width: 100%;
    max-width: 300px;
    margin-top: -3px;
}
.test-name{
    font-size: 20px;
    margin: 15px 0 7px 0;
    font-weight: 700;
    color: #d61919;
}
.test-city{
    color: #222;
}
.test-text{
    text-align: left;
    margin-left: 7px;
    margin: 0;
    padding: 20px 20px 0 20px;
}
.facebook{
    padding: 45px 75px 50px 75px;
    background: url(../images/block_2.jpg) no-repeat;
}
.facebook .wrapper{
    margin-top: -120px;
}
.facebook__item{
    max-width: 600px;
    margin: 0 auto 30px auto;
    display: flex;
}
.fb__user{
    max-width: 40px;
    height: auto;
    margin-right: 8px;
}
.fb__user img{
    width: 30px;
    border-radius: 50%;
}
.fb__text{
    background: #f2f3f5;
    font-size: 13px;
    color: #1c1e21;
    border-radius: 18px;
    padding: 8px 10px;
}
.fb__text p{
    margin-left: 10px;
}
.fb__text p span{
    color: #385898;
    cursor: pointer;
    font-weight: 500;
    margin-right: 4px;
}
.fb_options{
    font-size: 11px;
    margin-top: 4px;
    display: flex;
    margin-left: 20px;
}
.fb_options .fb-grey{
    color: #1c1e21;
}
.fb_options p{
    margin-right: 10px;
    color: #385898;
    cursor: pointer;
}
.fb-img-inner{
    max-width: 100px;
    margin-top: 8px;
}
.experts{
    background: url(../images/expert.jpg);
    background-size: cover;
}
.experts__inner{
    max-width: 60%;
    margin-left: 70px;
    padding: 50px 0;
}
.experts__title{
    font-size: 36px;
    text-align: center;
    margin-bottom: 20px;
    color: #559cc3;
    text-transform: uppercase;
    font-size: 42px;
}
.experts__text{
    background: url("../images/notes.png");
    background-size: cover;
    padding: 39px 55px 56px;
    font-size: 22px;
    color: #000000;
    font-weight: 300;
    line-height: 1.5;
}
.experts__text p{
    padding: 10px 0;
    font-style: italic;
    /* color: #232323; */
    font-size: 23px;
}
.instructions{
    padding: 80px 75px;
    background-color: #ecf5fa;
}
.instructions__title{
    text-align: center;
    margin-bottom: 50px;
    color: #559cc3;
    text-transform: uppercase;
    font-size: 42px;
}
.instructions__inner{
    display: flex;
    justify-content: space-evenly;
}

.instructions .items_list {
    font-size: 0;
    line-height: 0;
    letter-spacing: -1px;
    text-align: center;
}

.instructions .step_item {
    width: 25%;
    position: relative;
}
.instructions .items_list .item {
    display: inline-block;
    vertical-align: top;
    font-size: 16px;
    line-height: 24px;
    letter-spacing: normal;
}

.instructions .order_steps_section .step_item .icon {
    margin: 0 auto 16px;
    width: 147px;
    height: 147px;
    border: 4px solid #6cb6d3;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    background-position: center;
    background-repeat: no-repeat;
}

.instructions .step_item .icon {
    margin: 0 auto 16px;
    width: 147px;
    height: 147px;
    border: 4px solid #6cb6d3;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    background-position: center;
    background-repeat: no-repeat;
}

.instructions .step_item:first-child .icon{background-image:url(../images/step1.png)}
.instructions .step_item:nth-child(2) .icon{background-image:url(../images/step2.png)}
.instructions .step_item:nth-child(3) .icon{background-image:url(../images/step3.png)}
.instructions .step_item:last-child .icon{background-image:url(../images/step4.png)}

.instructions .step_item:after {
    display: block;
    content: '';
    width: 20px;
    height: 51px;
    background: url(../images/order_steps__arrow.png) center no-repeat;
    position: absolute;
    top: 48px;
    right: -10px;
}

.instructions .step_item:last-child:after{display:none}

.step{
    max-width: 280px;
}
.step__img{
    border:4px solid #6cb6d3;
    width: 130px;
    height: 130px;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0 auto 20px auto;
}
.step-img-fix{
    max-width: 130px;
}
.step__text{
    text-align: center;
    font-size: 18px;
}
.form-section{
    padding: 70px 75px 20px 75px;
    background: #333333;
    background: url(../images/00header_back.jpg) no-repeat;
    background-size: cover;
}
.form-section__title{
    max-width: 750px;
    text-align: center;
    margin: 0px auto;
    color: #ffffff;
    font-size: 40px;
    position: relative;
    bottom: 50px;
}
.form-section__inner{
    display: flex;
    justify-content: space-evenly;
    margin-top: -20px;
}
.form-flex{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
.form-section__left{
    width: 50%;
}
.form-section__left img{
    position: relative;
    top: 125px;
    left: -30px;
    width: 460px;
}
.form-section__right{
    width: 50%;
}
.form-box{
    padding: 30px 30px 0 30px;
    background: #ffffff;
    border-radius: 7px;
    box-shadow: 0px 4px 8px rgba(51, 51, 51, 0.35);
    border: 1px solid #9dbb02;
    width: 100%;
    max-width: 400px;
    position: relative;
    right: 70px;
    margin-bottom: 50px;
}

.form-flex > p{
    margin-bottom: 20px;
}
.form p.timer{
    text-align: center;
    margin: 40px 20px 20px;
}
.old{
    margin-bottom: 10px;
    font-size: 30px;
    font-weight: 500;
    text-decoration: line-through;
    color: #cacaca;
}
.old span{
    text-decoration: line-through;
    color: #d61919;
}
.new{
    margin-bottom: 20px;
    font-size: 47px;
    font-weight: 500;
    text-transform: uppercase;
    font-weight: bold;
    color: red;
}
.new span{
    font-weight: 700;
    font-size: 32px;
    color: #f99e00;
}
.form{
    width: 100%;
}
.input{
    width: 100%;
    margin-bottom: 15px;
}
.input input{
    width: 100%;
    padding: 22px 0;
    box-shadow: 0px 1px 3px rgba(51, 51, 51, 0.35);
    border: none;
    border-radius: 4px;
    text-indent: 20px;
    font-size: 20px;
    color: #464646;
}
::placeholder{
    text-indent: 20px;
}
.form__button{
    width: 100%;
    border: 1px solid #ffb500;
    padding: 5px;
    height: auto;
    border-radius: 7px;
    margin-bottom: -35px;
}
.form__button div{
    width: 100%;
    background: rgb(249,158,0);
    background: linear-gradient(90deg, rgba(249,158,0,1) 0%, rgba(255,181,0,1) 100%);
    padding: 20px 0;
    border-radius: 7px;
    text-align: center;
}
.form__button:hover div{
    cursor: pointer;
    background: rgb(249,158,0);
    background: linear-gradient(90deg, rgba(255,181,0,1) 0%, rgba(249,158,0,1) 100%);
}
.form__button div p{
    color: #ffffff;
    font-weight: 700;
    font-size: 22px;
}

.disclamer-section{
    padding:20px;
    background: #ecf5fa;
    color: #3283b1;
}

.blue-right{
    color: #3283b1;
    text-align: right;
}


@media (max-width: 1250px){
    .section-one__right p{
        font-size: 19px;
    }
    .section-two__item:nth-child(2){
        left: -7%;
    }
    .section-two__item:nth-child(5){
        right: -6%;
    }
    .section-two__item{
        max-width: 330px;
    }
    .section-four{
        padding: 0px 85px 0 0;
    }
    .section-four__inner{
        background-position: -140px;
    }
}

@media (max-width: 990px){
    .top{
        padding: 20px;
        width: 100%;
    }
    .top_content{
        width:100%;
        max-width: 940px;
    }
    .header__left{
        margin-left: 25px;
    }
    .header__left img{
        right: 10px;
    }
    .section-one__right p{
        font-size: 18px;
        line-height: 1.6;
    }
    .section-one{
        padding: 50px 40px;
    }
    .section-two__item--center{
        top: 20%;
    }
    .section-two__item{
        max-width: 285px;
    }
    .section-two__item:nth-child(2){
        left: -11%;
    }
    .section-two__item:nth-child(5){
        right: -8%;
    }
    .section-two__item:nth-child(4){
        bottom: -6%;
    }
    .section-three{
        background-position: -395px;
        background-repeat: no-repeat;
        background-size: cover;
    }
    .testemonial{
        padding-top: 105px;
    }
    .experts__inner{
        max-width: 100%;
        margin-left: 0;
    }
    .instructions .items_list{
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
    }
    .instructions .items_list .item{
        width: 100%;
        max-width: 300px;
        margin-bottom: 50px;
    }
}

@media (max-width: 900px){
    .header__inner .header__left, .header__inner .header__right{
        float: none;
        width: 100%;
    }
    .header__left img{
        float: none;
        position: static;
        display: block;
        margin: 0 auto;
    }
    .header__left{
        margin-left: 0;
    }
    .header__list{
        margin: 30px auto;
        width: 100%;
        max-width: 550px;
    }
     .header{
        background-position: bottom;
    }
    .order--button{
        top: 15px;
        left: 0;
    }
    .section-one__title{
        margin-bottom: 15px;
    }
    .section-one{
        background-position: left;
    }
    .section-one__inner{
        flex-direction: column;
    }
    .section-one__left{
        width: 100%;
    }
    .section-one__item{
        margin: 28px auto;
    }
    .section-one__right{
        width: 100%;
        max-width: 600px;
        margin: 30px auto;
        /* line-height: 1.4; */
    }
    .section-two__item{
        position: static;
    }
    .section-two__item--center{
        position: relative;
        width: 100%;
        top: 0;
        left: 0;
        transform: translateX(0);
        transform: translateY(0);
    }
    .section-two__item--center img{
        width: 100%;
        max-width: 300px;
        display: block;
        margin: 0 auto 30px auto;
    }
    .section-two{
        background: none;
    }
    .section-two__item{
        width: 100%;
        max-width: 750px;
        margin: 30px auto;
    }
    .section-two__img{
        margin-bottom: 10px;
        margin-top: 15px;
    }
    .section-two__item p{
        font-size: 18px;
    }
    .section-four__inner{
        background-position: -220px;
    }
    .section-four{
        padding-right: 25px;
    }
    .section-five__top{
        flex-wrap: wrap;
    }
    .section-five__top div{
        width: 100%;
        margin-bottom: 30px;
    }
    .benefit{
        text-align: center;
    }
    .benefit p{
        width: 100%;
        max-width: 100%;
    }
    .section-green{
        background: none;
        background-color: #559cc3;
        padding-bottom: 0px;
    }
    .form-section__inner{
        flex-direction: column;
    }
    .form-section{
        padding-top: 100px;
        background-position: right;
    }
    .form-section__left{
        width: 100%;
    }
    .form-section__left img{
        position: static;
        width: 100%;
        max-width: 500px;
    }
    .form-section__right{
        width: 100%;
    }
    .form-box{
        position: static;
        margin-top: 30px;
    }
    .testemonial{
        background: none;
    }
    .facebook{
        padding-top: 0px;
    }
    .section-one{
        padding-bottom: 20px;
    }
    .section-two{
        padding-top: 20px;
    }
    .facebook{
        background: none;
    }
    .section-five__top{
        margin-top: 20px;
    }
    .section-five__top{
        padding-bottom: 0;
    }
}

@media (max-width: 820px){
    .top .wrapper .top_content .top__img{
        display: none;
    }
    .section-three__right{
        width: 100%;
    }
    .section-three{
        background-position: right;
    }
    .section-three__right h2{
        text-align: center;
    }
    .section-four__inner{
        background: none;
    }
    .section-four{
        padding: 25px;
    }
    .section-four__left{
        max-width: 100%;
    }
    .testemonial__item{
        margin-right: 10px;
        margin-left: 10px;
    }
    .experts__text p{
        font-size: 18px;
        line-height: 1.4;
    }
    .experts__text{
        background: #fff;
        width: 90%;
        margin: 0 auto;
    }
}

@media (max-width: 750px){
    .instructions .step_item:after{
        display: none;
    }
}

@media (max-width: 660px){
	.header__title span{
	    display: block;
	    width: 69%;
	    padding: 5px;
	    line-height: 1.4;
	    margin: 0 auto;
	    border-radius: 8px;
	}
   
    .experts__text{
        line-height: 1.2;
    }
    .testemonial h2{
        margin-top: 0;
    }
	.section-one__right p{
    width: 94%;
}
    
}

@media (max-width: 600px){
    .section-two{
        padding: 50px 20px;
    }
    .section-two__item p{
        width: 100%;
    }
    .section-three{
        padding: 50px 20px 50px 50px;
    }
    .testemonial{
        padding: 45px 20px 85px 20px;
    }
    .testemonial__item{
        max-width: 500px;
    }
    .testemonial__title {
        margin-top: 60px;
    }
    .facebook{
        padding: 30px 20px;
    }
    .form-section {
        padding: 90px 20px 30px 20px;
    }
    .header__list li{
        font-size: 25px;
    }
    .section-one__title,
    .section-two__title,
    .section-four__title,
    .section-five__title,
    .testemonial__title,
    .experts__title{
        font-size: 34px;
    }
    .section-two__title span{
        font-size: 38px;
    }
    .testemonial__title span{
        font-size: 38px;
    }
    .testemonial h2{
        font-size: 32px;
    }
    .section-four__left h3{
        font-size: 30px;
    }
    .section-two__item{
        margin: 24px auto;
    }
    .section-four__left{
        padding-bottom: 10px;
    }
    .section-four__title{
        padding-top: 10px;
    }
    .experts__text p{
        /* font-size: 15px; */
    }
    .testemonial h2{
        margin-top: 0;
    }
    .form-box{
        max-width: 360px;
    }
    .new{
        font-size: 36px;
    }
    .old{
        font-size: 26px;
    }
    .form-section__left img{
        max-width: 380px;
    }
    .input input{
        padding: 16px 0;
    }
    .instructions{
        padding-bottom: 30px;
    }
    .section-two{
        padding-top: 20px;
    }
    .facebook{
        background: none;
    }
    .section-one{
        background: none;
    }
}

@media (max-width: 515px){
    .header__left img{
        width: 100%;
        max-width: 300px;
        display: block;
        margin: 0 auto;
    }
    .header__title{
        padding: 20px;
    }
    .top .top_content div{
        max-width: 150px;
    }
    .top .top_content .top__img__logo img{
        max-width: 90px;
    }
    .section-one{
        padding: 20px;
    }
    .section-one__item{
        flex-direction: column;
    }
    .section-one__item div h3{
        text-align: center;
    }
    .section-one__item img{
        display: block;
        margin: 0 auto 15px auto;
    }
    .section-one__item div p{
        text-align: center;
    }
    .header__list li{
        margin: 0 15px;
    }
    .experts__text{
        padding: 39px 55px 35px;
        line-height: 1.1;
        width: 95%;
    }
    .experts__text p{
        /* font-size: 15px; */
    }
    .header__list li{
        font-size: 23px;
    }
    .experts__text{
        padding: 20px;
    }
    .section-one__right p{
        font-size: 16px;
    }
}

button:hover{
    cursor: pointer;
}

@media (max-width: 460px){
	.section-one__right{
    background: #f6f6f6;
    margin: 0 auto;
}
    .section-one__right p{
    transform: none;
    width: 100%;
    padding: 10px;
    margin: 0;
}
    .header__title{
        font-size: 35px;
        line-height: 1.5;
    }
    .experts__text{
        width: 100%;
        max-width: 400px;
        margin: 0 auto;
        line-height: 1.1;
        font-size: 16px;
    }
    .header__title span{}
}

@media (max-width: 420px){
    .section-one__right p{
    }
    .section-one__right{
    padding: 10px;
    }
    .section-four__title{
        font-size: 32px;
    }
    .testemonial__title{
        font-size: 32px;
    }
    .instructions{
        padding: 80px 20px;
    }
    .experts__text{
        width: 90%;
    }
    .form-box{
        max-width: 340px;
    }
    .section-one__title,
    .section-two__title,
    .section-four__title,
    .section-five__title,
    .testemonial__title,
    .experts__title{
        font-size: 28px;
    }
    .section-two__title span{
        font-size: 30px;
    }
    .testemonial h2{
        font-size: 30px;
    }
    .testemonial__title span{
        font-size: 30px;
    }
    .section-four__left h3{
        font-size: 26px;
    }
    .section-two__item p{
        font-size: 16px;
    }
    .section-three__right ul li{
        font-size: 22px;
    }
    .section-three__right ul{
        line-height: 1.6;
    }
    .form-section__title{
        font-size: 36px;
    }
    .section-one{
        padding-bottom: 10px;
    }
    .section-two{
        padding-top: 10px;
    }
    .section-two__title{
        margin-bottom: 35px;
    }
    .input input {
        padding: 12px 0;
    }
    .form{
        width: 95%;
    }
    .form-section__left img{
        max-width: 340px;
    }
    .section-five__top div{
        margin-bottom: 22px;
    }
}

@media (max-width: 400px){
    .section-one__right p{
        font-size: 16px;
    }
}

@media (max-width: 335px){
    .section-one__right p{
        font-size: 15px;
    }
}

