

/* Start:/local/templates/amurstal/css/menu.css?17489026447271*/
.menu {

    background: var(--bg-gray);

    padding-left: 12rem;

    display: flex;

    flex-direction: column;

    justify-content: space-between;

}





.menu__list {

    display: flex;

    flex-direction: column;

    width: 223px;

}



.menu__item {

    font-weight: 500;

    font-size: 16px;

    line-height: 25px;

    letter-spacing: 0.1em;

    text-transform: uppercase;

    border-bottom: 1px solid var(--bg-divider);

    color: var(--text-black);

    padding: 20px 5px 20px 12rem;

    margin-left: -12rem;

}



.menu__item:hover {

    background: var(--bg-gray-1);

}



.menu__link {

    color: var(--text-black);

}



.menu__form {

    padding: 50px 0px;

}



.menu__form-link {

    font-weight: 300;

    font-size: 14px;

    line-height: 25px;

    letter-spacing: 0.1em;

    text-transform: uppercase;

    color: var(--text-black);

    position: relative;

    display: none;

}



.menu__form-link::before {

    content: '';

    position: absolute;

    top: 0;

    right: 50%;

    border-bottom: 1px solid var(--bg-black);

    margin-bottom: 10px;

    width: 0%;

    height: 100%;

    transition: all 0.3s;

}



.menu__form-link:hover::before {

    width: 50%;

}



.menu__form-link::after {

    content: '';

    position: absolute;

    top: 0;

    left: 50%;

    border-bottom: 1px solid var(--bg-black);

    margin-bottom: 10px;

    width: 0%;

    height: 100%;

    transition: all 0.4s;

}



.menu__form-link:hover::after {

    width: 50%;

}



@media all and (width <= 1536px) {

    .menu {

        padding-left: 6rem;

    }

}



@media all and (width <= 1200px) {

    .menu {

        padding-left: 1rem;

    }

}



@media all and (width <= 1024px) {

    .menu__list {

        width: 100%;

    }

}



@media all and (width <= 536px) {

    .menu__item {

        font-size: 14px;

        padding: 8px 0px 8px 12rem;

    }



    .menu__form {

        padding: 15px 0px;

    }

}





/* .catalog .main {

    overflow: auto;

}



.menu {

    min-width: 224px;

    width: 223px;

    height: auto;

    position: relative;

    display: flex;

    flex-flow: column;

    min-height: calc(100vh - 156px);

    height: auto;

}





.menu::before {

    content: "";

    display: block;

    height: 100%;

    bottom: 0;

    right: 0;

    width: 3400px;

    position: absolute;

    background: #b8b8b8;

    z-index: 0;

}

.menu__item {

    position: relative;

    z-index: 1;

}





.menu__item::before {

    content: "";

    display: block;

    height: 100%;

    bottom: 0;

    right: 0;

    width: 3400px;

    position: absolute;

    z-index: 0;

    border-top: 0.5px solid #959595;

}



.menu__list .menu__item:last-child::after {

    border-bottom: 0.5px solid #959595;

    z-index: 2;

    content: "";

    display: block;

    height: 1px;

    bottom: 0;

    right: 0;

    width: 3400px;

    position: absolute;

}



.menu__list .menu__item:first-child::before {

    border-top: none;

}



.menu__link {

    font-weight: 500;

    font-size: 16px;

    line-height: 25px;

    letter-spacing: 0.1em;

    text-transform: uppercase;

    color: #000;

    display: block;

    padding-top: 45px;

    padding-bottom: 45px;

    background-color: #b8b8b8;

    position: relative;

    z-index: 1;

    padding-right: 15px;

    margin-left: -500px;

    padding-left: 500px;

    padding-top: 20px;

    padding-bottom: 20px;

}



.menu__item:hover::before, 

.menu__item:hover .menu__link {

    background-color: #cccccc;

}



.menu__form-link {

    margin-top: auto;

    margin-bottom: 45px;

    font-weight: 300;

    font-size: 16px;

    line-height: 25px;

    letter-spacing: 0.1em;

    text-decoration-line: underline;

    text-transform: uppercase;

    color: #000000;

    position: relative;

}



.purchases .menu__link, 

.menu__form-link {

    display: flex;

    align-items: center;

    font-size: 14px;

    line-height: 17px;

    height: 70px;

    padding-top: 0;

    padding-bottom: 0;

}





@media(max-width:1024px) {

    .menu {

        width: 100%;

        min-width: 100%;

        height: auto;

    }   

    .menu__item {

        margin-right: 55.5px;

    }



    .menu-sub-content {

        display: block;

    }



    .menu {

        height: 100%;

    }



    .menu__link {

        height: 63px;

        font-size: 13px;

        line-height: 25px;

        display: flex;

        align-items: center;

        font-weight: 500;

        padding-top: 0;

        padding-bottom: 0;

    }



    .menu__form-link {

        margin: 0;

        height: 54px;

        display: flex;

        align-items: center;

        margin-bottom: 50px;

    }



    .menu .products__list-wrapper {

        display: block;

        padding: 0;

        min-width: auto;

        background: #18191d;

        margin-left: -15px;

        padding-left: 15px;

        padding-top: 26px;

        position: relative;

        z-index: 6;

    }



    .menu .products__title {

        margin-bottom: 17px;

        font-size: 30px;

        line-height: 33px;

    }



    .menu .products__list {

        height: auto;

    }



    .menu .products__item {

        height: 30px;

    }



    .menu .products__link {

        font-size: 13px;

        line-height: 16px;

    }



    .menu .products__footer {

        margin-top: 20px;

        padding-bottom: 20px;

        flex-flow: column;

    }



    .products__footer-link {

        white-space: nowrap;

        font-size: 13px;

        margin-bottom: 3px;

        line-height: 16px;

    }



    .menu__item {

        height: 63px;

        transition: height 0.4s ease-in-out;

        padding-left: 15px;

        background: #b8b8b8;

    }



    .menu-sub-content {

        margin-left: -15px;

        padding-left: 15px;

        overflow: hidden;

        height: 1px;

        padding-top: 1px;

        transition: height 0.4s ease-in-out;

    }



    .menu__form-link {

        display: flex;

        align-items: center;

        margin-top: auto;

        border-top: 0.5px solid #959595;

        margin-left: -15px;

        padding-left: 30px;

        width: calc(100vw - 40px);

        background: #b8b8b8;

        min-height: 54px;

        font-weight: 300;

    }



    .aside-reverse .arrow-block svg path,

    .aside-reverse .arrow-block svg line {

        stroke: #18191d !important;

    }



    .aside-reverse .social-links__link svg path {

        fill: #18191d;

    }

 

}







@media all and (min-width: 1025px) {

    .catalog .menu {

        position: fixed;

    }

    

    .menu-100p,

    .staff .menu,

    .staff__nav {

        min-height: calc(100vh - 156px);

        max-height: calc(100vh - 156px);

        height: calc(100vh - 156px);

        position: fixed;

    }



    .menu-100p .menu__form-link {

        margin-bottom: 0;

    }



    .menu-100p + div {

        margin-left: 224px;

    }



    .staff__nav {

        margin-left: 224px;

    }



    .staff__tabs {

        margin-left: 521px;

    }



    .st-tab__wrapper {

        height: auto;

    }



    .staff .main {

        overflow-y: auto;

        overflow-x: hidden;

    }

} */


/* End */


/* Start:/local/templates/amurstal/css/news.css?172471888910162*/


/* BEGIN NEWS SECTION */



.news {

    background: var(--bg-black);

    width: 100%;

    overflow-y: auto;

}



.news__inner {

    display: flex;

    flex-direction: row;



    @media all and (width <= 1024px) {

        flex-direction: column; 

        overflow-y: auto;

        scrollbar-width: none;

    }

}



