

/* Start:/local/templates/reline-pro/css/all.css?175430787627667*/

.popup-item {
  position: fixed;
  top: 0;
  left: 0;
  width: 80%;
  max-width: 300px;
  height: 100%;
  background: var(--white);
  z-index: 1000;
  transform: translateX(-100%);
  transition: transform 0.3s ease;
  padding: 100px 20px 20px;
  box-sizing: border-box;
  overflow-y: auto;
}

.popup-item.active {
  transform: translateX(0);
}

.popup-nav {
    list-style: none;
    padding: 0;
    margin: 0;
}

.popup-list {
    margin-bottom: 20px;
}

.popup-link {
    color: var(--black);
    text-decoration: none;
    font-size: 1.5rem;
    font-weight: 500;
    display: block;
    padding: 10px 0;
    transition: color 0.3s ease;
}

.popup-link:hover {
    color: var(--blue);
}



html, body {
  font-family: Montserrat, sans-serif;


}

.checkbox-label-c {
    display: flex;
    gap: 12px;
    cursor: pointer;
    font-size: 16px;
    line-height: 1.3;
    color: var(--purple);
}





:root {
  --black: #000000;          
  --white: #ffffff;         
  --blue: rgba(79, 112, 193, 1);   
  --orange: rgba(254, 118, 52, 1);   
  --red: rgba(225, 3, 52, 1);        
  --teal: rgba(0, 151, 167, 1);      
  --purple: rgba(203, 114, 180, 1);  
}

.wrapper {
  min-height: 100%;
  width: 100%;
}

.container {
  max-width: 1260px;
  padding: 0 15px;
  margin: 0 auto;
  height: 100%;
}

.burger.active .burger__line:nth-child(1) {
    transform: translateY(12px) rotate(45deg);
}

  
  .burger.active .burger__line:nth-child(2) {
    opacity: 0;
  }
  
  .burger.active .burger__line:nth-child(3) {
    transform: translateY(-8px) rotate(-45deg);
  }

.header__top.active {
  padding-left: 2vw;
  transition: padding-left 0.3s ease; 
}

.header-body {
display: block;
justify-content: center;
align-items: center;
}

.head-subtitle{
  font-weight: 400;
font-size: 1rem;
line-height: 150%;
text-align: center;
color: var(--black);
}

.head-title {
  margin-top: 133px;
  margin-bottom: 40px;
  font-weight: 700;
  font-size: 4rem;
  line-height: 120%;
  color: var(--black);
}

.sub-head-title{
 font-weight: 400;
            line-height: 150%;
            color: var(--black);
            max-width: 620px;
            margin: 0 auto;
}


.sub-header-wrap{
   text-align: center;
            max-width: 1000px;
            width: 100%;
            margin: auto;
            padding: 0 20px;
}




.form-title {
    line-height: 1.3;
  width: 541px;
  text-align: center;
  margin-bottom: 30px;
  margin-right: 2.5rem;
  font-size: 1.5rem;
  color: var(--white);
  font-weight: 700;
}

.center{
  display: flex;
  justify-content: center;
  align-items: center;
}

.header-body-wrap {
  display: flex;
  justify-content: center;
align-items: center;
}


.header__top {
   padding-left: 10vw;
    display: flex;
       padding-right: 10vw;
    height: 80px;
    background: var(--black);
    
}


.header__top-inner {
  width: 100%;
    display: flex;
}
.header__logo {
    justify-content: center;
   width: 148px;
   height: 55px;
  display: flex;
    padding-top: 23px;
   
}
.logo{
  width: 100%;
  height: 100%;
}

.header__nav {
    
  display: flex;
}

#white{
  color: var(--white);
}
.header__nav-list {
  margin-right: 3rem;
    padding: 30px 0;
    display: flex;
 margin-left: auto;
}

.child{
    margin-right: 3vw;
}

.header__nav-link {
    font-size: 18px;
    margin-right: 2.5rem;
     font-weight: 400 ;
    color: #ffffff56;
    transition: .4s;
}

.header__nav-link:hover {
    color: var(--white);
}

.footer-nav-link {
    font-size: 18px;
    margin-right: 2.5rem;
     font-weight: 400 ;
    color: #ffffff56;
    transition: .4s;
}

.footer-nav-link:hover {
    color: var(--white);
}



.header__btn-box {
    margin-left: auto;
    justify-content: center;
    align-items: center;
    margin-top: 18px;
    border-radius: 8px;
    cursor: pointer;
    display: flex;
    width: 200px;
    height: 44px;
    background: #ffffff;
    padding: 12px  ;
}
.header__top-btn {
    font-weight: 400 ;
}
.header__box-img {
    margin-left: 10px;
}



.burger {
  margin-top: 23px;
  background: transparent;
  display: none; 
  flex-direction: column;
  justify-content: space-between;
  width: 32px;
  height: 24px;
  border: none;
  cursor: pointer;
  padding: 0;
  position: relative;
  z-index: 1002;
}

.burger__line {
  display: block;
  width: 100%;
  height: 4px;
  transition: all 0.3s ease;
}

.none{
  display: none;
}













.popup-menu {
    display: none;
}

.popup-menu.active {
    display: block;
    opacity: 0;
    transform: translateY(-10px);
    transition: opacity 0.3s ease, transform 0.3s ease;
}

.popup-menu.active {
    opacity: 1;
    transform: translateY(0);
}







#popupMenu.active {
    display: block;
}

.overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 5;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.3s ease, visibility 0.3s ease;
   z-index: 999;
}

.overlay.active {
  opacity: 1;
  visibility: visible;
}

.popup-nav {
  list-style: none;
  padding: 0;
  margin: 0;
}

.popup-list {
  margin-bottom: 20px;
}




.popup-link {
  font-size: 18px;
  text-decoration: none;
  color: var(--black);
  transition: color 0.3s;
  display: block;
  padding: 10px 0;
}
.popup-link {
      font-size: 18px;
     font-weight: 400 ;
}

.footer-line {
  margin-top: 40px;
  margin-bottom: 40px;
  width: 100%;
  height: 1px;
  border-top: 1px;
}



.footer-button {
  margin-right: 40px;
  font-size: .9rem;
  font-weight: bold;
  color: var(--white);
  width: 9rem;
  height: 44px;
  border-radius: 8px;
  transition: .5s;

}

.footer-button:hover {

transform: scale(1.05);
}
.footer-button:active {
transform: scale(1.05);
}


.footer-nav{
  display: flex;
}
.footer-nav-list{
  display: flex;
  margin-right: auto;
}
.footer-nav-link{
  color: #ffffff56;;
  font-size: 18px;
    margin-right: 2.5rem;
    font-weight: 400;
    transition: .4s;
}

