@charset "UTF-8";
/* :root {
  --fontFamily: "InterTight", sans-serif;
  --content-width: 1530px;
  --container-offset: 15px;
  --container-width: calc(var(--content-width) + (var(--container-offset) * 2));
  --light-color: #fff;
  --card: #fff;
  --primary: #FFBA41;
  --second: #27425C;
  --third: #25D366;
  --fourth: #229ED9;
  --fifth: #FF5141;
  --hover: #F5A100;
  --headPrimary: #192A3A;
  --mainTextPrimary: #535F6B;
  --secondaryText: #989FA6;
  --bg: #fff;
  --bgSecond: #F3F4F5;
  --bgThird: #DDDFE2;
  --stroke: #AFB5BA;
} */

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

.page {
    height: 100%;
    font-family: var(--font-family, sans-serif);
    -webkit-text-size-adjust: 100%;
    scroll-behavior: smooth;
}

.page__body {
    margin: 0;
    min-width: 360px;
    min-height: 100%;
    font-size: 16px;
}

img {
    height: auto;
    max-width: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}

a {
    text-decoration: none;
}

.is-hidden {
    display: none !important;
    /* stylelint-disable-line declaration-no-important */
}

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

.btn-reset {
    border: none;
    padding: 0;
    background-color: transparent;
    cursor: pointer;
}

.list-reset {
    list-style: none;
    margin: 0;
    padding: 0;
}

input {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border: none;
    border-radius: 0;
    background-color: #fff;
}
input::-webkit-search-decoration,
input::-webkit-search-cancel-button,
input::-webkit-search-results-button,
input::-webkit-search-results-decoration {
    display: none;
}

input,
textarea {
    background: var(--bgSecond);
    color: var(--headPrimary);
    padding: 25px 20px 8px 25px;
    width: 100%;
    margin-bottom: 10px;
    outline: none;
    border-bottom: 1px solid var(--bgThird);
    border-radius: 5px;
    font-family: var(--fontFamily);
    font-size: 13px;
    font-weight: 400;
    line-height: 16.9px;
    text-align: left;
    text-underline-position: from-font;
    -webkit-text-decoration-skip-ink: none;
    text-decoration-skip-ink: none;
}
input::-moz-placeholder,
textarea::-moz-placeholder {
    color: var(--mainTextPrimary);
    font-family: var(--fontFamily);
    font-size: 13px;
    font-weight: 400;
    line-height: 16.9px;
    text-align: left;
    text-underline-position: from-font;
    text-decoration-skip-ink: none;
}
input::placeholder,
textarea::placeholder {
    color: var(--mainTextPrimary);
    font-family: var(--fontFamily);
    font-size: 13px;
    font-weight: 400;
    line-height: 16.9px;
    text-align: left;
    text-underline-position: from-font;
    -webkit-text-decoration-skip-ink: none;
    text-decoration-skip-ink: none;
}
input:focus,
textarea:focus {
    border-color: var(--second);
}
input.error,
textarea.error {
    border-color: red !important;
}
input.error::-moz-placeholder,
textarea.error::-moz-placeholder {
    color: red;
}
input.error::placeholder,
textarea.error::placeholder {
    color: red;
}
input.error + label,
textarea.error + label {
    color: red;
}

textarea {
    resize: none;
    min-height: 120px;
    outline: none;
    border: none;
    border-bottom: 1px solid var(--bgThird);
}

.input__wrapper {
    position: relative;
}
.input__wrapper:last-child {
    margin-bottom: 20px;
}
.input__wrapper:last-child input {
    margin-bottom: 0;
}

.input__placeholder {
    position: absolute;
    left: 20px;
    top: 12px;
    color: var(--mainTextPrimary);
    font-size: 13px;
    font-weight: 400;
    line-height: 16.9px;
    text-align: left;
    text-underline-position: from-font;
    -webkit-text-decoration-skip-ink: none;
    text-decoration-skip-ink: none;
    background-color: var(--bgSecond);
    transition: all 0.3s;
    font-family: var(--fontFamily);
    padding: 7px;
}

.input__wrapper.focus .input__placeholder {
    top: 4px;
    left: 20px;
    font-family: var(--fontFamily);
    font-size: 11px;
    font-weight: 400;
    line-height: 14.3px;
    text-align: left;
    text-underline-position: from-font;
    -webkit-text-decoration-skip-ink: none;
    text-decoration-skip-ink: none;
    background-color: transparent;
}

.form-v2 .btn {
    width: 100%;
    margin-top: 20px;
    margin-bottom: 10px;
}

.visually-hidden {
    position: absolute;
    overflow: hidden;
    margin: -1px;
    border: 0;
    padding: 0;
    width: 1px;
    height: 1px;
    clip: rect(0 0 0 0);
}

.container {
    margin: 0 auto;
    padding: 0 var(--container-offset);
    max-width: var(--container-width);
}

.centered {
    text-align: center;
}

.dis-scroll {
    position: fixed;
    left: 0;
    top: 0;
    overflow: hidden;
    width: 100%;
    height: 100vh;
    overscroll-behavior: none;
}

.page--ios .dis-scroll {
    position: relative;
}

section {
    margin-bottom: 100px;
}

/*============= ALIGNES ===============*/
.alignwide {
    width: 100%;
}

.alignfull {
    margin-left: calc(-50vw + 50%);
    margin-right: calc(-50vw + 50%);
    max-width: 1920px;
}

@media only screen and (min-width: 1920px) {
    .alignfull {
        width: 100vw !important;
        max-width: unset;
        /*margin-left: calc(-1 * (1920px - 1170px) / 2) !important;*/
        /*margin-right: calc(-1 * (1920px - 1170px) / 2) !important;*/
    }
}
/* =========== BASE CONFIG =========== */
html {
    box-sizing: border-box;
}

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

body {
    /*max-width: 1920px;*/
    overflow-x: hidden;
    margin: 0 auto;
    width: auto;
    /*-webkit-box-shadow: 0 0 20px 5px #747474;*/
    /*box-shadow: 0 0 20px 5px #747474;*/
}

a {
    text-decoration: none;
    color: #121212;
    transition: all 0.3s ease-in;
}

a:hover {
    color: var(--primary);
}

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

ul li::marker {
    color: var(--mainTextPrimary);
}

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

.form__privacy {
    color: var(--mainTextPrimary);
}
.form__privacy a {
    color: var(--mainTextPrimary);
    text-decoration: underline;
}
.form__privacy a:hover {
    opacity: 0.8;
}

p {
    color: #121212;
    font-size: 18px;
    line-height: 26px;
    margin: 0;
}

h1.page-title {
    margin-bottom: 60px;
    color: var(--headPrimary);
    text-transform: uppercase;
}

h1,
.h1 {
    font-family: var(--fontFamily);
    font-size: 54px;
    font-weight: 600;
    line-height: 70.2px;
    letter-spacing: 0.03em;
    text-align: left;
    text-underline-position: from-font;
    -webkit-text-decoration-skip-ink: none;
    text-decoration-skip-ink: none;
}

h2,
.h2 {
    font-family: var(--fontFamily);
    font-size: 40px;
    font-weight: 600;
    line-height: 52px;
    text-align: left;
    text-underline-position: from-font;
    -webkit-text-decoration-skip-ink: none;
    text-decoration-skip-ink: none;
}

h3,
.h3 {
    font-family: var(--fontFamily);
    font-size: 28px;
    font-weight: 600;
    line-height: 36.4px;
    text-align: left;
    text-underline-position: from-font;
    -webkit-text-decoration-skip-ink: none;
    text-decoration-skip-ink: none;
}

h4,
.h4 {
    font-family: var(--fontFamily);
    font-size: 24px;
    font-weight: 600;
    line-height: 31.2px;
    text-align: left;
    text-underline-position: from-font;
    -webkit-text-decoration-skip-ink: none;
    text-decoration-skip-ink: none;
}

h5,
.h5 {
    font-family: var(--fontFamily);
    font-size: 20px;
    font-weight: 600;
    line-height: 26px;
    text-align: left;
    text-underline-position: from-font;
    -webkit-text-decoration-skip-ink: none;
    text-decoration-skip-ink: none;
}

h6,
.h6 {
    font-family: var(--fontFamily);
    font-size: 16px;
    font-weight: 600;
    line-height: 20.8px;
    text-align: left;
    text-underline-position: from-font;
    -webkit-text-decoration-skip-ink: none;
    text-decoration-skip-ink: none;
}

