.logo h1 {
  font-style: normal;
  font-weight: 400;
  font-size: 22px;
  line-height: 1.2;
  text-transform: uppercase;
  color: var(--col3);
  margin: 0px;
  padding: 0px;
}

@media (max-width: 1300px) {
	.logo h1 {
	  max-width: 360px;
	  font-size: 18px;
	}
}
@media (max-width: 900px) {
	.logo h1 {
	  max-width: 200px;
	  font-size: 14px;
	}
}
@media (max-width: 425px) {
	.logo h1 {
	  max-width: 150px;
	  font-size: 12px;
	}
}
@media (max-width: 335px) {
	.logo h1 {
	  font-size: 12px;
	}
}

.results__list li {
  text-align: center;
}
.results__list li:first-child {
	width: calc(20% - 22px);
}
.results__list li:nth-child(3) {
	width: calc(30% - 22px);
}
@media (max-width: 1500px) {
	.results__list li:first-child {
		width: calc(50% - 16px);
	}
	.results__list li:nth-child(3) {
		width: calc(50% - 16px);
	}
}
@media (max-width: 650px) {
	.results__list li:first-child {
		width: 100%;
	}
	.results__list li:nth-child(3) {
		width: 100%;
	}
}
.slider-promo__navigation .swiper-pagination {
	display: none;
}
.slider--partners .swiper-slide {
  height: auto;
}

.page-content strong {
	display: inline;
}

/* Digits animation */
.digits-animation {
	display: inline-block;
	position: relative;
	overflow: hidden;
	height: 116px;
	width: 75px;
	text-align: center;
	vertical-align: middle;
}
@media (max-width: 1024px) {
	.digits-animation {
		height: 90px;
		width: 57px;
	}
	.results__list li span {
		font-size: 90px;
	}
}

/* Pagination */
ul.pagination{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-top: 30px;
}
.pagination a{
    width: 48px;
    height: 48px;
    font: 14px 'Inter';
	font-weight: 500;
    text-align: center;
    line-height: 48px;
    margin-right: 9px;
    color: #fff;
	background-color: var(--col4);	
    -webkit-transition: all linear .2s;
    transition: all linear .2s;
    text-decoration: none!important;
}
.pagination a:hover,
.pagination a.active{
	background-color: var(--col5);	
    color: #fff;
}
.pagination a:last-child{
    margin-right: 0;
}

/* Page List Page */
.page-list__flex{
    width: calc(100% + 40px);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 48px -20px 0;
}
a.page-list__item{
    font: 18px 'Inter';
	font-weight: 500;
    color: var(--col3);
    line-height: 24px;
    width: calc(25% - 20.1px);
    margin: 0 10px 20px;
    padding: 36px 30px 30px;
    text-decoration: none;
	background-color: var(--col10);	
}
.page-list__flex_3 a.page-list__item{
    width: calc(33% - 20.1px);
}
.page-list-white a.page-list__item{
	background-color: #fff;	
}
a.page-list__item .arrow{
    width: 36px;
    height: 41px;
    background: right no-repeat url(../img/arrow-ico.png);
	display: block;
}
@media screen and (max-width: 1180px){
    a.page-list__item{
        width: calc(100% / 3 - 20.1px);
    }
}
@media screen and (max-width: 900px){
    a.page-list__item, .page-list__flex_3 a.page-list__item{
        width: calc(50% - 20.1px);
    }
}
@media screen and (max-width: 600px){
    a.page-list__item, .page-list__flex_3 a.page-list__item{
        width: calc(100% - 20.1px);
        min-height: 140px;
    }
}
/* Page List Page */

/* Form Page */
.form_bl{
    position: relative;
}
.form_bl .h2{
    font: 35px 'Inter';
    color: #0d4981;
}
.form_bl .left_form{
    max-width: 750px;
    margin-top: 54px;
}
.form_bl .pf_2{
    font: 18px 'Inter';
    color: #231f20;
    margin-bottom: 30px;
}
.form_bl .inp_1{
    width: calc(100% - 15px);
    height: 36px;
    font: 14px 'Inter';
    color: #9fa5aa;
    padding-left: 15px;
    margin-bottom: 13px;
    border: 1px solid #a8b6bf;
}
.form_bl .obyaz_pol{
    font: 14px 'Inter';
    color: #ac217e;
    text-align: right;
    margin-bottom: 10px;
    margin-top: 15px;
}
.form_bl .form_textarea{
    width: calc(100% - 15px);
    height: 180px;
    font: 14px 'Inter';
    color: #9fa5aa;
    padding-left: 15px;
    padding-top: 8px;
    border: 1px solid #a8b6bf;
    resize: vertical;
}
.form_bl .form_error{
    border: 2px solid #ac217e;
    color: #ac217e;
}
.form_bl .sub{
    width: 150px;
    height: 40px;
    font: 14px 'Inter';
    background-color: #2a3f9b;
    cursor: pointer;
    color: #fff;
    -webkit-transition: all linear .2s;
    transition: all linear .2s;
}
.form_bl .sub:hover{
    background-color: #ac217e;
}
@media all and (max-width: 550px){
    .form_bl .h2{font-size: 23px;}
    .form_bl .left_form{margin-top: 26px;}
    .form_bl .pf_2{font-size: 16px;}
    .form_bl .obyaz_pol{margin-top: 10px!important;}
    .form_bl .sub{margin-top: 20px;}
}

