@media (min-width: 82.5em) {
    .product-gallery__slide {
        width: 400px;
        height: 391px;
    }
}
.all-catalog{
    display: block;
    background: #f07f1a;
    color: #fff;
    padding:1rem 2.25rem;
font-size:1rem;
text-align:center;
    border-radius: 5px;
    margin-top: 25px;
}
.about__item.d {
    position: relative;
    display: block;
    overflow: hidden;
    background-size: cover !important;
    background-position: center !important;
}

.about__item.d::before {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(
        to bottom,
        rgba(0, 0, 0, 0) 35%,
        rgba(0, 0, 0, 0.75) 100%
    );
    z-index: 1;
    pointer-events: none;
}

.about__item-block.d {
    position: relative;
    z-index: 2;
}

.about__item-block.d {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    padding: 20px;
    z-index: 2;
}

@media (min-width: 82.5em) {
    .about__item-title {
        font-size: 20px;
    }
}
h2.about__subtitle{
    font-weight:400;
    font-size:36px !important;
}

                   .about__reviews {

        margin-top: -1px;
    }
                    .about__about{
                        display:flex;
                        gap:50px;
                        align-items: flex-start;
                        margin-top: 40px;
						
                    }
					.about__body{
						border-bottom: 2px solid #d9d9d9;
					}
					.about__body.bor {
						border:none;
					    margin-bottom:50px;
					}
					.about__cols{
						display:flex;
						margin-top:50px;
						gap:50px;
						align-items: center;
					}
					.leftcol{
					    display:flex;
					    flex-direction: column;
					    gap:25px;
					}
					.leftcol{
					    font-size:2rem;
					    font-weight:400;
					    width:40%;
					}
					.about__container.cols{
					    margin:10rem auto;
					}
					.cols_p{
					    margin-top:50px;
					    width:70%;
					    font-size:1.25rem;
					    line-height:2rem;
					    
					}
					.alert{
					    display:block;
					    padding:8px 30px;
					    border:2px solid #EF7F1A;
					    border-radius:2px;
					    text-align:center;
					}
					.contacts-info__address svg{
					    color:#EF7F1A;
					}
					.contacts-info{
					    color:#111;
					    background:#EDEDED;
					}
					.map{
					    margin:4rem 0;
					}
					.map__wrapper{
					    height:310px;
					}
					.desc__subtitle{
				    	font-size:1.25rem;
					    line-height:2rem;
					}

					.about__about {
						display: flex;
						gap: 50px;
						align-items: flex-start;
						margin-top: 40px;
					}
					.about__body {
						margin: -1px 0 0 0;
					}
					.about__body .links__yt:nth-last-of-type(-n+2) {
					  grid-column: 1 / -1;
					}
					.links__body {

    grid-template-columns: 1fr 1fr;

}
					.about__item.video{
						height:330px;
						border-radius:10px;
						background:#8F8E8E;
						align-items: flex-end;
					}
					.about__advantages.video.firstbig > :first-child {
    grid-column: 1 / -1;
}
					.about__advantages.video{
						column-gap: 1rem;
						row-gap: 1rem;
					}
					.about__item.video .about__item-block {
						padding:0 0 40px 40px;
						color:#fff;
					}
					@media (min-width: 82.5em) {
						.clients__slide {
							width: 20rem;
							padding:0;
							border:none;
						}
						.clients__slide img{
							border-radius:12px;
						}
					}
					@media (min-width: 23.4375em) and (max-width: 82.5em) {
                      @supports (padding: clamp( 1.375rem , 1.1765873016rem  +  0.8465608466vw , 1.875rem )) {
                        .demo .clients__slide {
                          padding: 0;
                          border: none;
                        }
                      }
                    }


.catalog2cols {
    column-count: 2;
    column-gap: 80px;
}



.center__container{margin-top:0px;}

