

/* 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/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/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/components/bitrix/menu/left.menu/style.css?171270226886*/
.catalog,
.production,
.purchases {
    background-color: #18191d;
}







/* End */


/* Start:/local/templates/amurstal/components/other/controller/news/style.css?17169546862016*/
<?
require($_SERVER["DOCUMENT_ROOT"]."/bitrix/header.php");
$APPLICATION->SetTitle("Title");
?>
/* 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 */

.news-section .main {
    overflow-y: auto;
}


@media(max-width:1024px){
    .news__wrapper {
        padding: 21px 69px 0 15px;
    }
    .news-item__image-container {
        margin-left: 0;
        width: 100%;
        height: 290px;
        max-height: 260px;
        margin-bottom: 15px;
    }
}

<?require($_SERVER["DOCUMENT_ROOT"]."/bitrix/footer.php");?>
/* End */


/* Start:/local/templates/amurstal/components/other/blocks/screens.detail/style.css?1716955819156*/

@media all and (max-height: 750px) {
    .prs-promo {
        padding-top: 30px;
    }
    .prs-promo__title {
        margin-bottom: 25px;
    }
}
/* End */


/* Start:/local/templates/amurstal/components/bitrix/system.pagenavigation/news.list.pagenavigation/style.css?1712702268779*/
/* START PAGINATION */

.pagination {
    margin-top: 50px;
    margin-bottom: 61px;
}

.pagination__list {
    display: flex;
}

.pagination__item {
    margin-right: 9px;
    width: 50px;
    height: 50px;
    border: 1px solid #fff;
    transition: all 0.2s ease-in-out;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;

    font-weight: 300;
    font-size: 18px;
    line-height: 24px;
    letter-spacing: 0.1em;
    color: #ffffff;
}

.pagination__item__active{
    background: #fff;
    color: #18191d;
}

.pagination__item:hover,
.pag-right:hover,
.pag-left:hover {
    background: #fff;
    color: #18191d;
}

.pagination__list .pagination__item:last-child {
    margin-right: 0;
}

/* 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/news.css?172471888910162 */
/* /local/templates/amurstal/css/main.css?17250009476213 */
/* /local/templates/amurstal/css/menu.css?17489026447271 */
/* /local/templates/amurstal/components/bitrix/menu/left.menu/style.css?171270226886 */
/* /local/templates/amurstal/components/other/controller/news/style.css?17169546862016 */
/* /local/templates/amurstal/components/other/blocks/screens.detail/style.css?1716955819156 */
/* /local/templates/amurstal/components/bitrix/system.pagenavigation/news.list.pagenavigation/style.css?1712702268779 */
/* /local/templates/amurstal/components/other/blocks/news.list/style.css?17169556619254 */