.telegramm {
  width: 24px;
  height: 24px;
  margin-right: 20px;
}
.vk {
  width: 24px;
  height: 24px;
}



body.no-scroll {
  overflow: hidden;
}
.form-wrap {
  display: flex;
}

footer{
  height: 378px;
}

.footer-head {
  padding-top: 70px;
  background: var(--black);
}

.footer-wrap{
  gap: 20px;
    display: flex;
    flex-direction: column;
    align-content: space-around;
    flex-wrap: wrap;
    align-items: flex-end;

  
}

.form-img {
  width: 24px;
  height: 24px;
}





.modal {
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%) scale(0.95);
    padding: 40px;
    border-radius: 16px;
    box-shadow: 0 8px 16px rgba(0, 0, 0, 0.2);
    z-index: 1000;
    width: 1200px;
    max-width: 90vw;
    
    visibility: hidden;
    opacity: 0;
    transition: opacity 0.4s ease, visibility 0.4s, transform 0.4s ease;
}

.modal.active {
    visibility: visible;
    opacity: 1;
}


.modal-header-title {
    margin-bottom: 60px;
    font-weight: 700;
    font-size: 4rem;
    line-height: 120%;
    color: var(--black);
    text-align: center;
}


.close-button {
    right: 15px;
    top: 15px;
    position: absolute;
    width: 40px;
    height: 40px;
    background: none;
    border: none;
    cursor: pointer;
    z-index: 10;
}

.close-button::before,
.close-button::after {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    width: 24px;
    height: 2px;
    border-radius: 1px;
    transform-origin: center;
    
}

.close-button::before {
    transform: translate(-50%, -50%) rotate(45deg);
}

.close-button::after {
    transform: translate(-50%, -50%) rotate(-45deg);
}


.contact-form {
    align-items: center;
    display: flex;
    flex-direction: column;
}


.contact-input {
    border-radius: 8px;
    margin-bottom: 40px;
    padding: 14px;
    font-size: 2rem;
    width: 581px;
    height: 77px;
}




.contact-form button {
    margin-bottom: 37px;
    font-weight: 700;
    font-size: 2rem;
    line-height: 75%;
    display: flex;
    justify-content: center;
    align-items: center;
    border: none;
    border-radius: 8px;
    cursor: pointer;
    transition: background-color 0.3s ease;
    width: 426px;
    height: 60px;
}




.checkbox-container {
    margin-top: 16px;
    display: flex;
    align-items: flex-start;
    width: 550px;
}
.checkbox-container-с {
    margin-top: 16px;
    display: flex;
    align-items: flex-start;
    width: 550px;
}

.checkbox-label {
    display: flex;
    gap: 12px;
    cursor: pointer;
    font-size: 16px;
    line-height: 1.3;
}

.checkbox-label input[type="checkbox"] {
    position: relative;
    accent-color: transparent;
    appearance: none;
    width: 26px;
    height: 26px;
    border-radius: 5px;
    background-color: transparent;
    cursor: pointer;
    flex-shrink: 0;
    margin-top: 4px;
}

.checkbox-label input[type="checkbox"]:checked::after {
    content: '✔';
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-size: 18px;
    font-weight: bold;
}
.overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 1000; 
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.3s ease, visibility 0.3s ease;
}

.overlay.active {
    visibility: visible;
    opacity: 0.5;
}

.modal:not(.active),
.overlay:not(.active) {
    pointer-events: none;
}









.contact-form-b{
  font-size: 2rem;
    line-height: 75%;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: transparent;
    color: var(--purple);
    border: none;
    border-radius: 8px;
    cursor: pointer;
    transition: background-color 0.5s ease;
    width: 426px;
    height: 60px;
    border: 3px solid var(--purple);
     font-weight: 700;

}
.contact-form-b:hover{
    background-color: var(--black);
    color: var(--white);
      border: none;
}
.contact-form-b:active{
  border: none;
    background-color: var(--black);
    color: var(--white);
}


.contact-form-black{
margin-bottom: 37px;
    font-weight: 700;
    font-size: 2rem;
    line-height: 75%;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: var(--black);
    color: var(--white);
    border: none;
    border-radius: 8px;
    cursor: pointer;
    transition: background-color 0.5s ease;
    width: 426px;
    height: 60px;
}

.contact-form-black:hover{
      background-color: transparent;
    color: var(--purple);
      border: 3px solid var(--purple);

}





.modal-header-с {
    margin-bottom: 24px;
}

.modal-header-title-с {
  text-align: center;
    margin-bottom: 60px;
    font-weight: 700;
    font-size: 4rem;
    line-height: 120%;
    color: #000;
}

.close-button-с {
    right: 15px;
    top: 15px;
    position: absolute;
    width: 40px;
    height: 40px;
    background: none;
    border: none;
    cursor: pointer;
    z-index: 10;
}

.close-button-с::before,
.close-button-с::after {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    width: 24px;
    height: 2px;
    background: rgb(0, 0, 0);
    border-radius: 1px;
    transform-origin: center;
}

.close-button-с::before {
    transform: translate(-50%, -50%) rotate(45deg);
}

.close-button-с::after {
    transform: translate(-50%, -50%) rotate(-45deg);
}

.contact-form-с {
    align-items: center;
    display: flex;
    flex-direction: column;
}
.input-title{
  margin-bottom: 70px;
  font-weight: 400;
font-size: 1rem;
line-height: 130%;
color: var(--purple);
  text-align: center;
  width: 550px;
}
.contact-input-с {
    border: 3px solid var(--purple);
    border-radius: 8px;
    margin-bottom: 40px;
    padding: 14px;
    color: #999ead;
    font-size: 2rem;
    width: 581px;
   height: 100%;
}


.contact-form-с input::placeholder {
    color: #999ead;
}


.checkbox-container-c {
    margin-top: 10px;
    display: flex;
    align-items: center;
}
.checkbox-container-c label {
    font-size: 12px;
    line-height: 1.5;
}
.checkbox-container-c input[type="checkbox"] {
    margin-right: 5px;
}


#contact-form-top{
  margin-top: 50px;
}

.checkbox-label {
    color: #fff;
}

.checkbox-label input[type="checkbox"] {
    border: 1.5px solid #fff;
}

.checkbox-label input[type="checkbox"]:checked::after {
    color: #fff;
}
.checkbox-label-c {
    color: var(--purple);
}

.checkbox-label-c input[type="checkbox"] {
    border: 1.5px solid var(--purple);
}

.checkbox-label-c input[type="checkbox"]:checked::after {
    color: var(--purple);
}














