/* Пользовательские стили */
@font-face {
    font-weight: 400;
    font-family: FuturaPT;
    font-style: normal;
    src: url(../fonts/FuturaPT-Light.woff2) format("woff2");
    font-display: swap
}

.article__content {
    margin: 0;
}

@font-face {
    font-weight: 500;
    font-family: FuturaPT;
    font-style: normal;
    src: url(../fonts/FuturaPT-Medium.woff2) format("woff2");
    font-display: swap
}

@font-face {
    font-weight: 700;
    font-family: FuturaPT;
    font-style: normal;
    src: url(../fonts/FuturaPT-Bold.woff2) format("woff2");
    font-display: swap
}

input[list]::-webkit-list-button {
    opacity: 0 !important
}

body {
    font-family: 'FuturaPT', Arial, sans-serif;
}

.loadConfigCat {
    z-index: 10;
}

.reviews-list_slice:nth-child(n+4) {
    display: none;
}


@media (min-width: 1200px) {
    .order-details-card--410 {
        max-width: 410px;
    }
}

.order-pay-wrap-btn .btn-primary.w-100 {
    display: block;
    width: auto !important;
    margin-left: auto;
    min-width: 167px;
}

.table {
    vertical-align: middle;
}

.last-view-good-card {
    flex-direction: row;
    border-radius: 8px;
    padding: 8px;
    color: #242424;
}

.last-view-good-card__thumb {
    margin-right: 8px;
    flex-shrink: 0;
    width: 88px;
    height: 76px;
}

.last-view-good-card__image {
    width: 100%;
    height: 100%;
    object-fit: scale-down;
}

.last-view-good-card__body {
    flex-grow: 1;
}

.last-view-good-card__title {
    margin-bottom: 8px;
    line-height: 22px;
}

.last-view-good-card__link {
    display: inline-flex;
    color: inherit;
}

.last-view-good-card__link::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.last-view-goods .swiper-button-next.swiper-button-disabled,
.last-view-goods .swiper-button-prev.swiper-button-disabled {
    opacity: 0;
}

.last-view-good-card__price-wrap {
    display: flex;
    flex-wrap: wrap;
    align-items: baseline;
    gap: 8px;
}
.swiper__finans--js{
padding:0 108px;
  margin:50px 0 30px;
}
.swiper__finans--js .swiper-slide img{
max-width:60px;
}
.swiper__finans--js .swiper-slide{
padding:40px;
  border: 1px solid #C9F4FF;
  height: auto; 
  display: flex;
  flex-direction: column;
}
.swiper__finans--js p{
font-weight: 300;
font-size: 20px;
line-height: 150%;
letter-spacing: 0%;

}

.swiper__finans--js .swiper-button-prev{
rotate:180deg;
}

.slide__title{
display:block;
padding: 30px 0 20px;
font-weight: 450;
font-size: 20px;
line-height: 120%;
letter-spacing: 0%;

}
.last-view-good-card__current-price {
    font-weight: 500;
    font-size: 24px;
    line-height: 28px;
}

.last-view-good-card__old-price {
    color: rgba(36, 36, 36, 0.6);
    text-decoration: line-through;
}

@media (min-width: 1200px) {
    .last-view-goods .swiper-button-prev {
        left: -20px;
    }

    .last-view-goods .swiper-button-next {
        right: -20px;
    }
}

.last-view-goods {
    margin-bottom: 72px;
}

@media (max-width: 991px) {
    .last-view-goods {
        margin-bottom: 50px;
    }
}

@media (max-width: 575px) {
    .last-view-goods .swiper-button-prev {
        display: none;
    }

    .last-view-goods {
        margin-bottom: 30px;
    }
}

@media (max-width: 767px) {
    .last-view-good-card__old-price {
        font-size: 14px;
    }

    .last-view-good-card__current-price {
        font-size: 17px;
        line-height: 20px;
    }

    .last-view-good-card__title {
        font-size: 14px;
        line-height: 18px;
    }

    .last-view-good-card__thumb {
        width: 60px;
        height: 60px;
    }

    .last-view-goods .swiper-slide {
        width: 250px;
    }
}

.last-view-goods__slider-wrap {
    position: relative;
}

.review-card__rating {
    margin-bottom: 14px;
}

.review-card__head {
    margin-bottom: 10px;
}

.product-total-card__price-wrap {
    margin-bottom: 12px;
}

.product-total-card__promotions {
    margin-bottom: 24px;
    padding: 5px;
    background: #FFFFFF;
    border-radius: 4px;
    font-weight: 500;
    font-size: 16px;
    line-height: 19px;
    text-align: center;
}

.product-total-card__promotions span {
    color: #E73131;
    font-weight: 700;
    font-size: 20px;
}

.review-count-card__count-reviews a {
    --bs-link-color: #242424;
}

.product-total-card .field-num {
    margin-bottom: 0;
}

.order-details-sub-card__list-description {
    font-weight: 500;
}

.order-details-sub-card__list-description--size-large {
    font-size: 20px;
}

.status {
    background: var(--bs-primary);
    border-radius: 4px;
    color: #fff;
    font-size: 16px;
    line-height: 22px;
    font-weight: 500;
    padding: 4px 8px;
}

@media (max-width: 575.98px) {
    .promotions-card__sale {
        margin-right: 10px;
        padding: 3px 5px;
        font-size: 14px;
        line-height: 18px;
    }

    .promotions-card__current-price {
        font-size: 20px;
        line-height: 24px;
    }

    .promotions-card__title {
        font-size: 14px;
        line-height: 18px;
    }

    .promotions-card__description {
        display: none;
    }

    .promotions-card__badge {
        margin: 10px 0;
    }

    .promo .promotions-card {
        width: 220px;
    }

    .promotions-card__price-container {
        gap: 10px 0;
    }

    .promotions-card__inner {
        padding: 14px;
    }

    .promotions-card__image {
        position: static;
        mix-blend-mode: normal;
        margin: 0 auto 20px;
    }
}

.product-inner__information .expandable {
    margin-bottom: 15px;
}

.promotions-card__content {
    max-width: 100%;
}

.promotions-card__description {
    max-width: 250px;
}

.page-header__address::before {
    content: '';
    background-image: url("/themes/default/images/geo-wgite-icon.svg");
    background-repeat: no-repeat;
    background-position: center;
    width: 17px;
    height: 22px;
    display: inline-block;
    margin-right: 11px;
    vertical-align: -5px;
}

.page-header__address {
    font-weight: 500;
}

@media (min-width: 1200px) {

    html,
    body,
    body.fancybox-active {
        height: 100%;
    }

    body {
        display: flex;
        flex-direction: column;
    }

    main {
        flex: 1 0 auto;
    }

    footer {
        flex-shrink: 0;
    }
}

.authorization .form-check {
    font-size: 14px;
    line-height: 16px;
}

.registration .form-check,
.authorization .form-check {
    color: #fff;
}

.registration .form-check a,
.authorization .form-check a {
    color: #fff;
}

.registration__inner,
.authorization__inner {
    padding: 40px 0 0;
}

.registration .form-check-input[type="checkbox"]:checked[type="checkbox"],
.authorization .form-check-input[type="checkbox"]:checked[type="checkbox"] {
    border-color: #ffffff;
}

.article__text-wrap ol,
.article__text-wrap ul {
    margin: 16px 0 30px;
    padding-left: 20px;
}

.article__text-wrap li+li {
    margin-top: 8px;
}

.article__text-wrap img {
    margin: 48px 0;
}

.article__text-wrap li::marker {
    color: var(--bs-primary);
    font-weight: 500;
}

.article__text-wrap img {
    border-radius: 8px;
}

@media (max-width: 767px) {
    .article__text-wrap img {
        margin: 30px 0;
    }
}

.page-link {
    width: auto;
    min-width: 25px;
}

.page-item.prev .page-link,
.page-item.next .page-link {
    width: 40px;
    height: 40px;
    margin: 0;
    color: rgba(36, 36, 36, 0.6);
    font-size: 0;
    background-color: #fff;
    border: 1px solid rgba(36, 36, 36, 0.6);
    border-radius: 8px;
    transition: color 0.2s, border-color 0.2s, background-color 0.2s;
    background-repeat: no-repeat;
    background-position: center;
}

.page-item.next .page-link {
    background-image: url("/themes/default/images/page-item-next.svg");
}

.page-item.prev .page-link {
    background-image: url("/themes/default/images/page-item-prev.svg");
    transform: none;
}

