@import url("https://fonts.googleapis.com/css?family=Ubuntu:300,300i,400,400i,500,500i,700,700i&subset=cyrillic,cyrillic-ext,latin-ext");
@import url("https://fonts.googleapis.com/css?family=Roboto:300,300i,400,400i,500,500i,700,700i&subset=cyrillic,cyrillic-ext,latin-ext");
@import url('https://fonts.googleapis.com/css2?family=Roboto+Slab:wght@300;400;700&display=swap');
@font-face
	{
		font-family:'Minion Pro';
		src:url("assets/fonts//MinionPro-Regular.eot");
		src:url("assets/fonts//MinionPro-Regular.eot?#iefix") format("embedded-opentype"),url("assets/fonts//MinionPro-Regular.woff") format("woff"),url("assets/fonts//MinionPro-Regular.ttf") format("truetype");
		font-weight:400;
		font-style:normal
	}
html
	{
		-webkit-box-sizing:border-box;
		box-sizing:border-box;
		font-size:14px
	}
*,*::before,*::after
	{
		-webkit-box-sizing:inherit;
		box-sizing:inherit
	}
body
	{
		margin:0;
		padding:0;
		background:#fff;
		font-family:"Roboto","Helvetica Neue",Helvetica,Roboto,Arial,sans-serif;
		font-weight:normal;
		line-height:1.5;
		color:#1b252c;
		-webkit-font-smoothing:antialiased;
		-moz-osx-font-smoothing:grayscale;
		display: flex;
		flex-direction: column;
		min-height: 100%;
	}


.top{
    padding: 20px 0;	
	max-width: 96.4288rem;
	margin: 0 auto;
    display: flex;
    align-items: center;
}
.logo{
    max-width: 18rem;
	padding: 0 0 0 30px;
}
.logo img {
	width: 240px;
}
/* кнопки сразу после меню */
.top_buttons, .footer_buttons{
    display: flex;
    gap: 1rem;
	margin-left: 2rem;
}

/* меню отжимается вправо */
.main_menu {
    margin-left: auto; /*  ключ */
}

.menu-ico{
	display: flex;
	gap: 1rem;
	margin-left:1rem;
}

.linkedin-icon:hover {
    transform: scale(1.05);
    transition: 0.3s;
}

.hed_null{
	max-width: 70%;
	color:#fff;
}
.language{
    margin-left:3rem;
	font-weight: 700;
	color: #000;
}

.header_block{
    max-width: 96.4288rem;
    margin: 30px auto 0;
}
.header_block h1{
    font-family: "Roboto Slab", Sans-serif;
    font-size: 44px;
    font-weight: 500;
    color: #25292e;
    padding: 0 0 0 30px;
}
.text_full h3{
    font-family: "Roboto Slab", Sans-serif;
    font-size: 25px;
    font-weight: 600;
    color: #25292e;
    margin:20px 0 12px;
}
.text_full h4{
    font-family: "Roboto Slab", Sans-serif;
    font-size: 18px;
    color: #25292e;
    margin:20px 0 12px;
}

.banner {
    max-width: 96.4288rem;
    margin: 0 auto;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;	
}

.banner_imag {
  	width: 48%;
    margin-left: auto;
}
.banner_imag img{
    width: 100%;
    height: auto;      /* сохраняет пропорции */
    display: block;    /* убирает лишний зазор снизу */
    object-fit: contain; /* можно оставить, но при height:auto обычно не нужно */
}

.banner_text {
	width: 48%;
    text-align: left;
    display: flex;
    flex-direction: column;
    margin: 0 10px 0 30px;
    justify-content: center;
}

.banner .banner_text h1{
  	color: #D92B2B;
	font-size:3.858rem;
	margin-bottom: 1rem;
}

.subheader {
	font-size: 2.3rem;
    line-height: 2.4rem;
	font-weight: 600;
	font-family: "Roboto Slab","Helvetica Neue",Helvetica,Roboto Slab,Arial,sans-serif;
	margin:1rem 0;
}

.subheader_text{
	margin-top:1.5rem;
	font-size:1.15rem;
	line-height: 1.5rem;
}

nav ul { 
	list-style: none;
	margin: 0;
	padding-left: 0;
}

nav li {
	display: inline-block;
}

nav a {
	position: relative;
	display: inline-block;
	padding: 5px 0;
	margin: 0 0.5rem;
	text-decoration: none;
	text-transform: uppercase;
	font-weight: 700;
	color: #000;
}

nav a::after {
	content: "";
	position: absolute;
	left: 0;
	bottom: -4px;
	width: 100%;
	height: 2px;
	background: #d92b2b;
	transform: scaleX(0);
	transform-origin: left;
	transition: transform 0.3s ease;
}

nav a:hover::after {
	transform: scaleX(1);
}

/* вход слева */
nav a.from-left::after {
	transform-origin: left;
	transform: scaleX(1);
}

/* вход справа */
nav a.from-right::after {
	transform-origin: right;
	transform: scaleX(1);
}

/* уход */
nav a.leave::after {
	transform: scaleX(0);
}

nav a.active {
    color: #d92b2b;
}


/* Menu toggle button for mobile view */
.menu-toggle {
    display: none;
    flex-direction: column;
    cursor: pointer;
}

.menu-toggle .bar {
    background-color: #902726;
    height: 3px;
    width: 25px;
    margin: 4px;
}


.text_full {
	max-width:96.4288rem;
	margin:0 auto;
	font-size:1.2rem;
	padding: 0 0 30px 30px;
}