@media (max-width: 1300px) {
    .header__nav-list{
    margin-right: 0;
  }



.burger{
  display: flex;
}
.header__nav-list{
  display: none;
}
.header__logo{
margin-left: 30vw;
}
.header__logo{
margin-left: 30vw;
}
}



@media (max-width: 1050px) {
    .header__logo {
        margin-left: 23vw;
    }
    .useful-head{
      
      font-size: 2.5rem;
          height: 165px;
    }
    .production-wrap-title{
      padding-left: 4.8rem;
    }
    .advantage-item{
          margin-right: 7rem;
    }
    .advantage-title{
      font-size: 1.47rem;
    }
    .production-subtitle{
          width: 35rem;
    }
    .icon-input{
        width: 21.2rem;
    }
}

@media (max-width: 900px) {
.modal-header-title{
  font-size: 3rem;
}

.contact-input{
    font-size: 1.5rem;
  width: 400px;
}

.contact-form button {
    width: 400px;
}
.checkbox-label{
  font-size: 14px;
}

  .footer-button{
    margin-right: 0;
  }
  .form-title{
    margin-right: 0;
  }
  .social{
    margin-top: 45px;
  }
  .footer-line{
    display: none;
  }
  .footer-nav-list{
    display: none;
  }
.form-wrap{
display: block;
}
  .footer-nav-link{
    font-size: 1rem;
  }
    .header__logo {
        margin-left: 21vw;
    }
.form-title{
  margin-bottom: 30px;
}
.footer-nav{
  align-items: center;
  justify-content: center;
}
.telegramm {
    width: 32px;
    height: 32px;
    margin-right: 20px;
}
.vk {
    width: 37px;
    height: 34px;
}
.footer-button-block{
  margin-right: auto;
  display: block;
}
.footer-button-none{
  display: none;
}
.footer-wrap{
 align-items: flex-start;
}
   
}





@media (max-width: 800px) {
.head-title{
  font-size: 3rem;
}
}



@media (max-width: 730px) {

    .header__logo {
        margin-left: 16vw;
    }
}





@media (max-width: 655px) {

    .checkbox-label-c {
        font-size: 12px;
        width: 250px;
    }



.acc{
  width: 500px;
}



  .production-title, .useful-title, .about-headtitle, .blog-headtitle{
      font-size: 2.5rem;
  }
    .production-head{
    font-size: 2rem;
  }
  
.accordion-head-title{
      font-size: 25px;
}
}


@media (max-width: 600px) {
.acc{
  width: 400px;
}

.useful-head{
  font-size: 1.5rem;
  height: 48px;
}

.Order-title,.acc-head,.Order-title-geo ,.modal-header-title-с{
  font-size: 1.5rem;
}
}






@media (max-width: 655px) {
  .header__box-img{
margin-left: 0;
}

    .head-title{
  font-size: 2.5rem;
}

  .header__btn-box{
    width: 6.875rem;
  }

  .header__top-btn{
    display: none;
  
}


.modal-header-title{
  font-size: 2rem;
}

.contact-input{
  font-size: 1.25rem;
width: 250px;
}
.modal-header-title{
  margin-bottom: 45px;
}
.checkbox-container{
      width: 230px;
}
.checkbox-container-c{
      width: 230px;
}

.contact-form button {
width: 250px;
}
.checkbox-label{
  font-size: 12px;
}




}
@media (max-width: 540px) {
  
  .head-title{
  font-size: 2.2rem;
}

  .header__btn-box{
    width: 5rem;
  }


}



@media (max-width: 450px) {
    .head-title{
  font-size: 2rem;
}




.burger.active {

  margin-left: 2vw; 
}

  .header__btn-box{
    width: 78px;
  }
.header__logo {
      margin-left: 12vw;
}

}

@media (max-width: 400px) {
.head-title{
  font-size: 1.6rem;
}

.header__logo {
                margin-left: 8vw;
    }
}
@media (max-width: 380px) {
.head-button-title {
font-size: .8rem;
}
.icon-input {
   width: 18.2rem;
    }
.footer-head{
      padding-top: 45px;
}
.button-link {
    margin-right: 1rem;
  }

}
@media (max-width: 365px) {

  .header__logo {
                margin-left: 5vw;
    }

      .button-link {
        margin-right: .5rem;
    }
.button-link{
     width: 11.25rem;
}
   
 

}



















.modal-с:not(.active) {
    pointer-events: none;
}




.contact-form-b{
  font-size: 2rem;
    line-height: 75%;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: transparent;
    color: var(--purple);
    border: none;
    border-radius: 8px;
    cursor: pointer;
    transition: background-color 0.5s ease;
    width: 426px;
    height: 60px;
    border: 3px solid var(--purple);
     font-weight: 700;

}
.contact-form-b:hover{
    background-color: var(--black);
    color: var(--white);
      border: none;
}
.contact-form-b:active{
  border: none;
    background-color: var(--black);
    color: var(--white);
}












.contact-form-black{
margin-bottom: 37px;
    font-weight: 700;
    font-size: 2rem;
    line-height: 75%;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: var(--black);
    color: var(--white);
    border: none;
    border-radius: 8px;
    cursor: pointer;
    transition: background-color 0.5s ease;
    width: 426px;
    height: 60px;
}

.contact-form-black:hover{
      background-color: transparent;
    color: var(--purple);
      border: 3px solid var(--purple);

}
.contact-form-black:active{
     background-color: transparent;
    color: var(--purple);
      border: 3px solid var(--purple);
}








 .modal-с {
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%) scale(0.95);
    z-index: 1001;
    visibility: hidden;
    opacity: 0;
    transition: opacity 0.4s ease, visibility 0.4s, transform 0.4s ease;
    background-color: var(--white);
    border-radius: 24px;
    max-width: 90vw;
}


  .modal-с.active {
    visibility: visible;
    opacity: 1;
    transform: translate(-50%, -50%) scale(1);
}





.input-title{
  margin-bottom: 70px;
  font-weight: 400;
font-size: 1rem;
line-height: 130%;
color: var(--purple);
  text-align: center;
  width: 550px;
}



.contact-input-с {
    border: 3px solid var(--purple);
    border-radius: 8px;
    margin-bottom: 40px;
    padding: 14px;
    color: #999ead;
    font-size: 2rem;
    width: 581px;
   height: 100%;
}





.contact-form-с {
    align-items: center;
    display: flex;
    flex-direction: column;
}


.contact-form-с input::placeholder {
    color: #999ead;
}


.close-button-с {
    right: 15px;
    top: 15px;
    position: absolute;
    width: 40px;
    height: 40px;
    background: none;
    border: none;
    cursor: pointer;
    z-index: 10;
}

