/*============= ALIGNES ===============*/
:root {
    --card: #fff;
    --bg-light: #f5f5f5;
    --bg-dark: #b3b6c1;
    --stroke: #d3d3d3;
    --primary: #13116e;
    --head: #0b0449;
    --main-text: #585858;
    --telegram: #2b62d9;
    --main-2: #959595;
    --font-family: "Tilda Sans", sans-serif;
    --second-family: "Onest", sans-serif;
    --third-family: "Raleway", sans-serif;
    --font3: "Avenir Next Cyr", sans-serif;
}

*,
*::after,
*::before {
    box-sizing: border-box;
}

* {
    padding: 0;
    margin: 0;
    border: none;
}

.alignwide {
    width: 100%;
}

.alignfull {
    margin-left: calc(-50vw + 50%);
    margin-right: calc(-50vw + 50%);
    max-width: 1920px;
    padding: 0 clamp(10px, 0.625vw + 8px, 20px);
}

@media only screen and (min-width: 1920px) {
    .alignfull {
        width: 100vw !important;
        max-width: unset;
    }
}

/* =========== BASE CONFIG =========== */
html {
    box-sizing: border-box;
}

* {
    margin: 0;
    padding: 0;
    font-family: "Lato", sans-serif;
    font-weight: 400;
    box-sizing: inherit;
}

body {
    background-color: var(--card);
    overflow-x: hidden;
    margin: 0 auto;
    width: auto;
}

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

.simplebar-content > *:last-child {
    margin-bottom: 0;
}

.simple-scroll-block {
    padding-right: clamp(10px, 3.125vw + 0px, 60px);
}

/**
  * Reinstate scrolling for non-JS clients
  */
.simplebar-content-wrapper {
    scrollbar-width: auto;
    -ms-overflow-style: auto;
}

.simplebar-content-wrapper::-webkit-scrollbar,
.simplebar-hide-scrollbar::-webkit-scrollbar {
    display: initial;
    width: initial;
    height: initial;
}

.simplebar-track.simplebar-vertical {
    width: 2px;
    background-color: var(--bg-dark);
}

.simplebar-scrollbar {
    opacity: 1 !important;
    background-color: var(--primary);
}

a {
    text-decoration: none;
    color: inherit;
}

ul li {
    list-style-position: inside;
    color: #121212;
    font-size: 18px;
    line-height: 26px;
}

ul li::marker {
    color: #1F2F47;
}

ol li {
    list-style-position: inside;
    color: #121212;
    font-size: 18px;
    line-height: 26px;
    margin-bottom: 10px;
}

p {
    color: inherit;
    font-size: inherit;
    line-height: inherit;
    font-weight: inherit;
}

.breadcrumbs {
    padding: clamp(10px, 0.625vw + 8px, 20px) 0;
    font-family: var(--font-family);
    font-weight: 400;
    font-size: 16px;
    line-height: 150%;
    color: var(--main-text);
}

.breadcrumbs span {
    font-weight: inherit;
    font-family: inherit;
    font-size: inherit;
    line-height: inherit;
    color: inherit;
}

.breadcrumbs .current-item {
    color: var(--primary);
}

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

span {
    color: inherit;
    font-family: inherit;
    font-weight: inherit;
    font-size: inherit;
    line-height: inherit;
}

h1, .h1 {
    color: var(--head);
    font-family: var(--font-family);
    font-weight: 800;
    font-size: clamp(32px, 1vw + 28.8px, 48px);
    line-height: 120%;
}

h1.page-title, .h1.page-title {
    margin-bottom: clamp(20px, 1.25vw + 16px, 40px);
}

h2, .h2 {
    color: var(--head);
    font-family: var(--font-family);
    font-weight: 800;
    font-size: clamp(28px, 0.875vw + 25.2px, 42px);
    line-height: 120%;
}

.block-title {
    margin-bottom: clamp(20px, 1.25vw + 16px, 40px);
}

h3, .h3 {
    color: var(--head);
    font-family: var(--font-family);
    font-weight: 800;
    font-size: clamp(26px, 0.375vw + 24.8px, 32px);
    line-height: 120%;
}

h4, .h4 {
    color: var(--head);
    font-family: var(--font-family);
    font-weight: 800;
    font-size: clamp(20px, 0.25vw + 19.2px, 24px);
    line-height: 120%;
}

h5, .h5 {
    color: var(--head);
    font-family: var(--font-family);
    font-weight: 800;
    font-size: clamp(16px, 0.25vw + 15.2px, 20px);
    line-height: 120%;
}

h6, .h6 {
    color: var(--head);
    font-family: var(--font-family);
    font-weight: 800;
    font-size: clamp(14px, 0.125vw + 13.6px, 16px);
    line-height: 120%;
}

.p1 {
    font-family: var(--font-family);
    font-weight: 400;
    font-size: clamp(16px, 0.25vw + 15.2px, 20px);
    line-height: 150%;
}

.p2 {
    font-family: var(--font-family);
    font-weight: 400;
    font-size: clamp(14px, 0.125vw + 13.6px, 16px);
    line-height: 150%;
}

.p3 {
    font-family: var(--font-family);
    font-weight: 400;
    font-size: clamp(12px, 0.125vw + 11.6px, 14px);
    line-height: 150%;
}

.btn {
    cursor: pointer;
    width: fit-content;
    height: fit-content;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 5px;
    padding: clamp(10px, 0.1875vw + 9.4px, 13px) clamp(20px, 1.25vw + 16px, 40px);
    background-color: var(--primary);
    border: none;
    font-family: var(--font-family);
    font-weight: 400;
    font-size: clamp(14px, 0.125vw + 13.6px, 16px);
    line-height: 150%;
    color: var(--card);
    transition: background-color 0.15s;
}

.btn:hover {
    background-color: var(--head);
}

.btn-bordered {
    cursor: pointer;
    width: fit-content;
    height: fit-content;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid var(--primary);
    border-radius: 5px;
    padding: clamp(10px, 0.1875vw + 9.4px, 13px) clamp(20px, 1.25vw + 16px, 40px);
    font-family: var(--font-family);
    font-weight: 400;
    font-size: clamp(14px, 0.125vw + 13.6px, 16px);
    line-height: 150%;
    color: var(--primary);
    transition: background-color 0.15s, color 0.15s;
}

.btn-bordered:hover {
    background-color: var(--primary);
    color: var(--card);
}

.btn-card {
    cursor: pointer;
    width: fit-content;
    height: fit-content;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: clamp(10px, 0.1875vw + 9.4px, 13px) clamp(20px, 1.25vw + 16px, 40px);
    background-color: var(--card);
    border: 1px solid var(--card);
    border-radius: 5px;
    font-family: var(--font-family);
    font-weight: 400;
    font-size: clamp(14px, 0.125vw + 13.6px, 16px);
    line-height: 150%;
    color: var(--primary);
    transition: background-color 0.15s, color 0.15s;
}

.btn-card:hover {
    background-color: transparent;
    color: var(--card);
}

.btn-link {
    display: flex;
    align-items: center;
    gap: clamp(10px, 0.625vw + 8px, 20px);
    padding: 5px clamp(10px, 0.625vw + 8px, 20px);
    border-radius: 5px;
    font-family: var(--font-family);
    font-weight: 400;
    font-size: clamp(14px, 0.125vw + 13.6px, 16px);
    line-height: 150%;
    color: var(--primary);
    transition: background-color 0.15s, color 0.15s;
}

.btn-link img, .btn-link svg {
    overflow: hidden;
    border-radius: 5px;
    width: clamp(30px, 0.625vw + 28px, 40px);
    height: clamp(30px, 0.625vw + 28px, 40px);
    object-fit: contain;
}

.btn-link:hover {
    background-color: var(--primary);
    color: var(--card);
}

.link {
    display: flex;
    align-items: center;
    gap: 5px;
    font-family: var(--font-family);
    font-weight: 800;
    font-size: clamp(14px, 0.125vw + 13.6px, 16px);
    line-height: 120%;
    color: var(--card);
}

.link:hover .text::before {
    width: 100%;
}

.link .text {
    position: relative;
    font-family: inherit;
    font-weight: inherit;
    font-size: inherit;
    line-height: inherit;
    color: inherit;
}

.link .text::before {
    content: "";
    position: absolute;
    bottom: -5px;
    left: 0;
    width: 0;
    height: 2px;
    background-color: var(--card);
    transition: width 0.15s;
}

.link svg path {
    stroke: var(--card);
}

