

/* Start:/local/templates/inner/css/programs_kozy.css?17382215995471*/
:root{
    --font : "Helvetica Neue", Helvetica, Arial, sans-serif;
}
.region-wrap {
    margin-left: -15px;
    margin-right: -15px;
    position: relative;
}
.tabs .nav-tabs {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
.nav-tabs > .tabs__btn-item {
    flex: 1 0 auto;
}
.nav-tabs > .tabs__btn-item.active .tabs__btn, .nav-tabs > .tabs__btn-item > .tabs__btn:hover, .nav-tabs > .tabs__btn-item > .tabs__btn:focus {
    border: 1px solid #008b8a;
    background-color: #fff;
}
.tabs__btn h2 {
    margin-bottom: 0;
    font-weight: bold;
    line-height: 40px;
    color: #666;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
    font-size: 30px;
    text-transform: inherit;
}
.tabs__btn-item.active .tabs__btn h2, .nav-tabs > .tabs__btn-item > .tabs__btn:hover h2, .nav-tabs > .tabs__btn-item > .tabs__btn:focus h2 {
    display: inline-block;
    text-transform: inherit;
    /* font-family: 'Ubuntu'; */
    font-weight: bold;
    color: #008b8a;
}
.nav-tabs > .tabs__btn-item .tabs__btn {
    padding: 20px 30px 20px 30px;
    text-align:center;
    border: 1px solid #c2c0c1;
    border-radius: 0;
    margin-right: 0;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}
.section__opportunities .opportunities__items .opportunities__item .text {
    padding-left:20px;
}

.tabs ul{
    padding: 0 !important;
}

.sp-tip__banner-wrap{
background: url("/local/templates/inner/css/../images/programs_kozy/default_banner.png")center no-repeat;
height: 600px;
}

h2.section_title{
    color: #008B8A;
    font-family: var(--font);
    font-size: 27px;
    font-style: normal;
    font-weight: 700;
    line-height: 35px; /* 129.63% */
    text-transform: uppercase;
    margin-bottom: 65px;
}

ul.list{
    list-style: none;
}
ul.list li{
    margin-bottom: 40px;
   position: relative;
}
ul.list li:before{
    content: '';
    display: block;
    width: 35px;
    height: 35px;
    background:  url("/local/templates/inner/css/../images/programs_kozy/check.svg")center no-repeat;
    position: absolute;
    left: -50px;
    top: 0;
    transform: translateY(0%);
}
ul.list ul{
    list-style: disc;
    margin-top: 50px;
}
ul.list ul li{
    margin-bottom: 20px;
}
ul.list ul li:before{
    display: none;
}

.icons_list{
    display: grid;
    grid-template-columns: 1fr 1fr;
    list-style: none;
    padding: 0;
    row-gap: 60px;
    padding: 0 !important;
}
.icons_list li{
    display: flex;
    align-items: center;
    gap: 50px;
}
.ayagoz{

}

@media(max-width: 767px){
    .icons_list{
        grid-template-columns: 1fr;

    }
    .icons_list li{
        gap: 16px;
    }
    .tabs__btn h2{
        font-size: 1em;
    }
    h2.section_title{
        margin-bottom: 40px;
        margin-top: 40px;
    }
}

.aksu{
    background: url("/local/templates/inner/css/../images/region/aksu_ru_pc.png");
    height: 400px;
}
.aksu-kz{
    background: url("/local/templates/inner/css/../images/region/aksu_kz_pc10.png");
    height: 400px;
}
.mangystau{
    background: url("/local/templates/inner/css/../images/region/mangystau_ru_pc.png");
}
.mangystau-kz{
    background: url("/local/templates/inner/css/../images/region/mangystau_kz_pc1010.png");
}
.atyrau{
    background: url("/local/templates/inner/css/../images/region/atyrau_ru_pc10.png") center/cover no-repeat;
}
.atyrau-kz{
    background: url("/local/templates/inner/css/../images/region/atyrau_kz_pc.png")center/cover no-repeat;
}
.kozy{
    background: url("/local/templates/inner/css/../images/region/kozy_ru_pc.png") center/cover no-repeat;
}
.kozy-kz{
    background: url("/local/templates/inner/css/../images/region/kozy_kz_pc.png") center/cover no-repeat;
}
.zapadno{
    background: url("/local/templates/inner/css/../images/region/zapadno_ru_pc.png") center/cover no-repeat;
}
.zapadno-kz{
    background: url("/local/templates/inner/css/../images/region/zapadno_kz_pc.png") center/cover no-repeat;
}
.shygys{
    background: url("/local/templates/inner/css/../images/region/shygys.png");
}
.yzylzhar{
    background: url("/local/templates/inner/css/../images/region/yzylzhar.jpg");
}
.yzylzhar--kaz{
    background: url("/local/templates/inner/css/../images/region/yzylzhar.jpg");
}
.sp-tip__banner-wrap{
    background-repeat: no-repeat !important;
}

table.table{

}
table.table thead tr{
    background: #008a8b;
    color: #FFF;
    text-align: center;

}
table.table  tr td{
    padding: 20px;
    border-right: 2px solid rgba(255, 255, 255, 0.5);
    border-bottom: transparent;
    border-top: transparent;
}
table.table tbody tr{
    background: #f5f5f5;
    border-bottom: transparent;
    border-top: transparent;
}
table.table tbody tr td{
    text-align: center;
    font-size: 25px;
    align-content: center;
    padding: 20px;

}
table.table tbody tr td:last-child{
    white-space: nowrap;
}
table.table tbody tr td:nth-child(2){
    text-align: left;
}
.table-mobile{
    display: none;
    flex-direction: column;
}
.table-mobile .item{
    display: flex;
    flex-direction: column;

}
.table-mobile .item .top{
    background: #008a8b;
    padding: 16px;
    color: #fff;
    font-weight: 700;
    font-size: 21px;
}
.table-mobile .item .body{
    padding: 16px;
    background: #f5f5f5;
    border-bottom: 2px solid #fff;
}
.table-mobile .item .footer{
    padding: 16px;
    background: #f5f5f5;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
@media (max-width: 520px) {
    .yzylzhar{
       height: 310px;
    }
    .yzylzhar{
        background: url("/local/templates/inner/css/../images/region/yzylzhar_m.jpg");
    }
    .yzylzhar--kaz{
        width: 100%;
        background: url("/local/templates/inner/css/../images/region/yzylzhar_m.jpg");
    }
    .table-media{
        display: none;
    }
    .table-mobile{
        display: flex;
    }
}

body:has(.yzylzhar) h1{
    font-size: 20px;
}
/* End */


/* Start:/local/templates/inner/components/bitrix/catalog.section.list/city_list/style.css?17356240802528*/
/* Общие стили для меню */
.section_menu {
	list-style: none;
	padding: 0;
	margin: 0;
	display: flex;
	flex-direction: column;
}

/* Стили для разделов меню */
.menu_item {
	position: relative;
}

/* Стили для ссылок разделов */
.menu_item > a {
	display: block;
	padding: 10px 15px;
	/*color: #007bff;*/
	text-decoration: none;
	font-weight: bold;
}

.menu_item > a:hover {
	/*color: #0056b3;*/
	/*text-decoration: none;*/
}

/* Стили для вложенного меню */
.menu_item ul {
	list-style: none;
	padding: 0;
	margin: 0;
	display: none; /* Скрываем вложенное меню по умолчанию */
	position: absolute;
	top: 100%;
	left: 0;
	background-color: #f8f9fa;
	border: 1px solid #dee2e6;
	border-radius: 0.25rem;
	z-index: 1000;
	width: 100%;
}

/* Стили для элементов вложенного меню */
.menu_item ul li {
	/*white-space: nowrap;*/
}

.menu_item ul li a {
	display: block;
	padding: 8px 15px;
	/*color: #343a40;*/
	text-decoration: none;
}

.menu_item ul li a:hover {
	background-color: #e9ecef;
	/*color: #007bff;*/
}


.pos-sticy {
	position: sticky;
	top: 10px;
}

.col-3-custom {
	max-width: calc((3 / 12)* 100%);
	width: 100%;
	padding: 0 1rem;
}
.col-9-custom {
	max-width: calc((9 / 12)* 100%);
	width: 100%;
	padding: 0 1rem;
}
.section_menu {
	padding-left: 0 !important;
}
.section_menu ul{
	padding-left: .5rem !important;
}
.sp-tip__banner-wrap{
	background-size: contain !important;
}
@media(max-width: 1024px){
	.main_content{
		position: relative;
	}
	.col-3-custom.pos-sticy{
		position: absolute;
	}
	.col-3-custom .section_menu{
		display: none;
	}
	.col-9-custom{
		width: 100%;
		max-width: 100%;
	}
}

.wrap_btn{
	display: flex;
	align-items: center;

	padding-left: 60px;
	position: relative;
}
.wrap_btn button{
	position: absolute;
	top: 50%;
	left: 0;
	border: none;
	outline: none;
	background: url("/local/templates/inner/components/bitrix/catalog.section.list/city_list/../../../../images/icons/menu-mobile.webp")center/20px no-repeat, #008a8a;
	width: 40px;
	height: 40px;
	transform: translateY(-50%);
}
.section_menu.mobile{
	position: fixed;
	left: 0;
	top: 0;
	bottom: 0;
	width: 80%;
	background: #fff;
	height: 100vh;
	overflow-y: scroll;
	display: flex;
	padding-bottom: 5rem;
	z-index: 901;
}

.overlay_inner{
	background: #000;
	-moz-opacity: 0.5;
	opacity: 0.9;
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	width: 100%;
	height: 100vh;
	z-index: 900;
	display: none;
}
.overlay_inner.active{
	display: block;
}
/* End */
/* /local/templates/inner/css/programs_kozy.css?17382215995471 */
/* /local/templates/inner/components/bitrix/catalog.section.list/city_list/style.css?17356240802528 */
