.w-full {
    width: 100%;
}

.w-max {
    width: max-content;
}

.gap-1 {
    gap: .5rem;
}

.mt-12 {
    margin-top: 12px;
}

.pt-60 {
    padding-top: 60px;
}

.bg-gray {
    background-color: var(--bg-gray);
}

.btn-svg.btn-primary svg *{
    transition: .2s ease-in-out;
}

.call-btn {
    display: flex;
    align-items: center;
    gap: 8px;
    width: max-content;
}
.btn-svg.btn-primary:hover path {
    stroke: #FFF;
}

.mobile .call-btn.desktop,
html:not(.mobile) .call-btn.mobile {
    display: none;
}

.rd-navbar:not(.rd-navbar-fixed) .close-menu {
    display: none;
}
.close-menu {
    background: unset;
    border: unset;
    display: flex;
    gap: 10px;
    align-items: center;
    color: var(--text-secondary);
    font-size: 16px;
    padding: 0;
}

/* footer */

.footer {
    background-color: #293C52;
    color: #fff;
    padding: 80px 0;
}

.footer a {
    color: #fff;
    text-decoration: none;
}

.footer a:hover, .footer a.active {
    color: var(--yellow);
}

/* Сетка */
.footer-row {
    display: flex;
    flex-wrap: wrap;
    gap: 40px;
}

.footer-col--wide {
    flex: 0 0 312px;
}

.footer-col--narrow {
    flex: 0 0 213px;
}

.footer-logo {
    margin-bottom: 20px;
}

.footer .footer-title {
    margin-bottom: 12px;
    font-weight: 600;
}

.footer ul li {
    display: flex;
}

.footer ul li + li {
    margin-top: 8px;
}

.footer ul svg {
    min-width: 20px;
    margin-right: 8px;
}

.footer ul li span {
    opacity: .6;
    margin-right: 4px;
}
.footer ul li span.active {
    color: var(--yellow);
    opacity: 1;
}

.footer ul li a + a {
    position: relative;
    padding-left: 13px;
}

.footer ul li a + a::before {
    content: "";
    display: inline-block;
    height: 16px;
    width: 1px;
    background-color: #FFF;
    position: absolute;
    top: 50%;
    left: 4px;
    transform: translateY(-50%);
}

.requisites {
    text-decoration: underline !important;
}

@media (max-width: 1200px) {
    .footer-row {
        gap: 32px;
    }
    .footer-col {
        flex: 1 1 45%;
        min-width: 250px;
    }
}

@media (max-width: 767.98px) {
    .footer-row {
        flex-direction: column;
    }
    .footer-col {
        flex: 1 1 100%;
    }
    .footer {
        text-align: left;
    }
}

/* main-banner */

.main-banner .swiper-subtitle {
    margin-top: 24px;
    font-size: 20px;
}

.main-banner .btn {
    padding: 11px 79px;
    margin-top: 40px;
}

.main-banner .swiper-button-prev,
.main-banner .swiper-button-next {
    width: 60px;
    height: 60px;
    border-radius: 50%;
    background-color: #FFFFFF66;
    backdrop-filter: blur(2px);
}

.main-banner .swiper-button-prev::before,
.main-banner .swiper-button-next::before {
    content: unset;
}

.main-banner .swiper-slide::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    pointer-events: none;
    background: linear-gradient(
            275.9deg,
            rgba(41, 80, 124, 0.18) 4.68%,
            rgba(41, 80, 124, 0.72) 51.67%,
            rgba(41, 80, 124, 0.81) 66.48%,
            rgba(41, 80, 124, 0.81) 76.75%,
            rgba(41, 80, 124, 0.72) 89.94%,
            rgba(41, 80, 124, 0.54) 101.61%
    );
}

.swiper-button .swiper-button-arrow {
    position: relative;
    width: 100%;
    height: 100%;
}

.swiper-button.swiper-light .swiper-button-arrow::before {
    content: '';
    display: block;
    transform: translate(-50%, -50%);
    width: 16px;
    height: 28px;
    position: absolute;
    top: 50%;
}