/* News Page */
.news_p_flex{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-top: 45px;
}
.news_p_flex .news_item{
    width: calc(100% / 3 - 30.7px);
    height: auto;
    text-decoration: none;
    margin-right: 46px;
    position: relative;
    -webkit-transition: all linear .2s;
    transition: all linear .2s;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    margin-bottom: 45px;
}
/*.news_p_flex .news_item:hover{
    box-shadow: 0 0 15px 0 rgba(106, 106, 106, 0.24);
}*/
.news_p_flex .news_item:nth-child(3n){
    margin-right: 0;
}
.news_p_flex .news_item img{
    display: block;
    width: 100%;
    height: auto;
}
/*.news_p_flex .news_item .date{
    position: absolute;
    top: 5px;
    left: 5px;
    background: rgba(172, 33, 126, 0.7);
    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;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    width: 80px;
    height: 80px;
    font: 39.58px 'Inter';
    color: #fff;
    line-height: 36px;
    text-align: center;
}
.news_p_flex .news_item .date p{
	margin: 0px;
	color: #ffffff;
}
.news_p_flex .news_item .date .month{
    font: 18px 'Inter';
    line-height: 12px;
}
.news_p_flex .news_item .desc_bl{
    height: 100%;
    background: #fff;
    width: 100%;
    box-sizing: border-box;
    padding: 26px 43px 29px 32px;
}*/
.news_p_flex .news_item .news_name{
    font: 16px 'Inter';
    line-height: 24px;
    color: var(--col3);
    /*text-transform: uppercase;*/
    -webkit-transition: all linear .2s;
    transition: all linear .2s;
	margin: 14px 0px 60px 0px;
	font-weight: 500;
}
.news_p_flex .news_item:hover .news_name{
    color: var(--col5);
}
.news_p_flex .news_item .news_date{
	position: absolute;
    font: 14px 'Inter';
    line-height: 20px;
    color: var(--col1);
	font-weight: 400;
	bottom: 0px;
	left: 0px;
}
.news_p_flex .news_item .news_date::before{
	content: "";
	width: 30px;
	height: 2px;
	display: block;
	background: var(--col5);
	margin: 14px 0px 14px 0px;
}

/*.news_p_flex .news_item .txt{
    font: 17px 'Inter';
    line-height: 24px;
    color: #112565;
    margin-top: 11px;
}
.news_p_flex .news_item .add_btn{
    width: 43px;
    height: 43px;
    background: url(../img/small-plus-ico.png) center no-repeat #ac217e;
    position: absolute;
    bottom: 0;
    right: 0;
    opacity: 0;
    -webkit-transition: all linear .2s;
    transition: all linear .2s;
}
.news_p_flex .news_item:hover .add_btn{
    opacity: 1;
}*/
@media all and (max-width: 1600px){
    .news_p_flex .news_item{
        width: calc(100% / 3 - 13.4px);
        margin-right: 20px;
        /*margin-bottom: 20px;*/
    }
    .news_p_flex .news_item .desc_bl{
        padding: 20px 20px 20px;
    }
    .news_p_flex .news_item .news_name{
        font-size: 14px;
        line-height: 20px;
    }
    .news_p_flex .news_item .txt{
        font-size: 14px;
        line-height: 18px;
    }
    .news_p_flex .news_item .date{
        width: 65px;
        height: 65px;
        font-size: 32.42px;
    }
    .news_p_flex .news_item .date .month{
        font-size: 14.85px;
    }
}
@media all and (max-width: 1100px){
    .news_p_flex .news_item{
        width: calc(50% - 10px);
    }
    .news_p_flex .news_item:nth-child(3n){
        margin-right: 20px;
    }
    .news_p_flex .news_item:nth-child(2n){
        margin-right: 0px;
    }
}
@media all and (max-width: 900px){
    .news_p_flex .news_item{
        width: 100%;
        -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
        order: 2;
    }
    .news_p_flex .news_item.calendar{
        -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1; 
        order: 1;
    }
    .news_p_flex .news_item:nth-child(3n){
        margin-right: 0px;
    }
    .news_p_flex .news_item .desc_bl{
        height: auto;
    }
}

