@charset "UTF-8";
.img_wrapp img,
svg circle,
svg path {
    -webkit-transition: var(--transition);
    -o-transition: var(--transition);
}
.img_container,
.img_wrapp {
    position: relative;
    overflow: hidden;
}
.custom-pagination ul li a,
.custom-pagination ul li span,
.custom-pagination ul li.dott {
    line-height: 55px;
    color: var(--clr-text);
    width: 55px;
    height: 55px;
    font-weight: 400;
    font-size: 20px;
}
.contact_column,
.h_news-content {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
}
.SelectBox,
.date,
.team_title {
    text-transform: uppercase;
}
.hidden,
.more-text .text,
.swiper-pagination.mobile,
.swiper-pagination.mobile-2,
.swiper_custom {
    display: none;
}
svg circle,
svg path {
    transition: var(--transition);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}
.img_container img,
.img_container svg,
.img_wrapp img {
    position: absolute;
    -webkit-backface-visibility: hidden;
}
.img_wrapp {
    padding-bottom: 100%;
    display: block;
}
.img_container,
.not-found {
    display: -webkit-box;
    display: -ms-flexbox;
    -webkit-box-align: center;
}
.img_wrapp img {
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    backface-visibility: hidden;
    transition: var(--transition);
    -o-object-fit: cover;
    object-fit: cover;
}
.custom-pagination .pag-arrow,
.img_container img,
.img_container svg {
    -webkit-transition: var(--transition);
    -o-transition: var(--transition);
}
.img_container {
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}
.img_container img,
.img_container svg {
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    max-width: 100%;
    max-height: 100%;
    backface-visibility: hidden;
    transition: var(--transition);
}
@media (min-width: 1440px) {
    .row-60 {
        --bs-gutter-x: 60px;
    }
}
.custom-pagination {
    text-align: center;
    display: block;
    position: relative;
    margin-top: 40px;
}
.custom-pagination ul {
    position: relative;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    margin: 0 auto;
    text-align: center;
    font-size: 0;
}
.custom-pagination ul li {
    position: relative;
    margin-right: 25px;
}
.custom-pagination ul li:last-child,
.footer_nav li:last-child,
.social li:last-child {
    margin-right: 0;
}
.custom-pagination ul li.dott {
    pointer-events: none;
}
.custom-pagination ul li a,
.custom-pagination ul li span {
    position: relative;
    display: block;
    z-index: 2;
    border-radius: 50%;
}
.custom-pagination ul li.active a,
.custom-pagination ul li.active span {
    background-color: var(--clr-blue);
    color: var(--clr-white);
}
.custom-pagination .pag-arrow {
    width: 55px;
    height: 55px;
    border-radius: 50%;
    position: relative;
    transition: var(--transition);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}
.accordion-title,
.custom-pagination .pag-arrow::after {
    -webkit-transition: var(--transition);
    -o-transition: var(--transition);
}
.custom-pagination .pag-arrow::before {
    content: "";
    width: 100%;
    height: 100%;
    border: 1px solid var(--clr-blue);
    border-radius: 50%;
    position: absolute;
    left: 0;
    top: 0;
}
.custom-pagination .pag-arrow.disabled {
    pointer-events: none;
}
.custom-pagination .pag-arrow.disabled::after,
.custom-pagination .pag-arrow.disabled::before,
.swiper-button-next.swiper-button-disabled,
.swiper-button-next.swiper-button-disabled i::after,
.swiper-button-prev.swiper-button-disabled,
.swiper-button-prev.swiper-button-disabled i::after {
    border-color: var(--clr-text);
}
.custom-pagination .pag-arrow::after {
    content: "";
    border: solid var(--clr-blue);
    border-width: 0 2px 2px 0;
    display: inline-block;
    padding: 5px;
    position: absolute;
    top: 50%;
    left: 50%;
    transition: var(--transition);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}
.custom-pagination .pag-arrow.arr-left::after {
    -webkit-transform: translate(-50%, -50%) rotate(135deg);
    -ms-transform: translate(-50%, -50%) rotate(135deg);
    transform: translate(-50%, -50%) rotate(135deg);
    margin-left: 2.5px;
}
.custom-pagination .pag-arrow.arr-right::after {
    -webkit-transform: translate(-50%, -50%) rotate(-45deg);
    -ms-transform: translate(-50%, -50%) rotate(-45deg);
    transform: translate(-50%, -50%) rotate(-45deg);
    margin-left: -2.5px;
}
.custom-pagination .pag-arrow.arr-left {
    margin-right: 25px;
}
.custom-pagination .pag-arrow.arr-right,
a.contact_sm-tel:first-of-type {
    margin-left: 0;
}
@media (max-width: 1440px) {
    .custom-pagination ul li {
        margin-right: 10px;
    }
    .custom-pagination .pag-arrow.arr-left {
        margin-right: 16px;
    }
    .custom-pagination .pag-arrow.arr-right {
        margin-left: 6px;
    }
}
@media (max-width: 1199px) {
    .custom-pagination .pag-arrow {
        width: 40px;
        height: 40px;
    }
    .custom-pagination ul li a,
    .custom-pagination ul li.dott {
        width: 40px;
        height: 40px;
        line-height: 40px;
        font-size: 16px;
    }
    .custom-pagination ul li {
        margin-right: 4px;
    }
    .custom-pagination .pag-arrow.arr-left {
        margin-right: 8px;
    }
    .custom-pagination .pag-arrow.arr-right {
        margin-left: 4px;
    }
    .breadcrumbs {
        display: none;
    }
}
.breadcrumbs.type-2,
.content.h_content .btn,
.more-text.open .read-more,
.popup-title + .text {
    margin-top: 20px;
}
.SumoSelect > .CaptionCont > label,
.read-more {
    cursor: pointer;
}
.more-text.open .read-more::after {
    -webkit-transform: rotate(-135deg);
    -ms-transform: rotate(-135deg);
    transform: rotate(-135deg);
    margin-top: 2px;
}
.breadcrumbs {
    position: relative;
    width: 100%;
    line-height: 0;
}
.breadcrumbs li {
    position: relative;
    display: inline-block;
    font-weight: 400;
    font-size: 14px;
    line-height: 1.57em;
    color: rgba(252, 252, 252, 0.6);
}
.breadcrumbs.type-2 li {
    color: var(--clr-text);
}
.breadcrumbs li:after {
    content: "";
    position: relative;
    display: inline-block;
    width: 10px;
    height: 1px;
    background: rgba(252, 252, 252, 0.6);
    margin: 4px 5px;
}
.breadcrumbs.type-2 li:after {
    background-color: var(--clr-text);
}
.swiper-button-next:after, .swiper-button-prev:after {
    content: none !important; 
}
.breadcrumbs li:last-child:after,
.swiper-button-next:after,
.swiper-button-prev:after {
    content: none;
}
.breadcrumbs li span,
.popup-title {
    color: var(--clr-white);
}
.accordion-title,
.breadcrumbs.type-2 li span,
.input {
    color: var(--clr-black);
}
.accordion {
    position: relative;
    z-index: 1;
}
.accordion-item {
    position: relative;
    border-bottom: 2px solid #f2f2f2;
}
.accordion-item:first-child {
    border-top: 2px solid #f2f2f2;
}
.accordion-title {
    position: relative;
    cursor: pointer;
    font-weight: 600;
    padding: 20px 40px 20px 0;
    transition: var(--transition);
    font-family: "Open Sans", sans-serif;
}
.accordion-title::after,
.swiper-pagination-bullet {
    -webkit-transition: var(--transition);
    -o-transition: var(--transition);
}
.accordion-title.active {
    padding: 20px 45px 10px 0;
}
.accordion-title::after {
    content: "";
    display: block;
    position: absolute;
    right: 6px;
    top: 1.2em;
    border: solid var(--clr-black);
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    border-width: 0 1px 1px 0;
    padding: 8.5px;
    transition: var(--transition);
    margin-top: -4.5px;
}
.accordion-title.active::after {
    -webkit-transform: rotate(-135deg);
    -ms-transform: rotate(-135deg);
    transform: rotate(-135deg);
    top: 2em;
}
.accordion-inner {
    display: none;
    padding-bottom: 25px;
    padding-right: 50px;
}
.swiper-entry {
    position: relative;
}
.swiper-entry.type_arr,
.swiper_arr {
    margin-bottom: 55px;
}
.swiper-container {
    margin-left: auto;
    margin-right: auto;
    position: relative;
    overflow: hidden;
    list-style: none;
    padding: 0;
    z-index: 1;
}
.swiper-container:not(.swiper-no-swiping) .swiper-wrapper {
    cursor:
        url(../img/drag.png) 16 9,
        ew-resize;
}
.swiper-container-vertical:not(.swiper-no-swiping) .swiper-wrapper {
    cursor:
        url(../img/drag-vertical.png) 8 16,
        ns-resize;
}
.swiper-button-lock + .swiper-button-lock + .swiper-container .swiper-wrapper {
    cursor: default;
}
.swiper-pagination.swiper-pagination-relative {
    position: relative;
    margin-top: 40px;
    bottom: auto !important;
    text-align: left;
}
.swiper-pagination {
    line-height: 0;
    z-index: 6;
    bottom: auto !important;
}
.home-banner .swiper-pagination {
    width: 100%;
    padding-left: 60px;
    padding-right: 60px;
    text-align: left;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
}
.swiper-pagination-bullet {
    position: relative;
    width: 20px;
    height: 8px;
    border-radius: 5px;
    background: var(--clr-blue);
    opacity: 1;
    transition: var(--transition);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}