.news__list {

    padding: 25px;

}



/* .news .bg-filter {

    display: none;

} */



.news-section {

    background-color: #18191d;

}



.news-section .main {

    overflow-y: auto;

}



.news__wrapper {

    padding: 53px 51px 53px 49px;

}



.news__wrapper .arrow-link {

    max-width: 447px;

}



.news__item {

    display: flex;

    justify-content: space-between;

    margin-bottom: 70px;

}



.news__list .news__item:last-child {

    margin-bottom: 0;

}



.news__date {

    font-weight: 500;

    font-size: 18px;

    line-height: 24px;

    letter-spacing: 0.1em;

    color: #ffffff;

    position: relative;

    margin-bottom: 50px;

}



.news__date::after {

    display: block;

    content: "";

    position: absolute;

    bottom: 0;

    left: 0;

    height: 1px;

    width: 100%;

    background-color: #959595;

    margin-bottom: -25px;

}



.news-item__text {

    max-width: 477px;

    font-weight: 300;

    font-size: 18px;

    line-height: 24px;

    letter-spacing: 0.1em;

    color: #ffffff;

    display: flex;

    flex-flow: column;

}



.news__link {

    font-weight: 500;

    font-size: 16px;

    line-height: 25px;

    letter-spacing: 0.1em;

    text-transform: uppercase;

    color: #ffffff;

    transition: all 0.2s ease-in-out;

    width: 136px;

    height: 50px;

    display: flex;

    align-items: center;

    justify-content: center;

    border: 1px solid #fff;

    margin-top: auto;

}



.news__link:hover {

    color: #ce4c21;

    border: 1px solid #ce4c21;

}



.news-item__image-container {

    width: 342px;

    height: 280px;

    margin-left: 84px;

}



.news-item__image {

    width: 100%;

    height: 100%;

    object-fit: contain;

}





.news .arrow-link {

    display: flex;

    gap: 30px;

    align-items: center;

    border: 1px solid var(--bg-white);

    height: 50px;

    padding-right: 35px;

    color: var(--text-white);

    font-weight: 500;

    font-size: 16px;

    line-height: 25px;

    letter-spacing: 0.1em;

    text-transform: uppercase;

    transition: all 0.3s;

}





.news .arrow-link:hover {

    color: var(--text-orange);

    border: 1px solid var(--bg-orange);

}



.news .arrow-link:hover path {

    stroke: var(--text-orange);

}





/* .news-item__image-container {

    border: 1p solid 2px (var(--bg-white))

} */









/* END NEWS SECTION */





.root > .footer {

    z-index: 99;

}



/* BEGIN NEWS DETAIL */



.nd-wrapper {

    margin: 25px;

}



.nd-header {

    display: flex;

    justify-content: space-between;

}



.nd-date {

    font-size: 18px;

    line-height: 24px;

    letter-spacing: 0.1em;

    color: #ffffff;

    display: flex;

    align-items: end;

}



.nd-arrows {

    display: flex;

}



.nd-arrows > * {

    width: 50px;

    height: 50px;

    border: 1px solid #fff;

    display: flex;

    align-items: center;

    justify-content: center;

    cursor: pointer;

}



.nd-arrows > *:hover {

    border: 1px solid #ce4c21;

    transition: all 0.2s ease-in-out;

}



.nd-arrows > *:hover path,

.nd-arrows > *:hover line {

    stroke: #ce4c21;

    transition: all 0.2s ease-in-out;

}



.nd-header {

    position: relative;

    margin-bottom: 60px;

}



.nd-header::before {

    display: block;

    content: "";

    position: absolute;

    bottom: 0;

    left: 0;

    height: 1px;

    width: 100%;

    background: #fff;

    margin-bottom: -32px;

}



.nd-title {

    font-size: 35px;

    line-height: 43px;

    color: #fff;

}



.nd-img-container {

    width: 100%;

    height: 443px;

    margin-top: 40px;

    margin-bottom: 40px;

}



.nd-img {

    width: 100%;

    height: 100%;

    object-fit: cover;

}



.nd-p-container {

    font-size: 18px;

    line-height: 26px;

    color: #fff;

    font-weight: 300;

    margin-top: 40px;



    @media all and (width <= 536px) {

        font-size: 15px;

    }

}



.nd-p-container p {

    margin-top: 20px;

}



.nd-p-container p:first-child {

    margin-top: 0;

    font-weight: 500;

}



.nd-link {

    margin-top: 40px;

    width: 254px;

    padding-left: 20px;

}



.nd-arrows svg:hover path,

.nd-arrows svg:hover line {

    stroke: #ce4c21;

    transition: all 0.2s ease-in-out;

}



@media all and (max-width: 1600px) {

    .nd-wrapper {

        margin: 50px 140px 48px 52px;

    }

}



@media all and (max-width: 1440px) {

    .nd-wrapper {

        margin: 50px 160px 48px 52px;

    }



    .nd-title {

        font-size: 30px;

        line-height: 33px;

    }



    .nd-p {

        font-size: 16px;

        line-height: 19px;

    }



    .nd-img-container {

        height: 340px;

    }

}



@media all and (max-width: 1280px) {

    .nd-wrapper {

        margin: 30px 110px 48px 52px;

    }



    .nd-p,

    .nd-date,

    .nd-link span {

        font-size: 14px;

        line-height: 17px;

    }



    .nd-img-container {

        height: 280px;

        margin-top: 20px;

        margin-bottom: 20px;

    }



    .nd-link {

        margin-top: 20px;

    }



    .nd-p {

        margin-bottom: 20px;

    }



    .nd-p-container .nd-p:last-child {

        margin-bottom: 0;

    }

}



@media all and (max-width: 560px) {

    .nd-p,

    .nd-date,

    .nd-link span {

        font-size: 13px;

    }



    .nd-title {

        font-size: 26px;

        line-height: 30px;

    }



    .nd-img-container {

        height: 240px;

    }



    .nd-link {

        font-size: 13px;

        width: auto;

    }



    .nd-arrows > div {

        width: 38px;

        height: 38px;

    }



    .nd-wrapper {

        margin: 20px;

    }

}



/* END NEWS DETAIL */



@media(max-width:1024px){ 

    .news-section .wrapper {

        flex-flow: column-reverse;

    }

    .news-section .menu__form-link {

        margin-bottom: 1px;

    }



   



    .prs-contacts__item-icon {

        width: 45px;

        min-width: 45px;

        height: 45px;

    }



    .prs-contacts__item-icon svg {

        width: 16px;

    }



    .prs-contacts__link {

        white-space: nowrap;

    }



    .prs-contacts__link {

        font-size: 13px;

        margin-left: 20px;

    }



    .prs-promo {

        padding: 0;

        margin-right: 0;

    }



    /* START NEWS SECTION */

    .news-section .main {

        padding: 0;

        height: calc(100vh - 51.5px);

        margin-top: 51px;

    }



    .news-section .wrapper {

        flex-flow: column-reverse;

    }



    .news__wrapper {

        padding: 21px 69px 0 15px;

    }



    .news {

        height: auto;

        overflow: unset;

    }



    .news-section .menu {

        padding-bottom: 2px;

    }



    .news__item {

        flex-flow: column-reverse;

        margin-bottom: 40px;

    }



    .news__text {

        margin-bottom: 20px;

    }



    .news__date {

        margin-bottom: 30px;

        font-size: 14px;

    }



    .news__date::after {

        margin-bottom: -15px;

    }



    .news-item__image-container {

        margin-left: 0;

        width: 100%;

        height: 290px;

        max-height: 260px;

        margin-bottom: 15px;

    }



    .news__text {

        font-size: 14px;

        line-height: 18px;

    }



    .news__link {

        font-size: 14px;

        width: 110px;

        height: 40px;

    }



    .paper__wrapper {

        padding: 23px 69px 23px 15px;

    }



    .paper__container {

        width: 100%;

        min-width: 320px;

    }



    .paper__item {

        margin-right: 0;

    }



    .paper__list .paper__item:nth-child(odd) {

        margin-right: 30px;

    }



    .paper__list {

        flex-wrap: wrap;

        justify-content: left;

    }



    .paper .arrow-link {

        width: auto;

    }



    .pagination__item {

        font-size: 14px;

        line-height: 18px;

        width: 45px;

        height: 45px;

    }



    .menu::after {

        margin-top: 2px;

    }



    .news-section {

        height: calc(100vh + 2px) !important;

    }



    .slick-track section:nth-child(2) .menu__form-link {

        min-height: 53px;

        height: 53px;

    }



    .slick-track section:nth-child(3) .menu__form-link {

        min-height: 55px;

        height: 55px;

    }



    .slick-track section:nth-child(4) .menu__form-link {

        min-height: 57px;

        height: 57px;

    }



    .news .scroll-content {

        height: auto;

    }

}