.close-button-с::before,
.close-button-с::after {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    width: 24px;
    height: 2px;
    background: rgb(0, 0, 0);
    border-radius: 1px;
    transform-origin: center;
}

.close-button-с::before {
    transform: translate(-50%, -50%) rotate(45deg);
}

.close-button-с::after {
    transform: translate(-50%, -50%) rotate(-45deg);
}


.modal-header-title-с {
  text-align: center;
    margin-bottom: 60px;
    font-weight: 700;
    font-size: 4rem;
    line-height: 120%;
    color: #000;
}

@media (max-width: 1200px) {

.modal-header-title-с{
  font-size: 3rem;
}

}

@media (max-width: 1050px) {
.modal-header-title-с{
  font-size: 2.5rem;
}
}


@media (max-width: 950px) {
  .modal-header-title-с {
  font-size: 2rem;
}
}

@media (max-width: 900px) {


  .contact-form-black{
  width: 400px;
}

  .input-title{
      width: 390px;
}

.contact-input-с{
  width: 400px;
  font-size: 1.5rem;
}
}

@media (max-width: 655px) {
  
.contact-form-b{
  font-size: 1.25rem;
  width: 250px;
height: 50px
}
      .input-title {
        width: 264px;
        font-size: 12px;
    }

  .contact-input-с{
  width: 250px;
  font-size: 1.25rem;
}
.contact-form-black{
  width: 250px;
height: 50px;
    font-size: 1.25rem;
}

}

@media (max-width: 600px) {
.modal-header-title-с{
  font-size: 1.5rem;
}
}




.modal-header-с {
    margin-bottom: 24px;
}

 .modal-с {
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%) scale(0.95);
    z-index: 1001;
    visibility: hidden;
    opacity: 0;
    transition: opacity 0.4s ease, visibility 0.4s, transform 0.4s ease;
    background-color: var(--white);
    border-radius: 24px;
    max-width: 90vw;
}

.modal-с {
    position: fixed;
    top: 50%;
    left: 50%;
     opacity: 0;
    transition: opacity 0.4s ease, visibility 0.4s, transform 0.4s ease;
    transform: translate(-50%, -50%) scale(0.95);
    background-color: var(--white);
    color: white;
    padding: 40px;
    z-index: 1001;
    width: 1200px;
    max-width: 90vw;
    visibility: hidden;
    opacity: 0;
    transition: opacity 0.4s ease, visibility 0.4s, transform 0.4s ease;
        border-radius: 24px;
}


.modal-с.active {
    visibility: visible;
    opacity: 1;
    transform: translate(-50%, -50%) scale(1);
}


.modal-с:not(.active) {
    pointer-events: none;
}






.checkbox-container-с {
    margin-top: 16px;
    display: flex;
    align-items: flex-start;
    width: 550px;
}


.checkbox-label-c input[type="checkbox"] {
    position: relative;
    accent-color: transparent;
    appearance: none;
    width: 26px;
    height: 26px;
    border: 1.5px solid var(--purple);
    border-radius: 5px;
    background-color: transparent;
    cursor: pointer;
    flex-shrink: 0;
    margin-top: 4px;
}

.checkbox-label-c input[type="checkbox"]:checked::after {
    content: '✔';
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    color: var(--purple);
    font-size: 18px;
    font-weight: bold;
}




.checkbox-label {
    color: #fff;
}

.checkbox-label input[type="checkbox"] {
    border: 1.5px solid #fff;
}

.checkbox-label input[type="checkbox"]:checked::after {
    color: #fff;
}
.checkbox-label-c {
    color: var(--purple);
}

.checkbox-label-c input[type="checkbox"] {
    border: 1.5px solid var(--purple);
}

.checkbox-label-c input[type="checkbox"]:checked::after {
    color: var(--purple);
}




.checkbox-container-c {
    margin-top: 10px;
    display: flex;
    align-items: center;
}
.checkbox-container-c label {
    font-size: 12px;
    line-height: 1.5;
}
.checkbox-container-c input[type="checkbox"] {
    margin-right: 5px;
}











.modal-с {
  background: var(--white);
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%) scale(0.95);
    padding: 40px;
    border-radius: 16px;
    box-shadow: 0 8px 16px rgba(0, 0, 0, 0.2);
    z-index: 1005;
    width: 1200px;
    max-width: 90vw;
    
    visibility: hidden;
    opacity: 0;
    transition: opacity 0.4s ease, visibility 0.4s, transform 0.4s ease;
}

.modal-с.active {
    visibility: visible;
    opacity: 1;
    transform: translate(-50%, -50%) scale(1);
}


.modal-header-с {
    margin-bottom: 24px;
}

.modal-header-title-с {
    text-align: center;
    margin-bottom: 60px;
    font-weight: 700;
    font-size: 4rem;
    line-height: 120%;
    color: #000;
}


.close-button-с {
    right: 15px;
    top: 15px;
    position: absolute;
    width: 40px;
    height: 40px;
    background: none;
    border: none;
    cursor: pointer;
    z-index: 10;
}

.close-button-с::before,
.close-button-с::after {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    width: 24px;
    height: 2px;
    background: rgb(0, 0, 0);
    border-radius: 1px;
    transform-origin: center;
}

.close-button-с::before {
    transform: translate(-50%, -50%) rotate(45deg);
}

.close-button-с::after {
    transform: translate(-50%, -50%) rotate(-45deg);
}


.contact-form-с {
    align-items: center;
    display: flex;
    flex-direction: column;
}


.input-title {
    margin-bottom: 70px;
    font-weight: 400;
    font-size: 1rem;
    line-height: 130%;
    color: var(--purple);
    text-align: center;
    width: 550px;
}


.contact-input-с {
    border: 3px solid var(--purple);
    border-radius: 8px;
    margin-bottom: 40px;
    padding: 14px;
    color: #999ead;
    font-size: 2rem;
    width: 581px;
    height: 100%;
}

.contact-form-с input::placeholder {
    color: #999ead;
}


.contact-form-black {
    margin-bottom: 37px;
    font-weight: 700;
    font-size: 2rem;
    line-height: 75%;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: var(--black);
    color: var(--white);
    border: none;
    border-radius: 8px;
    cursor: pointer;
    transition: background-color 0.3s ease;
    width: 426px;
    height: 60px;
}

.contact-form-black:hover {
    background-color: #ffffff;
    color: var(--black);
}

.contact-form-b {
    margin-bottom: 37px;
    font-weight: 700;
    font-size: 2rem;
    line-height: 75%;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: var(--white);
    color: var(--black);
    border: 2px solid var(--black);
    border-radius: 8px;
    cursor: pointer;
    transition: all 0.3s ease;
    width: 426px;
    height: 60px;
}