.swiper-button-next::after,
.swiper-button-prev::after,
.swiper-pagination-bullet::after {
    position: absolute;
    -webkit-transition: var(--transition);
    -o-transition: var(--transition);
    content: "";
    right: 0;
    opacity: 0;
    pointer-events: none;
}
.swiper-pagination-bullet::after {
    width: 100%;
    height: 100%;
    background: -o-linear-gradient(195.38deg, #205198 8.39%, #1f92d0 89.61%);
    background: linear-gradient(254.62deg, #205198 8.39%, #1f92d0 89.61%);
    border-radius: 5px;
    left: 0;
    top: 0;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    transition: var(--transition);
}
.swiper-pagination-bullet-active {
    width: 60px;
}
.swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet:not(:last-child),
.swiper-pagination-bullets .swiper-pagination-bullet:not(:last-child) {
    margin: 0 20px 0 0 !important;
}
.swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet:last-child,
.swiper-pagination-bullets .swiper-pagination-bullet:last-child {
    margin: 0 !important;
}
.swiper-button-next,
.swiper-button-prev {
    position: absolute;
    bottom: -22.5px;
    top: auto;
    right: 0;
    width: auto;
    height: auto;
    border: none;
    background: transparent;
    margin: 0;
    border-radius: 0;
}
.info-box,
.input {
    position: relative;
}
.swiper-button-prev {
    right: 40px;
    -webkit-transform: translateX(-100%);
    -ms-transform: translateX(-100%);
    transform: translateX(-100%);
    left: auto;
}
.play_btn,
.swiper-button-next i,
.swiper-button-prev i {
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
}
.swiper-button-next i:after,
.swiper-button-prev i:after {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    width: 30px;
    height: 30px;
    border-top: 2px solid #000000;
    border-right: 2px solid #000000;
    transform: translate(-50%, -50%) rotate(45deg);
}
.swiper-button-next:hover i::after, .swiper-button-prev:hover i::after {
    border-color: #878787 !important;
}
/* .swiper-button-next, .swiper-button-prev {
    top: 37% !important;
} */
.swiper-button-prev i:after {
    transform: translate(-50%, -50%) rotate(-135deg);
}
.swiper-button-next i,
.swiper-button-prev i {
    display: block;
    position: relative;
    width: 30px;
    height: 30px;
}

.block_26 .swiper-button-next i,
.block_26 .swiper-button-prev i {
    width: 60px;
    height: 60px;
}
.input,
.popup-wrapper .bg-layer {
    -webkit-transition: var(--transition);
    -o-transition: var(--transition);
}
.swiper-pagination.white
    .swiper-pagination-bullet:not(.home-banner .swiper-pagination.white .swiper-pagination-bullet) {
    background: var(--clr-white);
}
@media (min-width: 576px) {
    .home-banner .swiper-pagination {
        max-width: 540px;
    }
}
@media (min-width: 768px) {
    .home-banner .swiper-pagination {
        max-width: 720px;
    }
}
@media (max-width: 991px) {
    .custom-pagination {
        margin-top: 20px;
    }
    .seo-sec {
        display: none;
    }
    .accordion-title::after {
        padding: 5.5px;
        top: 1.1em;
    }
    .accordion-title.active::after {
        top: 1.5em;
    }
    .accordion-title,
    .accordion-title.active {
        padding: 10px 30px 10px 0;
    }
    .accordion-inner {
        padding-bottom: 10px;
    }
    .swiper-button-next,
    .swiper-button-prev {
        width: 40px;
        height: 40px;
        bottom: -15px;
    }
    .swiper-button-prev {
        right: 20px;
    }
    .swiper-button-next i:after {
        width: 10px;
        height: 10px;
        margin-left: -2.5px;
    }
    .swiper-button-prev i:after {
        width: 10px;
        height: 10px;
        margin-left: 1px;
    }
    .swiper-entry.type_arr {
        margin-bottom: 40px;
    }
}
.infoBox img {
    width: 12px;
    height: 12px;
    z-index: 2;
    left: -10px;
    top: 10px;
    -webkit-transform: translate(50%, -50%);
    -ms-transform: translate(50%, -50%);
    transform: translate(50%, -50%);
    margin: 0 !important;
}
.info-box {
    display: block;
    padding: 15px 20px;
    background-color: #fff;
    font-size: 13px;
}
input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
    color: var(--clr-text);
    font-weight: 400;
    opacity: 1;
}
input:-moz-placeholder,
textarea:-moz-placeholder {
    color: var(--clr-text);
    font-weight: 400;
    opacity: 1;
}
input::-moz-placeholder,
textarea::-moz-placeholder {
    color: var(--clr-text);
    font-weight: 400;
    opacity: 1;
}
input:-ms-input-placeholder,
textarea:-ms-input-placeholder {
    color: var(--clr-text);
    font-weight: 400;
    opacity: 1;
}
.footer_nav a,
.popup-align .text,
footer {
    color: var(--clr-white);
}
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    margin: 0;
}
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration,
input[type="search"]::-webkit-search-results-button,
input[type="search"]::-webkit-search-results-decoration {
    display: none;
}
input[type="password"] {
    letter-spacing: 0.25em;
}
input,
select,
textarea {
    border-radius: 0;
    background: 0 0;
    border: none;
    margin: 0;
    width: 100%;
    padding: 0;
}
textarea {
    display: block;
    resize: none;
    overflow: auto;
}
select::-ms-expand {
    display: none;
}
.input {
    border: 2px solid transparent;
    z-index: 1;
    height: 54px;
    font-size: 19px;
    line-height: 54px;
    background: var(--clr-white);
    padding: 0 15px;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    transition: var(--transition);
}
textarea.input {
    height: 152px;
    padding-top: 7px;
    padding-bottom: 7px;
    line-height: 1.8em;
}
.input:focus {
    border-color: var(--clr-black);
}
.input.invalid {
    border-color: #d21313;
}
.input.invalid::-webkit-input-placeholder {
    color: #d21313;
}
.input.invalid::-moz-placeholder {
    color: #d21313;
}
.input.invalid:-ms-input-placeholder {
    color: #d21313;
}
.input.invalid::-ms-input-placeholder {
    color: #d21313;
}
.input.invalid::placeholder {
    color: #d21313;
}
form label {
    margin-bottom: 30px;
    display: block;
}
.popup-wrapper {
    position: fixed;
    z-index: 110;
    top: 0;
    width: 100%;
    height: 100%;
    left: -200%;
    -webkit-transition-delay: 0.3s;
    -o-transition-delay: 0.3s;
    transition-delay: 0.3s;
    display: block;
}
.popup-container,
.popup-content:after,
.video-popup-container,
.video-popup-content:after {
    display: inline-block;
    vertical-align: middle;
}
.popup-wrapper.active,
.video-popup.active {
    left: 0;
    -webkit-transition-delay: 0s;
    -o-transition-delay: 0s;
    transition-delay: 0s;
}
.popup-wrapper .bg-layer {
    position: absolute;
    left: 0;
    top: -100px;
    right: 0;
    bottom: -100px;
    background: rgba(0, 0, 0, 0.5);
    opacity: 0;
    visibility: hidden;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    transition: var(--transition);
}
.popup-wrapper.active .bg-layer {
    opacity: 1;
    visibility: visible;
    -webkit-transition: var(--transition);
    -o-transition: var(--transition);
    transition: var(--transition);
}
.popup-content {
    position: absolute;
    overflow: auto;
    top: 0;
    padding: 12px;
    width: 100%;
    height: 100%;
    left: -10000px;
    font-size: 0;
    text-align: center;
    -webkit-overflow-scrolling: touch;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    opacity: 0;
    -webkit-transform: scale(1.2);
    -ms-transform: scale(1.2);
    transform: scale(1.2);
    -webkit-transition:
        opacity 0.3s ease-out,
        left 0s 0.3s,
        -webkit-transform 0.3s ease-out;
    transition:
        transform 0.3s ease-out,
        opacity 0.3s ease-out,
        left 0s 0.3s,
        -webkit-transform 0.3s ease-out;
    -o-transition:
        transform 0.3s ease-out,
        opacity 0.3s ease-out,
        left 0s 0.3s;
}
.popup-content.active {
    position: relative;
    left: 0;
    opacity: 1;
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    -webkit-transition:
        opacity 0.3s ease-out,
        left,
        -webkit-transform 0.3s ease-out;
    transition:
        transform 0.3s ease-out,
        opacity 0.3s ease-out,
        left,
        -webkit-transform 0.3s ease-out;
    -o-transition:
        transform 0.3s ease-out,
        opacity 0.3s ease-out,
        left;
}
.footer_nav a::after,
.video-popup-overlay {
    -webkit-transition: var(--transition);
    -o-transition: var(--transition);
}
.popup-content:after {
    height: 100%;
    content: "";
}
.popup-content .layer-close {
    position: absolute;
    left: 0;
    bottom: 0;
    right: 0;
    height: 10000px;
}
.popup-container {
    position: relative;
    overflow: hidden;
    max-width: 810px;
    width: 100%;
    background-image: url("../img/icons/popup-decor.jpg");
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}
.popup-container.size-2 .popup-align {
    padding: 0 !important;
}
.popup-container > .btn-close {
    position: absolute;
    right: 20px;
    top: 20px;
}
.banner-session-popup {
    max-width: 720px;
    background: transparent;
    box-shadow: none;
}
.banner-session-popup .popup-align {
    padding: 0;
}
.banner-session-popup__image {
    display: block;
    width: 100%;
    height: auto;
    border-radius: 18px;
}
.banner-session-popup > .btn-close {
    right: 10px;
    top: 10px;
}
.popup-align {
    padding: 88.6px 30px;
}
.popup-align .text {
    max-width: 62.4%;
    margin: 0 auto;
}
@media (max-width: 991px) {
    .popup-align {
        padding: 60px 30px;
    }
    .popup-title + .text {
        margin-top: 10px;
    }
    .popup-container > .btn-close {
        top: 0;
        right: 0;
    }
    .banner-session-popup {
        max-width: 92vw;
    }
    .banner-session-popup > .btn-close {
        right: 6px;
        top: 6px;
    }
    .popup-align .text {
        max-width: 85%;
    }
}
.video-popup {
    position: fixed;
    z-index: 1000;
    top: 0;
    width: 100%;
    height: 100%;
    left: -100%;
    -webkit-transition-delay: 0.3s;
    -o-transition-delay: 0.3s;
    transition-delay: 0.3s;
    letter-spacing: 0;
}
.video-popup-overlay {
    position: absolute;
    left: 0;
    top: -100px;
    right: 0;
    bottom: -100px;
    opacity: 0;
    transition: var(--transition);
}
.video-popup.active .video-popup-overlay {
    opacity: 0.8;
}
.video-popup-content {
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    font-size: 0;
    text-align: center;
    -webkit-transition:
        opacity 0.3s ease-out,
        left 0s 0.3s,
        -webkit-transform 0.3s ease-out;
    transition:
        transform 0.3s ease-out,
        opacity 0.3s ease-out,
        left 0s 0.3s,
        -webkit-transform 0.3s ease-out;
    -o-transition:
        transform 0.3s ease-out,
        opacity 0.3s ease-out,
        left 0s 0.3s;
    -webkit-transform: scale(1.2);
    -ms-transform: scale(1.2);
    transform: scale(1.2);
    opacity: 0;
    left: -10000px;
    padding: 15px;
}
.video-popup.active .video-popup-content {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    opacity: 1;
    left: 0;
    -webkit-transition:
        opacity 0.3s ease-out,
        left,
        -webkit-transform 0.3s ease-out;
    transition:
        transform 0.3s ease-out,
        opacity 0.3s ease-out,
        left,
        -webkit-transform 0.3s ease-out;
    -o-transition:
        transform 0.3s ease-out,
        opacity 0.3s ease-out,
        left;
    position: relative;
}
.video-popup-content:after {
    content: "";
    height: 100%;
}
.video-popup-container {
    position: relative;
    text-align: left;
    max-width: 1200px;
    width: 100%;
    border-radius: 2px;
    overflow: hidden;
    max-height: 94vh;
}
.video-popup-layer {
    position: absolute;
    left: 0;
    bottom: 0;
    right: 0;
    height: 10000px;
    background: rgba(0, 0, 0, 0.6);
}
@supports ((-webkit-backdrop-filter: none) or (backdrop-filter: none)) {
    .popup-wrapper .bg-layer {
        background: rgba(0, 0, 0, 0.3);
        -webkit-backdrop-filter: blur(30px);
        backdrop-filter: blur(30px);
    }
    .video-popup-layer {
        background: rgba(0, 0, 0, 0.4);
        -webkit-backdrop-filter: blur(10px);
        backdrop-filter: blur(10px);
    }
}
.benefits_section,
.form_feedback,
footer {
    background-repeat: no-repeat;
    background-size: cover;
}
.video-popup-align {
    overflow: hidden;
    max-height: 100vh;
}
.video-popup .embed-responsive-16by9 {
    padding-bottom: 56.3%;
}
.video-popup iframe {
    width: 100%;
    height: 100%;
    position: absolute;
}
.custom_img,
.footer_nav a,
.gallery-item,
.social li a {
    position: relative;
}
.video-popup-container .btn-close {
    position: absolute;
    top: 0;
    right: 0;
    z-index: 100;
    width: 40px;
    height: 40px;
}
.swiper-entry.gallery-wrapper:not(.product_detail-swiper) .swiper-container {
    overflow: visible;
}
.gallery-item {
    overflow: hidden;
    cursor: pointer;
    padding-top: 100%;
    font-size: 0;
    width: 100%;
}
.gallery-item:not(.product_detail-img) img {
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-transition: var(--transition-2);
    -o-transition: var(--transition-2);
    transition: var(--transition-2);
}
.footer_nav a::after,
.social a::before {
    position: absolute;
    -webkit-backface-visibility: hidden;
    left: 0;
    content: "";
}
.gall_only a:not(:first-child),
.lg-toolbar .lg-icon:not(.lg-close),
.options > .opt.disabled:first-child,
.single-orthohouse_events.postid-2236 .banner .breadcrumbs,
.upload-wrapper input {
    display: none;
}
.footer_nav li,
.social li,
footer .redstone * {
    display: inline-block;
    vertical-align: middle;
}
.lg-actions .lg-next,
.lg-actions .lg-prev {
    background-color: transparent !important;
    padding: 0;
}
.lg-backdrop.in,
.lg-outer .lg-thumb-outer,
.lg-outer .lg-toogle-thumb,
.lg-thumb-outer.lg-grab,
.lg-toolbar {
    background-color: rgba(0, 0, 0, 0.4) !important;
}
.lg-actions .lg-next:before,
.lg-actions .lg-prev:after {
    content: none !important;
}
.event_form,
.lg-outer .lg-thumb {
    margin: 0 auto;
}
.lg-outer .lg-thumb-item {
    border-radius: 0 !important;
    border: none !important;
    margin-bottom: 0 !important;
    opacity: 0.4;
}
.lg-outer .lg-thumb-item.active,
.lg-outer .lg-thumb-item:hover {
    opacity: 1 !important;
}
.lg-backdrop.in {
    -webkit-backdrop-filter: blur(10px);
    backdrop-filter: blur(10px);
}
.lg-toolbar .lg-icon {
    color: var(--clr-white) !important;
    font-size: 30px !important;
}
.benefits_item,
.footer_nav a::after,
.social a::before,
.sumoselect-wrapp.type-form .SumoSelect > .CaptionCont,
.upload-wrapper .file-name::after {
    background-color: var(--clr-white);
}