/**

            H E I G H T

*/





@media all and (max-height: 900px) {

    .prs-promo__title {

        font-size: 42px;

        line-height: 52px;

    }



    .prs-promo__text,

    .prs-contacts__link {

        font-size: 16px;

        line-height: 22px;

    }



    .prs-promo__contacts {

        margin-top: 45px;

    }



    .prs-promo {

        padding: 45px 0;

    }



    .prs-contacts__title {

        margin-bottom: 40px;

    }



    .prs-contacts__title::after {

        margin-bottom: -15px;

    }



    .prs-contacts__item-block {

        margin-bottom: 20px;

    }



    .prs-contacts__item-icon {

        width: 45px;

        height: 45px;

    }



    .prs-contacts__item-icon svg {

        width: 20px;

    }



    .prs-promo__title {

        margin-bottom: 20px;

    }



    .news-item__image-container {

        margin-left: 40px;

        width: 290px;

        height: 290px;

    }



    .news__text,

    .news__date {

        font-size: 16px;

        line-height: 22px;

    }



    .paper__item-title {

        margin-bottom: 125px;

        font-size: 28px;

        line-height: 36px;

    }



    .paper__container {

        min-height: auto;

    }



    .paper__number-left {

        font-size: 72px;

        line-height: 84px;

    }

}




/* End */


/* Start:/local/templates/amurstal/css/newspaper.css?172471838722182*/
/* .main-container__block {
    display: flex;
    flex: 1;
}

.main-container__wrapper {
    width: 100%;
    height: 100%;
} */


/* BEGIN NEWSPAPPER */

/* .newspapper {
    background-color: #18191d;
} */

/* .newspapper .np-column {
    display: flex;
    flex-flow: column;
    padding-bottom: 0;
    min-width: 608px;
    min-height: auto;
} */

/* .np-slide-main {
    background: transparent;
} */

/* .np__header h1 {
    margin-bottom: 32px;
}

.np__header .top-content__p {
    max-width: 468px;
} */

/* .archive-link {
    position: relative;
    display: flex;
    height: 148px;
    flex-flow: column;
    justify-content: center;
}

.archive-link::before {
    display: block;
    content: "";
    top: 0;
    right: 0;
    width: 3000px;
    height: 1px;
    background-color: #959595;
    margin-left: -1500px;
    position: absolute;
    z-index: 0;
} */

/* .archive-link a {
    font-weight: 300;
    font-size: 35px;
    line-height: 36px;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    color: #ffffff;
    transition: all 0.4s ease-in-out;
    height: 148px;
} */

/* .archive-link a {
    margin-top: calc(75px - 18px);
} */

/* .archive-link a:hover {
    color: #ce4c21;
} */

/* .np-slider {
    margin: auto;
} */

/* .np-slider {
    margin-left: 46px;
    width: 365px !important;

    height: 540px !important;
} */

/* .np-slider .slick-track,
.np-slider .slick-list {
    margin: 0 !important;
    padding: 0 !important;
} */

/* .np-slider {
    margin: auto;
} */

/* .np-slide {
    width: 363px !important;
    height: 620px !important;
} */

@media all and (max-width: 1440px) {
    /* .np-mn .paper__item,
    .np-slide,
    .np-slider {
        height: 430px !important;
    } */

    /* .np-mn .paper__container {
        padding: 20px;
    } */

    /* .np-mn .paper__item-title {
        margin-bottom: 90px;
    } */

    /* .np-mn .paper__number-left {
        font-size: 38px;
        line-height: 52px;
    }
    .np-mn .paper__item,
    .np-slide {
        width: 270px !important;
    }

    .np-slider {
        width: 272px !important;
    }

    .np-mn .paper__container,
    .np-mn .paper__link {
        min-width: auto;
        width: auto;
    } */
}

/* @media all and (max-height: 730px) {
    .np-mn .paper__item,
    .np-slide,
    .np-slider {
        height: 430px !important;
    }

    .np-mn .paper__container {
        padding: 20px;
    }

    .np-mn .paper__item-title {
        margin-bottom: 90px;
    }

    .np-mn .paper__number-left {
        font-size: 38px;
        line-height: 52px;
    }
} */

/* @media all and (max-width: 1200px) {

	.newspapper .np-column {
		min-width: auto;
		min-height: auto;
		height: fit-content;
	}

	.np-main {
        display: flex;
        flex-flow: column;
    }

    .np-mn .archive-link,
    .np-mn .archive-link a {
        height: 40px;
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .np-mn .archive-link a {
        line-height: 40px;
    }

    .np-mn .archive-link a {
        margin-top: 0;
    }

    .np-slide-main {
        min-height: auto;
        height: auto;
    }

    .np-mn .paper__item,
    .np-slide,
    .np-slider {
        height: auto !important;
        width: 100% !important;
    }

    .np__header .top-content__title {
        margin-bottom: 20px;
    }

    .np__header {
        padding-bottom: 20px;
    }

    .np-mn .paper__item {
        display: flex;
        justify-content: center;
    }

    .np-mn .paper__container,
    .np-mn .paper__link {
        min-width: 220px;
    }

    .np-mn .paper__link {
        height: 52px;
        margin: auto 25px auto 25px;
    }

    .np-mn .paper__container,
    .np-mn .paper__item {
        margin-bottom: 0;
    }

    .np-mn .paper__item {
        margin-top: 15px;
        margin-bottom: 15px;
    }

    .np-mn {
        padding-bottom: 0;
    }

    .np-mn .main-container {
        height: 100%;
    }

    .np-column {
        min-width: auto;
        min-height: auto;
        height: fit-content;
    }

    .np-mn .archive-link,
    .np-mn .archive-link a {
        height: auto;
        max-height: 48px;
    }

    .np-mn .archive-link a {
        margin-top: 14px;
    }

    .np__header {
        flex: none;
    }

    .np-slide-main {
        flex: 1;
    }
} */

@media all and (max-width: 1023px) {
	.main-container__block{
		width:100%;
	}
	.np-mn .paper__item {
		margin-left: auto;
		margin-right: auto;
		max-width: 325px;
	}


	.paper.scroll-content .p-header-block{
	    margin-bottom: 0;
	}
	.paper.scroll-content .paper__wrapper {
        padding: 23px 69px 23px 15px;
    }

    .paper.scroll-content .paper__container {
        width: 100%;
        min-width: auto;
    }


    .paper.scroll-content .paper__list {
        flex-wrap: wrap;
        justify-content: left;
    }

    .paper__item {
        margin-right: 0;
    }

    .paper.scroll-content .paper__list .paper__item:nth-child(odd) {
        margin-right: 30px;
    }


    .paper .arrow-link {
        width: auto;
    }
    .paper__container,
    .paper__link {
        min-width: auto;
    }

    .paper__link {
        height: auto;
        margin-top: 20px;
    }

    .paper__item {
        flex-flow: column;
        padding: 25px;
    }

    .archive-link::before {
        right: -10px;
    }

    .np-mn .paper__link {
        margin-top: 20px;
    }
}

