/*
Theme Name: Theme
Author: TOLA
*/

@font-face {
	font-family: HankenGrotesk;
	font-display: swap;
	src: url("assets/fonts/HankenGrotesk-Black.woff2") format("woff2"), url("assets/fonts/HankenGrotesk-Black.woff") format("woff");
	font-weight: 900;
	font-style: normal;
}
@font-face {
	font-family: HankenGrotesk;
	font-display: swap;
	src: url("assets/fonts/HankenGrotesk-Bold.woff2") format("woff2"), url("assets/fonts/HankenGrotesk-Bold.woff") format("woff");
	font-weight: 700;
	font-style: normal;
}
@font-face {
	font-family: HankenGrotesk;
	font-display: swap;
	src: url("assets/fonts/HankenGrotesk-Light.woff2") format("woff2"), url("assets/fonts/HankenGrotesk-Light.woff") format("woff");
	font-weight: 300;
	font-style: normal;
}
@font-face {
	font-family: HankenGrotesk;
	font-display: swap;
	src: url("assets/fonts/HankenGrotesk-Medium.woff2") format("woff2"), url("assets/fonts/HankenGrotesk-Medium.woff") format("woff");
	font-weight: 500;
	font-style: normal;
}
@font-face {
	font-family: HankenGrotesk;
	font-display: swap;
	src: url("assets/fonts/HankenGrotesk-ExtraLight.woff2") format("woff2"), url("assets/fonts/HankenGrotesk-ExtraLight.woff") format("woff");
	font-weight: 200;
	font-style: normal;
}
@font-face {
	font-family: HankenGrotesk;
	font-display: swap;
	src: url("assets/fonts/HankenGrotesk-Regular.woff2") format("woff2"), url("assets/fonts/HankenGrotesk-Regular.woff") format("woff");
	font-weight: 400;
	font-style: normal;
}
@font-face {
	font-family: HankenGrotesk;
	font-display: swap;
	src: url("assets/fonts/HankenGrotesk-SemiBold.woff2") format("woff2"), url("assets/fonts/HankenGrotesk-SemiBold.woff") format("woff");
	font-weight: 600;
	font-style: normal;
}
@font-face {
	font-family: HankenGrotesk;
	font-display: swap;
	src: url("assets/fonts/HankenGrotesk-ExtraBold.woff2") format("woff2"), url("assets/fonts/HankenGrotesk-ExtraBold.woff") format("woff");
	font-weight: 800;
	font-style: normal;
}
@font-face {
	font-family: HankenGrotesk;
	font-display: swap;
	src: url("assets/fonts/HankenGrotesk-Thin.woff2") format("woff2"), url("assets/fonts/HankenGrotesk-Thin.woff") format("woff");
	font-weight: 100;
	font-style: normal;
}



* {
  scrollbar-color: #E9D9C0 #000;
  scrollbar-width: thin;
}
*::-webkit-scrollbar-thumb {
  background-color: #E9D9C0;
}
*::-webkit-scrollbar-track {
  background-color: #000;
}
*::-webkit-scrollbar-button {
  display: none;
  background-color: #E9D9C0;
}
*::-webkit-scrollbar {
  width: 8px;
}

html {
   scroll-behavior: smooth;
}

body {
	font-family: HankenGrotesk;
	margin: 0;
	padding: 0;
	overflow-x: hidden;
}

h1 {
	font-family: HankenGrotesk;
}

header {
    background: #12100C;
    padding: 40px 20px;
}

ul, li {
	margin: 0;
	padding: 0;
	list-style: none;
}

a {
	text-decoration: none;
}

button {
	font-family: HankenGrotesk;
}

h2 {
	font-size: 50px;
	margin: 0;
}

img {
	max-width: 100%;
}

.hidden {
    display: none !important;
}

.f20 {
	font-size: 20px;
}

.text-center {
	text-align: center;
}

