

/* Start:/local/templates/main/components/bitrix/menu/custom-footer-menu/style.css?1763939152470*/

.footer__menu__list {
	display: flex;
	flex-direction: column;
	row-gap: 15px;
	min-width: 150px;
}


.footer__menu__list a {
	display: flex;
	align-items: center;
	column-gap: 5px;

}

.footer__menu__list a:before {
	content: '';
	display: block;
	width: 0;
	height: 1px;
	background-color: #376DF6;
	transition: all 0.3s;
}

a.selected,
.footer__menu__list a:hover{
	color: #376DF6!important;
}

a.selected:before,
.footer__menu__list a:hover:before{
	width: 15px;
}

/* End */


/* Start:/local/components/niges/cookiesaccept/templates/.default/style.css?17657582942729*/
/* NIGES.COOKIESACCEPT */

.nca-cookiesaccept-line {
    font-size: inherit;
    font-family: inherit;
    line-height: 1;
    padding: 10px;
}


.nca-cookiesaccept-line.style-1 .nca-cookiesaccept-line-text,
.nca-cookiesaccept-line.style-3 .nca-cookiesaccept-line-text,
.nca-cookiesaccept-line.style-5 .nca-cookiesaccept-line-text,
.nca-cookiesaccept-line.style-7 .nca-cookiesaccept-line-text {
    color:#111;
}
.nca-cookiesaccept-line.style-2 .nca-cookiesaccept-line-text,
.nca-cookiesaccept-line.style-4 .nca-cookiesaccept-line-text,
.nca-cookiesaccept-line.style-6 .nca-cookiesaccept-line-text,
.nca-cookiesaccept-line.style-8 .nca-cookiesaccept-line-text {
    color:#eee;
}

.nca-cookiesaccept-line.style-1 {
    /* background-position: center;
    background-repeat: repeat-x;
	background-image: url(/bitrix/components/niges/cookiesaccept/templates/.default/images/style-1-2.svg);
    background-size: contain; */
    background-color: rgb(61, 168, 255); 
}

.nca-cookiesaccept-line.style-2 {
    background-color: rgb(13, 62, 102);
}


.nca-cookiesaccept-line.style-3 {
    background-color: rgb(197, 197, 197);
}

.nca-cookiesaccept-line.style-4 {
    background-color: rgb(71, 71, 71);
}

.nca-cookiesaccept-line.style-5 {
    background-color: rgb(61, 255, 158);
}

.nca-cookiesaccept-line.style-6 {
    background-color: rgb(9, 92, 50);
}

.nca-cookiesaccept-line.style-7 {
    background-color: rgb(84, 255, 61);
}

.nca-cookiesaccept-line.style-8 {
    background-color: rgb(92, 5, 5);
}

.nca-cookiesaccept-line.style-9 {
    background-color: rgb(203, 255, 61);
}

.nca-cookiesaccept-line.style-10 {
    background-color: rgb(70, 94, 4);
}

.nca-cookiesaccept-line.style-11 {
    background-color: rgb(255, 148, 61);
}

.nca-cookiesaccept-line.style-12 {
    background-color: rgb(138, 70, 14);
}

.nca-cookiesaccept-line.style-13 {
    background-color: rgb(255, 61, 61);
}

.nca-cookiesaccept-line.style-14 {
    background-color: rgb(119, 22, 22);
}

.nca-cookiesaccept-line.style-15 {
    background-color: rgb(255, 61, 152);
}

.nca-cookiesaccept-line.style-16 {
    background-color: rgb(85, 10, 45);
}

.nca-cookiesaccept-line.style-17 {
    background-color: rgb(83, 129, 255);
}

.nca-cookiesaccept-line.style-18 {
    background-color: rgb(6, 37, 122);
}

 
.nca-cookiesaccept-line.style-19 {
    background-color: rgb(255, 255, 255);
}

.nca-cookiesaccept-line.style-20 {
    background-color: rgb(0, 0, 0);
}
 

@media screen and (min-width:767.01px) {
	.nca-hidden-pc {display: none !important;}
}
@media screen and (max-width:767px) {
	.nca-hidden-mobile {display: none !important;}
}
/* End */


