* {
	padding: 0;
	margin: 0;
}

body {
	background: rgba(246, 246, 246, 1);
	
	font-family: Inter Tight;
	font-weight: 400;
	font-size: 16px;
}

.container {
	width: 100%;
	max-width: 1420px;
	margin: 0 auto;
}

.container--740 {
	width: 100%;
	max-width: 740px;
	margin: 0 auto;
}

.container--960 {
	width: 100%;
	max-width: 960px;
	margin: 0 auto;
}

.btn {
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 19px 25px;
	background: #DA9433;
	border-radius: 10px;
	
	color: #fff;	
	font-family: Inter Tight;
	font-weight: 500;
	font-size: 16px;
	line-height: 110%;
	letter-spacing: 0%;
	text-align: center;
	text-decoration: none;
	
	transition: all .5s;
	
	cursor: pointer;
}

.btn.btn--dark {
	border: 1px solid rgba(0, 0, 0, 1);
	color: rgba(0, 0, 0, 1);
	background: #fff;
	
	transition: all .5s;
}

.btn:hover {
	opacity: .5;
}

header {
	background: #fff;
}

header.sticky {
  position: sticky;
  top: 0;
  left: 0;
  width: 100%;
  background-color: #fff;
  box-shadow: 0 2px 10px rgba(0,0,0,0.1);
  z-index: 1000;
}

header .wrapper__header {
	display: grid;
	align-items: center;
	grid-template-columns: 120px 1fr auto;
	gap: 50px;
	
	padding: 22px;
}

header .wrapper__header .header__logo img {
    max-width: 100%;
    object-fit: cover;
}

header .header__contacts {
	display: grid;
    align-items: center;
	gap: 50px;
	grid-template-columns: auto 35px 180px;
}

header .header__menu ul {
	display: flex;
	flex-wrap: wrap;
	gap: 20px;
}

header .header__menu ul li {
	position: relative;
	list-style: none;
}

header .header__menu ul li a {
	color: rgba(24, 23, 23, 1);
	font-family: Inter Tight;
	font-weight: 500;
	font-size: 14px;
	line-height: 110%;
	text-align: center;
	text-decoration: none;
	transition: all .5s;
}

header .header__menu ul li a:hover {
    opacity: .5;
}

header .header__contacts a[href^="tel:"] {
	color: #181717;
	font-family: Inter Tight;
	font-weight: 500;
	font-size: 20px;
	line-height: 110%;
	text-align: center;
	text-decoration: none;
	transition: all .5s;
}

header .header__contacts a[href^="tel:"]:hover {
    opacity: .5;
}

header .header__contacts span {
	color: rgba(24, 23, 23, .6);
	font-family: Inter Tight;
	font-weight: 400;
	font-size: 12px;
	line-height: 110%;
	text-align: center;
}

header .header__contacts i {
	position: relative;
	display: inline-block;
	width: 35px;
	height: 37px;
	transition: all .5s;
}

header .header__contacts i:before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: url(../img/whatpsapp.svg) center center no-repeat;
	background-size: contain;
}

header .header__contacts i.tg:before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: url(../img/telegram-icon.svg) center center no-repeat;
	background-size: contain;
}

header .header__contacts i:hover {
    opacity: .5;   
}

header .header__menu ul li > ul.sub-menu {	
	display: grid;
	gap: 0;
	grid-template-columns: 1fr 1fr;
	
	width: auto;
	max-width: 440px;
	max-height: 0;
	opacity: 0;
	visibility: hidden;
	overflow: hidden;
	background: #fff;
	
    top: 5px;
	left: 100%;
    position: absolute;
    z-index: 99;
	box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.14);
    border-radius: 16px;
	padding: 8px 0;
	
	transition: all .1s;
}

header .header__menu ul li:hover > ul.sub-menu {	
	max-height: none;
	opacity: 1;
	visibility: visible;
}

header .header__menu ul li.menu-item-has-children {
    padding: 0 30px 0 0;
}

header .header__menu ul li.menu-item-has-children:before {
	content: '';
    position: absolute;
    top: 7px;
    right: 11px;
    width: 12px;
    height: 9px;
    background: url(../img/arrow.svg) center right no-repeat;
    transform: rotate(180deg);
}

header .header__menu ul li.menu-item-has-children:hover:before {
    transform: rotate(0deg);
	opacity: .5;
}

header .header__menu ul li ul.sub-menu li {
    position: relative;
	display: inline-block;
    width: max-content;
	box-sizing: border-box;
	padding: 9px 32px 9px 16px;
}

header .header__menu ul li ul.sub-menu li a:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

header .header__menu ul li ul.sub-menu li:hover {
	background: rgba(239, 239, 239, 1);
	border-radius: 5px;
}

footer .wrapper__footer {
	display: grid;
    grid-template-columns: 270px 1fr 1fr 1fr 200px;
    gap: 70px;
	
	margin: 100px 0;
	
	border-radius: 20px;
	padding: 40px 50px;
	background: #fff;
}

footer .footer__logo {
	margin-bottom: 24px;
	max-width: 142px;
}

footer .footer__logo img {
	max-width: 100%;	
}

footer .footer__text {
	margin-bottom: 24px;
	
	font-family: Inter Tight;
	font-weight: 400;
	font-size: 12px;
	line-height: 15px;
}

footer .footer__text span {
	text-decoration: underline;
}

footer .wrapper__footer .footer__col .footer__text--menu li { 
	list-style: none;
}

footer .wrapper__footer .footer__col .footer__text--menu li a {
	color: #000;
	font-family: Inter Tight;
	font-weight: 400;
	font-size: 12px;
	line-height: 15px;
	text-decoration: none;
	transition: all .5s;
}	

footer .footer__text--menu li a:hover {
	color: #666;
}

footer .wrapper__footer .footer__col {
	font-family: Inter Tight;
	font-weight: 400;
	font-size: 16px;
	line-height: 100%;
	color: #000;
}

footer .wrapper__footer .footer__col .footer__col--title {
	margin-bottom: 10px;

	color: rgba(15, 14, 14, 1);
	font-family: Inter Tight;
	font-weight: 700;
	font-size: 16px;
	line-height: 100%;
}

footer .wrapper__footer .footer__col ul {
	display: grid;
	gap: 10px;
}

footer .wrapper__footer .footer__col li {
	list-style: none;
}

footer .wrapper__footer .footer__col li a {
	color: rgba(11, 11, 11, 1);
	font-family: Inter Tight;
	font-weight: 400;
	font-size: 16px;
	line-height: 100%;
	text-decoration: none;
	transition: all .5s;
}

footer .wrapper__footer .footer__col li a:hover {
	color: #666;
}

footer .wrapper__footer .footer__col .footer__contact {
	display: grid;
	gap: 8px;	
}

footer .wrapper__footer .footer__col .footer__contact p:nth-child(1) {
	color: #000;
	font-family: Inter Tight;
	font-weight: 400;
	font-size: 14px;
	line-height: 130%;
}

footer .wrapper__footer .footer__col .footer__contact a,
footer .wrapper__footer .footer__col .footer__contact p:nth-child(2) {
	font-family: Inter Tight;
	font-weight: 700;
	font-size: 20px;
	line-height: 130%;
	color: rgba(85, 85, 85, 1);
	
	transition: all .5s;
}

footer .wrapper__footer .footer__col .footer__contact a:hover {
	opacity: .5;
}

footer .wrapper__footer .footer__col .footer__social {
	display: flex;
	gap: 8px;
	
	margin: 16px 0 0 0;
}

footer .wrapper__footer .footer__col i {
	position: relative;
	display: inline-block;
	width: 24px;
	height: 24px;
	transition: all .5s;
}

footer .wrapper__footer .footer__col i:hover {
	
}

footer .wrapper__footer .footer__col i.vk:before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: url(../img/vk.svg) center center no-repeat;
	background-size: contain;
}

footer .wrapper__footer .footer__col i.youtube:before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: url(../img/youtube.svg) center center no-repeat;
	background-size: contain;
}

footer .wrapper__footer .footer__col i.telegram:before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: url(../img/telegram.svg) center center no-repeat;
	background-size: contain;
}

footer .wrapper__footer .footer__col i.dzen:before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: url(../img/dzen.svg) center center no-repeat;
	background-size: contain;
}

section.title {
	margin: 100px 0 40px;
}

.wrapper__title {
	display: grid;
	gap: 12px;
}

.wrapper__title .block__subtitle {
	font-family: Inter Tight;
	font-weight: 500;
	font-size: 16px;
	line-height: 110%;
	text-align: center;
	color: rgba(0, 0, 0, .4);
}

.wrapper__title .block__title {
    display: flex;
    align-items: center;
    justify-content: center;
	gap: 20px;
    
	font-family: Inter Tight;
	font-weight: 500;
	font-size: 40px;
	line-height: 110%;
	text-align: center;
	color: rgba(0, 0, 0, 1);
}

.wrapper__title .block__desc {
	font-family: Inter Tight;
	font-weight: 500;
	font-size: 16px;
	line-height: 110%;
	text-align: center;
	color: rgba(0, 0, 0, 1);
}

.wrapper__faq {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 9px 24px;
}

.wrapper__faq .wrapper__faq--item {
	background: rgba(255, 255, 255, 1);
	border-radius: 20px;
	padding: 25px;
}

.wrapper__faq .wrapper__faq--item .wrapper__faq--item__title {
    padding-right: 20px;
    position: relative;
	font-family: Inter Tight;
	font-weight: 500;
	font-size: 24px;
	line-height: 110%;
	color: rgba(0, 0, 0, 1);
	transition: all .5s;
}

.wrapper__faq .wrapper__faq--item .wrapper__faq--item__title:before {
    content: '';
    position: absolute;
    top: 10px;
    right: 0;
    width: 12px;
    height: 7px;
    background: url(../img/arrow.svg);
    transform: rotate(180deg);
}

.wrapper__faq .wrapper__faq--item.active .wrapper__faq--item__title:before {
    transform: rotate(0deg);
}

.wrapper__faq .wrapper__faq--item .wrapper__faq--item__title:hover {
	opacity: .75;
	cursor: pointer;
}

.wrapper__faq .wrapper__faq--item .wrapper__faq--item__desc {
	width: auto;
	max-width: 100%;
	height: 0;
	opacity: 0;
	overflow: hidden;
	
	font-family: Inter Tight;
	font-weight: 500;
	font-size: 18px;
	line-height: 110%;
	color: rgba(90, 90, 90, 1);
	
	transition: all .5s;
}

.wrapper__faq .wrapper__faq--item.active .wrapper__faq--item__desc {	
	margin: 12px 0 0 0;
	height: auto;
	opacity: 1;	
}

.catalog .wrapper__catalog {
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	gap: 20px;
}

.catalog .wrapper__catalog.loading {
    opacity: .3;
    cursor: progress;
}

.catalog .wrapper__catalog .wrapper__catalog--item {
	display: flex;
    flex-direction: column;
    justify-content: space-between;
	gap: 20px;
	padding: 12px;
	border-radius: 20px;
	background: rgba(255, 255, 255, 1);
}

.catalog .wrapper__catalog .wrapper__catalog--item .wrapper__catalog--item__thumb {
	width: 100%;
	height: 217px;
}

.catalog .wrapper__catalog .wrapper__catalog--item .wrapper__catalog--item__thumb img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.catalog .wrapper__catalog .wrapper__catalog--item .wrapper__catalog--item__title {
	min-height: 50px;
	
	margin-bottom: 12px;
	
	font-family: Inter Tight;
	font-weight: 500;
	font-size: 24px;
	line-height: 110%;
	color: rgba(0, 0, 0, 1);
}

.catalog .wrapper__catalog .wrapper__catalog--item .wrapper__catalog--item__desc {
    min-height: 60px;
}

.catalog .wrapper__catalog .wrapper__catalog--item .wrapper__catalog--item__desc,
.catalog .wrapper__catalog .wrapper__catalog--item .wrapper__catalog--item__desc p,
.catalog .wrapper__catalog .wrapper__catalog--item .wrapper__catalog--item__desc li {
	position: relative;
	font-family: Inter Tight;
	font-weight: 400;
	font-size: 14px;
	line-height: 110%;
	color: rgba(0, 0, 0, .6);
}

.catalog .wrapper__catalog .wrapper__catalog--item .wrapper__catalog--item__desc li {
	list-style: none;
	padding: 0 0 0 15px;
}

.catalog .wrapper__catalog .wrapper__catalog--item .wrapper__catalog--item__desc li:before {
	content: '';
	position: absolute;
	top: 6px;
	left: 0;
	display: inline-block;
	width: 6px;
	height: 6px;
	background: rgba(218, 148, 51, 1);
	border-radius: 3px;
}

.catalog .wrapper__catalog .wrapper__catalog--item .wrapper__catalog--item__price {
	font-family: Inter Tight;
	font-weight: 500;
	font-size: 26.09px;
	line-height: 110%;
	color: rgba(0, 0, 0, 1);
}

.catalog .wrapper__catalog .wrapper__catalog--item .wrapper__catalog--item__bottom {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 10px;
}

.catalog .wrapper__catalog .wrapper__catalog--item .wrapper__catalog--item__bottom a {
    padding: 20px;
	font-size: 14px;
}