.header__items {
    max-width: 1320px;
    margin: auto;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.wpcf7-list-item-label {
    cursor: pointer;
}
.header__logo {
    display: flex;
    align-items: center;
    gap: 50px;
}

.menu__items {
    display: flex;
    gap: 50px;
    align-items: center;
}

.menu__link {
    display: flex;
    gap: 50px;
}
@media (max-width: 1200px) {
    header .menu__link {
        gap: 20px;
    }
}
@media (max-width: 1000px) {
    header .menu__link {
        position: absolute;
        left: 0;
        top: 134px;
        width: 100%;
        justify-content: space-between;
        padding-inline: 40px;
    }
    header {
        padding: 20px 40px;
    }
}
.menu-item a {
    font-size: 18px;
    color: #FFFFFF;
    white-space: nowrap;
}

.social {
    display: flex;
    gap: 16px;
}

.select_lang {
    display: flex;
    align-items: center;
    cursor: pointer;
}

.select_lang span {
	color: #FFF;
	font-size: 16px;
}

.select_lang .selected {
    position: relative;
    z-index: 3;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 40px;
    height: 40px;
}

.select_lang .selected span:nth-child(1) {
    content: '';
    width: 100%;
    height: 100%;
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    box-shadow: inset 3px -1px 11.4px 2px #FFEABE40;
    backdrop-filter: blur(10px);
    border-radius: 100%;
    z-index: 1;
}

.select_lang > span:nth-child(2).selected span:nth-child(1) {
    left: 8px;
}

.select_lang > span:nth-child(2).selected {
    padding-left: 15px;
}

.select_lang .selected span:nth-child(2) {
	position: relative;
	z-index: 2;
}

.select_lang > span:nth-child(2) {
    padding-left: 8px;
    margin-left: 8px;
    border-left: 1px solid #E9D9C0;
}

.max_width_theme_big {
	max-width: 1320px;
	margin: auto;
}

.section__banner {
    position: relative;
}

.section__banner:after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    background: #12100C;
    width: 100%;
    height: 100%;
    z-index: -1;
}

.section__banner {
    position: relative;
    background-position: center;
    background-size: cover;
    padding-top: 40px;
    padding-bottom: 190px;
}

.section__banner_item {
    max-width: 677px;
    box-shadow: inset 3px -1px 11.4px 2px #E9D9C057;
    border-radius: 50px;
    backdrop-filter: blur(4px);
    background: #00000066;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    padding: 50px;
    box-sizing: border-box;
}

.section__banner_item {
    font-size: 32px;
    color: #FFF;
    text-align: center;
}

.section__banner_item span {
	color: #CFAE76;
}