.page-item.prev .page-link:hover,
.page-item.next .page-link:hover {
    background-color: #fff;
}

.page-item.first .page-link,
.page-item.last .page-link {
    background-color: #fff;
    border: 1px solid rgba(36, 36, 36, 0.6);
    height: 40px;
    width: auto;
    border-radius: 8px;
    padding: 0 10px;
}

.page-item.first,
.page-item.last {
    margin: 0 10px;
}

.popular-brands__brand {
    border: 2px solid transparent;
    transition: border-color 0.2s;
}

.popular-brands__brand:hover {
    border-color: var(--bs-primary);
}

.fancybox-content-background {
    background-color: var(--bs-primary) !important;
    background-repeat: no-repeat !important;
    background-position: top -39px center !important;
    background-image: url("/themes/default/images/popup-bg.svg") !important;
    border-radius: 12px;
    padding: 40px !important;
}

.add_comment.fancybox-content-background {
    background-image: none !important;
}

.fancybox-content-background .h3 {
    margin-bottom: 32px;
    color: #fff;
    font-size: 40px;
    line-height: 44px;
    font-weight: 500;
}

#popup_message .btn-primary {
    width: 100%;
    --bs-btn-color: var(--bs-primary);
    --bs-btn-bg: #fff;
    --bs-btn-border-color: #fff;
    --bs-btn-hover-color: #fff;
    --bs-btn-hover-bg: var(--bs-primary-hover);
    --bs-btn-hover-border-color: var(--bs-primary-hover);
    --bs-btn-active-color: #fff;
    --bs-btn-active-bg: var(--bs-primary-hover);
}

#popup_message .form-check {
    font-size: 14px;
    line-height: 16px;
}

#popup_message .form-control {
    border-color: #fff !important;
}

#popup_message .form-check a,
#popup_message .form-check,
.add_comment .form-check,
.add_comment .form-check a {
    color: #fff;
}

@media (min-width: 768px) {
    .fancybox-content-background .fancybox-close-small {
        width: 32px !important;
        height: 32px !important;
        padding: 0 !important;
        border: 1px solid #ffffff !important;
        border-radius: 50% !important;
        right: -40px !important;
        color: #fff !important;
    }
}

@media (max-width: 576px) {
    .fancybox-content-background {
        padding: 30px 20px !important;
    }

    .fancybox-content-background .h3 {
        margin-bottom: 20px;
        font-size: 28px;
        line-height: 32px;
    }
}

.errors {
    display: none;
}

.promotions-card__badge {
    background-color: rgb(224 233 251);
}

.page-footer__menu ul ul {
    display: none !important;
}

.swiper-button-lock {
    display: none;
}

.breadcrumb-item.active {
    --bs-breadcrumb-item-active-color: #242424;
}

.page-header__phone-link-container {
    margin-left: 0;
    white-space: nowrap;
}

.page-header__information {
    flex-wrap: wrap;
    gap: 10px 30px;
}

.page-header__phone-link-container a::before {
    content: "";
    width: 24px;
    height: 24px;
    background-repeat: no-repeat;
    background-position: center;
    background-image: url("../images/phone-link.svg");
    margin-right: 8px;
}

.product-card__badge {
    color: #fff;
}

.promo .promo-slider__navigation {
    /*display: none;*/
    position: absolute;
    bottom: 10px;
    left: 10px;
    z-index: 11;
}

@media (min-width: 1200px) {
    .mega-menu__inner {
        max-height: 500px;
        overflow-y: auto;
    }

    .mega-menu__inner::-webkit-scrollbar {
        width: 4px;
    }

    .mega-menu__inner::-webkit-scrollbar-thumb {
        background: rgba(49, 100, 231, 0.5);
        border-radius: 11px;
    }

    .mega-menu__inner::-webkit-scrollbar-track {
        background-color: #f3f5fa;
        border-radius: 11px;
    }
}

.success-card {
    width: 450px;
    background-color: var(--bs-primary) !important;
    background-image: url("/themes/default/images/success-card-bg.svg") !important;
    background-position: top right !important;
    background-repeat: no-repeat !important;
}

.js-category-products .swiper-button-next,
.js-category-products .swiper-button-prev {
    display: none !important;
}

.subcategories__image {
    width: 96px;
    height: 100%;
    object-fit: scale-down;
}

.catalog-inner__filter-link.form-select {
    background-image: url("/themes/default/images/up-down.svg");
    background-size: auto;
    background-position: right center;
    padding-right: 30px;
    cursor: pointer;
}

.catalog-inner__filter-link.form-select:focus {
    box-shadow: none;
}

@media (min-width: 576px) {
    .catalog-inner__head-action {
        flex-wrap: nowrap;
    }
}

.ui-slider {
    background: rgb(36 36 36 / 20%);
    height: 2px;
    position: relative;
    margin-top: 20px;
    width: 90%;
    margin-inline: auto;
}

.ui-slider-range {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    height: 100%;
    background: var(--bs-primary);
}

.ui-slider-handle {
    width: 18px;
    height: 18px;
    position: absolute;
    top: -8px;
    margin-left: -0.6em;
    border-radius: 50%;
    background: var(--bs-primary);
    cursor: pointer;
    -ms-touch-action: none;
    touch-action: none;
}

.error {
    color: red;
}

.border-bottom-last-child .border-bottom:last-child {
    --bs-border-width: 0;
}

.rating {
    display: flex;
    align-items: center;
    gap: 2px;
}

.rating .fa {
    font-size: 14px;
    line-height: 14px;
}

.gray-star {
    color: #d4d4d4;
}

.gold-star {
    color: #ffd864;
}

.del_compare {
    width: 24px;
    height: 24px;
    text-align: center;
    font-size: 18px;
    color: rgba(36, 36, 36, 0.6);
}

.product-comparison__item-thumb {
    position: relative;
}

.product-comparison__item-thumb .del_compare {
    position: absolute;
    top: 0;
    right: 15px;
    z-index: 1;
}

@media (min-width: 992px) {

    .order-total-card,
    #filter_form,
    .product-total-card {
        position: sticky;
        top: 0;
    }
}

.product-card__chars {
    /*display: none;*/
    font-size: 14px;
    line-height: 16px;
    list-style: none;
    padding: 0;
    margin: 12px 0 0 0;
}

.product-card__chars-item {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 8px;
}

.product-card__chars-item:nth-child(n + 4) {
    /*display: none;*/
}

.product-card__chars-item+.product-card__chars-item {
    margin-top: 8px;
}

.product-card__chars-name {
    color: rgba(36, 36, 36, 0.6);
}

.product-card__chars-value,
.product-card__chars-value a {
    color: #242424;
}

.product-card__actions-links-wrap {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 12px;
}

@media (min-width: 768px) {
    .catalog-inner__list--list-style .product-card {
        margin-bottom: 20px;
        border: 1px solid rgba(36, 36, 36, 0.2);
        padding: 16px 20px 16px 16px;
    }

    .catalog-inner__list--list-style .product-card__chars {
        display: block;
    }

    .catalog-inner__list--list-style .product-card__inner {
        display: grid;
        grid-template-columns: 195px 1fr 200px;
        grid-template-areas:
            "thumb title price"
            "thumb review actions"
            "thumb chars actions";
    }

    .catalog-inner__list--list-style .product-card__thumb {
        grid-area: thumb;
        margin-bottom: 0;
    }

    .catalog-inner__list--list-style .product-card__title {
        grid-area: title;
        margin-bottom: 0;
        min-height: unset;
    }

    .catalog-inner__list--list-style .product-card__rating-and-reviews {
        grid-area: review;
        margin-top: 0;
    }

    .catalog-inner__list--list-style .product-card__price-wrap {
        grid-area: price;
        margin-top: 0;
        text-align: right;
        margin-left: auto;
    }

    .catalog-inner__list--list-style .product-card__chars {
        grid-area: chars;
        margin-top: 0;
    }

    .catalog-inner__list--list-style .product-card__actions {
        grid-area: actions;
        margin-top: 0;
        text-align: right;
        flex-direction: column;
        justify-content: space-between;
        align-items: flex-end;
        padding: 8px 0;
    }

    .catalog-inner__list--list-style .product-card__actions .btn-primary {
        min-width: 160px;
    }

    .catalog-inner__list--list-style .product-card__actions-button-wrap {
        width: 100%;
    }
}

@media (min-width: 992px) {
    .review-card {
        min-height: unset;
    }
}

