/*
Theme Name: Malve
Theme URI: https://wordpress.org/themes/malve/
Author: biznesrost24
Author URI: https://wordpress.org/
Version: 1.0
Tested up to: 6.8
Requires at least: 4.4
Requires PHP: 5.2.4
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.
*/

/* 
* ...
* Breadcrumbs
* ...
*/
@font-face {
    font-family: 'Playfair Display SC';
    font-display: swap;
    src: url('assets/fonts/PlayfairDisplaySC/PlayfairDisplaySC-Regular.woff2')
        format('woff2');
}
@font-face {
    font-family: 'Wix Madefor Display';
    font-weight: 700;
    font-display: swap;
    src: url('assets/fonts/WixMadeforDisplay/WixMadeforDisplay-Bold.woff2')
        format('woff2');
}
@font-face {
    font-family: 'Wix Madefor Display';
    font-weight: 600;
    font-display: swap;
    src: url('assets/fonts/WixMadeforDisplay/WixMadeforDisplay-SemiBold.woff2')
        format('woff2');
}
@font-face {
    font-family: 'Wix Madefor Display';
    font-weight: 500;
    font-display: swap;
    src: url('assets/fonts/WixMadeforDisplay/WixMadeforDisplay-Medium.woff2')
        format('woff2');
}
@font-face {
    font-family: 'Wix Madefor Display';
    font-display: swap;
    src: url('assets/fonts/WixMadeforDisplay/WixMadeforDisplay-Regular.woff2')
        format('woff2');
}
:root {
    --white: #fcfbfb;
    --beige-light: #f7f6f4;
    --beige: #eeede7;
    --beige-dark: #d4d1c2;
    --purple-light: #b486ea;
    --purple-dark: #a072d6;
    --whatsapp: #25d366;
    --telegram: #27a7e7;
    --max: #0722f5;
    --instagram: #fe573e;
    --black: #1d1d1b;
    --gray: #858581;
    --first-family: 'Wix Madefor Display', sans-serif;
    --second-family: 'Playfair Display SC', serif;
}
* {
    margin: 0;
    padding: 0;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    font-family: var(--first-family);
    color: var(--black);
    text-decoration: none;
}
#wpadminbar,
#wpadminbar * {
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
    line-height: normal;
}
#wpadminbar * {
    font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto,
        Oxygen-Sans, Ubuntu, Cantarell, 'Helvetica Neue', sans-serif;
    font-size: 13px;
    font-weight: 400;
    color: inherit;
}
#wpadminbar input,
#wpadminbar select,
#wpadminbar textarea {
    border: 1px solid #ccc;
}
h1,
h2,
h3 {
    font-family: var(--second-family);
    font-weight: 400;
}
h1 {
    font-size: 60px;
    line-height: 100%;
}
h2 {
    font-size: 45px;
    line-height: 100%;
}
h3 {
    font-size: 40px;
    line-height: 105%;
}
h4 {
    font-size: 20px;
    font-weight: 400;
    line-height: 130%;
    text-transform: uppercase;
}
@media screen and (max-width: 1550px) {
    h1 {
        font-size: 52px;
    }
    h2 {
        font-size: 44px;
    }
    h3 {
        font-size: 32px;
    }
}
@media screen and (max-width: 1300px) {
    h1 {
        font-size: 46px;
    }
    h2 {
        font-size: 40px;
    }
    h3 {
        font-size: 28px;
    }
}
@media screen and (max-width: 1100px) {
    h1 {
        font-size: 40px;
    }
    h2 {
        font-size: 36px;
    }
    h3 {
        font-size: 24px;
    }
}
@media screen and (max-width: 800px) {
    h1 {
        font-size: 36px;
    }
    h2 {
        font-size: 34px;
    }
    h3 {
        font-size: 22px;
    }
    h4 {
        font-size: 18px;
    }
}
@media screen and (max-width: 550px) {
    h1 {
        font-size: 32px;
    }
    h2 {
        font-size: 32px;
    }
    h3 {
        font-size: 20px;
    }
    h4 {
        font-size: 16px;
    }
}
p,
span {
    line-height: 130%;
}
strong,
b {
    font-size: inherit;
    font-weight: 700;
    color: inherit;
}
a {
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}
del {
    margin-left: 5px;
    color: var(--gray);
    text-decoration: line-through;
}
img {
    display: block;
}
html {
    scroll-behavior: smooth;
    scrollbar-width: thin;
    scrollbar-color: var(--purple-dark) var(--white);
}
html::-webkit-scrollbar {
    width: 10px;
    height: 10px;
}
html::-webkit-scrollbar-track {
    background: var(--white);
}
html::-webkit-scrollbar-thumb {
    background-color: var(--purple-dark);
    border-radius: 8px;
    background-clip: padding-box;
    border: 2px solid transparent;
}
body {
    width: 100vw;
    height: 100vh;
    overflow-x: hidden;
    background: var(--beige-light);
}
body.lock {
    overflow: hidden;
}
.wrapper {
    width: 100%;
    min-height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}
