
.modal .wrapper {
    padding: 35px 10px;
    width: 501px;
}
#form-price .form-title {
    width: 100%;
    max-width: unset;
}
.modal .form-control {
    display: block;
    width: 100%;
    height: 50px;
    padding: 0 15px;
    border: 1px solid #CACACA;
    background: #FAFAFA;
    color: #727376;
    text-shadow: none;
    font-size: 14px;
    line-height: 1.42857143;
    margin-bottom: 20px;
    border-radius: 25px;
    
        width: 100%;
    height: 44px;
    background: #F4F5F6;
    border-radius: 50px;
    border: 1px solid #D7DADD;
    padding: 0 20px;
    font-size: 16px;
    font-weight: 500;
}
.modal .form-control {
    
}
.modal .form-title {
    margin-bottom: 10px;
}
.modal .form-subtitle {
    display: none;
}
.modal .form-group {
    width: 100%;
    margin: auto;
    padding: 0 60px;
}
.modal .form button {
    padding: 12px 46px;
    color: #FFF;
    font-size: 16px;
    font-weight: 400;
    border-radius: 50px;
    background: #FD8108;
    border: none;
    transition: all .3s linear;
}
.messengers {
    display: inline-flex;
    align-items: center;
    gap: 2px;
}
.messengers a {
    display: inline-flex;
    align-items: center;
    gap: 6px;
}
.sertificates-list {
    gap: 40px;
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-items: flex-start;
    margin: 42px 0;
    
}

.sertificates-item {
    width: calc(25% - 32px);
    text-align: center;
}
.sertificates-item a img {
    width: 100%;
}
.sertificates-item-text {
    color: #181416;
    font-size: 16px;
    line-height: 18px;
    text-align: center;
    margin-top: 23px;
    
}
.sertificates-wrapper {
    margin-bottom: 50px;
}
.sertificates-gallery {
    margin-top: 30px;
}
.sertificates-gallery-title {
    color: #181416;
    font-size: 25px;
    margin-bottom: 23px;
    font-weight: 400;
}

.sertificates-gallery-row { 
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.sertificates-gallery-row .item {
    width: 30%;
}
.sertificates-gallery-row .item a img{
    width: 100%;
    height: 100%;
}

.page-introtext {
    font-size: 18px;
    line-height: 26px;
    font-weight: 400;
    color: #787A80;
    margin-bottom: 20px;
}

* {
  min-height: 0;
  min-width: 0;
}

.video iframe {
    /* height: 320px; */
    /* height: 100%; */
    width: 100%;
    aspect-ratio: 4 / 3;
}
#page-wrapper #aside ul.menu {
    width: auto;
}


#section-video .list .item .title {
    display: block;
    /* 
    text-align: center;
    line-height: 18px;
    font-weight: 500;
    font-size: 14px;
    margin-top: 5px; */
}


#section-main-top-banner {
    position: relative;
}
#section-main-top-banner .content{
    position: relative;
    z-index: 2;
}
#myVideo {
    z-index: 1;
    /*object-fit: fill;*/
    object-fit: cover;
    height: 100%;
    top: 0;
    width: 100%;
    position: absolute;
}
.breadcrumb {
    gap: 5px;
}
#page-product, #page-wrapper {
    margin-bottom: 50px;
}
#page-articles .list {
    grid-template-columns: 1fr;
    gap: 15px;
}


#section-main-banner .image {
    gap: 40px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

#form-price .form-title {
    font-size: 22px;
}

.table-img td {
    width: 33%;
}
.table-img tr td div:nth-child(1){
    padding-right: 40px;
    padding-bottom: 15px;
}
#page-main header {
    position: absolute;
}


#page-articles a.title {
    font-size: 20px;
    font-weight: 400;
    color: #000;
}

#page-articles .item{
    display: flex;
    color: #000;
    align-items: center;
}
#page-articles .item::before {
  content: "■ "; /* Добавляем символ ¶ перед элементом списка */
  color: #FD8108; /* Цвет маркера */
  padding-right: 10px; /* Расстояние от маркера до текста */
}




