@font-face {
	font-family: 'Involve-VF'; 
	src: url(Involve-VF.ttf); 
}

html, body{
    padding: 0;
    margin: 0;
}

body{
    margin-top: 100px;
}

.application_tb_data > h5 {
    margin-right: 40px;
    font-size: 16px;
    font-weight: 500;
}

.banner-product-text-mobil{
    display: none;
}

.header_main {
    height: 100px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    color: #006344;
    position: fixed;
    background-color: #fff;
    width: 100%;
    margin: 0 auto;
    top: 0;
    z-index: 10;
    padding-left: clamp(16px, 7vw, 128px);
    padding-right: clamp(16px, 7vw, 128px);
    box-sizing: border-box;
}

a, p , h1, h2, h3, h4, h5, span{
    font-family: "Involve-VF";
}

.but_contact{
    display: flex;
    align-items: center;
    justify-content: space-between;
    font-weight: 600;
    padding-right: clamp(16px, 6vw, 96px);
}

main {
    width: 100%;
    margin: 0 auto;
    padding: 0 clamp(16px, 7vw, 128px);
    box-sizing: border-box;
}

.main_but{
    width: 496px;
    display: flex;
    justify-content: space-between;
    font-size: 16px;
    font-weight: 500;
    padding-left: clamp(16px, 5vw, 96px);
}

a{
    text-decoration: none;
    color: inherit;
}

.banner{
    background-color: #006344;
    height: 672px;
    border-radius: 32px;
    display: flex;
    align-items: stretch;
}

.banner-logo{
    display: flex;
    align-items: flex-end;
    height: 672px;
    padding-left: 46px;
}

.banner-text{
    width: 600px;
    height: 515px;
    color: white;
    padding-left: 88px;
}

.banner-text > h1{
    font-size: clamp(24px, 5vw, 52px);
    font-weight: 600;
}

.banner-text > h3{
    font-size: clamp(14px, 5vw, 24px);
    font-weight: 600;
}

.banner-text > .banner-text-main > .line > p{
    font-size: 18px;
    font-weight: 500;
}

.line{
    display: flex;
    align-items: center;
}

.text-button{
    background-color: #B2E0FF;
    border-radius: 100px;
    width: 300px;
    height: 56px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 40px;
}

.text-button > h4{
    color: black;
    font-size: 20px;
    font-weight: 600;
}

.catalog{
    padding-left: clamp(16px, 5vw, 96px);
    padding-right: clamp(16px, 5vw, 96px);
    color: #006344;
    margin-top: 70px;
}

.catalog > h1{
    font-size: clamp(24px, 5vw, 52px);
    font-weight: 600;
}

.grid-catalog{
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    gap: 32px;
    column-gap: 32px;
    grid-row-gap: 44px;
    margin-top: 28px;
}

.catalog-blok {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    background-color: #F6F6F6;
    border-radius: 20px;
    height: auto;
}

.catalog-blok > .catalog-content > img{
    display: block;
    margin: 32px auto 0 auto;
    /*max-height: 260px;
    max-width: 260px;
    height: 260px;*/
    width: 100%;
}

.catalog-text {
    padding-left: 32px;
}

.catalog-text-form {
    padding-left: 32px;
    color: #202020;
    padding-bottom: 24px;
}

.catalog-text-form > span {
    font-size: clamp(13px, 5vw, 18px);
    font-weight: 700;
    opacity: 80%;
    margin: 0;
    margin-top: 12px;
}

.catalog-span {
    font-size: clamp(12px, 5vw, 14px);
    font-weight: 700;
}

.catalog-text > h4{
    font-size: clamp(13px, 5vw, 20px);
    font-weight: 600;
    color: black;
    margin-top: 40px;
    margin-bottom: 0px;
}

.button-catalog{
    display: flex;
    justify-content: space-between;
    padding-left: 32px;
    padding-right: 32px;
    padding-bottom: 32px;
}

.catalog-kg{
    border: #006344 2px solid;
    border-radius: 12px;
    display: flex;
    align-items: center;
    justify-content: space-evenly;
    width: 186px;
    height: 41px;
}