main {
    flex: 1 0 auto;
    margin-top: 77px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
section {
    width: 100vw;
    overflow-x: hidden;
}
.beige {
    margin-left: 15px;
    margin-right: 15px;
    width: 100%;
    max-width: 1840px;
    background: var(--beige);
    border-radius: 60px;
}
.beige__container {
    padding-top: 80px;
    padding-bottom: 80px;
}
._container {
    margin: 0 auto;
    padding-left: 15px;
    padding-right: 15px;
    width: 100%;
    max-width: 1330px;
}
.socs {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    align-items: center;
    gap: 10px;
}
.soc {
    min-width: 40px;
    max-width: 40px;
    height: 40px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    border-radius: 50px;
    transition: all 0.3s ease;
}
@media (hover: hover) {
    .soc:hover {
        opacity: 0.7;
    }
}
.soc.whatsapp {
    border: 1px solid var(--whatsapp);
}
.soc.telegram {
    border: 1px solid var(--telegram);
}
.soc.max {
    border: 1px solid var(--max);
}
.soc.instagram {
    border: 1px solid var(--instagram);
}
.soc.yandex {
    width: 219px;
    min-width: auto;
    max-width: 219px;
    height: 45px;
    padding: 10px 15px 10px 10px;
    display: flex;
    align-items: center;
    gap: 5px;
    border-radius: 50px;
    background: var(--white, #fcfbfb);
}
.soc.yandex img {
    width: 40px;
    min-width: 40px;
    height: 25px;
}
.soc.yandex span {
    font-size: 14px;
    font-weight: 700;
    line-height: 120%;
}
.link-hidden {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 4;
    width: 100%;
    height: 100%;
    display: block;
    opacity: 0;
    font-size: 1px;
}
.btn {
    position: relative;
    padding: 5px 5px 5px 20px;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    height: 55px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 20px;
    border-radius: 50px;
    cursor: pointer;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}
.btn.small {
    height: 45px;
}
.btn span {
    font-size: 16px;
    font-weight: 500;
    line-height: 115%;
    color: var(--black);
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}
.btn__icon {
    padding: 0px 15px;
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    border-radius: 50px;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}
.btn.purple:not(.transparent) {
    background: var(--purple-light);
}
.btn.purple:not(.transparent) span {
    color: var(--white);
}
.btn.whatsapp:not(.transparent) {
    background: var(--whatsapp);
}
.btn.whatsapp:not(.transparent) span {
    color: var(--white);
}
.btn.telegram:not(.transparent) {
    background: var(--telegram);
}
.btn.max:not(.transparent) {
    width: 100%;
    background: var(--max);
}
.btn.telegram:not(.transparent) span {
    color: var(--white);
}
.btn.max:not(.transparent) span {
    color: var(--white);
}
.btn.purple.transparent {
    border: 1px solid var(--purple-light);
}
.btn.telegram.transparent {
    border: 1px solid var(--telegram);
}
.btn.max.transparent {
    border: 1px solid var(--max);
}
.arrows {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 20px;
}
.arrow {
    min-width: 55px;
    max-width: 55px;
    height: 55px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    border-radius: 50px;
    border: 1px solid var(--purple-light);
    background: var(--purple-light);
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    cursor: pointer;
}
.arrow svg path {
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}
.arrow._reverse-bg {
    background: transparent;
}

/* ! Breadcrumbs start ! */
#breadcrumbs > span {
    display: inline-flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    gap: 12px;
}
#breadcrumbs > span > span:has(a)::after {
    content: '';
    width: 6px;
    height: 6px;
    aspect-ratio: 1/1;
    border-radius: 100px;
    background-color: var(--purple, #b486ea);
}
#breadcrumbs > span > span:has(a) {
    display: flex;
    align-items: center;
    gap: 12px;
}
#breadcrumbs .breadcrumb_last,
#breadcrumbs a {
    text-decoration: none;
    color: var(--gray_dark, #858581);
    font-family: var(--first-family);
    font-size: 16px;
    line-height: 130%; /* 20.8px */
    transition: all 0.3s ease;
}
@media (hover: hover) {
    #breadcrumbs a:hover {
        color: var(--purple-light);
    }
}
#breadcrumbs .breadcrumb_last {
    color: var(--black, #1d1d1b);
}
/* ! Breadcrumbs end ! */