.header__logo img:hover {
    transform: unset;
}
.header {
    margin-top: 10px;
    padding-bottom: 15px;
}
.header{
    position: fixed;
    margin: 0;
    padding-top: 20px;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 1000;
    background: #ffffff;
}
.base-template{
    padding-top: 195px;
    overflow: unset;
}
.base-template.main-page{
    padding-top: 138px;
    overflow: unset;
}
/* .header__contacts.header__contacts--resin {
    margin-top: 34px;
} */
.header__contacts-mail a {
    text-decoration: underline;
}
.menu-button {
    display: none;
}
.header__row {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
}
.header__left {
    display: flex;
    align-items: center;
    gap: 40px;
}
.logo-black svg{
    /* padding-top: 10px; */
    display: block;
    max-width: 280px;
}
.header__row-mobile-right {
    display: none;
    }

@media (max-width: 1150px) {
.header__row-mobile-right {
    display: flex;
    align-items: center;
    gap: 20px;
}
.hamburger {
        margin-top: 8px;
}

.header__row-mobile-right .btn.btn-with-icon {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  gap: 15px;
  padding: 1px;
      border: 2px solid transparent;
      background: rgb(253, 129, 8);
}
.header__row-mobile-right .btn.btn-with-icon .icon {
  width: 36px;
  height: 36px;
  border-radius: 50%;
  background: rgb(255, 255, 255);
  color: rgb(253, 129, 8);
  padding: 5px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-box-pack: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-transition: all 0.25s ease 0s;
  -moz-transition: all 0.25s ease 0s;
  -ms-transition: all 0.25s ease 0s;
  -o-transition: all 0.25s ease 0s;
  transition: all 0.25s ease 0s;
}
.header__row-mobile-right .btn.btn-with-icon .icon svg {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
}
.header__row-mobile-right .btn.btn-with-icon:hover .icon {
  background: rgb(253, 129, 8);
  color: rgb(255, 255, 255);
}

}

  .header__nav li{
    position: relative;
}

 
  
  .header__nav > ul > li.down:hover > a{
    border-radius: 20px 20px 0 0;
}
  .header__nav ul ul{
    display: none;
    width: 350px;
    background: #F7F8FA;
    border-radius: 0px 0px 12px 12px;
    padding: 10px;
    position: absolute;
    left: -20px;
    top: 34px;
    z-index: 500;
    margin: 0;
    
    
}
  .header__nav li:hover > ul{
    display: block;
    gap: 25px;
    align-content: start;
    align-items: start;
}
  .header__nav ul ul a{
    display: inline-flex;
    flex-wrap: wrap;
    padding: 6px 12px;
    line-height: 1.2;
    border-radius: 20px;
}






.header__nav-row {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    gap: 5px;
}






.header__nav ul {
    display: flex;
    gap: 53px;
    background: #F7F8FA;
    padding: 0px 20px;
    border-radius: 43px;
}
.header__nav ul > li {
    padding: 8px 0px;
}
 .header__nav ul .active {
    position: relative;
}
 
.header__nav ul li a, .header__nav ul li > span {
    font-size: 18px;
    color: #000;
    text-decoration: none;
}

.header__nav ul li a:hover {
    color: #F85B18;
}







.header-btn {
    color: #fff;
    font-size: 18px;
    padding: 11px 9px;
    border-radius: 8px;
    background: #FD8108;
    /* margin-right: 102px; */
}
.header-callbak {
    gap: 4px;
    display: flex;
    color: #000;
    font-size: 18px;
    padding: 1px 9px 1px 1px;
    border-radius: 43px;
    background: #F7F8FA;
    align-items: center;
    font-weight: 400;
}
.header-callbak:hover {
    background: #FD8108;
    color: #fff;
}
.header__right {
    display: flex;
    align-items: flex-end;
    gap: 5px;
    flex-direction: column;
}
.header__right__contacts-row {
    display: flex;
    gap: 60px;
    align-items: flex-start;
    justify-content: space-between;
    width: 100%;
}

