

.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-text {
    color: #181416;
    font-size: 16px;
    line-height: 18px;
    text-align: center;
    margin-top: 23px;
    
}
.sertificates-gallery-title {
    color: #181416;
    font-size: 25px;
    margin-bottom: 23px;
    font-weight: 500;
}
.sertificates-gallery {
    margin-bottom: 60px;
}
.sertificates-wrapper {
    width: 100%;
    display: block;
}
.sertificates-gallery-row {
    width: 100%;
    display: flex;
    gap: 40px;
}

.sertificates-gallery-row .item {
    width: 33%;
}

.sertificates-gallery-row img{
    width: 100%;
    object-fit: cover;
}

.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-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 {
    max-width: 390px;
    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: 22px;
}

@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%;
    }
    
}
