.another-equipment {
    width: 100%;
    overflow: hidden;
    background-position: center;
    background-attachment: fixed;
    background-size: cover;
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-color: #242424
}

.another-equipment--wrapper {
    width: 100%;
    display: flex;
    flex-direction: column;
    margin: var(--base-wrapper-margin) 0;
    gap: var(--base-wrapper-gap)
}

.another-equipment svg {
    fill: var(--base-color);
    transition: all var(--base-transition);
    max-width: 100%;
}

.another-equipment__title {
    font-size: var(--base-title-font-size);
    font-weight: 600;
    text-align: center;
    color: var(--base-color);
    text-transform: uppercase;
    font-family: var(--base-font-family);
    font-size: max(4vw, 3rem)
}

.list-equipment {
    overflow: hidden;
    white-space: nowrap;
    display: flex;
    height: max(50vh, 30vw)
}

.list-equipment__item {
    width: calc(100% / 8);
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    transition: all var(--base-transition);
    position: relative;
    cursor: pointer;
    text-align: center;
    white-space: normal;
    will-change: transform;
    font-family: "Montserrat", sans-serif
}

.list-equipment__item a {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    position: relative;
    cursor: pointer;
    text-align: center;
    white-space: normal;
    will-change: transform;
    font-family: "Montserrat", sans-serif;
    z-index: 999
}

.list-equipment__item:hover .list-equipment__title, .list-equipment__item:active .list-equipment__title, .list-equipment__item:focus .list-equipment__title {
    font-size: var(--accordeon-title-font-size)
}

.list-equipment__item:hover, .list-equipment__item:active, .list-equipment__item:focus {
    width: 35%
}

.list-equipment__item--front {
    display: flex;
    width: 100%;
    z-index: 2;
    transition: all 0.6s ease-in;
    color: #fff;
    align-items: center;
    justify-content: flex-start;
    flex-direction: column;
    position: relative;
    gap: 1.5vw;
    padding: 2.5rem 0
}

.list-equipment__link {
    width: 100%;
    display: flex;
    text-align: center;
    align-items: center;
    justify-content: center
}

.list-equipment__title {
    text-transform: uppercase;
    letter-spacing: var(--letter-spacing);
    transition: all var(--base-transition);
    color: var(--base-color);
    text-align: center;
    font-size: max(.75vw, 12px);
    font-weight: 600
}

.list-equipment__info {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
    text-align: center;
    gap: .35rem;
    opacity: 0;
    transition: all var(--base-transition);
    color: #fff;
    transform-origin: center top
}

.list-equipment__info li {
    list-style: none;
    text-align: center;
    font-size: .838vw;
    font-weight: 300;
    color: var(--base-color)
}

.list-equipment__item--back {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    transition: all var(--base-transition);
    overflow: hidden;
    z-index: 1;
    background: #000
}

.list-equipment__item:hover .list-equipment__info, .list-equipment__item:active .list-equipment__info, .list-equipment__item:focus .list-equipment__info {
    opacity: 1
}

.list-equipment__item:hover .list-equipment__item--back, .list-equipment__item:active .list-equipment__item--back, .list-equipment__item:focus .list-equipment__item--back {
    opacity: .3;
    transition: all var(--base-transition)
}

.list-equipment__item:hover svg, .list-equipment__item:active svg, .list-equipment__item:focus svg {
    fill: var(--main-color-hover)
}

.list-equipment__item--back .mouse-parallax {
    background-size: cover;
    background-position: center;
    width: 100%;
    height: 100%;
    transform: translate(0, 0);
    transition: 0.1s linear
}

.list-equipment__item--press .list-equipment__item--back .mouse-parallax {
    background-image: url(assets/templates/new_printex/images/001.webp)
}

.list-equipment__item--dryers .list-equipment__item--back .mouse-parallax {
    background-image: url(assets/templates/new_printex/images/003.webp)
}

.list-equipment__item--flash .list-equipment__item--back .mouse-parallax {
    background-image: url(assets/templates/new_printex/images/004.webp)
}

.list-equipment__item--pre-press .list-equipment__item--back .mouse-parallax {
    background-image: url(assets/templates/new_printex/images/005.webp)
}

.list-equipment__item--accessories .list-equipment__item--back .mouse-parallax {
    background-image: url(assets/templates/new_printex/images/006.webp)
}

.list-equipment .link_to_item {
    color: #fff;
    background: #002e6d;
    margin: 1.5vw 0;
    opacity: 0;
    -webkit-transition: opacity 0.5s, -webkit-transform 0.5s;
    transition: opacity 0.5s, transform 0.35s;
    -webkit-transform: translate3d(0, -60px, 0);
    transform: translate3d(0, -60px, 0)
}

.list-equipment__item:active .link_to_item, .list-equipment__item:focus .link_to_item, .list-equipment__item:hover .link_to_item {
    opacity: 1;
    background-color: #002e6d;
    color: #fff;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    transition-delay: 0.5s
}

@media screen and (max-width: 1360px) {
    .list-equipment__info li {
        font-size: 1vw
    }
}

@media screen and (max-width: 1080px) {
    *, *::before, *::after {
        --base-900-font-size-lower: calc(10px + 5 * ((100vw - 320px) / (900 - 320)));
        --base-900-font-size: calc(12px + 2.5 * ((100vw - 320px) / (900 - 320)));
        --hero-title-900-font-size: calc(20px + 38 * ((100vw - 320px) / (900 - 320)))
    }

    .another-equipment--wrapper {
        margin: max(7.5vh, 2.5rem) auto;
        width: 94%
    }

    .list-equipment {
        height: auto;
        flex-wrap: wrap;
        justify-content: center;
        align-items: baseline;
        gap: 1.5vw
    }

    .list-equipment__item--back {
        display: none
    }

    .list-equipment__item--front {
        padding: .5rem 0
    }

    .list-equipment__item, .list-equipment__item:hover, .list-equipment__item:active, .list-equipment__item:focus {
        width: calc((100% - 6vw) / 3);
        height: auto
    }

    .list-equipment__item:nth-child(4n), .list-equipment__item:nth-child(5n), .list-equipment__item:nth-child(4n):hover, .list-equipment__item:nth-child(4n):active, .list-equipment__item:nth-child(4n):focus, .list-equipment__item:nth-child(5n):hover, .list-equipment__item:nth-child(5n):active, .list-equipment__item:nth-child(5n):focus {
        width: calc((100% - 3vw) / 2.5)
    }

    .list-equipment__title, .list-equipment__item:hover .list-equipment__title, .list-equipment__item:active .list-equipment__title, .list-equipment__item:focus .list-equipment__title {
        font-size: var(--base-900-font-size)
    }

    .list-equipment__info {
        opacity: 1
    }

    .list-equipment__btn {
        opacity: 1
    }

    .list-equipment__info li {
        font-size: var(--base-900-font-size-lower)
    }

    .list-equipment__btn {
        transform: translate(0, 0)
    }
}

@media screen and (max-width: 900px) {
    .another-equipment__title {
        font-size: max(6vw, 1.5rem)
    }

    .button.link_to_item {
        display: block;
        opacity: 1;
        transform: translate3d(0, 0, 0)
    }
}

@media screen and (max-width: 700px) {
    .list-equipment {
        gap: 2.5vh
    }

    .list-equipment__item, .list-equipment__item:hover, .list-equipment__item:active, .list-equipment__item:focus, .list-equipment__item:nth-child(4n), .list-equipment__item:nth-child(5n), .list-equipment__item:nth-child(4n):hover, .list-equipment__item:nth-child(4n):active, .list-equipment__item:nth-child(4n):focus, .list-equipment__item:nth-child(5n):hover, .list-equipment__item:nth-child(5n):active, .list-equipment__item:nth-child(5n):focus {
        width: calc((100% - 3vw) / 2)
    }
}

@media screen and (max-width: 600px) {
    .list-equipment__item, .list-equipment__item:hover, .list-equipment__item:active, .list-equipment__item:focus, .list-equipment__item:nth-child(4n), .list-equipment__item:nth-child(5n), .list-equipment__item:nth-child(4n):hover, .list-equipment__item:nth-child(4n):active, .list-equipment__item:nth-child(4n):focus, .list-equipment__item:nth-child(5n):hover, .list-equipment__item:nth-child(5n):active, .list-equipment__item:nth-child(5n):focus {
        width: 80%
    }

    .list-equipment__title, .list-equipment__item:hover .list-equipment__title, .list-equipment__item:active .list-equipment__title, .list-equipment__item:focus .list-equipment__title {
        font-size: calc(12px + 7.5 * ((100vw - 320px) / (600 - 320)))
    }

    .list-equipment__info li {
        font-size: calc(10px + 7.5 * ((100vw - 320px) / (600 - 320)))
    }
}

@media screen and (max-width: 550px) {
    .another-equipment {
        background-attachment: initial;
        background-image: none
    }
}

@media screen and (min-width: 400px) and (max-width: 900px) and (orientation: landscape) {
    .another-equipment {
        background-attachment: initial;
        background-image: none
    }
}

label {
    font-size: max(.8vw, 14px);
    text-align: left;
    font-family: "Montserrat", sans-serif
}

.get_in_touch_cont label, .contact-us-form label, .request_service_form label {
    display: none
}

input, textarea, select {
    --horizontall-side-padding: 1rem;
    --vertical-side-padding: .75rem;
    --input-font-size: max(.75vw, 14px);
    --input-background-color: #fff;
    --input-base-color: #000;
    --input-border-color: #dcdcdc;
    --input-border: 1px solid var(--input-border-color);
    width: 100%;
    font-family: "Montserrat", sans-serif;
    color: var(--input-base-color);
    background-color: var(--input-background-color);
    font-size: var(--input-font-size);
    border: var(--input-border);
    padding: var(--vertical-side-padding) var(--horizontall-side-padding);
    -webkit-appearance: none;
    -moz-appearance: none;
    -webkit-border-radius: 0;
    appearance: none
}

input[type="checkbox"], input[type="radio"] {
    -webkit-appearance: auto;
    -moz-appearance: auto;
    -webkit-border-radius: initial;
    appearance: auto;
    max-width: 1.5rem
}

::placeholder {
    --placeholder-base-color: #777;
    color: var(--placeholder-base-color);
    font-family: "Montserrat", sans-serif
}

textarea {
    resize: none
}

select {
    -webkit-appearance: none;
    -webkit-border-radius: 0;
    appearance: none
}

input[type="submit"] {
    -webkit-appearance: none;
    -webkit-border-radius: 0;
    appearance: none;
    --button-width: auto;
    box-shadow: none
}

input[type="submit"].button--full {
    --button-width: 100%
}

.form--wrapper-blog, .form--wrapper {
    display: flex;
    background: rgba(0, 0, 0, .9);
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 9999;
    justify-content: center;
    align-items: center;
    overflow-y: auto
}

.form--wrapper-blog.hidden, .form--wrapper.hidden {
    display: none
}

.form {
    --form-padding: max(3.5vh, 1.5rem) max(2.5vw, 1.5rem);
    --form-background-color: #fff;
    --form-min-width: 45vw;
    --form-max-width: 100%;
    --form-inner-gap: 2.5vh;
    --form-inner-width: 35%;
    display: flex;
    background-color: var(--form-background-color);
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
    gap: var(--form-inner-gap);
    position: relative;
    min-width: var(--form-min-width);
    max-width: var(--form-max-width);
    margin: auto;
    padding: var(--form-padding);
    width: var(--form-inner-width)
}

.form--wrapper .form {
    --form-inner-gap: 1.5vh
}

.get_quote .interested_in label {
    width: 50%;
    display: block
}

.form.hidden {
    display: none
}

.close-button-blog, .close-button {
    --size-close-button: 2.5rem;
    position: absolute;
    top: 0;
    right: 0;
    width: var(--size-close-button);
    height: var(--size-close-button);
    border: none;
    background-color: transparent;
    cursor: pointer;
    z-index: 99
}

.close-button--wrapper {
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    width: 100%;
    height: 100%
}

.close-button__item {
    position: absolute;
    top: 50%;
    left: 50%;
    display: block;
    height: 2px;
    width: 80%;
    background-color: black;
    transform: translate(-50%, -1px)
}

.close-button__item--top {
    transform: translate(-50%, -1px) rotate(45deg)
}

.close-button__item--bottom {
    transform: translate(-50%, -1px) rotate(-45deg)
}

.form-title {
    font-family: var(--base-font-family);
    font-size: max(2vw, 26px);
    text-align: center;
    max-width: 100%;
    width: 100%;
    line-height: 1;
    padding: 0 .25rem
}

.form-description {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
    gap: 1vw;
    font-size: max(.85vw, 14px);
    font-family: "Montserrat", sans-serif
}

.form-inner, .wpcf7-form {
    display: flex;
    flex-direction: column;
    width: 100%;
    justify-content: space-between;
    align-items: center;
    gap: var(--form-inner-gap);
    position: relative;
    transform-origin: center center
}

.form-inner-blog {
    row-gap: .5vh
}

.form-inner--wrapper {
    display: flex;
    flex-direction: column;
    width: 50%;
    align-items: center;
    justify-content: space-between;
    gap: 1vh
}

.form-inner__item {
    display: flex;
    justify-content: space-between;
    gap: var(--form-inner-gap);
    align-items: center;
    width: 100%;
    position: relative
}

.form-inner__item--half, .form-inner__item--full {
    gap: calc(var(--form-inner-gap) / 2) var(--form-inner-gap);
    display: flex;
    justify-content: space-between;
    flex-direction: column
}

.form-inner__item--half {
    width: calc((100% - 1.25vw) / 2)
}

.form-inner__item--full {
    width: 100%
}

.form-inner__item--column {
    flex-direction: column;
    gap: max(5vw, 3rem)
}

.form-inner-text--agree {
    width: 100%
}

.log_warranty {
    --form-max-width: 40%;
    display: flex;
    flex-direction: column
}

.log_warranty__description {
    display: flex;
    flex-direction: column;
    gap: 1.5vh;
    justify-content: center;
    align-items: center;
    text-align: center;
    font-size: max(.9vw, 16px);
    font-weight: 600
}

.btn_wrap_checks {
    display: flex;
    position: relative;
    justify-content: center;
    align-items: center;
    text-align: center;
    background-color: var(--main-color);
    max-width: 60%;
    width: 50%;
    cursor: pointer;
    border: none
}

.btn_wrap_checks::before {
    display: block;
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background-color: #fff;
    width: 1px;
    height: 60%
}

.btn_wrap_checks__item {
    flex-grow: 1;
    padding: .75rem .5rem;
    min-width: 50%;
    color: #fff
}

.check_wrap {
    --input-background-color: #fff;
    --input-base-color: #777;
    --input-border: 1px solid var(--input-base-color);
    display: flex;
    justify-content: center;
    width: 100%;
    align-items: center;
    color: #000;
    gap: min(5vw, 30%);
    padding: .75vh;
    border: var(--input-border);
    background-color: var(--input-background-color)
}

.check_wrap label {
    display: flex;
    gap: .5vw;
    align-items: center
}

.check_wrap input[type="checkbox"] {
    width: auto
}

.form-container label {
    display: flex;
    flex-direction: column;
    gap: .35rem
}

.xoo-el-form-container ul.xoo-el-tabs li.xoo-el-active, .xoo-el-form-container button.btn.button.xoo-el-action-btn, .xoo-el-form-container ul.xoo-el-tabs li:hover {
    background-color: #002e71;
    color: #fff
}

.xoo-el-sidebar {
    background-image: url(https://anatol.com/wp-content/uploads/2021/10/Screenshot_4.png.webp)
}

.xoo-el-form-label {
    display: flex;
    align-items: center
}

.wpcf7-response-output {
    display: none
}

.status {
    display: flex;
    position: fixed;
    flex-direction: column;
    width: 35%;
    min-width: 35vw;
    min-height: 5vh;
    padding: 1.5vw;
    align-items: center;
    justify-content: center;
    align-self: center;
    text-align: center;
    top: 50%;
    left: 50%;
    transform-origin: center center;
    transform: translate(-50%, -50%);
    opacity: 0;
    visibility: hidden;
    font-weight: 600;
    background-color: #002e6d;
    color: #fff;
    font-size: max(1.25vw, 22px);
    border-radius: 5px;
    transition: all 0.75s ease-in
}

.status.visible {
    transition: all 0.75s ease-in;
    opacity: 1;
    visibility: visible;
    z-index: 9999999999
}

#get_in_touch_form select option {
    color: #000
}

.warranty-form {
    margin: auto
}

.warranty-container {
    --form-min-width: 57.5vw
}

.support-ticket-container {
    --form-min-width: 100%
}

.form-container .wpcf7 {
    width: 100%
}

.form-container #warrantyRegistrationForm, .form-container #serviceSupportTicket {
    flex-direction: row;
    flex-wrap: wrap;
    --form-inner-gap: 1.5rem
}

#serviceSupportTicket .wpcf7-radio {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: 1.5rem
}

#serviceSupportTicket .wpcf7-radio .wpcf7-list-item {
    width: auto;
    display: flex;
    gap: .5rem;
    align-items: center
}

.warranty-item--half {
    width: calc(50% - (var(--form-inner-gap) / 2))
}

.button-submit-container {
    align-items: center;
    flex-direction: row
}

.get_quote label, .subscribe_us_form label {
    display: none
}

.form.service_form {
    --form-padding: 0 max(2.5vw, 1.5rem)
}

.service_form_description {
    margin: 0 auto;
    width: min(50rem, 90%)
}

.inputwarranty {
    display: flex;
    gap: 2.5rem;
    width: 100%;
    align-items: center
}

.inputwarranty .wpcf7-list-item {
    display: flex;
    align-items: center;
    gap: .5rem
}

.screen-reader-response {
    display: none
}

#warrantyRegistrationForm label {
    display: flex;
    flex-direction: column;
    gap: .5rem
}

#warrantyRegistrationForm .wpcf7-list-item label, #warrantyRegistrationForm .wpcf7-checkbox {
    display: flex;
    gap: .5rem;
    align-items: center;
    flex-direction: row
}

#warrantyRegistrationForm .wpcf7-checkbox {
    justify-content: center;
    padding: .75rem .5rem;
    border: 1px solid #dcdcdc
}

#warrantyRegistrationForm .wpcf7-list-item {
    width: 100%
}

.form-container input[type="submit"] {
    margin: 0 auto
}

.wpcf-radio-container {
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: flex-start
}

