/* ------------------------------- import ------------------------------- */
/* Variable */
@import url("./variables.css?v=1.3.69");
/* fonts */
@import url("./fonts.css?v=1.3.69");
/* Icon custom */
@import url("/assets/icons/icons.css?v=1.3.69");
/* Flex */
@import url("./flex.css?v=1.3.69");
/* Bestcon UI-kit */
@import url("./uikit.css?v=1.3.69");
/* CSS header */
@import url("./chunks/header.css?v=1.3.69");
/* CSS mobile-menu */
@import url("./chunks/mobile-menu.css?v=1.3.69");
/* footer */
@import url("./chunks/footer.css?v=1.3.69");
/* ThroughBanner */
@import url("./chunks/ThroughBanner.css?v=1.3.69");
/* ThroughBanner */
@import url("./new-year.css?v=1.3.69");
/* reset CSS */
@import url("./reset.css?v=1.3.69");


/* ---------------------------------------------------------------------- */
body {
    min-height: 100vh;
    min-height: calc(var(--vh, 1vh) * 100);
    overflow-y: overlay;
    overflow-x: hidden !important;
}

img[src=''] {
    background-color: #e2e5e7;
    background-image: linear-gradient(90deg, rgba(255, 255, 255, 0), rgba(255, 255, 255, 0.5), rgba(255, 255, 255, 0));
    background-size: 60px 100%;
    background-repeat: no-repeat;
    background-position: left -40px top 0;
    -webkit-animation: shine 1s ease-in-out infinite;
    animation: shine 1s ease infinite;
}

@keyframes shine {
    to {
        background-position: right -40px top 0;
    }
}

* {
    scrollbar-width: thin;
    scrollbar-color: rgba(150, 150, 150, 0.5) transparent;
}

*::-webkit-scrollbar {
    height: 12px;
    width: 8px;
}

*::-webkit-scrollbar-track {
    background: transparent;
}

*::-webkit-scrollbar-thumb {
    background: rgba(150, 150, 150, 0.5);
    border-radius: 5px;
    border: 3px solid transparent;
}

.no-scroll {
    overflow: hidden;
    -ms-overflow-style: none;
    scrollbar-width: none;
}

.no-scroll::-webkit-scrollbar {
    width: 0;
}

.no-scroll::-webkit-scrollbar {
    width: 0;
    height: 0;
}

.custom-scroll {
    padding-right: 3px;
    overflow: overlay;
}

.custom-scroll:not(:focus)::-webkit-scrollbar {
    width: 0;
}

.custom-scroll:not(:focus)::-webkit-scrollbar {
    width: 0;
    height: 0;
}

.hide-scroll {
    -ms-overflow-style: none; /* Internet Explorer 10+ */
    scrollbar-width: none; /* Firefox */
}

.hide-scroll::-webkit-scrollbar {
    display: none; /* Safari and Chrome */
}

p {
    margin-bottom: 0;
}

#app {
    min-height: 80vh;
    opacity: 0;
    transition: opacity 300ms ease-in-out;
}

#app.visible {
    opacity: 1;
}

.width-fullRight {
    margin-left: calc(0px - (100vw - 1590px / 2)) !important;
    margin-right: calc(0px - (100vw - 1590px / 2)) !important;
    padding-left: calc(0px + (100vw - 1590px / 2)) !important;
    padding-right: calc(0px + (100vw - 1590px / 2)) !important;
}

@media (max-width: 1600px) {
    .width-fullRight {
        margin-left: -160px !important;
        margin-right: -160px !important;
        padding-left: 160px !important;
        padding-right: 160px !important;
    }
}

@media (max-width: 1200px) {
    .width-fullRight {
        margin-left: -48px !important;
        margin-right: -48px !important;
        padding-left: 48px !important;
        padding-right: 48px !important;
    }
}

@media (max-width: 991px) {
    .width-fullRight {
        margin-left: -32px !important;
        margin-right: -32px !important;
        padding-left: 32px !important;
        padding-right: 32px !important;
    }
}

.G-container {
    max-width: calc(1590px + 200px);
    width: 100%;
    padding: 0 100px;
    margin: 0 auto;
}

.G-container.small {
    max-width: calc(1320px + 200px);
}

@media (max-width: 1600px) {
    .G-container {
        max-width: calc(1590px + 160px);
        padding: 0 80px;
    }
}

@media (max-width: 1200px) {
    .G-container {
        max-width: calc(1590px + 48px);
        padding: 0 24px;
    }
}

@media (max-width: 991px) {
    .G-container {
        max-width: calc(1590px + 32px);
        padding: 0 16px;
    }
}

.G-section-wrapper {
    margin-bottom: 120px;
}

@media (max-width: 1400px) {
    .G-section-wrapper {
        margin-bottom: 80px;
    }
}

@media (max-width: 1200px) {
    .G-section-wrapper {
        margin-bottom: 60px;
    }
}

@media (max-width: 767px) {
    .G-section-wrapper {
        margin-bottom: 70px;
    }
}

.G-header-section {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 40px;
}

@media (max-width: 1440px) {
    .G-header-section {
        margin-bottom: 40px;
    }
}

@media (max-width: 1200px) {
    .G-header-section {
        margin-bottom: 30px;
    }
}

@media (max-width: 767px) {
    .G-header-section {
        margin-bottom: 20px;
        display: block;

    }
}

.G-header-section .splide__arrows {
    position: initial !important;
    top: initial !important;
    left: initial !important;
    bottom: initial !important;
    transform: none !important;
}

.G-header-section .splide__arrows .splide__arrow {
    width: 50px;
    height: 50px;
}

.G-header-section .splide__arrows.theme-black .splide__arrow {
    background-color: var(--gray-50) !important;
}

.G-header-section .splide__arrows.theme-black .splide__arrow:after {
    background-color: var(--black-800) !important;
}

.G-loaderSite {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #fff;
    z-index: 999999999;
}

.G-loaderSite .wrapper-container {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    grid-gap: 30px;
    width: 100%;
    height: 100%;
}

.G-loaderSite .wrapper-container .logo-loader {
    width: 170px;
    margin-top: 5%;
}

@media (max-width: 767px) {
    .G-loaderSite .wrapper-container .logo-loader {
        width: 130px;
    }
}

.G-loaderSite .wrapper-container .spinner {
    width: 30px;
    height: 30px;
    border: 3px solid #ccc;
    border-bottom-color: #000;
    border-radius: 50%;
    display: inline-block;
    -webkit-animation: rotation 1s linear infinite;
    animation: rotation 1s linear infinite;
}

@keyframes rotation {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}

.plyr__video-wrapper {
    display: flex;
    align-items: center;
    justify-content: center;
}

.plyr__video-wrapper video {
    width: auto !important;
}

.splide__arrows {
    position: absolute;
    z-index: 10;
    left: 50%;
    bottom: 45px;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    grid-gap: 15px;
    transform: translateX(-50%);
}

.splide__arrows .splide__arrow {
    position: relative;
    left: auto !important;
    right: auto !important;
    width: 70px;
    height: 70px;
    border-radius: 50px;
    background-color: rgba(215, 215, 215, 0.12);
    opacity: 1 !important;
    transform: initial !important;
    backdrop-filter: blur(20px);
    border: 1px solid transparent;
}

.splide__arrows .splide__arrow:after {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    display: inline-block;
    height: 1em;
    width: 1em;
    mask-size: contain;
    -webkit-mask-size: contain;
    mask-repeat: no-repeat;
    -webkit-mask-repeat: no-repeat;
    mask-position: center;
    -webkit-mask-position: center;
    font-size: 16px;
    background-color: #fff;
    mask-image: url(/assets/icons/arrow-right.svg);
    -webkit-mask-image: url(/assets/icons/arrow-right.svg);
}

.splide__arrows .splide__arrow.splide__arrow--prev {
    transform: rotate(180deg) !important;
}

.splide__arrows .splide__arrow:hover:not([disabled]) {
    background-color: rgba(215, 215, 215, 0.4);
    border-color: rgba(215, 215, 215, 0.6);
}

.splide__arrows .splide__arrow:active:not([disabled]) {
    background-color: rgba(215, 215, 215, 0.1);
}

.splide__arrows .splide__arrow[disabled] {
    cursor: default;
    opacity: 0.5 !important;
}

@media (max-width: 991px) {
    .splide__arrows {
        display: none;
    }
}

.splide__pagination {
    bottom: 20px !important;
}

.splide__pagination .splide__pagination__page {
    width: 35px !important;
    height: 3px !important;
    opacity: 1 !important;
    background-color: rgba(255, 255, 255, 0.7) !important;
    border-radius: 2px !important;
    transition: all 0.15s;
}

.splide__pagination .splide__pagination__page.is-active {
    width: 45px !important;
    background-color: white !important;
    transform: none !important;
}

.P-section-catalog .G-header-section {
    margin-top: 120px;
}

