* {
    padding: 0;
    margin: 0;
    outline: none;
    box-sizing: border-box;
}

.container {
    max-width: 1470px;
    padding: 0 15px;
    margin: 0 auto;
}

.sliders .container {
    max-width: 1620px;
    padding: 0 90px;
}

.header {
    padding: 20px 0;
}

.burger {
    display: none;
    background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.w3.org/2000/svg' width='34' height='24' viewBox='0 0 34 24' fill='none'%3e%3cpath d='M2 2C13.7157 2 32 2 32 2M2 12C13.7157 12 32 12 32 12M2 22H32' stroke='%23ED7700' stroke-width='4' stroke-linecap='round'/%3e%3c/svg%3e");
    background: center center/contain no-repeat;
}

.menu_mob {
    display: none
}

#mob_menu {
    display: none;
    background: #383644;
    text-align: center;
    flex-direction: column;
    gap: 50px;
    position: absolute;
    width: 100%;
    height: 100vh;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    padding-top: 100px;
    padding-bottom: 10px
}

.header__wrap {
    display: flex;
    justify-content: space-between;
    gap: 10px;
    align-items: center;
}

.logo img {
    width: 100%;
    max-width: 267px;
}

.contacts__icon {
    color: #656565;
    padding-left: 40px;
    position: relative;
    text-decoration: none;
    white-space: nowrap;
    font-size: 20px;
    display: block;
    font-family: Roboto, sans-serif;
    font-weight: 500;
}

.contacts__icon:hover {
    text-decoration: underline;
}

.contacts__icon::before {
    position: absolute;
    top: 50%;
    left: 0;
    width: 30px;
    height: 30px;
    background: center center/30px no-repeat;
    content: '';
    transform: translateY(-50%);
}

.contacts__phone::before {
    background-image: url('./images/header_phone.png');
}

.contacts__email::before {
    background-image: url('./images/header_email.png');
}

.header-contacts {
    width: 100%;
    max-width: 444px;
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    justify-content: space-between;
}

.header-block {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: 20px;
}

.soc-block {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 20px;
}

.footer .soc-block {
    justify-content: flex-start;
    margin-top: 20px;
}

.soc-block * {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
    -o-object-fit: contain;
    transition: all .4s;
    object-fit: contain;
}

.soc-block *:hover {
    opacity: 0.8;
}

.soc-block__tg {
    width: 30px;
    height: 30px;
}

.soc-block__vk {
    width: 44px;
    height: 26px;
}

.btn {
    background: #ED7700;
    border-radius: 100px;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid #ED7700;
    width: 100%;
    transition: all .4s;
    max-width: 250px;
    text-align: center;
    color: white;
    font-size: 20px;
    font-weight: 600;
    text-decoration: none;
    outline: 1px solid #ED7700;
    font-family: Roboto, sans-serif;
}

.btn-border {
    background: transparent;
    color: #ED7700;
}

.btn:hover {
    cursor: pointer;
    opacity: 0.8;
}

.banner {
    width: 100%;
    height: 700px;
    padding-bottom: 40px;
    position: relative;
    max-width: 1440px;
    margin: 0 auto;
}

.video {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 50%;
    overflow: hidden;
    left: 50%;
    transform: translate(-50%, -50%);
}

.video video {
    width: 100%;
    height: 100%;
    object-fit: cover;
    -o-object-fit: cover;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.banner .container {
    position: relative;
    z-index: 1;
    display: flex;
    height: 100%;
    flex-direction: column;
    justify-content: flex-end;
}

.product_links {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(375px, 1fr));
    gap: 20px;
}

.product_link {
    border-radius: 20px;
    font-size: 24px;
    color: white;
    text-align: center;
    -webkit-backdrop-filter: blur(20px);
    backdrop-filter: blur(20px);
    display: flex;
    justify-content: center;
    align-items: center;
    min-height: 120px;
    font-family: Montserrat, sans-serif;
}

.product_link:last-child br {
    display: none;
}

.advantages {
    padding: 120px 0 60px;
}

.advantages__wrap {
    display: grid;
    gap: 20px;
    grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
}

.adv--mobile {
    display: none;
}

.advantages_item {
    display: flex;
    gap: 10px;
}