.input {
    outline: none;
    min-width: 240px;
    border: 1px solid var(--main-2);
    border-radius: 5px;
    padding: clamp(5px, 0.625vw + 3px, 15px) clamp(10px, 0.625vw + 8px, 20px);
    font-family: var(--font-family);
    font-weight: 400;
    font-size: clamp(12px, 0.125vw + 11.6px, 14px);
    line-height: 150%;
    color: var(--main-text);
    transition: background-color 0.15s, border-color 0.15s, color 0.15s;
}

.input:hover {
    background-color: var(--card);
    border-color: var(--primary);
    color: var(--primary);
}

.input-bordered {
    outline: none;
    min-width: 240px;
    border: 1px solid var(--card);
    border-radius: 5px;
    padding: clamp(10px, 0.3125vw + 9px, 15px) clamp(15px, 0.3125vw + 14px, 20px);
    background-color: transparent;
    font-family: var(--font-family);
    font-weight: 400;
    font-size: clamp(12px, 0.125vw + 11.6px, 14px);
    line-height: 150%;
    color: var(--card);
}

.input-bordered::placeholder {
    color: var(--card);
}

.error {
    border-color: red !important;
}

.file label {
    display: flex;
    align-items: center;
    gap: 5px;
}

.file__title {
    color: var(--primary);
}

.file .hidden {
    display: none;
}

.phone,
.email {
    white-space: nowrap;
}

.block-margin {
    margin-bottom: clamp(40px, 2.5vw + 32px, 80px);
}

.text-block {
    color: inherit;
    font-size: inherit;
    font-style: inherit;
    font-weight: inherit;
    line-height: inherit; /* 22.4px */
}

.text-block.card * {
    color: var(--bg-dark);
}

.text-block.card em {
    color: var(--card);
}

.text-block.card em::before {
    background-image: url("../images/line-card.svg");
}

.text-block em {
    position: relative;
    white-space: nowrap;
    font-style: normal;
    text-decoration: none;
    text-transform: unset;
    color: var(--head);
}

.text-block em:before {
    content: "";
    position: absolute;
    bottom: -12px;
    left: 0;
    width: 100%;
    height: 12px;
    background-image: url("../images/underline.svg");
    background-size: contain;
    background-repeat: no-repeat;
}

.text-block.accent ol {
    counter-reset: num;
}

.text-block.accent ol li {
    position: relative;
    list-style: none;
    padding-left: 47px;
}

.text-block.accent ol li::before {
    content: counter(num);
    counter-increment: num;
    position: absolute;
    left: 0;
    z-index: -1;
    display: flex;
    width: 30px;
    height: 30px;
    flex-direction: column;
    justify-content: center;
    flex-shrink: 0;
    background-color: var(--Accent);
    border-radius: 50%;
    color: var(--Card);
    text-align: center;
    font-family: "Wix Madefor Text", sans-serif;
    font-size: calcFluidFontSize(12, 14, 320, 1920);
    font-style: normal;
    font-weight: 400;
    line-height: 130%; /* 18.2px */
}

.text-block p {
    margin-bottom: 20px;
}

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

.text-block ul {
    display: flex;
    flex-direction: column;
    gap: 15px;
    margin-bottom: 10px;
}

.text-block ul li {
    list-style: none;
    position: relative;
    padding-left: 18px;
    margin: 0;
    color: inherit;
    font-size: inherit;
    font-style: inherit;
    font-weight: inherit;
    line-height: inherit; /* 22.4px */
}

.text-block ul li::before {
    content: "";
    position: absolute;
    top: 8px;
    left: 0;
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background-color: var(--primary);
}

.text-block ol {
    display: flex;
    flex-direction: column;
    gap: 15px;
    margin-bottom: 10px;
}

.text-block ol li {
    color: inherit;
    font-size: inherit;
    font-style: inherit;
    font-weight: inherit;
    line-height: inherit; /* 22.4px */
}

.text-block h2 {
    margin-top: 40px;
    margin-bottom: 35px;
}

.text-block h3 {
    margin-top: 35px;
    margin-bottom: 30px;
}

.text-block h4 {
    margin-top: 30px;
    margin-bottom: 25px;
}

.text-block h5 {
    margin-top: 25px;
    margin-bottom: 20px;
}

.text-block h6 {
    margin-top: 20px;
    margin-bottom: 15px;
}

.swiper-additionals {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: clamp(10px, 0.625vw + 8px, 20px);
    margin-top: clamp(20px, 1.25vw + 16px, 40px);
    flex-wrap: wrap;
}

.swiper-btns {
    display: flex;
    align-items: center;
    gap: clamp(10px, 0.3125vw + 9px, 15px);
}

.swiper-btn-prev {
    scale: -1;
}

.swiper-btn-prev, .swiper-btn-next {
    cursor: pointer;
    width: clamp(35px, 0.9375vw + 32px, 50px);
    height: clamp(35px, 0.9375vw + 32px, 50px);
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 5px;
    border: 1px solid var(--primary);
    flex-shrink: 0;
    transition: border-color 0.15s, background-color 0.15s;
}

.swiper-btn-prev:hover, .swiper-btn-next:hover {
    background-color: var(--primary);
}

.swiper-btn-prev:hover svg path, .swiper-btn-next:hover svg path {
    stroke: var(--card);
}

.swiper-btn-prev svg path, .swiper-btn-next svg path {
    stroke: var(--primary);
    transition: stroke 0.15s;
}

.swiper-button-disabled {
    border-color: var(--main-2);
}

.swiper-button-disabled svg path {
    stroke: var(--main-2);
}

.swiper-pagination {
    position: relative !important;
    top: 0 !important;
    left: 0 !important;
    bottom: 0 !important;
    right: 0 !important;
    width: fit-content !important;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    flex-wrap: wrap;
}

.swiper-pagination-bullet {
    cursor: pointer !important;
    width: 10px !important;
    height: 5px !important;
    margin: 0 !important;
    opacity: 1 !important;
    background-color: var(--stroke) !important;
    border-radius: 0 !important;
    transition: background-color 0.15s ease-in, border-color 0.15s ease-in, width 0.15s ease-in;
}

.swiper-pagination-bullet-active {
    width: 35px !important;
    background-color: var(--head) !important;
}

#main,
#primary {
    position: relative;
    padding: 0 clamp(10px, 0.625vw + 8px, 20px);
}

#main > .container,
#primary > .container {
    padding: 0;
}

/*====== NAVIGATION ===========*/
.navigation.pagination {
    width: 100%;
    margin-top: 40px;
    display: flex;
    justify-content: center;
    text-align: center;
}

.navigation.pagination .nav-links {
    display: flex;
    justify-content: center;
    text-align: center;
}

.navigation.pagination .page-numbers {
    font-size: 16px;
    line-height: 24px;
    font-weight: 400;
    color: #1C0130;
    margin: 0 10px;
}

.navigation.pagination .page-numbers.current {
    font-weight: 750;
}

.navigation.pagination a.prev {
    margin-right: 100px;
    margin-left: -100px;
}

.navigation.pagination a.next {
    margin-right: -100px;
    margin-left: 100px;
}

.phone, .email {
    white-space: nowrap;
}

/*============ HEADER =================*/
#header {
    padding: 0 clamp(10px, 0.625vw + 8px, 20px);
    position: sticky;
    top: 0;
    z-index: 99;
}

#header .header {
    background: var(--bg-light);
    border-radius: 0 0 5px 5px;
}

#header .header__wrapper {
    display: flex;
    flex-direction: column;
}

#header .header__top {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: clamp(10px, 1.875vw + 4px, 40px);
    padding: 10px 0;
}

#header .header__top .logo {
    width: 195px;
    height: 64px;
}

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

#header .header__top .header-address {
    display: flex;
    flex-direction: column;
    gap: 3px;
    margin-left: auto;
}

#header .header__top .header-address__name {
    color: var(--head);
}

#header .header__top .header-address__value {
    color: var(--main-text);
}

#header .header__top .phone {
    margin-left: auto;
    color: var(--head);
}

#header .header__additionals {
    display: flex;
    align-items: center;
    gap: 5px;
}

#header .header__bottom {
    border-top: 1px solid var(--stroke);
}

#header .header__bottom .menuTop {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 10px;
}

#header .header__bottom .menuTop li {
    list-style: none;
    width: 100%;
}

#header .header__bottom .menuTop li a {
    width: 100%;
    height: 44px;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: var(--bg-light);
    text-align: center;
    font-family: var(--font-family);
    font-weight: 400;
    font-size: clamp(14px, 0.125vw + 13.6px, 16px);
    line-height: 150%;
    color: var(--head);
    transition: background-color 0.15s, color 0.15s;
}

#header .header__bottom .menuTop li a:hover {
    background-color: var(--primary);
    color: var(--card);
}

#header .soc__holder {
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
    grid-column-gap: 15px;
    grid-row-gap: 10px;
    flex-wrap: wrap;
}

