

/* Start:/local/templates/main_catalog/components/bitrix/menu/sect_menu_horizontal_2/style.css?17651771421411*/
.tabs-bar {
	display: -webkit-flex;
	display: flex;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
	list-style: none;
	padding: 5px 20px;
	border: 1px solid rgba(52, 48, 50, 0.5);
	border-radius: 15px;
}

.tabs-bar > li {
	margin-right: 40px;
}

.tabs-bar__item {
	align-items: center;
	border-bottom: 9px solid transparent;
	color: rgba(52, 48, 50, 0.5);
	display: flex;
	height: 50px;
	margin: 0 0 -1px;
	padding: 9px 0 0;
	-webkit-transition: border-color 0.3s;
	-moz-transition: border-color 0.3s;
	-ms-transition: border-color 0.3s;
	-o-transition: border-color 0.3s;
	transition: border-color 0.3s;
}

.g-emph {
	font-size: 12px;
	font-weight: 500;
	letter-spacing: 0.08em;
	text-transform: uppercase;
}

.tabs-bar__item.active {
	border-bottom-color: #ab1f44;
}

.tabs-bar > li .tabs-bar__item {
	font-size: 16px;
}

.g-link__text {
	border-bottom: 1px solid currentColor;
	border-bottom-color: currentcolor;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	-ms-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;
}


.tabs-bar__item:hover .g-link__text {
	color: #000;
	border-bottom-color: transparent;
}

.tabs-bar__item.active .g-link__text {
	border-bottom-color: transparent;
	color: #ab1f44;
}

@media (max-width: 768px) {
	.tabs-bar {
		flex-direction: column;
	}

	.tabs-bar > li {
		display: inline-flex;
		margin-right: 0;
	}

	.tabs-bar__item {
		height: auto;
	}
}
/* End */


/* Start:/local/templates/main_catalog/components/bitrix/system.pagenavigation/news_pagen/style.css?17388345674690*/
.bx_pagination_bottom * {
    vertical-align: baseline;
}

.bx_pagination_bottom {
    color: #8d8d8d;
    font-size: 11px;
}

.bx_pagination_bottom .bx_pagination_section_one {
}

.bx_pagination_bottom .bx_pagination_section_two {
    float: right;
    text-align: right;
}

.bx_pagination_bottom .bx_pg_section {
    display: block;
    height: 30px;
    vertical-align: top;
    line-height: 30px;
}

.bx_pagination_bottom .bx_pagination_select_container {
    display: inline-block;
}

.bx_pagination_bottom .bx_pagination_select_container select {
    position: relative;
    margin: 2px 20px 2px 10px;
    padding: 1px 25px 3px 5px;
    height: 22px;
    outline: none;
    border: 1px solid #e0e0e0;
    border-radius: 1px;
    background: #fff url(/local/templates/main_catalog/components/bitrix/system.pagenavigation/news_pagen/images/select_arrow.png) no-repeat right center;
    color: #8d8d8d;
    font-size: 11px;
    line-height: 16px;
    resize: none;
    -webkit-appearance: none;
}

@-moz-document url-prefix() {
    .bx_pagination_bottom .bx_pagination_select_container select {
        background: #fff !important;
        padding-right: 5px;
    }
}

.bx_pagination_bottom .bx_pagination_page {
    text-align: center;
    white-space: nowrap;
    font-size: 16px;
}

.bx_pagination_bottom .bx_pagination_page ul {
    display: inline-block;
    margin: 0;
    padding: 0;
}

.bx_pagination_bottom .bx_pagination_page li {
    display: inline-block;
    min-width: 50px;
    color: rgba(52, 48, 50, 0.3);
    text-align: center;
    line-height: 22px;
}

.bx_pagination_bottom .bx_pagination_page li a {
    display: block;
    min-width: 50px;
    color: #000;
    text-align: center;
    text-decoration: underline;
    line-height: 22px;
}

.bx_pagination_bottom .bx_pagination_page li:first-child a,
.bx_pagination_bottom .bx_pagination_page li:last-child a {
    text-decoration: none;
}

