/*
Theme Name: dl-bel.by
Theme URI: http://example.com
Description: Базовая тема для WordPress
Version: 1.0
Author: Your Name
Text Domain: mytheme
*/

/* Базовые сбросы стилей */

@font-face {
    font-family: 'Kinetika';
    src: url('/wp-content/themes/dl-bel.by/assets/fonts/kinetika/Kinetika-Black.woff') format('woff');
    font-weight: 900;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'Kinetika';
    src: url('/wp-content/themes/dl-bel.by/assets/fonts/kinetika/Kinetika-Bold.woff') format('woff');
    font-weight: 700;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'Kinetika';
    src: url('/wp-content/themes/dl-bel.by/assets/fonts/kinetika/Kinetika-Book.woff') format('woff');
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'Kinetika';
    src: url('/wp-content/themes/dl-bel.by/assets/fonts/kinetika/Kinetika-Medium.woff') format('woff');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'Kinetika';
    src: url('/wp-content/themes/dl-bel.by/assets/fonts/kinetika/Kinetika-SemiBold.woff') format('woff');
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'Gilroy';
    src: url('/wp-content/themes/dl-bel.by/assets/fonts/gilroy/Gilroy-Medium_0.ttf') format('truetype');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}
* {
    -webkit-tap-highlight-color: transparent;
}

body {
    font-family: 'Kinetika', sans-serif;
    color: #1D1D1D;
    background: #fff;
	overflow-x: clip;
}
html {
	font-size: 16px;
	 overflow-x: clip;
}
a {
	text-decoration: none;
}
img {
	width: 100%;
	height: auto;
}

/* Контейнер */
.container {
    max-width: 1440px;
    margin: 0 auto;
}

/* Хедер */
.site-header {
    background: transparent;
    margin-top: 31px;
	position: relative;
	z-index: 98;
}
.logo-header {
	width: 211px;
	height: 211px;
}
.site-title span {
	font-size: 2.0625rem;
	font-weight: 900;
	text-transform: uppercase;
}
.site-title {
	font-size: 1.75rem;
	font-weight: 500;
	line-height: 104%;
	max-width: 415px;
	width: 100%;
}
.header-inner {
    display: flex;
    justify-content:space-between;
    align-items: center;
}
.header-info {
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	gap: 20px;
}
.header-info__top {
	display: flex;
	justify-content: space-between;
	align-items: center;
	gap: 10px;
}
.development a {
	color: #FFF;
	text-decoration: none;
}
.header__work-time {
	display: flex;
	align-items: center;
	gap: 20px;
	font-family: 'Gilroy', sans-serif;
	font-size: 1.25rem;
	font-weight: 500;
	color: #121D2F;
	margin-bottom: 11px;
	line-height: 20px;
}
.header__contact-links {
	display: flex;
	align-items: center;
	gap: 9px;
}
.header-number a {
	font-family: 'Gilroy', sans-serif;
	font-size: 1.25rem;
	font-weight: 500;
	color: #121D2F;
}
.header-number svg {
	margin-right: 16px;
}
.site-title a {
    text-decoration: none;
    color: #333;
    font-size: 1.5rem;
    font-weight: bold;
}