#header .soc__holder .soc__item {
    width: 40px;
    height: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
    /* background-color: #3A899A; */
    transition: background-color 0.3s ease-in;
}

#header .soc__holder .soc__item:hover {
    /* background-color: #609FA8; */
}

#header .soc__holder .soc__item img, #header #mobile-mnu .soc__holder .soc__item svg {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

/*================ MOBILE MNU =============*/
#header .burger.open_menu {
    display: none;
    flex-direction: column;
    background-color: transparent;
    height: 40px;
    width: 40px;
    justify-content: space-evenly;
    align-items: center;
    border-radius: 2px;
    flex-shrink: 0;
}

#header .burger.open_menu span {
    background-color: var(--primary);
    width: 30px;
    height: 4px;
    transition: all 0.3s ease-in;
    pointer-events: none;
}

#header .burger.open_menu.clicked {
    background-color: var(--primary);
}

#header .burger.open_menu.clicked span {
    background-color: #fff;
}

#header #mobile-mnu {
    display: flex;
    flex-direction: column;
    position: fixed;
    top: 0;
    left: 0;
    height: 100%;
    width: 320px;
    background-color: #f1f2f3;
    padding: 30px;
    transition: all 0.3s ease-in;
    transform: translateX(-350px);
    z-index: 9999;
}

#header #mobile-mnu #close-mnu {
    font-size: 45px;
    position: absolute;
    right: 10px;
    top: 10px;
    cursor: pointer;
    display: block;
    color: var(--primary);
}

#header #mobile-mnu a {
    font-size: 16px;
    line-height: 1;
    color: #374957;
    font-weight: 450;
}

#header #mobile-mnu a:hover {
    color: var(--primary);
}

#header #mobile-mnu .logo__holder {
    text-align: center;
    margin-bottom: 30px;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
}

#header #mobile-mnu .logo__holder img {
    max-height: 60px;
}

#header #mobile-mnu .menuTop {
    list-style-type: none;
    margin-bottom: 10px;
}

#header #mobile-mnu .menuTop li {
    margin-bottom: 10px;
}

#header #mobile-mnu .menuTop li a {
    font-size: 16px;
    line-height: 1;
    color: #374957;
    font-weight: 450;
}

#header #mobile-mnu .menuTop li a:hover {
    color: var(--primary);
}

#header #mobile-mnu .menuTop li.active a {
    color: var(--primary);
}

#header #mobile-mnu .adresses__holder {
    display: flex;
    flex-direction: column;
    position: relative;
    padding-left: 30px;
    margin-bottom: 20px;
    width: 100%;
}

#header #mobile-mnu .adresses__holder:before {
    content: "";
    position: absolute;
    top: 4px;
    left: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 20px;
    height: 20px;
    background-image: url("../images/map.svg");
    background-position: center center;
    background-repeat: no-repeat;
}

#header #mobile-mnu .adresses__holder p {
    font-size: 16px;
    line-height: 1;
    color: #374957;
    font-weight: 450;
}

#header #mobile-mnu .email__holder {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    margin-bottom: 20px;
}

#header #mobile-mnu .email__holder .email__item {
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
    font-size: 16px;
    line-height: 1;
    color: #374957;
    font-weight: 450;
}

#header #mobile-mnu .email__holder .email__item:hover {
    color: var(--primary);
}

#header #mobile-mnu .email__holder .email__item svg {
    margin-right: 10px;
}

#header #mobile-mnu .email__holder .email__item svg path {
    stroke: var(--primary);
}

#header #mobile-mnu .phones__holder {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    margin-bottom: 20px;
}

#header #mobile-mnu .phones__holder .phone__item {
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
    font-size: 16px;
    line-height: 1;
    color: #374957;
    font-weight: 450;
}

#header #mobile-mnu .phones__holder .phone__item:hover {
    color: var(--primary);
}

#header #mobile-mnu .phones__holder .phone__item svg {
    margin-right: 10px;
}

#header #mobile-mnu .phones__holder .phone__item svg path {
    stroke: var(--primary);
}

#header #mobile-mnu .soc__holder {
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
    grid-column-gap: 15px;
    grid-row-gap: 10px;
    flex-wrap: wrap;
}

#header #mobile-mnu .soc__holder .soc__item {
    width: 40px;
    height: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
    /* background-color: #3A899A; */
    transition: background-color 0.3s ease-in;
}

#header #mobile-mnu .soc__holder .soc__item:hover {
    /* background-color: #609FA8; */
}

#header #mobile-mnu .soc__holder .soc__item img, #header #mobile-mnu .soc__holder .soc__item svg {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

#header #mobile-mnu.opened {
    transform: translateX(0);
}

/*============ FOOTER ===============*/
#footer {
    padding: 0 clamp(10px, 0.625vw + 8px, 20px);
}

#footer .footer {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

#footer .footer__top {
    overflow: hidden;
    position: relative;
    padding: clamp(15px, 2.8125vw + 6px, 60px) 0;
    background-color: var(--head);
    border-radius: 5px;
    z-index: 1;
}

#footer .footer__top::before {
    content: "";
    position: absolute;
    bottom: -276px;
    left: -225px;
    border-radius: 5px;
    width: 450px;
    height: 460px;
    filter: blur(240px);
    background: var(--telegram);
    z-index: -1;
}

#footer .footer__top::after {
    content: "";
    position: absolute;
    top: -168px;
    right: -200px;
    border-radius: 5px;
    width: 460px;
    height: 460px;
    filter: blur(240px);
    background: var(--telegram);
    z-index: -1;
}

#footer .footer__top-wrapper {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: clamp(10px, 0.625vw + 8px, 20px);
    flex-wrap: wrap;
}

#footer .footer__top-wrapper .menu {
    display: flex;
    flex-direction: column;
    gap: clamp(10px, 0.625vw + 8px, 20px);
}

#footer .footer__top-wrapper .menu__title {
    color: var(--card);
}

#footer .footer__top-wrapper .menu .menuFooter {
    display: flex;
    flex-direction: column;
    gap: clamp(5px, 0.3125vw + 4px, 10px);
}

#footer .footer__top-wrapper .menu .menuFooter li {
    list-style: none;
}

#footer .footer__top-wrapper .menu .menuFooter li a {
    position: relative;
    color: var(--bg-dark);
    transition: color 0.15s;
}

#footer .footer__top-wrapper .menu .menuFooter li a::before {
    content: "";
    position: absolute;
    bottom: -3px;
    left: 0;
    width: 0;
    height: 2px;
    background-color: var(--card);
    transition: width 0.15s;
}

#footer .footer__top-wrapper .menu .menuFooter li a:hover {
    color: var(--card);
}

#footer .footer__top-wrapper .menu .menuFooter li a:hover::before {
    width: 100%;
}

#footer .footer__top-wrapper .menu .menuServices {
    display: grid;
    grid-template-columns: repeat(2, auto);
    column-gap: clamp(20px, 1.25vw + 16px, 40px);
}

#footer .footer__top-wrapper .contacts {
    display: flex;
    flex-direction: column;
    gap: clamp(10px, 0.625vw + 8px, 20px);
}

#footer .footer__top-wrapper .contacts .contact {
    display: flex;
    flex-direction: column;
    gap: 5px;
}

#footer .footer__top-wrapper .contacts .contact__title {
    color: var(--card);
}

#footer .footer__top-wrapper .contacts .contact__items {
    display: flex;
    flex-direction: column;
    gap: 5px;
}

#footer .footer__top-wrapper .contacts .contact__items .item {
    color: var(--card);
}

#footer .footer__top-wrapper .contacts .socials {
    display: flex;
    gap: clamp(5px, 0.625vw + 3px, 15px);
    flex-wrap: wrap;
}

#footer .footer__top-wrapper .contacts .socials .social {
    width: 40px;
    height: 40px;
    flex-shrink: 0;
}

#footer .footer__top-wrapper .contacts .socials .social img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

#footer .footer__top-wrapper .requisites {
    display: flex;
    flex-direction: column;
    gap: clamp(10px, 0.625vw + 8px, 20px);
}

#footer .footer__top-wrapper .requisites__title {
    color: var(--card);
}

#footer .footer__top-wrapper .requisites__text {
    color: var(--bg-light);
    display: flex;
    flex-direction: column;
    gap: clamp(5px, 0.3125vw + 4px, 10px);
}

#footer .footer__bottom {
    padding: clamp(10px, 1.25vw + 6px, 30px) 0;
    border-radius: 5px;
    background-color: var(--head);
}

#footer .footer__bottom-wrapper {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 5px;
    color: var(--card);
}

#footer .footer__bottom-wrapper .policy {
    text-decoration-line: underline;
    text-decoration-skip-ink: none;
}

