@import url('https://fonts.googleapis.com/css2?family=Inter:wght@100;200;300;400;500;600;700;800;900&display=swap');

body p a {
    text-decoration: none;
}

body p a:hover {
    text-decoration: underline;
}

.menu {
    flex-wrap: wrap;
}

.breadcrumbs {
    margin-bottom: 30px;
}

.breadcrumbs li:last-child a {
    pointer-events: none;
}

.breadcrumbs .back_btn {
    margin-bottom: 5px;
}

.breadcrumbs .back_btn img {
    transform: scale(-1);
    margin: 0 10px;
}

.breadcrumbs .back_btn span {
    margin: 0;
}

.breadcrumbs .back_btn.current span {
    color: #000;
}

.breadcrumbs .back_btn.parent span {
    color: #757372;
}

.breadcrumbs a {
    text-decoration: none;
}

.breadcrumbs a.parent {
    color: #757372;
}

.breadcrumbs a:hover {
    text-decoration: underline;
}

.breadcrumbs .back_btn span {
    text-transform: none;
}

.product-category .top_row_prod h1 {
    font-size: 30px;
    line-height: 140%;
    text-transform: uppercase;
    color: #000000;
    width: fit-content;
    position: relative;
    font-weight: 400;
}

.product-category-product-cards {
    width: 100%;
    display: flex;
    gap: 30px 45px;
    justify-content: center;
    flex-wrap: wrap;
    margin: 0 auto 33px;
}

.product-category-product-card {
    flex-basis: calc(25% - 45px);
    box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
    border-radius: 6px;
    display: flex;
    flex-direction: column;
}

.product-category-product-card-title {
    width: 100%;
    background-color: #D12435;
    border: 1px solid #D12435;
    border-radius: 6px 6px 0 0;
    text-align: center;
    font-family: 'Inter', sans-serif;
    font-style: normal;
    font-weight: 700;
    font-size: 18px;
    line-height: 140%;
    color: #fff;
    padding: 5px;
    text-transform: none;
}

.product-category-product-card-body {
    background-color: #fff;
    border: 1px solid rgba(209, 36, 53, 0.5);
    border-radius: 0 0 6px 6px;
    border-top: 0;
    padding: 2px 13px 14px;
    height: 100%;
    display: flex;
    flex-direction: column;
}

.product-category-product-card-body img {
    display: block;
    width: 100%;
    height: 200px;
    object-fit: contain;
    margin: 0 0 12px;
    display: flex;
}

.product-category-product-card-price {
    font-family: 'Inter', sans-serif;
    font-style: normal;
    font-weight: 500;
    font-size: 18px;
    line-height: 140%;
    color: #75a725;
    width: 100%;
    text-align: left;
    margin: 0 0 12px;
}

.product-category-product-card-price svg {
    display: inline-block;
    width: 15px;
    vertical-align: baseline;
}

.product-category-product-card-price svg path {
    fill: currentColor;
}

.product-category-product-card-button {
    width: 100%;
    font-family: 'Inter', sans-serif;
    font-style: normal;
    font-weight: 700;
    font-size: 18px;
    line-height: 140%;
    color: #fff;
    text-align: center;
    background-color: #000;
    border-radius: 5px;
    display: block;
    padding: 7px;
    text-decoration: none;
    margin-top: auto;
}

.product-category-product-card-button:hover {
    color: #fff;
    background-color: #e11e3b;
}

.product-category-content {
    margin-bottom: 40px;
}

.product-category-content h1,
.product-category-content h2 {
    font-family: 'Inter', sans-serif;
    font-style: normal;
    font-weight: 500;
    font-size: 30px;
    line-height: 140%;
    color: #252322;
    margin: 0;
    margin-bottom: 32px;
    position: relative;
    text-align: left;
}

.product-category-content h1:after,
.product-category-content h2:after {
    position: absolute;
    content: ' ';
    display: block;
    height: 1px;
    width: 142px;
    background-color: #dcdcdc;
    left: 0;
    bottom: -15px;
}

.product-category-content h3,
.product-category-content h4,
.product-category-content h5,
.product-category-content h6 {
    margin: 0;
    margin-bottom: 21px;
    font-family: 'Inter', sans-serif;
    font-style: normal;
    font-weight: 500;
    font-size: 22px;
    line-height: 36px;
    color: #252322;
    text-align: left;
}