.wrapper__catalog--item__bottom--wrapper {
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.tariff .wrapper__tariff {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 20px;
}

.tariff .wrapper__tariff .wrapper__tariff--item {
	min-height: 338px;
	
	border-radius: 20px;
	background: #e1e1e1;
	position: relative;
}

.tariff .wrapper__tariff .wrapper__tariff--item:before {
    content: '';
    position: absolute;
    z-index: 3;
    top: 0;
    left: 0;
    background: linear-gradient(182.25deg, rgba(255, 255, 255, 0) 1.82%, #FFFFFF 85.87%);
    width: 100%;
    height: 100%;
    border-radius: 18px;
}

.tariff .wrapper__tariff .wrapper__tariff--item .wrapper__tariff--item__bg {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 1;
}

.tariff .wrapper__tariff .wrapper__tariff--item .wrapper__tariff--item__bg img {
	width: 100%;
	height: 100%;
	object-fit: cover;
    border-radius: 20px;
}

.tariff .wrapper__tariff .wrapper__tariff--item .wrapper__tariff--item__bottom {
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    gap: 10px;
	height: 100%;
	
    box-sizing: border-box;
    padding: 30px;
    position: relative;
    z-index: 9;
	
	font-family: Inter Tight;
	font-weight: 500;
	font-size: 24px;
	line-height: 110%;
	color: rgba(0, 0, 0, 1);
}

.tariff .wrapper__tariff .wrapper__tariff--item .wrapper__tariff--item__bottom .wrapper__tariff--item__desc {
	font-family: Inter Tight;
	font-weight: 400;
	font-size: 16px;
	line-height: 110%;
	color: rgba(0, 0, 0, 1);
	
    position: relative;
    z-index: 9;
}

.tariff .wrapper__tariff .wrapper__tariff--item .wrapper__tariff--item__bottom .wrapper__tariff--item__tags {
	display: flex;
    gap: 10px;
	flex-wrap: wrap;
	z-index: 10;
	position: relative;
}

.tariff .wrapper__tariff .wrapper__tariff--item .wrapper__tariff--item__bottom .wrapper__tariff--item__tags span {
	border-radius: 20px;
	background: rgba(59, 99, 228, 1);
	padding: 14px 17px;
	
	font-family: Inter Tight;
	font-weight: 500;
	font-size: 28px;
	line-height: 110%;
	text-align: center;
	color: rgba(255, 255, 255, 1);
}

.advantages .wrapper__advantages {
	display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 20px;
}

.advantages.advantages--main {
    margin: 0 0 80px;
}

.advantages .wrapper__advantages .wrapper__advantages--item {
    width: calc(33% - 70px);
    
	display: flex;
    flex-direction: column;
    gap: 12px;
	
	border-radius: 12px;
	padding: 30px;
	background: #fff;
	
	font-family: Inter Tight;
	font-weight: 400;
	font-size: 16px;
	line-height: 110%;
	color: rgba(0, 0, 0, .7);
}

.advantages .wrapper__advantages .wrapper__advantages--item a {
    font-family: Inter Tight;
    font-weight: 700;
    font-size: 24px;
    line-height: 110%;
    color: rgba(0, 0, 0, .7);
    text-decoration: none;
    transition: all .5s;
}

.advantages .wrapper__advantages .wrapper__advantages--item span {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 38px;
    height: 38px;
    background: rgba(230, 150, 76, 1);
    font-family: Inter Tight;
    font-weight: 500;
    font-size: 24px;
    line-height: 110%;
    color: rgba(255, 255, 255, 1);
    border-radius: 8px;
    padding: 6px;
}

.advantages .wrapper__advantages .wrapper__advantages--item a:hover {
    opacity: .75;
}

.advantages .wrapper__advantages .wrapper__advantages--item .wrapper__advantages--item__title {
	font-family: Inter Tight;
	font-weight: 500;
	font-size: 24px;
	line-height: 110%;
	color: rgba(0, 0, 0, 1);
}

.advantages .wrapper__advantages .wrapper__advantages--item .wrapper__advantages--item__desc {
    font-weight: 400;
    font-size: 16px;
    line-height: 110%;
    color: rgba(0, 0, 0, .7);
}

.peoples .wrapper__peoples {
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	gap: 20px;	
}

.peoples .wrapper__peoples .wrapper__peoples--item {
	padding: 12px;
}

.peoples .wrapper__peoples .wrapper__peoples--item .wrapper__peoples--item__thumb {
	width: 100%;
	height: 369px;
	border-radius: 16px;
	
	margin-bottom: 18px;
}

.peoples .wrapper__peoples .wrapper__peoples--item .wrapper__peoples--item__thumb img {
	width: 100%;
	height: 100%;
	object-fit: cover;	
	border-radius: 20px;
}

.peoples .wrapper__peoples .wrapper__peoples--item .wrapper__peoples--item__title {
	margin: 0 13px 12px 13px;
	
	font-family: Inter Tight;
	font-weight: 500;
	font-size: 24px;
	line-height: 110%;
	color: rgba(0, 0, 0, 1);
}

.peoples .wrapper__peoples .wrapper__peoples--item .wrapper__peoples--item__desc {
	display: grid;
	gap: 12px;
	margin: 0 13px;
	
	font-family: Inter Tight;
	font-weight: 400;
	font-size: 14px;
	line-height: 110%;
	color: rgba(63, 63, 63, 1);
}

.peoples .wrapper__peoples .wrapper__peoples--item .wrapper__peoples--item__desc .position {
    font-family: Inter Tight;
    font-weight: 500;
    font-size: 18px;
    line-height: 110%;
    color: rgba(116, 116, 116, 1);
}

.peoples .wrapper__peoples .wrapper__peoples--item .wrapper__peoples--item__desc .age {
    font-family: Inter Tight;
    font-weight: 500;
    font-size: 14px;
    line-height: 110%;
    color: rgba(116, 116, 116, 1);
}

.peoples .wrapper__peoples .wrapper__peoples--item .wrapper__peoples--item__desc .text p {
    font-family: Inter Tight;
	font-weight: 400;
	font-size: 14px;
	line-height: 120%;
	color: rgba(63, 63, 63, 1);
}

.nubmers .wrapper__nubmers {
	margin: 100px 0;
	padding: 95px;
	background: url(../img/lead.png) no-repeat;
	border-radius: 20px;
}

.nubmers .wrapper__nubmers .wrapper__nubmers--title {
	margin: 0 0 5px 0;
	
	font-family: Inter Tight;
	font-weight: 700;
	font-size: 140px;
	line-height: 100%;
	text-align: center;
	color: rgba(255, 255, 255, 1);
}

.nubmers .wrapper__nubmers .wrapper__nubmers--subtitle {
	font-family: Inter Tight;
	font-weight: 400;
	font-size: 28px;
	line-height: 100%;
	text-align: center;
	color: rgba(255, 255, 255, 1);
}

.nubmers .wrapper__nubmers .wrapper__nubmers--list {
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	gap: 10px;	
	
	margin: 30px 0 0;
}

.nubmers .wrapper__nubmers .wrapper__nubmers--list .wrapper__nubmers--list__item {
	display: grid;
	gap: 12px;
	
	background: rgba(230, 150, 76, 1);
	border-radius: 20px;
	padding: 24px;
}

.nubmers .wrapper__nubmers .wrapper__nubmers--list .wrapper__nubmers--list__item p:nth-child(1) {
	font-family: Inter Tight;
	font-weight: 600;
	font-size: 100px;
	line-height: 100%;
	color: rgba(255, 255, 255, 1);
}

.nubmers .wrapper__nubmers .wrapper__nubmers--list .wrapper__nubmers--list__item p:nth-child(2) {
	font-family: Inter Tight;
	font-weight: 400;
	font-size: 16px;
	line-height: 100%;
	color: rgba(255, 255, 255, 1);
}

.slider {
	background: #555555;
	padding: 120px 0;
}

.slider__adv {
	margin: -55px 0 0 0;
    position: relative;
    z-index: 2;
}

.slider__adv .slider__adv--wrapper {
	display: grid;
    grid-template-columns: repeat(4, auto);
	gap: 20px;
	box-sizing: border-box;
	
    max-width: 1080px;
    margin: 0 auto;
    background: #FFFFFF;
    padding: 30px;
    border-radius: 12px;
}

.slider__adv .slider__adv--wrapper .slider__adv--wrapper__item {
	display: flex;
	align-items: center;
	gap: 12px;
	background: #F6F6F6;
	padding: 6px;
	
	font-family: Inter Tight;
	font-weight: 500;
	font-size: 14px;
	line-height: 110%;
	
	border-radius: 10px;
}

.reviewsListBlock .reviewsListBlock__item {
	background: #FFFFFF;
	border-radius: 12px;
	padding: 30px;
}

.reviewsListBlock .reviewsListBlock__item--img {
	margin-bottom: 7px;
}

.reviewsListBlock .reviewsListBlock__item--text {
	font-family: Inter Tight;
	font-weight: 500;
	font-size: 21px;
	line-height: 110%;
	color: #2B2B2B;
}

.reviewsListBlock .reviewsListBlock__item--text span {
	font-family: Inter Tight;
	font-weight: 800;
	font-size: 21px;
	line-height: 110%;
	color: #F37F13;
}

.reviewsListBlock {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 20px;
    box-sizing: border-box;
    max-width: 940px;
    margin: 30px auto 0 auto;
}

.slider {
	position: relative;
	background: url(../img/header.png) center center no-repeat;
	background-size: cover;
}

.slider .slider__top {
	width: fit-content;
	display: flex;
	
	position: absolute;
	top: 0;
	
	align-items: center;
	padding: 12px 20px;
	gap: 12px;
	
	background: #DA9433;
	border-radius: 0 0 10px 10px;
	
	font-family: Inter Tight;
	font-weight: 500;
	font-size: 16px;
	line-height: 110%;
	color: #FFFFFF;
}

.slider .slider__top span {
	font-size: 22px;
}

.slider .slider__middle {
	max-width: 50%;
	display: flex;
	flex-direction: column;
	gap: 18px;
	
	position: relative;
	z-index: 2;
}

.slider .slider__middle h1 {
	position: relative;
	z-index: 2;
	
	font-family: Inter Tight;
	font-weight: 500;
	font-size: 50px;
	line-height: 100%;
	color: #fff;
}

.slider .slider__middle h1 span {
	font-style: italic;
}

.slider .slider__middle h2 {
	position: relative;
	z-index: 2;
	
	font-family: Inter Tight;
	font-weight: 500;
	font-size: 18px;
	line-height: 110%;
	color: #fff;
}

.slider .slider__middle p {
	position: relative;
	z-index: 2;
	
	display: inline;
    width: fit-content;
	
	background: #FFFFFF;
	padding: 20px;
	border-radius: 10px;
	
	font-family: Inter Tight;
	font-weight: 500;
	font-size: 30px;
	line-height: 110%;
	text-align: center;
	color: #191818;
}

.slider .slider__bottom {
	position: relative;
	z-index: 2;
	
	margin: 60px 0 0;
	max-width: 500px;
}

.slider .slider__bottom,
.slider .slider__bottom a {
    color: #fff;
}

.slider .slider__bottom form {
	display: grid;
	gap: 10px;
	grid-template-columns: auto auto;
}

.slider .slider__bottom form input[type=text] {
	padding: 26px;
	box-sizing: border-box;
	
	border-radius: 10px;
	background: #fff;
	border: none;
	
	font-family: Inter Tight;
	font-weight: 500;
	font-size: 18px;
	line-height: 110%;
	text-align: left;
	color: rgba(0, 0, 0, .4);
}

.slider .slider__bottom form input[type=text]::placeholder {
	font-family: Inter Tight;
	font-weight: 500;
	font-size: 18px;
	line-height: 110%;
	text-align: left;
	color: rgba(0, 0, 0, .4);	
}

.slider .slider__bottom form input[type=submit] {
	min-width: 240px;
	padding: 26px;
	box-sizing: border-box;
	
	border: none;
	border-radius: 10px;
	background: #DA9433;
	
	font-family: Inter Tight;
	font-weight: 500;
	font-size: 18px;
	line-height: 110%;
	text-align: center;
	color: rgba(255, 255, 255, 1);
	
	transition: all .5s;
}

.slider .slider__bottom form input[type=submit]:hover {
    opacity: .75;
    cursor: pointer;
}

.lead {
	width: calc(100% - 40px);
	margin: 100px 20px;
	padding: 100px 0;
	box-sizing: border-box;
	
	background: #e1e1e1 url(../img/form.png) center center no-repeat;
	background-size: cover;
	border-radius: 20px;
}

.lead__wrapper {
	display: flex;
	flex-direction: column;
	gap: 24px;
	
	width: 100%;
	max-width: 640px;
	margin: 0 auto;
	padding: 60px;
    border-radius: 20px;
	background: #292929E5;
	
	font-family: Inter Tight;
	font-weight: 500;
	font-size: 40px;
	line-height: 100%;
	text-align: center;
	color: #fff;
}

.lead .lead__wrapper .lead__wrapper--desc {
	font-family: Inter Tight;
	font-weight: 500;
	font-size: 20px;
	line-height: 90%;
	text-align: center;
	color: #FFFFFF;
}

.lead .lead__wrapper .lead__wrapper--form form {
	max-width: 480px;
	display: grid;
	gap: 10px;
	grid-template-columns: auto auto;	
    margin: 0 auto;
}

.lead .lead__wrapper .lead__wrapper--form form input[type=text] {
	padding: 26px;
	box-sizing: border-box;
	
	border-radius: 10px;
	background: #fff;
	border: none;
	
	font-family: Inter Tight;
	font-weight: 500;
	font-size: 18px;
	line-height: 110%;
	text-align: left;
	color: rgba(0, 0, 0, .4);
}

.lead .lead__wrapper .lead__wrapper--form form input[type=text]::placeholder {
	font-family: Inter Tight;
	font-weight: 500;
	font-size: 18px;
	line-height: 110%;
	text-align: left;
	color: rgba(0, 0, 0, .4);	
}

.lead .lead__wrapper .lead__wrapper--form form input[type=submit] {
	min-width: 180px;
	padding: 26px;
	box-sizing: border-box;
	
	border: none;
	border-radius: 10px;
	background: #DA9433;
	
	font-family: Inter Tight;
	font-weight: 500;
	font-size: 18px;
	line-height: 110%;
	text-align: center;
	color: rgba(255, 255, 255, 1);
}

.lead .lead__wrapper .lead__wrapper--text {
	font-family: Inter Tight;
	font-weight: 500;
	font-size: 14px;
	line-height: 110%;
	text-align: center;
	color: rgba(255,255,255,.6);
}

.lead .lead__wrapper .lead__wrapper--text a {
	color: rgba(255,255,255,.6);
}

.lead .lead__wrapper .lead__wrapper--text a:hover {
	text-decoration: none;
}

.lead-2 {
	margin: 100px 0;
}

.lead-2__wrapper {
	position: relative;
	display: grid;
	grid-template-columns: auto auto;
	min-height: 550px;
	padding: 60px;
	box-sizing: border-box;
	
	background: #e1e1e1 url(../img/lead-2.png) center center no-repeat;
	border-radius: 20px;
}

.lead-2__wrapper .author_img {
	display: inline-block;
	position: absolute;
    bottom: -4px;
    left: 30%;
	z-index: 1;
}

.lead-2__wrapper .author_img img { 
	max-width: 480px;
	height: 100%;
	object-fit: cover;
}

.lead-2__wrapper .author_text {	
    position: absolute;
    bottom: 50px;
    left: 220px;
	z-index: 2;
	
    padding: 20px;
	
    border-radius: 20px;
    border: 1px solid #DFDDDD;
    background: #F8F8F8;
}

.lead-2__wrapper .column p {
	display: block;
	max-width: 400px;
	margin: 0 0 20px 0;
	
	position: relative;
	z-index: 2;
	
	font-family: Inter Tight;
	font-weight: 400;
	font-size: 16px;
	line-height: 120%;
	color: #000000;
}

.lead-2__wrapper .column p:nth-child(1) {
	display: block;
	max-width: 480px;
	
	font-family: Inter Tight;
	font-weight: 500;
	font-size: 40px;
	line-height: 120%;
	color: #000000;
}

.lead-2__wrapper .column form {
	max-width: 360px;
    float: right;
}

.lead-2__wrapper .column form a {
    color: #000;
    font-weight: 500;
    text-decoration: underline;
    transition: all .5s;
}

.lead-2__wrapper .column form a:hover {
    color: #666;
    text-decoration: none;
}

.lead-2__wrapper .column form input[type=text] {
	width: 100%;
	box-sizing: border-box;
	
	border: 1px solid #D2D2D2;
	background: #FFFFFF;
	padding: 18px;
	border-radius: 10px;
	
	font-family: Inter Tight;
	font-weight: 500;
	font-size: 18px;
	line-height: 100%;
	color: #868585;
}

.lead-2__wrapper .column form textarea {
	width: 100%;
	height: 120px;
	box-sizing: border-box;
	
	border: 1px solid #D2D2D2;
	background: #FFFFFF;
	padding: 17px 18px;
	border-radius: 10px;
	
	font-family: Inter Tight;
	font-weight: 500;
	font-size: 18px;
	line-height: 100%;
	color: #868585;
}

.lead-2__wrapper .column form p {
	text-align: left;
}

.lead-2__wrapper .column form input[type=submit] {
	width: 100%;
	box-sizing: border-box;	
	background: #DA9433;
    border-radius: 10px;
	padding: 17px;
	border: none;
	
    color: #fff;
    font-family: Inter Tight;
    font-weight: 500;
    font-size: 18px;
    line-height: 110%;
    text-align: center;
    text-decoration: none;
    transition: all .5s;
    
    cursor: pointer;
}

.lead-2__wrapper .column form input[type=submit]:hover {
    opacity: .75;
}

.block__text .block__toggle {
    display: grid;
	gap: 5px;
    grid-template-columns: auto auto;
	background: #D9D9D9;
	border-radius: 20px;
	margin: 0 auto;

	max-width: 230px;
	padding: 4px;
	box-sizing: border-box;
}

.block__text .block__toggle span {
	display: inline-block;
	padding: 10px;
	text-align: center;
	box-sizing: border-box;
	
	font-family: Inter Tight;
	font-weight: 500;
	font-size: 14px;
	line-height: 110%;
	text-align: center;
	color: rgba(0,0,0,.4);
	
	transition: all .5s;
	cursor: pointer;
}

.block__text .block__toggle a {
    font-family: Inter Tight;
    font-weight: 500;
    font-size: 16px;
    line-height: 110%;
    text-align: center;
    color: #000000;
    text-decoration: none;
}

.block__text .block__toggle span:hover,
.block__text .block__toggle span.active {
	display: inline-block;
	border-radius: 20px;
	
	background: #fff;
	font-family: Inter Tight;
	font-weight: 500;
	font-size: 14px;
	line-height: 110%;
	text-align: center;
	color: rgba(0,0,0,.6);
}

.catalog .wrapper__catalog .wrapper__catalog--item .wrapper__catalog--item__thumb {
    width: 100%;
    height: 217px;
}

.catalog .wrapper__catalog .wrapper__catalog--item .wrapper__catalog--item__thumb img {
    width: 100%;
    height: 100%;
    border-radius: 16px;
    object-fit: cover;
}

.catalog .wrapper__catalog .wrapper__catalog--item .wrapper__catalog--item__btns {
    width: 100%;
    display: grid;
    gap: 5px;
}

.catalog .wrapper__catalog .wrapper__catalog--item .wrapper__catalog--item__price {
    display: flex;
    gap: 16px;
    justify-content: space-between;
}

.catalog .wrapper__catalog .wrapper__catalog--item .wrapper__catalog--item__price .wrapper__catalog--item__price--item {
    display: flex;
    gap: 5px;
    flex-direction: column;
}

.catalog .wrapper__catalog .wrapper__catalog--item .wrapper__catalog--item__price .wrapper__catalog--item__price--item.active {
	display: flex;
}

.catalog .wrapper__catalog .wrapper__catalog--item .wrapper__catalog--item__price .wrapper__catalog--item__price--item:nth-child(2) {
    text-align: left;    
}

.catalog .wrapper__catalog .wrapper__catalog--item .wrapper__catalog--item__price .wrapper__catalog--item__price--item p:nth-child(1) {
    font-family: Inter Tight;
    font-weight: 500;
    font-size: 12px;
    line-height: 110%;
    color: rgba(0, 0, 0, .3);
}

.catalog .wrapper__catalog .wrapper__catalog--item .wrapper__catalog--item__price .wrapper__catalog--item__price--item p:nth-child(2) {
    font-family: Inter Tight;
    font-weight: 600;
    font-size: 20px;
    line-height: 110%;
    color: rgba(0, 0, 0, 1);
}

.catalog .wrapper__catalog .wrapper__catalog--item .wrapper__catalog--item__chars--line {
    display: flex;
    gap: 12px;
    justify-content: space-between;    
    margin: 12px 0;
    
    font-family: Inter Tight;
    font-weight: 400;
    font-size: 14px;
    line-height: 110%;
    
    color: rgba(0, 0, 0, .6);
}

.catalog .wrapper__catalog .wrapper__catalog--item .wrapper__catalog--item__chars--line:last-child {
    margin: 12px 0 0;
}

.catalog .wrapper__catalog .wrapper__catalog--item .wrapper__catalog--item__chars--line span:nth-child(2) {
    font-family: Inter Tight;
    font-weight: 600;
    font-size: 14px;
    line-height: 110%;
    color: rgba(19, 19, 19, 1);
}

.catalog .wrapper__catalog .wrapper__catalog--item .wrapper__catalog--item__subtitle {
    font-family: Inter Tight;
    font-weight: 500;
    font-size: 18px;
    line-height: 110%;
    color: rgba(116, 116, 116, 1);
}

.catalog .wrapper__catalog .wrapper__catalog--item .wrapper__catalog--item__tags {
    display: flex;
    gap: 12px;
    justify-content: space-between;
    margin: 0 0 10px;
}

.catalog .wrapper__catalog .wrapper__catalog--item .wrapper__catalog--item__tags span.top {
    display: inline-block;
    
    background: rgba(243, 127, 19, 1);
    padding: 6px 16px;
    border-radius: 10px;
    
    font-family: Inter Tight;
    font-weight: 500;
    font-size: 16px;
    line-height: 110%;
    text-align: center;
    color: rgba(255, 255, 255, 1);
}

.catalog .wrapper__catalog .wrapper__catalog--item .wrapper__catalog--item__tags span.sale {
    display: inline-block;
    
    background: #32C752;
    padding: 6px 16px;
    border-radius: 10px;
    
    font-family: Inter Tight;
    font-weight: 500;
    font-size: 16px;
    line-height: 110%;
    text-align: center;
    color: rgba(255, 255, 255, 1);
	
	text-transform: uppercase;
}

.catalog .wrapper__catalog .wrapper__catalog--item .wrapper__catalog--item__tags span.hit {
    display: inline-block;
    
    background: rgba(45, 172, 138, 1);
    padding: 6px 16px;
    border-radius: 10px;
    
    font-family: Inter Tight;
    font-weight: 500;
    font-size: 16px;
    line-height: 110%;
    text-align: center;
    color: rgba(255, 255, 255, 1);    
}

.catalog .wrapper__catalog .wrapper__catalog--item .wrapper__catalog--item__tags span.new {
    display: inline-block;
    
    background: rgba(59, 99, 228, 1);
    padding: 6px 16px;
    border-radius: 10px;
    
    font-family: Inter Tight;
    font-weight: 500;
    font-size: 16px;
    line-height: 110%;
    text-align: center;
    color: rgba(255, 255, 255, 1);    
}

.catalog .wrapper__catalog .wrapper__catalog--item .wrapper__catalog--item__tags span.people {
    position: relative;
    display: inline-block;
    
    background: rgba(8, 7, 7, 1);
    padding: 6px 16px 6px 36px;
    border-radius: 10px;
    
    font-family: Inter Tight;
    font-weight: 500;
    font-size: 16px;
    line-height: 110%;
    text-align: center;
    color: rgba(255, 255, 255, 1);       
}

.catalog .wrapper__catalog .wrapper__catalog--item .wrapper__catalog--item__tags span.people:before {
    content: '';
    position: absolute;
    top: 3px;
    left: 8px;
    display: inline-block;
    width: 23px;
    height: 23px;
    background: url(../img/people.svg);
}

.mfp-inline-wrapper .mfp-content {
    background: #fff;
    box-shadow: 0px 0px 10px 0px #00000024;
    padding: 40px;
    box-sizing: border-box;
    max-width: 90%;
    border-radius: 20px;
}

.popup-block__title {
    margin: 0 0 30px;
    
    font-family: Inter Tight;
    font-weight: 500;
    font-size: 40px;
    line-height: 110%;
    text-align: center;
    color: #000000;
}

.popup-block__body {
    min-height: 600px;
    
    padding: 40px;
    background: #ffffff url(../img/popup-form.png) top center no-repeat;
    background-size: cover;
    border-radius: 20px;
    
    box-shadow: 0px 0px 10px 0px #00000024;
}

.popup-block__body--wrapper {
    max-width: 480px;
    width: 100%;
    background: #FFFFFF;
    border-radius: 20px;
    padding: 40px 60px;
}

.popup-block__body--wrapper .title {
    margin: 0 0 12px 0;
    
    font-family: Inter Tight;
    font-weight: 500;
    font-size: 30px;
    line-height: 110%;
    color: #000000;
}

.popup-block__body--wrapper .desc {
    margin: 0 0 20px 0;
    
    font-family: Inter Tight;
    font-weight: 400;
    font-size: 18px;
    line-height: 110%;
    color: #000000;
}

.popup-block__body--wrapper input[type=datetime-local],
.popup-block__body--wrapper input[type=text],
.popup-block__body--wrapper textarea {
    width: 100%;
    margin: 0 0 8px;
    box-sizing: border-box;
    
    border: 1px solid #DCDCDC;
    border-radius: 10px;
    padding: 20px;
    
    font-family: Inter Tight;
    font-weight: 500;
    font-size: 14px;
    line-height: 110%;
    color: #090909;
}

.popup-block__body--wrapper textarea {
    height: 80px;   
}

.popup-block__body--wrapper input[type=submit] {
    width: 100%;
    margin: 0 0 12px;
    border: none;
}

.popup-block__body--wrapper__form {
    max-width: 380px;
}

.popup-block__body--wrapper__form .whatsapp {
    position: relative;
    margin: 25px 0 0;
    background: #0B0B0B;
}

.popup-block__body--wrapper__form .tg {
    position: relative;
    margin: 25px 0 0;
    background: #0B0B0B;
}

.popup-block__body--wrapper__form .whatsapp:before {
    content: '';
    position: absolute;
    top: -13px;
    height: 1px;
    width: 100%;
    background: #D9D9D9;
}

.popup-block__body--wrapper__form .tg:before {
    content: '';
    position: absolute;
    top: -13px;
    height: 1px;
    width: 100%;
    background: #D9D9D9;
}

.video__reviews--grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 20px;
}

.video__reviews--grid .video__reviews--grid__item--thumb {
    margin: 0 0 12px;
    
    position: relative;
    
    width: 100%;
    height: 300px;
    
    transition: all .5s;
}

.video__reviews--grid .video__reviews--grid__item--thumb:hover {
    opacity: .75;
}

.video__reviews--grid .video__reviews--grid__item--thumb a:before {
    content: '';
    position: absolute;
    z-index: 3;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.video__reviews--grid .video__reviews--grid__item--thumb:before {
    content: '';
    position: absolute;
    z-index: 2;
    top: calc(50% - 25px);
    left: calc(50% - 25px);
    width: 50px;
    height: 50px;
    background: rgba(0, 0, 0, .4) url(../img/play.svg) center center no-repeat;
    border-radius: 25px;
}

.video__reviews--grid .video__reviews--grid__item.no_show {
    display: none;
}

.video__reviews--grid .video__reviews--grid__item--thumb img {
    width: 100%;
    height: 100%;       
    object-fit: cover;
    border-radius: 20px;
}

.video__reviews--grid .video__reviews--grid__item--title {
    font-family: Inter Tight;
    font-weight: 500;
    font-size: 24px;
    line-height: 110%;
    text-align: center;
    color: #000000;
}

.wrapper__gallery {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 20px;
}

.wrapper__gallery .wrapper__gallery--item img {
    max-width: 100%;
    width: auto;
    border-radius: 16px;
}











.types .wrapper__types {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 20px;
}

.types .wrapper__types .wrapper__types--item {
	min-height: 338px;
	
	border-radius: 20px;
	background: #e1e1e1;
	position: relative;
}

.types .wrapper__types .wrapper__types--item:before {
    content: '';
    position: absolute;
    z-index: 2;
    top: 0;
    left: 0;
    background: linear-gradient(182.25deg, rgba(255, 255, 255, 0) 1.82%, #FFFFFF 85.87%);
    width: 100%;
    height: 100%;
    border-radius: 18px;

}

.types .wrapper__types .wrapper__types--item .wrapper__types--item__bg {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 1;
	border-radius: 20px;
}

.types .wrapper__types .wrapper__types--item .wrapper__types--item__bg img {
	border-radius: 20px; 
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.types .wrapper__types .wrapper__types--item .wrapper__types--item__bottom {
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    gap: 10px;
	height: 100%;
	
    box-sizing: border-box;
    padding: 30px;
    position: relative;
    z-index: 2;
	
	font-family: Inter Tight;
	font-weight: 500;
	font-size: 24px;
	line-height: 110%;
	
	color: rgba(0, 0, 0, 1);
}

.types .wrapper__types .wrapper__types--item .wrapper__types--item__bottom .wrapper__types--item__desc {
	font-family: Inter Tight;
	font-weight: 400;
	font-size: 16px;
	line-height: 110%;
	
	color: rgba(0, 0, 0, .7);
}

.types .wrapper__types .wrapper__types--item .wrapper__types--item__bottom .wrapper__types--item__tags {
	display: flex;
    gap: 10px;
	flex-wrap: wrap;
}

.types .wrapper__types .wrapper__types--item .wrapper__types--item__bottom .wrapper__types--item__tags span {
	border-radius: 20px;
	background: rgba(59, 99, 228, 1);
	padding: 14px 17px;
	
	font-family: Inter Tight;
	font-weight: 500;
	font-size: 28px;
	line-height: 110%;
	text-align: center;
	color: rgba(255, 255, 255, 1);
}


.transfers.transfers--4 .transfers--grid {
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	gap: 20px;
}

.transfers .transfers--grid {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 20px;
}

.transfers .transfers--grid .transfers--grid__item {
    position: relative;
    min-height: 338px;
    border-radius: 20px;
}

.transfers .transfers--grid .transfers--grid__item:before {
    content: '';
    position: absolute;
    z-index: 3;
    top: 0;
    left: 0;
    background: linear-gradient(182.25deg, rgba(255, 255, 255, 0) 1.82%, #FFFFFF 85.87%);
    width: 100%;
    height: 100%;
    border-radius: 18px;
}

.transfers .transfers--grid .transfers--grid__item.transfers--grid__item--shadow:after {
    content: '';
    position: absolute;
    z-index: 3;
    top: 0;
    left: 0;
    background: linear-gradient(182.25deg, rgba(255, 255, 255, 0) 1.82%, #FFFFFF 85.87%);
    width: 100%;
    height: 100%;
    border-radius: 18px;
}

.transfers .transfers--grid .transfers--grid__item--thumb {
        position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
}

.transfers .transfers--grid .transfers--grid__item--thumb img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 20px;
}

.transfers .transfers--grid .transfers--grid__item .transfers--grid__item--text {
        display: flex
;
    flex-direction: column;
    justify-content: flex-end;
    gap: 10px;
    height: 100%;
    box-sizing: border-box;
    padding: 30px;
    position: relative;
    z-index: 10;
    font-family: Inter Tight;
    font-weight: 500;
    font-size: 24px;
    line-height: 110%;
    color: rgba(0, 0, 0, 1);
}

.transfers .transfers--grid .transfers--grid__item.transfers--grid__item--shadow .transfers--grid__item--text {
    color: rgba(0, 0, 0, 1);
}

.transfers .transfers--grid .transfers--grid__item .transfers--grid__item--text a {
     margin: 5px 0 0;
     display: inline-block;
     width: 100%;
     max-width: 200px;
     background: #DA9433;

	border-radius: 10px;

	font-family: Inter Tight;
	font-weight: 500;
	font-size: 16px;
	line-height: 110%;
	text-align: center;

	color: rgba(255, 255, 255, 1);
	padding: 20px;
	box-sizing: border-box;

	text-decoration: none;
	transition: all .5s;
}

.transfers .transfers--grid .transfers--grid__item .transfers--grid__item--text a:before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.transfers .transfers--grid .transfers--grid__item .transfers--grid__item--text a:hover {
	background: #ecbc7b;
}

.transfers .transfers--grid .transfers--grid__item .transfers--grid__item--text span {
    font-family: Inter Tight;
    font-weight: 700;
    font-size: 30px;
    line-height: 110%;
    letter-spacing: 0%;
    color: rgba(218, 148, 51, 1);
}

.transfers .transfers--grid .transfers--grid__item.transfers--grid__item--shadow .transfers--grid__item--text span {
    color: rgba(218, 148, 51, 1);
}

.product .wrapper__product {
    max-width: 100%;
    width: auto;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 50px;
    padding: 40px 0;
}

.product .wrapper__product h1 {
    margin: 0 0 20px;
    
    font-family: Inter Tight;
    font-weight: 500;
    font-style: Medium;
    font-size: 40px;
    leading-trim: NONE;
    line-height: 110.00000000000001%;
    letter-spacing: 0%;
   color: rgba(0, 0, 0, 1);
}

.product_meta {
    max-width: 80%;
    margin: 0 0 40px;   
}

.product_meta .product_price {
    display: grid;
    margin: 0 0  20px;
    grid-template-columns: repeat(2, 1fr);
}

.product_meta .product_price p.sub {
    margin: 0 0 5px;
    
    font-family: Inter Tight;
    font-weight: 400;
    font-size: 20px;
    line-height: 110%;
    letter-spacing: 0%;
    color: rgba(0, 0, 0, .6);
}

.product_meta .product_price p {
    font-family: Inter Tight;
    font-weight: 600;
    font-size: 25px;
    line-height: 110%;
    color: rgba(243, 127, 19, 1);

}

.product_meta .product_meta--bottom .btn {
    border: 1px solid rgba(0, 0, 0, 1);
    background: #fff;
    color: #000;
}

.product_char {
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);   
}

.product_char .product_char--item {
    font-family: Inter Tight;
    font-weight: 400;
    font-size: 20px;
    line-height: 110%;
    color: rgba(0, 0, 0, .6);
    border-top: 1px solid rgba(0, 0, 0, 0.1);
    padding: 10px 0;
    display: flex;
    justify-content: space-between;
}

.product_char .product_char--item .product_char--item__value {
    font-weight: 600;
    color: rgba(19, 19, 19, 1);
}

.wrapper__product--left {
    max-width: 685px;
}

.wrapper__product--left .wrapper__product--left__slider {
    margin: 0 0 15px;
}

.wrapper__product--left .wrapper__product--left__slider--item img {
    max-width: 100%;
    width: auto;
    height: auto;
    object-fit: cover;
    border-radius: 20px;
}

.wrapper__product--left .wrapper__product--left__slider--thumb {
    max-width: 80%;
    margin: 0 auto;
}

.wrapper__product--left .wrapper__product--left__slider--thumb .wrapper__product--left__slider--item {
	padding: 3px;
}

.wrapper__product--left .wrapper__product--left__slider--thumb .wrapper__product--left__slider--item img {
    max-width: 100px;
   border-radius: 8px;
   width: 100%;
   height: 100%;
   object-fit: cover;
}

.slick-next {
    background: url(../img/arrow--right.svg) center center no-repeat !important;
}

.slick-prev {
    background: url(../img/arrow--left.svg) center center no-repeat !important;
}

.slick-next:before,
.slick-prev:before {
    display: none !important;
}

.blog {
    margin: 40px 0 0;
}

.blog .text {
	overflow: hidden;
	max-width: 100%;
}

.blog .text a {
	color: #DA9433;
	transition: all .5s;
}

.blog .text a:hover {
	opacity: .75;
}

.blog .text h2 {
    margin: 40px 0 10px;
    
    font-family: Inter Tight;
    font-weight: 500;
	font-size: clamp(24px, 2vw, 36px);
    line-height: 110%;
    color: rgba(0, 0, 0, 1);
}

.blog .text h3 {
    margin: 30px 0 10px;
    
    font-weight: 500;
	font-size: clamp(20px, 2vw, 28px);
    line-height: 110%;
    color: rgba(0, 0, 0, 1);
}


.blog .text h4, .blog .text h5, .blog .text h6 {
    margin: 20px 0 10px;
    
    font-weight: 500;
	font-size: clamp(18px, 2vw, 22px);
    line-height: 110%;
    color: rgba(0, 0, 0, 1);
}

.blog .text ol,
.blog .text ul {
	margin: 20px 0 20px 40px;
}

.blog .text p {    
	margin: 0 0 10px;
	
    font-family: Inter Tight;
    font-weight: 400;
	font-size: clamp(15px, 2vw, 20px);
    line-height: 140%;
    letter-spacing: 0%;
    color: rgba(0, 0, 0, 1);
}

.blog .text ol li,
.blog .text ul li {
	position: relative;	

    margin: 0 0 5px;
    
    font-family: Inter Tight;
    font-weight: 400;
	font-size: clamp(15px, 2vw, 20px);
    line-height: 140%;
    letter-spacing: 0%;
    color: rgba(0, 0, 0, 1);	
}

.blog .text ul li {
	list-style: none;
}

.blog .text ul li:before {
	content: '';
    width: 6px;
    height: 6px;
    position: absolute;
    top: 11px;
    left: -19px;
    background: rgba(0, 0, 0, 1);
}

.blog .text blockquote {
    margin: 40px 0;
    
    background: rgba(230, 150, 76, 1);
    border-radius: 10px;
    padding: 35px 40px;
    
    font-family: Inter Tight;
    font-weight: 500;
    font-size: 22px;
	font-size: clamp(18px, 2vw, 22px);
    line-height: 140%;
    color: rgba(255, 255, 255, 1);
}

.blog .text blockquote a {
	color: #fff;
}

.blog .text blockquote a:hover {
	text-decoration: none;
}

.blog .text blockquote p {
    font-family: Inter Tight;
    font-weight: 500;
	font-size: clamp(18px, 2vw, 22px);
    line-height: 140%;
    color: rgba(255, 255, 255, 1);
}

.blog .text img {
	max-width: 100%;
	height: auto;
	object-fit: cover;
}

.blog .text .wp-caption {
	max-width: 100%;
	margin: 10px 0;
}

.blog .text .wp-caption-text {
	text-align: center;
}

/* Общие стили таблицы */
.blog .text table {
        width: 100%;
        max-width: 800px;
        margin: 25px auto;
        border-collapse: collapse;
        font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
        background-color: #f8f8f8;
        color: #222;
        box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
        border-radius: 8px;
        overflow: hidden;
    }

    /* Заголовок таблицы */
.blog .text thead th {
        background-color: #333333;
        color: #ffffff;
        font-weight: 600;
        text-transform: uppercase;
        letter-spacing: 0.8px;
        padding: 14px 12px;
        text-align: center;
    }

    /* Строки таблицы */
.blog .text tbody tr {
        border-bottom: 1px solid #ddd;
        transition: background-color 0.2s ease;
    }

.blog .text tbody tr:hover {
        background-color: #e9e9e9;
    }

    /* Ячейки таблицы */
.blog .text tbody td {
        padding: 12px;
        color: #333;
    }

    /* Чётные строки — светло-серый фон */
.blog .text tbody tr:nth-child(even) {
        background-color: #f0f0f0;
    }

    /* Нечётные строки — белый фон */
.blog .text tbody tr:nth-child(odd) {
        background-color: #ffffff;
    }

    /* Последняя строка без нижней границы */
.blog .text tbody tr:last-child {
        border-bottom: none;
    }

    /* Выравнивание по центру для определённых колонок (например, оценок, статусов) */
.blog .text td:nth-child(3),
.blog .text td:nth-child(4) {
        text-align: center;
    }

.blog .toc {
    margin: 40px 0;
}

.blog .toc .toc__title {
    font-family: Inter Tight;
    font-weight: 500;
    font-size: 36px;
    line-height: 110%;
    color: rgba(0, 0, 0, 1);
}

.blog .toc ol {
    padding: 0;
    margin: 10px 0 0 10px;
}

.blog .toc ol li {
    margin: 0 0 5px 20px;
    
    font-family: Inter Tight;
    font-weight: 400;
    font-size: 22px;
    line-height: 160%;
    color: rgba(0, 0, 0, .7);
}

.blog .toc ol li a {
    font-family: Inter Tight;
    font-weight: 400;
    font-size: 22px;
    line-height: 160%;
    color: rgba(0, 0, 0, .7);
    text-decoration: none;
    transition: all .5s;
}

.blog .toc ol li a:hover {
    opacity: .5;   
}

.blog h1 {
    margin: 0 0 20px;
    
    font-family: Inter Tight;
    font-weight: 500;
    font-size: 40px;
    line-height: 110%;
    color: rgba(0, 0, 0, 1);
}

.blog .thumb {
    width: 100%;
    height: auto;
    overflow: hidden;
    border-radius: 20px;
}

.blog .thumb img {
    width: 100%;
    height: auto;
    object-fit: cover;
    border-radius: 20px;
}

.post__meta {
    display: flex;
    gap: 30px;
    margin: 20px 0 40px 0;
    background: rgba(255, 255, 255, 1);
    border-radius: 20px;
    padding: 25px 30px;
}

.post__meta .post__meta--item__name {
    margin: 0 0 10px;
    
    font-family: Inter Tight;
    font-weight: 400;
    font-size: 16px;
    line-height: 110%;
    color: rgba(0, 0, 0, .6);
}

.post__meta .post__meta--item__value {
    font-family: Inter Tight;
    font-weight: 600;
    font-size: 21px;
    line-height: 110%;
    color: rgba(243, 127, 19, 1);
}

.blog__list--grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
    margin: 50px 20px;
}

.blog__list--grid.blog__list--grid__3 {
    grid-template-columns: repeat(3, 1fr);    
}

.blog__list .blog__list--item {
    background: rgba(255, 255, 255, 1);
    border-radius: 20px;
}

.blog__list .blog__list--item .blog__list--item__thumb {
    width: 100%;
    height: 240px;
}

.blog__list .blog__list--item .blog__list--item__thumb img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 20px;
}

.blog__list .blog__list--item .blog__list--item__title {
    padding: 20px;
    
    font-family: Inter Tight;
    font-weight: 500;
    font-size: 22px;
    line-height: 110%;
    color: rgba(0, 0, 0, 1);
}

.blog__list .blog__list--item .blog__list--item__title a {
    font-family: Inter Tight;
    font-weight: 500;
    font-size: 22px;
    line-height: 110%;
    color: rgba(0, 0, 0, 1);  
    text-decoration: none;
    
    transition: all .5s;
}

.blog__list .blog__list--item .blog__list--item__title a:hover {
    color: rgba(0, 0, 0, .7);
}

.catalog.accesory .wrapper__catalog .wrapper__catalog--item .wrapper__catalog--item__bottom {
    grid-template-columns: 1fr;
}

.catalog.accesory .wrapper__catalog .wrapper__catalog--item .wrapper__catalog--item__title {
    margin-bottom: 0;
}

.catalog.accesory .wrapper__catalog .wrapper__catalog--item .wrapper__catalog--item__price {
    font-family: Inter Tight;
    font-weight: 600;
    font-size: 20px;
    line-height: 110%;
    letter-spacing: 0%;
    color: rgba(0, 0, 0, 1);
}

.catalog.accesory .wrapper__catalog .wrapper__catalog--item .wrapper__catalog--item__thumb {
    width: 100%;
    height: auto;
}

.catalog.accesory .wrapper__catalog .wrapper__catalog--item .wrapper__catalog--item__thumb .wrapper__catalog--item__thumb--slider {
    margin: 0 0 5px;
    height: 217px;
    overflow: hidden;
}

.catalog.accesory .wrapper__catalog .wrapper__catalog--item .wrapper__catalog--item__thumb .wrapper__catalog--item__thumb--slider .slide {
    display: none;
}

.catalog.accesory .wrapper__catalog .wrapper__catalog--item .wrapper__catalog--item__thumb .wrapper__catalog--item__thumb--slider .slide.active {
    display: block;
}

.catalog.accesory .wrapper__catalog .wrapper__catalog--item .wrapper__catalog--item__thumb .wrapper__catalog--item__thumb--toogle {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 4px;
    background: rgba(241, 241, 241, 1);
    border-radius: 10px;
    padding: 4px;
}

.catalog.accesory .wrapper__catalog .wrapper__catalog--item .wrapper__catalog--item__thumb .wrapper__catalog--item__thumb--toogle span {
    display: inline-block;
    padding: 10px 25px;
    border-radius: 10px;
    
    font-family: Inter Tight;
    font-weight: 500;
    font-size: 14px;
    line-height: 110%;
    text-align: center;
    color: rgba(0, 0, 0, .4);
    
    transition: all .5s;
}

.catalog.accesory .wrapper__catalog .wrapper__catalog--item .wrapper__catalog--item__thumb .wrapper__catalog--item__thumb--toogle span:hover,
.catalog.accesory .wrapper__catalog .wrapper__catalog--item .wrapper__catalog--item__thumb .wrapper__catalog--item__thumb--toogle span.active {
    display: inline-block;
    padding: 10px 25px;
    background: rgba(218, 148, 51, 1);
    border-radius: 10px;
    
    font-family: Inter Tight;
    font-weight: 500;
    font-size: 14px;
    line-height: 110%;
    text-align: center;
    color: rgba(255, 255, 255, 1);    
    
    cursor: pointer;
}

.block__text.accesory .block__toggle {
    display: grid;
    gap: 5px;
    grid-template-columns: auto auto auto;
}

.directions .directions__wrapper {
    display: grid;
    gap: 20px;
    grid-template-columns: repeat(5, 1fr);
}

.directions .directions__wrapper .directions__wrapper--item {
    border: 1px solid rgba(231, 231, 231, 1);
    padding: 25px;
    background: rgba(247, 247, 247, 1);
    border-radius: 20px;
}

.directions .directions__wrapper .directions__wrapper--item .directions__wrapper--item__title {
    margin: 0 0 15px;
    
    font-family: Inter Tight;
    font-weight: 500;
    font-size: 20px;
    line-height: 100%;
    text-align: center;
    color: rgba(0, 0, 0, 1);
}

.directions .directions__wrapper .directions__wrapper--item .directions__wrapper--item__price {
    font-family: Inter Tight;
    font-weight: 600;
    font-size: 26px;
    line-height: 90%;
    text-align: center;
    color: rgba(218, 148, 51, 1);
}

section.title .block__form {
text-align: center;
    width: 100%;
    display: flex
;
    align-items: center;
}

section.title .block__form form {
    display: flex;
    gap: 4px;
    margin: 0 auto;
}

section.title .block__form form input[type=text] {
    min-width: 240px;
    background: rgba(255, 255, 255, 1);
    border: 1px solid rgba(231, 231, 231, 1);
    padding: 16px;
    box-sizing: border-box;
    border-radius: 10px;
    
    font-family: Inter Tight;
    font-weight: 400;
    font-size: 18px;
    line-height: 90%;
    color: rgba(101, 101, 101, 1);
}

section.title .block__form form input[type=submit] {
    min-width: 240px;
    border: none;
}

.slider__thx {
    max-width: 530px;
    margin: 0 auto;
    text-align: center;
}

.slider__thx .slider__middle {
    max-width: 100%;
    width: 100%;
    text-align: center;
	margin: 0 auto;
}

.slider__thx .slider__middle p {
	background: none;
	
	font-family: Inter Tight;
	font-weight: 400;
	font-size: 20px;
	line-height: 110%;
	text-align: center;
	color: rgba(255, 255, 255, 1);
}

.slider__thx .slider__middle h1 {
    font-size: 60px;
    line-height: 110%;
}

.slider__thx .slider__middle .text {
    font-size: 20px;
    line-height: 110%;
    color: rgba(255, 255, 255, 1);
}

.slider__thx .slider__bottom {
    margin: 30px 0;
}

.slider__thx .slider__bottom {
    display: inline-block;
    max-width: 360px;
    flex-direction: column;
    gap: 14px;
}

.slider__thx .slider__bottom a {
    background: rgba(255, 255, 255, 1);
    border: 1px solid rgba(0, 0, 0, 1);
    color: rgba(0, 0, 0, 1);
}


.contacts .contacts__text {
    max-width: 560px;
    margin: 100px auto 40px auto;
    
    font-family: Inter Tight;
    font-weight: 500;
    font-size: 30px;
    line-height: 110%;
    text-align: center;
    color: rgba(0, 0, 0, 1);
}

.contacts .contacts__wrapper {
    max-width: 1140px;
    margin: 0 auto;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 40px;
}

.contacts .contacts__wrapper .text {
    font-family: Inter Tight;
    font-weight: 400;
    font-size: 14px;
    line-height: 130%;
    color: rgba(0, 0, 0, 1);
}

.contacts .contacts__wrapper .phone {
    font-family: Inter Tight;
    font-weight: 700;
    font-size: 40px;
    line-height: 130%;
    color: rgba(85, 85, 85, 1);
}

.contacts__wrapper.contacts__wrapper--fullwidth {
    max-width: 100%;
    width: 100%;
    border-top: 1px solid rgba(0, 0, 0, .1);
    margin: 60px 0 0;
    padding: 30px 30px 0 30px;
    box-sizing: border-box;
    
    display: grid;
    grid-template-columns: 1fr 340px 1fr;
    gap: 40px;
}

.contacts__wrapper.contacts__wrapper--fullwidth p {
    font-family: Inter Tight;
    font-weight: 500;
    font-size: 16px;
    line-height: 110%;
    color: rgba(29, 28, 28, 1);
}


.err404--title {
    max-width: 590px;
    margin: 80px auto 40px auto;
    
    font-family: Inter Tight;
    font-weight: 500;
    font-size: 40px;
    line-height: 110%;
    text-align: center;
    color: rgba(0, 0, 0, 1);
}

.err404--desc {
    display: block;
    margin: 0 auto 20px auto;
    max-width: 590px;
}

.err404--desc img {
    max-width: 100%;
    width: auto;
}

.err404--form {
    margin: 0 auto;
    max-width: 600px;
}

.err404--form .err404--form__text {
    margin: 0 0 30px;
    
    font-family: Inter Tight;
    font-weight: 500;
    font-size: 30px;
    line-height: 110%;
    text-align: center;
    color: rgba(25, 25, 25, 1);
}

.err404--form form {
    display: grid;
    margin: 0 auto 60px 0;
    gap: 10px;
    grid-template-columns: 1fr auto;
}

.err404--form form input[type=text] {
    display: inline-block;
    width: 100%;
    
    border: 1px solid rgba(0, 0, 0, 1);
    background: rgba(255, 255, 255, 1);
    border-radius: 10px;
    box-sizing: border-box;

    padding: 17px 20px;
    
    font-family: Inter Tight;
    font-weight: 500;
    font-size: 18px;
    line-height: 110%;
    text-align: left;
    color: rgba(0, 0, 0, 1);
}

.err404--form form input[type=submit] {
    width: 180px;
    border: none; 
    
    cursor: pointer;
}

.block__text.accesory .block__toggle.faq {
    max-width: fit-content;
    display: flex;
    gap: 5px;
}

.faq_list .faq_list--title {
    display: block;
    width: 100%;
    margin: 0 0 40px;
    text-align: center;
}

.faq_list .faq_list--title span {
    display: inline-block;
    padding: 14px 20px;
    border-radius: 20px;
    
    background: rgba(217, 217, 217, 1);

    font-family: Inter Tight;
    font-weight: 500;
    font-size: 24px;
    line-height: 120%;
    text-align: center;
    color: rgba(0, 0, 0, .6);
}

.faq_list .faq_list--block {
    width: 100%;
    display: grid;
    grid-template-columns: 1fr;
    gap: 25px;
    margin: 40px 0 70px;
}

.faq_list .faq_list--block .faq_list--block__column {
	display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 0 20px;
}

.faq_list .faq_list--block .faq_list--block__item .faq_list--block__item--title {
    display: block;
    border-bottom: 1px solid rgba(220, 220, 220, 1);
    padding: 22px 0;
	box-sizing: border-box;
    
    font-family: Inter Tight;
    font-weight: 500;
    font-size: 22px;
    line-height: 120%;
    color: rgba(0, 0, 0, 1);
    
    transition: all .5s;
}

.faq_list .faq_list--block .faq_list--block__item .faq_list--block__item--title:hover {
    color: rgba(0, 0, 0, .5);    
    cursor: pointer;
}

.faq_list .faq_list--block .faq_list--block__item .faq_list--block__item--desc {
    display: none;
    padding: 22px 0;
    
    font-family: Inter Tight;
    font-weight: 400;
    font-size: 16px;
    line-height: 140%;
    color: rgba(0, 0, 0, .75);
}

.faq_list .faq_list--block .faq_list--block__item .faq_list--block__item--desc p {
    margin: 5px 0 0;
}

.lead-2.about--page__text .lead-2__wrapper {
    padding: 80px 60px;
    grid-template-columns: auto;
}

.lead-2.about--page__text .lead-2__wrapper .author_img {
    max-height: 100%;
    overflow: hidden;
    
    display: inline-block;
    position: absolute;
    bottom: 0;
    right: 30px;
    left: auto;
    z-index: 1;
}

.lead-2.about--page__text .lead-2__wrapper .author_text {
    position: absolute;
    bottom: 80px;
    right: 360px;
    left: auto;
}

.lead-2.about--page__text p.title {
    margin: 0 0 20px;
    
    font-family: Inter Tight;
    font-weight: 500;
    font-size: 40px;
    line-height: 100%;
    color: rgba(0, 0, 0, 1);
}

.lead-2.about--page__text p {
    max-width: 560px;
        
    font-family: Inter Tight;
    font-weight: 500;
    font-style: Italic;
    font-size: 20px;
    line-height: 130%;
    letter-spacing: 0%;
    color: rgba(0, 0, 0, .7);
}

.lead-2.about--page__text .lead-2__wrapper .lead-2__line {
    max-width: 620px;
    display: grid;
    margin: 60px 0 0;
    gap: 40px;
    grid-template-columns: repeat(4, 1fr);
}

.lead-2.about--page__text .lead-2__wrapper .lead-2__line .lead-2__line--item {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.lead-2.about--page__text .lead-2__wrapper .lead-2__line p {
    margin: 0;
    
    font-family: Inter Tight;
    font-weight: 400;
    font-size: 18px;
    line-height: 110%;
    color: rgba(0, 0, 0, .7);
}

.lead-2.about--page__text .lead-2__wrapper .lead-2__line p:nth-child(1) {
    font-family: Inter Tight;
    font-weight: 900;
    font-size: 30px;
    line-height: 110%;
    color: rgba(218, 148, 51, 1);
}

.faq.faq--1 {
}

.faq.faq--1 .wrapper__faq {
    max-width: 700px;
    margin: 0 auto;
    grid-template-columns: 1fr;
}

.content .content__wpapper {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    gap: 20px;
}

.content .content__wpapper .content__wpapper--item {
    max-width: calc(50% - 10px);
    
    width: auto;
    background: rgba(250, 250, 250, 1);
    border-radius: 20px;
    padding: 30px 45px;
    box-sizing: border-box;
}

.content .content__wpapper .content__wpapper--item h2 {
    margin:  0 0 12px;
    
    font-family: Inter Tight;
    font-weight: 500;
    font-size: 30px;
    line-height: 110%;
    color: rgba(0, 0, 0, 1);
}

.content .content__wpapper .content__wpapper--item h3 {
    margin:  0 0 12px;
    
    font-family: Inter Tight;
    font-weight: 500;
    font-size: 24px;
    line-height: 110%;
    color: rgba(0, 0, 0, 1);
}

.content .content__wpapper .content__wpapper--item ul {
    margin: 0 0 0 25px;
}

.content .content__wpapper .content__wpapper--item li,
.content .content__wpapper .content__wpapper--item p {
    margin: 10px 0;
    
    font-family: Inter Tight;
    font-weight: 500;
    font-size: 20px;
    line-height: 110%;
    color: rgba(0, 0, 0, .7);
}

.content .content__wpapper .content__wpapper--item li a {
    display: inline;
    margin: 0 0 12px;
    
    font-family: Inter Tight;
    font-weight: 700;
    font-style: Bold;
    font-size: 26px;
    line-height: 110%;
    letter-spacing: 0%;
    color: rgba(0, 0, 0, .7);
    text-decoration: none;
}

.breadcrumbs {
    margin: 40px 0 15px;
}

.breadcrumbs a, .breadcrumbs a span {
    font-family: Inter Tight;
    font-weight: 400;
    font-size: 20px;
    line-height: 110%;
    color: rgba(0, 0, 0, 1);
    text-decoration: none;
    
    transition: all .5s;
}

.breadcrumbs a:hover, .breadcrumbs a span:hover {
    color: rgba(0, 0, 0, .6);
}

.breadcrumbs span {
    font-family: Inter Tight;
    font-weight: 400;
    font-size: 20px;
    line-height: 110%;
    color: rgba(0, 0, 0, .6);
}

.mfp-image-holder .mfp-close, .mfp-iframe-holder .mfp-close {
    width: 44px;
    
    box-sizing: border-box;
    color: #FFF;
    right: -60px;
    text-align: center;
    padding: 0;
    font-size: 28px;
}

.contacts .contacts__wrapper .contacts__wrapper--item {
    font-family: Inter Tight;
    font-weight: 500;
    font-size: 16px;
    line-height: 110%;
    color: rgba(29, 28, 28, 1);
}

.contacts__data .contacts__data__wrapper {
    max-width: 100%;
    width: 100%;
    margin: 100px 0 0;
    box-sizing: border-box;
    display: grid;
    grid-template-columns: 280px 1fr 280px;
    gap: 80px;
}

.contacts__data .contacts__data__wrapper .contacts__data__wrapper--item .title {
    margin: 0 0 30px;
    
    font-family: Inter Tight;
    font-weight: 500;
    font-size: 20px;
    line-height: 110%;
    color: rgba(0, 0, 0, .6);
}

.contacts__data .contacts__data__wrapper .contacts__data__wrapper--item {
    font-family: Inter Tight;
    font-weight: 500;
    font-size: 24px;
    line-height: 110%;
    color: rgba(0, 0, 0, 1);
}

.contacts__data .contacts__data__wrapper .contacts__data__wrapper--item p {
    margin: 0 0 20px;
}

.contacts__data .contacts__data__wrapper .contacts__data__wrapper--item a {
    font-family: Inter Tight;
    font-weight: 500;
    font-size: 24px;
    line-height: 110%;
    color: rgba(0, 0, 0, 1);
    text-decoration: none;
}

.contacts__data .contacts__data__wrapper .contacts__data__wrapper--item strong {
    font-family: Inter Tight;
    font-weight: 700;
    font-size: 14px;
    line-height: 110%;
    text-transform: uppercase;
    color: rgba(218, 148, 51, 1);
}

.map {
    margin: 40px 0 0;
}

.home.blog {
    padding: 0;   
    margin: 0;
}

.wrapper__catalog--bottom {
    display: flex;
    align-items: center;
    justify-content: center;
    
    margin: 30px 0 0;
    text-align: center;
}

.wrapper__catalog--bottom .btn {
    max-width: 200px;
    cursor: pointer;
}

.video__reviews--grid__bottom {
    margin: 30px 0 0;
    
    display: flex;
    align-items: center;
    justify-content: center;
}

.video__reviews--grid__bottom .btn {
    max-width: 200px;
    cursor: pointer;
}

/* padding-bottom and top for image */
.mfp-no-margins img.mfp-img {
	padding: 0;
}
/* position of shadow behind the image */
.mfp-no-margins .mfp-figure:after {
	top: 0;
	bottom: 0;
}
/* padding for main container */
.mfp-no-margins .mfp-container {
	padding: 0;
}

.mfp-with-zoom .mfp-container,
.mfp-with-zoom.mfp-bg {
	opacity: 0;
	-webkit-backface-visibility: hidden;
	-webkit-transition: all 0.3s ease-out; 
	-moz-transition: all 0.3s ease-out; 
	-o-transition: all 0.3s ease-out; 
	transition: all 0.3s ease-out;
}

.mfp-with-zoom.mfp-ready .mfp-container {
		opacity: 1;
}
.mfp-with-zoom.mfp-ready.mfp-bg {
		opacity: 0.8;
}

.mfp-with-zoom.mfp-removing .mfp-container, 
.mfp-with-zoom.mfp-removing.mfp-bg {
	opacity: 0;
}

.mobileBtn {
    display: none;
    
    width: 48px;
    height: 44px;
    
    background: url("../img/burger.svg") center center no-repeat;
    
    cursor: pointer;
}

.pc_hide {
    display: none;
}

.classSocLink {
	margin: 40px 0 0 0;
}

.classSocLinkTitle {
	margin: 40px 0 10px 0;
	
	font-family: Inter Tight;
	font-weight: 700;
	font-size: 16px;
	line-height: 100%;
	color: #000000B2;
}

.classSocLinkFlex {
	display: flex;
	gap: 12px;
	margin: 0 0 40px 0;
}

.classSocLinkFlex a {
	text-decoration: none;
	cursor: pointer;
	transition: all .5s;
}

.classSocLinkFlex a:hover img,
.classSocLinkFlex a:hover {
	opacity: .5;
}

.adv_block_list--wrapper {
	display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 24px;
}

.adv_block_list--wrapper__item {
	padding: 25px;
	background: #E8F6E8;
border-radius: 20px;
}

.adv_block_list--wrapper__title {
	font-family: Inter Tight;
	font-weight: 500;
	font-size: 28px;
	line-height: 110%;
	letter-spacing: 0%;
	color: #000000;
	
	margin: 0 0 15px;
}

.adv_block_list--wrapper__list .adv_block_list--wrapper__list--item {
	background: #FFFFFF;
	padding: 25px;
	border-radius: 20px; 
	margin: 0 0 10px;
}

.adv_block_list--wrapper__list .adv_block_list--wrapper__list--item:last-child {
	margin: 0;
}

.adv_block_list--wrapper__list .adv_block_list--wrapper__list--item .adv_block_list--wrapper__list--title {
	position: relative;
	font-family: Inter Tight;
	font-weight: 500;
	font-size: 20px;
	line-height: 110%;
	color: #000000;
	
	margin: 0 0 10px;
	padding: 0 0 10px;
	border-bottom: 1px solid #49BA33;
}

.adv_block_list--wrapper__list .adv_block_list--wrapper__list--item .adv_block_list--wrapper__list--text {
	font-family: Inter Tight;
	font-weight: 400;
	font-size: 17px;
	line-height: 110%;
	letter-spacing: 0%;
	color: #5A5A5A;
}

.adv_block_list--wrapper__item.red {
	background: #FFF1F1;
}

.adv_block_list--wrapper__item.red .adv_block_list--wrapper__list--title {
	margin: 0 0 10px;
	padding: 0 0 10px;
	border-bottom: 1px solid #FF7777
}

.filter-container {
        position: relative;
      background: white;
      border-radius: 20px;
      padding: 20px;
      box-sizing: border-box;
      max-width: 1420px;
      margin: 0 auto 30px auto;
    }

.filter-container.block:before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, .25);
	cursor: wait;
	border-radius: 20px;
	z-index: 99;
}

    .filter-container-title {
      color: #333;
      margin: 0 0 20px;
      font-size: 1.5rem;
    }

    .filter-row {
      display: flex;
      gap: 16px;
      flex-wrap: wrap;
      margin-bottom: 16px;
    }

    .filter-group {
      position: relative;
      flex: 1;
      min-width: 200px;
    }

    .filter-label {
      display: block;
      font-size: 0.9rem;
      color: #555;
      margin-bottom: 10px;
    }

    .custom-select {
      position: relative;
      width: 100%;
      height: 40px;
      border-radius: 20px;
      box-sizing: border-box;
      background: #f5f5f5;
      border: none;
      padding: 0 12px;
      cursor: pointer;
      font-size: 1rem;
      display: flex;
      align-items: center;
      justify-content: space-between;
      transition: all 0.3s ease;
      overflow: hidden;
    }

    .custom-select:hover {
      background: #eaeaea;
    }

    .custom-select span {
      display: inline-block;
      overflow: hidden;
      text-overflow: ellipsis;
      white-space: nowrap;
      width: calc(100% - 30px);
    }

    .custom-select::after {
      content: "▼";
      color: #777;
      font-size: 1rem;
      margin-right: 8px;
    }

    .dropdown-menu {
      position: absolute;
      top: 75px;
      left: 0;
      width: 100%;
      background: white;
      border-radius: 10px;
      box-shadow: 0 6px 16px rgba(0, 0, 0, 0.1);
      z-index: 10;
      display: none;
      max-height: 200px;
      overflow-y: auto;
    }

    .dropdown-item {
    position: relative;
      padding: 10px 15px 10px 15px;
      cursor: pointer;
      border-bottom: 1px solid #eee;
      transition: background 0.2s;
    }
    
    #colorMenu .dropdown-item {
        padding: 10px 15px 10px 35px;
    }    

    #colorMenu .dropdown-item::before {
        content: '';
        position: absolute;
        left: 12px;
        top: 50%;
        transform: translateY(-50%);
        width: 12px;
        height: 12px;
        border-radius: 50%;
        border: 1px solid #ccc;
    }
    
    .dropdown-item[data-value="Белый"]::before {
    background-color: #ffffff;
}