.wpcf-radio-container h4 {
    width: 100%
}

.wpcf-radio-container label {
    display: flex;
    gap: .5rem;
    align-items: center;
    flex-direction: row
}

.request_a_demo--wrapper {
    --form-padding: max(10vh, 5rem) max(2.5vw, 1.5rem)
}

.request_a_demo label {
    display: none
}

@media screen and (max-width: 1366px) {
    .support-ticket-container {
        --form-min-width: 94%
    }
}

@media screen and (max-width: 1080px) {
    .form {
        --form-min-width: 75vw;
        --form-inner-gap: 2vh;
        --form-padding: max(5vh, 1.5rem) max(3.5vw, 1.5rem)
    }

    .form-inner__item, .form-inner__item--half {
        --form-inner-gap: 2vh
    }

    input, textarea, select {
        min-height: 1.5rem
    }

    .support-ticket-form {
        margin: auto
    }

    .form-container {
        --form-min-width: 100%
    }

    .form-container #warrantyRegistrationForm, .form-container #serviceSupportTicket {
        --form-inner-gap: .75rem
    }

    .form-container #serviceSupportTicket {
        flex-direction: column;
        flex-wrap: initial
    }

    .warranty-item--half {
        width: 100%
    }
}

@media screen and (max-width: 900px) {
    .register_warranty_wrap {
        --form-min-width: 100%
    }

    .get_quote .interested_in label {
        width: 100%
    }
}

@media screen and (max-width: 800px) {
    .form--wrapper {
        align-items: flex-start
    }
}

@media screen and (max-width: 650px) {
    .form {
        --form-min-width: 100%;
        --form-padding: max(5vh, 2.5rem) max(5vw, 2.5rem);
        height: auto;
        justify-content: center
    }

    .form, .form-inner, .form-inner__item, .form-inner__item--half {
        --form-inner-gap: 1rem
    }

    .form--wrapper .form {
        min-height: 100vh;
        --form-inner-gap: .75rem
    }

    .form--wrapper .form-inner, .form--wrapper .form-inner__item, .form--wrapper .form-inner__item--half {
        --form-inner-gap: .75rem
    }

    .form-inner__item--half {
        width: 100%
    }

    .form-inner__item {
        flex-direction: column
    }

    input[type="submit"] {
        --button-width: 100%
    }

    .register_warranty_wrap {
        width: 100%;
        max-width: 100%
    }

    .close-button {
        top: 1.5%;
        right: 1.5%
    }

    .warranty-form {
        width: 100%
    }

    .register_warranty_wrap .button {
        width: 100%
    }

    .form.log_warranty {
        min-height: auto
    }
}

@media screen and (max-width: 550px) {
    input, textarea, select {
        --input-font-size: max(3vw, 14px)
    }

    .form {
        --form-min-width: 100%;
        width: 94%
    }

    .form.service_form {
        --form-padding: 0
    }

    .get_in_touch_cont form, .contact-us-form form, .service_form form {
        padding-top: 0
    }

    .form-inner, .form-inner__item, .form-inner__item--half {
        width: 100%
    }

    .shipping-calculator-form input, .shipping-calculator-form select {
        font-size: 14px
    }
}

@media screen and (min-width: 320px) and (max-width: 1080px) and (orientation: landscape) {
    .form {
        --form-min-width: 100%
    }
}

#wprev-slider-2 .wprev_preview_bradius_T1 {
    border-radius: 0
}

#wprev-slider-2 .wprev_preview_bg1_T1::after {
    border-top: 30px solid
}
tspan {
    white-space: pre
}

.shp0 {
    fill: #002e71
}

.shp1 {
    fill: #fff
}

/* Contact head */

.contacts_head {
    background-image: linear-gradient(
            180deg,
            rgba(255, 255, 255, 0.9) 0%,
            #ffffff 100%
    ),
    url("<?php bloginfo('template_directory'); ?>/assets/images/bg-group.webp");

    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    background-color: #242424;
}

.contacts_head .head_title {
    font-family: var(--base-font-family);
    font-weight: 700;
    text-transform: uppercase;
    font-size: 7vw;
    color: #000000;
    letter-spacing: 0.05em;
    text-shadow: 0em 0.18em 0.27em rgb(0 0 0 / 24%);
}

.contacts_head .head_description {
    font-family: "Roboto", sans-serif;
    font-size: 20px;
    line-height: 1.3;
}

/* Flag contacts */

.contact-us {

    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    background-color: #242424;
    background-attachment: fixed;
}

.contact-us--wrapper {
    display: flex;
    justify-content: center;
    margin: max(15vh, 2.5rem) auto;
    gap: 7.5vw;
}

.contact-us-info {
    background-image: linear-gradient(
            190deg,
            #001c66 85%,
            rgba(255, 255, 255, 0) 0%
    );
    display: flex;
    flex-direction: column;
    gap: 2.5vh;
    padding: 3vw;
    /* padding-bottom: 6vw; */
    width: 30%;
}

.et_pb_blurb_container {
    color: #fff;
    display: flex;
    flex-direction: column;
    gap: 1vw;
}
.contact-us-info__title,
.contact-us-info__subtitle {
    font-family: var(--base-font-family);
    font-weight: 700;
    font-size: max(1.65vw, 26px);
    color: #fff;
    display: flex;
    gap: 0.5rem;
    align-items: center;
    position: relative;
}

.contact-us-info__subtitle {
    padding-left: 2rem;
}

.contact-us-info__subtitle::before {
    content: "";
    display: flex;
    align-items: center;
    justify-content: center;
    width: 1.5rem;
    height: 1.5rem;
    top: 50%;
    left: 0;
    transform: translate(0, -50%);
    position: absolute;

    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}
.contact-us-info__subtitle--location::before {
    background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 32 32' xmlns='http://www.w3.org/2000/svg'%3E%3Cg data-name='10-location' id='_10-location'%3E%3Cpath fill='%23fff' d='M27,12A11,11,0,0,0,5,12C5,22,16,31,16,31S27,22,27,12Z' /%3E%3Ccircle stroke='%23002e6d' fill='%23fff' cx='16' cy='12' r='5' /%3E%3C/g%3E%3C/svg%3E");
}
.contact-us-info__subtitle--phone::before {
    background-image: url("data:image/svg+xml,%3Csvg fill='%23ffffff' viewBox='0 0 24 24' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M17.167,16.155a2.5,2.5,0,0,0-3.535,0l-.385.384A46.692,46.692,0,0,1,7.458,10.75l.385-.385a2.5,2.5,0,0,0,0-3.536L5.721,4.708a2.5,2.5,0,0,0-3.535,0L1.022,5.872a3.51,3.51,0,0,0-.442,4.4A46.932,46.932,0,0,0,13.722,23.417a3.542,3.542,0,0,0,4.4-.442l1.165-1.164a2.5,2.5,0,0,0,0-3.535Z'/%3E%3Cpath d='M11.5,0a1,1,0,0,0,0,2A10.512,10.512,0,0,1,22,12.5a1,1,0,1,0,2,0A12.515,12.515,0,0,0,11.5,0Z'/%3E%3Cpath d='M11.5,6A6.508,6.508,0,0,1,18,12.5a1,1,0,0,0,2,0A8.51,8.51,0,0,0,11.5,4a1,1,0,1,0,0,2Z'/%3E%3Cpath d='M11.5,10A2.5,2.5,0,0,1,14,12.5a1,1,0,0,0,2,0A4.505,4.505,0,0,0,11.5,8a1,1,0,1,0,0,2Z'/%3E%3C/svg%3E");
}
.contact-us-info__description,
.contact-us-info__phone {
    color: #fff;
    font-family: "Montserrat", sans-serif;
    font-size: max(0.8vw, 14px);
}

.regional-offices-title {
    font-family: var(--base-font-family);
    font-weight: 700;
    text-transform: uppercase;
    font-size: max(3.2vw, 36px);
    color: #000000;
    /* letter-spacing: 0.05em; */
    line-height: 0.9em;
    text-shadow: 0em 0.18em 0.27em rgb(0 0 0 / 24%);
    margin: 0;
    text-align: center;
}

@media screen and (min-width: 1200px) {
    .regional-offices {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-justify-content: space-between;
        justify-content: space-between;
    }
    .regional-offices__item {
        width: 25%;
    }
}
.box {
    background: #23a3d3;
    width: 90px;
    height: 70px;
    padding: 20px;
    text-align: center;
    color: white;
    border-radius: 7px;
    float: left;
    margin: 4px;
    font-size: 12px;
    font-family: "Arial";
    text-transform: uppercase;
}

@media all and (max-width: 768px) {
    .contact-us-info {
        background: #001c66;
        padding: 60px 30px;
        width: 100%;
        margin-bottom: 60px;
    }
}
.subscribe_us_form .form-row > .input input {
    background-color: rgba(255, 255, 255, 0.12);
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
    -webkit-appearance: none;
    width: 100%;
    max-width: 100%;
    border-radius: 0;
    border: 1px solid #afafaf;
    color: #999;
    font-size: 14px;
    padding: 12px 15px;
}
.subscribe_us_form .form-row > .input input::placeholder {
    color: #999;
    font-size: 14px;
}
.subscribe_us_form .form-row > .field_full textarea {
    border: 1px solid #afafaf;
    border-width: 1px;
}

/* My styles */

@media screen and (max-width: 1080px) {
    .section_offices--wrapper {
        align-items: center;
        width: 85%;
    }
    .regional-offices {
        grid-template-columns: 1fr;
        width: 60%;
    }

    .regional-offices__item .location-office__title {
        font-size: max(2.25vw, 18px);
    }

    .regional-offices__item .location-office__subtitle {
        font-size: max(1.9vw, 16px);
    }

    .location-office-info__item {
        font-size: max(1.65vw, 14px);
    }

    .contact-us--wrapper {
        margin: max(7.5vh, 2.5rem) auto;
    }
    .contact-us-info {
        display: none;
    }

    .feedback_form .form-inner,
    .feedback_form .form-inner__item {
        gap: 2vh;
    }
}

@media screen and (max-width: 650px) {
    .contact-us {
        background-image: none;
    }
}

@media screen and (max-width: 550px) {
    .feedback_form {
        --form-padding: initial;
    }
    .regional-offices {
        width: 94%;
    }

    .feedback_form .form-inner,
    .feedback_form .form-inner__item,
    .feedback_form .form-inner__item--half {
        width: 100%;
        gap: 2.5vh;
    }

    .feedback_form .form-inner__item {
        flex-direction: column;
    }
}
@media screen and (min-width: 400px) and (max-width: 900px) and (orientation: landscape) {
    .contact-us {
        background-image: none;
        background-attachment: initial;
    }
}

.hero {
    width: 100%;
    min-height: max(35vh, 20rem);
    display: flex;
    justify-content: center;
    align-items: center;

    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;

    position: relative;
    overflow: hidden;
}


.hero__bg-image {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    z-index: 0;
}

.white_shadow::before {
    background: linear-gradient(
            180deg,
            rgba(255, 255, 255, 0.9) 0%,
            #ffffff 100%
    );
}

.white_shadow .hero__title,
.white_shadow .hero__description,
.white_shadow .breadcrumbs,
.white_shadow .breadcrumbs span,
.white_shadow .breadcrumbs a {
    color: #000;
}

.hero--wrapper {
    display: flex;
    flex-direction: column;
    justify-content: center;
    gap: 2.5vh;
    margin: max(15vh, 7.5rem) auto max(5vh, 2.5rem);
    position: relative;
    z-index: 2;
    text-align: center;
    color: #fff;
}

.hero__subtitle {
    font-size: max(1.5vw, 20px);
    font-weight: 600;
    font-family: "RobotoCondensed", sans-serif;
}

.hero__description {
    font-size: max(1vw, 15px);

    font-family: "Montserrat", sans-serif;
}

.breadcrumbs {
    color: #e6e6e6;
    font-size: max(0.75vw, 0.75rem);
    display: inline-block;
    text-align: center;
    font-family: "Montserrat", sans-serif;
    width: 85%;
    align-self: center;
}

.breadcrumbs,
.breadcrumbs span,
.breadcrumbs a {
    color: #e6e6e6;
}

@media screen and (max-width: 700px) {
    .hero__title {
        padding: 0 0.25rem;
    }
    .hero__description {
        padding: 0 1.5rem;
    }
}
@media screen and (min-width: 400px) and (max-width: 768px) and (orientation: landscape) {
    .hero {
        min-height: 15rem;
    }
}
/* Regional offices */

.section_offices {
    background-color: #fff;
}

.section_offices--wrapper {
    margin: max(7.5vh, 2.5rem) auto;
    display: flex;
    flex-direction: column;
    gap: 5vh;
}

.regional-offices {
    grid-template-columns: repeat(auto-fit, minmax(17.5rem, 1fr));
    grid-gap: 2vw;
}

.regional-offices__item {
    display: flex;
    flex-direction: column;
    position: relative;
    background: #fff;
}

/* Regional offices header */
.location-office--header {
    text-align: center;
    position: relative;
    padding-bottom: 0.75rem;
}

.location-office--header:after {
    content: "";
    position: absolute;
    display: block;
    /* width: 100%; */
    height: 2px;
    background-color: #f0f0f0;
    bottom: 0;
    left: 0;
    right: 0;
}

.location-office__title {
    color: #353535;
    font-size: max(1vw, 14px);
    font-family: "Roboto", sans-serif;
    font-weight: bold;
}

.location-office__subtitle {
    font-family: "Roboto", sans-serif;
    font-size: max(0.9vw, 14px);
    color: #afafaf;
}

/* Regional offices description */

.location-office-info {
    padding: 1rem 0;
    display: flex;
    flex-direction: column;
    gap: 1.5vh;
}

.location-office-info__item {
    display: flex;
    font-size: max(0.7vw, 12px);
    color: #353535;
}

.location-office-info__item {
    position: relative;
    padding-left: 1.75rem;
}