h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
    color: var(--headPrimary);
}
h1 span,
h2 span,
h3 span,
h4 span,
h5 span,
h6 span,
.h1 span,
.h2 span,
.h3 span,
.h4 span,
.h5 span,
.h6 span {
    color: var(--primary);
    font-weight: inherit;
    font-size: inherit;
    letter-spacing: inherit;
    font-family: inherit;
}

.p1 {
    font-family: var(--fontFamily);
    font-size: 22px;
    font-weight: 400;
    line-height: 28.6px;
    text-align: left;
    text-underline-position: from-font;
    -webkit-text-decoration-skip-ink: none;
    text-decoration-skip-ink: none;
}

.p2 {
    font-family: var(--fontFamily);
    font-size: 16px;
    font-weight: 400;
    line-height: 20.8px;
    text-align: left;
    text-underline-position: from-font;
    -webkit-text-decoration-skip-ink: none;
    text-decoration-skip-ink: none;
}

.p3 {
    font-family: var(--fontFamily);
    font-size: 13px;
    font-weight: 400;
    line-height: 16.9px;
    text-align: left;
    text-underline-position: from-font;
    -webkit-text-decoration-skip-ink: none;
    text-decoration-skip-ink: none;
}

main.foned {
    position: relative;
    overflow: hidden;
    z-index: 999;
}

main.foned:before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    z-index: 9999;
}

.breadcrumbs {
    padding: 20px 0;
    padding-bottom: 10px;
    color: var(--mainTextPrimary);
    font-family: var(--fontFamily);
    font-size: 13px;
    font-weight: 400;
    line-height: 16.9px;
    text-align: left;
    text-underline-position: from-font;
    -webkit-text-decoration-skip-ink: none;
    text-decoration-skip-ink: none;
    display: flex;
    align-items: center;
    gap: 5px;
}

.breadcrumbs span {
    font-family: inherit;
    font-size: inherit;
    line-height: inherit;
    color: inherit;
    color: var(--mainTextPrimary);
}

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

.btn {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    background: transparent;
    border-radius: 5px;
    outline: none;
    cursor: pointer;
    transition: all 0.3s ease-in;
    font-family: var(--fontFamily);
    font-size: 14px;
    font-weight: 700;
    line-height: 16.1px;
    text-align: left;
    text-underline-position: from-font;
    -webkit-text-decoration-skip-ink: none;
    text-decoration-skip-ink: none;
    padding: 17px 30px;
    text-transform: uppercase;
    background: var(--primary);
    border: 1px solid var(--primary);
    color: var(--headPrimary);
    box-sizing: border-box;
}
.btn:hover {
    background: var(--hover);
    color: var(--headPrimary);
}
.btn.invert {
    background: transparent;
}
.btn.invert:hover {
    background: var(--primary);
}
.btn.dark {
    background: var(--bgThird);
    border: none;
}
.btn.dark:hover {
    background: var(--headPrimary);
    color: var(--card);
}

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

.btn svg path {
    transition: all 0.3s ease-in;
}

.btn:hover svg path {
    fill: rgba(18, 223, 236, 0.5);
}

.soc-holder {
    display: flex;
    gap: 10px;
    align-items: center;
}

.soc {
    padding: 12px;
    background: var(--card);
    border-radius: 5px;
    border: 1px solid var(--bgThird);
    display: flex;
    justify-content: center;
    align-items: center;
}
.soc svg,
.soc img {
    width: 26px;
    height: 26px;
}
.soc svg path {
    transition: 0.3s all ease-in-out;
}
.soc:hover {
    background: var(--primary);
    border-color: var(--primary);
}
.soc:hover svg path {
    fill: var(--card);
}

#main,
#primary {
    min-height: 57vh;
}

span {
    font-weight: inherit;
    font-size: inherit;
    letter-spacing: inherit;
}

.consultation__bottom {
    display: flex;
    align-items: center;
    gap: 20px;
}
.consultation-text {
    max-width: 138px;
    color: var(--mainTextPrimary);
}
.consultation-title {
    text-transform: uppercase;
    color: var(--headPrimary);
    margin-bottom: 15px;
}
.consultation-descr {
    color: var(--mainTextPrimary);
    margin-bottom: 40px;
}
.consultation-btns {
    display: flex;
    gap: 20px;
    align-items: center;
}

.swiper__btns {
    height: 50px;
    display: flex;
    gap: 10px;
}
.swiper__btns .swiper-button-next,
.swiper__btns .swiper-button-prev {
    border: 1px solid var(--primary);
    border-radius: 1px;
    position: static;
    margin: 0;
    height: 50px;
    width: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
    transition: 0.3s ease-in-out background-color;
    z-index: 1;
}
.swiper__btns .swiper-button-next svg,
.swiper__btns .swiper-button-prev svg {
    width: 24px;
    height: 25px;
}
.swiper__btns .swiper-button-next::after,
.swiper__btns .swiper-button-prev::after {
    content: none;
}
.swiper__btns .swiper-button-next:hover,
.swiper__btns .swiper-button-prev:hover {
    background: var(--primary);
}

.pagination {
    width: 100%;
    display: flex;
    justify-content: center;
    gap: 10px;
    align-items: center;
}
.pagination .nav-links {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 10px;
}
.pagination .page-numbers {
    min-width: 30px;
    height: 30px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-family: var(--fontFamily);
    font-size: 13px;
    font-weight: 400;
    line-height: 16.9px;
    text-align: center;
    text-underline-position: from-font;
    -webkit-text-decoration-skip-ink: none;
    text-decoration-skip-ink: none;
    color: var(--mainTextPrimary);
    border-radius: 3px;
}
.pagination .page-numbers.current {
    overflow: hidden;
    background: var(--second);
    color: var(--card);
}
.pagination .page-numbers.next {
    margin-left: 200px;
}
.pagination .page-numbers.prev {
    margin-right: 200px;
}
.pagination .page-numbers.next,
.pagination .page-numbers.prev {
    height: 50px;
    width: 50px;
    border: 1px solid var(--primary);
    transition: 0.3s ease-in-out background-color;
}
.pagination .page-numbers.next:hover,
.pagination .page-numbers.prev:hover {
    background: var(--primary);
}

.descr * {
    font-family: var(--fontFamily);
    font-size: 22px;
    font-weight: 400;
    line-height: 28.6px;
    text-align: left;
    text-underline-position: from-font;
    -webkit-text-decoration-skip-ink: none;
    text-decoration-skip-ink: none;
    color: var(--mainTextPrimary);
}
.descr > * {
    margin-left: 10px;
}
.descr li {
    margin-bottom: 10px;
}

@media screen and (max-width: 427px) {
    .consultation-btns {
        flex-wrap: wrap;
        gap: 10px;
    }
    .consultation-descr {
        margin-bottom: 20px;
    }
}
.glogo {
    width: 111px;
    height: 17px;
    -webkit-mask-image: url("../images/gmask.png");
    mask-image: url("../images/gmask.png");
    -webkit-mask-origin: border-box;
    mask-origin: border-box;
    -webkit-mask-size: contain;
    mask-size: contain;
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;
    background-color: var(--stroke);
    position: relative;
    cursor: pointer;
}

.glogo:before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: red;
    transform: translateX(100%);
    transition: transform 0.7s ease-in;
    background: linear-gradient(
            90deg,
            #fe6604 10%,
            #ee0a76 30%,
            #ee0a76 60%,
            #fe6604 101%
        )
        repeat-x 0 0;
    background-size: 100px;
    animation-duration: 5s;
    animation-name: slideUp;
    animation-iteration-count: infinite;
    animation-delay: 3s;
}

.glogo:hover:before {
    /*transform: translateY(-100%);*/
    animation-name: unset;
    transform: translateX(0);
}

.error__title {
    margin-bottom: 60px;
}
.error__wrapper {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    gap: 20px;
}
.error__btn {
    max-width: -moz-fit-content;
    max-width: fit-content;
}
.error__right {
    font-family: var(--fontFamily);
    font-size: 240px;
    font-weight: 600;
    line-height: 240px;
    letter-spacing: 0.03em;
    text-align: left;
    text-underline-position: from-font;
    -webkit-text-decoration-skip-ink: none;
    text-decoration-skip-ink: none;
    color: var(--second);
}
.error__descr {
    color: var(--mainTextPrimary);
    margin-bottom: 30px;
}