.review-card__head {
    justify-content: flex-start;
}

.swiper-slide .product-card {
    height: 100%;
}

.product-comparison__item-rating-and-reviews {
    min-height: 24px;
}

.ratio {
    display: block;
}

.product-filter__devider::before {
    content: none;
}

.rcrumbs {
    overflow-x: hidden;
    white-space: nowrap;
}

.rcrumbs>ul>li {
    overflow: hidden;
}

@media (max-width: 479px) {
    .rcrumbs>ul>li {
        display: none;
    }
}

.rcrumbs>ul>li.show {
    display: inline-block;
}

.rcrumbs>ul>li.ellipsis {
    text-overflow: ellipsis;
    -o-text-overflow: ellipsis;
    overflow: hidden;
}

.rcrumbs .divider {
    display: inline-block;
    width: 14px;
    height: 14px;
    margin: 0 5px;
    vertical-align: -2px;
    background-image: url(../images/breadcrumb-arrow.svg);
    background-repeat: no-repeat;
    background-position: center;
}

.breadcrumb-item+.breadcrumb-item::before {
    content: none;
}

.registration__card .invalid-feedback {
    color: #000;
}

.user-nav__note {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 18px;
    height: 18px;
    position: absolute;
    left: 10px;
    top: -5px;
    background: var(--bs-primary);
    border: 2px solid #ffffff;
    border-radius: 50%;
    color: #FFFFFF;
    font-weight: 500;
    font-size: 10px;
}

.social__link {
    transition: color 0.2s, background-color 0.2s;
}

.social__link:hover {
    background-color: var(--bs-primary);
    color: #fff;
}

.contacts-card__description a {
    transition: color 0.2s;
}

.contacts-card__description a:hover {
    color: var(--bs-primary);
}

.sweet-alert .sa-success {
    display: none !important;
}

.sweet-alert {
    padding: 40px !important;
    background-color: var(--bs-primary) !important;
    background-repeat: no-repeat !important;
    background-position: top -50px center !important;
    background-image: url("/themes/default/images/popup-bg.svg") !important;
    border-radius: 12px !important;
    color: #fff !important;
    text-align: center !important;
    width: 416px !important;
}

.sweet-alert p {
    font-weight: 500;
    font-size: 20px;
    line-height: 23px;
}

.sweet-alert h2 {
    margin: 0 0 16px !important;
    font-weight: 500 !important;
    font-size: 40px !important;
    line-height: 47px !important;
    color: #fff !important;
}

@media (max-width: 476px) {
    .sweet-alert {
        padding: 30px 20px !important;
    }

    .sweet-alert h2 {
        font-size: 30px !important;
        line-height: 34px !important;
    }
}

.inWishList,
.inCompare {
    color: var(--bs-primary);
}

/*******************Смена изображения при наведении ***********************************************/

.promotions-card__sale,
.promotions-card__current-price {
    white-space: nowrap;
}

.image {
    margin: 0 auto;
    overflow: hidden;
    transition: all 0.3s ease-in-out;
}

.image-switch {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    z-index: 20;
    width: 75%;
    height: 100%;
    display: flex;
    opacity: 0;
    transition: all 0.3s ease-in-out;
    margin: 0 auto;
}

.mobile .image-switch {
    opacity: 1;
}

.image-switch-item {
    width: 100%;
    transition: all 0.3s ease-in-out;
    cursor: pointer;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    padding-bottom: 5px;
}

.image-switch-item:only-child {
    opacity: 0;
}

.image-switch-item::after {
    content: "";
    width: 85%;
    margin: 0 auto;
    height: 4px;
    background: rgba(157, 157, 157, 0.2);
    border-radius: 11px;
    z-index: 2;
    position: relative;
    transition: all 0.3s ease-in-out;
}

.image-switch-item.hover::after {
    background: var(--bs-primary);
}

.image:hover .image-switch {
    opacity: 1;
    transition: all 0.3s ease-in-out;
}

.image-switch-item:hover::after,
.image-switch-item.hover::after {
    opacity: 1;
    transition: all 0.3s ease-in-out;
}

/*******************Смена изображения при наведении ***********************************************/

.footerN {
    padding: 90px 0;
    background-image: linear-gradient(to bottom, #fafafa, #fafafa);
}

.footerN__title {
    color: #009a66;
    font-size: 19px;
    font-weight: 500;
    opacity: 0.5;
    line-height: 29px;

}

.footerN__info a {
    color: #000;
}



.footer-grid {
    display: flex;
    justify-content: center;
    column-gap: 300px;
}

.phone-tel {
    font-size: 37px;
    font-weight: 700;
    line-height: 57px;
    color: #000;
}

.footerN__desc {
    color: #38b1cf;
    font-size: 44px;
    line-height: 47px;
    font-weight: 500;
    max-width: 452px;
    margin-bottom: 30px;
    margin-top: 25px;
}

.footerN-block p {
    line-height: 31px;
    font-size: 20px;
    font-weight: 400;
    margin: 0;
    color: #535353bf;
}

.footerN-block {
    margin-top: auto;
}

.footerN-block img {
    margin-bottom: 45px;
}

.footerN__info p {
    margin: 5px 0;
}


.preim___grid-bottom-wrap {
    border-top: 0 !important;
    padding: 15px 30px 35px;
    background-color: #fff;

}

.preim__advent-text {
    font-size: 20px;
    line-height: 31px;
    font-weight: 400;
}

.why__form .form-control {
    line-height: 22px;
    font-size: 20px;
    padding-left: 0;

}

.why__form .form-label {
    color: #38b1cf;
    font-size: 20px;
    font-weight: 400;
    margin-bottom: 0;
}

.preim___grid-bottom ul {
    list-style: none;
    padding-left: 0;
}

.preim___grid-bottom li {
    border-color: #e0e6ed !important;
    border-bottom: 1px solid #e0e6ed;
    padding: 16px 0;
    font-size: 18px;
}

.preim___grid-block {
    max-width: 360px;
    min-width: 360px;
}

.preim {
    padding-top: 60px;
    padding-bottom: 90px;
    background-color: #38b1cf;
}

.preim__title h2 {
    font-size: 42px;
    line-height: 1.23;
    font-weight: 600;
    color: #fff;
    margin: 10px 0px;
}

.preim___grid-block-wrapper {
    height: 230px;
}

.preim__title {
    color: #fff;
    text-align: center;
    max-width: 650px;
    margin: 0 auto;
}

.preim__title p {
    font-size: 24px;
    line-height: 1.5;
    font-weight: 400;
}

.page-header__top {
    display: none;
}

.preim___grid-title {
    font-size: 26px;
    line-height: 1.23;
    color: #fff;
    padding-top: 95px;
}

.preim__grid {
    display: flex;
    justify-content: space-around;
    margin-top: 85px;
    text-align: center;
    flex-wrap: wrap;
}

.preim___grid-bottom-wrap .sendrequest {
    color: #fff;
    border: 1px solid #9c0;
    background-color: #9c0;
    width: 100%;
    padding: 12px;
    display: block;
    text-transform: uppercase;
}

.preim__title span {
    opacity: 0.5;
}

.preim__advent {
    display: flex;
    align-items: center;
    color: #fff;
    font-weight: 400;
    column-gap: 40px;
}

.preim .preim__advent-wrap {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    column-gap: 20px;
    margin: 50px 0;
}

.preim input.form-control {
    background: transparent;
    border: 0;
    border-bottom: 2px solid #fff;
    height: 59px;
    border-radius: 0;
}

.preim .input-group-addon {
    display: none;
}

#cc-mm-form-15 .btn-primary {

    background-color: #9c0 !important;
    border: 1px solid #9c0;
    color: #fff;
    border-radius: 5px;
    display: block;
    width: 300px;
    font-weight: 500;
    height: 50px;
}

.preim #cc-mm-form-15 {
    padding: 15px 160px;
}

.preim #cc-mm-form-15 input.form-control::placeholder {
    color: #fff;
    opacity: 0.5;
}

.preim #cc-mm-form-15 .form-agreement-yes {
    color: #fff;
}

.preim #cc-mm-form-15 .form-agreement-yes a {
    color: #ffeac1 !important;
    text-decoration: underline;
}

.preim #cc-mm-form-15 .form-check-input[type="checkbox"]:checked[type="checkbox"] {
    border-color: #9c0 !important;
    background-color: #9c0 !important;
}

.why ul li::marker {
    color: #38b1cf;
}

