*,
*::before,
*::after{
    box-sizing: border-box;
}

body,html{
    overflow-x: hidden;
    scroll-behavior: smooth;

}
img{
    display: block;
}
h1, h2, h3, h4, h5, h6{
      font-family: "Montserrat", sans-serif;
      font-weight: 700;
      line-height: 1;
}
button{
    font-family: "Montserrat", sans-serif;
    border: none;
    cursor: pointer;
}   

.title{
    text-align: center;
    font-size: 45px;
    font-weight: 700;
    text-transform: uppercase;
    margin-bottom: 65px;
}
.shadow{
    box-shadow: 0 0 38px rgba(0, 123, 255, 0.2);
}
:root{
    --white: #fff;
    --color: #031B4E;
    --red: #B71E1E;
    --white-blue: #EEF4FA;
    --grey:#B9BCC1;
    --green: #09A059;
}
section{
    padding: 60px 0;
}
.white{
    color: var(--white);
}
body{
    font-family: "Montserrat", sans-serif;
    line-height: 1.3;
    color: var(--color);
    font-size: 22px;
}
a{
    text-decoration: none;
    color: inherit;
}
.container{
    max-width: 1500px;
    padding: 0 10px;
    margin: 0 auto;
    width: 100%;
}



.header{
    font-size: 16px;
    padding: 20px 0;
}


.header-inner{
    display: flex;
    justify-content: space-between;
    position: relative;
    align-items: center;
    gap: 10px;
}

.header__list{
    display: flex;
    align-items: center;
    gap: 30px;
    font-weight: 600;
}
.header-decor{
    display: flex;
    gap: 20px;
    text-align: right;
    align-items: center;
    justify-content: right;
    position: absolute;
    top: 188px;
    right: calc(50% - 370px);
    max-width: 380px;
    padding: 5px 10px;
    border-radius: 25px;
    box-shadow: 0 0 38px rgba(0, 123, 255, 0.2);
    background-color: var(--white);
    font-size: 16px;
    font-weight: 600;
    width: 100%;
    height: 95px;
    text-transform: uppercase;
}




/* START BLOCK 2 MAIN */
.main{
    background: url(../images/bg-main.png) 50% 50%;
}
.main-inner{
    display: flex;
    justify-content: space-between;
    gap: 50px;
    position: relative;
}
.main-left{
    max-width: 800px;
}
.main-title{
    font-size: 57px;
    margin-bottom: 30px;
    max-width: 700px;
    text-transform: uppercase;
}
.main-title>span{
    color: var(--red);
}
.main-undertitle{
    margin-bottom: 30px;
}
.main-benefits{
    display: flex;
    gap: 60px;
    flex-wrap: wrap;
    margin-bottom: 50px;
}
.main-benefits-item{
    max-width: 350px;
    font-weight: 600;
    font-size: 20px;
    display: flex;
    align-items: center;
    gap: 20px;
    width: 100%;
}
.main-benefits-item>div{
    width: 76px;
    height: 76px;
    display: flex;
    border-radius: 50%;
    justify-content: center;
    align-items: center;
    background-color:var(--white) ;
    flex-shrink: 0;
}
.main-links{
    display: flex;
    justify-content: space-between;
}
.main-btn{
    width: 250px;
    padding: 20px;
    background-color: var(--red);
    color: var(--white);
    text-transform: uppercase;
    text-align: center;
    border-radius: 45px;
    display: inline-block;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 25px;
    font-weight: 600;
    transition: 0.25s;
}
.main-btn:hover{
    transform: scale(1.05);
    color: var(--grey);
}

.main-ask{
    width: 400px;
    background-color: var(--color);
    color: var(--white);
    font-size: 15px;
    text-align: center;
    padding: 20px;
    border-radius: 45px;
    display: inline-block;
    display: flex;
    flex-direction: column;
    gap: 10px;
    position: relative;
    transition: 0.25s;
}
.main-ask:hover{
    transform: scale(1.05);
    color: var(--grey);
}
.main-ask>span{
    text-transform: uppercase;
    font-size: 20px;
    font-weight: 600;
}