.footer-bottom__container{
    max-width:100rem;
}
.demo-banner__container{max-width:120rem;margin-bottom:5rem;}
    .demo-banner {
      padding-inline: 1.25rem;
      margin-bottom: 5rem;
    }
    
    .demo-banner__inner {
    border-radius: 0.625rem;
      position: relative;
      overflow: hidden;
      min-height: 410px;
        display: flex;
    flex-direction: row;
    align-items: center;
    padding: 0 50px;
    }
    
    .demo-banner__content {
      position: relative;
      z-index: 2;
      max-width: 100%;
      padding: 78px 40px 60px 70px;
    }
    
    .demo-banner__title {
      margin: 0;
      color: #fff;
      font-size: 5rem;
      line-height: 1.25;
      font-weight: 700;
      letter-spacing: 0;
    }
    
    .demo-banner__subtitle {
      margin-top: 38px;
      color: rgba(255, 255, 255, 0.92);
      font-size: 1.625rem;
      line-height: 1.4;
      font-weight: 400;
    }
    
    .demo-banner__actions {
      display: flex;
      gap: 20px;
      margin-top: 52px;
      flex-wrap: wrap;
    }
	
    
    .demo-banner__media img {
      display: block;
      width: 100%;
      height: auto;
      object-fit: contain;
    }
    
    .demo-banner__phone {
      position: absolute;
      top: -6px;
      right: 18px;
      z-index: 3;
      display: flex;
      align-items: center;
      justify-content: center;
      width: 54px;
      height: 54px;
      color: #fff;
      background: #37c35a;
      border-radius: 50%;
      text-decoration: none;
      box-shadow: 0 6px 14px rgba(0, 0, 0, 0.18);
    }
    
    .demo-banner__phone:hover {
      background: #2fb050;
    }
    
    @media (max-width: 1100px) {
      .demo-banner__content {
        max-width: 500px;
        padding-left: 40px;
      }
    
      .demo-banner__media {
        width: 380px;
        right: 10px;
        top: 45px;
      }
    }
    
    @media (max-width: 900px) {
      .demo-banner__inner {
        min-height: auto;
        padding-bottom: 40px;
      }
    
      .demo-banner__content {
        max-width: 100%;
        padding: 60px 24px 30px;
      }
    
      .demo-banner__media {
        position: relative;
        right: auto;
        top: auto;
        width: 320px;
        margin: 0 auto;
      }
    
      .demo-banner__title {
        font-size: 28px;
      }
    
      .demo-banner__subtitle {
        margin-top: 24px;
        font-size: 17px;
      }
    
      .demo-banner__actions {
        margin-top: 32px;
      }
    
      .demo-banner__phone {
        top: 12px;
        right: 12px;
        width: 48px;
        height: 48px;
      }
    }
    
    @media (max-width: 576px) {
      .demo-banner {
        padding: 12px 12px 0;
      }
    .clients__slide{border:none;padding:0;}
      .demo-banner__title {
        font-size: 24px;
        line-height: 1.25;
      }
    
    
      .demo-banner__actions {
        gap: 12px;
      }
    
      .demo-banner__media {
        width: 260px;
      }	
	}
	
	
	
	
	
	
	
	
	


/*april*/
.contacts-info__address svg {
    /*color: #fff;*/
}
h2{font-weight:600;}
.test-banner__container{max-width:120rem;margin:10rem 0;}
.contacts-info {
    background-color: #868686;
}
.about__content ul {gap:0.4rem;margin-bottom:1.25rem;}
.about__content p {margin-bottom:1rem;}
/*.about__about img {width:1100px;} ломает страницу о компании*/
#checkAgreement1 {
    width: 20px;
    height: 20px;
}
.contact-form__policy.pd {
    text-align: left;
    display: flex;
    gap: 10px;
}
.about__body {
    gap: 2.5rem;
}
.about-reviews__info{
    flex:0;
}