.swiper-button-prev.swiper-light .swiper-button-arrow::before {
    background-image: url('data:image/svg+xml;utf8,<svg width="16" height="28" viewBox="0 0 16 28" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M14 26L2 14L14 2" stroke="white" stroke-width="4" stroke-linecap="round" stroke-linejoin="round"/></svg>');
    left: calc(50% - 2px);
}
.swiper-button-next.swiper-light .swiper-button-arrow::before {
    background-image: url('data:image/svg+xml;utf8,<svg width="16" height="28" viewBox="0 0 16 28" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M2 26L14 14L2 2" stroke="white" stroke-width="4" stroke-linecap="round" stroke-linejoin="round"/></svg> ');
    left: calc(50% + 2px);
}

@media (max-width: 767px) {
    .slider::before {
        background: linear-gradient(
                304.9deg,
                rgba(41, 80, 124, 0.25) 5%,
                rgba(41, 80, 124, 0.8) 50%,
                rgba(41, 80, 124, 0.85) 70%,
                rgba(41, 80, 124, 0.85) 77%,
                rgba(41, 80, 124, 0.75) 90%,
                rgba(41, 80, 124, 0.55) 102%
        );
    }

    .swiper-slider.main-banner {
        height: 480px;
        text-align: center;
    }

    .main-banner .swiper-subtitle {
        margin-top: 12px;
    }

    .main-banner .btn {
        margin-top: 20px;
    }

    .swiper-pagination-fraction, .swiper-pagination-custom, .swiper-horizontal > .swiper-pagination-bullets, .swiper-pagination-bullets.swiper-pagination-horizontal {
        bottom: 10px
    }
}

/* video section */

.video-section {
    background: #d9dee6;
}
.video-section  video{
    width: 100%;
    height: 100%;
}
.video-section-title {
    font-weight: 700;
    font-size: 44px;
    margin-bottom: 24px;
}
.video-section-video-block {
    margin: 0;
    padding: 0;
}
.video-section-text-block {
    padding: 40px 15px;
}

.video-section .video-text {
    margin: 24px 0 40px;
}

video.custom-video {
    aspect-ratio: 1.6 / 1;
}

#videoOverlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.4);
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
}

#playButton {
    width: 48px;
    height: 48px;
    background: #FFFFFF;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    padding-left: 4px;
}

.video-section .col-lg-12.video-section-text-block {
    padding: 40px 15px !important;
}

@media (min-width: 992px) {
    .video-section-text-block {
        padding: 40px 15px 40px 30px;
    }

    .video-section .col-lg-6.video-section-text-block > * {
        max-width: 555px;
    }
}

@media (min-width: 1400px) {
    .video-section-text-block {
        padding: 84px 15px 40px 30px;
    }
}

.section-title {
    font-weight: 700;
    text-align: center;
    margin-bottom: 40px;
}
.section-title-sm {
    font-weight: 600;
    font-size: 24px;
    text-align: center;
    margin-bottom: 24px;
}

@media (max-width: 767px) {
    .section-title {
        margin-bottom: 24px;
    }

    .video-section-title {
        font-size: 32px;
    }
}
@media (max-width: 420px) {
    .video-section .btn {
        padding: 11px 24px;
        width: 100%;
    }
    .video-section .video-text {
        margin: 12px 0 24px;
    }
}

/* categories-items */

.categories-items-section .categories-items {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    gap: 20px;
}

.categories-items-section .category-item {
    text-align: center;
}

.categories-items-section .category-item .title {
    color: var(--text-primary);
    margin-top: 12px;
}

.categories-items-section .category-item:hover .title {
    color: var(--blue);
}

@media (max-width: 1200px) {
    .categories-items-section .categories-items {
        /*grid-template-columns: repeat(6, 1fr);*/
    }
}

@media (max-width: 992px) {
    .categories-items-section .categories-items {
        grid-template-columns: repeat(4, 1fr);
    }
}