.product-category-content p {
    margin: 0;
    margin-bottom: 10px;
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    line-height: 140%;
    color: #757372;
    text-align: left;
}

.product-category-content p.alignright {
    float: right;
    margin-left: 15px;
}

.product-category-content p.alignleft {
    float: left;
    margin-right: 15px;
}

.product-category-content ul,
.product-category-content ol {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    line-height: 140%;
    color: #757372;
    margin: 0;
    margin-bottom: 18px;
    padding: 0;
    padding-left: 33px;
    list-style-type: disc;
    text-align: left;
}

.product-category-content ol {
    list-style-type: decimal;
}

.product-category-content ul li::marker,
.product-category-content ol li::marker {
    color: #D12435;
}

.product-category-content ol li::marker {
    font-size: 15px;
    font-weight: bold;
}

.product-single-sizes {
    margin-bottom: 25px;
}

.product-single-sizes-title {
    font-size: 30px;
    line-height: 1.4em;
    width: 100%;
    border-bottom: 1px solid #dcdcdc;
    margin: 0;
    margin-bottom: 35px;
    padding: 0;
    padding-bottom: 15px;
}

.product-single-sizes-table {
    max-width: 100%;
    margin: 0 auto;
}

.product-single-sizes-table thead {
    background-color: #f1d6db;
    vertical-align: middle;
}

.product-single-sizes-table thead td {
    padding: 14px 12px;
    text-align: center;
    border: 1px solid #cfc9c9;
    vertical-align: middle;
    color: #757372;
    font-family: "Roboto";
    font-size: 18px;
    line-height: 140%;
}

.product-single-sizes-table tbody tr {
    border-bottom: 1px solid #dcdcdc;
}

.product-single-sizes-table tbody td {
    font-family: "Roboto";
    font-size: 18px;
    line-height: 140%;
    color: #252322;
    text-align: center;
    vertical-align: center;
    padding: 14px 12px;
}

.product-single-sizes-table-head {
    display: flex;
    width: 100%;
    border: 1px solid #cfc9c9;
    background-color: #f1d6db;
}

.product-single-sizes-table-col,
.product-single-sizes-table-subcol {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    padding: 14px 12px;
}

.product-single-sizes-table-col.product-single-sizes-table-col-parent {
    padding: 0;
}

.product-single-sizes-table-subcol-w100 {
    width: 100%;
    border-bottom: 1px solid #cfc9c9;
}

.product-single-sizes-table-subcol-w33 {
    width: 33%;
    border-right: 1px solid #cfc9c9;
}

.product-single-sizes-table-col .product-single-sizes-table-subcol-w33:last-child {
    border-right: 0;
}

.product-single-sizes-table-row {
    width: 100%;
    display: flex;
    border-bottom: 1px solid #dcdcdc;
}

.product-single-sizes-table-head .product-single-sizes-table-col {
    border-right: 1px solid #cfc9c9;
    color: #757372;
}

.product-single-sizes-table-head .product-single-sizes-table-col:first-child {
    width: 25%;
}

.product-single-sizes-table-head .product-single-sizes-table-col:nth-child(2) {
    width: 19%;
}

.product-single-sizes-table-head .product-single-sizes-table-col:nth-child(3) {
    width: 15%;
}

.product-single-sizes-table-head .product-single-sizes-table-col:nth-child(4) {
    width: 21%;
}

.product-single-sizes-table-head .product-single-sizes-table-col:last-child {
    width: 20%;
    border-right: 0;
}

.product-single-sizes-table-row .product-single-sizes-table-col:first-child {
    width: 25%;
}

.product-single-sizes-table-row .product-single-sizes-table-col:nth-child(2) {
    width: 19%;
}

.product-single-sizes-table-row .product-single-sizes-table-col:nth-child(3) {
    width: 15%;
}

.product-single-sizes-table-row .product-single-sizes-table-col:nth-child(4) {
    width: 7%;
}

.product-single-sizes-table-row .product-single-sizes-table-col:nth-child(5) {
    width: 7%;
}

.product-single-sizes-table-row .product-single-sizes-table-col:nth-child(6) {
    width: 7%;
}

.product-single-sizes-table-row .product-single-sizes-table-col:last-child {
    width: 20%;
    border-right: 0;
}