.dropdown-item[data-value="Желтый"]::before {
    background-color: #ffff00;
}

.dropdown-item[data-value="Красный"]::before {
    background-color: #ff0000;
}

.dropdown-item[data-value="Серый"]::before {
    background-color: #c0c0c0;
}

.dropdown-item[data-value="Фиолетовый"]::before {
    background-color: #800080;
}

.dropdown-item[data-value="Черный"]::before {
    background-color: #000000;
}

.dropdown-item[data-value="Другие"]::before {
    background: linear-gradient(135deg, #fcd700 20%, #ef5c26bd 40%, #7fb8efc7 80%);
}

    .dropdown-item:hover {
      background: #f0f0f0;
    }

    .dropdown-item:last-child {
      border-bottom: none;
    }

    .checkbox-group {
      display: grid;
      grid-template-columns: repeat(2, 1fr);
      gap: 10px;
    }

    .checkbox-item {
      display: flex;
      align-items: center;
      font-size: 0.9rem;
      color: #555;
    }

    .checkbox-item input[type="checkbox"] {
      width: 16px;
      height: 16px;
      margin-right: 8px;
      accent-color: #007bff;
      cursor: pointer;
    }

    .reset-btn {
          color: #d4a500;
    text-decoration: underline;
    font-size: 0.9rem;
    cursor: pointer;
    margin-top: 5px;
    position: absolute;
    top: 22px;
    right: 21px;
    }

    .reset-btn:hover {
      color: #b8860b;
    }
    
    .wrapper__title .block__title .settings {
        display: none;
        width: 44px;
        height: 44px;
        margin: 0 0 0 20px;
        background: url(../img/settings.svg) center center no-repeat;
    }

.wpcf7-form-control {
	text-align: left;
    margin: 0 0 0 180px;
}


/* Мобильное меню */
.mobileMenu {
  display: none;
  position: absolute;
  top: 100%;
  left: 0;
  right: 0;
  background: white;
  box-shadow: 0 4px 12px rgba(0,0,0,0.15);
  z-index: 1000;
  border-radius: 0 0 12px 12px;
  overflow: hidden;
  transform: translateY(-20px);
  opacity: 0;
  transition: all 0.3s ease-out;
}

.mobileMenu.active {
  display: block;
  transform: translateY(0);
  opacity: 1;
}

.mobileMenu .menu-content {
  padding: 20px;
}

/* Основное меню */
.mobileMenu .main-menu {
  list-style: none;
}

.mobileMenu .main-menu > li {
  margin-bottom: 10px;
}

.mobileMenu .main-menu > li > a {
  display: block;
  padding: 5px 0;
  color: #333;
  text-decoration: none;
  font-weight: 500;
  border-radius: 6px;
  transition: background 0.2s;
}

.mobileMenu .main-menu > li > a:hover {
  background: #f0f0f0;
}

/* Подменю */
.mobileMenu .sub-menu {
  display: none;
  list-style: none;
  margin-top: 8px;
  margin-left: 20px;	
  padding-left: 15px;
  overflow:auto;
  max-height: 300px;
}

.mobileMenu .sub-menu li {
  margin: 6px 0;
}

.mobileMenu .sub-menu a {
  color: #666;
  text-decoration: none;
  font-size: 14px;
  padding: 6px 0;
  display: block;
}

.mobileMenu .sub-menu a:hover {
  color: #007BFF;
}

/* Элемент с подменю */
.mobileMenu .menu-item-has-children > a::after {
    content: " ▼";
    font-size: 14px;
    color: #000000;
}

/* Футер меню */
.mobileMenu .menu-footer {
  margin-top: 25px;
  padding-top: 20px;
  border-top: 1px solid #eee;
}

.mobileMenu .phone {
  margin-bottom: 15px;
  font-size: 18px;
  font-weight: 500;
  text-align: center;
}

.mobileMenu .phone a {
  color: #000;
  font-weight: 700;
	font-size: 24px;
  text-decoration: none;
}

.mobileMenu .menu-footer .btn {
	font-size: 20px;
	border-radius: 10px;
}

.mid_hide {
	display: none;
}

.laptopBtn {
  width: 40px;
  height: 40px;
  background: transparent;
  border: none;
  cursor: pointer;
  position: relative;
  padding: 0;
  margin: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: transform 0.3s ease;
}

/* Первая черточка */
.laptopBtn::before,
.laptopBtn::after {
  content: '';
  position: absolute;
  width: 28px;
  height: 3px;
  background: #000;
  border-radius: 2px;
  transition: all 0.3s ease;
}

/* Верхняя черточка */
.laptopBtn::before {
  top: 12px;
}

/* Нижняя черточка */
.laptopBtn::after {
  bottom: 12px;
}

/* При наведении — чуть увеличиваем расстояние */
.laptopBtn:hover::before {
  top: 8px;
}
.laptopBtn:hover::after {
  bottom: 8px;
}

/* Если хочешь анимацию при открытии меню — можно добавить класс .active */
.laptopBtn.active::before {
  top: 50%;
  transform: translateY(-50%) rotate(45deg);
}

.laptopBtn.active::after {
  top: 50%;
  transform: translateY(-50%) rotate(-45deg);
}

.rent-modal {
	max-width: 1180px;
	box-sizing: border-box;
    margin: 0 auto;
    background: #fff;
    border-radius: 20px;
    position: relative;
	padding: 50px;
}

.rent-modal .rent-modal__block {
	display: grid;
    grid-template-columns: 1fr 330px;
    gap: 110px;
}


.rent-modal .rent-modal__title {
	margin: 0 0 40px;
	
	font-weight: 500;
	font-size: 40px;
	text-align: left;
	color: #000;
}

.rent-modal .rent-modal__block--left__title {
	font-weight: 500;
	font-size: 30px;
	text-align: left;
	color: #000;
	
	margin: 0 0 10px 0;
}

.rent-modal .rent-modal__block--left__desc {	
	margin: 0 0 30px 0;
	
	font-weight: 400;
	font-size: 18px;
	color: #000;
	
	opacity: .7;
}

.rent-modal .rent-modal__block--left__gallery {
	max-width: 640px;
	margin: 0 auto;
}

.rent-modal .rent-modal__block--left__gallery img {
	max-width: 100%;
	border-radius: 20px;
}

.rent-modal .wrapper__product--left__slider--thumb {
	max-width: 80%;
    margin: 15px auto 0 auto;
}

.rent-modal .wrapper__product--left__slider--thumb img {
	border-radius: 8px;	
}

.rent-modal input[type=datetime-local],
.rent-modal input[type=text],
.rent-modal textarea {
    width: 100%;
    margin: 0 0 8px;
    box-sizing: border-box;
    
    border: 1px solid #DCDCDC;
    border-radius: 10px;
    padding: 20px;
    
    font-family: Inter Tight;
    font-weight: 500;
    font-size: 14px;
    line-height: 110%;
    color: #090909;
}

.rent-modal textarea {
    height: 80px;   
}

.rent-modal input[type=submit] {
    width: 100%;
    margin: 0 0 12px;
    border: none;
	cursor: pointer;
}

.rent-modal__block--right__content {
    max-width: 95%;
    margin: 0 auto 30px auto;
}

.rent-modal__block--right__content .product_char {
	border: none;
    max-width: 70%;
	
	
}

.rent-modal__block--right__content .product_char .product_char--item { 
	border: none;
	
	gap: 20px;
    padding: 5px 0;
	font-weight: 400;
	font-size: 14px;
}

.rent-modal__block--right__content  .product_char .product_char--item .product_char--item__value {
	text-align: right;
}

.rent-modal__block--right__price {
	margin: 20px 0 0;
	
	font-weight: 500;
	font-size: 30px;
	color: rgba(218, 148, 51, 1);
	border: none;
}

.rent-modal .mfp-close {
	border: none;
	background: url(../img/close-rent.svg) center center no-repeat;
}

.rent-modal__block--left {
	position: relative;
}

.rent-modal__block--left:before {
	content: '';
	width: 1px;
	height: 100%;
	background: rgba(0, 0, 0, 1);
	opacity: .2;
	
	position: absolute;
	top: 0;
    right: -55px;
}


.form-container.director-form {
      background: #fff;
      padding: 30px;
      border-radius: 10px;
      box-shadow: 0 4px 12px rgba(0, 0, 0, 0.05);
    }

    .form-container.director-form .form-title {
      color: rgba(85, 85, 85, 1);
      font-size: 22px;
      margin-bottom: 20px;
      font-weight: 600;
    }

    .form-container.director-form .form-group {
      margin-bottom: 20px;
    }

    .form-container.director-form label {
      display: block;
      margin-bottom: 8px;
      color: rgba(85, 85, 85, 1);
      font-weight: 500;
    }

    .form-container.director-form input[type="text"],
    .form-container.director-form textarea {
      width: 100%;
		box-sizing: border-box;
      padding: 12px;
      border: 1px solid rgba(85, 85, 85, 0.3);
      border-radius: 6px;
      font-size: 14px;
      transition: border-color 0.3s ease;
      background-color: #fff;
    }

   .form-container.director-form input[type="text"]:focus,
   .form-container.director-form textarea:focus {
      outline: none;
      border-color: #DA9433;
      box-shadow: 0 0 0 2px rgba(218, 148, 51, 0.2);
    }

    .form-container.director-form.checkbox-container {
      display: flex;
      align-items: flex-start;
      margin-bottom: 20px;
    }

   .form-container.director-form .checkbox-container input[type="checkbox"] {
      margin-top: 4px;
      margin-right: 10px;
      accent-color: #DA9433;
    }

   .form-container.director-form .checkbox-container label {
      margin: 0;
      line-height: 1.5;
      color: rgba(85, 85, 85, 1);
    }

   .form-container.director-form .checkbox-container a {
      color: #DA9433;
      text-decoration: underline;
      font-weight: 500;
    }

   .form-container.director-form .checkbox-container a:hover {
      color: #b87a2a;
    }

  .form-container.director-form  input[type=submit] {
      cursor: pointer;
	  border: none;
    }

.form-container.director-form  .wpcf7-form-control {
	margin: 0;
}

.form-container.director-form .wpcf7-list-item {
    display: inline-block;
    margin: 0 0 20px 0;
}

.form-container.director-form > p:last-child {
	display: flex;
	gap: 15px;
}

.form-container.director-form input[type=datetime-local].error,
.form-container.director-form input[type=text].error,
.form-container.director-form textarea.error {
    background: #d36262;
    color: rgba(255, 255, 255, 1);
}

.form-container.director-form input[type=datetime-local].error::placeholder,
.form-container.director-form input[type=text].error::placeholder,
.form-container.director-form textarea.error::placeholder {
    background: #d36262;
    color: rgba(255, 255, 255, 1);
}

.wpcf7 form .wpcf7-response-output {
    padding: 1em !important;
}

.blog .author {
	display: flex;
    margin: 60px 0 0 0;
    gap: 20px;
    background: rgba(250, 250, 250, 1);
    border-radius: 10px;
    padding: 40px;
	
	position: relative;
}

.blog .author:before {
    content: '';
    position: absolute;
    top: -18px;
    left: 40px;
    width: 36px;
    height: 34px;
    background: url(../img/quote.svg);
}

.blog .author img { 
	border-radius: 5px;
}

.blog .author .author-text_name {
	margin: 0 0 10px 0;
	
	font-weight: 500;
	font-size: 22px;
	line-height: 100%;
	color: rgba(0, 0, 0, 1);
}

.blog .author .author-text_desc {
	font-weight: 400;
	font-size: 16px;
	line-height: 100%;
	color: rgba(0, 0, 0, .7);
}

.score {
	margin: 40px 0 0;
	text-align: center;
}

.score.another_page {
    margin: 80px 0 0;
}

.score .score_title {
    font-style: normal;
    font-weight: 700;
    font-size: clamp(20px, 2vw, 30px);
    line-height: 30px;
    text-align: center;
    color: #000000;
    margin-bottom: 20px;
}

.score .score_wrapper {
	display: flex;
    gap: 10px;
    margin: 0 auto 20px auto;
    width: 100%;
    justify-content: center;
}

.score .score_wrapper .score_wrapper--star {
	display: inline-block;
	width: 60px;
	height: 60px;
	background: url(../img/star_no.svg) center center no-repeat;
	background-size: cover;
}

.score .score_wrapper .score_wrapper--star.entered,
.score .score_wrapper .score_wrapper--star.active,
.score .score_wrapper .score_wrapper--star:hover {
	background: url(../img/star.svg) center center no-repeat;
	background-size: cover;
}

.score .score_bottom {
	font-weight: 700;
    font-size: clamp(16px, 2vw, 20px);
    line-height: 27px;
    text-align: center;
    color: #000000;
}

.pagination {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 20px;
    width: 100%;
    margin: 0 auto;
    text-align: center;
}

.pagination span, .pagination a {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 44px;
    height: 44px;
    border: #DA9433 1px solid;
    
    text-decoration: none;
    color: #DA9433;
    font-size: 24px;
    
    transition: all .5s;
}

.pagination a:hover {
    opacity: .5;
}

.pagination span {
    border: #666 1px solid;
    color: #666;
}

.product__text h2 {
	margin: 0 0 20px;
    font-weight: 500;
    font-size: 28px;
    line-height: 110%;
    color: rgba(0, 0, 0, 1);
}

.product__text p {
	margin: 0 0 5px;
    font-weight: 400;
    font-size: 18px;
    line-height: 24px;
    color: rgba(0, 0, 0, 1);
}

.product__text p a {
	color: #DA9433;	
}

.product__text p a:hover {
	text-decoration: none;
}


.directions-container {
      text-align: center;
	margin: 80px 0;
	padding: 0 20px;
    }

    .directions-container .title {
		font-size: 40px;
		font-weight: 500;
		color: rgba(40, 28, 28, 1);
		margin-bottom: 20px;
    }

    .directions-container .subtitle {
      font-size: 23px;
      color: rgba(0, 0, 0, .7);
      margin-bottom: 20px;
    }

   .directions-container .search-form {
      display: flex;
      justify-content: center;
      gap: 10px;
      margin-bottom: 40px;
    }
    
    .directions-container .search-form label {
        position: relative;
    }
    
    .directions-container .search-form label .suggestions {
        display: none;
        position: absolute;
        top: 91px;
        left: 0;
        width: 200px;
        height: auto;
        background: #fff;
        padding: 10px;
        border-radius: 10px;
        z-index: 999;
    }
    
    .directions-container .search-form label .suggestions .city-item {
        text-align: left;
        padding: 5px 0;
        cursor: pointer;
    }
    
    .directions-container .search-form label .suggestions .city-item:hover {
        opacity: .65;   
    }

    .directions-container .search-form input {
      padding: 24px 16px;
		box-sizing: border-box;
		border: 1px solid rgba(231, 231, 231, 1);
      border-radius: 10px;
      font-size: 18px;
      width: 180px;
      outline: none;
    }

	.search-form button {
      border: none;
		min-width: 240px;
		cursor: pointer;
    }


    .directions-container .search-form input::placeholder {
      color: #999;
    }

  .directions-container  .directions-grid {
      display: grid;
      grid-template-columns: repeat(auto-fill, minmax(260px, 1fr));
    padding: 0 20px;
      gap: 20px;
      margin-bottom: 40px;
    }

   .directions-container .direction-card {
	   display: none;
	   
      background: transparent;
      border-radius: 20px;
      padding: 24px;
      text-align: center;
      transition: transform 0.2s, box-shadow 0.2s;
	   border: 1px solid rgba(231, 231, 231, 1);
	   text-decoration: none;
    }


   .directions-container .direction-card.show {
	   display: block;
}

   .directions-container .direction-card:hover {
      transform: translateY(-2px);
      box-shadow: 0 4px 8px rgba(0,0,0,0.1);
	   cursor: pointer;
    }

   .directions-container .direction-card .route {
      font-size: 20px;
      font-weight: 500;
      color: #333;
      margin-bottom: 5px;
    }

   .directions-container .direction-card .price {
      font-size: 26px;
      font-weight: 600;
      color: rgba(218, 148, 51, 1);
    }

  .directions-container .show-more {
      display: inline-block;
      padding: 18px 48px;
	  border: 1px solid rgba(56, 76, 109, 1);
      border-radius: 12px;
	  color: rgba(56, 76, 109, 1);
      text-decoration: none;
	  font-weight: 600;
      font-size: 16px;
      transition: background-color 0.2s, border-color 0.2s;
	  cursor: pointer;
    }

.directions-container .show-more:hover { 
opacity: .75;	
}

.directions-container .empty {
    display: none;
    
    font-size: 23px;
    color: rgba(0, 0, 0, .7);
    margin-bottom: 20px;
    
    text-align: center;
}

.calc_h2 {
    font-weight: 500;
    font-size: 40px;
    text-align: center;
    color: rgba(0, 0, 0, 1);
    
    margin: 40px 0;
}

.block__transfer {
    display: none !important;
}

.block__transfer.active {
    display: flex !important;
}

.block__text .desc {
font-weight: 500;
font-size: 16px;
line-height: 110%;
text-align: center;
color: rgba(0, 0, 0, .9);
margin: 0 0 16px;
}

.wrapper__product--left__slider.popup-gallery {
    height: 456px;
}

.wrapper__product--left__slider--item {
    padding: 3px;
}

.wrapper__product--left__slider .slick-list {
    height: auto !important;
}

footer .wrapper__footer .footer__col .btn {
	max-width: 160px;
    padding: 15px 20px;
    margin: 15px 0 0;
}

.director-block__title {
	    font-style: normal;
    font-weight: 500;
    font-size: 35px;
    line-height: 42px;
    text-align: center;
    width: 740px;
    max-width: 100%;
    margin: 0 auto;
    margin-bottom: 30px;
    color: #000000;
}

.director-block__body {
	max-width: 600px;
    margin: 0 auto;
}

.director-block__body form {
	background: #f5f5f5;
	padding: 30px;
	border-radius: 20px;
}

.director-block__body form input[type=datetime-local],
.director-block__body form input[type=text],
.director-block__body form textarea {
    width: 100%;
    margin: 0 0 8px;
    box-sizing: border-box;
    
    border: 1px solid #DCDCDC;
    border-radius: 10px;
    padding: 20px;
    
    font-family: Inter Tight;
    font-weight: 500;
    font-size: 18px;
    line-height: 110%;
    color: #090909;
}

.director-block__body form textarea {
    height: 80px;   
}

.director-block__body form input[type=submit] {]
	max-width: 200px;
    width: 100%;
    margin: 0 auto 12px auto;
    border: none;
}