.expert-ask{
    position: absolute;
    top: 0;
    left: -110px;
    border-radius: 25px;
    box-shadow: 0 0 38px rgba(0, 123, 255, 0.2);
}

.main-ask-decor{
    width: 20px;
    height: 20px;
    transform: rotate(45deg);
    background-color: var(--white);
    position: absolute;
    top: 40px;
    left: -27px;

}


.main-img{
    position: absolute;
    bottom: -20px;
    right: calc(50% - 800px);
    margin-top: auto;
    max-width: 650px;
}
.main-img-decor{
    display: flex;
    gap: 20px;
    text-align: right;
    align-items: center;
    justify-content: right;
    position: absolute;
    top: -110px;
    right: calc(50% - 260px);
    max-width: 330px;
    padding: 5px 10px;
    border-radius: 25px;
    box-shadow: 0 0 38px rgba(0, 123, 255, 0.2);
    background-color: var(--white);
    font-size: 16px;
    font-weight: 600;
    width: 100%;
    height: 95px;
    text-transform: uppercase;
}
/* END BLOCK MAIN */


/* START BLOCK 2 CONTROL */
.control h2>span{
    color: var(--red);
}

.control-inner{
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 40px;
    margin-bottom: 30px;
}

.control-left{
    flex-basis: calc(50% - 20px);
    

}
.control-img{
    border-radius: 20px;
    margin-bottom: 20px;
    
}

.control-left-content{
    background-color: var(--color);
    color: var(--white);
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
    font-weight: 700;
    padding: 20px 50px;
    height: 205px;
    border-radius: 20px;
}



.control-right{
    flex-basis: calc(50% - 20px);
    display: flex;
    flex-direction: column;
    gap: 50px;
}

.control h2{
    text-align: start;
    margin-bottom: 0;
}

.list{
    display: flex;
    flex-direction: column;
    gap: 30px;
}

.list-control{
    background-color: var(--white-blue);
    padding: 50px;
    border-radius: 25px;
}

.list-item{
    display: flex;
    gap: 15px;
    align-items: center;
}
.list-item::before{
    content: '';
    background: url(../images/down-arrow.svg);
    display: block;
    width: 24px;
    height: 24px;
    flex-shrink: 0;
}

.btn{
    max-width: 590px;
    height: 100px;
    background: #04A359;
    background: radial-gradient(circle,rgba(4, 163, 89, 1) 0%, rgba(8, 203, 107, 1) 100%);
    border-radius: 45px;
    font-size: 25px;
    font-weight: 700;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    text-transform: uppercase;
    color: var(--white);
    margin: 0 auto;
    padding: 15px;
    transition: 0.25s;
}
.btn:hover{
    transform: scale(1.05);
    color: #03351d;
}
.pulse{
  cursor: pointer;
  animation: pulse-btn 1.5s infinite;
}

@keyframes pulse-btn {
  0% {
    transform: scale(1);
    box-shadow: 0 0 0 0 rgba(38, 90, 45, 0.7);
  }

  70% {
    transform: scale(1.05);
    box-shadow: 0 0 0 15px rgba(255, 77, 77, 0);
  }

  100% {
    transform: scale(1);
    box-shadow: 0 0 0 0 rgba(255, 77, 77, 0);
  }
}

/* END BLOCK 2 CONTROL */




/* START BLOCK 3 OPINION */

.opinion{
    background-color: var(--white-blue);
}
.opinion-inner{
    display: flex;
    gap: 60px;
    align-items: center;
}

.opinion-border{
    padding-left: 30px;
    border-left: 10px solid var(--color);
    margin: 40px 0;
}
.note{
    color: var(--grey);
    margin-bottom: 30px;
}
.opinion-left-link{
    display: flex;
    gap: 40px;
    align-items: center;
}
.opinion-left-link>p{
    font-size: 18px;
    max-width: 340px;
    font-weight: 700;
}


