

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


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




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


/*===== Использование шрифтов ===*/
/*

0. .font_interface: 
		Класс, для подписи элементов интерфейса. 
		Самый маленький шрифт не предназначенный для текстов

1. .font_low: 
		Класс, соответствующий малой степени внимания. 
		Может использоваться, например, для текста с нежным шрифтом, который не привлекает сильное внимание.

2. .font_regular: 
		Класс, соответствующий средней степени внимания. 
		Может использоваться для обычного текста на сайте со стандартным шрифтом, 
		который не является особенно акцентирующим.

3. .font_hight: 
		Класс, соответствующий активной степени внимания. 
		Может использоваться для элементов, 
		которые требуют большего внимания пользователя, например, для заголовков или важных сообщений.

4. .font_attention: 
		Класс, соответствующий увлеченной степени внимания. 
		Может использоваться для элементов, которые должны 
		выделяться на сайте и привлекать особое внимание 
		пользователей, например, для важных блоков контента или интерактивных компонентов.

5. .font_intense: Класс, соответствующий максимальной степени внимания. 
						 Может использоваться для элементов, которые требуют 
						 максимального внимания пользователя, например, 
						 для предупреждающих или критически важных сообщений, 
						 или для элементов интерфейса, которые должны 
						 быть чрезвычайно акцентированными.
*/




/*===== Подключение шрифтов  =====*/
/* @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-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-black';			src: url('../../assets/fonts/raleway/Raleway-Black.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-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_regular, .font_hight, .font_hight_uppercase, .font_attention, .font_intanse, input{font-stretch: 100%; -webkit-font-smoothing: antialiased; font-variant-numeric: lining-nums;}




/* low */
/* .font_low{font-family: 'Graphik_LC-Regular'; font-size: 12px; 	line-height: 15px; font-weight: 400; opacity:0.7;}  */


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

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


/* regular */
.font_regular{	font-family: 'Raleway-Regular'; 	font-size: 18px; font-weight: 400;}	  


/* hight */
.font_hight{font-family: 'Raleway-bold';	font-size: 19px; line-height: normal;}



.font_hight_uppercase{font-family: 'Raleway-Bold';	font-size: 18px; line-height: normal; text-transform: uppercase;}



/* attention */
/* .font_attention{font-family: 'Raleway-SemiBold'; font-size: 45px; line-height: normal;}	 */
/* .font_attention{ font-family: 'Raleway-bold'; font-size: 37px; line-height: 44px;} */

.font_attention{ font-family: 'Roboto-Medium'; font-size: 37px; line-height: 47px;}



@media(max-width: 576px){
	
	/* .font_hight{
		font-size: 16px; 
		line-height: 20px;
	} */

	/* 
	.font_attention{
		font-size: 27px;
		line-height: 32px;
		letter-spacing: -0.5px;
	} */

		@media (max-width: 576px) {
			.font_attention {
				font-size: 25px;
				line-height: 32px;
				letter-spacing: -0.5px;
			}
		}

}

@media(max-width: 576px){


}




/* intense */
.font_intanse{font-family: 'Raleway-Black'; font-size: 127px; line-height: 115px;}	
@media(max-width: 1024px){.font_intanse{font-size: 100px;}}
@media(max-width: 768px){.font_intanse{font-size: 90px;}}
@media(max-width: 576px){.font_intanse{font-size: 50px;}}
@media(max-width: 320px){.font_intanse{font-size: 35px;}}




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

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


/* ====== радиус ======*/
.big_radius, .medium_radius, .small_radius{overflow: hidden;}
.big_radius		{border-radius: 20px;}
.medium_radius	{border-radius: 12px;}
.small_radius	{border-radius: 3px;}


/* ====== ссылки ======*/




/* a:hover{
	color: black;
    opacity: 0.7;
	-webkit-transition: all 1s ease;
    transition: all 1s ease; 
}


a.white:hover{
	color: white;
    opacity: 0.7;
	-webkit-transition: all 1s ease;
    transition: all 1s ease; 
}
 */