.sumoselect-wrapp.type-form .SumoSelect > .CaptionCont {
    background-color: #f6f7f9;
}

.lg-prev .swiper-button-prev {
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
    left: 0;
    right: auto;
}
.lg-next .swiper-button-next,
.lg-prev .swiper-button-prev {
    bottom: 0;
}
.not-found {
    height: calc(100vh - var(--header_h));
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}
.not-found-content {
    text-align: left;
}
.not-found-content .text {
    margin-bottom: 40px;
    max-width: 58%;
}
.not-found .not-found-img {
    max-width: 668px;
    width: 100%;
    margin: 0 auto;
}
.not-found .not-found-img img {
    width: 100%;
    height: auto;
    max-width: 100%;
}
@media (max-width: 1440px) {
    .not-found-content .text {
        margin-bottom: 20px;
        max-width: 100%;
    }
    .not-found-content {
        padding-left: 30px;
    }
}
.category_d-wrap div[class^="col"],
.title_margin-xl {
    margin-bottom: 60px;
}
.contact_sm-wr,
.contact_wr div[class^="col"],
.title_margin {
    margin-bottom: 40px;
}
.content .text,
.custom_content .text,
.team_img,
.title_margin-sm {
    margin-bottom: 20px;
}
.form_feedback {
    background-image: url("../img/icons/form_bg.jpg");
    background-position: top center;
    max-width: 810px;
}
.feedback {
    max-width: 810px;
    padding: 80px;
}
@media (max-width: 1440px) {
    .title_margin-xl {
        margin-bottom: 40px;
    }
    .title_margin {
        margin-bottom: 20px;
    }
    .feedback {
        padding: 50px 30px;
    }
}
@media (max-width: 991px) {
    .row.title_margin-sm .h2,
    .title_margin,
    .title_margin-sm,
    .title_margin-xl {
        margin-bottom: 20px;
    }
    .feedback {
        padding: 40px 30px;
    }
    .custom_img {
        display: none;
    }
    .mt-lg-20 {
        margin-top: 20px;
    }
}
.footer_nav,
.social {
    font-size: 0;
}
.footer_nav li,
.social li {
    margin-right: 30px;
}
.social li a {
    border-radius: 100%;
    width: 50px;
    height: 50px;
    overflow: hidden;
}
.social li a svg {
    z-index: 2;
}
.social a::after {
    content: "";
    width: 100%;
    height: 100%;
    border-radius: 100%;
    border: 1px solid var(--clr-white);
    position: absolute;
    left: 0;
    top: 0;
}
footer {
    background-image: url("../img/icons/footer_decor.jpg");
    padding: 30px 0 16px;
}
.footer_logo {
    max-width: 96px;
}
.footer_nav a {
    line-height: 1.79em;
}
footer .copy,
footer .redstone span {
    font-size: 12px;
    line-height: 1.334em;
}
.footer_nav a::after {
    width: 0;
    height: 1px;
    bottom: 0;
    transition: var(--transition);
    backface-visibility: hidden;
}
.footer_bottom,
.footer_top {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    line-height: 0;
}
.footer_bottom {
    margin-top: 21px;
}
footer .redstone span {
    padding-right: 10px;
}
footer .redstone img {
    max-width: 73px;
}
.social a::before {
    width: 100%;
    height: 100%;
    border-radius: 100%;
    top: 0;
    -webkit-transform: scale(0);
    -ms-transform: scale(0);
    transform: scale(0);
    -webkit-transition: var(--transition);
    -o-transition: var(--transition);
    transition: var(--transition);
    backface-visibility: hidden;
}
.header_social a::before,
.img_small::after,
.img_small::before {
    background-color: var(--clr-blue);
    z-index: 1;
}
.paint_link,
.play_btn {
    -webkit-backface-visibility: hidden;
}
.header_social a::before {
    left: -1px;
    top: -1px;
    height: calc(100% + 1px);
    width: calc(100% + 1px);
}
@media (max-width: 1440px) {
    .footer_nav li,
    .social li {
        margin-right: 20px;
    }
    .social li a {
        width: 45px;
        height: 45px;
    }
}
.img_big {
    padding-bottom: 123.6%;
}
.custom_img {
    padding-bottom: 171.518%;
}
.img_small {
    padding-bottom: 95.55%;
    overflow: visible;
    position: absolute;
    width: 100%;
    bottom: 0;
    left: 0;
}
.img_small::before {
    content: "";
    width: 3px;
    height: calc(100% + 160px);
    position: absolute;
    right: 0;
    top: -63px;
}
.img_small::after {
    content: "";
    width: calc(100% + 140px);
    height: 3px;
    position: absolute;
    left: -33px;
    bottom: 0;
}
@media (max-width: 1860px) {
    .img_small::after {
        left: -20px;
        width: calc(100% + 60px);
    }
    .img_small::before {
        top: -20px;
        height: calc(100% + 60px);
    }
}
.gall_img::after,
.h_news-slide::after {
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    content: "";
}
.category_img {
    padding-bottom: 41.97530864197531%;
    margin-bottom: 20px;
}
.benefits_row,
.category_row,
.news_wr {
    margin-bottom: -30px;
}
.category_column,
.news_wr div[class^="col"] {
    margin-bottom: 30px;
}
.h_services-img {
    padding-bottom: 63.1578%;
}
.content.h_content .text,
.sumoselect-wrapp.type-form label {
    margin-bottom: 0;
}
.h_services-content .text {
    max-width: 90%;
}
.benefits_section {
    padding: 120px 0;
    background-position: 50%, 50%;
}
.benefits_icon {
    width: 120px;
    height: 120px;
    margin: 0 auto 36px;
}
.benefits_title {
    margin-bottom: 16px;
}
.benefits_column {
    margin-bottom: 30px;
    height: auto;
}
.benefits_item {
    padding: 40px 15px;
    text-align: center;
    height: 100%;
}
.h_news-img {
    padding-bottom: 66.98%;
}
.h_news-bottom {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-top: auto;
}
.date {
    font-weight: 400;
    color: var(--clr-text);
    line-height: 1.5em;
    font-family: Oswald, sans-serif;
    margin-left: 5px;
    font-size: clamp(15px, 1.8vw, 18px);
}
.h_news-content {
    padding: 20px 30px 30px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
}
.h_news-slider .swiper-slide,
.team_slider .swiper-slide {
    height: auto;
}
.h_news-slide {
    position: relative;
    height: 100%;
}
.h_news-slide::after {
    height: 100%;
    pointer-events: none;
    border: 2px solid #f2f2f2;
    z-index: -1;
    border-top-right-radius: 45px;
    border-top-left-radius: 45px;
}
.animate-item.animation-top-md {
    -ms-transform: translateY(40px);
    transform: translateY(40px);
    -webkit-transform: translateY(40px);
    -webkit-transition: 0.7s ease-out 0.3s;
    -o-transition: 0.7s ease-out 0.3s;
    transition: 0.7s ease-out 0.3s;
    opacity: 0;
}
.file-name_top::before,
.play_btn {
    -webkit-transition: var(--transition);
    -o-transition: var(--transition);
}
.animation-top-lg.animated,
.animation-top-md.animated,
.animation-top-sm.animated {
    -ms-transform: translateY(0);
    transform: translateY(0);
    -webkit-transform: translateY(0);
    opacity: 1;
}
.team_item {
    height: 100%;
}
.team_title {
    margin-bottom: 10px;
}
.gall_img {
    padding-bottom: 58.641%;
}
.gall_img::after {
    height: 100%;
    background: -webkit-gradient(
        linear,
        left top,
        left bottom,
        color-stop(55.31%, rgba(0, 0, 0, 0)),
        color-stop(109.18%, rgba(0, 0, 0, 0.77))
    );
    background: -o-linear-gradient(top, rgba(0, 0, 0, 0) 55.31%, rgba(0, 0, 0, 0.77) 109.18%);
    background: linear-gradient(180deg, rgba(0, 0, 0, 0) 55.31%, rgba(0, 0, 0, 0.77) 109.18%);
}
#canvas,
.paint-btns::after {
    background-repeat: no-repeat;
}
.play_btn,
.play_btn::after {
    left: 50%;
    position: absolute;
}
.video_gall {
    position: relative;
    display: block;
}
.play_btn {
    display: block;
    width: 84px;
    height: 84px;
    border-radius: 100%;
    background-color: #d11818;
    top: 50%;
    transform: translate(-50%, -50%);
    transition: var(--transition);
    backface-visibility: hidden;
}
.contact_sm-icon,
.contact_social a::before {
    background-color: var(--clr-blue);
}
.play_btn::after {
    content: "";
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 12px 0 12px 24px;
    border-color: transparent transparent transparent var(--clr-white);
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}
#canvas,
.map-wrapper .map,
.video_title {
    width: 100%;
    display: block;
}
.video_title {
    padding: 0 40px 40px;
    position: absolute;
    left: 0;
    bottom: 0;
}
.awards_img {
    padding-bottom: 73.589%;
}
.contact_sm-item {
    margin-bottom: 20px;
    padding-left: 52px;
    position: relative;
    font-weight: 600;
}
.contact_sm-icon {
    width: 32px;
    height: 32px;
    border-radius: 100%;
    position: absolute;
    left: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}