.advantages_item::before {
    content: '';
    width: 82px;
    min-width: 82px;
    height: 151px;
    display: block;
    background: url('./images/Group 10.png') center center/contain no-repeat;
}

.advantages_txt {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.advantages_txt h3 {
    color: #EE7C23;
    font-size: 24px;
    font-weight: 700;
    font-family: Montserrat, sans-serif;
}

.advantages_txt p {
    color: #575757;
    font-size: 18px;
    font-weight: 400;
    font-family: Roboto, sans-serif;
    line-height: 22px;
}

.block {
    margin: 60px auto;
}

.block h2 {
    font-size: 32px;
    font-weight: 700;
    font-family: Montserrat, sans-serif;
    width: 70%;
    margin: 0 auto;
    text-align: center
}

.block .p_block span {
    font-weight: 700;
    color: #EE7C23;
}

.block .p_block {
    font-size: 18px;
    font-family: Roboto, sans-serif;
    line-height: 22px;
    margin: 20px auto 40px;
    text-align: justify;
    color: #616161;
    max-width: 758px;
    font-style: normal;
    font-weight: 400;
}

.product_slide p {
    color: #646464;
    font-size: 24px;
    font-weight: 500;
    margin-top: 10px;
    font-family: Montserrat, sans-serif;
    text-align: left;
}

.product_slide2 img {
    width: 111px !important;
    height: 260px !important;
    margin: 0 auto;
    padding-top: 30px
}

.product_slide1 img {
    height: auto;
    margin: 0 auto;
}

.product_slide1,
.product_slide2 {
    width: 100%;
    height: 320px;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 20px;
    background: #F6F6F6;
    border: 1px solid #F6F6F6;
}

.product_slide1 img,
.product_slide2 img {
    max-width: 285px;
    max-height: 236px;
    -o-object-fit: contain;
    object-fit: contain;
    width: initial;
    height: auto;
}

.product_slide.active .product_slide2,
.product_slide.active .product_slide1,
.product_slide1:hover,
.product_slide2:hover {
    border: 1px solid #ED7700;
}

.certific {
    border-radius: 40px;
    background: #F6F6F6;
    padding: 20px;
    border: 1px solid #F6F6F6
}

.certific:hover {
    border: 1px solid #ED7700
}

.product_items.owl-carousel {
    display: block;
}

.product_item {
    display: grid;
    gap: 10px;
    grid-template-columns: 1fr 1fr;
    width: 100%;
    margin: 60px auto 30px;
}

.sliders .product_item {
    display: none;
}

.sliders .product_item.active {
    display: grid;
}

.product_btns {
    display: flex;
    gap: 20px;
    align-items: center;
    justify-content: space-between;
}

.product_btn {
    border: 1px solid #ED7700;
    border-radius: 100px;
    height: 35px;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    text-align: center;
    height: 50px;
    text-decoration: none;
    font-size: 20px;
    font-family: Roboto, sans-serif;
    font-weight: 600;
}

.product_btn {
    display: flex;
    width: 100%;
    max-width: 100%;
}

.owl-carousel .owl-nav button.owl-next {
    position: absolute;
    top: 40%;
    right: -90px;
    width: 49px
}

.owl-nav img {
    border-radius: 50%;
    width: 100%;
    -webkit-backdrop-filter: blur(10px);
    backdrop-filter: blur(10px);
}

.owl-nav img:hover {
    background: white;
    border-radius: 50%
}

.owl-carousel .owl-nav button.owl-prev:hover,
.owl-carousel .owl-nav button.owl-next:hover {
    background: none
}

.owl-carousel .owl-nav button.owl-prev {
    position: absolute;
    top: 40%;
    left: -90px;
    width: 49px
}

.product_img .owl-nav button.owl-next,
.product_img .owl-nav button.owl-prev {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 30px;
    width: 49px
}

.product_img .owl-nav button.owl-next {
    left: auto;
    right: 30px;
}

.all_thk {
    display: none;
    width: 60%;
    font-size: 18px;
    font-family: Roboto, sans-serif;
    font-weight: 400;
    color: #3F3F3F;
    padding: 20px 80px;
    border-radius: 40px
}

.all_thk table tbody tr:nth-child(odd) {
    background: #fff;
    margin: 10px 0;
}

.all_thk table tbody tr:nth-child(even) {
    background: #EEE;
}

.fancybox-button svg path {
    fill: #ED7700 !important;
}

.fancybox-slide--html .fancybox-close-small {
    color: #ED7700 !important;
    padding: unset !important;
    right: 20px !important;
    top: 20px !important;
}

.download {
    color: #ED7700;
    background: transparent;
    display: flex;
    max-width: 100%;
    align-items: center;
    justify-content: center;
    gap: 10px;
}

.product_txt ul {
    display: flex;
    margin: 30px 0;
    padding-left: 20px;
    flex-direction: column;
    gap: 5px;
}

.product_txt ul li {
    color: #555;
    font-family: Roboto, sans-serif;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
}

.product_txt h2 {
    color: #ED7700;
    font-size: 28px;
    font-weight: 700;
    font-family: Montserrat, sans-serif;
    text-align: left !important;
    width: 100%;
}

.product_img {
    width: 100%;
    max-width: 670px;
    height: 592px;
    border-radius: 40px;
    background: #F6F6F6
}

.product_txt {
    max-width: 710px;
}

.product_table {
    margin-top: 60px;
}

.table--desktop {
    margin-bottom: 60px;
}

.product_table h3 {
    font-size: 24px;
    font-family: Roboto, sans-serif;
    font-weight: 600;
    color: #3F3F3F
}

.product_table table {
    margin-top: 20px;
    font-size: 18px;
    font-family: Roboto, sans-serif;
    font-weight: 400;
    color: #3F3F3F
}

.product_table table tr {
    display: grid;
    gap: 35px;
    grid-template-columns: 1fr 1fr;
}

.product_table table tr+tr {
    padding: 15px 0;
}

.product_table-box:not(.table--desktop) {
    margin-top: 30px;
    height: 620px;
    overflow: auto;
}

.product_table-box table {
    margin-top: 10px;
    border-collapse: collapse;
    width: 100%;
}

.product_table-box table tr {
    display: grid;
    min-height: 48px;
    grid-template-columns: 1fr 1fr;
    align-items: center;
}

.product_img3,
.product_img2,
.product_img1 {
    display: flex;
    align-items: center;
    overflow: hidden;
    padding: 70px 40px;
    justify-content: center;
}

.product_img3,
.product_img2 {
    padding: 30px;
}

.product_img1 img {
    max-width: 100%;
    width: initial;
    height: auto;
    max-height: 100%;
    -o-object-fit: contain;
    object-fit: contain;
}

.product_img2 img {
    max-width: 225px !important;
    max-height: 532px;
}

.product_img3 img {
    max-width: 353px !important;
    max-height: 532px;
}

.certificates {
    margin-top: 60px;
}

.block .certificates__title {
    color: #000;
    font-size: 24px;
    font-style: normal;
    font-weight: 600;
    text-align: left;
    line-height: normal;
    margin: 0 0 40px;
    width: auto;
}

.fancybox-container.certificates {
    background: rgba(30, 30, 30, .9);
    margin: 0;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.fancybox-container.certificates .fancybox-bg,
.fancybox-container.certificates .fancybox-infobar {
    display: none;
}

.fancybox-container.certificates .fancybox-caption,
.fancybox-container.certificates .fancybox-navigation .fancybox-button,
.fancybox-container.certificates .fancybox-toolbar {
    opacity: 1;
    visibility: visible;
}

.fancybox-container.certificates * {
    margin: 0;
    padding: 0;
}

.fancybox-container.certificates .fancybox-inner {
    border-radius: 20px;
    max-width: 710px;
    width: calc(100% - 40px);
    padding: 0 30px;
    background: #fff;
    height: 100%;
    max-height: 600px;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.fancybox-container.certificates .fancybox-image,
.fancybox-container.certificates .fancybox-spaceball,
.fancybox-container.certificates .fancybox-is-open .fancybox-stage,
.fancybox-container.certificates .fancybox-slide {
    position: initial;
    width: calc(100% - 40px);
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto;
}

.fancybox-container.certificates .fancybox-image {
    height: 100%;
    -o-object-fit: contain;
    object-fit: contain;
}

.fancybox-container.certificates .fancybox-button,
.fancybox-container.certificates .fancybox-button {
    width: 49px;
    background: center center/contain no-repeat;
    height: 49px;
}

.fancybox-container.certificates [data-fancybox-next] {
    background-image: url("images/next.png");
    right: 10px;
}

.fancybox-container.certificates [data-fancybox-prev] {
    background-image: url("images/back.png");
    left: 10px;
}

.fancybox-container.certificates [data-fancybox-close] {
    right: 15px;
    top: 5px;
}

.form {
    padding: 40px 0 120px;
}

.form__wrap {
    border-radius: 40px;
    text-align: center;
    padding: 60px;
    background: #FFE9D3;
}

.form h2 {
    color: #EE7C23;
    font-size: 32px;
    font-weight: 700;
    font-family: Montserrat, sans-serif;
}

.form p {
    font-size: 20px;
    font-family: Roboto, sans-serif;
    font-weight: 400;
    color: #525252;
    margin-top: 20px;
    line-height: 24px;
}

.form_block {
    margin-top: 30px;
    display: grid;
    gap: 30px;
    grid-template-columns: 1fr 1fr;
}

.form_item,
.form_item2 {
    display: flex;
    gap: 30px;
    justify-content: space-between;
    flex-direction: column
}

.form_item input,
.form_item2 textarea {
    font-size: 18px;
    width: 100%;
    font-family: Roboto, sans-serif;
    font-weight: 400;
    color: rgba(0, 0, 0, 0.50);
    height: 54px;
    border-radius: 25px;
    padding: 10px 20px;
    border: 1px solid rgba(237, 119, 0, 0.33);
}

.form_block textarea:focus-visible,
.form_block textarea:focus,
.form_block textarea:active,
.form_item input:active,
.form_item input:focus-visible,
.form_item input:focus {
    border: 2px solid #ED7700;
}

.form_item input::-webkit-input-placeholder {
    color: rgba(0, 0, 0, 0.50);
}

.form_item2 textarea::-webkit-input-placeholder {
    color: rgba(0, 0, 0, 0.50);
}

.form_item2 textarea {
    height: 128px;
    padding-left: 20px;
    padding-top: 15px;
    resize: none;
}

.form_item2 input {
    height: 54px;
    max-width: 100%;
}

.form_agreement {
    position: relative;
    padding-left: 30px;
    text-align: left;
    margin-bottom: 10px;
    color: #525252;
    font-family: Roboto, sans-serif;
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
}

.form_agreement a {
    color: #ED7700;
    text-decoration: none;
    font: inherit;
}

.form_agreement a:hover {
    text-decoration: underline;
}

.form-popup {
    display: none;
}

.form_agreement input {
    width: 20px;
    height: 20px;
    position: absolute;
    top: 50%;
    z-index: 1;
    opacity: 0;
    left: 0;
    transform: translateY(-50%);
}

.form_agreement input:hover {
    cursor: pointer;
}

.form_agreement span {
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    background: #fff;
    cursor: pointer;
    border-radius: 5px;
    width: 20px;
    height: 20px;
    border: 1px solid #ED7700;
}

.form_agreement span::before {
    border-radius: 3px;
    background: #ED7700;
    display: none;
    content: '';
    width: calc(100% - 5px);
    height: calc(100% - 5px);
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.form_agreement input:checked+span::before {
    display: block;
}

.form-popup.fancybox-content {
    border-radius: 40px;
    display: none;
    padding-right: 122px;
    padding-left: 122px;
}

.form-popup h2 {
    color: #ED7700;
    text-align: center;
    font-family: Montserrat, sans-serif;
    font-size: 26px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
}

.form_popup {
    max-width: 466px;
    width: 100%;
    margin: 30px auto 0;
    display: grid;
    gap: 30px;
}

.form_popup textarea,
.form_popup input:not([type="submit"]) {
    border-radius: 5px;
    background: #EEE;
    width: 100%;
    border: none;
    padding: 10px 10px 10px 50px;
    color: rgba(0, 0, 0, 0.50);
    font-family: Roboto, sans-serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

.form-label-message textarea:not([type="submit"]) {
    height: 110px;
    resize: none;
    overflow: hidden;
}

.form-popup-label {
    position: relative;
}

.form-popup-label::before {
    left: 20px;
    content: '';
    width: 16px;
    height: 16px;
    background: center center/16px no-repeat;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
}

.form-label-name::before {
    background-image: url('./images/user.png');
}

.form-label-phone::before {
    background-image: url('./images/phone_form.png');
}

.form-label-email::before {
    background-image: url('./images/email_form.png');
}

.form-label-company::before {
    background-image: url('./images/company_form.png');
}

.form-label-message::before {
    transform: none;
    top: 14px;
    background-image: url('./images/message_form.png');
}

.form_popup textarea:active,
.form_popup textarea:focus-visible,
.form_popup textarea:focus,
.form_popup input:not([type="submit"]):active,
.form_popup input:not([type="submit"]):focus-visible,
.form_popup input:not([type="submit"]):focus {
    border: 2px solid #ED7700;
}

.form_item input:not([type="submit"])::-webkit-input-placeholder {
    color: rgba(0, 0, 0, 0.50);
}

.form_item textarea:not([type="submit"])::-webkit-input-placeholder {
    color: rgba(0, 0, 0, 0.50);
}

.feedback {
    outline: none;
}

.form_popup input[type="submit"] {
    max-width: 100%;
    border: none;
    outline: none;
    height: 60px;
    text-transform: uppercase;
}

.form_popup input[type="submit"]:active,
.form_popup input[type="submit"]:focus-visible,
.form_popup input[type="submit"]:focus {
    border: none;
}

.product_btns img {
    width: 30px;
    height: 30px
}

.footer {
    padding: 100px 0;
    background: #383644;
}

.footer_wr {
    display: flex;
    justify-content: space-between;
    gap: 20px;
}

.info-footer {
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.info-footer a {
    color: #C8C8C8;
    text-decoration: none;
    font-size: 18px;
    font-family: Roboto, sans-serif;
    font-weight: 500;
    vertical-align: middle
}

.contacts {
    max-width: 502px;
}

.contacts_txt {
    font-size: 16px;
    font-family: Roboto, sans-serif;
    font-weight: 400;
    margin-top: 20px;
    color: #C8C8C8;
}

.contacts h2 {
    font-size: 20px;
    font-family: Roboto, sans-serif;
    font-weight: 600;
    color: #fff;
}

.panel {
    display: flex;
    flex-direction: column;
    position: fixed;
    bottom: 10px;
    right: 10px;
    justify-content: flex-end;
    z-index: 99;
    gap: 15px;
}

.toggle-social {
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    background-color: #ED7700;
    width: 50px;
    height: 50px;
    padding: 10px;
}

.toggle-social:hover {
    opacity: 0.8;
    cursor: pointer;
}

.toggle-social * {
    max-width: 100%;
    max-height: 100%;
    width: initial;
    height: auto;
}

.panel a {
    display: none;
}

.panel.active a {
    display: block;
}

.panel img {
    transition: all .4s;
    width: 50px;
}

.panel img:hover {
    opacity: 0.8;
}

.owl-carousel .owl-item .btn img {
    width: auto;
}

.product_items.owl-carousel .owl-item img {
    max-width: -webkit-fit-content;
    max-width: -moz-fit-content;
    max-width: fit-content;
}

.fancybox-content {
    flex-direction: column;
    max-width: 1196px;
}

.fancybox-stage .fancybox-content h2 {
    font-family: Montserrat, sans-serif;
    font-size: 26px;
    font-weight: 600;
    line-height: normal;
}

@media (max-width: 991px) {
    .soc-block {
        gap: 3px;
    }

    .logo img {
        max-width: 158px;
    }

    .advantages__wrap {
        display: none;
    }

    .advantages_item::before {
        width: 23px;
        min-width: 23px;
        height: 41px;
        background-image: url('./images/adv-mob.png');
    }

    .advantages_txt h3 {
        font-size: 20px;
    }

    .advantages_txt p {
        font-size: 16px;
    }

    .advantages__wrap.adv--mobile {
        display: grid;

    }

    .sliders .container {
        padding: 0 15px;
    }

    .product_item {
        display: flex;
        flex-direction: column;
    }

    .sliders .product_item {
        grid-template-columns: 1fr;
    }

    .owl-theme .owl-nav {
        display: flex;
        align-items: center;
        justify-content: center;
        gap: 10px;
    }

    .owl-carousel .owl-nav button.owl-next,
    .owl-carousel .owl-nav button.owl-prev {
        min-width: 29px;
    }

    .owl-carousel .owl-nav button.owl-next,
    .owl-carousel .owl-nav button.owl-prev,
    .owl-carousel .owl-nav button.owl-next {
        position: initial;
    }

    .owl-carousel .owl-nav button.owl-prev {
        left: 10%;
    }

    .owl-carousel button.owl-dot {
        left: 50%;
        transform: translateX(-50%);
    }

    .form__wrap {
        border-radius: 20px;
        padding: 20px;
    }

    .table--desktop {
        display: none;
    }

    .product_img {
        max-height: 215px;
    }

    .product_img3,
    .product_img2,
    .product_img1,
    .product_img img {
        height: 100%;
        -o-object-fit: contain;
        object-fit: contain;
    }

    .product_items.owl-carousel .owl-drag .owl-item,
    .product_items.owl-carousel .owl-stage {
        max-height: 215px;
    }

    .product_items.owl-carousel .product_img3,
    .product_items.owl-carousel .product_img2,
    .product_items.owl-carousel .product_img1,
    .product_items.owl-carousel .product_img img {
        max-height: 215px;
    }

    .fancybox-stage .fancybox-content {
        padding: 15px;
    }

    .fancybox-container.certificates .fancybox-inner {
        max-height: 507px;
    }

    .fancybox-stage .fancybox-content h2 {
        font-size: 16px;
        padding-right: 45px;
        margin-bottom: 10px;
    }

    .all_thk {
        font-size: 14px;
    }

    .product_txt {
        display: flex;
        flex-direction: column;
    }

    .product_txt h2 {
        order: 1;
    }

    .product_txt ul {
        order: 2;
    }

    .product_table-box {
        max-height: 60vh;
        overflow: auto;
    }

    .btn {
        max-width: calc(100% - 10px);
        font-size: 14px;
        height: 42px;
        margin: 0 auto;
    }

    .product_table {
        margin: 0 0 20px;
        order: 3;
    }

    .product_btns {
        order: 4;
        flex-direction: column-reverse;
    }
}

@media (max-width: 820px) {
    .product_link {
        min-height: 150px;
    }
}

@media (max-width: 768px) {

    .sliders .product_item.active,
    .sliders .product_item {
        display: flex;
    }

    .certificates__title {
        margin-bottom: 24px;
    }

    .product_items.owl-carousel .owl-nav button.owl-next,
    .product_items.owl-carousel .owl-nav button.owl-prev {
        top: 105px;
        transform: none;
    }

    .product_img.owl-carousel {
        display: block;
    }

    .product_img.owl-carousel .product_img1:not(:first-child),
    .product_img.owl-carousel .product_img3:not(:first-child),
    .product_img.owl-carousel .product_img2:not(:first-child) {
        display: none;
    }

    .advantages {
        padding: 40px 0;
    }

    .advantages .owl-carousel .owl-item img {
        -o-object-fit: contain;
        max-height: 150px;
        max-width: 83px;
        object-fit: contain;
    }

    .owl-carousel .owl-item .certific img {
        width: calc(100% - 90px);
        margin: 0 auto;
    }

    .owl-carousel .owl-nav button.owl-next,
    .owl-carousel .owl-nav button.owl-prev {
        position: absolute;
        top: 50%;
        width: 35px;
        transform: translateY(-50%);
    }

    .fancybox-container.certificates .fancybox-button,
    .fancybox-container.certificates .fancybox-button {
        width: 35px;
        height: 35px;
    }

    .fancybox-container.certificates [data-fancybox-next],
    .fancybox-container.certificates [data-fancybox-prev] {
        position: absolute;
        top: 50%;
        transform: translateY(-50%);
    }

    .owl-carousel .owl-nav button.owl-prev:hover,
    .owl-carousel .owl-nav button.owl-next:hover {
        background: none
    }

    .owl-carousel .owl-nav button.owl-prev {
        left: 10px;
    }

    .owl-carousel .owl-nav button.owl-next {
        right: 10px;
    }

    .advantages .owl-carousel .owl-nav button.owl-next,
    .advantages .owl-carousel .owl-nav button.owl-prev {
        position: initial;
        width: 29px
    }

    .menu_mob {
        display: block;
    }

    .fancybox-stage .form-popup.fancybox-content {
        padding: 57px 24px 40px;
        width: calc(100% - 40px);
        border-radius: 20px;
    }

    .fancybox-stage .form-popup h2 {
        padding: 0;
    }

    .form_popup {
        margin-top: 15px;
        gap: 13px;
    }

    .form_popup input[type="submit"] {
        height: 40px;
    }

    .form_popup textarea,
    .form_popup input:not([type="submit"]) {
        font-size: 14px;
        font-weight: 400;
    }

    .form_popup textarea {
        height: 105px;
    }

    .form_popup .form_agreement {
        font-size: 13px;
        line-height: 20px;
    }

    #mob_menu .btn {
        margin: 0 auto;
    }

    .header .btn {
        display: none;
    }

    .header-contacts {
        display: none;
    }

    #mob_menu .header-contacts {
        gap: 40px;
        display: flex;
        align-items: center;
        justify-content: center;
    }

    #mob_menu .contacts__icon {
        color: #C4C4C4;
    }

    .banner {
        height: 400px;
    }

    .product_links {
        display: block;
    }

    .block {
        margin: 20px 0 60px;
    }

    .certificates {
        margin-top: 0px;
    }

    .product_link {
        background: transparent;
        font-size: 12px;
        min-height: initial;
        -webkit-backdrop-filter: none;
        backdrop-filter: none;
        padding: 10px;
        text-align: center;
        font-weight: 700;
        border-top: 2px solid #EE7C23;
        border-radius: 0;
        line-height: normal;
    }

    .product_link:last-child {
        border-bottom: 2px solid #EE7C23;
    }

    .product_link:last-child br {
        display: block;
    }

    .block h2 {
        font-size: 20px;
        width: 100%;
        -webkit-hyphens: auto;
        -ms-hyphens: auto;
        hyphens: auto;
    }

    .block .p_block {
        font-size: 16px;
        font-weight: 400;
        width: 100%;
        margin-bottom: 10px;
    }

    .product_txt ul li {
        font-size: 16px;
        line-height: 22px;
    }

    .sliders .product_item {
        margin-top: 20px;
    }

    .product_list {
        position: relative
    }

    .owl-nav img:hover {
        background: white;
        border-radius: 50%
    }

    .owl-nav img,
    .product_img,
    .product_txt {
        width: 100%
    }

    .form_item2 input {
        height: 48px;
    }

    .form_block {
        gap: 10px;
        grid-template-columns: 1fr;
    }

    .form_agreement {
        font-size: 14px;
        line-height: 20px;
    }

    .roduct_table-box {
        max-height: 80vh;
        overflow: auto;
    }

    .product_table table tr {
        gap: 10px;
    }

    .form_item,
    .form_item2 {
        gap: 10px;
    }

    .form h2 {
        font-size: 18px;
    }

    .form p {
        font-size: 14px;
        margin-top: 10px;
        line-height: 20px;
    }

    .footer {
        padding: 60px 0;
    }

    .footer_wr {
        flex-direction: column;
    }

    .contacts {
        max-width: 100%;
    }

    .logo_footer,
    .contacts h2,
    .info-footer {
        text-align: center
    }

    .product_img1 img {
        width: 100% !important;
        height: auto !important;
        padding: 0 !important;
    }

    .product_img {
        height: 215px;
        padding: 0;
        max-height: 215px;
    }

    .product_img1 {
        padding: 30px
    }

    .soc-block img {
        height: 20px
    }

    .all_thk {
        width: 100%;
        padding: 10px 20px
    }

    .product_slide1 {
        height: 370px
    }

    .form {
        padding: 40px 0 60px;
    }

    .info-footer a {
        max-width: -webkit-fit-content;
        max-width: -moz-fit-content;
        max-width: fit-content;
        margin: 0 auto;
    }

    .footer .soc-block {
        justify-content: center;
    }

    .info-footer .soc-block a {
        margin: 0;
    }
}