.bx_pagination_bottom .bx_pagination_page li a:hover {
    opacity: 0.5;
}

.bx_pagination_bottom .bx_pagination_page li.bx_active {
    /*border-radius: 3px;*/
    /*background: #dbecf4;*/
    /*box-shadow: inset 0 2px 2px 0 rgba(0, 0, 0, .1);*/
}

.bx_pagination_bottom .bx_pg_section.bx_pg_pagination_num {
    display: block;
}

.bx_pagination_bottom .bx_pg_section.bx_pg_show_col select {
    margin-right: 5px;
}

.bx_pagination_bottom .bx_wsnw {
    white-space: nowrap;
}

/*1*/
@media (min-width: 981px) {

}

/*2*/
@media (min-width: 640px) and (max-width: 980px) {

}

/*3*/
@media (min-width: 480px) and (max-width: 639px) {
    .bx_pagination_bottom .bx_pagination_select_container select {
        margin-right: 10px;
    }
}

/*4*/
@media (max-width: 479px) {
    .bx_pagination_bottom .bx_pagination_section_one {
    }

    .bx_pagination_bottom .bx_pagination_section_two {
        float: none;
        text-align: left;
    }

    .bx_pagination_bottom .bx_pagination_select_container {
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
        width: 47%;
    }

    .bx_pagination_bottom .bx_pagination_select_container select {
        display: block;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
        margin-right: 0 !important;
        width: 90%;
    }

    .bx_pagination_bottom .bx_pg_section {
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
        width: 100%;
        text-align: left;
    }

    .bx_pagination_bottom .bx_pagination_page {
        white-space: normal;
    }

    .bx_pagination_bottom .bx_pg_section.bx_pg_pagination_num {
        width: 100%;
        height: auto;
        text-align: center;
    }

    .bx_pagination_bottom .bx_pg_section.bx_pg_show_col {
        display: none;
    }

    .bx_pagination_bottom .bx_pg_text {
        display: inline-block;
        width: 50%;
    }

    .bx_pagination_bottom .bx_pg_section.pg_pagination_num .bx_pg_text {
        display: none;
    }
}

/*5*/
@media (max-width: 320px) {
}

