/*==============================================================*/
/* ===========================Reset ===========================*/
/*============================================================*/


ul{list-style-type: none; padding-left: 0;}
a{text-decoration: none;}
p{margin: unset;}
button{border: unset; background: unset;}
a{color: inherit;}



/*==============================================================*/
/* ===========================FONTS ===========================*/
/*============================================================*/
 

/*===== Подключение шрифтов  =====*/
@font-face {font-family: 'OpenSans';				src: url('../../assets/fonts/opensans/OpenSans.ttf');								font-display: swap; font-display: auto;	}
@font-face {font-family: 'OpenSansBold';			src: url('../../assets/fonts/opensans/OpenSansBold.ttf');						font-display: swap; font-display: auto;	}	 

@font-face {font-family: 'Montserrat-Medium';	src: url('../../assets/fonts/montserrat/Montserrat-Medium.ttf');				font-display: swap; font-display: auto;	}
@font-face {font-family: 'Montserrat-Bold';		src: url('../../assets/fonts/montserrat/Montserrat-Bold.ttf');					font-display: swap; font-display: auto;	} 


@font-face {font-family: 'Roboto-Medium';			src: url('../../assets/fonts/roboto/Roboto-Medium.ttf');							font-display: swap; font-display: auto;	}
@font-face {font-family: 'Roboto-Regular';			src: url('../../assets/fonts/roboto/Roboto-Regular.ttf');						font-display: swap; font-display: auto;	}
@font-face {font-family: 'Roboto-Bold';			src: url('../../assets/fonts/roboto/Roboto-Bold.ttf');							font-display: swap; font-display: auto;	}


@font-face {font-family: 'Graphik_LC-Regular';	src: url('../../assets/fonts/graphik_dino_inter/Graphik_LC-Regular.ttf');	font-display: swap; font-display: auto;	}
@font-face {font-family: 'Graphik_LC-Medium';	src: url('../../assets/fonts/graphik_dino_inter/Graphik_LC-Medium.ttf');	font-display: swap; font-display: auto;	}

@font-face {font-family: 'DINPro';					src: url('../../assets/fonts/graphik_dino_inter/DINPro.otf');					font-display: swap; font-display: auto;	} 
@font-face {font-family: 'Raleway';					src: url('../../assets/fonts/Raleway-VariableFont_wght.ttf');				font-display: swap; font-display: auto;	} 


@font-face {font-family: 'Raleway-bold';			src: url('../../assets/fonts/raleway/Raleway-Bold.ttf');					font-display: swap; font-display: auto;	} 
@font-face {font-family: 'Raleway-Black';			src: url('../../assets/fonts/raleway/Raleway-Black.ttf');				font-display: swap; font-display: auto;	} 
@font-face {font-family: 'Raleway-SemiBold';		src: url('../../assets/fonts/raleway/Raleway-SemiBold.ttf');			font-display: swap; font-display: auto;	} 
@font-face {font-family: 'Raleway-Regular';		src: url('../../assets/fonts/raleway/Raleway-Regular.ttf');				font-display: swap; font-display: auto;	} 


@font-face {font-family: 'Roboto-light';				src: url('../../assets/fonts/roboto/Roboto-light.woff');					font-display: swap; font-display: auto;	} 
@font-face {font-family: 'Robotocondensed-light';	src: url('../../assets/fonts/roboto/robotocondensed-light.woff');		font-display: swap; font-display: auto;	}

.font_low{font-family: 'Roboto-light'; font-size: 14px; line-height: normal; font-weight: 400; opacity:0.8;}  



/*===== Настройки шрифтов ===*/
* {font-variant-numeric: lining-nums;}
.font_low, .font_regular, .font_hight, .font_attention, .font_intanse{font-stretch: 100%; -webkit-font-smoothing: antialiased; font-variant-numeric: lining-nums;}


/* interface */
.font_interface{font-family: 'Roboto-light'; font-size: 12px; line-height: normal; font-weight: 400; opacity: 0.8;}  


.font_low{font-family: 'Roboto-light'; font-size: 14px; line-height: normal; font-weight: 400; opacity:0.8;}  


.font_regular		{	font-family: 'Raleway-Regular'; 	font-size: 16px; font-weight: 400;	}


.font_hight			{	font-family: 'Graphik_LC-Regular';	font-size: 18px;	line-height: 30px;	font-weight: 600;	}						
.font_attention	{	font-family: 'DINPro';				font-size: 28px;	line-height: normal;	font-weight: 600; }
.font_intense		{	font-family: 'Graphik_LC-Regular';	font-size: 50px;	line-height: normal;	font-weight: 600;}



/*======================== временная мера для шрифта =======================*/
 
h2.font_intense{font-size: 60px;}
 
 
@media (max-width: 768px){
		h1.font_intense {
			font-size: 60px;}
}