.slick-list {
    width: 100%;
}
.slick-track {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 20px;
}
.slick-slide:not(.slick-active) {
    opacity: 0.2;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}
.form {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr 20px 1fr;
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
}
.form__field {
    position: relative;
}
.form__field input,
.form__field textarea {
    padding: 11px 20px 13px 20px;
    width: 100%;
    display: block;
    border-radius: 24px;
    border: 1px solid var(--beige-dark);
    line-height: 120%;
    color: var(--gray);
    resize: none;
}
.form__field input:focus,
.form__field textarea:focus {
    outline: 1px solid var(--purple-light);
}
.form__field textarea {
    height: 140px;
}
.form__textarea {
    -ms-grid-column-span: 2;
    grid-column: span 2;
}
.form__agree {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 10px;
}
.form__check {
    position: relative;
    min-width: 360px;
}
.form__check input {
    width: 18px;
    height: 18px;
    cursor: pointer;
}
.form__check a {
    color: var(--purple-light);
}
.form__check label {
    z-index: 2;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 10px;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}
.form__check input:checked ~ label {
    opacity: 1;
}
.form__check input:checked ~ label svg {
    opacity: 1;
}
button.btn {
    width: 100%;
    outline: none;
    border: none;
}
.wpcf7-response-output {
    display: none;
}
.wpcf7-form.unaccepted .wpcf7-response-output {
    display: block;
}
.wpcf7-not-valid-tip {
    font-size: 12px;
}
.header {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 9;
    width: 100%;
    height: 77px;
    background: var(--beige-light);
}
.header ._container {
    height: 100%;
}
.header__content {
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 30px;
}
.custom-logo {
    width: 100%;
    max-width: 120px;
    min-width: 90px;
    display: block;
}
.custom-logo img {
    width: 100%;
}
.header__menu {
    width: 100%;
    max-width: 445px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    flex-wrap: wrap;
    gap: 5px 15px;
}
.header__menu-link {
    white-space: nowrap;
    font-size: 15px;
}
.double__point {
    display: flex;
    gap: 6px;
    position: relative;
}
.double__point:after {
    display: block;
    content: '';
    position: absolute;
    width: 100%;
    height: 20px;
    bottom: -19px;
    left: 0;
}
.double__point svg {
    margin-top: 3px;
    transition: all 0.3s ease;
}
.double__point:hover svg {
    transform: rotate(180deg);
    stroke: var(--purple-light);
}
.double__point-list {
    list-style-type: none;
    position: absolute;
    bottom: -50px;
    padding: 10px 12px;
    border-radius: 12px;
    background-color: var(--beige);
    opacity: 0;
    visibility: hidden;
    cursor: none;
    transition: opacity 0.3s ease 0s, bottom 0.3s ease 0s;
}
.double__point:hover .double__point-list {
    bottom: -80px;
    opacity: 1;
    visibility: visible;
    cursor: pointer;
}
.point-list__item:not(:last-child) {
    margin-bottom: 6px;
}
.header .item-has-child {
    position: relative;
}
.header__submenu {
    position: absolute;
    top: 99%;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    z-index: 5;
    padding-top: 25px;
    width: 200px;
    display: none;
}
.header__submenu-wrap {
    padding: 10px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 10px;
    border-radius: 20px;
    background: var(--beige-light);
    overflow: hidden;
}
.header__submenu-link {
    padding: 10px 20px;
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.header__contacts {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 20px;
}
.header__phones {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 5px;
    a {
        white-space: nowrap;
        font-size: 15px;
    }
}
.burger {
    position: relative;
    width: 24px;
    height: 15px;
    display: none;
    cursor: pointer;
}
.burger span,
.burger::before,
.burger::after {
    content: '';
    position: absolute;
    left: 0;
    width: 24px;
    height: 1px;
    background: var(--black);
    border-radius: 2px;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
}
.burger::before {
    top: 0;
}
.burger span {
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}
.burger::after {
    bottom: 0;
}
.burger.active {
    height: 24px;
}
.burger.active::before {
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%) rotate(45deg);
    transform: translate(-50%, -50%) rotate(45deg);
    background: var(--purple-light);
}
.burger.active span {
    opacity: 0;
}
.burger.active::after {
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%) rotate(-45deg);
    transform: translate(-50%, -50%) rotate(-45deg);
    background: var(--purple-light);
}
.mobileMenu {
    position: fixed;
    top: 77px;
    right: -100%;
    z-index: 12;
    width: 100%;
    max-width: 360px;
    height: calc(100vh - 77px);
    background: var(--beige);
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
}
.mobileMenu__container {
    padding: 40px 30px;
    width: 100%;
    height: 100%;
    overflow-y: auto;
}
.mobileMenu__content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 40px;
}
.mobileMenu__menu {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 25px;
}
.mobileMenu__submenu {
    padding: 10px 0 0 20px;
    display: none;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 15px;
}
.mobileMenu__submenu-link {
    color: var(--gray);
}
.mobileMenu__submenu.active {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}
.mobileMenu__contacts,
.mobileMenu__phones {
    display: none;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 15px;
}
.mobileMenu.open {
    right: 0;
}
.contacts ._container {
    padding-top: 60px;
    padding-bottom: 100px;
}
.contacts__content,
.contacts__wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 40px;
}
.contacts__content h2,
.contacts__wrapper h2 {
    width: 100%;
    max-width: 860px;
}
.contacts__wrapper {
    gap: 20px;
}
.contacts__cards {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    gap: 20px;
}
.contacts__card {
    width: 100%;
    max-width: 420px;
    display: flex;
    flex-direction: column;
    gap: 20px;
}
.contacts__card._images {
    width: calc(100% - 440px);
    max-width: 860px;
    height: 498px;
    flex-direction: row;
    gap: 20px;
}
.contacts__card-image {
    height: 100%;
    border-radius: 40px;
    overflow: hidden;
}
.contacts__card-image:first-child {
    width: calc(60% - 10px);
}
.contacts__card-image:last-child {
    width: calc(40% - 10px);
}
.contacts__card-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.contacts__card .btn {
    width: 100%;
}
.contacts__block {
    padding: 30px 30px 35px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 20px;
    border-radius: 40px;
    background: var(--beige);
}
.contacts__item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 10px;
}
.contacts__text {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 5px;
}
.contacts__text span {
    color: var(--gray);
}
.contacts__item:nth-child(1) a {
    font-size: 32px;
}
.contacts__item svg {
    min-width: 25px;
    max-width: 25px;
    display: block;
}