.page.privacy-policy .wp-block-heading {
    margin-top: 30px;
    margin-bottom: 20px;
}
.page.privacy-policy p {
    margin-bottom: 10px;
}
.page.privacy-policy main {
    margin-bottom: 40px;
}

@media screen and (max-width: 992px) {
    .descr * {
        font-size: 16px;
        line-height: 110%;
    }
    section {
        margin-bottom: 40px;
    }
    h1.page-title {
        margin-bottom: 30px;
        font-size: 36px;
        line-height: 110%;
    }
}
@media screen and (max-width: 800px) {
    .error__wrapper {
        flex-direction: column;
    }
    .pagination .page-numbers.next,
    .pagination .page-numbers.prev {
        margin: 0;
    }
}
@media screen and (max-width: 580px) {
    .breadcrumbs {
        flex-wrap: wrap;
    }
    .error__right {
        font-size: 120px;
        line-height: 100%;
    }
}
@media screen and (max-width: 490px) {
    h1.page-title {
        font-size: 24px;
    }
}
@media screen and (max-width: 350px) {
    h1.page-title {
        font-size: 22px;
    }
}
@keyframes slideUp {
    0% {
        transform: translateX(-100%);
    }
    50% {
        transform: translateX(0);
    }
    100% {
        transform: translateX(100%);
    }
}
@keyframes gradient {
    0% {
        background-position: 0% 50%;
    }
    50% {
        background-position: 100% 50%;
    }
    100% {
        background-position: 0% 50%;
    }
}

/*============ HEADER =================*/
#header {
    border-bottom: 1px solid rgba(221, 223, 226, 0.2);
    background: var(--bg);
    position: sticky;
    z-index: 5;
    top: 0;
    left: 0;
    width: 100%;
}
#header .header__inner {
    display: flex;
    justify-content: space-between;
    gap: 10px;
    align-items: center;
    padding: 23px 0;
}
#header .header__logo {
    font-family: var(--fontFamily);
    font-size: 20px;
    font-weight: 600;
    line-height: 26px;
    text-align: left;
    text-underline-position: from-font;
    -webkit-text-decoration-skip-ink: none;
    text-decoration-skip-ink: none;
    color: var(--primary);
}
#header .header__logo span {
    font-family: var(--fontFamily);
    font-size: 20px;
    font-weight: 900;
    line-height: 26px;
    text-align: left;
    text-underline-position: from-font;
    -webkit-text-decoration-skip-ink: none;
    text-decoration-skip-ink: none;
    color: var(--headPrimary);
    text-transform: uppercase;
}
#header .header__btn {
    width: -moz-fit-content;
    width: fit-content;
    margin-left: 40px;
}
#header .header__contacts {
    display: flex;
    align-items: center;
}
#header .header__nav {
    display: flex;
    align-items: center;
    gap: 30px;
}
#header .header__nav .nav-menu-element {
    list-style: none;
}
#header .header__nav .nav-menu-element:hover > a {
    color: var(--primary);
}
#header .header__nav .nav-menu-element a {
    text-transform: uppercase;
    color: var(--headPrimary);
    font-family: var(--fontFamily);
    font-size: 14px;
    font-weight: 600;
    line-height: 14px;
    text-align: left;
    text-underline-position: from-font;
    -webkit-text-decoration-skip-ink: none;
    text-decoration-skip-ink: none;
}
#header .header__nav .nav-menu-element.has-childs {
    position: relative;
    display: flex;
    align-items: center;
    gap: 5px;
}
#header .header__nav .nav-menu-element.has-childs:hover .sub-menu {
    opacity: 1;
    visibility: visible;
}
#header .header__nav .nav-menu-element.has-childs:hover::after {
    transform: rotate(180deg);
    filter: brightness(0) saturate(100%) invert(63%) sepia(10%) saturate(7141%)
        hue-rotate(189deg) brightness(94%) contrast(100%);
}
#header .header__nav .nav-menu-element.has-childs::after {
    cursor: pointer;
    transition: 0.3s ease-in-out all;
    content: "";
    width: 10px;
    height: 10px;
    background: url(../images/chevron.svg);
}
#header .header__nav .nav-menu-element.has-childs .sub-menu {
    border: 1px solid var(--bgThird);
    transition: 0.6s all ease-in-out;
    background: var(--card);
    padding: 30px 60px;
    position: absolute;
    top: 58px;
    opacity: 0;
    visibility: hidden;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    -moz-column-gap: 30px;
    column-gap: 30px;
    row-gap: 15px;
}
#header .header__nav .nav-menu-element.has-childs .sub-menu a {
    text-transform: none;
    font-family: var(--fontFamily);
    white-space: nowrap;
    font-size: 16px;
    font-weight: 600;
    line-height: 16px;
    text-align: left;
    text-underline-position: from-font;
    -webkit-text-decoration-skip-ink: none;
    text-decoration-skip-ink: none;
    color: var(--mainTextPrimary);
}
#header .header__nav .nav-menu-element.has-childs .sub-menu a:hover {
    color: var(--primary);
}
#header .header__nav .nav-menu-element.active a {
    color: var(--primary);
}
#header .header__nav .nav-menu-element.active::after {
    filter: brightness(0) saturate(100%) invert(63%) sepia(10%) saturate(7141%)
        hue-rotate(189deg) brightness(94%) contrast(100%);
}
#header .phones-holder {
    display: flex;
    flex-direction: column;
    gap: 2px;
    align-items: flex-end;
    white-space: nowrap;
}
#header .phones-holder a {
    color: var(--text);
}
#header .phones-holder a:hover {
    color: var(--primary);
}
#header .soc-holder {
    margin-left: 20px;
}
#header.home {
    background: unset;
    position: fixed;
}
#header.home .header__logo span {
    color: var(--card);
}
#header.home .header__btn {
    border: none;
    background: var(--card);
}
#header.home .header__btn:hover {
    color: var(--headPrimary);
    background: var(--primary);
}
#header.home .header__nav .nav-menu-element.has-childs::after {
    filter: brightness(0) saturate(100%) invert(63%) sepia(10%) saturate(7141%)
        hue-rotate(189deg) brightness(94%) contrast(100%);
}
#header.home .header__nav .nav-menu-element.has-childs:hover::after {
    filter: brightness(0) saturate(100%) invert(63%) sepia(10%) saturate(7141%)
        hue-rotate(189deg) brightness(94%) contrast(100%);
}
#header.home .header__nav .nav-menu-element:hover > a {
    color: var(--primary);
}
#header.home .header__nav .nav-menu-element a {
    color: var(--card);
}
#header.home .phones-holder a {
    color: var(--card);
}

@media screen and (max-width: 480px) {
    #header.home .phones-holder a {
        font-size: 16px;
    }
}

#header.home .phones-holder a:hover {
    color: var(--primary);
}
#header.scrolled {
    border-bottom: 1px solid rgba(221, 223, 226, 0.2);
    background: var(--bg);
}
#header.scrolled .header__logo span {
    color: var(--headPrimary);
}
#header.scrolled .header__btn {
    border: 1px solid var(--primary);
}
#header.scrolled .header__nav .nav-menu-element.has-childs::after {
    filter: unset;
}
#header.scrolled .header__nav .nav-menu-element a {
    color: var(--headPrimary);
}
#header.scrolled .phones-holder a {
    color: var(--headPrimary);
    white-space: nowrap;
}