/* Document Page */
.document_wrap{
    margin-top: 50px;
}
.document_item{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    padding: 21px 30px 25px;
    text-decoration: none;
    margin-bottom: 20px;
	background-color: var(--col10);	
	align-items: center;
}
/*.document_item:hover{
    box-sizing: border-box;
    box-shadow: 0 0 15px 0 rgba(96, 96, 96, 0.13);
}*/
.document_item:last-child{
    margin-bottom: 0;
}
.document_item .ico{
    width: 36px;
    height: 41px;
    /*margin-top: 10px;*/
    margin-right: 30px;
}
.document_item .doc_ico{
    background: url(../img/doc-ico.png);
}
.document_item .pdf_ico{
    background: url(../img/pdf-ico.png);
}
.document_item .arrow_ico{
    background: right no-repeat url(../img/arrow-ico.png);
}
.document_item p{
    -webkit-box-flex: 1;
    -ms-flex: 1 0;
    flex: 1 0;
    font: 18px 'Inter';
	font-weight: 500;
    color: var(--col3);
    line-height: 24px;
	margin: 0px;
	max-width: none;
}
@media all and (max-width: 700px){
    .document_item{
        padding: 18px 15px 20px;
        margin-bottom: 15px;
    }
    .document_item .ico{
        margin-right: 15px;
    }
    .document_item p{
        font-size: 14px;
        line-height: 22px;
    }
}

/* Inner Page Style */


