/* Основные */
.content {
    display: flex;
    flex-direction: column;
}

/* Заголовок */
body {
    margin: 0px;
    padding: 0px;
    overflow-x: hidden;
}


/* Главная 1440px */


.main {
    background-image: url('/pages/img/fotoTop.png') ;
    background-size: cover; 
    background-repeat: no-repeat;
    background-position: center;
    max-height: 600px;
    height: 600px;

    display: flex;
    flex-direction: column;
    
    justify-content: center;

    gap: 100px;
    padding: 0 124px;
}



.main-top {
    display: flex;
    justify-content: space-between;
    width: 100%;
    
}

.main-text {
    font-family: 'PT Sans', sans-serif;
    font-weight: 700;
    font-size: 30px;
    text-transform: uppercase;
    line-height: 100%;
    letter-spacing: 0.1em;
    width: 588px;
    height: 156px;
   
    top: 233px;
    left: 127px;
    
    opacity: 1;
    margin: 0;
    padding: 0;

    line-height: 1.3;
}
.main-sell {
        width: 250px;
    height: 78px;

    opacity: 1;
    top: 239px;
    left: 799px;
    gap: 3px;
    padding-top: 3px;
    padding-right: 24px;
    padding-bottom: 3px;
    padding-left: 24px;

}
.my-button {
    width: 346px;
    height: 60px;
    background: #E76A00;
    border: 1px solid #E76A00;
    border-radius: 20px;
    padding: 10px;
    gap: 10px; 
  
    opacity: 1;
    color: white;
    font-family: 'PT Sans', sans-serif;
    font-weight: 700;
    font-size: 16px;
    text-transform: uppercase;
    cursor: pointer;
    transition: background-color 0.3s ease;
}

.my-button:hover {
    background: #F48628;
    border-color: #F48628;
}


.my-button:active {
    background: #CB5D00;
    border-color: #CB5D00;
}

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

.block-products-group {
    /* Стили основного блока */
    cursor: pointer;
    position: relative;
    transition: all 0.3s ease;
  }
  
  .block-products-group:hover .block-products-group-text {
    /* Изменение цвета текста при наведении */
    color: #E76A00; /* Оранжевый цвет, можно заменить на любой другой */
    
    /* Дополнительные эффекты при наведении (опционально) */
    transition: color 0.3s ease;
    
  }

/* главный экран 999px */
@media (max-width: 999px) {
	#jVts5lbNw3 { display: flex; }
    .main {

        background-image: url('/pages/img/fotoTop.png');
        height: 274px;
        background-size: cover;
        background-repeat: no-repeat;
        background-position: center;
        padding: 80px 0 30px 18px; 
        display: flex;
        flex-direction: column;
        justify-content: center;
        gap: 73px;
      
        
    }

    .main-top {
        display: flex;
        justify-content: space-between;
        
    }

    .main-text {
        
        font-family: PT Sans;
        font-weight: 700;
        font-style: Bold;
        font-size: 24px;
        line-height: 100%;
        letter-spacing: 0.1em;
        text-transform: uppercase;
        width: 588px;
        height: 93px;
    
        top: 233px;
        left: 127px;
        
        opacity: 1;
        margin: 0;
        padding: 0;

        line-height: 1.3;
    }

    .main-sell-img {
        width: 150px;
        height: 47px;
        opacity: 1;
        top: 95px;
        left: 619px;
        gap: 1.52px;       
        padding-top: 3px;
        padding-right: 24px;
        padding-bottom: 3px;
        padding-left: 24px;

    }


    .my-button {
        width: 305px;
        height: 50px;
        background: #E76A00;
        border: 1px solid #E76A00;
        border-radius: 10px;
        padding: 10px;
        gap: 10px; 
    
        opacity: 1;
        color: white;
        font-family: 'PT Sans', sans-serif;
        font-weight: 700;
        font-size: 16px;
        text-transform: uppercase;
        cursor: pointer;
        transition: background-color 0.3s ease;
    }

    .my-button:hover {
        background: #d15e00;
        border-color: #d15e00;
    }

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

}

/* главный экран 667px */

@media (max-width: 667px) {
	#rvs_nPopup_image { display: none; }
    .main {
        background-image: url(/pages/img/fotoTop.png);
        height: 274px;
        background-size: cover;
        background-repeat: no-repeat;
		/*background-position: center;*/
		background-position-x: -380px;
        padding: 45px 0 35px 0px;
        display: flex;
        justify-content: center;
        gap: 160px;
        align-items: center;        
    }

    .main-top {
        display: flex;
        /* width: 100%; */
        /* justify-content: center; */
        text-align: center;
        width: max-content;
        
    }

    .main-text {
        
        font-family: PT Sans;
        font-weight: 700;
        font-style: Bold;
        font-size: 20px;
        line-height: 100%;
        letter-spacing: 0.1em;
        text-transform: uppercase;
        width: 588px;
        height: 93px;
    
        top: 233px;
        left: 127px;
        
        opacity: 1;
        margin: 0;
        padding: 0;

        line-height: 1.3;
    }
	
	.main-sell { display: none; }

    .main-sell-img {
        width: 150px;
        height: 47px;
        opacity: 1;
        top: 95px;
        left: 619px;
        gap: 1.52px;       
        padding-top: 3px;
        padding-right: 24px;
        padding-bottom: 3px;
        padding-left: 24px;

    }


    .my-button {
        width: 305px;
        height: 50px;
        background: #E76A00;
        border: 1px solid #E76A00;
        border-radius: 10px;
        padding: 10px;
        gap: 10px; 
    
       font-family: PT Sans;
        font-weight: 700;
        font-style: Bold;
        font-size: 16px;
        line-height: 100%;
        letter-spacing: 0.1em;

        opacity: 1;
        color: white;
        
        cursor: pointer;
        transition: background-color 0.3s ease;

       
    }

    .my-button:hover {
        background: #d15e00;
        border-color: #d15e00;
    }

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

}