.wrapper__calc_desc_bottom p {
	margin: 0 0 15px;
}

.wrapper__calc_desc_bottom p:last-child {
	margin: 0 0 15px;
}

.dist_list--block {
	display: none;	margin: 20px 0 0;
}

.dist_list--block.active {
	display: block;
}

.dist_list--block .faq_list--block__column {
	width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    flex-wrap: wrap;
}

.dist_list__toggle {
	width: fit-content;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto;
    gap: 5px;
    background: #ccc;
    padding: 3px;
    border-radius: 25px;
}

.dist_list__toggle span {
	display: inline-block;
	background: transparent;
	padding: 10px;
    border-radius: 25px;
	cursor: pointer;
}

.dist_list__toggle span a {
	text-decoration: none;
	color: #666;
}

.dist_list__toggle span.active,
.dist_list__toggle span:hover {
	display: inline-block;
	background: #fff;
}

.dist_list--block .faq_list--block__column > span {
	border: 1px solid #e1e1e1;
	border-radius: 5px;
	padding: 3px 6px;
	
	transition: all .5s;
}

.dist_list--block .faq_list--block__column > span:hover {
	border: 1px solid #000;
}

.dist_list--block .faq_list--block__column > span a {
	font-weight: 500;
	color: #000;
	text-decoration: none;
}