/* Navigator Page */
.navigator_desc{
    font: 18px 'Inter';
    color: #000;
    margin-top: 12px;
}
.page-content p.navigator_headline{
    font: 30px 'Inter';
	font-weight: 700;
	line-height: 40px;
    color: #1E2A5A;
	border-bottom: 1px solid #e1e2e9;
	padding-bottom: 20px;
}
.navigator_criter{
    margin-top: 46px;
}
.navigator_criter .criter_line{
    margin-top: 19px;
    display: none;
}
.navigator_criter .criter_line:first-child{
    display: block;
}
.navigator_criter .criter_headline{
    position: relative;
    font: 24px 'Inter';
	font-weight: 700;
	line-height: 32px;
	color: #1E2A5A;
    /*padding-left: 26px;*/
}
/*.navigator_criter .criter_headline:before{
    content: '';
    display: block;
    width: 18px;
    height: 18px;
    position: absolute;
    left: 0;
    top: 0;
}
.navigator_criter .criter_headline.purple:before{
    background: #ac217e;
}
.navigator_criter .criter_headline.green:before{
    background: #1ea27c;
}
.navigator_criter .criter_headline.blue:before{
    background: #5270f5;
}*/
.navigator_criter .criters_wrap{
    width: 100%;
	max-width: 992px;
	margin: 0 auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-top: 25px;
}
.navigator_criter .criter_item{
    width: calc(100% / 5 - 12.34px);
    height: 194px;
    margin-right: 10px;
    margin-bottom: 10px;
    background: #fff;
    cursor: pointer;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-transition: all linear .2s;
    transition: all linear .2s;
    -webkit-box-shadow: 0 0 15px 0 rgba(96, 96, 96, 0.13);
    box-shadow: 0 0 15px 0 rgba(96, 96, 96, 0.13);
	border: #fff 2px solid;
}
/*.navigator_criter .criter_item[cvalue="30"]{
	/ * border: #6ef2cc 2px solid; * /
	border: #1ea27c 2px solid;
}*/
.navigator_criter .criter_item:hover{
    -webkit-box-shadow: 0 0 15px 0 rgba(96, 96, 96, 0.3);
    box-shadow: 0 0 15px 0 rgba(96, 96, 96, 0.3);
}
.navigator_criter .criter_item:nth-child(5n){
    margin-right: 0;
}
.navigator_criter .purple .criter_item.active{
    background: #ac217e;
}
.navigator_criter .green .criter_item.active{
    background: #1ea27c;
}
.navigator_criter .blue .criter_item.active{
    background: #5270f5;
}
.navigator_criter .criter_item .ico{
    width: 100%;
    height: 80px;
    margin-top: 27px;
    -webkit-transition: all linear .2s;
    transition: all linear .2s;
}
.navigator_criter .criter_item.disposible .ico{
	opacity: .6;
}
.navigator_criter .criter_item .ico_1{
    background: url(../img/criter-1.png) center no-repeat;
}
.navigator_criter .purple .criter_item:hover .ico_1{
    background: url(../img/criter-1-purple.png) center no-repeat;
}
.navigator_criter .blue .criter_item:hover .ico_1{
    background: url(../img/criter-1-blue.png) center no-repeat;
}
.navigator_criter .green .criter_item:hover .ico_1{
    background: url(../img/criter-1-green.png) center no-repeat;
}
.navigator_criter .criter_item.active .ico_1{
    background: url(../img/criter-1-active.png) center no-repeat;
}
.navigator_criter .criter_item.disposible:hover .ico_1{
    background: url(../img/criter-1.png) center no-repeat;
}
.navigator_criter .criter_item.active:hover .ico_1{
    background: url(../img/criter-1-active.png) center no-repeat;
}
.navigator_criter .criter_item.hidden {
	display: none;
}
.navigator_criter .criter_item .name{
    height: 64px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font: 14px 'Inter';
	color: #1E2A5A;
	font-weight: 400;
	line-height: 20px;
    text-align: center;
    margin-top: 10px;
	margin-left: 7px;
	margin-right: 7px;
}
.navigator_criter .criter_item.active .name{
    color: #fff;
}
.navigator_criter .criter_item.disposible .name {
    color: #aaa;
}
.navigator_criter .criter_show_result {
	display: none;
}
.navigator_criter .show_result, .navigator_criter .show_result_new{
    width: 150px;
    height: 40px;
    cursor: pointer;
	background: #2A3F9B;
    text-align: center;
    margin-top: 50px;
    font: 14px 'Inter';
	font-weight: 500;
    color: #fff;
    line-height: 40px;
	border: none;
}
.navigator_criter .show_result[disabled] {
	background-color: #888888;
}
.navigator_criter .show_result, .navigator_criter .show_result_new{
    /*display: none;*/
    height: 60px;
    line-height: 60px;
	/*background: #2a3f9b url(../img/compass.png) no-repeat 10px 10px;*/
	/*padding-left: 55px;*/
    width: 100%;
	max-width: 970px;
	margin: 0 auto;
}
.navigator_criter .show_result_new{
	max-width: 992px;
	display: block;
	text-decoration: none;
}
.navigator_result{
    margin-top: 50px;
    /*display: none;*/
}
.navigator_result .headline{
    font: 30px 'Inter';
	font-weight: 700;
	line-height: 40px;
    color: #1E2A5A;
	border-bottom: 1px solid #e1e2e9;
	padding-bottom: 20px;
}
.navigator_result .result_wrap{
    width: 100%;
	max-width: 992px;
	margin: 0 auto;
    margin-top: 32px;
}
.navigator_result .result_item{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    background: #fff;
    padding: 10px 10px 10px 10px;
    text-decoration: none;
    margin-bottom: 20px;
    box-sizing: border-box;
    box-shadow: 0 0 15px 0 rgba(96, 96, 96, 0.13);
}
.navigator_result .result_item:last-child{
    margin-bottom: 0;
}
/*.navigator_result .result_item .ico{
    width: 18px;
    height: 18px;
    margin-top: 3px;
}
.navigator_result .result_item .ico.blue{
    background: #2a3f9b;
}
.navigator_result .result_item .ico.purple{
    background: #ac217e;
}
.navigator_result .result_item .ico.green{
    background: #2a3f9b;
}*/
.navigator_result .result_item p{
    -webkit-box-flex: 1;
    -ms-flex: 1 0;
    flex: 1 0;
    font: 18px 'Inter';
    color: #000;
	margin: 0px;
    /*margin-left: 21px;*/
    line-height: 28px;
}
@media (max-width: 1150px){
    .navigator_criter .criter_item{
        width: calc(25% - 8px);    
    }
    .navigator_criter .criter_item:nth-child(5n){
        margin-right: 10px;
    }
    .navigator_criter .criter_item:nth-child(4n){
        margin-right: 0;
    }
}
@media (max-width: 1100px){
    .navigator_desc{
        font-size: 14px;
        line-height: 22px;
    }
}
@media (max-width: 900px){
    .navigator_criter .criter_item{
        width: calc(25% - 7.5px);    
    }
    .navigator_criter .criter_item:nth-child(5n){
        margin-right: 10px;
    }
    .navigator_criter .criter_item:nth-child(4n){
        margin-right: 0;
    }
}
@media (max-width: 800px){
    .navigator_headline{
        font-size: 20px;
        margin-top: 30px;
    }
    .navigator_criter{
        margin-top: 30px;
    }
    .navigator_criter .criter_item{
        width: calc(100% / 3 - 6.68px);    
    }
    .navigator_criter .criter_item:nth-child(4n){
        margin-right: 10px;
    }
    .navigator_criter .criter_item:nth-child(3n){
        margin-right: 0;
    }
    .navigator_criter .show_result{
        margin-top: 25px;
    }
    .navigator_result{
        margin-top: 30px;
    }
    .navigator_result .headline{
        font-size: 20px;
    }
}
@media (max-width: 600px){
    .navigator_criter .criter_item{
        width: calc(50% - 5px);    
    }
    .navigator_criter .criter_item:nth-child(3n){
        margin-right: 10px;
    }
    .navigator_criter .criter_item:nth-child(2n){
        margin-right: 0;
    }
}
@media (max-width: 400px){
    .navigator_criter .criter_item{
        width: 100%;    
    }
    .navigator_criter .criter_item:nth-child(1n){
        margin-right: 0;
    }
}
@media all and (max-width: 700px){
    .navigator_result .result_item{
        padding: 18px 15px 20px;
        margin-bottom: 15px;
    }
    .navigator_result .result_item p{
        margin-left: 15px;
    }
    .navigator_result .result_item p{
        font-size: 14px;
        line-height: 22px;
    }
}

