/*   
Theme Name: afsa
Version: 1.0
Author: 
*/

ul.pagging__list li a {
    width: 1.75rem;
    height: 1.75rem;
    flex: 0 0 1.75rem;
    border-radius: 4px;
    border: 1px solid #000;
    color: #000;
    font-size: 14px;
    background-color: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    font-style: normal;
    font-weight: 500;
    line-height: 100%;
    transition: all .3s;
}
ul.pagging__list li a:hover { 
    background-color: #000;
    color: #fff;
}
ul.pagging__list li span { 
    width: 1.75rem;
    height: 1.75rem;
    flex: 0 0 1.75rem;
    border-radius: 4px;
    border: 1px solid #000;
    font-size: 14px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-style: normal;
    font-weight: 500;
    line-height: 100%;
    transition: all .3s;
    background-color: #000;
    color: #fff;
}
.post__inner { 
    margin-bottom: 2.3125rem;
}
#menu-managment .current-menu-item .link-side__link::before {
    content: "";
    background-color: #870e59;
    width: 4px;
    flex: 0 0 4px;
    height: 22px;
}
#menu-info .current-menu-item .link-side__link::before {
    content: "";
    background-color: #870e59;
    width: 4px;
    flex: 0 0 4px;
    height: 22px;
}
span.result { 
 color: green;   
}
.contacts-page__office {
    border-bottom: .0625rem solid transparent;
}
.spollers__column a {
    margin-bottom: 15px;
}
html[lang="en-GB"] body .header__language.en {
    font-weight: bold;
}
html[lang="ru-RU"] body .header__language.ru {
    font-weight: bold;
}
html[lang="kk"] body .header__language.kz {
    font-weight: bold;
}
.simple_page {
    min-height: 300px;
}
.simple_title {
    font-size: 2rem;
    font-weight: bold;
    margin-bottom: 25px;
}
.bvi-body header { 
top: 97px;
}
.management-about__text p {
	    font-size: 1.125rem;
    line-height: 150%;
    letter-spacing: -.04em;
    color: #000;
	font-weight: 350;
}
.management-about__text ol, .management-about__text ul {
	padding-left: 20px
}
.management-about__text li, .management-about__text ul li {
    font-size: 1.125rem;
    line-height: 150%;
    letter-spacing: -.04em;
    color: #000;
	    margin-bottom: 10px;
	font-weight: 350;
}
.management-about__text ul li {
	list-style: disc;
}
.breadcrumbs__last {
	    font-family: Geologica;
}
.breadcrumbs__link {
	  font-family: Geologica;
}
.footer__link {
	margin-bottom: 14px;
        font-size: 1.1rem;
}