.G-switch-container,
.G-switcher-container {
    overflow: auto;
    -ms-overflow-style: none;
    overflow: -moz-scrollbars-none;
}

.G-switch-container::-webkit-scrollbar,
.G-switcher-container::-webkit-scrollbar {
    width: 0;
    height: 0;
}

.G-switch-container .G-btn-group-tabs,
.G-switch-container .G-btn-group-switcher,
.G-switcher-container .G-btn-group-tabs,
.G-switcher-container .G-btn-group-switcher {
    display: flex;
    border: 1px solid var(--gray-100);
    background-color: #fff;
    width: max-content;
    border-radius: 12px;
    line-height: 0;
    padding: 2px;
}

.G-switch-container .G-btn-group-tabs:before,
.G-switch-container .G-btn-group-switcher:before,
.G-switcher-container .G-btn-group-tabs:before,
.G-switcher-container .G-btn-group-switcher:before {
    display: none !important;
}

.G-switch-container .G-btn-group-tabs .btn-item,
.G-switch-container .G-btn-group-switcher .btn-item,
.G-switcher-container .G-btn-group-tabs .btn-item,
.G-switcher-container .G-btn-group-switcher .btn-item {
    height: 48px;
    padding-left: 16px;
    padding-right: 16px;
}

.G-switch-container .G-btn-group-tabs li,
.G-switch-container .G-btn-group-switcher li,
.G-switcher-container .G-btn-group-tabs li,
.G-switcher-container .G-btn-group-switcher li {
    padding: 0;
    margin: 0;
    margin-right: 4px;
}

.G-switch-container .G-btn-group-tabs li:last-child,
.G-switch-container .G-btn-group-switcher li:last-child,
.G-switcher-container .G-btn-group-tabs li:last-child,
.G-switcher-container .G-btn-group-switcher li:last-child {
    margin-right: 0;
}

.G-switch-container .G-btn-group-tabs li.uk-active .btn,
.G-switch-container .G-btn-group-switcher li.uk-active .btn,
.G-switcher-container .G-btn-group-tabs li.uk-active .btn,
.G-switcher-container .G-btn-group-switcher li.uk-active .btn {
    color: #fff !important;
    background: var(--blue-500) !important;
}

.G-switch-container[data-theme='blue'] .G-btn-group-tabs li.uk-active .btn-item, .G-switch-container[data-theme='blue'] .G-btn-group-tabs li.active .btn-item,
.G-switch-container[data-theme='blue'] .G-btn-group-switcher li.uk-active .btn-item,
.G-switch-container[data-theme='blue'] .G-btn-group-switcher li.active .btn-item,
.G-switcher-container[data-theme='blue'] .G-btn-group-tabs li.uk-active .btn-item,
.G-switcher-container[data-theme='blue'] .G-btn-group-tabs li.active .btn-item,
.G-switcher-container[data-theme='blue'] .G-btn-group-switcher li.uk-active .btn-item,
.G-switcher-container[data-theme='blue'] .G-btn-group-switcher li.active .btn-item {
    color: #fff;
    background: var(--blue-500);
}

.G-switch-container[data-theme='blue'] .G-btn-group-tabs li:hover:not(.uk-active) .btn-item,
.G-switch-container[data-theme='blue'] .G-btn-group-switcher li:hover:not(.uk-active) .btn-item,
.G-switcher-container[data-theme='blue'] .G-btn-group-tabs li:hover:not(.uk-active) .btn-item,
.G-switcher-container[data-theme='blue'] .G-btn-group-switcher li:hover:not(.uk-active) .btn-item {
    color: var(--blue-500);
    background: rgba(113, 156, 239, 0.1);
}

.G-switch-container[data-theme='dark'] .G-btn-group-tabs li.uk-active .btn-item, .G-switch-container[data-theme='dark'] .G-btn-group-tabs li.active .btn-item,
.G-switch-container[data-theme='dark'] .G-btn-group-switcher li.uk-active .btn-item,
.G-switch-container[data-theme='dark'] .G-btn-group-switcher li.active .btn-item,
.G-switcher-container[data-theme='dark'] .G-btn-group-tabs li.uk-active .btn-item,
.G-switcher-container[data-theme='dark'] .G-btn-group-tabs li.active .btn-item,
.G-switcher-container[data-theme='dark'] .G-btn-group-switcher li.uk-active .btn-item,
.G-switcher-container[data-theme='dark'] .G-btn-group-switcher li.active .btn-item {
    color: #fff;
    background: var(--black-800);
}

.G-switch-container[data-theme='blue-light'] .G-btn-group-tabs li.uk-active .btn-item, .G-switch-container[data-theme='blue-light'] .G-btn-group-tabs li.active .btn-item,
.G-switch-container[data-theme='blue-light'] .G-btn-group-switcher li.uk-active .btn-item,
.G-switch-container[data-theme='blue-light'] .G-btn-group-switcher li.active .btn-item,
.G-switcher-container[data-theme='blue-light'] .G-btn-group-tabs li.uk-active .btn-item,
.G-switcher-container[data-theme='blue-light'] .G-btn-group-tabs li.active .btn-item,
.G-switcher-container[data-theme='blue-light'] .G-btn-group-switcher li.uk-active .btn-item,
.G-switcher-container[data-theme='blue-light'] .G-btn-group-switcher li.active .btn-item {
    color: var(--blue-500);
    background: rgba(113, 156, 239, 0.1);
}


.G-tabs-container {

}

.G-tabs-container .list-tabs {
    display: flex;
    align-items: flex-end;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
    overflow: auto;
}

.G-tabs-container .list-tabs li {
    display: flex;
}

.G-tabs-container .list-tabs .item {
    position: relative;
    font-weight: 400;
    font-size: 18px;
    color: var(--black-800);
    padding: 20px 16px;
    white-space: nowrap;
    cursor: pointer;
}

.G-tabs-container .list-tabs .item:hover {
    color: var(--blue-300)
}

.G-tabs-container .list-tabs .item.active {
    color: var(--blue-500)
}

.G-tabs-container .list-tabs .item.active:after {
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 2px;
    background-color: var(--blue-500);
}

.G-tabs-container .list-tabs .item .btn-item {

}


.G-tabs-slide-group {
    position: relative;
    display: flex;
    align-items: center;
    width: max-content;
    margin-bottom: 30px !important;
    max-width: 100%;
    overflow-x: auto;
    overflow-y: hidden;
    -ms-overflow-style: none;
    overflow: -moz-scrollbars-none;
}

.G-tabs-slide-group:before {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 2px;
    background-color: var(--blue-500);
}

.G-tabs-slide-group::-webkit-scrollbar {
    width: 0;
    height: 0;
}

.G-tabs-slide-group li .btn-item-tab {
    font-family: 'Gilroy';
    font-weight: 500;
    font-size: 48px;
    line-height: 58px;
    color: rgba(29, 30, 30, 0.19);
    padding: 0 0 16px;
    margin-right: 36px;
    border-bottom: 2px solid var(--gray-100);
    border-radius: 0;
    margin-bottom: -2px;
}

@media (max-width: 1500px) {
    .G-tabs-slide-group li .btn-item-tab {
        font-size: 40px;
    }
}

@media (max-width: 767px) {
    .G-tabs-slide-group li .btn-item-tab {
        font-size: 34px !important;
    }
}

.G-tabs-slide-group li:last-child .btn-item-tab {
    margin-right: 0 !important;
}

.G-tabs-slide-group li.uk-active .btn-item-tab {
    color: var(--black-800);
    border-bottom-color: var(--blue-500);
}

.G-select-destructor {
    position: relative;
    z-index: 1;
    width: 100%;
    transition: all 0.2s;
}

.G-select-destructor .select-destructor_label {
    display: block;
    font-size: 16px;
    line-height: 140%;
    color: var(--gray-300);
    margin-bottom: 7px;
}

.G-select-destructor .select-destructor_container {
    position: relative;
}

.G-select-destructor .select-destructor_container .select-destructor_filed {
    position: relative;
    z-index: 3;
    display: flex;
    align-items: center;
    height: 52px;
    border: 1px solid var(--gray-100);
    border-radius: 12px;
    cursor: pointer;
}

.G-select-destructor .select-destructor_container .select-destructor_filed:hover {
    border-color: var(--blue-500);
}

.G-select-destructor .select-destructor_container .select-destructor_filed:after {
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 1px;
    background-color: transparent;
    transition: all 0.4s;
}

.G-select-destructor .select-destructor_container .select-destructor_filed .container-icon {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 22px;
    height: 22px;
    min-width: 22px;
    min-height: 22px;
    margin-left: 10px;
    transition: all 0.2s;
}

.G-select-destructor .select-destructor_container .select-destructor_filed .container-icon.container-icon_left i {
    font-size: 15px;
    background-color: var(--blue-500);
}

.G-select-destructor .select-destructor_container .select-destructor_filed .container-icon.container-icon_right {
    margin-right: 15px;
    transition: all 0.25s;
}