#footer .footer__bottom-wrapper a {
    transition: color 0.15s;
}

#footer .footer__bottom-wrapper a:hover {
    color: var(--bg-dark);
}

/* ============== MODAL ============= */
.wpcf7 .wpcf7-response-output,
.wpcf7 .wpcf7-not-valid-tip {
    display: none;
}

.wpcf7 .ajax-loader {
    display: none;
}

.wpcf7 .wpcf7-spinner {
    display: none;
}

.theme-modal {
    overflow: hidden;
    border-radius: 5px;
    width: 445px;
    height: fit-content;
    max-height: 90vh;
    max-width: 90vw;
    background-color: var(--head);
    position: fixed;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%) scale(0);
    pointer-events: none;
    transition: transform 0.3s ease-in;
    z-index: 99999;
}

.theme-modal.modal-open {
    pointer-events: all;
    transform: translate(-50%, -50%) scale(1);
    opacity: 1;
}

.theme-modal .close-modal {
    position: absolute;
    right: clamp(15px, 1.1875vw + 11.2px, 34px);
    top: clamp(15px, 1.1875vw + 11.2px, 34px);
    cursor: pointer;
}

.theme-modal .form__title {
    margin-bottom: 15px;
    text-align: center;
    color: var(--card);
}

.theme-modal .form__subtitle {
    letter-spacing: 1px;
    text-align: center;
    color: var(--bg-dark);
}

.theme-modal .form__logo {
    position: absolute;
    right: -105px;
    bottom: -100px;
    width: 260px;
    height: 303px;
    z-index: -1;
}

.theme-modal .form__logo img, .theme-modal .form__logo svg {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.theme-modal .form__inputs {
    display: flex;
    flex-direction: column;
    gap: clamp(10px, 0.625vw + 8px, 20px);
    margin-bottom: 15px;
    margin-top: clamp(15px, 0.9375vw + 12px, 30px);
}

.theme-modal .form__inputs input {
    width: 100%;
}

.theme-modal .form__inputs textarea {
    height: 110px;
    resize: none;
}

.theme-modal .form__inputs .file__title {
    cursor: pointer;
    color: var(--card);
    transition: color 0.15s;
}

.theme-modal .form__inputs .file__title:hover {
    color: var(--bg-dark);
}

.theme-modal .form__inputs .btn-card {
    width: 100%;
}

.theme-modal .form__policy {
    text-align: center;
    color: var(--bg-dark);
}

.theme-modal .form__policy a {
    text-decoration-line: underline;
    text-decoration-skip-ink: none;
    color: var(--card);
}

.theme-modal.modal-main {
    padding: clamp(20px, 2.5vw + 12px, 60px);
}

.theme-modal.modal-main::before {
    content: "";
    position: absolute;
    left: -160px;
    bottom: -167px;
    border-radius: 5px;
    width: 296px;
    height: 460px;
    filter: blur(240px);
    background: var(--telegram);
    z-index: -2;
}

.theme-modal.modal-main::after {
    content: "";
    position: absolute;
    right: -150px;
    bottom: 244px;
    transform: translateX(100%);
    border-radius: 5px;
    width: 296px;
    height: 460px;
    filter: blur(240px);
    background: var(--telegram);
    z-index: -2;
}

.theme-modal.modal-additional {
    width: 795px;
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: clamp(20px, 2.5vw + 12px, 60px);
    text-align: center;
}

.theme-modal.modal-additional::before {
    content: "";
    position: absolute;
    left: -160px;
    bottom: -400px;
    border-radius: 5px;
    width: 296px;
    height: 460px;
    filter: blur(240px);
    background: var(--telegram);
    z-index: -2;
}

.theme-modal.modal-additional::after {
    content: "";
    position: absolute;
    top: -186px;
    right: -98px;
    border-radius: 5px;
    width: 296px;
    height: 460px;
    filter: blur(240px);
    background: var(--telegram);
    z-index: -2;
}

.theme-modal.modal-additional .btn-card {
    max-width: 325px;
    width: 100%;
}

.theme-modal.modal-additional .form__title {
    margin-bottom: 15px;
}

.theme-modal.modal-additional .form__subtitle {
    margin-bottom: clamp(15px, 0.9375vw + 12px, 30px);
}

/*ERROR-PAGE*/
.error-page__number {
    position: absolute;
    right: clamp(50px, 7.1875vw + 27px, 165px);
    bottom: clamp(-150px, -7.8125vw + 0px, -25px);
    z-index: -1;
    font-family: var(--font-family);
    font-weight: 900;
    font-size: clamp(120px, 26.25vw + 36px, 540px);
    line-height: 120%;
    color: var(--bg-light);
}

.error-page__wrapper {
    overflow: hidden;
    position: relative;
    width: fit-content;
    margin-top: clamp(20px, 3.125vw + 10px, 70px);
    background: var(--head);
    border-radius: 5px;
    padding: clamp(30px, 1.875vw + 24px, 60px) clamp(30px, 3.125vw + 20px, 80px) clamp(30px, 1.875vw + 24px, 60px) clamp(30px, 1.875vw + 24px, 60px);
    z-index: 1;
}

.error-page__wrapper .block__bg-left {
    position: absolute;
    bottom: 0;
    left: 0;
    max-width: 100%;
    max-height: 100%;
    height: 100%;
    z-index: -1;
}

.error-page__wrapper .block__bg-left img {
    height: 100%;
    object-fit: cover;
}

.error-page__wrapper .block__bg-right {
    position: absolute;
    top: 0;
    right: 0;
    max-width: 100%;
    max-height: 100%;
    height: 100%;
    z-index: -1;
}

.error-page__wrapper .block__bg-right img {
    height: 100%;
    object-fit: cover;
}

.error-page__wrapper .block__logo {
    position: absolute;
    bottom: -35px;
    right: -31px;
    z-index: -3;
}

.error-page__title {
    margin-bottom: 10px;
    color: var(--card);
}

.error-page__subtitle {
    margin-bottom: clamp(20px, 1.25vw + 16px, 40px);
    color: var(--bg-dark);
}

/*ARCHIVE-PRICES*/
.archive-prices__banner {
    overflow: hidden;
    position: relative;
    border-radius: 5px;
    background-color: var(--head);
    padding: clamp(20px, 3.75vw + 8px, 80px) clamp(25px, 4.0625vw + 12px, 90px);
    margin-bottom: clamp(20px, 1.25vw + 16px, 40px);
    z-index: 1;
}

.archive-prices__banner::before {
    content: "";
    position: absolute;
    bottom: -409px;
    left: -245px;
    border-radius: 5px;
    width: 450px;
    height: 460px;
    filter: blur(240px);
    background: var(--telegram);
    z-index: -3;
}

.archive-prices__banner::after {
    content: "";
    position: absolute;
    bottom: 2px;
    right: -5px;
    border-radius: 5px;
    width: 450px;
    height: 460px;
    filter: blur(240px);
    background: var(--telegram);
    z-index: -3;
}

.archive-prices__banner .banner__title {
    max-width: 915px;
    color: var(--card);
    font-size: clamp(22px, 1.625vw + 16.8px, 48px);
}

.archive-prices__banner .banner__logo {
    position: absolute;
    top: 26px;
    right: clamp(100px, 8.75vw + 72px, 240px);
    z-index: -2;
}

.archive-prices__banner .banner__image {
    position: absolute;
    bottom: -5px;
    right: clamp(-150px, 9.375vw + -180px, 0px);
    max-width: 100%;
    max-height: 100%;
    z-index: -1;
}

.archive-prices__banner .banner__image img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.archive-prices .archive__holder {
    display: flex;
    flex-direction: column;
    gap: clamp(40px, 2.5vw + 32px, 80px);
}

/*PRICE-CARD*/
.price-card {
    display: flex;
    flex-direction: column;
    gap: clamp(20px, 1.25vw + 16px, 40px);
}

.price-card__title {
    color: var(--head);
}

.price-card__prices {
    border: 1px solid var(--stroke);
    border-collapse: collapse;
    flex-grow: 1;
    width: 100%;
}

.price-card__prices-wrapper {
    width: 100%;
    flex-grow: 1;
    overflow-x: auto;
}

.price-card__prices .price.hidden {
    display: none;
}

.price-card__prices .price td {
    padding: clamp(15px, 0.9375vw + 12px, 30px);
    border: 1px solid var(--stroke);
}

.price-card__prices .price__service {
    min-width: 300px;
}

.price-card__prices .price__additional-text {
    color: var(--main-text);
}

.price-card__prices .price__price {
    white-space: nowrap;
    color: var(--primary);
}

.price-card__prices .price__price, .price-card__prices .price__additional-text {
    width: 215px;
    text-align: center;
}

.price-card__btn {
    margin: 0 auto;
}

#load-more-posts {
    margin: clamp(20px, 1.25vw + 16px, 40px) auto 0;
}