/* History page */
.pz-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
	flex-wrap: wrap;
}

		.pz-item {
			background: #fff;
			padding: 20px;
			margin-bottom: 25px;
			width: calc(50% - 20px);
			margin: 0px 20px 20px 0px;
		}
@media all and (max-width: 1000px){
		.pz-item {
			width: 100%;
			margin-right: 0px;
		}
}
		
		.pz-name {
			width: 100%;
			margin-bottom: 10px;
			font: 24px 'Inter';
			font-weight: 700;
			color: var(--col3);	
		}
		.pz-foto {
			width: 100%;
			min-height: 100px;
			margin-bottom: 10px;
		}
		.pz-foto1 {
			position: relative;
		}
		.pz-foto img {
			width: 100%;
			height: auto;
		}
		.pz-status {
			position: absolute;
			top: 16px;
			left: 16px;
			font: 14px 'Inter';
			font-weight: 500;
			background: var(--col5);
			/*background: rgba(184, 66, 145, 0.85);*/
			color: #fff;
			padding: 12px 16px 12px 16px;
		}
		.pz-list {
			width: 100%;
			margin-bottom: 10px;
		}
		.pz-list::before{
			content: "";
			width: 30px;
			height: 2px;
			display: block;
			background: var(--col5);
			margin: 14px 0px 14px 0px;
		}
		.pz-list div {
			margin-bottom: 10px;
			font: 16px 'Inter';
			font-weight: 400;
			color: #67686C;
		}
		.pz-list span {
			color: #25272d;
			font-weight: 700;
		}
		
.pz-double {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
	flex-wrap: wrap;
}
.pz_one {
	margin: 10px 32px 10px 0px;
}
		.pz_caption {
			font: 13px 'Inter';
			font-weight: 500;
			color: #1E2A5A;	
			line-height: 32px;
			text-transform: uppercase;
		}
		.pz_text {
			font: 32px 'Inter';
			font-weight: 700;
			color: #B93183;	
			line-height: 32px;
		}
		
		.pz-preview {
			width: 100%;
			margin-bottom: 10px;
			font: 15px 'Inter';
		}
		
/* Vist page */
.vist-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
	flex-wrap: wrap;
}

		.vist-item {
			background: #fff;
			padding: 20px 20px 60px 20px;
			margin-bottom: 25px;
			width: calc(33% - 20px);
			margin: 0px 20px 20px 0px;
			position: relative;
		}
@media all and (max-width: 1100px){
		.vist-item {
			width: calc(50% - 20px);
		}
}
@media all and (max-width: 600px){
		.vist-item {
			width: 100%;
			margin-right: 0px;
		}
}
		
		.vist-name {
			width: 100%;
			margin-bottom: 10px;
			font: 16px 'Inter';
			font-weight: 500;
			line-height: 24px;
			color: var(--col3);	
		}
		.vist-name a {
			text-decoration: none;
			font: 16px 'Inter';
			font-weight: 500;
			line-height: 24px;
			color: var(--col3);	
		}
		.vist-foto {
			width: 100%;
			min-height: 100px;
			margin-bottom: 10px;
		}
		.vist-foto img {
			width: auto;
			height: auto;
		}
		.vist-list {
			width: 100%;
			margin-bottom: 10px;
		}
		.vist-list::before{
			content: "";
			width: 30px;
			height: 2px;
			display: block;
			background: var(--col5);
			margin: 14px 0px 14px 0px;
		}
		.vist-list div {
			margin-bottom: 10px;
			font: 16px 'Inter';
			font-weight: 400;
			color: #67686C;
		}
		.vist-list div:first-child {
			color: var(--col1);
		}
		
.vist-button {
	position: absolute;
	bottom: 0px;
	left: 0px;
	width: 100%;
	text-align: center;
	display: block;
	padding: 10px;
	font-weight: 500;
	font: 14px 'Inter';
	line-height: 19px;
	color: #25272D;
	background-color: #DDDFE6;
}

a.vist-button {
	text-decoration: none;
	font-weight: 500;
	font: 14px 'Inter';
	line-height: 19px;
	color: #fff;
	background-color: #2A3F9B;
}
a.vist-button:hover {
	background: #1E2A5A;
}

/* Contacts page */
.contacts-wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
	flex-wrap: wrap;
}

		.contacts-item {
			background: #fff;
			width: calc(50% - 40px);
			margin: 0px 40px 20px 0px;
			position: relative;
		}
@media all and (max-width: 1100px){
		.contacts-item {
			width: 100%;
			margin-right: 0px;
		}
}

.page-content h3.contacts-header {
	margin: 0px 0px 30px 0px;
	padding: 0px 0px 20px 0px;
	max-width: none;
	font-family: 'Inter';
	font-style: normal;
	font-weight: 700;
	font-size: 30px;
	line-height: 40px;
	color: #1E2A5A;	
	border-bottom: 1px solid #DDDFE6;
}