.G-select-destructor .select-destructor_container .select-destructor_filed .container-icon.container-icon_right i {
    font-size: 10px;
    background-color: var(--black-800);
}

.G-select-destructor .select-destructor_container .select-destructor_filed .input-filed {
    display: flex;
    align-items: center;
    width: 100%;
    height: 100%;
    border: none !important;
    font-weight: 500;
    margin-left: 15px;
    background-color: transparent;
    word-break: break-word;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}

.G-select-destructor .select-destructor_results {
    display: none;
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 2;
    width: 100%;
    padding-top: 4px;
    border: 1px solid transparent;
    border-radius: 0 0 12px 12px;
    background-color: var(--gray-50);
    overflow: auto;
    transition: all 0.2s;
}

.G-select-destructor .select-destructor_results .option {
    position: relative;
    margin: 5px;
    padding: 12px 9px;
    font-size: 15px;
    border-radius: 8px;
    color: var(--black-800);
    cursor: pointer;
}

.G-select-destructor .select-destructor_results .option:hover {
    background-color: rgba(113, 156, 239, 0.1);
}

.G-select-destructor .select-destructor_results .option.selected {
    color: var(--blue-500);
}

.G-select-destructor .select-destructor_results .option.selected:after {
    content: '';
    position: absolute;
    top: calc(50% - 8px);
    right: 17px;
    width: 16px;
    height: 16px;
    background-image: url(/assets/icons/checkbox.svg);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
}

.G-select-destructor[data-theme='white'] .select-destructor_filed,
.G-select-destructor[data-theme='white'] .select-destructor_results {
    background-color: #fff;
}

.G-select-destructor[data-theme='gray'] .select-destructor_filed,
.G-select-destructor[data-theme='gray'] .select-destructor_results {
    background-color: var(--gray-50);
}

.G-select-destructor.active {
    z-index: 5;
}

.G-select-destructor.active[data-theme='white'] .select-destructor_filed,
.G-select-destructor.active[data-theme='white'] .select-destructor_results {
    background-color: #fff;
}

.G-select-destructor.active[data-theme='gray'] .select-destructor_filed,
.G-select-destructor.active[data-theme='gray'] .select-destructor_results {
    background-color: #fff;
}

.G-select-destructor.active .select-destructor_container {
    border-color: transparent;
}

.G-select-destructor.active .select-destructor_container:after {
    background-color: var(--gray-100);
    width: calc(100% - 20px);
    margin: 0 10px;
}

.G-select-destructor.active .select-destructor_container .select-destructor_filed {
    border-radius: 12px 12px 0 0;
    border-color: var(--blue-500);
    border-bottom-color: transparent !important;
}

.G-select-destructor.active .select-destructor_container .select-destructor_filed:after {
    background-color: #efefef;
}

.G-select-destructor.active .select-destructor_container .select-destructor_filed .container-icon.container-icon_right {
    transform: rotate(180deg);
}

.G-select-destructor.active .select-destructor_results {
    display: block;
    border-color: var(--blue-300);
    border-top-color: transparent;
    box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.1), 0px 10px 20px rgba(0, 0, 0, 0.1);
}

select.listSelect_hide {
    display: none !important;
}

.G-input-rangeOne {
    position: relative;
}

.G-input-rangeOne .select-destructor_label {
    display: block;
    font-size: 16px;
    line-height: 140%;
    color: var(--gray-300);
    margin-bottom: 7px;
}

.G-input-rangeOne .input-destructor_container {
    display: flex;
    grid-gap: 10px;
    align-items: center;
    background-color: var(--gray-50);
    border-radius: 12px;
    margin: 1px;
    cursor: pointer;
    width: 100%;
    height: 52px;
    padding: 0 15px;
    border: 1px solid var(--gray-100);
    transition: all 0.2s;
}

.G-input-rangeOne .input-destructor_container:hover {
    border-color: var(--blue-300);
}

.G-input-rangeOne .input-destructor_container .container-destructor_separation .line {
    width: 10px;
    height: 1px;
    background-color: var(--black-800);
}

.G-input-rangeOne .input-destructor_container .container-destructor {
    display: flex;
    align-items: center;
    flex: 1;
    height: 100%;
}

.G-input-rangeOne .input-destructor_container .container-destructor .label {
    color: var(--gray-300);
    margin-right: 7px;
}

.G-input-rangeOne .input-destructor_container .container-destructor .input-filed {
    width: 100%;
    height: 100%;
    border: none;
    background-color: transparent;
    padding: 0;
}

.G-input-rangeOne[data-theme='white'] .input-destructor_container {
    background-color: #fff;
}

.G-input-rangeTwo {
    position: relative;
}

.G-input-rangeTwo .select-destructor_label {
    display: block;
    font-size: 16px;
    line-height: 140%;
    color: var(--gray-300);
    margin-bottom: 7px;
}

.G-input-rangeTwo .input-destructor_container {
    display: flex;
    grid-gap: 10px;
    align-items: center;
    background-color: var(--gray-50);
    border-radius: 12px;
    margin: 1px;
    cursor: pointer;
    width: 100%;
    height: 52px;
    padding: 0 15px;
    border: 1px solid var(--gray-100);
    transition: all 0.2s;
}

.G-input-rangeTwo .input-destructor_container:hover {
    border-color: var(--blue-300);
}

.G-input-rangeTwo .input-destructor_container .container-destructor_separation .line {
    width: 10px;
    height: 1px;
    background-color: var(--black-800);
}

.G-input-rangeTwo .input-destructor_container .container-destructor_to,
.G-input-rangeTwo .input-destructor_container .container-destructor_from {
    display: flex;
    align-items: center;
    flex: 1;
    height: 100%;
}

.G-input-rangeTwo .input-destructor_container .container-destructor_to .label,
.G-input-rangeTwo .input-destructor_container .container-destructor_from .label {
    color: var(--gray-300);
    margin-right: 7px;
}

.G-input-rangeTwo .input-destructor_container .container-destructor_to .input-filed,
.G-input-rangeTwo .input-destructor_container .container-destructor_from .input-filed {
    width: 100%;
    height: 100%;
    border: none;
    background-color: transparent;
    padding: 0;
}

.G-input-rangeTwo[data-theme='white'] .input-destructor_container {
    background-color: #fff;
}

.G_bs-slider-range .ui-slider {
    position: absolute !important;
    bottom: 0;
    left: 0;
    width: calc(100% - 20px);
    background-color: var(--gray-200);
    height: 2px !important;
    margin: 0 10px;
}

.G_bs-slider-range .noUi-base {
    height: inherit !important;
}

.G_bs-slider-range .noUi-connect {
    background-color: var(--blue-500);
}

.G_bs-slider-range .noUi-handle-lower {
    width: 16px !important;
    height: 16px !important;
    background: var(--blue-500);
    border: 1px solid var(--gray-50);
    border-radius: 100px;
    box-shadow: none !important;
    cursor: pointer;
}

.G_bs-slider-range .noUi-handle-lower:before, .G_bs-slider-range .noUi-handle-lower:after {
    display: none;
}

.G_bs-slider-range .ui-slider-handle {
    top: -9px !important;
    background-color: var(--blue-500);
    border: 1px solid var(--gray-50);
    border-radius: 100px;
    outline: none !important;
}

.G_bs-slider-range .ui-slider-range {
    background-color: var(--blue-500);
}

.G_bs-slider-range .container-destructor_to .label {
    white-space: nowrap;
}

.G_bs-slider-range .input-destructor_container .input-filed {
    min-width: 30px;
}

.G_bs-slider-range.noUi-target {
    position: absolute !important;
    bottom: 0;
    left: 0;
    width: calc(100% - 20px);
    background-color: var(--gray-200);
    height: 2px !important;
    margin: 0 10px;
}

.G_bs-slider-range.noUi-target .noUi-base {
    height: inherit !important;
}

.G_bs-slider-range.noUi-target .noUi-connect {
    background-color: var(--blue-500);
}

.G_bs-slider-range.noUi-target .noUi-handle-lower {
    width: 16px !important;
    height: 16px !important;
    background: var(--blue-500);
    border: 1px solid var(--gray-50);
    border-radius: 100px;
    box-shadow: none !important;
    cursor: pointer;
}

.G_bs-slider-range.noUi-target .noUi-handle-lower:before, .G_bs-slider-range.noUi-target .noUi-handle-lower:after {
    display: none;
}

.G_bs-slider-range.noUi-target .ui-slider-handle {
    top: -9px !important;
    background-color: var(--blue-500);
    border: 1px solid var(--gray-50);
    border-radius: 100px;
    outline: none !important;
}

.G_bs-slider-range.noUi-target .ui-slider-range {
    background-color: var(--blue-500);
}

.G-buttons-filter {
    display: flex;
    align-items: center;
    grid-gap: 8px;
    border: 1px solid #E4E4EB;
    border-radius: 12px;
    padding: 4px;
}