.bx_pagination_bottom .bx_pagination_section_one,
.bx_pagination_bottom .bx_pagination_section_two,
.bx_pagination_bottom .bx_pagination_select_container,
.bx_pagination_bottom .bx_pagination_select_container select,
.bx_pagination_bottom .bx_pg_section,
.bx_pagination_bottom .bx_pagination_page,
.bx_pagination_bottom .bx_pg_section.bx_pg_pagination_num,
.bx_pagination_bottom .bx_pg_section.bx_pg_show_col,
.bx_pagination_bottom .bx_pg_text,
.bx_pagination_bottom .bx_pg_section.pg_pagination_num .bx_pg_text {
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

/* End */


/* Start:/local/templates/main_catalog/components/bitrix/news/skit_news/bitrix/news.list/skit/style.css?17413629897803*/
/*news_1*/

.news_1 {
    font-family: 'Exo 2', sans-serif;
    position: relative;
}

/*.news_1 .container {*/
/*max-width: 985px;*/
/*}*/



.news_1_content {
    display: -webkit-flex;
    display: -ms-flex;
    display: flex;
    margin-bottom: 50px;
}

.news_1 .main_title {
    font-style: normal;
    font-weight: 600;
    font-size: 35px;
    line-height: 42px;
    color: #0D2241;
    margin-bottom: 22px;
}

.news_1 .news_1_content .news_items {
    max-width: 100%;
    width: 100%;
    margin-right: 0;
}

.news_1 .news_items .news_item {
    border: 1px solid #AEADAD;
    box-sizing: border-box;
    padding: 18px 16px;
    /*display: -webkit-flex;
    display: -ms-flex;
    display: flex;*/
    display: none;
    margin-bottom: 18px;
}

.news_1 .news1-block-1 {
    display: flex !important;
}

.news_1 .news_item .news_item_date {
    max-width: 97px;
    width: 100%;
    margin-top: 3px;
    margin-right: 10px;
}

.news_1 .news_item .number {
    font-size: 0;
}

.news_1 .news_item .number {
    font-style: normal;
    font-weight: 600;
    font-size: 20px;
    line-height: 24px;
    color: #0D2241;
    position: relative;
    display: inline-block;
    vertical-align: top;
    margin-right: 8px;
}

.news_1 .news_item .number:after {
    position: absolute;
    content: '';
    width: 15px;
    height: 3px;
    background: #C4C4C4;
    left: 50%;
    transform: translate(-50%, 0);
    bottom: -3px;
}

.news_1 .news_item .date {
    display: inline-block;
    font-style: normal;
    font-weight: normal;
    font-size: 13px;
    line-height: 14px;
    color: #0D2241;
    vertical-align: top;
}

.news_1 .news_item .news_item_img {
    position: relative;
    min-width: 200px;
    margin-right: 50px;
}

.news_1 .news_item .news_item_img img {
    width: 100%;
}

.news_1 .news_item_content .title {
    font-style: normal;
    font-weight: 600;
    font-size: 16px;
    line-height: 14px;
    color: #0D2241;
    margin-bottom: 20px;
}

.news_1 .news_item_content .desc {
    font-size: 1rem;
    font-style: normal;
    font-weight: normal;
    line-height: normal;
    color: #000000;
}

.news_1 .news_btn {
    /* display: block;
    cursor: pointer;
    margin: 0 auto;
    text-decoration: none;
    text-align: center;
    padding: 15px;
    width: 100%;
    max-width: 147px;
    font-weight: 600;
    font-size: 13px;
    line-height: 16px;
    color: #6F6F6F;
    box-sizing: border-box;
    border: 1px solid #7D7C7C;*/
}

.news_1 .company_info {
    max-width: 178px;
    flex: 0 0 177px;
    position: relative;
}

.news_1 .company_info .title {
    font-style: normal;
    font-weight: 600;
    font-size: 12px;
    line-height: 14px;
    color: #0D2241;
    margin-bottom: 10px;

}

.news_1 .company_info .menu {
    padding: 30px 17px 35px 17px;
    background: #EEF3F8;

}

.news_1 .menu li {
    margin-bottom: 21px;
}

.news_1 .company_info .menu li a {
    display: block;
    font-style: normal;
    font-weight: 600;
    font-size: 12px;
    line-height: 14px;
    color: #000000;
    text-decoration: none;
}

.news_1 .company_info .menu li.active a,
.news_1 .company_info .menu li a:hover {
    color: #C31A3C;
}

.news_1 .phone_email {
    position: absolute;
    right: -20px;
    top: 63%;
}

.news_1 .phone_email .phone,
.news_1 .phone_email .mail {
    display: block;
    width: 40px;
    height: 40px;
    border-radius: 50%;
}

.news_1 .phone_email .phone {
    width: 40px;
    height: 40px;
    background: #3CC31A url(/local/templates/main_catalog/components/bitrix/news/skit_news/bitrix/news.list/skit/../images/phone_1.svg) no-repeat center center / 22px 22px;
}

.news_1 .phone_email .mail {
    background: #C31A3C url(/local/templates/main_catalog/components/bitrix/news/skit_news/bitrix/news.list/skit/../images/email_1.svg) no-repeat center center / 22px 16px;
    margin-bottom: 2px;
}

@media (max-width: 1200px) {
    .news_1 .phone_email {
        right: 0px;
    }
}

@media (max-width: 992px) {
    /*.news_1 .news_items {*/
    /*    max-width: 700px;*/
    /*}*/

    .news_1 .news1-block-1 {
        display: block !important;
    }

    .news_1 .news_item .news_item_img {
        width: 100%;
        margin: 30px 0;
    }
}

@media (max-width: 575px) {
    .news_1_content {
        flex-wrap: wrap;
    }

    .news_1 .company_info {
        order: 1;
        max-width: 100%;
        flex: 0 0 100%;
        margin-bottom: 25px;
    }

    .news_1 .news_items {
        order: 2;
        margin-right: 0;
    }

    .news_1 .menu li {
        display: inline-block;
        margin-right: 15px;
    }

    .news_1 .company_info .menu {
        padding: 15px;
    }

}


/*news_3*/

.news_3 {
    padding-bottom: 40px;
}

.news__wrap {
    box-shadow: 0 1px 4px 0 rgba(35, 35, 35, .16);
}

.news_3 .list-group-item {
    display: flex;
    align-items: center;
    border: 0;
    padding: 0;
}

.news_3 .list-group-item:last-child {
    margin-bottom: 0;
}

.news_3 .list-group-item:hover h5 {
    color: #ab1f44;
}

.news_3 .news_item_img {
    position: relative;
    min-width: 240px;
}

.news__list-wrap {
    padding-left: 35px;
}

.news__list-wrap h5 {
    color: #000;
    display: flex;
    justify-content: space-between;
    transition: 0.4s ease;
}

.news__list-wrap h5 svg {
    position: relative;
    top: 5px;
    transition: 0.4s ease;
}

.news__list-wrap p {
    color: #646464;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow-y: hidden;
}

.news__desc {
    padding: calc(15px + (30 - 20) * ((100vw - 320px) / (1920 - 320)));
}

.news__desc .text {
    color: #a8a7a7;
    line-height: 20px;
}

.news_3 .news3-block-1 {
    display: flex !important;
}

.news_3 .news_item {
    display: none;
    padding: 20px;
    position: relative;
    border-bottom: 1px solid #eee;
}

.news_3 .news_item:last-child {
    border-bottom: 0;
}

.news_3 .news_item::after {
    bottom: 0;
    content: " ";
    left: 0;
    pointer-events: none;
    position: absolute;
    right: 0;
    top: 0;
    transition: box-shadow .2s ease;
    z-index: 1;
}

.news_3 .news_item:hover::after {
    box-shadow: 0 8px 16px 0 rgba(35, 35, 35, .16);
}

.news_3 .news_item:hover {
    border-bottom-color: #fff;
}

.news_3 .news_item:hover .news__list-wrap h5 {
    opacity: 0.8;
}

.news_3 .news_item:hover .news__list-wrap p {
    opacity: 0.8;
}

@media (max-width: 992px) {
    .news_3 .news_item {
        -webkit-flex-direction: column;
        flex-direction: column;
    }

    .news__list-wrap {
        padding-left: 0;
        padding-top: 20px;
    }
    .news__list-wrap h5 {
        -webkit-justify-content: center;
        justify-content: center;
        text-align: center;
    }
}

/*news_4*/

.news_4 {
    margin-bottom: 50px;
}

.g-emph {
    font-size: 12px;
    font-weight: 500;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}

.g-link__text {
    border-bottom: 1px solid currentColor;
    border-bottom-color: currentcolor;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}

.news-wrap {
    margin: 0 -2rem;
}

.news-wrap > div {
    padding: 0 2rem 4rem;
}

.article-item {
    display: block;
    color: inherit;
}

.article-item:hover {
    color: inherit;
}

.article-item__bar {
    align-items: baseline;
    display: flex;
    justify-content: space-between;
    line-height: 1.4;
    padding: 15px 0;
}

.g-icon:first-child {
    margin-right: 5px;
}

.g-icon:last-child {
    margin-left: 5px;
}

.article-item svg {
    vertical-align: unset;
}

.article-item__image {
    margin: 0 0 25px;
    position: relative;
}

.article-item__image img {
    width: 100%;
    height: auto;
    max-width: 100%;
}

.g-link__text--inv {
    border-bottom-color: transparent;
}

.article-item:hover .g-link__text--inv,
.article-item:active .g-link__text--inv {
    border-bottom-color: currentColor;
}





/* End */
/* /local/templates/main_catalog/components/bitrix/menu/sect_menu_horizontal_2/style.css?17651771421411 */
/* /local/templates/main_catalog/components/bitrix/system.pagenavigation/news_pagen/style.css?17388345674690 */
/* /local/templates/main_catalog/components/bitrix/news/skit_news/bitrix/news.list/skit/style.css?17413629897803 */