/*Преимущества*/

.features {
    display: flex;
    background-color: white;
    align-items: center;
    padding: 0 124px;
    flex-direction: column;

    gap: 40px;
    padding-top: 80px;
    padding-bottom: 80px;
}

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

    font-family: 'PT Sans', sans-serif;
    font-weight: 700;
    font-size: 30px;
    line-height: 100%;
    letter-spacing: 0.1em; 
    text-transform: uppercase;
    color: black ; 

    line-height: 1.3;
   
}

.features-blocks {
    display: flex;

    gap: 20px;

}

.features-block {
    width: 223px;
    position: relative;
    height: 340px;
    background-color: #DAF1EF;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 20px;
    transition: all ease .3s;
}

.features-block::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 60px;
    height: 60px;
    background-color: white;
    border-bottom-right-radius: 15px;
    background-image: var(--icon-url);
    background-repeat: no-repeat;
    background-position: center;
    background-size: 80%;
}

.features-block:hover {
    background: #A0E0DB;
}

.features-block-texts {
    width: 183px;
    height: 140px;
    top: 129px;
    left: 18px;
    display: flex;
    flex-direction: column;
    gap: 20px;
    opacity: 1;
    align-items: center;
}

.features-block-text1 {
    font-family: 'PT Sans', sans-serif;
    font-weight: 700;
    font-style: bold;
    font-size: 16px;
    line-height: 100%;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    width: 183px;
    height: 63px;
    opacity: 1;
    margin: 0; 
    line-height: 1.3;
}

.features-block-text2 {
    font-family: 'PT Sans', sans-serif;
    font-weight: 400;
    font-style: normal;
    font-size: 16px;
    line-height: 100%;
    letter-spacing: 0.1em;
    width: 183px;
    height: 42px;
    opacity: 1;
    margin: 0; 
    padding: 0; 
    color: #363636;
    display: flex;
    align-items: center; 
    line-height: 1.3;
}


@media (max-width: 999px) {
#jVts5lbNw3 { display: flex; }
    .features {
        display: flex;
        background-color: white;
        align-items: center;
        flex-direction: column;

        gap: 20px;
        padding-top: 40px;
        padding-bottom: 40px;
     
        padding-left: 20px ;
        padding-right: 20px;
    }

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

        font-family: PT Sans;
        font-weight: 700;
        font-style: Bold;
        font-size: 20px;
  
        line-height: 100%;
        letter-spacing: 0.1em;
        text-align: center;
        text-transform: uppercase;
 

        line-height: 1.3;
    
    }

    .features-blocks {
        overflow-x: auto;
        scroll-snap-type: x mandatory;
        -webkit-overflow-scrolling: touch;
        padding-bottom: 20px;
        margin: 0 -20px;
        padding-left: 20px;
        width: 100%;
    }
    
    .features-block {
        flex: 0 0 223px; 
        scroll-snap-align: start;
        height: 340px; 
        flex-shrink: 0; 
    }
    

    .features-block-texts {
        width: 183px;
        height: 140px;
        top: 129px;
        left: 18px;
        display: flex;
        flex-direction: column;
        gap: 20px;
        opacity: 1;
        align-items: center;
    }

    .features-block-text1 {
        font-family: 'PT Sans', sans-serif;
        font-weight: 700;
        font-style: bold;
        font-size: 16px;
        line-height: 100%;
        letter-spacing: 0.1em;
        text-transform: uppercase;
        width: 183px;
        height: 63px;
        opacity: 1;
        margin: 0; 
        line-height: 1.3;
    }

    .features-block-text2 {
        font-family: 'PT Sans', sans-serif;
        font-weight: 400;
        font-style: normal;
        font-size: 15px;
        line-height: 100%;
        letter-spacing: 0.1em;
        width: 183px;
        height: 42px;
        opacity: 1;
        margin: 0; 
        padding: 0; 
        color: #363636;
        display: flex;
        align-items: center; 
        line-height: 1.3;
    }

}