@media (max-width: 768px) {
    .categories-items-section .categories-items {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (max-width: 480px) {
    .categories-items-section .categories-items {
        grid-template-columns: repeat(2, 1fr);
    }
}

/* products */

.popular-products__section .owl-stage {
    /*display: grid;*/
}
.popular-products__section .owl-item {
    display: flex;
}

/* product-item */

.product-item {
    display: flex;
    flex-direction: column;
    border: 1px solid var(--gray);
    border-radius: 12px;
    overflow: hidden;
    flex-grow: 1;
    padding: 20px;
    position: relative;
}

.product-overlay {
    position: absolute;
    inset: 0;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 8px;
    background: #FFFFFFCC;
    backdrop-filter: blur(4px);
    opacity: 0;
    transition: opacity 0.3s ease;
    z-index: 5;
    padding: 15px;
}

.product-item:hover .product-overlay {
    opacity: 1;
}

.product-item .product-figure {
    display: block;
    text-align: center;
    margin-bottom: 16px;
}
.product-item .product-title {
    display: block;
    font-size: 18px;
    font-weight: 400;
    color: var(--text-primary);
    white-space: unset;
}
.product-item .product-title:hover {
    color: var(--blue);
}

.price-wrapper {
    color: var(--blue);
    margin-top: 8px;
}
.price-wrapper .old-price {
    color: var(--text-secondary);
    margin-left: 8px;
    text-decoration: line-through;
    font-size: 14px;
}

.popular-products__section .btn-wrap {
    margin-top: 40px;
}

.product-btns {
    display: flex;
    gap: 4px;
}

@media (max-width: 991px) {
    .popular-products__section .btn-wrap {
        margin-top: 24px;
    }

    .product-overlay {
        display: none;
    }
}

/* product-item sm */

.product-minimal {
    display: flex;
    align-items: center;
    gap: 16px;
}

/* utp */

.utp-items {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 30px;
}

.utp-item {
    display: flex;
    flex-direction: column;
    row-gap: 12px;
    column-gap: 20px;
    width: calc((100% - 4 * 30px) / 5);
    box-sizing: border-box;
}

.utp-item img {
    width: 48px;
    height: 48px;
    object-fit: contain;
}

.title-sm {
    font-size: 20px;
    font-weight: 600;
    color: var(--text-primary);
}
.title-md {
    font-size: 36px;
    font-weight: 700;
    color: var(--text-primary);
}

/* адаптив */
@media (max-width: 1200px) {
    .utp-item {
        width: calc((100% - 2 * 30px) / 3);
    }
}

@media (max-width: 768px) {
    .utp-item {
        width: 100%;
        flex-direction: row;
    }

    .utp-item img {
        width: 40px;
        height: 40px;
    }

    .title-md {
        font-size: 28px;
        font-weight: 700;
        color: var(--text-primary);
    }
}

[class*="line-clamp-"] {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}

.line-clamp-1 {
    -webkit-line-clamp: 1;
}
.line-clamp-2 {
    -webkit-line-clamp: 2;
}
.line-clamp-3 {
    -webkit-line-clamp: 3;
}

/* service-item */

.service-item {
    border-radius: 12px;
    overflow: hidden;
    display: flex;
    flex-direction: column;
}

.service-item .service-content {
    padding: 20px;
    display: flex;
    flex-direction: column;
    gap: 4px;
}

.service-item .service-img {
    height: 224px;
}
.service-item .service-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.detail-link {
    color: var(--blue);
    gap: 4px;
    transition: .3s ease-in-out;
}
.detail-link:hover {
    gap: 8px
}

.blue-hover {
    color: var(--blue);
}

.service-item-2 .service-img img {
    aspect-ratio: 1.35 / 1;
    width: 100%;
    object-fit: cover;
}

.service-item-2 .service-content {
    display: flex;
    gap: 12px;
    margin-top: 12px;
}
.service-item-2 .service-icon {
    min-width: max-content;
}

/* blog-section */

.blog__section .post-amy-figure {
    overflow: hidden;
    border-radius: 12px;
}

.nav-item:hover a.post-amy-title {
    color: var(--blue) !important;
}

/* blog-item */

.blog-item {
    width: 100%;
    flex-grow: 1;
}

.blog-item img {
    border-radius: 12px;
    overflow: hidden;
    width: 100%;
    aspect-ratio: 1.5 / 1;
    min-height: 292px;
    object-fit: cover;
}

.blog-item .blog-content {
    margin-top: 12px;
    display: flex;
    flex-direction: column;
    gap: 4px;
}


/* banner form */

.banner-form__section {
    padding: 40px 0;
    background-color: var(--blue);
    color: #FFF;
}

.banner-form__section .section-title {
    color: inherit;
    margin-bottom: 12px;
    text-align: start;
}

/* banner-consultation */

.banner-form-info {
    max-width: 540px;
}

/* select 2 */

/**
 * Select 2
 */
.select2-container {
    position: relative;
    display: inline-block;
    width: 100% !important;
    margin: 0;
    vertical-align: middle;
    box-sizing: border-box;
    text-align: left;
}

.select2-container .select2-selection--single {
    display: block;
    box-sizing: border-box;
    cursor: pointer;
    user-select: none;
}

.select2-container .select2-selection--single .select2-selection__rendered {
    display: block;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.select2-container .select2-selection--single .select2-selection__clear {
    position: relative;
}

.select2-container .select2-selection--multiple {
    display: block;
    box-sizing: border-box;
    cursor: pointer;
    user-select: none;
}

.select2-container .select2-selection--multiple .select2-selection__rendered {
    display: flex;
    flex-wrap: wrap;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    line-height: 1;
}

.select2-container .select2-search--inline {
    align-self: center;
}

.select2-container .select2-search--inline .select2-search__field {
    display: block;
    padding: 0;
    border: none;
    font-size: 15px;
    min-height: 25px;
    box-sizing: border-box;
}

.select2-container .select2-search--inline .select2-search__field::-webkit-search-cancel-button {
    -webkit-appearance: none;
}

.select2-dropdown {
    position: absolute;
    left: -100000px;
    z-index: 1051;
    width: 100%;
    display: block;
    box-sizing: border-box;
    background-color: #ffffff;
    color: var(--text-secondary);
    border: 1px solid var(--gray);
}

.select2-results {
    display: block;
}

.select2-results__options {
    list-style: none;
    margin: 0;
}

.select2-results__option {
    padding: 3px 7px;
    user-select: none;
}

.select2-results__option[aria-selected] {
    cursor: pointer;
}

.select2-container--open .select2-dropdown {
    left: 0;
}

.select2-container--open .select2-dropdown--above {
    border-bottom: none;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
}

.select2-container--open .select2-dropdown--below {
    border-top: 1px solid white;
    overflow: hidden;
    border-bottom-right-radius: 12px;
    border-bottom-left-radius: 12px;
}

.select2-search--dropdown {
    display: block;
    padding: 4px;
}

.select2-search--dropdown .select2-search__field {
    padding: 4px;
    width: 100%;
    box-sizing: border-box;
}

.select2-search--dropdown .select2-search__field::-webkit-search-cancel-button {
    -webkit-appearance: none;
}

.select2-search--dropdown.select2-search--hide {
    display: none;
}

.select2-close-mask {
    border: 0;
    margin: 0;
    padding: 0;
    display: block;
    position: fixed;
    left: 0;
    top: 0;
    min-height: 100%;
    min-width: 100%;
    height: auto;
    width: auto;
    opacity: 0;
    z-index: 99;
    background-color: #fff;
    filter: alpha(opacity=0);
}

.select2-hidden-accessible {
    border: 0 !important;
    clip: rect(0 0 0 0) !important;
    clip-path: inset(50%) !important;
    height: 1px !important;
    overflow: hidden !important;
    padding: 0 !important;
    position: absolute !important;
    width: 1px !important;
    white-space: nowrap !important;
}

.select2-container--default .select2-selection--single {
    background-color: #ffffff;
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
    border: 1px solid var(--gray);
    min-width: 287px;
    border-radius: 12px;
    font-size: 16px;
    line-height: 1.5;
    color: var(--text-secondary);
    padding: 7px 11px;
    display: flex;
    align-items: center;
    gap: 10px;
}

.select2-container--default .select2-selection--single .select2-selection__rendered::before {
    content: url('data:image/svg+xml;utf8,<svg width="21" height="21" viewBox="0 0 21 21" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M10.5 12.5L14.5 16.607L18.5 12.5M10.5 8.5L6.5 4.5M6.5 4.5L2.5 8.497M6.5 4.5V16.5M14.5 4.5V16.5" stroke="%2361676D" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"/></svg>');
    display: inline-block;
    height: 21px;
}

.select2-container--default .select2-selection--single .select2-selection__clear {
    cursor: pointer;
    float: right;
    font-weight: bold;
}

.select2-container--default .select2-selection--single .select2-selection__placeholder {
    color: var(--text-secondary);
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
    display: inline-block;
    position: absolute;
    right: 14px;
    top: 50%;
    transform: translateY(-50%);
    line-height: 1;
}

.select2-container--default .select2-selection--single .select2-selection__arrow b:before {
    content: url('data:image/svg+xml;utf8,<svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M7 10L12 15L17 10" stroke="%2361676D" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"/></svg>');
    display: inline-block;
    width: 24px;
    height: 24px;
}

.select2-container--default.select2-container--disabled .select2-selection--single {
    cursor: default;
    background-color: #ffffff;
    color: #9d9d9d;
}

.select2-container--default.select2-container--disabled .select2-selection--single .select2-selection__clear {
    display: none;
}

.select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow b:before {
    transform: rotate(180deg);
}

.select2-container--default .select2-selection--multiple {
    background-color: #ffffff;
    cursor: text;
}

.select2-container--default .select2-selection--multiple .select2-selection__rendered {
    width: 100%;
    padding: 17.5px 30px 12.5px 20px;
    list-style: none;
    box-sizing: border-box;
}

.select2-container--default .select2-selection--multiple .select2-selection__rendered li {
    list-style: none;
    margin-bottom: 5px;
    margin-left: 5px;
}

.select2-container--default .select2-selection--multiple .select2-selection__placeholder {
    color: var(--text-secondary);
}

.select2-container--default .select2-selection--multiple .select2-selection__clear {
    cursor: pointer;
    font-weight: bold;
    margin-top: 5px;
    margin-right: 10px;
}

.select2-container--default .select2-selection--multiple .select2-selection__choice {
    padding: 5px;
    cursor: default;
    font-size: 15px;
    background-color: var(--gray);
    color: #ffffff;
}

.select2-container--default .select2-selection--multiple .select2-selection__choice__remove {
    cursor: pointer;
    display: inline-block;
    font-weight: bold;
    margin-right: 2px;
    color: #ffffff;
}

.select2-container--default .select2-selection--multiple .select2-selection__choice__remove:hover {
    color: #ffffff;
}

.select2-container--default.select2-container--focus .select2-selection--multiple {
    outline: 0;
}

.select2-container--default.select2-container--disabled .select2-selection--multiple {
    cursor: default;
    background-color: #ffffff;
    color: #9d9d9d;
}

.select2-container--default.select2-container--disabled .select2-selection__choice__remove {
    display: none;
}

.select2-container--default.select2-container--open .select2-selection--single .select2-selection__rendered {
    border-color: var(--gray);
}

.select2-container--default.select2-container--open.select2-container--above .select2-selection--single .select2-selection--multiple {
    border-top-left-radius: 0;
    border-top-right-radius: 0;
}

.select2-container--default.select2-container--open.select2-container--below .select2-selection--single .select2-selection--multiple {
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
}

.select2-container--default .select2-search--inline .select2-search__field {
    background: transparent;
    border: none;
    outline: 0;
    box-shadow: none;
    -webkit-appearance: textfield;
}

.select2-container--default .select2-search--inline .select2-search__field, .select2-container--default .select2-search--inline .select2-search__field::-webkit-input-placeholder {
    color: var(--text-secondary);
}

.select2-container--default .select2-results > .select2-results__options {
    max-height: 200px;
    overflow-y: auto;
}

.select2-container--default .select2-results__option[role=group] {
    padding: 0;
}

.select2-container--default .select2-results__option[aria-disabled=true] {
    background-color: #ffffff;
    color: #9d9d9d;
}

.select2-container--default .select2-results__option .select2-results__option {
    padding-left: 1em;
}

.select2-container--default .select2-results__option .select2-results__option .select2-results__group {
    padding-left: 0;
}

.select2-container--default .select2-results__option .select2-results__option .select2-results__option {
    margin-left: -1em;
    padding-left: 2em;
}

.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
    margin-left: -2em;
    padding-left: 3em;
}

.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
    margin-left: -3em;
    padding-left: 4em;
}

.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
    margin-left: -4em;
    padding-left: 5em;
}