@media (max-width: 576px){
		h2.font_intense {
			font-size: 40px;}
}



/*==============================================================*/
/*========================Базавые классы=======================*/
/*============================================================*/

/*===== Container =====*/
@media (min-width: 1400px){
	.container, .container-lg, .container-md, .container-sm, .container-xl, .container-xxl {
		max-width: 1440px;
	}
}



/* ====== радиус (utility) — как в ref, для .t-btnflex / Metallist ====== */
.big_radius,
.big_radius:is(.t-btn, .t-btnflex, a.t-btnflex) {
  overflow: hidden;
  border-radius: 32px;
}
.big_top_radius { border-top-left-radius: 32px; border-top-right-radius: 32px; }
.big_bottom_radius { border-bottom-left-radius: 32px; border-bottom-right-radius: 32px; }

.medium_radius,
.medium_radius:is(.t-btn, .t-btnflex, a.t-btnflex) {
  overflow: hidden;
  border-radius: 28px;
}
.medium_bottom_radius { border-bottom-left-radius: 28px; border-bottom-right-radius: 28px; }

.small_radius,
.small_radius:is(.t-btn, .t-btnflex, .t-submit, a.t-btnflex),
.mh-section-hero :is(.small_radius.t-btnflex, .small_radius.t-submit, .mh-hero__submit.small_radius, .mh-hero__phone.small_radius),
.mh-popup-zakaz .small_radius.t-btnflex,
.mh-popup-privez .small_radius.t-btnflex,
.mh-cards__button.small_radius {
  overflow: hidden;
  border-radius: var(--mh-radius-btn);
}
.small_bottom_radius { border-bottom-left-radius: 3px; border-bottom-right-radius: 3px; }


/* ====== ссылки ======*/
a:hover{
	color: unset;
}