/* баннер  */
.banner {
    background-image: url('/pages/img/benner2400.png') ;
    background-repeat: no-repeat;
	background-position-y: -90px;
    background-size: 100%; 
    width: auto;
    height: 300px;
    margin: 0; 
    padding: 0; 
    display: flex;
    justify-content: space-evenly;
	transition: background-size 1s ease;
    overflow: hidden;

}

.banner:hover{ background-size: 110%; }

.banner-hover {
    background-image: url(/pages/img/Group497.png);
    background-repeat: no-repeat;
    width: 550px;
    height: 550px;
    left: 767px;
    opacity: 1;
    display: flex;
    flex-direction: column;
    align-items: center;
    padding-top: 150px;
    transform-origin: center center;
    transition: transform 0.5s ease, background-size 0.5s ease; /* Плавные переходы */
    transform-origin: center; /* Точка трансформации по центру */
    overflow: hidden; /* Скрываем выходящие за границы части */

}
.banner-hover:hover {
    transform: scale(1.05) translateY(0.5%); /* Небольшое увеличение всего блока */
   
}


.banner-hover > * {
    transition: transform 0.5s ease;
}
.banner-hover:hover > * {
    transform: scale(0.95);

}

.about-container-left-block-img {
    transform-origin: center center;
    transition: transform 0.5s ease, background-size 0.5s ease; /* Плавные переходы */
    transform-origin: center; /* Точка трансформации по центру */
    overflow: hidden; /* Скрываем выходящие за границы части */
}

.about-container-left-block-img:hover {
    transform: scale(1.05) translateY(2.5%) translateX(10px);
}


.about-container-left-block-img > * {
    transition: transform 0.5s ease;
}
.about-container-left-block-img:hover > * {
    transform: scale(0.95);

}


.banner-null {
    width: 300px;
}

.banner-hover-texts {

    display: flex;
    flex-direction: column;
    justify-content: space-evenly;
    align-items: center;
    gap: 8px;
     color: white; 
}


.banner-hover-text1 {
    font-family: 'Roboto', sans-serif;
    font-weight: 700;
    font-style: bold;
    font-size: 40px;
    line-height: 100%;
    letter-spacing: 10%;
    margin: 0;
    padding: 0;
}

.banner-hover-text2 {
    font-family: 'PT Sans', sans-serif;
    font-weight: 400;
    font-style: normal;
    font-size: 24px;
    line-height: 100%;
    letter-spacing: 0.1em;
    text-align: center;
    margin: 0;
    padding: 0;
}

.banner-hover-text3 {
    font-family: 'PT Sans', sans-serif;
    font-weight: 700;
    font-style: bold;
    font-size: 24px;
    line-height: 100%;
    letter-spacing: 2px;
    text-align: center;
    text-transform: uppercase;
    margin: 0;
    padding: 0;

     line-height: 1.3;
}

@media (max-width: 999px) {
	#jVts5lbNw3 { display: flex; }
     .banner {

    background-image: url('/pages/img/benner2400.png') ;

        height: 260px; 
        background-position: center;
        padding-right: 20px;
        display: flex;
        justify-content: flex-end;
        align-items: flex-end;

    }
    
    .banner-hover {

        background-image: url('/pages/img/999.png') ;
        background-repeat: no-repeat;
        width: 360px; 
        height: 101px;
        padding-top: 100px;
        margin-top: 100px;
        background-size: cover; 
        left: auto; 
        margin-left: -50px;

        display: flex;
        flex-direction: column;
        align-items: center;
        
    }

    .banner-null {
        width: 0px;
        height: 0px;

    }

    .banner-hover-texts {
        padding: 10px;
        display: flex;
        flex-direction: column;
        justify-content: space-evenly;
        align-items: center;
        gap: 8px;
        color: white; 
    }



    .banner-hover-text1 {
        font-family: 'Roboto', sans-serif;
        font-weight: 700;
        font-style: bold;
        font-size: 20px;
        line-height: 100%;
        letter-spacing: 10%;
        margin: 0;
        padding: 0;
    }

    .banner-hover-text2 {
        font-family: 'PT Sans', sans-serif;
        font-weight: 400;
        font-style: normal;
        font-size: 14px;
        line-height: 100%;
        letter-spacing: 0.1em;
        text-align: center;
        margin: 0;
        padding: 0;
    }

    .banner-hover-text3 {
        font-family: PT Sans;
        font-weight: 700;
        font-style: Bold;
        font-size: 14px;
        
        line-height: 100%;
        letter-spacing: 0.2em;
        text-align: center;
        text-transform: uppercase;


        line-height: 1.3;
    }

}