.header__contacts {
    display: flex;
    flex-direction: column;
    gap: 10px;
        margin-top: 0px;
}
.header__contacts-title {
    font-size: 14px;
    font-weight: 400;
    color: #9f9f9f;
}
.header__contacts-row {
    display: flex;
    align-items: flex-start;
    gap: 10px;
    flex-direction: column;
}
.header__contacts-phone, .header__contacts-mail {
    position: relative;
    display: flex;
    align-items: center;
    gap: 5px;
}
.header__contacts-phone > svg{
    position: absolute;
    left: -25px;
}
.header__contacts .phone a {
    font-size: 18px;
    font-weight: 400;
    color: #000;
    text-decoration: none;
}
.header__contacts .phone a:hover {
    color: #F85B18;
}
.header__contacts .email {
    position: relative;
}
.header__contacts .email a {
    font-size: 18px;
    color: #313440;
    text-decoration: none;
}
.header__contacts .email a:hover {
    color: #F85B18;
}

.header__contacts-address {
    position: relative;
    font-size: 14px;
    color: #313440;
    line-height: 1.35;
}
.header__contacts-address svg {
    position: absolute;
    left: -25px;
    top: 12px;
}
.header__contacts-address-flex {
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
}
.header__address-accent {
    color: #F85B18;
    font-weight: 400;
}

.header__contacts-phone a,
.header__contacts-wa a,
.header__contacts-tg a,
.header__contacts-mail a,
.header__contacts-address span {
    display: inline-flex;
    align-items: center;
    gap: 6px;
}


.header__contacts-left .phone a {
    font-size: 26px;
    font-weight: 400;
    color: #000;
    text-decoration: none;
}

.header__nav-row {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    gap: 5px;
}

.header-nav {
    width: 100%;
    background: #313440 url(../images/header-nav-bg.svg) repeat;
    border-radius: 38px;
    margin-top: 25px;
    display: flex;
}


.header-nav ul {
    display: flex;
    align-items: center;
    gap: 25px;
    padding: 21px 40px 21px 80px;
    width: 100%;
    justify-content: space-between;
}

.cart-container {
    background: #F85B18;
    padding: 18px 34px 9px 25px;
    border-radius: 38px;
}

.header-nav ul li a {
    color: #fff;
    font-size: 16px;
    text-decoration: none;
    transition: 0.2s;
}
.header-nav ul li a:hover {
    color: #F85B18;
}

.header-nav ul li.active > a {
    color: #F85B18;
}





.header-nav {
    display: flex;
    justify-content: center;
}

.header .header-nav li{
    position: relative;
}
.header .header-nav > ul{
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.header .header-nav > ul > li{
    margin: 0 2px;
}
.header .header-nav > ul > li > a{
    display: flex;
    height: 34px;
    align-items: center;
    justify-content: center;
    padding: 0 18px;
    border-radius: 20px;
    transition: none;
}
.header .header-nav > ul > li.active > a:not([data-active="none"]),
.header .header-nav > ul > li:hover > a{
    color: #F85B18;
}
.header .header-nav > ul > li.down:hover > a{
    border-radius: 20px 20px 0 0;
}
.header .header-nav ul ul{
    display: none;
    width: 430px;
    background: #313440;
    border-radius: 0 20px 20px 20px;
    padding: 10px;
    position: absolute;
    right: 0;
    top: 98%;
    z-index: 500;
    margin: 0;
}
.header .header-nav li:hover > ul{
    display: block;
}
.header .header-nav ul ul a{
    display: inline-flex;
    flex-wrap: wrap;
    padding: 6px 12px;
    line-height: 1.2;
    border-radius: 20px;
}
.header .header-nav ul ul li + li{
    margin-top: 10px;
}







.header-nav__cart {
    width: 58px;
    height: 58px;
    background: #F85B18;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
}

.header-nav__cart-count {
    position: absolute;
    top: -4px;
    right: -4px;
    width: 20px;
    height: 20px;
    background: #fff;
    color: #000;
    font-size: 12px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 400;
}



.header-cart-inner{
    height: 23px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 2px;
    line-height: 1;
}
.header-cart-inner > div{
    width: 25px;
    height: 24px;
    position: relative;
}
.header-cart .item-count{
    position: absolute;
    top: -9px;
    right: -18px;
    background: #313440;
    border: 2px solid #fff;
    color: #fff;
    font-size: 12px;
    line-height: 1;
    padding: 0 3px;
    border-radius: 10px;
    min-width: 22px;
    height: 22px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.header-cart .empty{ 
    display: flex !important;
}
.header-cart .not_empty { 
    display: none !important; 
}
.header-cart.full .empty{ 
    display: none !important; 
}
.header-cart.full .not_empty{ 
    display: flex !important;
}

#up {
    position: fixed;
    right: 30px;
    bottom: 60px;
    z-index: 100;
    width: 50px;
    height: 50px;
    line-height: 50px;
    color: #000;
    color: #fff;
    text-align: center;
    text-decoration: none;
    transition: .3s all ease-in-out;
    transform: translate3d(0, 150px, 0);
    cursor: pointer;
    border-radius: 3px;
}

#up.active {
    transform: translate3d(0, 0, 0);
}
/* 
#up:hover {
    background-color: #2C2C2C;
    color: #fff;
} */