.transfers--catalog {
    margin: 80px auto 0;   
}

p.policy_form {
    margin: 0 0 10px 0;
}

.mfp-content form a {
    color: #DA9433;
}

.tab_title {
    background: #D9D9D9;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 3px;
    width: max-content;
    margin: 0 auto;
    padding: 5px;
    border-radius: 30px;
    flex-wrap: wrap;
    max-width: 100%;
    
    cursor: pointer;
}

.tab_title__item:hover,
.tab_title__item.current {
    background: #fff;
    font-weight: 500;
    font-size: 16px;
    line-height: 110%;
    text-align: center;
    color: #000000;
    padding: 5px 10px;
    border-radius: 20px;
}

.tab_title__item {
    font-weight: 500;
    font-size: 16px;
    line-height: 110%;
    text-align: center;
    padding: 5px 10px;
    border-radius: 20px;
}

.tab_list {
    margin: 20px 0 0;
}

.tab_list__wrap {
    display: none;
}

.tab_list a {
    display: inline-block;
    border: 1px solid #D9D9D9;
    margin: 12px 12px 0 12px;
    padding: 5px 8px;
    text-decoration: none;
    border-radius: 12px;
    
    font-weight: 500;
    font-size: 16px;
    line-height: 120%;
    color: #000000;
    
    transition: all .5s;
}

