@import url('https://fonts.googleapis.com/css?family=Roboto:400,700');

body{
    background-color: #000000;
    font-size: 16px;
    font-family: 'Roboto', sans-serif;
    color: #ffffff;
    overflow-x: hidden;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
}
*,
*:before,
*:after {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
}
ul {
    margin: 0;
     padding: 0;
    list-style: none;

}
/*SECTION ONE*/
#foot{display: block;text-align: center;margin-right: 50%;width: 100%; padding: 24px 0; }
.header{
    background: linear-gradient( -20deg, #e0b506 50%,rgba(0,0,0,0)  50% ),url("../img/dark_bg.png");
    background-size: 100% 70%,cover;
    background-repeat: no-repeat;
    background-position:bottom, center center;
    margin: 0 auto -1px;
    
}
.button{
   display: inline-block;
    font-size: 21px;
    text-transform: uppercase;
    text-align: center;
    padding: 4px 53px;
    background: -webkit-gradient(linear ,left top, left bottom ,from(#fd3333) , to(#ba0000) );
    background: linear-gradient(to bottom ,#fd3333 , #ba0000 );
    -webkit-box-shadow: 1px 1px 1px #000;
            box-shadow: 1px 1px 1px #000;
    border-radius: 2px;
}
.logo{
    width: 143px;
    display: inline-block;
}
.menu__list{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    padding: 23px 0px;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    text-transform: uppercase;
    
}
.menu__link{

    color: inherit;
    -webkit-transition: color .3s ease-in;
    transition: color .3s ease-in;
    cursor: pointer;
    
}

.menu__link:hover{
    color: #e5c10f;
    text-decoration: none;

}
.menu__btn{
    display: none;
}
.sec-one{
    background-image: url("../img/sec-one_bg.jpg");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center left;

}
.sec-one__title{
    font-size: 43px;
    font-weight: 700;
    color: #e5c10f;
    text-transform: uppercase;
}
.sec-one__title span{
    font-size: 27px;
    color: #ffffff;
    font-weight: 400;
    text-transform: capitalize;
}

.improv{
    margin-top: 14%;
}
.improv__item{
    height: 84px;
    position: relative;
    text-align: right;
    font-size: 17px;
    font-weight: 700;
    text-transform: uppercase;
    padding:13px 83px 13px 0px;

}
.improv__item::after{
    content: '';
    position: absolute;
    right: 0;
    top: 0;
    display: inline-block;
    width: 68px;
    height: 68px;
  
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat
    
}
.improv__item--img1::after{
    background-image: url("../img/penis.png");
}
.improv__item--img2::after{
    background-image: url("../img/penis2.png");
}
.improv__item--img3::after{
    background-image: url("../img/clock.png");
}
.form{
    margin-top: 9%;
    padding: 12px 32px;
    text-align: center;
    border: 1px solid #555;
    border-radius: 4px;
    -webkit-box-shadow: 1px 1px 1px #000000;
            box-shadow: 1px 1px 1px #000000;
    background-color: #000000;
    background-image: -webkit-gradient(linear , left top, left bottom , from(#2c2c2c), color-stop(#2b2b2b),color-stop(#2a2a2a),to(#282828));
    background-image: linear-gradient(to bottom , #2c2c2c, #2b2b2b,#2a2a2a,#282828);
}
.form__title{
    margin-bottom:28px;
    font-weight: 700;
    font-size: 18px;
    text-transform: uppercase;
    background: #fff000;
    position: relative;
    border: 2px dashed #000;
    color: #ff0000;
    padding: 10px 0px;
}
.form__title::before{
    content: '';
    position: absolute;
    top: -14px;
    left: 15px;
    display:block;
    width: 40px;
    height: 30px;
    background-image: url(../img/scissors.svg);
    background-size: contain;
    background-repeat: no-repeat;
}
.timer_name{
    position: relative;
    left: 7px;
    max-width: 180px;
    margin: -8px auto 0;
    font-size: 12px;
    text-transform: lowercase;
}
.timer_name span{
    margin-right: 17px;
}
.timer_name span:last-child{
    margin-right: 2px;
}
.countdown-container{
    font-size: 24px;
    margin-top: -10px;
}
.countdown-container .dots{
    margin: 0px 15px;
}
.count{
    font-size: 20px;
    font-weight: 700;
}
.price{
    padding: 0px;
    margin-bottom: 22px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    align-items: center;
    justify-content: center;
}
.price__old{
    flex: 50%;
    font-size: 18px;
    color: #979797;
    text-decoration: line-through;
    text-align: left;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    flex-direction: row;
    align-items: center;
    /* position: relative; */
}
.wv_old-price{
    margin-left: 15px;
}
    

.price_new {
    flex: 50%;
    font-size: 46px;
}
.price__currency{
    margin-left: -8px;
    margin-right: -8px;
    font-size: 27px;
}
.price__old span {
    font-size: 36px;
    display: inline-block;
}
sup{
    font-size: 60%;
}
.dot{
    margin: 0px -10px;
}


.form__input{
    height: 40px;
    margin-bottom: 20px ;
    border: 1px solid #000;
    width: 100%;
    border-radius: 6px;
    -webkit-box-shadow: inset 0px 5px 8px 0px rgba(0, 0, 0, 0.45);
            box-shadow:inset 0px 5px 8px 0px rgba(0, 0, 0, 0.45);


}

.form__input::-webkit-input-placeholder{
    color: #3d474c;
}

.form__input:-ms-input-placeholder{
    color: #3d474c;
}

.form__input::-ms-input-placeholder{
    color: #3d474c;
}

.form__input::placeholder{
    color: #3d474c;
}

.form__button{
    padding: 10px 24px;
    border: none;
text-align: center;
vertical-align: middle;
    border-radius: 11px;
    -webkit-box-shadow: 0px 0px 0px 4px #2d3539 ;
            box-shadow: inset  0px 0px 2px  #000  ,inset 0px 0px 0px 4px #2d3539 ;

}
.form .form__button{
    width: 100%;
}
.form__bottom{
    margin-top: 12px;
}

/*SECTION SECOND */
.sec-second{
   
    background-color: #e0b506;
}
.sec-second__wrapp{
    background-image: url("../img/sec-second_bg.png");

    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
}
.sec-second__title{
    margin-top: 89px;
    font-size: 90px;
    font-weight: 700;
    text-transform: uppercase;
    color: #e0b506;
    line-height: 1.1;
    
}
.sec-second__title span:first-child{
   
       font-size: 72px;
   }
.sec-second__title span:nth-child(2){
    display: block;
    margin-top: -18px;
}
.sec-second__title span:last-child{
    display: block;
    margin-top: -10px;
    font-size: 63px;
}
.problem{
    margin-top: 87px;
}
.problem__item{
    font-weight: 700;
    font-size: 21px;
    text-transform: uppercase;
    margin-bottom: 60px;
}
.problem__item span {
    width: 69px;
    height: 69px;
    line-height: 1.1;
    margin-right: 16px;
    text-align: center;
    vertical-align: middle;
    display: inline-block;
    font-size: 62px;
    background-color:#e0b506 ;
}

/*SECTION THREE*/
.sec-three {
    background-color: #000000;
    background: linear-gradient( -12deg, rgba(0,0,0,0) 75% ,#e0b506 75%),url(../img/sec-three__bg3.png);
    background-size: 100% ,auto;
    background-position: center center,left 36%;
    background-repeat: no-repeat;
}


.expert__title{
    font-weight: 700;
    font-size: 45px;
    text-transform: uppercase;
}
.sec-three__wrapp {
    width: 100%;
    padding-top: 114px;
    background-image: url(../img/expert.png),linear-gradient(-192deg, #e8ba49 , #c8953d ,#7f4a20 52%,rgba(255,255,255,0) 52%),linear-gradient(-372deg, #47210d , #8c5524 ,#c9953e 52%,rgba(255,255,255,0) 52%);
    background-repeat: no-repeat;
    background-position: right 3.8%,center center, 50% 104%;
    background-size: 40%,100%,100% 89%;
}
.sec-three__wrapp-gradient{
background-image: linear-gradient(-192deg, #e8ba49 , #c8953d ,#7f4a20 76%,rgba(255,255,255,0) 76%);
}

 
.expert{
    margin-top: 56px;
    padding-bottom:160px;
    text-align: right;
}
.expert__name{
    font-weight: 700;
    font-size: 20px;
    margin-top: 45px;
}
.expert__name span{
    font-size: 18px;
    font-weight: 400;
    padding-right: 27px;
}
.components{
    margin-left: -145px;
    margin-top: 175px;
}
.components__img{
    width: 88px;
    display: block;
    height: auto;
    float: left;
    margin-right: 10px;
}
.components__title{
    font-size: 45px;
    font-weight: 700;
}
.components__item{
    text-align: left;
}
.components__name{
    font-size: 20px;
    color: #e0b506;
}
.components__desc{
    padding-left: 95px;

    font-size: 18px;
}
.button-wrapp{
    text-align: center;
    margin: 24px auto;
}
.button-wrapp .button{
    font-weight: 700;
    font-size: 27px;
  line-height: 1.8;
    display: inline-block ;
    color: #ffffff;
    margin: auto;

    height: 65px;
    
    -webkit-transition: color .3s ;
    
    transition: color .3s ;

    
}
.button:hover {
    color: #e5c10f;
    text-decoration: none;
}

.sec-order {
    margin: 104px auto -1px;   
    background-image:linear-gradient( -10deg, #e0b506 53%,rgba(0,0,0,0) 46% );    
}

.sec-order__title{
    text-transform: uppercase;
    text-align: center;
    font-weight: 700;
    font-size: 45px;
}
.slider {
    margin-top: 94px;
    margin-bottom: 86px;
    color: #000000;
}

.slider_item{
    position: relative;
    z-index: 10;
   margin: 10px auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding: 32px 50px  37px 40px;
    background-color: #ffffff;
    -webkit-box-shadow: 3px 3px 3px #000;
            box-shadow: 3px 3px 3px #000;

}
/*.slider_item::before{*/
    /*content: '';*/
    /*position: absolute;*/
   /*width: 100%;*/
    /*height: 100%;*/
    /*background-color: inherit;*/
    /*z-index: 5;*/
    /*-webkit-transform: translate(2%,2%);*/
            /*transform: translate(2%,2%);*/
/*}*/
.slider__img{
    width: 375px;
    border: 3px solid #e0b506;

}
.slider__text{
    font-size: 20px;
    padding-left: 47px ;
    width: 50%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
}
.slider__name{

    font-weight: 700;
    margin-bottom: 47px;
}
.carousel-control{
    width: 39px;
    height: 71px;
    top: 50%;


    
}
.carousel-control.right{
 background-image: none;  right: -5%;
}
.carousel-control.left{
    background-image: none;  left: -5%;
}


.sec-four{
    padding-top: 76px;
    background-color: #e0b506;
    margin: 0 auto -1px;
}


.sec-four__title{
    margin-bottom: 144px;
    padding-top: 37px;
    font-size: 42px;
    text-transform: uppercase;
    text-align: center;
}
.sec-four__wrapp{
    background-image: url("../img/sec-four__bg.jpg");
     background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    padding-bottom: 32px;

}
.pluse{
    text-align: center;
}
.plus__img{
    max-width: 152px;
}
.pluse__title{
    margin-top: 12px;
    font-weight: 700;
    font-size: 18px;
    text-transform: uppercase;
    padding: 0px 30px;
}


.sec-five{
    background-color: #e0b506;
    margin: 0 auto -2px;
}
.sec-five__wrap{
    background-image: url("../img/sec-five__bg.jpg");
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    text-align: center;
    padding-top: 109px;
    padding-bottom: 47px;
}
.sec-five__title{
    font-size: 40px;
    text-transform: uppercase;
    font-weight: 700;
    margin-bottom: 68px;
}
.order__img{
    margin: auto;
    max-width: 124px;

}
.order__text{
    font-size: 20px;
    text-align: center;
    padding: 30px 47px ;
}

.sec-six{
    background-image: linear-gradient( -20deg, rgba(0,0,0,0) 57.5% ,#e0b506 57%),url("../img/dark_bg.png");
    background-position: center center,center bottom;
    background-size: auto,cover;
    margin: -1px auto 0;
}
.sec-six .sec-one__img{
    padding: 84px 0 0;
}
.sec-six__wrapp{
    padding-top: 80px;
    padding-bottom: 28%;
    background-image: url("../img/map.png"),url("../img/map_bg-white.png");
    background-repeat: no-repeat;
    background-size: auto,cover;
    background-position: 25% 10%;
/*linear-gradient( -20deg, rgba(0,0,0,0) 9% ,#fff 9%);*!*/
}
.sec-six__title{
    text-align: center;
    font-size: 35px;
    text-transform: uppercase;
    color: #000000;
    
}


.sec-footer{
    background-image: url("../img/dark_bg.png");
    background-size: cover;
    background-position: center center;
    
}
.sec-footer__wrapp {
    padding-top: 42%;
    margin-top: -38%;
    background-image: url(../img/footer_bg.png);
    background-size: cover;
    background-position: center right;
    background-repeat: no-repeat;
}
.sec-one__wrapp-bottom{
    margin-top: 30%;
}
.sec-footer__title{
    text-align: center;
    font-size: 55px;
}
.sec-footer__title span {
    font-size: 64px;
}
.sec-three__img {
    display: block;
    margin: 0 auto;
    max-width: 360px;
}
form {
    --form-border: #333;
    --form-check-border-checked: #ba0000;
    --form-check-bg-checked: #ba0000;
    --form-check-yes-checked: #ba0000;
}

.form__checkbox {
    position: relative;
    display: grid;
    grid-template-columns: -webkit-min-content 1fr;
    grid-template-columns: min-content 1fr;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-column-gap: 15px;
    column-gap: 15px;
    font-size: 12px;
    line-height: 14px;
    font-weight: 400;
    margin-top: 15px;
    margin-bottom: 15px;
    color: #fff;
    max-width: 280px;
    width: 100%;
}

.form__checkbox a {
    text-decoration: underline;
    color: #fff;
}

.form__checkbox-mark {
    width: 20px;
    height: 20px;
    border: 1px solid var(--form-border);
    background-color: #fff;
    border-radius: 3px;
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: baseline;
    -ms-flex-align: baseline;
    align-items: baseline;
    cursor: pointer
}

.form__checkbox-mark:after {
    position: relative;
    content: "";
    display: none;
    width: 80%;
    height: 80%;
    top: 2px;
    left: 1px;
    background-repeat: no-repeat;
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg viewBox='0 0 10 9' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M9.823 2.774A.5.5 0 0 0 10 2.392V.91a.5.5 0 0 0-.823-.382l-5.422 4.58a.5.5 0 0 1-.637.007L.815 3.246A.5.5 0 0 0 0 3.634v1.503a.5.5 0 0 0 .185.389l2.933 2.38a.5.5 0 0 0 .637-.007l6.068-5.125z' fill='%23fff'/%3E%3C/svg%3E")
}

.form__checkbox-mark:hover {
    border-color: var(--form-check-border-hover);
    background: hsla(0,0%,100%,.9)
}

.form__checkbox input[type=checkbox] {
    opacity: 0;
    position: absolute;
    z-index: -10;
    background-color: var(--form-bg)
}

.form__checkbox input[type=checkbox]:checked~.form__checkbox-mark:after {
    display: block
}

.form__checkbox input[type=checkbox]:checked~.form__checkbox-mark {
    border-color: var(--form-check-border-checked);
    background-color: var(--form-check-bg-checked)
}

.form__checkbox input[type=checkbox]:checked~.form__checkbox-mark:after {
    border-color: var(--form-check-yes-checked)
}

.form__checkbox input[type=checkbox]:active~.form__checkbox-mark,.form__checkbox input[type=checkbox]:focus~.form__checkbox-mark {
    border-color: var(--form-check-border-checked)
}
@media screen and (max-width: 1200px){
    .sec-one__title{
        white-space: pre-line;
        text-align: center;
    }

    .sec-one__title span {
        display: inline-block;

    }
    .price{
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
    }
    .price__old span{
        font-size: 32px;
    }
    .wv_old-price{
        margin-left: 5px;
    }
    .price__new,.price__old{
        width: 100%;
    }

.menu{
    position: relative;
}
    .menu__list{
        -ms-flex-wrap: nowrap;
            flex-wrap: nowrap;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column;
        -webkit-box-align: start;
            -ms-flex-align: start;
                align-items: flex-start;
        height: 68px;
        overflow-y: hidden;
        -webkit-transition: height .3s;
        -webkit-transition: all .3s;
        transition: all .3s;




    }
    .menu__list--active{
        -webkit-animation:height .3s ;
                animation:height 1s ;
        -webkit-animation-fill-mode:forwards;
                animation-fill-mode:forwards

    }
    @-webkit-keyframes height {
        0%{
            height: 0%;
            -webkit-transition: all .3s;
            transition: all .3s;
        }
        50%{
            height: 50%;
            -webkit-transition: all .6s;
            transition: all .6s;
        }
        100%{
            height: 100%;
            -webkit-transition: all .6s;
            transition: all .6s;
        }
    }
    @keyframes height {
        0%{
            height: 0%;
        }
        50%{
            height: 50%
        }
        100%{
            height: 100%
        }
    }
.menu__item:not(:first-child){
    margin: 10px 0px;

}
.menu__btn{
    cursor: pointer;
    display: block;
    position: absolute;
    top: 12.5px;
    right: 40px;
    z-index: 4;
}
.menu__icon{
    cursor: pointer;
}
.improv__item{
    margin: 20px 0px;
}


.components{
    margin-left: 0;
}

.slider_item{
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    
}
.slider__img{
    margin-bottom: 40px;
}
.slider__text{
    width: 100%;
    text-align: center;
}
.problem__item{
    font-size: 18px;
}
.form{
    padding: 12px 15px;
}
}


@media screen and (max-width: 768px){
    .sec-one {
        /* background-image: url(../img/sec-one_bg.jpg);
        background-repeat: no-repeat;
        background-size: cover; */
        background-position: 40% center;
    }
    .sec-footer__wrapp {
        /* background-image: url(../img/footer_bg.png); */
        background-size: cover;
        background-position: 30% -186px;
        background-repeat: no-repeat;
    }
    .sec-one__img{
        padding: 12px 0 0;
        width: 50%;
        margin: -216px auto 0;
    }
    .sec-six .sec-one__img{
        padding: 12px 0 0;
        width: 50%;
        margin: 0 auto;
    }
    .form{
        margin-bottom: 30px;
    }
    .sec-one__img{
        margin: 0 auto;
        text-align: center;
        width: 70%;
    }
    .img-responsive, .carousel-inner>.item>img, .carousel-inner>.item>a>img {
        max-width: 80%;
    }
    .carousel-control{
        display: none;
    }
    .sec-three__img{
        max-width: 320px;
    }
    .components{
        margin-top: 0;
    }
    .sec-second__title{
        font-size: 55px;
    }
    .sec-second__title span:first-child{
        font-size: 45px;
    }
    .sec-second__title span:last-child {
     
        font-size: 49px;
    }
    .problem__item{
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center;
    }
    .sec-footer__wrapp {
        padding-top: 66%;
        margin-top: -66%;
    }
    .sec-six__img img{
        margin-left: auto;
    }
    .sec-six__wrapp {
        padding-bottom: 52.5%;
    }

}
@media screen and (max-width: 480px) {
    .sec-one__wrapp-bottom {
        margin-top: 0%;
    }
    .sec-one__img{
        padding: 12px 0 0;
        width: 100%;
        margin: 0 auto;
    }.sec-one__img img{
        display: block;
        width: 80%;
        margin: 0 auto;
    }
    .sec-six .sec-one__img{
        width: 80%;
    }

    .expert__title {
        font-size: 26px
    }

    .sec-three__img {
        max-width: 280px;
    }

    .slider_item {
        padding: 31px 10px 37px 10px;
    }

    .sec-order__title {

        font-size: 33px;
    }

    .slider__img {
        width: 202px;
    }

    .slider__text {
        font-size: 14px;
        padding-left: 0px;
    }

    .slider__name {

        margin-bottom: 12px;
    }

    .button-wrapp .button {
        font-size: 15px;
        padding: 19px 24px 0;
        /* line-height: 2.8; */
    }

    .sec-four__title {
        margin-bottom: 46px;
        font-size: 30px;
    }

    .sec-five__title {
        font-size: 30px;
    }

    .sec-second__title {

        text-align: center;
    }

    .sec-six {
        background: #000000;
    }

    .sec-six__wrapp {
        padding-bottom: 42%;
        background-image: url("../img/map_bg-white.png")
    }

    .sec-footer__title {
        white-space: unset;
        font-size: 35px;
    }

    .sec-footer__title span {
        font-size: 30px;
    }

    .sec-five__wrap {
        padding-top: 28px;
    }
    .deliver-img{
        margin: 0 0 -27px auto;
    }
}
@media screen and (max-width: 992px){
    .price__old{
        justify-content: center;
    }
    .expert {
        margin-top: 200px;
        padding-bottom: 30px;
    }
    .sec-three__wrapp{
        padding-top: 50px;
    }
    .components{
        margin-top: 25px;
    }
}
@media screen and (max-width: 768px){
    .expert{
        margin-top: 120px;
    }
    .price_new{
        font-size: 40px;
        padding-left: 15px;
    }
}
/* REFUND */
.refund-top{
    max-width: 360px;
    margin: 0 auto;
    display: flex;
    justify-content: space-around;
    align-items: center;    
    font-family: 'Roboto', sans-serif;
    font-style: normal;
    font-weight: normal;
    font-size: 14px;
    line-height: 1.25;
    letter-spacing: 0.02em;    
    text-align: left;

}
.refund-top-text{
    width: calc(100% - 70px);
}