/* #up svg {
    height: 20px;
    position: relative;
    bottom: -7px;
} */





@media(max-width:767px) {
    #up {
        bottom: 15px;
    }
    .logo-black svg {
        max-width: 210px;
    }
}

.galery-carousel .slick-slider {
    position: relative;
    display: block;
    box-sizing: border-box;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -ms-touch-action: pan-y;
    touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
}
.galery-carousel .slick-list {
    position: relative;
    display: block;
    overflow: hidden;
    margin: 0;
    padding: 0;
}
.galery-carousel .slick-list:focus {
    outline: none;
}


.gallery-section {
    margin: 40px 0 120px;
}
.galery-carousel .slick-track {
    padding: 20px 0px;
}
.galery-carousel .slick-slide {
    margin: 0 17px;
}


.galery-carousel .slick-slide {
    border-radius: 20px;
    object-fit: cover;
    height: 350px;
    opacity: 0.7;
    
}
.galery-carousel .slick-center {
    opacity: 1;
}


.galery-carousel .slick-prev,
.galery-carousel .slick-next {
    display: block;
    cursor: pointer;
    text-align: center;
    width: 36px;
    height: 36px;
    /* background: #D12929; */
    border: 2px solid #CFD3DA;
    position: absolute;
    top: unset;
    bottom: -60px;
    z-index: 50;
    border-radius: 50%;
    transition: all ease-out 300ms;
}
.galery-carousel .slick-prev {
    left: calc(50% - 54px);
}
.galery-carousel .slick-next {
    right: calc(50% - 54px);
}
.galery-carousel .slick-prev:after,
.galery-carousel .slick-next:after {
    content: "";
    display: block;
    position: absolute;
    width: 8px;
    height: 8px;
    top: 50%;
    left: 50%;
    margin-top: -4px;
    margin-left: -3px;
    border-left: 1px solid #FD8108;
    border-bottom: 1px solid #FD8108;
    transition: all 200ms ease-out;
}
.galery-carousel .slick-prev:after {
    transform: rotate(45deg);
}
.galery-carousel .slick-next:after {
    transform: rotate(225deg);
    margin-left: -6px;
}
.galery-carousel .slick-prev:hover,
.galery-carousel .slick-next:hover{
    filter: brightness(115%);
}
.galery-carousel .slick-prev:before,
.galery-carousel .slick-next:before{
    content: none;
}
@media (min-width: 991px) {
    .galery-carousel .slick-slide {
        width: 950px;
        max-width: 100%;
    }
}