/*ARCHIVE-REVIEWS*/
.archive-reviews .archive__holder {
    display: flex;
    gap: clamp(15px, 0.9375vw + 12px, 30px);
}

.archive-reviews .archive__holder .posts__holder {
    display: flex;
    flex-direction: column;
    gap: clamp(15px, 0.9375vw + 12px, 30px);
}

.archive-reviews .archive__form {
    position: relative;
    /*width: 315px;*/
    flex-shrink: 0;
}

.archive-reviews .archive__form .form {
    overflow: hidden;
    /*position: sticky;*/
    /*top: 15px;*/
    width: 100%;
    height: auto;
    display: flex;
    flex-direction: column;
    border-radius: 5px;
    background: var(--head);
    padding: clamp(25px, 1.5625vw + 20px, 50px) clamp(20px, 1.25vw + 16px, 40px);
}

.archive-reviews .archive__form .form::before {
    content: "";
    position: absolute;
    top: -83px;
    right: -125px;
    border-radius: 5px;
    width: 263px;
    height: 203px;
    filter: blur(150px);
    background: var(--telegram);
    z-index: -1;
}

.archive-reviews .archive__form .form::after {
    content: "";
    position: absolute;
    bottom: -178px;
    left: -89px;
    border-radius: 5px;
    width: 196px;
    height: 234px;
    filter: blur(85px);
    background: var(--telegram);
    z-index: -1;
}

.archive-reviews .archive__form .form__title {
    margin-bottom: clamp(10px, 0.3125vw + 9px, 15px);
    color: var(--card);
}

.archive-reviews .archive__form .form__subtitle {
    margin-bottom: clamp(15px, 0.9375vw + 12px, 30px);
    color: var(--bg-dark);
}

/*REVIEW-CARD*/
.review-card {
    border-radius: 5px;
    background: var(--bg-light);
    padding: clamp(25px, 1.5625vw + 20px, 50px) clamp(20px, 1.25vw + 16px, 40px);
}

.review-card__head {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 10px;
}

.review-card__date {
    color: var(--main-text);
}

.review-card__text {
    margin-bottom: clamp(15px, 0.9375vw + 12px, 30px);
    color: var(--main-text);
}

.review-card__images {
    display: flex;
    align-items: center;
    gap: clamp(10px, 0.625vw + 8px, 20px);
    flex-wrap: wrap;
    margin-top: clamp(15px, 0.9375vw + 12px, 30px);
}

.review-card__images .image {
    overflow: hidden;
    border-radius: 5px;
    width: clamp(45px, 2.8125vw + 36px, 90px);
    height: clamp(45px, 2.8125vw + 36px, 90px);
    cursor: pointer;
}

.review-card__images .image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

/*SINGLE-WORKS*/
.single-works__main-block {
    display: flex;
    gap: clamp(20px, 1.875vw + 14px, 50px);
}

.single-works__main-block .main-block__gallery {
    display: flex;
    gap: 15px;
}

.single-works__main-block .main-block__gallery .thumbs-swiper {
    height: 405px;
    flex-shrink: 0;
}