.contacnts__messengers {
    display: flex;
    gap: 20px;
}
.contacnts__messengers .btn {
    padding: 5px;
    flex: 1 0 0;
    justify-content: center;
}
.contacnts__messengers .btn > span {
    display: none;
}

.contacts__map {
    width: 100%;
    border-radius: 40px;
    overflow: hidden;
}
.contacts__map iframe {
    width: 100% !important;
    height: 450px !important;
    display: block;
    border: none !important;
    outline: none !important;
}
@media screen and (max-width: 1100px) {
    .contacts ._container {
        padding-top: 40px;
    }
}
.footer {
    background: var(--black);
}
.footer ._container {
    padding-top: 60px;
    padding-bottom: 20px;
}
.footer__content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 40px;
}
.footer__wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    gap: 30px;
}
.footer__box {
    width: 100%;
    max-width: 770px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    gap: 30px;
}
.footer__box svg {
    width: 100%;
    display: block;
}
.footer__nav {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    gap: 80px;
}
.footer__nav-left {
    width: 100%;
    max-width: 240px;
    min-width: 150px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    gap: 20px;
}
.footer__nav-left .white {
    color: var(--white);
}
.footer__nav-left .blue {
    color: var(--telegram);
}
.footer__nav-left .normal__style {
    color: var(--gray);
}
.footer__midle p {
    margin-top: 30px;
    color: #858581;
}
.footer__menu {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    gap: 20px;
}
.footer__menu span,
.footer__menu a {
    color: var(--white);
}
.footer__menu-block {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 15px;
}
.footer__contacts {
    width: 100%;
    max-width: 308px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    gap: 35px;
}
.footer__items {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 23px;
}
.footer__item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 10px;
}
.footer__item svg {
    min-width: 25px;
    max-width: 25px;
    height: 25px;
    display: block;
}
.footer__text {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 5px;
}
.footer__text span {
    color: var(--gray);
}
.footer__text a,
.footer__text p {
    color: var(--white);
}
.footer__btns {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 10px;
}
.footer__btns .btn {
    width: 100%;
}
.footer__bottom {
    padding-top: 20px;
    border-top: 1px solid var(--gray);
}
.footer__bottom a {
    color: var(--white);
}
.overlay {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 15;
    width: 100vw;
    height: 100vh;
    background: rgba(0, 0, 0, 0.8);
    opacity: 0;
    visibility: hidden;
    overflow-y: auto;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}