.G-buttons-filter.no-border {
    border: none;
    padding: 0;
}

.G-buttons-filter:hover {
    border-color: var(--blue-500);
}

.G-buttons-filter .buttons-filter-label {
    display: block;
    font-size: 16px;
    line-height: 140%;
    color: var(--gray-300);
    margin-bottom: 7px;
}

.G-buttons-filter .buttons-filter_container {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    grid-gap: 8px;
    height: 100%;
}

.G-buttons-filter.no-border .buttons-filter_container {
    height: 52px;
}

.G-buttons-filter .buttons-filter_container .btn-filter_option {
    position: relative;
    background-color: #fff;
    border-radius: 8px;
    height: 100%;
    padding: 0 16px;
    font-size: 16px;
    border: 1px solid transparent;
    cursor: pointer;
    transition: all 0.1s;
}

.G-buttons-filter .buttons-filter_container .btn-filter_option:before {
    content: '';
    position: absolute;
    top: 0;
    right: -4px;
    width: 1px;
    height: 24px;
    background-color: var(--gray-100);
    transform: translateY(40%);
}

.G-buttons-filter.no-border .buttons-filter_container .btn-filter_option {
    background-color: var(--gray-50);
    padding: 0 15px;
}

.G-buttons-filter.no-border .buttons-filter_container .btn-filter_option:before {
    content: none;
}

.G-buttons-filter .buttons-filter_container .btn-filter_option input {
    width: 100%;
    height: 100%;
    position: absolute;
    opacity: 0;
    cursor: pointer;
}

.G-buttons-filter .buttons-filter_container .btn-filter_option:last-child {
    margin-right: 0;
}

.G-buttons-filter .buttons-filter_container .btn-filter_option:last-child:before {
    display: none;
}

.G-buttons-filter .buttons-filter_container .btn-filter_option:hover {
    background-color: var(--gray-50);
}

.G-buttons-filter.no-border .buttons-filter_container .btn-filter_option:hover {
    background-color: var(--blue-500);
    color: #fff;
}

.G-buttons-filter.no-border .buttons-filter_container .btn-filter_option.selected,
.G-buttons-filter .buttons-filter_container .btn-filter_option.selected {
    color: #fff;
    background-color: var(--blue-500);
}

.G-checkbox-filter .checkbox-filter-label {
    display: block;
    font-size: 16px;
    line-height: 140%;
    color: var(--gray-300);
    margin-bottom: 7px;
}

.G-checkbox-filter .checkbox-filter_container .checkbox-filter_option {
    display: flex;
    align-items: center;
    cursor: pointer;
}

.G-checkbox-filter .checkbox-filter_container .checkbox-filter_option .input-checkbox {
    width: 18px;
    height: 18px;
    outline: 2px solid var(--gray-200);
    margin: 0 7px 0 0;
    border-radius: 5px;
}

.G-checkbox-filter .checkbox-filter_container .checkbox-filter_option .label-input {
    font-weight: 400;
    font-size: 16px;
    color: var(--gray-300);
}

.G-label-container-field {
    display: flex;
    flex-direction: column;
}

.G-label-container-field[data-theme='white'] .input-filed {
    background-color: #fff !important;
}

.G-label-container-field:last-child {
    margin-bottom: 0;
}

.G-label-container-field .title-field {
    font-size: 16px;
    color: var(--gray-300);
    margin-bottom: 6px;
}

.G-label-container-field .input-filed {
    width: 100%;
    height: 50px;
    border: 1px solid transparent;
    background-color: var(--gray-50);
    border-radius: 12px;
    padding: 0 14px;
    cursor: pointer;
    transition: all 0.15s;
}

.G-label-container-field .textarea-filed::placeholder,
.G-label-container-field .input-filed::placeholder {
    color: #BBBBBB;
}

.G-label-container-field .textarea-filed:hover:not([disabled]),
.G-label-container-field .input-filed:hover:not([disabled]) {
    border-color: var(--blue-300);
}

.G-label-container-field.gold .textarea-filed:hover:not([disabled]),
.G-label-container-field.gold .input-filed:hover:not([disabled]) {
    border-color: var(--gold-hovered);
}

.G-label-container-field .textarea-filed:focus,
.G-label-container-field .input-filed:focus {
    border-color: var(--blue-500);
    cursor: text;
}

.G-label-container-field.gold .textarea-filed:focus,
.G-label-container-field.gold .input-filed:focus {
    border-color: var(--gold-hovered);
}

.G-label-container-field .input-filed[disabled] {
    cursor: default !important;
}

.G-label-container-field .input-filed[name='name'],
.G-label-container-field .input-filed[name='surname'],
.G-label-container-field .input-filed[name='middle-name'] {
    text-transform: capitalize;
}

.G-label-container-field .input-filed.error-valid {
    border-color: var(--red-500);
}

.textarea-filed.error-valid {
    border-color: var(--red-500) !important;
}

.G-label-container-field .textarea-filed {
    width: 100%;
    height: 150px;
    border: 1px solid transparent;
    background-color: var(--gray-50);
    border-radius: 12px;
    padding: 20px 14px;
    cursor: pointer;
    transition: all 0.15s;
    resize: none;
}

.G-label-container-field .error-notification {
    display: none;
    font-size: 14px;
    color: var(--red-500);
    margin-left: 10px;
    padding-top: 4px;
    -webkit-backface-visibility: hidden;
    -webkit-perspective: 1000;
    -webkit-transform: translate3d(0, 0, 0);
    -webkit-transform: translateZ(0);
    backface-visibility: hidden;
    perspective: 1000;
    transform: translate3d(0, 0, 0);
    transform: translateZ(0);
}

@media (max-width: 767px) {
    .G-label-container-field .title-field {
        font-size: 14px;
        margin-left: 10px;
    }
}

.G_Select-time-callback .list-mode-time {
    display: flex;
    align-items: center;
    grid-gap: 50px;
}

.G_Select-time-callback .list-mode-time .item {
    display: flex;
    align-items: center;
    transition: all 0.15s;
    cursor: pointer;
}

.G_Select-time-callback .list-mode-time .item .input-radio {
    width: 24px;
    height: 24px;
    border: 2px solid var(--gray-200);
    border-radius: 50px;
    transition: all 0.15s;
}

.G_Select-time-callback .list-mode-time .item .title {
    font-size: 18px;
    color: var(--gray-500);
    margin-left: 10px;
    transition: all 0.15s;
}

.G_Select-time-callback .list-mode-time .item:hover:not([status='true']) .input-radio {
    border-color: var(--blue-500);
}

.G_Select-time-callback .list-mode-time .item:hover:not([status='true']) .title {
    color: var(--blue-500);
}

.G_Select-time-callback .list-mode-time .item.active .input-radio {
    border: 8px solid var(--blue-500);
}

.G_Select-time-callback .list-mode-time .item[data-checked='true'] {
    cursor: default;
}

.G_Select-time-callback .container-setting-time {
    opacity: 0;
    max-height: 0;
    overflow: hidden;
    transition: opacity 0.3s linear, max-height 0.7s linear;
}

.G_Select-time-callback .container-setting-time .grid-container {
    display: flex;
    padding-top: 30px;
    grid-gap: 30px;
}

.G_Select-time-callback .container-setting-time.open {
    opacity: 1;
    max-height: 500px;
    overflow: initial;
}

@media (max-width: 1500px) {
    .G_Select-time-callback .list-mode-time .item .input-radio {
        width: 22px;
        height: 22px;
    }

    .G_Select-time-callback .list-mode-time .item .title {
        font-size: 16px;
    }
}

.bs-modal {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 999;
    display: flex;
    align-items: flex-start;
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
    padding: 50px 30px;
    -webkit-backface-visibility: hidden;
    -webkit-perspective: 1000;
    -webkit-transform: translate3d(0, 0, 0);
    -webkit-transform: translateZ(0);
    backface-visibility: hidden;
    perspective: 1000;
    transform: translate3d(0, 0, 0);
    transform: translateY(0);
    will-change: transform, transform3d;
}

.bs-modal:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(77, 85, 106, 0.64);
    opacity: 0;
    -webkit-transition: opacity 350ms;
    -moz-transition: opacity 350ms;
    transition: opacity 350ms;
    will-change: backdrop-filter, opacity;
    -webkit-backface-visibility: hidden;
    -webkit-perspective: 1000;
    -webkit-transform: translate3d(0, 0, 0);
    -webkit-transform: translateZ(0);
    backface-visibility: hidden;
    perspective: 1000;
    transform: translate3d(0, 0, 0);
    transform: translateY(0);
}

.bs-modal.open {
    pointer-events: auto;
}

.bs-modal.open:before {
    opacity: 1;
}

.bs-modal.open .container-body {
    opacity: 1;
    -webkit-backface-visibility: hidden;
    -webkit-perspective: 1000;
    -webkit-transform: translate3d(0, 0, 0);
    -webkit-transform: translateZ(0);
    backface-visibility: hidden;
    perspective: 1000;
    transform: translate3d(0, 0, 0);
    transform: translateY(0);
    will-change: transform, transform3d, opacity;
}