@media (max-width: 667px) {
     .banner {

		background-image: url(/pages/img/banner24000_mobile.png);
        background-size: cover;
        height: 260px; 
        background-position: center;
        padding-right: 20px;
        display: flex;
        justify-content: flex-end;
        align-items: flex-end;


    }
    
    .banner-hover {

        background-image: url('/pages/img/999.png') ;
        background-repeat: no-repeat;
        width: 360px; 
        height: 101px;
        padding-top: 100px;
        margin-top: 100px;
        background-size: cover; 
        left: auto; 
        margin-left: -50px;

        display: flex;
        flex-direction: column;
        align-items: center;
        
    }

    .banner-null {
        width: 0px;
        height: 0px;

    }

    .banner-hover-texts {
        padding: 10px;
        display: flex;
        flex-direction: column;
        justify-content: space-evenly;
        align-items: center;
        gap: 8px;
        color: white; 
    }



    .banner-hover-text1 {
        font-family: 'Roboto', sans-serif;
        font-weight: 700;
        font-style: bold;
        font-size: 20px;
        line-height: 100%;
        letter-spacing: 10%;
        margin: 0;
        padding: 0;
    }

    .banner-hover-text2 {
        font-family: 'PT Sans', sans-serif;
        font-weight: 400;
        font-style: normal;
        font-size: 14px;
        line-height: 100%;
        letter-spacing: 0.1em;
        text-align: center;
        margin: 0;
        padding: 0;
    }

    .banner-hover-text3 {
        font-family: PT Sans;
        font-weight: 700;
        font-style: Bold;
        font-size: 14px;
        
        line-height: 100%;
        letter-spacing: 0.2em;
        text-align: center;
        text-transform: uppercase;


        line-height: 1.3;
    }

}

#jVts5lbNw3 {
	display: none;
}


@media (max-width: 500px) {
    .feedback-form {
        justify-content: center !important;
    }
    .feedback-form-group-button button {
        width: 100% !important;
        margin-top: 50px;
    }
    .main-text {
        font-size: 16px;
    }

    .main-sell {
        padding-right: 40px !important;
    }

    .main-sell-img {
        height: 40px !important;
    }
}
/*  О компании */

.about {
    padding: 0 124px;
    padding-top: 80px;
    padding-bottom: 80px;
    justify-content: center;
    display: flex;
    gap: 20px;
   
}

.about-container-left {
    display: flex;
    flex-direction: column;
    gap: 20px;
}


.about-container-left-block {
    background-image: url('/pages/img/bolshe_chem-desktop.png') ;
	background-size: 100%;
    width: 588px;
    height: 900px;
    border-radius: 10px;
	transition: background-size 1s ease;
}

.about-container-left-block:hover { background-size: 110%; }

.about-container-left-block-img {
    background-image: url('/pages/img/Group496.png') ;
    background-repeat: no-repeat;
    width: 485px;
    height: 485px;
    border-radius:10px;

}
.about-container-left-block-img-texts {
    padding: 40px;
    display: flex;
    flex-direction: column;
    gap: 10px;
    color: white;
}

.about-container-left-block-img-text1 {
    font-family: 'PT Sans', sans-serif;
    font-weight: 700;
    font-style: bold;
    font-size: 24px;
    line-height: 30px;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    margin: 0; 
    padding: 0; 
     line-height: 1.3;

}

.about-container-left-block-img-text2 {
    font-family: 'PT Sans', sans-serif;
    font-weight: 400;
    font-style: normal;
    font-size: 20px;
    line-height: 24px;
    letter-spacing: 0.1em;
    margin: 0; 
    padding: 0;
     line-height: 1.3;

}


.about-container-right {
    display: flex;
    gap: 20px;
    flex-direction: column;


}

.about-container-right-block {
    background-image: url('/pages/img/serie_kartoxhko.png') ;
    width: 588px;
    height: 210px;
    border-radius: 10px;

    display: flex;
    gap: 15px;
    justify-content: space-between;
    transition: .3s all ease-in;
	position: relative;
}

.about-container-right-block:hover {
    box-shadow: 0px 4px 10px 0px #0000001A;

}

.about-container-left-block-arrow {
	width: 38px;
    height: 38px;
    background: url('/pages/img/serie_kartoxhko_arrow.png');
    position: absolute;
    top: 0;
    left: 0;
	transition: top 0.2s ease, left 0.2s ease;
}

.about-container-right-block:hover .about-container-left-block-arrow {
    top: -10px;
    left: -10px;
}


.about-container-right-block-texts {
    margin: 0 28px; 
    margin-top: 25px;
    margin-bottom: 25px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    gap: 6px;

}

.about-container-right-block-text1 {
    font-family: 'PT Sans', sans-serif;
    font-weight: 700;
    font-style: bold;
    font-size: 20px;
    line-height: 100%;
    letter-spacing: 0.1em;
    text-transform: uppercase;
     line-height: 1.3;
     color: #E76A00;


}

.about-container-right-block-text2 {
    font-family: 'PT Sans', sans-serif;
    font-weight: 400;
    font-style: normal;
    font-size: 16px;
    line-height: 100%;
    letter-spacing: 0.1em;
    line-height: 1.3;


}


.about-container-right-block-img img{
    width: 160px;
    height: 160px;

    border-radius: 10px;
    margin: 25px;   
}