.why__form p {
    color: #38b1cf;
    line-height: 29px;
    font-size: 21px;
    font-weight: 400;
}

.why__form ul li {
    font-size: 20px;
}

.info-block {
    display: flex;
    justify-content: center;
    margin: 0 auto;
    background-color: #fff;
    margin: 90px 0;

}

.text-block {
    padding: 20px;
    background-color: #38b1cf;
    color: #fff;
    max-width: 552px;
    padding: 60px;
    margin-right: -49px;
    margin-top: 50px;
    z-index: 20;
}

.text-block h2 {
    margin: 0;
    font-size: 38px;
    color: #fff;
    font-weight: 500;
    line-height: 1.23;
}

.text-block p {
    margin: 36px 0 20px;
    line-height: 1.5;
    font-size: 19px;
    padding-bottom: 60px;
}

.call-button {
    background-color: #fff;
    color: #53b9c6;
    border: none;
    padding: 10px 20px;
    cursor: pointer;
    font-size: 16px;
    border-radius: 5px;
}

.call-button:hover {
    background-color: #f0f0f0;
}

.image-block img {
    width: 100%;
    height: auto;
    display: block;
}

.why h2 {
    line-height: 50px;
    color: #38b1cf;
    font-size: 46px;
    font-weight: 400;
    max-width: 455px;
}

.why h2 span {

    color: #1c1818;
}

.why__text ul li {
    line-height: 25px;
    font-weight: 300;
    font-size: 20px;
    margin-bottom: 15px;
}

.about {
    height: 100vh;
    background-image: url("/upload/media/bg-on.png");
    background-repeat: no-repeat;
    color: #fff;
    padding: 80px 0;
    text-align: center;
    display: flex;
    align-items: center;
}

.why__form {
    max-width: 403px;
}

.why input.form-control {
    background: transparent;
    border: 0;
    border-bottom-width: 0px;
    border-bottom-style: none;
    border-bottom-color: currentcolor;
    border-bottom: 2px solid #38b1cf;
    height: 59px;
    border-radius: 0;
}

#cc-mm-form-16 .btn-primary {
    background-color: #9c0 !important;
    border: 1px solid #9c0;
    color: #fff;
    border-radius: 5px;
    display: block;
    width: 300px;
    font-weight: 500;
    height: 50px;
    margin: 0 auto;

}


#cc-mm-form-16 .form-agreement-yes a {
    color: #38b1cf;

}

#cc-mm-form-16 .form-check-input[type="checkbox"]:checked[type="checkbox"] {
    border-color: #9c0 !important;
    background-color: #9c0 !important;
}

.about h2 {
    color: #fff;
    margin-bottom: 40px;
    font-size: 42px;
    font-weight: 500;
    line-height: 1.23;
}

.about p {
    max-width: 960px;
    margin: 0 auto;
    margin-bottom: 125px;
    font-size: 21px;
    line-height: 33px;
}

.about a {
    color: #fff;
    font-weight: 700;
    text-transform: uppercase;
    font-size: 16px;
}

.about a svg {
    margin-right: 15px;
    margin-bottom: 2px;
}

a.comp-link {
    color: #38b1cf;
    background-color: #fff;
    font-size: 16px;
    padding: 20px 60px;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    font-weight: 700;
    text-transform: uppercase;
}

.about__buttons {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 40px;
}

.why__wrap {
    display: flex;
    gap: 125px;
    padding: 64px 120px;
}

.hero {
    background-color: #38b1cf;
    color: #fff;
}

.hero__btn-wrap .sendrequest {
    color: #fff;
    border: 1px solid #9c0;
    background-color: #9c0;
    padding: 10px 32px;
    text-transform: uppercase;
    border-radius: 5px;
    display: block;
    text-align: center;
    font-weight: bold;
    font-size: 14px;
    margin-bottom: 5px;
}

.header__timework {
    color: #fff;
    max-width: 200px;

}

.shop-search {
    display: none;
}

.nav-main #topMain {
    background-color: transparent;
    display: flex;
    flex-direction: column;
    text-align: center;

}

.nav-main {
    width: 100%;
}

.nav-main #topMain li a {
    color: #fff;
    font-size: 20px;
    margin-bottom: 15px;
}

.page-header__main-inner {
    padding: 13px 120px 30px;
}

.hero__info a {
    color: #fff;
}

.offcanvas-mobile__header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: .5rem 1rem;
    border-bottom: 0;
}

.hero__info {
    margin-left: 45px;
    font-weight: 700;
    line-height: 25px;
    font-size: 16px;
    margin-right: auto;
    max-width: 335px;
    display: flex;
}

.social-icon-app a img {
    width: 100%;
}

.offcanvas-mobile {
    position: fixed;
    top: 0;
    left: 0;
    bottom: 0;
    z-index: 1000;
    display: flex;
    flex-direction: column;
    width: 350px;
    max-width: 100%;
    background-color: #38b1cf;
    background-clip: padding-box;
    outline: 0;
    transform: translateX(100%);
    visibility: hidden;
}

.offcanvas-mobile-backdrop {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 6;
    width: 100%;
    height: 100%;
    background-color: #ffffff;
    animation: .2s ease-out forwards offcanvas-mobile-backdrop;
}

.page-header {
    z-index: 6;
}

.close span::after,
.close span::before {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 2px;
    background: #fff;
    transform-origin: 50% 50%;
    content: "";
}

.offcanvas-mobile__phones a {
    color: #fff;
    font-weight: 700;
}

.offcanvas-mobile__mails a {
    color: #fff;
}

.offcanvas-mobile__footer {
    display: flex;
    flex-direction: column;
    text-align: center;
    align-items: center;
    color: #fff;
    margin-top: auto;
}

.offcanvas-mobile--open {
    transform: none;
    visibility: visible;
}

.offcanvas-mobile__footer,
.offcanvas-mobile__header {
    display: flex;
}

.navbar-collapse.collapse:not(.show) {
    display: flex;
}


.header__timework p {
    font-weight: 700;
    line-height: 25px;
    font-size: 16px;
    margin-bottom: 0;
}

.header__timework span {
    font-weight: 400;
    line-height: 25px;
    font-size: 16px;
}

.page-header__top-inner .sendrequest {
    color: #fff;
    border: 1px solid #9c0;
    background-color: #9c0;
    padding: 10px 32px;
    text-transform: uppercase;
    border-radius: 5px;
    display: block;
    text-align: center;
    font-weight: bold;
    font-size: 14px;
    margin-bottom: 5px;
}

.hero__wrapper {
    display: flex;
    justify-content: space-between;
    padding: 30px 120px 0;
}

.hero__title span {

    font-weight: 600;
}

.hero__more {
    display: flex;
    align-items: center;
    gap: 25px;
}

.hero__desc p {
    font-size: 20px;
    font-weight: 400;
    line-height: 31px;
    margin-bottom: 0;
}

.hero__title {
    font-weight: 300;
    font-size: 48px;
    max-width: 550px;
    line-height: 48px;
  color:#fff;
}

.hero__more img {
    width: 142px;
}

.hero__btn-wrap p {
    padding-left: 25px;
}

.hero__btn-wrap p em {
    font-weight: 400;
    font-size: 18px;
    line-height: 28px;

}

.page-header__main {
    background-color: #38b1cf;
}

.hero__desc {
    max-width: 576px;
    margin-top: 18px;
}

.page-header__top {
    display: flex;
    align-items: center;

    background: #38b1cf;
}

.page-header__burger {
    position: relative;
}

.page-header__text {
    line-height: 31px;
    font-size: 20px;
    font-weight: 400;
    -webkit-transform: rotate(270deg);
    -moz-transform: rotate(270deg);
    transform: rotate(270deg);
    position: absolute;
    left: -11px;
    top: 55px;
    z-index: 1000;
}

@media (min-width: 768px) {
    #cc-mm-form-15 .col-md-12 {
        -ms-flex: 0 0 100%;
        flex: 0 0 33.333333%;
        max-width: 33.333333%;
    }
}

@media (min-width: 1439.98px) {
    .page-header__top-inner {
        padding: 32px 120px 30px;
    }


}

@media (max-width: 1549.98px) {
    .why__wrap {
        display: flex;
        gap: 125px;
        padding: 64px 15px;
    }

    .hero__item {
        margin-top: auto;
    }

}