.location-office-info__item::before {
    content: "";
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    width: 1.15rem;
    height: 1.15rem;
    top: 50%;
    left: 0;
    transform: translate(0%, -50%);
    position: absolute;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.location-address::before {
    background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 32 32' xmlns='http://www.w3.org/2000/svg' fill='%23001c66'%3E%3Cg data-name='10-location' id='_10-location'%3E%3Cpath d='M27,12A11,11,0,0,0,5,12C5,22,16,31,16,31S27,22,27,12Z' /%3E%3Ccircle stroke='%23fff' fill='%23001c66' cx='16' cy='12' r='5' /%3E%3C/g%3E%3C/svg%3E");
}
.location-phone::before {
    background-image: url("data:image/svg+xml,%3Csvg fill='%23001c66' viewBox='0 0 24 24' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M17.167,16.155a2.5,2.5,0,0,0-3.535,0l-.385.384A46.692,46.692,0,0,1,7.458,10.75l.385-.385a2.5,2.5,0,0,0,0-3.536L5.721,4.708a2.5,2.5,0,0,0-3.535,0L1.022,5.872a3.51,3.51,0,0,0-.442,4.4A46.932,46.932,0,0,0,13.722,23.417a3.542,3.542,0,0,0,4.4-.442l1.165-1.164a2.5,2.5,0,0,0,0-3.535Z'/%3E%3Cpath d='M11.5,0a1,1,0,0,0,0,2A10.512,10.512,0,0,1,22,12.5a1,1,0,1,0,2,0A12.515,12.515,0,0,0,11.5,0Z'/%3E%3Cpath d='M11.5,6A6.508,6.508,0,0,1,18,12.5a1,1,0,0,0,2,0A8.51,8.51,0,0,0,11.5,4a1,1,0,1,0,0,2Z'/%3E%3Cpath d='M11.5,10A2.5,2.5,0,0,1,14,12.5a1,1,0,0,0,2,0A4.505,4.505,0,0,0,11.5,8a1,1,0,1,0,0,2Z'/%3E%3C/svg%3E");
}
.location-fax::before {
    background-image: url("data:image/svg+xml,%3Csvg id='Layer_1' style='enable-background:new 0 0 32 32;' version='1.1' viewBox='0 0 32 32' xml:space='preserve' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'%3E%3Cstyle type='text/css'%3E .st0%7Bfill:%23001c66;%7D .st1%7Bfill:%23868687;%7D .st2%7Bfill-rule:evenodd;clip-rule:evenodd;fill:%23001c66;stroke:%23001c66;stroke-width:0.776;%7D .st3%7Bfill-rule:evenodd;clip-rule:evenodd;fill:%23001c66;fill-opacity:0;stroke:%23001c66;stroke-width:0.776;%7D .st4%7Bfill:none;stroke:%23001c66;stroke-width:1.5556;stroke-opacity:0.5;%7D .st5%7Bfill:none;stroke:%23001c66;stroke-width:1.5556;%7D .st6%7Bfill:%23070707;%7D%0A%3C/style%3E%3Cg id='fax'%3E%3Cpath class='st0' d='M9,23.9v4.8c0,0.3,0.2,0.5,0.5,0.5h13.1c0.3,0,0.5-0.2,0.5-0.5v-4.8v-3c0-0.3-0.2-0.5-0.5-0.5H9.5 c-0.3,0-0.5,0.2-0.5,0.5V23.9z M10.8,22.1h10.5v1.7H10.8V22.1z M10.8,25.6h10.5v1.7H10.8V25.6z'/%3E%3Cpolygon class='st0' points='23,8.1 23,2.9 9,2.9 9,8.1 9,11.6 23,11.6 '/%3E%3Cpath class='st0' d='M26.5,8.1h-1.8v3.5v1.8H7.3v-1.8V8.1H5.5C3.6,8.1,2,9.7,2,11.6v8.8c0,1.9,1.6,3.5,3.5,3.5h1.8v-3.5v-1.8h17.5 v1.8v3.5h1.8c1.9,0,3.5-1.6,3.5-3.5v-8.7C30,9.7,28.4,8.1,26.5,8.1z'/%3E%3C/g%3E%3C/svg%3E");
}

.location-email::before {
    background-image: url("../images/email_icon.svg");
}
.contact-us-info__subtitle--email::before{
    background-image: url("../images/email_icon_w.svg");
}
    .hero {
        width: 100%;
        min-height: max(35vh, 20rem);
        display: flex;
        justify-content: center;
        align-items: center;

        background-position: center;
        background-repeat: no-repeat;
        background-size: cover;

        position: relative;
        overflow: hidden;
    }


    .hero__bg-image {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        object-fit: cover;
        z-index: 0;
    }

    .white_shadow::before {
        background: linear-gradient(
                180deg,
                rgba(255, 255, 255, 0.9) 0%,
                #ffffff 100%
        );
    }

    .white_shadow .hero__title,
    .white_shadow .hero__description,
    .white_shadow .breadcrumbs,
    .white_shadow .breadcrumbs span,
    .white_shadow .breadcrumbs a {
        color: #000;
    }

    .hero--wrapper {
        display: flex;
        flex-direction: column;
        justify-content: center;
        gap: 2.5vh;
        margin: max(15vh, 7.5rem) auto max(5vh, 2.5rem);

        position: relative;
        z-index: 2;
        text-align: center;
        color: #fff;
    }

    .hero__subtitle {
        font-size: max(1.5vw, 20px);
        font-weight: 600;
        font-family: "RobotoCondensed", sans-serif;
    }

    .hero__description {
        font-size: max(1vw, 15px);

        font-family: "Montserrat", sans-serif;
    }

    .breadcrumbs {
        color: #e6e6e6;
        font-size: max(0.75vw, 0.75rem);
        display: inline-block;
        text-align: center;
        font-family: "Montserrat", sans-serif;
        width: 85%;
        align-self: center;
    }

    .breadcrumbs,
    .breadcrumbs span,
    .breadcrumbs a {
        color: #e6e6e6;
    }

    @media screen and (max-width: 700px) {
        .hero__title {
            padding: 0 0.25rem;
        }
        .hero__description {
            padding: 0 1.5rem;
        }
    }
    @media screen and (min-width: 400px) and (max-width: 768px) and (orientation: landscape) {
        .hero {
            min-height: 15rem;
        }

    }

    /* Pagination */

    .page-pagination {
        width: 100%;
        display: flex;
        align-items: center;
        justify-content: center;
        margin-top: 0;
    }

    .pagination {
        display: flex;
        align-items: center;
        padding: max(1.25vh, 0.5rem) max(1vw, 0.5rem);
        border-radius: 50px;
        gap: 0.35rem;
    }

    .page-numbers {
        padding: 0.25rem;
        border-radius: 50%;
        width: 2rem;
        height: 2rem;
        line-height: 1;
        text-align: center;
        display: flex;
        align-items: center;
        justify-content: center;
        color: #363636;
        transition: color 0.3s ease-in, background-color 0.3s ease-in-out,
        border 0.3s ease-in;
    }

    .page-numbers:not(.dots) {
        border: 1px solid #232323;
    }

    .page-numbers:not(.dots):hover,
    .pagination .page-numbers.current {
        border: 1px solid #002e6d;
        color: #fff;
        background: #002e6d;
    }
    .page-numbers.prev,
    .page-numbers.next {
        border: none;
        color: #363636;
        font-size: 20px;
    }
    .page-numbers.prev:hover,
    .page-numbers.next:hover {
        border: none;
        color: #002e6d;
        background: transparent;
    }
    .blog-container {
        display: flex;
        flex-wrap: wrap;
        margin: 0 auto;
    }

    .blog-list {
        width: 100%;
        display: flex;
        flex-wrap: wrap;
        gap: 2vw;
        justify-content: space-between;
        margin-bottom: max(2.5vh, 1.5rem);
    }

    .blog-list__item {
        position: relative;
        width: calc((100% - 5vw) / 3);
    }
    .blog-post__img {
        position: relative;
        overflow: hidden;
        display: flex;
    }

    .blog-list__item img {
        max-width: inherit;
        width: 100%;
        will-change: tarnsform;
        transition: all 0.5s;
        height: auto;
        margin: 0;
    }
    .blog-list__item:hover img {
        transform-origin: center;
        transform: scale(1.03);
        opacity: 0.8;
    }

    .blog-post__description {
        display: flex;
        flex-direction: column;
        gap: 1.5vw;
        padding: 2vw;
        background: #ffffff;
        box-shadow: 0 0 22px rgb(0 0 0 / 13%);
    }

    .blog-post__title {
        font-weight: 700;
        font-size: max(1vw, 15px);
        color: #363636;
        font-family: "Montserrat", sans-serif;
        text-align: center;
    }

    .blog-post__description p {
        font-size: max(0.75vw, 14px);
        text-align: justify;

        font-family: "Montserrat", sans-serif;
    }

    .read_more_content {
        align-self: flex-end;
    }


    .search-container{
        margin-bottom: 60px;
    }
    .blog_search_form{
        max-width: 600px;
        width: 100%;
        margin: 0 auto;
    }
    .blog_search_form .searchform {
        position: relative;
    }

    .blog_search_form .searchform input {
        width: 100%;
        border: 1px solid #9d9d9d;
        padding: 10px 15px;
        padding-right: 55px;
        font-size: 14px;
    }

    .blog_search_form .searchform input[type="submit"] {
        position: absolute;
        height: 100%;
        right: 0;
        top: 0;
        border: none;
        width: 50px;
        padding: 10px 15px;
        color: #fff;
        cursor: pointer;
    }
    .non_results{
        margin: 60px auto;
        text-align: center;

    }
    @media screen and (max-width: 1080px) {
        .blog-list {
            gap: 5vw 3vw;
        }
        .blog-list__item {
            width: calc((100% - 6vw) / 2);
        }

        .blog-post__description {
            padding: 2vw 3.5vw;
            gap: 2.5vw;
        }

        .blog-post__title {
            font-size: max(1.65vw, 17px);
        }
    }
    @media screen and (max-width: 900px) {
        .blog-container {
            width: 85%;
        }
        .blog-list {
            gap: 5vw 3vw;
        }
        .blog-list__item {
            width: calc((100% - 4vw) / 2);
        }

        .blog-post__description {
            gap: 3vw;
        }

        .blog_search_form .searchform input[type="submit"] {
            min-width: 50px;
            background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='29.128' height='29' viewBox='0 0 29.128 29'%3E%3Cg id='Layer_x0020_1' transform='translate(0 -4)'%3E%3Cpath id='Path_1413' data-name='Path 1413' d='M10.634,25.268A10.633,10.633,0,0,1,3.124,7.107a10.652,10.652,0,0,1,15.038,0,10.643,10.643,0,0,1-7.527,18.161Zm0-2.39a8.253,8.253,0,1,1,5.838-2.407A8.211,8.211,0,0,1,10.634,22.878Z' transform='translate(0 0)' fill='rgba(255,255,255,0.3)' fill-rule='evenodd'/%3E%3Cpath id='Path_1414' data-name='Path 1414' d='M1044.663,1042.626a.53.53,0,0,1-.376-.153l-2.287-2.287a9.89,9.89,0,0,0,1.093-.973,10.117,10.117,0,0,0,1.058-1.212l2.3,2.3a.515.515,0,0,1,0,.734.551.551,0,0,1-.359.136.475.475,0,0,1-.307-.1l-.666.819a.531.531,0,0,1-.1.581A.52.52,0,0,1,1044.663,1042.626Z' transform='translate(-1024.214 -1016.351)' fill='rgba(255,255,255,0.3)' fill-rule='evenodd'/%3E%3Cpath id='Path_1415' data-name='Path 1415' d='M1174,1172.217a2.144,2.144,0,0,1-1.553-.648l-4.813-4.8a2.248,2.248,0,0,1,0-3.124,2.225,2.225,0,0,1,3.14,0l4.8,4.8a2.226,2.226,0,0,1,0,3.124A2.181,2.181,0,0,1,1174,1172.217Z' transform='translate(-1147.08 -1139.217)' fill='rgba(255,255,255,0.3)' fill-rule='evenodd'/%3E%3Cpath id='Path_1416' data-name='Path 1416' d='M279.212,380.783a4.883,4.883,0,0,1,0-6.913.526.526,0,0,0,0-.717.515.515,0,0,0-.734,0,5.9,5.9,0,0,0,0,8.347.52.52,0,0,0,.358.154.512.512,0,0,0,.376-.87Z' transform='translate(-272.026 -362.701)' fill='rgba(255,255,255,0.3)' fill-rule='evenodd'/%3E%3C/g%3E%3C/svg%3E");
            background-repeat: no-repeat;
            background-position: center;
            background-size: 25px;
            font-size: 0;
        }
    }
    @media screen and (max-width: 700px) {
        .blog-container {
            width: 94%;
        }
        .blog-list {
            justify-content: space-between;
            flex-direction: column;
            align-items: center;
            gap: 7.5vw;
        }
        .blog-list__item {
            width: 85%;
        }

        .blog-post__description {
            gap: 4vw;
            padding: 5vw 7.5vw;
        }

        .blog-post__title {
            font-size: max(3.25vw, 17px);
        }
    }
    @media screen and (max-width: 500px) {
        .blog-list {
            gap: 7.5vw;
        }
        .blog-list__item {
            width: 90%;
        }

        .blog-post__description {
            gap: 5vw;
        }

        .read_more_content {
            --button-vertical-side-padding: 1rem;
            --button-font-size: max(0.7vw, 12px);

            align-self: initial;
        }

    }
    /* Head section */

    .hero {
        width: 100%;
        min-height: max(35vh, 20rem);
        display: flex;
        justify-content: center;
        align-items: center;

        background-position: center;
        background-repeat: no-repeat;
        background-size: cover;

        position: relative;
        overflow: hidden;
    }


    .hero__bg-image {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        object-fit: cover;
        z-index: 0;
    }


    .white_shadow::before {
        background: linear-gradient(
                180deg,
                rgba(255, 255, 255, 0.9) 0%,
                #ffffff 100%
        );
    }

    .white_shadow .hero__title,
    .white_shadow .hero__description,
    .white_shadow .breadcrumbs,
    .white_shadow .breadcrumbs span,
    .white_shadow .breadcrumbs a {
        color: #000;
    }

    .hero--wrapper {
        display: flex;
        flex-direction: column;
        justify-content: center;
        gap: 2.5vh;
        margin: max(15vh, 7.5rem) auto max(5vh, 2.5rem);

        position: relative;
        z-index: 2;
        text-align: center;
        color: #fff;
    }

    .hero__subtitle {
        font-size: max(1.5vw, 20px);
        font-weight: 600;
        font-family: "RobotoCondensed", sans-serif;
    }

    .hero__description {
        font-size: max(1vw, 15px);

        font-family: "Montserrat", sans-serif;
    }

    .breadcrumbs {
        color: #e6e6e6;
        font-size: max(0.75vw, 0.75rem);
        display: inline-block;
        text-align: center;
        font-family: "Montserrat", sans-serif;
        width: 85%;
        align-self: center;
    }

    .breadcrumbs,
    .breadcrumbs span,
    .breadcrumbs a {
        color: #e6e6e6;
    }

    @media screen and (max-width: 700px) {
        .hero__title {
            padding: 0 0.25rem;
        }
        .hero__description {
            padding: 0 1.5rem;
        }
    }
    @media screen and (min-width: 400px) and (max-width: 768px) and (orientation: landscape) {
        .hero {
            min-height: 15rem;
        }
    }
    
    .blog-post__description {
    display: flex;
    flex-direction: column;
    gap: 1.5vw;
    padding: 2vw;
    background: #ffffff;
    box-shadow: 0 0 22px rgb(0 0 0 / 13%);
}

.post-footer {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
}
.blog-post--wrapper {
    /* margin: max(7.5vh, 2.5rem) auto 0; */
    margin: 0 auto;
    display: grid;

    grid-template-columns: 1fr 25%;
    grid-gap: 5vw;
    justify-items: center;
}

.hero__title.single-post-title{
    font-size: max(2.2vw, 24px);
    max-width: 1200px;
    margin: 0 auto;
    line-height: 1.3;
    font-family: var(--base-font-family);
    font-weight: 700;
    text-transform: uppercase;
}

/*.blog-post {
    display: flex;
    flex-direction: column;
    gap: 2.5vh;
    align-items: stretch;
    width: 100%;
    justify-content: space-between;
}*/

.blog-post__title {
    --page-title-font-size: max(2.2vw, 24px);
    --page-title-color: #363636;
    /* text-align: justify; */
}

.blog-post__content {
    font-family: "Montserrat", sans-serif;
    display: flex;
    flex-direction: column;
    gap: 1.5vh;
}

.blog-post__content h2 {
    font-family: "RobotoCondensed", sans-serif;
    font-size: max(1.45vw, 24px);
    font-weight: 600;
    line-height: 1;
    text-align: justify;
}
.blog-post__content h3 {
    font-family: "RobotoCondensed", sans-serif;
    font-size: max(1.3vw, 22px);
    font-weight: 600;
    line-height: 1;
    text-align: justify;
}

.blog-post__content a,
.blog-post__content p {
    font-size: max(0.8vw, 15px);
    text-align: justify;
}

.blog-post__content a {
    transition: color 0.3s ease-in;
    text-decoration: underline;
}

.blog-post__content a:hover {
    color: #002e6d;
}

/* Related blog posts slider*/

.related-articles {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    gap: 5vh;
}

.related-articles--wrapper {
    margin: max(2.5vh, 1.5rem) auto;

    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    gap: 2.5vh;
    padding: max(2.5vh, 1.5rem) 0;
}

.related-articles__pagination {
    position: relative;
}

.slider-blog-post {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: calc((100% - 7vw) / 3);
    box-shadow: 0 0 2.5px 0 #ccc;
    min-height: 16.5rem;
}

.slider-blog-post:hover .slider-blog-post__img::before,
.slider-blog-post:hover .slider-blog-post__link {
    visibility: visible;
    opacity: 1;
    z-index: 2;
}

.slider-blog-post__img {
    display: flex;
    flex-direction: column;
    width: 100%;
    position: relative;
}
.slider-blog-post__img img {
    width: 100%;
}
.slider-blog-post__img::before {
    display: block;
    visibility: hidden;
    opacity: 0;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    height: 100%;
    width: 100%;
    background-color: rgb(0 0 0 / 75%);
    content: "";
    transition: all 0.3s ease-in;
}

.slider-blog-post__link {
    --button-background-color: transparent;
    --button-box-shadow: inset 0 0 1px 1px var(--button-base-color);

    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 3;
    transition: all 0.3s ease-in;
    visibility: hidden;
    opacity: 0;
}

.slider-blog-post__link:hover {
    --button-background-color: rgb(0, 39, 106 / 80%);
    /* --button-box-shadow: inset 0 0 2px 1px var(--button-base-color); */
}

.slider-blog-post__title {
    color: #363636;
    font-weight: 600;
    font-size: max(0.9vw, 15px);

    padding: 1.5rem;
    text-align: center;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    gap: 1.5rem;
    align-items: center;
}

.hide-sidebar {
    display: none;
}

.post-content ul {
    padding-left: 1.5rem;
    list-style: initial;
    display: flex;
    flex-direction: column;
    gap: 0.75rem;
}
.post-content ol  {
    padding-left: 1.5rem;
    display: flex;
    flex-direction: column;
    gap: 0.75rem;
}



.search-container{
    margin-bottom: 60px;
}
.blog_search_form{
    max-width: 600px;
    width: 100%;
    margin: 0 auto;
}
.blog_search_form .searchform {
    position: relative;
}

.blog_search_form .searchform input {
    width: 100%;
    border: 1px solid #9d9d9d;
    padding: 10px 15px;
    padding-right: 55px;
    font-size: 14px;
}

.blog_search_form .searchform input[type="submit"] {
    position: absolute;
    height: 100%;
    right: 0;
    top: 0;
    border: none;
    width: 50px;
    padding: 10px 15px;
    color: #fff;
    cursor: pointer;
}

.non_results{
    margin: 60px auto;
    text-align: center;

}


.volt_page_form form label {
    display: none
}

.volt_page_form .form-inner__item {
    display: flex;
    justify-content: space-between;
    gap: var(--form-inner-gap);
    align-items: center;
    width: 100%;
    position: relative;
    margin-bottom: 15px
}

.volt_page_form form input,.volt_page_form form select,.volt_page_form form textarea {
    border: 1px solid #adadad
}

.volt_page_form form input::placeholder {
    color: #363636
}

.volt_page_form .section_head {
    margin-bottom: 30px
}

.volt_page_form .p_head_title {
    margin-bottom: 0
}

.volt_page_form .checkbox_item label {
    display: block;
    width: calc(100% - 40px)
}

.volt_page_form .hide_input_other {
    display: none
}

.volt_page_form #hide_input_other {
    animation-duration: 1s;
    animation-name: fadeIn;
    margin-bottom: 15px
}

.volt_page_form .checkbox_item {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    flex-direction: row;
    margin-bottom: 0;
}

.checkbox_item_input {
    width: 40px;
    height: 35px
}

input[type=checkbox] {
    position: absolute;
    cursor: pointer;
    width: 0;
    height: 0;
    top: 0;
}

input[type=checkbox]:checked:before {
    content: "";
    display: block;
    position: absolute;
    width: 30px;
    height: 30px;
    border: 1px solid #adadad;
    border-radius: 20px;
    transition: all 0.2s linear
}

input[type=checkbox]:before {
    content: "";
    display: block;
    position: absolute;
    width: 30px;
    height: 30px;
    border: 1px solid #adadad;
    border-radius: 3px
}

input[type=checkbox]:after {
    content: "";
    display: block;
    width: 0;
    height: 0;
    border: solid #002e71;
    border-width: 0 0 0 0;
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
    position: absolute;
    top: 0;
    left: 40px;
    transition: all 0.2s linear
}

input[type=checkbox]:checked:after {
    content: "";
    display: block;
    width: 12px;
    height: 21px;
    border: solid #002e71;
    border-width: 0 5px 5px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    position: absolute;
    top: 2px;
    left: 11px
}

#popupOnBlog{

}
.form--wrapper-onblog {
    display: flex;
    background: rgba(0,0,0,.9);
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 9999;
    justify-content: center;
    align-items: center;
    overflow-y: auto;
}
.form--wrapper-onblog.hidden {
    display: none;
}

.form-inner__item--half_country{
    width: 100% !important;
}


@media screen and (max-width: 1366px) {
    .slider-blog-post {
        min-height: 14.5rem;
    }
}
@media screen and (max-width: 1080px) {
    .slider-blog-post {
        min-height: 13.5rem;
    }
}