/*====== Основной вид кнопки  ======*/
.main_btn{
	width: 100%;
	height: 40px;
	padding: 0px 30px;
	text-align: center;
}
.btn:hover {color: #ffffff;}

.btn-check:focus+.btn, 
.btn:focus {
	box-shadow: unset;
}


/*====== инпуты на всем сайте ======*/
input[type="text"], input[type="tel"], input[type="email"], input[type="date"], input[type="password"], textarea {
	width: 100%;
	height: 42px;
	font-size: 14px;
	text-align: left;
	padding-left: 15px;
	margin-bottom: 10px;
	outline: none;    
    -webkit-appearance: none;
    -moz-appearance: none;
}


button.toggle-password {
	height: 42px;
	opacity: 0.6;
}

input.password {
	border: unset;
	margin-bottom: unset;
}


select {
	height: 42px;
	font-size: 14px;
	padding-left: 15px;
	
}

input::placeholder {
	color: #000000;
}

input, textarea {
	outline:none;
}



input, select {outline:none;}


/*==============================================================*/
/* =========================== Utilities ======================*/
/*============================================================*/
/* ======== STICKY ========== */
@media(min-width: 960px){
	.sticky {position: sticky; top: 80px;
	}
}

/* ======== NOSELECT ========== */
.noselect {
	-webkit-touch-callout: none; /* iOS Safari */
	  -webkit-user-select: none; /* Safari */
		-khtml-user-select: none; /* Konqueror HTML */
		  -moz-user-select: none; /* Old versions of Firefox */
			-ms-user-select: none; /* Internet Explorer/Edge */
				 user-select: none; /* Non-prefixed version, currently
											  supported by Chrome, Edge, Opera and Firefox */
}

.pointer{cursor: pointer;}

.mb-10 {
	margin-bottom: 6rem !important;
}

.mb-15 {
	margin-bottom: 9rem !important;
}


/*-------------*/


.nav-link, .nav-link:active, .nav-link:hover{
	color: #495057;
}



/* табы */

@media(max-width: 576px){

.nav-link {
    padding: 10px 8px;
   
} 

.nav-tabs {
    border-bottom: unset;
}	
	
	
.nav-tabs .nav-link {
    border-radius: 0.25rem;
  
}	

.nav-tabs .nav-link.active {
    border-bottom: 1px solid #dee2e6;
}	



}









/*======= Тумблер ======*/

.switch-btn {
	display: inline-block;
	width: 45px;
	height: 22px;

	
	border-radius: 19px; /* радиус скругления */
	background: #bfbfbf; /* цвет фона */
	z-index: 0;
	margin: 0;
	padding: 0;
	border: none;
	cursor: pointer;
	position: relative;
	transition-duration: 300ms; /* анимация */
}
.switch-btn::after {
	content: "";
	height: 16px; /* высота кнопки */
	width: 16px; /* ширина кнопки */
	border-radius: 17px;
	background: #fff; /* цвет кнопки */
	top: 3px; /* положение кнопки по вертикали относительно основы */
	left: 3px; /* положение кнопки по горизонтали относительно основы */
	transition-duration: 300ms; /* анимация */
	position: absolute;
	z-index: 1;
}
.switch-on {
	background: #969696;
}
.switch-on::after {
	left: 26px;
}



 .gradient-ios {
	background: radial-gradient(circle at center, 
					#00000087 0%,   /* Чёрный с прозрачностью 53% (HEX: #00000087) */
					#0000004d 30%,  /* Чёрный с прозрачностью 30% (HEX: #0000004d) */
					#0000001a 70%,  /* Чёрный с прозрачностью 10% (HEX: #0000001a) */
					#0000004d 100%  /* Чёрный с прозрачностью 30% (HEX: #0000004d) */
					);
 }
 


.lighting {
	background: #a86d4b;
	box-shadow: 0px 0px 100px 120px #a86d4b;
}









/* живочат на мобильном */

@media(max-width: 991px){

.wrap__Me6ac {
    bottom: 62px!important;}
	
	

}

.range_archive_container {
    margin-bottom: 30px;
}


/* ============================================================

   Metallist — токены, сетка, кнопки, формы (#mh-page)
   Секции: components/templates/<section>/style.css
   ============================================================ */

:root {
  --mh-bp-sm: 480px;
  --mh-bp-md: 768px;
  --mh-bp-lg: 980px;
  --mh-bp-xl: 1200px;
  --mh-bp-2xl: 1440px;

  --mh-color-accent: #ffd307;
  --mh-color-accent-rgb: 255, 211, 7;
  --mh-color-accent-soft: #ffc700;
  --mh-color-ink: #000000;
  --mh-color-dark: #111111;
  --mh-color-white: #ffffff;
  --mh-color-dark-text: #333333;
  --mh-color-link-tg: #0088cc;
  --mh-color-link-wa: #25d366;
  --mh-color-border: #e0e0e0;

  /* Текст на парных CTA-кнопках hero (жёлтая / чёрная заливка) */
  --mh-hero-cta-text-on-accent: var(--mh-color-ink);
  --mh-hero-cta-text-on-ink: var(--mh-color-white);

  --mh-shadow-btn: 0px 2px 3px rgba(0, 11, 48, 0.25);
  --mh-shadow-btn-hover: 0px 10px 20px rgba(0, 11, 48, 0.25);
  --mh-shadow-accent-glow: 0px 2px 20px 3px
    rgba(var(--mh-color-accent-rgb), 0.25);

  --mh-radius-btn: 3px; /* = .small_radius */
  --mh-radius-card: 10px;

  --mh-z-menu: 990;
  --mh-z-overlay: 1000;
  --mh-header-height: 64px;
  --mh-hero-top-gap: 16px;
  --mh-hero-bottom-gap: 48px;
  --mh-hero-min-height: 80vh;

  --mh-font-family: "TildaSans", Arial, sans-serif;
}

html {
  scroll-behavior: smooth;
}

body.t-body {
  scroll-padding-top: calc(var(--mh-header-height) + var(--mh-hero-top-gap, 16px));
}

@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }
}

@keyframes flash {
  20% { transform: translateX(100%); }
  100% { transform: translateX(100%); }
}
@keyframes flash-md {
  30% { transform: translateX(100%); }
  100% { transform: translateX(100%); }
}
@keyframes flash-lg {
  40% { transform: translateX(100%); }
  100% { transform: translateX(100%); }
}

@media (prefers-reduced-motion: reduce) {
  .mh-reduced-motion *,
  .mh-reduced-motion *::before,
  .mh-reduced-motion *::after {
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0.01ms !important;
  }
}


body {
  font-family: "TildaSans", Arial, sans-serif;
  line-height: 1.55;
  color: #000000;
  background-color: #f7f7f7;
}