.contact-form-b:hover {
    background-color: var(--black);
    color: var(--white);
}


.checkbox-container-с {
    margin-top: 16px;
    display: flex;
    align-items: flex-start;
    width: 550px;
}




 .modal-с.active {
    visibility: visible;
    opacity: 1;
    transform: translate(-50%, -50%) scale(1);
}





.checkbox-label-c input[type="checkbox"] {
    position: relative;
    accent-color: transparent;
    appearance: none;
    width: 26px;
    height: 26px;
    border: 1.5px solid var(--purple);
    border-radius: 5px;
    background-color: transparent;
    cursor: pointer;
    flex-shrink: 0;
    margin-top: 4px;
}

.checkbox-label-c input[type="checkbox"]:checked::after {
    content: '✔';
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    color: var(--purple);
    font-size: 18px;
    font-weight: bold;
}


.modal-с:not(.active) {
    pointer-events: none;
}











@media (max-width: 1200px) {
  .Order-title-geo, .modal-header-title-с {
    font-size: 3rem;
  }
 .geo-item-title {
    font-size: 1rem;
  }
}

@media (max-width: 1050px) {
 .modal-header-title-с {
    font-size: 2.5rem;
  }
}

@media (max-width: 950px) {


 .modal-header-title-с {
    font-size: 2rem;
  }
}

@media (max-width: 900px) {
  .input-title {
    width: 390px;
  }
  .checkbox-label-c {
    font-size: 12px;
    width: 340px;
  }
  .checkbox-container-с {
    width: 340px;
    justify-content: center;
  }
  .contact-form-black {
    width: 400px;
  }
  .contact-input-с {
    width: 400px;
    font-size: 1.5rem;
  }
  .geo-grid {
    grid-template-columns: repeat(3, 190px);
  }
.modal-header-title-с {
    font-size: 2rem;
  }
}

@media (max-width: 655px) {
  .contact-input-с {
    width: 250px;
    font-size: 1.25rem;
  }
  .checkbox-label-c {
    font-size: 12px;
    width: 250px;
  }
  .contact-form-black {
    width: 250px;
    height: 50px;
    font-size: 1.25rem;
  }
  .contact-form-b {
    font-size: 1.25rem;
    width: 250px;
    height: 50px;
  }

  .input-title {
    width: 264px;
    font-size: 12px;
  }
}

@media (max-width: 600px) {

 .modal-header-title-с {
    font-size: 1.5rem;
  }
}

@media (max-width: 540px) {
  .geo-grid {
    display: flex;
    align-items: center;
    flex-direction: column;
  }
  .Order-geo {
    padding: 60px 25px;
  }
}

@media (max-width: 450px) {

  .head-button-title {
    white-space: nowrap;
    font-size: .8rem;
  }
}

@media (max-width: 380px) {

  .button-link {
    margin-right: 1rem;
  }
}



/* End */


/* Start:/local/templates/reline-pro/css/reset.css?1709891744892*/
* {
  padding: 0;
  margin: 0;
  border: 0;
}

*, *:before, *:after {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

:focus, :active {
  outline: none;
}

a:focus, a:active {
  outline: none;
}

nav, footer, header, aside {
  display: block;
}

html, body {
  height: 100%;
  width: 100%;
  font-size: 100%;
  line-height: 1;
  -ms-text-size-adjust: 100%;
  -moz-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}

input, button, textarea {
  font-family: inherit;
}

input::-ms-clear {
  display: none;
}

button {
  cursor: pointer;
}

button::-moz-focus-inner {
  padding: 0;
  border: 0;
}

a, a:visited {
  text-decoration: none;
}

a:hover {
  text-decoration: none;
}

ul li {
  list-style: none;
}

img {
  vertical-align: top;
}

h1, h2, h3, h4, h5, h6 {
  font-size: inherit;
  font-weight: inherit;
}

a {
  color: inherit;
}
/* End */


/* Start:/local/templates/reline-pro/css/font.css?1751980906436*/

@font-face {
  font-family: Montserrat;
  font-weight: 700;
src: url(/local/templates/reline-pro/css/../fonts/Montserrat-Bold.woff2) format(woff2),
    url(/local/templates/reline-pro/css/../fonts/Montserrat-Bold.woff) format(woff);
  font-display: swap;
  font-style: normal;
}
@font-face {
  font-family: Montserrat;
  font-weight: 400;
src: url(/local/templates/reline-pro/css/../fonts/Montserrat-Regular.woff2) format(woff2),
    url(/local/templates/reline-pro/css/../fonts/Montserrat-Regular.woff) format(woff);
  font-display: swap;
  font-style: normal;
}
/* End */


/* Start:/local/templates/reline-pro/css/head.css?175430809218719*/


.modal {
    background-color: var(--blue);
    color: white;
}

.close-button::before,
.close-button::after {
    background: white;
}


.contact-input {
    border: 3px solid #000;
    color: #999ead;
}

.contact-form input::placeholder {
    color: #999ead;
}
.close-button::before,
.close-button::after {
    background: var(--white); 
}

.contact-form button {
    background-color: var(--black);
    color: var(--white);
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
    transition: all 0.5s ease;
}

.contact-form button:hover {
  background: var(--white);
color: var(--black);
    box-shadow: 0 6px 12px rgba(0, 0, 0, 0.15);
}

.contact-form button:active {
    transform: translateY(2px);
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
  background: var(--white);
  color: var(--black);
}


.Order, .Order-geo, .acc {
    display: none;
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 1005;
}


.Order.active, .Order-geo.active, .acc.active {
    display: block;
}




.acc.active {
  visibility: visible;
  opacity: 1;
  transform: translate(-50%, -50%) scale(1);
}


.Order, .Order-geo, .acc {
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%) scale(0.95);
    z-index: 1002;
    visibility: hidden;
    opacity: 0;
    transition: opacity 0.4s ease, visibility 0.4s, transform 0.4s ease;
    background-color: var(--white);
    border-radius: 24px;
    max-width: 90vw;
}


.Order.active, .Order-geo.active, .acc.active {
    visibility: visible;
    opacity: 1;
    transform: translate(-50%, -50%) scale(1);
}


.Order:not(.active),
.Order-geo:not(.active),
.acc:not(.active),
.modal-с:not(.active) {
    pointer-events: none;
}




#contact-form-top{
  margin-top: 50px;
}