/* Start:/local/templates/main/styles.css?17657922924160*/
@media (max-width: 600px) {
    .sub_education.stat__sect__sub__item {
        flex-wrap: wrap;
    }
}
@media (max-width: 600px) {
    .stat__sect__sub__item__img {
        width: 33%;
        height: auto;
    }
    .stat__sect__sub__item__desc_educ {
        width: 100%;
    }
}
@media (max-width: 600px) {
    .stat__sect__sub__item__desc {
        width: 50%;
        align-self: center;
    }
}
@media (max-width: 850px) {
    .sub__item__desc__educat {
        padding: 0;
    }
}
@media (max-width: 600px) {
    .page__type_wrapper, .media__detail__desc, .stat__sect__content__box, .page__contact__center__sect-two, .page__contact_wrapper {
        margin: 20px 0;
    }
    .search-doc {
        flex-wrap: wrap;
    }
    .center__sect-two_wrapper, .center__sect-tree__content {
        flex-direction: column;
    }
    .center__sect-two__item, .center__sect-tree__content__item  {
        width: 100% !important;
    }
    .page__contact_wrapper .row {
        flex-direction: column;
    }
}

.btn {
    border: none;
}

.search-doc{
    display: flex;
    align-items: flex-end;
    justify-content: center;
    gap: 16px;
    max-width: 600px;
    margin: 0 auto;
}

.drop {
    z-index: 100;
    background: #FFF;
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
}

.drop ul {
    list-style: none;
    max-height: 228px;
    overflow: auto;
    text-align: left;
}

.drop li {
    padding: 5px 15px;
}

.form-label{
    position: relative;
}

.page__contact__center__sect-two {
    margin: 60px 0;
    border-radius: 12px;
    padding: 35px 30px 40px;
    background: #fff;
}

.center__sect-two_wrapper {
    display: flex;
    flex-wrap: wrap;
    row-gap: 40px;
    column-gap: 30px;

}

.sect-two__item__box {
    display: flex;
    column-gap: 5px;
}

.sect-two__item__box__content {
    display: flex;
    column-gap: 5px;
    flex-wrap: wrap;
    align-items: center;
}

.sect-two__item__box__content .sect-two__item__box__title {
    font-weight: 500;
}

.center__sect-two__item {
    display: flex;
    flex-direction: column;
    row-gap: 10px;
    width: calc((100% - 60px) / 3);

}

.center__sect-tree__title {
    font-weight: 500;
    font-size: 24px;
    line-height: 110%;
    margin-bottom: 30px;
}

.center__sect-tree__content {
    display: flex;
    flex-wrap: wrap;
    row-gap: 40px;
    column-gap: 40px;
}

.center__sect-tree__content__item {
    display: flex;
    flex-direction: column;
    row-gap: 10px;
    width: calc((100% - 80px) / 3);
}

.center__sect-two__item p {
    margin: 0;
}
.sect-one__left__item__box, .sect-one__left__item{
    display: flex;
}
.sect-one__left__item__svg {
    width: 24px;
}

.admin_priem p {
    margin-top: 20px;
}
.sect-two__item__box__content p {
    margin: 0;
}
.swiper-old {
    margin-left: auto;
    margin-right: auto;
    position: relative;
    overflow: hidden;
    list-style: none;
    padding: 0;
    z-index: 1;
    display: block;
}

.aside-block ul li p {
    margin: 0 0 0 0 !important;
	font-size: 14px;
}

.aside-block ul li p {
	padding: 4px 0 !important
}

@media(max-width: 992px) {
	header .links {
		text-indent: -999999px !important;
		font-size: 0 !important;
	}
}

@media screen and (max-width:767px) {
	.nca-cookiesaccept-line > div > div {
		padding-left: 1%;
		padding-right: 1%;
		font-size: 11px;
		line-height: 17px;
		margin-bottom: 11px;
	}
}

header .nav li ul li:last-child a {margin-bottom:0;}


.article-item p {
    height: 100px;
    font-weight: 500;
    font-size: 18px !important;
    line-height: 26px !important; 
    color: #363C46;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
    -webkit-line-clamp: 3;
    text-overflow: ellipsis;
}

.swiper .article-item img{
    max-height: 230px !important;
}

.doc-item {
    i {
        color: #c4c4c4;
        font-weight: 400;
		font-size: 13px !important;
        line-height: 26px !important;
        display: inline-block !important;
        min-width: 116px !important;
    }
}
.aside-block ul li a {
    padding: 1px 0 !important;
}