@media (max-width: 999px)  {
	#jVts5lbNw3 { display: flex; }

    .about {
        
       

        display: flex;
        gap: 20px;


        overflow-x: auto; 
    white-space: nowrap; 
    -webkit-overflow-scrolling: touch; 
    scrollbar-width: none; 
    
	width: auto;
	    padding: 80px 0px 80px 150px;
	
    }

    .about::-webkit-scrollbar {
    display: none;
}



    /*.about-container-left {
        display: flex;
        flex-direction: row;
        gap: 20px;

       
    }



    .about-container-left-block {
        background-image: url('/pages/img/bolshe_chem-desktop.png') ;
        width: 472px;
        height: 466px;

        opacity: 1;
        border-radius: 10px;

        


    }

    .about-container-left-block-img {
        background-image: url('/pages/img/krugi999.png') ;
        background-repeat: no-repeat;
        width: 100%;
        height: 100%;
        border-radius: 10px

    }


    .about-container-left-block-img-texts {
        padding: 26px;
        display: flex;
        flex-direction: column;
        gap: 10px;
        color: white;
        
    }


    


    .about-container-left-block-img-text1 {
        font-family: 'PT Sans', sans-serif;
        font-weight: 700;
        font-style: bold;
        font-size: 24px;
        line-height: 30px;
        letter-spacing: 0.1em;
        text-transform: uppercase;
        margin: 0; 
        padding: 0; 
        line-height: 1.3;

    }

    .about-container-left-block-img-text2 {
        font-family: 'PT Sans', sans-serif;
        font-weight: 400;
        font-style: normal;
        font-size: 16px;
        line-height: 24px;
        letter-spacing: 0.1em;
        margin: 0; 
        padding: 0;
        line-height: 1.3;

    }*/


    .about-container-right {
        display: flex;
        gap: 20px;
        flex-direction: row;
		width: 100%;

    }

    .about-container-right-block {
        background-image: url('/pages/img/seray_verticakalny.png') ;
        width: 283px;
        height: 100%;
        background-repeat: no-repeat;
        background-size: cover; 


        border-radius: 10px;

        display: flex;
        justify-content: space-between;
        flex-direction:column;
        gap:0px;

    
    }



    .about-container-right-block-texts {
        margin: 0 28px; 
        margin-top: 40px;
        margin-bottom: 25px;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: flex-start;
        gap: 6px;

    }

    .about-container-right-block-text1 {
      font-family: PT Sans;
        font-weight: 700;
        font-style: Bold;
        font-size: 18px;
        line-height: 100%;
        letter-spacing: 0.1em;
        text-transform: uppercase;

        line-height: 1.3;
        color: #E76A00;

        white-space: normal;


    }

    .about-container-right-block-text2 {
        font-family: 'PT Sans', sans-serif;
        font-weight: 400;
        font-size: 16px;
        line-height: 1.3;
        letter-spacing: 0.1em;
        color: #000;

        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 2;
        overflow: hidden;
        text-overflow: ellipsis;
        
        max-height: calc(1.3em * 2); 
        word-break: break-word;
        white-space: normal;
        width: 100%;
        margin: 0;
        padding: 0;

    }
     
	.about-container-right-block-img { width: max-content; }
   
    .about-container-right-block-img img{
        width: 244px;
        height: 244px;
        border-radius: 15.25px;

        margin: 20px;   
    }

}

/* Форма обратной связи */

.feedback-form {
    background-image: url('/pages/img/Davay_obsudim1440.png') ;
    width: 100%;
    height: 624px;
    display: flex;
    justify-content: flex-end;
    background-repeat: no-repeat;
    background-size: cover;
        
}

.feedback-form-group {
    padding-top: 100px;
    padding-bottom: 100px;
    padding-right: 122px;

    width: 466px;
    height: 424px;
    gap: 20px;

    display: flex;
    flex-direction: column;



}

.feedback-form-group-tittle {
    font-family: PT Sans;
    font-weight: 700;
    font-style: Bold;
    font-size: 24px;

    line-height: 100%;
    letter-spacing: 0.1em;
    text-align: center;
    text-transform: uppercase;
    line-height: 1.3;

}

.feedback-form-group-inputs {
    display: flex;
    flex-direction: column;
    gap: 10px;


}



.feedback-form-group-inputs input {
    border: 1px solid #d9d9d9;
    height: 35px;
    gap: 10px;
    opacity: 1;
    border-radius: 10px;
    padding-top: 9px;
    padding-right: 12px;
    padding-bottom: 9px;
    padding-left: 12px;
    border-width: 1px;
    border-color: #D9D9D9;
}

.feedback-form-group-inputs input::placeholder {
    color: #d9d9d9;
}

.feedback-form-group-text {

    font-family: PT Sans;
    font-weight: 400;
    font-style: Regular;
    font-size: 12px;
    line-height: 100%;
    letter-spacing: 0.1em;
    text-align: center;
    line-height: 1.4;
  
}

.feedback-form-group-captcha {
    display: flex;
    height: 50px;
    gap: 8px;
      align-items: center;
    justify-content: center;

}

.feedback-form-group-captcha-code {
    background-image: url('/pages/img/image9.png') ;
    width: 125px;
    height: 50px;
    opacity: 1;
    border-radius: 10px;
    border-width: 1px;
     background-repeat: no-repeat;
    background-size: cover;

}