.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
    margin-left: -5em;
    padding-left: 6em;
}

.select2-container--default .select2-results__option--highlighted {
    background-color: var(--blue);
    color: #ffffff;
}

.select2-container--default .select2-results__group {
    cursor: default;
    display: block;
    padding: 6px;
}

@media (max-width: 425px) {
    .select2-container--default .select2-selection--single .select2-selection__rendered {
        min-width: calc(100vw - 30px);
    }

}

/* crumbs */

.breadcrumbs-custom-title {
    font-size: 36px;
    margin-bottom: 12px;
}

.breadcrumbs-section {
    padding: 16px 0;
}

@media (max-width: 767px) {
    .breadcrumbs-custom-title {
        font-size: 28px;
    }
}

/* catalog */

#mse2_mfilter .content {
    padding-top: 60px;
}


@media(min-width: 992px) {
    #mse2_mfilter .aside {
        max-width: 240px;
    }
}

@media (max-width: 767px) {
    .product-search-results {
        margin-bottom: 12px !important;
    }
}

/* filter */

.price-filter .ui-slider-horizontal {
    height: 6px;
}
.price-filter .mse2_number_inputs {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}
.price-filter .mse2_number_inputs input {
    padding: 0;
    border: unset;
    color: var(--text-secondary);
}
.price-filter .mse2_number_inputs label + label::before {
    content: '-';
    margin-left: 4px;
}