.three_bloсks_transparent{
	display: flex;
    flex-direction: row;
	flex-wrap: wrap;
    justify-content: space-between;
	row-gap: 2.3rem;
	padding: 0 0 0 30px;
    max-width: 96.4288rem;
	margin: 0 auto;
}

.three_bloсks_transparent_field{
	max-width: 30%;
    line-height: 1.4;
    font-size: 1.2rem;
	display: flex;
    justify-content: space-between;
}

.three_bloсks_transparent_ico{
	width: 40px;
	color:#d92b2b;
	font-size:3rem;
	margin-right: 1.6rem;
	margin-top: -10px;
}

.red_strong{
	color:#d92b2b;
	font-weight: 600;
	font-size:1.4rem;
	font-family: "Roboto Slab","Helvetica Neue",Helvetica,Roboto Slab,Arial,sans-serif;
}
.three_bloсks_transparent_text{
	font-size:16px;
}

.red_heder {
	font-size:2rem;
	color:#d92b2b;
	font-weight: 700;
	margin-bottom: 0.8rem;
}
.ul_red_square{
	margin: 1rem 0 0 1.2rem;
	line-height: 1.5;
}
.ul_red_square i{
	margin: 0 0.8rem 0 0;
}

.ai_x{
	display: flex;
    flex-direction: row;
    justify-content: space-between;
	max-width: 85.71429rem;
	margin: 0 auto;
}
.heder_aix{
	max-width: 32%;
	color:#d92b2b;
}
.heder_aix h2{
	font-size: 2.8rem;
    line-height: 1.2;
    font-weight: 400;
}
.text_aix{
	max-width: 62.6%;
	font-size: 1.2rem;
}
.first_half{
	max-width: 45%;
	font-size: 1.2rem;
}
.first_half img{
    width: 100%;
    height: auto;      /* сохраняет пропорции */
    display: block;    /* убирает лишний зазор снизу */
    object-fit: contain; /* можно оставить, но при height:auto обычно не нужно */
}
.second_half{
	max-width: 45%;
	font-size: 1.2rem;
	margin-left: 2rem;
}

.header_in_gray {
	margin: 50px 0 0 0;
}

