@viewport {
    user-zoom: fixed
}

* {
    backface-visibility: hidden;
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-style: normal;
    appearance: none
}

body,
html {
    position: relative;
    overflow-x: hidden !important
}

body {
    min-height: 100vh;
    height: 100%;
    display: flex;
    flex-direction: column;
    overflow-x: hidden;
    color: #000000;
    font: 16px "Mulish", sans-serif;
    line-height: normal;
    font-weight: normal;
    background: #F2F2F2;
}

input:-webkit-autofill,
input:-webkit-autofill:active,
input:-webkit-autofill:focus,
input:-webkit-autofill:hover {
    transition: background-color 5000000s ease-in-out 0s !important
}

input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
    display: none
}

input[type=number] {
    -moz-appearance: textfield
}

:focus-visible {
    outline: 0
}

.container {
    max-width: 1920px;
    width: 100%;
    padding: 0 30px;
    margin: 0 auto
}

main {
    margin-top: 76px;
    display: flex;
    flex-direction: column;
    position: relative;
    min-height: 100%;
    width: 100%;
    padding: 2px;
    z-index: 0;
    flex: 1 0 auto
}

#smooth-content {
    padding-bottom: 76px;
}

section {
    position: relative;
    max-width: 1920px;
    width: 100%;
    margin: 0 auto;
    padding: 60px 0;
    z-index: 0;
}

main > section:first-child:has(.breadcrumps) {
    padding-top: 21px;
}

a {
    color: #000000;
    text-decoration: none
}

img {
    user-select: none
}

button,
input {
    background-color: unset;
    border: 0
}

button {
    cursor: pointer
}

textarea {
    resize: none
}

.flex-col {
    flex-direction: column;
    align-items: center;
    height: 100%
}

.flex-col,
.flex-row,
.flex-wrap {
    display: flex
}

.flex-wrap {
    flex-wrap: wrap
}

h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
    text-transform: uppercase;
}

.h1,
h1,
.h2,
h2 {
    font-size: 44px;
    font-weight: 700;
    line-height: 1.2;
}

.h3,
h3 {
    font-size: 32px;
    font-weight: 700;
    line-height: 1.18;
}

.h4,
h4 {
    font-size: 28px;
    font-weight: 700;
    line-height: 1.22;
}

.h5,
h5 {
    font-size: 22px;
    font-weight: 700;
    line-height: 1.26;
}

.h6,
h6 {
    font-size: 18px;
    font-weight: 700;
    line-height: 1.2;
}


.items {
    width: calc(100% + 2px);
    margin: 0 -1px -2px;
}

.col-1,
.col-2,
.col-3,
.col-4,
.col-5,
.col-6,
.pagination {
    padding: 0 1px 2px;
    position: relative
}

.col-1 > *,
.col-2 > *,
.col-3 > *,
.col-4 > *,
.col-5 > *,
.col-6 > * {
    width: 100%;
    height: 100%
}

.col-1 {
    width: 100%
}

.col-2 {
    width: 50%
}

.col-3 {
    width: 33.3%
}

.col-4 {
    width: 25%
}

.col-5 {
    width: 20%
}

.col-6 {
    width: 16.6%
}

/* Default */
.btn {
    padding: 16px 32px;
    border-radius: 32px;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    gap: 12px;
    font-size: 16px;
    color: #080808;
    font-weight: 700;
    line-height: 150%;
    cursor: pointer;
    transition: all .4s ease;
    position: relative;
    text-transform: uppercase;
    z-index: 0;
    overflow: hidden;
}