.bs-modal.open[direction='center'] .container-body {
    opacity: 1;
    transform: translate3d(0, 0, 0);
}

.bs-modal.open[direction='full'] .container-body {
    opacity: 1;
    transform: translate3d(0, 0, 0);
}

.bs-modal.open[direction='right'] .container-body {
    transform: translate3d(0, 0, 0);
}

.bs-modal .container-body {
    position: relative;
    margin: auto;
    width: 650px;
    background-color: #fff;
    padding: 60px;
    transform: translate3d(-100px, 0, 0);
    -webkit-transition: transform 450ms ease-in-out;
    -moz-transition: transform 450ms ease-in-out;
    transition: transform 450ms ease-in-out;
    -webkit-backface-visibility: hidden;
    -webkit-perspective: 1000;
    -webkit-transform: translate3d(0, 0, 0);
    -webkit-transform: translateZ(0);
    backface-visibility: hidden;
    perspective: 1000;
    transform: translate3d(0, 0, 0);
    transform: translateY(0);
    will-change: transform, transform3d, opacity;
}

.bs-modal .container-body .form-modal-container .G-label-container-field,
.bs-modal .container-body .form-modal-container .G-select-destructor {
    margin-bottom: 15px;
}

.bs-modal .container-body .form-modal-container .btn-send {
    width: 100%;
    margin-top: 40px;
}

.bs-modal .container-body .personal-data {
    font-size: 14px;
    line-height: 120%;
    color: var(--gray-300);
    margin-top: 20px;
    max-width: 350px;
}

.bs-modal .container-body .personal-data a {
    color: var(--blue-500);
}

.bs-modal .container-body .personal-data a:hover {
    text-decoration: underline;
}

.bs-modal .container-body .our-phone {
    display: flex;
    flex-direction: column;
    margin-top: 30px;
    padding-top: 30px;
    border-top: 2px solid #E6E6E6;
}

.bs-modal .container-body .our-phone .desc-phone {
    color: #A3A3A3;
    font-size: 18px;
    font-weight: 400;
}

.bs-modal .container-body .our-phone .tel {
    font-family: Gilroy;
    color: #323232;
    font-size: 28px;
    font-weight: 500;
    margin-top: 10px;
}

@media (max-width: 767px) {
    .bs-modal .container-body .our-phone {
        margin-top: 10px;
        padding-top: 10px;
    }

    .bs-modal .container-body .our-phone .tel {
        margin-top: 5px;
    }

    .bs-modal-callback .G-label-container-field .title-field {
        display: none !important;
    }

    .bs-modal-callback .container-body .header-modal {
        margin-bottom: 20px !important;
    }
}




.bs-modal[direction='center'] {
    justify-content: center;
    padding: 0;
    overflow: hidden;
}

.bs-modal[direction='center'] .container-body {
    padding: 0;
    border-radius: 20px;
    opacity: 0;
    margin: auto 30px;
    transform: translate3d(0, -50px, 0);
    -webkit-transition: transform 200ms ease-in-out, opacity 250ms ease-in-out;
    -moz-transition: transform 200ms ease-in-out, opacity 250ms ease-in-out;
    transition: transform 200ms ease-in-out, opacity 250ms ease-in-out;
    -webkit-backface-visibility: hidden;
    -webkit-perspective: 1000;
    backface-visibility: hidden;
    perspective: 1000;
    will-change: transform, opacity;
}

.bs-modal[direction='center'] .container-body .header-modal {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 25px 32px;
}

.bs-modal[direction='center'] .container-body .header-modal .title-modal {
    font-family: 'Gilroy';
    font-weight: 500;
    font-size: 28px;
    color: var(--black-800);
}

.bs-modal[direction='center'] .container-body .header-modal i {
    font-size: 18px;
    background-color: var(--black-700);
    cursor: pointer;
}

.bs-modal[direction='center'] .container-body .header-modal i:hover {
    background-color: var(--blue-500);
}

.bs-modal[direction='center'] .container-body .modal-content {
    padding: 32px;
}

.bs-modal[direction='center'] .container-body .footer-modal {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    grid-gap: 10px;
    padding: 24px 32px;
}

@media (max-width: 767px) {
    .bs-modal[direction='center'] .container-body {
        display: flex;
        flex-direction: column;
        width: 100% !important;
        height: 100%;
        margin: 0;
        border-radius: 0;
        min-height: 100%;
    }

    .bs-modal[direction='center'] .container-body .header-modal {
        padding: 16px;
    }

    .bs-modal[direction='center'] .container-body .header-modal .title-modal {
        font-size: 24px;
    }

    .bs-modal[direction='center'] .container-body .modal-content {
        padding: 30px 16px;
        height: 100%;
    }

    .bs-modal[direction='center'] .container-body .footer-modal {
        padding: 16px;
    }

    .bs-modal[direction='center'] .container-body .footer-modal .btn {
        flex: 1;
        padding-left: 8px;
        padding-right: 8px;
    }
}

.bs-modal[direction='full'] {
    padding: 0;
    overflow: hidden;
}

.bs-modal[direction='full'] .container-body {
    display: flex;
    flex-direction: column;
    width: 100%;
    height: 100%;
    padding: 0;
    border-radius: 0;
    opacity: 0;
    transform: translate3d(0, 0, -250px);
    -webkit-transition: transform 350ms ease-in-out, opacity 300ms ease-in-out;
    -moz-transition: transform 350ms ease-in-out, opacity 300ms ease-in-out;
    transition: transform 350ms ease-in-out, opacity 300ms ease-in-out;
    -webkit-backface-visibility: hidden;
    -webkit-perspective: 1000;
    backface-visibility: hidden;
    perspective: 1000;
    will-change: transform, opacity;
}

.bs-modal[direction='full'] .container-body .header-modal {
    position: relative;
    border-bottom: 1px solid var(--gray-200);
}

.bs-modal[direction='full'] .container-body .header-modal .title-modal {
    padding: 20px 0;
}

.bs-modal[direction='full'] .container-body .header-modal .btn-close-modal {
    position: absolute;
    top: 0;
    right: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    width: auto;
    height: 100%;
    border-left: 1px solid var(--gray-200);
    cursor: pointer;
    aspect-ratio: 1 / 1;
    transition: 0.15s;
}

.bs-modal[direction='full'] .container-body .header-modal .btn-close-modal i {
    font-size: 14px;
    background-color: var(--black-800);
    transition: 0.15s;
}

.bs-modal[direction='full'] .container-body .header-modal .btn-close-modal:hover {
    background-color: var(--blue-500);
}

.bs-modal[direction='full'] .container-body .header-modal .btn-close-modal:hover i {
    background-color: #fff;
}

.bs-modal[direction='full'] .container-body .modal-content {
    width: 100%;
    height: 100%;
}

.bs-modal[direction='right'] {
    justify-content: flex-end;
    padding: 0;
    overflow: hidden;
}

.bs-modal[direction='right'] .container-body {
    margin: initial;
    max-width: 490px;
    height: 100%;
    min-height: 100%;
    padding: 100px 50px 40px;
    border-radius: 30px 0 0 30px;
    transform: translate3d(calc(100% + 100px), 0, 0);
    -webkit-transition: transform 450ms ease-in-out;
    -moz-transition: transform 450ms ease-in-out;
    transition: transform 450ms ease-in-out;
    -webkit-backface-visibility: hidden;
    -webkit-perspective: 1000;
    backface-visibility: hidden;
    perspective: 1000;
    will-change: transform, transform3d, opacity;
}

.bs-modal[direction='right'] .container-body .btn-close-modal {
    position: absolute;
    top: 30px;
    right: 30px;
    width: 50px;
    height: 50px;
    padding: 0;
    background: rgba(113, 156, 239, 0.05);
    border-radius: 150px;
}

.bs-modal[direction='right'] .container-body .btn-close-modal i {
    font-size: 12px;
    background-color: var(--blue-500);
    transition: all 0.2s;
}

.bs-modal[direction='right'] .container-body .btn-close-modal:hover {
    background-color: var(--blue-500);
}

.bs-modal[direction='right'] .container-body .btn-close-modal:hover i {
    background-color: #fff;
}

.bs-modal[direction='right'] .container-body .header-modal {
    color: var(--black-800);
    margin-bottom: 65px;
}

.bs-modal[direction='right'] .container-body .header-modal .title {
    font-size: 34px;
    line-height: 120%;
    margin-bottom: 24px;
}

.bs-modal[direction='right'] .container-body .header-modal .desc {
    font-size: 20px;
    color: var(--gray-300);
    max-width: 300px;
}