.button__gradient {
    background: linear-gradient(45deg, #EDDE89, #B1741E);
    font-size: 18px;
    color: #FFF;
    padding: 19px 70px;
    border: 1px solid #EDDE89CC;
    border-radius: 60px;
}

.max_width_theme {
	max-width: 1300px;
	margin: auto;
	padding: 50px 0;
	padding-inline: 20px;
}

.section__left_img {
    background: #E9D9C0;
}

.section__left_img .max_width_theme {
    display: grid;
    grid-template-columns: auto auto;
    justify-content: space-between;
    gap: 144px;
}

.section__left_img__items {
    position: relative;
}

.section__left_img__items img:nth-child(2) {
    position: absolute;
    bottom: -40px;
    right: -30px;
}

.section__left_img__text p {
    font-size: 20px;
}

.section__right_img .max_width_theme {
	display: grid;
    grid-template-columns: auto auto;
    justify-content: space-between;
    gap: 90px;
}

.section__right_img__text {
    width: 677px;
}

.section__right_img__items {
	overflow: hidden;
	max-height: 677px;
}

.section__right_img__items .swiper {
    height: 100%;
}

.section__right_img__items .swiper-wrapper {
    border-top-left-radius: 250px;
}

.section__right_img__items .swiper {
    height: 580px;
    border-top-left-radius: 250px;
    border-bottom-left-radius: 16px;
    border-bottom-right-radius: 16px;
    border-top-right-radius: 16px;
}

.section__right_img__items p {
	color: #E9D9C0;
}

.section__right_img {
    background: #12100C;
}

.section__right_img h2 {
    color: #FFF;
}

.section__right_img p {
	font-size: 20px;
	color: #FFF;
}

.section__right_img .slider-button-next {
    position: absolute;
    bottom: 24px;
    right: 24px;
    z-index: 1;
    cursor: pointer;
}

.section__right_img .slider-button-prev {
    position: absolute;
    bottom: 24px;
    right: 78px;
    z-index: 1;
    cursor: pointer;
}

.swiper-button-disabled {
	opacity: 0.5
}

.marquee {
    background: #E9D9C0;
    display: flex;
    padding: 24px 0;
	overflow: hidden;
}

.marquee img:nth-child(1) {
    animation: marquee1 20s infinite linear;
    animation-delay: -20s;
}

.marquee img:nth-child(2) {
    animation: marquee2 20s infinite linear;
    animation-delay: -10s;
}
.marquee img:nth-child(3) {
    animation: marquee3 20s infinite linear;
    animation-delay: -10s;
}
.marquee img:nth-child(4) {
    animation: marquee4 20s infinite linear;
    animation-delay: -10s;
}
.marquee img:nth-child(5) {
    animation: marquee5 20s infinite linear;
    animation-delay: -10s;
}
.marquee img:nth-child(6) {
    animation: marquee6 20s infinite linear;
    animation-delay: -10s;
}
.marquee img:nth-child(7) {
    animation: marquee7 20s infinite linear;
    animation-delay: -10s;
}

.marquee img:nth-child(8) {
    animation: marquee8 20s infinite linear;
    animation-delay: -10s;
}

@keyframes marquee1 {
    0% {
        transform: translateX(100%);
    }
    100% {
        transform: translateX(-100%);
    }
}

@keyframes marquee2 {
    0% {
        transform: translateX(0%);
    }
    100% {
        transform: translateX(-200%);
    }
}

@keyframes marquee3 {
    0% {
        transform: translateX(0%);
    }
    100% {
        transform: translateX(-200%);
    }
}

@keyframes marquee4 {
    0% {
        transform: translateX(0%);
    }
    100% {
        transform: translateX(-200%);
    }
}

@keyframes marquee5 {
    0% {
        transform: translateX(0%);
    }
    100% {
        transform: translateX(-200%);
    }
}

@keyframes marquee6 {
    0% {
        transform: translateX(0%);
    }
    100% {
        transform: translateX(-200%);
    }
}

@keyframes marquee7 {
    0% {
        transform: translateX(0%);
    }
    100% {
        transform: translateX(-200%);
    }
}

@keyframes marquee8 {
    0% {
        transform: translateX(0%);
    }
    100% {
        transform: translateX(-200%);
    }
}

.services {
	background: #12100C;
}

.services h2 {
    color: #FFF;
    margin-bottom: 40px;
}

.tab__title {
    display: flex;
    justify-content: space-between;
    margin-bottom: 70px;
}

.menu_tabs {
    border-radius: 40px;
    background: #8B8B8B33;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 19px 30px;
    border: 1px solid #FFFFFF33;
    transition: 0.3s;
    position: relative;
    background-size: 0% 100%;
    transition: background-color .5s;
}

.menu_tabs:hover {
  background-color:#765722;
  background-image:linear-gradient(90deg, rgba(237, 222, 137, 0.59) 0%, rgba(177, 116, 30, 0.59) 100%);
  background-repeat:no-repeat;
  background-size: 200% 100%; 
  /* transition:background-size 1s, background-color 1s; */
}
        
.menu_tabs:active {
    transition:background-size 0
}

.menu_tabs .sub-menu {
    visibility: hidden;
    opacity: 0;
    position: absolute;
    top: 75px;
    width: 100%;
    left: 0;
    border-radius: 8px;
    background: #1D1D1D;
    border: 1px solid #4A4A4A;
    padding: 16px;
    display: flex;
    flex-direction: column;
    gap: 16px;
    box-shadow: 0px 3px 30px 1px #8B8B8B33;
}

.menu_tabs a {
    font-size: 18px;
    color: #FFF;
    text-decoration: none;
    text-transform: uppercase;
}

.tab__title_active {
    background: linear-gradient(90deg, rgba(237, 222, 137, 0.59) 0%, rgba(177, 116, 30, 0.59) 100%);
    transition: 0.3s;
}

/*.menu_tabs:hover,
.tab__title_active:hover {
    background: linear-gradient(90deg, rgba(177, 116, 30, 0.59) 0%, rgba(237, 222, 137, 0.59) 100%);
}*/

.tab__content_item {
    display: grid;
    gap: 32px;
    grid-template-columns: 564px auto;
}

.tab__content_text {
    font-size: 20px;
    color: #FFF;
}

.tab__content_img img {
    width: 100%;
    object-fit: cover;
    height: 580px;
    border-radius: 16px;
}

.tab__content_text.read_more_text {
    height: 453px;
    overflow: hidden;
    transition: all .4s linear;
    margin-bottom: 20px;
    position: relative;
}
.tab__content_text.read_more_text::after {
        content: '';
    position: absolute;
    display: block;
    width: 100%;
    height: 100px;
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0), #12100C);
    z-index: 2;
    left: 0;
    bottom: 0;
}
.tab__content_text.read_more_text.open::after {
    display: none;
}
.read_more {
    padding: 19px 70px;
    color: #FFFFFF;
    font-size: 18px;
    background: none;
    border: 1px solid #EDDE89;
    position: relative;
    border-radius: 60px;
    cursor: pointer;
}