@media screen and (max-width: 900px) {
    .blog-post--wrapper {
        grid-template-columns: 1fr;
    }
    .blog-post {
        width: 100%;
    }

    .widget_block {
        display: none;
    }

    .hide-sidebar {
        display: flex;
        position: fixed;
        top: 50vh;
        right: 0;
        padding: 1rem 0.35rem;

        z-index: 99;
        background-color: #002e6d;
        transform: translate(0, -50%);
        transition: all 0.5s ease-in;
        writing-mode: vertical-rl;
        text-align: center;
        align-items: center;
        justify-content: center;
        color: #fff;
        font-size: 16px;
    }

    .hide-sidebar--active {
        right: 15rem;
        /* transform: translate(-100%, -50%); */
    }
    .blog_search_form .searchform input[type="submit"] {
        min-width: 50px;
        background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='29.128' height='29' viewBox='0 0 29.128 29'%3E%3Cg id='Layer_x0020_1' transform='translate(0 -4)'%3E%3Cpath id='Path_1413' data-name='Path 1413' d='M10.634,25.268A10.633,10.633,0,0,1,3.124,7.107a10.652,10.652,0,0,1,15.038,0,10.643,10.643,0,0,1-7.527,18.161Zm0-2.39a8.253,8.253,0,1,1,5.838-2.407A8.211,8.211,0,0,1,10.634,22.878Z' transform='translate(0 0)' fill='rgba(255,255,255,0.3)' fill-rule='evenodd'/%3E%3Cpath id='Path_1414' data-name='Path 1414' d='M1044.663,1042.626a.53.53,0,0,1-.376-.153l-2.287-2.287a9.89,9.89,0,0,0,1.093-.973,10.117,10.117,0,0,0,1.058-1.212l2.3,2.3a.515.515,0,0,1,0,.734.551.551,0,0,1-.359.136.475.475,0,0,1-.307-.1l-.666.819a.531.531,0,0,1-.1.581A.52.52,0,0,1,1044.663,1042.626Z' transform='translate(-1024.214 -1016.351)' fill='rgba(255,255,255,0.3)' fill-rule='evenodd'/%3E%3Cpath id='Path_1415' data-name='Path 1415' d='M1174,1172.217a2.144,2.144,0,0,1-1.553-.648l-4.813-4.8a2.248,2.248,0,0,1,0-3.124,2.225,2.225,0,0,1,3.14,0l4.8,4.8a2.226,2.226,0,0,1,0,3.124A2.181,2.181,0,0,1,1174,1172.217Z' transform='translate(-1147.08 -1139.217)' fill='rgba(255,255,255,0.3)' fill-rule='evenodd'/%3E%3Cpath id='Path_1416' data-name='Path 1416' d='M279.212,380.783a4.883,4.883,0,0,1,0-6.913.526.526,0,0,0,0-.717.515.515,0,0,0-.734,0,5.9,5.9,0,0,0,0,8.347.52.52,0,0,0,.358.154.512.512,0,0,0,.376-.87Z' transform='translate(-272.026 -362.701)' fill='rgba(255,255,255,0.3)' fill-rule='evenodd'/%3E%3C/g%3E%3C/svg%3E");
        background-repeat: no-repeat;
        background-position: center;
        background-size: 25px;
        font-size: 0;
    }
}
@media screen and (max-width: 1080px) {
    .related-articles--wrapper {
        --container-width: 90%;
    }
}

@media screen and (max-width: 750px) {
    .blog-post {
        width: 90%;
    }
}

@media screen and (max-width: 650px) {
    .blog-post__title {
        text-align: center;
    }
}

@media screen and (min-width: 400px) and (max-width: 768px) and (orientation: landscape) {
    .blog-post--wrapper {
        margin-top: 0;
    }
}
.sidebar-right {
    display: flex;
    flex-direction: column;
    gap: 0.75rem;
    align-items: center;
}

.sidebar--wrapper {
    display: flex;
    flex-direction: column;
    gap: 2.5vh;
    align-items: center;
    width: 100%;
}

.sidebar__title {
    text-align: center;
    font-size: max(2.5vw, 24px);
    font-family: var(--base-font-family);
    font-weight: 700;
}

.sidebar-content {
    display: flex;
    flex-direction: column;
    gap: 1.5vh;
    align-items: center;
    width: inherit;
}

.sidebar-content__item {
    display: flex;
    width: inherit;
    flex-direction: column;
    align-items: center;
    justify-content: space-between;
}

.sidebar-post__img {
    width: inherit;
}

.sidebar-post:hover img {
    transform: scale(1.03);
}
.sidebar-post img {
    width: 100%;
    transition: transform 0.3s ease-in;
}

.sidebar-post__title {
    /*  padding: 2.5vh 0.5vw;*/
    padding: 10px 15px 30px 15px;
    display: flex;
    flex-direction: column;
    color: #363636;
    font-weight: 600;
    font-size: max(0.9vw, 14px);
    text-align: center;
    font-family: var(--base-font-family);
    width: inherit;
}
.sidebar-right a {
    font-family: "Montserrat", sans-serif;
    font-size: max(0.8vw, 10px);
}

.sidebar-post:hover .sidebar-post__title,
.sidebar-right a:hover {
    color: #002e6d;
}
.widget_block {
    display: flex;
    align-self: flex-start;
}
.widget_block h3 {
    font-size: max(1.2vw, 16px);
    font-weight: 600;
}

@media screen and (max-width: 900px) {
    .sidebar-right {
        /* display: none; */
        position: fixed;
        top: 50%;
        right: 0;
        max-width: 15rem;
        width: 100%;
        height: 100vh;
        padding: 2.5vh 1rem;
        /* background-color: rgb(0 0 0 / 100%); */
        background-color: #353535;
        /* transform: translate(0, -50%); */
        transform: translate(100%, -50%);
        opacity: 0;
        visibility: hidden;
        z-index: 98;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        transition: all 0.5s ease-in;
        z-index: 100;
    }

    .sidebar-right.sidebar--active {
        transform: translate(0%, -50%);
        opacity: 1;
        visibility: visible;
        overflow-y: auto;
    }

    .sidebar--wrapper {
        gap: 0.75vh;
        position: relative;
    }
    .sidebar__title {
        font-size: max(3.25vw, 24px);
        color: #fff;
    }
    .sidebar-post__img {
        max-width: 70%;
    }

    .sidebar-post__title {
        color: #fff;
    }
}
@media screen and (max-width: 750px) {
    /* .sidebar-post:last-child {
      display: none;
    } */

    .sidebar-content {
        gap: 0;
    }

    .sidebar-post__title {
        padding: 1.5vh 0.5vw;
    }
}
@media screen and (min-width: 400px) and (max-width: 900px) and (orientation: landscape) {
    .sidebar--wrapper {
        margin-top: 12.5rem;
    }
}
.page-template-page-equipments .equipments-list {
    background-color: #000;
}
.equipment {
    display: flex;
    width: 100%;
    color: #fff;
}
.equipment:nth-child(even) {
    flex-direction: row-reverse;
}

.equipment__item {
    display: flex;
}

.equipment__img {
    position: relative;
    background-size: cover;
    background-position: center;
}

.equipment__img,
.equipment__info {
    width: 50%;
}
.equipment__img img {
    width: 100%;
    height: auto;
    object-fit: cover;
}

.equipment__info {
    padding: 2.5vw 5vw;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    gap: 1.75vw;
    background: rgb(0 0 0 / 50%);
}
.equipment__info .title_part {
    font-size: max(2vw, 21px);
    width: 100%;
    font-weight: 600;
}

.equipment__description {
    font-size: max(1vw, 14px);
    text-align: justify;
    font-family: "Montserrat", sans-serif;
}


.equipment__info .equipments_icon svg {
    width: 100%;
    height: 100%;
}
.equipment__info .equipments_icon {
    position: relative;
    padding: 10px;
    width: 100px;
    height: 100px;
    line-height: 120px;
    background: #fff;
    text-align: center;
    border-radius: 50%;
}
.equipment.now-in-view .equipment__info .equipments_icon {
    -ms-transform: scale(1.3);
    transform: scale(1.3);
    -webkit-transition: all 2000ms ease 500ms;
    -ms-transition: all 2000ms ease 500ms;
    -o-transition: all 2000ms ease 500ms;
    -moz-transition: all 2000ms ease 500ms;
    transition: all 2000ms ease 500ms;
}

@media screen and (max-width: 1080px) {


    .support-section--wrapper {
        gap: 2vw;
    }

}

@media screen and (max-width: 800px) {
    .page-template-page-equipments .equipments-list {
        padding: 5vh 0;
        display: flex;
        flex-direction: column;
        gap: 2.5vh;
    }
    .equipment {
        flex-direction: column;
        align-items: center;
    }

    .equipment:nth-child(even) {
        flex-direction: column;
    }

    .equipment__item {
        width: 72.5%;
    }

    .equipment__img {
        /* width: 70%; */
        height: min(35vh, 50vh);
    }

    .equipment__info {
        padding: 5vw 2.75vw;
        gap: 2.5vw;
    }

    .support-section--wrapper {
        gap: 3vw;
    }

    .equipment__info .title_part {
        font-size: max(3.5vw, 28px);
        text-align: center;
    }

    .support-section .section_content {
        gap: 2vw;
    }

    .section_content,
    .equipment__description {
        font-size: max(2.25vw, 15px);
    }

    .support-section .section_title {
        font-size: 7vw;
    }
}

@media screen and (max-width: 650px) {
    .equipment__item {
        width: 85%;
    }

    .equipment__info {
        gap: 3.75vw;
        padding: 7.5vw 2.5vw;
    }
    .support-section--wrapper {
        gap: 3.5vw;
    }

    .support-section .section_content {
        gap: 2.5vw;
        max-width: 94%;
    }

    .equipment__btn {
        --button-horizontall-side-padding: 1.5rem;
        --button-vertical-side-padding: 0.75rem;
        --button-width: 50%;
        align-self: center;
    }

}

@media screen and (max-width: 500px) {
    .button.equipment__btn {
        --button-width: 100%;
    }

    .equipment__info {
        padding: 2.5vh 0;
    }
}

/* SUPPORT SECTION */

.support-section {
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: fixed;
    position: relative;
}

.support-section::before {
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgb(0 0 0 / 80%);
    display: block;
}

.support-section--wrapper {
    margin: max(7.5vh, 2.5rem) auto;
    display: flex;
    gap: 1.5vw;
    flex-direction: column;
    align-items: center;
}

.support-section .section_title,
.support-section .section_pretitle {
    color: #fff;
    text-align: center;
}
.support-section .section_content {
    text-align: center;
    color: #fff;
    font-size: max(1vw, 16px);
    line-height: 1.4;
    max-width: max(50vw, 75%);
    display: flex;
    flex-direction: column;
    gap: 1vw;
    font-family: "Montserrat", sans-serif;
}
.support-section .section_button {
    background: rgba(255, 255, 255, 0);
    transition: all 0.3s ease-in;
}
.support-section .section_button:hover,
.support-section .section_button:active,
.support-section .section_button:focus {
    text-decoration: none;
    background: #002e6d;
    color: #fff;
}
.support-section .section_button:hover::before,
.support-section .section_button:active::before,
.support-section .section_button:focus::before {
    text-decoration: none;
}
.fix-bg {
    position: relative;
    background-size: cover !important;
    overflow: hidden;
    background-position: center center;
    background-repeat: no-repeat !important;
    background-attachment: fixed !important;
}

.section_title .red {
    color: #002e6d;
}

.section_pretitle {
    color: #353535;
    font-size: max(1.5vw, 22px);
    font-family: "Roboto", sans-serif;
    font-weight: bold;
    position: relative;
    text-align: center;
    color: #fff;
}

/* END */

@media screen and (max-width: 1080px) {
    .support-section .section_content {
        font-size: 1.85vw;
        gap: 1.25vw;
        max-width: 90%;
    }
}

@media screen and (max-width: 900px) {
    .support-section .section_content {
        font-size: max(1.75vw, 17px);
        gap: 1.25vw;
    }
}

@media screen and (max-width: 800px) {
    .support-section--wrapper {
        gap: 3vw;
    }
    .support-section .section_content {
        font-size: max(2.15vw, 17px);
        gap: 1.75vw;
    }
}
@media screen and (max-width: 650px) {
    .support-section .section_content {
        gap: 2.25vw;
    }
}

@media screen and (max-width: 500px) {
    .support-section--wrapper {
        gap: 4vw;
    }
    .support-section .section_content {
        gap: 3.25vw;
    }

    .support-section .section_button {
        --button-horizontall-side-padding: 1.5rem;
        --button-vertical-side-padding: 0.75rem;

        --button-width: 50%;
    }
}
@media screen and (max-width: 550px) {
    .support-section {
        background-attachment: initial;
    }
}
.page-title {
    --page-title-font-size: max(4vw, 2.15rem);
}

.header_image_top.single_eq {
    height: 340px;
    padding-top: 60px;
    background-position: top;
}

.header_image_top.single_eq:after {
    background-color: rgb(0 0 0 / 60%);
}

.equipment_head h1 {
    font-size: 38px;
    margin: 30px 0;
}

.single_eq .section_title {
    font-size: 2.8vw;

}

.pib_title {
    font-weight: 600;
}

/* SECTION ABOUT PRODUCT WITH SLIDER */
.equipment_info--wrapper {
    display: flex;
    margin: max(7.5vh, 2.5rem) auto;
    gap: max(3.5vw, 1.5rem);
    align-items: center;
}

.equipment_info__item {
    width: 50%;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    align-self: flex-start;
    gap: 2.5vh;
    position: relative;
}

.equipment_info__item--left {
    align-self: center;
}

/* Slider Section */

.equipment_info .swiper-button-prev,
.equipment_info .swiper-button-next {
    transform: translate(0, -50%);
}

.gallery-thumbnails {
    width: 90%;
    margin: 0 auto;
    margin-top: -30px;
    display: none;
}

.image-carousel-container {
    width: 100%;
}

.equipment_gallery {
    width: 100%;
}
.equipment_info .swiper-button-next,
.equipment_info .swiper-button-prev{
background: #fff;
}
.gallery-item {
    display: flex;
    align-items: center;
    justify-content: center;
}