.contact_sm-item a {
    display: block;
    font-size: clamp(15px, 1.2vw, 22px);
    color: var(--clr-black);
    font-weight: 600;
    line-height: 1.6em;
}
a.contact_sm-tel {
    display: inline-block;
    vertical-align: middle;
    margin-left: 20px;
}
.map-wrapp {
    line-height: 0;
}
.map-wrapper .map {
    position: relative;
    padding-bottom: 79.612%;
    height: 250px;
    min-height: 100%;
}
.map_sm .map {
    padding-bottom: 43.827%;
}
.file-name_top::before,
.paint-btns::after {
    content: "";
    position: absolute;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
}
@media (min-width: 992px) {
    .home-banner .swiper-pagination {
        max-width: 960px;
    }
    .contact_section .map-wrapp,
    .contact_section .map-wrapper {
        height: 100%;
    }
}
.faq_section .accordion-inner {
    padding-right: 36px;
    font-weight: 400;
    font-size: clamp(15px, 1.27vw, 20px);
}
#canvas {
    background-image: url("../img/paint-bg.png");
    background-size: contain;
    background-position: top;
}
#canvas canvas {
    display: block;
    cursor: crosshair;
}
.paint_form {
    margin-top: 65px;
}
.models-paint {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}
.paint-btns {
    margin-bottom: 80px;
    position: relative;
}
.paint-btns::after {
    width: 32px;
    height: 32px;
    background-image: url("../img/icons/pensil.svg");
    background-size: 100%;
    background-position: center;
    left: 30px;
    top: 50%;
    transform: translateY(-50%);
}
.paint_link {
    color: var(--clr-blue);
    font-size: clamp(15px, 1.27vw, 20px);
    line-height: 1.8em;
    background: -o-linear-gradient(195.38deg, #205198 8.39%, #1f92d0 89.61%);
    background: linear-gradient(254.62deg, #205198 8.39%, #1f92d0 89.61%);
    background-size: 0;
    position: relative;
    -webkit-transition: 0.3s linear;
    -o-transition: 0.3s linear;
    transition: 0.3s linear;
    backface-visibility: hidden;
    -webkit-background-clip: text;
    background-clip: text;
    display: inline-block;
    vertical-align: middle;
}
.file-name_top,
.upload-wrapper .file-name {
    white-space: nowrap;
    overflow: hidden;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    font-size: clamp(15px, 1.47vw, 18px);
    line-height: 1.8em;
    padding-left: 35px;
    color: var(--clr-white);
    font-weight: 400;
}
.file-name_top::before,
.upload-wrapper .file-name::before {
    background-position: center;
    background-repeat: no-repeat;
    left: 0;
    -webkit-backface-visibility: hidden;
    top: 50%;
}
.contact_top,
.feedback_bottom {
    display: -webkit-box;
    display: -ms-flexbox;
}
.paint-btns .paint_link:not(:last-child) {
    margin-right: 40px;
}
.feedback_bottom {
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}
.file-name_top {
    position: relative;
    margin-bottom: 5px;
    display: none;
}
.file-name_top.active,
.upload-wrapper.active .remove-file {
    display: block;
}
.file-name_top::before {
    width: 24px;
    height: 24px;
    background-image: url("../img/icons/doc.svg");
    transform: translateY(-50%);
    transition: var(--transition);
    backface-visibility: hidden;
}
.upload-wrapper .file-name::after,
.upload-wrapper .file-name::before {
    -webkit-transition: var(--transition);
    -o-transition: var(--transition);
    content: "";
}
.upload-wrapper {
    position: relative;
    max-width: 60%;
    line-height: 0;
}
.upload-wrapper .file-name {
    display: inline-block;
    vertical-align: middle;
    position: relative;
    cursor: pointer;
}
.upload-wrapper .file-name::before {
    width: 20px;
    height: 20px;
    background-image: url("../img/icons/upload_dark.svg");
    background-size: contain;
    position: absolute;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    transition: var(--transition);
    backface-visibility: hidden;
}
.upload-wrapper .file-name::after {
    width: 0;
    height: 1px;
    position: absolute;
    left: 35px;
    bottom: 0;
    transition: var(--transition);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}
.upload-wrapper .remove-file {
    position: absolute;
    right: -18px;
    top: 0;
    padding: 4px;
    font-size: 12px;
    display: none;
    color: var(--clr-white);
    cursor: pointer;
    -webkit-transition: var(--transition);
    -o-transition: var(--transition);
    transition: var(--transition);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}
.contact_info > *,
.info_item.small {
    font-size: clamp(15px, 1.47vw, 18px);
    line-height: 1.6em;
}
.upload-wrapper.active .remove-file:before {
    content: "\02715";
}

/* External upload link variant can appear on light form backgrounds. */
.feedback .upload-wrapper[data-placeholder] .file-name,
.feedback .upload-wrapper[data-placeholder] .file-name_top,
.feedback .upload-wrapper[data-placeholder] .remove-file {
    color: var(--clr-black);
}

.feedback .upload-wrapper[data-placeholder] .file-name::after {
    background-color: var(--clr-blue);
}

.contact_top {
    display: flex;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
}
.contact_social {
    margin-left: 100px;
    margin-bottom: 3px;
}
.contact_social a::after {
    border-color: var(--clr-blue);
}
.contact_social a path {
    fill: var(--clr-blue);
}
.contact_column {
    background-color: #f2f2f2;
    padding: 10px 40px;
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    border-left: 2px solid var(--clr-blue);
}
.contact_info > * {
    display: block;
    color: var(--clr-black);
    font-weight: 600;
    word-break: break-word;
}
.contact_item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.contact_icon {
    width: 50px;
    height: 50px;
    border-radius: 100%;
    background-color: var(--clr-blue);
    margin-right: 20px;
    -ms-flex-negative: 0;
    flex-shrink: 0;
}
.contact_wr {
    margin-bottom: -40px;
}
@media (max-width: 1440px) {
    .h_services-content .text {
        max-width: 100%;
    }
    .benefits_section {
        padding: 60px 0;
    }
    .benefits_item {
        padding: 20px 12px;
    }
    .h_news-content {
        padding: 20px;
    }
    .video_title {
        padding: 0 20px 20px;
    }
    .paint-btns {
        margin-bottom: 40px;
    }
    .paint_form {
        margin-top: 40px;
    }
    .paint-btns a:not(:last-child) {
        margin-right: 20px;
    }
    .contact_column {
        padding: 10px 20px;
    }
}
@media (max-width: 1199px) {
    .swiper-pagination.mobile-2 {
        display: block;
    }
    .home-banner .swiper-pagination {
        position: relative;
        padding: 0 12px;
    }
    .input,
    input {
        font-size: 16px;
    }
    .input {
        height: 40px;
        line-height: 40px;
    }
    form label {
        margin-bottom: 12px;
    }
    .social li {
        margin-right: 10px;
    }
    .footer_top {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }
    .footer_logo,
    .footer_nav {
        margin-bottom: 0px;
    }
    footer {
        padding: 20px 0;
    }
    .category_img {
        margin-bottom: 10px;
    }
    .h_news-content {
        padding: 12px;
    }
    .play_btn {
        width: 50px;
        height: 50px;
    }
    .play_btn::after {
        border-width: 10px 0 10px 20px;
    }
    .video_title {
        padding: 0 12px 5px;
    }
    .file-name_top,
    .upload-wrapper .file-name {
        padding-left: 30px;
    }
    .upload-wrapper {
        max-width: 50%;
    }
    .contact_top {
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
    }
    .contact_social {
        margin-left: 40px;
        margin-bottom: 0;
    }
}
@media (max-width: 767px) {
    .swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet,
    .swiper-pagination-bullets .swiper-pagination-bullet {
        margin: 0 6px !important;
    }
    .swiper-pagination.mobile {
        display: block;
    }
    .swiper-pagination.swiper-pagination-relative {
        margin-top: 12px;
    }
    .swiper-button-next,
    .swiper-button-prev {
        display: none;
    }
    .footer_nav li:last-child,
    .swiper-entry.type_arr {
        margin-bottom: 0;
    }
    .swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet:not(:last-child),
    .swiper-pagination-bullets .swiper-pagination-bullet:not(:last-child) {
        margin: 0 12px 0 0 !important;
    }
    .swiper-pagination-bullet {
        width: 16px;
    }
    .swiper-pagination-bullet-active {
        width: 40px;
    }
    .popup-align {
        padding: 30px 12px !important;
    }
    .popup-align .text {
        max-width: 100%;
    }
    .lg-actions .lg-next,
    .lg-actions .lg-prev {
        display: none !important;
    }
    .not-found-content {
        margin-top: 20px;
        padding-left: 0;
        text-align: center;
    }
    .footer_nav li {
        display: block;
        margin-right: 0;
        text-align: center;
        margin-bottom: 10px;
    }
    .contact_column {
        padding: 10px 12px;
    }
    .contact_icon {
        margin-right: 15px;
    }
    .contact_wr {
        margin-bottom: -20px;
    }
    .contact_wr div[class^="col"] {
        margin-bottom: 20px;
    }
}
@media (max-width: 575px) {
    .custom-pagination .pag-arrow.arr-left,
    .custom-pagination ul li {
        margin-right: 2px;
    }
    .custom-pagination .pag-arrow.arr-right {
        margin-left: 2px;
    }
    .swiper-container {
        overflow: visible;
    }
    .swiper_custom {
        display: block;
    }
    .feedback button {
        min-width: 100%;
    }
    .feedback {
        padding: 40px 12px;
    }
    .footer_bottom {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }
    footer .copy {
        margin-bottom: 10px;
    }
    .benefits_row {
        margin-bottom: 0;
    }
    .benefits_icon {
        width: 100px;
        height: 100px;
        margin: 0 auto 10px;
    }
    .benefits_title {
        margin-bottom: 8px;
    }
    .h_news-title .btn {
        padding: 7.5px 15px;
    }
    .contact_top,
    .feedback_bottom {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start;
    }
    .upload-wrapper {
        margin-bottom: 20px;
        margin-top: 8px;
    }
    .contact_social {
        margin: 20px 0 0;
    }
}
.event_wr .contact_icon {
    width: 40px;
    height: 40px;
}
.event_wr .contact_column {
    padding: 20px 40px;
}
.event_wr .contact_info > * {
    font-family: Oswald, sans-serif;
    font-weight: 400;
}
/* .event_column .h_news-img::after {
    content: "";
    width: 100%;
    height: 36%;
    background-color: rgba(0, 0, 0, 0.25);
    position: absolute;
    left: 0;
    top: 0;
    border-radius: 35px;
} */
.event_column .event_info {
    display: block;
    width: 100%;
    position: absolute;
    left: 0;
    bottom: 0;
    padding: 0 30px 22px;
    z-index: 1;
}
.info_item {
    color: var(--clr-white);
    font-size: clamp(15px, 1.27vw, 20px);
    display: block;
}
.SelectBox,
.SumoSelect > .CaptionCont > span,
.SumoSelect > .CaptionCont > span.placeholder {
    font-weight: 500;
    font-size: 18px;
    font-family: Oswald, sans-serif;
    color: var(--clr-blue);
}
.sumoselect-wrapp {
    max-width: 390px;
    margin-left: auto;
    margin-top: 3px;
}
.category_d-wrap {
    margin-bottom: -60px;
}
.category_d-item {
    position: relative;
    padding-bottom: 20px;
    height: 100%;
    display: flex !important;
    flex-direction: column !important;
}
.category_d-title {
    padding: 0 20px;
    flex-grow: 1 !important;
    display: flex !important;
    flex-direction: column !important;
}
.category_d-title > a {
    flex-shrink: 0;
    margin-bottom: 10px;
}
.category_d-title .product-data {
    margin-top: auto !important;
    display: flex !important;
    align-items: flex-end !important;
    justify-content: space-between !important;
}
.category_d-item::after {
    content: "";
    width: 100%;
    height: 100%;
    border: 2px solid #f2f2f2;
    position: absolute;
    left: 0;
    top: 0;
    pointer-events: none;
}
.category_d-img {
    padding-bottom: 79.487%;
    margin-bottom: 20px;
}
@media (min-width: 1200px) {
    .accordion-title:hover,
    .breadcrumbs a:hover,
    .category_title a:hover,
    .contact_info a:hover,
    .contact_sm-item a:hover,
    .custom-pagination ul li:not(.active) a:hover,
    .h4 a:hover,
    .upload-wrapper .remove-file:hover {
        color: var(--clr-blue);
    }
    .custom-pagination .pag-arrow:hover {
        background-color: var(--clr-blue);
    }
    .custom-pagination .pag-arrow:hover::after {
        border-color: var(--clr-white);
    }
    .accordion-title:hover::after {
        border-color: var(--clr-blue);
    }
    .swiper-button-next:hover::after,
    .swiper-button-prev:hover::after,
    .swiper-pagination-bullet:hover::after {
        opacity: 1;
        pointer-events: auto;
    }
    .home-banner .swiper-pagination.white .swiper-pagination-bullet {
        background: var(--clr-white);
    }
    .swiper-button-next:hover i::after,
    .swiper-button-prev:hover i::after {
        border-color: #fff;
    }
    .swiper_mobile .swiper-wrapper {
        -webkit-transform: translate3d(0, 0, 0) !important;
        transform: translate3d(0, 0, 0) !important;
        -ms-flex-wrap: wrap !important;
        flex-wrap: wrap !important;
    }
    .h_news-slider .swiper-wrapper .swiper-slide:nth-child(3n) {
        margin-right: 0 !important;
    }
    .home-banner .swiper-pagination {
        max-width: 1770px;
    }
    .lg-toolbar .lg-icon:hover {
        color: var(--clr-blue) !important;
    }
    .gallery-item:not(.product_detail-img):hover img,
    .gallery:hover img {
        -webkit-transform: scale(1.05);
        -ms-transform: scale(1.05);
        transform: scale(1.05);
    }
    .footer_nav a:hover::after,
    .upload-wrapper .file-name:hover::after {
        width: 100%;
    }
    .redstone:hover {
        opacity: 0.6;
    }
    .social a:hover::before {
        -webkit-transform: scale(1);
        -ms-transform: scale(1);
        transform: scale(1);
    }
    .footer_social a:hover path {
        fill: var(--clr-blue);
    }
    .category_d-img:hover img,
    .h_news-img:hover img {
        -webkit-transform: scale(1.02);
        -ms-transform: scale(1.02);
        transform: scale(1.02);
    }
    .h_news-slider {
        margin-bottom: -30px;
    }
    .h_news-slider .swiper-slide {
        margin-bottom: 30px;
    }
    .video_gall:hover .play_btn {
        -webkit-transform: translate(-50%, -50%) scale(1.1);
        -ms-transform: translate(-50%, -50%) scale(1.1);
        transform: translate(-50%, -50%) scale(1.1);
    }
    .paint_link:hover {
        color: transparent;
        background-size: 100%;
        cursor: pointer;
    }
    .contact_social a:hover path {
        fill: var(--clr-white);
    }
}
@media (max-width: 1440px) {
    .category_d-wrap {
        margin-bottom: -40px;
    }
    .category_d-wrap div[class^="col"] {
        margin-bottom: 40px;
    }
}
.SumoSelect {
    display: block;
    width: 100%;
    cursor: pointer;
    z-index: 3;
}
.SumoSelect.open {
    z-index: 4 !important;
}
.SumoSelect:hover {
    z-index: 3;
}
.SumoSelect > .CaptionCont {
    cursor: pointer;
    border-radius: 0;
    background: 0 0;
    -webkit-transition: 0.25s;
    -o-transition: 0.25s;
    transition: 0.25s;
    border: 0;
}
.SumoSelect > .optWrapper {
    background-color: #fff;
    border-radius: 0;
    padding: 0;
    overflow: auto;
    -webkit-box-shadow: none;
    box-shadow: none;
    top: 100%;
    z-index: 2;
    display: block;
    -webkit-transform-origin: top center;
    -ms-transform-origin: top center;
    transform-origin: top center;
    -webkit-transform: scaleY(0);
    -ms-transform: scaleY(0);
    transform: scaleY(0);
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
    border: 1px solid #ededed;
    border-top-width: 0;
}
.SumoSelect.open > .CaptionCont,
.SumoSelect:focus > .CaptionCont,
.SumoSelect:hover > .CaptionCont {
    -webkit-box-shadow: none;
    box-shadow: none;
    border-color: var(--clr-blue);
}
.SelectBox {
    line-height: 1;
    padding: 20px 30px 20px 10px;
}
.SumoSelect > .CaptionCont > span.placeholder {
    font-style: normal;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    text-transform: uppercase;
    text-align: right;
}
.SumoSelect.disabled,
.SumoSelect.open > .CaptionCont > span.placeholder {
    opacity: 1;
}
.SumoSelect > .CaptionCont > span {
    cursor: pointer;
    line-height: 27px;
    text-align: right;
    padding-right: 0;
}
.SumoSelect > .CaptionCont > label > i {
    background-image: none;
    opacity: 1;
    width: 18px;
    height: 18px;
}
.SumoSelect > .CaptionCont > label > i:before {
    content: "";
    border: solid var(--clr-blue);
    border-width: 0 1px 1px 0;
    padding: 4px;
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%) rotate(45deg);
    -ms-transform: translate(-50%, -50%) rotate(45deg);
    transform: translate(-50%, -50%) rotate(45deg);
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
    margin-top: -2px;
}
.SumoSelect.open > .CaptionCont > label > i:before {
    -webkit-transform: translate(-50%, -50%) rotate(-135deg);
    -ms-transform: translate(-50%, -50%) rotate(-135deg);
    transform: translate(-50%, -50%) rotate(-135deg);
    margin-top: 2px;
}
.SumoSelect.open > .optWrapper {
    -webkit-transform: scaleY(1);
    -ms-transform: scaleY(1);
    transform: scaleY(1);
    top: 100%;
}
.SumoSelect > .optWrapper > .options li.opt {
    padding: 0;
    border-bottom: 0;
}
.SumoSelect > .optWrapper > .options > li.opt:first-child {
    border-radius: 0;
}
.SumoSelect > .optWrapper > .options li label {
    padding: 20px 40px;
    text-align: right;
    font-size: 20px;
    line-height: 1;
    color: var(--clr-text);
    font-family: Oswald, sans-serif;
    font-weight: 400;
    -webkit-transition: 0.25s;
    -o-transition: 0.25s;
    transition: 0.25s;
    border-bottom: 2px solid #f2f2f2;
}
.SumoSelect > .optWrapper > .options li:last-child label {
    border-bottom: 0;
}
.SumoSelect > .optWrapper > .options {
    max-height: 280px;
    border-radius: 0;
    border: 2px solid #f2f2f2;
}
.CaptionCont img + span,
.SumoSelect .select-all > label,
.SumoSelect > .optWrapper.multiple > .options li.opt label {
    padding-left: 25px;
}
.SumoSelect .select-all > span,
.SumoSelect > .optWrapper.multiple > .options li.opt span {
    width: 10px;
    margin-left: 0;
}
.CaptionCont img {
    position: absolute;
    left: 20px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    display: block;
    width: 13px;
    height: auto;
}
.SumoSelect.disabled > .CaptionCont {
    border: 1px solid rgba(235, 235, 235, 0.15);
    cursor: not-allowed;
}
.SumoSelect.disabled > .CaptionCont > span {
    cursor: not-allowed;
}
.SumoSelect > .optWrapper > .options li.opt.selected label {
    color: var(--clr-blue);
}
.sumoselect-wrapp.type-form {
    margin-top: 0;
    margin-bottom: 30px;
    max-width: 100%;
}
.sumoselect-wrapp.type-form .SumoSelect > .CaptionCont > span.placeholder {
    color: var(--clr-text);
    font-weight: 400;
    font-size: 19px;
    text-transform: initial;
    text-align: left;
    font-family: "Open Sans", sans-serif;
}
.sumoselect-wrapp.type-form .SumoSelect > .CaptionCont > label > i {
    top: 50%;
    transform: translateY(-50%);
    margin: 0;
}
.sumoselect-wrapp.type-form .SumoSelect > .optWrapper > .options li label {
    padding: 15px;
    text-align: left;
    font-size: 16px;
    line-height: 1;
    font-family: "Open Sans", sans-serif;
}
.sumoselect-wrapp.type-form .SumoSelect > .optWrapper > .options {
    max-height: 400px;
}
.SumoSelect {
    width: 0 !important;
}
.sumoselect-wrapp.type-form .SumoSelect > .CaptionCont > span {
    font-weight: 400;
    font-size: 19px;
    color: var(--clr-text);
    font-family: "Open Sans", sans-serif;
    text-align: left;
    text-transform: inherit;
}
.sumoselect-wrapp.type-form .SelectBox {
    font-size: 19px;
    font-family: "Open Sans", sans-serif;
    font-weight: 400;
    color: var(--clr-text);
    text-transform: inherit;
    padding: 13.5px 30px 13.5px 15px;
}
@media (hover: hover) and (min-width: 1200px), (-ms-high-contrast: none) {
    .SumoSelect > .CaptionCont:hover {
        border-color: var(--clr-blue);
    }
    .SumoSelect > .CaptionCont:hover > span.placeholder {
        opacity: 1;
    }
    .SumoSelect.disabled > .CaptionCont:hover {
        border: 1px solid rgba(235, 235, 235, 0.15);
    }
    .SumoSelect > .optWrapper > .options li.opt:hover {
        background-color: transparent;
    }
    .SumoSelect .select-all:hover,
    .SumoSelect > .optWrapper > .options li.opt:hover label {
        color: var(--clr-blue);
    }
}
@media (max-width: 1199px) {
    .event_column .event_info {
        padding: 0 12px 12px;
    }
    .sumoselect-wrapp.type-form {
        margin-bottom: 12px;
    }
    .sumoselect-wrapp.type-form .SumoSelect > .CaptionCont > span,
    .sumoselect-wrapp.type-form .SumoSelect > .CaptionCont > span.placeholder {
        font-size: 16px;
    }
    .sumoselect-wrapp.type-form .SumoSelect > .optWrapper > .options li label {
        padding: 12px 15px;
        font-size: 15px;
    }
    .sumoselect-wrapp.type-form .SelectBox {
        font-size: 16px;
        padding: 6.5px 30px 6.5px 15px;
    }
}
.mb-12 {
    margin-bottom: 12px;
}
.product_swiper .img_wrapp {
    padding-bottom: 82.564%;
}
.swiper-pagination.type-product {
    position: absolute;
    margin-top: 0;
    left: 50%;
    bottom: 20px !important;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    text-align: center;
    width: 100%;
}
@media (max-width: 991px) {
    .btns_event,
    .h_services-content,
    .paint_form,
    .product_content {
        margin-top: 20px;
    }
    .benefits_section {
        padding: 40px 0;
    }
    .swiper_arr {
        margin-bottom: 40px;
    }
    .category_d-wrap div[class^="col"],
    .contact_sm-wr,
    .map-wrapp,
    .news_wr div[class^="col"],
    .paint-btns {
        margin-bottom: 20px;
    }
    .contact_sm-item {
        margin-bottom: 10px;
        padding-left: 45px;
    }
    a.contact_sm-tel {
        margin-left: 5px;
    }
    .paint-btns a:not(:last-child) {
        margin-right: 10px;
    }
    .paint-btns::after {
        width: 20px;
        height: 20px;
        left: 0;
    }
    .category_d-wrap,
    .news_wr {
        margin-bottom: -20px;
    }
    .sumoselect-wrapp {
        max-width: 300px;
    }
    .category_d-title {
        padding: 0 12px;
    }
    .SumoSelect > .optWrapper > .options li label {
        padding: 10px 20px;
        font-size: 15px;
    }
    .SumoSelect > .CaptionCont > span.placeholder {
        font-size: 15px;
    }
    .SelectBox {
        padding: 0 30px 0 0;
    }
}
.single-orthohouse_events.postid-2236 .banner-info.type-2 {
    bottom: 28.28%;
}
.single-orthohouse_events .banner-info.type-2 .btn-primary {
    display: inline-flex;
    margin: 0 auto;
}
.single-orthohouse_events.postid-2236 .header_left .logo {
    padding: 2px 20px;
}
.single-orthohouse_events.postid-2236 .header_left .logo img {
    filter: drop-shadow(0 0 0.5px white);
}

.prev-section {
    display: none !important;
}

.woocommerce ul#shipping_method li input {
    width: 15px;
    vertical-align: unset;
    margin: 3px 0.5em 0 0;
}