/*====== Основной вид кнопки  ======*/
.main_btn{
	display: flex;
	flex-wrap: wrap;
   align-items: center;
   max-width: fit-content;
	justify-content: center;
	color: white;
	background: linear-gradient(to bottom, #42bb47 0, #158d42 100%);
	min-width: 215px;
	height: 40px;
	padding: 0px 30px;
	cursor: pointer;
	text-transform: uppercase;
	border: none;
	box-shadow: 0 0 7px rgb(56, 100, 38);
}


.btn:hover {color: #ffffff;}

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


/*====== инпуты на всем сайте ======*/
.lk-container input[type="text"], 
.lk-container input[type="tel"], 
.lk-container input[type="email"], 
.lk-container input[type="date"], 
.lk-container input[type="password"], 
.lk-container 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;
}

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

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



input::placeholder {	color: #000000;}
input, 
textarea {	outline:none;	}
textarea	{	min-height: 200px;}





/*==============================================================*/
/* =========================== 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 */
}



.relative{position: relative;}

/* 
.mb-10 {margin-bottom: 7rem !important;}
.mt-10 {margin-top: 7rem !important;} 
*/

.pointer{cursor: pointer;}
.shadow{box-shadow: 0 4px 15px rgb(35 31 32 / 10%) !important;}
.text-justify{text-align: justify;}

.shadow_light {
	box-shadow: 0 4px 15px rgb(35 31 32 / 10%) !important;
}



/* Переключение версий */
.v_selector{
	position: fixed;
	right: 0;
	bottom: 270px;
	padding: 10px 6px;
	display: flex;
	flex-direction: column;
	background: #efefef;
	border-radius: 10px;
	margin: 8px;
	z-index: 100000;
}
.v_selector .v1{
	margin-bottom: 10px;
}

.v_selector .v1, .v_selector .v2{
	background: #3981d7;
	 padding: 10px;
	border-radius: 3px;
	color: white;
}



/* Применение анимации к активному флагу */
.v_selector .item.active{
	animation: wave 1s infinite ease-in-out; /* Увеличена скорость и амплитуда */
}

/* Анимация развевающегося флага с увеличенной амплитудой */
@keyframes wave {
	0% {
		 transform: perspective(500px) rotateY(0deg) skewX(0deg) scaleX(1);
	}
	25% {
		 transform: perspective(500px) rotateY(-25deg) skewX(-5deg) scaleX(1.2);
	}
	50% {
		 transform: perspective(500px) rotateY(0deg) skewX(0deg) scaleX(1);
	}
	75% {
		 transform: perspective(500px) rotateY(25deg) skewX(5deg) scaleX(0.8);
	}
	100% {
		 transform: perspective(500px) rotateY(0deg) skewX(0deg) scaleX(1);
	}
}


.container{
	margin: 0 auto;
}
/* ul li */
.gpt_generation ul {
	padding: 0;
}
.gpt_generation li {
	background: #e7f3ff;
	margin: 10px 0;
	padding: 15px;
	border-radius: 5px;
	border-left: 4px solid #0078D7;
	list-style: none;
}


.d-flex {display: flex}
.align-center{align-items: center;}
.mr-2{margin-right: 10px;}
.ml-2{margin-left: 10px;}
.mr-3{margin-right: 15px;}
.ml-3{margin-left: 15px;}



.text-left{text-align: left !important;}
.text-center{text-align: center !important;}
.bold{font-weight: 600;}

/* Ground Frame */
*, ::after, ::before {
	box-sizing: border-box;
}

/* Интерфейс */

.columns_1, .columns_2, .columns_3, .columns_4, .columns_5, .columns_6, .columns_7, .columns_8{--gap: 30px !important; display: flex !important; flex-wrap: wrap !important; gap: var(--gap) !important; flex: 1; } 

.padding{	padding: 20px 20px;		}
@media(max-width: 767px){	.padding{	padding: 20px 8px;			}}



.columns_1 {--columns: 1;}
.columns_2 {--columns: 2;}
.columns_3 {--columns: 3;}
.columns_4 {--columns: 4;}
.columns_5 {--columns: 5;}
.columns_6 {--columns: 6;}
.columns_7 {--columns: 7;}
.columns_8 {--columns: 8;} 



/* Логика */
[class*="columns_"] > * {
	width: calc((100% - (var(--columns) - 1) * var(--gap)) / var(--columns)); 
}


 
/* Для экранов ноутбуков 1366px */
@media (max-width: 1366px) {
	.columns_oldbook_1 { --columns: 1;}
	.columns_oldbook_2 { --columns: 2;}
	.columns_oldbook_3 { --columns: 3;}
	.columns_oldbook_4 { --columns: 4;}
	.columns_oldbook_5 { --columns: 5;}
	.columns_oldbook_6 { --columns: 6;}
	.columns_oldbook_7 { --columns: 7;}
	.columns_oldbook_8 { --columns: 8;}
 }


/* Для экранов от 768px (планшеты) до 1024px */
@media (max-width: 1024px) {
	.columns_ipadpro_1 { --columns: 1;}
	.columns_ipadpro_2 { --columns: 2;}
	.columns_ipadpro_3 { --columns: 3;}
	.columns_ipadpro_4 { --columns: 4;}
	.columns_ipadpro_5 { --columns: 5;}
	.columns_ipadpro_6 { --columns: 6;}
	.columns_ipadpro_7 { --columns: 7;}
	.columns_ipadpro_8 { --columns: 8;}
 }
 



/* Для экранов от 768px (планшеты) до 1024px */
 @media (max-width: 768px) {
	.columns_ipad_1 { --columns: 1;}
	.columns_ipad_2 { --columns: 2;}
	.columns_ipad_3 { --columns: 3;}
	.columns_ipad_4 { --columns: 4;}
	.columns_ipad_5 { --columns: 5;}
	.columns_ipad_6 { --columns: 6;}
	.columns_ipad_7 { --columns: 7;}
	.columns_ipad_8 { --columns: 8;}
 }
  
 
 /* Для экранов меньше 768px (мобильные устройства) */
  @media (max-width: 767px) {
	.columns_mobile_1 {--columns: 1;}
	.columns_mobile_2 {--columns: 2;}
	.columns_mobile_3 {--columns: 3;}
	.columns_mobile_4 {--columns: 4;}
	.columns_mobile_5 {--columns: 5;}
	.columns_mobile_6 {--columns: 6;}
	.columns_mobile_7 {--columns: 7;}
	.columns_mobile_8 {--columns: 8;}
 }




@media(max-width: 576px){
		.for_mobile_slider{
			flex-wrap: nowrap !important;
			overflow: scroll;
			scrollbar-width: none; /* Для Firefox */
			-ms-overflow-style: none; /* Для IE и Edge */
		}

		.for_mobile_slider::-webkit-scrollbar {
			display: none; /* Для Chrome, Safari и других WebKit-браузеров */
		}

		.for_mobile_slider[class*="columns_"] > * {
			min-width: 80%; 
		}
}



/* Визуальная маркировка */
.container.groundframe{
	background-color: #686a7a;
}


.box_container {background-color: #fd9696;}
.box_container > * {background-color: #619ec5; min-height: 240px;}
.box_content{width: 100%; height: 100%; min-height: 240px; background-color: rgb(221, 104, 104); }




:root{--body_padding: 5px;}

body{
	padding-left: var(--body_padding);
	padding-right: var(--body_padding);
}

.fluid{
	margin-left:   calc(var(--body_padding) * -1);
	margin-right:  calc(var(--body_padding) * -1);
}

.section{
	margin-bottom: 78px; 
	/* border: 2px solid red; */
}



.flex-1{
	flex: 1;
}
.fit-content{
	width: fit-content;
}
.gap-12{
	gap: 12px !important;
}

.text-right{text-align: right !important;}
.text-left{text-align: left !important;}
.text-center{text-align: center !important;}