.price-filter .ui-slider-horizontal .ui-slider-handle {
    transform: translateY(-50%);
    top: 50%;
}

.price-filter .ui-widget.ui-widget-content {
    border: unset;
    border-radius: 8px;
}
.price-filter .mse2_number_slider {
    margin: 25px 0 17px !important;
    background-color: var(--gray);
}
.price-filter .ui-slider-horizontal .ui-slider-range {
    background-color: var(--blue);
}
.price-filter .ui-widget-content .ui-state-default {
    background-color: var(--blue);
    border: unset;
    width: 14px;
    height: 16px;
    border-radius: 100px;
}
#mse2_filters .btn-wrap {
    margin-top: 12px;
}

/* product page */

.price-description {
    opacity: .6;
}

.product-props {
    color: var(--text-secondary);
}
.product-props li + li {
    margin-top: 8px;
}

.single-product .price-wrapper {
    column-gap: 16px;
}

    /* custom cuontent */

.content ul, .content ol {
    list-style: inherit;
    padding-left: 26px;
    margin: 12px 0;
}
.content ol {
    list-style-type: decimal;
}
.content ul li, .content ol li {
    display: list-item;
}

.content li + li {
    margin-top: 12px;
}

.content h2,
.content h3,
.content h4,
.content h5 {
    line-height: 1.3;
    font-weight: 600;
    color: var(--text-primary);
}
.content > *:first-child {
    margin-top: 0 !important;
}
.content > *:last-child {
    margin-bottom: 0 !important;
}

