

/* Start:/local/templates/amurstal/css/pormo-section.css?17127022682392*/
.prs-promo {
    max-width: 559px;
    margin-right: 173px;
    margin-left: auto;
    padding: 60px 0;
    position: relative;
    z-index: 6;
}

.prs-promo__title {
    font-weight: 500;
    font-size: 60px;
    line-height: 67px;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    color: #ffffff;
    margin-bottom: 32px;
}

.prs-promo__text {
    font-weight: 500;
    font-size: 18px;
    line-height: 143.8%;
    max-width: 468px;
    letter-spacing: 0.1em;
    color: #ffffff;
}


@media(max-width:1024px){
    .prs-promo__title {
        font-size: 30px;
        line-height: 33px;
    }

    .prs-promo__text {
        font-size: 13px;
        line-height: 19px;
    }
    .prs-promo {
        margin-right: 0;
        padding-top: 0;
    }

    .prs-promo__title {
        font-size: 30px;
        line-height: 33px;
    }

    .prs-promo__text {
        font-size: 13px;
        line-height: 19px;
    }

    .prs-contacts__item-icon {
        width: 45px;
        min-width: 45px;
        height: 45px;
    }

    .prs-contacts__item-icon svg {
        width: 16px;
    }

    .prs-contacts__title {
        margin-bottom: 40px;
    }

    .prs-contacts__title::after {
        margin-bottom: -15px;
    }

    .prs-promo__contacts {
        margin-top: 45px;
    }

    .prs-contacts__link {
        white-space: nowrap;
    }

    .prs-contacts__link {
        font-size: 13px;
        margin-left: 20px;
    }

    .prs-contacts__item-block {
        margin-bottom: 20px;
    }

    .prs-promo__title {
        margin-bottom: 20px;
    }
}



/*  H E I G H T*/
@media all and (max-height: 750px) {
    
    .prs-promo {
        padding-top: 30px;
    }

    .prs-contacts__item-icon {
        width: 45px;
        min-width: 45px;
        height: 45px;
    }

    .prs-contacts__item-icon svg {
        width: 16px;
    }

    .prs-promo__contacts {
        margin-top: 25px;
    }

    .prs-promo__text {
        font-size: 16px;
        line-height: 22px;
    }

    .prs-contacts__title {
        margin-bottom: 60px;
    }

    .prs-contacts__title::after {
        margin-bottom: -30px;
    }

    .prs-contacts__item-block {
        margin-bottom: 30px;
    }

    .prs-promo__title {
        margin-bottom: 25px;
    }
}

/* End */


/* Start:/local/templates/amurstal/css/purcaches.css?17127022684758*/

/* BEGIN PURCHASE*/

.purchases {
    background: #18191d;
}

.purchases .main {
    height: calc(100vh - 156px);
    overflow-y: auto;
    min-height: calc(100vh - 156px);
}

.purchases__wrapper {
    position: relative;
    width: 100%;
    height: auto;
    overflow: hidden;
}

.purchases__item {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    opacity: 0;
    visibility: hidden;
    transition: 1s all;
}

.purchases__item.active {
    position: relative;
    opacity: 1;
    visibility: visible;
}

.purchases__item .arrow-link {
    margin-top: 37px;
}

.purchases__img-bg {
    width: calc(100% - 79.5px);
    height: 100%;
    object-fit: cover;
    position: absolute;
    z-index: 1;
    left: 0;
    top: 0;
}

.item-img:after {
    width: 100%;
    height: 100%;
    display: block;
    content: "";
    top: 0;
    left: 0;
    position: absolute;
    background: #18191d;
    opacity: 0.75;
    z-index: 2;
}

.purchases__content {
    padding: 52px;
    position: relative;
    z-index: 3;
    height: calc(100vh - 30px);
    width: calc(100% - 80px);
    overflow-y: scroll;
}

.purchases__content {

    -ms-overflow-style: none;
    scrollbar-width: none;
}

.purchases__content::-webkit-scrollbar {
    width: 0;
    height: 0;
}

.purchases__title {
    font-weight: 500;
    font-size: 35px;
    line-height: 107.4%;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    color: #ffffff;
}

.purchases__text {
    max-width: 445px;
}

.purchases__wrapper {
    width: 100%;
    height: auto;
}

.purchases__text p {
    margin-bottom: 20px;
    font-weight: 300;
    font-size: 18px;
    line-height: 24px;
    letter-spacing: 0.1em;
    color: #ffffff;
}

.purchases__text p:last-child {
    margin-bottom: 0;
}

/* END PURCHASE*/

/* BEGIN PROCEDURES */

.procedures__list {
    display: flex;
    flex-flow: column;
}

.procedures__item {
    margin-top: 30px;
    padding: 30px 35px;
    border: 0.5px solid #fff;
}

.procedures__title {
    max-width: 540px;
    font-size: 18px;
    line-height: 27px;
    display: flex;
    align-items: flex-end;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    color: #ffffff;
    margin-bottom: 19px;
}

.procedures__date {
    font-weight: 300;
    font-size: 18px;
    line-height: 22px;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    color: #ffffff;
}

/* END PROCEDURES */