.opinion-right{
    flex-shrink: 0;
    box-shadow: 0 0 38px rgba(0, 123, 255, 0.2);
    border-radius: 35px;
    border: 20px solid var(--white);
    background-color: var(--white);
}
.opinion-img{
    max-width: 550px;
    width: 100%;
    border-radius: 35px;
}

/* END BLOCK  3 OPINION */

/* START BLOCK 4 LEVELS */
.levels h2{
    margin-bottom: 200px;
}
.subtitle{
    color: var(--green);
    text-align: center;
    font-weight: 700;
    font-size: 25px;
    text-transform: uppercase;
    margin-bottom: 20px;
}

.levels-inner{
    display: flex;
    gap: 30px;
    justify-content: space-between;
    margin-bottom: 30px;
}
.levels-item{
    width: 30%;
    display: flex;
    flex-direction: column;
    gap: 35px;
    position: relative;

}
.levels-item::before{
    content: '';
    background: url(../images/levels.png);
    display: block;
    position: absolute;
    top: -75px;
    width: 571px;
    height: 164px;
    left: 221px;
    transform: rotate(10deg);
}
.levels-item:last-of-type:before{
    display: none;
}
.components{
    background-color: var(--white);
    text-align: center;
    box-shadow: 0 0 38px rgba(0, 123, 255, 0.2);
    padding: 20px 45px;
    border-radius: 15px;
    font-weight: 500;
    position: relative;
    z-index: 2;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100px;
    
}

.components-img{
    display: block;
    max-width: 120px;
    margin: -60px 0 -85px -50px;
}
.levels-item>p{
    text-align: center;
    font-weight: 700;
    text-transform: uppercase;
    max-width: 300px;
    margin: 0 auto;
}
.stage{
    width:160px ;
    height: 160px;
    text-transform: uppercase;
    color: var(--white);
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: var(--color);
    border-radius: 50%;
    font-weight: 700;
    margin: 0 auto;
}
.content{
    background-color: var(--color);
    color: var(--white);
    padding: 20px;
    text-align: center;
    border-radius: 20px;
    font-size: 18px;
}
.levels-link{
    background-color: var(--white);
    box-shadow: 0 0 38px rgba(0, 123, 255, 0.2);
    padding: 20px;
    display: flex;
    gap: 40px;
    border-radius: 20px;
    align-items: center;
}
/* END BLOCK  4 OPINION */

/* START BLOCK 5 REVIEWS */
.reviews{
    background: var(--color) url(../images/rev-bg1.png);
}

.reviews-inner{
    display: flex;
    gap: 30px;
    flex-wrap: wrap;
    justify-content: space-between;
}
.reviews-item{
    max-width: 400px;
    background-color: var(--white);
    border-radius: 25px;
    padding: 30px;
    width: 100%;
    display: flex;
    flex-direction: column;
    gap: 20px;
    font-size: 20px;
}

.reviews-name{
    display: flex;
    gap: 20px;
    align-items: center;
}
.reviews-name>img{
    border-radius: 50%;
}
.names>p:first-of-type{
    text-transform: uppercase;
    font-weight: 700;
}

/* END BLOCK  5 REVIEWS */

/* START BLOCK 6 SPECIAL */
.special{
    background-color: var(--white-blue);
    padding: 100px 0 60px;
}
.special .subtitle{
    text-align: start;
}
.special-inner{
    display: flex;
    justify-content: space-between;
    gap: 100px;
    align-items: center;
    position: relative;
}
.special-left{
    display: flex;
    flex-direction: column;
    gap: 30px;
}
.special-left h2{
    text-align: start;
    margin-bottom: 40px;
}
.spicial-prod{
    position: absolute;
    top: calc(50% - 55px);
    left: calc(50% - 240px);
    z-index: 0;
    max-width: 370px;
}
.special-left>p{
    max-width: 520px;
}
.last{
    padding: 20px;
    background-color: var(--color);
    color: var(--white);
    text-transform: uppercase;
    font-size: 18px;
    font-weight: 700;
    border-radius: 20px;
    display: flex;
    justify-content: center;
    align-items: center;
    max-width: 450px;
}