.feedback-form-group-captcha-textbutton {
    /* Текст */
    font-family: 'PT Sans', sans-serif;
    font-weight: 400;
    font-style: normal;
    font-size: 12px;
    line-height: 100%;
    letter-spacing: 4%;
    color: white; 
    text-transform: none; 
    width: 54px;
    height: 32px;

    color: #E76A00;
    border: none; 
    border-radius: 4px; 
    cursor: pointer; 
    

    display: inline-flex;
    align-items: center;
    justify-content: center;
    vertical-align: middle;
}
    

.feedback-form-group-captcha-input input{
    border: 1px solid #d9d9d9;
    width: 250px;
    height: 30px;
    opacity: 1;
    padding-top: 9px;
    padding-right: 12px;
    padding-bottom: 9px;
    padding-left: 12px;
    gap: 10px;
    border-radius: 10px;
    border-width: 1px;
    border-color: #D9D9D9;


}

.feedback-form-group-captcha-input input::placeholder {
    color: #D9D9D9;
}

.feedback-form-group-button button {
    width: 466px;
    height: 60px;
    opacity: 1;
    gap: 10px;
    border-radius: 20px;
    border-width: 1px;
    padding: 10px;
    background-color: #E76A00;
    border: 1px solid #E76A00;
    color: white;

    font-family: PT Sans;
    cursor: pointer;
    font-weight: 400;
    font-size: 20px;
    line-height: 100%;
    letter-spacing: 0.1em;

      line-height: 1.1;

    transition: .3s all ease-in;
}
.feedback-form-group-button button:hover {
    background: #F48628;
    border-color: #F48628;
}

.feedback-form-group-button button:active {
    background: #CB5D00;
    border-color: #CB5D00;
}

.feedback-form-group-button {
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
    gap: 10px;
}


@media (max-width: 999px) {
	#jVts5lbNw3 { display: flex; } 
    .feedback-form {
        background-image: url('/pages/img/davai-obsudim_planshet.png') ;
        width: 100%;
        height: 487px;
        display: flex;
        justify-content: flex-end;
        background-repeat: no-repeat;
        background-size: cover;
            
    }

    .feedback-form-group {
        padding-top: 40px;
        padding-bottom: 40px;
        padding-right: 17px;

        width: 466px;
        height: 424px;
        gap: 20px;

        display: flex;
        flex-direction: column;



    }

    .feedback-form-group-tittle {
       font-family: PT Sans;
        font-weight: 700;
        font-style: Bold;
        font-size: 20px;
        line-height: 100%;
        letter-spacing: 0.1em;
        text-align: center;
        text-transform: uppercase;


        line-height: 100%;
        letter-spacing: 0.1em;
        text-align: center;
        text-transform: uppercase;
        line-height: 1.3;

    }

    .feedback-form-group-inputs {
        display: flex;
        flex-direction: column;
        gap: 10px;


    }



    .feedback-form-group-inputs input {

        height: 30px;
        gap: 10px;
        opacity: 1;
        border-radius: 10px;
        padding-top: 9px;
        padding-right: 12px;
        padding-bottom: 9px;
        padding-left: 12px;
        border-width: 1px;
        border-color: #D9D9D9;
    }

    .feedback-form-group-text {

        font-family: PT Sans;
        font-weight: 400;
        font-style: Regular;
        font-size: 12px;
        line-height: 100%;
        letter-spacing: 0.1em;
        text-align: center;
        line-height: 1.4;
    
    }

    .feedback-form-group-captcha {
        display: flex;
        height: 50px;
        gap: 8px;
        align-items: center;
        justify-content: center;

    }

    .feedback-form-group-captcha-code {
        background-image: url('/pages/img/image9.png') ;
        width: 125px;
        height: 50px;
        opacity: 1;
        border-radius: 10px;
        border-width: 1px;
        background-repeat: no-repeat;
        background-size: cover;

    }

    .feedback-form-group-captcha-textbutton {
        /* Текст */
        font-family: 'PT Sans', sans-serif;
        font-weight: 400;
        font-style: normal;
        font-size: 12px;
        line-height: 100%;
        letter-spacing: 4%;
        color: white; 
        text-transform: none; 
        width: 54px;
        height: 32px;

        color: #E76A00;
        border: none; 
        border-radius: 4px; 
        cursor: pointer; 
        

        display: inline-flex;
        align-items: center;
        justify-content: center;
        vertical-align: middle;
    }
        

    .feedback-form-group-captcha-input input{
        width: 250px;
        height: 30px;
        opacity: 1;
        padding-top: 9px;
        padding-right: 12px;
        padding-bottom: 9px;
        padding-left: 12px;
        gap: 10px;
        border-radius: 10px;
        border-width: 1px;
        border-color: #D9D9D9;


    }

    .feedback-form-group-button button {
        width: 466px;
        height: 50px;
        opacity: 1;
        gap: 10px;
        border-radius: 10px;
        border-width: 1px;
        padding: 10px;
        background-color: #E76A00;
        border: 1px solid #E76A00;
        color: white;

        font-family: PT Sans;
        font-weight: 400;
        font-size: 20px;
        line-height: 100%;
        letter-spacing: 0.1em;

        line-height: 1.1;


    }

    .feedback-form-group-button {
        display: flex;
        justify-content: center;
        flex-direction: column;
        align-items: center;
        gap: 10px;
    }
}

