/*top*/
.section_index_top {
	overflow: hidden;
    background-color: #f7f7f7;
}

.index_top {
	z-index: 1;
	position: relative;
	width: 100%;
	display: flex;
}

.index_top_banner_list .slick-list,
.index_top_banner_list .slick-list .slick-track {
    height: 100%;
}

.index_top_banner {
    display: flex!important;
	align-items: center;
	padding: 80px 0 70px;
    text-decoration: none;
}

.index_top_bg {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-size: cover;
	background-position: center;	
	background-color: #1f1f1f;
	z-index: -1;
}

.top_banner_link {
	width: 100%;
	text-decoration: none;
}

.top_banner_title {
	font-weight: bold;
	font-size: 21px;
	line-height: 28px;
	text-transform: uppercase;
	color: #202020;
	padding: 25px 21px 25px 24px;
	background: linear-gradient(to right, #f7f7f7 0%, #f7f7f7 50%, rgb(255 255 255 / 20%) 100%);
	/* background: linear-gradient(to right, #f7f7f7 0%, #f7f7f7 50%, transparent 100%); */
}

.top_banner_subtitle {
	font-weight: bold;
	font-size: 28px;
	line-height: 30px;
	color: #ec691f;
	padding: 16px 21px 16px 24px;
	background: linear-gradient(to right, #333333 0%, #333333 40%, transparent 100%);
}

.top_stock_header {
	display: grid;
    padding-bottom: 16px;
}

.top_stock_title {
	font-weight: bold;
	font-size: 20px;
	line-height: 1;
	color: #202020;
	text-transform: uppercase;
    text-align: center;
}

.top_stock_list .slick-list {
	margin: -15px;
	padding: 15px 0;
}

.top_stock_list .slick-track {
	display: flex;
}

.top_stock_list .slick-slide {
    margin: 0 15px;
    outline: none;
    height: auto;
}

@media (max-width: 1619.98px) {
	.top_stock_header {
	    grid-row-gap: 12px;
	    row-gap: 12px;
	    grid-auto-flow: row;
	    justify-content: center;
	}
}

@media (max-width: 767.98px) {
	.section_index_top {
		position: relative;
	    padding-bottom: 25px;
	    /* border-bottom: 75px solid #ec691f; */
	}

	.section_index_top:before {
		content: '';
		position: absolute;
		left: 0;
		bottom: 0;
		width: 100%;
		height: 75px;
		background-color: #ec691f;
	}

	.index_top {
		flex-direction: column;
	}

	.index_top_banner {
		position: relative;
		min-height: 350px;
		margin-bottom: 55px;
	}

	/* .index_top_stock {
	    margin-bottom: -50px;
	} */
}

@media (max-width: 479.98px) {
	.index_top_banner {
		min-height: 300px;
	}
}

@media (min-width: 480px) {
	.top_banner_desc {
		padding-right: 30px;
	}

	.top_banner_title {
		font-size: 24px;
		line-height: 34px;
		padding: 25px 28px 25px 28px;
	}

	.top_banner_subtitle {
		padding: 16px 28px 16px;
	}

	.top_stock_title {
		font-size: 24px;
	}
}

@media (min-width: 480px) and (max-width: 767.98px) {
	.top_stock_list .slick-list {
		padding: 15px 10px 15px 0;
		margin: -15px -10px -15px -24px;
	}

	.top_stock_list .slick-slide {
		margin: 0 0 0 24px;
	}
}

@media (min-width: 768px) {
    .index_top_banner_list {
        width: calc(100% - 330px);
    }

	.index_top_banner {
		/* width: calc(100% - 330px); */
		padding: 140px 0 70px;
	}

	.top_banner_desc {
		padding-right: 0;
	}

    .index_top_stock {
        width: 28.175%;
    }
}

@media (min-width: 768px) and (max-width: 1279.98px) {
/*     .index_top {
        overflow: hidden;
    }

    .index_top_banner_list {
        width: 100%;
    }

    .index_top_banner_list .slick-list {
        overflow: auto;
    }

    .index_top_bg {
        left: auto;
        width: 100vw;
        max-width: calc(100vw - (100vw - 100%) - 30px);
    } */

    .index_top {
        min-height: 350px;        
    }

    .index_top_banner_list {
        position: absolute!important;
        width: 100%;
        height: 100%;
    }

    .index_top_bg {
        left: auto;
        width: 100vw;
        max-width: calc(100vw - (100vw - 100%) - 30px);
    }

    .top_banner_link {
        max-width: calc(100% - 330px);
    }

    .index_top_stock {
        margin-left: auto;
    }

	.top_stock_header {
/*		background-color: rgb(0, 0, 0, 0.5);*/
		padding-top: 20px;
		padding-bottom: 12px;
        z-index: 1;
        position: relative;
	}

	.top_stock_title {
		font-size: 20px;
/*		color: #ffffff;*/
	}

	.slider_nav .slick-dots-container > ul li {
		background: #ffffff;
		border-color: #ffffff;
	}
}

@media (min-width: 1280px) {

	.index_top {
	    justify-content: space-between;
	}

    .index_top_banner_list {
        width: 68.651%;
    }

	.index_top_banner {
		position: relative;
	    /* width: 68.651%; */
	}

	.top_banner_link {
		max-width: 60%;
	}

	.top_banner_title {
		font-size: 28px;
		background: linear-gradient(to right, #f7f7f7 0%, #f7f7f7 50%, rgb(255 255 255 / 20%) 80%, transparent 100%);
	}

	.top_stock_list .slick-list {
		padding: 15px 0;
		margin: -15px -10px;
	}

	.top_stock_list .slick-slide {
		margin: 0 10px;
	}

	.top_stock_title {
	    font-size: 23px;
	}
}

@media (min-width: 1620px) {
    .index_top_banner_list {
        width: 54.188%;
    }

	.index_top_banner {
	    /* width: 54.188%; */
	}

	.index_top_stock {
	    width: 43.5%;
	}

	.top_stock_header {
	    grid-column-gap: 12px;
	    column-gap: 12px;
	    grid-auto-flow: column;
	    justify-content: space-between;
	}

	.top_stock_title {
	    font-size: 30px;
	}

	.top_stock_list .slick-list {
		padding: 15px 10px 15px 0;
		margin: -15px -10px -15px -36px;
	}

	.top_stock_list .slick-slide {
		margin: 0 0 0 36px;
	}
}

@media(min-width: 768px) {
    .section_index_top {
        padding: 37px 0;
        background-color: #f7f7f7;
    }
}
/*top*/

/*category*/
.section_index_category {
    padding: 60px 0;
}

.index_category_show_more {
    text-align: center;
    margin-top: 20px;
}

.index_category_show_more_link {
    display: inline-block;
    font-size: 14px;
    line-height: 20px;
    text-transform: uppercase;
    text-decoration: none;
    color: #ec691f;
    border-bottom: 1px dashed #ec691f;
    transition: border-color 0.3s;
}

.index_category_show_more_link:hover {
    border-color: transparent;
}

@media (min-width: 1200px) {
    .section_index_category {
        padding: 100px 0 65px
    }
}
/*category*/

/*adv*/
.section_index_adv {

}

.index_adv_container {
    padding: 0 20px;
}

.index_adv {
    position: relative;
}

.index_adv img {
    display: inline-block;
    max-width: 100%;
    height: auto;
}

.index_adv_title {
    font-weight: 700;
    line-height: 26px;
    text-transform: uppercase;
    color: #ec691f;
}

.index_adv_icon {
    display: none;
    max-width: 90px;
    margin-right: 20px;
}

.index_adv_title span {
    color: #202020;
}

.section_index_adv_bg .index_adv_title span {
    color: #ffffff;
}

.index_adv_caption {
    font-size: 12px;
    font-weight: 600;
    line-height: 23px;
    text-transform: uppercase;  
    background-color: #f6f6f6;
}

.section_index_adv_bg .index_adv_caption {
    color: #fff;
    background: none;
}

.index_adv_caption a {
    font-size: 20px;
    line-height: 29px;
    text-decoration: none;
    color: #202020;
    transition: color .2s;
}

.index_adv_caption a:hover {
    color: #ec691f;
}

.index_adv_text {
    font-size: 14px;
    line-height: 22px;
}

.index_adv_text > :first-child {
    margin-top: 0;
}

.index_adv_text > :last-child {
    margin-bottom: 0;
}

.section_index_adv_bg .index_adv_text {
    color: #fff;
}

.index_adv_img {
    background-color: #e2e2e2;    
    padding: 40px;
}

.section_index_adv_bg .index_adv_img {
    background-color: #202020;
}

@media (max-width: 1279.98px) {
    .index_adv_title {
        padding: 30px 30px 0;
    }

    .index_adv_caption {
        padding: 0 30px; 
    }

    .index_adv_text {
        padding: 0 30px 30px;
    }
}

@media (max-width: 767.98px) {
    .index_adv {
        align-items: center;
        background-color: #e2e2e2;
    }

    .section_index_adv_bg .index_adv {
        background-color: #202020;
    }

    .index_adv_title {
        padding: 25px 20px 25px 20px;
        display: flex;
        align-items: center;
    }

    .index_adv_icon {
        display: block;
    }

    .index_adv_caption {
        padding: 35px 20px; 
    }

    .section_index_adv_bg .index_adv_caption {
        background: url('/local/templates/main/img/adv_bg_1.png') center center/cover no-repeat fixed padding-box border-box #272727;
    }

    .index_adv_text {
        display: none;
    }

    .index_adv_img {
        display: none;
    }
}

@media (max-width: 479.98px) {
    .index_adv br {
        display: none;
    }

    .index_adv_title {
        align-items: start;
        padding: 20px 15px;
    }

    .index_adv_icon {
        max-width: 80px;
    }

    .index_adv_caption {
        padding: 30px 15px; 
    }

    .index_adv_caption a {
        display: block;
    }
}

@media (min-width: 480px) {
    .index_adv_title {
        font-size: 20px;
        line-height: 28px;
    }

    .index_adv_caption {
        font-size: 14px;
        line-height: 27px;   
    }

    .index_adv_caption a {
        font-size: 23px;
    }
}

@media (min-width: 768px) and (max-width: 1279.98px) {
    .index_adv {
        display: block;
        background-color: #f6f6f6;
    }

    .section_index_adv_bg .index_adv {
        background: url('/local/templates/main/img/adv_bg_1.png') center center/cover no-repeat fixed padding-box border-box #272727;
    }

    .index_adv:after {
       content: "";
       display: block;
       clear: both;
       visibility: hidden;
       height: 0;
    }

    .index_adv_title {
        margin-bottom: 20px;
    }

    .index_adv_caption {
        margin-bottom: 20px;
    }

    .index_adv_img {   
        float: left;
        margin-right: 30px;
        margin-bottom: 40px;
        width: 222px;
    }
}

@media (min-width: 768px) {
    .index_adv_container {
        padding: 0 15px;
    }

    .index_adv_title {
        font-size: 24px;
        line-height: 32px;
    }

    .index_adv_caption a {
        display: block;
    }
}

@media (min-width: 1280px) {
    .section_index_adv {
        min-height: 310px;
        display: flex;
        max-width: calc(var(--container-left-lg-offset) + var(--container-max-lg-width) - 10px);
        background: #f6f6f6;
    }

    .section_index_adv_bg {
        margin-left: auto;
        background: url('/local/templates/main/img/adv_bg_1.png') center center/cover no-repeat fixed padding-box border-box #272727;
    }

    .index_adv_container {
        max-width: 1260px;
        padding: 0;
        margin-left: auto;
    }

    .section_index_adv_bg .index_adv_container {
        margin-left: 0;
        margin-right: auto;
    }

    .index_adv {
        display: flex;
        align-items: center;
        justify-content: space-between;
        height: 100%;
    }

    .section_index_adv_bg .index_adv {
        flex-direction: row-reverse;
    }

    .index_adv_info {
        /* width: 39%; */
        display: flex;
        align-items: center;
        width: 75%;
        padding-top: 25px;
        padding-bottom: 25px;
    }

    .index_adv_box {
        width: 51.75%;
    }

    .section_index_adv_bg .index_adv_box {   
        width: 49.75%;     
        margin: 0 auto;
    }

    .index_adv_title {
        margin-bottom: 20px;
    }

    .index_adv_text { 
        /* width: 27%; */
        width: 35.5%;
        align-self: flex-start;
        margin: 0 auto;
    }

    .section_index_adv_bg .index_adv_text {
        width: 37.5%;
        margin: 0;
    }

    .index_adv_img {
        width: 25%;
        height: 100%;
        display: flex;
        align-items: center;
        justify-content: center;
        order: 3;
        padding: 25px 80px;
    }

    .section_index_adv_bg .index_adv_img {
        background: url('/local/templates/main/img/adv_bg_2.png') center center/cover no-repeat #202020;
    }
}

@media (min-width: 1620px) {
    .section_index_adv {
        max-width: calc(var(--container-left-xl-offset) + var(--container-max-xl-width) - 10px);
    }

    .index_adv_container {
        max-width: 1600px;
    }

    .index_adv_box {
        width: 47%;
    }

    .section_index_adv_bg .index_adv_box {
        width: 44%;
    }

    .index_adv_title {
        font-size: 28px;
        line-height: 36px;
    }

    .index_adv_caption {
        font-size: 16px;
        line-height: 29px;
    }

    .index_adv_text { 
        width: 40%;
        font-size: 18px;
        line-height: 24px;
    }

    .section_index_adv_bg .index_adv_text {
        width: 42%;
    }
}
/*adv*/

/*about*/
.section_index_about {
    background-color: #f6f6f6;
    position: relative;
}

.section_index_about:before {
    content: '';    
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 10px;
    background: #ec691f;
}

.index_about_aside {

}

.index_about_aside_img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -webkit-background-size: cover;
    background-size: cover;
}

.index_about_aside_body {
    padding: 30px 0 30px 5px;
}

.index_about_title {
    font-weight: 700;
    margin-bottom: 34px;
}

.index_about_title_big {
    font-size: 44px;	
}

.index_about_title > span {
    font-size: 22px;
    text-transform: uppercase;
}

.index_about_text {
    font-size: 14px;
    line-height: 22px;
    max-height: 340px;
    overflow: hidden;
    transition: max-height .5s ease;
}

.index_about_text.show {
    max-height: 2000px;
}

/* .index_about_text::before {
    content:'';  height:150px; position:absolute; bottom:0px; left:0; width:100%; background: linear-gradient(to bottom,  rgba(255,255,255,0) 0%,rgba(255,255,255,1) 70%); transition:height .25s ease;
} */

.index_about_text.show::before { 
    height: 50px;
}

.index_about_text > * {
    margin-top: 2em;
    margin-bottom: 2em;
}

.index_about_text > :first-child {
    margin-top: 0;
}

.index_about_text > :last-child {
    margin-bottom: 0;
}

.index_about_show_btn {
    display: none;
    font-size: 14px;
    line-height: 20px;
    text-transform: uppercase;
    text-decoration: none;
    color: #ec691f;
    border-bottom: 1px dashed #ec691f;
    transition: border-color 0.3s;
    margin-top: 14px;
}

.index_about_show_btn:hover {
    border-color: transparent;
}

@media (max-width: 1279.98px) {
    .index_about_show_btn {
        display: inline-block;
    }
}

@media (max-width: 767.98px) {
    .section_index_about {
        padding-top: 330px;
    }

    .index_about_aside_img {
        height: 330px;
    }
}

@media (max-width: 479.98px) {
    .section_index_about {
        padding-top: 300px;
    }

    .index_about_aside_img {
        height: 300px;
    }
}

@media (min-width: 480px) {
    .section_index_about:before {
        width: 15px;
    }

    .index_about_aside_body {
        padding-left: 20px;
    }

    .index_about_title_big {
        font-size: 48px;
    }
}

@media (min-width: 768px) {
    .section_index_about {
        overflow: hidden;
    }

    .index_about_aside {
        position: relative;
        width: 60%;
    }

    .index_about_aside_img {
        left: 100%;
        width: 45vw;
    }

    .index_about_aside_body {
        padding: 30px 25px;
    }

    .index_about_text {
        max-height: 365px;
    }
}

@media (min-width: 1280px) {
    .section_index_about:before {
        width: 20px;
    }

    .index_about_aside {
        width: 55%;
    }

    .index_about_aside_img {
        width: 50vw;
    }

    .index_about_aside_body {
        padding: 50px 50px 50px 40px;
    }

    .index_about_title_big {
        font-size: 57px;
    }

    .index_about_title > span {
        font-size: 30px;
    }

    .index_about_text {
        font-size: 16px;
    }
}

@media (min-width: 1320px) {
    .index_about_aside_body {
        padding-left: 0;
    }
}

@media (min-width: 1620px) {
    .index_about_aside_body {
        padding-left: 40px;
    }
}

@media (min-width: 1660px) {
    .index_about_aside {
        width: 75%;
    }

    .index_about_aside_img {
        left: 80%;
    }

    .index_about_aside_body {
        width: 80%;
        padding: 75px 90px 75px 0;
    }

    .index_about_text {
        font-size: 18px;
        line-height: 24px;
    }
}
/*about*/

/*novelties*/
.section_index_novelties.product_slider {
    padding: 60px 0;
}

@media (max-width: 479.98px) {
    .index_novelties .block_title {
        margin-bottom: 15px;
    }
}

@media (min-width: 480px) {
    .index_novelties .index_block_header {
        align-items: center;
        margin-bottom: 25px;
    }
}

@media (min-width: 768px) {
    .index_novelties .index_block_header {
        margin-bottom: 35px;
    }
}

@media (min-width: 1280px) {
    .section_index_novelties.product_slider {
        padding: 90px 0;
    }
}

@media (min-width: 1620px) {
    .section_index_novelties.product_slider {
        padding: 100px 0;
    }
}
/*novelties*/

/*brands*/
.section_index_brands {
    padding: 60px 0;
    overflow: hidden;
}

.index_brands .index_block_header {
    margin-bottom: 15px;
}

.brand_list .slick-list {
    margin: 0 -12px;
}

.brand_list .slick-track {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin: 0;
}

.brand_item {
    margin: 0 12px;
}

.brand {
    height: 80px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    border-bottom: 1px solid #dbdbdb;
    padding: 12px;
}

.brand img {
    display: block;
    max-width: 100%;
    max-height: 100%;
}

@media (max-width: 479.98px) {
    .index_brands .block_title {
        margin-bottom: 15px;
    }
}

@media (min-width: 480px) {
    .index_brands .index_block_header {
        margin-bottom: 25px;
    }

    .brand {
        height: 90px;
    }
}

@media (min-width: 768px) {
    .index_brands .index_block_header {
        margin-bottom: 35px;
    }

    .brand_list .slick-list {
        margin: 0 -15px;
    }

    .brand_item {
        margin: 0 15px;
    }
}

@media (min-width: 1280px) {
    .section_index_brands {
        padding: 90px 0;
    }

    .brand_list .slick-list {
        margin: 0 0 0 -28px;
    }

    .brand_item {
        margin: 0 0 0 28px;
    }

    .brand {
        height: 125px;
    }
}

@media (min-width: 1620px) {
    .section_index_brands {
        padding: 100px 0;
    }

    .brand {
        height: 135px;
    }
}
/*brands*/

/*articles*/
.section_index_articles {
    padding: 0 0 60px;
    overflow: hidden;
}

.index_articles .index_block_header {
    margin-bottom: 15px;
}

.articles_list .slick-list {
    margin: 0 0 0 -28px;
}

.articles_list .slick-track {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin: 0;
}

.article_item {
    margin: 0 0 0 28px;
}

.article {
    font-size: 16px;
    font-weight: 700;
    line-height: 22px;
    text-transform: uppercase;
    color: #202020;
    text-decoration: none;
    position: relative;
    display: block;
    text-decoration: none;
    height: 300px;
    border: 1px solid #dfdfdf;
    overflow: hidden;
    transition: color .2s;
}

.article:hover {
    color: #ec691f;
}

.article_img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
}

.article_img img {
    display: block;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center;
    object-position: center;
    transition: .35s;
}

.article:hover .article_img img {
    transform: scale(1.05);
    will-change: contents;
}

.article_link {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    padding: 20px 16px;
}

.article_link::before {
    content: '';
    position: absolute;
    top: calc(100% - 64px);
    left: 0;
    height: 100vh;
    width: 100%;
    background-color: #f6f6f6;
    transform-origin: 100% 0;
    transform: skewY(20.5deg);
    border-top: 1px solid #ec691f;
    pointer-events: none;
    z-index: -1;
}

/* .article_link_icon {
    width: 55px;
    height: 16px;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='30' height='16' viewBox='0 0 30 16'%3E%3Cpath fill='%23919191' d='M20 15.471l-0.392.333L19 16l-1-1V9H0V7H20V9h0v3.848L26.6 8 20 3h0c-0.014 0-1.278-.871-1.979-1.414A4.252 4.252 0 0 1 18 1V0h1L29.38 7.737V8.262Z'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    transition: background .2s;
    margin-bottom: 18px;
}

.article:hover .article_link_icon {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='55' height='16' viewBox='0 0 55 16'%3E%3Cpath fill='%23ec691f' d='M45 15.471l-0.392.333L44 16l-1-1V9H0V7H45V9h0v3.848L51.6 8 45 3h0c-0.014 0-1.278-.871-1.979-1.414A4.252 4.252 0 0 1 43 1V0h1L54.38 7.737V8.262Z'/%3E%3C/svg%3E");
} */

.article_link_icon {
    width: 30px;
    height: 16px;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='55' height='16' viewBox='0 0 55 16'%3E%3Cpath fill='%23919191' d='M45 15.471l-0.392.333L44 16l-1-1V9H0V7H45V9h0v3.848L51.6 8 45 3h0c-0.014 0-1.278-.871-1.979-1.414A4.252 4.252 0 0 1 43 1V0h1L54.38 7.737V8.262Z'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-position: right center;
    transition: width .2s;
    margin-bottom: 18px;
}

.article:hover .article_link_icon {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='55' height='16' viewBox='0 0 55 16'%3E%3Cpath fill='%23ec691f' d='M45 15.471l-0.392.333L44 16l-1-1V9H0V7H45V9h0v3.848L51.6 8 45 3h0c-0.014 0-1.278-.871-1.979-1.414A4.252 4.252 0 0 1 43 1V0h1L54.38 7.737V8.262Z'/%3E%3C/svg%3E");
    width: 55px;
}

.article_name {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 2;
    min-height: 44px;
}

@media (max-width: 767.98px) {
    .section_index_articles {
        padding: 0 20px 60px;
    }

    .section_index_articles .container {
        padding: 0;
    }
}

@media (max-width: 479.98px) {
    .section_index_articles .block_title {
        margin-bottom: 15px;        
    }
}

@media (min-width: 480px) {
    .index_articles .index_block_header {
        margin-bottom: 25px;
    }

    .article {
        font-size: 18px;
        height: 315px;
    }

    .article_link {
        padding: 25px 20px;
    }

    .article_link::before {
        top: calc(100% - 32px);
    }

    .article_name {
        padding-right:80px
    }
}

@media (min-width: 768px) {
    .index_articles .index_block_header {
        margin-bottom: 35px;
    }
}

@media (min-width: 1280px) {
    .section_index_articles {
        padding: 0 0 90px;
    }

    .articles_list .slick-list {
        margin: 0 0 0 -36px;
    }

    .article_item {
        margin: 0 0 0 36px;
    }
}

@media (min-width: 1620px) {
    .section_index_articles {
        padding: 0 0 100px;
    }
}

.index_block_show_all_top {

}

.index_block_show_all {
    display: inline-block;
    text-decoration: none;
    text-transform: uppercase;
    font-size: 14px;
    margin-bottom: 0;
    color: #939393;
    padding: 0;
    border-bottom: 1px dashed #939393;
    transition: .2s;
}

.index_block_show_all_bottom {
    display: none;
    text-align: center;
    margin-top: 16px;
    width: 100%;
}

.index_block_show_all:hover {
    border-color: transparent;
}

@media (max-width: 479.98px) {
    .index_block_show_all {
        display: none;
        color: #ec691f;
        border-color: #ec691f;
    }

    .index_block_show_all_bottom,
    .index_block_show_all_bottom .index_block_show_all {
        display: inline-block;
    }
}

@media (min-width: 768px) {
    .index_block_show_all_top {
        margin-left: auto;
        margin-right: 50px;
    }
}

@media (min-width: 768px) {
    .index_block_show_all {
        margin-left: auto;
        margin-right: 50px;
    }
}

@media (min-width: 1280px) {
    .index_block_show_all {
        margin-right: 90px;
    }
}
/*articles*/

@media (max-width: 767.98px) {
     section .index_block_header {
        align-items: center;
        /* margin-bottom: 35px; */
        flex-direction: row;
        text-align: left;
    }

    section .block_title {
        position: relative;
        font-size: 24px; 
        padding-left: 45px;
        z-index: 1;  
        margin-bottom: 0;     
    }

    section .block_title:before {
        content: '';
        position: absolute;
        top: 50%;
        right: calc(100% - 25px);
        width: 45px;
        height: 1px;
        background-color: #202020;
        margin-top: -1px;
    }
}

@media (max-width: 479.98px) {
    section .index_block_header {
        text-align: center;
        flex-direction: column;
        text-align: center;
    }

    section .block_title {
        margin-bottom: 15px;
        padding: 0;
    }

    section .block_title:before {
        content: none;
    }
}