.info-section {
    margin: 60px 40px;
}
.content-info {
    display: flex;
    gap: 30px
} 
.content-info a {
    color: #fa810a;
}
.content-info__item {
    width: calc(33% - 8px);
}
img.content-info__item-img {
    width: 100%;
}
.content-info__item-title {
    font-weight: 400;
    font-size: 25px;
    margin: 75px 0 15px;

}
.content-info__item-text {
    font-weight: 400;
    font-size: 18px;
}
.content-info__item-text ul {
    list-style: disc;
    padding-left: 20px;
}



@media (min-width: 1150px) and (max-width: 1330px) {
    .logo-black svg {
        max-width: 220px;
    }
    .header__nav ul {
        gap: 15px;
    }
    .header__right__contacts-row {
        gap: 30px;
    }
    .header-btn {
        margin-right: 20px;
    }
    .breadcrumbs-wrapper {
        top: 130px;
    }
}

@media (max-width: 1150px) {
    .gallery-section {
        margin: 60px 0;
    }
    .content-info {
        flex-wrap: wrap;
        gap: 30px;
    }
    .content-info__item {
        width: 100%;
    }
    .content-info__item-title {
        margin: 20px 0 10px;
    }
     .mobile-menu-contacts .item{
        margin-bottom: 15px;
    }
    .mobile-menu-contacts .item-mail a,
    .mobile-menu-contacts .phone-item a{
        color: #fff;
    }
    .mobile-menu-contacts .phone-item{
        position: relative;
        bottom: -2px;
    }
    
    .header__row {
        gap: 20px;
        align-items: center;
        flex-wrap: wrap;
    }
    .header__row-mobile {
        width: 100%;
        display: flex;
        align-items: center;
        justify-content: space-between;
    }
    .header__logo img {
        padding-top: 0;
        display: block;
        max-width: 260px;
    }
    .header__right__contacts-row {
    flex-wrap: wrap;
    gap: 15px;
    }
    .header__right {
    align-items: flex-start;
    }
    .header__contacts.header__contacts--resin {
    margin-top: 0;
    }
    .header__nav-row {
    display: none;
    }
    header .header__right {
        display: none;
    }
    .breadcrumbs-wrapper {
    top: 110px;
    }
}





@media (max-width: 1092px) {
    #section-main-top-banner {
        height: auto;
    }
}

@media (max-width: 900px) {
    #section-main-banner .image {
        flex-wrap: wrap;
    }
    #section-main-menu ul li {
        width: 80%;
    }
    #section-consultation .content {
        display: none;
    }
    #section-articles {
        display: none;
    }
    .breadcrumb .item, .breadcrumb .item * {
        font-size: 12px;
    }
    #page-product .content-text tr {
        display: flex;
        flex-direction: column;
    }
    #page-product .content-text tr td {
        width: auto !important;
    }
    .gallery-block .block-title, .video-block .block-title, #section-video .block-title {
        font-size: 24px;
        margin-bottom: 10px;
    }
    #page-product .content-text img {
        max-width: 100%;
    }
    #page-information .content-text code iframe {
        width: 100%;
        height: 200px;
    }
    .sertificates-item {
    width: calc(50% - 10px);
    }
    .sertificates-list {
    gap: 20px;
    }
    #page-about .content-text img {
        width: 100% !important;
    }
    #section-main-advantages .list .item .icon {
        height: 25px;
    }
    #page-contacts * {
        font-size: 20px !important;
    }
    #page-contacts .offices .info .list .item {
        gap: 5px;
        flex-wrap: wrap;
    }
    .sertificates-gallery-row {
        gap: 10px;
    }
    .sertificates-gallery {
        margin-bottom: 30px;
    }
    #page-product .content-text table {
        width: 100% !important;
    }
    #page-product .mobile-scroll {
        overflow-x: scroll;
        overflow-y: inherit;
    }
    #page-product .mobile-scroll img{
        max-width: unset;
    }
    #page-product .wrapper .characteristic {
        font-size: 18px !important;
        line-height: 32px;
    }
    
    .breadcrumbs-wrapper.container {
        max-width: 100%;
    }
    .breadcrumbs-wrapper.container .breadcrumb {
       margin-left: auto;
    margin-right: auto;
    max-width: 95%;
    }
    
}