@font-face {
	font-family: 'TildaSans';
	font-style: normal;
	font-weight: 250 1000;
	font-display: swap;
	src: url('/assets/fonts/tildasans/TildaSans-VF.woff2') format('woff2-variations'),
	     url('/assets/fonts/tildasans/TildaSans-VF.woff') format('woff-variations');
}
@font-face {
	font-family: 'TildaSans';
	font-style: normal;
	font-weight: 300;
	src: url('/assets/fonts/tildasans/TildaSans-Light.eot');
	src: url('/assets/fonts/tildasans/TildaSans-Light.eot#iefix') format('embedded-opentype'),
	     url('/assets/fonts/tildasans/TildaSans-VF.woff2') format('woff2-variations'),
	     url('/assets/fonts/tildasans/TildaSans-VF.woff') format('woff-variations'),
	     url('/assets/fonts/tildasans/TildaSans-Light.woff2') format('woff2'),
	     url('/assets/fonts/tildasans/TildaSans-Light.woff') format('woff');
}
@font-face {
	font-family: 'TildaSans';
	font-style: normal;
	font-weight: 400;
	src: url('/assets/fonts/tildasans/TildaSans-Regular.eot');
	src: url('/assets/fonts/tildasans/TildaSans-Regular.eot#iefix') format('embedded-opentype'),
	     url('/assets/fonts/tildasans/TildaSans-VF.woff2') format('woff2-variations'),
	     url('/assets/fonts/tildasans/TildaSans-VF.woff') format('woff-variations'),
	     url('/assets/fonts/tildasans/TildaSans-Regular.woff2') format('woff2'),
	     url('/assets/fonts/tildasans/TildaSans-Regular.woff') format('woff');
}
@font-face {
	font-family: 'TildaSans';
	font-style: normal;
	font-weight: 500;
	src: url('/assets/fonts/tildasans/TildaSans-Medium.eot');
	src: url('/assets/fonts/tildasans/TildaSans-Medium.eot#iefix') format('embedded-opentype'),
	     url('/assets/fonts/tildasans/TildaSans-VF.woff2') format('woff2-variations'),
	     url('/assets/fonts/tildasans/TildaSans-VF.woff') format('woff-variations'),
	     url('/assets/fonts/tildasans/TildaSans-Medium.woff2') format('woff2'),
	     url('/assets/fonts/tildasans/TildaSans-Medium.woff') format('woff');
}
@font-face {
	font-family: 'TildaSans';
	font-style: normal;
	font-weight: 600;
	src: url('/assets/fonts/tildasans/TildaSans-Semibold.eot');
	src: url('/assets/fonts/tildasans/TildaSans-Semibold.eot#iefix') format('embedded-opentype'),
	     url('/assets/fonts/tildasans/TildaSans-VF.woff2') format('woff2-variations'),
	     url('/assets/fonts/tildasans/TildaSans-VF.woff') format('woff-variations'),
	     url('/assets/fonts/tildasans/TildaSans-Semibold.woff2') format('woff2'),
	     url('/assets/fonts/tildasans/TildaSans-Semibold.woff') format('woff');
}
@font-face {
	font-family: 'TildaSans';
	font-style: normal;
	font-weight: 700;
	src: url('/assets/fonts/tildasans/TildaSans-Bold.eot');
	src: url('/assets/fonts/tildasans/TildaSans-Bold.eot#iefix') format('embedded-opentype'),
	     url('/assets/fonts/tildasans/TildaSans-VF.woff2') format('woff2-variations'),
	     url('/assets/fonts/tildasans/TildaSans-VF.woff') format('woff-variations'),
	     url('/assets/fonts/tildasans/TildaSans-Bold.woff2') format('woff2'),
	     url('/assets/fonts/tildasans/TildaSans-Bold.woff') format('woff');
}
@font-face {
	font-family: 'TildaSans';
	font-style: normal;
	font-weight: 800;
	src: url('/assets/fonts/tildasans/TildaSans-Extrabold.eot');
	src: url('/assets/fonts/tildasans/TildaSans-Extrabold.eot#iefix') format('embedded-opentype'),
	     url('/assets/fonts/tildasans/TildaSans-VF.woff2') format('woff2-variations'),
	     url('/assets/fonts/tildasans/TildaSans-VF.woff') format('woff-variations'),
	     url('/assets/fonts/tildasans/TildaSans-Extrabold.woff2') format('woff2'),
	     url('/assets/fonts/tildasans/TildaSans-Extrabold.woff') format('woff');
}
@font-face {
	font-family: 'TildaSans';
	font-style: normal;
	font-weight: 900;
	src: url('/assets/fonts/tildasans/TildaSans-Black.eot');
	src: url('/assets/fonts/tildasans/TildaSans-Black.eot#iefix') format('embedded-opentype'),
	     url('/assets/fonts/tildasans/TildaSans-VF.woff2') format('woff2-variations'),
	     url('/assets/fonts/tildasans/TildaSans-VF.woff') format('woff-variations'),
	     url('/assets/fonts/tildasans/TildaSans-Black.woff2') format('woff2'),
	     url('/assets/fonts/tildasans/TildaSans-Black.woff') format('woff');
}