.info-page__support p {
	    font-size: 1.125rem;
    line-height: 150%;
    letter-spacing: -.04em;
    color: #000;
	font-weight: 350;
}
.info-page__support ol, .info-page__support ul {
	padding-left: 20px;
	margin: 10px 0;
}
.post__inner ol, .post__inner ul {
	padding-left: 20px;
	margin: 10px 0;
}
.info-page__support li, .info-page__support ul li {
    font-size: 1.125rem;
    line-height: 150%;
    letter-spacing: -.04em;
    color: #000;
	    margin-bottom: 10px;
	font-weight: 350;
}
.post__inner li, .post__inner ul li {
    font-size: 1.125rem;
    line-height: 150%;
    letter-spacing: -.04em;
    color: #000;
	    margin-bottom: 10px;
	font-weight: 350;
	list-style: disc;
}
.post__inner a {
	    border-bottom: 1px solid #870e59;
    color: #870e59;
    font-weight: 500;
}
.post__inner a:hover {
	border-bottom: 1px solid transparent;
}
.spollers__body {
	max-width: 792px;
}
.spollers-faq__title {
padding: 1rem 0;
    font-weight: 500;
    font-size: 1.3rem;
    color: #000;
    width: 100%;
    text-align: left;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-transition: border 0.5s ease 0s;
    -o-transition: border 0.5s ease 0s;
    transition: border 0.5s ease 0s;
    border-bottom: 0.0625rem solid #fff;
    gap: 0.625rem;
	line-height: 1.5;
}
.spollers-faq__title._spoller-active {
    border-bottom: 0.0625rem solid transparent;
}
.spollers-faq_inner .spollers-faq__title {
    font-weight: 500;
    font-size: 1.25rem;
    line-height: 150%;
    color: #006881;
    border-bottom: none;
}
.spollers-faq_inner .spollers-faq__title span {
    max-width: 37.5rem;
}
.spollers-faq__icon {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 3.25rem;
    height: 3.25rem;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 3.25rem;
    flex: 0 0 3.25rem;
    -webkit-transition: background-color 0.5s ease 0s;
    -o-transition: background-color 0.5s ease 0s;
    transition: background-color 0.5s ease 0s;
    border-radius: 50%;
}
@media (min-width: 47.9988em) {
    .spollers-faq__icon {
        border: 0.0625rem solid #ffffff;
    }
}
.spollers-faq_inner .spollers-faq__icon {
    border: none;
}
.spollers-faq_inner .spollers-faq__title span {
    max-width: 37.5rem;
}
.spollers-faq__icon svg:nth-child(2) {
    display: none;
}
._spoller-active .spollers-faq__icon svg:nth-child(2) {
    display: block;
}
._spoller-active .spollers-faq__icon svg:first-child {
    display: none;
}
.spollers-faq__body {
font-size: 1rem;
    line-height: 150%;
    color: #000;
    padding-bottom: 0.5rem;
    padding-top: 0.5rem;
}
.info-page__content {
	width: 100%;
}
.spollers-faq__icon svg path {
	fill: #000
}
.footer__form form {
    align-items: flex-start !important;
}
.mailpoet_validate_success {
	    color: green!important;
    left: 0 !important;
    transform: none !important;
}
.mailpoet_form_loading {
	display: none!important
}
.info-page__support.support-info a {
	    text-decoration: underline;
    color: #870e59;
	transition: 0.5s;
}
.info-page__support.support-info a:hover {
	text-shadow: 0 0 .65px #870e59, 0 0 .65px #870e59;
}
.info-page__support.support-info a {
	    text-decoration: underline;
    color: #870e59;
	transition: 0.5s;
}
.info-page__support.support-info a:hover {
	text-shadow: 0 0 .65px #870e59, 0 0 .65px #870e59;
}

.info-page__text a {
		    text-decoration: underline;
    color: #870e59;
	transition: 0.5s;
}
.info-page__text a:hover {
	text-shadow: 0 0 .65px #870e59, 0 0 .65px #870e59;
}

.contacts-page a {
		    text-decoration: underline;
    color: #870e59;
	transition: 0.5s;
}
.contacts-page a:hover {
	text-shadow: 0 0 .65px #870e59, 0 0 .65px #870e59;
}
#section_page_category h1 {
	    font-weight: 400;
    font-size: 40px;
}
.fullwidth_block_page_category {
margin-top: 70px;
    background-size: cover !important;
    background-position: center !important;
    display: flex;
    flex-wrap: wrap;
}
#section_page_category {
	    margin-bottom: 100px;
}
.fullwidth_block_page_category > div {
	    width: 20%;
    min-height: 250px;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    border-right: 1px solid #fff;
    border-bottom: 1px solid #fff;
	transition: 0.5s;
}
.fullwidth_block_page_category > div:hover {
	background: #fff;
}
.fullwidth_block_page_category > div a {
	text-decoration: none;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    padding-left: 55px;
    max-width: 259px;
}
.fullwidth_block_page_category > div a span {
	    font-weight: 300;
    font-size: 26px;
    color: #fff;
    line-height: 1.5;
		transition: 0.5s;
}
.fullwidth_block_page_category > div:hover a span {
	color: #000
}
.main-link.reverse::after {
	min-width: 29px
}

@media screen and (max-width: 998px) {
	.fullwidth_block_page_category > div {
    width: 50%;
}
}
@media screen and (max-width: 767px) {
	.fullwidth_block_page_category > div {
    width: 100%;
		border-right: none;
		min-height: 175px;
}
.fullwidth_block_page_category > div a {
    max-width: inherit;
	padding-right: 20px;
}
}


@media (min-width: 47.9988em) {
    .spollers-faq__body {
        border-bottom: 0.0625rem solid #fff;
    }
}
.spollers-faq_inner .spollers-faq__body {
    font-weight: 300;
    font-size: 1rem;
    line-height: 150%;
    color: var(--black);
    border-bottom: none;
}


@media (min-width: 75em) {
    .contacts-page__office {
        padding-bottom: 1rem;
    }
}