/* MEDIA */

@media all and (max-height: 800px) {
    .purchases .menu__link,
    .menu__form-link {
        padding-top: 35px;
        padding-bottom: 34px;
        font-size: 15px;
        line-height: 19px;
    }
}


.purchases .menu__link,
.menu__form-link {
    padding-top: 0;
    padding-bottom: 0;
    height: 90px;
}

@media all and (max-height: 750px) {
    .purchases .menu__link,
    .menu__form-link {
        font-size: 14px;
        line-height: 17px;
        height: 70px;
    }

}

/* BEGIN MEDIA */
@media all and (max-width: 1200px) {
    .purchases__img-bg,
    .purchases__content {
        width: calc(100% - 60px);
    }
}

@media all and (max-width: 1024px) {
    .purchases .menu {
        padding-bottom: 0;
    }

    .menu__form-link {
        margin-bottom: 0 !important;
        height: 54px;
    }

    .production .menu__form-link {
        margin-bottom: 54px !important;
    }

    .purchases__img-bg,
    .purchases__content {
        width: calc(100% - 54.5px);
    }

    .purchases .main {
        padding: 0;
        height: calc(100vh - 51.5px);
        overflow-y: scroll;
        margin-top: 51px;
    }

    .purchases .wrapper {
        flex-flow: column-reverse;
    }

    .purchases__title {
        font-size: 30px;
        line-height: 33px;
    }

    .purchases__text {
        margin-top: 20px;
    }

    .purchases__p {
        font-size: 13px;
        line-height: 19px;
    }

    .purchases__content {
        padding: 23px 0 33px 15px;
        width: calc(100% - 54px);
    }

    .procedures__item {
        padding: 15px;
    }

    .procedures__title {
        font-size: 15px;
        line-height: 20px;
    }

    .procedures__list {
        margin-right: 15px;
    }

    .procedures__date {
        font-size: 13px;
        line-height: 18px;
    }

    .purchases__item .arrow-link {
        margin-right: 15px;
    }

    .purchases {
        height: calc(100vh + 2px);
    }

    .menu {
        margin-top: 3px;
    }

    .purchases .menu__link {
        height: 63px;
    }
}

/* END MEDIA */
/* 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/sustainable.css?17247987982739*/
.sustainable__bg { 
    background-image: url(/upload/iblock/ade/yulq3ev7l23q9ryd8setc2372mi9x1wg.webp);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
}

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

.sustainable__wrapper {
    padding: 100px;

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

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

.sustainable__info {
    color: var(--text-white);
    display: flex;
    flex-direction: column;
    gap: 100px;

    @media all and (width <= 536px) {
        gap: 50px;
    }
}

.sustainable__title {
    font-size: 42px;
    font-weight: 500;
    letter-spacing: 0.1em;
    text-transform: uppercase;

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

.sustainable__bottom-wrapper {
    display: flex;
    flex-direction: row; 

    @media all and (width <= 1024px) {
        flex-direction: column;
    }
}

.sustainable__prewiew {
    position: relative;
    width: 100%;
    display: flex;
    flex-direction: column;
	padding: 20px 40px;

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

.sustainable__item {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    gap: 10px;
    opacity: 0;
    height: 0;
    overflow: auto;
    transition: opacity 0.4s linear;

	@media all and (width <= 1024px) {
        justify-content: flex-start;
    }
}

.sustainable__item_active {
    opacity: 1;
    height: 1000px;


}

.sustainable__title {
    font-weight: 500;
    font-size: 35px;
    line-height: 107.4%;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    color: var(--text-white);

    @media all and (width <= 536px) {
        font-size: 22px;
    }
}

.sustainable__text {
    color: var(--text-white);
    margin-bottom: 20px;
    font-weight: 300;
    font-size: 18px;
    line-height: 24px;
    letter-spacing: 0.1em;

    @media all and (width <= 536px) {
        font-size: 15px;
        line-height: 20px;
    }
}

.sustainable__link {
    font-weight: 500;
    font-size: 16px;
    line-height: 25px;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    color: var(--text-white);
    display: flex;
    padding: 13px 13px 13px 26px;
    align-items: center;
    justify-content: space-between;
    border: 1px solid var(--bg-white);
    transition: all 0.2s ease-in-out;
    cursor: pointer;
}

.sustainable__link:hover {
    border: 1px solid var(--bg-orange);
    color: var(--text-orange);
}

.sustainable__link:hover svg path {
    stroke: var(--bg-orange);
}
/* End */


/* Start:/local/templates/amurstal/components/bitrix/menu/left.menu/style.css?171270226886*/
.catalog,
.production,
.purchases {
    background-color: #18191d;
}







/* 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 */
/* /local/templates/amurstal/css/pormo-section.css?17127022682392 */
/* /local/templates/amurstal/css/purcaches.css?17127022684758 */
/* /local/templates/amurstal/css/main.css?17250009476213 */
/* /local/templates/amurstal/css/sustainable.css?17247987982739 */
/* /local/templates/amurstal/components/bitrix/menu/left.menu/style.css?171270226886 */
/* /local/templates/amurstal/css/menu.css?17489026447271 */
