@font-face {
    font-family: "Vol";
    src: url("/wp-content/themes/maintheme/assets/fonts/Vol-Medium.woff2") format("woff2"),
        url("/wp-content/themes/maintheme/assets/fonts/Vol-Medium.woff") format("woff");
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: "Vol";
    src: url("/wp-content/themes/maintheme/assets/fonts/Vol-Regular.woff2") format("woff2"),
        url("/wp-content/themes/maintheme/assets/fonts/Vol-Regular.woff") format("woff");
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: "Vol";
    src: url("/wp-content/themes/maintheme/assets/fonts/Vol-Bold.woff2") format("woff2"),
        url("/wp-content/themes/maintheme/assets/fonts/Vol-Bold.woff") format("woff");
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: "Vol";
    src: url("/wp-content/themes/maintheme/assets/fonts/Vol-SemiBold.woff2") format("woff2"),
        url("/wp-content/themes/maintheme/assets/fonts/Vol-SemiBold.woff") format("woff");
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}

:root {
    --main-color: #232325;
    --hover: #014385;
    --second: #8c8c8c;
    --accent: #fed42b;
    --white2: #fdfdf7;
}

html {
    scroll-behavior: smooth;
    scrollbar-gutter: stable;
}

html:not(:has(#steps:target)) {
    scroll-padding-top: 120px;
}

body,
button,
input,
select,
optgroup,
textarea {
    font-family: "Vol";
    font-optical-sizing: auto;
    font-weight: 500;
    font-style: normal;
}

body {
    position: relative;
    margin: 0;
    padding: 0;
    scrollbar-gutter: auto;
    overflow-x: hidden;
    color: #232325;
    font-size: 16px;
    line-height: 1.35;
    letter-spacing: -0.02em;
    background: #f1f1f1;
}

::-webkit-scrollbar {
    height: 5px;
    width: 6px;
    background: #fdfdf7;
    border-radius: 0;
}

::-webkit-scrollbar-thumb {
    border-radius: 0;
    background-color: #afafaf;
}

::-webkit-scrollbar-thumb:hover {
    background-color: #fed42b;
}

div,
input,
form,
span,
a,
p,
button,
textarea {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

ul,
ol {
    padding: 0;
    margin: 0;
    padding-left: 22px;
}

ul li,
ol li {
    margin-bottom: 10px;
}

/* Forms
--------------------------------------------- */
button {
    cursor: pointer;
    border: none;
    border-color: #ccc #ccc #bbb;
    height: 52px;
    background: #e6e6e6;
    color: rgba(0, 0, 0, 0.8);
    line-height: 1;
    border-radius: 10px;
}

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
input[type="number"],
input[type="tel"],
input[type="range"],
input[type="date"],
input[type="month"],
input[type="week"],
input[type="time"],
input[type="datetime"],
input[type="datetime-local"],
input[type="color"],
textarea {
    color: #525252;
    font-size: 16px;
    outline: none;
    border-radius: 10px;
    padding: 15px;
    height: 52px;
    background: transparent;
    border: 1px solid #525252;
    margin: 0px;
}

select {
    border: 1px solid #ccc;
}

textarea {
    resize: none;
    width: 100%;
    height: 170px;
    max-height: unset;
}

.text-editor h1,
.text-editor h2,
.text-editor h3,
.text-editor h4,
.text-editor h5,
.text-editor h6 {
    margin: 0;
    padding: 0;
    margin-bottom: 30px;
    margin-top: 50px;
    line-height: 130%;
    font-size: 28px;
}

.text-editor p {
    margin: 25px 0;
}

.text-editor ul {
    list-style: none;
}

.text-editor ul li {
    position: relative;
}

.text-editor ul li::before {
    content: ".";
    font-family: auto;
    position: absolute;
    left: -20px;
    top: -28px;
    color: #232325;
    font-size: 50px;
    line-height: 100%;
}

.text-editor ol {
    list-style: decimal;
}

.text-editor ul,
.text-editor ol {
    padding-left: 23px;
    margin-bottom: 40px;
}

.text-editor ul li,
.text-editor ol li {
    margin-bottom: 5px;
}

.text-editor .pic-img {
    display: flex;
    margin-bottom: 50px;
}

.text-editor .pic-img img {
    height: 300px;
    object-fit: cover;
    width: 100%;
    object-position: center;
}

.text-editor img {
    max-height: 570px;
    object-fit: cover;
}

p {
    margin: 0;
    margin-bottom: 25px;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    margin: 0;
    padding: 0;
    margin-bottom: 30px;
    margin-top: 50px;
    line-height: 130%;
}

a {
    text-decoration: none;
    transition: all 0.3s ease-in-out;
}

a:hover {
    text-decoration: none;
    color: #fed42b;
}

svg,
svg path {
    transition: all 0.3s ease-in-out;
}

img,
a img,
.swiper,
.disable-selection {
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.heading-1 {
    font-weight: 700;
    font-size: 48px;
    line-height: 130%;
    color: #232325;
    margin: 0;
    margin-bottom: 50px;
    letter-spacing: -0.02em;
}

.heading-2 {
    color: #232325;
    font-weight: 500;
    font-size: 40px;
    line-height: 130%;
    margin: 0;
    margin-bottom: 40px;
    letter-spacing: -0.02em;
}

.heading-w-line {
    padding-left: 65px;
    position: relative;
}

.heading-w-line:before {
    content: "";
    position: absolute;
    top: 23px;
    left: 0;
    display: block;
    height: 4px;
    width: 50px;
    background-color: #fed42b;
}

.heading-w-dec {
    position: relative;
    padding-left: 25px;
}

.heading-w-dec:before {
    content: "";
    position: absolute;
    display: block;
    top: 18px;
    left: 0;
    width: 8px;
    height: 8px;
    background-color: #014385;
    transform: rotate(-45deg);
    border-radius: 2px;
}

.heading-small {
    font-weight: 500;
    font-size: 24px;
    line-height: 135%;
    color: #8c8c8c;
    margin: 0;
    text-transform: none;
    margin-bottom: 40px;
    letter-spacing: -0.02em;
}

.heading-3 {
    font-weight: 500;
    font-size: 32px;
    line-height: 135%;
    color: #232325;
    margin: 0;
    margin-bottom: 30px;
    letter-spacing: -0.02em;
}

.text-24 {
    letter-spacing: -0.02em;
    font-size: 24px;
    line-height: 135%;
}

.white-color {
    color: #f1f1f1;
}

.mt50 {
    margin-top: 50px;
}

.mb30 {
    margin-bottom: 30px;
}

.mb50 {
    margin-bottom: 50px;
}

.mb80 {
    margin-bottom: 80px;
}

.mb100 {
    margin-bottom: 100px;
}

.mb150 {
    margin-bottom: 150px;
}

.mb200 {
    margin-bottom: 200px;
}

.mb250 {
    margin-bottom: 200px;
}

.tac {
    text-align: center;
}

.ovh {
    overflow: hidden;
}

.ovv {
    overflow: visible;
}

.btn {
    position: relative;
    display: inline-flex;
    height: 58px;
    justify-content: center;
    align-items: center;
    min-width: 250px;
    max-width: max-content;
    text-decoration: none;
    padding: 0 40px;
    color: #232325;
    font-weight: 500;
    font-size: 16px;
    line-height: 140%;
    text-transform: none;
    text-align: center;
    border-color: #fed42b;
    background-color: #fed42b;
    border: 2px solid #fed42b;
    border-radius: 100px;
    transition: 0.3s ease-in-out;
    font-size: 16px;
}

.btn:hover {
    box-shadow: 0 5px 15px 0 rgba(0, 0, 0, 0.15);
    color: #232325;
}

.btn.btn-plus {
    padding-left: 20px;
}

.btn.btn-plus svg {
    transition: all 0.3s ease-in-out;
    margin-right: 10px;
}

.btn.btn-plus:hover svg {
    transform: rotate(90deg);
}

.btn.border-black {
    background-color: transparent;
    border-color: #8c8c8c;
}

.btn.border-black:hover {
    background-color: #fed42b;
    border-color: #fed42b;
}

.btn.black {
    background-color: #232325;
    border-color: #232325;
    color: #fff;
}

.btn.yellow {
    background-color: #fed42b;
    border-color: #fed42b;
}

.btn.btn-w-icon {
    padding-right: 10px;
    gap: 5px;
}

.btn.btn-w-icon .btn-icon:first-child {
    margin-left: 15px;
}

.btn.tr-bg {
    background-color: transparent;
}

.btn.tr-bg:hover {
    background-color: #fed42b;
}

.btn.after-btn::after {
    content: "";
    position: absolute;
    top: -2px;
    left: calc(100% + 2px);
    width: 78px;
    height: calc(100% + 4px);
    border-radius: 100px;
    width: 78px;
    display: block;
    border: 2px solid #fff;
    background-image: url("data:image/svg+xml,%3Csvg width='34' height='34' viewBox='0 0 34 34' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M7 28L27 8M27 8H12M27 8V23' stroke='%23232325' stroke-width='3.52945' stroke-linecap='round' stroke-linejoin='round' /%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-color: #fff;
    background-position: center;
}

.btn.two-icons {
    gap: 6px;
}

.btn.full-width {
    max-width: 100%;
    width: 100%;
}

.btn-icon {
    height: 44px;
    width: 44px;
    min-width: 44px;
    border-radius: 50%;
    display: flex;
    background-color: #fff;
    align-items: center;
    justify-content: center;
}

.grid-2 {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 20px;
    margin-bottom: 30px;
}

.grid-3 {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 20px;
    margin-bottom: 30px;
}

.grid-4 {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 20px;
    margin-bottom: 30px;
}

.g15 {
    gap: 15px;
}

.short-descr {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
    text-overflow: ellipsis;
}

.container,
.entry-content {
    max-width: 100%;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    padding: 0 30px;
}

.colored {
    color: #fed42b;
}

.colored-2 {
    color: #ecb01c;
}

header {
    position: absolute;
    top: 0;
    left: 50%;
    width: 100%;
    padding: 25px 0;
    /* background: linear-gradient(0deg, rgba(241, 241, 241, 0) 0%, #f1f1f1 100%); */
    background-color: transparent;
    z-index: 10;
    border-radius: 0 0 30px 30px;
    transition: transform 0.3s ease-in-out, opacity 0.3s ease-in-out,
        background-color 0.3s ease-in-out;
    max-width: 100%;
    transform: translateX(-50%);
}

.header-wrapper {
    display: flex;
    gap: 30px;
    justify-content: space-between;
    align-items: center;
}

.header-wrapper .header-btns {
    display: flex;
    gap: 15px;
    align-items: center;
    margin-left: auto;
}

.header-wrapper .h-btn {
    align-items: center;
    gap: 6px;
    height: 42px;
    padding: 0 10px;
    min-width: unset;
}

.header-wrapper .h-lang a {
    padding: 5px 10px;
    border: 1px solid #525252;
    border-radius: 100px;
    display: flex;
    align-items: center;
    background: rgba(241, 241, 241, 0.1);
    color: #232325;
    gap: 5px;
}

.header-wrapper .header-menu {
    margin-left: auto;
    padding: 10px 30px;
    border-radius: 30px;
    transition: all 0.15s ease-in-out;
    backdrop-filter: blur(10px);
    background: rgba(255, 255, 255, 0.7);
}

.header-wrapper .header-menu a:hover,
.header-wrapper .header-menu .current-menu-item>a {
    color: rgba(35, 35, 37, 0.6) !important;
}

.header-wrapper .menu li {
    margin-bottom: 0;
}

.header-wrapper .header-menu-inner {
    display: flex;
    width: 100%;
    justify-content: space-between;
    align-items: center;
    gap: 20px;
}

header .logo img {
    min-width: 131px;
    object-fit: contain;
    width: 100%;
}

.hamb-svg {
    width: 30px;
    height: 30px;
    stroke: #232325;
}

.hamb-mob.active .hamb-path {
    d: path("M3,3L5,5L7,3M5,5L5,5M3,7L5,5L7,7");
}

.hamb-path {
    transition: d 0.2s ease;
}

.hamb-mob {
    z-index: 3;
}

header.sticky {
    position: fixed;
    padding: 18px 0;
    background-color: #fff;
    opacity: 1;
}

.no-scroll {
    overflow: hidden;
}

.start-screen {
    overflow: hidden;
}

.start-screen .start-swiper {
    position: relative;
}

.start-screen .swiper {
    overflow: visible;
}

.start-screen .swiper-container {
    opacity: 0;
    transition: opacity 0.3s ease-in-out;
}

.start-screen .swiper-container.swiper-initialized {
    opacity: 1;
}

.start-screen .container {
    position: relative;
}

.start-screen .start-heading {
    position: relative;
    margin: 0;
    margin-bottom: 16px;
    font-size: 64px;
    letter-spacing: -0.6px;
    font-weight: 500;
    max-width: 700px;
}

.start-screen .start-heading:after {
    content: "";
    position: absolute;
    width: 208px;
    height: 88px;
    display: inline;
    background-image: url(/wp-content/uploads/2025/03/htext.svg);
    background-repeat: no-repeat;
    background-size: contain;
    margin-left: 10px;
}

.translatepress-en_US .start-screen .start-heading:after {
    background-image: url(/wp-content/uploads/2025/06/in-bali.svg);
}

.start-screen .start-heading img {
    max-width: 208px;
}

.start-screen .start-heading span {
    display: none;
    position: absolute;
}

.start-screen .start-descr {
    margin-bottom: 32px;
    font-size: 24px;
}

.start-screen .att {
    position: absolute;
    left: 30px;
    bottom: 46px;
}

.start-screen .start-swiper {
    position: relative;
    height: 100%;
}

.start-screen .strt-btn {
    min-width: 286px;
    height: 64px;
    padding-left: 10px;
    display: grid;
    grid-template-columns: 40px 1fr;
    gap: 15px;
}

.start-screen .start-content {
    position: relative;
    max-width: 700px;
    min-height: 620px;
    margin-top: 150px;
    z-index: 2;
}

.start-screen .swiper-slide {
    position: relative;
}

.start-screen .swiper-slide .start-image {
    position: absolute;
    object-fit: contain;
    width: auto;
    height: 100%;
    opacity: 0;
}

.start-screen [data-swiper-slide-index="0"] .start-image {
    bottom: 50px;
    right: 1%;
    height: 420px;
}

.start-screen [data-swiper-slide-index="1"] .start-image {
    bottom: 5px;
    right: 7%;
    height: 572px;
    transform: rotate(4deg);
}

.start-screen [data-swiper-slide-index="2"] .start-image {
    bottom: 10px;
    right: 8%;
    height: 450px;
}

.start-screen [data-swiper-slide-index="3"] .start-image {
    bottom: -50px;
    right: -23%;
    height: 825px;
}

.start-screen .swiper-initialized .start-image {
    opacity: 1;
}

.start-screen .swiper-nav {
    z-index: 2;
    position: absolute;
    bottom: 50px;
    right: 10%;
}

.start-screen .swiper-nav .swiper-button-disabled {
    opacity: 1 !important;
}

.start-screen .slide-bg {
    position: absolute;
    left: -30px;
    top: 0;
    width: calc(100% + 60px);
    max-width: unset;
    height: 100%;
    object-fit: cover;
    z-index: -1;
}

.start-screen .heli-dec {
    position: absolute;
    left: 20%;
    bottom: 20%;
    z-index: -1;
}

.start-screen .heli-dec.hd1 {
    bottom: 17%;
    left: 16%;
}

.start-screen .heli-dec.hd2 {
    left: 25%;
    bottom: 30%;
}

.start-screen .heli-dec.hd3 {
    width: 100px;
    left: unset;
    right: 4%;
    bottom: 30%;
}

.start-screen .heli-dec.hd4 {
    width: 130px;
    left: unset;
    right: 2%;
    bottom: 15%;
}

.swiper-nav {
    display: flex;
    gap: 30px;
}

.swiper-nav>div {
    cursor: pointer;
    transition: all 0.3s ease-in-out;
}

.swiper-nav .s-prev:hover {
    transform: translateX(-5px);
}

.swiper-nav .s-next:hover {
    transform: translateX(5px);
}

.att {
    border-radius: 10px;
    padding: 10px;
    display: flex;
    align-items: center;
    gap: 8px;
    background: rgba(255, 255, 255, 0.3);
    backdrop-filter: blur(22px);
    font-size: 12px;
    max-width: 420px;
    line-height: 135%;
    z-index: 1;
}

.att p {
    margin: 0;
}

.att .att-icon {
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 10px;
    background-color: #fed42b;
    height: 44px;
    width: 44px;
    min-width: 44px;
}

.att .att-icon svg>rect {
    fill: #fed42b;
}

.att .att-icon svg>path {
    fill: #232325;
}

.swpier-nav {
    display: flex;
    gap: 15px;
    align-items: center;
    justify-content: space-between;
    max-width: 80px;
}

.swpier-nav>div {
    position: relative;
    cursor: pointer;
    width: 32px;
    height: 32px;
    transition: all 0.3s ease-in-out;
}

.swpier-nav>div:first-child:hover {
    transform: translateX(-5px);
}

.swpier-nav>div:last-child:hover {
    transform: translateX(5px);
}

.overlay {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 3;
    width: 100%;
    height: 100%;
    backdrop-filter: blur(25px);
    background: rgba(13, 13, 13, 0.5);
    visibility: hidden;
    opacity: 0;
    z-index: 99;
}

body.popup-visible .overlay {
    visibility: visible;
    opacity: 1;
}

body.popup-visible {
    overflow: hidden;
}

.popup-visible .site-popup {
    visibility: visible;
}

.site-popup {
    display: none;
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 100;
    max-width: 1100px;
    width: 100%;
    visibility: hidden;
    box-shadow: 0 4px 50px 0 rgba(99, 79, 0, 0.7);
    border-radius: 30px;
    overflow: hidden;
}

.site-popup .popup-inner {
    overflow-y: auto;
    max-height: 100vh;
}

.site-popup .popup-wrapper {
    position: relative;
    width: 100%;
    min-height: 420px;
    padding: 30px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.site-popup .popup-wrapper .popup-bg {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    z-index: -1;
}

.popup-btns {
    display: flex;
    gap: 20px;
}

.popup-btn {
    height: 54px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0 30px;
    border-radius: 100px;
    gap: 20px;
    color: #fff;
    transition: box-shadow 0.3s ease-in-out;
    min-width: 214px;
}

.popup-btn:hover {
    color: #fff;
}

.popup-btn span {
    display: flex;
}

.popup-btn.wa {
    background-color: #00c853;
}

.popup-btn.tg {
    background-color: #1799f8;
}

.popup-heading {
    letter-spacing: -0.02em;
    font-weight: 700;
    font-size: 64px;
    margin-bottom: 16px;
}

.popup-descr {
    font-weight: 500;
    font-size: 16px;
    margin-bottom: 50px;
}

.close-popup {
    position: absolute;
    right: 30px;
    top: 30px;
    width: 24px;
    height: 24px;
    cursor: pointer;
    z-index: 2;
    transition: transform 0.3s ease-in-out;
}

.close-popup:hover {
    transform: rotate(90deg);
}

.rules-popup .popup-wrapper {
    padding-left: 60px;
    padding-top: 70px;
    display: grid;
    grid-template-columns: auto 350px;
    justify-content: space-between;
    align-items: stretch;
}

.rules-popup .popup-wrapper .popup-img {
    grid-row: 1 / 3;
    grid-column: 2 / 3;
    transform: rotate(10deg);
    margin: 0 30px;
}

.rules-popup .popup-wrapper .popup-img img {
    max-width: 252px;
}

.rules-popup .popup-wrapper .popup-btns {
    flex-direction: column;
    gap: 15px;
    justify-content: end;
}

.rules-popup .popup-wrapper .popup-btns .btn:hover {
    color: #232325;
}

.rul-timer {
    display: flex;
    gap: 10px;
    align-items: center;
    font-size: 12px;
}

.rul-timer svg {
    min-width: 20px;
    width: 20px;
    height: 20px;
}

.rul-btn {
    color: #232325;
    background-color: #fff;
    border-color: #fff;
}

.rul-btn .after-btn::after {
    display: block;
}

.rul-btn .btn.after-btn::after {
    display: block !important;
}

.hwt {
    position: relative;
    margin-bottom: 32px;
}

.hwt .heading {
    color: #8c8c8c;
    line-height: 135%;
    font-size: 24px;
    letter-spacing: -0.02em;
    margin: 0;
    font-weight: 500;
    display: inline-block;
    position: absolute;
    left: 0;
    top: 9px;
}

.hwt .heading-descr {
    position: relative;
    font-size: 36px;
    line-height: 135%;
    width: 100%;
    display: block;
    letter-spacing: -0.02em;
}

.hwt .heading-descr:before {
    content: "";
    position: relative;
    width: 50%;
    display: inline-block;
}

.about-us .au-wrapper {
    display: grid;
    grid-template-columns: 1fr auto;
    align-items: end;
    width: 100%;
}

.about-us .au-items {
    justify-content: end;
}

.about-us .au-btn {
    min-width: 360px;
}

.about-us .au-btn svg {
    margin-right: 15px;
}

.au-items {
    display: flex;
}

.au-items .au-item {
    color: #232325;
    text-align: center;
    display: grid;
    min-width: 170px;
    width: 170px;
    height: 100%;
}

.au-items img {
    width: 170px;
    height: 170px;
    border-radius: 50%;
    transition: 0.3s ease-in-out;
    object-fit: contain;
    background-color: #fff;
    margin-bottom: 15px;
}

.au-items .au-item:hover img {
    background-color: #fed42b;
}

.why-us .container {
    max-width: 1440px;
}

.why-us .wu-items {
    display: grid;
    gap: 20px;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    counter-reset: num;
}

.why-us .wu-item {
    position: relative;
    height: 500px;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 40px;
    border-radius: 30px;
}

.why-us .wu-item .wu-text {
    font-size: 96px;
}

.why-us .wu-item:after {
    counter-increment: num;
    content: counter(num, decimal-leading-zero);
    font-size: 32px;
    color: #424244;
    position: absolute;
    left: 40px;
    top: 40px;
}

.why-us .wu-item .wu-descr {
    position: absolute;
    bottom: 40px;
    left: 40px;
    font-size: 24px;
    max-width: calc(100% - 80px);
}

.why-us .wu-item:nth-child(1)::before {
    content: "";
    position: absolute;
    inset: 0;
    padding: 1px;
    border-radius: 30px;
    background: linear-gradient(140.9deg,
            rgba(255, 255, 255, 0) 55%,
            #0d0d0d 98.57%);
    -webkit-mask: linear-gradient(white 0 0) content-box,
        linear-gradient(white 0 0);
    -webkit-mask-composite: xor;
    mask-composite: exclude;
}

.why-us .wu-item:nth-child(4)::before {
    content: "";
    position: absolute;
    inset: 0;
    padding: 1px;
    border-radius: 30px;
    background: linear-gradient(-40deg,
            rgba(255, 255, 255, 0) 55%,
            #0d0d0d 98.57%);
    -webkit-mask: linear-gradient(white 0 0) content-box,
        linear-gradient(white 0 0);
    -webkit-mask-composite: xor;
    mask-composite: exclude;
}

.home-steps {
    position: relative;
    padding-top: 100px;
    padding-bottom: 50px;
    background-color: #232325;
    border-radius: 30px 30px 0 0;
    overflow: hidden;
    max-width: 100%;
    margin-left: 30px;
    margin-right: 30px;
}

.home-steps .container {
    display: grid;
    gap: 30px;
    grid-template-columns: repeat(2, minmax(0, 1fr));
}

.home-steps .hs-items {
    display: flex;
    align-items: end;
    flex-direction: column;
    gap: 10px;
    counter-reset: num;
    max-width: 780px;
    width: 100%;
}

.home-steps .hs-items .hs-item {
    position: relative;
    padding: 30px;
    backdrop-filter: blur(15px);
    background: #f1f1f1;
    border-radius: 20px;
    width: 100%;
}

.home-steps .hs-items .hs-item:before {
    counter-increment: num;
    content: counter(num, decimal-leading-zero);
    position: absolute;
    top: 30px;
    right: 30px;
    color: #ecb01c;
    font-size: 24px;
}

.home-steps .hs-items .hs-item:last-child {
    background-color: #fed42b;
}

.home-steps .hs-items .hs-item:last-child:before {
    content: "";
    width: 32px;
    height: 32px;
    top: 25px;
    background-image: url("data:image/svg+xml,%3Csvg width='32' height='32' viewBox='0 0 32 32' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M18 6L16.57 7.393L24.15 15H4V17H24.15L16.57 24.573L18 26L28 16L18 6Z' fill='%23232325' /%3E%3C/svg%3E");
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
}

.home-steps .mask-text {
    position: absolute;
    bottom: 30px;
    left: 15%;
    font-weight: 700;
    font-style: italic;
    font-size: 372px;
    letter-spacing: -0.02em;
}

.home-steps .hs-supp {
    padding-left: 34px;
    background-image: url("data:image/svg+xml,%3Csvg width='24' height='18' viewBox='0 0 24 18' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M22.2858 0.644531H1.71436C0.885928 0.644531 0.214355 1.3161 0.214355 2.14453V15.8588C0.214355 16.6872 0.885928 17.3588 1.71436 17.3588H22.2858C23.1142 17.3588 23.7858 16.6872 23.7858 15.8588V2.14453C23.7858 1.3161 23.1142 0.644531 22.2858 0.644531Z' fill='white' stroke='%23F5F5F5' stroke-width='0.428571' /%3E%3Cmask id='mask0_297_6072' style='mask-type:alpha' maskUnits='userSpaceOnUse' x='0' y='0' width='24' height='18'%3E%3Cpath d='M22.2858 0.642578H1.71436C0.885928 0.642578 0.214355 1.31415 0.214355 2.14258V15.8569C0.214355 16.6853 0.885928 17.3569 1.71436 17.3569H22.2858C23.1142 17.3569 23.7858 16.6853 23.7858 15.8569V2.14258C23.7858 1.31415 23.1142 0.642578 22.2858 0.642578Z' fill='white' stroke='white' stroke-width='0.428571' /%3E%3C/mask%3E%3Cg mask='url(%23mask0_297_6072)'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M0.000488281 11.8588H24.0005V6.14453H0.000488281V11.8588Z' fill='%230C47B7' /%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M0.000488281 17.5717H24.0005V11.8574H0.000488281V17.5717Z' fill='%23E53B35' /%3E%3C/g%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-position: left 2px;
    font-size: 16px;
    max-width: 390px;
}

body.translatepress-en_US .home-steps .hs-supp {
    background-image: url("data:image/svg+xml,%3Csvg width='24' height='18' viewBox='0 0 24 18' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M22.2858 0.644531H1.71436C0.885928 0.644531 0.214355 1.3161 0.214355 2.14453V15.8588C0.214355 16.6872 0.885928 17.3588 1.71436 17.3588H22.2858C23.1142 17.3588 23.7858 16.6872 23.7858 15.8588V2.14453C23.7858 1.3161 23.1142 0.644531 22.2858 0.644531Z' fill='%23012169' stroke='%23F5F5F5' stroke-width='0.428571'/%3E%3Cmask id='mask0_uk' style='mask-type:alpha' maskUnits='userSpaceOnUse' x='0' y='0' width='24' height='18'%3E%3Cpath d='M22.2858 0.642578H1.71436C0.885928 0.642578 0.214355 1.31415 0.214355 2.14258V15.8569C0.214355 16.6853 0.885928 17.3569 1.71436 17.3569H22.2858C23.1142 17.3569 23.7858 16.6853 23.7858 15.8569V2.14258C23.7858 1.31415 23.1142 0.642578 22.2858 0.642578Z' fill='white' stroke='white' stroke-width='0.428571'/%3E%3C/mask%3E%3Cg mask='url(%23mask0_uk)'%3E%3Cpath d='M0 0h24v18H0z' fill='%23012169'/%3E%3Cpath d='M0 0l24 18M24 0L0 18' stroke='white' stroke-width='2'/%3E%3Cpath d='M0 0l24 18M24 0L0 18' stroke='%23C8102E' stroke-width='1.2'/%3E%3Cpath d='M12 0v18M0 9h24' stroke='white' stroke-width='3'/%3E%3Cpath d='M12 0v18M0 9h24' stroke='%23C8102E' stroke-width='1.8'/%3E%3C/g%3E%3C/svg%3E");
}

.home-steps .hs-descr {
    margin-bottom: 70px;
}

.home-steps .hs-heading {
    margin-bottom: 16px;
}

.home-steps .hs-title {
    font-size: 24px;
    text-transform: uppercase;
    margin-bottom: 15px;
    padding-right: 40px;
}

.home-steps .hs-subtitle {
    max-width: 430px;
}

.f-menu .sub-menu {
    display: none !important;
}

.mask-text {
    color: transparent;
    -webkit-text-stroke: 3px #fed42b;
    line-height: 100%;
    width: 100%;
    white-space: nowrap;
}

@media screen and (min-width: 992px) {
    .hidden-desk {
        display: none !important;
    }
}

.insh-wrapper {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 30px;
}

.insh-wrapper .insh-chek {
    margin-bottom: 40px;
    display: flex;
    gap: 10px;
}

.insh-wrapper .insh-chek svg {
    width: 25px;
    height: 25px;
    min-width: 25px;
    display: flex;
}

.insh-wrapper .au-items {
    gap: 10px;
    margin-bottom: 80px;
}

.insh-wrapper .insh-img {
    max-width: 620px;
    margin: 0 auto;
}

.why-balico .container {
    max-width: 1440px;
}

.why-balico .wb-heading {
    max-width: 600px;
    margin: 0 auto;
    font-size: 64px;
    text-transform: none;
    margin-top: 25px;
    margin-bottom: 0px;
}

.why-balico .sticky-header {
    position: sticky;
    top: 50%;
    transform: translateY(-50%);
    text-align: center;
    z-index: 1;
    width: 100%;
    will-change: transform;
}

.why-balico .heading-offset {
    height: 100px;
    width: 100%;
}

.why-balico .sticky-container {
    position: relative;
    min-height: 100vh;
}

.why-balico .sticky-container::before {
    content: "";
    position: fixed;
    top: var(--sticky-offset);
    left: 0;
    display: block;
    width: 100%;
    height: 100px;
    background: linear-gradient(180deg,
            rgba(241, 241, 241, 0.1) 0%,
            rgba(255, 255, 255, 0) 100%);
    opacity: 0;
    transition: all 0.3s ease-in-out;
    z-index: 3;
    visibility: hidden;
}

.why-balico .sticky-container.active::before {
    visibility: visible;
    opacity: 1;
}

.wb-row {
    position: relative;
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 20px;
}

.wb-row .wb-item {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    min-height: 360px;
    border-radius: 20px;
    background-color: #232325;
    width: 100%;
    padding: 30px;
    max-width: 580px;
    margin-left: auto;
    margin-right: auto;
    align-self: self-start;
}

.wb-row .wb-item:nth-child(1) {
    margin-top: 265px;
}

.wb-row .wb-item:nth-child(2) {
    margin-left: 80px;
}

.wb-row .wb-title {
    font-size: 64px;
    line-height: 135%;
    margin-bottom: 30px;
}

.wb-row .wb-ps {
    margin-top: 15px;
    font-size: 12px;
}

.wb-row .card {
    z-index: 2;
}

.wb-row .card.visible {
    transform: translateY(0);
}

.nodl {
    position: relative;
}

.nodl .nodl-wrapper {
    position: relative;
    min-height: 800px;
    padding-top: 150px;
    background-size: cover;
    background-position: center center;
    margin-bottom: 50px;
}

.nodl .nodl-heading {
    font-size: 80px;
    font-weight: 500;
    margin: 0;
    margin-bottom: 32px;
    color: #f1f1f1;
    max-width: 800px;
    line-height: 1;
}

.nodl .nodl-descr {
    font-size: 32px;
    color: #f1f1f1;
    margin-bottom: 32px;
    max-width: 800px;
}

.nodl.nobg .container {
    background-image: none !important;
}

.nodl.nobg .container video {
    display: block;
}

.nodl video {
    position: absolute;
    display: block;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    object-fit: cover;
    z-index: -1;
}

.nodl.video-bg .container {
    position: relative;
}

.nodl.video-bg .container:before {
    content: "";
    position: absolute;
    z-index: 1;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background-color: rgba(0, 0, 0, 0.3);
}

.nodl.video-bg .container>*:not(video) {
    position: relative;
    z-index: 2;
}

.ss-swiper {
    overflow: visible;
}

.ss-swiper .ss-item {
    border: 1px solid #8c8c8c;
    border-radius: 20px;
    padding: 20px;
    min-height: 280px;
    transition: all 0.3s ease-in-out;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.ss-swiper .ss-item>* {
    color: #232325;
    transition: all 0.3s ease-in-out;
}

.ss-swiper .ss-item .ss-tag {
    font-size: 12px;
    color: #424244;
    margin-bottom: 10px;
}

.ss-swiper .ss-item .ss-name {
    font-size: 24px;
    text-align: center;
    max-width: 300px;
    margin: 0 auto;
    margin-bottom: 10px;
    line-height: 140%;
}

.ss-swiper .ss-item .ss-descr {
    font-size: 16px;
    color: #424244;
}

.ss-swiper .ss-item:hover {
    background: #fed42b;
    border-color: #fed42b;
}

.services-page .swiper-services .swiper-wrapper {
    display: grid;
    gap: 20px;
    overflow: hidden;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    counter-reset: ssnum;
}

.services-page .swiper-services .swiper-wrapper .ss-item {
    min-height: 490px;
    padding: 40px;
}

.services-page .swiper-services .swiper-wrapper .ss-tag {
    position: relative;
    text-indent: -9999;
    font-size: 0;
}

.services-page .swiper-services .swiper-wrapper .ss-tag:before {
    counter-increment: ssnum;
    content: counter(ssnum, decimal-leading-zero);
    font-size: 32px;
    color: #424244;
}

.services-page .swiper-services .swiper-wrapper .ss-name {
    font-size: 40px;
    max-width: 400px;
}

.services-page .swiper-services .swiper-wrapper .ss-descr {
    font-size: 24px;
}

.services-page .swiper-services .ss-heading {
    display: none;
}

.reviews {
    padding-top: 40px;
    padding-bottom: 60px;
}

.reviews {
    margin-bottom: 40px;
    background-color: #fff;
}

.rev-swiper {
    margin: 0;
    z-index: 1;
    overflow: visible;
}

.rev-swiper.ovh-fix:before {
    background-color: #fff;
}

.rev-swiper .swiper-nav {
    margin-bottom: 35px;
}

.rw-heading.hwt {
    margin-bottom: 70px;
}

.rev-wrapper {
    position: relative;
    display: flex;

    gap: 20px;
}

.rev-wrapper .rev-left {
    max-width: 100%;
    display: flex;
    flex: 1;
    width: 330px;
    min-width: 330px;
    flex-direction: column;
    background-color: transparent;
    z-index: 2;
    padding: 35px 20px;
    gap: 24px;
    text-align: center;
}

.rev-left .rl-logo {
    width: 128px;
    margin-left: auto;
    margin-right: auto;
}

.rev-left .rl-stars img {
    width: 33px;
    object-fit: contain;
}

.rev-left .rl-descr p {
    margin: 0;
}

.rev-left .rl-title {
    font-weight: 700;
    font-size: 40px;
}

.rev-wrapper .rev-top {
    display: grid;
    grid-template-columns: 40px 1fr;
    gap: 15px;
    margin-bottom: 16px;
}

.rev-item {
    border-radius: 20px;
    padding: 20px;
    background-color: #f1f1f1;
    width: 300px;
    height: auto;
}

.rev-swiper {
    min-width: 0;
}

.rev-wrapper .rev-top .rev-img {
    border-radius: 50%;
    width: 40px;
    height: 40px;
    overflow: hidden;
}

.rev-wrapper .rev-top .rev-name {
    margin-top: 0px;
    font-size: 20px;
    font-weight: 700;
}

.rev-wrapper .rev-top .rev-date {
    font-size: 14px;
    font-weight: 500;
    color: #8c8c8c;
}

.rev-stars {
    grid-column: 1/3;
}

.verify-rev {
    margin-left: 10px;
}

.rev-wrapper .rate-num {
    margin-bottom: 60px;
}

.rev-wrapper .rate-num .num {
    position: relative;
    display: inline-block;
    font-size: 96px;
    line-height: 100%;
    margin-bottom: 10px;
    letter-spacing: -0.05em;
}

.rev-wrapper .rate-num .num svg {
    position: absolute;
    right: -37px;
    top: 10px;
}

.rev-wrapper .rate-num .num-text {
    display: block;
    font-size: 14px;
}

.rev-wrapper .rev-btn .btn {
    padding-left: 17px;
    gap: 15px;
}

.rev-wrapper .rev-text {
    min-height: 110px;
    transition: all 0.3s ease-in-out;
}

.rev-wrapper .rev-text p:last-child {
    margin-bottom: 0;
}

.rev-wrapper .rev-text.text-over {
    height: 110px;
    overflow: hidden;
}

.rev-wrapper .rev-text.text-over.show-text {
    height: auto;
}

.rev-wrapper .show-more {
    margin-top: 15px;
    cursor: pointer;
    font-size: 13px;
    line-height: 130%;
    letter-spacing: -0.01em;
    color: #8c8c8c;
    transition: all 0.3s ease-in-out;
}

.rev-wrapper .show-more:hover {
    color: #232325;
}

.rev-img-swiper {
    margin-top: 150px;
}

.rev-img-swiper .rev-img-slide {
    height: 25vw;
    max-height: 420px;
    border-radius: 10px;
    overflow: hidden;
    object-fit: cover;
    filter: grayscale(100%);
    transition: all 0.4s ease-in-out;
    transform-origin: 0 0 0;
}

.rev-img-swiper .rev-img-slide:hover {
    filter: grayscale(0%);
}

.post-type-archive .faq-section {
    margin-bottom: 115px;
}

.marquee-section {
    /* min-height: 570px; */
    overflow: hidden;
    width: 100%;
}

.marquee-section .container {
    max-width: 100%;
    width: 100%;
    padding: 0;
}

.marquee-section .marquee_img {
    width: 100%;
    overflow: hidden;
    position: relative;
}

.marquee-section .js-marquee-wrapper {
    display: flex;
    white-space: nowrap;
}

.marquee-section .js-marquee {
    display: flex;
}

.marquee-section img.fit-picture {
    border-radius: 10px;
    overflow: hidden;
    object-fit: cover;
    width: 330px;
    height: 420px;
    transition: all 0.4s ease;
    margin-right: 20px;
}

.marquee-section img.fit-picture:hover {
    width: 450px;
    height: 570px;
}

.rev-img-swiper2 {
    overflow: hidden;
    min-height: 575px;
}

.rev-img-swiper2 .marquee-carousel {
    width: 100%;
}

.rev-img-swiper2 .swiper-wrapper {
    -webkit-transition-timing-function: linear !important;
    transition-timing-function: linear !important;
}

.rev-img-swiper2 .swiper-slide {
    width: auto;
    display: flex;
}

.rev-img-swiper2 .swiper-slide img {
    border-radius: 10px;
    overflow: hidden;
    object-fit: cover;
    width: 330px;
    height: 420px;
    transition: all 0.4s ease;
    filter: grayscale(100%);
}

.rev-img-swiper2 .swiper-slide img:hover {
    width: 450px;
    height: 570px;
    filter: grayscale(0%);
}

.faq-section .hwt {
    margin-bottom: 70px;
}

.accordion-block {
    position: relative;
    counter-reset: num;
    max-width: 50%;
    width: 100%;
    margin-left: auto;
}

.accordion-block .accordion-item {
    position: relative;
}

.accordion-block .accordion-item .accordion-heading {
    cursor: pointer;
    position: relative;
    display: flex;
    justify-content: space-between;
    gap: 20px;
    font-size: 24px;
    padding: 30px 0;
    line-height: 135%;
}

.accordion-block .accordion-item .accordion-heading:before {
    counter-increment: num;
    content: counter(num, decimal-leading-zero);
    position: absolute;
    left: -50%;
    margin-right: 30px;
    font-size: 24px;
    color: #424244;
}

.accordion-block .accordion-item .accordion-content {
    font-size: 16px;
    color: #525252;
    padding-bottom: 30px;
}

.accordion-block .accordion-item .accordion-content p:last-child {
    margin-bottom: 0;
}

.accordion-block .accordion-item.active svg path,
.accordion-block .accordion-item :hover svg path {
    stroke: #fed42b;
}

.accordion-block .accordion-item svg {
    transition: 0.3s ease-in-out;
}

.accordion-block .accordion-item svg path {
    transition: 0.3s ease-in-out;
}

.accordion-block .accordion-item.active svg {
    transform: rotate(-45deg);
}

.accordion-block .accordion-item:after {
    content: "";
    position: absolute;
    right: 0;
    bottom: 0;
    height: 1px;
    width: 150%;
    background: linear-gradient(90deg, #f1f1f1 0%, #0d0d0d 50%, #f1f1f1 100%);
}

footer .container {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 20px;
}

footer .f-menu {
    grid-column: 1 / 3;
    background-color: #232325;
    border-radius: 100px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 16px 34px;
    margin-bottom: 30px;
    gap: 20px;
    overflow: hidden;
}

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

footer .footer-menu .menu li {
    margin: 0;
}

footer .footer-menu .menu a {
    font-size: 14px;
    color: #f1f1f1;
}

footer .footer-menu .menu a:hover {
    color: #fed42b;
}

footer .f-img {
    position: relative;
    min-height: 550px;
    border-radius: 20px;
    overflow: hidden;
}

footer .f-img img {
    position: absolute;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

footer .f-icons {
    display: flex;
}

footer .f-icons span {
    color: #f1f1f1;
    font-size: 14px;
    margin-right: 19px;
}

footer .f-icons a {
    min-width: 35px;
    display: flex;
    align-items: center;
    justify-content: center;
}

footer .f-icons a svg {
    transition: 0.3s ease-in-out;
}

footer .f-icons a:hover svg {
    transform: translateY(-5px);
}

footer .f-dev {
    font-size: 14px;
    color: #f1f1f1;
}

footer .f-dev a {
    color: #fff;
    gap: 8px;
    font-size: 12px;
    display: flex;
    align-items: center;
}

footer .f-dev a:hover {
    color: #fed42b;
}

.f-tooltips .f-tooltip {
    position: absolute;
    left: 35%;
    bottom: 13%;
    width: 60px;
    height: 60px;
    display: block;
}

.f-tooltips .f-tooltip svg {
    cursor: pointer;
}

.f-tooltips .f-tooltip svg .cross {
    transition: all 0.3s ease-in-out;
}

.f-tooltips .f-tooltip .tooltip-content {
    position: absolute;
    left: 100%;
    top: 0;
    width: 250px;
    border-radius: 15px;
    padding: 14px 22px;
    background-color: #fff;
    transition: all 0.3s ease-in-out;
    visibility: hidden;
    opacity: 0;
    font-size: 16px;
}

.f-tooltips .f-tooltip .tooltip-content span {
    display: block;
}

.f-tooltips .f-tooltip.active .tooltip-content {
    opacity: 1;
    visibility: visible;
}

.f-tooltips .f-tooltip.active svg .cross {
    stroke: #fed42b;
}

.f-tooltips .f-tooltip:hover {
    color: inherit;
}

.f-tooltips .f-tooltip:hover svg .cross {
    stroke: #fed42b;
}

.f-tooltips .f-tooltip.ft-1 {
    left: 45%;
    top: unset;
    bottom: 30%;
}

.f-tooltips .f-tooltip.ft-1 .tooltip-content {
    left: unset;
    top: -36px;
    right: 60px;
}

.f-tooltips .f-tooltip.ft-2 {
    left: 55%;
    bottom: unset;
    top: 30%;
}

.f-tooltips .f-tooltip.ft-2 .tooltip-content {
    display: flex;
    gap: 10px;
    align-items: center;
    top: -90px;
    left: 30px;
}

.f-tooltips .f-tooltip.ft-2 .tooltip-content svg {
    min-width: 32px;
}

.f-tooltips .nr-title {
    font-size: 14px;
    color: #8c8c8c;
    margin-bottom: 10px;
}

.f-tooltips .nr-num {
    font-size: 16px;
    color: #232325;
    margin: 10px 0;
}

.f-tooltips .nr-text {
    font-size: 12px;
    color: #525252;
}

body:not(.home) {
    padding-top: 150px;
}

.page-heading .heading {
    line-height: 100%;
    font-size: 64px;
    margin: 0;
    margin-bottom: 40px;
    font-weight: 500;
}

.blog-share-bottom {
    margin-top: 70px;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}

.blog-share-bottom .share-btns {
    justify-content: center;
}

.f-contacts {
    max-width: 550px;
}

.f-contacts .f-descr {
    font-size: 40px;
    margin-bottom: 24px;
}

.f-contacts .f-cont {
    margin-bottom: 24px;
    display: inline-flex;
    flex-direction: column;
}

.f-contacts .f-cont a {
    display: block;
    display: inline-flex;
    font-size: 24px;
    margin-bottom: 10px;
    color: #232325;
}

.f-contacts .f-cont a:hover {
    color: #fed42b;
}

.f-contacts .f-btn {
    margin-bottom: 40px;
}

.f-contacts .f-btn .btn {
    gap: 15px;
}

.f-help {
    margin-bottom: 35px;
}

.f-help .f-work-time {
    display: flex;
    gap: 5px;
    align-items: center;
    margin-top: 10px;
}

.f-help .f-work-time svg {
    min-width: 24px;
}

.catalog-grid .cat-heading {
    font-size: 24px;
    margin: 0;
    margin-bottom: 40px;
}

.circle-btn {
    height: 58px;
    width: 58px;
    min-width: 58px;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    border: 1px solid #8c8c8c;
    transition: all 0.3s ease-in-out;
}

.circle-btn:hover {
    background-color: #fed42b;
    border-color: #fed42b;
}

.product-item {
    background: #fff;
    padding: 20px;
    border-radius: 20px;
    display: flex;
    flex-direction: column;
    color: #232325;
}

.product-item:visited {
    color: #232325;
}

.product-item .product-img {
    display: block;
    margin: 0;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 5px;
}

.product-item .product-bottom {
    display: flex;
    gap: 5px;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
}

.product-item .product-btn {
    display: flex;
    gap: 0;
    width: 100%;
    margin-top: 15px;
}

.product-item .product-btn .btn {
    min-width: 180px;
    width: 100%;
    max-width: 100%;
    font-weight: 700;
}

.product-item .product-options {
    margin-bottom: 35px;
}

.product-item .product-price .per-day span {
    font-weight: 700;
    font-size: 24px;
}

.product-item .product-price .per-month {
    font-weight: 600;
    font-size: 14px;
    color: #8c8c8c;
}

.product-item:hover {
    color: #232325;
}

.product-options {
    display: flex;
    width: 100%;
    gap: 10px;
    flex-wrap: wrap;
    align-items: center;
}

.p-option {
    display: flex;
    align-items: center;
    gap: 5px;
    font-size: 14px;
}

.p-option svg {
    min-width: 25px;
    width: 25px;
    height: 25px;
}

.p-option.disable {
    opacity: 0.5;
    color: #000;
}

.admin-bar .site-popup {
    top: calc(50% + 46px);
}

.product-top {
    display: grid;
    grid-template-columns: 1fr auto;
    justify-content: space-between;
    gap: 5px;
    margin-bottom: 15px;
}

.product-top .product-name {
    font-size: 24px;
    font-weight: 700;
    grid-column: 1 / 3;
    grid-row: 2 / 3;
}

.product-top .n-seats {
    border-radius: 100px;
    padding: 5px 20px 5px 10px;
    display: flex;
    align-items: center;
    gap: 10px;
    font-size: 14px;
    min-width: 118px;
    background: #f1f1f1;
}

.product-top .product-type {
    font-size: 16px;
    grid-column: 1 / 2;
    grid-row: 1 / 2;
    display: flex;
    align-items: center;
}

.cat-filter .filter-row {
    display: grid;
    gap: 20px;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    margin-bottom: 40px;
}

.cat-filter .filter-name {
    display: flex;
    gap: 20px;
    align-items: center;
    font-size: 16px;
}

.cat-filter .filter-name span {
    min-width: 48px;
    height: 48px;
    font-size: 36px;
    text-align: center;
}

.cat-filter .filter-inputs {
    grid-column: 2 / 4;
    background-color: #8c8c8c;
}

.sp-wrapper .sp-content {
    display: grid;
    gap: 0 20px;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    grid-template-areas: "sp-img sp-top" "sp-img sp-descr" "sp-img sp-btn";
}

.sp-wrapper .sp-img {
    grid-area: sp-img;
}

.sp-wrapper .sp-img .product-slider {
    border-radius: 20px;
    margin-bottom: 15px;
    overflow: hidden;
}

.sp-wrapper .sp-img .product-slider img {
    padding: 0;
    background-color: #fff;
    height: 370px;
    width: 100%;
    object-fit: cover;
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.sp-wrapper .sp-img .product-slider .swiper-slide:first-child img {
    object-fit: contain;
}

.sp-wrapper .sp-img .product-thumbs .swiper-slide {
    border-radius: 10px;
    background-color: #fff;
    padding: 0;
    overflow: hidden;
}

.sp-wrapper .sp-img .product-thumbs video {
    pointer-events: none;
}

.sp-wrapper .sp-img video {
    height: auto;
    width: 100%;
    object-fit: cover;
}

.sp-wrapper .product-thumbs {
    position: relative;
}

.sp-wrapper .product-thumbs:before {
    content: "";
    position: absolute;
    right: 0;
    top: 0;
    height: 100%;
    width: 50px;
    background: linear-gradient(90deg, rgba(231, 231, 231, 0) 0%, #e7e7e7 100%);
    z-index: 2;
}

.sp-wrapper .sp-name {
    display: flex;
    gap: 10px;
    flex-wrap: nowrap;
    width: 100%;
}

.sp-wrapper .sp-heading {
    margin: 0;
    font-weight: 700;
    font-size: 32px;
}

.sp-wrapper .sp-descr {
    color: #525252;
    margin-bottom: 40px;
    grid-area: sp-descr;
}

.sp-wrapper .sp-descr p {
    margin-bottom: 20px;
}

.sp-wrapper .sp-descr p:last-child {
    margin-bottom: 0;
}

.sp-wrapper .sp-top {
    margin-bottom: 40px;
    gap: 10px 15px;
    display: flex;
    flex-wrap: wrap;
    grid-area: sp-top;
}

.sp-wrapper .sp-top .product-type {
    padding: 5px 20px;
    border-radius: 100px;
    background-color: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    width: fit-content;
    height: 42px;
    white-space: nowrap;
}

.sp-wrapper .sp-top .n-seats {
    background: transparent;
    border: 1px solid #232325;
    border-radius: 100px;
    padding: 5px 20px 5px 10px;
    display: flex;
    align-items: center;
    gap: 10px;
    height: 42px;
    white-space: nowrap;
}

.sp-wrapper .sp-top .product-options {
    flex: 1;
}

.sp-wrapper .sp-btn {
    grid-area: sp-btn;
    display: flex;
    gap: 10px;
    flex-flow: row wrap;
}

.spp-items {
    display: grid;
    gap: 20px;
    grid-template-columns: repeat(2, minmax(0, 1fr));
}

.spp-items .spp-right {
    display: flex;
    flex-direction: column;
    align-items: stretch;
}

.spp-items .spp-item {
    border-radius: 20px;
    padding: 30px;
    background-color: #fff;
    min-height: 420px;
    display: grid;
    gap: 20px;
    grid-template-columns: repeat(2, minmax(0, 1fr));
}

.spp-items .spp-item.yellow {
    background-color: #fed42b;
}

.spp-items .spp-btn {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    grid-column: 1 / 3;
    gap: 20px;
    align-items: end;
}

.spp-items .spp-btn .btn {
    margin-left: auto;
}

.spp-items .price-block {
    padding: 30px 20px;
    border-radius: 20px;
    border: 1px solid #232325;
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.spp-items .pb-price .dollar-price {
    font-weight: 700;
    font-size: 32px;
}

.spp-items .pb-price .rp-price {
    font-weight: 500;
    font-size: 20px;
    opacity: 0.5;
}

.spp-items .pb-price .pb-period {
    display: block;
    font-size: 12px;
}

.spp-items .spp-att {
    display: flex;
    gap: 12px;
    font-size: 12px;
}

.spp-items .spp-att svg {
    min-width: 20px;
    width: 20px;
    height: 20px;
}

.spp-items .spp-att p {
    margin: 0;
}

.spp-items .spp-title {
    padding: 11px 20px;
    background-color: #f1f1f1;
    display: inline-flex;
    align-items: center;
    flex-wrap: nowrap;
    gap: 5px;
    border-radius: 100px;
    margin-bottom: 20px;
}

.spp-items .spp-content p:last-child {
    margin: 0;
}

.yellow .spp-title {
    background-color: #fff;
}

.rule-block {
    display: flex;
    gap: 20px;
    margin-right: 10px;
}

.rule-block .rule-heaidng {
    max-width: 25%;
    width: 100%;
    padding-right: 20px;
}

.rule-block .rule-heaidng .heading {
    position: sticky;
    top: 155px;
    margin: 0;
    padding: 30px 20px;
    background-color: #fed42b;
    border-radius: 20px;
    font-size: 24px;
    max-width: 230px;
    font-weight: 500;
    min-height: 130px;
    width: 100%;
    display: inline-flex;
    align-items: center;
}

.rule-block .accordion-content {
    text-align: justify;
}

.swiper-button-disabled {
    opacity: 0.5;
}

.att-rules {
    display: flex;
    gap: 8px;
}

.att-rules .att-text {
    font-size: 24px;
    color: #000;
}

.att-rules svg {
    position: relative;
    top: 3px;
    min-width: 24px;
    width: 24px;
}

.rules-page .page-heading {
    margin-bottom: 200px;
}

.rules-page .page-heading .heading {
    margin: 0;
    margin-bottom: 16px;
}

.sib-wrapper {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 20px;
}

.sib-wrapper .si-heading {
    margin: 0;
    margin-bottom: 10px;
    font-size: 32px;
    display: inline-flex;
    align-items: center;
}

.sib-wrapper .si-tag span {
    background-color: #fff;
    font-size: 16px;
    font-weight: 500;
    margin-left: 15px;
    padding: 5px 20px;
    border-radius: 100px;
    vertical-align: middle;
}

.sib-wrapper .si-left {
    border-radius: 20px;
    overflow: hidden;
    height: 100%;
    width: 100%;
    min-height: 400px;
    background-position: center;
    background-size: cover;
}

.sib-wrapper .si-price {
    font-weight: 700;
    font-size: 20px;
    color: #525252;
    margin-bottom: 40px;
    padding-bottom: 10px;
    border-bottom: 1px solid #525252;
}

.sib-wrapper .si-descr {
    margin-bottom: 40px;
}

.sib-wrapper .si-advants {
    display: flex;
    flex-flow: row wrap;
    gap: 7px 15px;
    margin-bottom: 30px;
}

.sib-wrapper .si-advants .si-advant {
    padding-left: 22px;
    position: relative;
    font-size: 12px;
    color: #525252;
}

.sib-wrapper .si-advants .si-advant:before {
    content: "";
    position: absolute;
    top: 2px;
    left: 0;
    width: 15px;
    height: 12px;
    display: block;
    background-image: url("data:image/svg+xml,%3Csvg width='15' height='12' viewBox='0 0 15 12' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1 6.00049L5.24264 10.2431L13.727 1.75781' stroke='%23525252' stroke-width='2' stroke-linecap='round' stroke-linejoin='round' /%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
}

.spp-insh-heading {
    margin: 0;
    margin-bottom: 40px;
    font-size: 32px;
    font-weight: 700;
}

.sit-wrapper {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 40px 20px;
}

.sit-wrapper .si-tour-item {
    border-radius: 20px;
    padding: 30px 20px 20px 20px;
    background-color: #fff;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.sit-wrapper .sit-heading {
    margin: 0;
    margin-bottom: 10px;
    font-weight: 700;
    font-size: 24px;
    line-height: 135%;
}

.sit-wrapper .sit-tags {
    display: flex;
    gap: 7px;
    margin-bottom: 20px;
    font-size: 14px;
}

.sit-wrapper .sit-tags>div {
    display: flex;
    align-items: center;
    gap: 7px;
    background: #f1f1f1;
    border-radius: 100px;
    padding: 8px 20px 8px 10px;
}

.sit-wrapper .sit-tags>div svg {
    width: 20px;
}

.sit-wrapper .sit-img {
    width: 100%;
    height: 230px;
    margin-bottom: 14px;
    border-radius: 10px;
    overflow: hidden;
}

.sit-wrapper .sit-about {
    font-size: 14px;
    text-align: justify;
    color: #525252;
    min-height: 100px;
    margin-bottom: 15px;
}

.sit-wrapper .sit-about p {
    margin-bottom: 20px;
}

.sit-wrapper .sit-descr {
    min-height: 100px;
}

.sit-wrapper .sit-price {
    font-weight: 700;
    font-size: 20px;
    line-height: 135%;
}

.sit-wrapper .sit-price span {
    display: inline-block;
    color: #8c8c8c;
}

.sit-wrapper .btn {
    margin-top: 20px;
}

.s-steps-wrapper {
    display: grid;
    gap: 40px;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    position: relative;
    margin-left: auto;
    margin-right: auto;
    padding-bottom: 70px;
    counter-reset: sstep-num;
}

.s-steps-wrapper:before {
    position: absolute;
    content: "";
    bottom: 0;
    left: 0;
    height: 6px;
    width: 100%;
    display: block;
    background: linear-gradient(90deg, #f1f1f1 0%, #fed42b 51%, #f1f1f1 100%);
}

.s-steps-wrapper .ss-item {
    position: relative;
    border-radius: 20px;
    padding: 30px;
    background-color: #fff;
}

.s-steps-wrapper .ss-item .s-step-heading {
    display: flex;
    gap: 10px;
    font-weight: 600;
    font-size: 20px;
    color: #424244;
    margin-bottom: 10px;
}

.s-steps-wrapper .ss-item .s-step-heading img {
    min-width: 24px;
    width: 24px;
}

.s-steps-wrapper .ss-item .s-step-descr {
    font-size: 14px;
    color: #8c8c8c;
}

.s-steps-wrapper .ss-item:before {
    content: "";
    position: absolute;
    display: block;
    border-radius: 5px;
    width: 30px;
    height: 30px;
    bottom: -15px;
    left: 50%;
    transform: translateX(-50%) rotate(-45deg);
    background-color: #fff;
}

.s-steps-wrapper .ss-item:after {
    counter-increment: sstep-num;
    content: counter(sstep-num);
    font-size: 32px;
    letter-spacing: -0.02em;
    color: #f1f1f1;
    height: 50px;
    width: 50px;
    background-color: #fed42b;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    bottom: calc(-70px + -25px + 3px);
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
}

.s-steps-wrapper .ss-item:nth-child(1):before,
.s-steps-wrapper .ss-item:nth-child(1):after {
    left: 70%;
}

.s-steps-wrapper .ss-item:nth-child(3):before,
.s-steps-wrapper .ss-item:nth-child(3):after {
    left: 30%;
}

.steps-service-heading {
    font-weight: 500;
    font-size: 32px;
    margin: 0;
    margin-bottom: 40px;
}

.similar-proudcts .sp-heading {
    margin: 0;
    margin-bottom: 40px;
    font-size: 24px;
    font-weight: 500;
}

.blog-grid-wrapper {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 20px;
}

.blog-grid-wrapper .blog-item {
    padding: 30px 20px 20px 20px;
    background-color: #fff;
    border-radius: 20px;
    color: #232325;
}

.blog-grid-wrapper .blog-item img {
    display: block;
    border-radius: 10px;
    overflow: hidden;
    height: 300px;
    width: 100%;
    object-fit: cover;
    margin-bottom: 20px;
}

.blog-grid-wrapper .bg-heading {
    display: flex;
    gap: 20px;
    justify-content: space-between;
    margin-bottom: 20px;
}

.blog-grid-wrapper .bg-heading .heading {
    font-weight: 700;
    font-size: 24px;
}

.blog-grid-wrapper .ttr {
    background-color: #f1f1f1;
    gap: 10px;
    display: flex;
    align-items: center;
    min-width: 98px;
    padding: 8px 13px;
    border-radius: 100px;
    font-size: 14px;
    height: 38px;
}

.blog-grid-wrapper .ttr svg {
    min-width: 20px;
    width: 20px;
}

.blog-grid-wrapper .short-descr {
    margin-bottom: 20px;
    color: #525252;
    min-height: 110px;
}

.blog-grid-wrapper .bg-btn .btn {
    max-width: 100%;
    width: 100%;
}

.bii-wrapper {
    counter-reset: bii-num-v1;
}

.blog-inner-item {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 20px;
    margin-bottom: 20px;
}

.blog-inner-item:last-child {
    margin-bottom: 0;
}

.blog-inner-item .bii-heading {
    display: flex;
    gap: 20px;
    justify-content: space-between;
}

.blog-inner-item .bii-heading .heading {
    margin: 0;
    margin-bottom: 20px;
    font-size: 32px;
    font-weight: 700;
}

.blog-inner-item .bii-img {
    position: relative;
}

.blog-inner-item .bii-img:after {
    counter-increment: bii-num-v1;
    content: counter(bii-num-v1);
    position: absolute;
    top: 20px;
    left: 20px;
    font-weight: 500;
    font-size: 24px;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 52px;
    height: 52px;
    background-color: #fff;
    border-radius: 50%;
}

.blog-inner-item .bii-img img {
    width: 100%;
    height: 310px;
    object-fit: cover;
    border-radius: 20px;
    overflow: hidden;
    display: block;
}

.blog-inner-item .bii-descr p:last-child {
    margin-bottom: 0;
}

.blog-inner-item .view-on-map {
    min-width: 206px;
    height: 100%;
    color: #232325;
    padding: 5px 20px;
    background-color: #fff;
    border-radius: 30px;
    text-align: center;
}

.blog-inner-item .view-on-map:hover {
    background-color: #fed42b;
}

.blog-inner-page_v2 .bii-wrapper {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 20px;
    counter-reset: bii-num-v2;
}

.blog-inner-page_v2 .bii-wrapper .blog-inner-item {
    position: relative;
    border: 1px solid #8c8c8c;
    border-radius: 30px;
    padding: 40px;
    background-color: #fff;
    display: flex;
    flex-direction: column;
    min-height: 440px;
    margin-bottom: 0;
    justify-content: end;
}

.blog-inner-page_v2 .bii-wrapper .blog-inner-item .bii-heading {
    font-weight: 500;
    font-size: 40px;
    margin: 0;
    text-align: center;
    display: flex;
    width: 100%;
    flex-direction: column;
    align-items: center;
    min-height: 110px;
    letter-spacing: -0.02em;
}

.blog-inner-page_v2 .bii-wrapper .blog-inner-item:after {
    counter-increment: bii-num-v2;
    content: counter(bii-num-v2, decimal-leading-zero);
    position: absolute;
    top: 40px;
    left: 40px;
    font-weight: 500;
    font-size: 24px;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 52px;
    height: 52px;
    background-color: #fed42b;
    border-radius: 50%;
}

.blog-inner-page_v2 .bii-wrapper .blog-inner-item .bii-descr {
    text-align: justify;
    min-height: 110px;
}

.bii-return {
    display: flex;
    justify-content: center;
}

.bii-return .btn {
    position: relative;
    gap: 20px;
    max-width: 385px;
    width: 100%;
    margin: 0 10px;
}

.bii-return .btn svg {
    position: absolute;
    transform: translate(calc(-50% - 90px));
    left: 50%;
}

.blog-inner-page_v3 .blog-inner-item .bii-img:after {
    content: none;
}

.blog-inner-page_v3 .blog-inner-item {
    margin-bottom: 50px;
}

.ph-w-descr {
    margin-bottom: 100px;
}

.ph-w-descr .heading {
    margin-bottom: 24px;
    letter-spacing: -0.02em;
}

.ph-w-descr .heading-descr {
    font-weight: 500;
    font-size: 20px;
    line-height: 135%;
    text-align: justify;
    letter-spacing: -0.02em;
}

.block-tabs {
    display: flex;
    gap: 8px;
    justify-content: start;
    flex-flow: row wrap;
}

.block-tabs .tab-link {
    min-width: 180px;
}

.post-block-heading {
    font-weight: 700;
    font-size: 24px;
    line-height: 135%;
    margin-bottom: 40px;
    letter-spacing: -0.02em;
}

.att-blog .att-title {
    display: flex;
    align-items: center;
    font-weight: 700;
    font-size: 16px;
    line-height: 135%;
    margin-bottom: 8px;
}

.att-blog .att-title svg {
    width: 24px;
    height: 24px;
    margin-right: 5px;
}

body .header-wrapper .header-menu li.current_page_item a[href*="#reviews"],
body .header-wrapper .header-menu li.current_page_item a[href*="#faq"],
body .header-wrapper .header-menu li.current_page_item a[href*="#contacts"] {
    color: #232325 !important;
}

body .header-wrapper .header-menu li.current_page_item a[href*="#reviews"]:hover,
body .header-wrapper .header-menu li.current_page_item a[href*="#faq"]:hover,
body .header-wrapper .header-menu li.current_page_item a[href*="#contacts"]:hover {
    color: #fed42b !important;
}

.error-404 {
    min-height: 50vh;
    padding-bottom: 170px;
}

.error-404 .heading-404 {
    margin-bottom: 30px;
    letter-spacing: -0.02em;
}

.ovh-fix:before {
    content: "";
    position: absolute;
    z-index: 2;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    background-color: #f1f1f1;
}

.ndev .lgsw .trp-language-switcher {
    width: auto;
    height: 42px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding-left: 36px;
    padding-right: 10px;
    background-position: 10px center;
    background-size: 20px;
    background-repeat: no-repeat;
    background-image: url("data:image/svg+xml,%3Csvg width='20' height='20' viewBox='0 0 20 20' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1 10H6M1 10C1 14.9706 5.02944 19 10 19M1 10C1 5.02944 5.02944 1 10 1M6 10H14M6 10C6 14.9706 7.79086 19 10 19M6 10C6 5.02944 7.79086 1 10 1M14 10H19M14 10C14 5.02944 12.2091 1 10 1M14 10C14 14.9706 12.2091 19 10 19M19 10C19 5.02944 14.9706 1 10 1M19 10C19 14.9706 14.9706 19 10 19' stroke='%23232325' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3C/path%3E%3C/svg%3E");
    border: 1px solid #525252;
    border-radius: 100px;
}

.ndev .lgsw .trp-language-switcher>div {
    background: none;
    display: flex;
    padding: 0;
    width: auto !important;
    border: none;
}

.ndev .lgsw .trp-language-switcher>div>a {
    display: flex;
    padding: 0;
}

.ndev .lgsw .trp-language-switcher>div>a {
    padding: 0;
    display: flex;
    align-items: center;
    line-height: 1.4;
    color: #232325;
    visibility: visible;
    font-size: 16px;
}

.ndev .lgsw .trp-language-switcher>.trp-ls-shortcode-language {
    width: 100% !important;
    top: 100%;
}

.ndev .lgsw .trp-language-switcher>.trp-ls-shortcode-language a {
    width: 100%;
    margin-top: 10px;
    height: 42px;
    border: 1px solid #525252;
    border-radius: 100px;
    padding-left: 36px;
    padding-right: 10px;
    background-position: 10px center;
    background-size: 20px 20px;
    background-repeat: no-repeat;
    background-color: #f1f1f1;
}

.ndev .lgsw .trp-language-switcher>.trp-ls-shortcode-language a[title="Russian"] {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='512' height='512' viewBox='0 0 512 512'%3E%3Cmask id='a'%3E%3Ccircle cx='256' cy='256' r='256' fill='%23fff'/%3E%3C/mask%3E%3Cg mask='url(%23a)'%3E%3Cpath fill='%230052b4' d='M512 170v172l-256 32L0 342V170l256-32z'/%3E%3Cpath fill='%23eee' d='M512 0v170H0V0Z'/%3E%3Cpath fill='%23d80027' d='M512 342v170H0V342Z'/%3E%3C/g%3E%3C/svg%3E");
}

.ndev .lgsw .trp-language-switcher>.trp-ls-shortcode-language a[title="English"] {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='512' height='512' viewBox='0 0 512 512'%3E%3Cmask id='a'%3E%3Ccircle cx='256' cy='256' r='256' fill='%23fff'/%3E%3C/mask%3E%3Cg mask='url(%23a)'%3E%3Cpath fill='%23eee' d='M256 0h256v64l-32 32 32 32v64l-32 32 32 32v64l-32 32 32 32v64l-256 32L0 448v-64l32-32-32-32v-64z'/%3E%3Cpath fill='%23d80027' d='M224 64h288v64H224Zm0 128h288v64H256ZM0 320h512v64H0Zm0 128h512v64H0Z'/%3E%3Cpath fill='%230052b4' d='M0 0h256v256H0Z'/%3E%3Cpath fill='%23eee' d='m187 243 57-41h-70l57 41-22-67zm-81 0 57-41H93l57 41-22-67zm-81 0 57-41H12l57 41-22-67zm162-81 57-41h-70l57 41-22-67zm-81 0 57-41H93l57 41-22-67zm-81 0 57-41H12l57 41-22-67Zm162-82 57-41h-70l57 41-22-67Zm-81 0 57-41H93l57 41-22-67zm-81 0 57-41H12l57 41-22-67Z'/%3E%3C/g%3E%3C/svg%3E");
}



.catalog-start {
    position: relative;
    overflow: hidden;
    min-height: 800px;
    padding-top: 200px;
    margin-bottom: 70px;
}

.catalog-start .cat-start-img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    z-index: -1;
}

.catalog-start .cs-heading {
    font-weight: 500;
    font-size: 64px;
    line-height: 100%;
    letter-spacing: -0.05em;
    margin: 0;
    margin-bottom: 16px;
    color: #fff;
}

.catalog-start .cs-descr {
    margin-bottom: 40px;
    font-size: 24px;
    color: #fff;
}

.catalog-start .catalog-start-wrapper {
    max-width: 580px;
}

.btn-blur {
    backdrop-filter: blur(20px);
    background: rgba(35, 35, 37, 0.3);
    color: #fff;
    height: 56px;
    border: 2px solid #fff;
    border-radius: 100px;
}

.catalog-start .cs-btns {
    display: flex;
    gap: 10px;
}

.cat-start-btn {
    height: 54px;
    padding: 0 30px;
    gap: 15px;
    min-width: 210px;
}

.cat-start-btn.btn-wa:hover {
    color: #232325;
}

.btn.btn-wa:hover {
    background-color: #00c853;
    border-color: #00c853;
    color: #fff;
}

.btn.btn-wa:hover svg path {
    fill: #fff;
}

.btn.btn-tg {
    color: #232325;
    background-color: #fff;
    border-color: #d1d1d1;
}

.btn.btn-tg svg path {
    fill: #232325;
}

.btn.btn-tg:hover {
    color: #fff;
    background-color: #1799f8;
    border-color: #1799f8;
}

.btn.btn-tg:hover svg path {
    fill: #fff;
}

.page-template-test-page-new-elem {
    padding-top: 0 !important;
}

.catalog-start-cat {
    background-size: cover;
}

.catalog-start-cat .cat-start-img {
    z-index: 1;
    width: 700px;
    height: auto;
    object-fit: contain;
    right: 0;
    left: unset;
    top: unset;
    bottom: 0;

}

.catalog-start-cat.dark-color .start-head-wrap>* {
    color: #232325;
}

.choose-us {
    overflow: hidden;
    margin-bottom: 100px;
}

.chu-items {
    display: flex;
    gap: 10px;
    flex-flow: row wrap;
}

.chu-items .chu-item {
    padding: 20px;
    overflow: hidden;
    min-width: 240px;
    flex: 1;
    border-radius: 20px;
    background: #fed42b;
}

.chu-item .chu-top {
    display: flex;
    gap: 15px;
    margin-bottom: 15px;
}

.chu-item .chu-icon {
    max-width: 30px;
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.chu-item .chu-title {
    font-weight: 700;
    font-size: 24px;
    line-height: 135%;
    letter-spacing: -0.02em;
    color: #232325;
}

.chu-item .chu-descr {
    font-weight: 500;
    font-size: 14px;
    letter-spacing: -0.02em;
    color: #232325;
}

.map-loc {
    height: 500px;
    position: relative;
    margin-bottom: 30px;
}

.map-loc .map-loc-refimg {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.map-loc-pin {
    position: absolute;
    display: flex;
    align-items: center;
    max-width: 250px;
    width: 100%;
    left: 40px;
    bottom: 40px;
    display: flex;
    gap: 16px;
    border-radius: 15px;
    box-shadow: 0 4px 30px 0 rgba(0, 0, 0, 0.25);
    background: #fff;
    padding: 14px 32px 14px 22px;
}

.map-loc-pin .pin-svg {
    min-width: 32px;
    width: 32px;
    height: 32px;
}

.any-ques {
    position: relative;
    min-height: 520px;
    padding: 100px 0;
    overflow: hidden;
}

.any-ques .container {
    display: flex;
    align-items: center;
}

.any-ques .container>* {
    z-index: 3;
}

.aq-bg-img {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    z-index: 1;
}

.aq-bg-img-2 {
    position: absolute;
    z-index: 2;
    width: 100%;
    max-width: 1500px;
    bottom: 0;
    right: -670px;
    right: clamp(-41.875rem, -72.909rem + 34.483vw, -16.875rem);
}

.any-ques .aq-descr {
    font-weight: 400;
    font-size: 20px;
    line-height: 135%;
    color: #fff;
}

.any-ques .aq-heading {
    font-weight: 500;
    font-size: 40px;
    line-height: 100%;
    letter-spacing: -0.05em;
    margin-bottom: 24px;
}

.any-ques .aq-phone {
    font-weight: 500;
    font-size: 24px;
    display: inline-block;
    margin-bottom: 55px;
    color: #fff;
}

.any-ques .aq-phone:hover {
    color: #ecb01c;
}

.aq-btn {
    gap: 10px;
    position: relative;
    text-align: center;
    padding-left: 30px;
    padding-right: 30px;
    min-width: 184px;
    text-align: center;
    color: #fff;
    border: none;
}

.aq-btn:hover {
    color: #fff;
}

.aq-btns {
    display: flex;
    gap: 10px;
}

.aq-btn svg {
    position: relative;
}

.wa-btn {
    background-color: #00c853;
}

.tg-btn {
    background-color: #1799f8;
}

.cat-filter-new {
    margin-bottom: 70px;
}

.cfn-descr {
    color: #8c8c8c;
    margin-bottom: 10px;
}

.cat-filter-new .filter-items {
    display: flex;
    gap: 10px;
    overflow-x: auto;
    padding: 10px;
    margin: -10px;
}

.cat-filter-new .filter-item {
    user-select: none;
    display: flex;
    align-items: center;
    cursor: pointer;
    background-color: #fff;
    border-radius: 30px;
    border: 1px solid #d9d9d9;
    padding: 15px 30px;
    transition: all 0.3s ease-in-out;
    white-space: nowrap;
}

.cat-filter-new .filter-item:hover,
.cat-filter-new .filter-item.active {
    color: #232323;
    background-color: #fed42b;
    border-color: #fed42b;
}

.cat-filter-new .filter-item .clear {
    display: flex;
    align-items: center;
    position: relative;
    left: -5px;
    opacity: 0;
    width: 0px;
    height: 22px;
    transition: all 0.3s ease-in-out;
}

.cat-filter-new .filter-item .clear svg {
    width: 16px;
    height: 16px;
    transform: rotate(-45deg);
}

.cat-filter-new .filter-item.active .clear {
    width: 22px;
    opacity: 1;
}

.page-h-wrap {
    display: flex;
    gap: 50px;
    justify-content: space-between;
}

.page-h-inner {
    max-width: 1200px;
}

.blog-share {
    min-width: 200px;
}

.blog-share .share-title {
    font-weight: 700;
    font-size: 16px;
    color: #28292b;
    margin-bottom: 8px;
    text-align: right;
}

.blog-share .share-btns {
    display: flex;
    gap: 10px;
    justify-content: end;
}

.blog-share .share-btn {
    display: inline-flex;
    justify-content: center;
    align-items: center;
    border-radius: 9px;
    width: 40px;
    height: 40px;
    overflow: hidden;
    background-color: #ecb01c;
    transition: all 0.3s ease-in-out;
}

.blog-share .share-btn:hover {
    transform: translateY(-3px);
}

.blog-share .share-btn svg {
    display: flex;
}

.share-btn.share-vk {
    background: radial-gradient(79.96% 79.96% at 50% 50%,
            rgb(0, 133, 255) 0%,
            rgb(0, 80, 153) 100%);
}

.share-btn.share-tg {
    background: radial-gradient(66.65% 66.65% at 50% 49.63%,
            rgb(68, 191, 255) 0%,
            rgb(9, 140, 202) 100%);
}

.share-btn.share-ok {
    background: radial-gradient(78.45% 78.45% at 50% 50%,
            rgb(255, 136, 41) 0%,
            rgb(229, 102, 1) 100%);
}

.share-btn.share-wa {
    background: radial-gradient(105.67% 105.67% at 50% 50%,
            rgb(68, 210, 28) 0%,
            rgb(59, 128, 41) 100%);
}

.comments-form-section,
.comments-list-section {
    overflow: hidden;
}

.comments-form-section .cfs-wrapper {
    position: relative;
    background: linear-gradient(180deg, #eab83d 0%, #e8ac1a 100%);
    padding: 50px;
    border-radius: 20px;
    overflow: hidden;
    z-index: 1;
}

.cfs-wrapper .cfs-img {
    position: absolute;
    right: 0;
    top: 0;
    z-index: -1;
    width: 100%;
    object-fit: contain;
    height: 100%;
    object-position: right;
}

.comment-form {
    max-width: 630px;
    display: grid;
    margin-bottom: 100px;
}

.comment-form textarea {
    height: 170px;
    max-height: unset;
}

.grid-3-1-1-1 {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 15px;
}

.cls-comments {
    padding: 70px 50px;
    border-radius: 20px;
    background-color: #fff;
}

.grid-3-1-1-1 textarea {
    grid-column: 1/4;
}

input::placeholder {
    color: #525252;
}

textarea::placeholder {
    color: rgba(35, 35, 37, 0.3);
}

button {
    font-size: 16px;
    background-color: #fed42b;
    color: #232323;
    transition: all 0.3s ease-in-out;
}

.comment-form button {
    min-width: 200px;

    border: 1px solid #525252;
    color: #fff;
    background-color: #232325;
}

.comments-form-section .cfs-heading {
    font-size: 32px;
    margin-bottom: 20px;
}

.comment-form button:hover {
    border-color: #525252;
    background-color: #525252;
}

.csf-icons {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}

.csf-icons .csf-icon {
    background-color: #232325;
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    transition: 0.3s ease-in-out;
}

.csf-icons .csf-title {
    display: block;
    width: 100%;
    font-weight: 500;
    font-size: 14px;
}

.csf-icons .csf-icon:hover {
    transform: translateY(-3px);
}

.commetns-count {
    font-weight: 700;
    font-size: 16px;
    margin-bottom: 50px;
}

.commetns-count span {
    margin-left: 8px;
    font-weight: 500;
    color: #8c8c8c;
}

.comment-author {
    display: flex;
    align-items: start;
    gap: 15px;
    margin-bottom: 16px;
}

.comment-author img {
    border-radius: 50%;
    width: 57px;
    height: 57px;
}

.comment-author .date {
    margin-left: auto;
    font-size: 16px;
    color: #8c8c8c;
}

.comment-author .name {
    font-weight: 700;
    font-size: 16px;
}

.cls-comments .comment {}

.comment .comment-text {
    font-weight: 500;
    line-height: 135%;
    margin-bottom: 24px;
}

.comment-actions {
    display: flex;
    align-items: end;
    gap: 16px;
    line-height: 1;
}

.comment .reply,
.comment .like {
    padding: 0;
    height: auto;
    background: transparent;
    width: auto;
    font-size: 13px;
    color: #8c8c8c;
}

.comment .like.liked {
    svg {
        fill: #fed42b;
    }

    path {
        stroke: #fed42b;
    }
}

.comment-actions {
    margin-bottom: 16px;
}

.comment-item {
    width: 100%;
    max-width: 870px;
    margin-bottom: 50px;
}

.comment-item.reply-active>.comment {
    margin-bottom: 20px;
}

.reply-item {
    position: relative;
    padding-left: 100px;
}

.reply-item:last-child {
    margin-bottom: 50px;
}

.reply-item:before {
    content: '';
    position: absolute;
    background-image: url("data:image/svg+xml,%3Csvg width='13' height='20' viewBox='0 0 13 20' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M7 9L12 14M12 14L7 19M12 14H4.19691C3.07899 14 2.5192 14 2.0918 13.7822C1.71547 13.5905 1.40973 13.2839 1.21799 12.9076C1 12.4798 1 11.9201 1 10.8V1' stroke='%23D9D9D9' stroke-width='2' stroke-linecap='round' stroke-linejoin='round' /%3E%3C/svg%3E");
    width: 18px;
    height: 18px;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    top: 0;
    left: unset;
    transform: translate(-25px);
}

.reply-item .comment-author img {
    width: 30px;
    height: 30px;
}

.reply-item .comment-author .name,
.reply-item .comment-author .date,
.reply-item .comment-text {
    font-size: 14px;
}

.swiper-pagination-custom {
    text-align: center;
    margin-top: 40px;
}

.swiper-pagination-bullet {
    opacity: 1;
    width: 10px;
    height: 10px;
    background-color: #d9d9d9;
}

.swiper-pagination-bullet.swiper-pagination-bullet-active {
    background-color: #232325;
}

.swiper-horizontal>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic,
.swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
    left: 50%;
    transform: translateX(-50%);
    white-space: nowrap;
    position: relative;
}