/* ========== #mh-page wrapper ========== */
#mh-page,
#mh-page *,
#mh-page *::before,
#mh-page *::after {
  box-sizing: border-box;
}
#mh-page {
  -webkit-font-smoothing: antialiased;
}
#mh-page a:not(.t-btnflex):not(.t-submit):not(.t-btntext) {
  color: #ff8562;
  text-decoration: none;
}
#mh-page a.t-btnflex,
#mh-page a.t-submit,
#mh-page button.t-btnflex,
#mh-page button.t-submit {
  text-decoration: none;
}
#mh-page :is(a, button).t-btnflex_type_button,
#mh-page :is(a, button).t-submit.t-btnflex_type_button {
  color: var(--mh-color-ink);
}
#mh-page :is(a, button).t-btnflex_type_button2 {
  color: var(--mh-color-accent);
}
#mh-page :is(a, button).t-btnflex_type_submit,
#mh-page button.t-submit.t-btnflex_type_submit {
  color: var(--mh-color-ink);
}
#mh-page a[href^="tel"] {
  color: inherit;
  text-decoration: none;
  white-space: nowrap;
}

/* Телефоны по всему сайту (шапка, подвал, лендинги): номер не переносится по строкам */
a[href^="tel:"] {
  white-space: nowrap;
}
#mh-page b,
#mh-page strong {
  font-weight: 700;
}

/* ========== Grid (Tilda) ========== */
.t-row { margin: 0; display: flex; flex-wrap: wrap; }
.t-container {
  margin-left: auto;
  margin-right: auto;
  width: 100%;
  max-width: 1200px;
  padding: 0;
}
.t-container_flex {
  display: flex;
  flex-wrap: wrap;
}
.t-container::before,
.t-container::after {
  display: table;
  content: " ";
  width: 0;
}
.t-container::after { clear: both; }
.t-col {
  display: inline;
  float: left;
  margin-left: 20px;
  margin-right: 20px;
  width: 100%;
  box-sizing: border-box;
}
.t-col_3 { max-width: 260px; }
.t-col_4 { max-width: 360px; }
.t-col_8 { max-width: 760px; }
.t-col_12 { max-width: 1160px; }
.t-width { width: 100%; box-sizing: border-box; }
.t-width_5 { max-width: 480px; width: 90%; margin: 0 auto; }
.t-width_100 { width: 100%; max-width: 100%; }

@media screen and (max-width: 1200px) {
  .t-container { max-width: 960px; }
  .t-col {
    margin-left: 10px;
    margin-right: 10px;
  }
  .t-col_3 { max-width: 220px; }
  .t-col_4 { max-width: 300px; }
  .t-col_8 { max-width: 620px; }
  .t-col_12 { max-width: 940px; }
  .t-width_5 { max-width: 380px; }
}
@media screen and (max-width: 960px) {
  .t-container { max-width: 640px; }
  .t-container_flex { display: block; }
  .t-col {
    display: block;
    float: none;
    padding-left: 20px;
    padding-right: 20px;
    margin: 0;
    max-width: 100%;
  }
  .t-col_3,
  .t-col_4,
  .t-col_8,
  .t-col_12 {
    width: 100%;
    max-width: 100%;
  }
}

/* ========== Typography (Tilda) ========== */
.t-title {
  font-family: var(--mh-font-family);
  font-weight: 600;
  line-height: 1.25;
  margin: 0;
  color: var(--mh-color-ink);
}
.t-title_xxs { font-size: 36px; line-height: 1.23; }
.t-title_xs  { font-size: 42px; line-height: 1.23; }
.t-title_sm  { font-size: 48px; line-height: 1.23; }
.t-title_md  { font-size: 52px; line-height: 1.23; }
.t-title_xl  { font-size: 72px; line-height: 1.17; }

@media screen and (max-width: 640px) {
  .t-title_xl { font-size: clamp(28px, 8vw, 36px); line-height: 1.15; }
  .t-title_xs,
  .t-title_sm { font-size: clamp(24px, 6.5vw, 32px); }
  .t-title_md { font-size: clamp(26px, 7vw, 36px); }
  .t-descr_xxl { font-size: 18px; }
}

@media screen and (max-width: 390px) {
  .t-title_xl { font-size: clamp(26px, 7.5vw, 32px); }
}

.t-name {
  font-family: var(--mh-font-family);
  font-weight: 600;
  line-height: 1.35;
  margin: 0;
  color: var(--mh-color-ink);
}
.t-name_xs { font-size: 16px; }
.t-name_sm { font-size: 18px; }
.t-name_md { font-size: 20px; }
.t-name_xl { font-size: 24px; }
.t-descr {
  font-family: var(--mh-font-family);
  font-weight: 300;
  line-height: 1.55;
  margin: 0;
  color: var(--mh-color-ink);
}
.t-descr_xxs { font-size: 14px; }
.t-descr_xs  { font-size: 16px; }
.t-descr_sm  { font-size: 18px; }
.t-descr_md  { font-size: 20px; }
.t-descr_xl  { font-size: 24px; line-height: 1.5; }
.t-descr_xxl { font-size: 26px; line-height: 1.45; }
.t-text { font-family: var(--mh-font-family); line-height: 1.55; margin: 0; }
.t-text_xs { font-size: 14px; }
.t-text_md { font-size: 18px; }
.t-section__title { margin-bottom: 20px; }
.t-section__descr { max-width: 560px; }
.t-section__container { margin-bottom: 0; }