.tab_list a:hover {
    opacity: .5;
}

.tab_list__wrap.current {
    display: block;   
}

.gx-route input, .gx-route textarea {
	box-sizing: border-box;
}

.adv_block_list--wrapper__item.red .adv_block_list--wrapper__list--text {
	margin: 11px 0;
}

.gx-check i {
	display: inline-block !important;		
}

.mfp-thumbnails {
  position: absolute;
  bottom: -100px;
  left: 50%;
  transform: translateX(-50%);
  display: flex;
  gap: 8px;
  z-index: 10;
  background: rgba(0,0,0,0.3);
  padding: 8px;
  border-radius: 8px;
  max-width: 150%;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
}

.mfp-thumb {
  width: 50px;
  height: 50px;
  object-fit: cover;
  border-radius: 4px;
  cursor: pointer;
  opacity: 0.7;
  transition: all 0.2s;
  flex-shrink: 0;
  border: 2px solid transparent;
}

.mfp-thumb:hover {
  opacity: 1;
  transform: scale(1.05);
}

.mfp-thumb.active {
  opacity: 1;
  border-color: #fff;
  box-shadow: 0 0 0 2px #fff;
}

/* Скрываем скроллбар для красоты */
.mfp-thumbnails::-webkit-scrollbar {
  height: 4px;
}
.mfp-thumbnails::-webkit-scrollbar-thumb {
  background: rgba(255,255,255,0.5);
  border-radius: 2px;
}