@media (max-width:1199.98px) {
    .preim___grid-block-wrapper {
        margin-top: 25px;
    }

    .page-header__top-inner {
        padding: 32px 50px 30px;
    }

    .hero__wrapper {
        display: flex;
        justify-content: space-between;
        padding: 30px 50px 0;
    }
}

@media (min-width: 992px) {
    .page-header__burger {
        display: block;
    }
}

@media (max-width: 991.98px) {
    .why__wrap {
        display: flex;
        gap: 55px;
        flex-direction: column;
        padding: 64px 15px;
    }

    .why__form {
        max-width: max-content;
    }

    .about {
        height: 75vh;
    }

    .preim .preim__advent-wrap {
        grid-template-columns: 1fr;
        gap: 25px;
    }

    .footer-grid {
        display: flex;
        justify-content: center;
        column-gap: 56px;
    }

    #cc-mm-form-15 .btn-primary {
        width: auto;
        font-weight: 500;
        height: auto;
    }

    .text-block {
        max-width: max-content;
        margin-right: 0;
    }

    .info-block {
        display: block;
        margin: 70px 0;
    }

    .image-block img {
        max-height: 400px;
        object-fit: cover;
    }

    .preim__title p {
        font-size: 20px;
        line-height: 1.2;
        font-weight: 400;
    }

    .preim__title h2 {
        font-size: 31px;
        line-height: 1.23;
        font-weight: 600;
        color: #fff;
        margin: 10px 0px;
    }

    .preim__grid {
        display: flex;
        justify-content: space-around;
        margin-top: 50px;
        text-align: center;
        flex-wrap: wrap;
    }

    .preim__advent img {
        width: 60px;
    }

    .preim {
        padding-top: 15px;
    }

    .preim #cc-mm-form-15 {
        padding: 0;
    }

}

@media (max-width: 768.98px) {
    .hero__item .hero__img {
        display: none;
    }

    .header__timework {
        display: none;
    }

    .about__buttons {
        display: flex;
        justify-content: center;
        align-items: center;
        gap: 40px;
        flex-direction: column;
    }

    .about p {
        max-width: 960px;
        margin: 0 auto;
        margin-bottom: 0px;
        margin-bottom: 65px;
        font-size: 20px;
        line-height: 24px;
    }

    #cc-mm-form-16 .btn-primary {
        width: 100%;
    }

    .preim___grid-block-wrapper {
        height: 191px;
        margin-top: 21px;
    }

    .why h2 {
        line-height: 40px;
        color: #38b1cf;
        font-size: 29px;
        font-weight: 400;
        max-width: 455px;
    }

    .text-block {
        padding: 30px;
    }

    a.comp-link {
        color: #38b1cf;
        background-color: #fff;
        font-size: 15px;
        padding: 9px 50px;
        border-radius: 5px;
        -moz-border-radius: 5px;
        -webkit-border-radius: 5px;
        font-weight: 700;
        text-transform: uppercase;
    }

    .about {
        height: auto;
    }

    .preim___grid-bottom li {
        border-color: #e0e6ed !important;
        border-bottom: 1px solid #e0e6ed;
        padding: 14px 0;
        font-size: 17px;
    }

    .preim___grid-block {
        max-width: 360px;
        min-width: min-content;
    }

    .preim__title p {
        font-size: 22px;
        line-height: 1.5;
        font-weight: 400;
        margin-top: 30px;
    }

    .footerN__desc {
        font-size: 27px;
        line-height: 23px;
        margin-top: 14px;
    }

    .phone-tel {
        font-size: 20px;
        font-weight: 700;
        line-height: 40px;
        color: #000;
    }

    .footerN-block p {
        line-height: 22px;
        font-size: 15px;
        font-weight: 400;
        margin: 0;
        color: #535353bf;
    }

    .text-block p {
        margin: 21px 0 11px;
        line-height: 1.5;
        font-size: 17px;
        padding-bottom: 60px;
    }

    .preim__title h2 {
        font-size: 38px;
        line-height: 23px;
        font-weight: 600;
        color: #fff;
        margin: 10px 0px;
    }
}

@media (max-width: 550.98px) {
    .page-header__top-inner {
        padding: 32px 20px 30px;
    }

    .hero__title {
        font-size: 29px;
        line-height: 34px;
    }

    .hero__info {
        margin-right: 0;
        margin-left: auto;
        text-align: end;
    }

    .hero__wrapper {
        display: flex;
        justify-content: space-between;
        padding: 30px 20px 0;
    }

    .page-header__top-inner .sendrequest {
        display: none;
    }

    .footer-grid {
        display: block;
        margin: 0 auto;
    }

    .preim__title p {
        font-size: 19px;
        line-height: 1.5;
        font-weight: 400;
    }

    .preim__title h2 {
        font-size: 29px;
        line-height: 32px;
        font-weight: 600;
        color: #fff;
        margin: 10px 0px;
    }

    .text-block h2 {
        margin: 0;
        font-size: 29px;
        color: #fff;
        font-weight: 500;
        line-height: 1.23;
    }

    .info-block {
        margin: 40px 0;
    }
}



@media (max-width: 470.98px) {
    .hero__more {
        flex-direction: column;
        margin: 10px 0;
    }
}


.price-list-card {
    display: flex;
    flex-direction: column;
    width: 100%;
    padding: 50px 40px 42px;
    background-color: #38b1cf;
    color: #fff;
    transition: background 0.2s;
}

.page-subtitle {
    max-width: 643px;
    margin-right: auto;
    margin-left: auto;
    margin-bottom: 53px;
    text-align: center;
    color: #fff;
    font-size: 15px;
    line-height: 25px;
}

.price-list-card__title {
    color: #fff;
    text-transform: uppercase;
    font-weight: 700;
    font-size: 21px;
    line-height: 23px;
}

.price-list-card__subtitle::before {
    content: "";
    position: absolute;
    top: 8px;
    left: 0;
    width: 23px;
    height: 2px;
    background: #9c0;
    border-radius: 6px;
}

.price-list-card__subtitle {
    margin-top: 10px;
    color: #fff;
    font-size: 18px;
    line-height: 18px;
    position: relative;
    padding-left: 33px;
    font-weight: 600;
}

.price-list-card__subtitle span {
    color: var(--primary);
    font-size: 21px;
    line-height: 33px;
}

.price-list-card__list {
    margin: 30px 0 2px;
    padding: 0;
    list-style-type: none;
    color: #fff;
    font-size: 20px;
    line-height: 30px;
}

.price-list-card__list li::before {
    content: "";
    position: absolute;
    top: 7px;
    left: -20px;
    width: 14px;
    height: 14px;
    background-repeat: no-repeat;
    background-position: center center;
}

.price-list-card .success::before {
    background-image: url(/upload/media/success.svg);
}

.price-list .col-lg-4 {
    margin-bottom: 30px;
}

.price-list-card .btn-primary {
    background-color: #9c0 !important;
    border: 1px solid #9c0;
    color: #fff;
    margin-top: auto;
}

.price-list h2 span {
    color: #38b1cf;
}

li.success {
    position: relative;
}

.price-list h2 {
    font-size: 46px;
    font-weight: 400;
    line-height: 50px;
}

.price-list-card p {
    font-size: 20px;
    line-height: 30px;
}

@media(min-width:1549.98px) {
    .price-list .container {
        padding: 64px 120px;
    }
}

@media (max-width: 768.98px) {
    .price-list h2 {
        font-size: 29px;
        line-height: 40px;
    }
}

div.price-list-card__subtitle.price-list-card__subtitle--page {
    margin-top: 0;
    margin-bottom: 1em;
    font-weight: 500;
    line-height: 1.2;
    color: #242424
}

.success::before {
    background-image: url(/upload/media/success.svg);
}

.price-list-card__list--page li {
    color: #000;
}

.full-width {
    margin-left: calc(50% - 50vw);
    margin-right: calc(50% - 50vw);
}

.social-icon-app .social {
    align-items: baseline;
}

.hero__info .social-icon-app .social a {
    border: 0;
    width: 35px;
    height: 35px;
}

.hero__btn-wrap a {
    color: #fff;
    border: 1px solid #9c0;
    background-color: #9c0;
    padding: 10px 32px;
    text-transform: uppercase;
    border-radius: 5px;
    display: block;
    text-align: center;
    font-weight: bold;
    font-size: 14px;
    margin-bottom: 5px;
}

.social-icon-app {
    display: flex;
    gap: 5px;
}

.about__buttons--link {
    display: flex;
    justify-content: center;
    gap: 20px;
    margin-bottom: 20px;
}