@media (max-width: 1500px) {
    .bs-modal[direction='right'] .container-body {
        padding: 60px 40px 40px;
        max-width: 420px;
        border-radius: 20px 0 0 20px;
    }

    .bs-modal[direction='right'] .container-body .btn-close-modal {
        top: 10px;
        right: 10px;
    }

    .bs-modal[direction='right'] .container-body .header-modal {
        margin-bottom: 50px;
    }

    .bs-modal[direction='right'] .container-body .header-modal .title {
        font-size: 28px;
        margin-bottom: 10px;
    }

    .bs-modal[direction='right'] .container-body .header-modal .desc {
        font-size: 17px;
    }
}

@media (max-width: 767px) {
    .bs-modal[direction='right'] .container-body {
        border-radius: 0;
        padding: 65px 16px 30px;
    }

    .bs-modal[direction='right'] .container-body .header-modal .title {
        width: calc(100% - 40px);
        font-size: 34px;
        line-height: 110%;
        margin-bottom: 20px;
    }
}

.bs-modal.bs-modal-callback .container-body .form-modal-container .form-select-time {
    margin-top: 30px;
    margin-bottom: 50px;
}

.bs-modal.bs-modal-success {
    -webkit-backface-visibility: hidden;
    -webkit-perspective: 1000;
    -webkit-transform: translate3d(0, 0, 0);
    -webkit-transform: translateZ(0);
    backface-visibility: hidden;
    perspective: 1000;
    transform: translate3d(0, 0, 0);
    transform: translateY(0);
    will-change: transform, transform3d;
}

.bs-modal.bs-modal-success .wrapper-container {
    display: flex;
    flex-direction: column;
    height: 100%;
    min-height: inherit;
}

.bs-modal.bs-modal-success .wrapper-container .row-success-content {
    margin: auto;
}

.bs-modal.bs-modal-success .wrapper-container .row-success-content .circle-box {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 90px;
    height: 90px;
    border-radius: 100px;
    margin: 0 auto;
    border: 2px solid var(--blue-500);
}

.bs-modal.bs-modal-success .wrapper-container .row-success-content .circle-box i {
    font-size: 38px;
    background-color: var(--blue-500);
}

.bs-modal.bs-modal-success .wrapper-container .row-success-content .title {
    margin-top: 20px;
    margin-bottom: 17px;
    text-align: center;
}

.bs-modal.bs-modal-success .wrapper-container .row-success-content .desc {
    color: var(--gray-300);
}

@media (max-width: 767px) {
    .bs-modal.bs-modal-success .wrapper-container .row-success-content .title {
        font-size: 30px;
        margin-bottom: 7px;
    }

    .bs-modal.bs-modal-success .wrapper-container .row-success-content .desc {
        font-size: 18px;
    }
}

.bs-modal.bs-modal-success .wrapper-container .row-bottom-content .text-auto-close-modal {
    font-size: 14px;
    line-height: 120%;
    text-align: center;
    color: var(--gray-300);
}

.bs-modal.bs-modal-success .wrapper-container .row-bottom-content .text-auto-close-modal .time-box {
    color: var(--blue-500);
}

.G-bread-crumbs {
    display: flex;
    align-items: center;
    flex-wrap: nowrap;
    overflow: auto;
    -ms-overflow-style: none;
    scrollbar-width: none;
    -ms-overflow-style: none;
}

.G-bread-crumbs::-webkit-scrollbar {
    width: 0;
    height: 0;
}

.G-bread-crumbs .item {
    position: relative;
    margin-right: 20px;
}

.G-bread-crumbs .item a {
    font-weight: 400;
    font-size: 16px;
    color: var(--gray-500);
    white-space: nowrap;
    transition: 0.1s;
}

.G-bread-crumbs .item:after {
    content: '';
    position: absolute;
    top: 8px;
    left: calc(100% + 6px);
    display: inline-block;
    height: 1em;
    width: 1em;
    mask-size: contain;
    -webkit-mask-size: contain;
    mask-repeat: no-repeat;
    -webkit-mask-repeat: no-repeat;
    mask-position: center;
    -webkit-mask-position: center;
    font-size: 8px;
    background-color: var(--gray-500);
    mask-image: url(/assets/icons/row-right.svg);
    -webkit-mask-image: url(/assets/icons/row-right.svg);
}

.G-bread-crumbs .item:last-child {
    margin-right: 0;
}

.G-bread-crumbs .item:last-child a {
    color: var(--black-800);
    cursor: default;
}

.G-bread-crumbs .item:last-child:after {
    display: none;
}

.G-bread-crumbs .item:hover:not(:last-child) a {
    color: var(--blue-500);
}

@media (max-width: 767px) {
    .G-bread-crumbs {
        width: calc(100% + 32px);
        margin-left: -16px !important;
        margin-right: -16px !important;
        padding-left: 16px;
        padding-right: 16px;
    }
}

.G-services-form .form-callback {
    background-color: var(--gray-50);
    border-radius: 30px;
    padding: 60px 80px 40px;
}

@media (max-width: 1100px) {
    .G-services-form .form-callback {
        padding: 60px 60px 40px;
    }
}

@media (max-width: 767px) {
    .G-services-form .form-callback {
        padding: 40px 16px;
    }
}

.G-services-form .form-callback .title-form {
    display: block;
    margin-bottom: 15px;
}

@media (max-width: 767px) {
    .G-services-form .form-callback .title-form {
        font-size: 28px;
    }
}

.G-services-form .form-callback .desc-form {
    font-family: 'Gilroy';
    font-weight: 500;
    font-size: 22px;
    line-height: 140%;
    color: var(--gray-300);
}

@media (max-width: 767px) {
    .G-services-form .form-callback .desc-form {
        font-size: 16px;
    }
}

.G-services-form .form-callback .grid-field {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-column-gap: 20px;
    width: 100%;
    margin-top: 30px;
}

@media (max-width: 1100px) {
    .G-services-form .form-callback .grid-field {
        grid-template-columns: repeat(1, 1fr);
    }
}

@media (max-width: 767px) {
    .G-services-form .form-callback .grid-field {
        grid-row-gap: 20px;
    }
}

.G-services-form .form-callback .grid-field > * {
    flex: 1;
}

.G-services-form .form-callback .grid-field .event-col {
    margin-top: 30px;
}

@media (max-width: 1100px) {
    .G-services-form .form-callback .grid-field .event-col {
        order: 4;
    }
}

@media (max-width: 767px) {
    .G-services-form .form-callback .grid-field .event-col {
        margin-top: 20px;
    }
}

.G-services-form .form-callback .grid-field .event-col .btn-send {
    width: 100%;
}

.G-services-form .form-callback .grid-field .event-col .personal-data {
    font-size: 14px;
    line-height: 120%;
    color: var(--gray-300);
    margin-top: 20px;
    max-width: 350px;
}

.G-services-form .form-callback .grid-field .event-col .personal-data a {
    color: var(--blue-500);
}

.G-services-form .form-callback .grid-field .event-col .personal-data a:hover {
    text-decoration: underline;
}

.G-services-form .form-callback .form-select-time {
    max-width: 500px;
    margin-top: -32px;
}

@media (max-width: 1100px) {
    .G-services-form .form-callback .form-select-time {
        order: 3;
        margin-top: 20px;
    }
}

.cat-metro, .walking-metro {
    position: relative;
    display: block;
    width: max-content;
    font-size: 14px;
    color: var(--gray-300);
    padding-left: 20px;
}

.cat-metro:after, .walking-metro:after {
    content: '';
    position: absolute;
    top: 1px;
    left: 0;
    display: inline-block;
    height: 1em;
    width: 1em;
    mask-size: contain;
    -webkit-mask-size: contain;
    mask-repeat: no-repeat;
    -webkit-mask-repeat: no-repeat;
    mask-position: center;
    -webkit-mask-position: center;
    font-size: 16px;
    background-color: var(--gray-300);
    mask-image: url(/assets/icons/people.svg);
    -webkit-mask-image: url(/assets/icons/people.svg);
}

.cat-metro:after {
    mask-image: url(/assets/icons/car.svg);
    -webkit-mask-image: url(/assets/icons/car.svg);
}


.G-map-container {
    width: 100%;
    max-height: 88vh;
    overflow: hidden;
}

.G-map-container .content {
    border-radius: 20px;
    overflow: hidden;
}

.G-map-container #map {
    width: 100%;
    height: 100%;
}

.G-map-container #map [class*="copyrights-pane"] {
    display: none !important;
}

.G-map-container #map_categories {
    position: absolute;
    top: 50%;
    left: 30px;
    z-index: 10;
    width: 100%;
    max-width: 272px;
    height: auto;
    max-height: 90%;
    overflow: auto;
    padding: 30px 25px 30px 30px;
    background-color: #fff;
    border-radius: 20px;
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.15);
    transform: translateY(-50%);
}

.G-map-container #map_categories .list-categories {
    display: flex;
    flex-direction: column;
    grid-gap: 10px;
    margin: 0;
}

.G-map-container #map_categories .list-categories .item {
    display: flex;
    align-items: center;
    cursor: pointer;
}