.order-form{
    max-width: 700px;
    flex-shrink: 0;
    width: 100%;
    background-color: var(--white);
    border-radius: 25px;
    z-index: 2;
}
.form-content{
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.timer{
    display: flex;
    gap: 30px;
    align-items: center;
    margin: 0 auto;

}
.time-block {
  text-align: center;
  display: flex;
  justify-content: center;
  flex-direction: column;
  align-items: center;
  background: var(--color);
  color: var(--white);
  padding: 15px 20px;
  width: 120px;
  border-radius: 20px;
  box-shadow: 0 0 15px rgba(0,0,0,0.1);
  position: relative;
}
.time-block:after{
    content: '';
    background: url(../images/dots.png) no-repeat;
    display: block;
    position: absolute;
    top: 40px;
    left: 130px;
    width: 39px;
    height: 34px;
}
.time-block:last-of-type:after{
    display: none;
}
.time-block span {
  font-size: 32px;
  font-weight: bold;
  display: block;
}

.time-block p {
  margin: 5px 0 0;
}
.price-block{
    background-color: var(--red);
    color: var(--white);
    padding: 20px;
    border-radius: 0 20px 0 20px;
}
.old-price{
    font-size: 34px;
    text-decoration: line-through;
}
.new-price{
    font-size: 52px;
    font-weight: 700;
}
.input-form{
    width: 100%;
    border-radius: 25px;
    border: none;
    height: 92px;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: var(--white-blue);
    text-align: center;
    color: var(--color);
    font-size: 22px;

}

.form{
    padding: 30px;
    display: flex;
    flex-direction: column;
    gap: 25px;
}
.input-form::placeholder{
    font-size: 22px;
    color: var(--color);
}

.glc-phone-field {
    width: 100%;
    text-align: left;
}

.glc-phone-label {
    display: block;
    margin: 0 0 10px 24px;
    font-size: 16px;
    font-weight: 600;
    color: var(--color);
}

.input-form.glc-phone-input {
    display: block;
    justify-content: flex-start;
    text-align: left;
    padding-left: 24px;
    padding-right: 24px;
    letter-spacing: 0.02em;
    font-variant-numeric: tabular-nums;
    line-height: 92px;
}

.glc-phone-hint {
    min-height: 18px;
    margin: 8px 0 0 24px;
    font-size: 14px;
    line-height: 1.35;
    color: var(--grey);
}

.glc-phone-hint--ok {
    color: #09A059;
}

.glc-phone-hint--warn {
    color: #b26a00;
}

/* END BLOCK  6 SPECIAL */

/* START BLOCK 7 DAYS */
.days-inner{
    display: flex;
    align-items: center;
    gap: 40px;
    justify-content: space-between;

}
.days-left{
    display: flex;
    flex-direction: column;
    gap: 130px;
}
.day-box{
    width: 130px;
    height: 130px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
    font-size: 40px;
    background-color: var(--color);
    color: var(--white);
    text-transform: uppercase;
    font-weight: 700;
}

.days-content>p{
    margin-bottom: 10px;
}
.days-item{
    display: flex;
    align-items: center;
    gap: 60px;
    position: relative;
    z-index: 11;
}

.days-item:first-of-type:after{
    content: '';
    background: url(../images/levels.png);
    display: block;
    position: absolute;
    top: 110px;
    width: 293px;
    height: 164px;
    left: -84px;
    transform: rotate(132deg);
    z-index: -1;
}
.days-item:nth-child(2)::before{
    content: '';
    background: url(../images/levels.png);
    display: block;
    position: absolute;
    top: 162px;
    width: 293px;
    height: 164px;
    left: -84px;
    transform: rotate(271deg);
    z-index: -1;
}

.days-right{
    border-radius: 25px;
    max-width: 650px;
    width: 100%;
    display: flex;
    flex-direction: column;
    gap: 20px;
}
.days-right .content{
    padding: 30px;
    font-weight: 700;
}
.days-img{
    border-radius: 25px;
    
}
.days-img-box{
    display: flex;
    gap: 40px;
    align-items: center;
}
.days-img-box>img{
    border-radius: 25px;
}


/* END BLOCK  7 SPECIAL */

/* START BLOCK 8 HELPS */
.helps{
    background-color: var(--color);
}

.helps h2{
    margin-bottom: 100px;
}
.helps-inner{
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 60px;
    flex-wrap: wrap;
}

.helps-item{
    max-width: 620px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 15px;
    border-radius: 25px;
    background-color: var(--white);
    width: 100%;
    padding: 30px;
    height: 180px;
    text-align: center;
}

.helps-item>p{
    text-transform: uppercase;
    font-weight: 700;
}

/* END BLOCK  8 SPECIAL */

/* START BLOCK 9 order-block */
.order-inner{
    display: flex;
    align-items: center;
    gap: 50px;
}
.order-left{
    display: flex;
    flex-direction: column;
    gap: 40px;
    justify-content: center;
    align-items: center;
}
.order-product{
    max-width: 550px;
}

.order-decor{
    display: flex;
    gap: 10px;
    text-align: right;
    align-items: center;
    justify-content: right;
    top: 188px;
    right: calc(50% - 370px);
    max-width: 380px;
    padding: 5px 10px;
    border-radius: 25px;
    box-shadow: 0 0 38px rgba(0, 123, 255, 0.2);
    background-color: var(--white);
    font-size: 16px;
    font-weight: 600;
    width: 100%;
    height: 95px;
    text-transform: uppercase;
}
.order-img-decor{
    display: flex;
    gap: 20px;
    text-align: right;
    align-items: center;
    justify-content: right;
    top: -110px;
    right: calc(50% - 260px);
    max-width: 380px;
    padding: 5px 10px;
    border-radius: 25px;
    box-shadow: 0 0 38px rgba(0, 123, 255, 0.2);
    background-color: var(--white);
    font-size: 16px;
    font-weight: 600;
    width: 100%;
    height: 95px;
    text-transform: uppercase;
}
.decor-block{
    display: flex;
    gap: 20px;
}

/* END ORDER-BLOCK */


/* START FOOTER */

.footer{
    background-color: var(--color);
    color: var(--white);
    padding: 40px 0;
}

.footer-links{
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 40px;
}

.links>span{
    font-size: 18px;
    text-decoration: underline;
}
.footer .note{
    font-size: 18px;
}

/* END BLOCK FOOTER */

.popup {
  position: fixed;
  inset: 0;
  background: rgba(0,0,0,0.6);
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 99;
}

.hidden {
  display: none;
}

.chat {
  max-width: 900px;
  width: 100%;
  max-height: 800px;
  height: 100%;
  background: #fff;
  border-radius: 12px;
  display: flex;
  flex-direction: column;
  overflow: hidden;
}

.chat-box {
  flex: 1;
  padding: 10px 10px 50px 10px;
  overflow-y: auto;
  height: 100%;
  scroll-behavior: smooth;
}

.msg {
  margin: 12px 0;
  padding: 10px 10px;
  border-radius: 10px;
  max-width: 80%;
  display: block;
  word-wrap: break-word;
  overflow-wrap: break-word;
  white-space: pre-wrap;
  font-size: 18px;
}

.doc {
  background: #e8f0ff;
  align-self: flex-start;
}

.user {
  background: #dfffe0;
  align-self: flex-end;
  margin-left: auto;
}

.answers {
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
  padding: 10px;
  border-top: 1px solid #ddd;
}

.answers button {
  flex: 1;
  padding: 6px;
  cursor: pointer;
}

.orderForm{
  display: flex;
  flex-direction: column;
  gap: 8px;
  padding: 10px;
}


.top-bar {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 8px 10px;
  border-bottom: 1px solid #ddd;
  background: #f7f7f7;
}

.doctor {
  display: flex;
  align-items: center;
  gap: 8px;
}

.doctor img {
  width: 50px;
  height: 50px;
  object-fit: cover;
}

.doctor span {
  font-size: 14px;
  font-weight: 600;
}

.icons{
    display: flex;
    align-items: center;
}

.online>span{
    display: flex;
    align-items: center;
    gap: 5px;
}
.doctor>img{
    position: relative;
}
.online>span:last-of-type:before{
    content: "";
    display: block;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background-color: #04A359;
}

.close {
  margin-left: 10px;
  cursor: pointer;
  font-weight: bold;
  font-size: 16px;
  color: #444;
}

.close:hover {
  color: red;
}

.free{
    border: 1px solid var(--green);
    color: var(--green);
    padding: 5px;
    text-transform: uppercase;
    font-size: 12px;
    text-align: center;
}
#answers>button{
    border-radius: 15px;
    background-color: #2C93E7;
    color: #fff;
    font-weight: 700;
    height: 60px;
    text-align: center;
    font-family: "Montserrat", sans-serif;
}