@media (max-width: 500px) {
	 .feedback-form-group-button {
		margin-top: 50px;
    }
}



@media (max-width: 667px)  {
     .feedback-form {
        background-image: url(/pages/img/hands_mobile.png);
        width: 100%;
        height: 725px;
        display: flex;
        justify-content: flex-end;
        background-repeat: no-repeat;
        background-size: contain;
            
    }

    .feedback-form-group {
            background: #EEE;
			padding: 20px;
			margin-top: 255px;
        width: 100%;
        height: 424px;
        gap: 20px;

        display: flex;
        flex-direction: column;



    }

    .feedback-form-group-tittle {
       font-family: PT Sans;
        font-weight: 700;
        font-style: Bold;
        font-size: 20px;
        line-height: 100%;
        letter-spacing: 0.1em;
        text-align: center;
        text-transform: uppercase;



        line-height: 100%;
        letter-spacing: 0.1em;
        text-align: center;
        text-transform: uppercase;
        line-height: 1.3;

    }

    .feedback-form-group-inputs {
        display: flex;
        flex-direction: column;
        gap: 10px;


    }



    .feedback-form-group-inputs input {

        height: 20px;
        gap: 10px;
        opacity: 1;
        border-radius: 10px;
        padding-top: 9px;
        padding-right: 12px;
        padding-bottom: 9px;
        padding-left: 12px;
        border-width: 1px;
        border-color: #D9D9D9;
    }

    .feedback-form-group-text {

        font-family: PT Sans;
        font-weight: 400;
        font-style: Regular;
        font-size: 10px;
        line-height: 100%;
        letter-spacing: 0.1em;
        text-align: center;
        line-height: 1.4;
    
    }

    .feedback-form-group-captcha {
        display: flex;
        height: 50px;
        gap: 8px;
        align-items: center;
        justify-content: center;
        flex-direction: row;
        flex-wrap: wrap;

    }

    .feedback-form-group-captcha-code {
        background-image: url('/pages/img/image9.png') ;
        width: 125px;
        height: 50px;
        opacity: 1;
        border-radius: 10px;
        border-width: 1px;
        background-repeat: no-repeat;
        background-size: cover;

    }

    .feedback-form-group-captcha-textbutton {
        /* Текст */
        font-family: 'PT Sans', sans-serif;
        font-weight: 400;
        font-style: normal;
        font-size: 12px;
        line-height: 100%;
        letter-spacing: 4%;
        color: white; 
        text-transform: none; 
        width: 54px;
        height: 32px;

        color: #E76A00;
        border: none; 
        border-radius: 4px; 
        cursor: pointer; 
        

        display: inline-flex;
        align-items: center;
        justify-content: center;
        vertical-align: middle;
    }
        

    .feedback-form-group-captcha-input input{
        width: 250px;
        height: 30px;
        opacity: 1;
        padding-top: 9px;
        padding-right: 12px;
        padding-bottom: 9px;
        padding-left: 12px;
        gap: 10px;
        border-radius: 10px;
        border-width: 1px;
        border-color: #D9D9D9;


    }

    .feedback-form-group-button button {
        width: 276px;
        height: 50px;
        opacity: 1;
        gap: 10px;
        border-radius: 10px;
        border-width: 1px;
        padding: 10px;
        background-color: #E76A00;
        border: 1px solid #E76A00;
        color: white;

        font-family: PT Sans;
        font-weight: 400;
        font-size: 20px;
        line-height: 100%;
        letter-spacing: 0.1em;

        line-height: 1.1;
		margin-top: 50px;

    }

    .feedback-form-group-button {
        display: flex;
        justify-content: center;
        flex-direction: column;
        align-items: center;
        gap: 10px;
		margin-top: 25px;
    }


}
/* Партнеры */

.partners {
    
    width: 100%;
    padding-top: 80px;
    padding-bottom: 80px;

    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 40px;

}

.partners-logos {
    display: grid;
  grid-template-columns: repeat(8, 1fr); /* 8 в ряд по умолчанию */
  gap: 20px;
  align-items: center;
  justify-items: center;
}




.partners-text {
    font-family: PT Sans;
    font-weight: 700;
    font-style: Bold;
    font-size: 30px;
    line-height: 100%;
    letter-spacing: 0.1em;
    text-align: center;
    text-transform: uppercase;

}

.partners-logos image {
    width: 101px;
    height: 100px;


}