.main_gallery_image {
    max-width: 80%;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.gallery-item img,
.gallery-thumbnails .item-thumbnail img {
    max-width: 100%;
    background-color: #fff;
    position: relative;
}

.gallery-item img:before {
    position: absolute;
    content: "Please wait. The image is loading. The image shows - " attr(alt);
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    height: 100%;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    font-size: 1vw;
    font-weight: italic;
    font-family: "Montserrat", sans-serif;
    background-color: #fff;
}

/* END SLIDER */

/* ABOUT PRODUCT */
.equipment_info__description {
    display: flex;
    flex-direction: column;
    gap: 1.5vh;
    font-size: max(0.9vw, 14px);
    text-align: justify;
    font-family: "Montserrat", sans-serif;
}

.equipment_info__description a {
    color: #00276a;
}

.equipment_info__description a:hover {
    color: #00276a;
    text-decoration: underline;
}

.equipment_info ul {
    list-style-type: square;
}

.equipment_info ul li {
    margin-bottom: 10px;
}

.equipment_info-button-wrapper {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: 1.5rem;
    width: 100%;
}

/* Actions Buttons (compare, download, etc.) */

.action_buttons {
    display: flex;
    justify-content: flex-start;
    align-content: center;
    width: 100%;
    gap: 1.5vw;
}

.action_buttons__item {
    display: flex;
    flex-direction: column;
    gap: 0.25rem;
    align-items: center;
    max-width: calc((100% - 7vw) / 3);
}

.action_buttons .ab_separator {
    height: 100%;
    width: 1px;
    background: #f0f0f0;
}

.action_buttons__item,
.action_buttons .uk-button:not(.default_button) {
    color: #363636;
    font-family: "Roboto", sans-serif;
    text-transform: uppercase;
    display: flex;
    flex-direction: column;
    gap: 0.35rem;
    text-align: center;
    font-weight: 600;
    font-size: max(0.65vw, 10px);
}

/* SVG Icons for Action buttons */
.action-icons {
    display: flex;
    justify-content: center;
    align-content: center;
    align-items: center;
    border-radius: 50%;
    width: 2.25rem;
    height: 2.25rem;
    -webkit-transition: all 0.2s ease-out;
    -moz-transition: all 0.2s ease-out;
    -ms-transition: all 0.2s ease-out;
    transition: all 0.2s ease-out;
    background-color: #fafafa;
    background-size: 60%;
}

.svg-compare {
    background-image: url("data:image/svg+xml,%3Csvg enable-background='new 0 0 50 50' height='50px' id='Layer_1' version='1.1' viewBox='0 0 50 50' width='50px' xml:space='preserve' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' fill='%23002e6d'%3E%3Cpath d='M15.494,46 C14.116,46,13,47.125,13,48.512C13,48.668,13,49,13,49h24c0,0,0-0.332,0-0.488C37,47.125,35.884,46,34.506,46 C34.35,46,15.65,46,15.494,46z' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' /%3E%3Cpath d='M23,3c0-1.104,0.896-2,2-2 s2,0.896,2,2v43h-4V3z' stroke-linejoin='round' stroke-miterlimit='10' stroke-width='2' /%3E%3Cpath d='M33,32 c1.167,2.911,4.304,5,8,5s6.833-2.089,8-5H33z' stroke-linejoin='round' stroke-miterlimit='10' stroke-width='2' /%3E%3Cpath d=' M22.803,4.796c-2.224-1.222-4.081-3.316-6.424-3.719C13.312,0.55,9.231,2.892,9.231,2.892' stroke-linecap='round' stroke-linejoin='round' stroke-miterlimit='10' stroke-width='2' /%3E%3Cpath d=' M40.768,8.314c0,0-3.062-3.571-6.131-4.099c-2.385-0.409-4.879,1-7.432,1.38' stroke-linecap='round' stroke-linejoin='round' stroke-miterlimit='10' stroke-width='2' /%3E%3Cpolyline points='49,32 41,9 33,32 ' stroke-linejoin='round' stroke-miterlimit='10' stroke-width='2' /%3E%3Cpath d='M1,26 c1.167,2.911,4.304,5,8,5s6.833-2.089,8-5H1z' stroke-linejoin='round' stroke-miterlimit='10' stroke-width='2' /%3E%3Cpolyline points='17,26 9,3 1,26 ' stroke-linejoin='round' stroke-miterlimit='10' stroke-width='2' /%3E%3C/svg%3E");
}

.svg-download {
    background-image: url("data:image/svg+xml,%3Csvg enable-background='new 0 0 32 32' height='32px' id='Layer_1' version='1.1' viewBox='0 0 32 32' width='32px' xml:space='preserve' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' fill='%23002e6d'%3E%3Cg%3E%3Cpolyline points=' 649,137.999 675,137.999 675,155.999 661,155.999 ' stroke-linecap='round' stroke-linejoin='round' stroke-miterlimit='10' stroke-width='2' /%3E%3Cpolyline points=' 653,155.999 649,155.999 649,141.999 ' stroke-linecap='round' stroke-linejoin='round' stroke-miterlimit='10' stroke-width='2' /%3E%3Cpolyline points=' 661,156 653,162 653,156 ' stroke-linecap='round' stroke-linejoin='round' stroke-miterlimit='10' stroke-width='2' /%3E%3C/g%3E%3Cg%3E%3Cpath d='M15.293,25.707C15.484,25.898,15.74,26,16,26c0.129,0,0.259-0.024,0.383-0.076C16.756,25.77,17,25.404,17,25V3 c0-0.552-0.448-1-1-1s-1,0.448-1,1v19.586l-7.293-7.293c-0.391-0.391-1.023-0.391-1.414,0s-0.391,1.023,0,1.414L15.293,25.707z' /%3E%3Cpath d='M20,22c0.256,0,0.512-0.098,0.707-0.293l5-5c0.391-0.391,0.391-1.024,0-1.414c-0.391-0.39-1.023-0.391-1.414,0.001l-5,5 c-0.391,0.391-0.391,1.023,0,1.414C19.488,21.902,19.744,22,20,22z' /%3E%3Cpath d='M29,21c-0.553,0-1,0.447-1,1v6H4v-6c0-0.553-0.448-1-1-1s-1,0.447-1,1v7c0,0.553,0.448,1,1,1h26c0.553,0,1-0.447,1-1v-7 C30,21.447,29.553,21,29,21z' /%3E%3C/g%3E%3C/svg%3E");
}

.svg-where-to-buy {
    background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 576 512' xmlns='http://www.w3.org/2000/svg' fill='%23002e6d'%3E%3Cpath d='M224 464c0 26.51-21.49 48-47.1 48s-47.1-21.49-47.1-48S149.5 416 176 416S224 437.5 224 464zM569.5 44.73C563.4 36.64 554.1 32 543.1 32H360v102.1l23.03-23.03c9.375-9.375 24.56-9.375 33.94 0s9.375 24.56 0 33.94l-64 64C348.3 213.7 342.1 216 336 216s-12.28-2.344-16.97-7.031l-64-64c-9.375-9.375-9.375-24.56 0-33.94s24.56-9.375 33.94 0L312 134.1V32H121.1L119.6 19.51C117.4 8.19 107.5 0 96 0H23.1C10.75 0 0 10.75 0 23.1S10.75 48 23.1 48h52.14l60.28 316.5C138.6 375.8 148.5 384 160 384H488c13.25 0 24-10.75 24-23.1C512 346.7 501.3 336 488 336H179.9L170.7 288h318.4c14.29 0 26.84-9.47 30.77-23.21l54.86-191.1C577.5 63.05 575.6 52.83 569.5 44.73zM463.1 416c-26.51 0-47.1 21.49-47.1 48s21.49 48 47.1 48s47.1-21.49 47.1-48S490.5 416 463.1 416z' /%3E%3C/svg%3E");
}

.svg-request {
    background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 24 24' xmlns='http://www.w3.org/2000/svg' fill='%23002e6d'%3E%3Cpath d='M12.69,12.06a1,1,0,0,1-1.34,0L2.87,4.35A2,2,0,0,1,4,4H20a2,2,0,0,1,1.13.35Z' /%3E%3Cpath d='M22,6.26V17a3,3,0,0,1-3,3H5a3,3,0,0,1-3-3V6.26l8.68,7.92a2,2,0,0,0,1.32.49,2,2,0,0,0,1.33-.51Z' /%3E%3C/svg%3E");
}

.action_buttons__item:hover .svg-compare {
    background-image: url("data:image/svg+xml,%3Csvg enable-background='new 0 0 50 50' height='50px' id='Layer_1' version='1.1' viewBox='0 0 50 50' width='50px' xml:space='preserve' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' fill='%23fff'%3E%3Cpath d='M15.494,46 C14.116,46,13,47.125,13,48.512C13,48.668,13,49,13,49h24c0,0,0-0.332,0-0.488C37,47.125,35.884,46,34.506,46 C34.35,46,15.65,46,15.494,46z' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' /%3E%3Cpath d='M23,3c0-1.104,0.896-2,2-2 s2,0.896,2,2v43h-4V3z' stroke-linejoin='round' stroke-miterlimit='10' stroke-width='2' /%3E%3Cpath d='M33,32 c1.167,2.911,4.304,5,8,5s6.833-2.089,8-5H33z' stroke-linejoin='round' stroke-miterlimit='10' stroke-width='2' /%3E%3Cpath d=' M22.803,4.796c-2.224-1.222-4.081-3.316-6.424-3.719C13.312,0.55,9.231,2.892,9.231,2.892' stroke-linecap='round' stroke-linejoin='round' stroke-miterlimit='10' stroke-width='2' /%3E%3Cpath d=' M40.768,8.314c0,0-3.062-3.571-6.131-4.099c-2.385-0.409-4.879,1-7.432,1.38' stroke-linecap='round' stroke-linejoin='round' stroke-miterlimit='10' stroke-width='2' /%3E%3Cpolyline points='49,32 41,9 33,32 ' stroke-linejoin='round' stroke-miterlimit='10' stroke-width='2' /%3E%3Cpath d='M1,26 c1.167,2.911,4.304,5,8,5s6.833-2.089,8-5H1z' stroke-linejoin='round' stroke-miterlimit='10' stroke-width='2' /%3E%3Cpolyline points='17,26 9,3 1,26 ' stroke-linejoin='round' stroke-miterlimit='10' stroke-width='2' /%3E%3C/svg%3E");
}

.action_buttons__item:hover .svg-download {
    background-image: url("data:image/svg+xml,%3Csvg enable-background='new 0 0 32 32' height='32px' id='Layer_1' version='1.1' viewBox='0 0 32 32' width='32px' xml:space='preserve' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' fill='%23fff'%3E%3Cg%3E%3Cpolyline points=' 649,137.999 675,137.999 675,155.999 661,155.999 ' stroke-linecap='round' stroke-linejoin='round' stroke-miterlimit='10' stroke-width='2' /%3E%3Cpolyline points=' 653,155.999 649,155.999 649,141.999 ' stroke-linecap='round' stroke-linejoin='round' stroke-miterlimit='10' stroke-width='2' /%3E%3Cpolyline points=' 661,156 653,162 653,156 ' stroke-linecap='round' stroke-linejoin='round' stroke-miterlimit='10' stroke-width='2' /%3E%3C/g%3E%3Cg%3E%3Cpath d='M15.293,25.707C15.484,25.898,15.74,26,16,26c0.129,0,0.259-0.024,0.383-0.076C16.756,25.77,17,25.404,17,25V3 c0-0.552-0.448-1-1-1s-1,0.448-1,1v19.586l-7.293-7.293c-0.391-0.391-1.023-0.391-1.414,0s-0.391,1.023,0,1.414L15.293,25.707z' /%3E%3Cpath d='M20,22c0.256,0,0.512-0.098,0.707-0.293l5-5c0.391-0.391,0.391-1.024,0-1.414c-0.391-0.39-1.023-0.391-1.414,0.001l-5,5 c-0.391,0.391-0.391,1.023,0,1.414C19.488,21.902,19.744,22,20,22z' /%3E%3Cpath d='M29,21c-0.553,0-1,0.447-1,1v6H4v-6c0-0.553-0.448-1-1-1s-1,0.447-1,1v7c0,0.553,0.448,1,1,1h26c0.553,0,1-0.447,1-1v-7 C30,21.447,29.553,21,29,21z' /%3E%3C/g%3E%3C/svg%3E");
}

.action_buttons__item:hover .svg-where-to-buy {
    background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 576 512' xmlns='http://www.w3.org/2000/svg' fill='%23fff'%3E%3Cpath d='M224 464c0 26.51-21.49 48-47.1 48s-47.1-21.49-47.1-48S149.5 416 176 416S224 437.5 224 464zM569.5 44.73C563.4 36.64 554.1 32 543.1 32H360v102.1l23.03-23.03c9.375-9.375 24.56-9.375 33.94 0s9.375 24.56 0 33.94l-64 64C348.3 213.7 342.1 216 336 216s-12.28-2.344-16.97-7.031l-64-64c-9.375-9.375-9.375-24.56 0-33.94s24.56-9.375 33.94 0L312 134.1V32H121.1L119.6 19.51C117.4 8.19 107.5 0 96 0H23.1C10.75 0 0 10.75 0 23.1S10.75 48 23.1 48h52.14l60.28 316.5C138.6 375.8 148.5 384 160 384H488c13.25 0 24-10.75 24-23.1C512 346.7 501.3 336 488 336H179.9L170.7 288h318.4c14.29 0 26.84-9.47 30.77-23.21l54.86-191.1C577.5 63.05 575.6 52.83 569.5 44.73zM463.1 416c-26.51 0-47.1 21.49-47.1 48s21.49 48 47.1 48s47.1-21.49 47.1-48S490.5 416 463.1 416z' /%3E%3C/svg%3E");
}

.action_buttons__item:hover .svg-request {
    background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 24 24' xmlns='http://www.w3.org/2000/svg' fill='%23fff'%3E%3Cpath d='M12.69,12.06a1,1,0,0,1-1.34,0L2.87,4.35A2,2,0,0,1,4,4H20a2,2,0,0,1,1.13.35Z' /%3E%3Cpath d='M22,6.26V17a3,3,0,0,1-3,3H5a3,3,0,0,1-3-3V6.26l8.68,7.92a2,2,0,0,0,1.32.49,2,2,0,0,0,1.33-.51Z' /%3E%3C/svg%3E");
}

.action_buttons__item:hover {
    color: #002e6d;
}

.action_buttons__item:hover .action-icons {
    background-color: #002e6d;
}

/* Featured Tab */

.optional_cards {
    display: flex;
    flex-wrap: wrap;
    gap: max(2.5vh, 1.5rem) max(2.5vw, 1.5rem);
}

.optional_card {
    width: calc((100% - 3vw) / 2);
    display: flex;
    justify-content: space-between;
    gap: 1.75vw;
    align-items: flex-start;
}

.optional_card:nth-child(even) {
    margin-left: auto;
}

.optional_card .card-title {
    font-family: var(--base-font-family);
    font-weight: 700;
    font-size: 22px;
}

.opt_img_col {
    width: 12.5%;
}

.opt_card_body {
    width: 100%;
    display: flex;
    flex-direction: column;
    gap: 1vh;
}

.opt_card_body--full {
    width: 85%;
}

.opt_card_body ul {
    padding: 0 0 0 1.25rem;
    list-style: square;
}

.opt_card_body ul li {
    text-align: justify;
}

/* Specification Tables */

.specifications_table {
    gap: 1.75rem;
}

.support_descr {
    max-width: 60rem;
    text-align: center;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    gap: 1vh;
}

.download_buttons {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
}

.download_buttons .download_line {
    display: flex;
    align-items: center;
    gap: max(2vw, 1.5rem);
    padding: max(1.75vh, 1rem) 0;
    position: relative;
}

.download_buttons .download_line:first-child::after {
    content: "";
    position: absolute;
    display: block;
    width: 100%;
    height: 1px;
    background-color: #e6e6e6;
    bottom: 0;
    left: 0;
    right: 0;
}

.download_buttons .download_line .d_line_title,
.download_buttons h3 {
    font-family: var(--base-font-family);
    font-weight: 700;
    font-size: max(1.25vw, 18px);
    position: relative;
}

.warranty-description-wrapper {
    display: flex;
    flex-direction: column;
    gap: max(1vh, 0.25rem);
    width: 100%;
    text-align: justify;
    margin-top: max(1.5vh, 0.5rem);
}

.specifications-wrap {
    display: flex;
    flex-direction: column;
    width: 100%;
    gap: max(2.5vh, 1.5rem);
}

.tab-pane {
    display: flex;
    flex-direction: column;
    gap: max(2.5vh, 1.5rem);
    align-items: center;
    justify-content: flex-start;
    align-self: flex-start;
    width: inherit;
}

.tab-pane>p {
    margin-top: max(2.5vh, 1.5rem);
}

#specifications table,
#specifications table p {
    font-size: 14px;
    width: 100%;
}

th {
    text-align: left;
}

.table>thead>tr>th,
.table>tbody>tr>th,
.table>tfoot>tr>th,
.table>thead>tr>td,
.table>tbody>tr>td,
.table>tfoot>tr>td,
#wp-calendar>thead>tr>th,
#wp-calendar>tbody>tr>th,
#wp-calendar>tfoot>tr>th,
#wp-calendar>thead>tr>td,
#wp-calendar>tbody>tr>td,
#wp-calendar>tfoot>tr>td,
table>thead>tr>th,
table>tbody>tr>th,
table>tfoot>tr>th,
table>thead>tr>td,
table>tbody>tr>td,
table>tfoot>tr>td {
    padding: 8px;
    line-height: 1.42857143;
    vertical-align: top;
    border-top: 1px solid #ddd;
    /* text-align: center; */
}

.table>caption+thead>tr:first-child>th,
.table>colgroup+thead>tr:first-child>th,
.table>thead:first-child>tr:first-child>th,
.table>caption+thead>tr:first-child>td,
.table>colgroup+thead>tr:first-child>td,
.table>thead:first-child>tr:first-child>td,
#wp-calendar>caption+thead>tr:first-child>th,
#wp-calendar>colgroup+thead>tr:first-child>th,
#wp-calendar>thead:first-child>tr:first-child>th,
#wp-calendar>caption+thead>tr:first-child>td,
#wp-calendar>colgroup+thead>tr:first-child>td,
#wp-calendar>thead:first-child>tr:first-child>td,
table>caption+thead>tr:first-child>th,
table>colgroup+thead>tr:first-child>th,
table>thead:first-child>tr:first-child>th,
table>caption+thead>tr:first-child>td,
table>colgroup+thead>tr:first-child>td,
table>thead:first-child>tr:first-child>td {
    border-top: 0;
}

th {
    text-align: left;
}

.table>thead>tr>th,
.table>tbody>tr>th,
.table>tfoot>tr>th,
.table>thead>tr>td,
.table>tbody>tr>td,
.table>tfoot>tr>td,
#wp-calendar>thead>tr>th,
#wp-calendar>tbody>tr>th,
#wp-calendar>tfoot>tr>th,
#wp-calendar>thead>tr>td,
#wp-calendar>tbody>tr>td,
#wp-calendar>tfoot>tr>td,
table>thead>tr>th,
table>tbody>tr>th,
table>tfoot>tr>th,
table>thead>tr>td,
table>tbody>tr>td,
table>tfoot>tr>td {
    padding: 8px;
    line-height: 1.42857143;
    vertical-align: top;
    border-top: 1px solid #ddd;
    /* text-align: center; */
}

.table>caption+thead>tr:first-child>th,
.table>colgroup+thead>tr:first-child>th,
.table>thead:first-child>tr:first-child>th,
.table>caption+thead>tr:first-child>td,
.table>colgroup+thead>tr:first-child>td,
.table>thead:first-child>tr:first-child>td,
#wp-calendar>caption+thead>tr:first-child>th,
#wp-calendar>colgroup+thead>tr:first-child>th,
#wp-calendar>thead:first-child>tr:first-child>th,
#wp-calendar>caption+thead>tr:first-child>td,
#wp-calendar>colgroup+thead>tr:first-child>td,
#wp-calendar>thead:first-child>tr:first-child>td,
table>caption+thead>tr:first-child>th,
table>colgroup+thead>tr:first-child>th,
table>thead:first-child>tr:first-child>th,
table>caption+thead>tr:first-child>td,
table>colgroup+thead>tr:first-child>td,
table>thead:first-child>tr:first-child>td {
    border-top: 0;
}

.table__specifications tr:nth-child(2n) {
    background-color: white;
}

.table__specifications tr td,
.table__specifications tr th {
    text-align: center;
    font-size: max(0.75vw, 14px);
}

.td_align_left tr td {
    text-align: left;
}

.tab_item_cont {
    display: flex;
    flex-direction: column;
    gap: 2.5vh;
    font-size: max(0.75vw, 14px);
    text-align: justify;
    font-family: "Montserrat", sans-serif;
}

.optionalfeatures {
    /* flex-direction: row; */
}

.tab_item_cont h3 {
    font-weight: 600;
    font-size:22px;
}

.tab_item_cont ul {
    display: flex;
    flex-direction: column;
    gap: 0.5vh;
    list-style: square;
    padding: 0 0 0 1.25rem;
}

.tab_item_cont ul li {
    text-align: justify;
}

.tab_item_cont .column_support {
    color: inherit;
}

.h-3.title {
    font-size: max(1.5vw, 1.35rem);
    font-weight: 600;
    /* padding: 1rem 0; */
    font-family: var(--base-font-family);
}

.tab-pane p {
    padding: 0 1.5rem;
}

.tab_item_title {
    font-size: max(1.75vw, 1.5rem);
    display: flex;
    align-self: center;
}

/* .optionalfeatures .tab_item_title {
  align-self: flex-start;
} */

.tab_item_cont .video {
    padding: 13.75%;
}

.video__legend {
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
}

/*product_testimonials*/
.product_testimonials .section_title {
    padding: 1.781vw 0;
    text-align: center;
}

.product_testimonials .testimonial_item {
    background-color: #3c3c3c;
    padding: 1.042vw 1.875rem;
    color: #fff;
    height: 13.021vw;
    border-radius: 20px;
    margin-bottom: 2.823vw;
}

.product_testimonials .testimonial_item .testimonial_text p {
    font-size: 0.781vw;
    text-align: justify;
}

.product_testimonials .testimonial_top {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    margin-top: 1vw;
    margin-left: 0.781vw;
    margin-bottom: 1.5vw;
    height: 30%;
}

.product_testimonials .testimonial_title {
    width: 100%;
    text-align: right;
}

.product_testimonials .testimonial_title .testimonial_author {
    text-transform: uppercase;
    letter-spacing: 2px;
    font-size: 1.354vw;
    color: #002e6d;
}