.cta-box {
  padding: 10px;
  border-top: 1px solid #ddd;
}

.cta-box .btn {
  
}

#finishQuiz{
    max-width: 420px;
    height: 70px;
    font-size: 18px;
    
}

.msg.doc p {
  margin: 6px 0;
  line-height: 1.4;
}

.msg img {
  display: block;
}

















@media(max-width: 1499px){
    .container{
        max-width: 1200px;
    }
    .main-img{
        max-width: 500px;
        right: calc(50% - 700px);
    }
    .main-img-decor{
        right: calc(50% - 210px);
    }
    .header-decor{
        top: 200px;
        right: calc(50% - 550px);
    }
    .control-right{
        gap: 25px;
    }
    .control h2{
        font-size: 34px;
    }
    .list-control{
        padding: 15px;
        gap: 15px;
    }
    .levels-inner{
        gap: 40px;
    }
    .levels-item::before{
        top: -80px;
        width: 436px;
    }
    .components-img{
        max-width: 100px;
        margin: -54px 0 -70px -22px;
    }
    .levels-link>p{
        max-width: 670px;
        font-size: 20px;
    }
    .reviews-item{
        max-width: 325px;
    }
    .reviews-inner{
        justify-content: center;
    }
    .time-block{
        font-size: 16px;
        width: 90px;
    }
    .time-block span{
        font-size: 22px;
    }
    .new-price{
        font-size: 36px;
    }
    .old-price{
        font-size: 24px;
    }
    .order-form{
        max-width: 520px;
    }
    .special-left h2{
        margin-bottom: 0;
    }
    .special-inner{
        gap: 30px;
    }
    .special-left{
        gap: 20px;
    }
    .time-block::after{
        top: 33px;
        left: 102px;
    }
    .days-right{
        max-width: 550px;

    }
    .days-img-box > img{
        max-width: 250px;
        max-height: 253px;
    }
    .day-box{
        width: 110px;
        height: 110px;
        flex-shrink: 0;
    }
    .days-item:first-of-type::after{
        transform: rotate(122deg);
    }
    .days-item:nth-child(2)::before{
        top: 168px;
        width: 286px;
        left: -114px;
        transform: rotate(281deg);
    }
    .spicial-prod{
        top: calc(50% - -29px);
        left: calc(50% - 95px);
        max-width: 270px;
    }
    .helps-item{
        max-width: 480px;
    }
    .order-inner{
        gap: 15px;
    }
    .order-decor,
    .order-img-decor{
        font-size: 14px;
    }
    .order-decor>img,
    .order-img-decor>img{
        width: 60px;
    }

}
@media(max-width: 1330px){
    .main-img{
        max-width: 430px;
        right: calc(50% - 625px);
    }
    .main-img-decor{
        right: calc(50% - 180px);
    }
    .header-decor{
        top: 260px;
        right: calc(50% - 535px);
    }

}