.content strong {
    color: var(--text-primary);
}
.content a strong {
    color: var(--blue);
}


.content h2 {
    font-size: 32px;
    margin: 32px 0 24px;
}
.content h3 {
    font-size: 24px;
    margin: 24px 0 12px;
}
.content h4 {
    font-size: 22px;
    margin: 20px 0 12px;
}
.content h5 {
    font-size: 20px;
    margin: 18px 0 12px;
}

@media (max-width: 767px) {
    .content h2 {
        font-size: 28px;
        margin: 28px 0 20px;
    }

    .content h4 {
        font-size: 20px;
    }
    .content h5 {
        font-size: 18px;
    }
}

/* service page */

.single-service h1, .single-service .main-img {
    margin-bottom: 24px;
}

.aside-services .btn, .single-service .content, .single-service .advantages {
    margin-top: 24px;
}

.advantages .section-title-sm {
    margin-bottom: 12px;
}

.advantages-list {
    display: flex;
    flex-wrap: wrap;
    gap: 15px;
}
.advantages-item {
    border-radius: 12px;
    display: flex;
    gap: 12px;
    padding: 12px;
}
.advantages-item .icon {
    min-width: max-content;
}

@media (min-width: 768px) {
    .aside-services .btn {
        margin-top: 40px;
    }
    .single-service .main-img {
        margin-bottom: 40px;
    }
}

.reviews-section .pagination-wrap {
    margin-top: 20px;
}

@media (min-width: 992px) {
    .advantages-item {
        width: calc((100% - 15px) / 2);
    }
    .reviews-section .pagination-wrap {
        margin-top: 40px;
    }
}