/*================ 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;
}

#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;
    transform: rotate(45deg);
    display: block;
    color: var(--primary);
}

#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: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 .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 .soc__holder {
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
    grid-column-gap: 10px;
    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.opened {
    transform: translateX(0);
}

#header #mobile-mnu .header__logo-mobile {
    color: var(--primary);
    margin-bottom: 30px;
}
#header #mobile-mnu .header__logo-mobile span {
    color: var(--headPrimary);
}

#header #mobile-mnu .mobile__nav {
    margin-bottom: 15px;
}
#header #mobile-mnu .nav-menu-element {
    list-style: none;
}
#header #mobile-mnu .nav-menu-element a {
    color: var(--headPrimary);
    font-size: 20px;
    line-height: 110%;
}
#header #mobile-mnu .nav-menu-element a:hover {
    color: var(--hover);
}
#header #mobile-mnu .phones-holder {
    align-items: flex-start;
    margin-bottom: 15px;
}
#header #mobile-mnu .phones-holder a {
    color: var(--headPrimary);
    font-size: 24px;
}
#header #mobile-mnu .phones-holder a:hover {
    color: var(--hover);
}
#header #mobile-mnu .emails-holder {
    margin-bottom: 15px;
}
#header #mobile-mnu .soc-holder {
    display: flex;
    gap: 10px;
    align-items: center;
    margin-bottom: 15px;
}

@media screen and (max-width: 1440px) {
    #header .header__btn,
    #header .soc-holder {
        margin-left: 0;
    }
    #header .header__contacts {
        gap: 10px;
    }
    #header .header__nav {
        gap: 15px;
    }
}
@media screen and (max-width: 1300px) {
    #header .header__nav {
        display: none;
    }
    #header .burger.open_menu {
        display: flex;
    }
}
@media screen and (max-width: 793px) {
    #header .header__btn {
        display: none;
    }
}
@media screen and (max-width: 590px) {
    #header .soc-holder {
        display: none;
    }
}
@media screen and (max-width: 400px) {
    #header .header__logo,
    #header .header__logo span {
        font-size: 12px;
        line-height: 110%;
    }
}
@media screen and (max-width: 370px) {
    #header .phones-holder a {
        font-size: 16px;
        line-height: 110%;
    }
}
/*============ FOOTER ===============*/
#footer {
    background: var(--second);
    padding-top: 40px;
    padding-bottom: 30px;
}
#footer .footer__top {
    display: flex;
    justify-content: space-between;
    gap: 20px;
    margin-bottom: 20px;
}
#footer .footer__logo {
    display: block;
    font-family: var(--fontFamily);
    font-size: 20px;
    font-weight: 600;
    line-height: 26px;
    text-align: left;
    text-underline-position: from-font;
    -webkit-text-decoration-skip-ink: none;
    text-decoration-skip-ink: none;
    margin-bottom: 30px;
    color: var(--primary);
}
#footer .footer__logo span {
    text-transform: uppercase;
    color: var(--card);
    font-family: var(--fontFamily);
    font-size: 20px;
    font-weight: 900;
    line-height: 26px;
    text-align: left;
    text-underline-position: from-font;
    -webkit-text-decoration-skip-ink: none;
    text-decoration-skip-ink: none;
}
#footer .footer__copyright {
    color: var(--stroke);
}
#footer .footer__requisites * {
    color: var(--bgThird);
    font-family: var(--fontFamily);
    font-size: 13px;
    font-weight: 400;
    line-height: 16.9px;
    text-align: left;
    text-underline-position: from-font;
    -webkit-text-decoration-skip-ink: none;
    text-decoration-skip-ink: none;
}
#footer .footer__requisites p {
    margin-bottom: 5px;
}
#footer .footer__column-name {
    text-transform: uppercase;
    font-family: var(--fontFamily);
    font-size: 14px;
    font-weight: 600;
    line-height: 14px;
    text-align: left;
    text-underline-position: from-font;
    -webkit-text-decoration-skip-ink: none;
    text-decoration-skip-ink: none;
    margin-bottom: 20px;
    color: var(--card);
}
#footer .footer__menu ul,
#footer .footer__menu li {
    list-style: none;
}
#footer .footer__menu * {
    color: var(--card);
    font-family: var(--fontFamily);
    font-size: 14px;
    font-weight: 600;
    line-height: 14px;
    text-align: left;
    text-underline-position: from-font;
    -webkit-text-decoration-skip-ink: none;
    text-decoration-skip-ink: none;
}
#footer .footer__menu .nav-menu-element a span {
    color: var(--primary);
}
#footer .footer__menu .nav-menu-element:hover a {
    color: var(--primary);
}
#footer .footer__menu-services {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    -moz-column-gap: 30px;
    column-gap: 30px;
}
#footer .footer__menu-services .nav-menu-element {
    margin-bottom: 15px;
}
#footer .footer__menu-services .nav-menu-element a {
    color: var(--bgThird);
    font-family: var(--fontFamily);
    font-size: 16px;
    font-weight: 600;
    line-height: 16px;
    text-align: left;
    text-underline-position: from-font;
    -webkit-text-decoration-skip-ink: none;
    text-decoration-skip-ink: none;
}
#footer .footer__menu-pages .nav-menu-element {
    margin-bottom: 20px;
}
#footer .footer__menu-pages .nav-menu-element a {
    text-transform: uppercase;
}
#footer .footer__column-soc {
    display: flex;
    gap: 40px;
    align-items: flex-start;
}
#footer .footer__status {
    color: var(--bgSecond);
    display: flex;
    gap: 5px;
    align-items: center;
    margin-bottom: 2px;
}
#footer .footer__bottom {
    padding-top: 35px;
    border-top: 1px solid rgba(255, 255, 255, 0.1019607843);
    display: flex;
    justify-content: space-between;
}
#footer .footer__dev {
    display: flex;
    gap: 10px;
    align-items: flex-end;
    color: var(--stroke);
}
#footer .phones__wrapper {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
}
#footer .phones-holder {
    display: flex;
    flex-direction: column;
    gap: 2px;
    align-items: flex-end;
}
#footer .phone {
    color: var(--card);
    white-space: nowrap;
}
#footer .privacy-policy {
    color: var(--stroke);
    text-decoration: underline;
}
#footer .privacy-policy:hover {
    color: var(--primary);
}
@media screen and (max-width: 1180px) {
    #footer .footer__menu-services {
        grid-template-columns: 1fr;
    }
}
@media screen and (max-width: 960px) {
    #footer .footer__top {
        flex-wrap: wrap;
        justify-content: center;
        gap: 40px;
    }
}
@media screen and (max-width: 580px) {
    #footer .footer__bottom {
        flex-direction: column;
        gap: 10px;
        align-items: center;
        padding-top: 20px;
    }
    #footer .footer__top {
        gap: 20px;
        justify-content: flex-start;
    }
}
@media screen and (max-width: 440px) {
    #footer .footer__column-soc {
        flex-direction: column;
        gap: 10px;
    }
}
.stocks__item {
    display: flex;
    gap: 5px;
    background: var(--bgSecond);
    justify-content: space-between;
    border-radius: 10px;
    overflow: hidden;
    height: 100%;
    cursor: pointer;
}
.stocks__left {
    max-width: 400px;
    padding: 30px;
    display: flex;
    flex-direction: column;
}
.stocks__name {
    font-family: var(--fontFamily);
    font-size: 14px;
    font-weight: 700;
    line-height: 16.1px;
    text-align: left;
    text-underline-position: from-font;
    -webkit-text-decoration-skip-ink: none;
    text-decoration-skip-ink: none;
    color: var(--second);
    margin-bottom: 17px;
    text-transform: uppercase;
}
.stocks__title {
    text-transform: uppercase;
    color: var(--headPrimary);
    margin-bottom: 25px;
}
.stocks__text {
    margin-bottom: auto;
    color: var(--mainTextPrimary);
}
.stocks__btn {
    width: -moz-fit-content;
    width: fit-content;
}
.stocks__img {
    min-height: 100%;
    min-width: 36%;
    max-height: 380px;
}
.stocks__img img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}

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

@media screen and (max-width: 1150px) {
    .stocks__holder {
        grid-template-columns: 1fr;
    }
}
@media screen and (max-width: 700px) {
    .stocks__text {
        margin-bottom: 10px;
    }
}
@media screen and (max-width: 620px) {
    .stocks__img {
        display: none;
    }
    .stocks__left {
        max-width: 100%;
        padding: 20px;
    }
    .stocks__btn {
        margin-top: auto;
        width: 100%;
    }
}
.category__list {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 30px;
}
.category__item {
    position: relative;
    padding: 30px;
    background: var(--bgSecond);
    border-radius: 10px;
    display: flex;
    justify-content: space-between;
    gap: 10px;
    border: 1px solid var(--bgSecond);
    transition: 0.3s ease-in-out background-color;
}
.category__item:hover {
    background: var(--card);
}
.category__item:hover .category__img img {
    transform: translate(-50%, -50%) scale(1.1);
}
.category__left {
    display: flex;
    flex-direction: column;
}
.category__title {
    text-transform: uppercase;
    color: var(--headPrimary);
    margin-bottom: 20px;
}
.category__services {
    display: flex;
    gap: 15px;
    flex-direction: column;
    margin-bottom: 15px;
}
.category__link {
    font-family: var(--fontFamily);
    font-size: 14px;
    font-weight: 600;
    line-height: 14px;
    text-align: left;
    text-underline-position: from-font;
    -webkit-text-decoration-skip-ink: none;
    text-decoration-skip-ink: none;
    color: var(--primary);
    text-transform: uppercase;
    display: flex;
    gap: 10px;
    align-items: center;
    margin-top: auto;
}
.category__link::after {
    content: "";
    position: absolute;
    left: 50%;
    top: 50%;
    height: 100%;
    width: 100%;
    transform: translate(-50%, -50%);
    z-index: 2;
}
.category__img {
    height: 100%;
    width: 160px;
    min-height: 260px;
    border-radius: 5px;
    overflow: hidden;
    position: relative;
}
.category__img img {
    transition: 0.3s transform ease-in-out;
    position: absolute;
    left: 50%;
    top: 50%;
    height: 100%;
    width: 100%;
    transform: translate(-50%, -50%);
    z-index: 1;
}