.single-works__main-block .main-block__gallery .thumbs-swiper-wrapper {
    height: fit-content;
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.swiper {
    width: 100%;
    overflow: hidden;
}

.single-works__main-block .main-block__gallery .thumbs-swiper-wrapper .swiper-mini-btns {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
}

.single-works__main-block .main-block__gallery .thumbs-swiper-wrapper .swiper-mini-btns .swiper-btn-mini-prev {
    scale: -1;
}

.single-works__main-block .main-block__gallery .thumbs-swiper-wrapper .swiper-mini-btns .swiper-btn-mini-prev,
.single-works__main-block .main-block__gallery .thumbs-swiper-wrapper .swiper-mini-btns .swiper-btn-mini-next {
    cursor: pointer;
    width: 24px;
    height: 24px;
    flex-shrink: 0;
    display: flex;
    align-items: center;
    justify-content: center;
}

.single-works__main-block .main-block__gallery .thumbs-swiper-wrapper .swiper-mini-btns .swiper-btn-mini-prev svg,
.single-works__main-block .main-block__gallery .thumbs-swiper-wrapper .swiper-mini-btns .swiper-btn-mini-next svg {
    width: 100%;
    height: 100%;
}

.single-works__main-block .main-block__gallery .thumbs-swiper-wrapper .swiper-mini-btns .swiper-btn-mini-prev svg path,
.single-works__main-block .main-block__gallery .thumbs-swiper-wrapper .swiper-mini-btns .swiper-btn-mini-next svg path {
    stroke: var(--head);
    transition: stroke 0.15s;
}

.single-works__main-block .main-block__gallery .thumbs-swiper-wrapper .swiper-mini-btns .swiper-button-disabled svg path {
    stroke: var(--main-2);
}

.single-works__main-block .main-block__gallery .thumbs-swiper .image {
    cursor: pointer;
    overflow: hidden;
    aspect-ratio: 1/1;
    width: 90px;
    height: 90px;
    border-radius: 5px;
}

.single-works__main-block .main-block__gallery .thumbs-swiper .image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.single-works__main-block .main-block__gallery .main-swiper {
    aspect-ratio: 670/450;
    width: 670px;
    margin: 0;
}

.single-works__main-block .main-block__gallery .main-swiper .image {
    overflow: hidden;
    aspect-ratio: 670/450;
    width: 100%;
    height: 100%;
    flex-shrink: 0;
    border-radius: 5px;
}

.single-works__main-block .main-block__gallery .main-swiper .image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.single-works__main-block .main-block__info {
    width: 100%;
    display: flex;
    flex-direction: column;
    gap: clamp(15px, 0.9375vw + 12px, 30px);
}

.single-works__main-block .main-block__info .info__price {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 10px;
    padding: clamp(15px, 0.9375vw + 12px, 30px) clamp(20px, 1.25vw + 16px, 40px);
    border-radius: 5px;
    background: var(--bg-light);
}

.single-works__main-block .main-block__info .info__price .price__wrapper {
    display: flex;
    flex-direction: column;
    gap: 5px;
}

.single-works__main-block .main-block__info .info__price .price__title {
    color: var(--main-text);
}

.single-works__main-block .main-block__info .info__price .price__value {
    white-space: nowrap;
    color: var(--head);
}

.single-works__main-block .main-block__info .info__short-description {
    color: var(--main-text);
}

.single-works__main-block .main-block__info .info__attributes {
    display: flex;
    flex-direction: column;
    gap: clamp(5px, 0.3125vw + 4px, 10px);
}

.single-works__description .description__content {
    display: flex;
    gap: clamp(20px, 1.875vw + 14px, 50px);
}

.single-works__description .description__text {
    color: var(--main-text);
}

.single-works__description .description__image {
    overflow: hidden;
    width: 630px;
    height: auto;
    border-radius: 5px;
    flex-shrink: 0;
}

.single-works__description .description__image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.single-works__attributes .attributes__wrapper {
    display: grid;
    grid-template-columns: repeat(3, auto);
}

.attributes .attribute {
    display: flex;
    align-items: center;
}

.attributes .attribute__icon {
    width: 24px;
    height: 24px;
    flex-shrink: 0;
    margin-right: clamp(10px, 0.3125vw + 9px, 15px);
}

.attributes .attribute__icon img, .attributes .attribute__icon svg {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.attributes .attribute__name {
    margin-right: 5px;
    color: var(--main-text);
}

.attributes .attribute__name span {
    vertical-align: super;
    font-size: smaller;
}

.attributes .attribute__value {
    color: var(--head);
}

.attributes .attribute__value span {
    vertical-align: super;
    font-size: smaller;
}

/*WORK-CARD*/
.work-card {
    box-sizing: border-box;
    display: flex;
    gap: clamp(20px, 1.875vw + 14px, 50px);
    border: 1px solid var(--stroke);
    border-radius: 5px;
    background: var(--card);
    padding: clamp(20px, 1.25vw + 16px, 40px) clamp(30px, 2.5vw + 22px, 70px) clamp(20px, 1.25vw + 16px, 40px) clamp(20px, 1.25vw + 16px, 40px);
}

.work-card .main-block__gallery {
    display: flex;
    gap: 15px;
}

.work-card .main-block__gallery .thumbs-swiper {
    height: 300px;
    width: 90px;
    flex-shrink: 0;
}

.work-card .main-block__gallery .thumbs-swiper-wrapper {
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    gap: 20px;
}

.work-card .main-block__gallery .thumbs-swiper-wrapper .swiper-mini-btns {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
}

.work-card .main-block__gallery .thumbs-swiper-wrapper .swiper-mini-btns .swiper-btn-mini-prev {
    scale: -1;
}

.work-card .main-block__gallery .thumbs-swiper-wrapper .swiper-mini-btns .swiper-btn-mini-prev,
.work-card .main-block__gallery .thumbs-swiper-wrapper .swiper-mini-btns .swiper-btn-mini-next {
    cursor: pointer;
    width: 24px;
    height: 24px;
    flex-shrink: 0;
    display: flex;
    align-items: center;
    justify-content: center;
}

.work-card .main-block__gallery .thumbs-swiper-wrapper .swiper-mini-btns .swiper-btn-mini-prev svg,
.work-card .main-block__gallery .thumbs-swiper-wrapper .swiper-mini-btns .swiper-btn-mini-next svg {
    width: 100%;
    height: 100%;
}

.work-card .main-block__gallery .thumbs-swiper-wrapper .swiper-mini-btns .swiper-btn-mini-prev svg path,
.work-card .main-block__gallery .thumbs-swiper-wrapper .swiper-mini-btns .swiper-btn-mini-next svg path {
    stroke: var(--head);
    transition: stroke 0.15s;
}

.work-card .main-block__gallery .thumbs-swiper-wrapper .swiper-mini-btns .swiper-button-disabled svg path {
    stroke: var(--main-2);
}

.work-card .main-block__gallery .thumbs-swiper .image {
    cursor: pointer;
    overflow: hidden;
    aspect-ratio: 1/1;
    width: 90px;
    height: 90px;
    border-radius: 5px;
}

.work-card .main-block__gallery .thumbs-swiper .image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.work-card .main-block__gallery .main-swiper {
    aspect-ratio: 380 / 200;
    width: 450px;
    margin: 0;
    flex-shrink: 0;
}

.work-card .main-block__gallery .main-swiper .image {
    overflow: hidden;
    width: 100%;
    height: 100%;
    flex-shrink: 0;
    border-radius: 5px;
}

.work-card .main-block__gallery .main-swiper .image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.work-card .main-block__info {
    width: 100%;
    display: flex;
    flex-direction: column;
}

.work-card .main-block__info .info__terms {
    margin-bottom: clamp(20px, 1.25vw + 16px, 40px);
}

.work-card .main-block__info .info__title {
    margin-bottom: clamp(10px, 0.3125vw + 9px, 15px);
}

.work-card .main-block__info .info__price {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-top: clamp(20px, 1.25vw + 16px, 40px);
}

.work-card .main-block__info .info__price .price__wrapper {
    display: flex;
    flex-direction: column;
    gap: 5px;
    margin-right: clamp(20px, 0.625vw + 18px, 30px);
}

.work-card .main-block__info .info__price .price__title {
    color: var(--main-text);
}

.work-card .main-block__info .info__price .price__value {
    white-space: nowrap;
    color: var(--head);
}

.work-card .main-block__info .info__short-description {
    color: var(--main-text);
}

.work-card .main-block__info .info__attributes {
    display: flex;
    flex-direction: column;
    gap: clamp(5px, 0.3125vw + 4px, 10px);
    margin-top: clamp(15px, 0.625vw + 13px, 25px);
}

.terms {
    display: flex;
    gap: clamp(5px, 0.3125vw + 4px, 10px);
    flex-wrap: wrap;
}

.terms .term {
    border: 1px solid var(--stroke);
    border-radius: 70px;
    padding: clamp(5px, 0.125vw + 4.6px, 7px) clamp(10px, 0.625vw + 8px, 20px);
    color: var(--main-text);
}

/*EMPLOYEE-CARD*/
.employee-card {
    box-sizing: border-box;
}

.employee-card:hover .employee-card__content-hover {
    bottom: 0;
    opacity: 1;
}

.employee-card__thumbnail {
    overflow: hidden;
    aspect-ratio: 430/255;
    width: 100%;
    height: auto;
    border-radius: 5px;
}

.employee-card__thumbnail img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.employee-card__content {
    position: relative;
    display: flex;
    flex-direction: column;
    gap: 5px;
    padding: clamp(10px, 0.625vw + 8px, 20px);
}

.employee-card__content-hover {
    position: absolute;
    bottom: -50px;
    left: 0;
    width: 100%;
    height: auto;
    display: flex;
    flex-direction: column;
    gap: clamp(10px, 0.3125vw + 9px, 15px);
    background-color: var(--card);
    border: 1px solid var(--stroke);
    border-radius: 5px;
    z-index: 1;
    opacity: 0;
    transition: opacity 0.15s, top 0.15s, bottom 0.15s, height 0.15s;
}

.employee-card__attributes {
    display: flex;
    align-items: flex-start;
    gap: clamp(15px, 0.625vw + 13px, 25px);
}

.employee-card__attributes .attribute {
    display: flex;
    flex-direction: column;
}

.employee-card__attributes .attribute__title {
    color: var(--main-text);
}

.employee-card__attributes .attribute__item {
    color: var(--primary);
}

.employee-card__additional-text {
    color: var(--head);
}

.employee-card__title {
    color: var(--head);
}

/*QA-CARD*/
.qa-card {
    cursor: pointer;
    width: 100%;
    display: flex;
    flex-direction: column;
    padding: clamp(15px, 0.9375vw + 12px, 30px);
    background: var(--bg-light);
    border-radius: 5px;
}

.qa-card:hover .qa-card__question {
    color: var(--primary);
}

.qa-card.active .qa-card__question {
    color: var(--primary);
}

.qa-card.active .qa-card__toggler {
    rotate: 45deg;
}

.qa-card.active .qa-card__toggler svg path {
    stroke: var(--primary);
}

.qa-card__head {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 15px;
}

.qa-card__question {
    color: var(--head);
    transition: color 0.15s;
}

.qa-card__toggler {
    transition: rotate 0.15s;
}

.qa-card__toggler svg path {
    stroke: var(--head);
    transition: stroke 0.15s;
}

.qa-card__answer {
    display: none;
    margin-top: clamp(15px, 0.9375vw + 12px, 30px);
    color: var(--main-text);
}

/*ARCHIVE-SERVICES*/
.archive-services .archive__holder {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: clamp(15px, 0.9375vw + 12px, 30px);
}

/*SERVICE-CARD*/
.service-card {
    overflow: hidden;
    position: relative;
    min-height: 330px;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    padding: clamp(15px, 0.625vw + 13px, 25px) 0;
    border-radius: 5px;
    z-index: 1;
}

.service-card:hover .service-card__thumbnail {
    scale: 1.1;
}

.service-card:hover .service-card__title {
    color: var(--card);
    background: #13116e;
}

.service-card:hover .service-card__title .title__bg-left svg path, .service-card:hover .service-card__title .title__bg-right svg path {
    fill: var(--primary);
}


.service-card__tag {
	position: absolute;
    top: 10px;
    right: 0;
    padding-block: 14px;
	padding-inline: 20px;
    background: white;
	color: var(--head);
    font-family: var(--font-family);
    font-weight: 800;
    font-size: clamp(14px, 0.125vw + 13.6px, 16px);
    line-height: 120%;
}

.service-card__thumbnail {
    overflow: hidden;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
    transition: scale 0.15s;
}

.service-card__thumbnail img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.service-card__title {
    position: relative;
    padding: 12px 20px;
    padding-left: clamp(10px, 0.625vw + 8px, 20px);
    z-index: 1;
    transition: color 0.15s;
    width: fit-content;
    min-width: 70%;
    background: #fff;
}

.service-card__title .title__bg-left {
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    z-index: -1;
    display: none;
}

.service-card__title .title__bg-left svg path {
    fill: var(--card);
    transition: fill 0.15s;
}

.service-card__title .title__bg-right {
    position: absolute;
    top: 50%;
    right: 0;
    transform: translateY(-50%);
    z-index: -1;
    display: none;
}

.service-card__title .title__bg-right svg path {
    fill: var(--card);
    transition: fill 0.15s;
}

/*SINGLE-SERVICES*/
.single-services__banner {
    display: flex;
    gap: clamp(15px, 0.9375vw + 12px, 30px);
}

.single-services__banner .banner__content {
    overflow: hidden;
    position: relative;
    display: flex;
    flex-direction: column;
    flex-grow: 1;
    padding-left: calc((100% - 1350px) / 2);
    padding-right: clamp(20px, 3.125vw + 10px, 70px);
    padding-top: clamp(40px, 4.375vw + 26px, 110px);
    padding-bottom: clamp(40px, 4.375vw + 26px, 110px);
    background-color: var(--head);
    border-radius: 5px;
    z-index: 1;
}

.single-services__banner .banner__content::before {
    content: "";
    position: absolute;
    bottom: -125px;
    left: -245px;
    border-radius: 5px;
    width: 450px;
    height: 460px;
    filter: blur(240px);
    background: var(--telegram);
    z-index: -1;
}

.single-services__banner .banner__content::after {
    content: "";
    position: absolute;
    top: -186px;
    right: -200px;
    border-radius: 5px;
    width: 450px;
    height: 460px;
    filter: blur(240px);
    background: var(--telegram);
    z-index: -1;
}

.single-services__banner .banner__title {
    color: var(--card);
}

.single-services__banner .banner__list {
    display: flex;
    flex-direction: column;
    gap: clamp(5px, 0.3125vw + 4px, 10px);
    margin-top: clamp(10px, 0.625vw + 8px, 20px);
}

.single-services__banner .banner__list .item {
    display: flex;
    align-items: flex-start;
    gap: clamp(5px, 0.3125vw + 4px, 10px);
}

.single-services__banner .banner__list .item__marker {
    width: 26px;
    height: 26px;
    flex-shrink: 0;
}

.single-services__banner .banner__list .item__marker img, .single-services__banner .banner__list .item__marker svg {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.single-services__banner .banner__list .item__marker img circle, .single-services__banner .banner__list .item__marker svg circle {
    stroke: var(--card);
}

.single-services__banner .banner__list .item__text {
    color: var(--bg-dark);
}

.single-services__banner .banner__bottom {
    display: flex;
    align-items: center;
    gap: clamp(20px, 1.25vw + 16px, 40px);
    margin-top: clamp(20px, 1.25vw + 16px, 40px);
}

.single-services__banner .banner__price {
    display: flex;
    flex-direction: column;
}

.single-services__banner .banner__price .price__title {
    color: var(--bg-dark);
}

.single-services__banner .banner__price .price__value {
    color: var(--card);
}

.single-services__banner .banner__thumbnail {
    overflow: hidden;
    width: 695px;
    flex-shrink: 0;
    border-radius: 5px;
}

.single-services__banner .banner__thumbnail img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

/*ARCHIVE-WORKS*/
.archive-works .posts__holder {
    display: flex;
    flex-direction: column;
    gap: clamp(15px, 0.9375vw + 12px, 30px);
}

.privacy-policy .content * {
    margin-bottom: 20px;
}

/* ============= MEDIA QUERIES =========== */
@media (max-width: 1415px) {
    .single-services__banner .banner__content {
        padding-left: 15px;
    }
}

@media (max-width: 1380px) {
    .archive-services .archive__holder {
        grid-template-columns: repeat(3, 1fr);
    }

    .single-works__main-block {
        flex-direction: column;
    }

    .single-works__main-block .main-block__gallery {
        justify-content: center;
    }

    #header .header__top .header-address {
        display: none;
    }
}

@media (max-width: 1221px) {
    .single-services__banner {
        flex-direction: column;
    }

    .single-services__banner .banner__thumbnail {
        aspect-ratio: 16/7;
        width: 100%;
        height: auto;
    }

    .work-card {
        flex-direction: column;
    }

    .work-card .main-block__gallery {
        justify-content: center;
    }

    .work-card .main-block__gallery .main-swiper {
        max-width: 500px;
        width: 100%;
    }

    .single-works__description .description__content {
        flex-direction: column;
    }

    .single-works__description .description__image {
        aspect-ratio: 16/7;
        width: 100%;
        height: auto;
    }
}

@media (max-width: 992px) {
    .archive-services .archive__holder {
        grid-template-columns: repeat(2, 1fr);
    }

    .work-card {
        padding: clamp(10px, 1.875vw + 4px, 40px);
    }

    .work-card .main-block__gallery {
        flex-direction: column-reverse;
        justify-content: center;
    }

    .work-card .main-block__gallery .main-swiper {
        aspect-ratio: 16/9;
        max-width: unset;
    }

    .work-card .main-block__gallery .thumbs-swiper {
        width: 100%;
        height: auto;
    }

    .work-card .main-block__gallery .thumbs-swiper-wrapper .swiper-btn-mini-prev,
    .work-card .main-block__gallery .thumbs-swiper-wrapper .swiper-btn-mini-next {
        rotate: -90deg;
    }

    .work-card .main-block__gallery .thumbs-swiper .image {
        width: 100%;
        height: auto;
    }

    .single-works__attributes .attributes__wrapper {
        grid-template-columns: repeat(2, auto);
    }

    .archive-reviews .archive__holder {
        flex-direction: column-reverse;
    }

    .archive-reviews .archive__form {
        width: 100%;
    }

    .archive-reviews .archive__form .form {
        align-items: center;
        text-align: center;
    }
}

@media (max-width: 769px) {
    .service-card__title .title__bg-left {
        left: -50px;
    }

    .single-works__attributes .attributes__wrapper {
        grid-template-columns: 1fr;
    }

    #footer .footer__top-wrapper {
        flex-direction: column;
        align-items: center;
        text-align: center;
    }

    #footer .footer__top-wrapper .menu .menuServices {
        grid-template-columns: 1fr;
    }

    #footer .footer__bottom-wrapper {
        flex-direction: column;
        text-align: center;
    }

    #header .header__top .burger {
        display: flex;
    }

    #header .header__additionals {
        display: none;
    }

    #header .header__bottom {
        display: none;
    }
}

