

@font-face {
    font-family: Bold;
    src: local("Bold"), url("bold.woff")
}

* {
    padding: 0;
    margin: 0;
    box-sizing: border-box;
    list-style: none;
    text-decoration: none;
    font-family: Bold
}

.hero,
.result {
    text-align: center
}

#error,
.hero ul li,
.last_sec .div_form,
.result .top_cont {
    position: relative
}

.color_gradient {
    background: linear-gradient(to left, #B64332, #AA1D15);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}


img {
    width: 100%
}

html {
    scroll-behavior: smooth;
    direction: rtl
}

#error {
    top: -5px;
    color: red;
    font-size: 14px;
    width: max-content;
    margin: 0 auto;
    padding: 0 5px 3px;
    background: #FCFEFE;
    border-radius: 3px;
    border: 1px solid red;
    line-height: 1.2;
    opacity: 0;
    transition: .2s
}

#error.active {
    opacity: 1
}

.container {
    width: 95%;
    margin: auto
}

.image_btn {
    width: 55%;
    margin: 0 auto
}

.hero{
    background: #DFDFDF;
}
.hero .top_image img{
    display: block;
}

.hero ul li {
    font-size: 6.5vw;
    line-height: 1.3;
    padding: 8px 0;

    color: #070705;
   
}
.hero ul li.shadow{
    background: #E0E0E0;
    color: #7E0E24;
    box-shadow: 0px 8px 14px #00000032;
}
.hero ul li.shadow_2{
    background: #E0E0E0;
    color: #7E0E24;
    box-shadow: 0px 8px 14px #00000032,
                0px -8px 14px #00000032;;
}
.hero ul li p{
    width: max-content;
    margin: 0 auto;
}



.hero ul img {
    display: block;
    margin-bottom: -1px
}

.hero .image_btn {
    width: 90%;
    margin-top: 10px;
}

.hero .image_btn img {
    width: 60%;
    margin: 0 auto
}




.result {
    position: relative;
    background: url(../img/bgresult.webp);
    background-size: cover;
    background-position: center;
    padding-top: 10px;
    color: #fff;
}


.result .top_result img{
    display: block;
    width: 60%;
    margin: 0 auto;

}

.result .img_Result{
    display: block;
}

.result .image_btn{
    width: 60%;
}





.doctor {
    background: url(../img/bgdoctor.webp);
    background-size: cover;
    background-position: center;
    color: #fff;
}
.doctor .content{
    display: flex;
    justify-content: space-between;
}
.doctor .text{
    width: 55%;
    padding-right: 15px;
}
.doctor .text h2{
    font-size: 3.9vw;
    line-height: 1.3;
    padding-top: 20px;
}
.doctor .text p{
    font-size: 2.9vw;
    padding-bottom: 4vw;
    padding-top: 4vw;
    position: relative;
    padding-right: 20px;
    line-height: 1.5;
}

.doctor .text p img{
    position: absolute;
    width: 16px;
    top: 50%;
    right: -5px;
    transform: translateY(-50%);
    z-index: 10;
}
.doctor .text p::after{
    content: '';
    position: absolute;
    top: 0;
    right: 2px;
    width: 1px;
    height: 50%;
    background: #fff;
    z-index: 1;
}
.doctor .text p.f_p::after{
    display: none;
}
.doctor .text p::before{
    content: '';
    position: absolute;
    bottom: 0;
    right: 2px;
    width: 1px;
    height: 50%;
    background: #fff;
    z-index: 1;
}
.doctor .text p.l_p::before{
    display: none;
}

.doctor .img_doctorside{
    width: 45%;
}
/* test_m */

.test_m{
    background: url(../img/bgtestm.webp);
    background-size: cover;
    background-position: center left;
    padding-top: 15px;
}

.test_m .img_test_m{
    display: block;
    width: 70%;

}











.last_sec * {
    font-family: Bold, sans-serif
}

.last_sec {
    background: #070705;
}

.last_sec .div_pc {
    background: url(../img/bg-top-form.webp);
    background-size: cover;
    background-position: top left;
}

.last_sec .div_form {
    width: 100%;
    margin: auto auto 10px
}

.last_sec .div_form .flex_price {
    display: flex;
    align-items: center;
    justify-content: space-between;
    position: relative
}

.last_sec .div_form .text_price_img {
    width: 51%;
    padding-bottom: 2vw;
    padding-top: 20vw;
    margin-right: 3vw;
}


.last_sec .div_form .flex_price .img_productt {
    width: 37%; 
    position: absolute;
    top: 2vw;
    left: 8vw;
}