.product-single-sizes-table-button {
    background-color: #252322;
    border: 0;
    outline: 0;
    cursor: pointer;
    color: #fff;
    text-transform: uppercase;
    font-weight: 600;
    padding: 12px 8px 10px;
    border-radius: 0;
    box-shadow: none;
    font-size: 16px;
    line-height: 1;
}

.product-single-sizes-table-button:hover {
    background-color: #e11e3b;
}

.product-single-sizes-table-button:focus {
    outline: none;
    box-shadow: inset 7px 9px 19px 10px rgb(0 0 0 / 30%);
}

.product-single-sizes-subtitle {
    font-family: 'Inter', sans-serif;
    font-style: italic;
    font-weight: 400;
    font-size: 14px;
    line-height: 140%;
    color: #757372;
    width: auto;
    max-width: 100%;
    margin: 10px auto 0;
}

.product-order-modal {
    position: fixed;
    z-index: 9999;
    background-color: rgba(117, 115, 114, .34);
    display: none;
    justify-content: center;
    align-items: center;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
}

.product-order-modal.active {
    display: flex;
}

.product-order-modal .question {
    box-shadow: 0px 0px 4px 1px rgba(0, 0, 0, 0.25);
}

.product-order-modal .question .question_title {
    font-weight: bold;
    font-size: 30px;
    line-height: 35px;
    text-transform: uppercase;
    color: #252322;
    text-align: center;
}

.product-certificate-modal {
    position: fixed;
    z-index: 9999;
    background-color: rgba(117, 115, 114, .34);
    display: none;
    justify-content: center;
    align-items: center;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    padding: 20px 60px;
}

.product-certificate-modal.active {
    display: flex;
}

.product-certificate-modal-image {
    display: block;
    height: 100%;
    width: auto;
    max-width: 100%;
    object-fit: contain;
}

.product-certificate-modal-close {
    width: 25px;
    height: 25px;
    position: absolute;
    top: 20px;
    right: 20px;
    cursor: pointer;
    transition: opacity .3s ease;
}

.product-certificate-modal-close:hover {
    opacity: .3;
}

.product-certificate-modal-close:before,
.product-certificate-modal-close:after {
    width: 100%;
    height: 3px;
    content: ' ';
    display: block;
    background-color: #fff;
    transform: rotate(45deg);
    position: absolute;
    left: 0;
    top: 11px;
    border-radius: 2px;
}

.product-certificate-modal-close:after {
    transform: rotate(135deg);
}

.product-single-certificates {
    display: flex;
    max-width: 960px;
    margin: 0 auto 35px;
    justify-content: center;
    align-items: center;
    gap: 20px 50px;
    flex-wrap: wrap;
}

.product-single-certificates img {
    display: block;
    width: calc(25% - 50px);
    height: 215px;
    object-fit: contain;
    cursor: pointer;
}

.product-single-certificate {
    display: block;
    height: 400px;
    margin-left: 15px;
    float: right;
    cursor: pointer;
}

.product-single-info {
    width: 100%;
    display: flex;
    gap: 24px;
    max-width: 1024px;
    margin: 0 auto 28px;
}

.product-single-info-images {
    width: 54%;
    display: flex;
    gap: 12px;
    max-height: 250px;
}

.product-single-info-images-main {
    border: 1px solid #EBCECE;
    border-radius: 7px;
    height: 250px;
    width: 100%;
    overflow: hidden;
}

.product-single-info-images-main img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.product-single-info-images-side {
    width: 24%;
    min-width: 120px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-between;
    padding: 6px 0;
    gap: 15px;
    position: relative;
}

.product-single-info-images-side-left-arrow,
.product-single-info-images-side-right-arrow {
    position: absolute;
    left: 50%;
    transform: translate(-50%) rotate(90deg);
    cursor: pointer;
    top: -20px;
    z-index: 1;
    user-select: none;
}

.product-single-info-images-side-right-arrow {
    top: calc(100% + 5px);
}

.product-single-info-images-side svg:hover path {
    stroke: #D12435;
}

.product-single-info-images-side img {
    display: block;
    width: 100%;
    height: calc(33% - 15px);
    object-fit: contain;
    cursor: pointer;
    border: 1px solid transparent;
}

.product-single-info-images-side img.order-0 {
    order: 0;
    border: 1px solid #D12435;
}

.product-single-info-images-side img.order-1 {
    order: 1;
}

.product-single-info-images-side img.order-2 {
    order: 2;
}

.product-single-info-images-side img.order-3 {
    order: 3;
    display: none;
}