@media (max-width: 1400px) {
    header .links a {
        font-size: 0 !important;
    }
}
/* End */


/* Start:/local/templates/s1/components/bitrix/catalog.section.list/docs-template/style.min.css?17639391546236*/
.bx_catalog_line{margin-bottom:30px}.bx_catalog_line .bx_catalog_line_category_title{padding-bottom:14px;border-bottom:1px solid #e5e5e5;font-size:24px}.bx_catalog_line .bx_catalog_line_category_title a{color:#000;text-decoration:none}.bx_catalog_line .bx_catalog_line_ul{padding:0}.bx_catalog_line .bx_catalog_line_ul li{margin-bottom:20px;list-style:none}.bx_catalog_line .bx_catalog_line_ul li:before{content:''!important}.bx_catalog_line .bx_catalog_line_img{position:relative;display:block;float:left;overflow:hidden;margin-right:40px;width:125px;height:125px;border:1px solid #ccc;border-radius:2px;background-position:center;background-size:contain;background-repeat:no-repeat;-webkit-background-size:contain}.bx_catalog_line .bx_catalog_line_title{margin-bottom:10px;padding:0;vertical-align:top;line-height:18px}.bx_catalog_line .bx_catalog_line_title a{color:#4c7da6;font-size:18px}.bx_catalog_line .bx_catalog_line_title a:hover{text-decoration:none}.bx_catalog_line .bx_catalog_line_title span{font-size:16px}.bx_catalog_line .bx_catalog_line_description{color:#3f3f3f;font-size:13px;line-height:16px}@media(max-width:639px){.bx-touch .bx_catalog_line .bx_catalog_line_img{margin-right:10px;width:50px;height:50px}.bx-touch .bx_catalog_line .bx_catalog_line_title{margin-bottom:5px;line-height:14px}.bx-touch .bx_catalog_line .bx_catalog_line_title a{font-size:14px}.bx-touch .bx_catalog_line .bx_catalog_line_description{font-size:11px}}.bx_catalog_line .bx_catalog_line_img,.bx_catalog_line .bx_catalog_line_title,.bx_catalog_line .bx_catalog_line_title a,.bx_catalog_line .bx_catalog_line_description{transition:all .3s ease}.bx_catalog_text{margin-bottom:30px}.bx_catalog_text .bx_catalog_text_category_title{padding-bottom:14px;border-bottom:1px solid #e5e5e5;font-size:24px}.bx_catalog_text .bx_catalog_text_category_title a{color:#000;text-decoration:none}.bx_catalog_text .bx_catalog_text_ul{padding:0}.bx_catalog_text .bx_catalog_text_ul li{float:left;margin:0 10px 10px;list-style:none}.bx_catalog_text .bx_catalog_text_ul li:before{content:''!important}.bx_catalog_text .bx_catalog_text_title{margin:0;padding:0;vertical-align:top;font-size:14px;line-height:14px}.bx_catalog_tile .bx_catalog_tile_title a{display:inline-block;overflow:hidden;max-width:100%;color:#4c7da6;-ms-text-overflow:ellipsis;text-overflow:ellipsis;font-size:14px}.bx_catalog_text .bx_catalog_text_title a:hover{text-decoration:none}.bx_catalog_text .bx_catalog_text_title span{font-size:12px}@media(max-width:639px){.bx-touch .bx_catalog_text .bx_catalog_line_title{margin-bottom:5px;line-height:12px}.bx-touch .bx_catalog_text .bx_catalog_line_title a{font-size:12px}}.bx_catalog_text .bx_catalog_line_title,.bx_catalog_text .bx_catalog_line_title a{transition:all .3s ease}.bx_catalog_tile{margin-bottom:30px}.bx_catalog_tile .bx_catalog_tile_category_title{padding-bottom:14px;border-bottom:1px solid #e5e5e5;font-size:24px}.bx_catalog_tile .bx_catalog_tile_category_title a{color:#000;text-decoration:none}.bx_catalog_tile .bx_catalog_tile_ul{padding:0}.bx_catalog_tile .bx_catalog_tile_ul li{float:left;box-sizing:border-box;margin-bottom:20px;padding:0 10px;width:12.5%;list-style:none;text-align:center}.bx_catalog_tile .bx_catalog_tile_ul li:before{content:''!important}.bx_catalog_tile .bx_catalog_tile_ul li:nth-child(8n+1){clear:both}.bx_catalog_tile .bx_catalog_tile_img{position:relative;display:block;overflow:hidden;margin:0 auto;width:78px;height:78px;border:1px solid #ccc;border-radius:2px;background-color:#fff;background-position:center;background-size:contain;background-repeat:no-repeat;-webkit-background-size:contain}.bx_catalog_tile .bx_catalog_tile_title{margin-top:5px;margin-bottom:10px;padding:0;vertical-align:top;line-height:14px}.bx_catalog_tile .bx_catalog_tile_title a{color:#4c7da6;font-size:14px}.bx_catalog_tile .bx_catalog_tile_title a:hover{text-decoration:none}.bx_catalog_tile .bx_catalog_tile_title span{font-size:12px}@media(max-width:980px){.bx_catalog_tile .bx_catalog_tile_ul li{width:20%}.bx_catalog_tile .bx_catalog_tile_ul li:nth-child(8n+1){clear:none}.bx_catalog_tile .bx_catalog_tile_ul li:nth-child(5n+1){clear:both}}@media(max-width:639px){.bx-touch .bx_catalog_tile .bx_catalog_tile_title{margin-bottom:5px;line-height:14px}.bx-touch .bx_catalog_tile .bx_catalog_tile_title{line-height:10px}.bx-touch .bx_catalog_tile .bx_catalog_tile_title a{font-size:11px}}@media(min-width:480px) and (max-width:639px){.bx-touch .bx_catalog_tile .bx_catalog_tile_ul li{width:25%}.bx-touch .bx_catalog_tile .bx_catalog_tile_ul li:nth-child(8n+1){clear:none}.bx-touch .bx_catalog_tile .bx_catalog_tile_ul li:nth-child(5n+1){clear:none}.bx-touch .bx_catalog_tile .bx_catalog_tile_ul li:nth-child(4n+1){clear:both}}@media(max-width:479px){.bx-touch .bx_catalog_tile .bx_catalog_tile_ul li{width:33.3%}.bx-touch .bx_catalog_tile .bx_catalog_tile_img{width:100%;height:80px}.bx-touch .bx_catalog_tile .bx_catalog_tile_ul li:nth-child(8n+1){clear:none}.bx-touch .bx_catalog_tile .bx_catalog_tile_ul li:nth-child(5n+1){clear:none}.bx-touch .bx_catalog_tile .bx_catalog_tile_ul li:nth-child(3n+1){clear:both}}.bx_catalog_tile .bx_catalog_tile_title,.bx_catalog_tile .bx_catalog_tile_title a,.bx_catalog_tile .bx_catalog_tile_ul li,.bx_catalog_tile .bx_catalog_tile_img{transition:all .3s ease}.bx_sitemap{margin-bottom:30px}.bx_sitemap .bx_sitemap_title{padding-bottom:14px;border-bottom:1px solid #e5e5e5;font-size:24px}.bx_sitemap .bx_sitemap_title a{color:#000;text-decoration:none}.bx_sitemap .bx_sitemap_ul li{padding:0;line-height:14px}.bx_sitemap .bx_sitemap_ul li:before{content:''!important}.bx_sitemap .bx_sitemap_li_title{display:inline-block;margin:0;margin-bottom:10px;padding:0;vertical-align:top;font-weight:normal;line-height:13px}.bx_sitemap .bx_sitemap_li_title a{color:#4c7da6;white-space:nowrap;font-size:13px}.bx_sitemap .bx_sitemap_li_title a:hover{text-decoration:none}.bx_sitemap .bx_sitemap_li_title span{font-size:11px}@media(max-width:639px){.bx-touch .bx_sitemap .bx_catalog_line_title{margin-bottom:5px;line-height:12px}.bx-touch .bx_sitemap .bx_catalog_line_title a{font-size:12px}}.bx_sitemap .bx_catalog_line_title,.bx_sitemap .bx_catalog_line_title a{transition:all .3s ease}
/* End */
/* /local/templates/main/components/bitrix/menu/custom-footer-menu/style.css?1763939152470 */
/* /local/components/niges/cookiesaccept/templates/.default/style.css?17657582942729 */
/* /local/templates/main/styles.css?17657922924160 */
/* /local/templates/s1/components/bitrix/catalog.section.list/docs-template/style.min.css?17639391546236 */