.G-map-container #map_categories .list-categories .item .icon-category {
    margin-right: 15px;
    filter: grayscale(1);
    opacity: 0.3;
    transition: all 0.15s;
}

.G-map-container #map_categories .list-categories .item .title {
    display: flex;
    align-items: center;
    justify-content: space-between;
    font-weight: 400;
    font-size: 16px;
    color: var(--black-800);
    width: 100%;
}

.G-map-container #map_categories .list-categories .item .title .count {
    font-size: 14px;
    color: var(--gray-400);
}

.G-map-container #map_categories .list-categories .item:hover:not(.active) img {
    opacity: 0.4;
}

.G-map-container #map_categories .list-categories .item:hover:not(.active) span {
    color: var(--gray-500);
}

.G-map-container #map_categories .list-categories .item.active img {
    filter: none;
    opacity: 1;
}

.G-map-container #map_categories .list-categories .item.active span {
    color: var(--black-800);
}

@media (max-width: 991px) {
    .G-map-container #map_categories .list-categories {
        flex-direction: row;
    }

    .G-map-container #map_categories .list-categories .item .title .count {
        margin-left: 10px;
    }
}

@media (max-width: 991px) {
    .G-map-container #map_categories {
        width: 100%;
        top: 0;
        left: 0;
        max-width: none;
        padding: 0;
        background-color: transparent;
        box-shadow: none;
        overflow-x: auto;
        scrollbar-width: none;
        /*mozilla*/
        transform: none;
    }

    .G-map-container #map_categories::-webkit-scrollbar {
        display: none;
        /*chrome*/
    }

    .G-map-container #map_categories ul {
        flex-direction: row;
        padding: 25px 16px 16px;
        width: min-content;
    }

    .G-map-container #map_categories ul li {
        background: #fff;
        width: auto;
        min-width: max-content;
        border-radius: 12px;
        box-shadow: 0 0 20px rgba(0, 0, 0, 0.15);
    }

    .G-map-container #map_categories ul li img {
        margin-right: 10px;
    }

    .G-map-container #map_categories ul li span {
        font-size: 16px;
        margin-right: 15px;
    }
}

.G-map-container .custom-zoom {
    position: absolute;
    top: 50%;
    right: 20px;
    display: flex;
    flex-direction: column;
    border-radius: 8px;
    box-shadow: 0px 2px 40px rgba(0, 0, 0, 0.15);
    transform: translateY(-50%);
}

.G-map-container .custom-zoom .btn-zoom {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 37px;
    height: 37px;
    background-color: #fff;
    padding: 0;
    border-radius: 0;
}

.G-map-container .custom-zoom .btn-zoom i {
    font-size: 12px;
    background-color: var(--black-800);
}

.G-map-container .custom-zoom .btn-zoom.btn-zoom_in {
    border-radius: 8px 8px 0 0;
}

.G-map-container .custom-zoom .btn-zoom.btn-zoom_out {
    border-radius: 0 0 8px 8px;
}

.G-map-container .custom-zoom .btn-zoom:hover {
    background-color: var(--gray-50);
}

.G-map-container .custom-zoom .btn-zoom:active {
    background-color: var(--gray-200);
}

@media (max-width: 991px) {
    .G-map-container {
        width: calc(100% + 32px);
        height: 80vh;
        margin-left: -16px;
    }

    .G-map-container .content {
        border-radius: 0 !important;
    }
}

.G-filter-search {
    display: flex;
    align-items: center;
    flex-direction: column;
    margin: 30px 0;
}

.G-filter-search .wrapper-content-search {
    position: relative;
    display: flex;
    width: 100%;
    height: 320px;
    border-radius: 30px;
    overflow: hidden;
}

@media (max-width: 991px) {
    .G-filter-search .wrapper-content-search {
        height: 170px;
        border-radius: 15px;
    }
}

.G-filter-search .wrapper-content-search:after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.3);
}

.G-filter-search .wrapper-content-search .content {
    position: relative;
    z-index: 2;
    width: 100%;
    padding: 90px 115px 0;
}

@media (max-width: 1500px) {
    .G-filter-search .wrapper-content-search .content {
        padding: 90px 50px 0;
    }
}

@media (max-width: 1200px) {
    .G-filter-search .wrapper-content-search .content {
        padding: 90px 40px 0;
    }
}

@media (max-width: 991px) {
    .G-filter-search .wrapper-content-search .content {
        display: flex;
        flex-direction: column;
        justify-content: center;
        padding: 20px;
    }
}

.G-filter-search .wrapper-content-search .content .G-bread-crumbs .item:after {
    background-color: #fff;
}

.G-filter-search .wrapper-content-search .content .G-bread-crumbs .item a {
    color: #fff !important;
}

@media (max-width: 991px) {
    .G-filter-search .wrapper-content-search .content .G-bread-crumbs {
        display: none;
    }
}

.G-filter-search .wrapper-content-search .content .title-filter {
    color: #fff;
    margin-top: 20px;
}

@media (max-width: 991px) {
    .G-filter-search .wrapper-content-search .content .title-filter {
        font-size: 28px;
        margin-top: -12px;
    }
}

.G-filter-search .parameters-filter {
    position: relative;
    z-index: 3;
    display: flex;
    flex-wrap: wrap;
    grid-gap: 10px;
    width: auto;
    margin: 0 115px;
    margin-top: -50px !important;
    padding: 24px 30px;
    background-color: #FFFFFF;
    box-shadow: 0px 0px 34px rgba(0, 0, 0, 0.06);
    border-radius: 20px;
    display: flex;
}

@media (max-width: 1500px) {
    .G-filter-search .parameters-filter {
        margin: 0 50px;
        display: flex;
    }
}

@media (max-width: 1200px) {
    .G-filter-search .parameters-filter {
        margin: 0 18px;
        display: flex;
    }
}

@media (max-width: 991px) {
    .G-filter-search .parameters-filter {
        padding: 0;
        width: calc(100% - 44px);
        margin-top: -23px !important;
        display: none;
    }
}

.btn-all-filters {
    padding-left: 20px;
    padding-right: 20px;
    font-size: 16px;
    z-index: 2;
    margin-top: -25px;
    display: none;
}

@media (max-width: 991px) {
    .btn-all-filters {
        width: 85%;
        color: var(--black-800);
        border: 1px solid var(--gray-100);
        display: block;
    }
}

.btn-all-filters i {
    margin-right: 12px;
}

.G-filter-search .parameters-filter .btn-claer-filters {
    padding: 10px !important;
    padding-right: 0 !important;
    order: 100;
    border-color: transparent;
    color: var(--red-500);
    font-size: 14px;
}

.G-filter-search .parameters-filter .G-select-destructor,
.G-filter-search .parameters-filter .G_bs-slider-range {
    flex: auto;
    min-width: 230px;
    width: 25%;
}

.bs-modal-filters .parameters-filter {
    display: flex;
    flex-direction: column;
    grid-gap: 20px;
}

.bs-modal-filters .parameters-filter > * {
    min-height: 52px;
}

.bs-modal-filters .parameters-filter .G-buttons-filter {
    width: max-content;
}

.bs-modal-filters .parameters-filter .G-buttons-filter .btn-filter_option:before {
    transform: none;
}

.G-filter-option {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 7px 16px;
    height: max-content;
    border-radius: 50px;
    background-color: var(--gray-100);
}

.G-filter-option .title {
    font-weight: 400;
    font-size: 18px;
    color: var(--black-800);
}

.G-filter-option .input-filed {
    display: none;
    opacity: 0;
    visibility: hidden;
}


/*Рекламный баннер*/
.G-modal-ad-banner {

}


.G-promo-banner {
    display: flex;
    overflow: hidden;
}

.G-promo-banner {
    padding: 32px 40px;

    border-radius: 20px;
    background: rgba(255, 255, 255, 0.70);
    box-shadow: 0 10px 60px 1px rgba(0, 0, 0, 0.32);
    backdrop-filter: blur(30px);

    justify-content: space-between;
}

.G-promo-banner.full {
    position: absolute;
    bottom: 44px;
    left: 50%;
    width: 66%;
    /*width: 100%;*/
    max-width: 1200px;
    transform: translateX(-50%);
}

.G-promo-banner.black {
    background: var(--black-700);
    padding: 36px 220px 36px 72px;

    box-shadow: none;
    backdrop-filter: none;
    position: relative;
    margin: 15px 0;
}

.G-promo-banner.flat {
    padding: 31px 34px;
    grid-row-gap: 24px;
    flex-direction: column;

    margin-top: 20px;

    box-shadow: none;
    backdrop-filter: none;
    position: relative;
}

.G-promo-banner.fixed.hidden {
    opacity: 0;
    transform: translateX(150%);
    transition: transform 0.3s ease, opacity 0.3s ease;
}