/* reviews */

.review-item {
    border: 1px solid var(--gray);
}

.thumbnail-modern-caption .loop {
    width: 48px;
    height: 48px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    border-radius: 50%;
    background-color: #fff;
}

.review-item .thumbnail-modern-figure img {
    aspect-ratio: 1 / 1.4;
    object-fit: cover;
}

/* custom row */

.row-6 {
    margin-left: -6px;
    margin-right: -6px;
}
.row-6 > [class*="col-"] {
    padding-left: 6px;
    padding-right: 6px;
}

/* search fixed */

.search-btn {
    background-color: unset;
    border: unset;
    padding: unset;
}

.fixed-search {
    position: absolute;
    top: 100%;
    right: 0;
    background: #fff;
    opacity: 0;
    visibility: hidden;
    transform: translateY(-16px);
    transition: all 0.3s ease;
    width: 100%;
    background-color: transparent;
}

.fixed-search.active {
    opacity: 1;
    visibility: visible;
    transform: translateY(-8px);
}

.fixed-search .form-search .form-input {
    min-height: 48px;
    padding: 12px 12px 12px 48px;
    background-color: #FFF;
    border-color: var(--text-secondary);
}
.fixed-search .form-search .search-icon::before {
    width: 24px;
    height: 24px;
    left: 12px;
    background-image: url('data:image/svg+xml;utf8,<svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg"> <path d="M20 20L15.0334 15.0334M15.0334 15.0334C15.6336 14.4332 16.1096 13.7207 16.4344 12.9366C16.7592 12.1524 16.9264 11.312 16.9264 10.4632C16.9264 9.61445 16.7592 8.774 16.4344 7.98985C16.1096 7.20569 15.6336 6.49319 15.0334 5.89303C14.4332 5.29287 13.7207 4.81679 12.9366 4.49198C12.1524 4.16718 11.312 4 10.4632 4C9.61445 4 8.774 4.16718 7.98985 4.49198C7.20569 4.81679 6.49319 5.29287 5.89303 5.89303C4.68094 7.10512 4 8.74906 4 10.4632C4 12.1774 4.68094 13.8213 5.89303 15.0334C7.10512 16.2455 8.74906 16.9264 10.4632 16.9264C12.1774 16.9264 13.8213 16.2455 15.0334 15.0334Z" stroke="%2361676D" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"/></svg> ');
}

.ui-widget.ui-menu.ui-widget-content {
    border-color: var(--text-secondary);
    font-size: 16px;
    line-height: 1.5 !important;
    font-family: inherit;
    border-bottom-right-radius: 12px;
    border-bottom-left-radius: 12px;
    overflow: hidden;
    border-top: unset;
    z-index: 1071;
}

.ui-widget.ui-menu .ui-menu-item-wrapper {
    padding: 4px 8px;
}
.ui-widget.ui-menu.ui-widget-content a {
    color: var(--text-secondary);
    display: block;
}

.ui-widget.ui-menu.ui-widget-content a {
    color: var(--text-secondary);
    white-space: unset;
}

.ui-state-active, .ui-widget-content .ui-state-active, .ui-widget-header .ui-state-active, a.ui-button:active, .ui-button:active, .ui-button.ui-state-active:hover {
    background-color: var(--blue) !important;
    transition: .2s ease-in-out !important;
    border-color: var(--blue) !Important;
}
.ui-widget.ui-menu.ui-widget-content .ui-state-active a {
    color: #fff;
}

/* modal */

.modal-dialog {
    border-radius: 12px;
    overflow: hidden;
}

.modal-header {
    padding: 40px 40px 30px;
}

.modal-body {
    padding: 0 40px 40px;
}

.btn-close {
    position: absolute;
    top: 0;
    right: 0;
    padding: 0;
    border: unset;
    background-color: transparent;
}

.modal-text {
    margin-top: 12px;
}

.modal .form-input {
    background-color: var(--bg-gray);
    border-color: var(--bg-gray);
}

@media (min-width: 992px) {
    .modal-dialog {
        max-width: 800px;
    }
}

@media (max-width: 575px) {
    .modal-header {
        padding: 40px 20px 30px;
    }
    .modal-body {
        padding: 0 20px 40px;
    }
}