/* Контейнер буллетов */
/* Кнопка вместо span — для доступности и надёжности */
.mfp-bullet {
  display: block;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.6);
  border: none;
  padding: 0;
  margin: 0;
  cursor: pointer;
  transition: all 0.25s ease;
  -webkit-tap-highlight-color: transparent; /* Убирает серый фон при тапе на iOS */
  position: relative;
}

/* Активный буллет */
.mfp-bullet.active {
  background: #fff;
  transform: scale(1.4);
  box-shadow: 0 0 0 2px rgba(255, 255, 255, 0.3);
}

/* Визуальная обратная связь при нажатии */
.mfp-bullet:active {
  transform: scale(1.2);
  background: rgba(255, 255, 255, 0.9);
}

/* Для доступности: фокус при навигации с клавиатуры */
.mfp-bullet:focus {
  outline: 2px solid #fff;
  outline-offset: 2px;
}

/* Контейнер — гарантируем видимость */
.mfp-bullets {
  max-width: 100%;
  width: 100%; 	
  position: absolute;
  bottom: -80px;
  left: 50%;
  transform: translateX(-50%);
  display: flex;
  align-items: center;
  justify-content: center;	
  flex-wrap: wrap;
  gap: 10px;
  z-index: 1050 !important; /* Перекрывает стандартные элементы Magnific */
  padding: 8px 12px;
  border-radius: 30px;
  backdrop-filter: blur(3px);
}