/* END NEWSPAPPER */

/* BEGIN PAPPER LIST */

.pl {
    flex-flow: wrap;
    width: 790px;
}

@media all and (max-width: 1200px) {
    .pl {
        width: 670px;
    }
}


.pag-left {
    margin-right: auto;
}

.pag-right {
    margin-left: auto;
}

.pag-left,
.pag-right {
    width: 50px;
    height: 50px;
    border: 1px solid #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition: all 0.4s ease-in-out;
}

.pag-left:hover path,
.pag-right:hover path,
.pag-left:hover line,
.pag-right:hover line {
    stroke: #18191d;
    transition: stroke 0.4s ease-in-out;
}

.pgn-arrows {
    display: flex;
    align-items: center;
    justify-content: center;
}

.has-children ul {
    background: #18191d;
    margin-left: -700px;
    padding-left: 700px;
    padding-top: 45px;
    padding-bottom: 45px;
    position: relative;
    z-index: 4;
}

.has-children ul a {
    font-style: normal;
    font-weight: normal;
    font-size: 18px;
    line-height: 22px;
    letter-spacing: 0.1em;

    color: #ffffff;
}

.children-wrapper {
    height: 0.1px;
    transition: opacity 0.4s ease-in-out, height 0.4s ease-in-out;
}

.children-wrapper ul {
    opacity: 0;
    /*pointer-events: none;*/
    transition: opacity 0.4s ease-in-out, height 0.1s ease-in-out;
}

.children-wrapper ul li {
    margin-bottom: 8px;
}

.children-wrapper ul li:last-child {
    margin-bottom: 0;
}

.children-wrapper a:hover {
    padding-left: 20px;
    transition: padding-left 0.4s ease-in-out;
}

.p-header__btn {
    border: 1px solid #fff;
    padding: 19px 28px;
}

.p-header__btn button {
    font-style: normal;
    font-weight: normal;
    font-size: 14px;
    line-height: 19px;
    color: #fff;
    background: transparent;
    margin-right: 24px;
}

.p-header__btn {
    margin-right: 20px;
}

.p-header__right {
    display: flex;
    margin-left: 52px;
    min-width: 154px;
    align-items: center;
}

.p-header__right .p-header__btn:last-child {
    margin-right: 0;
}

.p-header__left h2 {
    width: fit-content;
}

.p-header-block {
    display: flex;
    margin-bottom: 50px;
}

.p-header__btn svg {
    cursor: pointer;
    margin-bottom: -1px;
}

.p-header__btn svg:hover path,
.p-header__btn svg:hover line {
    stroke: #ea5e20;
    transition: stroke 0.4s ease-in-out;
}

@media all and (max-width: 1023px) {
    .menu__item.has-children {
        min-height: 63px;
        height: auto;
    }

	.newspapper .top-content__p {
		font-size: 13px;
		line-height: 19px;
    	max-width: 468px;
	}

    .p-header-block {
        flex-flow: column;
    }

    .paper.scroll-content .p-header__right {
        margin-left: 0;
        margin-top: 20px;
        margin-bottom: 30px;
    }

    .paper.scroll-content .p-header-block {
        margin-bottom: 0;
    }

    .paper.scroll-content .p-header__btn {
        padding: 14px 18px;
    }

    .paper.scroll-content .p-header__btn button {
        font-size: 13px;
    }
}

@media all and (max-width: 560px) {
    .p-header__btn button {
        font-size: 12px;
        line-height: 16px;
    }

    .pagination__item {
        font-size: 12px;
    }

    .pag-left,
    .pag-right {
        width: 45px;
        height: 45px;
    }
}
/* END PAPPER LIST */


.vertical-slider {
    /* background: #18191d; */
    border-left: 0.5px solid #959595;
    display: flex;
    /* width: 100%; */
    /* height: calc(100vh - 156px); */
    color: var(--text-white);
}

.vertical-slider__navs {
    min-width: 129px;
}

.vertical-slider__navs-container {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
    flex-flow: column;
    border-right: 0.5px solid #959595;
}

.vertical-slider__navs-item {
    margin-bottom: 22px;
}

.vertical-slider__navs-container .vertical-slider__navs-item:last-child {
    margin-bottom: 0;
}

.vs-slide {
    height: 50% !important;
    display: flex !important;
    align-items: center !important;
    border-bottom: 0.5px solid #959595 !important;
}

.vs-slide__wrapper {
    margin: auto;
    display: flex;
    justify-content: center;
    flex-flow: column;
}

.vertical-slider__content {
    width: 100%;
}

.vertical-slider__content .slick-list {
    height: 100% !important;
}



.vs-slide-top__quantity {
    height: 88px;
}

.vs-slide-top__text {
    font-weight: 300;
    font-size: 35.6404px;
    line-height: 38px;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    display: flex;
    flex-flow: column;
}

.text-vertical {
    writing-mode: vertical-rl;
    text-orientation: mixed;
    margin: auto;
    display: block;
}

.vs-slide__text-line {
    font-size: 20px;
    line-height: 26px;
    margin-left: 20px;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    color: #ea5e20;
}

.vertical-slider .slick-track {
    height: 100% !important;
}

.vertical-slider .slick-dots {
    background: transparent;
}

.vertical-slider .slick-dots li {
    width: 7px;
    height: 7px;
    border-radius: 50%;
    overflow: hidden;
    margin-bottom: 22px;
    background-image: url("/local/templates/amurstal/css/../images/base/desktop/vertical-slider/dot-slide.png") !important;
    background-color: #3f3f3f;
    color: #3f3f3f !important;
}

.vertical-slider .slick-dots li:last-child {
    margin-bottom: 0;
}

.vertical-slider .slick-dots li.slick-active {
    background-image: url("/local/templates/amurstal/css/../images/base/desktop/vertical-slider/dot-slide-active.png") !important;
    background-color: #3f3f3f;
}

.vertical-slider .slick-dots li button {
    width: 100%;
    height: 100%;
    content: "";
    background-repeat: no-repeat;
    background-position: center;
    background-color: transparent;
    border-radius: 50%;
    display: block;
    cursor: pointer;
    color: #3f3f3f !important;
}

.vertical-slider .slick-dots li.slick-active button {
    color: #3f3f3f !important;
}

.vertical-slider .slick-arrow {
    display: none !important;
}

.vertical-slider .slick-arrow {
    display: none !important;
}


/* START PAPER */
.paper__wrapper {
    padding: 52px;
    max-width: 1085px;
}

.paper__list {
    display: flex;
    justify-content: space-between;
}

.paper .arrow-link {
    margin-top: 8px;
    width: 363px;
}

.paper__item {
    margin-bottom: 50px;
}

.paper__container {
    background: #fff;
    padding: 36px;
    min-height: 513px;
    min-width: 363px;
    display: flex;
    flex-flow: column;
    justify-content: space-between;
    margin-bottom: 36px;
}

.paper__list .paper__item:nth-child(odd) {
    margin-right: 59px;
}

.paper__item-pretitle {
    font-weight: 500;
    font-size: 18px;
    line-height: 26px;
    letter-spacing: 0.1em;
    text-transform: uppercase;

    color: #18191d;
}

.paper__item-title {
    font-weight: 500;
    font-size: 35px;
    line-height: 38px;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    margin-top: 6px;
    color: #18191d;
    margin-bottom: 200px;
}

.paper__item-bottom-wrapper {
    display: flex;
    justify-content: space-between;
    flex-flow: column;
}