.tab__content_text.open{
  height: fit-content;
}

.tab__title_dropdown {
    position: relative;
    padding-right: 91px;
}

.tab__title_dropdown:before {
    content: '';
    background-image: url(assets/svg/arrow_dropdown.svg);
    position: absolute;
    right: 28px;
    width: 18px;
    height: 9px;
    background-repeat: no-repeat;
    background-size: contain;
}

.tab__title_dropdown .sub-menu {
    transition: 0.3s;
}

.tab__title_dropdown:hover .sub-menu {
    visibility: visible;
    opacity: 1;
    z-index: 1;
}

.tab__title_dropdown:after {
    position: absolute;
    content: '';
    width: 100%;
    height: 20px;
    left: 0;
    bottom: -20px;
}

.sub-menu .menu_tabs a {
    font-size: 16px;
    text-transform: initial;
}

.sub-menu .menu_tabs {
    justify-content: left;
    background: none;
    border: 0;
    padding: 0;
}

.price {
    background: #12100C;
}

.price h2 {
    color: #FFF;
    margin-bottom: 40px;
}

.price .tab__content_item {
    grid-template-columns: 372px auto;
}

.price h3 {
    color: #E9D9C0;
    font-size: 32px;
    margin-top: 0;
    margin-bottom: 27px;
}

.tab__content_price ul {
    column-width: auto;
    column-count: 2;
    column-gap: 34px;
}

.tab__content_price ul li span.name_price {
    color: #FFFFFF;
    font-size: 20px;
}