.catalog-main {
        margin-bottom: 5rem;
    }

    .test-banner {
      padding-inline: 1.25rem;
      margin-bottom: 5rem;
    }
    
    .test-banner__inner {
    border-radius: 0.625rem;
      position: relative;
      overflow: hidden;
      min-height: 410px;
      background:linear-gradient(180deg, #33006f 0%, #4a1c8d 36%, #cfcce3 100%);
    }
    
    .test-banner__inner::before {
      content: "";
      position: absolute;
      inset: 0;
      background:
        linear-gradient(180deg, rgba(255,255,255,0) 0%, rgba(255,255,255,0) 58%, rgba(255,255,255,0.08) 100%);
      pointer-events: none;
    }
    
    .test-banner__content {
      position: relative;
      z-index: 2;
      max-width: 100%;
      padding: 78px 40px 60px 70px;
    }
    
    .test-banner__title {
      margin: 0;
      color: #fff;
      font-size: 5rem;
      line-height: 1.25;
      font-weight: 700;
      letter-spacing: 0;
    }
    
    .test-banner__subtitle {
      margin-top: 38px;
      color: rgba(255, 255, 255, 0.92);
      font-size: 1.625rem;
      line-height: 1.4;
      font-weight: 400;
    }
    
    .test-banner__actions {
      display: flex;
      gap: 20px;
      margin-top: 52px;
      flex-wrap: wrap;
    }
    
    .btn {
      display: inline-flex;
      align-items: center;
      justify-content: center;
      min-width: 165px;
      height: 52px;
      padding: 0 26px;
      border-radius: 4px;
      text-decoration: none;
      font-size: 16px;
      font-weight: 600;
      transition: 0.2s ease;
      box-sizing: border-box;
    }
    
    .btn--accent {
      color: #fff;
      background: #f28a2c;
      box-shadow: 0 3px 8px rgba(0, 0, 0, 0.18);
    }
    
    .btn--accent:hover {
      background: #e77e21;
    }
    
    .btn--light {
      color: #1f1f1f;
      background: #f2f2f2;
      border: 1px solid #d7d7d7;
      box-shadow: 0 2px 6px rgba(0, 0, 0, 0.12);
    }
    
    .btn--light:hover {
      background: #eaeaea;
    }
    
    .test-banner__media {
      position: absolute;
      right: 0;
      top: 0;
      width: 505px;
      z-index: 1;
    }
    
    .test-banner__media img {
      display: block;
      width: 100%;
      height: auto;
      object-fit: contain;
    }
    
    .test-banner__phone {
      position: absolute;
      top: -6px;
      right: 18px;
      z-index: 3;
      display: flex;
      align-items: center;
      justify-content: center;
      width: 54px;
      height: 54px;
      color: #fff;
      background: #37c35a;
      border-radius: 50%;
      text-decoration: none;
      box-shadow: 0 6px 14px rgba(0, 0, 0, 0.18);
    }
    
    .test-banner__phone:hover {
      background: #2fb050;
    }
    
    @media (max-width: 1100px) {
      .test-banner__content {
        max-width: 500px;
        padding-left: 40px;
      }
    
      .test-banner__media {
        width: 380px;
        right: 10px;
        top: 45px;
      }
    }
    
    @media (max-width: 900px) {
      .test-banner__inner {
        min-height: auto;
        padding-bottom: 40px;
      }
    
      .test-banner__content {
        max-width: 100%;
        padding: 60px 24px 30px;
      }
    
      .test-banner__media {
        position: relative;
        right: auto;
        top: auto;
        width: 320px;
        margin: 0 auto;
      }
    
      .test-banner__title {
        font-size: 28px;
      }
    
      .test-banner__subtitle {
        margin-top: 24px;
        font-size: 17px;
      }
    
      .test-banner__actions {
        margin-top: 32px;
      }
    
      .test-banner__phone {
        top: 12px;
        right: 12px;
        width: 48px;
        height: 48px;
      }
    }
    
    @media (max-width: 576px) {
      .test-banner {
        padding: 12px 12px 0;
      }
    
      .test-banner__title {
        font-size: 24px;
        line-height: 1.25;
      }
    
      .btn {
        width: 100%;
      }
    
      .test-banner__actions {
        gap: 12px;
      }
    
      .test-banner__media {
        width: 260px;
      }
}
/*april END*/


/*ivanov*/
@media (min-width: 82.5em) {
        .about-reviews__info {
        padding-right: 5.30rem;
    }
    .about__title {
        font-size: 5.85rem;
        font-weight: 600;
        padding-bottom: 5rem;
    }
    .center__title {
        font-weight: 600;
    }
}
.catalog-card-alt__icon {
    background: #ee7d2c;
}
.advantages__body{
    margin-top:30px;
}
.advantages-person {
    aspect-ratio: 447 / 745;
    height:100%;
}
.links__inner{
    max-width:100%;
    padding-inline:0;
    margin-bottom:5rem;
}

.advantages__body {
    align-items: stretch;
}
@media (max-width: 106.188em) {
    .advantages__body {
        grid-template-columns: 1fr 1fr 1fr;
        margin-top: 0;
    }
}
.advantages-person__info {
    background-color: rgb(255 255 255 / 70%);
}
@media (min-width: 82.5em) {

}
.policy-label {
    display: flex;
    align-items: center;
    gap: 10px;
    font-size:1.03rem;
}
.clients__slide img{
    height:auto !important;
}
.seminarselect{
     font-family: "Nunito", sans-serif;
  font-size:1rem;
  opacity:.7;
  font-weight:400;
  width:100%;
}
.footer-top__form.demoform{
    padding-top:0;
    padding-inline:0;
}
.advantages__inner {
    max-width: 120rem;
}
.advantages__body {
    grid-template-columns: auto auto;
}
.advantages__container{
	max-width:120rem;
	margin-bottom: 3rem;
}
.links__container{
	max-width:120rem;
}
@media (min-width: 82.5em) {
    .advantages-card:nth-child(4) .advantages-card__title {
        font-size: 1.625rem;
    }
}
.advantages-person__image {
    aspect-ratio: 447 / 745;
}

/* end ivanov */

.products__body{
    justify-content: start;
}
@media (min-width: 82.5em) {
    .product-thumbs__slide {
        width: 4.375rem !important;
    }
}
@media (max-width: 23.4375em) {
    .product-thumbs__slide {
        width: 3rem !important;
    }
}

.contact-form__policy.pd {
    text-align: left;
}
#submitBtn:disabled {
  background-color: #cccccc; 
  color: #666666;
  cursor: not-allowed; 
  opacity: 0.6; 
  pointer-events: none; 
}