.G-promo-banner.fixed .close-btn {
    position: absolute;
    right: 16px;
    top: 16px;

    background: rgba(155, 154, 154, 0.2);
    backdrop-filter: blur(15px);
    border-radius: 12px;
    width: 50px;
    height: 50px;
    display: flex;
    justify-content: center;
    align-items: center;

    cursor: pointer;
}

.G-promo-banner.fixed {
    position: fixed;
    right: 0;
    top: 30px;
    flex-direction: column;
    grid-row-gap: 28px;
    padding-right: 50%;

    border-radius: 24px;
    background: #FFF;
    box-shadow: 0px 10px 60px 1px rgba(0, 0, 0, 0.32);
    z-index: 111;
    opacity: 1;
    transform: translateX(0);

    background-image: url("/assets/img/banner-icon.png");
    background-repeat: no-repeat;
    background-position: right bottom;

    transition: transform 0.3s ease, opacity 0.3s ease;
}

.G-promo-banner .titles {
    color: var(--black-800);
}

.G-promo-banner .titles .prices {
    display: none;
}

.G-promo-banner.flat .titles .prices {
    display: flex;
    align-items: center;
    grid-column-gap: 16px;
}

.G-promo-banner.flat .titles .prices .new-price {
    color: #FFF;
    font-size: 40px;
    font-weight: 600;
    white-space: nowrap;
}

.G-promo-banner.flat .titles .prices .old-price {
    color: var(--gray-200);
    font-size: 24px;
    font-weight: 500;
    position: relative;
    white-space: nowrap;
}

.G-promo-banner.flat .titles .prices .old-price:after {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTI3IiBoZWlnaHQ9IjExIiB2aWV3Qm94PSIwIDAgMTI3IDExIiBmaWxsPSJub25lIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciPgo8cGF0aCBkPSJNMC45MjMyOTMgMS4zMjI4NEwyOC41NTA4IDEuMTI0MjZDNTAuODQ3IDAuOTY0MDA0IDczLjEyNDMgMi40NjEwNyA5NS4xOTg2IDUuNjAzMTFMMTI2LjEzNCAxMC4wMDY1IiBzdHJva2U9IiM3MTlDRUYiIHN0cm9rZS13aWR0aD0iMS41Ii8+Cjwvc3ZnPgo=");
    background-repeat: no-repeat;
    background-size: 100% 100%;

}

.G-promo-banner.black .titles,
.G-promo-banner.black .titles .title {
    color: #FFFFFF;
}

.G-promo-banner .titles .title {
    font-size: 40px;
    font-weight: 600;
    line-height: 120%;
}

.G-promo-banner.flat .titles .title {
    display: none;
}

.G-promo-banner .titles .subtitle {
    font-size: 20px;
    line-height: 120%;
}

.G-promo-banner .timer-wrapper {
}

.G-promo-banner.fixed .timer-wrapper {
    display: flex;
    grid-gap: 12px;
}

.G-promo-banner .timer-wrapper .timer {
    display: flex;
    align-items: center;
    grid-column-gap: 2px;
    margin-bottom: 10px;
}

.G-promo-banner .timer-wrapper .timer .num-wrapper {
    position: relative;
}


.G-promo-banner .timer-wrapper .timer .num {
    display: flex;
    align-items: center;
    grid-column-gap: 2px;
}

.G-promo-banner .timer-wrapper .timer .num span {
    height: 40px;
    width: 36px;
    padding: 12px;
    border-radius: 4px;
    background: #719CEF;

    display: flex;
    justify-content: center;
    align-items: center;


    color: #FFF;
    font-size: 18px !important;
    font-weight: 600;
    line-height: 1;
}

.G-promo-banner.black .timer-wrapper .timer .num span {
    width: 40px;
    height: 55px;
}

.G-promo-banner .timer-wrapper .timer .separator {
    color: var(--black-800);
    margin-left: 4px;
    margin-right: 4px;
    font-size: 18px;
    font-weight: 600;
}

.G-promo-banner.black .timer-wrapper .timer .separator {
    color: #FFFFFF;
}

.G-promo-banner .timer-wrapper .timer .num-subtitle {
    position: absolute;
    left: 50%;
    bottom: -20px;
    transform: translateX(-50%);
    color: var(--black-800);
    font-weight: 300;
    font-size: 14px;
}

.G-promo-banner.black .timer-wrapper .timer .num-subtitle {
    color: #ffffff;
}

.G-promo-banner .timer-wrapper .timer-subtitle {
    color: var(--black-800);
    font-size: 14px;
    line-height: 120%;

    margin-top: 25px;
}

.G-promo-banner.black .timer-wrapper .timer-subtitle {
    color: #FFFFFF;
}

.G-promo-banner .buttons {
    display: flex;
    flex-direction: column;
    grid-row-gap: 12px;
}

.G-promo-banner.fixed .buttons {
    flex-direction: row;
    grid-gap: 12px;
}

.G-promo-banner.flat .buttons .btn {
    width: 100%;
}

.G-promo-banner .buttons .more {
    color: var(--black-800);
    font-weight: 400;
    font-size: 14px;
}

.G-promo-banner.black .buttons .more {
    color: #FFFFFF;
}

.G-promo-banner .buttons .more .icon {
    background-color: var(--black-800);
    margin-left: 10px;
    vertical-align: center;
    font-size: 9px;
}

.G-promo-banner.black .buttons .more .icon {
    background-color: #FFFFFF;
}

.G-promo-banner .label {
    display: none;
}

.G-promo-banner.black .label {
    position: absolute;
    right: 0;
    top: 0;
    height: 40px;
    padding: 9px 60px;
    display: flex;
    justify-content: center;
    align-items: center;

    background-color: #FF9A24;
    border-radius: 0 0 0 20px;
    color: #FFF;
    font-size: 18px;
    font-weight: 500;
    line-height: 120%;
}

.G-promo-banner.black .label {
    height: 28px;
    padding: 5px 45px;
    font-size: 14px;
}

@media (max-width: 1400px) {
    .G-promo-banner.full {
        position: absolute;
        bottom: 144px;
        left: 50%;
        width: 95%;
        max-width: 1200px;
        transform: translateX(-50%);
    }
}

@media (max-width: 1300px) {
    .G-promo-banner.black {
        padding: 40px 72px;
    }

    .G-promo-banner.flat {
        padding: 31px 34px;
    }

    .G-promo-banner.black .label {
        height: 32px;
        padding: 8px 50px;

        font-size: 14px;
    }
}

@media (max-width: 1100px) {
    .G-promo-banner.black {
        padding: 40px 55px 40px 35px;
    }

    .G-promo-banner.flat {
        padding: 31px 34px;
    }

    .G-promo-banner.black .timer-wrapper .timer .num span {
        width: 40px;
        height: 48px;
    }

    .G-promo-banner.black .buttons .callback-btn {
        height: 48px;
    }

    .G-promo-banner.black .label {
        height: 24px;
        padding: 4px 32px;

        font-size: 13px;
    }
}

@media (max-width: 991px) {
    .G-promo-banner.fixed {
        padding: 32px;
        padding-bottom: 45%;

        grid-row-gap: 24px;

        background-position-y: 120%;
        background-size: 80%;
        min-width: 345px;
    }

    .G-promo-banner.fixed .close-btn {
        background: none;
        backdrop-filter: none;
        border-radius: unset;
        right: 0;
        top: 0;
    }

    .G-promo-banner.fixed .close-btn .icon {
        background-color: var(--blue-500);
    }

    .G-promo-banner.fixed .timer-wrapper {
        flex-direction: column;
        grid-gap: 0;
    }

    .G-promo-banner.fixed .buttons {
        flex-direction: column;
    }

    .G-promo-banner.fixed .buttons .btn {
        width: 100%;
    }
}

@media (max-width: 991px) {
    .G-promo-banner.black {
        padding: 40px 24px;
        flex-direction: column;
        grid-row-gap: 26px;
    }

    .G-promo-banner.black .label {
        height: 28px;
        padding: 4px 30px;
        font-size: 14px;
    }
}

@media (max-width: 500px) {
    .G-promo-banner.black .buttons .btn {
        width: 100%;
    }


    .G-promo-banner.flat {
        padding: 40px 24px;
    }

    .G-promo-banner.flat .titles .prices .new-price {
        font-size: 32px;
    }

    .G-promo-banner.flat .titles .prices .old-price {
        font-size: 18px;
    }

    .G-promo-banner.flat .titles .subtitle {
        font-size: 18px;
    }

    .G-promo-banner .timer-wrapper .timer .num span {
        height: 37px;
        width: 28px;
    }

    .G-promo-banner.black .timer-wrapper .timer .num span {
        height: 56px;
        width: 42px;
    }
}

@media (max-width: 480px) {
    .G-promo-banner.black .timer-wrapper .timer .num span {
        height: 50px;
        width: 35px;
    }
}

@media (max-width: 420px) {
    .G-promo-banner.black .timer-wrapper .timer .num span {
        height: 40px;
        width: 28px;
    }
}
/*КОНЕЦ Рекламный баннер*/