.about__buttons--link .comp-link {
    color: #fff;
    border: 1px solid #9c0;
    background-color: #9c0;
    display: flex;
    align-items: center;
}

.about__buttons--link .comp-link:hover {
    background-color: #99cc00b0;
    border: 1px solid #99cc00b0;
}

.about__buttons--link .comp-link.comp-link--video {
    display: flex;
    gap: 10px;
    align-items: center;
}

.preim__advent-wrap {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    margin-bottom: 30px;
    margin-top: 30px;
}

.heros {
    padding-top: 20px;
}

.heros .form-check-label {
    color: #fff;
}

.heros .form-check-label a {
    color: #c3ff10 !important
}

.heros .form-check-input:checked {
    background-color: #99cc00b0;

}

.heros .form-check-input[type="checkbox"]:checked[type="checkbox"] {
    border-color: #99cc00b0;
}

@media(max-width:767.98px) {
    .about__buttons--link .comp-link {
        text-align: center;
        margin: 0 auto;
    }

    .about__buttons--link {
        flex-direction: column;
        justify-content: center;
    }

    .preim__advent-wrap {
        display: grid;
        grid-template-columns: 1fr;
        margin-bottom: 30px;
        margin-top: 30px;
        gap: 25px;
    }
}

.block-low {
    padding: 62px 0 80px 0;
}

.block-low .block-low__text {
    font-weight: 300;
    font-size: 20px;

    line-height: 150%;
    letter-spacing: 0%;
}

.block-low h2 {
    max-width: 830px;
    font-weight: 300;
    font-size: 48px;

    line-height: 120%;
    letter-spacing: 0%;

}

.block-low h2 span {
    color: #38B1CF;
}

.urust-block {
    background-color: #EEFCFF;
    padding: 47px 0 115px;
}

.urust-block h2 {
    font-weight: 300;
    font-size: 48px;
    line-height: 120%;
    letter-spacing: 0%;
    margin-bottom: 50px;
}

.urust-block h2 span {
    color: #38B1CF;

}

.urust-block p {
    font-weight: 300;
    font-size: 20px;
    line-height: 150%;
    letter-spacing: 0%;

}

.urust-block__info {
    display: flex;
    gap: 20px;
    padding: 30px 0 50px 0;
}

.urust-block__p span {
    font-weight: 450;
}

.urust-block__color {
    font-weight: 450;
    font-size: 24px;
    line-height: 150%;
    letter-spacing: 0%;
    color: #38B1CF;
    margin-bottom: 15px;
    display: block
}

.bisness-block {
    padding: 80px 0;

}

.bisness-block h2 {
    font-weight: 300;
    font-size: 48px;
    line-height: 120%;
    letter-spacing: 0%;
    margin-bottom: 50px;
}

.bisness-block p {
    font-weight: 300;
    font-size: 20px;
    line-height: 150%;
    letter-spacing: 0%;

}

.bisness-block__color {
    padding: 12px 0 25px;
    display: block;
    font-weight: 450;
    font-size: 24px;
    line-height: 150%;
    letter-spacing: 0%;
    color: #38B1CF;
}

.bisness-block__grid-block {
    border: 1px solid #C9F4FF;
    padding: 25px;
    font-weight: 300;
    font-size: 20px;
    line-height: 120%;
    letter-spacing: 0%;

}

.bisness-block__grid-block span {
    font-weight: 450;
    font-size: 20px;
    line-height: 120%;
    letter-spacing: 0%;
}

.bisness-block__grid {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 20px;
}

.bisness-block__grid-block:last-child {
    grid-column: span 2;
    display: flex;
    align-items: center;
    color: #fff;
    background: #38B1CF;

}

.bisness-block__grid-block ul {
    padding-left: 0;
    list-style: none;

}

.bisness-block__grid-block ul li {
    padding-top: 5px;
}

.medical {
    background-color: #EEFCFF;
    padding: 47px 0 114px;
}

.medical h2 {
    font-weight: 300;
    font-size: 48px;
    line-height: 120%;
    letter-spacing: 0%;
    margin-bottom: 30px;
}

.medical h2 span {
    color: #38B1CF;

}

.medical p {
    font-weight: 300;
    font-size: 20px;
    line-height: 150%;
    letter-spacing: 0%;
}

.medical__color {
    font-weight: 450;
    font-size: 24px;
    line-height: 150%;
    letter-spacing: 0%;
    color: #38B1CF;
    display: block;
    margin-bottom: 10px;
}

.medical__grid {
    display: flex;
    gap: 60px;
    margin-bottom: 15px;
}

.medical__block {
    max-width: 663px;
}

.medical__block ul {
    padding-left: 25px;
    list-style: none;
}

.medical__block ul li {
    position: relative;
    font-weight: 300;
    font-size: 20px;
    line-height: 150%;
    letter-spacing: 0%;
}

.medical__block ul li:before {
    position: absolute;
    content: "";
    background-image: url('/upload/media/content/yes.svg');
    width: 13px;
    height: 13px;
    left: -25px;
    top: 9px;
}


.medical__block ul li span {
    font-weight: 450;
}




.room-selection {
    padding: 80px 0;
}

.room-selection h2 {
    font-weight: 300;
    font-size: 48px;
    line-height: 120%;
    letter-spacing: 0%;
    margin-bottom: 30px;
}

.room-selection h2 span {
    color: #38B1CF;

}

.room-selection p {
    font-weight: 300;
    font-size: 20px;
    line-height: 150%;
    letter-spacing: 0%;
}

.room-selection__text {
    font-weight: 300;
    font-size: 20px;
    line-height: 150%;
    letter-spacing: 0%;
}

.room-selection__text span {
    font-weight: 450;
}

.room-selection__color {
    display: block;
    margin-bottom: 10px;
    color: #38B1CF;
    font-weight: 450;
    font-size: 24px;
    line-height: 150%;
    letter-spacing: 0%;

}

.room-selection__block-color {
    padding: 16px 34px;
    color: #FFFFFF;
    font-weight: 400;
    font-size: 20px;
    line-height: 150%;
    letter-spacing: 0%;
    background: #38B1CF;

}

.room-selection__grid {
    grid-template-columns: 1fr 1fr;
    display: grid;
    gap: 20px;
    margin-top: 35px;
    margin-bottom: 20px;
}

.room-selection__block {
    padding: 20px;
    border: 1px solid #C9F4FF;
}

.room-selection__img:not(:first-child) {
    margin-top: 10px;
}

.room-selection__img {
    display: flex;
    gap: 10px;
    align-items: start;

}

.room-selection__img img {
    padding-top: 7px;
}


.equipping h2 {
    font-weight: 300;
    font-size: 48px;
    line-height: 120%;
    letter-spacing: 0%;
    margin-bottom: 30px;
}

.equipping h2 span {
    color: #38B1CF;
}

.equipping {
    margin-bottom: 80px;
}

.equipping p {
    font-weight: 300;
    font-size: 20px;
    line-height: 150%;
    letter-spacing: 0%;
}

.equipping__color {
    font-weight: 450;
    font-size: 24px;
    line-height: 150%;
    letter-spacing: 0%;
    color: #38B1CF;

}

.equipping__info-block {
    background: #EEFCFF;
    padding: 10px 40px;
    margin-top: 20px;
    color: #242424;
    font-weight: 300;
    font-size: 20px;
    line-height: 150%;
    letter-spacing: 0%;

}

.equipping__block span {
    font-weight: 450;
    font-size: 20px;
    line-height: 120%;
    letter-spacing: 0%;
}

.equipping__grid {
    padding: 30px 0;
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
    gap: 85px;
}

.equipping .photo-gallery {
    margin: 50px 0 0 0;
}

.equipping .photo-gallery__link img {
    border-radius: 0;
}



.equipping__block img {
    margin-bottom: 25px;
}

.photo-gallery .swiper-button-prev {
    left: 0;
}

.photo-gallery .swiper-button-next {
    right: 0;
}

.swiper-button-next,
.swiper-button-prev {
    border: 0;
    border-radius: 50%;

    background: #A4CB3E;

}

.equipping .swiper-button-next,
.equipping .swiper-button-prev {
    position: static;
}


.photo-gallery .swiper-button-next.swiper-button-disabled,
.photo-gallery .swiper-button-prev.swiper-button-disabled {
    opacity: 1;
    background: #A4CB3E80;

}

.medical.medical--market {
    padding: 47px 0 40px;
}

