

/* Start:/local/templates/amurstal/components/other/controller/news/style.css?17490114855064*/
<?
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;
    }
}

/* BEGIN 404 */

/* START MAIN */

.n-found .promo-main {
    height: calc(100vh - 156px);
    padding-top: 1px;
    display: flex;
}

.n-found .promo-main .main {
    padding-bottom: 60px;
}

.n-found .promo-navs {
    min-width: 435px;
    border-right: 0.5px solid #959595;
    height: 100%;
}

.n-found .promo-navs__item {
    position: relative;
}

.n-found .promo-navs__item::before {
    content: "";
    display: block;
    height: 1px;
    bottom: 0;
    right: 0;
    width: 2400px;
    position: absolute;
    background: #959595;
}

.n-found .promo-navs__link {
    font-size: 35px;
    line-height: 107.4%;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    color: #ffffff;
    padding-top: 50px;
    padding-bottom: 60px;
    display: block;
    font-weight: 300;
}

.n-found .promo-navs__link:hover {
    font-weight: 500;
}

.n-found {
    background: #18191d;
    height: 100% !important;
}

.n-found__title {
    display: flex;
    font-weight: 300;
    font-size: 68px;
    line-height: 49px;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    align-items: center;
    color: #ea5e20;
}

.n-found__title-left {
    writing-mode: vertical-rl;
    /*margin-top: -50px;*/
    margin-right: 50px;
}

.n-found__title-right {
    font-size: 300px;
    line-height: 79.4%;
    /* or 238px */
}

.n-found__content {
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 30px;
}

.n-found__text {
    font-weight: 500;
    font-size: 35px;
    line-height: 49px;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    color: #ffffff;
    /*margin-left: 8px;*/
}

.n-found__content .arrow-link {
    max-width: 193px;
}

@media all and (max-width: 1400px) {
    .n-found__title-right {
        font-size: 200px;
    }

    .n-found__title-left {
        margin-top: -35px;
        font-size: 45px;
    }

    .n-found__text {
        font-size: 28px;
    }

    .n-found__content .arrow-link {
        font-size: 14px;
        padding: 9px 9px 9px 15px;
        margin-top: 45px;
    }

    .n-found .promo-navs {
        min-width: 325px;
    }

    .n-found .promo-navs__link {
        font-size: 26px;
        padding-top: 35px;
        padding-bottom: 35px;
    }
}

@media all and (max-width: 1000px) {
    .n-found .promo-main {
        height: calc(100vh - 50.5px);
    }

    .n-found .main {
        padding: 51px 0 0 0;
    }

    .n-found__content {
        margin-right: 54px;
    }
}

@media all and (max-width: 560px) {
    .n-found__content {
        padding: 0;
    }

    .n-found__title {
        font-size: 16px;
    }

    .n-found__title-right {
        font-size: 170px;
    }

    .n-found__text {
        font-size: 22px;
    }

    .n-found__title-left {
        margin-right: 25px;
    }
}

@media all and (max-width: 400px) {
    .n-found__title-right {
        font-size: 150px;
    }

    .n-found__text {
        font-size: 16px;
    }

    .n-found__title-left {
        font-size: 38px;
    }
}

/* END 404 */

<?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/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/components/other/controller/news/style.css?17490114855064 */
/* /local/templates/amurstal/components/other/blocks/screens.detail/style.css?1716955819156 */
/* /local/templates/amurstal/components/other/blocks/news.list/style.css?17169556619254 */