.item-news__image img.no_image {
    background-size: contain;
    width: 80%;
    height: 80%;
    margin: auto;
    right: 0;
    bottom: 0;
}
@media screen and (max-width: 1024px) {
	.management-about__info {
		margin-top: 40px;
				padding-left: 0;
	}
	.management__row {
		margin-top: 40px
	}
}
.info-page__text ul > li > ol[type="i"] {
	     padding-left: 30px;
    margin: 10px 0px;
}
.info-page__text ul > li > ol[type="i"] li {
    list-style: lower-roman;
}
#overlay {
	position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    z-index: 99;
}
.modal_content {
    width: 100%;
    height: 100%;
    overflow-y: auto;
}
.form_content {
    max-width: 887px;
    box-shadow: 0px 0px 6.3px 0px rgb(0 0 0 / 25%);
    background: #fff;
    padding: 25px 46px;
    border-radius: 15px;
    margin-top: 3rem;
    margin-bottom: 3rem;
    margin-left: auto;
    margin-right: auto;
    position: relative;
}
.title_form {
font-size: 32px;
    font-weight: 500;
    margin-bottom: 20px;
}
.simple_form_title {
	font-size: 18px;
    line-height: 1.4;
	margin-bottom: 19px;
}
.title_accordion {
    font-size: 18px;
    line-height: 1.4;
    margin-bottom: 0;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-bottom: 11px;
    border-bottom: 1px solid #ECECEC;
	cursor: pointer;
}
.title_accordion:after { 
    content: " ";
    background: url(img/arrow_acc.svg) no-repeat;
    width: 12px;
    height: 7px;
    transform: rotate(180deg);
	transition: 0.5s;
	    min-width: 12px;
}
.title_accordion.active:after {
	  transform: rotate(0deg);
}
.radio_form {
	display: flex;
    flex-direction: column;
}
.radio_form input {
	display: none;
}
.radio_form label span {
	    font-weight: 300;
    font-size: 16px;
    color: #999999;
    cursor: pointer;
}
.radio_form > span {
	margin-bottom: 13px;
}
.radio_form > span:last-child {
	margin-bottom: 0px;
}
.content_accordion {
	display: none;
	    border: 1px solid #ECECEC;
    background: #F9F9F9;
    padding: 26px 21px;
}
.form_content input[type="text"] {
	    font-size: 18px;
    padding-bottom: 18px;
    border-bottom: 1px solid #ECECEC;
    margin-bottom: 20px;
    margin-top: 20px;
}
.file_block_form .simple_form_title {
	        margin-top: 19px;
    margin-bottom: 19px;
}
.hidden_block_file {
	display: none;
}
.visible_block_file {
background: #F0F0F0;
    padding: 10px 30px;
    border-radius: 16px;
    font-size: 16px;
    color: #870E59;
    font-weight: 500;
    display: flex;
    align-items: center;
	cursor: pointer;
	transition: 0.5s
}
.visible_block_file:hover {
	opacity: 0.6
}
.visible_block_file:before {
    content: " ";
    background: url(img/file_ico.svg) no-repeat;
    width: 27px;
    height: 25px;
    margin-right: 7px;
}
.form_content input {
	outline: none
}
.form_content input:focus {
	border-bottom: 1px solid #870E59;
}
.form_content button[type="submit"] {
display: block;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    background-color: #000;
    color: #fff;
    border-radius: 80px 0 0 80px;
    position: relative;
    font-weight: 600;
    font-size: 15px;
    line-height: 1;
    text-transform: uppercase;
    letter-spacing: .1px;
    transition: color .3s, background-color .3s;
    display: inline-flex;
    align-items: center;
    padding: 6px 0 6px 34px;
    gap: 9px;
}
.form_content button[type="submit"]:hover {
	background-color: #fff;
        box-shadow: inset 0 0 0 1px #000;
        color: #000;
}
.form_content button[type="submit"]:after {
    content: "";
    width: 29px;
    height: 29px;
    border-radius: 50%;
    background: #fff url(img/icons/link-arrow-black.svg) center center / 17px auto no-repeat;
    margin-right: -15px;
    z-index: 1;
    transition: background .3s, -webkit-transform .3s;
    transition: background .3s, transform .3s;
    transition: background .3s, transform .3s, -webkit-transform .3s;
}
.form_content button[type="submit"]:hover:after {
	        content: "";
        background: #000 url(img/icons/link-arrow-white.svg) center center / 17px auto no-repeat;
}
.radio_form > span label input:checked + span {
	color: #870E59
}
.form_content select {
	    font-size: 18px;
    padding-bottom: 18px;
    border-bottom: 1px solid #ECECEC;
    margin-bottom: 20px;
    margin-top: 20px;
    width: 100%;
    color: #757575;
    font-weight: 500;
    margin-left: -3px;
	outline: none;
}
.close_form {
	background: url(img/form_close.svg) no-repeat;
    width: 32px;
    height: 32px;
    position: absolute;
    top: 20px;
    right: 20px;
    cursor: pointer;
	transition: 0.5s
}
.close_form:hover {
	opacity: 0.6
}
.founded-result__item:not(:last-child) {
    margin-bottom: 2.125rem;
}
.wpcf7-not-valid-tip {
	margin-top: 10px;
    padding-left: 16px;
}
.form-message.error {
	    color: #900;
    margin-top: 5px;
}
.form-message.success {
	    margin-top: 5px;
	color: green;
}
.table_filter_list_tab > ul {
	    list-style: none;
    display: flex;
    align-items: center;
}
.table_filter_list_tab > ul > li {
	    border-radius: 15px;
    padding: 10px 15px;
    cursor: pointer;
    margin-right: 17px;
    border: 1px solid #000000;
    color: #000;
    cursor: pointer;
	transition: 0.5s
}
.table_filter_list_tab > ul > li.active {
	    background: #000;
    color: #fff;
}
.table_filter_list_tab > ul > li:hover {
	   background: #000;
    color: #fff;
}
.table_content_list {
	    margin-top: 50px;
    margin-bottom: 100px;
}
.block_filter {
	    border: 1px solid transparent;
    border-radius: 15px 5px 5px 5px;
}
.block_filter.show {
	  border: 1px solid #ECECEC;
}
.button_filter {
    padding: 8px 12px;
    background: #000;
    color: #fff;
    width: fit-content;
    border-radius: 15px;
    display: flex;
    align-items: center;
	cursor: pointer
}
.wrap_filter {
	    display: flex;
    align-items: center;
    flex-wrap: wrap;
}
.button_filter:after {
content: " ";
    background: url(img/arrow_white.svg) no-repeat;
    width: 12px;
    height: 6px;
    display: block;
    margin-left: 6px;
	transform: rotate(180deg);
	transition: 0.5s;
}
.list_filter_form {
margin-top: 30px;
    padding: 0 30px;
	display: none;
}
.list_filter_form .form_group input {
	    outline: none;
    font-size: 1rem;
    border-bottom: 1px solid #ECECEC;
    padding-bottom: 6px;
	width: 85%;
}
.list_filter_form .form_group {
	    width: 25%;
    margin-bottom: 30px;
}
.hidden_values_block {
	display: none
}
.button_wrap {
	    width: 100%;
    display: flex;
    margin-top: 35px;
    margin-bottom: 20px;
    justify-content: flex-end;
}
.button_reset {
	    border: 1px solid #000000;
    padding: 10px 22px;
    border-radius: 15px;
    cursor: pointer;
    margin-right: 20px;
}
.button_search {
	border: 1px solid #000000;
    padding: 10px 22px;
    border-radius: 15px;
    cursor: pointer;
    background: #000;
    color: #fff;
}
.active_title_custom_select {
    outline: none;
    font-size: 1rem;
    border-bottom: 1px solid #ECECEC;
    padding-bottom: 6px;
    color: #807A75;
    padding-bottom: 6px;
    line-height: 1.3;
	width: 85%;
	    display: flex;
    align-items: center;
    justify-content: space-between;
}
.active_title_custom_select:after {
	    content: " ";
    background: url(img/arrow_black.svg) no-repeat;
    width: 10px;
    height: 6px;
}
.block_content_table_main_block {
	    margin-top: 50px;
}
.table_head {
	    background: #87105A;
    border-radius: 5px 5px 0 0;
    display: flex;
    align-items: center;
}
.table_head > div {
padding: 28px 10px;
    border-right: 1px solid #ECECEC;
    color: #fff;
    font-size: 0.9rem;
    font-weight: 200;
    white-space: nowrap;
}
.table_head > div:first-child {
	    width: 20%;
}
.table_head > div:nth-child(2) {
	    width: 12%;
}
.table_head > div:nth-child(3) {
	    width: 10%;
}
.table_head > div:nth-child(4) {
	   width: 25%;
}
.table_head > div:nth-child(5) {
	    width: 12%;
}
.table_head > div:nth-child(6) {
	    width: 12%;
}
.table_head > div:nth-child(7) {
	    width: 8%;
}
.table_head > div:last-child {
	    width: 8%;
    border-right: 0;
}
.line_table_content {
	    display: flex;
    align-items: center;
}
.line_table_content > div {
    padding: 12px 10px;
    border-right: 1px solid #ECECEC;
    color: #000;
    font-size: 0.8rem;
    font-weight: 300;
    min-height: 120px;
    display: flex;
    align-items: center;
}
.line_table_content > div:first-child {
	    width: 20%;
}
.line_table_content > div:nth-child(2) {
	    width: 12%;
}
.line_table_content > div:nth-child(3) {
	    width: 10%;
}
.line_table_content > div:nth-child(4) {
	   width: 25%;
}
.line_table_content > div:nth-child(5) {
	    width: 12%;
}
.line_table_content > div:nth-child(6) {
	    width: 12%;
}
.line_table_content > div:nth-child(7) {
	    width: 8%;
}
.line_table_content > div:last-child {
	    width: 8%;
    border-right: 0;
}
.listing_table_content {
	    border: 1px solid #ECECEC;
    border-radius: 0 0 15px 15px;
}
.pagination_table {
	margin-top: 50px;
}
.pagination_table > ul {
	    display: flex;
    align-items: center;
    justify-content: center;
}
.pagination_table > ul > li {
	    padding: 7px 10px;
    border: 1px solid #000000;
    border-radius: 5px;
    cursor: pointer;
    margin-right: 10px;
}
.table_pdf_view {
	    border-bottom: 1px solid #87105A;
    padding-bottom: 4px;
    color: #87105A;
    font-weight: 500;
    margin-bottom: -3px;
	transition: 0.5s;
}
.table_pdf_view:hover {
	 border-bottom: 1px solid transparent;
}
.block_filter.show .button_filter:after {
	transform: rotate(0deg)
}
.table_content_list > .table_content {
	display: none;
}
.table_content_list > .table_content.active {
    display: block;
}
.custom_select {
	position: relative;
}
.hidden_values_block {
	position: absolute;
    top: 28px;
    background: #fff;
    border-radius: 5px;
    border: 1px solid #000;
    width: 85%;
    padding: 10px 10px;
	z-index: 9;
}
.custom_select.active .hidden_values_block {
	display: block;
}
.custom_select.active .hidden_values_block ul li {
	margin-bottom: 10px;
    cursor: pointer;
}
.custom_select.active .hidden_values_block ul li:last-child {
	margin-bottom: 0px;
}
.block_content_table_main_block.not_first_table .table_head > div:nth-child(7) {
    width: 10%;
}
.block_content_table_main_block.not_first_table .table_head > div:nth-child(4) {
   width: 25%;
}
.block_content_table_main_block.not_first_table .table_head > div:nth-child(2) {
    width: 13%;
}
.block_content_table_main_block.not_first_table .line_table_content > div:nth-child(2) {
    width: 13%;
}
.block_content_table_main_block.not_first_table .line_table_content > div:nth-child(4) {
   width: 25%;
}
.block_content_table_main_block.not_first_table .line_table_content > div:nth-child(7) {
    width: 10%;
}

	.header._header-scroll {
		    height: 60px;
    padding: 10px 0;
	}


@media screen and (max-width: 767px) {
	.table_filter_list_tab > ul {
    flex-wrap: wrap;
}
.table_filter_list_tab > ul > li {
    margin-right: 0px;
    margin-bottom: 15px;
    text-align: center;
    width: 100%;
}
.list_filter_form .form_group input {
    width: 100%;
}
.list_filter_form .form_group {
    width: 100%;
    margin-bottom: 30px;
}
.active_title_custom_select {
    width: 100%;
}
.block_content_table_main_block {
		    overflow: hidden;
    margin-right: -20px;
    overflow-x: scroll;	
}
	.wrap_table {
		min-width: 1000px;
    overflow: hidden;
    overflow-x: scroll;
	}
}