.btn:not(.wt):not(.dark):not(.grey):not(.blk)::before,
.price__header .btn::before,
.pagination nav span::before,
.pagination nav a::before {
    content: '';
    position: absolute;
    width: 100%;
    filter: blur(10px);
    aspect-ratio: 1 / 1;
    z-index: -1;
    background: conic-gradient(#C4C4C4 0%, #F5F5F5 30%, #C4C4C4 48%, #E4E4E4 64%, #F5F5F5 73%, #C4C4C4 100%);
    box-shadow: 0 4px 6px 0 rgba(0, 0, 0, 0.02);
    transform: rotate(-140deg);
    transition: all .4s ease;
}

.pagination nav span::before,
.pagination nav a::before {
    transform: rotate(-174deg);
}

.price__header .btn::before {
    opacity: 0;
}

.btn.dark {
    padding: 10px 24px;
    background: #262626;
    color: #fff;
}

.btn.blk {
    padding: 10px 24px;
    background: #181818;
    color: #fff;
}

.btn.wt {
    background: #fff !important;
    padding: 10px 24px;
}

.btn.grey {
    padding: 10px 24px;
    background: #F2F2F2;
}

.form {
    text-align: left;
    width: calc(100% + 4px);
    margin: 0 -2px -8px;
}

.form p {
    display: flex;
    flex-direction: column;
    padding: 0 2px 8px;
}

.form span,
.form input,
.form textarea,
.form label {
    font-family: "Mulish", sans-serif;
    width: 100%;
}

.form label {
    color: #585858;
    font-size: 12px;
    text-transform: uppercase;
    font-weight: 700;
    line-height: normal;
    display: inline-block;
    height: fit-content;
    margin-bottom: 4px;
}

.form input:not([type="submit"]),
.form textarea,
.check > span {
    color: #080808;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    margin-bottom: auto;
    width: 100%;
    border: none;
    padding: 10px 12px;
    border-radius: 0 22px 22px 22px;
    background: #F2F2F2;
    transition: all .4s ease;
}

.sent .wpcf7-response-output {
    display: none !important;
}

.form input:not([type="submit"])::placeholder,
.form textarea::placeholder {
    color: #707070;
    transition: all .4s ease;
}

.form textarea {
    height: 68px;
}

.form input[type="submit"] {
    cursor: pointer;
    position: absolute;
    inset: 0;
    width: 196px;
    height: 100%;
    opacity: 0;
    z-index: 2;
}

.wpcf7-spinner {
    max-width: 23px;
    min-width: 23px;
    height: 23px;
    position: absolute;
    right: 0;
    top: 40%;
    transform: translate(0, -50%);
}

.wpcf7-form-control-wrap.delete {
    opacity: 1 !important;
    z-index: 2 !important;
}

.wpcf7-form-control-wrap.delete::before,
.wpcf7-form-control-wrap.delete::after {
    content: '';
    position: absolute;
    right: 0;
    top: 50%;
    transform: translate(0, -50%) rotate(45deg);
    background: red;
    width: 14px;
    height: 2px;
    z-index: 22;
}

.wpcf7-form-control-wrap.delete::after {
    transform: translate(0, -50%) rotate(-45deg);
}

p > span:has(.kv-file-error) {
    padding-bottom: 30px;
}

.kv-file-error {
    position: absolute;
    left: 0;
    bottom: -30px;
    font-size: 14px;
    color: red;
}

.wpcf7 form .wpcf7-response-output {
    border: none;
    margin: 10px 0 0 !important;
    padding: 0 !important;
    font-size: 16px;
    font-weight: 500;
    text-align: center;
    color: #007C37;
}

.invalid .wpcf7-response-output {
    color: red !important;
}

.wpcf7-not-valid-tip {
    color: red !important;
    display: inline-block;
    font-size: 14px;
    margin-top: 5px;
}

.wpcf7-form-control-wrap > *:nth-child(n+3) {
    display: none !important;
}

.check input {
    position: absolute;
    inset: 0;
    width: 100% !important;
    height: 100%;
    opacity: 0;
    z-index: 1;
}

.wpcf7-form-control-wrap {
    position: unset;
}

.check .wpcf7-form-control-wrap::before {
    content: '';
    display: inline-block;
    max-width: 20px;
    min-width: 20px;
    height: 20px;
    width: 100%;
    border: 1px solid transparent;
    border-radius: 50% !important;
    padding: 0 !important;
    transition: all .4s ease;
    background: url(../img/check.svg) center center / 10px 7px no-repeat, #fff !important;
}

.check .wpcf7-form-control-wrap:has(.wpcf7-not-valid)::before {
    border: 1px solid red;
}

.check .wpcf7-form-control-wrap:has(input:checked)::before {
    transition: all .4s ease;
    background: url(../img/check.svg) center center / 10px 7px no-repeat, #181818 !important;
}

.check .wpcf7-form-control-wrap {
    margin-bottom: -4px;
}

.check > span {
    display: flex;
    align-items: center;
    gap: 12px;
    font-size: 14px;
    font-weight: 400;
    line-height: 140%;
    color: #585858;
    position: relative;
}

.check a {
    color: #080808;
    font-weight: 700;
    transition: all .4s ease;
    text-decoration-line: underline;
    text-decoration-style: solid;
    text-decoration-skip-ink: none;
    text-decoration-thickness: auto;
    text-underline-offset: auto;
    text-underline-position: from-font;
    z-index: 2;
    position: relative;
    transition: all .4s ease;
}

.form .btn {
    padding: 12px 22px;
    font-size: 14px;
    width: fit-content;
}

.file {
    display: inline-flex;
    align-items: center;
    position: relative;
    gap: 14px;
    cursor: pointer;
    padding: 20px 0;
    border-bottom: 1px solid rgba(0, 0, 0, 1);
}

.file input,
.file .wpcf7-form-control-wrap {
    position: absolute;
    inset: 0;
    opacity: 0;
    width: 100% !important;
    height: 100%;
    cursor: pointer;
}

.file .wpcf7-form-control-wrap {
    opacity: 1 !important;
}

.file input {
    width: calc(100% - 15px) !important;
}

.file b {
    font-weight: 400 !important;
    color: rgba(0, 0, 0, 0.4);
}

.check .wpcf7-not-valid-tip {
    display: none;
}

.wpcf7-list-item,
.wpcf7-form-control-wrap {
    width: fit-content !important;
    margin: 0;
}

.social {
    gap: 4px;
    align-items: center;
    height: fit-content;
}

.social a img {
    width: 14px;
    height: 14px;
    object-fit: contain;
    transition: all .4s ease;
}

.social a {
    width: 44px;
    height: 44px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    background: #262626;
    transition: all .4s ease;
}

.gprev,
.gnext {
    top: 48% !important;
}

.gprev {
    left: 10px !important;
}

.gnext {
    right: 10px !important;
}

.glightbox-open {
    margin-right: 0 !important;
    overflow: auto !important;
}

.glightbox-clean .gslide-media {
    background: #fff;
}

.swiper-btns {
    gap: 4px;
}

.swiper-btn {
    max-width: 36px;
    min-width: 36px;
    height: 36px;
    width: 100%;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    position: relative;
    z-index: 0;
    border-radius: 50%;
    background: #F2F2F2;
    transition: all .4s ease;
}

.swiper-btn::after {
    content: '';
    z-index: 1;
    width: 14px;
    height: 14px;
    display: inline-block;
    background: url(../img/arrow-down.svg) center center / 100% 100% no-repeat;
    transform: rotate(-90deg);
}

.swiper-pause::after {
    background: url(../img/stop.svg) center center / 100% 100% no-repeat;
    transform: rotate(0deg);
}

.swiper-play {
    display: none;
}

.swiper-play::after {
    background: url(../img/play.svg) center center / 100% 100% no-repeat;
    width: 10px;
    height: 10px;
    transform: rotate(0deg);
}

.swiper-control > .swiper-btn:has(img)::after {
    content: unset;
}

.swiper-control > .swiper-btn:has(img) img {
    filter: invert(1);
}

.swiper-control > .swiper-btn:has(img) {
    margin-right: auto;
    margin-left: 4px;
}

.swiper-btn.swiper-prev::after {
    transform: rotate(90deg);
}

.swiper-control {
    padding: 32px;
    border-radius: 14px;
    background: #fff;
    align-items: center;
    justify-content: space-between;
}

.swiper-control .btn {
    padding: 8px 16px;
    font-size: 14px;
}

.jq-rating-label,
.jq-stars {
    display: inline-block
}

.jq-rating-label {
    font-size: 22px;
    position: relative;
    vertical-align: top;
    font-family: helvetica, arial, verdana
}

.jq-star {
    width: 100px;
    height: 100px;
    display: inline-block;
    cursor: pointer
}

.jq-star-svg {
    padding-left: 3px;
    width: 100%;
    height: 100%
}

.jq-star-svg path {
    stroke-linejoin: round
}

.jq-shadow {
    -webkit-filter: drop-shadow(-2px -2px 2px #888);
    filter: drop-shadow(-2px -2px 2px #888)
}

:root {
    --gap: 32px;
    --duration: 30s;
    --scroll-start: 0;
    --scroll-end: calc(-100% - var(--gap))
}

@keyframes scroll-x {
    0% {
        transform: translateX(var(--scroll-start))
    }

    to {
        transform: translateX(var(--scroll-end))
    }
}

@keyframes scroll-xx {
    0% {
        transform: translateX(var(--scroll-end))
    }

    to {
        transform: translateX(var(--scroll-start))
    }
}

/* Nav */
header {
    position: fixed;
    left: 0;
    top: 0;
    right: 0;
    z-index: 100;
    transition: all .4s ease;
    background: #F2F2F2;
    padding: 16px 0;
}

header.fixed {
    padding: 10px 0;
    transition: all .4s ease;
}

.nav {
    align-items: center;
}

.logo {
    width: 196px;
    height: 28px;
    position: relative;
    transition: all .4s ease;
}

.logo img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.nav .logo {
    margin-right: 32px;
}

.lang {
    margin-left: 4px;
    position: relative;
    z-index: 2;
    overflow: unset;
}

.lang span {
    display: inline-flex;
    gap: 6px;
    align-items: center;
    cursor: pointer;
}

.lang ul {
    list-style: none;
    position: absolute;
    top: calc(100% + 4px);
    left: 0;
    opacity: 0;
    visibility: hidden;
    z-index: 9999;
    transition: all .4s ease;
}

.lang.active ul {
    display: none;
    opacity: 1;
    visibility: visible;
    transition: all .4s ease;
}

.tel {
    margin-left: auto;
    font-size: 18px;
    font-weight: 700;
    margin-right: 16px;
    display: inline-flex;
    align-items: center;
    gap: 6px;
    transition: all .4s ease;
}

.nav__list {
    align-items: center;
    gap: 8px;
}

.nav__list ul {
    list-style: none;
    display: flex;
    align-items: center;
    gap: 8px;
}

.nav__list ul li {
    display: inline-flex;
    justify-content: center;
    flex-direction: column;
}

.nav__list a,
.nav__list span {
    display: inline-flex;
    align-items: center;
    gap: 4px;
    padding: 4px 8px;
    font-weight: 700;
    line-height: 1.5;
    cursor: pointer;
    text-transform: uppercase;
    transition: all .4s ease;
}

.nav__list span::after {
    content: '';
    display: inline-block;
    width: 14px;
    height: 14px;
    background: url(../img/arrow-down.svg) center center / 100% 100% no-repeat;
    transition: all .4s ease;
}

.nav__list .active1 span::after {
    transform: rotate(180deg);
    transition: all .4s ease;
}

.dropdown li div {
    opacity: 0;
    visibility: hidden;
    transition: all .4s ease;
}

.dropdown li div {
    position: absolute;
    top: 100%;
    left: 32px;
    right: 32px;
    width: calc(100% - 64px);
    display: flex;
    gap: 2px;
    max-height: fit-content !important;
}

.dropdown li div ul {
    box-shadow: 0 4px 6px 0 rgba(0, 0, 0, 0.02);
    border-radius: 30px;
    background: #fff;
    display: flex;
    flex-direction: column;
    padding: 30px;
    width: calc(50% - 1px);
}

.dropdown li div ul:nth-child(3) {
    width: calc(33.3% - 1.5px);
}

.dropdown li div ul:nth-child(4) {
    width: calc(25% - 1.75px);
}

.dropdown ul li {
    width: 100%;
}

.dropdown ul li a,
.nav__menu > ul a {
    display: inline-flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    font-weight: 700;
    text-transform: uppercase;
    font-size: 14px;
    padding: 8px 0;
    transition: all .4s ease;
}

.dropdown ul li a::after,
.nav__menu > ul a::after {
    content: '';
    max-width: 20px;
    min-width: 20px;
    height: 20px;
    width: 100%;
    display: inline-block;
    transition: all .4s ease;
    background: url(../img/link.svg) center center / 8px 8px no-repeat, #F2F2F2;
    border-radius: 50%;
}

.dropdown ul li a:hover::after,
.nav__menu > ul a:hover::after {
    transform: rotate(45deg);
    transition: all .4s ease;
}

.dropdown li:has(ul:nth-child(2)) div ul {
    width: calc(50% - 1px);
}

.dropdown li:has(ul:nth-child(3)) div ul {
    width: calc(33.3% - 1.33px);
}

.dropdown li:has(ul:nth-child(4)) div ul {
    width: calc(25% - 1.66px);
}

body::before {
    content: '';
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    top: 76px;
    z-index: 20;
    background: linear-gradient(180deg, #08080800 0%, #08080879 20%, #080808 100%);
    transform: translate(0, 100%);
    visibility: hidden;
    transition: all .4s ease;
}

body:has(.dropdown.active1)::before,
.dropdown.active1 li div,
.menu-active .nav__menu,
.menu-active::before,
body:has(.modal__container.show)::before {
    opacity: 1;
    transform: translate(0, 0);
    visibility: visible;
    transition: all .4s ease;
}

.burger {
    max-width: 64px;
    min-width: 64px;
    height: 44px;
    width: 100%;
    position: relative;
    cursor: pointer;
    z-index: 3;
    margin-left: 4px;
}

.burger::after,
.burger::before,
.burger span {
    content: '';
    position: absolute;
    width: 12px;
    height: 2px;
    left: 50%;
    transform: translate(-50%, 0);
    background-color: #080808;
    transition: all .4s ease;
}

.burger::before {
    top: 15px;
}

.burger::after {
    bottom: 15px;
}

.burger span {
    top: 50%;
    transform: translate(-50%, -50%)
}

.menu-active .burger::after,
.menu-active .burger::before,
.menu-active .burger span {
    top: 50%;
    bottom: auto;
    transition: all .4s ease;
}

.menu-active .burger::before {
    transform: translate(-50%, -50%) rotate(-45deg);
}

.menu-active .burger::after {
    transform: translate(-50%, -50%) rotate(45deg);
}

.menu-active .burger span {
    transform: translate(-50%, -50%) scaleX(0);
}

.nav__menu {
    position: absolute;
    top: 100%;
    right: 32px;
    width: 320px;
    padding: 30px;
    height: fit-content;
    max-height: calc(100vh - 86px);
    overflow: auto !important;
    border-radius: 30px;
    z-index: 10;
    box-shadow: 0 4px 6px 0 rgba(0, 0, 0, 0.02);
    background: #fff;
    transform: translate(0, -68px);
    opacity: 0;
    visibility: hidden;
    transition: all .4s ease;
}

.nav__menu::-webkit-scrollbar {
    display: none;
}

.nav__menu .nav__btn {
    display: none;
    gap: 8px;
    margin-top: 0 !important;
    justify-content: space-between;
    margin-bottom: 24px;
}

.nav__menu .nav__btn b {
    font-family: "Mulish", sans-serif;
    font-weight: 700;
}

.nav__menu .nav__btn b:nth-child(2),
.nav__menu .nav__btn.active b:first-child {
    display: none;
}

.nav__menu .nav__btn.active b:nth-child(2) {
    display: block;
}

.nav__menu .nav__btn img {
    transform: rotate(-90deg);
    opacity: 0.5;
}

.nav__menu ul {
    display: flex;
    flex-direction: column;
    list-style: none;
    gap: 8px;
}

.nav__menu > ul {
    display: none;
}

.nav__menu > ul:nth-child(2) {
    display: flex;
}

.nav__menu ul a {
    font-size: 16px;
}

.nav__menu .social {
    margin-top: 64px;
}

.nav__menu .social a {
    background: #F2F2F2;
}

.nav__menu .social a img {
    filter: brightness(0);
}

.nav__menu .btn {
    display: none;
}

/* Footer */
.anim-section {
    background: #fff;
    border-radius: 12px;
    margin: 2px;
    padding: 32px 0;
    overflow: hidden;
    width: calc(100% - 4px);
}

.anim-logo-wrap {
    display: block;
    width: 110%;
    white-space: nowrap;
    overflow: hidden;
    padding: 0;
    margin: 0 -2%
}

.marquee {
    display: flex;
    gap: 32px;
    overflow: hidden;
    user-select: none
}

.marquee__group {
    flex-shrink: 0;
    display: flex;
    align-items: center;
    gap: 32px;
    justify-content: space-around;
    min-width: 100%;
    animation: scroll-xx var(--duration) linear infinite
}

.anim-logo__item {
    display: inline-flex;
    align-items: center;
    gap: 32px;
}

.anim-logo__item::after {
    content: '';
    display: inline-block;
    width: 12px;
    height: 12px;
    border-radius: 50%;
    background: #000;
}

.anim-logo__item img {
    width: 300px;
    height: 40px;
}

.footer__items {
    border-radius: 12px;
    background: #000;
    margin: 2px;
    width: calc(100% - 4px);
}

.footer__item {
    background: #181818;
    border-radius: 12px;
    padding: 30px;
    color: #fff;
    display: grid;
    grid-template-rows: auto 1fr;
}

.footer__item p {
    color: #818181;
    font-weight: 700;
    font-size: 16px;
    text-transform: uppercase;
    margin-bottom: 24px;
}

.footer__item ul {
    list-style: none;
    display: flex;
    flex-direction: column;
    gap: 16px;
}

.footer__item:has(.btn) ul {
    margin-bottom: 113px;
}

.col-1 .footer__item ul {
    flex-wrap: wrap;
    flex-direction: row;
}

.col-1 .footer__item ul li {
    width: calc(33.3% - 12px);
}

.footer__item ul a {
    text-transform: uppercase;
    color: #fff;
    font-weight: 700;
    line-height: 1.5;
    transition: all .4s ease;
}

.footer__item .btn {
    margin-top: auto;
    width: 100%;
    font-size: 14px;
    padding: 10px 24px;
}

.footer__item .flex-row:has(.social) .btn {
    margin-top: 0;
}

.footer__item .flex-row:has(.social) {
    margin-top: auto;
}

.footer__item .flex-row:has(.social) .social {
    flex-wrap: nowrap;
    margin-left: 4px;
}

.loc {
    color: #fff;
    display: inline-flex;
    align-items: center;
    gap: 8px;
    font-weight: 700;
    line-height: 1.4;
    margin-bottom: 4px;
    height: fit-content;
}

.footer__item > div:not(.flex-row) {
    display: grid;
    height: fit-content;
}

.footer__item > div:not(.flex-row) a:not(.loc) {
    font-size: 28px;
    font-weight: 700;
    line-height: 1.26;
    color: #fff;
    display: inline-block;
    margin-bottom: 4px;
}

.footer__item > div:not(.flex-row) p {
    font-weight: 500;
    color: #DDDDDD;
    margin-bottom: 0;
}

.footer__copy {
    padding: 16px 30px;
    margin: 2px;
    width: calc(100% - 4px);
    gap: 16px;
}

.footer__copy p,
.footer__copy a {
    font-family: "Fixel Variable", sans-serif;
    font-size: 14px;
    font-weight: 500;
    color: #ADADAD;
    text-transform: uppercase;
    width: calc(66.6% - 8px);
}

.footer__copy a {
    color: #080808;
    width: calc(33.3% - 12px);
    transition: all .4s ease;
}

/* Modal */
.modal__container {
    position: fixed;
    inset: 0;
    width: 100%;
    height: 100%;
    min-height: 100vh;
    overflow: auto;
    display: flex;
    padding: 20px;
    z-index: 9999999;
    opacity: 0;
    visibility: hidden;
    transition: all .4s ease;
    margin: auto;
}

.close {
    width: 14px;
    height: 14px !important;
    top: 16px;
    right: 16px;
    position: absolute;
    z-index: 10;
    background: url(../img/close.svg) center center /100% 100% no-repeat, transparent;
    cursor: pointer;
    transition: all .4s ease;
}

.modal {
    max-width: 712px;
    width: 100%;
    padding: 30px;
    background: #fff;
    border-radius: 14px;
    margin: auto;
    position: relative;
}

.modal .h4 {
    margin-bottom: 24px;
}

div:has(.modal > p) .h4 {
    margin-bottom: 8px;
}

.modal > p {
    color: #585858;
    margin-bottom: 24px;
}

/* Hero */
.section__hero {
    padding-top: 0;
}

.section__hero > svg {
    width: 100%;
    height: auto;
    padding: 0 30px;
    margin-bottom: 24px;
}

.section__hero > svg path {
    transform-box: fill-box;
    transform-origin: bottom center;
}

.hero {
    border-radius: 14px;
    overflow: hidden;
    height: 592px;
    background: #080808;
}

.hero > img,
.hero > video,
.hero > iframe {
    width: 50%;
    height: 100%;
    object-fit: cover;
    margin: 1px;
}

.hero__content {
    padding: 28px;
    width: 50%;
    display: grid;
    grid-template-rows: auto auto 1fr;
}

.hero__content h1 {
    color: #fff;
    text-transform: uppercase;
    margin-bottom: 8px;
}

.hero__content p {
    font-size: 18px;
    color: #C4C4C4;
    line-height: 1.58;
    margin-bottom: 16px;
}

.hero__btns {
    gap: 4px;
}

.hero__content .btn {
    padding: 16px 32px;
}

/* Why */
.header {
    margin-bottom: 32px !important;
    position: relative;
    z-index: 0;
}

.header .h2 {
    margin-bottom: 8px;
}

.header p {
    font-size: 18px;
    line-height: 1.58;
    color: #585858;
    margin-bottom: 15px;
}

.header p:last-child {
    margin-bottom: 0;
}

.why__item {
    height: 440px;
    border-radius: 14px;
    background: #fff;
    padding: 30px;
    display: grid;
    grid-template-rows: 1fr auto;
    position: relative;
    z-index: 0;
    transition: all .4s ease;
}

.why__item.blk {
    background: #181818;
    transition: all .4s ease;
}

.why__item-img {
    width: 80px;
    padding-top: 16px;
    border-top: 1px solid #D3D3D3;
    transition: all .4s ease;
}

.why__item-img img {
    width: 24px;
    height: 24px;
    object-fit: contain;
    transition: all .4s ease;
}

.why__item .h5 {
    margin-bottom: 4px;
    transition: all .4s ease;
}

.why__item p {
    font-size: 18px;
    line-height: 1.5;
    color: #585858;
    transition: all .4s ease;
}

.why__item .num {
    font-size: 64px;
    font-weight: 700;
    line-height: 1.26;
    transition: all .4s ease;
}

.why__item > img,
.why__item > video,
.why__item > iframe {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    z-index: -1;
    border: none;
    border-radius: 14px;
    transition: all .4s ease;
}

.why__items .blk .why__item-img {
    border-top: 1px solid rgba(255, 255, 255, .25);
    transition: all .4s ease;
}

.why__items .blk .why__item-img img {
    filter: invert(1) brightness(10);
    transition: all .4s ease;
}

.why__items .blk .h5,
.why__items .blk .num {
    color: #fff;
    transition: all .4s ease;
}

.why__items .blk p {
    color: #fff;
    opacity: 0.75;
    transition: all .4s ease;
}

/* Seo */
.showMoreContent {
    color: #585858;
    position: relative;
    z-index: 0;
    margin-top: 8px;
}

.showMoreContent::before {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    height: 100%;
    background: linear-gradient(180deg, #F2F2F200 0%, #f2f2f2 100%);
    transition: all .4s ease;
}

.active .showMoreContent::before {
    opacity: 0;
    transition: all .4s ease;
}

.showMoreContent p,
.showMoreContent li {
    margin-bottom: 20px;
    font-size: 18px;
    line-height: 1.58;
}

.showMoreContent li {
    margin-bottom: 0;
}

.showMoreContent h6 {
    margin-bottom: 8px;
    margin-top: 40px;
    color: #080808;
}

.showMoreContent b {
    color: #080808;
}

.showMoreContent p:last-child {
    margin-bottom: 0;
}

.showMoreContent ul,
.showMoreContent ol {
    margin-left: 20px;
    margin-top: -20px;
    margin-bottom: 20px;
}

.showMore {
    font-size: 14px;
    padding: 8px 16px;
    font-weight: 700;
    display: inline-flex;
    align-items: center;
    gap: 8px;
    cursor: pointer;
    margin-top: 15px;
}

.showMore b {
    font-weight: 600 !important;
}

.showMore b:nth-child(2) {
    display: none;
}

.active .showMore b:nth-child(2) {
    display: block;
}

.active .showMore b:nth-child(1) {
    display: none;
}

.showMore img {
    transition: all .4s ease;
}

.active .showMore img {
    transform: rotate(180deg);
    transition: all .4s ease;
}

/* Faq */
.accordion__item {
    background: #FFFFFF;
    border-radius: 14px;
    margin-bottom: 2px;
    transition: all .4s ease;
    padding: 2px;
}

.accordion__header {
    padding: 28px;
    display: inline-flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    gap: 16px;
    cursor: pointer;
    user-select: none;
}

.accordion__header span {
    color: #767676;
    font-size: 16px;
    font-weight: 700;
    line-height: 1.5;
    width: 50%;
}

.accordion__header:has(span) {
    justify-content: flex-start;
}

.accordion__header::after {
    content: '';
    display: inline-block;
    min-width: 32px;
    max-width: 32px;
    height: 32px;
    width: 100%;
    border-radius: 50%;
    margin-left: auto;
    transition: all .4s ease;
    background: url(../img/arrow-down.svg) center center / 16px 16px no-repeat, #fff;
}

.accordion__item.active .accordion__header::after {
    transform: rotate(180deg);
    transition: all .4s ease;
}

.accordion__content {
    padding: 0 28px;
    background: #F2F2F2;
    border-radius: 12px;
    max-height: 0;
    overflow: hidden;
    font-size: 18px;
    color: #3B3B3B;
    line-height: 1.5;
    will-change: max-height;
    transform: translateZ(0);
    transition: all .4s ease;
}

.accordion__item.active .accordion__content {
    padding: 28px;
}

.accordion__content > img,
.accordion__content > video,
.accordion__content > iframe {
    max-width: 486px;
    width: 100%;
    height: 222px;
    object-fit: cover;
    margin-top: auto;
    margin-right: auto;
    border-radius: 12px;
    transition: all .4s ease;
}

.accordion__content-text {
    width: 50%;
    display: grid;
    grid-template-rows: auto 1fr;
    padding-left: 18px;
    min-height: 390px;
    transition: all .4s ease;
}

.accordion__content-text p {
    color: #C4C4C4;
    margin-bottom: 24px;
}

.accordion__content-text .btn {
    width: fit-content;
    height: fit-content;
}

.tags {
    row-gap: 6px;
    height: fit-content;
    column-gap: 12px;
}

.accordion__content .tags a {
    pointer-events: none;
}

.tags a,
.tags div {
    font-size: 14px;
    font-weight: 700;
    line-height: 1.4;
    text-transform: uppercase;
    color: #818181;
    transition: all .4s ease;
}

/* Blog */
.blog__items {
    margin-bottom: 0;
}

.blog__item {
    padding: 2px 32px 32px;
    background: #fff;
    border-radius: 12px;
    margin-bottom: 2px;
}

.proc__swiper .blog__item {
    background: #181818;
    color: #fff;
}

.blog__item-img {
    width: calc(100% + 60px);
    height: 320px;
    position: relative;
    border-radius: 12px;
    z-index: 0;
    overflow: hidden;
    transition: all .4s ease;
    margin: 0 -30px 18px;
}

.blog__item-img > img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    z-index: -1;
    border-radius: 12px;
    transition: all .4s ease;
}

.proc__swiper .blog__item-img {
    height: 232px;
}

.proc__swiper .blog__item-img > img {
    width: calc(100% - 189px);
    transform: scale(1) !important;
}

.proc__swiper .blog__item-img span {
    position: absolute;
    height: 100%;
    width: 187px;
    z-index: 1;
    top: 0;
    right: 0;
    bottom: 0;
    border-radius: 12px;
    background: transparent;
    padding: 28px;
    color: #181818;
    display: inline-flex;
    align-items: flex-end;
    font-weight: 700;
    text-transform: uppercase;
    justify-content: flex-start;
    transition: all .4s ease;
}

.proc__swiper .blog__item-img span::before {
    content: '';
    position: absolute;
    right: 28px;
    top: 28px;
    width: 36px;
    height: 36px;
    border-radius: 50%;
    background: url(../img/link.svg) center center / 10px 10px no-repeat, #F1F1F1;
    filter: invert(0.9);
}

section:has(.proc__swiper) .swiper-control {
    background: #181818;
}

section:has(.proc__swiper) .swiper-control .swiper-btn {
    filter: invert(.9);
}

.bef__img {
    display: flex;
    gap: 2px;
    height: 188px;
}

.bef__img > img {
    width: calc(50% - 1px);
    border-radius: 12px;
}

.bef__img span {
    position: absolute;
    bottom: -1px;
    border-radius: 12px 0 0 0;
    height: 28px;
    width: 64px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 12px;
    font-weight: 700;
    text-transform: uppercase;
    background: #fff;
    left: calc(50% - 64px);
}

.bef__img span::before,
.bef__img span::after {
    content: '';
    position: absolute;
    width: 12px;
    height: 12px;
    background: url(../img/bef-dec.svg) center center / 100% 100% no-repeat;
}

.bef__img span::before {
    top: -12px;
    right: 0;
}

.bef__img span::after {
    bottom: 0;
    left: -12px;
}

.bef__img span:nth-last-child(2) {
    left: 50%;
    border-radius: 0 12px 0 0;
}

.bef__img span:nth-last-child(2)::before {
    left: 0;
    transform: rotateY(180deg);
}

.bef__img span:nth-last-child(2)::after {
    transform: rotateY(180deg);
    left: auto;
    right: -12px;
}

.bef__img span:has(img) {
    width: 36px;
    height: 36px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 50% !important;
    background: #fff;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    opacity: 0;
    transition: all .4s ease;
}

.bef__img span:has(img)::before,
.bef__img span:has(img)::after {
    content: none;
}

.blog__item > span,
.date span {
    background: #CEE2FF;
    padding: 3px 8px;
    font-size: 12px;
    text-transform: uppercase;
    font-weight: 700;
    line-height: 1.5;
    box-shadow: 0 4px 6px 0 rgba(0, 0, 0, 0.02);
    margin-bottom: 12px;
    border-radius: 32px;
    display: inline-block;
}

.date span {
    margin-bottom: 0;
}

.blog__item .h5,
.blog__item .h6 {
    margin-bottom: 8px;
    max-height: 56px;
    transition: all .4s ease;
    overflow: hidden;
    white-space: normal;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}

.blog__item .h6 {
    max-height: fit-content;
}

.blog__item p {
    font-size: 12px;
    line-height: 1.5;
    font-weight: 700;
    color: #585858;
}

.blog__item:has(.h6) p {
    font-size: 16px;
    font-weight: 400;
    line-height: 1.5;
    color: #C4C4C4;
    overflow: hidden;
    white-space: normal;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}

.pagination {
    position: relative;
    width: 100%;
}

.pagination nav {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: 6px;
}

.pagination nav span,
.pagination nav a {
    max-width: 44px;
    min-width: 44px;
    height: 44px;
    width: 100%;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    background: #F2F2F2;
    font-weight: 700;
    color: #000;
    position: relative;
    z-index: 0;
    overflow: hidden;
}

.pagination nav a::before {
    opacity: 0;
}

.pagination nav span {
    opacity: 1;
}

.pagination nav .dots {
    max-width: fit-content;
    min-width: fit-content;
    background: transparent;
}

.pagination nav .dots::before {
    content: unset;
}

.pagination nav a:first-child,
.pagination nav a:last-child {
    position: absolute;
    top: 50%;
    transform: translate(0, -50%);
}

.pagination nav a:first-child {
    right: 50px;
}

.pagination nav a:last-child {
    right: 0;
}

.pagination nav a:first-child img {
    transform: rotate(90deg);
}

.pagination nav a:last-child img {
    transform: rotate(-90deg);
}

/* Ser */
.ser .accordion__item {
    background: #000;
    color: #fff;
    padding: 2px;
}

.container:has(.breadcrumps) {
    padding: 0 2px;
}

.ser .accordion__header,
.ser .accordion__content {
    border-radius: 12px;
    background: #181818;
}

.ser .accordion__header {
    transition: all .4s ease;
    margin-bottom: 2px;
}

.ser .accordion__header::after {
    filter: invert(.9);
}

/* Ready */
.ready {
    padding: 30px;
    border-radius: 14px;
    color: #fff;
    background: #181818;
    min-height: 598px;
    display: grid;
    grid-template-rows: auto auto 1fr;
    position: relative;
    overflow: hidden;
    z-index: 0;
}

.ready > img {
    position: absolute;
    top: 0;
    right: -124px;
    width: 784px;
    height: 816px;
    z-index: -1;
}

.ready .h3 {
    margin-bottom: 8px;
}

.ready .h2 {
    margin-bottom: 12px;
    font-size: 80px;
    background-color: #C4C4C4;
    background-image: conic-gradient(#C4C4C4 0%, #F5F5F5 30%, #C4C4C4 48%, #E4E4E4 64%, #F5F5F5 73%, #C4C4C4 100%);
    background-size: 100%;
    -webkit-background-clip: text;
    -moz-background-clip: text;
    -webkit-text-fill-color: transparent;
    -moz-text-fill-color: transparent;
}

.ready p {
    max-width: 670px;
    font-size: 18px;
    width: 100%;
    color: #999;
    line-height: 1.58;
}

.ready .btn {
    width: fit-content;
    height: fit-content;
}

/* Team */
.team__swiper {
    padding: 2px;
    border-radius: 12px;
    background: #181818;
    margin-top: 49px;
}

.team__swiper .mySwiper {
    max-width: 635px;
    height: fit-content;
    max-height: 816px;
    margin: 0;
    flex: 0 1 100%;
    border-radius: 12px;
    pointer-events: none;
}

.team__swiper .mySwiper:not(.swiper) {
    display: flex;
    height: calc(100vh - 270px);
    min-height: 500px;
    max-height: 779px;
}

.team__swiper .mySwiper3 {
    margin: auto 0;
    border-radius: 12px;
}

.team__swiper .mySwiper3 .swiper-wrapper {
    align-items: center;
}

.team__swiper .mySwiper3 .swiper-slide {
    cursor: pointer;
    box-shadow: 0 0 0 4px rgba(255, 255, 255, 0);
}

.team__swiper .mySwiper3 .swiper-slide-thumb-active {
    box-shadow: 0 0 0 4px rgba(255, 255, 255, .3);
    transition: all .4s ease;
}

.team__swiper .mySwiper .swiper-slide,
.team__swiper .mySwiper3 .swiper-slide {
    height: 100%;
    width: 100%;
    overflow: hidden;
    border-radius: 12px;
    display: inline-block;
}

.team__swiper .mySwiper:not(.swiper) .swiper-slide {
    border-radius: 12px !important;
}

.team__swiper .mySwiper img,
.team__swiper .mySwiper3 img {
    width: 100%;
    display: block;
    height: 100%;
    border-radius: 12px;
    object-fit: cover;
}

.team__swiper .mySwiper2 {
    color: #fff;
    pointer-events: none;
}

.team__swiper .mySwiper2 .h5,
.team__swiper .mySwiper2 .h3 {
    margin-bottom: 4px;
}

.team__swiper .mySwiper2 .btn {
    margin-top: 32px;
    width: fit-content;
    height: fit-content;
}

.team__swiper .mySwiper2:not(.swiper) {
    height: 100%;
    pointer-events: all;
}

.team__swiper-content:has(.anim-section) {
    grid-template-rows: 1fr;
}

.team__swiper-content .anim-section {
    background: #181818;
}

.team__swiper-content .anim-section p {
    filter: invert(1);
}

.team__swiper .mySwiper2:not(.swiper) .swiper-slide {
    display: grid;
    grid-template-rows: auto auto auto 1fr;
}

.team__swiper .mySwiper2 .swiper-slide {
    padding: 30px;
}

.team__swiper .mySwiper3 {
    margin: 50px 0px;
    padding-left: 30px;
    border-radius: 0;
}

.team__swiper .mySwiper3 .swiper-slide {
    width: 238px;
    height: 376px;
}

.team__swiper .mySwiper2 span {
    font-size: 14px;
    font-weight: 700;
    line-height: 1.4;
    color: #818181;
    margin-bottom: 16px;
    display: inline-block;
    text-transform: uppercase;
}

.team__swiper .mySwiper2 p {
    color: #C4C4C4;
    line-height: 1.56;
    font-size: 18px;
    max-width: 929px;
    width: 100%;
}

.team__swiper-content {
    width: calc(100% - 635px);
    overflow: hidden;
    position: relative;
    flex: 0 1 100%;
    display: grid;
    grid-template-rows: auto 1fr;
}

.team__swiper-content > .swiper {
    width: 100%;
    max-width: 100%;
}

.team__swiper-content .mySwiper4 {
    height: fit-content;
    margin-top: auto;
}

.team__swiper-content .mySwiper4 .swiper-slide {
    padding: 30px;
    gap: 4px;
}

.team__swiper-content .mySwiper4 .swiper-slide .btn {
    padding: 12px 24px;
}

.team__swiper .swiper-btns {
    position: absolute;
    right: 30px;
    bottom: 36px;
    height: fit-content;
    z-index: 10;
}

.team__swiper .swiper-btn {
    max-width: 44px;
    min-width: 44px;
    height: 44px;
    filter: invert(1);
    background-color: #D3D3D3;
}

.team__items {
    margin-top: 2px;
}

.team__item {
    border-radius: 12px;
    padding: 2px 30px 30px;
    background: #181818;
    color: #fff;
    align-items: flex-start;
}

.team__item-img {
    width: calc(100% + 56px);
    margin: 0 -28px 30px;
    max-height: 606px;
    height: calc(100vh - 100px);
    min-height: 450px;
    border-radius: 12px;
    overflow: hidden;
    background: #fff;
    position: relative;
}

.team__item-img::before {
    content: '';
    position: absolute;
    top: 28px;
    z-index: 2;
    right: 28px;
    width: 44px;
    height: 44px;
    border-radius: 50%;
    background: url(../img/link.svg) center center / 10px 10px no-repeat, #F1F1F1;
    filter: invert(1);
    transition: all .4s ease;
}

.team__item-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: all .4s ease;
}

.team__item p {
    color: #818181;
    text-transform: uppercase;
    margin-top: 4px;
    font-weight: 700;
    line-height: 1.5;
}

/* Reviews */
.reviews__swiper .swiper-wrapper {
    gap: 2px;
    transition-timing-function: linear !important;
}

.reviews__swiper .swiper-slide {
    position: relative;
    overflow: hidden;
    border-radius: 12px;
    margin-bottom: 2px;
    width: 405px;
    height: calc(100vh - 250px);
    min-height: 500px;
    max-height: 720px;
}

.reviews__swiper .swiper-slide::before {
    content: '';
    width: 44px;
    height: 44px;
    border-radius: 50%;
    position: absolute;
    left: 30px;
    bottom: 30px;
    background: url(../img/play.svg) center center / 14px 14px no-repeat, #F2F2F2;
}

.reviews__swiper .swiper-slide img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

/* Bread */
.breadcrumps {
    width: 100%;
    margin-bottom: -12px;
    background: #FFFFFF;
    border-radius: 14px;
    padding: 7.5px 30px 5px;
    position: relative;
    z-index: 2;
}

.breadcrumps > span {
    width: 100%;
}

.breadcrumps > span,
.breadcrumps a {
    display: inline-flex;
    align-items: center;
    white-space: nowrap;
    gap: 12px;
    font-size: 12px;
    text-transform: uppercase;
    font-weight: 700;
    height: 16px;
    color: #949494;
    transition: all .4s ease;
}

.breadcrumps a img {
    transition: all .4s ease;
}

.breadcrumps a::after {
    content: '';
    display: inline-block;
    width: 24px;
    height: 1px;
    background: #D3D3D3;
    transition: all .4s ease;
}

.breadcrumps span {
    height: 16px;
    cursor: default;
}

.breadcrumps span span:last-child {
    text-overflow: ellipsis;
    width: 100%;
    color: #080808;
    overflow: hidden;
}

/* Zaput */
.zaput {
    border-radius: 12px;
    border: 2px solid #fff;
    position: relative;
    z-index: 0;
    padding: 28px;
    overflow: hidden;
}

.zaput::before,
.ank::before {
    content: '';
    position: absolute;
    width: 100%;
    filter: blur(10px);
    aspect-ratio: 1 / 1;
    z-index: -2;
    background: conic-gradient(#C4C4C4 0%, #F5F5F5 30%, #C4C4C4 48%, #E4E4E4 64%, #F5F5F5 73%, #C4C4C4 100%);
    box-shadow: 0 4px 6px 0 rgba(0, 0, 0, 0.02);
    transform: rotate(-91deg);
    transition: all .4s ease;
}

.zaput .h2 {
    margin-bottom: 8px;
}

.zaput p {
    font-size: 18px;
    line-height: 1.58;
    color: #585858;
    margin-bottom: 24px;
}

.zaput .btn {
    padding: 12px 22px;
}

.zaput > img {
    object-position: center bottom;
    object-fit: contain;
    position: absolute;
    right: -30px;
    top: 50%;
    transform: translate(0, -50%);
    z-index: -1;
    width: calc(100% - 600px);
    height: fit-content;
}

/* Service */
.service__item {
    padding: 28px 665px 28px 28px;
    border-radius: 12px;
    background: #181818;
    position: relative;
    z-index: 0;
    color: #fff;
    display: grid;
    grid-template-rows: 1fr;
    min-height: 384px;
}

.service__item p {
    font-size: 18px;
    line-height: 1.58;
    color: #C4C4C4;
    max-width: 741px;
    width: 100%;
}

.service__item > img {
    top: 2px;
    right: 2px;
    object-fit: cover;
    position: absolute;
    border-radius: 12px;
    width: 635px;
    height: 286px;
}

.service__btn {
    width: 635px;
    top: 290px;
    position: absolute;
    right: 2px;
    border-radius: 12px;
    background: transparent;
    color: #181818;
    text-transform: uppercase;
    display: inline-flex;
    align-items: center;
    justify-content: space-between;
    padding: 28px;
    font-weight: 700;
    cursor: pointer;
    line-height: 1.5;
    transition: all .4s ease;
}

.service__btn::after {
    content: '';
    display: inline-block;
    width: 36px;
    border-radius: 50%;
    height: 36px;
    transition: all .4s ease;
    background: url(../img/link.svg) left 13px center / 12px 12px no-repeat, #D3D3D3;
    filter: invert(1);
}

/* Price */
.price__header {
    padding: 30px;
    border-radius: 14px;
    background-color: #fff;
    gap: 4px;
    z-index: 10;
    margin-bottom: 128px;
}

.price__header.active {
    border-radius: 0;
}

.price__header .btn {
    padding: 8px 16px;
    font-size: 14px;
}

section:has(.price__item) > div:nth-of-type(n+3) {
    margin-top: 128px;
    margin-bottom: 48px;
}

.price__item {
    background: #080808;
    border-radius: 14px;
    padding: 2px;
    margin-bottom: 8px;
    margin-top: 0 !important;
}

.price__item p,
.price__item li {
    border-radius: 14px;
    padding: 28px;
    display: inline-flex;
    align-items: center;
    gap: 32px;
    font-weight: 700;
    width: 100%;
    line-height: 1.34;
    color: #fff;
    text-transform: uppercase;
    position: relative;
}

.price__item ul {
    border-radius: 12px;
    background: #181818;
}

.price__item p {
    background: #181818;
    font-size: 18px;
    margin-bottom: 2px;
}

.price__item li::before {
    content: '';
    position: absolute;
    bottom: 0;
    left: 28px;
    right: 28px;
    height: 1px;
    border-bottom: 1px dashed #343434;
}

.price__item li span:first-child {
    margin-right: auto;
}

.price__item li span:last-child,
.price__item li span:nth-last-child(2) {
    min-width: 218px;
    max-width: 218px;
    width: 100%;
}

/* Gog */
.gog__swiper .swiper-slide {
    padding: 30px;
    background: #fff;
    max-height: fit-content !important;
    min-height: fit-content !important;
    border-radius: 12px;
}

.gog__swiper .swiper-slide .rate {
    margin-bottom: 12px;
}

.gog__swiper .swiper-slide .rate span {
    display: none;
}

.gog__swiper .swiper-slide p {
    line-height: 1.5;
    color: #585858;
    margin-bottom: 16px;
    max-height: 72px;
    font-size: 16px;
    overflow: hidden;
    white-space: normal;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
}

.gog__swiper .swiper-slide .user {
    display: flex;
    align-items: center;
    gap: 12px;
    color: #000;
    font-weight: 700;
}

.gog__swiper .swiper-slide .user img {
    max-width: 32px;
    min-width: 32px;
    height: 32px;
    width: 100%;
    border-radius: 50%;
}

.gog__swiper .swiper-slide::before {
    content: unset;
}

/* Cert */
.cert__items {
    padding: 30px 18px 8px;
    border-radius: 12px;
    background: #fff;
}

.cert__items > a {
    padding: 0 12px 24px;
}

.cert__items img {
    border: 8px solid #000000;
    object-fit: cover;
    border-radius: 4px;
}

/* Join */
.join {
    position: relative;
    border-radius: 12px;
    overflow: hidden;
    background: #fff;
    padding: 30px;
    width: 100%;
    min-height: 316px;
    display: grid;
    grid-template-rows: auto 1fr;
}

.join .h2 {
    margin-bottom: 8px;
}

.join p {
    line-height: 1.5;
    font-size: 18px;
    color: #585858;
    max-width: 671px;
    width: 100%;
}

.join .btn {
    width: fit-content;
}

.join > img {
    width: 68%;
    aspect-ratio: 1 / 1;
    height: auto;
    position: absolute;
    top: 50%;
    transform: translate(0, -50%);
    right: -6%;
}

/* Doc */
.doc {
    height: fit-content;
}

.doc > img,
.doc .pin-spacer img {
    width: 797px;
    height: 100%;
    object-fit: cover;
    background: #fff;
    border-radius: 12px;
}

.doc__container {
    width: calc(100% - 799px);
    height: fit-content;
    margin-left: auto;
}

.doc__content {
    padding: 46px 30px;
}

.doc__content .h2 {
    margin-bottom: 10px;
}

.doc__content span {
    padding: 4px 12px;
    text-transform: uppercase;
    font-size: 14px;
    font-weight: 700;
    border-radius: 24px;
    border: 1px solid #D3D3D3;
    margin-bottom: 16px;
    display: inline-block;
}

.doc__content p {
    font-size: 18px;
    line-height: 1.58;
    color: #585858;
    margin-bottom: 32px;
}

.doc__content .btn {
    padding: 12px 22px;
    font-size: 14px;
}

.doc__info {
    border-radius: 14px;
    background: #080808;
    padding: 2px;
}

.doc__info-item {
    border-radius: 12px;
    background: #181818;
    margin-bottom: 2px;
    padding: 28px;
    color: #fff;
    overflow: hidden;
}

.doc__info-item p {
    font-size: 18px;
    color: #C4C4C4;
    line-height: 1.5;
    margin-top: 16px;
}

.doc__info-item:has(p) .h6,
.doc__info-item:has(.swiper) .h6 {
    font-size: 16px;
}

.doc__swiper {
    margin-top: 24px;
    align-items: center;
    overflow: unset;
    justify-content: space-between;
    gap: 24px;
}

.doc__swiper .swiper-slide {
    border: 6px solid #fff;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
}

.doc__swiper img {
    width: 101%;
    height: 101%;
    object-fit: cover;
    border-radius: 0;
    transition: all .4s ease;
}

.doc__swiper .swiper-btn {
    filter: invert(.9);
}

.swiper-pagination-fraction {
    position: relative !important;
    bottom: 0 !important;
    right: auto !important;
    left: 0 !important;
    width: fit-content !important;
    margin: 0 !important;
    border-radius: 24px;
    border: 1px solid #343434;
    padding: 8px 16px;
    font-size: 14px;
    font-weight: 700;
    line-height: 1.4;
    display: inline-flex;
    align-items: center;
    gap: 8px;
    color: #767676;
}

.swiper-pagination-fraction .swiper-pagination-current {
    color: #fff;
}

.swiper-control .swiper-pagination-fraction {
    border: 1px solid #D3D3D3;
    color: #949494;
}

section:has(.doc__swiper) .swiper-control:has(.btn) .swiper-pagination-fraction {
    margin-left: auto !important;
    margin-right: 12px !important;
}

.swiper-control .swiper-pagination-fraction .swiper-pagination-current {
    color: #080808;
}

.doc__swiper-about {
    padding: 24px 24px 0;
    background: #fff;
    overflow: hidden;
    border-radius: 14px 14px 0 0;
}

.doc__swiper-about + .swiper-control {
    border-radius: 0 0 14px 14px;
    padding: 24px;
    flex-direction: row !important;
}

.doc__swiper-about .swiper-slide {
    border: 8px solid #000000;
}

.header__links {
    display: flex;
    flex-wrap: wrap;
    gap: 4px;
    position: relative;
    padding: 32px;
    border-radius: 14px;
    background: #fff;
    margin-top: 40px;
}

.header > .header__links {
    padding: 0;
    background: transparent;
    margin-top: 20px;
}

.header__links .btn {
    padding: 8px 16px;
    position: relative;
    margin: 0 !important;
    z-index: 0;
    right: 0;
    top: 0;
}

/* Pol */
section:has(.pol__contact) .header p,
section:has(.pol__contact) .header h1 {
    width: 100%;
    max-width: 720px;
}

.header > .btn {
    position: absolute;
    right: 30px;
    top: 0;
}

section:has(.pol__contact) .header p {
    max-width: 691px;
}

.pol {
    padding-left: 52px;
}

.pol__content h2,
.pol__content h3,
.pol__content h4,
.pol__content h5,
.pol__content h6 {
    margin-top: 48px;
    margin-bottom: 17px;
    color: #131316;
}

.pol__content > *:first-child {
    margin-top: 0;
}

.pol__content p {
    margin-bottom: 16px;
}

.pol__content p,
.pol__content li,
.article p {
    color: #424249;
    line-height: 1.5;
}

.pol__content b {
    color: #131316;
}

.pol__content ul,
.pol__content ol {
    margin-left: 20px;
    margin-top: -6px;
    margin-bottom: 16px;
}

.pol__content a {
    font-weight: 700;
    text-decoration: underline;
    transition: all .4s ease;
}

.date {
    font-size: 12px;
    font-weight: 700;
    color: #585858;
    padding: 33px;
    border-radius: 12px;
    background: #fff;
    margin-bottom: 48px;
    gap: 16px;
    display: inline-flex;
    align-items: center;
    width: 100%;
}

.date:has(span) {
    padding: 30px;
    color: #080808;
}

.pol q,
.pol blockquote {
    border-radius: 8px;
    border: 1px solid #13131621;
    width: 100%;
    display: inline-block;
    padding: 48px 28px;
    font-size: 16px;
    position: relative;
}

.pol blockquote p {
    display: flex;
    flex-direction: column;
    margin-bottom: 0;
}

.pol blockquote p strong {
    margin-top: 8px;
    display: inline-block;
}

.pol q p {
    margin-bottom: 8px;
}

.pol q::before,
.pol q::after,
.pol blockquote::before,
.pol blockquote::after {
    content: "";
    position: absolute;
    top: 26px;
    left: 26px;
    width: 15px;
    height: 15px;
    background: url(../img/q.svg) center center / 100% 100% no-repeat;
}

.pol q::after,
.pol blockquote::after {
    top: auto;
    left: auto;
    right: 26px;
    bottom: 26px;
    transform: rotateY(180deg);
}

.pol aside {
    min-width: 637px;
    max-width: 637px;
    width: 100%;
    margin-left: 54px;
    border-radius: 14px;
    background: #FFFFFF;
    padding: 30px;
    height: fit-content;
}

.lwptoc {
    margin: 0 !important;
}

.lwptoc_i {
    padding: 0 !important;
    width: 100%;
    background: transparent !important;
    color: #080808 !important;
}

.lwptoc_toggle:before {
    content: unset !important;
}

.lwptoc_toggle {
    width: fit-content !important;
    margin: 0 !important;
}

.lwptoc_header {
    position: relative;
    z-index: 0;
    display: flex;
    width: 100%;
    align-items: center;
    justify-content: space-between;
}

.lwptoc_toggle a {
    position: absolute;
    inset: 0;
    opacity: 0;
}

/*.pol:not(.article) aside span,*/
.lwptoc_header {
    font-size: 18px;
    font-weight: 700;
    display: inline-flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    margin-bottom: 24px;
}

.lwptoc_itemWrap,
LI.lwptoc_item {
    display: flex;
    flex-direction: column;
}

.pol:not(.article) aside span::after {
    content: '';
    width: 20px;
    height: 20px;
    display: inline-block;
    border-radius: 50%;
    transition: all .4s ease;
    background: url(../img/arrow-down.svg) center center / 10px 10px no-repeat, #F2F2F2;
}

.pol:not(.article) aside:has([data-label="Відобразити"]) span::after {
    transform: rotate(180deg);
    transition: all .4s ease;
}

.lwptoc_item span::after {
    content: unset !important;
}

.pol:not(.article) aside ul {
    list-style: none;
    margin: 0;
}

.pol:not(.article) aside > ul > li {
    margin-bottom: 14px;
}

.pol:not(.article) aside ul li b,
.pol:not(.article) aside ul li ul,
.lwptoc_item {
    line-height: normal;
    display: inline-flex;
    flex-direction: column;
    width: 100%;
    margin-bottom: 8px;
}

.pol:not(.article) aside ul li ul {
    margin-top: 8px !important;
}

.pol:not(.article) aside ul li ul {
    margin-left: 0 !important;
    padding-left: 12px !important;
    border-left: 1px solid #13131626;
}

.pol:not(.article) aside ul li ul li {
    margin-bottom: 8px;
    line-height: 1;
}

.pol:not(.article) aside ul li ul li a,
.lwptoc_item a {
    text-decoration: none;
    font-weight: 400;
    color: #080808 !important;
    font-size: 14px;
}

.pol__contact {
    margin: 50px auto 0 2px;
    max-width: calc(100% - 691px);
    background: #080808;
    color: #fff;
}

.pol__contact > p,
.pol__contact .form label {
    color: #C4C4C4;
}

.pol__contact .form input:not([type="submit"]),
.pol__contact .form textarea,
.pol__contact .check > span {
    color: #fff;
    background: #262626;
}

.pol__contact .form input:not([type="submit"])::placeholder,
.pol__contact .form textarea::placeholder {
    color: #6B6B6B;
}

.pol__contact .check .wpcf7-form-control-wrap:has(input:checked)::before,
.pol__contact .btn {
    filter: invert(1);
}

.pol__contact .check > span,
.pol__contact .check a {
    color: #fff;
}

/* Vacancy */
.vacancy__items {
    width: 100%;
}

.vacancy__item {
    background: #181818;
    border-radius: 12px;
    padding: 28px;
    position: relative;
    color: #fff;
    width: 100%;
    margin-bottom: 2px;
    display: inline-block;
}

.vacancy__item p {
    font-size: 18px;
    line-height: 1.58;
    color: #C4C4C4;
    max-height: 56px;
    overflow: hidden;
    margin-top: 8px;
    max-width: 647px;
    width: 100%;
    overflow: hidden;
    white-space: normal;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}

.vacancy__item::before {
    content: '';
    width: 36px;
    height: 36px;
    border-radius: 50%;
    background: url(../img/link.svg) center center / 10px 10px no-repeat, #F1F1F1;
    filter: invert(.9);
    position: absolute;
    transition: all .4s ease;
    top: 28px;
    right: 28px;
}

.vacancy aside {
    min-width: 636px;
    max-width: 636px;
    width: 100%;
    height: fit-content;
    margin-left: 2px;
}

.vacancy aside::before {
    content: none;
}

.vacancy aside .btn {
    padding: 8px 16px;
    font-size: 14px;
    margin-top: 24px;
}

/* Job */
.job__header {
    align-items: flex-start;
    justify-content: space-between;
    margin-bottom: 61px;
}

.job__header > div {
    max-width: 1057px;
    width: 100%;
}

.job__header h1 {
    margin-bottom: 12px;
}

.job__header p {
    font-size: 18px;
    line-height: 1.58;
    color: #585858;
    margin-bottom: 24px;
}

.job {
    align-items: flex-start;
    justify-content: space-between;
}

.job__img {
    width: calc(100% - 1121px);
    height: 417px;
    background: #fff;
    overflow: hidden;
    border-radius: 14px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}

.job__img img {
    width: 448px;
    height: 64px;
}

.job__img.img img {
    width: 100% !important;
    height: 100% !important;
    object-fit: cover;
}

.job__content {
    width: 1117px;
    border-radius: 14px;
    background: #080808;
    color: #fff;
}

.job__content-item {
    background: #181818;
    border-radius: 12px;
    padding: 28px;
}

.job__content-item ul {
    list-style: none;
    margin-bottom: -8px;
    margin-top: 16px;
}

.job__content-item li {
    display: inline-flex;
    color: #C4C4C4;
    line-height: 1.5;
    gap: 12px;
    margin-bottom: 8px;
    width: 100%;
}

.job__content-item li::before {
    content: '';
    display: inline-block;
    min-width: 8px;
    max-width: 8px;
    height: 8px;
    width: 100%;
    background: #fff;
    transform: rotate(45deg);
    border-radius: 1px;
    margin-bottom: auto;
    margin-top: 8px;
}

.job__content-items {
    margin: 2px 2px 0;
    width: calc(100% - 4px);
}

.job__content-items span {
    border-radius: 12px;
    background: #181818;
    padding: 28px;
    color: #C4C4C4;
    display: flex;
    flex-direction: column;
}

.job__content-items span b {
    color: #fff;
}

/* Ank */
.ank {
    position: relative;
    padding: 28px;
    overflow: hidden;
    border-radius: 12px;
    border: 2px solid #fff;
    display: grid;
    grid-template-rows: auto 1fr;
    height: 262px;
}

.ank > img {
    position: absolute;
    width: 737px;
    height: auto;
    top: 50%;
    transform: translate(0, -50%);
    right: 200px;
    z-index: -1;
}

.ank .h2 {
    margin-bottom: 8px;
}

.ank p {
    font-size: 18px;
    line-height: 1.58;
    color: #585858;
}

.ank .btn {
    width: fit-content;
}

/* Del */
.del__item {
    background: #181818;
    border-radius: 12px;
    padding: 28px;
    color: #fff;
    text-align: left;
    position: relative;
    overflow: hidden;
    top: 0;
    display: flex;
    flex-direction: column;
}

.del > div:has(.del__item:hover) .del__item {
    width: calc(100% - 2px);
    position: absolute;
    z-index: 2;
    height: fit-content !important;
}

.del__item::before {
    content: '';
    width: 36px;
    height: 36px;
    border-radius: 50%;
    background: url(../img/link.svg) center center / 10px 10px no-repeat, #F1F1F1;
    filter: invert(.9);
    position: absolute;
    top: 28px;
    right: 28px;
    transition: all .4s ease;
}

.del__item:hover::before {
    transform: rotate(45deg);
    transition: all .4s ease;
}

.del__item img {
    width: 100px;
    height: 84px;
    object-fit: contain;
    margin-bottom: 32px;
}

.del__item b {
    display: inline-block;
    margin-bottom: 8px;
    width: 100%;
    text-transform: uppercase;
    white-space: wrap;
}

.del__item p:has(b) {
    display: none;
}

.del__item p {
    color: #C4C4C4;
    overflow: hidden;
    white-space: normal;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}

.del__item:hover p {
    -webkit-line-clamp: unset;
}

/* Prov */
.prov {
    border-radius: 14px;
    background: #181818;
}

.prov .swiper {
    width: 50%;
    margin: 0;
    border-radius: 14px;
}

.prov .mySwiper2 {
    z-index: 3;
    background: #181818;
}

.prov .mySwiper {
    z-index: 1;
    pointer-events: none;
}

.prov .mySwiper2 .swiper-slide {
    padding: 28px;
    color: #fff;
    display: grid;
    grid-template-rows: auto auto 1fr;
}

.prov .mySwiper2 .swiper-slide .h5 {
    margin-bottom: 4px;
}

.prov .mySwiper2 .swiper-slide span {
    font-size: 14px;
    font-weight: 700;
    color: #818181;
    line-height: 1.4;
    text-transform: uppercase;
    display: inline-block;
    margin-bottom: 16px;
}

.prov .mySwiper2 .swiper-slide p {
    font-size: 18px;
    color: #C4C4C4;
    max-width: 737px;
    width: 100%;
}

.prov .mySwiper2 .swiper-slide .btn {
    width: fit-content;
    padding: 12px 24px;
    font-size: 14px;
    margin-top: 32px;
}

.prov .mySwiper2 .swiper-btns {
    position: absolute;
    bottom: 34px;
    right: 28px;
    z-index: 3;
    filter: invert(.9);
}

.prov .mySwiper {
    padding: 2px;
    overflow: unset;
    width: 25%;
    height: fit-content;
    margin-right: auto;
    margin-left: 0;
}

.prov .mySwiper img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 12px;
}

.prov .mySwiper .swiper-slide {
    transform: scale(.5);
    transition: all .4s ease;
}

.prov .mySwiper .swiper-slide-thumb-active {
    transform: scale(1);
    transition: all .4s ease;
}


/* Error */
section:has(.error) {
    padding: 80px 0 128px;
}

.error {
    text-align: center;
    max-width: 571px;
    width: 100%;
    margin: 0 auto;
}

.error > img {
    width: 269px;
    height: auto;
    margin-bottom: 16px;
}

.thanks > img {
    width: 56px;
}

.error h1 {
    margin-bottom: 8px;
}

.error p {
    font-size: 18px;
    line-height: 1.6;
    margin-bottom: 24px;
}

/* About */
.about > img {
    width: 100%;
    height: auto;
    object-fit: cover;
    border-radius: 12px;
    margin-bottom: 128px;
}

.about__container {
    align-items: center;
    margin-bottom: 128px;
}

.about__content,
.about__num {
    width: 50%;
}

.about__content {
    padding: 0 32px;
}

.about__content h2 {
    margin-bottom: 8px;
}

.about__content p {
    font-size: 18px;
    line-height: 1.58;
    color: #585858;
    margin-bottom: 15px;
}

.about__num {
    height: 100%;
    gap: 2px;
}

.about__item {
    border-radius: 14px;
    width: calc(33.3% - 1.5px);
    height: 100%;
    background: #FFFFFF;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
    gap: 4px;
    transition: all .4s ease;
}

.about__item p {
    color: #585858;
    transition: all .4s ease;
}

.about__swiper {
    user-select: none;
    pointer-events: none;
}

.about__swiper img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 12px;
}

.about__swiper .swiper-wrapper {
    transition-timing-function: linear !important;
}

/* Blag */
.blag {
    background: #fff;
    border-radius: 14px;
    padding: 30px;
    min-height: 520px;
}

.blag__num {
    border-radius: 8px;
    border: 1px solid #D3D3D3;
    padding: 32px;
    display: grid;
    grid-template-rows: auto 1fr;
    width: calc(50% - 16px);
}

.blag__num .num {
    font-size: 64px;
    line-height: 1.26;
    font-weight: 700;
}

.blag p {
    color: #585858;
}

.blag__num .btn {
    padding: 12px 24px;
    width: fit-content;
    margin-top: 24px;
}

.blag__content {
    display: grid;
    grid-template-rows: auto 1fr;
    width: calc(50% - 16px);
    padding: 0 0 0 32px;
}

.blag__content .h3 {
    margin-bottom: 8px;
}

.blag__img {
    gap: 2px;
    margin-top: 24px;
}

.blag__img > img {
    width: calc(50% - 1px);
    border-radius: 8px;
    height: 100%;
    object-fit: cover;
}

/* Article */
section:has(.article) .header .h2 {
    max-width: 1217px;
}

.article {
    padding: 0 !important;
}

.article p,
.article li {
    font-size: 18px;
}

.article > p {
    margin-bottom: 48px;
}

.article__content,
.article > p {
    padding: 0 32px;
    max-width: calc(100% - 645px);
}

.article__content h3 {
    font-size: 28px;
}

.article__content > img,
.article__slider,
.article__img > img,
.article__slider a > img,
.wp-block-image img {
    width: 100%;
    height: auto;
    display: inline-block;
    object-fit: cover;
    border-radius: 12px;
}

figure.wp-block-gallery.has-nested-images figure:first-child {
    width: 100% !important;
}

.article__img,
.article__slider,
.article__content > img {
    margin: 34px -32px 0;
    width: calc(100% + 64px);
}

.mob_google {
    display: none;
}

.article__img span {
    position: relative;
    left: 22px;
    top: -37px;
    display: inline-block;
    background: #181818;
    border-radius: 12px 12px 0 0;
    padding: 4px 8px;
    line-height: 1.5;
    color: #fff;
}

.article__img p {
    margin-top: -25px;
    margin-left: 30px;
    padding-left: 8px;
    border-left: 1px solid #1313162c;
}

.article aside {
    height: fit-content;
    margin-left: 4px !important;
    padding: 0;
    background: transparent;
}

.article aside a {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    margin-bottom: 2px;
    padding: 30px;
}

.article aside a .h5 {
    font-size: 18px;
    max-height: 48px;
    line-height: 1.34;
}

.article__slider a {
    width: 100%;
    border-radius: 12px;
    overflow: hidden;
    display: block;
}

.article__slider {
    gap: 2px;
}

.article__slider-images {
    gap: 2px;
}

.article__slider-images a {
    width: calc(25% - 2px);
    display: block;
    position: relative;
}

.article__slider-images a span {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 56px;
    height: 56px;
    border-radius: 50%;
    background: #fff;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 18px;
}

/* Contact */
.contact {
    gap: 2px;
}

.contact > img {
    width: calc(50% - 1px);
    height: 100%;
    object-fit: cover;
    border-radius: 14px;
}

.contact .pol__contact {
    max-width: calc(50% - 1px);
    margin: 0;
}

/* Loc */
.loc__items {
    padding: 2px;
    border-radius: 14px;
    background: #080808;
}

.loc__item {
    border-radius: 14px;
    background: #181818;
    padding: 28px;
    color: #C4C4C4;
}

.loc__item p {
    margin-bottom: 8px;
}

.loc__item > a,
.loc__item > span {
    align-items: center;
    display: inline-flex;
    gap: 8px;
    color: #fff;
    font-weight: 700;
    font-size: 22px;
    transition: all .4s ease;
}

.loc__item > span img {
    filter: brightness(0) invert(1);
    width: 20px;
    height: 20px;
    object-fit: contain;
}

.loc__item .flex-row {
    width: calc(33.3% - 28px);
    margin-left: auto;
}

.loc__map {
    width: 100%;
    border-radius: 14px;
    overflow: hidden;
    background: #080808;
    padding: 2px;
    height: 714px;
    margin-top: 4px;
}

.loc__map > * {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 14px;
}