/* ========== Alignment ========== */
.t-align_center { text-align: center; }
.t-align_left   { text-align: left; }
.t-align_right  { text-align: right; }
.t-margin_auto  { margin-left: auto; margin-right: auto; }

/* Vertical alignment (table-cell mode) */
.t-valign_top    { vertical-align: top; }
.t-valign_middle { vertical-align: middle; }
.t-cell { display: table-cell; }

/* ========== Buttons (.t-btnflex) ========== */
.t-btnflex,
.t-btn.t-btnflex,
.t-submit.t-btnflex {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 1ch;
  max-width: 100%;
  box-sizing: border-box;
  overflow: hidden;
  font-family: var(--mh-font-family);
  font-weight: 600;
  line-height: var(--line-height, 1.4);
  padding: 0;
  padding-top: calc(
    ((var(--height, 45px) - 1em * var(--line-height, 1.4)) / 2) -
      var(--border-width, 0px)
  );
  padding-bottom: calc(
    ((var(--height, 45px) - 1em * var(--line-height, 1.4)) / 2) -
      var(--border-width, 0px)
  );
  border-style: solid;
  border-color: transparent;
  border-width: var(--border-width, 0);
  border-radius: 0; /* скругление: .small_radius | .medium_radius | .big_radius */
  background-color: transparent;
  color: inherit;
  text-decoration: none;
  cursor: pointer;
  white-space: normal;
  transition:
    background-color 0.2s,
    color 0.2s,
    border-color 0.2s,
    box-shadow 0.2s;
}
.t-btn.t-btnflex.t-btnflex_type_button,
.t-btnflex.t-btnflex_type_button {
  color: var(--mh-color-ink);
  background-color: var(--mh-color-accent);
  border-color: var(--mh-color-ink);
  --border-width: 1px;
  box-shadow: var(--mh-shadow-accent-glow);
}
.t-btn.t-btnflex.t-btnflex_type_button2,
.t-btnflex.t-btnflex_type_button2 {
  color: var(--mh-color-accent);
  background-color: var(--mh-color-ink);
  border-color: var(--mh-color-accent);
  --border-width: 2px;
  box-shadow: var(--mh-shadow-accent-glow);
}
.t-btn.t-btnflex.t-btnflex_type_submit,
.t-btnflex.t-btnflex_type_submit {
  color: var(--mh-color-ink);
  background-color: var(--mh-color-accent);
  border-color: var(--mh-color-ink);
  --border-width: 1px;
  box-shadow: var(--mh-shadow-btn);
}
@media (hover: hover) {
  .t-btnflex.t-btnflex_type_button:not(.t-animate_no-hover):hover,
  .t-btnflex.t-btnflex_type_button:not(.t-animate_no-hover):hover .t-btnflex__text,
  .t-btnflex.t-btnflex_type_button:not(.t-animate_no-hover):focus-visible,
  .t-btnflex.t-btnflex_type_button:not(.t-animate_no-hover):focus-visible .t-btnflex__text,
  .t-btn.t-btnflex.t-btnflex_type_button:not(.t-animate_no-hover):hover,
  .t-btn.t-btnflex.t-btnflex_type_button:not(.t-animate_no-hover):hover .t-btnflex__text,
  .t-btn.t-btnflex.t-btnflex_type_button:not(.t-animate_no-hover):focus-visible,
  .t-btn.t-btnflex.t-btnflex_type_button:not(.t-animate_no-hover):focus-visible .t-btnflex__text {
    color: var(--mh-color-accent);
    background-color: var(--mh-color-ink);
    border-color: var(--mh-color-accent);
    box-shadow: var(--mh-shadow-btn-hover);
  }
  .t-btnflex.t-btnflex_type_button2:not(.t-animate_no-hover):hover,
  .t-btnflex.t-btnflex_type_button2:not(.t-animate_no-hover):hover .t-btnflex__text,
  .t-btnflex.t-btnflex_type_button2:not(.t-animate_no-hover):focus-visible,
  .t-btnflex.t-btnflex_type_button2:not(.t-animate_no-hover):focus-visible .t-btnflex__text,
  .t-btn.t-btnflex.t-btnflex_type_button2:not(.t-animate_no-hover):hover,
  .t-btn.t-btnflex.t-btnflex_type_button2:not(.t-animate_no-hover):hover .t-btnflex__text,
  .t-btn.t-btnflex.t-btnflex_type_button2:not(.t-animate_no-hover):focus-visible,
  .t-btn.t-btnflex.t-btnflex_type_button2:not(.t-animate_no-hover):focus-visible .t-btnflex__text {
    color: var(--mh-color-ink);
    background-color: var(--mh-color-accent);
    border-color: var(--mh-color-ink);
    box-shadow: var(--mh-shadow-accent-glow);
  }
  .t-btnflex.t-btnflex_type_submit:not(.t-animate_no-hover):hover,
  .t-btnflex.t-btnflex_type_submit:not(.t-animate_no-hover):hover .t-btnflex__text,
  .t-btnflex.t-btnflex_type_submit:not(.t-animate_no-hover):focus-visible,
  .t-btnflex.t-btnflex_type_submit:not(.t-animate_no-hover):focus-visible .t-btnflex__text,
  .t-submit.t-btnflex.t-btnflex_type_submit:not(.t-animate_no-hover):hover,
  .t-submit.t-btnflex.t-btnflex_type_submit:not(.t-animate_no-hover):hover .t-btnflex__text,
  .t-submit.t-btnflex.t-btnflex_type_submit:not(.t-animate_no-hover):focus-visible,
  .t-submit.t-btnflex.t-btnflex_type_submit:not(.t-animate_no-hover):focus-visible .t-btnflex__text {
    color: var(--mh-color-accent);
    background-color: var(--mh-color-ink);
    border-color: var(--mh-color-accent);
    box-shadow: var(--mh-shadow-btn-hover);
  }
}
.t-btnflex.w-100,
.t-submit.t-btnflex.w-100 {
  width: 100%;
}
.t-btnflex__text {
  position: relative;
  z-index: 1;
  color: inherit;
  max-width: 100%;
  overflow: hidden;
  text-align: center;
  text-overflow: ellipsis;
}
.t-btnflex_xs,
.t-btn.t-btnflex_xs,
.t-submit.t-btnflex_xs {
  --height: 35px;
  font-size: 13px;
  padding-left: 15px;
  padding-right: 15px;
}
.t-btnflex_smd,
.t-btn.t-btnflex_smd,
.t-submit.t-btnflex_smd {
  --height: 50px;
  font-size: 15px;
  padding-left: 44px;
  padding-right: 44px;
}
.t-btnflex_md,
.t-btn.t-btnflex_md,
.t-submit.t-btnflex_md {
  --height: 60px;
  font-size: 16px;
  padding-left: 60px;
  padding-right: 60px;
}