.paper__pubdate {
    font-size: 20px;
    line-height: 26px;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    color: #000000;
    position: relative;
    margin-bottom: 59px;
    display: flex;
    justify-content: space-between;
}

.paper__pubdate::after {
    content: "";
    display: block;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 1px;
    background: #959595;
    margin-bottom: -27px;
}

.paper__number {
    display: flex;
    justify-content: space-between;
}

.paper__number-left {
    font-weight: 300;
    font-size: 97.0179px;
    line-height: 104px;

    letter-spacing: 0.1em;
    text-transform: uppercase;
    color: #ea5e20;
}

.paper__number-right {
    font-size: 20px;
    line-height: 26px;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    color: #ea5e20;
    align-self: end;
}

.paper__link {
    font-weight: 500;
    font-size: 16px;
    line-height: 25px;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    color: #ffffff;
    border: 1px solid #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 14px 14px 11px 14px;
    transition: all 0.2s ease-in-out;
}

.paper__link:hover {
    background: #fff;
    color: #18191d;
}

/* END PAPER */


/* BEGIN NEWS SECTION */

.news-section {
    background-color: #18191d;
}

.news__wrapper {
    padding: 53px 51px 53px 49px;
}

.news__wrapper .arrow-link {
    max-width: 447px;
}

.news__item {
    display: flex;
    justify-content: space-between;
    margin-bottom: 70px;
}

.news__list .news__item:last-child {
    margin-bottom: 0;
}

.news__date {
    font-weight: 500;
    font-size: 18px;
    line-height: 24px;
    letter-spacing: 0.1em;
    color: #ffffff;
    position: relative;
    margin-bottom: 50px;
}

.news__date::after {
    display: block;
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    height: 1px;
    width: 100%;
    background-color: #959595;
    margin-bottom: -25px;
}

.news-item__text {
    max-width: 477px;
    font-weight: 300;
    font-size: 18px;
    line-height: 24px;
    letter-spacing: 0.1em;
    color: #ffffff;
    display: flex;
    flex-flow: column;
}

.news__link {
    font-weight: 500;
    font-size: 16px;
    line-height: 25px;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    color: #ffffff;
    transition: all 0.2s ease-in-out;
    width: 136px;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid #fff;
    margin-top: auto;
}

.news__link:hover {
    color: #ce4c21;
    border: 1px solid #ce4c21;
}

.news-item__image-container {
    width: 342px;
    height: 280px;
    margin-left: 84px;
}