.medical.medical--market .medical__grid {
    display: flex;
    gap: 100px;
}

.bisness-block.bisness-block--clinick h2 {
    font-weight: 300;
    font-size: 48px;
    line-height: 120%;
    letter-spacing: 0%;
    margin-bottom: 30px;
}

.bisness-block.bisness-block--clinick .bisness-block__grid {
    margin-top: 20px;
}

.bisness-block.bisness-block--clinick h2 span {
    color: #38B1CF;
}

.bisness-block.bisness-block--clinick .bisness-block__grid-block:last-child {
    background: #EEFCFF;
    color: #242424;
    border: 1px solid #EEFCFF;

}

.bisness-block.bisness-block--clinick .bisness-block__grid-block {
    display: flex;
    gap: 18px;
}

.bisness-block__numb {
    border: 1px solid #A4CB3E;
    width: 40px;
    height: 40px;
    font-weight: 450;
    font-size: 24px;
    line-height: 150%;
    letter-spacing: 0%;
    border-radius: 50%;
    color: #A4CB3E;
    min-width: 40px;
    text-align: center;
}

.comprehensive {
    color: #fff;
    background-image: url("/upload/media/content/cool-bg.jpg");
    background-repeat: no-repeat;
    background-size: cover;
    padding: 60px 0 40px;
}

.comprehensive p {
    font-weight: 400;
    font-size: 20px;
    line-height: 150%;
    letter-spacing: 0%;
}

.comprehensive h2 {
    margin-bottom: 20px;
    color: #fff;
    font-weight: 450;
    font-size: 48px;
    line-height: 120%;
    letter-spacing: 0%;
    text-align: center;
}

.comprehensive__desc {
    text-align: center;
}

.comprehensive__grid {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 30px 45px;
    padding: 30px 0;
}

.comprehensive__block-title {
    font-weight: 300;
    font-size: 24px;
    line-height: 150%;
    letter-spacing: 0%;
    display: flex
}

.comprehensive__block-title span {
    font-weight: 450;
    margin-bottom: 10px;
    display: block;
}

.comprehensive__numb {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    color: #fff;
    background: #A4CB3E;
    font-weight: 450;
    font-size: 24px;
    line-height: 150%;
    letter-spacing: 0%;
    margin-bottom: 15px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.comprehensive__info {
    text-align: center;
    font-weight: 400;
    font-size: 20px;
    line-height: 150%;
    letter-spacing: 0%;
    text-align: center;
    padding-top: 30px;
    border-top: 1px solid #A4CB3E
}

.comprehensive__info span {
    font-weight: 450;
}



.faq .faq__title {
    font-weight: 300;
    font-size: 48px;
    line-height: 120%;
    letter-spacing: 0%;
    margin-bottom: 30px;
}

.faq .faq__desc {
    font-weight: 300;
    font-size: 20px;
    line-height: 150%;
    letter-spacing: 0%;
}

.faq__color {
    font-weight: 450;
    font-size: 24px;
    line-height: 150%;
    letter-spacing: 0%;
    color: #38B1CF;
    display: block;
    margin-bottom: 10px;
}

.faq .faq__title span {
    color: #38B1CF;
}

.accordion-button {
    font-weight: 450;
    font-size: 18px;
    line-height: 150%;
    letter-spacing: 0%;
    color: #242424;

}

.accordion-button:not(.collapsed) {
    color: #242424;
    box-shadow: none;
    background-color: transparent;
}

.accordion-button:focus {
    z-index: 3;
    border-color: transparent;
    outline: 0;
    box-shadow: none;
}

.accordion-item {
    border: 0;
}

.accordion-header {
    border-bottom: 1px solid #EAEAEA;
}

.faq {
    margin-bottom: 80px;
}

.accordion-button {
    padding-left: 0;
    padding-right: 0;
}

.accordion-body {
    padding-left: 0;
    padding-right: 0;
    font-weight: 300;
    font-size: 20px;
    line-height: 150%;
    letter-spacing: 0%;

}

.bolder-txt {
    font-weight: 450;
}

.accordion-button:not(.collapsed)::after {
    content: "−";
    font-size: 40px;
    margin-right: 0;
    background-image: none;
    color: #A4CB3E;
    font-weight: initial;

}

.accordion-button.collapsed::after {
    content: "+";
    font-size: 40px;
    margin-right: 0;
    background-image: none;
    color: #A4CB3E;
    font-weight: initial;
}


.any-questions {
    background-color: #38B1CF;
    padding: 60px 0;
}


.any-questions h2 {
    color: #fff;
    font-weight: 450;
    font-size: 48px;
    margin-bottom: 20px;
    text-align: center;
    line-height: 120%;
    letter-spacing: 0%;

}

.any-questions__desc {
    color: #fff;
    text-align: center;
    font-weight: 400;
    font-size: 20px;
    line-height: 150%;
    letter-spacing: 0%;
    margin-bottom: 50px;
}

#cc-mm-form-17 .col-md-12 .btn-primary {
    width: 100%;
    background-color: #A4CB3E;
    font-weight: 450;
    font-size: 18px;
    line-height: 122%;
    letter-spacing: 0%;
    text-transform: uppercase;
    color: #fff;
    border: 0;
}

#cc-mm-form-17 .form-control {
    display: block;
    width: 100%;
    padding: 13px 22px;
    border-radius: 5px;
    border: 0;
}

.form-check-input:checked {
    background-color: #A4CB3E;
    border-color: #A4CB3E;

}

.form-check-input[type="checkbox"]:checked[type="checkbox"] {
    border-color: #A4CB3E;
}

.form-check-label {
    font-weight: 300;
    font-size: 20px;
    line-height: 150%;
    letter-spacing: 0%;
    color: #fff;
}

.form-check-label a {
    color: #E2FF98;
    font-weight: 300;
    font-size: 20px;
    line-height: 150%;
    letter-spacing: 0%;
}

.any-questions__social {
    display: flex;
    gap: 20px;
    justify-content: center;
    margin-top: 40px;
}

.qust__wrapper {
    max-width: 630px;
}

.qust {
    background-image: url('/upload/media/content/13.png');
    background-color: #4caacb;
    background-repeat: no-repeat;
    background-position: top;
    padding: 85px 0;
}



#cc-mm-form-18 .col-md-12:nth-child(4) button {
    width: 100%;
    background-color: #A4CB3E;
    font-weight: 450;
    font-size: 18px;
    line-height: 122%;
    letter-spacing: 0%;
    text-transform: uppercase;
    color: #fff;
    border: 0;
}

#cc-mm-form-18 .form-control {
    display: block;
    width: 100%;
    padding: 13px 20px;
    border: 0;
}

.qust__wrapper h2 {
    font-weight: 450;
    font-size: 48px;
    line-height: 120%;
    letter-spacing: 0%;
    color: #fff;
    margin-bottom: 30px;
}

.qust__desc {
    color: #fff;
    font-weight: 400;
    font-size: 18px;
    line-height: 150%;
    letter-spacing: 0%;
    margin-bottom: 40px;
}

.qust__person {
    display: flex;
    gap: 25px;
}

.qust__img {
    position: relative;
}

.qust__absol-img {
    position: absolute;
    right: -10px;
    bottom: -10px;
}

.qust__info {
    margin-top: 30px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.qust__social {
    display: flex;
    gap: 30px;
}
.footer-pos{
padding:20px 0 40px;
}
.qust__person p {
    color: #fff;
    font-weight: 400;
    font-size: 18px;
    line-height: 150%;
    letter-spacing: 0%;
    max-width: 300px;
    margin-bottom: 0;
}
.hero__item a:hover span{
color:#A4CB3E!important;
}
.footerN__info a:hover span span{
color:#A4CB3E!important;
}
.btn-primary:hover{
opacity:0.78;
}
.hero__btn-wrap a:hover{
opacity:0.78;

}
.sendrequest:hover{
opacity:0.78;
}
.qust__social a:hover{
opacity:0.68;
}
#topMain li a:hover{
color:#A4CB3E!important;
  opacity:0.88;
}
.hero__info span a:hover{
color:#A4CB3E!important;
  opacity:0.88;

}
.offcanvas-mobile__phones a:hover{
color:#A4CB3E!important;
  opacity:0.88;
}
.equipping .swiper-button-prev {
  position: static;
  rotate: 180deg;
}
.photo-gallery__nav-link:hover{
  opacity:0.85;
}
.photo-gallery__links{
display: flex;
  gap: 20px;
  justify-content: end;
  margin-bottom:20px;
}