@media (min-width: 82.5em) {
    .hero__item a {
        font-size: 1.3rem;
    }
    .hero__item:last-child p {
        font-size: 1.125rem;
    }
}
.hero__item a{
    background-color: rgba(239, 127, 26, 0.3);
}

.advantages-card__title span {
    /*background: #ef7f1a;
    padding: 0 5px;*/
    color: #ef7f1a;
}

@media (any-hover: hover) {
    .company-link__button:hover {
        color: #000;
        background-color: #fff;
    }
}

@media (max-width: 47.9988em) and (min-width: 23.4375em) and (max-width: 82.5em) {
    @supports (margin-left: clamp( 0rem , -2.628968254rem + -2.1164021164vw , -3.125rem )) {
        .company-link__main {
            margin-left: clamp(0rem, -2.628968254rem + -2.1164021164vw, -3.125rem);
        }
    }
}

@media (max-width: 47.9988em) and (max-width: 23.4375em) {
    .company-link__main {
        margin-left: 0;
    }
}

.socials__item svg{
    width:40px;
    height: 40px;
}
@media (min-width: 89.9375em) {
/*.menu__item .menu__link{
    background: #ef7f1a;
    color: #fff;
    padding: 20px 30px;
    border-radius: 6px;
  -webkit-transition: background-color 0.3s ease-in-out;
  transition: background-color 0.3s ease-in-out;
}
.menu__item .menu__link:hover{
    background: #000;
    color: #fff;
}*/
}

.company-link__button.new{
    background: none;
    width: 4rem;
}
.company-link__button.new svg{
    display: block;
}

.clients__slide:hover {
    background: #f3f3f3;
}
@media (min-width: 82.5em) {
    .contact-form__submit {
        font-size: 1.25rem;
    }
}

@media (min-width: 82.5em) {
    .hero__list li:last-child p{
        padding-left: 0.5525rem;
    }
}

@media (min-width: 82.5em) {
    .advantages-card:nth-child(4) .advantages-card__title {
        font-size: 1.8rem;
    }
}
@media (min-width: 82.5em) {
    .header__logo img {
        max-width: 14rem;
    }
}

@media (min-width: 82.5em) {
    .about__text {
        font-size: 1.19rem;
    }
}