.overlay.open {
    opacity: 1;
    visibility: visible;
}
.overlay__container {
    padding: 40px 15px;
    width: 100%;
    min-height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.overlay__popup {
    position: relative;
    padding: 60px;
    width: 100%;
    max-width: 710px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 40px;
    background: var(--beige-light);
    border-radius: 40px;
    overflow: hidden;
}
.popup__close {
    position: absolute;
    top: 15px;
    right: 15px;
    width: 40px;
    height: 40px;
    border-radius: 40px;
    border: 1px solid var(--beige);
    background: var(--beige);
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    cursor: pointer;
}
.popup__close::before,
.popup__close::after {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    width: 15px;
    height: 1px;
    background: var(--black);
}
.popup__close::before {
    -webkit-transform: translate(-50%, -50%) rotate(45deg);
    transform: translate(-50%, -50%) rotate(45deg);
}
.popup__close::after {
    -webkit-transform: translate(-50%, -50%) rotate(-45deg);
    transform: translate(-50%, -50%) rotate(-45deg);
}
.popup__messangers,
.popup__form {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 20px;
}
.popup__btns {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr 20px 1fr;
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
}
.popup__btns .btn {
    width: 100%;
}
#popupSuccess .popup {
    padding: 50px 30px 60px;
    max-width: 480px;
    border-radius: 20px;
    background: var(--beige-light);
    overflow: hidden;
}
@media screen and (min-width: 1024px) {
    a:hover {
        color: var(--purple-light);
    }
    .item-has-child:hover .header__submenu {
        display: block;
    }
    .item-has-child:hover .header__menu-link svg {
        -webkit-transform: rotate(180deg);
        transform: rotate(180deg);
    }
    .btn:not(.transparent):hover {
        background: var(--purple-dark);
    }
    .btn:not(.transparent):hover .btn__icon {
        background: var(--white);
    }
    .btn.purple:not(.transparent):hover .btn__icon svg path {
        stroke: var(--purple-dark);
    }
    .btn:not(.purple):not(.transparent):hover .btn__icon svg path {
        fill: var(--purple-dark);
    }
    .btn.transparent:hover {
        border: 1px solid var(--purple-light);
    }
    .btn.transparent:hover .btn__icon {
        background: var(--purple-dark);
    }
    .btn.purple.transparent:hover .btn__icon svg path {
        stroke: var(--white);
    }
    .btn:not(.purple).transparent:hover .btn__icon svg path {
        fill: var(--white);
    }
    .arrow:hover {
        background: transparent;
    }
    .arrow:hover svg path {
        stroke: var(--purple-light);
    }
    .arrow._reverse-bg:hover {
        background: var(--purple-light);
    }
    .arrow._reverse-bg:hover svg path {
        stroke: var(--white);
    }
}
@media screen and (max-width: 1200px) {
    .soc.yandex {
        width: 152px;
    }
}
@media screen and (max-width: 1100px) {
    .header__menu {
        display: none;
    }
    .burger {
        display: block;
    }
    .m-double__point {
        position: relative;
    }
    .m__top-point {
        display: flex;
        gap: 3px;
    }
    .m__top-point svg {
        margin-top: 3px;
    }
    .point-list__item a {
        color: var(--gray);
    }
    .m-double__point-list {
        list-style-type: none;
        position: relative;
        height: 0;
        padding: 0;
        border-radius: 12px;
        background-color: var(--beige);
        opacity: 0;
        visibility: hidden;
        cursor: none;
        transition: opacity 0.3s ease 0s, bottom 0.3s ease 0s;
    }
    .m-double__point._active .m-double-main {
        color: var(--purple-light);
    }
    .m-double__point._active svg {
        stroke: var(--purple-light);
        transform: rotate(180deg);
    }
    .m-double__point._active .m-double__point-list {
        height: 100%;
        padding: 10px 12px 0 0;
        opacity: 1;
        visibility: visible;
    }

    .contacts__card {
        max-width: 360px;
    }
    .contacts__card._images {
        width: calc(100% - 360px);
    }
}
@media screen and (max-width: 960px) {
    .contacts__cards {
        flex-direction: column;
    }
    .contacts__card {
        max-width: 100%;
    }
    .contacts__card._images {
        width: 100%;
        max-width: none;
        height: 400px;
    }
    .contacts__map iframe {
        height: 350px !important;
    }
    .footer__wrapper {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }
    .footer__box {
        max-width: 100%;
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start;
    }
    .footer__contacts {
        max-width: 100%;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
    }
    .footer__items {
        max-width: 640px;
        display: -ms-grid;
        display: grid;
        -ms-grid-columns: 1fr 20px 1fr;
        grid-template-columns: repeat(2, 1fr);
        gap: 20px;
    }
    .footer__btns {
        width: 100%;
        max-width: 200px;
    }
}
@media screen and (max-width: 890px) {
    main {
        margin-top: 65px;
    }
    .header {
        height: 65px;
    }
    .header__contacts .btn {
        display: none;
    }
    .mobileMenu {
        top: 65px;
        height: calc(100vh - 65px);
    }
    .contacts__item:nth-child(1) a {
        font-size: 28px;
    }
}
@media screen and (max-width: 770px) {
    .footer__nav {
        gap: 70px;
    }
    .footer__contacts {
        max-width: 100%;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }
    .footer__btns {
        width: 100%;
        max-width: 300px;
    }
}
@media screen and (max-width: 700px) {
    .header__contacts .soc.yandex {
        display: none;
    }
    .header__phones {
        display: none;
    }
    .mobileMenu__contacts,
    .mobileMenu__phones {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
    }
}
@media screen and (max-width: 570px) {
    .contacnts__messengers {
        flex-direction: column;
    }
    .contacnts__messengers .btn {
        padding: 5px 5px 5px 20px;
        flex: unset;
        justify-content: space-between;
    }
    .contacnts__messengers .btn > span {
        display: inline;
    }

    .footer__nav {
        gap: 30px;
    }
    .overlay__popup {
        padding: 40px 30px;
    }
    .contacts__card._images {
        height: 340px;
    }
}
@media screen and (max-width: 530px) {
    .footer__nav {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start;
    }
    .footer__menu {
        flex-direction: column;
        gap: 40px;
    }
    .footer__items {
        -ms-grid-columns: 1fr;
        grid-template-columns: repeat(1, 1fr);
        gap: 20px;
    }
    .contacts__card-image:first-child,
    .contacts__card-image:last-child {
        width: calc(50% - 10px);
    }
    .contacts__item:nth-child(1) a {
        font-size: 26px;
    }
}
@media screen and (max-width: 470px) {
    .custom-logo {
        max-width: 140px;
        min-width: 90px;
    }
    .soc {
        min-width: 35px;
        max-width: 35px;
        height: 35px;
    }
    .soc svg {
        width: 20px;
    }
    .header__content {
        gap: 16px;
    }
    .form,
    .popup__btns {
        -ms-grid-columns: 1fr;
        grid-template-columns: repeat(1, 1fr);
        gap: 15px;
    }
    .form__textarea {
        -ms-grid-column-span: 1;
        grid-column: span 1;
    }
    .contacts__block {
        padding: 20px 15px 25px;
        border-radius: 20px;
    }
    .overlay__popup {
        border-radius: 30px;
        gap: 30px;
    }
    .popup__close {
        top: 10px;
        right: 10px;
    }

    .contacts__card._images {
        flex-direction: column;
        height: auto;
    }
    .contacts__card-image {
        height: 340px;
    }
    .contacts__card-image:first-child,
    .contacts__card-image:last-child {
        width: 100%;
    }
}
@media screen and (max-width: 400px) {
    .custom-logo {
        max-width: 100px;
        min-width: 70px;
    }
    .soc {
        min-width: 28px;
        max-width: 28px;
        height: 28px;
    }
    .soc svg {
        width: 15px;
    }
    .contacts__item:nth-child(1) a {
        font-size: 22px;
    }
}
/* cookies banner*/
/* Cookie Consent Block */
.cookie-consent {
    position: fixed;
    bottom: 0;
    left: 0;
    display: flex;
    z-index: 9999;
}
.cookie-consent__container {
    padding: 20px;
    margin: 20px;
    border-radius: 20px;
    background-color: var(--beige);
    max-width: 500px;
    box-shadow: 0 -2px 10px rgba(0, 0, 0, 0.1);
}
.cookie-consent__wrapper {
    max-width: 1200px;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-direction: column;
    text-align: center;
    gap: 20px;
}
.cookie-consent__text {
    margin: 0;
    font-size: 14px;
    line-height: 135%;
    color: var(--color-grey);
}
.cookie-consent__text a {
    text-decoration: underline;
    transition: 0.3s ease all;
}
.cookie-consent__text a:hover {
    color: var(--color-grey);
}
.cookie-consent__buttons {
    display: flex;
    gap: 10px;
    flex-shrink: 0;
}
/* Button Block */
.cookie-button {
    padding: 12px 24px;
    border: 2px solid var(--purple-light);
    border-radius: 30px;
    cursor: pointer;
    font-size: 16px;
    background-color: var(--purple-light);
    color: var(--green);
    transition: 0.3s ease all;
    min-width: 120px;
    font-weight: 500;
    text-align: center;
}
.cookie-button:hover {
    background-color: var(--green);
    color: var(--super-light-gray);
}
.cookie-button--accept {
    background-color: var(--purple-light);
    color: var(--beige-light);
    border: 2px solid var(--purple-light);
}
.cookie-button--accept:hover {
    background-color: var(--beige-light);
    color: var(--black);
    border: 2px solid var(--purple-light);
}
/* Responsive Styles */
@media (max-width: 768px) {
    .cookie-consent__container {
        padding: 20px;
    }
    .cookie-consent__wrapper {
        flex-direction: column;
        text-align: center;
    }
    .cookie-consent__buttons {
        width: 100%;
        justify-content: center;
    }
    .cookie-button {
        flex: 1;
        max-width: 200px;
    }
}
/* endcookies banner*/