.product-single-info-title {
    font-family: 'Inter', sans-serif;
    font-style: normal;
    font-weight: 600;
    font-size: 30px;
    line-height: 1.4em;
    color: #000;
    margin: 0;
    padding: 0;
    padding-bottom: 10px;
    margin-bottom: 10px;
    width: 100%;
    text-align: left;
    text-transform: uppercase;
    border-bottom: 1px solid #dcdcdc;
}

.product-single-info-points {
    margin: 0;
    margin-bottom: 22px;
    padding: 0;
    padding-left: 22px;
    list-style-image: url(../img/list-point.svg);
    font-family: 'Inter';
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    line-height: 1.4em;
    color: #757372;
}

.product-single-info-price {
    font-family: 'Inter', sans-serif;
    font-style: normal;
    font-weight: 600;
    font-size: 19px;
    line-height: 23px;
    color: #75a725;
    margin: 0;
    margin-bottom: 15px;
}

.product-single-info-price svg {
    display: inline-block;
    width: 15px;
    vertical-align: baseline;
}

.product-single-info-price svg path {
    fill: currentColor;
}

.product-single-info-button {
    background-color: #252322;
    border: 0;
    outline: 0;
    cursor: pointer;
    color: #fff;
    text-transform: uppercase;
    font-weight: 600;
    padding: 10px;
    border-radius: 0;
    box-shadow: none;
    font-size: 22px;
    line-height: 1;
    min-width: 200px;
}

.product-single-info-button:hover {
    background-color: #e11e3b;
}

.product-single-info-button:focus {
    outline: none;
    box-shadow: inset 7px 9px 19px 10px rgb(0 0 0 / 30%);
}

.cont_footer h5 {
    font-size: 20px;
    letter-spacing: 0.05em;
    text-transform: uppercase;
    color: #ffffff;
    margin-bottom: 25px;
    width: 100%;
}

.footer_form h5 {
    font-size: 20px;
    letter-spacing: 0.05em;
    text-transform: uppercase;
    color: #ffffff;
    margin-bottom: 35px;
    width: 100%;
}

.top_lab h1 {
    margin-top: 60px;
    margin-bottom: 50px;
    text-align: center;
    font-weight: bold;
    font-size: 50px;
    line-height: 59px;
    text-transform: uppercase;
    color: #252322;
}

.lab .grey_section h2,
.lab .white_table h2 {
    font-size: 30px;
    line-height: 140%;
    text-transform: uppercase;
    color: #000000;
    text-align: center;
    width: 100%;
    position: relative;
}

.title_news {
    text-transform: none;
}

.our_function .container h2 {
    text-align: center;
    font-weight: bold;
    font-size: 50px;
    line-height: 59px;
    text-transform: uppercase;
    color: #252322;
}

.home .grey_section h2 {
    font-size: 30px;
    line-height: 140%;
    text-transform: uppercase;
    color: #000000;
    width: fit-content;
    position: relative;
    text-align: center;
    margin: 0 auto;
}

.our_pluses_home h2,
.our-products-title {
    text-align: center;
    font-weight: bold;
    font-size: 50px;
    line-height: 59px;
    text-transform: uppercase;
    color: #252322;
    margin-bottom: 71px;
}

.home_products_text h3 {
    font-weight: 500;
    font-size: 30px;
    line-height: 140%;
    text-transform: uppercase;
    color: #252322;
    margin-bottom: 20px;
    text-align: left;
}

.our-products {
    padding: 40px 0;
    margin-top: 38px;
}

.our-products .container {
    position: relative;
}

.our-products .container:before {
    content: ' ';
    display: block;
    width: 100%;
    height: 2px;
    position: absolute;
    left: 0;
    top: -40px;
    background-color: #e1173d;
}

.our-products-items {
    display: flex;
    gap: 30px 60px;
    justify-content: space-between;
    flex-wrap: wrap;
}

.our-products-item {
    display: block;
    text-decoration: none;
    width: calc(33% - 40px);
    cursor: pointer;
}

.our-products-item-logo-wrapper {
    width: 100%;
    height: 250px;
    margin-bottom: 15px;
    position: relative;
}

.our-products-item-logo-wrapper:before {
    content: ' ';
    display: block;
    position: absolute;
    left: -30px;
    top: 50%;
    transform: translate(0, -50%);
    height: 64%;
    width: 75%;
    background-color: #ededed;
    z-index: -1;
}