.header_two, .header_three, .hesder_four{
	max-width: 96.4288rem;
	margin: 0 auto;
	padding: 0 0 0 30px;
}
.grey_square{
	display: flex;
	flex-wrap: wrap;
    flex-direction: row;
	row-gap: 2.3rem;
    justify-content: space-between;
	max-width: 96.4288rem;
	margin: 0 auto;
	padding: 0 0 3.5rem 0;
}
.grey_square_field{
	max-width: 32.5%;
	background: linear-gradient(
        to bottom,
        #ffffff 0%,
        #eeeff1 100%
    );
    border-radius: 20px;
    padding: 30px 25px 30px 30px;
    line-height: 1.2;
    font-size: 1.2rem;
}
.grey_square_ico {
	display: flex;
    flex-direction: row;
    justify-content: space-between;
	max-width: 25rem;
	padding-bottom: 1rem;
}
.grey_square_text{
	margin: 10px 0 0 0;
	line-height:1.4;
}
.heder_grey_square_field{
	font-size: 24px;
	font-weight: 600;
	font-family: "Roboto Slab","Helvetica Neue",Helvetica,Roboto Slab,Arial,sans-serif;
	line-height: 1.1;
}
.ico_grey_square_field{
	width: 35%;
}
.ico_grey_square_field img{
	width: 55px;
}
.grey_square_field_twopage{
    max-width: 49%;
    background: linear-gradient(to bottom, #ffffff 0%, #eeeff1 100%);
    border-radius: 20px;
    padding: 30px;
    line-height: 1.2;
    font-size: 1.2rem;
}

.grey_square_ico_twopage{
    display: flex;
    flex-direction: row;
    justify-content: space-between;
	padding-bottom: 1rem;
}

.grey_square_field_twopage .grey_square_text{
    line-height: 1.4;
}
.grey_square_field_twopage .grey_square_text p, .grey_square_field_twopage .grey_square_text ul,
.grey_square_field_twopage_dark .grey_square_text ul, .grey_square_field .grey_square_text p, 
.grey_square_field .grey_square_text ul{
    margin-bottom: 20px;
}

.grey_square_field_twopage_dark{
    max-width: 49%;
    border-radius: 20px;
    padding: 30px;
    line-height: 1.4;
    font-size: 1.2rem;
    background-color: #929496;
}

.heder_gray_dark{
    color:#fff;
    font-size:33px;
    line-height: 1;
    font-family: "Roboto Slab","Helvetica Neue",Helvetica,Roboto Slab,Arial,sans-serif;
    margin-top:30px;
}
.grey_square_field_twopage_dark .grey_square_text{
    color:#fff;
}

.gray_square_full{
	display: flex;
    flex-direction: column;
	row-gap: 2.3rem;
    justify-content: space-between;
	max-width: 96.4288rem;
	margin: 0 auto;
	padding: 0 0 3.5rem 0;
	background-color: transparent;
    background-image: linear-gradient(180deg, #EEEFF1 0%, #FFFFFF 100%);
    border-radius: 20px;
}

.gray_square_full_field{
	display: flex;
	row-gap: 1rem;
    justify-content: center;
	max-width: 96.4288rem;
}

.gray_square_full_text_left{
	width:31%;
	font-size: 16px;
	line-height: 1.4;
    padding-right: 20px;
}
.gray_square_full_red_heder{
    text-align:right;
	font-size: 20px;
    color: #d92b2b;
    font-weight: 600;
	font-family: "Roboto Slab","Helvetica Neue",Helvetica,Roboto Slab,Arial,sans-serif;
	padding-right:10px;
	line-height: 1;
}

.gray_square_full_text{
	text-align:left;
	width:65%;
	padding-left:10px;
	line-height:1.1;
	font-size: 16px;
    font-weight: 400;
	align-self: center;
}

.gray_square_full_img{
    width:65%;
    padding:20px 0 0 10px;
}

.gray_square_full_img img, .gray_full_column_field_img_right img, .gray_full_column_field_img_left img{
    width: 100%;
    height: auto;
    display: block;
    object-fit: contain;
	border-radius: 20px;
}

.gray_full_column{
	display: flex;
    flex-direction: column;
	row-gap: 1rem;
    justify-content: space-between;
	max-width: 96.4288rem;
	margin: 0 auto;
}

.gray_full_column_field{
	display: flex;
    flex-direction: row;
	row-gap: 2.3rem;
    justify-content: space-between;
	margin: 0 auto;
	background-color: transparent;
    background-image: linear-gradient(180deg, #FFFFFF 0%, #EEEFF1 100%);
    border-radius: 20px;
}

.gray_full_column_field_text_left, .gray_full_column_field_text_right{
	width: 31%;
	margin: 45px 0 0 30px;
	font-size: 16px;
    line-height: 1.5;
}

.gray_full_column_field_img_right, .gray_full_column_field_img_left{
	width: 66%;
    padding-left: 10px;
	margin: 20px 0 0 0;
}

.aix_ver{
	background-color:#d92b2b;
	border-radius:20px;
	color:#fff;
	font-size:20px;
	font-family: "Roboto Slab";
	font-weight: bold;
	padding: 6px 20px;
}

.grey_square_ico_aix_ver{
	display: flex;
    flex-direction: row;
    justify-content: start;
    column-gap:1rem;
    padding-bottom: 1rem;
    align-items: center;
}

.link_pdf {
	padding-top:2rem;
	color:#25292e;
	font-weight:700;
	text-transform: uppercase;
}

.pfd_ico {
	margin:0 0.8rem 0 0;
}
.link_pdf a {
	cursor: pointer;
	line-height: inherit;
}
.link_pdf a:active, .link_pdf a:hoverf {
	color:#c92124;
}
.link_pdf span {
	vertical-align: super;
	margin-left: 10px;
}

.red_link {
    color: #de3538;
	cursor: pointer;
	line-height: inherit;
}
.red_link:active, .red_link:hoverf {
	color:#c92124;
}

.video {
    max-width: 96.4288rem;
    margin: 0 auto 2rem;
    text-align: center;
    overflow: hidden;
    height: 400px;
    border-radius: 20px;
}

.video-inner {
    position: relative;
    width: 100%;
    border-radius: 20px;
    overflow: hidden;
    border: 1px solid #d92b2b;
    min-height: 400px;
    background-image: url(/imgs/for_video_1700x500.webp);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: contain;
    display: flex;
    justify-content: center;
    align-items: center;
}

.video_ico {
    width: 100px;
    height: 70px;
    background-color: #d92b2b;
    border-radius: 20px;
    display: flex;
    justify-content: center;
    align-items: center;

    border: none;
    padding: 0;
    cursor: pointer;
    transition: transform 0.2s ease, background-color 0.2s ease;
}

.video_ico:hover {
    transform: scale(1.05);
    background-color: #c62525;
}

.video_ico svg path {
    stroke: #ffffff;
    fill: #ffffff;
}

.video_ico svg {
    width: 20%;
}

/* Модальное окно */

.video-modal {
    position: fixed;
    inset: 0;
    z-index: 9999;
    display: none;
    align-items: center;
    justify-content: center;
    padding: 20px;
}

.video-modal.is-open {
    display: flex;
}

.video-modal__overlay {
    position: absolute;
    inset: 0;
    background: rgba(0, 0, 0, 0.75);
}

.video-modal__content {
    position: relative;
    z-index: 1;
    width: 100%;
    max-width: 1000px;
    background: #000;
    border-radius: 16px;
    overflow: hidden;
    box-shadow: 0 20px 60px rgba(0, 0, 0, 0.45);
}

.video-modal__video {
    display: block;
    width: 100%;
    height: auto;
    max-height: 80vh;
    background: #000;
}

.video-modal__close {
    position: absolute;
    top: 10px;
    right: 12px;
    z-index: 2;
    width: 42px;
    height: 42px;
    border: none;
    border-radius: 50%;
    background: rgba(217, 43, 43, 0.95);
    color: #ffffff;
    font-size: 34px;
    line-height: 1;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
}

.video-modal__close:hover {
    background: #b91f1f;
}

body.video-modal-open {
    overflow: hidden;
}

.video-inner iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
  border-radius: 20px; /* добавляет скругление */
}

.table_full{
	display: flex;
    flex-direction: column;
    justify-content: space-between;
	max-width: 96.4288rem;
	margin: 0 auto;
}
.table_full_item{
	display: flex;
    min-height: 50px;
    flex-direction: row;
    column-gap:1rem;
    flex-wrap-mobile: wrap;
    justify-content: space-between;
	padding:0 0 0 30px;
    border-style: solid;
    border-width: 0px 0px 2px 0px;
    border-top-width: 0px;
    border-right-width: 0px;
    border-bottom-width: 2px;
    border-left-width: 0px;
    border-color: #E9E9EA;
    overflow: visible;
}
.table_full_cell_left{
    width:70%;
    font-family: "Roboto", Sans-serif;
    font-size: 16px;
    font-weight: 400;
    color: #000000;
    display: flex;
    align-items: center;
	
}
.table_full_cell_right_head{
	width:14%;
	background-color: #929496;
	border-radius: 20px 20px 0px 0px;
    overflow: visible;
    font-family: "Roboto Slab", Sans-serif;
    font-size: 20px;
    font-weight: bold;
    color: #FFFFFF;
    display: flex;
    justify-content: center;
    align-items: center;
}
.table_full_cell_right{
	width:14%;
	background-color: #929496;
    overflow: visible;
    font-family: "Roboto", Sans-serif;
    font-size: 16px;
    font-weight: 400;
    color: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
}
.table_full_row_battom{
    display: flex;
    min-height: 30px;
    flex-direction: row;
    flex-wrap-mobile: wrap;
    column-gap: 1rem;
    padding: 0 0 0 30px;
    overflow: visible;
}
.table_full_row_battom_cell_left{
    width:70%
}
.table_full_row_battom_cell_right{
    background-color: #929496;
    width: 14%;
    border-radius:0 0 20px 20px;
}

.link_download{
	color:#d92b2b;
	font-size:18px;
	font-weight:bold;
}

.logo_partners{
	display: flex;
	flex-wrap: wrap;
    flex-direction: row;
	row-gap: 2rem;
    justify-content: space-between;
	max-width: 96.4288rem;
	margin: 0 auto;
	padding-bottom:2.5rem;
}
.logo_field, .logo_field_s{
	max-width: 32%;
	width: 32%;
	background-color:#eeeff1;
    border-radius: 20px;
    padding: 30px;
    line-height: 1.2;
	display: flex;
	justify-content:center;
	align-items:center;
	background-color: transparent;
    background-image: linear-gradient(180deg, #FFFFFF 0%, #EEEFF1 100%);
}
.logo_field img{
	width: 20rem;;
}
.logo_field_s img{
	width: 15rem;;
}

.map{
	display: flex;
    flex-direction: row;
    justify-content: space-between;
	max-width: 96.4288rem;
	margin: 0 auto;
	background-image: url(/imgs/map.png);
    background-position: 87% 0px;
    background-repeat: no-repeat;
    background-size: 55% auto;
}

.map_txt{
	max-width: 50%;
    font-size: 16px;
    padding: 0 0 0 30px;
}
.map_img{
	width: 64%;
}
.map.img img{
	width: 30rem;
}
.map_contacts{
	display: flex;
    flex-direction: row;
	column-gap: 3rem;
	margin-bottom:3.8rem;
	line-height:1;
	font-weight:bold;
}
.map_txt a:hover{
	color:#d92b2b;
}
.map_link p a{
	color: #25292e;
    transition: color 0.3s;
	font-family: "Roboto Slab","Helvetica Neue",Helvetica,Roboto Slab,Arial,sans-serif;
	font-weight: bold;
}
.map_link{
	margin: 3rem 0;
}
.contact_kaz{
	border-right: 3px solid #b8b8b8;
	padding: 8px 42px 8px 0;
}
.contact_rus{
	padding: 8px 0;
}

.margin_top_30{
	margin-top:30px;
}
.margin_top_50{
	margin-top:50px;
}
.margin_top_60{
	margin-top:4.5rem;
}
.margin_left_30{
	margin-left:30px;
}

.margin_top_90{
	margin-top:90px;
}

#footer{
	padding: 3rem 0;
    color: #e6e6e6;
    background-color: #1b252c;
}
.footer{
	display: flex;
    flex-direction: row;
    justify-content: space-between;
	max-width: 96.4288rem;
	margin: 0 auto;
	align-items:center;
}
.footer_logo, .footer_cop{
	width: 15%;
	padding: 0 0 0 30px;
}
.footer_logo img{
	width: 190px;
}

.footer_null{
	width: 10%;
}
.footer_cop{
	text-align: right;
}
.footer_phone{
	font-size: 1rem;
	width: 45%;
}
.tel_kaz{
    padding: 0.7rem 4rem 0.7rem 0;
	align-self: center;
	border-right: 3px solid #D92B2B;
}
.tel_rus{
    padding: 0.7rem 0 0.7rem 4rem;
	align-self: center;
}
.tel_rus a, .tel_kaz a{
	color:#fff;
}
.tel_rus a:hover, .tel_kaz a:hover{
	color:#d92b2b;
	transition: all 0.3s ease;
}
.footer_copyright{
	padding: 0.5rem 0 0.5rem 0;
}
.footer_contacts{
	display: flex;
	width:30%;
    color: #fff;
    line-height: 1;
}
.footer_contacts_hr_red{
	width: 2px;
    height: 50px;
    background-color: #D92B2B;
}
.footer_links{
	font-size: 1rem;
	display: flex;
    flex-direction: column;
}
.footer_links span{
	margin-right: 1.2rem;
}
.footer_links a{
	color: #fff;
}
.footer_links a:hover, .language a:hover{
	color: #d92b2b;
	transition: all 0.3s ease;
}

.bl_form{
	display: flex;
    flex-direction: row;
    justify-content: space-between;
	max-width: 85.71429rem;
	margin: 2rem auto 1rem;
	padding-top: 4rem;
	background:#f0f0f0;
	color:#444;
	padding:3rem;
	border-radius:20px;
}
.bl_form_head{
	max-width: 30%;
}
.form{
	max-width: 37%;
	margin: 20px 20px 0 0;
}
.form_full_text_left{
	width:57%;
	padding: 0 0 0 30px;
	font-size:16px;
	line-height: 1.4;
	display: flex;
	justify-content: center; /* горизонтальное центрирование */
	flex-direction: column;
}
.form_field{
	display: flex;
    row-gap: 1rem;
    justify-content: space-between;
    max-width: 96.4288rem;
}
.header_in_form{
	
}
.form-message {
    margin-top: 15px;
    font-size: 18px;
    font-weight: 600;
}

.form-message.success {
    color: #1a8f3a;
}

.form-message.error {
    color: #d92b2b;
}

label {
    display: block;
    font-weight: normal;
    line-height: 1.8;
	box-sizing: border-box;
	width: 100%;
	margin: 0 0 1.14286rem;
	border-radius: .28571rem;
	background-color: #fff;
	font-family: inherit;
    font-size: 1.14286rem;
    color: #444;
	transition: box-shadow 0.5s, border-color 0.25s, ease-in-out, -webkit-box-shadow 0.5s;
	appearance: none;
}
label select, [type='text'], [type='email'] {
    padding: 0 1rem !important;
    height: 3.5rem !important;
	border: none;
	box-shadow: -.14286rem .14286rem .35714rem 0 rgba(0, 0, 0, 0.1);
	width: 100%;
    max-width: 100%;
}

select {
    position: relative;
    padding-right: 2.5rem;
    padding-left: 1rem;
    border: none;
    padding: .8rem;
    background-position: right -1.5rem center;
    box-shadow: -.14286rem .14286rem .35714rem 0 rgba(0, 0, 0, 0.1);
	appearance: none;
	border-radius: .28571rem;
    background-color: #fff;
    font-family: inherit;
    font-size: 1.14286rem;
    font-weight: normal;
    line-height: 1.5;
    color: #444;
	background-origin: content-box;
	background-repeat: no-repeat;
    background-size: 9px 6px;
	transition: box-shadow 0.5s, border-color 0.25s ease-in-out, -webkit-box-shadow 0.5s;
}
.button {
    display: inline-block;
    margin-bottom: 1.5rem;
    padding: .78571rem;
    font-size: .92857rem;
    text-decoration: none;
	vertical-align: middle;
    margin: 0 0 .25rem 0;
	border: 1px solid transparent;
    border-radius: .28571rem;
	transition: background-color 0.25s ease-out, color 0.25s ease-out;
    font-family: inherit;
	-webkit-appearance: none;
    line-height: 1;
    text-align: center;
    cursor: pointer;
    background-color: #de3538;
    color: #fff;
}

.button.hollow{
	padding: .71429rem 2.14286rem;
    font-weight: 600;
    font-size: 20px;
    border-radius: 2.14286rem;	
    border: .14286rem solid #de3538;
	background-color: #de3538;
	color: #fff;
	font-family: "Roboto Slab","Helvetica Neue",Helvetica,Roboto Slab,Arial,sans-serif;
}
.button.hollow:hover, .button.hollow:focus {
	color: #de3538;
	background-color: transparent;
}
.button.transparent 
	{
		padding: .71429rem 0;
		font-weight: 700;
		font-size: 1.1rem;
		color: #de3538;
		background-color: transparent;
	}
.button:active {
    background: #c92124;
}
.bl_form_head ol{
	padding-left:1rem;
}

.list{
	margin: 0 0 0 40px;
    list-style-type: disc;
}
.list i{
	margin: 0 1rem 0 0;
}

.ico_text{
	display: flex;
    flex-direction: row;
	row-gap: 1.3rem;
	margin:0 0 1rem 0;
}
.ico{
	width: 50px;
	margin-right:2rem;
}

table.buy_table{
	width: 100%;
	margin-bottom: 3.5rem;
}
.buy_table{
	border: 2px solid #000;
}
.buy_table th, .buy_table td{
	padding: 7px 12px;
	border: 1px solid #000;
}
.buy_table th{
	color:#fff;
	background-color:#de3538;
	text-align: center;
}
.buy_table td.backgray{
	background-color:#a6a6a6;
}
.buy_table td.backgreen{
	background-color:#d9f2d0;
}
.buy_table tbody td {
    text-align: center;
}

.buy_table tbody td:first-child {
    text-align: left;
}

.red_num{
	font-size: 54px;
	font-weight: 600;
	line-height: 1.1;
	font-family: "Roboto Slab","Helvetica Neue",Helvetica,Roboto Slab,Arial,sans-serif;
	margin-bottom: 1.5rem;
	font-style:normal;
	text-rendering:optimizeLegibility;
	color:#d92b2b;
}

.h1,.h3,.h4,.h5,.h6,h1,h3,h4,h5,h6{
	font-family:"Roboto Slab","Helvetica Neue",Helvetica,Roboto Slab,Arial,sans-serif;
	margin-bottom:1.5rem;
	font-weight:300;
	font-style:normal;
	text-rendering:optimizeLegibility;
	color:inherit;
	
}
.h1,h1{
	margin-bottom:0;
	font-weight:700;
	font-size:3.5rem;
	line-height:3.8rem;
	color:#000;
}
.h2,h2{
	font-size: 3.15rem;
	font-weight: 500;
	line-height: 1.1;
	font-family: "Roboto Slab","Helvetica Neue",Helvetica,Roboto Slab,Arial,sans-serif;
	color:#363636;
	margin-bottom: 1.5rem;
	font-style:normal;
	text-rendering:optimizeLegibility;
	color:inherit;
}
.h3,h3{
	font-size:3.1rem;
	line-height:1.2;
	font-weight: 500;
	color:#363636;
}
.h4,h4{
	font-size:1.8rem;
	line-height:1.3;
	color:#363636;
}
.h5,h5{
	font-size:1.5rem;
	line-height:1.4;
	color:#363636;
}
.h6,h6{
	font-size:1.2rem;
	line-height:1.5;
}
.text_full p{
    margin-bottom:0.8rem;
}
.text_aix p{
	margin-bottom: 0.8rem;
	font-size: 1.2rem;
}
.map_txt p{
	margin-bottom: 0.8rem;
}
.banner p{
	font-size: 2.8rem;
	margin-bottom:0;
	font-weight:700;
	line-height:2.8rem;
	color:#fff;
}

a.link_tel{
	background: url(/wp-content/themes/altinvest-x/assets/Icon_navigation/Linkedin.svg); /* Путь к файлу с исходным рисунком  */
    display: block; /*  Рисунок как блочный элемент */
    width: 30px; /* Ширина рисунка */
	height: 30px;
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center;
}
.footer_buttons a.link_tel{
	background: url(/wp-content/themes/altinvest-x/assets/Icon_navigation/Linkedin.svg); /* Путь к файлу с исходным рисунком  */
    display: block; /*  Рисунок как блочный элемент */
    width: 50px; /* Ширина рисунка */
	height: 50px;
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center;
}
a.link_tel:hover{
	background: url(/wp-content/themes/altinvest-x/assets/Icon_navigation/Linkedin_over.svg); /* Путь к файлу с исходным рисунком  */
	transition: all 0.3s ease;

}
a.link_mail{
	background: url(/wp-content/themes/altinvest-x/assets/Icon_navigation/mail.svg); /* Путь к файлу с исходным рисунком  */
    display: block; /*  Рисунок как блочный элемент */
    width: 30px; /* Ширина рисунка */
	height: 30px;
}
.footer_buttons a.link_mail{
	background: url(/wp-content/themes/altinvest-x/assets/Icon_navigation/mail.svg); /* Путь к файлу с исходным рисунком  */
    display: block; /*  Рисунок как блочный элемент */
    width: 50px; /* Ширина рисунка */
	height: 50px;
}
a.link_mail:hover{
	background: url(/wp-content/themes/altinvest-x/assets/Icon_navigation/mail_over.svg); /* Путь к файлу с исходным рисунком  */
	transition: all 0.3s ease;

}
a.link_watsapp{
	background: url(/wp-content/themes/altinvest-x/assets/Icon_navigation/watsapp.svg); /* Путь к файлу с исходным рисунком  */
    display: block; /*  Рисунок как блочный элемент */
    width: 30px; /* Ширина рисунка */
	height: 30px;
}
.footer_buttons a.link_watsapp{
	background: url(/wp-content/themes/altinvest-x/assets/Icon_navigation/watsapp.svg); /* Путь к файлу с исходным рисунком  */
    display: block; /*  Рисунок как блочный элемент */
    width: 50px; /* Ширина рисунка */
	height: 50px;
}
a.link_watsapp:hover{
	background: url(/wp-content/themes/altinvest-x/assets/Icon_navigation/watsapp_over.svg);
	transition: all 0.3s ease;
}
ol{
	list-style-type: decimal;
}
ol li{
	margin: 0 0 0.6rem 0;
}

/* Оформление для экрана 960px - 1200px */
@media (min-width:960px) and (max-width:1200px) {
	h2, .h2{
		font-size: 3.7rem;
	}
	#head{
		margin: 0 1rem;
	}
	.banner_text, .red_square, .ai_x, .header_two, .header_three, .hesder_four, .grey_square, .video, .logo_partners, .map, .footer{
		margin-left: 1rem;
		margin-right: 1rem;
	}
	.banner .banner_text h1 {
		color: #D92B2B;
		font-size: 3.6rem;
		margin-bottom: 1rem;
	}
	.banner{
		align-items: center;
	}
	.text_full {
        margin: 0 1rem;
    }
	   /* Responsive nav-header */
	.main_menu {
        display: none;
        flex-direction: column;
        width: 100%;
        position: absolute;
        top: 60px;
        left: 0;
        background-color: #1b252c;
        /*background for mobile view */
    }
	nav a {
        position: relative;
        display: block;
        padding: 5px 0;
        margin: 0 0.5rem;
        color: #fff;
    }
	nav li {
        display: flex;
        margin: 0.5rem 2rem;
    }
    .main_menu.active {
        display: flex;
    }
    .menu-toggle {
        display: flex;
		margin-left: auto;
    }
	.footer_logo, .footer_cop {
    padding: 0 0 0 10px;
	}
	.tel_kaz {
    padding: 0.7rem 0.7rem 0.7rem 0;
	}
	.tel_rus {
    padding: 0.7rem 0 0.7rem 1rem;
	}
	.footer_logo img {
    width: 170px;
	}
	.gray_full_column_field_img_right {
		margin: 25px 15px 0 0;
	}
	.gray_full_column_field_img_left {
		margin: 25px 0 0 15px;
	}
	.table_full {
		margin: 0 15px;
	}
}

/* Оформление для экрана 501px - 959px */
@media (min-width:501px) and (max-width:959px) {
	h1, .h1{
		font-size: 2.4rem;
	}
	.logo img {
		width: 180px;
	}
	.language {
		margin-left: 1rem;
	}
	.banner p{
		font-size: 2.2rem;
		line-height: 2rem;
	}

	.banner{
		flex-wrap: wrap;
	}
	.banner_text, .banner_imag {
		width: 100%;
	}
	.banner_imag {
		padding-top:1rem;
	}
	.red_num {
		font-size:45px;
	}
	.red_strong {
		font-size: 1.3rem;
	}
	.three_bloсks_transparent_text {
		font-size: 16px;
	}
	.subheader_text {
		margin-top: 1.2rem;
		font-size: 1.1rem;
		line-height: 1.2;
	}
	.red_square{
		flex-wrap: wrap;
		row-gap: 1.5rem;
	}
	.red_square_field{
		max-width: 95%;
		margin: 0 auto;
	}
	.banner{
		align-items: center;
	}
	.banner_imag img {
		width: 80%;
		margin: 0 auto;
	}
	/* Responsive nav-header */
	.main_menu {
        display: none;
        flex-direction: column;
        width: 100%;
        position: absolute;
        top: 60px;
        left: 0;
        background-color: #1b252c;
        /*background for mobile view */
    }
	nav a {
        position: relative;
        display: block;
        padding: 5px 0;
        margin: 0 0.5rem;
        color: #fff;
    }
	nav li {
        display: flex;
        margin: 0.5rem 2rem;
    }
    .main_menu.active {
        display: flex;
    }
    .menu-toggle {
        display: flex;
		margin-left: auto;
    }
	.tel_rus{
		padding: 0.7rem 0 0.7rem 1rem;
	}
	.h2, h2{
		font-size: 2.5rem;
	}
	.text_aix p{
		font-size: 1rem;
	}
	.h3, h3 {
    	font-size: 1.7rem;
	}
	.heder_grey_square_field {
    	font-size: 1.8rem;
	}

	.grey_square_field {
		min-width:98%;
		margin: 0 auto;
	}
	.grey_square_ico {
		max-width: 100%;
	}
	.logo_field, .logo_field_s {
    	max-width: 47%;
    	width: 47%;
	}
	.logo_field img {
    	width: 15rem;
	}
	.text_full {
        margin: 0 1rem;
    }
	.three_bloсks_transparent_field {
		max-width: 90%;
		margin: 0 auto;
		flex-wrap: wrap;
	}
	.margin_top_90 {
		margin-top: 30px;
	}
	.three_bloсks_transparent {
		padding:0;
	}
	.table_full_cell_right {
		font-size:12px;
	}
	.table_full_cell_left, .table_full_row_battom_cell_left {
		width: 55%;
		font-size: 14px;
	}

	.table_full_item, .table_full_row_battom {
		column-gap: 5px;
	}

	nav a {
        margin: 0 0.2rem;
    }
	.gray_full_column_field, .gray_square_full_field {
		flex-wrap:wrap;
		margin: 0 20px;
	}
	.gray_full_column_field_text_left, .gray_full_column_field_text_right,
	.gray_square_full_text_left {
		width: 98%;
		margin: 10px auto 0;
		padding: 0 20px;
	}
	.grey_square_field_twopage{
		min-width: 98%;
		margin: 10px auto 0;
		padding: 0 20px;
	}
	.gray_full_column_field_img_right, .gray_full_column_field_img_left, .gray_square_full_img {
		width: 98%;
		margin: 0 auto;
	}
	.gray_full_column_field_img_left{
		order: 2;
	}
	.gray_full_column_field_text_right{
		order: 1;
	}
	.map_txt p {
    	margin-bottom: 0.5rem;
	}
	.map_txt {
    	max-width: 90%;
    	font-size: 1.1rem;
	}
	.footer_logo, .footer_cop{
		font-size: 0.8rem;
		width: 25%;
	}
	.footer_phone {
		font-size: 1rem;
		width: 50%;
	}
	.footer{
		font-size: 0.8rem;
	}
	.footer_logo img{
		width: 200px;
	}
	.footer_null {
    	width: 2%;
	}
	.tel_kaz {
    	padding-right: 5%;
	}
	#head{
		margin: 0 1rem;
	}
	.banner_text, .red_square, .ai_x, .header_two, .header_three, .hesder_four, .grey_square, .video, .logo_partners, .map, .footer{
		margin-left: 1rem;
		margin-right: 1rem;
	}
	.table_full {
		margin: 0 15px;
	}
	.form_full_text_left {
    width: 55%;
	}
	.form {
    max-width: 44%;
	}
}