.about__text span{
    color: #ef7f1a;
}
@media (max-width: 500px) {
    .cols_p{width:100%;}
    .links__body {
    grid-template-columns: 1fr;
}
    .center__video {
    /*aspect-ratio: 0;*/
}
    .about__body {
						margin: 0;
					}
					.test-banner__container {

    margin-bottom: 0;
}
    .center__content {
        width: 100%;
    }
    .about__cols {
    flex-direction: column;
}
.leftcol {

    width: 100%;
}
    .about__about {
        flex-direction: column;
    }
    .about__about img {
        width: 100%;
    }
    .catalog__button {
            padding-inline: 10px;
        }
        .catalog2cols {
        column-count: 1;
    }
    .center__body {
        /*flex-direction: column;*/
    }
    .center__container{margin-top:50px;}
    .demo-banner__inner {
            padding: 0;
        }
        .demo-banner__media{
        	display:none;
        }
}

@media (max-width: 1700px) {
.advantages__block{display:none;}
}

.test-banner__inner.demo{
 display:flex; 
      align-items: flex-start;
}
.demo .test-banner__title{
 font-size:2.5rem; 
}
.demo .test-banner__subtitle{
 font-size:1.5rem; 
}
.demo form{
      flex: 0 0 490px;
    padding: 70px 50px;
    margin: 40px;
}



@media (max-width: 600px) {
    .test-banner__inner.demo {
        flex-direction: column;
    }
    .demo form {
        flex: 0 0 100%;
        MARGIN: 0 auto;
        padding: 2.5rem;
    }
        .center__body.demo {
        flex-direction: column;
    }
    .center__body.demo .center__video {
        aspect-ratio: 0;
    }
}




/*search*/
.header-catalog__wrapper {
    position: absolute;
    top: calc(100% + 1.25rem);

    display: grid;
    grid-template-columns: auto auto;
    grid-template-areas:
        "search search"
        "menu contacts";
    align-items: start;

    visibility: hidden;
    pointer-events: none;
    background-color: #fff;
    border: 1px solid #d9d9d9;
    border-radius: 0.625rem;
    opacity: 0;
    transform: translateY(0.9375rem);
    transition: all 0.3s ease-in-out;

    width: fit-content;
    max-width: calc(100vw - 2rem);
}

/* поиск сверху */
.header-catalog__search {
    grid-area: search;
    width: 100%;
    box-sizing: border-box;

}

/* форма поиска */
.header-catalog__search form {
    display: flex;
    width: 100%;
    gap: 0.5rem;
}

.header-catalog__search input[type="search"] {
    flex: 1 1 auto;
    min-width: 0;
  border:1px solid #f07f1a;
  border-radius:5px;
  padding:1rem 2rem;
}

.header-catalog__search .search-btn {
    flex: 0 0 auto;
}

/* блок меню */
.header-catalog__menu {
    grid-area: menu;
    display: flex;
    align-items: flex-start;
}

/* контакты */
.header-catalog__contacts {
    grid-area: contacts;
}
    .header-catalog__wrapper {
        gap: 2rem 4.375rem;
    }
    
@media (max-width: 768px) {
    .product-description__video {
    height: 15rem;
    margin-top: 5px;
}
    .header-catalog__wrapper {
        position: fixed;
        left: 1rem;
        right: 1rem;
        top: 7rem;

        width: auto;
        max-width: none;

        display: grid;
        grid-template-columns: 1fr;
        grid-template-areas:
            "search"
            "menu"
            "contacts";

        gap: 1rem;
        padding: 1rem;
        box-sizing: border-box;

        max-height: calc(100vh - 8rem);
        overflow-y: auto;

        transform: translateY(0.9375rem);
    }

    .header-catalog__search {
        width: 100%;
    }

    .header-catalog__search form {
        display: flex;
        flex-direction: column;
        width: 100%;
        gap: 0.5rem;
    }

    .header-catalog__search input[type="search"] {
        width: 100%;
        box-sizing: border-box;
        padding: 0.875rem 1rem;
    }

    .header-catalog__search .search-btn {
        width: 100%;
        padding: 0.875rem 1rem;
    }

    .header-catalog__menu {
        width: 100%;
        display: flex;
        flex-direction: column;
        gap: 1rem;
    }

    .header-catalog__column {
        width: 100%;
    }

    .header-catalog__contacts {
        width: 100%;
    }
}
    
/*end search*/