@media(max-width: 1199px){
    .container{
        max-width: 1024px;
    }
    .header-decor{
        display: none;
    }
    .main-benefits{
        flex-direction: column;
        gap: 35px;
    }
    .main-img{
        max-width: 415px;
        right: calc(50% - 430px);
        bottom: 115px;
    }
    .main-left{
        max-width: 100%;
    }
    .main-title{
        text-align: center;
        max-width: 100%;
    }
    .main-undertitle{
        text-align: center;
    }
    .header__list-item:last-of-type{
        display: none;
    }
    .header__list-item:nth-child(3){
        display: none;
    }
    .main-img-decor{
        top: -90px;
    }
    .opinion-inner{
        flex-direction: column;
        
    }
    .opinion-right{
        order: 1;
    }
    .opinion-left{
        order: 2;
    }
    .opinion-left-link{
        flex-direction: column;
        align-items: center;
        gap: 20px;
    }
    .opinion-left-link > p{
        max-width: 100%;
    }
    .levels-item::before{
        top: -85px;
        width: 315px;
        left: 153px;
        transform: rotate(19deg);
    }
    .levels h2{
        margin-bottom: 135px;
    }
    .days-inner{
        flex-direction: column;
        justify-content: center;
        align-items: center;
    }
    .days-item:first-of-type::after{
        transform: rotate(174deg);
        top: 69px;
        width: 79px;
        height: 142px;
        left: 31px;
    }
    .days-item:nth-child(2)::before{
        top: 107px;
        width: 138px;
        left: -36px;
        transform: rotate(303deg);
    }
    .days-left{
        gap: 40px;
    }
    .special-inner{
        align-items: end;
    }
    .spicial-prod{
        top: calc(50% - 410px);
        left: calc(50% - -132px);
        max-width: 200px;
    }
    .subtitle{
        margin-bottom: 0;
    }
    .helps-inner{
        gap: 25px;
    }
    .order-product{
        max-width: 450px;
        width: 100%;
    }
    .decor-block{
        flex-direction: column;
    }
}