.head-subtitle {
  margin-bottom: 40px;
  font-size: 1rem;
  font-weight: 400;
  line-height: 24px;
}
.head-btn-box {
  margin-bottom: 64px;
  flex-direction: row;
justify-content: center;
align-items: center;
  display: flex;
}
.button-link {

margin-right: 2.5rem;
flex-direction: row;
justify-content: center;
align-items: center;
  padding: 16px 8px 16px 24px;
  border-radius: 12px;
 display: flex;
  background: var(--black);
  width: 14.25rem;
  height: 56px;
  transition: .5s;
  color: var(--white);
   text-shadow: 0 1px 0 rgba(0,0,0,0.2);
  transition: transform 0.2s, text-shadow 0.2s;
}
.button-link:hover {
   transform: translateY(-2px);
  text-shadow: 0 3px 8px rgba(0,0,0,0.3);
}
 
.button-link-two:hover {
   transform: translateY(-2px);
}
 
.button-link:active {
   transform: translateY(-2px);
     text-shadow: 0 3px 8px rgba(0,0,0,0.3);
}
 
.button-link-two:active {
   transform: translateY(-2px);

}
 


 


.head-button-title {
  line-height: 24px;
font-size: 1rem;
  font-weight: 700;
}
.button-link-two{
  flex-direction: row;
justify-content: center;
align-items: center;
  height: 56px;
  width: 11.2rem;
   display: flex;
   box-sizing: border-box;
border: 2px solid rgb(0, 0, 0);
border-radius: 12px;
  color: var(--black);
  transition: .5s;
     text-shadow: 0 1px 0 rgba(0,0,0,0.2);
  transition: transform 0.2s, text-shadow 0.2s;
}

.head-arrow {
margin-left: 1rem;
}
.img-arrow {
 
    margin-top: 0px;

}

.popup-link {
    color: var(--black);
}

.popup-link:hover {
  color: var(--blue);
}


.header__btn-box {
    outline: 2px  solid var(--blue)  ;
       transition: .2s;
}
.header__btn-box:hover {
    outline: 3px  solid var(--blue)  ;
}
.header__btn-box:active {
    outline: 3px  solid var(--blue)  ;
}


.burger.active .burger__line {
  background: var(--blue);
}


.header-img {

  display: flex;
   justify-content: center;
align-items: center;

}
.burger__line {
  background: var(--blue);
}


.header__top-btn {
    color: var(--blue);
}


.header-img-child{
    width: 100%;
  height: 100%;
border-radius: 30px;
     box-shadow: -1px 8px 9px rgb(0 0 0 / 20%), 2px 0 4px rgba(0, 0, 0, 0.2), -3px 2px 0px 0px rgba(0, 0, 0, 0.05);
}


.Order {
  border-radius: 24px;
  margin-right: auto;
  margin-left: auto;
  width: 80vw;
position: fixed;
  background: var(--orange);
  height: 278px;
}
.Order-title {
  margin-top: 42px;
  font-weight: 700;
font-size: 4rem;
line-height: 120%;
color: var(--black);
}
.Order-wrap {
  margin-top: 36px ;
   gap: 60px;
  display: flex;
    justify-content: center;
  align-items: center;
  
}
.Order-btn--white {
border: 3px solid #000;
color: var(--black);
background: var(--white); 
transition: .5s;
}
.Order-btn--white:hover {
  transform: scale(.98);
color: var(--white );
background: var(--black);
}
.Order-btn--white:active {
  transform: scale(.98);
color: var(--white );
background: var(--black);
}








.Order-btn {
  transition: .5s;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 8px;
  width: 426px;
height: 60px;
font-weight: 700;
font-size: 2rem;
line-height: 75%;
cursor: pointer;
}
.Order-btn--black {
color: var(--white);
background: var(--black);
}
.Order-btn--black:hover {
    transform: scale(.98);
color: var(--black);
background: var(--white);
}
.Order-btn--black:active {
    transform: scale(.98);
color: var(--black);
background: var(--white);
}


.Order-close {
  position: absolute;
  top: 0;
  right: 0; 
  width: 40px;
  height: 40px;
  background: none;
  border: none;
  cursor: pointer;
  padding: 0;
  z-index: 10;
}

.Order-close::before,
.Order-close::after {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  width: 24px;
  height: 2px;
  background: #ffffff;
  border-radius: 1px;
  transform-origin: center;
}

.Order-close::before {
  transform: translate(-50%, -50%) rotate(45deg);
}

.Order-close::after {
  transform: translate(-50%, -50%) rotate(-45deg);
}



.Order-close-geo {
  position: absolute;
    top: 11px;
    right: 11px;
  width: 40px;
  height: 40px;
  background: none;
  border: none;
  cursor: pointer;
  padding: 0;
  z-index: 10;
}

.Order-close-geo::before,
.Order-close-geo::after {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  width: 24px;
  height: 2px;
  background: #000000;
  border-radius: 1px;
  transform-origin: center;
}

.Order-close-geo::before {
  transform: translate(-50%, -50%) rotate(45deg);
}

.Order-close-geo::after {
  transform: translate(-50%, -50%) rotate(-45deg);
}





.Order-title-geo {
  margin-bottom: 70px;
  font-weight: 700;
font-size: 4rem;
line-height: 120%;
color: #000;
}
.geo-grid {

  display: grid;
grid-template-columns: repeat(3, 380px);
grid-template-rows: 420px;
}

.geo-item-title {
      position: relative;
    transition: color 0.5s ease;
    padding-left: 5px;
  cursor: pointer;
margin-bottom: 30px;
  font-weight: 400;
font-size: 1.25rem;
line-height: 100%;
color: rgba(0, 0, 0, 0.94);
transition: .5s;
}



.geo-item-title:hover {
    font-weight: 700;
    color: var(--black);
}

.geo-item-title:hover::after {
    width: 100%;
}

.geo-item-title::after {
    content: '';
    position: absolute;
    left: 0;
    bottom: -5px;
    width: 0;
    height: 2px; 
    background-color: #000; 
    transition: width 0.3s ease;
}



.geo-item-title:hover::after {
    width: 50%; 
}


.Order-geo {
  height: 100%;
    margin-right: auto;
  margin-left: auto;
  border-radius: 24px;
width: 80%;
padding: 60px;

  position: fixed;
background: #ffffff;
box-shadow: -1px 8px 9px rgb(0 0 0 / 20%), 2px 0 4px rgba(0, 0, 0, 0.2), -3px 2px 0px 0px rgba(0, 0, 0, 0.05);
}





.acc {
  z-index: 1005;
  background: var(--white);
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) scale(0.95);

  margin-left: auto;
  margin-right: auto;
  box-shadow: -1px 8px 9px rgb(0 0 0 / 20%), 2px 0 4px rgba(0, 0, 0, 0.2), -3px 2px 0px 0px rgba(0, 0, 0, 0.05);
  border-radius: 24px;
  padding: 60px;
  width: 774px;
  height: 572px;
  visibility: hidden;
  opacity: 0;
  transition: opacity 0.4s ease, visibility 0.4s, transform 0.4s ease;
}