.service__link {
    z-index: 3;
    font-family: var(--fontFamily);
    font-size: 14px;
    font-weight: 600;
    line-height: 14px;
    text-align: left;
    text-underline-position: from-font;
    -webkit-text-decoration-skip-ink: none;
    text-decoration-skip-ink: none;
    text-transform: uppercase;
    display: flex;
    align-items: center;
    gap: 10px;
    color: var(--headPrimary);
}

@media screen and (max-width: 1400px) {
    .category__list {
        grid-template-columns: repeat(2, 1fr);
    }
}
@media screen and (max-width: 992px) {
    .category__img {
        flex-basis: 100%;
        max-width: 50%;
    }
    .category__list {
        grid-template-columns: 1fr;
    }
}
@media screen and (max-width: 470px) {
    .category__item {
        flex-direction: column;
        padding: 20px;
    }
    .category__left {
        gap: 10px;
    }
    .category__title {
        margin: 0;
    }
    .category__services {
        gap: 10px;
    }
    .category__img {
        width: 100%;
        max-width: 100%;
    }
    .category__img img {
        -o-object-fit: cover;
        object-fit: cover;
    }
}
.services__list {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 30px;
}
.services__item {
    position: relative;
    padding: 10px;
    background: var(--bgSecond);
    border-radius: 10px;
    min-height: 230px;
    display: flex;
    flex-direction: column;
    border: 1px solid var(--bgSecond);
    transition: 0.3s all ease-in-out;
}
.services__item:hover {
    background: var(--card);
    border-color: var(--bgThird);
}
.services__item:hover .services__characteristics {
    background: var(--bgSecond);
}
.services__item-top {
    padding: 20px;
}
.services__title {
    color: var(--headPrimary);
    text-transform: uppercase;
    margin-bottom: 15px;
}
.services__characteristics {
    background: var(--bg);
    border-radius: 5px;
    padding: 15px 20px;
    margin-top: auto;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 30px;
    transition: background-color 0.3s ease-in-out;
}
.services__link {
    display: flex;
    gap: 10px;
    align-items: center;
    color: var(--primary);
    text-transform: uppercase;
    font-family: var(--fontFamily);
    font-size: 14px;
    font-weight: 600;
    line-height: 14px;
    text-align: left;
    text-underline-position: from-font;
    -webkit-text-decoration-skip-ink: none;
    text-decoration-skip-ink: none;
}
.services__link::after {
    content: "";
    position: absolute;
    left: 50%;
    top: 50%;
    height: 100%;
    width: 100%;
    transform: translate(-50%, -50%);
}
.services__char {
    display: flex;
    flex-direction: column;
    gap: 5px;
}

.char__key {
    color: var(--mainTextPrimary);
}
.char__value {
    color: var(--headPrimary);
    text-transform: uppercase;
}

@media screen and (max-width: 1240px) {
    .services__list {
        grid-template-columns: repeat(3, 1fr);
    }
}
@media screen and (max-width: 1060px) {
    .services__list {
        grid-template-columns: repeat(2, 1fr);
    }
}
@media screen and (max-width: 700px) {
    .services__list {
        grid-template-columns: 1fr;
    }
}
#service-banner .banner__inner {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 60px;
    background: var(--bgSecond);
    padding: 20px;
    border-radius: 10px;
}
#service-banner .banner__left {
    padding: 20px;
    padding-right: 0;
}
#service-banner .banner__descr {
    max-height: 230px;
    overflow-y: scroll;
    padding-right: 60px;
    margin-bottom: 43px;
}
#service-banner .banner__descr::-webkit-scrollbar {
    width: 2px;
    /* Ширина всего элемента навигации */
}
#service-banner .banner__descr::-webkit-scrollbar-track {
    background: var(--bgThird);
    /* Цвет дорожки */
}
#service-banner .banner__descr::-webkit-scrollbar-thumb {
    background-color: var(--second);
    /* Цвет бегунка */
    border-radius: 20px;
    /* Округление бегунка */
    border: 3px solid var(--second);
    /* Оформление границ бегунка */
}
#service-banner .banner__descr * {
    color: var(--mainTextPrimary);
    font-family: var(--fontFamily);
    font-size: 16px;
    font-weight: 400;
    line-height: 20.8px;
    text-align: left;
    text-underline-position: from-font;
    -webkit-text-decoration-skip-ink: none;
    text-decoration-skip-ink: none;
}
#service-banner .banner__descr p {
    margin-bottom: 15px;
}
#service-banner .banner__descr ol {
    list-style-type: none;
    counter-reset: num;
    margin-bottom: 20px;
}
#service-banner .banner__descr ol li {
    position: relative;
    margin: 0;
    display: flex;
    gap: 15px;
    margin-bottom: 10px;
    align-items: center;
}
#service-banner .banner__descr ol li:before {
    content: counter(num);
    counter-increment: num;
    display: inline-block;
    border-radius: 5px;
    color: var(--card);
    text-align: right;
    width: 24px;
    min-width: 24px;
    height: 24px;
    min-height: 24px;
    display: flex;
    justify-content: center;
    align-items: center;
    background: var(--second);
}
#service-banner .banner__descr ul {
    list-style-type: none;
    margin-bottom: 20px;
}
#service-banner .banner__descr ul li {
    display: flex;
    align-items: center;
    gap: 15px;
}
#service-banner .banner__descr ul li::before {
    content: "✓";
    display: inline-block;
    border-radius: 5px;
    color: var(--card);
    text-align: right;
    width: 24px;
    height: 25px;
    display: flex;
    justify-content: center;
    align-items: center;
    background: var(--second);
}
#service-banner .banner__bottom {
    display: flex;
    align-items: center;
    gap: 20px;
}
#service-banner .banner__bottom-text {
    max-width: 138px;
    color: var(--mainTextPrimary);
}
#service-banner .banner__img {
    max-width: 730px;
    max-height: 460px;
    border-radius: 5px;
    overflow: hidden;
}
#service-banner .banner__img img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}
#service-banner .char__wrapper {
    display: flex;
    gap: 30px;
    margin-bottom: 40px;
}
#price-block .price__title {
    margin-bottom: 40px;
    text-transform: uppercase;
}
#price-block .price__right {
    grid-column: 4 span;
    display: flex;
    justify-content: space-between;
    gap: 20px;
    flex-direction: column;
}
#price-block .price__img {
    max-height: 280px;
    border-radius: 10px;
    overflow: hidden;
}
#price-block .price__img img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}
#price-block .price__bottom-title {
    text-transform: uppercase;
    color: var(--headPrimary);
    margin-bottom: 15px;
}
#price-block .price__bottom-descr {
    color: var(--mainTextPrimary);
    margin-bottom: 40px;
}
#price-block .price__bottom-btns {
    display: flex;
    gap: 20px;
    align-items: center;
}
#price-block .accordion {
    grid-column: 8 span;
}
@media screen and (max-width: 1370px) {
    #price-block .price__inner {
        grid-template-columns: 1fr;
    }
    #price-block .accordion,
    #price-block .price__left,
    #price-block .price__right {
        grid-column: 1 span !important;
        flex-direction: row;
        justify-content: center;
    }
}
@media screen and (max-width: 1100px) {
    #service-banner .banner__descr {
        padding-right: 20px;
    }
}
@media screen and (max-width: 992px) {
    #service-banner .banner__inner {
        gap: 20px;
    }
}
@media screen and (max-width: 900px) {
    #price-block .price__btn {
        white-space: nowrap;
    }
}
@media screen and (max-width: 890px) {
    #service-banner .banner__inner {
        grid-template-columns: 1fr;
    }
    #service-banner .banner__left {
        padding: 0;
    }
}
@media screen and (max-width: 960px) {
    #price-block .price__right {
        flex-direction: column;
    }
}
@media screen and (max-width: 500px) {
    #service-banner .banner__bottom {
        flex-direction: column;
        gap: 10px;
        justify-content: center;
        align-items: center;
    }
    #service-banner .banner__bottom svg {
        display: none;
    }
    #price-block .price__bottom-descr {
        margin-bottom: 10px;
    }
}
.heading-primary {
    text-align: center;
}