/* Stat page */

.page-content ul.results__list {
  display: flex;
  gap: 32px;
  margin-top: 130px;
}
.page-content ul.list-reset {
  list-style: none;
    list-style-type: none;
  margin: 0;
  padding: 0;
  max-width: none;
}


.infogr-img{
    width: calc(100% + 40px);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 48px -20px 0;
}
.infogr-img div.panel{
    font: 18px 'Inter';
	font-weight: 500;
    color: var(--col3);
    line-height: 24px;
    width: calc(25% - 20.1px);
    margin: 0 10px 20px;
    padding: 36px 30px 30px;
    text-decoration: none;
	background-color: #fff;	
}
.infogr-img div.panel1 {
    display: -webkit-box;
    display: -ms-flexbox;
	display: flex;
	flex-wrap: wrap;
}


.infogr-img div.panel .img {
	width: 80px;
}

.infogr-img div.panel .name {
	width: calc(100% - 100px);
	margin-left: 20px;
	
	font: 14px 'Inter';
	font-weight: 700;
	line-height: 20px;
`	text-transform: uppercase;
	color: #1E2A5A;	
}

.infogr-img div.panel .txt {
	font: 13px 'Inter';
	font-weight: 500;
	line-height: 16px;
	text-transform: uppercase;

	color: #1E2A5A;
	margin-top: 20px;
}
.infogr-img div.panel .txt:last-child {
	margin-left: 30px;
}

.infogr-img div.panel .txt span {
	font: 30px 'Inter';
	font-weight: 700;
	line-height: 40px;
	color: #B93183;
}

@media screen and (max-width: 1300px){
    .infogr-img div.panel{
        width: calc(100% / 3 - 20.1px);
    }
}
@media screen and (max-width: 1100px){
    .infogr-img div.panel{
        width: calc(50% - 20.1px);
    }
}
@media screen and (max-width: 700px){
    .infogr-img div.panel{
        width: calc(100% - 20.1px);
    }
}


/* Programm Page */
.title a {
	text-decoration: none;
}
.programm-wrap{
    margin-top: 48px;
}
.programm_item{
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 23px 32px 23px 32px;
    -webkit-transition: all linear .2s;
    transition: all linear .2s;
	background: #fff;
	margin-bottom: 16px;
}
.programm_item_flex{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}
.programm_item .desc_flex{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
	cursor: pointer;
	align-items: center;
	text-decoration: none;
}
.programm_item.show .desc_flex{
    height: auto;
}
.programm_item .name{
	font: 24px 'Inter';
	font-weight: 700;
	line-height: 32px;
	color: #1E2A5A;
	width: calc(100% - 71px);
}
.programm_item .plus_btn{
    width: 51px;
    height: 51px;
    background: url(../img/plus-ico.png) center no-repeat;
    -webkit-transition: all linear .2s;
    transition: all linear .2s;
}
.programm_item.show .plus_btn{
    background: url(../img/minus-ico.png) center no-repeat;
}
.programm_item .arrow_btn{
    width: 51px;
    height: 51px;
    background: url(../img/arrow-ico.png) center no-repeat;
    -webkit-transition: all linear .2s;
    transition: all linear .2s;
}
.programm_item .opis, .programm_item .warn{
    font-size: 16px;
	font-weight: 500px;
    line-height: 30px;
    padding: 0px 0px 10px 0px;
	width: 100%;
}
.programm_item .warn {
	color: #B93183;
}
.programm_item .hide{
    width: 100%;
    display: none;
	border-top: 1px solid #DDDFE6;
    margin-top: 10px;
}
.programm_item .hide_info{
    width: 100%;
	padding-top: 10px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
	flex-wrap: wrap;
	position: relative;
}

.programm_item .txt, .programm_item .txt-big{
	width: calc(50% - 20px);
	font: 24px 'Inter';
	font-weight: 700;
	line-height: 32px;
	color: #B93183;	
	margin-top: 10px;
	margin-bottom: 10px;
}
.programm_item .txt-big {
	width: 100%;
}
.programm_item .txt span, .programm_item .txt-big span{
	display: block;
	font: 14px 'Inter';
	font-weight: 700;
	line-height: 20px;
	text-transform: uppercase;
	color: #1E2A5A;
}

.programm_item .more{
	width: 100%;
	font: 14px 'Inter';
	font-weight: 500;
	line-height: 48px;
	background: #2A3F9B;
    text-decoration: none;
	color: #fff;
	text-align: center;
	margin-top: 10px;
}
@media (max-width: 1200px){
	.programm_item .txt{
		width: 100%;
	}
}

.quick-links__list li.flash-btn {
	background-color: #b93183;
	transition: all .5s;
}
.quick-links__list li.flash-btn.flash {
	background-color: #5fa050;
}

.page-content table {
	white-space: normal;
	width: auto;
}

.page-content table p {
  margin-top: 0;
  margin-bottom: 0;
}
.page-content td {
  border: 1px solid var(--col6);
}

.big-table table {
  min-width: 0;
}

.move-up__link {
	width: 50px;
	height: 50px;
	background: url(../img/icons/totop.png);
	background-size: cover;
}
.move-up__link:hover {
	background: url(../img/icons/totop1.png);
}

.move-up {
	z-index: 25;
	right: 40px;
/*	bottom: 100px;*/
}

.mgo-mcw-widget {
	bottom: 104px !important;
}







.sticky-section, .sticky-section1, .sticky-section2 {
  position: fixed;
  right: 0;
  top: 380px;
  transform-origin: 100% 100%;
  transform: rotate(-90deg);
  z-index: 22;
}

.sticky-section2 {
  transform-origin: 0% 0%;
}

.sticky-section2 a{
	background-color: #2977da;
	display: block;
	transition: .3s;
}
.sticky-section2 a:hover{
	background-color: var(--col4);
}

.sticky-section2 img {
	width: auto;
	height: auto;
}

.sticky-section {
  top: 130px;
}
.sticky-section2 {
  top: 442px;
  left: 0px;
  right: auto;
}

.sticky-section .button, .sticky-section1 .button, .sticky-section2 .button {
  display: block;
  padding: 20px 20px;
  height: 80px;
  width: 232px;
  text-transform: uppercase;
  font-weight: 700;
  font-size: 16px;
  line-height: 22px;
  text-align: center;
}
.sticky-section .button {
padding-top: 30px;
}

.sticky-section .button{
  background-color: #b93183;
  color: #fff;
}
.sticky-section1 .button{
  background-color: #25a149;
  color: #fff;
}
.sticky-section .button:hover{
  background-color: var(--col4);
}
.sticky-section1 .button:hover{
  background-color: var(--col4);
}

.sticky-section .button:hover::before, .sticky-section .button:focus::before, .sticky-section .button:active::before {
  background-color: var(--col4);
}
.sticky-section1 .button:hover::before, .sticky-section1 .button:focus::before, .sticky-section1 .button:active::before {
  background-color: var(--col4);
}

@media (max-height: 900px) {
.sticky-section {
  /*top: 0%;*/
}
.sticky-section1 {
  top: 30%;
  display: none !important;
}
.sticky-section2 {
  /*top: 30%;*/
  top: 410px;
}
.sticky-section .button, .sticky-section1 .button, .sticky-section2 .button {
  display: block;
  padding: 10px 10px;
  height: 80px;
  width: 200px;
  font-size: 14px;
}
.sticky-section .button {
	padding-top: 30px;
}
.sticky-section1 .button {
	padding-top: 20px;
}
}

/*@media (max-height: 680px) {
.sticky-section {
  top: 0%;
}
.sticky-section1 {
  display: none !important;
}
}*/

@media (max-width: 1700px) {
	.sticky-section, .sticky-section1, .sticky-section2 {
		display: none;
	}
	.sticky-section-main .sticky-section, .sticky-section-main .sticky-section1, .sticky-section-main .sticky-section2 {
		display: block;
	}
}

@media (max-width: 650px) {
	
	.sticky-section, .sticky-section1, .sticky-section2 {
		display: block !important;
	}
	

.sticky-section {
  right: auto;
  top: auto;
  transform: none;
  bottom: 52px;
  left: 0;
  width: 50%;
}

.sticky-section .button {
  height: 50px;
  width: 100%;
  text-align: center;
  position: relative;
  padding: 20px 20px 20px 20px !important;
  font-size: 10px;
  line-height: 10px;
}

.sticky-section .button::before {
  content: "";
  display: block;
  width: 100%;
  height: 1px;
  background-color: #dddfe6;
  position: absolute;
  top: 0;
  left: 0;
  transition: all .3s;
}

.sticky-section1 {
  right: auto;
  top: auto;
  transform: none;
  bottom: 52px;
  right: 0;
  width: 50%;
  display: block;
}

.sticky-section1 .button {
  height: 50px;
  width: 100%;
  text-align: center;
  position: relative;
  padding: 15px 20px !important;
  font-size: 10px;
  line-height: 10px;
}

.sticky-section1 .button::before {
  content: "";
  display: block;
  width: 100%;
  height: 1px;
  background-color: #dddfe6;
  position: absolute;
  top: 0;
  left: 0;
  transition: all .3s;
}

.sticky-section2 {
  right: auto;
  top: auto;
  left: auto;
  transform: none;
  bottom: 0;
  right: 0;
  width: 100%;
  display: block;
  text-align: center;
  height: 52px;
}

.sticky-section2 .button {
  height: 52px;
  width: 100%;
  text-align: center;
  position: relative;
  padding: 5px 5px !important;
}

.sticky-section2 .button::before {
  content: "";
  display: block;
  width: 100%;
  height: 1px;
  background-color: #dddfe6;
  position: absolute;
  top: 0;
  left: 0;
  transition: all .3s;
}

}





/************** otz **************/

.slider--otz .slider__item {
  width: 480px;
  padding: 0px;
}

.otz_flex1 {
	display: flex;
	justify-content: space-between;
  padding: 22px 32px 0px 32px;
}
.otz_d {
	line-height: 24px;
	font-size: 16px;
	color: #1E2A5A;
	white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.otz_y {
	line-height: 24px;
	font-size: 16px;
	color: #67686C;
	white-space: nowrap;
	margin-left: 20px;
}

.otz_flex2 {
	display: flex;
	align-items: center;
  padding: 0px 32px 0px 32px;
}
.otz_i {
	margin: 24px 24px 24px 0px;
	width: 112px;
	height: 112px;
}
.otz_i img {
	border-radius: 50%;
	margin: 0px !important;
}
.otz_f {
	font-size: 16px;
	font-weight: bold;
	color: #25272D;
	ling-height: 24px;
}
.otz_n {
	font-size: 16px;
	color: #67686C;
	ling-height: 24px;
}

.otz_t {
	font-size: 16px;
	color: #25272D;
	ling-height: 24px;
	margin-bottom: 24px;
  padding: 0px 32px 0px 32px;
  min-height: 100px;
}
.slider__item a.otz_l, .otz-item a.otz_l {
	width: 100%;
	text-align: center;
	display: block;
	background: #2A3F9B;
	color: #ffffff;
	padding: 15px;
	font-size: 14px;
	opacity: 1;
	text-decoration: none;
}

a.otz_s {
	width: calc(100% - 20px);
	text-align: center;
	display: block;
	background: #B93183;
	color: #ffffff;
	padding: 15px;
	font-size: 14px;
	opacity: 1;
	text-decoration: none;
	margin: 0px 10px 20px 10px;
}

.otz-item {
  background: #fff;
  padding: 0px;
  margin-bottom: 25px;
  width: calc(33.333% - 20px);
  margin: 0px 10px 20px 10px;
}
@media (max-width: 1350px) {
	.otz-item {
		width: calc(50% - 20px);
	}
}
@media (max-width: 950px) {
	.otz-item {
		width: calc(100% - 20px);
	}
}

.hidden_text {
	text-align: center;
	cursor: pointer;
	background: #2A3F9B;
	color: #ffffff;
	padding: 15px;	
	max-width: 992px;
	margin: 0 auto;
}


.page-content a.slider__btn {
  background-color: var(--col4);
  color: var(--col2);
}
.results.vistpage {
	background-color: #ffffff;
	background-image: url(../img/Vector.png);
	padding: 80px 0px 0px 0px;
}
.vistpage .results__list li {
  width: calc(33% - 22px);
}
.vistpage .results__list li:first-child {
  width: calc(33% - 22px);
}
.vistpage-wrapper {
	background: #F2F2F5;
}
.vistpage-buttons {
	display: flex;
	gap: 20px;
	margin-top: 30px;
	flex-wrap: wrap;
}
.page-content a.vistpage-button, .page-content a.vistpage-button-z {
	display: block;
	width: 100%;
	background: #B93183;
	margin: 20px 0px 0px 0px;
	color: #ffffff;
	padding: 15px;
	text-decoration: none;
	text-align: center;
	width: calc(50% - 10px);
}
.page-content a.vistpage-button-z {
	margin: 20px 0px 0px 0px;
	background: #2A3F9B;	
}
.activities__list.vistpage {
	padding: 30px 0px 30px 0px;
	margin-right: -24px;
}

.page-content .activities__list.vistpage a {
  text-decoration: none;
  width: calc(33% - 24px);
  color: #1E2A5A;
  font-size: 16px;
}

@media (max-width: 1200px) {
	
	.vistpage .results__list li {
	width: 100%;
	}
	.vistpage .results__list li:first-child {
	width: 100%;
	}
}
@media (max-width: 950px) {
	
	.page-content .activities__list.vistpage a {
		width: calc(50% - 28px);
	}
	.page-content a.vistpage-button, .page-content a.vistpage-button-z {
		width: 100%;
	}
}
@media (max-width: 650px) {
	
	.page-content .activities__list.vistpage a {
		width: calc(100% - 24px);
	}

}


.slider--bvist {
	background: #ffffff;
}
.slider--bvist .slider__header {
	justify-content: end;
}
.bvist-a {
	width: 480px;
	height: 480px;
	display: flex;
	align-items: flex-end;
}
.bvist-a::after {
  content: "";
  display: block;
  height: 100%;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background-color: var(--col3);
  z-index: 1;
  opacity: .67;
}
.bvist-a:hover::after {
  opacity: 0;
}
.bvist-a div {
	font-style: bold;
	font-size: 18px;
	line-height: 24px;
	color: #ffffff;
	text-decoration: none;
	text-transform: uppercase;
	position: relative;
	z-index: 2;
}

.vist-detail {
	position: relative;
	max-width: 992px;
	margin: 0 auto;
}