@media (max-width: 999px) {
	#jVts5lbNw3 { display: flex; }
  .partners-logos {
    grid-template-columns: repeat(8, 1fr); /* 5 в ряд */
  }

	.about {
		width: auto;
	}
	
	.about-container-left .about-container-right-block { display: none;  }
	.about-container-left { width: 280px;
    height: 470px; }

	.about-container-left-block {
		background-size: 121%;
		width: 100%;
		height: 100%;
	}
	
	.about-container-left-block-img { width: 100%; height: 100%; background-size: 100%; }
	.about-container-left-block-img-text1 { font-size: 18px; }
	.about-container-left-block-img-text2 { font-size: 16px; }
	
	
    .partners {
        
        width: 100%;
        padding-top: 80px;
        padding-bottom: 80px;

        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        gap: 40px;

    }

    .partners-logos {
        display: grid;
    grid-template-columns: repeat(8, 1fr); /* 8 в ряд по умолчанию */
    gap: 20px;
    align-items: center;
    justify-items: center;
    }




    .partners-text {
        font-family: PT Sans;
        font-weight: 700;
        font-style: Bold;
        font-size: 20px;
        line-height: 100%;
        letter-spacing: 0.1em;
        text-align: center;
        text-transform: uppercase;

    }

    .partners-logos image {
        width: 101px;
        height: 100px;


    }
}

@media (max-width: 768px) {
  .partners-logos {
    grid-template-columns: repeat(4, 1fr);
  }
}

@media (max-width: 480px) {
  .partners-logos {
    grid-template-columns: repeat(3, 1fr); 
  }
}

/* Продукты */
.block-products {
    justify-content: center;
    padding-top: 80px;
    padding-bottom: 80px;

    display: flex;
    flex-wrap: wrap;
   
    gap: 20px;

    background-image: url('/pages/img/498.png') ;
    background-repeat: no-repeat;
}
.block-products__inner {
    justify-content: center;
    max-width: 1200px;
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
}


.block-product {
     
    
     background-color: #E6E6E6;
  
    
}



.block-products-text {

    width: 466px;
    height: 121px;


    font-family: PT Sans;
    font-weight: 700;
    font-style: Bold;
    font-size: 30px;

    line-height: 100%;
    letter-spacing: 0.1em;
      line-height: 1.2;
   
}

.block-products-group {

    width: 184px;
    height: 202px;
    justify-content: space-between;
    opacity: 1;
    border-radius: 10px;
    padding: 20px;
    background-color: white;

    display: flex;
    flex-direction: column;

}

.block-products-group-img {
    width: 184px;
height: 140px;

opacity: 1;
border-radius: 10px;

}

.block-products-group-text {

    font-family: PT Sans;
    font-weight: 700;
    font-size: 16px;
    line-height: 100%;
    letter-spacing: 0.1em;
    text-transform: uppercase;

}

@media (max-width: 999px)  {
#jVts5lbNw3 { display: flex; }
    .block-products {
        padding-top: 40px;
        padding-bottom: 40px;
        display: flex;
        flex-wrap: column;
        gap: 20px;
        background-image: url('/pages/img/498_999.png') ;
        background-position: center top;
        background-repeat: no-repeat;  
        justify-content: center;
        justify-items: center;
        
    }

    .block-product {
       background-color: #E6E6E6;  
    }

    .block-products-text {
        display: flex;

        width: 100%;
        height: 60px;
        font-family: PT Sans;
        font-weight: 700;
        font-style: Bold;
        font-size: 20px;
        line-height: 100%;
        letter-spacing: 0.1em;
        line-height: 1.2;
        align-items: center;
        justify-content: center;
    
    }

    .block-products-group {

        width: 127px;
        height: 164px;
        justify-content: space-between;
        opacity: 1;
        border-radius: 10px;
        padding: 16px;
        background-color: white;
        display: flex;
        flex-direction: column;

    }


    .block-products-group-img  {
        width: 111px;
        height: 99px;
        opacity: 1;
        border-radius: 10px;

    }

    .block-products-group-img img {
        width: 111px;
        height: 99px;
        opacity: 1;
        border-radius: 10px;

    }

    .block-products-group-text {

        font-family: PT Sans;
        font-weight: 700;
        font-size: 12px;
        line-height: 100%;
        letter-spacing: 0.1em;
        text-transform: uppercase;

    }


}

#rvs_nPopupOverlay {
	width: 100%;
	height: 100%;
	background: #00000080;
	position: fixed;
	justify-content: center;
	align-items: center;
	z-index: 1002;
	display: none;       /* скрыт по умолчанию */
	opacity: 0;          /* прозрачный */
	transition: opacity 0.3s ease;
}

#rvs_nPopupOverlay.active {
	display: flex;
	opacity: 1;
}

#rvs_nPopupOverlay.hiding {
	opacity: 0;
}

#rvs_nPopup {
	background: #FFF;
	border-radius: 10px;
	display: flex;
	transform: translateY(-20px);
	transition: transform 0.3s ease;
}

#rvs_nPopupOverlay.active #rvs_nPopup {
	transform: translateY(0); /* плавное выезжание вверх */
}

#rvs_nPopup_body {
	padding: 70px 20px 20px 20px;
	position: relative;
}

#rvs_nPopupClose {
	position: absolute;
	cursor: pointer;
	top: 20px;
    right: 20px;
}