.accordion dl {
    border: 1px solid var(--bgThird);
    border-radius: 10px;
}

.accordion dl:after,
.accordion-list:after {
    content: "";
    display: block;
    width: 100%;
}

.accordion dd,
.accordion__panel {
    font-size: 1em;
    line-height: 1.5em;
}

.accordion dd > .p2 {
    padding: 10px 20px;
}

.accordion {
    position: relative;
}

.accordionTitle,
.accordion__Heading {
    text-align: center;
    font-weight: 700;
    display: block;
    text-decoration: none;
    color: var(--headPrimary);
    transition: all 0.5s ease-in-out;
}

.accordion__wrapper {
    margin-bottom: 100px;
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.accordionTitle {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 20px;
    padding: 13px;
    min-height: 76px;
    padding-left: 30px;
    font-family: var(--fontFamily);
    text-transform: uppercase;
    font-size: 20px;
    font-weight: 600;
    line-height: 26px;
    text-align: left;
    text-underline-position: from-font;
    -webkit-text-decoration-skip-ink: none;
    text-decoration-skip-ink: none;
    border: 1px solid var(--bgThird);
    border-radius: 10px;
}
.accordionTitle:hover {
    color: var(--primary);
}

.accordion__icon {
    width: 50px;
    min-width: 50px;
    height: 50px;
    min-height: 50px;
    background: var(--primary);
    border-radius: 5px;
    position: relative;
    transition: 0.3s background-color ease-in-out;
}
.accordion__icon svg {
    transition: 0.3s ease-in-out opacity;
    position: absolute;
    left: 50%;
    top: 50%;
    width: 20px;
    height: 20px;
    transform: translate(-50%, -50%);
}
.accordion__icon-plus {
    z-index: 2;
    opacity: 1;
}
.accordion__icon-minus {
    z-index: 1;
    opacity: 0;
}

.accordionTitleActive,
.accordionTitle.is-expanded {
    color: var(--primary);
}
.accordionTitleActive .accordion__icon,
.accordionTitle.is-expanded .accordion__icon {
    background: var(--bgThird);
}
.accordionTitleActive .accordion__icon-plus,
.accordionTitle.is-expanded .accordion__icon-plus {
    opacity: 0;
}
.accordionTitleActive .accordion__icon-minus,
.accordionTitle.is-expanded .accordion__icon-minus {
    opacity: 1;
}

.accordionItem {
    height: auto;
    overflow-x: hidden;
    transition: max-height 1s;
}
@media screen and (min-width: 48em) {
    .accordionItem {
        max-height: 40em;
        transition: max-height 0.5s;
    }
}

.accordionItem.is-collapsed {
    max-height: 0;
}

.no-js .accordionItem.is-collapsed {
    max-height: auto;
}

.animateIn {
    animation: accordionIn 0.45s normal ease-in-out both 1;
}

.animateOut {
    animation: accordionOut 0.45s alternate ease-in-out both 1;
}

@media screen and (max-width: 992px) {
    .accordion__wrapper {
        margin-bottom: 40px;
    }
}
@media screen and (max-width: 400px) {
    .accordionTitle {
        font-size: 16px;
        line-height: 110%;
    }
}
@keyframes accordionIn {
    0% {
        opacity: 0;
        transform: scale(0.9) rotateX(-60deg);
        transform-origin: 50% 0;
    }
    100% {
        opacity: 1;
        transform: scale(1);
    }
}
@keyframes accordionOut {
    0% {
        opacity: 1;
        transform: scale(1);
    }
    100% {
        opacity: 0;
        transform: scale(0.9) rotateX(-60deg);
    }
}
.reviews__item {
    box-sizing: border-box;
    min-height: 420px;
    padding: 30px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    gap: 20px;
    border-radius: 10px;
    border: 1px solid var(--bgThird);
}
.reviews__top {
    display: flex;
    align-items: center;
    gap: 20px;
}
.reviews__icon {
    width: 50px;
    height: 50px;
    background: var(--second);
    border-radius: 5px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.reviews__name {
    text-transform: uppercase;
    color: var(--headPrimary);
    margin-bottom: 5px;
}
.reviews__date {
    color: var(--mainTextPrimary);
}
.reviews__content {
    display: inline;
    -webkit-line-clamp: 6;
    line-clamp: 6;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
}
.reviews__content * {
    font-family: var(--fontFamily);
    font-size: 16px;
    font-weight: 400;
    line-height: 20.8px;
    text-align: left;
    text-underline-position: from-font;
    -webkit-text-decoration-skip-ink: none;
    text-decoration-skip-ink: none;
    color: var(--mainTextPrimary);
}
.reviews__gallery {
    display: flex;
    gap: 10px;
    align-items: center;
    margin-bottom: 20px;
    flex-wrap: wrap;
}
.reviews__img {
    display: block;
    width: 70px;
    height: 70px;
    border-radius: 5px;
    cursor: pointer;
    overflow: hidden;
}
.reviews__img img {
    width: 100%;
    -o-object-fit: contain;
    object-fit: contain;
}
.reviews__link {
    margin-top: 10px;
    text-transform: uppercase;
    display: flex;
    align-items: center;
    transition: 0.3s ease-in-out all;
    gap: 10px;
}
.reviews__link span {
    color: var(--headPrimary);
    font-size: 16px;
    font-weight: 600;
    line-height: 20.8px;
    text-align: left;
    text-underline-position: from-font;
    -webkit-text-decoration-skip-ink: none;
    text-decoration-skip-ink: none;
}
.reviews__link:hover {
    gap: 20px;
    filter: brightness(0) saturate(100%) invert(55%) sepia(59%) saturate(958%)
        hue-rotate(189deg) brightness(97%) contrast(93%);
}

@media screen and (max-width: 754px) {
    .reviews__item {
        min-height: -moz-fit-content;
        min-height: fit-content;
    }
}
@media screen and (max-width: 500px) {
    .reviews__content {
        line-clamp: unset;
        -webkit-line-clamp: unset;
    }
    .reviews__link {
        display: none;
    }
}
.reviews__archive-block .reviews__inner {
    margin-bottom: 40px;
}
.reviews__archive-block .reviews__holder {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 30px;
    grid-column: 9 span;
}
.reviews__archive-block .reviews__right {
    grid-column: 3 span;
}
.reviews__archive-block .reviews__form {
    padding: 30px;
    background: var(--second);
    border-radius: 10px;
    position: sticky;
    top: 120px;
}
.reviews__archive-block .reviews__form-title {
    text-transform: uppercase;
    max-width: 580px;
    color: var(--card);
    margin-bottom: 10px;
}
.reviews__archive-block .reviews__form-descr {
    max-width: 207px;
    color: var(--bgThird);
    margin-bottom: 50px;
}
@media screen and (max-width: 1500px) {
    .reviews__archive-block .reviews__holder {
        grid-template-columns: repeat(2, 1fr);
    }
}
@media screen and (max-width: 1440px) {
    .reviews__item {
        min-height: unset;
        height: 100%;
    }
}
@media screen and (max-width: 1250px) {
    .reviews__archive-block .reviews__inner {
        flex-direction: column;
    }
    .reviews__archive-block .reviews__form-title {
        max-width: unset;
        text-align: center;
    }
    .reviews__archive-block .reviews__form-descr {
        max-width: unset;
        text-align: center;
        margin-bottom: 20px;
    }
    .reviews__archive-block .reviews__form-btn {
        margin: 0px auto;
    }
}
@media screen and (max-width: 1351px) {
    .reviews__archive-block .reviews__inner {
        grid-template-columns: 1fr;
    }
    .reviews__archive-block .reviews__holder,
    .reviews__archive-block .reviews__right {
        grid-column: 1 span;
    }
    .reviews__archive-block .reviews__form-title,
    .reviews__archive-block .reviews__form-descr,
    .reviews__archive-block .reviews__form-btn {
        text-align: center;
        margin-left: auto;
        margin-right: auto;
        max-width: 100%;
    }
    .reviews__archive-block .reviews__form-descr {
        margin-bottom: 20px;
    }
}
@media screen and (max-width: 767px) {
    .reviews__archive-block .reviews__holder {
        grid-template-columns: 1fr;
    }
    .reviews__archive-block .reviews__item,
    .reviews__archive-block .reviews__form {
        padding: 15px;
    }
}
.single-news .new__title {
    max-width: 1140px;
}
.single-news .new__img {
    max-height: 500px;
    overflow: hidden;
    border-radius: 10px;
    margin-bottom: 60px;
}
.single-news .new__img img {
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}
.single-news .new__date {
    margin-bottom: 30px;
}
.single-news .new__btn {
    margin-top: 30px;
    max-width: -moz-fit-content;
    max-width: fit-content;
    margin-bottom: 100px;
}
.single-news .new__right {
    grid-column: 4 span;
}
.single-news .new__intresting {
    background: var(--bgSecond);
    border-radius: 10px;
    padding: 40px;
    max-height: -moz-fit-content;
    max-height: fit-content;
    position: sticky;
    top: 140px;
}
.single-news .new__intresting-title {
    text-transform: uppercase;
    margin-bottom: 30px;
}
.single-news .new__intresting-wrapper {
    border-top: 1px dashed #d0d6d4;
}
.single-news .new__intresting-item {
    display: block;
    box-sizing: border-box;
    padding: 20px 0;
    border-bottom: 1px dashed #d0d6d4;
}
.single-news .new__intresting-item:hover .item-title {
    color: var(--primary);
}
.single-news .new-date {
    margin-bottom: 10px;
    color: var(--mainTextPrimary);
}
.single-news .item-title {
    text-transform: uppercase;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    transition: 0.3s ease-in-out color;
}
.single-news .article__wrapper {
    display: grid;
}
.single-news .content {
    max-width: 880px;
    grid-column: 8 span;
}
.single-news .content * {
    color: var(--mainTextPrimary);
}
.single-news .content p {
    margin-bottom: 20px;
    font-family: var(--fontFamily);
    font-size: 16px;
    font-weight: 400;
    line-height: 20.8px;
    text-align: left;
    text-underline-position: from-font;
    -webkit-text-decoration-skip-ink: none;
    text-decoration-skip-ink: none;
}
.single-news .content h2 {
    margin-bottom: 40px;
}
.single-news .content h3 {
    margin-bottom: 35px;
}
.single-news .content h4 {
    margin-bottom: 30px;
}
.single-news .content h5 {
    margin-bottom: 25px;
}
.single-news .content h6 {
    margin-bottom: 20px;
}
.single-news .content h2,
.single-news .content h3,
.single-news .content h4,
.single-news .content h5,
.single-news .content h6,
.single-news .content h1 {
    color: var(--headPrimary);
    margin-top: 40px;
    text-transform: uppercase;
}
.single-news .content blockquote {
    margin-top: 40px;
    padding: 30px 0;
    border-top: 1px solid var(--primary);
    border-bottom: 1px solid var(--primary);
    margin-bottom: 40px;
}
.single-news .content blockquote svg,
.single-news .content blockquote img {
    margin-bottom: 20px;
}
.single-news .content blockquote p {
    font-family: var(--fontFamily);
    font-size: 22px;
    font-weight: 400;
    line-height: 28.6px;
    text-align: left;
    text-underline-position: from-font;
    -webkit-text-decoration-skip-ink: none;
    text-decoration-skip-ink: none;
}
.single-news .content blockquote cite {
    font-family: var(--fontFamily);
    font-size: 13px;
    font-weight: 400;
    line-height: 16.9px;
    text-align: right;
    text-underline-position: from-font;
    -webkit-text-decoration-skip-ink: none;
    text-decoration-skip-ink: none;
    font-style: normal;
}
.single-news .content ol {
    list-style-type: none;
    counter-reset: num;
    margin-bottom: 20px;
}
.single-news .content ol li {
    position: relative;
    margin: 0;
    display: flex;
    gap: 15px;
    margin-bottom: 10px;
    align-items: center;
}
.single-news .content ol li:before {
    content: counter(num);
    counter-increment: num;
    display: inline-block;
    border-radius: 5px;
    color: var(--card);
    text-align: right;
    width: 24px;
    min-width: 24px;
    height: 24px;
    min-height: 24px;
    display: flex;
    justify-content: center;
    align-items: center;
    background: var(--primary);
}
.single-news .content ul {
    list-style-type: none;
    margin-bottom: 20px;
}
.single-news .content ul li {
    display: flex;
    align-items: center;
    gap: 15px;
    margin-bottom: 10px;
}
.single-news .content ul li::before {
    content: "✓";
    display: inline-block;
    border-radius: 5px;
    color: var(--card);
    text-align: right;
    width: 24px;
    min-width: 24px;
    height: 24px;
    min-height: 24px;
    display: flex;
    justify-content: center;
    align-items: center;
    background: var(--primary);
}

@media screen and (max-width: 1300px) {
    .single-news .article__wrapper {
        grid-template-columns: 1fr;
    }
    .single-news .content,
    .single-news .new__right {
        grid-column: 1 span;
        max-width: 100%;
        width: 100%;
    }
    .single-news .new__intresting-wrapper {
        display: grid;
        grid-template-columns: repeat(2, 1fr);
        gap: 20px;
    }
}
@media screen and (max-width: 786px) {
    .single-news .new__intresting-wrapper {
        grid-template-columns: 1fr;
        gap: 10px;
    }
    .single-news .new__btn {
        margin-bottom: 30px;
    }
    .single-news .new__img {
        margin-bottom: 20px;
    }
}
@media screen and (max-width: 470px) {
    .single-news .item-title {
        display: block;
    }
    .single-news .new__intresting {
        padding: 20px;
    }
    .single-news .new__intresting-title {
        margin-bottom: 10px;
    }
    .single-news .new__intresting-item {
        padding: 10px 0;
    }
}
.news__holder {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 30px;
    margin-bottom: 40px;
}
.news__holder .news__item {
    padding: 30px;
    border-radius: 10px;
    border: 1px solid var(--bgThird);
    min-height: 360px;
    position: relative;
    overflow: hidden;
    display: flex;
    flex-direction: column;
}
.news__holder .news__item:hover .new__img {
    transform: translate(-50%, -50%);
    filter: brightness(0.5);
}
.news__holder .news__item:hover .new__title,
.news__holder .news__item:hover .new__date {
    color: var(--card);
}
.news__holder .news__item:hover .new__descr {
    color: var(--bgSecond);
}
.news__holder .news__item:hover .new__num {
    color: var(--card);
}
.news__holder .new__title {
    transition: color 0.5s ease-in-out;
    text-transform: uppercase;
    color: var(--headPrimary);
    margin-bottom: 15px;
}
.news__holder .new__descr {
    transition: color 0.5s ease-in-out;
    -webkit-line-clamp: 3;
    line-clamp: 3;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
    color: var(--mainTextPrimary);
}
.news__holder .new__bottom {
    margin-top: auto;
    display: flex;
    justify-content: space-between;
    gap: 20px;
}
.news__holder .new__num {
    color: var(--primary);
}
.news__holder .new__date {
    color: var(--mainTextPrimary);
}
.news__holder .new__img {
    transition: all ease-in-out 0.5s;
    border-radius: 5px;
    overflow: hidden;
    position: absolute;
    z-index: -1;
    left: 50%;
    top: 50%;
    height: 100%;
    width: 100%;
    transform: translate(-50%, 45%);
}
.news__holder .new__img img {
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}
@media screen and (max-width: 1380px) {
    .news__holder {
        grid-template-columns: repeat(3, 1fr);
    }
}
@media screen and (max-width: 992px) {
    .news__holder {
        grid-template-columns: repeat(2, 1fr);
    }
}
@media screen and (max-width: 676px) {
    .news__holder {
        grid-template-columns: 1fr;
    }
    .news__holder .news__item {
        min-height: 280px;
    }
}
@media screen and (max-width: 360px) {
    .news__holder .news__item {
        padding: 20px;
    }
}
.projects__item {
    padding: 20px;
    background: var(--bgSecond);
    border-radius: 10px;
}
.projects__item .char__list {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
}
.projects__item .char__item {
    min-width: 105px;
    display: flex;
    flex-direction: column;
    gap: 5px;
}
.projects__descr {
    margin-bottom: 30px;
    color: var(--mainTextPrimary);
}
.projects__imgs {
    display: flex;
    gap: 10px;
    align-items: center;
    margin-bottom: 20px;
}
.projects__img {
    border-radius: 5px;
    cursor: pointer;
    min-height: 300px;
    width: 100%;
    overflow: hidden;
    position: relative;
}
.projects__img:hover img {
    transform: translate(-50%, -50%) scale(1.2);
}
.projects__img img {
    transition: 0.3s transform ease-in-out;
    position: absolute;
    left: 50%;
    top: 50%;
    height: 100%;
    width: 100%;
    transform: translate(-50%, -50%);
}
.projects__img::after {
    color: var(--headPrimary);
    position: absolute;
    padding: 7px 15px;
    background: var(--bgSecond);
    text-transform: uppercase;
    font-family: var(--fontFamily);
    font-size: 14px;
    font-weight: 700;
    line-height: 16.1px;
    text-align: left;
    text-underline-position: from-font;
    -webkit-text-decoration-skip-ink: none;
    text-decoration-skip-ink: none;
    border-radius: 5px;
    top: 10px;
    left: 10px;
}
.projects__img-before::after {
    content: "до";
}
.projects__img-after::after {
    content: "после";
}
.projects__name {
    color: var(--headPrimary);
    text-transform: uppercase;
    margin-bottom: 10px;
}
.projects__bottom {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    gap: 10px;
}
@media screen and (max-width: 992px) {
    .projects__item .char__list {
        gap: 20px;
    }
    .projects__item .char__item {
        min-width: -moz-fit-content;
        min-width: fit-content;
    }
}
@media screen and (max-width: 420px) {
    .projects__btn {
        width: 100%;
    }
}
@media screen and (max-width: 430px) {
    .projects__bottom {
        flex-direction: column-reverse;
    }
    .projects__descr {
        margin-bottom: 10px;
    }
}
.projects__archive-block .projects__holder {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 30px;
    margin-bottom: 40px;
}

@media screen and (max-width: 1440px) {
    .projects__archive-block .projects__holder {
        grid-template-columns: repeat(2, 1fr);
    }
}
@media screen and (max-width: 840px) {
    .projects__archive-block .projects__holder {
        grid-template-columns: 1fr;
    }
}
.price__list {
    display: flex;
    flex-direction: column;
    gap: 5px;
    padding: 5px 10px;
    padding-bottom: 10px;
}
.price__item {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 20px;
    background: var(--bgSecond);
    border-radius: 5px;
    gap: 10px;
    border: 1px solid var(--bgSecond);
    transition: 0.3s all ease-in-out;
    cursor: pointer;
}
.price__item:hover {
    border-color: var(--bgThird);
    background: var(--card);
}
.price__item:hover .price__btn {
    background: var(--primary);
}
.price__item .p2 {
    min-width: 557px;
    color: var(--headPrimary);
}
.price__item h6 {
    min-width: 120px;
    text-transform: uppercase;
}

@media screen and (max-width: 1510px) {
    .price__item .p2,
    .price__item h6 {
        min-width: unset;
    }
}
@media screen and (max-width: 992px) {
    .price__item .p2 {
        flex-basis: 100%;
    }
    .price__item {
        flex-wrap: wrap;
    }
}
/* ============= MEDIA QUERIES =========== */
@media screen and (max-width: 867px) {
    h2 {
        font-size: 5vw;
        line-height: 110%;
    }
}
@media screen and (max-width: 560px) {
    h2 {
        font-size: 7vw;
        line-height: 110%;
    }
    .btn {
        width: 100%;
    }
}
.theme-modal {
    display: none;
    position: relative;
}
.theme-modal.fancybox__content {
    padding: 40px 75px;
    max-width: 490px;
    width: 100%;
    border-radius: 5px;
}
.theme-modal.fancybox__content .form__title {
    margin-bottom: 40px;
    text-transform: uppercase;
}
.theme-modal.fancybox__content .form__title-back {
    margin-bottom: 30px;
}
.theme-modal.fancybox__content .form__descr {
    margin-bottom: 40px;
    color: var(--mainTextPrimary);
}
.theme-modal.fancybox__content .form__descr-back {
    margin-bottom: 20px;
}
.theme-modal.fancybox__content .form__btn-back {
    margin-bottom: 0;
    margin: 0;
}
.theme-modal.fancybox__content .btn {
    width: 100%;
    margin-top: 20px;
    margin-bottom: 10px;
}
.theme-modal .close-modal {
    position: absolute;
    width: 12px;
    height: 12px;
    top: 20px;
    right: 20px;
    cursor: pointer;
    transition: 0.3s opacity ease-in-out;
}
.theme-modal .close-modal:hover {
    opacity: 0.8;
}
.theme-modal .close-modal svg {
    width: 100%;
    height: 100%;
}
.theme-modal .form__privacy {
    color: var(--mainTextPrimary);
}
.theme-modal .form__privacy a {
    text-decoration: underline;
}
.theme-modal .form__privacy a:hover {
    color: var(--hover);
}

input[type="file"] {
    display: none;
}

.file span {
    margin-bottom: 25px;
    position: relative;
    display: block;
    transition: 0.3s;
    cursor: pointer;
    color: var(--headPrimary);
    font-family: var(--fontFamily);
    text-transform: uppercase;
    font-size: 16px;
    font-weight: 600;
    line-height: 20.8px;
    text-align: left;
    text-underline-position: from-font;
    -webkit-text-decoration-skip-ink: none;
    text-decoration-skip-ink: none;
}
.file span:hover {
    color: var(--primary);
}

.theme-modal {
    display: none;
}

.theme-modal.fancybox__content .f-button.is-close-btn svg path {
    transition: stroke 0.3s ease-in;
}

.theme-modal.fancybox__content .f-button.is-close-btn:hover svg path {
    stroke: var(--primary);
}

@media screen and (max-width: 470px) {
    .theme-modal.fancybox__content {
        padding: 20px;
        width: 100%;
    }
}
@media screen and (max-width: 350px) {
    .theme-modal.fancybox__content {
        padding-top: 40px;
    }
} /*# sourceMappingURL=main.css.map */

.grampus-cookie-notice {
    display: none;
    position: sticky;
    bottom: 0;
    margin: 0 auto;
    width: 80%;
    height: fit-content;
    padding: 10px 0;
    z-index: 2000;
    background-color: var(--cookie-bg, #fff);
    padding: 30px;
    border-radius: 20px;
}

.cookie-notice-container {
    flex-direction: row;
}

.grampus-cookie-notice p {
    text-align: center;
}

.grampus-cookie-accept-button {
    background-color: var(--primary);
    border: 1px solid var(--primary);
    border-radius: 10px;
}

@media (max-width: 600px) {
    .grampus-cookie-accept-button {
        width: 100%;
    }
    .cookie-notice-container {
        flex-direction: column;
    }
}

.policy-checkbox input[type="checkbox"] {
    appearance: none;
    -webkit-appearance: none;

    border: 1px solid #ccc;
    border-radius: 2px;
    outline: none;
    cursor: pointer;
    position: relative;
    vertical-align: middle;
    border: 1px solid #000000;
    padding: 0;
}

/* Стиль для отмеченного чекбокса */
.policy-checkbox input[type="checkbox"]:checked {
    background-color: #007bff;
    border-color: #007bff;
}

/* Галочка внутри чекбокса */
.policy-checkbox input[type="checkbox"]:checked::after {
    content: "✓";
    position: absolute;
    color: white;
    font-size: 12px;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

/* Стиль для ошибки (только чекбокс) */
.policy-checkbox input[type="checkbox"].error {
    border-color: red;
    box-shadow: 0 0 0 2px rgba(255, 0, 0, 0.2);
}

.policy-checkbox {
    width: 100%;
    display: flex;
    flex-direction: row;
    gap: 15px;
    padding-top: 20px;
    align-items: center;
}

#consent-checkbox {
    width: 20px !important;
    height: 20px !important;
    border: 1px solid #000000 !important;
}

.policy-checkbox label {
    width: 90% !important;
}
.policy-checkbox label a {
    color: var(--primary);
}
.policy-checkbox label a:hover {
    color: var(--hover);
}

.reviews__icon svg path {
    fill: var(--primary);
}