.acc-close-geo{
  top: 14px;
  position: absolute;
    right: 14px;
  width: 40px;
  height: 40px;
  background: none;
  border: none;
  cursor: pointer;
  padding: 0;
  z-index: 10;
}

.acc-close-geo::before,
.acc-close-geo::after {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  width: 24px;
  height: 2px;
  background: #000000;
  border-radius: 1px;
  transform-origin: center;
}

.acc-close-geo::before {
  transform: translate(-50%, -50%) rotate(45deg);
}

.acc-close-geo::after {
  transform: translate(-50%, -50%) rotate(-45deg);
}



.acc-head {
  margin-bottom: 60px;
  font-weight: 700;
font-size: 4rem;
line-height: 100%;
color: rgba(0, 0, 0, 0.94);
}
.acc-title {
  cursor: pointer;
  margin-bottom: 30px;
font-weight: 400;
font-size: 1.25rem;
line-height: 100%;
color: rgba(0, 0, 0, 0.94);
}




.acc-title:hover {
    font-weight: 700;
    color: var(--black);
}









.advantage {
   margin-top:   120px;
}
.advantage-wrap {
 
  display: flex;
}
.advantage-head {
  margin-right: 23rem;
 font-weight: 700;
 line-height: 120%;
 font-size: 4rem;
}
.advantage-subtitle {
  margin-top: 30px;
  font-size: 1rem;
  line-height: 24px;
  font-weight: 400;
}
.advantage-item {
  margin-right: 10rem ;
}


.advantage-top{
  display: flex;
  margin-top: 60px;
}
.advantage-img-wrap {
  margin-bottom: 25px;
  width: 64px;
  height: 64px;
  border-radius: 50px;
  display: flex;
  justify-content: center;
  align-items: center;
  background: rgb(0 0 0 / 18%);
}

.advantage-title {
  margin-bottom: 16px;
   font-weight: 700;
  font-size: 1.87rem;
}
.advantage-sub {
    font-size: 1rem;
  line-height: 24px;
  font-weight: 400;
}


.production-title-wrapper {
  margin: 125px auto 40px;
     max-width: 60rem;
  width: 100%;
  padding: 0 20px;
  box-sizing: border-box;
}

.production-title {
  font-weight: 700;
  line-height: 120%;
  font-size: 4rem; 
  text-align: center;
  margin: 0;
}



.pro-subtitle {
    margin-bottom: 65px;
    width: 40rem;
    font-size: 1rem;
    line-height: 24px;
    font-weight: 400;
}


.production-subtitle {
  margin-bottom: 65px;
  width: 40rem;
      font-size: 1rem;
  line-height: 24px;
  font-weight: 400;
}

.production-item {
  margin-top: 40px;
  align-items: center;
  justify-content: center;
  display: flex;
}
.production-head {
  margin-bottom: 30px;
     font-weight: 700;

 font-size: 3rem;
}




.production-inner {
  width: 590px;
  border-radius: 10px;
}


.production-inner {
  width: 100%;
}
.useful-img{
    width: 100%;
  height: 100%;
}
.production-img {
  max-width: 600px;
  min-width: 400px;
  width: 100%;
  height: 100%;
}



.useful-item{
  margin-top: 40px;
    align-items: center;
  display: flex;
}
.useful-title{
  margin-top: 120px;
  margin-bottom: 60px;
 line-height: 120%;
font-weight: 700;
font-size: 4rem;
}


.useful-wrap {

  display: flex;
}
.useful-subtitle {
max-width: 486px;

}

.useful-btitle{
  margin-right: 8rem;
  line-height: 24px;
  font-weight: 400;
  font-size: 1rem;
}
.useful-subtitle{
  line-height: 24px;
  font-weight: 400;
  font-size: 1rem;
}


.subtitle-production{
font-size: 1rem;
line-height: 24px;
font-weight:  400;
}

.production-wrap-title{
width: 100%;
 padding-left: 7.8rem;
}
 


.useful-head{
  max-width: 486px;
  height: 144px;
  font-size: 3rem;
  font-weight: bold;
  margin-bottom: 30px;
}

.about-us{
  padding-bottom: 30px;
    padding-top: 100px;
  margin-top: 150px;
  background: var(--blue) ;
}



.about-headtitle {
  margin-bottom: 40px;
  font-weight: 700;
  font-size: 4rem;
  line-height: 120%;
}
.about-top{
  width: 390px;

  margin-bottom: 64px;
}
.about-subtitle {
  
  font-weight: 400;
  font-size: 1rem;
  line-height: 24px;
}
.about-item-wrap{
  display: flex;
}
.about-item {
  margin-bottom: 100px;
  margin-right: 20px;
  padding: 30px;
  width: 23rem;
  height: 23rem;
  background: #ffffff;
  border-radius: 10px;
  transition: .5s;
}
.about-item:hover {
 transform: translateY(-6px);
}
.svg-wrap {
  justify-content: center;
  display: flex;
  margin-bottom: 27px;
}
.about-img {
  margin-right: 10px;
}

.about-user {
  background: rgba(245, 243, 243, 0.63);
  border-radius: 50%;
  margin-top: 38px;
  margin-bottom: 26px;
   height: 60px;
  width: 60px;
  display: flex;
  align-items: center;
  justify-content: center;

}

.user-img{
height: 100%;
width: 100%;
border-radius: 50%;
}


.about-user-title {
  margin-top: -10px;
  color: gray;
  line-height: 20px;
  font-weight: 400;
  font-size: 14px;
}





.footer-button {
  background: var(--blue);
}


.footer-line {
  background: var(--blue);
}



.blog{
  margin-top: 100px;
  margin-bottom: 140px;
}


.blog-wrap {
  display: flex;
}


.blog-headtitle {
  font-size: 4rem ;
  font-weight: bold;
  line-height: 120%;
}
.accordion {
  margin-bottom: 35px;
}
.accordion-head {
  cursor: pointer;
  display: flex;
 justify-content: space-between;
  align-items: center; 
  padding: 15px 0; 
}
.accordion-head-title {
  width: 36.25rem;
  line-height: 38px;
  font-size: 30px;
  font-weight: bold;
   word-wrap: break-word;
}
.accordion-head-img {
    display: flex;
    flex-direction: column;
    justify-content: space-around;
}

.accordion-sub {
   max-height: 0;
  overflow: hidden;
  transition: max-height 0.3s ease-out; 
  width: 36.25rem; 
  word-wrap: break-word; 
  padding-left: 10px;
  box-sizing: border-box;
  display: none;
}
.accordion.open .accordion-sub {
  max-height: 500px; 
}