.our-products-item-logo-wrapper img {
    display: block;
    height: 100%;
    object-fit: contain;
    transition: transform .3s ease;
    width: 100%;
}

.our-products-item:hover .our-products-item-logo-wrapper img {
    transform: translate(-20px, 0);
}

.our-products-item-title {
    font-weight: 500;
    font-size: 30px;
    line-height: 140%;
    text-transform: uppercase;
    color: #252322;
    text-align: left;
    position: relative;
    width: max-content;
    display: block;
    padding-left: 30px;
    margin: 0 auto;
    max-width: 90%;
}

.our-products-item-title:before {
    content: ' ';
    display: block;
    position: absolute;
    left: 0;
    top: 25px;
    height: 2px;
    width: 20px;
    background-color: #e1173d;
}

.our-products-item:hover .our-products-item-title {
    color: #e11e3b;
}

.phone-mob a {
    max-width: 50px;
}

.phone-mob a img {
    max-width: 32px;
}

.viberlink img {
    max-width: 32px;
}

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

.footer_form .wpcf7-response-output {
    color: #a6a6a6;
}

.question .wpcf7-not-valid-tip {
    display: none;
}

.news-not-found {
    min-height: 50vh;
}

.news-not-found h1,
.news-not-found h2,
.news-not-found h3 {
    font-size: 30px;
    line-height: 140%;
    text-transform: uppercase;
    color: #000000;
    width: fit-content;
    position: relative;
}

@media screen and (max-width: 1500px){
    main {
        margin-top: 30px;
    }
}

@media screen and (max-width: 1200px){
    .lab .grey_section h2,
    .lab .white_table h2,
    .home .grey_section h2,
    .news-not-found h1,
    .news-not-found h2,
    .news-not-found h3 {
        font-size: 25px;
    }

    .product-category-product-card {
        flex-basis: calc(33% - 45px);
    }
}

@media screen and (max-width: 992px){
    main {
        margin-top: 0;
    }

    .product-category-product-card {
        flex-basis: calc(50% - 45px);
    }

    .product-category-product-card-body img {
        height: 180px;
    }

    .cont_footer h5 {
        margin-bottom: 15px;
    }

    .our_pluses_home h2,
    .our-products-title {
        margin-bottom: 31px;
        font-size: 30px;
    }

    .home_products_text h3,
    .our-products-item-title {
        font-size: 26px;
    }

    .our-products-items {
        gap: 30px;
        justify-content: center;
    }

    .our-products-item {
        width: calc(50% - 15px);
    }

    .our-products-item-logo-wrapper {
        height: 200px;
    }

    .our-products-item-logo-wrapper:before {
        left: 50%;
        top: unset;
        bottom: 0;
        transform: translate(-50%, 0);
    }

    .our-products-item-logo-wrapper img {
        transition: unset;
    }

    .our-products-item:hover .our-products-item-logo-wrapper img {
        transform: none;
    }

    .our-products-item-title:before {
        top: 20px;
    }

    .product-category-content h1,
    .product-category-content h2 {
        font-size: 26px;
    }
}