.product_testimonials .testimonial_title .testimonial_author_company {
    font-weight: 300;
    letter-spacing: 2px;
    text-transform: uppercase;
    font-size: 1.2vw;
}

.product_testimonials .testimonial_text {
    display: flex;
}

.product_testimonials .testimonial_text .testimonial_ico {
    width: 4.167vw;
    padding: 0.260vw 0.938rem 0 0;
}

.product_testimonials .testimonial_text .testimonial_ico svg {
    width: auto;
    opacity: 0.4;
    height: 1.781vw;
}

.product_testimonials .testimonial_text p a {
    color: #002e6d;
    padding-left: 0.625rem;
    text-decoration: underline;
    font-size: 0.885vw;

}

.product_testimonials {
    position: relative;
}

.product_testimonials::before {
    width: 100%;
    height: 4.167vw;
    content: "";
    top: 63%;
    left: 50%;
    background-color: #002e6d;
    transform: translate(-50%, -63%);
    position: absolute;
}

/* Hide Tabs Button */
.hide-tabs-button {
    display: none;
    align-items: center;
    justify-content: center;
    text-align: center;
    position: absolute;
    top: 2.25rem;
    right: 0;
    transform: translate(-100%, -50%);
    width: 1.75rem;
    height: 1.75rem;
}

.hide-tabs-button svg {
    fill: #000;
    stroke: none;
    transition: transform 0.3s ease-in, fill 0.3s ease-in;
}

/* Modal Slider Gallery */

body.popin--opened {
    overflow: hidden;
}

.popin {
    background: rgb(0 0 0 / 85%);
    position: fixed;
    width: 100%;
    height: 100vh;
    z-index: 99999;
    transition: 225ms ease-in-out 225ms;
    bottom: 0;
    left: 0;
    opacity: 1;
}

.popin.popin--closed {
    bottom: -100vh;
    opacity: 0;
}

.slideshow-modal--wrapper {
    position: relative;
    width: 100%;
    height: 100%;
    max-height: 100vh;
    display: flex;
    flex-flow: column nowrap;
    justify-content: center;
}

.slideshow-modal--wrapper .slideshow-close {
    position: absolute;
    top: 1rem;
    right: 1rem;
    color: #fff;
    text-shadow: 0 0 2px #000;
    font-size: max(3rem, 5vh);
    cursor: pointer;
    z-index: 99;
    background-color: transparent;
    height: 5rem;
    width: 5rem;
    border: none;
}

.slideshow-modal--wrapper .swiper {
    width: 100%;
}

.slideshow-modal--wrapper .swiper.swiper-screen .swiper-slide img {
    -o-object-fit: contain;
    object-fit: contain;
    cursor: ew-resize;
}

.slideshow-modal--wrapper .swiper.swiper-pagination {
    display: none;
    position: absolute;
    bottom: 0;
    height: 10%;
    box-sizing: border-box;
    padding: 10px 0;
}

.slideshow-modal--wrapper .swiper.swiper-pagination .swiper-slide {
    width: 25%;
    height: 100%;
    opacity: 0.4;
}

.slideshow-modal--wrapper .swiper.swiper-pagination .swiper-slide img {
    -o-object-fit: cover;
    object-fit: cover;
    cursor: pointer;
}

.slideshow-modal--wrapper .swiper.swiper-pagination .swiper-slide-thumb-active {
    opacity: 1;
}

.slideshow-modal--wrapper .swiper .swiper-wrapper .swiper-slide img {
    display: block;
    width: 100%;
    height: 100%;
}

.popin .main_gallery_image {
    --modal-img-width: 70%;
    max-width: var(--modal-img-width);
}

.gallery-item-modal {
    transform: translate3d(0, 0, 0);
    opacity: 1;
}

.equipment_info .custom_sticker_ico {
    position: absolute;
    z-index: 1;
    top: 0;
    right: 0;
    background-color: #006200;
    padding: 3px 5px;
    color: white;
    max-width: 100%;
}

@media screen and (max-width: 1440px) {
    .product_testimonials .testimonial_item {
        height: 17.021vw;
    }

    .product_testimonials .testimonial_item .testimonial_text p {
        font-size: 1.042vw;
    }
}

@media screen and (max-width: 1080px) {
    .tabs_navi {
        flex-wrap: wrap;
        justify-content: center;
        gap: 2vw;
        border-bottom: 3px solid rgb(0, 39, 101);
        padding-bottom: 1.5vh;
    }

    .tabs_navi__item {
        flex: initial;
        width: calc((100% - 7vw) / 3);
        font-size: max(1.35vw, 0.75rem);
    }

    .optionalfeatures {
        flex-direction: column;
    }

    .optional_cards {
        flex-direction: column;
        flex-wrap: nowrap;
        gap: 5vw;
    }

    .optional_card {
        width: 100%;
        gap: 3.75vw;
        align-items: center;
    }

    .popin .main_gallery_image {
        --modal-img-width: 80%;
    }

    table {
        display: block;
        overflow-x: auto;
        white-space: nowrap;
    }

    tbody {
        display: table;
        width: 100%;
    }

    .table>thead>tr>th,
    .table>tbody>tr>th,
    .table>tfoot>tr>th,
    .table>thead>tr>td,
    .table>tbody>tr>td,
    .table>tfoot>tr>td,
    #wp-calendar>thead>tr>th,
    #wp-calendar>tbody>tr>th,
    #wp-calendar>tfoot>tr>th,
    #wp-calendar>thead>tr>td,
    #wp-calendar>tbody>tr>td,
    #wp-calendar>tfoot>tr>td,
    table>thead>tr>th,
    table>tbody>tr>th,
    table>tfoot>tr>th,
    table>thead>tr>td,
    table>tbody>tr>td,
    table>tfoot>tr>td {
        padding: 0.5rem 1rem;
        text-align: center;
    }

    .optionalfeatures .tab_item_title {
        align-self: center;
    }

    .product_testimonials .testimonial_item .testimonial_text p {
        font-size: 13px;
    }

    .product_testimonials .testimonial_item {
        height: 22.021vw;
    }

    .product_testimonials .testimonial_item {
        margin-bottom: 4.823vw;
    }

    .product_testimonials::before {
        top: 56%;
        transform: translate(-50%, -56%);
    }
}

@media screen and (max-width: 900px) {
    .equipment_info--wrapper {
        flex-direction: column;
        align-items: center;
    }

    .equipment_info__item {
        width: 80%;
        gap: 2.5vh;
        align-self: center;
    }

    .gallery-item img,
    .gallery-thumbnails .item-thumbnail img {
        max-width: 94%;
    }

    .equipment_info__item--right {
        display: grid;
        grid-template-columns: 85% 15%;
        grid-gap: 5vw;
    }

    .equipment_info__item .get_a_quote {
        writing-mode: vertical-lr;
        justify-self: flex-end;
        grid-column: 2/3;
        padding: 1.25rem 0.75rem;
        height: 100%;
        min-width: auto;
    }

    .equipment_info__item .more_cit_info {
        grid-column: 1/3;
    }

    .equipment_info__description {
        gap: 1vh;
        align-self: center;
    }

    .action_buttons {
        grid-column: 1/3;
        justify-content: center;
    }

    .action_buttons__item,
    .action_buttons .uk-button:not(.default_button) {
        font-size: max(1.5vw, 12px);
    }

    .equipment_info .sticker_no_air_compressor {
        top: 40%;
        left: 100%;
        transform: translate(-100%, 0);
    }

    .single_tabs .content {
        width: 100%;
        display: flex;
        justify-content: center;
    }

    .tab_item {
        width: 90%;
    }

    .tab_item_cont .video {
        padding: 19.75%;
    }

    .custom_sticker_ico {
        width: 120px;
    }

    .product_testimonials .testimonial_item {
        height: 35vw;
    }

    .product_testimonials .testimonial_title .testimonial_author {
        font-size: 20px;
    }

    .product_testimonials .testimonial_title .testimonial_author_company {
        font-size: 18px;
    }

    .product_testimonials .testimonial_item {
        margin-bottom: 30px;
    }
}

@media screen and (max-width: 800px) {
    .product_testimonials .testimonial_item {
        height: 200px;
    }
}


@media screen and (max-width: 650px) {
    .equipment_info__item {
        width: 90%;
    }

    .equipment_info__item--right {
        display: flex;
    }

    .equipment_info__item .get_a_quote {
        writing-mode: initial;
        justify-self: initial;
        grid-column: initial;
        height: initial;
        padding: 0.75rem 1.75rem;
        width: 50%;
        align-self: center;
    }

    .equipment_info__item .more_cit_info {
        grid-column: initial;
    }

    .action_buttons {
        grid-column: initial;
        gap: 0.6vw;
    }

    .action_buttons__item {
        width: 45%;
    }

    .action_buttons__item,
    .action_buttons .uk-button:not(.default_button) {
        font-size: max(1.75vw, 11px);
    }

    .equipment_info .sticker_no_air_compressor {
        top: 27.5%;
        width: 4rem;
        height: 4rem;
        transform: translate(-150%, 0);
    }

    .product-full-description--wrapper {
        max-width: 100%;
        margin: max(3vh, 1.5rem) auto;
    }

    .single_tabs {
        align-items: center;
    }

    .single_tabs .content {
        width: 100%;
        display: flex;
        justify-content: center;
    }

    .tab_item:has(.specifications_table) {
        width: 100%;
    }

    .tab_item_cont ul {
        gap: 0.85vw;
    }

    .tabs_navi {
        width: 100%;
        padding: 1rem 2.5rem;
        flex-direction: column;
        align-items: flex-start;
    }

    .tabs_navi__item {
        width: auto;
        text-align: left;
        font-size: max(4vw, 1.5rem);
    }

    .tab-pane {
        gap: initial;
    }

    .specifications-wrap .tab-pane {
        gap: 1rem;
    }

    .download_buttons {
        align-items: center;
    }

    .download_line {
        padding: 2vh 0;
        flex-direction: column;
        max-width: 70%;
    }

    .download_buttons .download_line .d_line_title,
    .download_buttons h3 {
        font-size: max(1.25vw, 16px);
    }

    .download-xlsx {
        margin: 1.5vh auto;
    }

    .equipment_gallery-modal .swiper-button-next,
    .equipment_gallery-modal .swiper-button-prev {
        transform: translate(0, -50%);
    }

    .popin .main_gallery_image {
        --modal-img-width: 85%;
    }

    .hide-tabs-button {
        display: flex;
    }

    .hide-tabs-button.hide-tabs-button--active svg {
        fill: #002e6d;
        transform: rotate(180deg);
    }

    .tabs_navi__item {
        opacity: 1;
        visibility: visible;
        transform: translateX(0);
        height: 100%;
        position: relative;
        transition: all 0.25s ease-in;
        color: #000;
    }

    .tabs_navi__item.tabs_navi__item--disabled {
        /* display: none; */
        opacity: 0;
        color: transparent;
        position: absolute;
        /* left: 50%; */
        height: 0;
        visibility: hidden;
        transform: translateX(100%);
    }

    .warranty-description-wrapper {
        text-align: center;
    }

    .tab_item_cont .video {
        padding: 28.25%;
        width: 100%;
    }
}

@media screen and (max-width: 550px) {

    .action_buttons__item,
    .action_buttons .uk-button:not(.default_button) {
        font-size: max(1.5vw, 10px);
    }

    .product_testimonials .testimonial_item {
        height: 250px;
    }

    .product_testimonials .section_title {
        padding: 4.781vw
    }
}

@media screen and (max-width: 400px) {
    .product_testimonials .testimonial_item {
        height: 280px;
    }

    .product_testimonials .testimonial_title .testimonial_author_company {
        font-size: 15px;
    }
}

.gallery-modal--wrapper {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
    height: 100vh;
    width: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    position: fixed;
    top: 0;
    left: 0;
    z-index: 99;
}

.video {
    position: relative;
    width: 50%;
    height: 0;
    padding: 14.25%;
    background-color: #333;
    display: flex;
    align-items: center;
    justify-content: center;
    align-self: center;
}

.video__media {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: none;
    max-width: 100%;
}

.video__button {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    align-items: center;
    justify-content: center;
    background-color: transparent;
    padding: 0;
    outline: none;
    display: none;
    cursor: pointer;
    border: none;
}

.volt_page_form {
    margin-bottom: 60px;
}

.volt_page_form form {
    max-width: 660px;
    margin: 0 auto;
}

.volt_page_form form label {
    display: none;
}

.volt_page_form .form-inner__item {
    display: flex;
    justify-content: space-between;
    gap: var(--form-inner-gap);
    align-items: center;
    width: 100%;
    position: relative;

    margin-bottom: 15px;
}

.volt_page_form form input,
.volt_page_form form select,
.volt_page_form form textarea {
    border: 1px solid #adadad;
}

.volt_page_form form input::placeholder {
    color: #363636;
}

.volt_page_form .section_head {
    margin-bottom: 30px;
}

.volt_page_form .p_head_title {
    margin-bottom: 0;
}

.volt_page_form .checkbox_item label {
    display: block;
    width: calc(100% - 40px);
}

.volt_page_form .hide_input_other {
    display: none;
}

.volt_page_form #hide_input_other {
    animation-duration: 1s;
    animation-name: fadeIn;
    margin-bottom: 15px;
}

.volt_page_form .checkbox_item {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    flex-direction: row;
    margin-bottom: 5px;
}

.checkbox_item_input {
    width: 40px;
    height: 35px;
}

input[type=checkbox] {
    position: absolute;
    cursor: pointer;
    width: 0px;
    height: 0px;
}

input[type=checkbox]:checked:before {
    content: "";
    display: block;
    position: absolute;
    width: 30px;
    height: 30px;
    border: 1px solid #adadad;
    border-radius: 20px;
    /*   background-color: #445768;   */
    transition: all 0.2s linear;
}


input[type=checkbox]:before {
    content: "";
    display: block;
    position: absolute;
    width: 30px;
    height: 30px;
    border: 1px solid #adadad;
    border-radius: 3px;
    /*  background-color: #445768; */
}


input[type=checkbox]:after {
    content: "";
    display: block;
    width: 0px;
    height: 0px;
    border: solid #002e71;
    border-width: 0 0px 0px 0;
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
    position: absolute;
    top: 0px;
    left: 40px;
    transition: all 0.2s linear;
}

input[type=checkbox]:checked:after {
    content: "";
    display: block;
    width: 12px;
    height: 21px;
    border: solid #002e71;
    border-width: 0 5px 5px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    position: absolute;
    top: 2px;
    left: 11px;
}



@media screen and (max-width: 900px) {
    .video {
        width: 70%;
        padding: 20.25%;
    }
}

@media screen and (max-width: 550px) {
    .video {
        width: 90%;
        padding: 25.75%;
    }

    .image-carousel-container .swiper-button-prev,
    .image-carousel-container .swiper-button-next {
        display: none;
    }

    .main_gallery_image {
        max-width: 100%;
    }

    /* .action_buttons {
      flex-wrap: wrap;
      gap: 1.5vh 3vw;
    }
    .action_buttons__item {
      max-width: 45%;
    } */
    .ab_separator {
        display: none;
    }

    .action-icons {
        width: 2rem;
        height: 2rem;
    }

    .gallery-item img,
    .gallery-thumbnails .item-thumbnail img {
        max-width: 100%;
    }
}

@media screen and (max-width: 400px) {
    .equipment_info__item .get_a_quote {
        width: 100%;
    }
}


.section_3d_volt{
    padding: 60px 0;
    background: #efefef;
}
.flex_cont.center{
    justify-content: center;
}
.section_3d_volt .section_descr{
    margin-top: 20px;
}


.section_3d_volt .section_head {
    text-align: center;
    margin-bottom: 30px;
}



.d_button{
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #002e71;
    text-decoration: none;
    text-transform: uppercase;
    font-weight: 800;
    color: #fff;
    max-width: 360px;
    height: 55px;
    font-size: 16px;
    animation: button1 2s infinite;
    position: relative;
    border-radius: 8px;
    letter-spacing: 1px;
    margin: 0 auto;
}

.button_icon_volt{
    width: 330px;
    height: 70px;
    font-size: 36px;
}