.o-tovare{
    color: white;
    width: 186px;
    height: 44px;
    background-color: #006344;
    border-radius: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.o-tovare > h5{
    font-size: 16px;
    font-weight: 600;
}

.part{
    margin-top: 140px;
    padding-left: clamp(16px, 5vw, 96px);
    padding-right: clamp(16px, 5vw, 96px);
    display: flex;
    align-items: center;
}

.part-text{
    width: 720px;
    margin-left: 88px;
}

.part-text > h1{
    color: #006344;
    font-size: clamp(24px, 5vw, 52px);
    font-weight: 600;
    margin: 0px;
}

.part-text > h4{
    color: #606060;
    font-size: 20px;
    font-weight: 500;
}

.text-grid{
    display: grid;
    grid-template-columns: 340px 340px;
    column-gap: 40px;
    margin-top: 40px;
}

.text-grid > div > h1{
    font-size: clamp(24px, 5vw, 80px);
    color: #B2E0FF;
    font-weight: 700;
    margin: 0px;
}

.advantages{
    margin-top: 140px;
    padding-left: clamp(16px, 5vw, 96px);
    padding-right: clamp(16px, 5vw, 96px);
}

.advantages > h1{
    font-size: clamp(24px, 5vw, 52px);
    font-weight: 600;
    color: #006344;
}

.grid-advantages{
    display: grid;
    grid-template-columns: 694px 694px;
    column-gap: 20px;
    grid-row-gap: 20px;
}

.advantages-blok{
    background-color: #F6F6F6;
    border-radius: 16px;
    padding-top: 28px;
    padding-left: 24px;
    padding-bottom: 28px;
    padding-right: 24px;
}

.advantages-h3{
    display: flex;
    align-items: center;
}

.advantages-h3 > h3{
    font-size: clamp(16px, 5vw, 24px);
    font-weight: 600;
    margin: 0px;
    margin-left: 8px;
}

.advantages-blok > p{
    font-size: clamp(13px, 5vw, 18px);
    font-weight: 500;
    color: #606060;
    margin: 0px;
    margin-top: 8px;
}

.documents{
    margin-top: 140px;
    padding-left: clamp(16px, 5vw, 96px);
    padding-right: clamp(16px, 5vw, 96px);
}

.document-main{
    display: flex;
    align-items: center;
    border-bottom: 4px solid #F6F6F6;
}

.document-main >div > h1{
    font-size: clamp(24px, 5vw, 52px);
    font-weight: 600;
    color: #006344;
    margin: 0px;
}

.document-main >div > h4{
    font-size: 20px;
    font-weight: 500;
    color: #606060;
    margin: 0px;
}

.document-layer{
    margin-top: 44px;
    display: grid;
    grid-template-columns: 694px 694px;
    column-gap: 20px;
}

.doc > div > h3{
    font-size: 24px;
    font-weight: 600;
    color: black;
    margin: 0px;
}

.doc{
    display: flex;
    align-items: center;
}

.doc > div{
    margin-left: 24px;
}

.delivery{
    margin-top: 140px;
    padding-left: clamp(16px, 5vw, 96px);
    padding-right: clamp(16px, 5vw, 96px);
}

.delivery-main{
    display: grid;
    grid-template-columns: 688px 688px;
    column-gap: 32px;
}

.delivery-main > h1{
    font-size: clamp(24px, 5vw, 52px);
    font-weight: 600;
    color: #006344;
    margin: 0px;
}

.delivery-main > p{
    font-size: 16px;
    font-weight: 500;
    color: #606060;
    margin: 0px;
}

.delivery-grid{
    display: grid;
    grid-template-columns: 694px 694px;
    height: 284px;
    column-gap: 20px;
    margin-top: 44px;
}

.delivery-blok{
    background-color: #F6F6F6;
    border-radius: 16px;
    display: flex;
    align-items: center;
}

.delivery-blok > img{
    padding-left: 32px;
}

.delivery-text{
    padding-right: 32px;
    padding-left: 36px;
}

.delivery-text > h2{
    font-size: clamp(18px, 5vw, 40px);
    font-weight: 600;
    color: black;
    margin: 0px;
}

.delivery-text > p{
    font-size: 14px;
    font-weight: 500;
    color: #606060;
}

.delivery-text > a{
    font-size: clamp(12px, 5vw, 16px);
    font-weight: 600;
    color: #006344;
}

.answers{
    margin-top: 140px;
    padding-left: clamp(16px, 5vw, 96px);
    padding-right: clamp(16px, 5vw, 96px);
}

.answers > h1{
    font-size: clamp(24px, 5vw, 52px);
    font-weight: 600;
    color: #006344;
    margin: 0px;
}
.answers-grid{
    display: grid;
    grid-template-columns: 688px 688px;
    column-gap: 32px;
    grid-row-gap: 32px;
    margin-top: 44px;
}

.answers-blok{
    background-color: #F6F6F6;
    border-radius: 20px;
}

.questions{
    margin-top: 140px;
    margin-left: 96px;
    margin-right: 96px;
    background-color: #F6F6F6;
    border-radius: 24px;
    display: flex;
    align-items: center;
}

.questions > img{
    width: 688px;
    border-radius: 24px;
}

.questions-form{
    margin-left: 52px;
    margin-right: 30px;
}

.questions-text > h1{
    font-size: clamp(24px, 5vw, 52px);
    font-weight: 600;
    color: #006344;
    margin: 0px;
}

.questions-text > p{
    font-size: 18px;
    font-weight: 500;
    color: #606060;
    margin: 0px;
}

.questions-button{
    margin-top: 40px;
}

.questions-button > h4{
    font-size: 20px;
    font-weight: 600;
    color: black;
    margin-bottom: 16px;
}

.questions-button-blok{
    display: grid;
    grid-template-columns: 298px 298px;
    column-gap: 20px;
}

.questions-button-blok > a > div{
    display: flex;
    align-items: center;
    border: #006344 2px solid;
    border-radius: 12px;
    justify-content: center;
    height: 48px;
}

.questions-button-blok > a > div > h5{
    font-size: 16px;
    font-weight: 600;
    color: #006344;
    margin: 0px;
    margin-left: 8px;
    margin-bottom: 3px;
}

.questions-form-button{
    margin-top: 40px;
}

.questions-form-button > h4{
    font-size: 20px;
    font-weight: 600;
    color: black;
    margin-bottom: 16px;
}

.input-form{
    display: flex;
    align-items: center;
}

.input-form > input{
    height: 52px;
    border-radius: 12px;
    border: #606060 2px solid;
    padding-left: 16px;
    font-size: 20px;
    font-family: "Involve-VF";
    font-weight: 500;
    color: #606060;
    width: 100%;
    background-color: #F6F6F6;
}

.input-form > input::placeholder{
    font-size: 16px;
    font-weight: 400;
    color: #606060;
    font-family: "Involve-VF";
    opacity: 60%;
}

.questions-form-button > form > button{
    width: 100%;
    color: white;
    margin-top: 16px;
    height: 52px;
    border-radius: 12px;
    border: 0;
    background-color: #006344;
    font-size: 16px;
    font-weight: 600;
    font-family: "Involve-VF";
}

.questions-form-button > form > button:hover{
    cursor: pointer;
}

.questions-form-button > form > p{
    text-align: center;
    font-size: 14px;
    font-weight: 500;
    color: #606060;
}

.questions-form-button > form > p > a{
    font-size: 14px;
    font-weight: 500;
    color: #606060;
    text-decoration: underline;
}

footer{
    margin-top: 70px;
    background-color: #F6F6F6;
    height: 262px;
    width: 100%;
    padding-top: 70px;
}

.footer-main{
    width: 100%;
    display: flex;
    align-items: center;
    margin: 0 auto;
    box-sizing: border-box;
        justify-content: center;
}

.footer-grid{
    display: grid;
    grid-template-columns: 265px 265px;
    column-gap: 13px;
}

.footer-button-blok{
    display: flex;
    align-items: center;
    border: #006344 2px solid;
    border-radius: 12px;
    justify-content: center;
    height: 40px;
}

.footer-button-blok > h5{
    font-size: 16px;
    font-weight: 600;
    color: #006344;
    margin: 0px;
    margin-left: 8px;
    margin-bottom: 3px;
}

.footer-layer-1{
    margin-left: 96px;
    width: 543px;
}

.footer-layer-1 > p{
    font-size: 16px;
    font-weight: 500;
    color: #606060;
}

.footer-layer-2{
    margin-left: 32px;
    width: 258px;
    margin-right: 32px;
}

.footer-layer-2 > h5{
    font-size: 16px;
    font-weight: 600;
    color: black;
    margin: 0;
}

.footer-layer-2 > p{
    font-size: 16px;
    font-weight: 500;
    color: black;
}

.footer-layer-3{
    width: 543px;
    margin-right: 96px;
}

.footer-layer-3 > h5{
    font-size: 16px;
    font-weight: 600;
    color: black;
    margin-top: 0;
}

.footer-layer-3 > a > h5{
    font-size: 16px;
    font-weight: 600;
    color: black;
    margin-top: 0;
}

.footer-grid > div > p{
    font-size: 16px;
    font-weight: 500;
    color: #606060;
}

.mail {
    color: black !important;
}

.footer-line{
    height: 58px;
    background-color: #006344;
}

.footer-line > div{
    margin: 0 auto;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 58px;
}

.footer-line > div > p{
    font-size: clamp(12px, 5vw, 14px);
    font-weight: 500;
    color: #F6F6F6;
    margin-right: 975px;
}


/*PRODUCT*/

.banner-product{
    background-color: #006344;
    height: 100%;
    border-radius: 32px;
    display: flex;
    align-items: stretch;
    justify-content: space-between;
}

.banner-product-logo{
    display: flex;
    align-items: flex-end;
    padding-right: clamp(16px, 5vw, 96px);
    justify-content: center;
}

.banner-product-text{
    width: 808px;
    height: 100%;
    color: white;
    padding-left: clamp(16px, 5vw, 96px);
    margin-top: 32px;
    padding-bottom: 32px;
}

.banner-product-text > h1{
    font-size: clamp(24px, 5vw, 40px);
    font-weight: 600;
}

.banner-product-text > h3{
    font-size: 24px;
    font-weight: 600;
}

.formula-grid{
    display: flex;
    gap: 12px;
}

.formula{
    background-color: #F6F6F6;
    border-radius: 41px;
    display: flex;
    align-items: center;  
}

.blok_formul{
    padding: 6px 8px 6px 16px
}

.blok_formul > h3{
    margin-top: 2px;
    margin-bottom: 2px;
    font-size: 24px;
    font-weight: 600;
    color: #006344;
}

.proc_formul{
    background-color: #006344;
    border-radius: 20px;
    padding: 7px 12px;
    margin-right: 4px;
}

.proc_formul > h3{
    font-size: 20px;
    font-weight: 600;
    color: #F6F6F6;
    margin: 0;
}

.toggle-wrapper-mobi{
    display: none;
}

.description{
    margin-top: 70px;
    margin-left: 96px;
    margin-right: 96px;
}

.description > h2{
    font-size: clamp(24px, 5vw, 40px);
    font-weight: 600;
    color: #006344;
    margin-bottom: 0px;
}

.description > p{
    font-size: 18px;
    font-weight: 500;
    color: #606060;
    margin-top: 20px;
}

.description-grid{
    display: grid;
    grid-template-columns: 1.2fr 1.2fr 1fr;
    column-gap: 20px;
    margin-bottom: 20px;
}

.description-grid-up{
    display: grid;
    grid-template-columns: 1fr 1.2fr 1.2fr;
    column-gap: 20px;
}

.description-blok-up {
    position: relative;
    border: #DEDEDE 2px solid;
    border-radius: 16px;
    height: 112px;
    display: flex;
    align-items: center;
    padding-left: 16px;
    padding-right: 16px;
    overflow: hidden;
}

.description-blok {
    position: relative;
    background-color: #F6F6F6;
    border-radius: 16px;
    height: 116px;
    padding-right: 130px;
    display: flex;
    align-items: center;
    padding-left: 16px;
    overflow: hidden;
}

.description-text {
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.description-img {
    position: absolute;
    right: 0;
    bottom: 0;
    height: 116px;
}

.description-blok > div > h5, .description-blok-up > div > h5{
    font-size: 16px;
    font-weight: 600;
    color: black;
    margin: 0;
    margin-bottom: 10px;
}

.description-blok > div > p, .description-blok-up > div > p{
    font-size: 14px;
    font-weight: 500;
    color: #606060;
    margin: 0;
}

.application{
    margin-top: 40px;
    margin-left: 96px;
    margin-right: 96px;
}

.application > h2{
    font-size: clamp(24px, 5vw, 40px);
    font-weight: 600;
    color: #006344;
    margin-bottom: 0px;
}

.toggle-wrapper {
  position: relative;
  width: 718px;
  height: 56px;
  background-color: #f6f6f6;
  border-radius: 16px;
  display: flex;
  gap: 16px;
  padding: 4px;
  box-sizing: border-box;
  font-family: sans-serif;
    margin-bottom: 20px;
    margin-top: 20px;
}

.toggle-wrapper-mobi {
  position: relative;
  height: 56px;
  background-color: #f6f6f6;
  border-radius: 16px;
  padding: 4px;
  box-sizing: border-box;
  font-family: sans-serif;
    margin-bottom: 20px;
    margin-top: 20px;
}

.toggle-btn {
  height: 100%;
  border: none;
  background: none;
  cursor: pointer;
  font-size: 14px;
  font-weight: 500;
  color: #606060;
  z-index: 2;
  transition: color 0.3s;
  border-radius: 12px;
  position: relative;
  z-index: 2;
    font-family: "Involve-VF";
    font-size: 16px;
    font-weight: 600;
}

.toggle-btn.left {
  width: 387px;
}

.toggle-btn.right {
  width: 303px;
}

.toggle-btn.active {
  color: white;
}

.toggle-slider {
  position: absolute;
  top: 4px;
  bottom: 4px;
  left: 4px;
  width: 387px;
  background-color: #006344;
  border-radius: 12px;
  transition: left 0.3s, width 0.3s;
  z-index: 1;
}

.application_tb_line{
    display: grid;
    grid-template-columns: 1.1fr 1.1fr 1fr;
    align-items: center;
    border-bottom: black 2px solid;
    height: 48px;
    padding-top: 12px;
}

.application_tb_line > h5{
    font-size: 16px;
    font-weight: 600;
    color: black;
    margin-bottom: 16px;
    margin-top: 12px;
}

.application_tb{
    background-color: #F6F6F6;
    border-radius: 12px;
}

.application_tb table {
    width: 100%;
    border-collapse: collapse;
    margin-left: 28px;
    margin-right: 28px;
}


td{
    font-family: "Involve-VF";
    font-size: 16px;
    font-weight: 500;
}

.documentation{
    margin-top: 40px;
    margin-left: 96px;
    margin-right: 96px;
}

.documentation > h2{
    font-size: clamp(24px, 5vw, 40px);
    font-weight: 600;
    color: #006344;
    margin-bottom: 0px;
}

.documentation-grid{
    display: grid;
    grid-template-columns: 1fr 1fr;
    column-gap: 32px;
    margin-top: 20px;
    grid-row-gap: 32px;
}

.documentation-blok{
    background-color: #F6F6F6;
    border: #DEDEDE 2px solid;
    border-radius: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding-left: 28px;
    padding-right: 28px;
    height: 96px;
}

.documentation-blok > h5{
    font-size: 16px;
    font-weight: 600;
    color: #006344;
    padding-left: 12px;
}

.spec_main{
    margin-top: 40px;
    margin-left: 96px;
    margin-right: 96px;
    display: grid;
    grid-template-columns: 1fr 1fr;
    column-gap: 32px;
}

.specifications > h2, .mass_fractions_substances > h2{
    font-size: clamp(24px, 5vw, 40px);
    font-weight: 600;
    color: #006344;
    margin: 0px;
}

.specifications > h5, .mass_fractions_substances > h5{
    font-size: 20px;
    font-weight: 400;
    color: #707070;
    margin: 0;
    margin-top: 24px;
}

.specifications > h4, .mass_fractions_substances > h4{
    font-size: 20px;
    font-weight: 600;
    color: #2B2A29;
    margin: 0;
    margin-top: 12px;
}

.transportation{
    margin-top: 70px;
    margin-left: 96px;
    margin-right: 96px;
}

.transportation > h2{
    font-size: clamp(24px, 5vw, 40px);
    font-weight: 600;
    color: #006344;
    margin-bottom: 0px;
}

.transportation > h5{
    font-size: 20px;
    font-weight: 600;
    color: #707070;
    margin: 0;
    margin-top: 24px;
}

.transportation > h4{
    font-size: 20px;
    font-weight: 600;
    color: #2B2A29;
    margin: 0;
    margin-top: 12px;
}

.banner-product-text > p{
    font-size: 14px;
    font-weight: 500;
    color: white;
    margin: 0;
}

.banner-product-text > p > a{
    color: white;
    opacity: 60%;
}

.banner-product-span{
    padding-left: 10px;
    padding-right: 10px;
    font-family: "Involve-VF";
    font-size: 16px;
    font-weight: 600;
}

.banner-product-text > h4{
    font-size: 20px;
    font-weight: 600;
    color: #F6F6F6;
    margin-bottom: 12px;
}

.banner-product-grid{
    display: grid;
    grid-template-columns: 299px 251px;
    column-gap: 12px;
    align-items: center;
    grid-row-gap: 12px;
}

.banner-product-grid-up{
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    column-gap: 12px;
    align-items: center;
    grid-row-gap: 12px;
    width: 450px;
}

.banner-product-option {
    border: #B2E0FF 2px solid;
    border-radius: 20px;
    display: flex;
    align-items: center;
    height: 56px;
    cursor: pointer;
    transition: all 0.0s ease;
}

.banner-product-option > h5 {
    font-size: 16px;
    font-weight: 600;
    color: #B2E0FF;
    padding-left: 16px;
}

.banner-product-option > img {
    border-radius: 0 0 0 17px;
    padding-top: 8px;
}

.banner-product-option.active {
    background-color: #B2E0FF;
    height: 72px;
    align-items: flex-end;
}

.banner-product-option.active > h5 {
    color: black;
    padding-left: 12px;
}

.banner-product-option.active > img {
    border-radius: 20px 0 0 20px;
    padding-top: 0;
}

.banner-product-option img,
.banner-product-option-up img {
    width: 40px;
    transition: 0.2s ease;
}

.banner-product-option.active img,
.banner-product-option-up.active img {
    width: 60px;
}


/*UP*/
.banner-product-option-up {
    border: #B2E0FF 2px solid;
    border-radius: 20px;
    display: flex;
    align-items: center;
    height: 56px;
    cursor: pointer;
    transition: all 0.0s ease;
}

.banner-product-option-up > h5 {
    font-size: 16px;
    font-weight: 600;
    color: #B2E0FF;
    padding-left: 16px;
}

.banner-product-option-up > img {
    border-radius: 0 0 0 17px;
    padding-top: 8px;
}

.banner-product-option-up.active {
    background-color: #B2E0FF;
    height: 72px;
    align-items: flex-end;
}

.banner-product-option-up.active > h5 {
    color: black;
    padding-left: 12px;
}

.banner-product-option-up.active > img {
    border-radius: 20px 0 0 20px;
    padding-top: 0;
}

/*-UP*/

.banner-product-button{
    display: flex;
    align-items: center;
    margin-top: 62px;
}

.button_form_product{
    font-size: 20px;
    font-weight: 600;
    color: black;
    margin: 0;
}

.vert-line{
    height: 40px;
    border-left: 1px solid #F6F6F6;
}

.vert-line-filter{
    height: 28px;
    border-left: 2px solid #DEDEDE;
}

.banner-product-button > h5{
    font-size: 16px;
    font-weight: 600;
    color: #F6F6F6;
    padding-left: 16px;
    margin: 0;
}

/*CATALOG*/

.search-container {
    display: flex;
    align-items: center;
    border: 2px solid #606060;
    border-radius: 31px;
    padding: 0px 20px;
    width: 327px;
    background-color: transparent;
    height: 40px;
}

.search-container img {
    width: 20px;
    height: 20px;
    margin-right: 8px;
}

.search-input {
    border: none;
    outline: none;
    background: transparent;
    color: #606060;
    width: 100%;
}

.search-input::placeholder{
    color: #606060;
    margin: 0;
    font-size: 16px;
    font-weight: 600;
    font-family: "Involve-VF";
}

.grid-catalog-main{
    display: grid;
    grid-template-columns: 328px 328px 328px 328px;
    column-gap: 32px;
    grid-row-gap: 44px;
    margin-top: 28px;
}

.catalog-blok-c {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    background-color: #F6F6F6;
    border-radius: 20px;
    height: 516px;
}

.catalog-blok-c > .catalog-content-c > img{
    display: block;
    margin: 20px auto 0 auto;
    max-height: 260px;
    max-width: 260px;
    height: 260px;
}

.catalog-text-c {
    padding-left: 20px;
}

.catalog-text-c > h5 {
    font-size: 16px;
    font-weight: 600;
    color: black;
    margin-top: 4px;
    margin-bottom: 12px;
}

.catalog-text > h5 {
    font-size: clamp(10px, 5vw, 16px);
    font-weight: 600;
    color: black;
    margin-top: 4px;
    margin-bottom: 12px;
}

.catalog-text-form-c {
    padding-left: 20px;
    color: #202020;
    padding-bottom: 24px;
}

.catalog-text-form-c > span {
    font-size: 18px;
    font-weight: 700;
    opacity: 80%;
    margin: 0;
    margin-top: 12px;
}

.catalog-span-c {
    font-size: 14px;
    font-weight: 700;
}

.catalog-text-c > h4{
    font-size: 20px;
    font-weight: 600;
    color: black;
    margin-top: 40px;
    margin-bottom: 0px;
}

.button-catalog-c{
    display: flex;
    justify-content: space-between;
    padding-left: 20px;
    padding-right: 20px;
    padding-bottom: 20px;
}

.catalog-kg-c{
    border: #006344 2px solid;
    border-radius: 12px;
    display: flex;
    align-items: center;
    justify-content: space-evenly;
    width: 138px;
    height: 41px;
}

.o-tovare-c{
    color: white;
    width: 138px;
    height: 44px;
    background-color: #006344;
    border-radius: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.o-tovare-c > h5{
    font-size: 16px;
    font-weight: 600;
}

.bread-crumbs{
    font-size: 16px;
    font-weight: 600;
    color: #606060;
}

.catalog-line{
    border-bottom: #F6F6F6 2px solid;
    width: 100%;
    margin-bottom: 20px;
}

.filter-grid{
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
}

.filter-left-group {
    display: flex;
    gap: 12px;
    flex-wrap: wrap;
}

.filter-blok{
    border: #006344 1px solid;
    border-radius: 31px;
    width: 210px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 12px;
    height: 42px;
}

.filter-blok > h5{
    font-size: 16px;
    font-weight: 600;
    color: #006344;
    padding-right: 4px;
}

.filter-blok-reload{
    background-color: #B2E0FF;
    border-radius: 31px;
    width: 179px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 12px;
    height: 44px;
    width: 221px;
    margin-left: 12px;
}

.filter-blok-reload > h5{
    font-size: 16px;
    font-weight: 600;
    color: black;
    padding-left: 8px;
    cursor: pointer;
}

.dropdown {
    position: absolute;
    background-color: white;
    border: 1px solid #ccc;
    border-radius: 8px;
    margin-top: 50px;
    z-index: 1000;
    list-style: none;
    padding: 8px 0;
    width: 210px;
    box-shadow: 0px 4px 12px rgba(0,0,0,0.1);
}

.dropdown li {
    padding: 8px 12px;
    cursor: pointer;
    transition: background-color 0.2s;
    font-size: 16px;
    font-weight: 600;
    color: black;
    font-family: "Involve-VF";
}

.dropdown li:hover {
    background-color: #f2f2f2;
}

.hidden {
    display: none;
}

.filter-blok {
    position: relative;
    cursor: pointer;
}

.no-results {
    margin-top: 20px;
    font-size: 18px;
    font-weight: 600;
    color: #A00;
    position: absolute;
    text-align: center;
    width: 100%;
    left: 0;
}

.filter-group {
    position: relative;
    display: inline-block;
    margin-right: 12px;
}

/*Доставка*/

.delivery-banner{
    background-color: #006344;
    height: 528px;
    border-radius: 32px;
    display: flex;
    flex-direction: column;
    align-items: center;
    padding-left: clamp(16px, 5vw, 96px);
    padding-right: clamp(16px, 5vw, 96px);
}

.delivery-banner > h2{
    font-size: clamp(24px, 5vw, 40px);
    font-weight: 600;
    color: white;
    margin-top: 28px;
    margin-bottom: 0px;
}

.delivery-banner > p{
    font-size: 18px;
    font-weight: 500;
    color: white;
    margin-top: 20px;
    margin-bottom: 0px;
    width: 1168px;
}

.banner-delivery-logo{
    display: flex;
    align-items: flex-end;
    height: 528px;
}

.delivery-grid-another{
    display: grid;
    grid-template-columns: 456px 456px 456px;
    height: 284px;
    column-gap: 20px;
    margin-top: 44px;
}

.delivery-blok-another{
    border: #DEDEDE 2px solid;
    border-radius: 20px;
    display: flex;
    flex-direction: column;
    padding-left: 20px;
    padding-right: 20px;
}

.delivery-img-another{
    margin-top: 20px;
    display: flex;
    align-items: center;
    background-color: #F6F6F6;
    border-radius: 16px;
    padding: 16px 20px;
    height: 64px;
}

.delivery-img-another > h3{
    margin: 0;
    margin-left: 24px;
    font-size: clamp(16px, 5vw, 24px);
    font-weight: 600;
    color: black;
}

.delivery-text-another{
    padding-left: 4px;
    padding-right: 4px;
}

.delivery-text-another > p{
    font-size: 14px;
    font-weight: 500;
    color: #606060;
}

.delivery-text-another > a{
    font-size: 14px;
    font-weight: 500;
    color: #006344;
    text-decoration: underline;
}

.document-main-another{
    font-size: 20px;
    font-weight: 600;
    color: #606060;
    margin: 0;
    margin-top: 20px;
}

.pay-grid{
    display: grid;
    grid-template-columns: 337px 337px 337px 337px;
    height: 168px;
    column-gap: 20px;
    position: relative;
}

.pay-blok{
    background-color: #F6F6F6;
    border-radius: 16px;
    padding: 28px 24px;
    position: relative;
    z-index: 2;
}

.pay-blok > h4{
    font-size: 20px;
    font-weight: 600;
    margin: 0;
}

.pay-blok > p{
    font-size: 14px;
    font-weight: 500;
    margin: 0;
    color: #606060;
    margin-top: 8px;
}

.pay-blok > p > a{
    color: #006344;
    text-decoration: underline;
}

.pay-blok-wr{
    border: #DEDEDE 2px solid;
    border-radius: 16px;
    padding: 28px 24px;
    position: relative;
    z-index: 2;
    background-color: white;
}

.pay-blok-wr > h4{
    font-size: 20px;
    font-weight: 600;
    margin: 0;
}

.pay-blok-wr > p{
    font-size: 14px;
    font-weight: 500;
    color: #606060;
    margin: 0;
    margin-top: 8px;
}

.pay-blok-wr > p > a{
    color: #006344;
    text-decoration: underline;
}

.pay-line{
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    height: 4px;
    background: #DEDEDE;
    transform: translateY(-50%);
    z-index: 1;
}

.pay > h3{
    margin-bottom: 28px;
    margin-top: 44px;
    font-size: 24px;
    font-weight: 600;
}

/*Контакты*/

.contacts{
    margin-top: 20px;
    margin-left: 96px;
    margin-right: 96px;
}

.contacts > h1{
    color: #006344;
    font-size: clamp(24px, 5vw, 52px);
    font-weight: 600;
    margin: 0;
}

.contacts-grid{
    display: grid;
    grid-template-columns: 456px 456px 456px;
    column-gap: 20px;
    height: 416px;
    margin-top: 70px;
}

.contacts-blok{
    border: #DEDEDE 2px solid;
    border-radius: 20px;
    padding: 40px 32px;
}

.contacts-blok > h4{
    color: black;
    font-size: 20px;
    font-weight: 600;
    margin: 0;
}

.contacts-blok > h5{
    color: black;
    font-size: 16px;
    font-weight: 600;
    margin: 0;
}

.contacts-blok > p{
    color: #606060;
    font-size: 16px;
    font-weight: 500;
    margin: 0;
    margin-top: 8px;
}

.contacts-grid-another{
    display: grid;
    grid-row-gap: 20px;
}

.contacts-blok-another{
    border: #DEDEDE 2px solid;
    border-radius: 20px;
}

.indicator{
    width: 158px;
    height: 44px;
    background-color: #CBF7CA;
    border-radius: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 20px;
    margin-bottom: 20px;
    color: #2AA63E;
    font-size: 14px;
    font-weight: 500;
    font-family: "Involve-VF";
}

.indicator.closed {
    background-color: #F7CACA;
    color: #A62A2A;
}

.indicator-yuzms{
    width: 158px;
    height: 44px;
    background-color: #CBF7CA;
    border-radius: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 20px;
    margin-bottom: 20px;
    color: #2AA63E;
    font-size: 14px;
    font-weight: 500;
    font-family: "Involve-VF";
}

.indicator-yuzms.closed {
    background-color: #F7CACA;
    color: #A62A2A;
}

.contacts-blok-another{
    padding: 36px 32px;
}

.contacts-blok-another > h4{
    color: black;
    font-size: 20px;
    font-weight: 600;
    margin: 0;
}

.contacts-blok-another > p{
    color: #606060;
    font-size: 14px;
    font-weight: 500;
    margin: 0;
    margin-top: 10px;
}

.wtapp{
    background-color: #36D439;
    border-radius: 12px;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 44px;
    border: 0!important;
}

.wtapp > h5{
    color: white!important;
    font-size: 16px;
    font-weight: 600;
    margin: 0;
    margin-left: 8px;
}

.contact-form{
    background-color: #006344;
    border-radius: 12px;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 44px;
    margin-top: 20px;
}

.contact-form > h5{
    color: white;
    font-size: 16px;
    font-weight: 600;
    margin: 0;
}

.contacts-map{
    border: #DEDEDE 2px solid;
    border-radius: 20px;
    padding: 37px 32px;
    margin-top: 44px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.contacts-map-text > h4 {
    color: black;
    font-size: 20px;
    font-weight: 600;
    margin: 0;
}

.contacts-map-text > p {
    color: #606060;
    font-size: 16px;
    font-weight: 500;
    margin: 0;
}

.contact-map-way{
    background-color: #006344;
    border-radius: 12px;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 44px;
    margin-top: 20px;
    width: 217px;
}

.contact-map-way > h5{
    color: white;
    font-size: 16px;
    font-weight: 600;
    margin: 0;
}


/*SCRIPT*/

.accordion-item {
    overflow: hidden;
}

.accordion-header {
    padding: 36px;
    cursor: pointer;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.accordion-header > h4{
    color: black;
    font-size: 20px;
    font-weight: 600;
    margin: 0;
}

.accordion-icon {
    transition: transform 0.3s;
}

.accordion-content {
    max-height: 0;
    opacity: 0;
    transform: translateY(-20px);
    overflow: hidden;
    transition: max-height 0.5s ease, padding 0.5s ease, opacity 0.5s ease, transform 0.5s ease;
    padding: 0 36px;
    will-change: max-height, opacity, transform;
}

.accordion-content > p{
    color: #606060;
    font-size: 18px;
    font-weight: 500;
    margin: 0;
}

.accordion-item.active .accordion-content {
    max-height: 500px;
    opacity: 1;
    transform: translateY(0);
    padding: 36px 36px;
    padding-top: 0;
}

.accordion-item.active .accordion-icon {
    transform: rotate(45deg);
}

/*MODAL*/
/* Стили для модального окна */

.myBtn:hover{
    cursor: pointer;
}

.modal {
  display: none; 
  position: fixed;
  z-index: 1000;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.9);
  align-items: center;
  justify-content: center;
}

.modal-content {
  max-width: 90%;
  max-height: 90%;
}

.modal_form {
  /*display: none;*/
  position: fixed;
  z-index: 11;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: auto; 
  background-color: rgb(0,0,0); 
  background-color: rgba(0,0,0,0.4);
}

.close_modal {
    position: absolute;
    top: 11px; 
    right: 20px;
    color: #000;
    float: right;
    font-size: 28px;
    font-weight: bold;
    cursor: pointer;
}

.close_modal:hover,
.close_modal:focus {
    color: #84d5d6;
    text-decoration: none;
    cursor: pointer;
}

.modal-content {
    background-color: #ffffff;
    margin: 15% auto;
    padding: 46px 40px;
    width: 40%;
    border-radius: 24px;
    position: relative;
}

.modal_title_main{
    color: black;
    font-size: 24px;
    font-weight: 600;
    margin: 0;
    margin-bottom: 40px;
    text-align: center;
}

.modal-content > img{
    display: block;
    margin: 0 auto;
    max-width: 280px;
    max-height: 280px;
    height: 280px;
}

.modal-content > h4{
    color: #606060;
    font-size: 20px;
    font-weight: 600;
    margin: 0;
    margin-bottom: 8px;
    text-align: center;
}

.form-validate > input{
    height: 52px;
    border-radius: 12px;
    border: #606060 2px solid;
    padding-left: 16px;
    font-size: 20px;
    font-family: "Involve-VF";
    font-weight: 500;
    color: #606060;
    width: 100%;
    margin-top: 16px;
    box-sizing: border-box;
}

.form-validate > input::placeholder{
    font-size: 16px;
    font-weight: 400;
    color: #606060;
    font-family: "Involve-VF";
    opacity: 60%;
}

.modal_title{
    color: black;
    font-size: 24px;
    font-weight: 600;
    margin-top: 20px;
    margin-bottom: 16px;
    text-align: center;
}


/*confidentiality*/

.confidentiality{
    margin-top: 20px;
    margin-left: 96px;
    margin-right: 96px;
}

.confidentiality > h1{
    color: #006344;
    font-size: clamp(24px, 5vw, 52px);
    font-weight: 600;
    margin: 0;
}

.confidentiality > h2{
    color: #006344;
    font-size: 40px;
    font-weight: 600;
    margin: 0;
    margin-top: 40px;
}

.confidentiality > p{
    color: black;
    font-size: 18px;
    font-weight: 500;
    margin: 0;
    margin-top: 20px;
}

.confidentiality-grid{
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 70%;
}

.application_tb_data{
    display: grid;
    grid-template-columns: 1.1fr 1.1fr 1fr;
    align-items: center;
}

/*MOBILE*/

@media (max-width: 1550px) {

    .questions > img {
        width: 515px;
    }

    .specifications > h2{
        font-size: 35px;
    }

    .mass_fractions_substances > h2{
        font-size: 35px;
    }

    .footer-line > div > p{
        margin-right: 817px;
    }

    .description-blok-up{
        height: auto;
        padding-top: 10px;
        padding-bottom: 10px;
    }

    .description-blok{
        height: auto;
        padding-top: 10px;
        padding-bottom: 10px;
    }

    .questions-text > h1 {
        font-size: 30px !important;
    }

    .questions-text > p {
        font-size: 13px;
    }

    .questions-button > h4 {
        font-size: 13px;
    }

    .questions-button-blok {
        grid-template-columns: 1fr 1fr;
    }

    .questions-button-blok > a > div {
        height: 36px !important;
    }

    .questions-button-blok > a > div > h5 {
        font-size: 14px;
    }
    
    .questions-form-button {
        margin-top: 10px;
    }

    .questions-form-button > h4 {
        font-size: 13px;
    }

    .questions-form-button > form > button {
        font-size: 14px;
        height: 40px;
    }

    .questions-form-button > form > p {
        font-size: 12px;
    }

    .questions-form-button > form > p > a {
        font-size: 12px;
    }

    .input-form > input {
        height: 40px;
    }

    .main_but {
        padding-left: 0;
    }
    
    .but_contact {
        padding-right: 0;
    }
}

@media (max-width: 1200px) {
  .main_but, .but_contact {
    padding-left: 32px;
    padding-right: 32px;
  }

  .catalog, .part, .advantages, .documents, .delivery, .answers, .questions, .footer-main {
    padding-left: 32px;
    padding-right: 32px;
  }

  .grid-catalog {
    grid-template-columns: 1fr 1fr;
  }

  .grid-advantages,
  .document-layer,
  .delivery-grid,
  .answers-grid,
  .contacts-grid,
  .delivery-grid-another {
    grid-template-columns: 1fr 1fr;
  }

  .pay-grid {
    grid-template-columns: 1fr 1fr;
  }
}

.banner-logo-mobil{
    display: none;
}

.grid-catalog-mobil{
    display: none;
}

.part-img-mobil{
    display: none;
}

.document-main-mobil{
        display: none;
    }

.mobil_bar {
    display: none;
}



@media (max-width: 768px) {
    
    .logo-main {
        height: 40px;
    }
    
    .banner-product-text-mobil{
     display: none;
    }
    
    .questions-button-blok-mobil > a > div {
        display: flex;
        align-items: center;
        border: #006344 2px solid;
        border-radius: 12px;
        justify-content: center;
        height: 36px;
        margin: 0 20px;
    }
    
    .wtapp-mobil {
        background-color: #36D439;
        border-radius: 12px;
        display: flex;
        justify-content: center;
        align-items: center;
        height: 36px;
        border: 0 !important;
        margin-top: 10px !important;
    }
    
    .footer-line > div > p {
        margin: 0 auto;
        margin-left: auto !important;
        padding: 16px 0px;
        padding-bottom: 4px;
    }
    
    .footer-line > div > a > p {
        padding: 16px 0px;
        padding-top: 4px;
    }
    
    .footer-grid{
        gap:20px;
    }
    
    .questions-button-blok-mobil > a > div > h5 {
        font-size: 12px;
        font-weight: 600;
        color: #006344;
        margin: 0px;
        margin-left: 8px;
        margin-bottom: 3px;
    }
    
    .wtapp-mobil > h5 {
        color: white !important;
        font-size: 16px;
        font-weight: 600;
        margin: 0;
        margin-left: 8px;
    }
    
    .nav-panel-mobil {
        padding-left: 20px;
        display: flex
;
        flex-direction: column;
    }
    
    .banner-product-text{
        display: none;
    }
    
    .banner-product{
        flex-direction: column;
    }
    
    .description-grid{
        grid-template-columns: 1fr;
    }
    
    .transportation > h2{
        padding: 0;
    }
    
    .description-grid-up{
        grid-template-columns: 1fr;
    }
    
    banner-product-text-mobil{
        display: block;
    }
    
    .banner-product-text-mobil > h4{
        font-size: 16px;
        font-weight: 600;
        color: #606060;
        text-align: center;
    }
    
    .myBtn{
        width: 100%;
    }
    
    .banner-product-grid-up{
        width: 100%;
    }
    
    .mobil_bar {
        display: block;
        z-index: 20;
        position: fixed;
        top: 16px;
        right: 13px;
        cursor: pointer;
    }
    
    .nav-panel-mobil > a {
        color: #006344;
        font-size: 14px;
        font-weight: 600;
        margin-bottom: 20px;
    }
    
    body {
        margin-top: 65px;
    }
    
    .questions{
        margin: auto;
        margin-top: 40px;
    }

    .mobil_bar.hidden {
        display: none;
    }
    
    .part-img-mobil{
        display: block;
    }
    
    .doc{
        margin: 0 auto;
    width: 81%;
            flex-direction: column;
    }
    
    .part-img-mobil > img{
        width: 100%;
    }
    
    .document-main-mobil{
        display: block;
    }
    
    .document-main-mobil > div > img{
        border-bottom: 4px solid #F6F6F6;
        width: 100%;
    }
    
    .grid-catalog-main{
        grid-template-columns: 1fr 1fr;
    }
    
    .document-main{
        display: none!important;
    }
    
    .advantages > h1{
        text-align: center;
    }
    
    .document-main-mobil >div > h1{
        text-align: center;
    }
    
    .document-main-mobil >div > h1 {
    font-size: clamp(24px, 5vw, 52px);
    font-weight: 600;
    color: #006344;
    margin: 0px;
    }
    .document-main-mobil >div > h4 {
    font-size: 20px;
    font-weight: 500;
    color: #606060;
    margin: 0px;
        text-align: center;
    }
    
    .part > div > img{
        display: none;
    }
    
    .part-text > h1{
        padding: 0 80px;
    }
    
    .part-text > h4{
        padding: 0 80px;
    }
    
    .grid-catalog-mobil{
        display: grid;
        grid-template-columns: 1fr 1fr;
        grid-row-gap: 20px;
        column-gap: 20px;
    }
    
    .delivery-text > p{
        display: none;
    }
    
    .delivery-blok > img{
        width: 100px;
        padding-left: 12px;
    }
    
    .catalog-text-form{
        padding-bottom: 0;
    }
    
    .o-tovare {
    color: white;
    height: 44px;
    background-color: #006344;
    border-radius: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 32px;
        width: auto;
    }
    
    .delivery-grid{
        gap: 20px;
        height: auto;
    }
    
    .toggle-wrapper-mobi{
    display: flex;
}
    
    .toggle-wrapper{
        display: none;
    }
    
    .banner-product-span{
        font-size: 12px;
    }
    
    .questions-text > h1{
        font-size: 24px !important;
    }
    
    .input-form{
        gap: 10px;
        flex-direction: column;
    }
    
    .delivery-text{
        padding-top: 20px;
        padding-bottom: 20px;
        padding-left: 20px;
        padding-right: 12px;
    }
    
    .catalog > h1{
        text-align: center;
    }
    
    .catalog > a > div{
        width: 100%!important;
    }
    
    .line {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    }
    
    .banner-text > a{
        display: none;
    }
    
    .banner-logo{
        display: none;
    }
    .banner-logo-mobil{
        display: block;
        display: flex;
        align-items: flex-end;
    }
    
    main{
        padding: 0;
    }
    
    .delivery-main{
        display: flex;
        flex-direction: column;
    }
    
    .delivery-main > h1 {
        text-align: center;
    }
    
    .document-main{
        display: flex;
        flex-direction: column;
    }
    
  .header_main {
    text-align: center;
      height: 65px;
      padding-left: 16px;
  }
    
    main, header{
        max-width: max-content;
    }
    
    footer{
        height: auto;
    }

  .main_but, .but_contact {
    display: none;
  }

  .banner {
    flex-direction: column;
    height: auto;
    border-radius: 16px;
  }

  .banner-logo {
    justify-content: center;
    padding: 0;
    height: auto;
  }

  .banner-text {
    width: auto;
    height: auto;
    padding: 32px 16px;
    text-align: center;
  }
    
    .grid-catalog{
        display: none;
    }

  .catalog, .part, .advantages, .documents, .delivery, .answers, .questions, .footer-main {
    padding: 0 16px;
  }

  .grid-advantages,
  .document-layer,
  .delivery-grid,
  .answers-grid,
  .contacts-grid,
  .delivery-grid-another,
  .pay-grid {
    grid-template-columns: 1fr;
  }

  .part {
    flex-direction: column;
  }

  .part-text {
    margin-left: 0;
    width: 100%;
    text-align: center;
  }

  .text-grid {
    grid-template-columns: 1fr 1fr;
    row-gap: 20px;
      padding: 0 67px;
  }
    
    .text-grid > div > h1{
        font-size: 36px
    }
    
    .banner-product-text-mobil > p{
    font-size: 14px;
    font-weight: 500;
    color: white;
    margin: 0;
        padding-top: 40px;
        padding-left: 13px;
}

.banner-product-text-mobil > p > a{
    color: white;
    opacity: 60%;
}

  .questions {
    flex-direction: column;
    padding: 16px;
  }

  .questions > img {
    width: 100%;
    height: auto;
    margin-bottom: 20px;
  }

  .questions-form {
    margin-left: 0;
    width: 100%!important;
  }

  .questions-button-blok {
    grid-template-columns: 1fr;
    row-gap: 16px;
  }

  .footer-main {
    flex-direction: column;
    align-items: flex-start;
  }

  .footer-layer-1,
  .footer-layer-2,
  .footer-layer-3 {
    margin: 16px 0;
    width: 100%;
      text-align: center;
  }

  .footer-grid {
    grid-template-columns: 1fr;
  }
    
    .catalog-text {
        padding-left: 4px;
    }
    
    .catalog-blok{
        height: auto;
    }
    
    .footer-line > div{
        height: auto;
        flex-direction: column;
    }
    
    .footer-line{
        height: auto;
    }
    
    .footer-line > div > p{
        margin: 0 auto;
        margin-left: auto!important;
    }
    
    .footer-line > div > a > p{
        margin: 0 auto;
        margin-right: auto!important;
    }
    
    .catalog-text-c > h4{
        font-size: 13px;
    }
    
    .catalog-text-c > h5{
        font-size: 10px;
    }
    
    .catalog-kg-c{
        display: none;
    }
    
    .o-tovare-c{
        width: 100%;
    }
    
    .search-container{
        width: 100%;
    }
    
    .catalog-blok-c{
        height: auto;
    }
    
    .delivery-grid-another{
        height: auto;
        gap: 20px;
    }
    
    .delivery-banner > p{
        width: 100%;
    }
    
    .banner-delivery-logo{
        height: auto;
    }
    
    .banner-delivery-logo > img{
        width: 100%;
    }
    
    .delivery-img-another > h3{
        margin: 0;
        padding-left: 24px;
    }
    
    .delivery-banner{
        height: auto;
    }
    
    .delivery-banner > h2{
        text-align: center;
    }
    
    .pay-grid{
        height: auto;
        gap: 20px;
    }
    
    .delivery-blok-another{
        padding: 12px;
    }
    
    .delivery-img-another{
        margin: 0;
    }
    
    .pay-line {
        position: absolute;
        top: 0;
        bottom: 0;
        left: 50%;
        width: 4px;
        background: #DEDEDE;
        transform: translateX(-50%);
        z-index: 1;
        height: auto;
    }
    
    .contacts{
        margin-left: 0;
        margin-right: 0;
    }
    
    .contacts-grid{
        height: auto;
        gap: 20px;
    }
    
    .contacts-map{
        flex-direction: column;
    }
    
    .contacts-map > div > iframe{
        width: 200px;
    }
    
    .main-product-image{
        
    }

    .application_tb_data > h5{
        margin-right: 20px;
        font-size: 12px;
    }

    .documentation-blok{
        justify-content: flex-start;
    }
}

@media (max-width: 376px) {
    .o-tovare{
        margin: 8px;
    }
    
    .delivery-img-another > h3 {
        font-size: 16px;
    }
    
    .text-grid{
        padding: 0;
    }
    
    .grid-catalog-main{
        column-gap: 15px;
        grid-row-gap: 20px;
    }
    
    .catalog-text > h4{
        font-size: 13px;
        margin-top: 16px;
    }
    
    ..banner-product-logo{
        padding: 0;
    }
    
    .catalog-text > h5{
        font-size: 11px;
    }
    
    .catalog-text-form > span{
        font-size: 12px;
    }
    
    .catalog-span{
        font-size: 10px;
    }
    
    .catalog-text-form-c > span{
        font-size: 12px;
    }
    
    .catalog-span-c{
        font-size: 10px;
    }
    
    .catalog-blok > .catalog-content > img{
        margin: 8px auto 0 auto;
    }
    
    .catalog-blok-c > .catalog-content-c > img{
        height: 200px;
        margin: 8px auto 0 auto;
    }
    
    .questions > div{
        width: 100%!important;
    }
    
}

.mobil_panel {
    position: fixed;
    top: 0;
    right: 0;
    width: 100%;
    height: 100vh;
    background: white;
    z-index: 999;
    transform: translateX(100%);
    transition: transform 0.4s ease;
    display: flex;
    flex-direction: column;
}

.mobil_panel.active {
    transform: translateX(0);
}

.mobil_overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    background: rgba(0, 0, 0, 0.4);
    z-index: 998;
    opacity: 0;
    pointer-events: none;
    transition: opacity 0.4s ease;
}

.mobil_overlay.active {
    opacity: 1;
    pointer-events: auto;
}

@media (max-width: 768px) {
  .banner-product-text {
    display: none;
  }
    
    .main-product-image {
        height: 240px !important;
        width: auto !important;
        padding-bottom: 20px;
    }
    
    .banner-product-logo > img{
        width: 100%;
    }
    
    .banner-product-logo{
        padding: 0;
        height: 308px;
    }
    
    .toggle-btn.left{
        width: 100%;
    }
    
  .banner-product-text-mobil {
    display: block;
  }
    
    .application_tb_line{
        height: 70px;
        grid-template-columns: 1fr 1fr 1fr;
    }
    
    .application_tb_data{
        grid-template-columns: 1fr 1fr 1fr;
    }

  .banner-product-grid,
  .banner-product-grid-up,
  .description-grid,
  .description-grid-up,
  .documentation-grid,
  .spec_main{
    grid-template-columns: 1fr !important;
    column-gap: 0;
    row-gap: 12px;
  }

  .banner-product-option,
  .banner-product-option-up {
    flex-direction: row;
    justify-content: flex-start;
    height: auto;
    padding: 8px;
  }

  .banner-product-option img,
  .banner-product-option-up img {
    width: 40px;
  }

  .banner-product-logo img.main-product-image {
    position: relative;
    width: 100%;
    height: auto;
    max-width: 100%;
    max-height: unset;
  }

  .description,
  .application,
  .documentation,
  .transportation {
    margin-left: 16px;
    margin-right: 16px;
  }

  .questions {
    flex-direction: column;
    padding: 16px;
    margin-left: 16px;
    margin-right: 16px;
  }

  .questions > img {
    width: 100%;
    margin-top: 20px;
  }

  .footer-main {
    flex-direction: column;
    gap: 24px;
  }

  .spec_main {
    grid-template-columns: 1fr;
      margin-left: 13px;
      margin-right: 13px;
  }

  .toggle-wrapper {
    width: 100%;
  }

  .toggle-btn {
    width: 100%;
    border-radius: 0;
    text-align: center;
    padding: 12px 0;
  }

  .toggle-slider {
    display: none;
  }

  .formula-grid {
    flex-wrap: wrap;
    gap: 8px;
      justify-content: center;
  }
    
    .description-blok{
        height: auto;
    }
    
    .toggle-btn.active {
    background-color: #006344;
    border-radius: 8px;
}
    .toggle-btn{
        font-size: 12px;
    }

  .text-button {
    width: 100%;
    margin-top: 24px;
  }

  .button_form_product {
    font-size: 18px;
  }

  .modal-content {
    width: 90%;
    padding: 24px;
  }
    
    .banner-product-text-mobil > h1{
        font-size: 16px;
        color: #006344;
        font-weight: 600;
        text-align: center;
    }
}