@media (max-width: 576px) {
    .single-services__banner .banner__bottom {
        flex-direction: column;
        align-items: center;
    }

    .service-card__title .title__bg-left {
        left: 0;
    }

    .archive-services .archive__holder {
        grid-template-columns: 1fr;
    }

    .swiper-additionals {
        flex-direction: column;
    }

    .work-card .main-block__info .info__price {
        flex-direction: column;
        align-items: flex-start;
    }

    .work-card .main-block__info .info__price .price-wrapper {
        margin: 0;
    }

    .work-card .main-block__info .info__price .btn,
    .work-card .main-block__info .info__price .btn-bordered {
        width: 100%;
    }

    .single-works__main-block .main-block__gallery {
        min-width: 0;
        flex-direction: column-reverse;
    }

    .single-works__main-block .main-block__gallery .thumbs-swiper {
        width: 100%;
        height: auto;
    }

    .single-works__main-block .main-block__gallery .thumbs-swiper-wrapper .swiper-btn-mini-prev,
    .single-works__main-block .main-block__gallery .thumbs-swiper-wrapper .swiper-btn-mini-next {
        rotate: -90deg;
    }

    .single-works__main-block .main-block__gallery .thumbs-swiper .image {
        width: 100%;
        height: auto;
    }

    .single-works__main-block .main-block__gallery .main-swiper {
        width: 100%;
    }
}

@media (max-width: 375px) {
    .service-card__title .title__bg-left {
        left: -50px;
    }

    .single-works__main-block .main-block__info .info__price {
        flex-direction: column;
        align-items: flex-start;
    }

    .single-works__main-block .main-block__info .info__price .btn {
        width: 100%;
    }
}

/*# sourceMappingURL=main.css.map */


*,
*::after,
*::before {
    box-sizing: border-box;
}

* {
    padding: 0;
    margin: 0;
    border: none;
}

.reviews-four-block {
    margin-block-end: clamp(2.5rem, 2rem + 2.5vw, 5rem);
    --primary: #13116e;
    --second: #fe6604;
    --head-primary: #1f1f1f;
    --main-text-primary: #6a6a6a;
    --primary-hover: #c21567;
    --background: #fff;
    --background-second: #0b0449;
    --head-secondary: #fff;
    --main-text-secondary: #eee;
    --background-secondary: #f6f6f6;
    --background-thirdly: #e2e3e1;
    --stroke: #bbbeba;
    --storke-second: #cbcaca;
    --storke-third: #ececec;
    --storke-four: #dfdfdf;
    --accent-green: #57dd18;
}

.slider-btn {
    width: clamp(2.625rem, 2.4rem + 1.13vw, 3.75rem);
    height: clamp(2.625rem, 2.4rem + 1.13vw, 3.75rem);
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.3s ease-in;
    cursor: pointer;
    background: var(--background);
    border-radius: 10px;
    border: 1px solid var(--primary);
}

.slider-btn svg {
    width: 24px;
    height: 24px;
    color: var(--primary);
}

.slider-btn--prev svg {
    transform: rotate(180deg);
}

.slider-btn:hover {
    background: var(--primary);
}

.slider-btn:hover svg {
    color: var(--background);
}

.slider-btn.swiper-button-disabled {
    pointer-events: none !important;
    background: var(--background);
    border-color: var(--background-thirdly);
}

.slider-btn.swiper-button-disabled svg {
    color: var(--background-thirdly);
}

.reviews-four-block .review-card__video {
    max-width: 360px;
    position: relative;
}