/* Оформление для экрана c 501px до 572px */
@media (min-width:501px) and (max-width:572px) {
	.map_img {
    	width: 100%;
	}
}

/* Оформление для экрана c 501px до 820px */
@media (min-width:501px) and (max-width:820px) {
	.footer{
		flex-wrap:wrap;
		justify-content:center;
	}
	.footer_logo{
		width: 100%;
		text-align: center;
		padding: 0 0 10px 0; 
	}
	.footer_contacts{
		width: 100%;
		text-align: center;
		margin: 1rem 0
	}
	.footer_links{
		width: 100%;
		text-align: center;
	}
	.footer_copy{
		width: 100%;
		text-align: center;
	}
	.footer_phone{
		width: 49%;
	}
	.tel_kaz{
		padding-right: 0;
		text-align:left;
	}
	.tel_rus{
		text-align:right;
	}
	.language {
		margin-left: 4rem;
	}
	.map {
        background-position: 95% 60%;
    }
}


/* Оформление для экрана до 500px */
@media (max-width:500px) {
	.logo img {
		width: 160px;
	}
	.logo {
		padding: 0;
	}
	.menu-ico {
		gap: 0.1rem;
	}
	.banner_imag {
		display:none;
	}
	.banner .banner_text h1 {
		font-size: 3rem;
	}
	.subheader_text {
        margin-top: 1.2rem;
		margin-bottom: 1.2rem;
    }
	h1, .h1{
		font-size: 2.4rem;
	}
	.logo img {
		width: 160px;
	}
	.language {
		margin-left: 1rem;
	}
	.menu-toggle .bar {
		width: 22px;
		margin: 3px;
	}
	.banner p{
		font-size: 2.2rem;
		line-height: 2rem;
	}

	.banner{
		flex-wrap: wrap;
	}
	.banner_text, .banner_imag {
		width: 100%;
	}
	.banner_imag {
		padding-top:1rem;
	}
	.red_num {
		font-size:45px;
	}
	.red_strong {
		font-size: 1.3rem;
	}
	.three_bloсks_transparent_text {
		font-size: 16px;
	}
	.subheader_text {
		margin-top: 1.2rem;
		font-size: 1.1rem;
		line-height: 1.2;
	}
	.red_square{
		flex-wrap: wrap;
		row-gap: 1.5rem;
	}
	.red_square_field{
		max-width: 95%;
		margin: 0 auto;
	}
	.banner{
		align-items: center;
	}
	.banner_imag img {
		width: 96%;
		margin: 0 auto;
	}
	/* Responsive nav-header */
	.main_menu {
        display: none;
        flex-direction: column;
        width: 100%;
        position: absolute;
        top: 60px;
        left: 0;
        background-color: #1b252c;
        /*background for mobile view */
    }
	nav a {
        position: relative;
        display: block;
        padding: 5px 0;
        margin: 0 0.5rem;
        color: #fff;
    }
	nav li {
        display: flex;
        margin: 0.5rem 2rem;
    }
    .main_menu.active {
        display: flex;
    }
    .menu-toggle {
        display: flex;
		margin-left: auto;
    }
	.tel_rus{
		padding: 0.7rem 0 0.7rem 1rem;
	}
	.h2, h2{
		font-size: 2.5rem;
	}
	.text_aix p{
		font-size: 1rem;
	}
	.h3, h3 {
    	font-size: 1.7rem;
	}
	.heder_grey_square_field {
    	font-size: 1.6rem;
	}

	.grey_square_field {
		min-width:98%;
		margin: 0 auto;
	}
	.grey_square_ico {
		max-width: 100%;
	}
	.logo_field, .logo_field_s {
    	max-width: 47%;
    	width: 47%;
	}
	.logo_field img {
    	width: 15rem;
	}
	.text_full {
        margin: 0 1rem;
    }
	.three_bloсks_transparent_field {
		max-width: 90%;
		margin: 0 auto;
		flex-wrap: wrap;
	}
	.margin_top_90 {
		margin-top: 30px;
	}
	.three_bloсks_transparent {
		padding:0;
	}
	.table_full_cell_right {
		font-size:12px;
	}
	.table_full_cell_left, .table_full_row_battom_cell_left {
		width: 45%;
		font-size: 12px;
	}
	.table_full_cell_right, .table_full_cell_right_head, .table_full_row_battom_cell_right {
		width: 18%;
	}
	.table_full_item, .table_full_row_battom {
		column-gap: 5px;
	}

	nav a {
        margin: 0 0.2rem;
    }
	.gray_full_column_field, .gray_square_full_field {
		flex-wrap:wrap;
		margin: 0 20px;
	}
	.gray_full_column_field_text_left, .gray_full_column_field_text_right,
	.gray_square_full_text_left {
		width: 98%;
		margin: 10px auto 0;
		padding: 0 20px;
	}
	.grey_square_field_twopage, .grey_square_field_twopage_dark{
		min-width: 98%;
		margin: 10px auto 0;
		padding: 0 20px;
	}
	.gray_full_column_field_img_right, .gray_full_column_field_img_left, .gray_square_full_img {
		width: 98%;
		margin: 0 auto;
	}
	.gray_full_column_field_img_left{
		order: 2;
	}
	.gray_full_column_field_text_right{
		order: 1;
	}
	.gray_square_full_text {
		width: 98%;
	}
	.logo_field_s img {
		width: 7rem;
	}
	.logo_field img {
        width: 7rem;
    }
	.map_txt p {
    	margin-bottom: 0.5rem;
	}
	.map_txt {
    	max-width: 98%;
    	font-size: 1rem;
	}
	.map {
		background-position: 95% 60%;
	}
	.footer{
		flex-wrap:wrap;
		justify-content:center;
	}
	.footer_logo{
		width: 100%;
		text-align: center;
		padding: 0 0 10px 0; 
	}
	.footer_contacts{
		width: 100%;
		text-align: center;
		margin: 1rem 0
	}
	.footer_links{
		width: 100%;
		text-align: center;
	}
	.footer_copy{
		width: 100%;
		text-align: center;
	}
	.footer_phone{
		width: 49%;
	}
	.tel_kaz{
		padding-right: 0;
		text-align:left;
	}
	.tel_rus{
		text-align:right;
	}
	.margin_top_50 {
		margin-top: 0;
	}
	#head{
		margin: 0 1rem;
	}
	.banner_text, .red_square, .ai_x, .header_two, .header_three, .hesder_four, .grey_square, .video, .logo_partners, .map, .footer{
		margin-left: 1rem;
		margin-right: 1rem;
	}
	.table_full {
		margin: 0 15px;
	}
	.form_field{
		flex-wrap:wrap;
	}
	.form_full_text_left {
		width: 98%;
		margin: 20px auto; 
	}
	.form {
		max-width: 98%;
		margin: 20px auto;
	}
	.contact_kaz {
		padding: 8px 20px 8px 0;
	}
	.map_contacts {
		column-gap: 2rem;
	}
	.top {
		flex-wrap:wrap;
	}
	.menu-ico{
		order:3;
		width: 40%;
        text-align: center;
        margin: 0 auto;
        padding-top: 14px;
	}
	.logo{
		order:1;
		margin: 0 auto;
	}
	.menu-toggle{
		order:2;
	}
}