@media(max-width: 1023px){
    .container{
        max-width: 768px;
    }
    .main-img{
        max-width: 423px;
        right: calc(50% - 393px);
        bottom: 115px;
    }
    .expert-ask{
        display: none;
    }
    .main-ask-decor{
        display: none;
    }
    .control-inner{
        flex-direction: column;
    }
    .control-img{
        max-width: 500px;
        margin: 0 auto 20px;
        width: 100%;
    }
    .control-left-content{
        height: 120px;
    }
    .title{
        text-align: center;
        font-size: 38px;
    }
    .levels-inner{
        flex-direction: column;
        justify-content: center;
        align-items: center;
        
    }
    .levels-item::before{
        display: none;
    }
    .levels h2{
        margin-bottom: 50px;
    }
    .stage{
        width: 120px;
        height: 120px;
    }
    .levels-item{
        width: 100%;
    }
    .levels-link{
        flex-direction: column;
        text-align: center;
        gap: 20px;
    }
    .special-inner{
        flex-direction: column;
    }
    .special-left h2{
        text-align: center;
    }
    .special .subtitle{
        text-align: center;
    }
    .special-left{
        text-align: center;
    }
    .special-left > p{
        max-width: 100%;
        
    }
    .last{
        margin: 0 auto;
    }
    .spicial-prod{
        position: static;
        max-width: 300px;
        margin: 0 auto;
    }
    .order-form{
        margin: 0 auto;
    }
    .helps-item{
        max-width: 350px;
        padding: 15px;
    }
    .order-inner{
        flex-direction: column;
        gap: 40px;
    }
    .decor-block{
        flex-direction: row;
    }
    .main-title{
        font-size: 50px;
    }

}