.woocommerce-shipping-methods li {
    padding: 15px 0;
    display: flex;
    align-items: center;
    gap: 10px;
}

.woocommerce-shipping-methods li label {
    flex: 1;
}

.woocommerce-shipping-methods li input[type="radio"] {
    margin-right: 0;
    flex-shrink: 0;
}

.shipping_description {
    margin-left: auto;
}

/* Morkva Nova Poshta fields */
.mrkv_ua_shipping_checkout_fields {
    display: none;
    margin-top: 15px;
    padding-left: 25px;
    width: 100%;
}

.mrkv_ua_shipping_checkout_fields .woocommerce-input-wrapper,
.mrkv_ua_shipping_checkout_fields .form-row {
    margin-bottom: 15px;
}

#mrkv_ua_shipping_nova-poshta_fields {
    border-bottom: 1px solid #E1E1E1;
}

#mrkv_ua_shipping_nova-poshta_fields {
    border-bottom: 1px solid #E1E1E1;
}

.shipping_description {
    font-size: 18px;
    font-weight: 500;
    margin-bottom: 0;
    text-align: right;
    width: 210px;
}

.woocommerce ul#shipping_method li label {
    margin-bottom: 0;
}

.woocommerce-shipping-methods {
    color: #000000;
}

/* Hide standard WooCommerce state field - replaced by Nova Poshta city select */
#billing_state_field {
    display: none;
}

.feed_title {
    color: #000000;
    font-size: 18px;
    font-weight: 400;
    text-transform: none;
}