@media screen and (max-width: 768px){
    .breadcrumbs {
        margin-top: 40px;
    }

    .product-category-product-cards {
        gap: 30px;
    }

    .product-category-product-card {
        flex-basis: calc(50% - 15px);
    }

    .product-category-product-card-body img {
        height: 160px;
    }

    .product-single-sizes-table {
        width: 100%;
        display: block;
    }

    .product-single-sizes-table thead {
        display: none;
    }

    .product-single-sizes-table tbody tr {
        border-bottom: 0;
        margin-bottom: 30px;
        display: flex;
        flex-wrap: wrap;
    }

    .product-single-sizes-table tbody tr:last-child {
        margin-bottom: 0;
    }

    .product-single-sizes-table tbody td {
        width: 100%;
        border-bottom: 1px solid #dcdcdc;
        justify-content: flex-start;
        color: #D12435;
        display: flex;
    }

    .product-single-sizes-table tbody td[data-name]:before {
        content: attr(data-name);
        color: #757372;
        width: 50%;
        padding-right: 10px;
        text-align: left;
    }

    .product-single-sizes-table tbody td:last-child:before {
        display: none;
    }

    .product-single-sizes-table tbody td:last-child .product-single-sizes-table-button {
        width: 100%;
    }

    .product-single-sizes-table-head {
        display: none;
    }

    .product-single-sizes-table-subcol {
        display: none;
    }

    .product-single-sizes-table-row {
        border-bottom: 0;
        flex-wrap: wrap;
        margin-bottom: 30px;
    }

    .product-single-sizes-table-row .product-single-sizes-table-col {
        width: 100% !important;
        border-bottom: 1px solid #dcdcdc;
        justify-content: flex-start;
        color: #D12435;
    }

    .product-single-sizes-table-row .product-single-sizes-table-col:before {
        content: attr(data-name);
        color: #757372;
        width: 50%;
        padding-right: 10px;
    }

    .product-single-sizes-table-row .product-single-sizes-table-col:last-child .product-single-sizes-table-button {
        width: 100%;
    }

    .product-single-certificates img {
        display: block;
        width: calc(50% - 25px);
        height: 215px;
        object-fit: contain;
    }

    .product-single-info {
        flex-wrap: wrap;
        margin-bottom: 40px;
    }

    .product-single-info-images {
        width: 100%;
        display: flex;
        gap: 15px;
        flex-wrap: wrap;
        max-height: initial;
    }

    .product-single-info-images-side {
        width: 100%;
        min-width: 100%;
        flex-direction: row;
    }

    .product-single-info-images-side-left-arrow,
    .product-single-info-images-side-right-arrow {
        left: -20px;
        transform: translate(0, -50%) rotate(0deg);
        top: 50%;
    }

    .product-single-info-images-side-right-arrow {
        top: 50%;
        left: calc(100% + 8px);
    }

    .product-single-info-images-side img {
        display: block;
        width: calc(33% - 15px);
        height: 115px;
    }

    .product-single-info-texts {
        width: 100%;
    }

    .top_lab h1 {
        margin-top: 20px;
        margin-bottom: 20px;
        font-size: 40px;
        line-height: 49px;
    }

    .product-single-certificate {
        height: 300px;
    }

}

@media screen and (max-width: 576px){
    .breadcrumbs {
        padding: 0 15px;
    }

    .product-category-product-card-title {
        font-size: 16px;
    }

    .product-category-product-card-price {
        font-size: 16px;
    }

    .product-category-product-card-price svg {
        width: 13px;
    }

    .product-category-product-card-button {
        font-size: 16px;
    }

    .product-category-content h1,
    .product-category-content h2 {
        font-size: 22px;
    }

    .product-category-content h3,
    .product-category-content h4,
    .product-category-content h5,
    .product-category-content h6 {
        font-size: 20px;
        line-height: 25px;
    }

    .product-category-content p {
        font-size: 16px;
    }
    
    .product-category-content p.alignright {
        float: none;
        margin-left: 0;
        text-align: center;
    }

    .product-category-content p.alignleft {
        float: none;
        margin-right: 0;
        text-align: center;
    }

    .product-category-content ul,
    .product-category-content ol {
        font-size: 16px;
    }

    .product-category-content ol li::marker {
        font-size: 13px;
    }

    main.product-single .product-category-content {
        padding: 0 15px;
    }

    .product-single-info-images-side-left-arrow,
    .product-single-info-images-side-right-arrow {
        left: 5px;
        display: flex;
        justify-content: center;
        align-items: center;
        width: 30px;
        height: 30px;
        border: 1px solid #D12435;
        border-radius: 7px;
        background-color: #fff;
    }

    .product-single-info-images-side-right-arrow {
        left: calc(100% - 35px);
    }

    .footer_form h5 {
        text-align: center;
    }

    .product-order-modal .question .question_title {
        font-size: 27px;
        line-height: 28px;
    }

    .top_lab h1 {
        font-size: 28px;
        line-height: 33px;
    }

    .our_function .container h2,
    .our_pluses_home h2,
    .our-products-title {
        font-size: 28px;
        line-height: 33px;
    }

    .home_products_text h3 {
        padding-left: 20px;
        font-size: 22px;
    }

    .our-products-item-title {
        font-size: 22px;
    }

    .our-products .container:before {
        width: calc(100% - 30px);
        left: 15px;
    }

    .our-products-item {
        width: 100%;
    }

    .our-products-item-title:before {
        top: 16px;
    }

    .product-single-certificate {
        margin: 0 auto 15px;
        float: none;
        max-width: 100%;
    }

}