@media(max-width: 767px){
    .main-title{
        font-size: 40px;
    }
    .main-img{
        position: relative;
        bottom: auto;
        right: auto;
        margin: 0 auto;
    }
    .main-benefits-item{
        max-width: 300px;
    }
    .main-benefits{
        flex-direction: row;
        justify-content: center;
    }
    .main-img-decor{
        top: calc(50% - 205px);
        height: 75px;
        right: calc(50% - 270px);
    }
    .main-img-decor>img{
        width: 70px;
    }
    .header__list-item:first-child{
        display: none;
    }
    .days-item:first-of-type::after{
        width: 2px;
        border: 2px dashed var(--color) ;
        background: none;
        transform: none;
        top: 115px;
        left: 53px;
    }
    .days-item:nth-child(2)::before{
        width: 2px;
        border: 2px dashed var(--color) ;
        background: none;
        transform: none;
        top: 115px;
        left: 53px;
    }
    .helps-item{
        max-width: 650px;
    }

    
}
@media(max-width: 700px){
    .main-links{
        flex-direction: column;
        gap: 20px;
        justify-content: center;
        align-items: center;
    }
    .reviews-item{
        max-width: 100%;
    }

}

@media(max-width: 655px){
    .main-benefits-item:last-of-type{
        display: none;
    }
    .main-benefits-item:nth-child(3){
        display: none;
    }
    .main-benefits-item{
        max-width: 100%;
    }
    .main-benefits{
        justify-content: start;
        gap: 20px;
    }
    .list{
        gap: 10px;
    }
    .days-item{
        gap: 20px;
    }
    .decor-block{
        flex-direction: column;
    }
}


@media(max-width: 560px){
    .main-img-decor{
        right: calc(50% - 170px);
        transform: scale(0.8);
    }
    .form-content{
        flex-direction:column ;
        gap: 20px;
    }
    .timer{
        padding: 30px 0 0 0;
    }
    .price-block{
        border-radius: 0 35px 0 35px;
    }
    .days-img-box{
        justify-content: center;
        gap: 15px;
    }
    .days-img-box > img{
        max-width: 200px;
        width: 100%;
    }
}


@media(max-width: 480px){
    section{
        padding: 40px 0;
    }
    body{
        font-size: 18px;
    }
    .header-inner>img{
        max-width: 120px;
    }
    .header-decor{
        position: static;
        display: flex;
        font-size: 11px;
        max-width: 260px;
        height: 67px;
        gap: 10px;
    }
    .header-decor>img{
        width: 50px;
    }
    .header__list{
        display: none;
    }
    .main-benefits-item>div{
        width: 60px;
        height: 60px;
    }
    .main-benefits-item>div>img{
        width: 32px;
    }
    .main-title{
        font-size: 34px;
    }
    .main-ask{
        width: 360px;
        padding: 10px;
    }
    .title{
        font-size: 30px;
    }
    .list-control{
        padding: 30px;
    }
    .opinion-left-link > p{
        text-align: center;
    }
    .opinion-inner{
        gap: 30px;
    }
    .opinion-border{
        margin: 25px 0;
    }
    .levels-link{
        padding: 10px;
    }
    .components{
        height: 75px;
        padding: 10px;
    }
    .reviews-item{
        padding: 20px;
    }
    .btn{
        font-size: 18px;
        height: 85px;
    }
    .input-form{
        height: 70px;
    }
    .input-form.glc-phone-input {
        line-height: 70px;
    }
    .form{
        padding: 20px;
        gap: 20px;
    }
    .special{
        padding: 40px 0;
    }
    .control h2{
        font-size: 30px;
        text-align: center;
    }
    .subtitle{
        margin-bottom: 10px;
        font-size: 20px;
    }
    .helps h2{
        margin-bottom: 40px;
    }
    .footer-links{
        flex-direction: column;
        gap: 20px;
    }
    .footer{
        text-align: center;
    }
    .footer .note{
        font-size: 13px;
    }
    .reviews-name>img{
        max-width: 60px;
    }
    .day-box{
        width: 80px;
        height: 80px;
        font-size: 35px;
    }
    .days-item:first-of-type::after{
        top: 70px;
        left: 39px;
    }
    .days-item:nth-child(2)::before{
        top: 92px;
        left: 39px;
        height: 190px;
    }
    

}

@media(max-width: 440px){
    .main-img-decor{
        position: static;
    }
    .main-benefits{
        margin-bottom: 20px;
        
    }
}