/* Главное меню */
.main-menu {
    display: flex;
	justify-content: space-between;
    list-style: none;
    gap: 20px;
	background: linear-gradient(178deg, #94BDBB 5%, #52978F 100%);
	padding: 5px 20px;
	border-radius: 9px;
}

.main-menu a {
    font-size: 1.375rem;
	font-weight: 500;
    color: #FFF;
	font-family: 'Gilroy';
}
.main-menu a:hover {
	color: #1D1D1D;
}
.main-menu a:active {
	color: #1D1D1D;
}
.menu-item {
	align-items: center;
	display: flex;
}
.main-menu li:not(:last-child)::after {
    content: '';
    display: inline-block; 
    width: 2px;
    height: 19.5px;
    background-color: #FFF;
    margin-left: 27px;
	border-radius: 2px;
}

/* Основной контент */
.site-main {
    background: #fff;
    min-height: 60vh;
}

/* Сайдбар */
.sidebar {
    background: #f9f9f9;
    padding: 20px;
}

.widget {
    margin-bottom: 30px;
}
.banner-section {
	background: url('./assets/img/banner.webp');
	background-position: center;
	background-size: cover;
	margin-top: -150px;
    padding: 419px 0 314px;
}
.banner-section .container {
	position: relative;
}
.banner {
	width: 51%;
}
.banner__title {
	font-size: 3.375rem;
	font-weight: 900;
	text-transform: uppercase;
	line-height: 105%;
}
.banner-subtitle {
	font-size: 2.375rem;
	font-weight: 600;
	line-height: 40px;
	margin: 13px 0 45px;
}
.banner__card-item {
	display: flex;
	align-items: center;
	gap: 20px;
	border-radius: 19px;
	padding: 20px 23px;
	background: linear-gradient(167deg, #F8DA0E 20%, #FDEF95 100%);
	box-shadow: inset 0 4px 4px 0 rgba(255, 255, 255, 0.25), 0 4px 6px 0 rgba(0, 0, 0, 0.19);
}

.banner__cards {
	display: grid;
	grid-template-columns: 305px 1fr;
	row-gap: 20px;
	column-gap: 23px;
}
.banner__card-item img {
	width: 35px;
	height: 29px;
}
.banner__card-item div {
	font-size: 1.628125rem;
	font-weight: 500;
	line-height: 24.9px;
}
.banner__card-item b {
	font-weight: 600;
}
.banner-social {
	display: flex;
	flex-direction: column;
	gap: 12.17px;
	position: absolute;
	right: 0px;
	bottom: -10px;
}
.youtube {
	display: inline-flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
}
.youtube img {
	width: 45.41px;
	height: 31.79px;
	transition: opacity 0.3s ease;
}
.inst img {
	width: 45.08px;
	height: 45.08px;
	transition: opacity 0.3s ease;
}
.banner-social img:hover {
	opacity: 0.5;
}
.products-section {
	padding: 0px 0 35px;
	margin-top: -130px;
}
.products {
	background: rgba(217,217,217,0.24);
	border-radius: 23px;
	padding: 10px;
	display: flex;
	justify-content: space-between;
	gap: 18.31px;
	
}
.product__item:hover {
	background: linear-gradient(90deg, #89B7B4, #569992);
}
.product__item:hover .grey-btn {
	color: #1D1D1D;
    background: linear-gradient(166deg, #F8DA0E 20%, #FDEF95 100%);
    border: 1px solid transparent;
}
.product__item:hover .product__title {
	color: #FFF;
}
.product__title {
	font-size: 2.625rem;
	font-weight: 500;
	color: #313131;
	line-height: 32.7px;
}
.product__title span {
	font-size: 2.875rem;
	font-weight: 900;
	line-height: 52.2px;
	text-transform: uppercase;
}
.product__item {
	border-radius: 20px;
	display: flex;
	height: 346.39px;
	overflow: visible;
	padding: 61.04px 0 22.27px 42px;
	background: rgba(0,0,0,0.05);
}
.product__item .grey-btn {
	margin-top: 30px;
}
.grey-btn {
	border-radius: 12px;
	border: 1px solid #5F5F5F;
	font-size: 1.375rem;
	font-weight: 500;
	line-height: 37.6px;
	color: #313131;
	padding: 9px 45px;
	background: #E9E9E9;
	transition: all 0.3s ease;
	display: inline-block;
}
.grey-btn:hover {
	color: #1D1D1D;
	background: linear-gradient(166deg, #F8DA0E 20%, #FDEF95 100%);
	box-shadow: inset 0 4px 4px 0 rgba(255,255,255,0.25), 0 4px 6px 0 rgba(0,0,0,0.19);
	border: 1px solid transparent;
}
.product__image {
	margin-top: -160px;
	flex: 0 0 auto;
}

.choice {
	position: relative;
	display: flex;
	align-items: center;
	min-height: 729px;
}

.choice__img {
	position: absolute;
	left: -220px;
	top: 50%;
	transform: translateY(-50%);
	z-index: 1;
}

.choice__img img {
	width: 1047px;
	height: 729px;
	object-fit: cover;
	display: block;
}
.choice__text h2 {
	font-size: 3.25rem;
	font-weight: 900;
	line-height: 105%;
	text-transform: uppercase; 
	margin-bottom: 21px;
}
.choice__text span {
	font-size: 2.375rem;
	font-weight: 600; 
	line-height: 45.1px;
	text-transform: none; 
}
.choice__text p {
	font-size: 1.625rem;
	line-height: 30px;
	margin-bottom: 38.06px; 
}
.choice__text {
	position: relative;
	z-index: 2;
	width: 55%;
	margin-left: auto;
	padding-left: 40px;
}
.promotion-section {
	padding: 153px 0 250px;
}
.promotion {
	display: flex;
	align-items: center;
	position: relative;
}
.promotion__img {
	position: absolute;
	left: -0px;
	top: 35%;
	transform: translateY(-50%);
	z-index: 1;
}
.promotion__img img {
	width: 1084px;
	height: 798px;
	object-fit: cover;
	display: block;
}
.promotion__text {
  	position: relative;
  	z-index: 2;
	max-width: 1019px;
  	margin-left: auto;
  	padding-left: 40px;
  	margin-right: calc(50% - 720px);
  	border-radius: 19px;
  
  	/* Тени */
  	box-shadow: 
		-2px 4px 10px 0px #9191910D,
		-7px 17px 18px 0px #9191910A,
		-15px 37px 24px 0px #91919108,
		-27px 66px 29px 0px #91919103,
		-42px 103px 31px 0px #91919100,
		0px 4px 4px 0px #FFFFFF40 inset,
		0px -5px 4px 0px #FFFFFF40 inset;
  
  	backdrop-filter: blur(20px);
  	background: rgba(240, 240, 240, 0.3);
  	padding: 66px 90px 58px 118px;
}
.promotion__text::before {
  	content: '';
  	position: absolute;
  	inset: 0; /* Меняем с -1px на 0, так как границу рисует псевдоэлемент */
  	border-radius: inherit;
  	padding: 1px; /* Толщина границы */
  	background: conic-gradient(from 102.75deg at 50% 52.91%, 
		rgba(249, 249, 249, 0.5) -32.95deg, 
		rgba(156, 156, 156, 0.5) 10.52deg, 
		rgba(156, 156, 156, 0.35) 32.12deg, 
		rgba(255, 255, 255, 0.5) 60.28deg, 
		rgba(255, 255, 255, 0.5) 107.79deg, 
		rgba(156, 156, 156, 0.35) 187.59deg, 
		#F9F9F9 207.58deg, 
		rgba(255, 255, 255, 0.5) 287.31deg, 
		rgba(249, 249, 249, 0.5) 327.05deg, 
		rgba(156, 156, 156, 0.5) 370.52deg);
  
  /* Маска, чтобы градиент был только на границе, а не на всей области */
  	-webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
  	mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
  	-webkit-mask-composite: xor;
  	mask-composite: exclude;
  
  	pointer-events: none;
}
.promotion__text::after {
	content: '';
	position: absolute;
	bottom: -139px;
	left: -184px;
	background: url('./assets/img/cloud.webp');
	width: 322px;
	height: 254px;
	display: block;
}
.promotion__text h2 {
	font-size: 2.6875rem;
	font-weight: 600;
	line-height: 100%;
}
.promotion__text span {
	font-weight: 900;
	text-transform: uppercase;
}
.promotion__text p {
	color: #579A92;
	font-weight: 600;
	font-size: 2.375rem;
	margin: 11px 0 33px;
}
.btn {
	border-radius: 19px;
	background: linear-gradient(166deg, #F8DA0E 20%, #FDEF95 100%);
	box-shadow: inset 0 4px 4px 0 rgba(255, 255, 255, 0.25), 0 4px 6px 0 rgba(0, 0, 0, 0.19);
	padding: 25px 35px;
	color: #1D1D1D;
	line-height: 24.9px;
	font-size: 1.628125rem;
	border: none;
	font-family: 'Kinetika', sans-serif;
	font-weight: 500;
	position: relative;
	overflow: hidden;
	cursor: pointer;
	transition: all 0.3s ease;
}

/* Эффект пробегающего блеска */
.btn::before {
	content: '';
	position: absolute;
	top: 0;
	left: -100%;
	width: 100%;
	height: 100%;
	background: linear-gradient(
		120deg,
		transparent,
		rgba(255, 255, 255, 0.6),
		transparent
	);
	transform: skewX(-25deg);
	transition: left 0.5s ease;
}

.btn:hover::before {
	left: 150%;
}

/* Дополнительно: лёгкое увеличение и изменение тени при наведении */
.btn:hover {
	transform: scale(1.02);
	box-shadow: inset 0 4px 4px 0 rgba(255, 255, 255, 0.35), 0 6px 12px 0 rgba(0, 0, 0, 0.25);
}
.advantages-section {
	padding: 0 0 160px;
}
.advantages {
	display: flex;
	justify-content: space-between;
}
.l-adv h2 span{
	font-size: 2.125rem;
	font-weight: 600;
	text-transform: none;
}
.l-adv h2 {
	font-size: 2.875rem;
	font-weight: 900;
	line-height: 105%;
	text-transform: uppercase;
}
.l-adv p {
	font-size: 1.75rem;
	font-weight: 500;
	line-height: 30.5px;
	margin-top: 16px;
	margin-bottom: 48px;
	max-width: 656px;
}
.adv-card {
	border-radius: 19px;
}
.adv-card h3 {
	font-weight: 900;
	font-size: 1.8125rem;
	line-height: 105%;
	text-transform: uppercase;
	margin-bottom: 9px;
}
.l-card h3 {
	color: #FFF;
}
.r-card h3 {
	color: #3A3A3A;
}
.l-card {
	background: linear-gradient(319.53deg, #016A70 -16.33%, #89B7B4 60.17%);
	padding: 36px 83px 36px 58px;
	max-width: 563px;
}
.r-card {
	background: linear-gradient(318.34deg, #F8DA0E 24.52%, #FDEF95 76.29%);
	padding: 38px 56px 23px 71px;
	box-shadow: 0px 4px 6px 0px #00000030, 0px 4px 4px 0px #FFFFFF40 inset;
	max-width: 649px;
}
.adv-card li {
	font-size: 2rem;
	line-height: 33px;
	list-style: none;
	position: relative;
	padding-left: 21px;
	font-weight: 500;
}
.adv-card li:not(:last-child) {
	margin-bottom: 25px;
}
.adv-card li::before {
  	content: '';
  	position: absolute;
  	left: -80px;
  	top: 50%;
  	transform: translateY(-50%);
  	width: 59px;
  	height: 59px;
  	background-image: url('./assets/icons/list-icon-2.svg');
  	background-size: contain;
  	background-repeat: no-repeat;
	box-shadow: -2px 4px 10px 0px #9191910D,
		-7px 17px 18px 0px #9191910A,
		-15px 37px 24px 0px #91919108,
		-27px 66px 29px 0px #91919103,
		-42px 103px 31px 0px #91919100;
	border-radius: 50%;
}
.l-card li {
	color: #FFF;
}
.r-card li {
	color: #3A3A3A;
}
.r-card ul {
	margin-left: 70px;
	margin-top: 25px;
}
.adv-img {
	position: absolute;
	top: -350px;
	width: 551px;
	height: 528px;
	z-index: 2;
	left: 50%;
    transform: translateX(-50%);
}
.garant-img {
	position: absolute;
	top: -68px;
	right: 219px;
	width: 308px;
	height: 134px;
	margin-left: auto;
	z-index: 2;
}
.adv-images {
	position: relative;
	height: 126px;
}
.portfolio-section {
	padding-bottom: 90px;
}
.portfolio__title{
	text-align: center;
	font-size: 2.846rem;
	text-transform: uppercase;
	font-weight: 900;
	line-height: 52.5px;
}
.portfolio__title span {
	font-size: 2.598rem;
	font-weight: 500;
	line-height: 32.7px;
	text-transform: none;
}
.portfolio__images {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 12px;
    margin-bottom: 37px;
}

.portfolio__images img {
    width: 100%;
    height: 378px;
    object-fit: cover;
    border-radius: 19px;
}
.portfolio-item {
	border-radius: 24px;
	background: #F0F0F0;
	padding: 38px 71px;
	margin-top: 37.26px;
	min-height: 621px;
}
.portfolio__item-title {
	font-size: 1.778rem;
	font-weight: 600;
	line-height: 30.5px;
}
.portfolio__item-descr {
	font-size: 1.778rem;
	font-weight: 500;
	line-height: 30.5px;
}
.left-arrow, .right-arrow {
	width: 75px;
	height: 75px;
	background: linear-gradient(180deg, #89B7B4 0%, #37898B 100%);
	display: block;
	border-radius: 50%;
	position: absolute;
	cursor: pointer;
}
.left-arrow {
	left: -32px;
}
.right-arrow {
	right: -32px;
}
.arrows svg {
	position: absolute;
  	top: 50%;
  	left: 50%;
  	transform: translate(-50%, -50%);
}
.arrows {
	display: flex;
	justify-content: space-between;
	position: relative;
	top: -260px;
	z-index: 2;
}
.owl-dot {
	width: 10px;
	height: 10px;
	border-radius: 50%;
	background: #DADADA!important;
}
.owl-dot:not(:last-child) {
	margin-right: 7px;
}
.owl-dots {
	width: 100%;
	margin: 0 auto;
	text-align: center;
	margin-top: 26px;
}
.owl-dot.active {
	background: #727272!important;
}
.reviews-section {
	background: url('./assets/img/reviews-bg.webp');
	background-repeat: no-repeat;
	background-size: contain;
	padding-bottom: 90px;
}
.reviews-section h2 {
	font-size: 2.846rem;
	font-weight: 900;
	line-height: 52.2px;
	text-transform: uppercase;
	text-align: center;
}
.reviews-section h2 > span {
	text-transform: none;
	font-size: 2.598rem;
	font-weight: 500;
	line-height: 32.7px;
}
.reviews {
	display: flex;
	gap: 42px;
	margin-top: 75.26px;
}
.quote {
	font-size: 3rem;
	line-height: 52.5px;
	position: relative;
	max-width: 552px;
	font-weight: 500;
}
.quote span {
	font-size: 3.438rem;
	opacity: 0.45;
	font-weight: 900;
	position: absolute;
}
.quote span:nth-of-type(1) {
	top: -33px;
	left: -20px;
}
.quote b {
	font-weight: 600;
}

.quote span:nth-of-type(2) {
	position: relative;
	margin-left: 18px;
}
.director {
	display: flex;
	gap: 17px;
	margin-top: 10px;
	margin-bottom: 55px;
	align-items: center;
}
.director img {
	width: 155px;
	height: 155px;
}
.director h3 {
	font-size: 1.625rem;
	font-weight: 500;
	line-height: 29.5px;
	text-align: right;
	margin-top: 50px;
	margin-left: 86px;
}
.reviews-item__wrapper {
	display: flex;
	gap: 38px;
}

.reviews-item__wrapper:nth-of-type(2) {
	margin-top: -53px;
}
.reviews-item__wrapper:nth-of-type(2) .reviews-item {
	margin-top: auto;
}
.reviews-item {
	width: 100%;
	height: 100%;
	padding: 12px;
	background: #0000001c;
	border-radius: 29px;
  	position: relative;
	box-shadow: 
    -1px 3px 6px 0px rgba(0,0,0,0.08),
    -3px 11px 11px 0px rgba(0,0,0,0.07),
    -7px 24px 15px 0px rgba(0,0,0,0.04),
    -13px 43px 18px 0px rgba(0,0,0,0.01),
    -20px 68px 20px 0px rgba(0,0,0,0.0);
}
.reviews-item::before {
  	content: '';
  	position: absolute;
  	inset: 0;
	filter: blur(15px);
  	border-radius: 29px;
  	padding: 1px;
  	background: conic-gradient(from 102.21deg at 52.75% 38.75%, 
		rgba(249, 249, 249, 0.5) -32.95deg, 
		rgba(64, 64, 64, 0.5) 10.52deg, 
		rgba(64, 64, 64, 0.35) 32.12deg, 
		rgba(255, 255, 255, 0.5) 60.28deg, 
		rgba(255, 255, 255, 0.5) 107.79deg, 
		rgba(64, 64, 64, 0.35) 187.59deg, 
		#F9F9F9 207.58deg, 
		rgba(255, 255, 255, 0.5) 287.31deg, 
		rgba(249, 249, 249, 0.5) 327.05deg, 
		rgba(64, 64, 64, 0.5) 370.52deg);

  /* Маска, чтобы градиент был только на границе */
  	-webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
  	mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
  	-webkit-mask-composite: xor;
  	mask-composite: exclude;
  	pointer-events: none;
}
.reviews-item img {
  	width: 100%;
  	height: 100%;
  	display: block;
  	border-radius: 12px;
  	object-fit: contain;
}
.reviews-item {
  	display: flex;
}
.reviews-item img {
  	flex: 1;
  	min-height: 0;
}
.l-col .reviews-item__wrapper {
	align-items: flex-end;
	padding-top: 35px;
}
.consultation-section {
	padding: 90px 0 140px;
	overflow-x: clip;
	overflow-y: visible;
}

.consultation {
    max-width: 1236px;
    width: 100%;
	margin: 0 auto;
	display: flex;
    padding: 69px 80px 51px;
    background: rgba(240, 240, 240, 0.3);
    border-radius: 19px;
    box-shadow: 
        -2px 4px 10px 0px rgba(145, 145, 145, 0.05),
        -7px 17px 18px 0px rgba(145, 145, 145, 0.04),
        -15px 37px 24px 0px rgba(145, 145, 145, 0.03),
        -27px 66px 29px 0px rgba(145, 145, 145, 0.01),
        -42px 103px 31px 0px rgba(145, 145, 145, 0),
        0px 4px 4px 0px rgba(255, 255, 255, 0.25) inset,
        0px -5px 4px 0px rgba(255, 255, 255, 0.25) inset;
    position: relative;
	overflow: visible;
}

.consultation::before {
    content: '';
    position: absolute;
	filter: blur(20px);
    inset: 0;
    border-radius: 19px;
    padding: 1px;
    background: conic-gradient(from 102.75deg at 50% 52.91%, 
        rgba(249, 249, 249, 0.5) -32.95deg, 
        rgba(156, 156, 156, 0.5) 10.52deg, 
        rgba(156, 156, 156, 0.35) 32.12deg, 
        rgba(255, 255, 255, 0.5) 60.28deg, 
        rgba(255, 255, 255, 0.5) 107.79deg, 
        rgba(156, 156, 156, 0.35) 187.59deg, 
        #F9F9F9 207.58deg, 
        rgba(255, 255, 255, 0.5) 287.31deg, 
        rgba(249, 249, 249, 0.5) 327.05deg, 
        rgba(156, 156, 156, 0.5) 370.52deg);
    -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
    mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
    -webkit-mask-composite: xor;
    mask-composite: exclude;
    pointer-events: none;
    z-index: 1;  
}

.consultation > * {
    position: relative;
    z-index: 2;
}
.consultation::after {
    content: '';
    position: absolute;
    inset: 0;
    background: rgba(240, 240, 240, 0.3);
    border-radius: 19px;
    z-index: 0;
}
.consultation__text {
	width: 86%;
}
.consultation h2 {
	font-size: 2.688rem;
	font-weight: 900;
	line-height: 100%;
	text-transform: uppercase;
	margin-bottom: 25px;
	width: 80%;
}
.consultation h2 span {
	text-transform: none;
	font-weight: 600;
}
.consultation__img {
	position: absolute;
	bottom: -143px;
	right: -45%;
	overflow: visible;
	max-width: none;
}
.consultation__img img {
	max-width: none;
	width: auto;
	height: auto;
	display: block;
}
.table-section {
	padding: 90px 0;
}
.table {
	position: relative;
	width: 100%;
	z-index: 2;
}
.table ul li {
	font-size: 1.625rem;
	width: 100%;
	height: 56px;
	position: relative;
	list-style-type: none;
	font-weight: 500;
	padding-top: 11.5px;
}
.table li::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 2px;
  background: linear-gradient(
    90deg,
    transparent 0%,
    rgba(196, 196, 196, 1) 15%,
    rgba(196, 196, 196, 1) 85%,
    transparent 100%
  );
}
.table-col {
	position: absolute;
	display: flex;
	gap: 24px;
	top: -125px;
	bottom: -12px;
	right: 0;
	z-index: -1;
}
.table-col h3 {
	background: linear-gradient(180deg, #89B7B4 14.61%, #569992 113.34%);
	border-radius: 17px;
	text-align: center;
	color: #FFF;
	font-weight: 500;
	font-size: 1.688rem;
	line-height: 26px;
	padding: 5px 30px 15px;
	margin: 10px 10px 40px;
	font-family: 'Gilroy';
}
.first-col, .sec-col {
	background: rgba(232, 232, 232, 1);
	border-radius: 16px;
	border: 1px solid rgba(0, 0, 0, 0.1);
	width: 386px;
}
.table-col ul li img {
	width: 35px;
	height: 29px;
}
.table-col ul li {
	text-align: center;
	padding-top: 13.5px;
}
.table-col ul li span {
	font-size: 1.306rem;
	font-weight: 500;
}
.table-col li::after {
	content: none;
}
.table-col ul li:nth-of-type(even) {
	background: #F5F5F5;
}
.beton-banner__wrapper {
	display: flex;
	align-items: center;
	margin-top: -80px;
}
.beton-banner__text h2 {
	font-size: 3rem;
	font-weight: 900;
	line-height: 105%;
	text-transform: uppercase;
	margin-bottom: 25px;
}
.beton-banner__text p {
	font-size: 1.75rem;
	font-weight: 500;
	line-height: 30px;
}
.beton-banner__text p:not(:last-child) {
	margin-bottom: 20px;
}
.beton-banner__text {
	width: 50%;
}
.beton-banner__image {
	flex-shrink: 0;
  	width: 712px; 
  	overflow: visible;
  	position: relative;
}
.beton-banner__image img {
	display: block;
  	width: auto;
  	height: auto;
  	max-width: none;
  	position: relative;
  	left: -147px;
	bottom: 40px;
}
.how-work-section {
	padding-bottom: 90px;
}
.how-work__title {
	text-align: center;
	position: relative;
    z-index: 2;
}
.how-work__title h2 {
	font-size: 2.875rem;
	font-weight: 900;
	line-height: 105%;
	text-transform: uppercase;
}
.how-work__title h2 span {
	font-size: 2.125rem;
	font-weight: 600;
	line-height: 40px;
	text-transform: none;
}
.how-work__title p {
	font-size: 1.625rem;
	line-height: 30px;
}
.how-work img {
	margin-top: -20px;
	max-width: 1920px;
}
.how-work__cards {
	display: grid;
	grid-template-columns: repeat(3,1fr);
	gap: 22px;
	max-width: 1260px;
	margin: -282px auto 0;
}
.how-work__card-item h3 {
	background: linear-gradient(180deg, #89B7B4 14.61%, #569992 113.34%);
	border-radius: 10px;
	padding: 8px 22px;
	color: #FFF;
	min-height: 70px;
	font-family: 'Gilroy', sans-serif;
	font-weight: 500;
	font-size: 1.625rem;
}
.how-work__card-item p {
	font-size: 1.313rem;
	color: #4B4B4B;
	line-height: 24px;
	font-weight: 500;
	font-family: 'Gilroy', sans-serif;
	margin-top: 10px;
}
.how-work__card-item {
  	border-radius: 19px;
  	padding: 13px 16px;
  	background: rgba(240, 240, 240, 0.3);
  	position: relative;
	box-shadow: 
    	-2px 4px 10px 0px #9191910D,
    	-7px 17px 18px 0px #9191910A,
    	-15px 37px 24px 0px #91919108,
    	-27px 66px 29px 0px #91919103,
    	-42px 103px 31px 0px #91919100,
    	0px 4px 4px 0px #FFFFFF40 inset,
    	0px -5px 4px 0px #FFFFFF40 inset;
  	backdrop-filter: blur(20px);
}
.how-work__card-item::before {
  	content: '';
  	position: absolute;
  	inset: 0;
  	border-radius: 19px;
  	padding: 1px;
  	background: conic-gradient(
   	 from 102.75deg at 50% 52.91%,
    	rgba(249, 249, 249, 0.5) -32.95deg,
    	rgba(156, 156, 156, 0.5) 10.52deg,
    	rgba(156, 156, 156, 0.35) 32.12deg,
    	rgba(255, 255, 255, 0.5) 60.28deg,
    	rgba(255, 255, 255, 0.5) 107.79deg,
    	rgba(156, 156, 156, 0.35) 187.59deg,
    	#F9F9F9 207.58deg,
    	rgba(255, 255, 255, 0.5) 287.31deg,
    	rgba(249, 249, 249, 0.5) 327.05deg,
    	rgba(156, 156, 156, 0.5) 370.52deg
  	);
  	-webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
  	mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
  	-webkit-mask-composite: xor;
  	mask-composite: exclude;
  	pointer-events: none;
}
.how-work__card-item span {
	position: absolute;
	top: -19.44px;
	right: 36px;
	border-radius: 50%;
	background: radial-gradient(59.73% 59.73% at 50% 50%, #FEEF90 0%, #F8DB17 100%);
	width: 53.44px;
	height: 53.44px;
	font-size: 1.625rem;
	font-weight: 600;
	line-height: 38.17px;
	display: flex;
	justify-content: center;
	align-items: center;
}
.obzor-section {
	padding-bottom: 90px;
}
.obzor__title {
	text-align: center;
}
.obzor__title h2 {
	font-size: 2.875rem;
	font-weight: 900;
	text-transform: uppercase;
	line-height: 105%;
}
.obzor__title span {
	font-size: 2.125rem;
	font-weight: 600;
	margin-top: 4px;
	text-transform: none;
	line-height: 30px;
}
.obzor__video {
    position: relative;
   	width: 896px;
    height: auto;
	margin: 33px auto 0;
	overflow: visible;
    cursor: pointer;
	border-radius: 47px;
	background: #F0F0F04D;
	padding: 16px;
	box-shadow: 
        -2px 4px 10px 0px #9191910D,
        -7px 17px 18px 0px #9191910A,
        -15px 37px 24px 0px #91919108,
        -27px 66px 29px 0px #91919103,
        -42px 103px 31px 0px #91919100,
        0px 4px 4px 0px #FFFFFF40 inset,
        0px -5px 4px 0px #FFFFFF40 inset;
    backdrop-filter: blur(20px);
}
.obzor__video::before {
	content: '';
  	position: absolute;
  	inset: 0;
  	border-radius: 47px;
  	padding: 1px;
  	background: conic-gradient(
   	 from 102.75deg at 50% 52.91%, rgba(249, 249, 249, 0.5) -32.95deg, rgba(156, 156, 156, 0.5) 10.52deg, rgba(156, 156, 156, 0.35) 32.12deg, rgba(255, 255, 255, 0.5) 60.28deg, rgba(255, 255, 255, 0.5) 107.79deg, rgba(156, 156, 156, 0.35) 187.59deg, #F9F9F9 207.58deg, rgba(255, 255, 255, 0.5) 287.31deg, rgba(249, 249, 249, 0.5) 327.05deg, rgba(156, 156, 156, 0.5) 370.52deg
  	);
  	-webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
  	mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
  	-webkit-mask-composite: xor;
  	mask-composite: exclude;
  	pointer-events: none;
}

.obzor__video a {
    position: relative;
	display: block;
}

.obzor__video img {
    width: 100%;
    height: auto;
    object-fit: cover;
    display: block;
	margin: 0 auto;
	border-radius: 41px;
	box-shadow: 0px 4px 4px 0px #00000040;
}

.play-button {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
	-webkit-transform: translate(-50%, -50%);
    transition: transform 0.2s ease;
	-webkit-transform: translate3d(-50%, -50%, 0);
    transform: translate3d(-50%, -50%, 0);
    
    /* 3. Анимируем конкретно webkit-свойство для старых iOS и обычное для новых */
    transition: transform 0.2s ease, -webkit-transform 0.2s ease;
    
    /* 4. Подсказываем браузеру оптимизировать этот элемент */
    will-change: transform;
}

.obzor__video a:hover .play-button {
    transform: translate(-50%, -50%) scale(1.1);
}

.play-button svg {
    width: 68px;
    height: 68px;
    filter: drop-shadow(0 4px 8px rgba(0,0,0,0.2));
}
.variants__title {
	text-align: center;
	margin-bottom: 44px;
}
.variants__title h2 {
	font-size: 2.875rem;
	font-weight: 900;
	text-transform: uppercase;
	line-height: 105%;
}
.variants__title span {
	font-size: 2.125rem;
	font-weight: 600;
	margin-top: 4px;
	text-transform: none;
	line-height: 30px;
}
.variants-section {
	padding-bottom: 90px;
}
.variants-section .btn {
	margin: 48px auto 0;
	display: block;
}

.variants {
    position: relative;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    max-width: 1130px;
    margin: 0 auto;
    gap: 1.75px;
}

.variants::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    pointer-events: none;
    background-image: 
        linear-gradient(90deg, 
            transparent 0%, 
            rgba(196, 196, 196, 1) 15%, 
            rgba(196, 196, 196, 1) 85%, 
            transparent 100%
        ),
        linear-gradient(0deg, 
            transparent 0%, 
            rgba(196, 196, 196, 1) 15%, 
            rgba(196, 196, 196, 1) 85%, 
            transparent 100%
        );
    background-repeat: no-repeat;
    background-position: center, center;
    background-size: 100% 1.75px, 1.75px 100%;
}
.variants__item {
	width: 565px; 
	height: 535px;
}
.variants__item:nth-of-type(odd) {
	padding-right: 70px;
}
.variants__item:nth-of-type(even) {
	padding-left: 70px;
}
.variants__item:nth-of-type(1), .variants__item:nth-of-type(2) {
	padding-bottom: 36px;
}
.variants__item:nth-of-type(3), .variants__item:nth-of-type(4) {
	padding-top: 17px;
}
.variants__item-title {
	font-size: 2.125rem;
	font-weight: 600;
	line-height: 105%;
	margin-bottom: 23px;
	text-align: center;
}
.variants__item-img {
	width: 535px;
	height: 340px;
}
.variants__item-descr {
	color: #FFF;
	font-size: 1.625rem;
	font-weight: 600;
	line-height: 30px;
	border-radius: 19px;
	background: linear-gradient(180deg, #89B7B4 14.61%, #569992 113.34%);
	padding: 8px 32px;
	display: flex;
	justify-content: space-between;
	margin-top: 20px;
}
.variants .l-col, .variants .r-col {
	display: flex;
	flex-direction: column;
}
.variants__item-descr-line {
	width: 1.75px;
	height: 49.5px;
	background: linear-gradient(180deg, transparent 0%, rgba(255, 255, 255, 1) 30%, rgba(255, 255, 255, 1) 70%, transparent 100%);
}
.beton-adv__title {
	margin-bottom: 19px;
}
.beton-adv__title h2 {
	font-size: 2.875rem;
	font-weight: 900;
	text-transform: uppercase;
	line-height: 105%;
}
.beton-adv__title span {
	font-size: 2.125rem;
	font-weight: 600;
	margin-top: 4px;
	text-transform: none;
	line-height: 30px;
}
.beton-adv {
	display: flex;
	margin-left: 45px;
}
.beton-adv .l-card {
	max-width: unset;
}
.beton-adv .beton-adv__text {
	flex: 0 0 55%;
	max-width: 55%;
}
.beton-adv__img {
	flex: 0 0 44%;
	max-width: 44%;
	margin-left: -50px;
	margin-top: -90px;
}
.usage-section {
	padding: 180px 0 270px;
}
.usage {
	display: flex;
	align-items: center;
	justify-content: center;
	position: relative;
}
.usage__img {
	position: absolute;
	left: -530px;
    top: 36%;
    transform: translateY(-50%);
    z-index: 1;
}
.usage__text {
	position: relative;
	z-index: 2;
	margin-left: auto;
	width: 43%;
}
.usage__title {
	margin-bottom: 36px;
}
.usage__title h2 {
	font-size: 2.813rem;
	font-weight: 900;
	text-transform: uppercase;
	line-height: 52.2px;
	color: #313131;
}
.usage__title span {
	font-size: 2.313rem;
	font-weight: 500;
	margin-top: 4px;
	text-transform: none;
	line-height: 32.7px;
	color: #313131;
	max-width: 568px;
}
.usage__items-wrapper {
	display: flex;
	flex-direction: column;
	gap: 27.74px;
}
.usage__item {
	display: flex;
	justify-content: space-between;
	gap: 20px;
}
.usage__num {
	color: #68A39E;
	font-size: 5rem;
	font-weight: 900;
	line-height: 52.2px;
	width: 49px;
	flex-shrink: 0;
}
.usage__item p {
	font-size: 1.778rem;
	line-height: 30.5px;
}
.usage__item b {
	font-weight: 600;
}
.usage__item-line {
    width: 1.75px;
    height: 59px;
    background: linear-gradient(180deg, transparent 0%, rgba(0, 0, 0, 1) 30%, rgba(0, 0, 0, 1) 70%, transparent 100%);
}
.how-work-station img {
	position: absolute;
  	top: 30px;
  	left: 0;
	z-index: 1;
	width: auto;
	height: auto;
}
.page-template-station .how-work-section {
	padding-bottom: 0;
}
.how-work__cards-station {
	position: relative;
	z-index: 2;
	margin-left: auto;
	display: flex;
    flex-direction: column;
    gap: 26.44px;
}
.how-work__cards-station .how-work__card-item {
	max-width: 406px;
	width: 100%;
}
.how-work__cards-station .how-work__card-item span {
	top: 21px;
	left: -26px;
}
.how-work-station {
	display: flex;
	margin-top: -30px;
	height: 1036px;
}
.how-work-section {
	position: relative;
}
.kit-section {
	padding: 100px 0;
	position: relative;
}
.kit__badge {
	position: absolute;
	top: 255px;
	left: 0;
	border-top-right-radius: 21px;
	border-bottom-right-radius: 21px;
	background: rgba(45, 166, 139, 1);
	width: 88px;
	height: 564px;
	padding: 30px 17px 30px 7px;
}
.kit-badge img {
	width: 63.54px;
	height: 159.92px;
}
.kit {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 30px;
    max-width: 1340px;
    margin: 47px auto 0;
}

.kit > *:not(:last-child) {
	padding-right: 31px;
	border-right: 1.75px solid transparent;
 	border-image: linear-gradient(0deg, transparent 0%, rgba(196, 196, 196, 1) 15%, rgba(196, 196, 196, 1) 85%, transparent 100%);
    border-image-slice: 1;
}
.kit__title {
	font-size: 1.875rem;
	font-weight: 900;
	line-height: 105%;
	text-align: center;
	text-transform: uppercase;
}
.kit__title-item {
	font-size: 1.875rem;
	font-weight: 900;
	line-height: 105%;
	text-align: center;
	text-transform: uppercase;
	margin-bottom: 25px;
}
.kit__title-item span {
	font-size: 1.875rem;
	font-weight: 400;
	text-transform: none;
}
.kit__title span {
	font-size: 2.125rem;
	font-weight: 600;
	text-transform: none;
}
.kit__title h2 {
	margin-top: 13px;
}
.kit__item {
	width: 100%;
	/*height: 380px;*/
}
.kit__descr {
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	border-radius: 19px;
	background: linear-gradient(180deg, #89B7B4 14.61%, #569992 113.34%);
	padding: 15px 0;
	position: relative;
}
.kit__descr-item {
	padding: 0 15px;
	font-size: 1.375rem;
	font-weight: 600;
	color: #FFF;
	line-height: 30px;
	display: flex;
    justify-content: space-between;
}
.kit__descr-item:nth-of-type(even) {
    background: rgba(245, 245, 245, 0.27);
}

.kit__img {
	height: 384px;
	padding: 0 45px;
	display: flex;
	align-items: flex-end;
}
.kit__img img {
	flex-grow: 0;
}

/*KANN*/
.kann-section {
	padding: 100px 0;
	position: relative;
}
.kann__badge {
	position: absolute;
	top: 231px;
	right: 0;
	border-top-left-radius: 21px;
	border-bottom-left-radius: 21px;
	background: rgba(58, 179, 190, 1);
	width: 88px;
	height: 564px;
	padding: 23px 8px;
	padding-right: 8px !important;
}
.kann-badge img {
	width: 73px;
	height: 193px;
}
.kann {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 30px;
    max-width: 1340px;
    margin: 47px auto 0;
}

.kann > *:not(:last-child) {
	padding-right: 31px;
	border-right: 1.75px solid transparent;
 	border-image: linear-gradient(0deg, transparent 0%, rgba(196, 196, 196, 1) 15%, rgba(196, 196, 196, 1) 85%, transparent 100%);
    border-image-slice: 1;
}
.kann__title {
	font-size: 1.875rem;
	font-weight: 900;
	line-height: 105%;
	text-align: center;
	text-transform: uppercase;
}
.kann__title-item {
	font-size: 1.875rem;
	font-weight: 900;
	line-height: 105%;
	text-align: center;
	text-transform: uppercase;
}
.kann__title-item span {
	font-size: 1.875rem;
	font-weight: 400;
	text-transform: none;
}
.kann__title span {
	font-size: 2.125rem;
	font-weight: 600;
	text-transform: none;
}
.kann__title h2 {
	margin-top: 13px;
}
.kann__item {
	width: 100%;
	/*height: 380px;*/
}
.kann__descr {
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	border-radius: 19px;
	background: linear-gradient(180deg, #89B7B4 14.61%, #569992 113.34%);
	padding: 15px 0;
	position: relative;
}
.kann__descr-line {
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	left: 65%;
	width: 1px;
	height: 121px;
	background: linear-gradient(0deg, transparent 0%, rgba(255, 255, 255, 1) 15%, rgba(255, 255, 255, 1) 85%, transparent 100%);
}
.kit__descr-line {
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	left: 65%;
	width: 1px;
	height: 121px;
	background: linear-gradient(0deg, transparent 0%, rgba(255, 255, 255, 1) 15%, rgba(255, 255, 255, 1) 85%, transparent 100%);
}
.kann__descr-item {
	padding: 0 15px;
	font-size: 1.375rem;
	font-weight: 600;
	color: #FFF;
	line-height: 30px;
	display: flex;
    justify-content: space-between;
}
.kann__descr-item:nth-of-type(even) {
    background: rgba(245, 245, 245, 0.27);
}

.kann__img {
	height: 384px;
	padding: 0 45px;
	display: flex;
	align-items: flex-end;
}
.kann__img img {
	flex-grow: 0;
}
.kann-section .btn {
	margin: 67px auto 0;
	display: block;
}

.station-diff .l-card ul li {
	font-size: 1.816rem;
	line-height: 24.9px;
	font-weight: 900;
}
.station-diff .l-card ul li span {
	font-size: 1.628rem;
	line-height: 24.9px;
	font-weight: 500;
	margin-top: 7px;
	display: block;
}
.station-diff .beton-adv__text {
    flex: 0 0 64%;
    max-width: 64%;
}
.station-diff .beton-adv__img {
	flex: 1 0 57%;
    max-width: 57%;
    margin-left: -119px;
    margin-top: -186px;
}
.station-diff .l-card {
	padding: 36px 83px 36px 117px;
}
.station-diff-section .beton-adv__title {
	margin-bottom: 37px;
}
.station-diff-section .beton-adv {
	margin-left: 0;
}
.usage-station .usage__img {
	left: -209px;
}
.contact-section .container {
	position: relative;
}
.contact-section {
	background-image: linear-gradient(180deg, 
            rgba(255, 255, 255, 0.9) 0%,
            transparent 15%,
            transparent 85%,
            rgba(255, 255, 255, 0.9) 100%
        ),
        url(./assets/img/contact-bg.webp);
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	padding: 100px 0 181px;
	margin-top: -42px;
	min-height: 839px;
}
.contact__title span {
	font-size: 2.313rem;
	font-weight: 500;
	line-height: 32.7px;
	color: #313131;
}
.contact__title h2 {
	font-size: 2.813rem;
	font-weight: 900;
	color: #313131;
	line-height: 52.2px;
	margin-top: 5px;
	text-transform: uppercase;
}
.contact__title {
	margin-bottom: 29px;
}
.contact-section {
	position: relative;
}
.contact {
	display: flex;
	justify-content: flex-end;
}
.contact__text {
	width: 41%;
	margin-right: 7%;
}
.contact__info {
	display: flex;
	flex-direction: column;
	gap: 22px;
	font-size: 1.625rem;
	font-weight: 500;
}
.contact__info b {
	font-weight: 600;
}
.contact__info a {
	font-size: 1.625rem;
}
.contact__item {
	border-radius: 19px;
	background: linear-gradient(318.34deg, #F8DA0E 24.52%, #FDEF95 76.29%);
	box-shadow: 0px 4px 6px 0px rgba(0, 0, 0, 0.19),  0px 4px 4px 0px rgba(255, 255, 255, 0.25) inset;
	padding: 17px 17px 17px 30px;
	display: flex;
	gap: 26px;
}
.timetable img {
	width: 39px;
	height: 39px;
}
.location img {
	width: 39px;
	height: 52px;
}
.tel img {
	width: 39px;
	height: 40.05px;
}
.map {
	width: 100%;
    max-width: 1440px;
    margin: 0 auto;
	position: relative;
}
#map {
	width: 100%;
    height: 711px;
    border-radius: 58px;
    box-shadow: 0px 7px 12px 0px rgba(0, 0, 0, 0.25);
	overflow: hidden;
}     
.info {
	position: absolute;
	bottom: 38px;
	left: 38px;
	border-radius: 35px;
	backdrop-filter: blur(12px);
	box-shadow: 0px 0px 22px 0px rgba(242, 242, 242, 0.5) inset, 0px 0px 0px 1px rgb(255 255 255) inset, -2px -2px 1px -2px rgba(179, 179, 179, 1) inset, 2px 2px 1px -2px rgba(179, 179, 179, 1) inset, 3px 3px 0.5px -3.5px rgba(255, 255, 255, 0.5) inset;
	padding: 10px;
	background-color: #ffffffa1;
}

.info img {
	border-radius: 35px;
}
.map-section {
	padding-bottom: 12px;
}
/* Футер */
.site-footer {
    background: linear-gradient(90deg, #62A09A 0%, #68A39E 59%, #71A9A4 100% );
    color: #fff;
    padding: 21px 0;
    text-align: center;
}
.footer-wrapper {
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.footer-content {
	display: flex;
	gap: 33.09px;
	align-items: center;
	max-width: 800px;
	width: 100%;
	font-size: 2.6875rem;
	text-align: left;
	line-height: 0.99;
	font-weight: 500;
}
.footer-content span {
	text-transform: uppercase;
	font-size: 2.6875rem;
	font-weight: 900;
}
.footer-contact {
	font-family: 'Gilroy', sans-serif;
}
.footer-contact__links {
	display: flex;
	gap: 9px;
	align-items: center;
}
.footer-number {
	display: flex;
	align-items: center;
	gap: 8px;
}
.footer-number a {
	color: #FFF;
	font-size: 1.5rem;
	font-weight: 500;
}
.footer__work-time {
	color: #FFF;
	font-size: 1.625rem;
	font-weight: 500;
	margin-top: 16px;
}
.footer-logo {
	width: 165px;
	height: 165px;
	flex-shrink: 0;
}
/* Секция табов */
.tabs-section {
    padding: 60px 0 176px;
	position: relative;
}

/* Кнопки табов */
.tabs {
    display: flex;
    gap: 55px;
    margin: 0 auto 46px;
	justify-content: center;
}

.tab-btn {
    background: rgba(0, 0, 0, 0.05);
    border: none;
	border-radius: 15px;
    padding: 15px 45px;
    font-size: 1.625rem;
    font-weight: 500;
    cursor: pointer;
    transition: all 0.3s ease;
    position: relative;
	font-family: 'Kinetika', sans-serif;
}
.tab-btn.active {
    background: linear-gradient(131.23deg, #FDEF96 9.11%, #F8DA0E 128.87%);
	outline: 1px solid rgba(167, 200, 200, 1);
    outline-offset: 7px; 
}

/* Контент табов */
.tabs-content {
   max-width: 1270px;
	margin: 0 auto;
}

.tab-pane {
    animation: fadeIn 0.5s ease;
	display: none;
}


.tab-pane.active {
    display: block;
}

@keyframes fadeIn {
    from {
        opacity: 0;
        transform: translateY(10px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}
/* Внутри каждого таба чередуем .tab-inner */
.tab-pane .tab-inner:nth-child(odd) {
    display: flex;
    flex-direction: row;
}

.tab-pane .tab-inner:nth-child(even) {
    display: flex;
    flex-direction: row-reverse;
}

.tab-pane .tab-inner:not(:last-child) {
	margin-bottom: 104px;
}
.tab-inner {
    display: flex;
    padding: 16px;
    position: relative;
	z-index: 2;
    border-radius: 29px;
	align-items: flex-end;
	backdrop-filter: blur(12px);
	background-color: #ffffff70;
}
.tab-inner::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    padding: 1px;
    background: conic-gradient(
        from 102.75deg at 50% 52.91%,
        rgba(249, 249, 249, 0.5) -32.95deg,
        rgba(156, 156, 156, 0.5) 10.52deg,
        rgba(156, 156, 156, 0.35) 32.12deg,
        rgba(255, 255, 255, 0.5) 60.28deg,
        rgba(255, 255, 255, 0.5) 107.79deg,
        rgba(156, 156, 156, 0.35) 187.59deg,
        #F9F9F9 207.58deg,
        rgba(255, 255, 255, 0.5) 287.31deg,
        rgba(249, 249, 249, 0.5) 327.05deg,
        rgba(156, 156, 156, 0.5) 370.52deg
    );
    -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
    mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
    -webkit-mask-composite: xor;
    mask-composite: exclude;
    pointer-events: none;
    border-radius: inherit;
}

.tab-image {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-template-rows: repeat(10, 1fr);
    gap: 10px;
    height: 600px;
	max-width: 545px;
	width: 100%;
	position: relative;
    z-index: 2;
}

.tab-image .gallery-item:nth-child(1) {
    grid-column: 1;
    grid-row: 1 / span 4;
}

.tab-image .gallery-item:nth-child(2) {
    grid-column: 2;
    grid-row: 1 / span 6;
}

.tab-image .gallery-item:nth-child(3) {
    grid-column: 1;
    grid-row: 5 / span 6;
}

.tab-image .gallery-item:nth-child(4) {
    grid-column: 2;
    grid-row: 7 / span 4;
}

.tab-image .gallery-item img {
    width: 100%;
    height: 100%;
    object-fit: cover;
	border-radius: 19px;
}
.tab-description {
    flex: 1;
    background: rgba(240, 240, 240, 0.8);
    border-radius: 19px;
    padding: 65px 45px 34px 45px;
    position: relative;
	box-shadow: 
        -2px 4px 10px 0px rgba(145, 145, 145, 0.05),
        -7px 17px 18px 0px rgba(145, 145, 145, 0.04),
        -15px 37px 24px 0px rgba(145, 145, 145, 0.03),
        -27px 66px 29px 0px rgba(145, 145, 145, 0.01),
        -42px 103px 31px 0px rgba(145, 145, 145, 0),
        /* Внутренние тени */
        inset 0px 4px 4px 0px rgba(255, 255, 255, 0.25),
        inset 0px -5px 4px 0px rgba(255, 255, 255, 0.25);
    
    backdrop-filter: blur(20px);
}

.tab-description::before {
    content: "";
    position: absolute;
    inset: 0;
    z-index: 0;
    border-radius: 19px;
    padding: 1px; /* толщина границы */
    background: conic-gradient(
        from 102.75deg at 50% 52.91%,
        rgba(249, 249, 249, 0.5) -32.95deg,
        rgba(156, 156, 156, 0.5) 10.52deg,
        rgba(156, 156, 156, 0.35) 32.12deg,
        rgba(255, 255, 255, 0.5) 60.28deg,
        rgba(255, 255, 255, 0.5) 107.79deg,
        rgba(156, 156, 156, 0.35) 187.59deg,
        #F9F9F9 207.58deg,
        rgba(255, 255, 255, 0.5) 287.31deg,
        rgba(249, 249, 249, 0.5) 327.05deg,
        rgba(156, 156, 156, 0.5) 370.52deg
    );
    -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
    -webkit-mask-composite: xor;
    mask-composite: exclude;
    pointer-events: none;
}
.tab-inner:nth-child(even) .tab-description {
    margin-left: -50px;
    z-index: 2;
	padding-left: 100px;
}
.tab-inner:nth-child(odd) .tab-description {
    margin-right: -50px;
    z-index: 2;
	padding-right: 100px;
}
.tab-description h3 {
    font-size: 2.063rem;
    margin-bottom: 13px;
	font-weight: 900;
	line-height: 35px;
}

.tab-description p {
    font-size: 1.625rem;
    line-height: 32px;
	font-weight: 500;
}
/* декор-картинки*/
.tabs-content::before {
	 content: "";
     position: absolute;
     z-index: 0;
     left: 50%;
     transform: translateX(-50%);
     width: 100vw;
     height: 1270px;
     background: url('./assets/img/bg-1.webp') center / cover no-repeat;
     top: 0;
     pointer-events: none; /* чтобы не мешала кликам */
}

#tab1::after {
	 content: "";
     position: absolute;
     z-index: 0;
     left: 0;
     width: 1065px;
     height: 1351px;
     background: url('./assets/img/bg-2.webp') center / cover no-repeat;
     bottom: -200px;
     pointer-events: none; 
}


#tab2::after {
	 content: "";
     position: absolute;
     z-index: 0;
     left: 0;
     width: 965px;
     height: 877px;
     background: url('./assets/img/bg-3.webp') center / cover no-repeat;
     bottom: 0;
     pointer-events: none;
}

.action {
	right: 22px;
    z-index: 999;
    bottom: 22px;
    display: none;
    position: fixed;
}
.action__wrapper {
    cursor: pointer;
    position: relative;
    background: transparent;
}
.action__wrapper:hover {
	transform: scale(1.02);
}
.action__link {
	width: 98.16px;
	height: 98.16px;
}
.action-wrapper:hover.action__link {
	color: #1C1C1C;
}
.action.visible {
    display: block;
}

.action.hidden {
    display: none;
}
.hover-gradient .gradient-fill {
  transition: all 0.7s ease;
}

.hover-gradient:hover .gradient-fill {
  fill: url(#gradient-hover);
}
.current-menu-item a {
	color: #1D1D1D;
	position: relative;
}
.current-menu-item a::after {
  content: '';
  position: absolute;
  bottom: -20px;
  left: 0;
  right: 0;
  width: 100%;
  height: 4px;
  display: block;
  background: linear-gradient(90deg, 
    transparent 0%, 
    #BEBEBE 20%, 
    #BEBEBE 80%, 
    transparent 100%);
  filter: blur(3px);
}

/* Мобильное меню - стили */
.burger {
    display: none;
    flex-direction: column;
    justify-content: space-between;
    width: 30px;
    height: 21px;
    cursor: pointer;
    z-index: 100;
}

.burger span {
    display: block;
    width: 100%;
    height: 3px;
    background-color: #1D1D1D;
    border-radius: 3px;
    transition: all 0.3s ease;
}

/* Анимация бургера при открытии */
.burger.active span:nth-child(1) {
    transform: rotate(45deg) translate(6px, 6px);
}

.burger.active span:nth-child(2) {
    opacity: 0;
}

.burger.active span:nth-child(3) {
    transform: rotate(-45deg) translate(6px, -6px);
}
.menu-close {
    position: absolute;
    top: 20px;
    right: 20px;
    width: 30px;
    height: 30px;
    background: transparent;
    border: none;
    cursor: pointer;
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 10;
}

.menu-close svg {
    width: 100%;
    height: 100%;
    transition: all 0.3s ease;
}

.menu-close:hover svg path {
    stroke: #579A92;
}
/* Мобильное меню */
.mobile-menu {
    position: fixed;
    top: 0;
    right: -100%;
    width: 80%;
    height: 100vh;
    background: #fff;
    z-index: 99;
    padding: 44px 30px 30px;
    transition: right 0.3s ease;
    box-shadow: -5px 0 20px rgba(0, 0, 0, 0.1);
    overflow-y: auto;
}

.mobile-menu.active {
    right: 0;
}

/* Оверлей (затемнение фона) */
.menu-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
    z-index: 98;
    opacity: 0;
    visibility: hidden;
    transition: all 0.3s ease;
}

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

/* Стили меню */
.mobile-menu .main-menu {
    display: flex;
    flex-direction: column;
    gap: 20px;
    list-style: none;
    padding: 0;
    margin: 0;
}

.mobile-menu .main-menu li a {
    font-size: 1.25rem;
    font-weight: 500;
    color: #313131;
    text-decoration: none;
    padding: 10px 0;
    display: block;
    transition: color 0.3s ease;
}
.mobile-menu .main-menu li {
	border-bottom: 1px solid #eee;
}
.mobile-menu .main-menu li::after {
	content: '>';
	width: 18px;
	height: auto;
	color: #1D1D1D;
	font-weight: 700;
	font-family: 'Kinetika';
}
.mobile-menu .current-menu-item a::after {
	bottom: 0;
}
.mobile-menu .current-menu-item a {
	color: #579A92!imporant;
}
.mobile-menu .main-menu li a:hover {
    color: #579A92;
}
.mobile-menu .menu-item {
	justify-content: space-between;
}
.mobile-menu .header-contact {
	display: block;
	margin-bottom: 30px;
}
.mobile-menu .btn {
	font-size: 1.25rem;
	padding: 12px 30px;
	border-radius: 9px;
	margin: 30px auto 0;
	display: block;
	width: 100%;
	
}
/* Мобильные контакты в меню */
.mobile-contact {
    margin-top: 40px;
    padding-top: 20px;
}

.mobile-contact .header-number {
    margin-bottom: 15px;
}

.mobile-contact .header-number a {
    font-size: 1.25rem;
    font-weight: 600;
    color: #1D1D1D;
    text-decoration: none;
}

.mobile-contact .header__work-time {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 20px;
    font-size: 0.875rem;
    color: #666;
}

.mobile-contact .header__contact-links {
    display: flex;
    gap: 20px;
}

.mobile-contact .header__contact-links a {
    display: flex;
    align-items: center;
    gap: 8px;
    text-decoration: none;
    color: #579A92;
    font-weight: 500;
}
.mobile-logo-header {
	display: flex;
	gap: 15px;
	margin-bottom: 15px;
	align-items: center;
}
.mobile-menu .main-menu {
	background: #FFF;
}
.consultation__img-mob {
	display: none;
}
.mob-title {
	display: none;
}
.mob-how-work {
	display: none;
}
#popmake-109, #popmake-119 {
	background: linear-gradient(342.97deg, #8BB4B2 9.09%, #569992 92.28%);
	box-shadow: 0px 10px 14px 0px #00000059;
	padding: 4.188rem 5.313rem 3.313rem;
	font-family: 'Kinetika', sans-serif;
}
#popmake-119 .pum-content {
	text-align: center;
}
#pum_popup_title_109 {
	margin-bottom: 0em;
	text-transform: uppercase;
	font-size: 2.688rem;
}
.pum-container .pum-content>:first-child {
	font-size: 2.5rem;
	font-weight: 600;
}
.popup-subtitle {
	font-size: 2.063rem;
	font-weight: 400;
}
#popmake-109 .wpcf7 form {
	display: flex;
	gap: 19px;
	flex-wrap: wrap;
	align-items: flex-end;
	margin-top: 38px;
}
#popmake-109 .wpcf7 input[type="text"],
#popmake-109 .wpcf7 input[type="tel"] {
	border-radius: 12px;
	border: 0.5px solid #00000052;
	box-shadow: 0px -20px 50px 0px #0000000A inset;
	background: radial-gradient(88.61% 88.61% at 50% 11.39%, #F0F0F0 0%, #E6E6E6 100%);
	padding: 10px 18px;
	color: #3F3F3F;
	font-size: 1.375rem;
	font-weight: 500;
	font-family: 'Kinetika', sans-serif;
	width: 240px;
	line-height: 37.61px;
}
#popmake-109 .wpcf7 input[type="text"]::-webkit-input-placeholder,
#popmake-109 .wpcf7 input[type="tel"]::-webkit-input-placeholder {
    color: #3F3F3F;
}
#popmake-109 .wpcf7 input[type="tel"] {
	margin-right: 22px;
}
#popmake-109 .wpcf7 label {
	color: #FFF;
	font-size: 1.375rem;
	line-height: 37.61px;
	font-weight: 500;
}
#popmake-109 .wpcf7-submit {
	background: linear-gradient(335.03deg, #F8DA0E 10.7%, #FDEF95 89.17%)!important;
	box-shadow: 0px 4px 6px 0px #00000030, 0px 4px 4px 0px #FFFFFF40 inset;
	border-radius: 12px;
	font-size: 1.375rem;
	font-weight: 500;
	padding: 10px 63px;
	border: none;
    cursor: pointer;
	color: #1D1D1D;
	line-height: 37.61px;
	font-family: 'Kinetika', sans-serif;
}
.wpcf7-spinner {
	display: none;
}
.mfp-title {
    display: none;
}
.wpcf7 form.sent .wpcf7-response-output {
    border-color: #FDEF95;
}
/* Адаптив */

@media (min-width: 2180px) {
	.contact-section {
		min-height: 1039px;
	}
}
@media (max-width: 1440px) {
	.container {
		max-width: 1220px;
		padding-right: 15px;
		padding-left: 15px;
		margin-right: auto;
		margin-left: auto;
	}
	.main-menu li:not(:last-child)::after {
		margin-left: 10px;
	}
	.product__image {
		flex: 1 1 auto; /* вместо flex: 0 0 auto */
		max-width: 100%;
	}
	.product__image img {
		max-width: 100%;
		height: auto;
		display: block;
	}
	.product__image {
		margin-top: -40px;
	}
	.product__image {
		width: unset;
		height: unset;
	}
	.banner {
    	width: 59%;
	}
	.choice__img {
		left: -280px;
	}
	.first-col, .sec-col {
		width: 318px;
	}
	.table-col {
		top: -148px;
	}
	.adv-img {
		top: -225px;
		left: 44%;
	}
	.main-menu a {
		font-size: 1.175rem;
	}
	.main-menu {
		gap: 10px;
	}
	.logo-header {
		width: 160px;
		height: 160px;
	}
	.header-inner {
		gap: 15px;
	}
	.promotion {
		max-width: 1220px;
		padding: 0 15px;
	}
	.product__title span {
		font-size: 2.375rem;
	}
	.advantages-section {
		padding: 0 0 250px;
	}
	.beton-banner__wrapper {
		margin-top: 40px;
	}
	.beton-banner__image {
		width: 70%;
		margin-left: -20%;
	}
	.beton-banner__image img {
        left: 142px;
        bottom: 0;
        width: 100%;
        max-width: 100%;
        object-fit: cover;
        object-position: left center;
    }
	.beton-adv__img {
		margin-top: 23px;
		margin-left: -66px;
	}
	.usage-section {
		padding: 239px 0 270px;
	}
	.how-work-section {
		padding-top: 90px;
		margin: 0 15px;
	}
	.how-work-station img {
		top: 70px;
		width: 100%;
	}
	.station-diff .beton-adv__img {
		max-width: 50%;
		flex: 1 0 50%;
		margin-top: -40px;
	}
	.kit > *:not(:last-child), .kann > *:not(:last-child) {
		padding-right: 10px;
	}
	.kit, .kann {
		gap: 10px;
	}
	.how-work-station {
		height: unset;
		padding-bottom: 90px;
	}
}
@media (max-width: 1240px) {
	.promotion__text {
		margin-right: unset;
		margin: 0 auto;
	}
	.portfolio-item {
		padding: 38px 41px;
	}
	.right-arrow {
		right: -12px;
	}
	.left-arrow {
		left: -12px;
	}
	.arrows {
		top: -296px;
	}
	.arrows svg {
		width: 15px;
	}
	.left-arrow, .right-arrow {
		width: 55px;
		height: 55px;
	}
	.quote span:nth-of-type(1) {
		left: 0;
	}
	.how-work__cards-station {
		margin-top: 50px;
	}
	.kit__badge, .kann__badge {
		width: 42px;
    	height: 246px;
	}
	.consultation h2 {
		font-size: 2.388rem;
	}
	.footer-content, .footer-content span {
		font-size: 2.1rem;
	}
	.variants__item:nth-of-type(even) {
    	padding-left: 30px;
	}
	.variants__item:nth-of-type(1), .variants__item:nth-of-type(2) {
    	padding-bottom: 30px;
	}
	.variants__item-img {
		width: 400px;
		height: 262px;
	}
	.variants__item {
		width: 443px;
		height: 443px;
		margin: 0 auto;
	}
	.kann__descr-item, .kit__descr-item {
		font-size: 1.175rem;
	}
	.kit__badge, .kann__badge {
		width: 57px;
    	height: 300px; 
	}
	.contact-section {
		background-position: left;
	}
}
@media (max-width: 1170px) {
	html {
		font-size: 14px;
	}
	.director {
		margin-bottom: 0;
	}
	.reviews-item__wrapper:nth-of-type(2) {
		margin-top: 0;
	}
	.consultation {
		margin: 0 35px;
		max-width: 100%;
		width: unset;
	}
	.consultation__img img {
		max-width: 70%;
	}
	.consultation__img {
		bottom: -100px;
		right: -74%;
	}
	.consultation-section {
		padding: 90px 0 98px;
	}
	.product__item {
		align-items: center;
    	gap: 10px;
	}
	.choice__img {
        left: -13%;
    }
	.choice__img img {
		width: 74%;
		height: auto;
	}
	.table-col h3 {
		min-height: 98px;
	}
	.advantages {
		gap: 10px;
	}
	.promotion-section {
		padding: 153px 0 141px;
	}
	.footer-content {
		max-width: 600px;
	}
	.footer-contact {
		margin-top: 0;
	}
	.variants__item:nth-of-type(even) {
		padding-left: 30px;
	}
	.variants__item:nth-of-type(odd) {
		padding-right: 30px;
	}
	.reviews-section {
		padding-bottom: 10px;
	}
	.choice__text p {
		margin-bottom: 25px;
	}
	.kit-section {
		padding: 30px 0;
	}
	.kann-section .btn {
		margin: 37px auto 0;
	}
	.usage-station .usage__img {
		width: 83%;
	}
	.usage-section {
		padding: 151px 0 90px;
	}
	.contact__text {
		width: 50%;
	}
}
@media (max-width: 1063px) {
	.header-info nav {
		display:none;
	}
	.header-info {
		flex: 1;
	}
	.header-inner {
		justify-content: unset;
	}
	.burger {
        display: flex;
    }
    .site-header nav {
        display: none;
    }
    .header-contact {
        display: none;
    }
	.banner {
        width: 72%;
    }
	.logo-header {
        width: 100px;
        height: 100px;
		flex-shrink: 0;
    }
	.banner-section {
		margin-top: 0;
		padding: 90px 0;
	}
	.products-section {
		margin-top: 0;
	}
	.banner-social {
		right: 15px;
	}
	.choice {
		min-height: 600px;
	}
	.table-section {
		padding: 122px 0;
	}
	.table ul li {
		font-size: 1.325rem;
	}
	.first-col, .sec-col {
        width: 228px;
    }
	.garant-img {
		top: 38px;
		right: 90px;
	}
	.portfolio__images img {
		height: 266px;
	}
	.portfolio-item {
		min-height: 515px;
	}
}
@media (min-width: 1063px) {
    .mobile-menu,
    .menu-overlay {
        display: none;
    }
}
@media (max-width: 930px) {
	.variants__item-img {
        width: 291px;
        height: 192px;
    }
	.variants__item-descr {
		font-size: 1.125rem;
	}
	.variants__item {
        width: 342px;
        height: 338px;
	}
	html {
		font-size: 12px;
	}
	.banner-section {
		padding: 60px 0;
	}
	.banner {
        width: 75%;
    }
	.choice__img img, .choice__text {
		width: 60%;
	}
	.quote {
		line-height: 41.5px;
	}
	.director h3 {
		line-height: 20.5px;
		margin-top: 0;
	}
	.director img {
		width: 100px;
		height: 100px;
	}
	.reviews-item__wrapper {
		gap: 15px;
	}
	.reviews-item__wrapper:nth-of-type(2) {
        margin-top: -26px;
    }
	.reviews {
		gap: 19px;
		margin-top: 36px;
	}
	.left-arrow, .right-arrow {
        width: 35px;
        height: 35px;
    }
	.arrows svg {
		width: 10px;
	}
	.portfolio__title {
		line-height: 35.5px;
	}
	.portfolio__title {
		padding: 90px 0 0px;
	}
	.mobile-menu .header__contact-links svg {
		width: 18px;
	}
	.product__item {
		width: 50%;
	}
	.promotion__img {
		top: 3%;
	}
	.promotion__text {
		padding: 46px 66px;
	}
	.adv-img {
		width: 40%;
		top: -165px;
        left: 48%;
		height: auto;
	}
	.adv-card li, .usage__title span, .usage__item p {
		line-height: 25px;
	}
	.r-card {
		padding: 38px 24px 23px 33px;
	}
	.advantages-section {
		padding: 0 0 30px;
	}
	.usage-section {
		padding: 183px 0 120px;
	}
	.l-card {
		padding: 36px 50px 36px 58px;
	}
	.variants__item-descr {
		line-height: 25px;
	}
	.footer-logo {
		width: 100px;
		height: 100px;
	}
	.beton-banner__image img {
		left: 87px;
	}
	.how-work-station img {
		top: 30%;
	}
	.kit__img, .kann__img {
		height: 240px;
	}
	.usage-station .usage__img {
		left: -149px;
	}
	.obzor__video {
		width: 100%;
	}
	.kit__badge, .kann__badge {
        width: 45px;
        height: 200px;
    }
	.kann__badge {
		top: 96px;
	}
	.kit__badge {
		top: 52px;
	}
	.tab-inner {
		flex-wrap:wrap;
		gap: 30px;
	}
	.tab-inner:nth-child(odd) .tab-description, .tab-inner:nth-child(even) .tab-description {
		margin: 0;
		padding: 20px;
	}
	.tab-image {
		max-width: 100%;
	}
	.tab-pane .tab-inner:not(:last-child) {
		margin-bottom: 30px;
	}
	.tabs-section {
		padding: 60px 0 90px;
	}
	.contact-section {
		min-height: 739px;
	}
	.info img {
		width: 300px;
		object-fit: cover;
	}
	.consultation__img {
		right: -95%;
	}
	.footer-content, .footer-content span {
        font-size: 1.6rem;
    }
	.footer-content {
        max-width: 50%;
    }
	.product__item {
		height: auto;
	}
	.owl-dots {
		margin-top: 15px;
	}
	.how-work__cards {
		margin: 0 auto;
	}
	.beton-adv {
		flex-wrap: wrap-reverse;
		margin-left: 0;
	}
	.beton-adv .beton-adv__text {
		flex: 0 0 100%;
		max-width: 100%;
	}    
	.beton-adv__img {
        margin: 0 auto;
		flex: 0 0 55%;
		max-width: 55%;
    }
	.adv-card li:not(:last-child) {
		margin-bottom: 44px;
	}
	.station-diff .beton-adv__img {
        max-width: 60%;
        flex: 1 0 60%;
        margin: -50px auto 0;
    }
}
@media (max-width: 855px) {
	.kann, .kit {
		grid-template-columns: repeat(1, 1fr);
		gap: 40px;
	}
	.kann > *:not(:last-child), .kit > *:not(:last-child) {
		border-image: none;
	}
	.kann__img img, .kit__img img {
		width: 50%;
	}
	.kit__img, .kann__img {
        height: auto;
		justify-content: center;
    }
}
@media (max-width: 768px) {
    .main-menu {
        flex-direction: column;
        text-align: center;
    }
	.banner {
        width: 100%;
    }
	.banner-section {
		background-position: left;
	}
	.banner__card-item {
		padding: 14px 23px;
	}
	.product__title {
		font-size: 2.125rem;
		line-height: 25px;
	}
	.products {
		flex-wrap: wrap;
	}
	.product__item {
		width: 100%;
		height: 250px;
		justify-content: space-between;
		padding: 61.04px 40px 22.27px 42px;
	}
	.products-section {
		padding: 0;
	}
	.product__image {
		max-width: 30%;
	}
	.product__title span {
		line-height: 33.2px;
	}
	.choice__img {
		position: relative;
		left: 0;
		top: 0;
		transform: unset;
		width: 100%;
	}
	.choice__img img {
		width: 100%;
	}
	.choice {
		flex-wrap: wrap-reverse;
	}
	.choice__text {
		width: 100%;
	}
	.choice-section {
		padding: 60px 0;
	}
	.table-col h3 {
		font-size: 1.188rem;
		line-height: 14px;
		min-height: 55px;
		margin: 10px 10px 24px;
		padding: 5px;
	}
	.table ul li span {
		width: 175px;
		display: block;
	}
	.table ul li {
		padding-top: 5.5px;
	}
	.first-col, .sec-col {
        width: 164px;
    }
	.table-col {
        top: -92px;
		gap: 10px;
    }
	.table-col ul li img {
		width: 22px;
	}
	.table-section {
        padding: 38px 0;
    }
	.promotion__img img {
		width: 100%;
		height: auto;
	}
	.promotion__text {
        padding: 30px 40px;
		margin: 113px auto 0;
    }
	.promotion-section {
        padding: 153px 0 60px;
    }
	.btn {
		border-radius: 9px;
		padding: 15px 25px;
	}
	.advantages {
		flex-wrap: wrap;
		gap: 20px;
	}
	.l-card {
		max-width: 100%;
		padding: 36px 50px 36px 61px;
	}
	.r-card {
		max-width: 100%;
	}
	.r-card ul {
		margin-left: 29px;
	}
	.r-adv {
		width: 100%;
	}
	.adv-img, .garant-img {
		position: relative;
		top: 0;
		left: 0;
		right: 0;
		margin: 0 auto;
	}
	.garant-img {
		display: none;
	}
	.adv-img {
		transform: none;
		width: 63%;
		margin-top: 20px;
	}
	.adv-card li:not(:last-child) {
		margin-bottom: 27px;
	}
	.adv-images {
		height: auto;
	}
	.l-adv p {
		margin-bottom: 20px;
	}
	.adv-card li::before {
		width: 39px;
		height: 39px;
		left: -40px;
	}
	.portfolio__title {
		padding: 60px 0 0px;
	}
	.portfolio__images img {
        height: 190px;
    }
	.portfolio__item-title, .portfolio__item-descr {
		font-size: 1.478rem;
		line-height: 25px;
	}
	.portfolio-item {
        min-height: unset;
    }
	.reviews {
		flex-wrap: wrap;
	}
	.director {
		justify-content: flex-end;
	}
	.reviews-item__wrapper:nth-of-type(2) {
		margin-top: -46px;
	}
	.owl-dots {
		margin-top: 0;
	}
	.consultation {
		padding: 35px;
	}
	.consultation-section {
        padding: 60px 0 64px;
    }
	.beton-banner__wrapper {
		flex-wrap: wrap;
	}
	.beton-banner__text {
		width: 100%;
	}
	.beton-banner__image {
        width: 100%;
        margin-left: 0;
		margin-top: -80px;
    }
	.beton-banner__image img {
        left: 0;
    }
	.how-work-section {
		padding-top: 30px;
		padding-bottom: 60px;
	}
	.how-work__cards {
		grid-template-columns: repeat(1, 1fr);
	}
	.work__cards {
		margin: -78px auto 0;
	}
	.variants {
		grid-template-columns: repeat(1, 1fr);
	}
	.variants::before {
		content: none;
	}
	.variants__item:nth-of-type(even) {
        padding-left: 0px;
    }
	.variants__item:nth-of-type(odd) {
        padding-right: 0px;
    }
	.variants__item:nth-of-type(3), .variants__item:nth-of-type(4) {
		padding-top: 0;
	}
	.variants__item:nth-of-type(1), .variants__item:nth-of-type(2) {
		padding-bottom: 0;
	}
	.variants__item-img {
		margin: 0 auto;
	}
	.contact-section {
		background-image: linear-gradient(180deg, rgba(255, 255, 255, 0.9) 0%, transparent 15%, transparent 85%, rgba(255, 255, 255, 0.9) 100%), url(./assets/img/contact-bg-2.webp);
		min-height: unset;
		padding: 100px 0 60px;
	}
	.contact {
		flex-wrap: wrap;
	}
	.contact__text {
        width: 100%;
    }
	#map {
		height: 460px;
	}
	.info {
		display: none;
	}
	.consultation-section {
		padding: 60px 0 100px;
	}
	
	.consultation {
		flex-direction: column;
		padding: 40px 0px 0px;
		text-align: center;
	}
	
	.consultation__text {
		width: 100%;
		margin-bottom: 50px;
		padding: 0 40px;
	}
	
	.consultation h2 {
		width: 100%;
		font-size: 2rem;
	}
	
	.consultation__img-mob {
		position: static;
		display: flex;
		justify-content: center;
	}
	
	.consultation__img-mob img {
		max-width: 100%;
		width: auto;
		height: auto;
	}
	.consultation__img {
		display: none;
	}
	.banner__cards {
		grid-template-columns: 50% 1fr;
	}
	.footer-wrapper {
		flex-wrap: wrap;
		justify-content: center;
		gap: 30px;
	}
	.footer-content {
		max-width: 100%;
	}
	.hover-gradient {
		width: 65px;
		height: 65px;
	}
	.usage__text {
		width: 60%;
	}
	.usage__img {
		left: -130%;
	}
	.station-diff .l-card {
   	 	padding: 36px 44px 36px 58px;
	}
	.usage-section {
        padding: 63px 0 60px;
    }
	.tab-inner {
        flex-direction: column;
        padding: 20px;
    }
    .tabs {
        flex-direction: column;
        gap: 30px;
        border-bottom: none;
    } 
	#tab1::after {
		width: 50%;
		height: 50%;
	}
	
	.how-work-station img {
        top: 77px;
        position: absolute;
        left: -540px;
        height: 776px;
        width: auto;
    }
	#popmake-109 .wpcf7 input[type="text"],
	#popmake-109 .wpcf7 input[type="tel"] {
		width: 100%;
	}
}
@media (max-width: 550px) {
	.table ul li {
        font-size: 1.005rem;
    }
	.table-col ul li span {
		font-size: 1.005rem;
		max-width: 130px;
		margin: 0 auto;
	}
	.table ul li {
        padding-top: 17.5px;
    }
	.first-col, .sec-col {
        width: 132px;
    }
	.usage__text {
        width: 80%;
    }
	.usage__img {
        left: -165%;
    }
	#popmake-109 {
		padding: 25px;
	}
}
@media (max-width: 440px) {
	.site-title {
		font-size: 1.25rem;
		line-height: 130%;
	}
	.site-title span {
		font-size: 1.6625rem;
	}
	.mobile-menu {
		width: 100%;
	}
	html {
        font-size: 10px;
    }
	.banner-section {
        padding: 30px 0;
    }
	.banner__title {
		font-size: 3.075rem;
	}
	.banner-subtitle {
		line-height: 26px;
		font-size: 1.875rem;
	}
	.banner__cards {
        grid-template-columns: repeat(1, 1fr);
    }
	.banner__card-item img {
		width: 29px;
	}
	.product__item {
		padding: 20px;
	}
	.product__title {
		line-height: 19px;
	}
	.product__image {
        max-width: 40%;
    }
	.product__image {
		margin-top: 0;
	}
	.grey-btn {
		line-height: 25px;
	}
	.choice-section {
        padding: 30px 0;
    }
	.choice__text {
		padding-left: 0;
	}
	.choice__text p {
		margin-bottom: 15px;
		line-height: 25px;
	}
	.choice__text h2 {
		margin-bottom: 10px;
	}
	.table ul li span {
		width: 96px;
	}
	.table ul li {
        font-size: 1.200rem;
		min-height: 60px;
		padding-top: 0;
		display: flex;
		align-items: center;
    }
	.table-col {
		top: -51px;
	}
	.table-col ul li {
		justify-content: center;
	}
	.table-col h3.mob-title {
		display: block;
	}
	.table-col h3 {
		display: none;
	}
	.first-col, .sec-col {
        width: 98px;
    }
	.table-col h3 {
		min-height: 40px;
		border-radius: 9px;
		margin: 4px;
	}
	.banner {
        width: 80%;
    }
	.promotion__img {
        top: -9%;
    }
	.l-card {
		padding: 29px 20px 36px 28px;
	}
	.l-card ul {
        margin-left: 29px;
		margin-top: 25px;
    }
	.r-card {
        padding: 29px 18px 23px 28px;
    }
	.portfolio__title {
        padding: 0px;
    }
	.portfolio__images {
		grid-template-columns: repeat(2, 1fr);
		margin-bottom: 15px;
	}
	.portfolio-item {
		padding: 20px;
		min-height: 622px;
	}
	.owl-dots {
		margin-top: 10px;
	}
	.arrows {
        top: -274px;
    }
	.portfolio-section {
		padding-bottom: 30px;
	}
	.reviews-section h2 {
		line-height: 33px;
	}
	.quote {
		line-height: 27px;
		font-size: 2.5rem;
	}
	.l-col .reviews-item__wrapper {
		padding-top: 4px;
	}
	.reviews-item__wrapper:nth-of-type(2) {
        margin-top: -20px;
    }
	.consultation-section {
        padding: 30px 0;
    }
	.consultation {
		margin: 0 15px;
	}
	.consultation__text {
		margin-bottom: 0;
	}
	.mobile-menu .main-menu li a, .header-number a, .header__work-time  {
		font-size: 1.45rem;
	}
	.beton-banner__image {
        width: 115%;
        margin-left: -32px;
        margin-top: -30px;
    }
	.how-work img {
		margin-top: 0;
	}
	.how-work__card-item h3 {
		min-height: 60px;
	}
	.how-work__card-item p {
		font-size: 1.513rem;
	}
	.how-work-section, .obzor-section, .variants-section, .how-work-station {
		padding-bottom: 30px;
	}
	.play-button svg {
		width: 48px;
		height: 48px;
	}
	.variants__item-descr {
        font-size: 1.625rem;
    }
	.variants__item {
		width: 100%;
	}
	.variants-section .btn {
		margin: 8px auto 0;
	}
	.usage__title span, .usage__item p {
        line-height: 19px;
    }
	.usage__item {
		gap: 8px;
	}
	.usage__num {
		font-size: 4.5rem;
		width: 27px;
	}
	.usage__title {
		margin-bottom: 20px;
	}
	.usage__items-wrapper {
		gap: 15px;
	}
	.usage__title h2 {
		line-height: 28px;
		margin-bottom: 15px;
	}
	.footer-content, .footer-content span {
        font-size: 1.9rem;
    }
	.footer-number a {
		font-size: 1.6rem;
	}
	.how-work-station .mob-how-work {
		display: block;
	}
	.how-work-station img {
		display: none;
	}
	.how-work-station {
		flex-wrap: wrap;
	}
	.how-work-station .mob-how-work {
        display: block;
        position: relative;
        width: 129%;
        height: auto;
        top: 0;
        left: -41px;
    }
	.how-work__cards-station {
		gap: 15px;
		margin-top: 20px;
	}
	.obzor__title span {
		display: block;
		line-height: 25px;
	}
	.obzor__video {
		margin: 13px auto 0;
		padding: 9px;
	}
	.kit__title, .kann__title {
		line-height: 160%
	}
	.kann__descr-item, .kit__descr-item {
        font-size: 1.475rem;
    }
	.kit__title h2, .kann__title h2 {
		margin-top: 3px;
	}
	.kann-section {
		padding: 30px 0;
	}
	.kann__badge {
		top: 60px;
	}
	.kann__img img, .kit__img img {
        width: 100%;
		margin-top: 20px;
    }
	.kann-section .btn {
        margin: 17px auto 0;
    }
	.station-diff .beton-adv__img {
		margin: 0 auto 40px;
	}
	.station-diff-section {
		padding-top: 30px;
	}
	.station-diff .l-card {
        padding: 20px 10px 20px 28px;
    }
	.adv-card li:not(:last-child) {
        margin-bottom: 7px;
    }
	.station-diff .l-card ul li span {
		line-height: 21px;
	}
	.usage__title span {
		font-size: 2.013rem;
	}
	.usage__img {
		top: 50%;
	}
	.usage-section {
        padding: 30px 0 30px;
    }
	.page-template-beton .usage-section {
        padding: 30px 0 68px;
    }
	.tab-image {
		height: 350px;
	}
	.tabs {
		margin: 0 auto 5px;
	}
	.tab-description p {
		line-height: 25px;
	}
	.tab-description h3 {
		line-height: 28px;
	}
	.tab-pane .tab-inner:not(:last-child) {
        margin-bottom: 10px;
    }
	#tab1::after {
        width: 100%;
        height: 38%;
		bottom: -117px;
    }
	.tabs-content {
		margin: 30px auto 0;
	}
	.contact__item {
		gap: 23px;
		align-items: center;
	}
	.location img {
		width: 25px;
		height: 25px;
	}
	.timetable img {
		width: 20px;
		height: 20px;
	}
	.tel img {
		width: 20px;
		height: 20px;
	}
	.banner-social {
		bottom: 379px;
	}
	#popmake-109 .wpcf7 form {
		margin-top: 18px;
	}
	.pum-container .pum-content>:first-child {
		line-height: 100%;
		margin-bottom: 10px;
	}
	#popmake-109 .wpcf7 input[type="text"], #popmake-109 .wpcf7 input[type="tel"] {
		padding: 5px 13px;
		font-size: 16px;
	}
	#popmake-109 .wpcf7 form {
		gap: 9px;
	}
	#popmake-109 .wpcf7 p, #popmake-109 .wpcf7-submit {
		width: 100%;
	}
	#popmake-109 .wpcf7-submit {
		margin-top: 20px;
		font-size: 16px;
	}
	#popmake-109 .wpcf7 label {
		font-size: 16px;
	}
	#pum_popup_title_109 {
		font-size: 25.88px;
	}
	.pum-container .pum-content>:first-child {
		font-size: 2.4rem;
	}
	.quote span:nth-of-type(1) {
		top: -21px;
	}
	.beton-adv-section {
		padding-top: 30px;
	}
	.kit__title-item {
		margin-bottom: 0;
	}
	.kit__badge, .kann__badge {
		top: 100px;
	}
	.contact__item {
		padding: 17px;
	}
	#popmake-119 {
		padding: 25px;
	}
	.development {
		font-size: 16px;
	}
}
@media (max-width: 363px) {
	.banner-social {
        bottom: 440px;
    }
}