@media screen and (max-width: 640px) {
  .t-btnflex_md,
  .t-btn.t-btnflex_md,
  .t-submit.t-btnflex_md {
    padding-left: 24px;
    padding-right: 24px;
  }
}

.t-btnflex:not(.big_radius):not(.medium_radius):not(.small_radius),
.t-btn.t-btnflex:not(.big_radius):not(.medium_radius):not(.small_radius) {
  border-radius: var(--mh-radius-btn);
}
.t-btntext {
  display: inline-flex;
  align-items: center;
  cursor: pointer;
  background: none;
  border: none;
  font-family: var(--mh-font-family);
}
.t-btntext_type_bbutton { padding: 8px 16px; }
.t-submit { cursor: pointer; }

/* Button flash effects (injected by JS) */
.t-btn_wrap-effects {
  position: absolute;
  top: 0; left: 0;
  width: 100%; height: 100%;
  transform: translateX(-85px);
  animation: flash 3s linear infinite;
}
.t-btn_wrap-effects_md { animation-name: flash-md; }
.t-btn_wrap-effects_lg { animation-name: flash-lg; }
.t-btn_effects {
  background: linear-gradient(90deg, rgba(255,255,255,0.1), rgba(255,255,255,0.4));
  width: 45px; height: 100%;
  position: absolute;
  top: 0; left: 30px;
  transform: skewX(-45deg);
}
[data-btneffects-first], [data-btneffects-second] {
  position: relative;
  overflow: hidden;
  isolation: isolate;
}

/* ========== Cover ========== */
.t-cover {
  position: relative;
  overflow: hidden;
}
.t-cover__carrier {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  background-attachment: scroll;
}
@media screen and (max-width: 640px) {
  .t-cover__carrier {
    background-attachment: scroll !important;
    background-position: 50%;
  }
}
.t-cover__filter {
  position: absolute;
  top: 0; left: 0;
  width: 100%; height: 100%;
}
.t-cover__wrapper {
  position: relative;
  z-index: 1;
  display: table;
  width: 100%;
}
.t-cover__wrapper.t-valign_middle {
  display: flex;
  align-items: center;
  justify-content: center;
}