.last_sec .delv_text {
    padding: 7px 0 10px;
    position: relative;
    margin-bottom: 5px;
    margin-top: 30vw;
    position: relative;
}
.last_sec .delv_text::after{
    position: absolute;
    content: '';
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 80%;
    height: 1px;
    background: linear-gradient(to left ,transparent,#fff,transparent);
}
.last_sec .delv_text p {
    color: #FCFEFE;
    text-align: center;
    font-size: 6.5vw;
    line-height: 1.6;

}

.last_sec .delv_text p.bg_red {
    background: #fff;
    color: #0c0c0c;
    padding: 2px 10px;
    width: max-content;
    margin: auto;
    color:#070705;
    border-radius: 10px;
}

.last_sec .sm-p {
    font-size: 2.4vw;
    text-align: center;
    width: 95%;
    margin: 0 auto auto;
    line-height: 1.5;
    font-weight: 600;
    color: #fff
}

.last_sec .div_form form {
    background: #501116;
    box-shadow: 5px 5px 8px #00000027;
    text-align: center;
    width: 95%;
    margin: 3px auto 0;
    border-radius: 20px;
    overflow: hidden
}

.last_sec .div_form .content {
    padding: 12px 0
}

.last_sec .div_form .content p {
    font-size: 5vw;
    line-height: 1.2;
    color: #FBFDFD;
    font-weight: 500
}

.last_sec .div_form form input {
    width: 100%;
    padding: 15px 40px 15px 10px;
    font-size: 18px;
    box-shadow: 5px 5px 8px #00000031;
    text-align: right;
    font-family: sans-serif;
    border-radius: 10px;
    border: 1px solid transparent;
    transition: 0.3s ease-in;
}

.last_sec form .input_div{
  position: relative;
  width: 95%;
  margin: 0 auto;
  margin-bottom: 12px;
  }

.last_sec form .input_div svg{
  position: absolute;
  width: 30px;
  top: 50%;
  right: 5px;
  transform: translateY(-50%);
  color: #B21EB6;
}

.last_sec form .input_div .icon_Phone{
  transform:translateY(-50%) scaleX(-1);
}


  .last_sec form input{
    width: 100%;
    padding: 15px 40px 15px 10px;
    font-size: 18px;
    box-shadow: 5px 5px 8px #00000031;
    text-align: right;
    font-family: sans-serif;
    border-radius: 10px;
    border: 1px solid transparent;
    transition: 0.3s ease-in;
  }


.last_sec .div_form form input:focus {
    border: 1px solid #855aa5
}

.last_sec form .div-btn {
    padding: 0 0 15px
}

.last_sec form .div-btn .btn {
    outline: 0;
    border: none;
    cursor: pointer;
    background: #fff;
    color: #7E0E24;
    font-size: 6.5vw;
    font-weight: bolder;
    padding: 1px 38px;
    border-radius: 20px;
    box-shadow: 0 5px 15px #5858586b
}

.last_sec .footer .boxs {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 94%;
    margin: auto;
    position: relative;
    padding-bottom: 20px;
    padding-top: 10px
}

.last_sec .footer .boxs .box {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 5px;
    width: 33.3%;
    position: relative
}

.last_sec .footer .boxs .box img {
    height: 24px;
    width: auto
}

.last_sec .footer .boxs .box .img2 {
    height: 35px;
}

.last_sec .footer .boxs .box p {
    font-size: 2.4vw;
    line-height: 1.5;
    color: #fff
}

@media (min-width:600px) {
    .div-btn .btn {
        width: max-content;
        font-size: 25px
    }

    .hero .top_image {
        width: 70%;
        margin: 0 auto
    }

    .hero ul img {
        width: 73%;
        margin-inline: auto
    }

    .hero ul li {
        font-size: 35px;
        margin: 0 auto;
    }

    .result .top_result img{
        width: 50%;
    }

    .hero .image_btn,
    .last_sec .div_form form {
        width: 70%
    }

    .image_btn {
        width: 45%
    }
    .last_sec .div_form .flex_price .img_productt{
        width: 32%;
    }


    .doctor .text{
        width: max-content;
        margin: 0 auto;
    }

    



    .result .image_btn{
        width: 45%;
    }
    .result .img_Result{
        width: 70%;
        margin: 0 auto;
    }


    .last_sec .footer .boxs {
        width: 80%
    }


    .result .top_res h1 {
        font-size: 50px
    }

    .result .top_res h4 {
        font-size: 23px
    }

 
    .result .top_cont p {
        font-size: 3.7vw
    }

    .result .content {
        width: 75%;
        margin: 0 auto
    }

    .last_sec .div_form .text_price_img {
        width: 340px
    }

    .last_sec .div_form .flex_price {
        justify-content: space-between
    }

    .last_sec .div_form .content p {
        font-size: 20px
    }

    .last_sec .sm-p {
        font-size: 15px
    }
    .last_sec .delv_text p{
        font-size: 47px;
    }

    .last_sec form .div-btn .btn {
        font-size: 25px
    }

    .last_sec form .div-btn {
        width: 50%;
        margin-inline: auto
    }

    .last_sec .footer .boxs .box .img2,
    .last_sec .footer .boxs .box img {
        height: 30px
    }
}

@media (min-width:710px) {
    .last_sec .div_form .text_price_img {
        margin-right: 30px
    }
}

@media (min-width:1000px) {
    .result .top_cont,
    .result .top_cont.right {
        margin-bottom: 25px
    }

    .flex_Sec {
        display: flex
    }


    .flex_hero .result{
        background-color: #B12B29;
     
    }

    .test_m,
    .hero,
    .doctor,
    .how_work,
    .last_sec .div_pc,
    .result {
        width: 50%
    }

    .footer,
    .last_sec {
        width: 100%
    }

    .hero ul li {
        font-size: 25px;
        margin-bottom: 10px;
    }

    .result .top_cont p {
        font-size: 1.8vw
    }


    .doctor .text h2{
        font-size: 22px;
        margin-top: 30px;
        margin-bottom: 30px;
    }
    .doctor .text p{
        font-size: 16px;
        padding-bottom: 30px;
        padding-top: 30px;
        line-height: 1.8;
    }
    .doctor .text {
        margin-bottom: 50px;
    }
    .result .top_cont {
        margin-top: 20px
    }
    .test_m .img_test_m{
        width: 65%;
    }

    .last_sec .div_form .content p,
    .last_sec .sm-p {
        margin-bottom: 10px
    }

    .result .image_btn {
        margin-top: 10px
    }

    .last_sec .delv_text p {
        font-size: 30px
    }

    .result .img_Result{
        width: 90%;
    }

    .last_sec .div_form .text_price_img {
        margin-bottom: 20px
    }

    .last_sec .delv_text::after {
        display: none
    }

    .last_sec .div_form {
        display: flex;
        justify-content: space-between;
        align-items: center
    }

    .last_sec .div_form .div_flex {
        width: 45%
    }

    .last_sec form .div-btn .btn {
        width: max-content;
        padding-inline: 30px
    }

    .last_sec .sm-p {
        font-size: 1vw
    }

    .last_sec .footer .boxs .box p {
        line-height: 1.4;
        font-size: 18px
    }

    .last_sec .div_form .text_price_img {
        padding-bottom: 0;
        margin-right: 30px;
        width: 240px;
        padding-top: 220px;
    }


    .last_sec .div_form form {
        padding: 30px 0;
        width: 90%
    }

    .last_sec .div_form .flex_price .img_productt {
        width: 180px;
        top: 2vw
    }
    .last_sec .delv_text{
        margin-top: 50px;
    }

    .footer {
        margin: auto
    }

    .last_sec .footer .boxs {
        justify-content: center;
        gap: 100px
    }

    .last_sec .footer .boxs .box img {
        height: 30px
    }
    .last_sec .footer .boxs .box .img2{
        height: 45px;
    }
}

@media (min-width:1300px) {
    .hero .top_image {
        width: 70%;
        margin: 0 auto
    }

    .doctor .text h2{
        font-size: 25px;
    }
    .doctor .text p{
        font-size: 20px;
        padding-bottom: 30px;
        padding-top: 30px;
    }


.hero ul li{
    margin-bottom: 10px;
    font-size: 28px;
}
    .last_sec .div_form form {
        width: 500px
    }
    .hero ul li.red{
        box-shadow: none;
    }

    .last_sec .div_form .flex_price .img_productt {
        top: 10px
    }

    .last_sec .delv_text {
        margin-top: 30px
    }

    .last_sec .div_form .content p {
        font-size: 22px
    }


    .last_sec .div_form .text_price_img {
        margin-right: 50px;
        width: 260px;
        padding-top: 150px;
        padding-bottom: 50px;
    }

}

body.thanks_page_page {
    background: url(../img/thanks2.webp) center/cover;
    min-height: 100vh
}

.thanks_page {
    text-align: center;
    padding-top: 30px
}

.thanks_page h3 {
    font-size: 22px;
    margin: 0;
    color: #FCFEFE
}

.thanks_page p {
    font-size: 14px;
    margin-bottom: 10px;
    color: #FCFEFE
}

.thanks_page a {
    display: block;
    padding: 5px 30px;
    font-size: 20px;
    color: #FCFEFE;
    background: linear-gradient(to left, #AC2B29, #7A1E1F);
    width: max-content;
    border-radius: 10px;
    margin: 0 auto 20px;
    box-shadow: 5px 5px 12px #1b1b1b8e
}

.thanks_page .text img {
    width: 70px
}

@media (min-width:1000px) {
    .thanks_page p {
        font-size: 18px;
        margin-bottom: 25px
    }

    .thanks_page h3 {
        font-size: 25px;
        margin: 00px 0 8px
    }

    .thanks_page .text img {
        width: 100px
    }
}

@media (min-width:500px) {
    body.thanks_page_page {
        background: #0f0f0f;
        min-height: 100vh
    }
}