.accordion-img {
  transition: transform 0.3s ease;
}

.accordion.open .accordion-img {
  transform: rotate(180deg);
}

.accordion-wrap{
  display: block;
  margin-left: auto;
}

.accordion.open .accordion-sub {
  display: block;
}






@media (max-width: 1350px) {
.geo-grid {

    grid-template-columns: repeat(3, 310px);
}

}
@media (max-width: 1200px) {

.Order-btn {

  width: 370px;
height: 50px;
font-size: 1.5rem;

}

.Order-title,.acc-head,.Order-title-geo,.modal-header-title-с{
  font-size: 3rem;
}
.acc-title,.geo-item-title{
  font-size: 1rem;
}


.about-item-wrap{
  flex-direction: column;
  align-items: center;
}
.about-item{
  margin-right: 0;
}

.blog-wrap{
  display: block;

}
.blog-headtitle{

  margin-bottom: 55px;
}
.accordion-sub{
  width: 100%;
}


}



@media (max-width: 1150px) {
    .geo-grid {
        grid-template-columns: repeat(3, 270px);
    }
}
@media (max-width: 1050px) {

  .Order-btn {

  width: 320px;
height: 50px;
font-size: 1.5rem;

}

.Order-title,.acc-head,.Order-title-geo,.modal-header-title-с{
  font-size: 2.5rem;
}



.useful-btitle{
  margin-right: 0;
  margin-bottom: 35px;
}

.useful-subtitle{
  line-height: 14px;
  font-weight: 400;
  font-size: .75rem;
}
  .useful-title-wrap{
 display: flex; 
  justify-content: center; 
  align-items: center; 
  text-align: center; 
  }


.useful-subtitle{
  margin-right: 0;
}



.useful-wrap{
          align-items: center;
  display: flex;
flex-direction: column;
}
  .production-item{
      flex-direction: column;
    align-items: center;
    text-align: center;
    max-width: 100%;
  }

.subtitle-production{
  margin-bottom: 40px;
}

.production-wrap-title{
  width: 100%;
  padding-left: 0; 
  display: flex; 
  flex-direction: column; 
  justify-content: center; 
  align-items: center; 
  text-align: center; 
}

.useful-item{
  margin: 0 auto ;
    flex-direction: column-reverse;
    align-items: center;
}


 .production-wrap { 
    width: 100%;
    
    padding: 0 20px;
    box-sizing: border-box;
  }

  .production-subtitle {
    width: 100% ; 
    margin-left: auto;
    margin-right: auto;
  }

  .production-inner {
    max-width: 500px; 
    margin: 0 auto;
  }
    .useful-head{
      margin-bottom: 0;
      margin-top: 65px;
      font-size: 2.5rem;
        
    }

    .advantage-item{
          margin-right: 7rem;
    }
    .advantage-title{
      font-size: 1.47rem;
    }
    .production-subtitle{
          width: 35rem;
    }
}

@media (max-width: 950px) {

  .geo-grid {
        grid-template-columns: repeat(3, 230px);
    }

  .advantage-head{
    margin-right: 15rem;
  }
  .Order-btn {

  width: 260px;
height: 50px;
font-size: 1.25rem;

}
.acc-title,.geo-item-title{
  font-size: .9rem;
}
.acc{
  width: 600px;
      height: 100%;
}



.Order-title,.acc-head,.Order-title-geo, .modal-header-title-с {
  font-size: 2rem;
}
}

@media (max-width: 900px) {


.checkbox-label-c{
  font-size: 12px;
      width: 340px;
}
.checkbox-container-с {

    width: 340px;
    justify-content: center;
  }



 .geo-grid {
        grid-template-columns: repeat(3, 190px);
    }

.production-title{
  margin-top: 60px;
}
        .production-subtitle {
          width: 30rem;
        }
.advantage{
display: none;
}
.advantage-wrap{
  display: block;
}
    .production-subtitle {
      width: 100%;
    }

}

@media (max-width: 800px) {

    .geo-grid {
        grid-template-columns: repeat(2, 200px);
    }

  .geo-item-child{
    display: none;
  }
  .Order-btn {

width: 250px;
height: 50px;
}

.Order-wrap{
  flex-direction: column;
  gap: 25px;
}
  .production-title, .useful-title, .about-headtitle, .blog-headtitle  {
      font-size: 3rem;
  }
  .production-head{
    font-size: 2.5rem;
  }
    .advantage-head{
    margin-right: 10rem;
  }

    .advantage-item {
        margin-right: 5rem;
    }
}
@media (max-width: 720px) {
    .advantage-head{
    margin-right: 10rem;
  }
    .advantage-item {
        margin-right: 5rem;
    }
  
}



@media (max-width: 655px) {

    .checkbox-label-c {
        font-size: 12px;
        width: 250px;
    }



.acc{
  width: 500px;
}



  .production-title, .useful-title, .about-headtitle, .blog-headtitle{
      font-size: 2.5rem;
  }
    .production-head{
    font-size: 2rem;
  }
  
.accordion-head-title{
      font-size: 25px;
}
}


@media (max-width: 600px) {
.acc{
  width: 400px;
}

.useful-head{
  font-size: 1.5rem;
  height: 48px;
}

.Order-title,.acc-head,.Order-title-geo ,.modal-header-title-с{
  font-size: 1.5rem;
}
}



@media (max-width: 540px) {
  .geo-grid {
display: flex;
align-items: center;
flex-direction: column;
    }
.Order-geo{
  padding: 60px 25px;
}
  .production-title, .useful-title, .about-headtitle, .blog-headtitle{
      font-size: 2.2rem;
  }
    .production-head{
    font-size: 1.8rem;
  }
  
}
@media (max-width: 500px) {
  .about-item {
    width: 19rem;
    height: 28rem;
    margin-bottom: 30px;
  }

  .production-head{
    font-size: 24px;
  }
  .production-subtitle, .pro-subtitle{
    font-size: 12px;
  }


}
@media (max-width: 500px) {
  .production-img{
    min-width: 290px;
  }

}

@media (max-width: 450px) {
  
  .acc{
  width: 332px;
}

.head-button-title {
    white-space: nowrap;
font-size: .8rem;
}
}


@media (max-width: 380px) {
    .acc{
  width: 312px;
}

.button-link {
    margin-right: 1rem;
  }
  .production-img{
   min-width: 260px;
}

}


/* End */
/* /local/templates/reline-pro/css/all.css?175430787627667 */
/* /local/templates/reline-pro/css/reset.css?1709891744892 */
/* /local/templates/reline-pro/css/font.css?1751980906436 */
/* /local/templates/reline-pro/css/head.css?175430809218719 */