.finans h2 {
  font-weight: 300;
  font-size: 48px;
  line-height: 120%;
  letter-spacing: 0%;
  margin-bottom: 30px;
  max-width:930px;

}
.finans{
padding:80px 0;
}
.finans h2 span {
  color: #38B1CF;
}
.finans__desc{
font-weight: 300;
  font-size: 20px;
  line-height: 150%;
  letter-spacing: 0%;
}
.swiper-linkins{
display:flex;
  gap:15px;
}
.swiper-linkins .swiper-button-prev {
rotate:180deg;
}
.swiper-linkins .swiper-button-next, .swiper-linkins .swiper-button-prev {
  position: static;
  --swiper-navigation-size: 80px;
}
@media (min-width: 1200px) {
    .block-low .container {
        max-width: 1300px;
    }

    .any-questions .container {
        max-width: 1300px;
    }

    .urust-block .container {
        max-width: 1300px;
    }

    .bisness-block .container {
        max-width: 1300px;
    }

    .medical .container {
        max-width: 1300px;
    }

    .comprehensive .container {
        max-width: 1300px;
    }

    .room-selection .container {
        max-width: 1300px;
    }
  .finans .container {
        max-width: 1300px;
}
    .equipping .container {
        max-width: 1300px;
    }

    .faq .container {
        max-width: 1300px;
    }

    .qust .container {
        max-width: 1300px;
    }
}

@media (min-width: 768px) {
    #cc-mm-form-17 .col-md-12 {
        flex: 0 0 auto;
        width: 25%;
    }
}

@media(max-width:1199.98px){
    .medical__grid {
        display: flex;
        gap: 60px;
        margin-bottom: 15px;
        align-items: center;
      }
.urust-block__info {
    flex-direction: column;
  }
  

.room-selection {

  padding: 50px 0;
}
  .finans{
padding: 50px 0;
}
.medical {

  padding: 47px 0 64px;
}

.bisness-block {

  padding: 50px 0;
}

.urust-block {

  padding: 47px 0 60px;
}

.comprehensive__grid {

  grid-template-columns: 1fr 1fr;
}

.bisness-block__grid {

  grid-template-columns: 1fr 1fr;
}

  .equipping__grid {
    grid-template-columns: 1fr 1fr 1fr;
    gap: 0px;
  }
  
}




@media(max-width:991.98px){
.swiper__finans--js{
padding:0 ;
  }
.urust-block h2 {
  /* font-size: 48px; */
  /* margin-bottom: 50px; */
  font-size: 40px;
  margin-bottom: 30px;
}

.urust-block__info {
  /* padding: 30px 0 50px 0; */
  padding: 0px 0 50px 0;
}

.medical h2 {
  /* font-size: 48px; */
  font-size: 40px;
}

.block-low h2 {
  /* font-size: 48px; */
  font-size: 40px;
}

.medical__grid {
  flex-direction: column;
}

.room-selection h2 {
  /* font-size: 48px; */
  font-size: 40px;
}

.room-selection__grid {
  /* grid-template-columns: 1fr 1fr; */
  grid-template-columns: 1fr;
}

.equipping h2 {
  /* font-size: 48px; */
  font-size: 40px;
}

.any-questions {
  /* padding: 60px 0; */
  padding: 40px 0;
}

.comprehensive h2 {
  /* font-size: 48px; */
  font-size: 40px;
}

.any-questions h2 {
  /* font-size: 48px; */
  font-size: 40px;
}

.bisness-block.bisness-block--clinick h2 {
  /* font-size: 48px; */
  font-size: 40px;
}

.faq .faq__title {
  /* font-size: 48px; */
  font-size: 40px;
}
    .finans h2 {
    font-size: 40px;
  }
  
}
@media(max-width:767.98px){
  .footer-pos .hero__wrapper{
display:block;
}
.medical.medical--market .medical__grid {
  display: flex;
  gap: 10px;
}
  .medical__grid .img-responsive{
max-height: 230px;
} 
   .equipping__grid {
    grid-template-columns: 1fr 1fr;
    gap: 0px;
  }
.page-header__top-inner .sendrequest {
  color: #fff;
  border: 1px solid #9c0;
  background-color: #9c0;
  padding: 7px 31px;
  text-transform: uppercase;
  border-radius: 5px;
  display: block;
  text-align: center;
  font-weight: bold;
  font-size: 12px;
  margin-bottom: 5px;
}
  .hero__info span{
font-size: 19px!important;
}
  .equipping__block{
display: flex;
  flex-direction: column;
  align-items: center;

}
  .bisness-block.bisness-block--clinick .bisness-block__grid {
 grid-template-columns: 1fr;
}
 .bisness-block__grid-block:last-child {
   grid-column: span 1;
} 
  .qust {
  padding: 65px 0;
  background-image: none;
  }
 .finans{
padding: 35px 0;
}

}

@media(min-width:768px){
#cc-mm-form-18 .col-md-12:nth-child(1),
#cc-mm-form-18 .col-md-12:nth-child(2),
#cc-mm-form-18 .col-md-12:nth-child(4),
#cc-mm-form-18 .col-md-12:nth-child(5) {
    width: 50%;
    margin-bottom: 30px;
}
}
@media(max-width:575.98px){
  .comprehensive__grid {
    grid-template-columns: 1fr;
  }
  .page-header__top-inner .sendrequest {
  display:none;
  
  }

  .finans h2 {
    font-size: 40px;
    font-size: 35px;
  }

  .block-low h2 {
    /* font-size: 40px; */
    font-size: 35px;
  }
  .urust-block h2 {
    /* font-size: 40px; */
    font-size: 35px;
  }
  .medical h2 {
    /* font-size: 40px; */
    font-size: 35px;
  }
  .room-selection h2 {
    /* font-size: 40px; */
    font-size: 35px;
  }
  .equipping h2 {
    /* font-size: 40px; */
    font-size: 35px;
  }
  .comprehensive h2 {
    /* font-size: 40px; */
    font-size: 35px;
  }
  .bisness-block.bisness-block--clinick h2 {
    /* font-size: 40px; */
    font-size: 35px;
  }
  .faq .faq__title {
    /* font-size: 40px; */
    font-size: 35px;
  }


.bisness-block h2 {
  /* font-size: 48px; */
  /* margin-bottom: 50px; */
  font-size: 35px;
  margin-bottom: 30px;
}


  .bisness-block__grid {
    /* grid-template-columns: 1fr 1fr; */
    grid-template-columns: 1fr;
  }

  .equipping__grid {
    /* grid-template-columns: 1fr 1fr; */
    /* gap: 0px; */
    grid-template-columns: 1fr;
    gap: 10px;
  }
  .equipping__block {
    text-align: center;
  }
  .qust {
    /* padding: 65px 0; */
    padding: 45px 0;
  }


.equipping__info-block {
  /* padding: 10px 40px; */
  /* font-size: 20px; */
  padding: 10px 25px;
  font-size: 18px;
}

.qust__wrapper h2 {
  /* font-size: 48px; */
  font-size: 35px;
}

.qust__info {
display: block;
}

.qust__person p {
  /* max-width: 300px; */
  max-width: 232px;
}

.qust__person {
  margin-bottom: 28px;
}







.qust__social {
  align-items: center;
  justify-content: center;
}

.faq {
  /* margin-bottom: 80px; */
  margin-bottom: 50px;
}

  
}
  .medical-audit-table {
    width: 100%;
    border-collapse: collapse;
    margin: 20px 0 30px;
    font-family: Arial, sans-serif;

  }
  
  .medical-audit-table thead {
    background-color: #38b1cf;
    color: white;
  }
  
  .medical-audit-table th {
    padding: 12px 15px;
    text-align: left;
    font-weight: bold;
    text-transform: uppercase;
    font-size: 14px;
  }
  
  .medical-audit-table td {
    padding: 12px 15px;
    border-bottom: 1px solid #e0e0e0;
    vertical-align: top;
  }
  
  .medical-audit-table tbody tr:nth-child(even) {
    background-color: #f8f8f8;
  }
  
  .medical-audit-table tbody tr:hover {
    background-color: #f0f0f0;
  }
  
  .medical-audit-table tbody tr td:first-child {
    font-weight: 600;
    color: #38b1cf;
  }
  
  .medical-audit-table tbody tr td:nth-child(2) {
    color: #555;
  }