/* ========== Background image ========== */
.t-bgimg {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

/* ========== Divider ========== */
.t-divider {
  border-top-style: solid;
  margin: 8px 0;
}
.t-divider__arrow { display: inline-block; }

/* ========== Animation (transform — animations.css + animations.js на shell) ========== */
.t-animate { opacity: 0; }
.t-animate.t-animate_started { opacity: 1; transform: none !important; }

/* ========== Feed (Tilda feed plugin) ========== */
.t-feed { position: relative; }
.t-feed__container { display: flex; flex-wrap: wrap; }
.t-feed__container_mobile-grid { display: flex; flex-wrap: wrap; }
.t-feed__grid-col { padding: 0 20px; }
.t-feed__grid-separator { width: 100%; height: 0; }
.t-feed__post-preloader__container_hidden { display: none; }
.t-feed__post-preloader__img {
  background: #f0f0f0;
  padding-bottom: 75%;
  margin-bottom: 10px;
  border-radius: var(--mh-radius-card);
}
.t-feed__post-preloader__text {
  background: #f0f0f0;
  height: 14px;
  margin-bottom: 6px;
  border-radius: 4px;
}
.t-feed__post-bgimg {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
.t-feed__showmore-btn {
  display: block;
  margin: 20px auto;
}
.t-feed__parts-switch-btn {
  display: inline-block;
  cursor: pointer;
}

/* ========== Popup (Tilda popup system) ========== */
.t-popup {
  position: fixed;
  top: 0; left: 0;
  width: 100%; height: 100%;
  z-index: var(--mh-z-overlay);
  display: none;
}
.t-popup.t-popup_show,
.t-popup.t-popup_showed { display: flex; align-items: center; justify-content: center; }
.t-popup__container { position: relative; z-index: 1; }
.t-popup__close,
.t-popup__block-close {
  position: absolute;
  top: 15px; right: 15px;
  cursor: pointer;
  z-index: 2;
}

/* ========== Forms (Tilda form system) ========== */
.t-form { position: relative; }
.t-form__submit { margin-top: 15px; }
.t-input-group { margin-bottom: 10px; position: relative; }
.t-input {
  width: 100%;
  padding: 12px 15px;
  font-family: var(--mh-font-family);
  font-size: 16px;
  border: 1px solid #e0e0e0;
  border-radius: var(--mh-radius-btn);
  background: var(--mh-color-white);
  transition: border-color 0.2s;
}
.t-input:focus { border-color: var(--mh-color-accent); outline: none; }
.t-input-title {
  font-size: 12px;
  color: #999;
  margin-bottom: 4px;
}

/* Form extras */
.t-form__inputsbox { position: relative; }
.t-form__inputsbox_vertical-form .t-input-group { margin-bottom: 10px; }
.t-form__errorbox-middle,
.t-form__errorbox-bottom { margin-top: 5px; }
.t-form__errorbox-wrapper { color: #ff0000; font-size: 13px; }
.t-form__errorbox-item { margin-bottom: 2px; }
.t-form__successbox {
  padding: 15px;
  text-align: center;
  font-weight: 600;
  border-radius: var(--mh-radius-btn);
}
.t-input-error { color: #ff0000; font-size: 12px; margin-top: 3px; }
.t-input-block { position: relative; }
.t-select__wrapper { position: relative; }
.t-select {
  width: 100%;
  padding: 12px 15px;
  font-family: var(--mh-font-family);
  font-size: 16px;
  border: 1px solid #e0e0e0;
  border-radius: var(--mh-radius-btn);
  background: var(--mh-color-white);
  appearance: none;
  -webkit-appearance: none;
  cursor: pointer;
}
.t-select:focus { border-color: var(--mh-color-accent); outline: none; }
.t-inputtime { font-variant-numeric: tabular-nums; }
.t-popup__close-wrapper,
.t-popup__block-close-button {
  background: none;
  border: none;
  cursor: pointer;
  padding: 5px;
}

/* Social links (used in header/footer) */
.t-sociallinks { display: inline-block; }
.t-sociallinks__wrapper { display: flex; align-items: center; gap: 4px; }

/* ========== Misc Tilda compat ========== */
.t-records { position: relative; }
.t-records_animated { transition: opacity 0.2s ease-in-out; }
.t-records.t-records_visible { opacity: 1; }
.t-rec { position: relative; }
.t-clear { clear: both; }
.t-item { position: relative; }
.t-list__item { position: relative; }
.t-list__container_inrow4 { display: flex; flex-wrap: wrap; }
.t-active { /* toggled by JS */ }
body.t-body_popupshowed { overflow: hidden; }

/* Card layout (used by t774 and service cards) */
.t-card__container {
  display: flex;
  flex-wrap: wrap;
  padding: 0 20px;
}
.t-card__col { position: relative; }
.t-card__title { margin: 0; }
.t-card__link { color: inherit; text-decoration: none; }
.t-card__btn-wrapper { margin-top: auto; }
.t-card__btn { margin-top: 10px; }