.news-item__image {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

/* END NEWS SECTION */

.p-header__btn {
    border: 1px solid #fff;
    padding: 19px 28px;
}

.p-header__btn button {
    font-style: normal;
    font-weight: normal;
    font-size: 14px;
    line-height: 19px;
    color: #fff;
    background: transparent;
    margin-right: 24px;
}

.p-header__btn {
    margin-right: 20px;
}

.p-header__right {
    display: flex;
    margin-left: 52px;
    min-width: 154px;
    align-items: center;
}

.p-header__right .p-header__btn:last-child {
    margin-right: 0;
}

.p-header__left h2 {
    width: fit-content;
}

.p-header-block {
    display: flex;
    margin-bottom: 50px;
}

.p-header__btn svg {
    cursor: pointer;
    margin-bottom: -1px;
}

.p-header__btn svg:hover path,
.p-header__btn svg:hover line {
    stroke: #ea5e20;
    transition: stroke 0.4s ease-in-out;
}



@media all and (max-width: 1023px) and (max-height: 765px) {
    .np-mn .paper__item-title {
        margin-bottom: 65px;
    }

    .np-mn .archive-link a {
        font-size: 26px;
        margin-top: 10px;
    }

    .np-mn .paper__item {
        /*max-width: 275px;*/
        max-width: 245px;
    }



    .np-mn .paper__item {
        padding: 15px;
    }

    .np-mn .paper__pubdate {
        margin-bottom: 30px;
        font-size: 18px;
    }

    .np-mn .paper__pubdate::after {
        margin-bottom: -15px;
    }

    .np-mn .paper__number-left {
        font-size: 32px;
        line-height: 38px;
    }

    .np-mn .paper__link {
        font-size: 14px;
    }

    .np-mn .paper__item-title {
        font-size: 27px;
    }

    .np-mn .paper__item {
        margin-top: 0;
        margin-bottom: 0;
    }

    .np-mn .paper__link {
        margin-bottom: 0;
    }
}

@media(max-width:1200px){
	.main.np-mn {
		padding-bottom: 0;
	}

	.newspapper .np-mn .paper__item,
	.np-slide, 
	.np-slider {
		height: auto !important;
		width: 100% !important;
	}

}

@media(max-width:1023px){
.np-column {
    min-width: auto;
    min-height: auto;
    height: fit-content;
}
.vertical-slider {
        min-height: 266px;
        height: 266px;
        margin-left: -15px;
        margin-top: auto;
        position: relative;
        width: calc(100vw - 54px);
        border-top: 0.5px solid #959595;
    }
    .vs-slide {
        height: 266px !important;
        min-height: 266px !important;
        padding: 15px;
    }

    .vertical-slider__navs {
        min-width: 37px;
    }

    .vs-slide-top__quantity,
    .vs-slide-top__text {
        font-size: 40px;
        line-height: 43px;
        font-weight: 300;
    }

    .vs-slide-top__text span:not(.text-vertical),
    .vs-slide__text-line {
        font-size: 20px;
        line-height: 20px;
    }

    .text-vertical {
        font-size: 14px;
        margin-left: 5px;
        margin-top: -5px;
    }

    .vs-slide-top__quantity {
        height: auto;
    }

    .vertical-slider__content {
        padding-bottom: 20px;
    }

    .vertical-slider {
        overflow: hidden;
    }
	.np-mn .paper__link {
		margin-left: 0;
		margin-right: 0;
		margin-bottom: 10px;
	}
}

@media(max-height:900px){
    .prs-promo__title {
        font-size: 42px;
        line-height: 52px;
    }

    .prs-promo__text,
    .prs-contacts__link {
        font-size: 16px;
        line-height: 22px;
    }

    .prs-promo__contacts {
        margin-top: 45px;
    }

    .prs-promo {
        padding: 45px 0;
    }

    .prs-contacts__title {
        margin-bottom: 40px;
    }

    .prs-contacts__title::after {
        margin-bottom: -15px;
    }

    .prs-contacts__item-block {
        margin-bottom: 20px;
    }

    .prs-contacts__item-icon {
        width: 45px;
        height: 45px;
    }

    .prs-contacts__item-icon svg {
        width: 20px;
    }

    .prs-promo__title {
        margin-bottom: 20px;
    }

    .news-item__image-container {
        margin-left: 40px;
        width: 290px;
        height: 290px;
    }

    .news__text,
    .news__date {
        font-size: 16px;
        line-height: 22px;
    }

    .paper__item-title {
        margin-bottom: 125px;
        font-size: 28px;
        line-height: 36px;
    }

    .paper__container {
        min-height: auto;
    }

    .paper__number-left {
        font-size: 72px;
        line-height: 84px;
    }
}


@media all and (max-height: 730px) {
	.newspapper .paper__item {
		margin-top: 0;
		margin-bottom: 0;
	}

    .np-mn .paper__item,
    .np-slide,
    .np-slider {
        height: 430px !important;
    }

    .np-mn .paper__container {
        padding: 20px;
    }

    .np-mn .paper__item-title {
        margin-bottom: 90px;
    }

    .np-mn .paper__number-left {
        font-size: 38px;
        line-height: 52px;
    }
}





@media (max-height:900px){
    .paper__container {
        min-height: auto;
    }

}


@media all and (max-width: 780px) {
    .pl {
        width: 320px;
        margin: 20px auto;
    }

    .paper.scroll-content .paper__list .paper__item:nth-child(odd) {
        margin-right: auto;
    }

    .pl .paper__item {
        margin-left: auto;
        margin-right: auto;
    }
}


@media all and (max-width: 1023px) and (max-height: 765px){
.np-mn .paper__item-title {
        margin-bottom: 65px;
    }

    .np-mn .archive-link a {
        font-size: 26px;
        margin-top: 10px;
    }

    .np-mn .paper__item {
        /*max-width: 275px;*/
        max-width: 245px;
    }

    .np-mn .paper__item {
        padding: 15px;
    }

    .np-mn .paper__pubdate {
        margin-bottom: 30px;
        font-size: 18px;
    }

    .np-mn .paper__pubdate::after {
        margin-bottom: -15px;
    }

    .np-mn .paper__number-left {
        font-size: 32px;
        line-height: 38px;
    }

    .np-mn .paper__link {
        font-size: 14px;
    }

    .np-mn .paper__item-title {
        font-size: 27px;
    }

    .np-mn .paper__item {
        margin-top: 0;
        margin-bottom: 0;
    }

    .np-mn .paper__link {
        margin-bottom: 0;
    }
}

@media all and (max-width: 1023px) and (max-height: 640px) {
    .np-mn .archive-link a {
        display: none;
    }
}


@media all and (max-width: 380px) {
    .pl {
        width: 260px;
    }

    .pl .paper__item {
        padding: 15px;
    }
}


@media all and (max-width: 360px) {
    .np-slide-main {
        flex-flow: column;
    }

    .np-slide-main ul {
        display: flex;
        height: 40px;
        align-items: center;
    }
    .np-slide-main .slick-dots li {
        margin-right: 20px;
        margin-bottom: 0;
    }

    .np-slide-main .slick-dots li:last-child {
        margin-right: 0;
    }

    .np-mn .paper__item {
        margin-top: 0;
    }

    .np-main .vertical-slider__navs-container {
        border-bottom: 1px solid #959595;
        border-right: none;
    }

    .np-mn .archive-link a {
        margin-top: 5px;
        font-size: 28px;
    }
}

@media all and (max-width: 340px) {
    .pl {
        width: 230px;
    }
}



/* End */


/* Start:/local/templates/amurstal/css/main.css?17250009476213*/
.main {  
    position: relative;
    transition: 0.6s; 
}

.main__bg_black {
    background: var(--bg-black);
}

.main__top {  
    position: relative;
    height: 100dvh;
}

.main__video-bg {
    object-fit: cover;
    width: 100%;
    height: 100%;
}

.main__wrapper {
    position: absolute;
    width: calc(100% - 161px);
    top: 95px;
    bottom: 60px;
}

.main__bottom-wrapper {
    position: absolute;
    width: calc(100% - 161px);
    top: 95px;
    bottom: 60px;
}

.main__content {
    display: flex;
    height: 100%;
}

.main__list {
    border-right: 0.5px solid #959595;
    width: 600px;
    display: flex;
    flex-direction: column;
    height: 100%;
}

.main__item {
    border-bottom: 1px solid #959595;
    font-size: 35px;
    line-height: 107.4%;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    display: flex;
    padding: 50px 0px;
    font-weight: 300;
    padding-left: 12rem;
}

.main__item-link {
    color: #ffffff;
}

.main__item-link:hover {
    font-weight: 500;
}

.main__content {
    display: flex;
    height: 100%;
    flex-direction: row;
    overflow: hidden;
}

.main__info {
    flex: 1;
    padding: 80px;
    display: flex;
    flex-direction: column;
    gap: 30px;
    color: #fff;
}

.main__text {
    display: flex;
    flex-direction: column;
    gap: 30px;
    font-weight: 500;
    letter-spacing: 0.1em;
}

.main__slides {
    height: 100%;
    position: relative;
    overflow: hidden;
}

.main__slides-wrapper {
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: row;
    position: absolute;
    left: 0;
    top: 40px;
    transition: all 0.5s ease;    
}

.main__slide {
    width: 100%;
    min-width: 100%;
    height: 100%;
    position: relative;
    margin: 0;
    display: flex;
    gap: 40px;
}

.main__text-news {
    padding: 0px 30px 30px 30px;
}

.main__image-wrapper {
    /* flex-basis: 50%; */
    display: flex;
    justify-content: center;
    align-items: flex-start;
}

.main__image {
    width: 400px;
    object-fit: cover;
}

.main__title {
    font-style: normal;
    font-weight: 500;
    font-size: 30px;
    line-height: 35px;
    max-width: 580px;
    letter-spacing: 0.1em;
    color: #ffffff;
}

.main__title a {
    color: #ffffff;
}

.main__post {
    font-weight: 500;
    font-size: 18px;
    line-height: 24px;
    letter-spacing: 0.1em;
    color: #fff;
    width: 100%;
    position: relative;
}

.main__new {
    margin: 24px 0 0 0;
    font-weight: 300;
    font-size: 18px;
    line-height: 24px;
    max-width: 571px;
    letter-spacing: 0.1em;
    color: #ffffff;
}

.main__link {
    font-weight: 500;
    font-size: 16px;
    line-height: 25px;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    color: #ffffff;
    transition: all 0.2s ease-in-out;
    width: 136px;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid #fff;
    margin-top: auto;
}

.main__link:hover {
    border: 1px solid #ea5e20;
    color: #ea5e20;
}

.main__buttons {
    display: flex;
    position: absolute;
    bottom: 60px;
    left: 50%;
}

.main__button {
    width: 50px;
    height: 50px;
    outline: none;
    border: 0.5px solid #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    background: transparent;
    cursor: pointer;
    transition: all 0.2s ease-in-out;
}

.main__button:hover {
    border: 0.5px solid #ce4c21;
}

.main__button:hover path,
.main__button:hover line {
    stroke: #ce4c21;
    transition: all 0.2s ease-in-out;
}

.main__bottom {
    position: relative;
    height: 100dvh;
    background: var(--bg-black);
}

@media all and (max-width: 1536px) {
    .main__item {
        padding-left: 6rem;
    }

    .main__list {
        width: 500px;
    }
}

@media all and (max-width: 1310px) {
    .main__wrapper,
    .main__bottom-wrapper {
        width: calc(100% - 61px);
    }

    /* .main__bottom-wrapper {
        bottom: 0;
    } */

    .main__list {
        width: 400px;
    }
}

@media all and (max-width: 1280px) {
    .main__item {
        padding-left: 3rem;
    }
}

@media all and (max-width: 1024px) {
    .main__video-bg {
        display: none;
    }

    .main__bg {
        background-image: url(/local/templates/amurstal/css/../images/backgrounds/index/index-bg-original.webp);
        background-repeat: no-repeat;
        background-position: center center;
        background-size: cover;
    }

    .main__bg::before {
        content: "";
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background-color: var(--bg-backdrop);
    }

    .main__list {
        display: none;
    }

    .main__image {
        width: 300px;
    }

    .main__bottom-wrapper {
        top: 52px;
        bottom: 0px;
        width: calc(100% - 55px);
    }

    .main__slides-wrapper {
        top: 20px;
        left: 10px;
    }

    .main__text {
        padding-right: 10px;
    }

    .main__title {
        font-size: 22px;
    }
 
    .main__buttons {
        bottom: 0;
        left: 0;
        width: 100%;
        border-top: 1px solid #959595;
        background: #000;
    }
}

@media all and (max-width: 768px) {
    .main__info {
        padding: 50px;
    }

    .main__slide {
        flex-direction: column-reverse;
        justify-content: flex-end;
        gap: 20px;
    }

    .main__title {
        line-height: 22px;
        font-size: 20px;
    }

    .main__image {
        width: 300px;
    }

    .main__wrapper {
        top: 50px;
    }

    .main__slides {
        overflow-y: scroll;
        scrollbar-width: none;
    }
}

@media all and (max-width: 536px) {
    .main__image {
        width: 230px;
    }

    .main__new {
        display: none;
    }

    .main__slides-wrapper {
        height: auto;
        left: 0px;
    }

    .main__title {
        font-size: 18px;
    }

    .main__image-wrapper {
        justify-content: flex-start;
    }

    .main__text-news {
        padding-left: 0px;
    }

    .main__text {
        font-weight: 300;
        letter-spacing: 0;
        padding-right: 0px;
    }

    .main__info {
        padding: 15px;
    }
}


/* End */


/* Start:/local/templates/amurstal/css/newspapers-page.css?17273131395490*/
.newspapers-page__wrapper {
    display: flex;
    flex-direction: row;

    @media all and (width <= 1024px) {
        top: 52px;
        bottom: 0px;
    }
}

.newspapers-page__left {
    display: grid;
    grid-template-rows: 1fr auto;
    width: 500px;
    min-width: 500px;

    @media all and (width <= 1536px) {
        width: 400px;
        min-width: 400px;
    }

    @media all and (width <= 1024px) {
        width: 350px;
        min-width: 350px;
    }

	@media all and (width <= 768px) {
        display: none;
    }
}

.newspapers-page__header {
    padding: 50px;
    border-bottom: 1px solid var(--bg-gray);

    @media all and (width <= 1024px) {
        padding: 25px;
    }
}


.newspapers-page__text {
    color: var(--text-black);
    transition: opacity 1s;
    margin-top: 20px;
}


.newspapers-page__archive-link {
    padding: 50px;

    @media all and (width <= 1024px) {
        padding: 25px;
    }
}

.newspapers-page__archive-link a {
    font-weight: 300;
    font-size: 35px;
    line-height: 36px;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    color: #ffffff;
    transition: all 0.4s ease-in-out;
}

.newspapers-page__archive-link a:hover {
    color: #ce4c21;
}

.newspapers-page__navs {
    padding: 50px;
    border-right: 1px solid var(--bg-gray);
    display: flex;
    align-items: center;
    
    @media all and (width <= 1024px) {
        padding: 25px;
    }
}

.newspapers-page__buttons {
    display: flex;
    flex-direction: column;
    gap: 30px;
}

.newspapers-page__right {
    padding: 50px;
    overflow: auto;
    border-left: 1px solid var(--bg-gray);
    color: var(--text-white);
    scrollbar-width: none;

	@media all and (width <= 768px) {
        border-left: none;
    }

	@media all and (width <= 536px) {
        padding: 15px;
    }
}

.newspapers-page__right::-webkit-scrollbar {
    display: none;
}

.newspapers-page__slider {
    padding: 50px;
}

/*.newspapers-page__year {
  color: var(--bg-black);
}*/

.newspapers-page__select {
    display: flex;
    align-items: center;
    gap: 15px;
    padding-bottom: 25px;
    cursor: pointer;
    position: relative;
}

.newspapers-page__select-year {
    color: var(--text-orange);
    position: absolute;
    top: 70%;
    padding: 20px;
    background: var(--bg-gray);
    font-size: 22px;
	width: 195px;
    height: 450px;
    overflow: auto;
	z-index: 10;
}

.newspapers-page__select-year_hidden {
    display: none;
}

.newspapers-page__svg {
    transition: all 0.2s;
}

.newspapers-page__svg_rotate {
    transform: rotate(180deg);
}

.newspapers-page__select-year ul {
    display: flex;
    flex-direction: column-reverse;
    gap: 10px;
}

.newspapers {
	display: none;
	flex-direction: column-reverse;
	gap: 30px;
}

.year-item {
	display: none;
}

.newspapers-page__select-year ul li {
    cursor: pointer;
}

.newspapers-page__list li {
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.year-and-list ul {
	display: flex;
    flex-wrap: wrap;
    gap: 30px;
}

.year-and-list li {
	display: flex;
    flex-direction: column;
    gap: 10px;
}

.newspapers-page__list {
    display: flex;
    flex-wrap: wrap;
    gap: 30px;
    display: none;

	@media all and (width <= 768px) {
        justify-content: center;
    }
}


.newspapers-page__papers-title {
    padding: 25px;
}

.newspapers-page__item {
	/*position: relative;*/
    background: var(--bg-white);
    padding: 20px;
    height: 300px;
    aspect-ratio: 2/3;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
	/*background-image: url(/upload/iblock/cb4/4gd7634opg15jyujyc9fb6hdbh1698p2.webp);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
	z-index: 0;*/

	@media all and (width <= 536px) {
        height: 280px;
    }
}

/*.newspapers-page__item::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
	z-index: -1;
}*/

.newspapers-page__item h3 {
    color: var(--text-black);
    font-weight: 500;
    font-size: 30px;
    line-height: 26px;
    letter-spacing: 0.1em;
    text-transform: uppercase;
}

.newspapers-page__item-title {
    color: var(--text-black);
    font-weight: 500;
    font-size: 16px;
    line-height: 26px;
    letter-spacing: 0.1em;
    text-transform: uppercase;
}

.newspapers-page__date-info {
	display: flex;
	justify-content: space-between;
	align-items: center;
	border-bottom: 1px solid var(--bg-gray);
    padding-bottom: 15px;
}

.newspapers-page__date,
.newspapers-page__month {
	font-size: 22px;
    color: var(--text-black);
}

.newspapers-page__bottom {
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.newspapers-page__date {
    display: flex;
    justify-content: flex-end;

}

.newspapers-page__link {
    color: var(--text-orange);
    font-weight: 300;
    font-size: 70px;
    line-height: 60px;
    letter-spacing: 0.1em;
    text-transform: uppercase;
}

.newspapers-page__button {
    font-weight: 500;
    font-size: 16px;
    line-height: 25px;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    color: var(--text-white);
    border: 1px solid var(--bg-white);
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 14px;
    transition: all 0.4s ease-in-out;
}

.newspapers-page__button:hover {
    color: var(--text-orange);
    border: 1px solid var(--bg-orange);
}
/* End */


/* Start:/local/templates/amurstal/components/other/blocks/news.list/style.css?17169556619254*/
.production .main {
    overflow-y: auto;
}

/* START INDEX CONTENT */

.i-content {
    background: #18191d;
    height: 100vh;
    overflow: hidden;
}

.i-content__container,
.i-content__wrapper {
    display: flex;
    height: calc(100vh - 156px);
}

.i-content__wrapper {
    width: 1199px;
    padding-top: 66px;
    padding-bottom: 61px;
}

.i-content__left {
    min-width: 498px;
    margin-right: 60px;
    max-height: 620px;
}

.i-content__right {
    padding-right: 32px;
    width: 100%;
    display: flex;
    flex-flow: column;
    justify-content: space-between;
    overflow: hidden;
}

.i-content__buttons {
    display: flex;
}

.i-content__button {
    width: 50px;
    height: 50px;
    outline: none;
    border: 0.5px solid #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    background: transparent;
    cursor: pointer;
    transition: all 0.2s ease-in-out;
}

.i-content__button:hover {
    border: 0.5px solid #ce4c21;
}

.i-content__button:hover path,
.i-content__button:hover line {
    stroke: #ce4c21;
    transition: all 0.2s ease-in-out;
}

.i-content__image {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.i-content__title {
    margin-bottom: 39px;
}

.i-content__date {
    font-weight: 500;
    font-size: 18px;
    line-height: 24px;
    letter-spacing: 0.1em;
    color: #fff;
    width: 100%;
    position: relative;
}

.i-content__date::after {
    content: "";
    display: block;
    width: 100%;
    height: 0.5px;
    background: #959595;
    margin-top: 13px;
}

.i-content__title {
    font-style: normal;
    font-weight: 500;
    font-size: 18px;
    line-height: 24px;
    max-width: 580px;
    /* or 133% */

    letter-spacing: 0.1em;

    color: #ffffff;
}
.i-content__title a {
    color: inherit;
    transition: inherit; 

}

.i-content__p {
    margin: 24px 0 0 0;
    font-weight: 300;
    font-size: 18px;
    line-height: 24px;
    max-width: 571px;

    letter-spacing: 0.1em;

    color: #ffffff;
}

@media all and (max-width: 1400px) {
    .i-content__wrapper {
        padding-top: 30px;
        padding-bottom: 30px;
    }
}

/* END INDEX CONTENT */

/* START INDEX CAREER */
.career-section {
    background: url("/local/templates/amurstal/components/other/blocks/news.list/../images/career/career-bg.jpg");
    height: 100vh;
    overflow: hidden;
    background-size: cover;
    background-position: center center;
}

.i-content__career-title {
    font-weight: bold;
    font-size: 18px;
    line-height: 24px;
    letter-spacing: 0.1em;
    color: #ffffff;
    margin: 0 0 25px 0;
}

.i-content__career-text {
    margin: 0;
    font-style: normal;
    font-weight: normal;
    font-size: 18px;
    line-height: 24px;
    letter-spacing: 0.1em;
    color: #fff;
}

.i-content__go-to-link {
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    line-height: 25px;
    letter-spacing: 0.1em;
    text-transform: uppercase;

    color: #ffffff;
    padding: 14px 13px 11px 22px;
    display: block;
    position: relative;
    border: 0.5px solid #fff;
    width: 275px;
}

.i-content__go-to-link svg {
    margin-left: auto;
    position: absolute;
    right: 13px;
    top: 17px;
}

.i-content__go-to-link:hover {
    border: 0.5px solid #ce4c21;
    color: #ce4c21;
    transition: all 0.2s ease-in-out;
}

.i-content__go-to-link:hover svg path {
    stroke: #ce4c21;
    transition: all 0.2s ease-in-out;
}

.i-content__go-to-link:hover svg line {
    stroke: #ce4c21;
    transition: all 0.2s ease-in-out;
}


.i-content__slider {
    position: relative;
}

.i-content__right  .slick-slide {
    display: flex !important;
    height: auto;
    border: 1px solid transparent;
}
.i-content__image {
    height: 100%;
    object-fit: cover;
    min-height: 75vh;
    width: 50%;
    height: 100%;
    object-fit: contain;
    margin: 0 40px 0 0;
}

.i-content__p {
    margin: 24px 0 0 0;
    font-weight: 300;
    font-size: 18px;
    line-height: 24px;
    max-width: 571px;
    letter-spacing: 0.1em;
    color: #ffffff;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -moz-box;
    -moz-box-orient: vertical;
    display: -webkit-box;
    -webkit-line-clamp: 5;
    -webkit-box-orient: vertical;
    line-clamp: 5;
    box-orient: vertical;
}



.news__link {
    font-weight: 500;
    font-size: 16px;
    line-height: 25px;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    color: #ffffff;
    transition: all 0.2s ease-in-out;
    width: 136px;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid #fff;
    margin-top: auto;
}

.news__link:hover {
    color: #ce4c21;
    border: 1px solid #ce4c21;
}

.i-content__buttons {
    position: absolute;
    right: auto !important;
    bottom: 60px;
    transform: translate(623px, 0px);
}

.i-content__button {
    min-width: 50px;
    height: 50px;
    outline: none;
    border: 0.5px solid #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    background: transparent;
    cursor: pointer;
    transition: all 0.2s ease-in-out;
}

@media all and (max-width: 1400px) {
    .i-content__right {
        padding-right: 69px;
    } 
}


@media all and (max-width: 1200px) {
    .i-content__image {
        width: 43%;
    }
    .i-content__text {
        width: 37%;
    }
}
@media all and (max-width: 1024px) {
    .slide-section .main {
        height: 100vh;
        padding: 0;
    }

    .production .main {
        overflow-y: auto;
        padding: 0;
    }

    .i-content__container {
        margin-top: 50.5px;
    }

    .i-content__container, 
    .i-content__wrapper, 
    .i-products__wrapper, 
    .promo-main {
        height: calc(100vh - 50.5px);
    }

    .i-content__wrapper {
        padding: 0;
        width: 100%;
        height: 100%;
    }

    .i-content__right {
        padding-right: 15px;
    }

    .i-content__slider::after {
        content: "";
        display: block;
        height: 55px;
        bottom: 0;
        width: 100%;
        background: #17181c;
        position: absolute;
        z-index: 0;
        margin-left: 300px;
        border-top: 0.5px solid #959595;
    }


    .i-content__slider .slick-track::after {
        clear: both;
        height: 55px;
        width: 100%;
        bottom: 0;
        position: absolute;
        background: #17181c;
        border-top: 0.5px solid #959595;
    }
    


    .i-content__right .slick-slide {
        padding: 18px 66px 0 16px;
    }


    .i-content__right, 
    .i-content__slider, 
    .i-content__slider .slick-list, 
    .i-content__slider .slick-track {
        height: 100%;
    }

    .slick-vertical .slick-slide {
        position: relative;
    }

    .i-content__text {
        padding-top: 2px;
    }

    .i-content__title {
        font-weight: 500;
        font-size: 30px;
        white-space: inherit;
        max-width: 100%;
    }

    .i-content__title a {
        line-height: 115% !important;
    }
    .i-content__post {
        margin-top: 0;
    }

    .i-content__p {
        font-weight: 400;
        font-size: 16px;
        line-height: 19px;
    }

    .i-content__date + .i-content__p {
        margin-bottom: 15px;
        font-weight: 500;
    }

    .news__link {
        font-size: 14px;
        width: 110px;
        height: 40px;
    }



    .i-content__date::after {
        display: none;
    }

    .i-content__buttons {
        right: auto;
        left: 0;
        transform: translate(0,0);
        bottom: 52px;
    }
    .i-content__button {
        width: 40px;
        height: 53px;
        border: 0.5px solid #959595;
        border-top: none;
        z-index: 8;
        position: relative;
    }
    
    .desktop-arrow {
        display: none;
    }

    .mobile-arrow {
        display: block;
    }
}


@media all and (max-width: 767px) {
    .i-content__title a {
        color: inherit;
        transition: inherit;
        font-size: 15px;
        line-height: 20px;
        float: left;
        margin-bottom: 10px;
        white-space: initial;
        letter-spacing: 1.6px;
    }
}


@media all and (max-height: 800px){
    .i-content__p {
        margin-top: 10px;
    }

    .promo-info__title {
        max-width: 280px;
    }

    .i-content__title,
    .i-content__date,
    .i-content__p,
    .i-content__career-title,
    .i-content__career-text {
        font-size: 16px;
        line-height: 22px;
    }

    .promo-navs__link {
        font-size: 26px;
        padding-top: 30px;
        padding-bottom: 30px;
    }

    .i-products__item {
        height: 42px;
    }

    .i-products__title {
        margin-bottom: 20px;
    }

    .i-content__p {
        margin-top: 10px;
    }

    .i-content__title {
        margin-bottom: 20px;
    }
}
/* End */
/* /local/templates/amurstal/css/menu.css?17489026447271 */
/* /local/templates/amurstal/css/news.css?172471888910162 */
/* /local/templates/amurstal/css/newspaper.css?172471838722182 */
/* /local/templates/amurstal/css/main.css?17250009476213 */
/* /local/templates/amurstal/css/newspapers-page.css?17273131395490 */
/* /local/templates/amurstal/components/other/blocks/news.list/style.css?17169556619254 */