.reviews-four-block .review-card__video .video {
    position: relative;
    padding-bottom: 116.4%;
    width: 100%;
    border-radius: 10px;
    overflow: hidden;
    min-height: 420px;
}

.reviews-four-block .review-card__video .video__media {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: none;
    object-fit: cover;
}

.reviews-four-block .review-card__video .video__link::before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    display: block;
    background: rgba(0, 0, 0, 0.3);
    z-index: 1;
}

.reviews-four-block .review-card__video .video__play {
    cursor: pointer;
    position: absolute;
    z-index: 2;
    top: 50%;
    left: 50%;
    padding: 0;
    transform: translate(-50%, -50%);
    border: none;
    background: var(--background);
    color: var(--primary);
    width: 50px;
    height: 50px;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    transition: all 0.3s ease-in;
    opacity: 0.7;
}

.reviews-four-block .review-card__video-info {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    z-index: 1;
    padding: 20px;
    background: var(--background);
    border: 1px solid var(--stroke);
    border-radius: 10px;
}

.reviews-four-block .review-card__video-title:not(:last-child) {
    margin-bottom: 5px;
}

.reviews-four-block .review-card__video-date:not(:last-child) {
    margin-bottom: 20px;
}

.reviews-four-block .review-card__video-service {
    color: var(--second);
    text-decoration: underline;
    text-decoration-skip-ink: none;
}

.reviews-four-block .review-card__image {
    max-width: 360px;
    border: 1px solid var(--stroke);
    background: var(--background);
    border-radius: 10px 10px;
}

.reviews-four-block .review-card__image-wrap {
    position: relative;
    border-radius: 10px;
    overflow: hidden;
    cursor: zoom-in;
    min-height: 358px;
}

.reviews-four-block .review-card__image-wrap:after {
    content: '';
    display: block;
    position: relative;
    background: rgba(0, 0, 0, 0.2);
    border-radius: 10px;
    opacity: 0;
    transition: all .3s ease-in;
    padding-bottom: 100.4%;
}

.reviews-four-block .review-card__image-wrap img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

@media (min-width: 992px) {
    .reviews-four-block .review-card__image-wrap:hover:after,
    .reviews-four-block .review-card__image-wrap:hover .review-card__image-hover-btn {
        opacity: 1;
    }
}

.reviews-four-block .review-card__image-title {
    padding: 20px 10px;
    text-align: center;
}

.reviews-four-block .review-card__image-date {
    font-family: var(--second-family);
    padding: 10px 15px;
    position: absolute;
    top: 10px;
    left: 50%;
    transform: translateX(-50%);
    background: var(--background);
    border-radius: 5px;
    color: var(--main-text-primary);
}

.reviews-four-block .review-card__image-hover-btn {
    width: 40px;
    height: 40px;
    border-radius: 100%;
    background-color: var(--background);
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 1;
    opacity: 0;
    transition: all .3s ease-in;
}

.reviews-four-block .review-card__image-hover-btn svg {
    width: 12px;
    height: 12px;
    color: var(--primary);
}

.reviews-four-block .review-card__default {
    display: flex;
    flex-direction: column;
    max-width: 750px;
    border: 1px solid var(--stroke);
    border-radius: 0 10px 10px 0;
    padding: 29px;
    display: flex;
    border-radius: 10px;
}

.reviews-four-block .review-card__default-top {
    display: flex;
    align-items: center;
    gap: 20px;
}

.reviews-four-block .review-card__default-top:not(:last-child) {
    margin-bottom: 20px;
}

.reviews-four-block .review-card__default-top-info {
    flex: 1;
    display: flex;
    justify-content: space-between;
    gap: 10px;
}

.reviews-four-block .review-card__default-icon {
    width: 80px;
    height: 80px;
    border-radius: 50%;
    overflow: hidden;
    background: var(--background-secondary);
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
}

.reviews-four-block .review-card__default-icon svg {
    width: 24px;
    height: 24px;
    color: var(--second);
}

.reviews-four-block .review-card__default-icon img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.reviews-four-block .review-card__default-title:not(:last-child) {
    margin-bottom: 5px;
}

.reviews-four-block .review-card__default-service {
    color: var(--second);
    text-decoration: underline;
    text-decoration-skip-ink: none;
}

.reviews-four-block .review-card__default-text-full {
    color: var(--main-text-primary);
}

.reviews-four-block .review-card__default-text-short {
    color: var(--main-text-primary);
}

.reviews-four-block .review-card__default-text-short + .review-card__default-text-full {
    display: none;
}

.reviews-four-block .review-card__default-text-wrap.open .review-card__default-text-short {
    display: none;
}

.reviews-four-block .review-card__default-text-wrap.open .review-card__default-text-full {
    display: block;
}

.reviews-four-block .review-card__default-text-wrap:not(:last-child) {
    margin-bottom: 33px;
}

.reviews-four-block .review-card__default-date {
    color: var(--main-text-primary);
}

.reviews-four-block .review-card__default-load-more {
    margin-top: 10px;
    cursor: pointer;
    width: fit-content;
    transition: all .3s ease-in;
}

@media (min-width: 992px) {
    .reviews-four-block .review-card__default-load-more:hover {
        color: var(--primary-hover);
    }
}

.reviews-four-block .review-card__default-gallery-wrap {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}

.reviews-four-block .review-card__default-gallery-item {
    width: 94px;
    position: relative;
    border-radius: 5px;
    overflow: hidden;
    cursor: zoom-in;
}

.reviews-four-block .review-card__default-gallery-item:after {
    content: '';
    display: block;
    padding-bottom: 83%;
    background: rgba(0, 0, 0, 0.4);
    position: relative;
    opacity: 0;
    transition: all .3s ease-in;
}

.reviews-four-block .review-card__default-gallery-item img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.reviews-four-block .review-card__default-gallery-item svg {
    width: 16px;
    height: 16px;
    color: var(--background);
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 1;
    opacity: 0;
    transition: all .3s ease-in;
}

@media (min-width: 992px) {
    .reviews-four-block .review-card__default-gallery-item:hover:after,
    .reviews-four-block .review-card__default-gallery-item:hover svg {
        opacity: 1;
    }
}

.reviews-four-block__slider-nav {
    margin-top: 40px;
    display: flex;
    justify-content: space-between;
    gap: 10px;
}

.reviews-four-block__slider-btn-wrap {
    display: flex;
    gap: 10px;
}

@media (max-width: 767px) {
    .reviews-four-block .review-card__default {
        padding: 15px;
    }

    .reviews-four-block .review-card__default-top:not(:last-child) {
        margin-bottom: 10px;
    }

    .reviews-four-block .review-card__default-text-short {
        font-size: 14px;
    }
}

@media (max-width: 575px) {
    .reviews-four-block .review-card__image {
        max-width: 300px;
    }

    .reviews-four-block .review-card__video {
        max-width: 300px;
    }

    .reviews-four-block .review-card__video-info {
        padding: 10px;
    }

    .reviews-four-block .review-card__default {
        flex-direction: column;
    }

    .reviews-four-block .review-card__default-icon {
        width: 50px;
        height: 50px;
    }

    .reviews-four-block .review-card__default-top {
        gap: 10px;
    }

    .reviews-four-block .review-card__default-top-info {
        flex-direction: column-reverse;
        gap: 5px;
    }

    .reviews-four-block .review-card__default-gallery-item {
        width: 70px;
    }

    .reviews-four-block .review-card__default-text-wrap:not(:last-child) {
        margin-bottom: 15px;
    }

    .reviews-four-block__slider-nav {
        flex-direction: column-reverse;
        align-items: center;
        margin-top: 20px;
    }

    .reviews-four-block__slider-nav .btn {
        width: 100%;
    }
}

.reviews-four-block .reviews-four-block__ul {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(380px, 1fr));
    gap: clamp(0.625rem, 0.375rem + 1.25vw, 1.875rem);
    margin-block-end: 30px;
}

@media (max-width: 768px) {

    .reviews-four-block .reviews-four-block__ul {
        grid-template-columns: repeat(auto-fit, minmax(290px, 1fr))
    }
}

.reviews-four-block.archive .review-card__image {
    max-width: 750px;
}

.reviews-four-block.archive .review-card__video {
    max-width: 750px;
}

.service_additional_title {
	width: fit-content;
    margin-bottom: clamp(15px,0.9375vw + 12px, 30px);
    border-radius: 50px;
    padding: 10px clamp(15px,0.3125vw + 14px, 20px);
    backdrop-filter: blur(7px);
    background: rgba(255, 255, 255, 0.1);
    color: var(--card);
	    font-family: var(--font-family);
    font-weight: 800;
    font-size: clamp(14px, 0.125vw + 13.6px, 16px);
    line-height: 120%;
}
