

/* 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/suppliers-contacts.css?17243919521754*/
.suppliers-contacts {
    background: var(--bg-black);
}

.suppliers-contacts__wrapper {
    display: flex;
    flex-direction: row;
    

    @media all and (width <= 1024px) {
        flex-direction: column;
        top: 52px;
        bottom: 0;
        width: calc(100% - 54px);
        overflow-y: auto;
        scrollbar-width: none;
    }
}

.suppliers-contacts__wrapper::-webkit-scrollbar {
    display: none;
}

.st-tab__content {
    color: var(--text-white);
}

.suppliers-contacts__info {
    width: 100%;
    overflow-y: auto;
    scrollbar-width: none; 

    @media all and (width <= 1024px) {
        overflow-y: visible;
    }
}

.suppliers-contacts__info_special {
    padding: 50px;

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

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

.suppliers-contacts__info_special ul {
    display: flex;
    flex-direction: column;
    gap: 8px;
}

.suppliers-contacts__info::-webkit-scrollbar {
    display: none;
}

.suppliers-contacts__info .nd-wrapper {
    @media all and (width <= 536px) {
        margin: 10px;
    }
    
}

.suppliers-contacts__info .nd-p-container {
    @media all and (width <= 536px) {
        font-size: 15px;
    }
    
}

.suppliers-contacts__info .nd-p-container #rekvizity {
    @media all and (width <= 536px) {
        padding-right: 0;
        overflow-x: hidden;
    }  
}

.suppliers-contacts__info .nd-p-container table {
    padding-right: 0;
    overflow-x: hidden;
}

.suppliers-contakts__materials {
    display: flex;
    flex-direction: column;
    padding: 60px;

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

.suppliers-contakts__materials .st-qa__item a {
    color: var(--text-orange);
}
/* 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?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/controller/news/detail.css?17169545193304*/
<?
require($_SERVER["DOCUMENT_ROOT"]."/bitrix/header.php");
$APPLICATION->SetTitle("Title");
?>/* BEGIN NEWS DETAIL */
#rekvizity,
.nd-p-container table{
    overflow-x: auto;
    width: 100%;
    display: block;
    padding-right: 55px;
}
.nd-wrapper {
    margin: 50px 50px 48px 52px;
}

.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;
}

.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: 30px 80px 30px 20px;
    }
}

/* END NEWS DETAIL */


<?require($_SERVER["DOCUMENT_ROOT"]."/bitrix/footer.php");?>
/* End */
/* /local/templates/amurstal/css/main.css?17250009476213 */
/* /local/templates/amurstal/css/suppliers-contacts.css?17243919521754 */
/* /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?17490114855064 */
/* /local/templates/amurstal/components/other/controller/news/detail.css?17169545193304 */