.gx-route-form .gx-form-group textarea,
.gx-route input[type=text] {
	box-sizing: border-box !important;
}

.block__text--desc.rent {
	display: block;
}

.block__text--desc.transfer {
	display: none;
}

.block__text--desc p {
	margin: 0 0 5px;
}

 /* Стили для блока с подсказками */
#suggestions {
    display: none; /* Скрыт по умолчанию */
    position: absolute;
    top: 100%; /* Появляется сразу под инпутом */
    left: 0;
    width: 100%;
    border: 1px solid #ccc;
    border-top: none;
    background: #fff;
    z-index: 1000;
    box-shadow: 0 4px 6px rgba(0,0,0,0.1);
}

/* Стили для каждого города (div) */
#suggestions .city-item {
    padding: 10px;
    cursor: pointer;
    border-bottom: 1px solid #eee;
}

        #suggestions .city-item:last-child {
            border-bottom: none;
        }

        #suggestions .city-item:hover {
            background-color: #f0f0f0;
        }
        
        .wpcf7-not-valid-tip {
            display: none !important;
        }
        
        .wpcf7 form .wpcf7-response-output {
    margin: 0;
    position: absolute;
    width: 100%;
    top: -43px;
    left: 0;
    box-sizing: border-box;
}

.error.error-msg {
    color: #d36262;
    margin: 5px 0 15px 20px;
}

.gx-route-form .gx-form-row .gxr.firstBlock {
	flex-direction: column;
}

.gx-route-form .gx-form-row .gx-route {
	gap: 30px !important;	
}

.gx-route-form .gx-form-row .gx-route.citiesLine {
  flex-direction: column;   
  margin: 0 0 10px 0;
}

.gx-route-form .gx-form-row .gx-route.citiesLine input[type="text"]{
	max-width: 100%;
}

/* Панель с миниатюрами */
.mfp-pager {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    background: rgba(0, 0, 0, 0.8);
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
}

.mfp-thumbnails {
    display: flex;
    gap: 5px;
    flex-wrap: nowrap;
    overflow-x: auto;
}

.mfp-thumb {
    border: 2px solid transparent;
    padding: 0;
    cursor: pointer;
    opacity: 0.6;
    transition: all 0.3s;
}

.mfp-thumb.active {
    border-color: #fff;
    opacity: 1;
}

.mfp-thumb img {
	width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    border-radius: 5px;
}

.mfp-arrow {
    background: rgba(255, 255, 255, 0.2);
    border: none;
    color: #fff;
    font-size: 24px;
    padding: 5px 15px;
    cursor: pointer;
    transition: background 0.3s;
}

.mfp-arrow:hover {
}

/* Адаптивность для мобильных */
@media (max-width: 768px) {

}

.wrapper__catalog--item__top {
	display: flex;
    flex-direction: column;
    justify-content: space-between;
    gap: 20px;
	text-decoration: none;
}

.wrapper__catalog--item:hover .btn.btn--dark {
	opacity: .5;
}

.rent-modal__block--right__form .form_row,
.lead-2__wrapper .form_row,
.lead__wrapper .form_row,
.director-block__body  .form_row,
.slider .slider__bottom form .form_row,
.rent-modal__block--right__form .form_row,
.popup-block__body--wrapper__form .form_row{
    position: relative;
}

.lead-2__wrapper .form_row {
	margin: 0 0 5px;
}

.rent-modal__block--right__form .policy_form,
.popup-block__body--wrapper__form .policy_form {
    margin:  0 0 10px;
}

.rent-modal__block--right__form .form_row .error-msg,
.lead-2__wrapper p.error-msg,
.lead__wrapper p.error-msg,
.director-block__body .error-msg,
.slider .slider__bottom form .error-msg,
.rent-modal__block--right__form .error-msg,
.popup-block__body--wrapper__form .error-msg {
    display: none;
    
	position: absolute;
    background: #ed5e5e;
    color: #fff;
    padding: 5px;
    border-radius: 4px;
    z-index: 2;
    top: 60px;
    font-size: 14px;
    line-height: 18px;
    text-align: left;
}

.rent-modal__block--right__form .form_row .error-msg:before,
.lead-2__wrapper .error-msg:before,
.lead__wrapper .error-msg:before,
.director-block__body .error-msg:before,
.slider .slider__bottom form .error-msg:before,
.rent-modal__block--right__form .error-msg:before,
.popup-block__body--wrapper__form .error-msg:before {
    content: " ";
    position: absolute;
    bottom: 100%;
    left: 20px;
    margin-left: -5px;
    border-width: 5px;
    border-style: solid;
    border-color: transparent transparent #ed5e5e transparent;
}

@media (max-width: 600px) {
    .slider .slider__bottom form .error-msg, .rent-modal__block--right__form .error-msg, .popup-block__body--wrapper__form .error-msg {
        top: 40px;
    }
}

.hidden-fields-container {
	display: none !important;
}