.d_button:hover {
    -webkit-mask: url(https://raw.githubusercontent.com/robin-dela/css-mask-animation/master/img/urban-sprite.png);
    mask: url(https://raw.githubusercontent.com/robin-dela/css-mask-animation/master/img/urban-sprite.png);
    -webkit-mask-size: 3000% 100%;
    mask-size: 3000% 100%;
    -webkit-animation: ani2 0.7s steps(29) forwards;
    animation: ani2 0.7s steps(29) forwards;
    background-color: #fff;
    color: #002e71;
    font-weight: 800;
    letter-spacing: 1px;
    border: 2px solid #002e71;
}
.section_3d_volt .servo_print_heads .servo_print_heads_video{
    border-radius:8px;
}

@keyframes button1{
    0% {
        box-shadow: 0 0 0px #002e71;
    }

    50% {
        box-shadow: 0 0 1.042vw #002e71;
    }

    100% {
        box-shadow: 0 0 0px #002e71;
    }
}

@keyframes ani2 {
    from {
        -webkit-mask-position: 100% 0;
        mask-position: 100% 0;
    }

    to {
        -webkit-mask-position: 0 0;
        mask-position: 0 0;
    }
}

/* TABS CONTENT */
.tabs_content {
    padding-bottom: 150px;
}

.tabs_content .action_buttons .ab_separator {
    background: #fff;
}
.tabs_content .action_buttons .ab_icon {
    background: #fff;
}

.product-full-description {
    background: #efefef;
}

.product-full-description--wrapper {
    margin: max(7.5vh, 2.5rem) auto;
}

.single_tabs {
    /* left: 50%;
    transform: translateX(-50%); */
    position: relative;

    /* padding: 50px 0;
    padding-bottom: 80px; */
    width: 100%;
    min-width: 240px;
    display: flex;
    flex-direction: column;
    gap: 2.5vw;
}

.tabs_nav,
section.anatol_videos .tabs_nav {
    text-align: center;
}

.tabs_content {
    background: #fafafa;
}

.tabs_content .nav-tabs {
    display: inline-flex;
    border: 0px;
    background: #f0f0f0;
    height: 54px;
    border-radius: 27px;
    overflow: hidden;
    box-shadow: 0px 4px 35.26px 7.74px rgba(106, 106, 106, 0.1);
    margin-top: -27px;
    padding: 0;
}

.tabs_content .nav-tabs a,
.anatol_resouces .nav-tabs a,
section.anatol_videos .nav-tabs a {
    outline: none !important;
}

.tabs_content .nav-tabs li,
.anatol_resouces .nav-tabs li,
section.anatol_videos .nav-tabs li {
    margin-right: 1px;
}

.tabs_content .nav-tabs li:last-of-type,
.anatol_resouces .nav-tabs li:last-of-type,
section.anatol_videos .nav-tabs li:last-of-type {
    margin-right: 0px;
}

.tabs_content .nav-tabs li a,
.anatol_resouces .nav-tabs li a,
section.anatol_videos .nav-tabs li a {
    height: 54px;
    border: 0px !important;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-content: center;
    align-items: center;
    background: #f9f9f9;
    color: #afafaf;
    padding-left: 40px;
    padding-right: 40px;
    margin: 0px;
    font-weight: bold;
    font-size: 16px;
    line-height: 18px;
    border-radius: 0px;
}

.tabs_content .nav-tabs li:first-of-type a {
    padding-left: 80px;
}

.tabs_content .nav-tabs li:last-of-type a {
    padding-right: 80px;
}

.anatol_resouces .nav-tabs li:last-of-type a {
    text-align: center;
}

.anatol_resouces .tabs_nav {
    text-align: center;
}

.tabs_content .nav-tabs li a:hover,
.tabs_content .nav-tabs li a:focus,
.tabs_content .nav-tabs li.active a,
.anatol_resouces .nav-tabs li a:hover,
.anatol_resouces .nav-tabs li a:focus,
.anatol_resouces .nav-tabs li.active a,
section.anatol_videos .nav-tabs li a:hover,
section.anatol_videos .nav-tabs li a:focus,
section.anatol_videos .nav-tabs li.active a {
    background: #ffffff;
    color: #353535;
}

.tabs_content .tab-content {
    padding-top: 60px;
    padding-left: 30px;
    padding-right: 30px;
}

.anatol_resouces .tab-content {
    padding-top: 30px;
}

section.anatol_videos .tab-content {
    padding-top: 70px;
}

.tabs_content .tab-content .uk-grid > div,
.tabs_content .tab-content p {
    margin-bottom: 30px;
}

.tabs_content .tab-content,
.tabs_content .tab-content p {
    font-size: 14px;
    color: #353535;
    line-height: 1.7em;
}
.list-group-item {
    position: relative;
    display: flex;
    padding: 0.75rem 1.25rem;
    margin-bottom: -1px;
    background-color: #fff;
    border: 1px solid rgba(0, 0, 0, 0.125);
}
.list-group-item .d-flex {
    max-width: 200px;
    width: 33%;
}

.list-group-item a {
    margin-right: 15px;
}
.single_tabs input[name="tab-control"] {
    display: none;
}
/* .single_tabs .content .tab_item > h2, */
.tabs_navi {
    list-style-type: none;
    display: flex;
    /* justify-content: space-between; */
    align-items: center;
    font-weight: 600;
}

.single_tabs .content .tab_item h2 {
    font-weight: 600;
}

.tabs_navi__item {
    display: flex;
    /* box-sizing: border-box; */
    font-weight: bold;
    font-family: "RobotoCondensed", sans-serif;
    flex: 1;
    text-align: center;
    transition: all 0.3s ease-in-out;
    text-transform: uppercase;
    font-size: max(1vw, 1rem);
    position: relative;
    padding: 0.5rem 0;
    cursor: pointer;

    justify-content: center;
    align-items: center;
}
.tabs_navi__item:before {
    content: "";
    display: block;
    position: absolute;
    width: 0;
    height: 2px;
    background-color: #002e6d;
    bottom: 0;
    transition: width 0.15s cubic-bezier(0.68, 0, 0.265, 1);
}

.tabs_navi__item br {
    display: none;
}
.tabs_navi__item svg {
    fill: #363636;
    margin: 0 auto;
    margin-bottom: 20px;
    display: block;
    border: 2px solid #363636;
    border-radius: 20px;
    transition: all 0.2s ease-in-out;
}

.tabs_navi__item:hover:before,
.tabs_navi__item:focus:before,
.tabs_navi__item:active:before {
    width: 100%;
}
.tabs_navi__item:hover,
.tabs_navi__item:focus,
.tabs_navi__item:active {
    outline: 0;
    color: #002e6d;
}
.tabs_navi__item:hover svg,
.tabs_navi__item:focus svg,
.tabs_navi__item:active svg {
    fill: #002e6d;
    border-color: #002e6d;
}

.tabs_navi__item.tabs_navi__item--active {
    outline: 0;
    color: #002e6d;
}

.tabs_navi__item.tabs_navi__item--active:before {
    width: 100%;
}

.tabs_navi__item.tabs_navi__item--active svg {
    fill: #002e6d;
    border-color: #002e6d;
}

/* .single_tabs .content {
  margin-top: 30px;
} */
.single_tabs .content .tab_item {
    display: none;
    -webkit-animation-name: content;
    animation-name: content;
    -webkit-animation-direction: normal;
    animation-direction: normal;
    -webkit-animation-duration: 0.3s;
    animation-duration: 0.3s;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
    -webkit-animation-iteration-count: 1;
    animation-iteration-count: 1;
    line-height: 1.4;
}
.single_tabs
input[name="tab-control"]:nth-of-type(1):checked
~ ul
> li:nth-child(1)
> label:before {
    width: 100%;
}
.single_tabs
input[name="tab-control"]:nth-of-type(1):checked
~ ul
> li:nth-child(1)
> label {
    cursor: default;
    color: #002e6d;
}
.single_tabs
input[name="tab-control"]:nth-of-type(1):checked
~ ul
> li:nth-child(1)
> label
svg {
    fill: #002e6d;
    border-color: #002e6d;
}
@media (max-width: 600px) {
    .single_tabs
    input[name="tab-control"]:nth-of-type(1):checked
    ~ ul
    > li:nth-child(1)
    > label {
        background: rgba(0, 0, 0, 0.08);
    }
}

.single_tabs
input[name="tab-control"]:nth-of-type(1):checked
~ .content
> .tab_item:nth-child(1) {
    display: block;
}
.single_tabs
input[name="tab-control"]:nth-of-type(2):checked
~ ul
> li:nth-child(2)
> label:before {
    width: 100%;
}
.single_tabs
input[name="tab-control"]:nth-of-type(2):checked
~ ul
> li:nth-child(2)
> label {
    cursor: default;
    color: #002e6d;
}
.single_tabs
input[name="tab-control"]:nth-of-type(2):checked
~ ul
> li:nth-child(2)
> label
svg {
    fill: #002e6d;
    border-color: #002e6d;
}
@media (max-width: 600px) {
    .single_tabs
    input[name="tab-control"]:nth-of-type(2):checked
    ~ ul
    > li:nth-child(2)
    > label {
        background: rgba(0, 0, 0, 0.08);
    }
}

.single_tabs
input[name="tab-control"]:nth-of-type(2):checked
~ .content
> .tab_item:nth-child(2) {
    display: block;
}
.single_tabs
input[name="tab-control"]:nth-of-type(3):checked
~ ul
> li:nth-child(3)
> label:before {
    width: 100%;
}
.single_tabs
input[name="tab-control"]:nth-of-type(3):checked
~ ul
> li:nth-child(3)
> label {
    cursor: default;
    color: #002e6d;
}
.single_tabs
input[name="tab-control"]:nth-of-type(3):checked
~ ul
> li:nth-child(3)
> label
svg {
    fill: #002e6d;
    border-color: #002e6d;
}
@media (max-width: 600px) {
    .single_tabs
    input[name="tab-control"]:nth-of-type(3):checked
    ~ ul
    > li:nth-child(3)
    > label {
        background: rgba(0, 0, 0, 0.08);
    }
}

.single_tabs
input[name="tab-control"]:nth-of-type(3):checked
~ .content
> .tab_item:nth-child(3) {
    display: block;
}
.single_tabs
input[name="tab-control"]:nth-of-type(4):checked
~ ul
> li:nth-child(4)
> label:before {
    width: 100%;
}
.single_tabs
input[name="tab-control"]:nth-of-type(4):checked
~ ul
> li:nth-child(4)
> label {
    cursor: default;
    color: #002e6d;
}
.single_tabs
input[name="tab-control"]:nth-of-type(4):checked
~ ul
> li:nth-child(4)
> label
svg {
    fill: #002e6d;
    border-color: #002e6d;
}
@media (max-width: 600px) {
    .single_tabs
    input[name="tab-control"]:nth-of-type(4):checked
    ~ ul
    > li:nth-child(4)
    > label {
        background: rgba(0, 0, 0, 0.08);
    }
}

.single_tabs
input[name="tab-control"]:nth-of-type(4):checked
~ .content
> .tab_item:nth-child(4) {
    display: block;
}
.single_tabs
input[name="tab-control"]:nth-of-type(5):checked
~ ul
> li:nth-child(5)
> label:before {
    width: 100%;
}
.single_tabs
input[name="tab-control"]:nth-of-type(5):checked
~ ul
> li:nth-child(5)
> label {
    cursor: default;
    color: #002e6d;
}
.single_tabs
input[name="tab-control"]:nth-of-type(5):checked
~ ul
> li:nth-child(5)
> label
svg {
    fill: #002e6d;
    border-color: #002e6d;
}
@media (max-width: 600px) {
    .single_tabs
    input[name="tab-control"]:nth-of-type(5):checked
    ~ ul
    > li:nth-child(5)
    > label {
        background: rgba(0, 0, 0, 0.08);
    }
}

.single_tabs
input[name="tab-control"]:nth-of-type(5):checked
~ .content
> .tab_item:nth-child(5) {
    display: block;
}

.single_tabs
input[name="tab-control"]:nth-of-type(6):checked
~ ul
> li:nth-child(6)
> label:before {
    width: 100%;
}
.single_tabs
input[name="tab-control"]:nth-of-type(6):checked
~ ul
> li:nth-child(6)
> label {
    cursor: default;
    color: #002e6d;
}
.single_tabs
input[name="tab-control"]:nth-of-type(6):checked
~ ul
> li:nth-child(6)
> label
svg {
    fill: #002e6d;
    border-color: #002e6d;
}
@media (max-width: 600px) {
    .single_tabs
    input[name="tab-control"]:nth-of-type(6):checked
    ~ ul
    > li:nth-child(6)
    > label {
        background: rgba(0, 0, 0, 0.08);
    }
}

.single_tabs
input[name="tab-control"]:nth-of-type(6):checked
~ .content
> .tab_item:nth-child(6) {
    display: block;
}
.single_tabs
input[name="tab-control"]:nth-of-type(7):checked
~ ul
> li:nth-child(7)
> label:before {
    width: 100%;
}
.single_tabs
input[name="tab-control"]:nth-of-type(7):checked
~ ul
> li:nth-child(7)
> label {
    cursor: default;
    color: #002e6d;
}
.single_tabs
input[name="tab-control"]:nth-of-type(7):checked
~ ul
> li:nth-child(7)
> label
svg {
    fill: #002e6d;
    border-color: #002e6d;
}
@media (max-width: 600px) {
    .single_tabs
    input[name="tab-control"]:nth-of-type(7):checked
    ~ ul
    > li:nth-child(7)
    > label {
        background: rgba(0, 0, 0, 0.08);
    }
}

.single_tabs
input[name="tab-control"]:nth-of-type(7):checked
~ .content
> .tab_item:nth-child(7) {
    display: block;
}

@-webkit-keyframes content {
    from {
        opacity: 0;
        transform: translateY(5%);
    }
    to {
        opacity: 1;
        transform: translateY(0%);
    }
}
@keyframes content {
    from {
        opacity: 0;
        transform: translateY(5%);
    }
    to {
        opacity: 1;
        transform: translateY(0%);
    }
}
@media (max-width: 1000px) {
    .tabs_navi__item br {
        display: initial;
    }
    .tabs_navi__item svg {
        height: 1.5em;
    }
}
@media (max-width: 600px) {
    .tabs_navi__item {
        padding: 5px;
        border-radius: 5px;
    }
    .tabs_navi__item span {
        display: none;
    }
    .single_tabs .slider {
        display: none;
    }
    .single_tabs .content .tab_item h2 {
        display: block;
    }
}
.single_tabs .equipment_item {
    width: calc(100% / 3);
}
.single_tabs .equipment_item a {
    display: block;
    background: #fff;
    text-decoration: none;
    box-shadow: 0 5px 5px rgb(106 106 106 / 10%);
    transition: all 0.3s ease;
    overflow: hidden;
    border-radius: 4px;
    color: #363636;
}

.support_descr p,
.spm_short_description,
.stp_content {
    font-size: max(0.8vw, 14px);
}

.tab_item_title,
.tab_item_title > p {
    font-family: var(--base-font-family);
    font-weight: 700;
    font-size: max(1.35vw, 1.35rem);
    text-transform: uppercase;
    text-align: center;
}

.tab_support_conent .uk-text-large {
    color: #353535;
    font-size: 20px;
    line-height: 1.3em;
    font-family: "Roboto", sans-serif;
    font-weight: bold;
    margin-bottom: 10px;
}
.specifications_table {
    width: 100%;
    display: flex;
    flex-direction: column;
    gap: 1.5vh;
    align-items: flex-start;
}

.row {
    width: 100%;
}

/* RELATED SLIDER SECTION */

.related-products--wrapper {
    margin: max(7.5vh, 2.5rem) auto;
    width: 100%;
}

/* .uppsells_products .section_title, */
.related-products--wrapper .section_title {
    text-align: center;
}
.rp_slide_item a {
    color: #353535;
    text-align: center;
}
.rp_slide_item .image_part img {
    margin: 0 auto;
}
.rp_slide_item .equipment_box_title {
    font-family: var(--base-font-family), sans-serif;
    font-weight: 700;
    font-size: 20px;
    line-height: 1;
    margin-bottom: 10px;
}
.related-products_slider {
    padding: 2.5rem 0;
}

.related-products .swiper-button-prev {
    transform: translate(0%, 100%);
}
.related-products .swiper-button-next {
    transform: translate(0%, 100%);
}

.related-products_slider .slick-dots {
    bottom: 0px;
    transform: translate(0, 150%);
}
.related-products_slider .slick-dots li {
    opacity: 0.5;
    border: 0;
    width: 20px;
    height: 10px;
    border-radius: 10px;
    background-color: #002e6d;
    cursor: pointer;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.related-products_slider .slick-dots li.slick-active,
.article-slide .slick-dots li.slick-active {
    opacity: 1;
    width: 40px;
    height: 10px;
}
.related-products_slider .slick-dots li button:before,
.article-slide .slick-dots li button:before {
    display: none;
}
.table__specifications-vulcan {
    margin-top: 80px;
}

.related-products-list {
    align-items: center;
}

.related-products-list__item {
    border: none;
    /* min-height: 30vh; */
    margin: 0;
}
/* .related-products-list__item:hover {
  box-shadow: none;
} */
.related-products-list__item .product-post__title {
    font-size: max(1.1vw, 18px);
}

/* END RELATED SECTION */

@media screen and (max-width: 1080px) {
    .related-products--wrapper {
        --container-width: 90%;
    }
}

@media screen and (max-width: 500px) {
    .related-products-list {
        padding: initial;
        margin: 2rem 0;
    }
}
@media screen and (min-width: 400px) and (max-width: 800px) and (orientation: landscape) {
    .related-products_slider {
        padding: 0.5rem 0;
    }
}
.download_buttons figure {
				text-align: center;
				margin: 0 20px;
				vertical-align: bottom;
				    flex: 1 1 200px;
    box-sizing: border-box;
			}

				.download_buttons figure img {
					display: inline-block;
					margin-bottom: 20px;
				}
			.download_buttons figure figcaption span b{
				color: #2d2d2d;
				font-size: 13px;
			}
			.download_buttons figure figcaption span {
				display: block;
				color: #808080;
				font-size: 11px;
				/*min-height: 100px;*/
			}

			.download_buttons figure figcaption span b{
				display: inline-block;
			}
			
			.download_buttons figure svg{
		width: 70px;
		height: 70px;
	}
	.download_buttons figure a:hover svg path,
	.download_buttons figure a:hover svg path + path,
	.download_buttons figure a:hover svg polygon{
		color: #f00;
		fill: #f00;
	}

		.download_buttons figure a:hover svg path + path + path {
			color: #000;
			fill: #000;
		}

	.download_buttons figure a[href$=".pdf"] img{
		background: url('/assets/templates/printex/img/pdf.jpg') no-repeat 0 0;
		width: 56px;
		height: 67px;
		-o-transition: none;
		-ms-transition: none;
		-moz-transition: none;
		-webkit-transition: none;
		transition: none;
	}
	.download_buttons figure a[href$=".pdf"]:hover img{
		background-position: 0 -67px;
	}
	
.wrap-tab-video{	
    display: flex;
    align-items: center;
    justify-content: space-around;
  flex-wrap: wrap; 
    }
    
.wrap-tab-video div{
margin-bottom:20px;
}

.place-wrap{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
}
.place-wrap .place{
    margin: 20px;
    text-align: center;
}
.place-wrap .place dt {
font-weight:bold;
}

    /* another-equipment */
    .another-equipment {
        --bg-image: url(/wp-content/themes/anatol_transfer/assets/images/fon6.webp);
        width: 100%;
        overflow: hidden;
        /* background-image: image-set(
    "/wp-content/themes/anatol/assets/images/fon6.webp" type("image/webp"),
    "/wp-content/themes/anatol/assets/images/fon6.jpg" type("image/jpg")
  ); */
        background-image: var(--bg-image);
        background-position: center;
        background-attachment: fixed;
        background-size: cover;
        background-repeat: no-repeat;
        background-attachment: fixed;
        background-color: #242424;
    }

    .another-equipment--wrapper {
        width: 100%;
        display: flex;
        flex-direction: column;
        margin: var(--base-wrapper-margin) 0;
        gap: var(--base-wrapper-gap);
    }


    .another-equipment__title {
        font-size: var(--base-title-font-size);
        font-weight: 600;
        text-align: center;
        color: var(--base-color);
        text-transform: uppercase;

        font-family: var(--base-font-family);
        font-size: max(4vw, 3rem);
    }

    .list-equipment {
        overflow: hidden;
        white-space: nowrap;
        display: flex;
        height: max(50vh, 30vw);
    }

    .list-equipment__item {
        width: calc(100% / 8);
        display: flex;
        align-items: center;
        justify-content: center;
        flex-direction: column;
        transition: all var(--base-transition);
        position: relative;
        cursor: pointer;
        text-align: center;
        white-space: normal;
        will-change: transform;
        font-family: "Montserrat", sans-serif;
    }
    .list-equipment__item a{
        width: 100%;
        display: flex;
        align-items: center;
        justify-content: center;
        flex-direction: column;
        position: relative;
        cursor: pointer;
        text-align: center;
        white-space: normal;
        will-change: transform;
        font-family: "Montserrat", sans-serif;
        z-index: 999;
    }

    .list-equipment__item:hover .list-equipment__title,
    .list-equipment__item:active .list-equipment__title,
    .list-equipment__item:focus .list-equipment__title {
        font-size: var(--accordeon-title-font-size);
    }
    .list-equipment__item:hover,
    .list-equipment__item:active,
    .list-equipment__item:focus {
        width: 35%;
    }
    .list-equipment__item--front {
        display: flex;
        width: 100%;
        /* height: 100%; */
        z-index: 2;
        transition: all 0.6s ease-in;
        color: #fff;
        align-items: center;
        justify-content: flex-start;
        flex-direction: column;
        position: relative;
        gap: 1.5vw;
        padding: 2.5rem 0;
    }

    .list-equipment__link {
        width: 100%;
        display: flex;
        text-align: center;
        align-items: center;
        justify-content: center;
    }

    .list-equipment__title {
        text-transform: uppercase;
        letter-spacing: var(--letter-spacing);
        transition: all var(--base-transition);
        color: var(--base-color);
        text-align: center;
        font-size: max(0.75vw, 12px);
        font-weight: 600;
    }

    .list-equipment__info {
        display: flex;
        flex-direction: column;
        justify-content: space-between;
        align-items: center;
        text-align: center;
        gap: 0.35rem;
        opacity: 0;
        transition: all var(--base-transition);
        color: #fff;
        transform-origin: center top;
    }

    .list-equipment__info li {
        list-style: none;
        text-align: center;
        font-size: 0.838vw;
        font-weight: 300;
        color: var(--base-color);
    }

    .list-equipment__item--back {
        width: 100%;
        height: 100%;
        position: absolute;
        top: 0;
        left: 0;
        opacity: 0;
        background-position: center;
        background-size: cover;
        background-repeat: no-repeat;
        transition: all var(--base-transition);
        overflow: hidden;
        z-index: 1;
        background: #000;
    }

    .list-equipment__item:hover .list-equipment__info,
    .list-equipment__item:active .list-equipment__info,
    .list-equipment__item:focus .list-equipment__info {
        opacity: 1;
    }

    .list-equipment__item:hover .list-equipment__item--back,
    .list-equipment__item:active .list-equipment__item--back,
    .list-equipment__item:focus .list-equipment__item--back {
        opacity: 0.3;
        transition: all var(--base-transition);
    }

    .list-equipment__item:hover svg,
    .list-equipment__item:active svg,
    .list-equipment__item:focus svg {
        fill: var(--main-color-hover);
    }

    .list-equipment__item--back .mouse-parallax {
        background-size: cover;
        background-position: center;
        width: 100%;
        height: 100%;
        transform: translate(0, 0);
        transition: 0.1s linear;
    }

    .list-equipment__item--press .list-equipment__item--back .mouse-parallax {
        background-image: url(/wp-content/themes/anatol_transfer/assets/images/mouse-parallax/001.webp);
    }
    .list-equipment__item--dryers .list-equipment__item--back .mouse-parallax {
        background-image: url(/wp-content/themes/anatol_transfer/assets/images/mouse-parallax/003.webp);
    }
    .list-equipment__item--flash .list-equipment__item--back .mouse-parallax {
        background-image: url(/wp-content/themes/anatol_transfer/assets/images/mouse-parallax/004.webp);
    }
    .list-equipment__item--pre-press .list-equipment__item--back .mouse-parallax {
        background-image: url(/wp-content/themes/anatol_transfer/assets/images/mouse-parallax/005.webp);
    }
    .list-equipment__item--accessories .list-equipment__item--back .mouse-parallax {
        background-image: url(/wp-content/themes/anatol_transfer/assets/images/mouse-parallax/006.webp);
    }
    .list-equipment .link_to_item {
        color: #fff;
        background: #002e6d;
        margin: 1.5vw 0;
        opacity: 0;
        -webkit-transition: opacity 0.5s, -webkit-transform 0.5s;
        transition: opacity 0.5s, transform 0.35s;
        -webkit-transform: translate3d(0, -60px, 0);
        transform: translate3d(0, -60px, 0);
    }

    .list-equipment__item:active .link_to_item,
    .list-equipment__item:focus .link_to_item,
    .list-equipment__item:hover .link_to_item {
        opacity: 1;
        background-color: #002e6d;
        color: #fff;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
        transition-delay: 0.5s;
    }

    @media screen and (max-width: 1360px) {
        .list-equipment__info li {
            font-size: 1vw;
        }
    }

    @media screen and (max-width: 1080px) {
        *,
        *::before,
        *::after {
            --base-900-font-size-lower: calc(
                    10px + 5 * ((100vw - 320px) / (900 - 320))
            );
            --base-900-font-size: calc(12px + 2.5 * ((100vw - 320px) / (900 - 320)));
            --hero-title-900-font-size: calc(
                    20px + 38 * ((100vw - 320px) / (900 - 320))
            );
        }

        .another-equipment--wrapper {
            margin: max(7.5vh, 2.5rem) auto;
            width: 94%;
        }

        .list-equipment {
            height: auto;
            flex-wrap: wrap;
            justify-content: center;
            align-items: baseline;
            gap: 1.5vw;
        }

        .list-equipment__item--back {
            display: none;
        }

        .list-equipment__item--front {
            /* gap: 1.25rem; */
            padding: 0.5rem 0;
        }

        .list-equipment__item,
        .list-equipment__item:hover,
        .list-equipment__item:active,
        .list-equipment__item:focus {
            width: calc((100% - 6vw) / 3);
            height: auto;
        }

        .list-equipment__item:nth-child(4n),
        .list-equipment__item:nth-child(5n),
        .list-equipment__item:nth-child(4n):hover,
        .list-equipment__item:nth-child(4n):active,
        .list-equipment__item:nth-child(4n):focus,
        .list-equipment__item:nth-child(5n):hover,
        .list-equipment__item:nth-child(5n):active,
        .list-equipment__item:nth-child(5n):focus {
            width: calc((100% - 3vw) / 2.5);
        }
        .list-equipment__title,
        .list-equipment__item:hover .list-equipment__title,
        .list-equipment__item:active .list-equipment__title,
        .list-equipment__item:focus .list-equipment__title {
            font-size: var(--base-900-font-size);
        }
        /* .list-equipment__item svg {
    fill: var(--main-color);
  } */
        .list-equipment__info {
            opacity: 1;
        }
        .list-equipment__btn {
            opacity: 1;
        }
        .list-equipment__info li {
            font-size: var(--base-900-font-size-lower);
        }
        .list-equipment__btn {
            transform: translate(0, 0);
        }
    }

    @media screen and (max-width: 900px) {
        .another-equipment__title {
            font-size: max(6vw, 1.5rem);
        }
        .button.link_to_item {
            display: block;
            opacity: 1;
            transform: translate3d(0, 0px, 0);
        }
    }

    @media screen and (max-width: 700px) {
        .list-equipment {
            gap: 2.5vh;
        }
        .list-equipment__item,
        .list-equipment__item:hover,
        .list-equipment__item:active,
        .list-equipment__item:focus,
        .list-equipment__item:nth-child(4n),
        .list-equipment__item:nth-child(5n),
        .list-equipment__item:nth-child(4n):hover,
        .list-equipment__item:nth-child(4n):active,
        .list-equipment__item:nth-child(4n):focus,
        .list-equipment__item:nth-child(5n):hover,
        .list-equipment__item:nth-child(5n):active,
        .list-equipment__item:nth-child(5n):focus {
            width: calc((100% - 3vw) / 2);
        }
    }

    /* @media screen and (max-width: 650px) {
  .another-equipment__title {
    font-size: 4.75vw;
  }
} */

    @media screen and (max-width: 600px) {
        /* .list-equipment {
    gap: 0;
  } */
        .list-equipment__item,
        .list-equipment__item:hover,
        .list-equipment__item:active,
        .list-equipment__item:focus,
        .list-equipment__item:nth-child(4n),
        .list-equipment__item:nth-child(5n),
        .list-equipment__item:nth-child(4n):hover,
        .list-equipment__item:nth-child(4n):active,
        .list-equipment__item:nth-child(4n):focus,
        .list-equipment__item:nth-child(5n):hover,
        .list-equipment__item:nth-child(5n):active,
        .list-equipment__item:nth-child(5n):focus {
            width: 80%;
        }

        .list-equipment__title,
        .list-equipment__item:hover .list-equipment__title,
        .list-equipment__item:active .list-equipment__title,
        .list-equipment__item:focus .list-equipment__title {
            font-size: calc(12px + 7.5 * ((100vw - 320px) / (600 - 320)));
        }
        .list-equipment__info li {
            font-size: calc(10px + 7.5 * ((100vw - 320px) / (600 - 320)));
        }
    }
    @media screen and (max-width: 550px) {
        .another-equipment {
            background-attachment: initial;
            background-image: none;
        }
    }
    @media screen and (min-width: 400px) and (max-width: 900px) and (orientation: landscape) {
        .another-equipment {
            background-attachment: initial;
            background-image: none;
        }
    }
    
   

.product-post {
  width: calc((100% - 10vw) / 3);
  padding: 1vw;
  border: 2px solid #f4f4f4;
  transition: all 0.3s;
  display: flex;
  flex-direction: column;
  gap: 1vw;
  align-items: center;
  justify-content: center;
  position: relative;
  cursor: pointer;
  border-radius: 8px;
}
.product-post:hover {
  box-shadow: 0 0 22px rgb(0 0 0 / 10%);
}
.product-post:hover .product-post__img img {
  transform-origin: center;
  transform: scale(1.03);
}

.product-post__img {
  display: flex;
  width: 100%;
  overflow: hidden;
  will-change: transform;
  transition: all 0.5s;
  position: relative;
  align-items: center;
  justify-content: center;
}

.product-post__img img {
  max-width: 100%;
  width: 90%;
  height: auto;
  object-fit: cover;
  will-change: transform;
  transition: all 0.5s;
}
.related-products_slider .product-post__img img {
  max-width: 100%;
  width: auto;
  height: auto;
  max-height:210px;
  object-fit: cover;
  will-change: transform;
  transition: all 0.5s;
}

.content_part {
  display: flex;
  flex-direction: column;
  gap: 0.5vh;
  align-items: center;
}

.product-post__title {
  /* font-family: var(--base-font-family); */
  /* font-weight: 700; */
  /* font-size: max(1.25vw, 20px); */
  /* text-align: center; */
}

.product-post__price {
  font-size: max(1vw, 16px);
  text-align: center;
}



@media screen and (max-width: 1080px) {
  .product-post,
  
  .product-post__img {
    height: auto;
  }
  .product-post__title {
    font-size: max(2vw, 18px);
  }
}

@media screen and (max-width: 650px) {
  
  .product-post__title {
    font-size: max(3vw, 22px);
  }

  .product-post__img img {
    width: 100%;
  }
}
@media screen and (min-width: 320px) and (max-width: 768px) and (orientation: landscape) {
  .related-products .product-post__img {
    width: 50%;
  }
}

/* Presses item */

.presses_item {
    width: calc((100% - 10vw) / 3);
    transition: all 0.3s;
    text-align: center;
    gap: 1vh;

    position: relative;
    cursor: pointer;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.woocommerce-products .presses_item {
    width: 100%;
}

.presses_item:hover .link_to_item,
.product_item:hover .link_to_item {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}

.presses_item:hover .link_to_item a,
.product_item:hover .link_to_item a {
    background-color: #002e71;
    border-color: #002e71;
    color: #fff;
}

.presses_item:hover .content_part,
.product_item:hover .link_to_item {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}

.presses_item:hover .image_item img,
.product_item:hover .link_to_item img {
    transform-origin: center;
    transform: scale(1.03);
    opacity: 1;
}

.image_item {
    position: relative;
}

.image_item img {
    will-change: transform;
    transition: all 0.5s;
    max-width: 80%;
    width: 100%;
    object-fit: cover;
}

.equipment_title {
    color: #363636;
    font-family: var(--base-font-family);
    font-weight: 700;
    font-size: max(1.5vw, 20px);
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
}

.content_part {
    line-height: 1.2;
    -webkit-transition: -webkit-transform 0.35s;
    transition: transform 0.35s;
    -webkit-transform: translate3d(0, 40px, 0);
    transform: translate3d(0, 40px, 0);
}

.link_to_item {
    font-weight: 500;
    font-size: 14px;
    line-height: 17px;
    letter-spacing: 1px;
    text-transform: uppercase;
    color: #fff;
    padding: 10px 40px;

    transition: all 0.3s linear 0s;
    -moz-transition: all 0.3s linear 0s;
    -o-transition: all 0.3s linear 0s;
    -webkit-transition: all 0.3s linear 0s;
    -ms-transition: all 0.3s linear 0s;

    opacity: 0;
    -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
    transition: opacity 0.35s, transform 0.35s;
    -webkit-transform: translate3d(0, -40px, 0);
    transform: translate3d(0, -40px, 0);
    border: 1px solid #002e71;
}

.link_to_item:hover {
    background-color: #fff;
    /* border-color: #002e71; */
    border: 1px solid #002e71;

    color: #002e71;
    box-shadow: none;
}

.white_text .equipment_title {
    color: #fff;
}

.link_to_item {
    opacity: 0;
    transition: all 0.25s ease-in;
    transform: translate3d(0, -60px, 0);
}

.presses_item:hover .link_to_item {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}

.presses_item:hover .link_to_item a {
    background-color: #002e71;
    border-color: #002e71;
    color: #fff;
}

.presses_item .link_to_item a:hover {
    background-color: #fff;
    border-color: #002e71;
    color: #002e71;
}

.content_part {
    padding: 0 15px;
    transform: translate(0, 20px);
    transition: transform 0.3s ease-in;
}

.presses_item:hover .content_part {
    transform: translate(0, 0);
}

@media screen and (max-width: 1080px) {
    .content_part {
        transform: initial;
    }

    .link_to_item {
        display: none;
    }
}
.section-equipments .equipments-list {
    width: 100%;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    box-sizing: border-box;
    justify-content: center;
    gap: 5vw;
    margin: max(7.5vh, 2.5rem) auto;
}

.product-post {
    width: calc((100% - 10vw) / 3);
    padding: 1vw;
    border: 2px solid #f4f4f4;
    transition: all 0.3s;
    display: flex;
    flex-direction: column;
    gap: 1vw;
    align-items: center;
    justify-content: center;
    position: relative;
    cursor: pointer;
    border-radius: 8px;
}
.product-post:hover {
    box-shadow: 0 0 22px rgb(0 0 0 / 10%);
}
.product-post:hover .product-post__img img {
    transform-origin: center;
    transform: scale(1.03);
}

.product-post__img {
    display: flex;
    width: 100%;
    overflow: hidden;
    will-change: transform;
    transition: all 0.5s;
    position: relative;
    align-items: center;
    justify-content: center;
}

.product-post__img img {
    max-width: 100%;
    width: 90%;
    height: auto;
    object-fit: cover;
    will-change: transform;
    transition: all 0.5s;
}
.related-products_slider .product-post__img img {
    max-width: 100%;
    width: auto;
    height: auto;
    max-height:210px;
    object-fit: cover;
    will-change: transform;
    transition: all 0.5s;
}

.content_part {
    display: flex;
    flex-direction: column;
    gap: 0.5vh;
    align-items: center;
}

.product-post__title {
    font-family: var(--base-font-family);
    font-weight: 700;
    font-size: max(1.25vw, 20px);
    text-align: center;
}

.product-post__price {
    font-size: max(1vw, 16px);
    text-align: center;
}

.section-equipments .equipments-list .equipments-list__item:hover {
    box-shadow: 0 0 22px rgb(0 0 0 / 10%);
}
.section-equipments .equipments-list .equipments-list__item:hover .product-post__title {
    color: #002e71;
}

@media screen and (max-width: 1080px) {
    .product-post,
    .section-equipments .equipments-list__item {
        width: calc((100% - 7.5vw) / 2);
        padding: 3vw;
        gap: 1.5vw;
    }
    .product-post__img {
        height: auto;
    }
    .product-post__title {
        font-size: max(2vw, 18px);
    }
}

@media screen and (max-width: 650px) {
    .section-equipments .equipments-list {
        justify-content: center;
    }
    .product-post,
    .section-equipments .equipments-list__item {
        width: 80%;
    }
    .product-post__title {
        font-size: max(3vw, 22px);
    }

    .product-post__img img {
        width: 100%;
    }
}
@media screen and (min-width: 320px) and (max-width: 768px) and (orientation: landscape) {
    .related-products .product-post__img {
        width: 50%;
    }
}
.cat_content--wrapper {
    /* margin: max(2.5vh, 2.5rem) auto; */
    display: flex;
    flex-direction: column;
    gap: 3vh;
}
.page_title_text {
    display: flex;
    flex-direction: column;
    gap: 1rem;
    text-align: justify;
    margin-bottom: max(7.5vh, 2.5rem);
}

.page_title_text h2 {
    font-size: max(1.25vw, 20px);
    font-weight: 600;
}
.page_title_text p {
    font-size: max(0.8vw, 14px);

    font-family: "Montserrat", sans-serif;
}

.page_title_text a {
    color: #002e6d;
}

@media screen and (max-width: 1080px) {
    .cat_content--wrapper {
        width: 90%;
    }
}

.cat_content ul {
    list-style: disc;
    display: block;
    padding-left: 2rem;
}

.cat_content ul li {
    padding: 0.25rem 0;
}

.home-prints .blog-post__caption{
font-size: max(0.85vw, 12px);
}

.mb-20{
margin-bottom:20px;
}

.dark-title{
color:#000;
}

.svg-icon-tg {
    background-image: url(../images/tg.svg);
}
.svg-icon-vk {
    background-image: url(../images/vk.svg);
}