.tab__content_price ul li span.value_price {
    color: transparent; 
    background-clip: text;
    background-image: linear-gradient(90deg, #EDDE89 0%, #B1741E 100%);
    font-size: 20px;
    font-family: HankenGrotesk;
}

.tab__content_price ul li {
    display: flex;
    justify-content: space-between;
    margin-bottom: 24px;
    gap: 10px;
}

.price .tab__content_img img {
    max-height: 504px;
}

.price .tab__content_img {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    gap: 24px;
}

.btn_default {
    font-size: 18px;
    color: #FFFFFF;
    background: transparent;
    border: 1px solid #EDDE89;
    padding: 19px;
    border-radius: 60px;
}

.info_block {
    display: flex;
    align-items: center;
    gap: 12px;
}

.info_block__img {
    width: 48px;
    height: 48px;
    border-radius: 100%;
    overflow: hidden;
}

.info_block__user {
    display: flex;
    flex-direction: column;
    gap: 4px;
}

.info_block__user p {
    margin: 0;
}

.info_block__user p:first-child {
    color: #061C3D;
    font-size: 16px;
}

.info_block__user p:last-child {
    color: #42526B;
    font-size: 14px;
}

.reviews {
    background: #12100C;
}

.reviews h2 {
    color: #FFF;
}

.reviews .swiper-slide {
    background: #E8D6BB;
    border-radius: 24px;
    padding: 24px;
    box-sizing: border-box;
    height: auto;
}

.reviews .swiper-wrapper {
    height: auto;
}

.text_block {
    font-size: 15px;
    color: #061C3D;
}

.navigation {
    position: absolute;
    bottom: 0px;
    left: 0;
    right: 0;
    z-index: 1;
    display: flex;
    justify-content: center;
    gap: 16px;
    user-select: none;
}
.reviews__button_next,
.reviews__button_prev {
    cursor: pointer;
}
.navigation .swiper-pagination {
    position: relative;
    width: fit-content;
    top: 0;
    display: flex;
    align-items: center;
}

.reviews .max_width_theme {
    position: relative;
}

.navigation .swiper-pagination-current,
.navigation .swiper-pagination-total,
.navigation .swiper-pagination {
    color: #FFF;
    font-size: 20px;
}

.reviews .top_block {
    display: flex;
    margin-bottom: 40px;
    align-items: center;
    justify-content: space-between;
}

.reviews .top_block .btn_default {
    display: flex;
    align-items: center;
    gap: 10px;
}

.contacts {
    background: #12100C;
}

.form {
    box-shadow: 3px -1px 11.4px 2px #E9D9C057 inset;
    backdrop-filter: blur(47px);
    width: 677px;
    padding: 50px;
    border-radius: 50px;
}

.wpcf7 {
    width: 100%;
}

.form h2 {
    color: #FFF;
    margin-bottom: 32px;
}

.form input {
    border: 1px solid #E9D9C080;
    background: none;
    padding: 20px;
    width: 100%;
    border-radius: 16px;
    font-size: 16px;
    color: #FFF;
    font-family: inherit;
}

.form_columns_2 p {
    display: flex;
    gap: 16px;
}

select.wpcf7-form-control.wpcf7-select {
    width: 100%;
    border: 1px solid #E9D9C080;
    background: none;
    padding: 20px;
    font-size: 16px;
    color: #757575;
    border-radius: 16px;
}

textarea.wpcf7-form-control.wpcf7-textarea {
    border: 1px solid #E9D9C080;
    background: none;
    width: 100%;
    border-radius: 16px;
    padding: 20px;
    font-size: 16px;
    height: 115px;
	color: white;
    font-family: inherit;
	resize: none;
}

span.wpcf7-list-item label {
    display: flex;
    align-items: center;
    width: 100%;
    gap: 8px;
    color: #FFFFFF;
    font-size: 14px;
    
    flex-direction: row-reverse;
    justify-content: space-between;
}
.wpcf7-acceptance label {
    flex-direction: row !important;
    
    justify-content: start !important;
}
span.wpcf7-list-item label input[type="checkbox"] {
    width: auto;
}

input.wpcf7-form-control.wpcf7-submit.has-spinner.btn-default {
    width: 250px;
    margin-top: 32px;
    border-radius: 60px;
}

.contacts__info {
    box-shadow: 3px -1px 11.4px 2px #E9D9C057 inset;
    backdrop-filter: blur(47px);
    padding: 50px;
    border-radius: 50px;
}

.contacts__info .top_block {
    display: flex;
    gap: 16px;
    align-items: center;
    color: #FFF;
    justify-content: space-between;
}

.contacts__info .bottom_block p,
.contacts__info .bottom_block a {
    display: flex;
    align-items: center;
    gap: 24px;
    color: #FFF;
    font-size: 22px;
}

.contacts .max_width_theme {
    display: flex;
    align-items: flex-end;
    gap: 34px;
}

form.wpcf7-form.init {
    margin-bottom: 0;
}

footer {
    background: #12100C;
    padding-bottom: 50px;
}

footer .max_width_theme {
    padding: 0;
}

.footer__bottom_info {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: 25px;
}

.footer__bottom_info p {
    color: #FFF;
}

.menu__page ul {
    display: flex;
    align-items: center;
    gap: 24px;
}

.menu__page ul a {
    color: #FFF;
}

.info_dev,
.info_dev a {
    color: #FFF;
}

.select_drop_services {
    border: 1px solid #E9D9C080;
    background: none;
    padding: 20px;
    border-radius: 16px;
    font-size: 16px;
    position: relative;
    color: #707070;
    cursor: pointer;
}
.select_drop_services.active {
    border-color: #fff;
}
.select_drop_services.active::after {
    transform: rotate(180deg);
}
.select_drop_services p {
    margin: 0;
}

.select_drop_services:after {
    content: '';
    background-image: url(assets/svg/arrow_dropdown.svg);
    position: absolute;
    right: 24px;
    width: 18px;
    height: 9px;
    top: 28px;
    background-repeat: no-repeat;
    background-size: contain;
    transition: all 0.3s ease 0s;
}

.form_columns_1 {
    position: relative;
}

.select_services {
    position: absolute;
    width: 100%;
    display: none;
    top: 14px;
}

.modal {
   
    width: min(100% - 20px,560px);
    margin: 30px auto 60px;
    height: 100%;
    z-index: 11;
    visibility: hidden;
    opacity: 0;
}

.modal.active {
    visibility: visible;
    opacity: 1;
}

.overlay {
    visibility: hidden;
    opacity: 0;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 10;
    background: #00000080;
    width: 100%;
    height: 100%;
}

.overlay.active {
    visibility: visible;
    opacity: 1
}

.modal .form {
    width: 100%;
}

.popup_modal {
    display: none;
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    max-height: 100vh;
    overflow-y: auto;
}

.popup_modal.active {
    z-index: 3000;
    display: flex;
    
}

* {
    box-sizing: border-box;
}

.header__logo .social {
    display: none;
}

.menu_mobile {
    display: none;
}

.menu__items svg {
    display: none;
}

.navigation .btn_default {
    display: none;
}

.menu__items .social svg {
    display: block;
}

.modal.active::-webkit-scrollbar {
    width: 0;
}

button {
    cursor: pointer;
}

.popup_modal .wpcf7 {
}
.select_drop_services + p .select_services.active {
    display: flex;
    width: 100%;
    height: 176px;
    overflow: scroll;
    flex-direction: column;
    gap: 30px;
    box-shadow: 0px 4px 32px 0px #FFFFFF14;
    border: 1px solid #E9D9C0;
    background: #000;
    z-index: 99;
    border-radius: 16px;
    padding: 20px 0;
    overflow-x: hidden;
    scrollbar-color: transparent transparent;
    scrollbar-width: thin;
    transform: translateY(-10px);
    overscroll-behavior: none;
}
.select_drop_services + p {
    margin: 0 !important;
    margin-bottom:20px !important;
}
[data-name="cf7-services-dropdown"] {
    width: 100%;
    display: block;
}

.wpcf7-response-output {
    color: #FFF;
}

.wpcf7-form-control-wrap {
    width: 100%;
    display: block;
}

.section__right_img__items p {
    color: #E9D9C0;
}

@media screen and (max-width: 1140px) {
    .contacts .max_width_theme {
        flex-direction: column;
    }

    .contacts .max_width_theme .js {
        width: 100%;
    }

    .contacts .max_width_theme .wpcf7-form {
        width: 100%;
    }

    .contacts .max_width_theme .wpcf7-form .form{
        width: 100%;
    } 

    .max_width_theme {
        padding: 50px 20px;
    }

    .contacts__info {
        width: 100%;
    }   

    .max_width_theme_big {
        padding: 50px 20px
    }

    .tab__title {
        display: flex;
        justify-content: space-between;
        margin-bottom: 70px;
        flex-wrap: wrap;
        gap: 25px;
    }

    .tab__content_text.read_more_text {
        height: 460px;
        overflow: hidden;
        transition: all .4s linear;
        margin-bottom: 20px;
    }

    .tab__title {
        display: flex;
        justify-content: flex-start;
        margin-bottom: 70px;
        flex-wrap: wrap;
        gap: 25px;
    }

    footer .max_width_theme {
        padding: 0 20px;
    }

    .footer__bottom_info {
        display: flex;
        align-items: center;
        justify-content: center;
        margin-top: 25px;
        flex-wrap: wrap;
    }

    .tab__content_text.read_more_text.open {
        height: fit-content;
    }
}
@media (min-width: 768px) and (max-width: 940px) {
    
    .section__banner {
        padding: 220px 0 100px;
        background-position: 70% -50px;
    }
    .section__banner_item {
        max-width: 533px;
    }
    .max_width_theme_big {
        padding: 0px 40px;
    }
    
    .section__left_img .max_width_theme {
        grid-template-columns: 40% 1fr;
    }
    .section__left_img__items img:nth-child(2) {
        position: absolute;
        bottom: unset;
        right: -30px;
        top: 40%;
        max-width: 155px;
    }
    .section__right_img .max_width_theme {
        gap: 0;
    }
    .section__right_img__items .swiper {
        height: auto;
    }
    .section__right_img__items {
        max-height: 700px;
    }
    .section__right_img__text {
        width: auto;
        padding-inline: 20px;
    }
    .tab__title {
        display: grid;
        grid-template-columns: 1fr 1fr;
    }
    .menu_tabs {
        width: 100%;
    }
    .price .tab__content_item {
        grid-template-columns: 1fr !important;
    }
    .price .tab__content_price ul {
        column-count: 1;
    }
    .price .tab__content_img {
        display: none !important;
    }
    .section__right_img__items .swiper-slide {
        padding-inline: 140px;
    }
    .section__right_img__items .slider-button-prev {
        bottom: calc(50% - 16px);
        left: 8%;
        right: unset;
    }
    .section__right_img__items .slider-button-next {
        bottom:  calc(50% - 16px);
        right: 8%;
    }
    .reviews .navigation {
        justify-content: start;
        padding-left: 20px;
        bottom: 18px;
    }
    .reviews .max_width_theme {
        padding-bottom: 80px;
    }
    .form {
        padding: 32px;
    }
}
@media (max-width: 940px) {
    .section__left_img .max_width_theme {
        gap: 55px;
    }
    .tab__content_item {
            grid-template-columns: 45% auto;
    }
    .price .tab__content_item {
            grid-template-columns: 40% auto;
    }
    footer .menu__link {
        gap: 20px;
    }
    .footer__bottom_info {
        flex-direction: column;
    }
    .section__right_img .max_width_theme {
        grid-template-columns: 1fr;
    }
    .section__right_img__text {
        order: 2;
    }
    footer {
        padding-top: 16px;
    }
}
@media (max-width: 767px) {
    .reviews .max_width_theme {
        padding: 50px 20px 65px;
    }
    .menu__page ul {
        display: grid;
        grid-template-columns: auto;
        gap: 0;
        margin-bottom: 16px;
       opacity: 0.5;
    }
    .footer__bottom_info p {
        order: 1;
    }
    footer {
       padding-bottom: 20px;
    }
    .menu__page ul li:last-child {
        grid-column: span 2;
        text-align: center;
    }
    .menu__page ul li {
    }
    .header__items {
        flex-direction: column;
    }
    .form_columns_2 p {
        flex-direction: column;
    }
    .form_columns_2 br {
        display: none;
    }
    .section__left_img__text h2{
        font-size: 30px;
    }
    .form {
        padding: 24px 16px;
        border-radius: 32px;
    }
    .form h2 {
        font-size: 24px;
        padding-left: 10px;
    }
    header .header__logo {
        width: 100%;
    }
    .contacts__info {
        border-radius: 24px;
        padding: 24px 16px;
    }
    .contacts__info h2 {
        font-size: 24px;
    }
    .contacts__info .bottom_block p, .contacts__info .bottom_block a {
        font-size: 16px;
        gap: 10px;
    }
    .bottom_block p svg {
        width: 24px;
        flex: 0 0 24px;
    }
    header .menu__items {
        width: 262px;
        position: fixed;
        top: 0;
        right: 0;
        flex-direction: column;
        height: 100%;
        z-index: 999;
        background: rgba(0,0,0,0.3);
        -webkit-backdrop-filter: blur(40px);
        backdrop-filter: blur(40px);
        left: unset;
        justify-content: space-around;
        align-items: stretch;
        padding: 30px 24px;
        transform: translateX(100%);
        transition: all 0.5s ease 0s;
    }
    header .menu__items.active {
        transform: translateX(0);
    }
    header .menu__items svg {
        display: block;
                margin-left: auto;
    }
    header .menu__link {
        position: static;
        width: 100%;
        justify-content: space-between;
        flex-direction: column;
        padding-inline: 0;
        gap: 40px;
    }
        .menu_mobile {
        display: flex;
        flex-direction: column;
        gap: 10px;
        margin-left: auto;
    }
    
    .menu_mobile span {
        width: 30px;
        height: 1px;
        display: block;
        background: #FFF;
        border-radius: 54px;
    }

    .header__logo .social {
        display: flex;
        float: right;
        width: 100%;
        justify-content: flex-end;
    }
    
    .modal .form {
        padding: 24px 16px;
        border-radius: 24px;
    }
    input.wpcf7-form-control.wpcf7-submit.has-spinner.btn-default {
        width: 100%;
        margin: 0;
    }
    
    .modal .form h2 {
        font-size: 26px;
    }
    .modal {
        margin: auto;
        height: auto;
    }
    .form input,
    .select_drop_services {
        padding: 12px 20px;
    }
    .select_drop_services:after {
            top: 18px;
    }

    .section__banner {
        padding-bottom: 100px;
    }

    .section__banner_item p {
        font-size: 24px;
    }

    .section__banner_item {
        max-width: 533px;
    }

    .section__left_img .max_width_theme {
        gap: 25px;
        grid-template-columns: 1fr;
    }

    .section__left_img__items img:nth-child(2) {
        position: absolute;
        bottom: -20px;
        right: 0;
        width: 154px;
    }

    .section__right_img .max_width_theme {
        grid-template-columns: 1fr;
    }

    .section__right_img__text {
        width: 100%;
        order: 2;
    }

    .section__right_img__items {
        overflow: hidden;
        max-height: 650px;
        order: 1;
    }

    .section__right_img__items .swiper {
        height: auto;
    }

    .section__right_img .slider-button-next {
        position: absolute;
        bottom: 50%;
        top: 50%;
        right: 24px;
        z-index: 1;
        cursor: pointer;
    }

    .section__right_img .slider-button-prev {
        position: absolute;
        bottom: 50%;
        top: 50%;
        left: 24px;
        z-index: 1;
        cursor: pointer;
    }

    .tab__content_text {
        font-size: 16px;
    }

    .tab__content_item {
        display: grid;
        gap: 32px;
        grid-template-columns: 293px auto;
    }

    .price .tab__content_img img {
        display: none;
    }

    .price .tab__content_item {
        grid-template-columns: 1fr;
    }

    .price .tab__content_img {
        order: 2;
    }

    .tab__content_price {
        order: 1;
    }

    .tab__content_price ul {
        column-count: 1;
    }

    footer .max_width_theme {
        padding: 20px 20px;
    }

    footer .header__items.max_width_theme {
        display: flex;
        flex-direction: row;
        align-items: center;
    }

    .footer__bottom_info {
        margin-top: 0;
    }

    .info_dev, .info_dev a {
        margin-top: 0;
    }
}

@media (max-width: 525px) {
    .header__logo .social {
        display: none;
    }

    .section__right_img__items {
        max-height: 414px;
    }
    .section__right_img .max_width_theme {
        gap: 0;
    }

    .header__logo {
        display: flex;
        align-items: center;
        gap: 50px;
        justify-content: space-between;
    }

    .menu_mobile {
        display: flex;
        flex-direction: column;
        gap: 10px;
    }
  
    header {
        padding: 20px;
    }

    header ul.menu__link {
        flex-direction: column;
    }

    .menu_tabs {
        width: 100%;
        text-align: center;
    }

    .tab__content_item {
        grid-template-columns: 1fr;
    }

    .reviews .top_block .btn_default {
        display: none;
    }

    .navigation {
        position: absolute;
        bottom: 0;
        left: 0;
        right: 0;
        z-index: 1;
        display: flex;
        justify-content: flex-start;
        gap: 16px;
        left: 20px;
    }
    .reviews .navigation {
        bottom: 12px;
    }

    .navigation .btn_default {
        display: none;
    }

    footer .menu__items {
        display: flex;
        flex-wrap: wrap;
    }

        footer .header__items.max_width_theme {
        display: flex;
        flex-direction: column;
        align-items: center;
        gap: 20px;
    }

    footer .menu__items ul {
        display: block;
    }

    footer .menu__items ul {
        display: flex;
        gap: 30px;
        flex-wrap: wrap;
        justify-content: center;
    }
    .section__banner_item {
            padding: 24px 16px;
    }
    .section__banner_item {
        font-size: 20px;
    }
     .section__banner_item svg  {
        max-width: 150px;
        height: auto;
    }
    .section__banner {
            background-position: 100% -80px;
    }
    .max_width_theme_big {
                transform: translateY(100px);
    }
}




.select_lang a {
    color: white;
}

.content_page, .content_page li {
	font-size: 20px;
    color: #FFF;
}

@media (max-width: 375px) {
 .section__banner_item svg.svg.replaced-svg {
    max-width: 300px;
}
    .section__left_img .max_width_theme {
        gap: 0px;
    }
}

.wpcf7-not-valid-tip {
    color: #FF2F00;
    position: absolute;
    font-size: 12px;
    top: 90%;
    left: 10px;
    font-weight: 600;
}
.wpcf7-not-valid {
    margin-bottom: 12px;
    border-color: #FF2F00 !important;
}
.form_columns_1:first-child .wpcf7-not-valid-tip {
    top: calc(100% + 23px);
}


input[type="checkbox"] {
  accent-color: #E9D9C0; /* Цвет рамки и галочки */
  width: 16px !important; /* Ширина чекбокса */
  height: 16px !important; /* Высота чекбокса */
  border: 2px solid #ccc; /* Цвет рамки */
  border-radius: 4px; /* Закругление углов */
  background-color: white; /* Цвет фона */
  cursor: pointer;
  transition: all 0.2s ease;
}

.section__banner_item p span {
    white-space: nowrap;
}
.error-page {
      text-align: center;
      padding: 60px;
}
.error-page h1 {
      text-align: center;
  	color: #CFAE76;
  margin: 0;
      font-size: 92px;
}
.error-page p {
      text-align: center;
  	color: #fff;
  font-size: 16px;
}
.error-page-link {
    display: block;
    text-align: center;
    color: #CFAE76;
    font-size: 22px;
    transform: translateY(-50px);
}
@media (max-width: 930px) {
  .tab__content_img img {
  	height: auto;
  }
}
@media (max-width: 600px) {
	.fv-title {
      font-size: 30px;
      word-wrap: break-word;
  }
}
.lwpcngNotice-dark .lwpcngNotice_accept {
    color: #b89c64!important;
}