

/* Start:/local/templates/amurstal/css/production.css?173018479425642*/
.products {

    padding: 50px;

    background: var(--bg-black);

    display: flex;

    gap: 40px;



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

        flex-direction: column;

        padding: 25px;

    }

}



.products__content {

    position: relative;

    display: flex;

    flex-direction: column;

	overflow: auto;

	scrollbar-width: none;

}


.products__content::-webkit-scrollbar {

    display: none;

}



.products__content-item {

    /*opacity: 0;

    height: 0;

    visibility: visible;

    transition: opacity 0.5s ease, height 0.5s ease;

    overflow: auto;

    scrollbar-width: none; */

	opacity: 0;

    height: 0; 

    transition: opacity 0.5s linear;

    width: 100%;

}



.products__content-item::-webkit-scrollbar {

    display: none;

}



.products__content-item_active {

    /*position: absolute;

    top: 0;

    left: 0;

    width: 100%;

    opacity: 1;

    height: 100%;*/

	opacity: 1;

    max-height: 1000px;
	z-index: 1;



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

        position: static;

    }

}



.products__content-item p {

    margin-bottom: 20px;

    color: var(--text-white);

    font-weight: 300;

}



.products__content-link {

    font-weight: 500;

    font-size: 16px;

    line-height: 25px;

    letter-spacing: 0.1em;

    text-transform: uppercase;

    color: var(--text-white);

    transition: all 0.2s ease-in-out;

    width: 136px;

    height: 50px;

    display: flex;

    align-items: center;

    justify-content: center;

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

    margin-top: auto;

}



.products__content-link:hover {

    color: var(--text-orange);

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

}



/* .products__content-item p:last-child {

    margin-bottom: 0;

} */







/* BEGIN PROVIDER */ 



/* .purchases .menu__link,

.menu__form-link {

    padding-top: 0;

    padding-bottom: 0;

    display: flex;

    align-items: center;

    height: 106px;

} */

/* END PROVIDER */







/* BEGIN PROMO TEXT */

.main-container__block {

    display: flex;

    flex: 1;

}





.main-container__wrapper {

    width: 100%;

    height: 100%;

}



.prokat-promo {

    background-size: cover;

    background-position: center center;

}



.prokat-detail .scroll-content {

    height: calc(100vh - 156px);

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

    overflow-y: auto;

}



.prokat-promo .main {

    height: calc(100vh - 136px);

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

}



.prokat-promo .bg-filter {

    background: rgba(30, 30, 30, 0.75);

}



.catalog {

    background-color: #18191d;

}



.catalog-text .top_content__content {

    margin-left: auto;

    margin-right: 175px;

    width: fit-content;

    height: 100%;

    display: flex;

    flex-flow: column;

    justify-content: space-between;

}



.main-container .top-content__content {

    display: flex;

    flex-flow: column;

    justify-content: space-between;

    margin-right: 189px;

    margin-left: auto;

}





.top-content__title {

    max-width: 420px;

}





.prokat-promo__container {

    display: flex;

}



.prokat-form-section .procat-icon {

    margin-left: 112px;

    visibility: hidden;

}



/* END PROMO TEXT */







/* BEGIN MENU */



/* .menu {

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

    height: auto;

}

.menu .menu {

    min-height: auto;

}

.bg-filter {

    background: rgba(30, 30, 30, 0.45);

}

.menu {

    min-width: 224px;

    width: 223px;

    height: auto;

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

    position: relative;

    display: flex;

    flex-flow: column;

}



.menu-sub-content {

    display: none;

}



.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:first-child::before {

    border-top: none;

}



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

}



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

}



.menu__form-link:hover {

    text-decoration: none;

} */





/* BEGIN MEDIA */

/* @media all and (max-height: 800px) {

    .menu__link {

        padding-top: 20px;

        padding-bottom: 20px;

    }

}



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

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

    }



    .menu {

        width: 100%;

        min-width: 100%;

        height: auto;

    }

} */



/* END MEDIA */



/* END MENU */





.catalog {

    background-color: #18191d;

}



.catalog-text .top_content__content {

    margin-left: auto;

    margin-right: 175px;

    width: fit-content;

    height: 100%;

    display: flex;

    flex-flow: column;

    justify-content: space-between;

}









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

    .m-section__wrapper {

        position: fixed;

        width: 296px;

    }



    .catalog .main {

        overflow: auto;

    }



    .catalog .menu {

        position: fixed;

    }



    .catalog .wrap {

        margin-left: 223px;

    }

}





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

    .purchases .menu__link,

    .menu__form-link {

        font-size: 14px;

        line-height: 17px;

        height: 70px;

    }



    .prs-promo {

        padding-top: 30px;

    }

}



/* BEGIN FORM */



.prokat-detail {

    background-color: #262626;

    width: 100%;

    height: 100%;

}



.menu__link {

    padding-top: 20px;

    padding-bottom: 20px;

}

.menu__link__dop {

    padding-top: 10px;

    padding-bottom: 10px;

}



.pd__wrapper {

    /* max-width: 822px; */

    /* width: 817px; */

    padding: 72px 80px 25px 80px;

    background-color: #18191d;

    margin: 0 auto;

    position: relative;

    /* transform: translateX(-8px); */

}



.pd__container {

    border: 2px solid #595959;

    color: #fff;

}



.pd__line-container {

    padding: 20px 40px 20px 43px;

    border-bottom: 2px solid #595959;

}



.tb__list {

    display: flex;

}



.tb__title {

    font-size: 18px;

    line-height: 22px;

    letter-spacing: 0.1em;

    color: #ffffff;

}



.td__item {

    margin-right: 15px;

    font-family: "Open Sans";

    font-style: normal;

    font-weight: bold;

    font-size: 18px;

    line-height: 24px;

    letter-spacing: 0.1em;

    text-transform: uppercase;

    color: #e5e5e5;

    position: relative;

}



.td__item::after {

    position: absolute;

    top: 0;

    left: 0;

    display: block;

    content: "";

    opacity: 0;

    border-radius: 50%;

    border: 0.5px solid #ea5e20;

}



.tb__list .td__item:last-child {

    margin-right: 0;

}



.tb__list .td__item:first-child:hover:after {

    width: 42px;

    height: 42px;

    margin-left: -5px;

    margin-top: -9px;

    opacity: 1;

}



.tb__list .td__item:nth-child(2):hover:after {

    width: 46px;

    height: 46px;

    margin-left: -16px;

    margin-top: -10px;

    opacity: 1;

}



.tb__list .td__item:nth-child(3):hover:after {

    width: 52px;

    height: 52px;

    margin-left: -10px;

    margin-top: -14px;

    opacity: 1;

}



.tb__list .td__item:nth-child(4):hover:after {

    width: 54px;

    height: 54px;

    margin-left: -21px;

    margin-top: -15px;

    opacity: 1;

}



.tb__list .td__item:nth-child(5):hover:after {

    width: 58px;

    height: 58px;

    margin-left: -24px;

    margin-top: -15px;

    opacity: 1;

}



.tb__list .td__item:nth-child(6):hover:after {

    width: 64px;

    height: 64px;

    margin-left: -26px;

    margin-top: -17px;

    opacity: 1;

}



.tb__list .td__item:nth-child(7):hover:after {

    width: 68px;

    height: 68px;

    margin-left: -20px;

    margin-top: -21px;

    opacity: 1;

}



.tb__list .td__item:nth-child(8):hover:after {

    width: 72px;

    height: 72px;

    margin-left: -22px;

    margin-top: -23px;

    opacity: 1;

}



.tb__list .td__item:nth-child(9):hover:after {

    width: 76px;

    height: 76px;

    margin-left: -24px;

    margin-top: -25px;

    opacity: 1;

}



.tb__list .td__item:nth-child(10):hover:after {

    width: 80px;

    height: 80px;

    margin-left: -26px;

    margin-top: -27px;

    opacity: 1;

}



.inner-pd__container {

    margin: 20px 40px;

    border-bottom: 1.5px solid #959595;

    font-size: 18px;

    line-height: 22px;

    letter-spacing: 0.1em;

    color: #ffffff;

    display: flex;

    padding-bottom: 17px;

    position: relative;

}



.inner-pd__size {

    width: 144px;

}



.download-table {

    font-weight: 500;

    font-size: 16px;

    line-height: 25px;

    /* identical to box height, or 156% */



    letter-spacing: 0.1em;

    text-transform: uppercase;

    padding: 13px 20px 13px 26px;

    color: #ffffff;

    border: 1px solid #fff;

    margin: 31px 40px 39px;

    display: flex;

    align-items: center;

    justify-content: space-between;

}



.download-table:hover {

    border: 1px solid #ce4c21;

    color: #ce4c21;

}



.download-table:hover path,

.download-table:hover line {

    stroke: #ce4c21;

    transition: all 0.2s ease-in-out;

}



.pd__slider {

    padding-left: 43px;

    padding-right: 40px;

}



.pd__slider-container {

    margin: 39px 0 49px 0;

}



.pd__slide {

    width: 579px;

    height: 410px;

}



.pd__slide img {

    width: 100%;

    height: 100%;

    object-fit: cover;

}



.pd-nav {

    border: 1px solid #fff;

    display: flex;

    align-items: center;

    justify-content: center;

    width: 50px;

    height: 50px;

    transition: all 0.2s ease-in-out;

}



.pd-navs {

    display: flex;

    justify-content: space-between;

    margin: 30px auto 49px;

    cursor: pointer;

}



.pd-nav:hover {

    border: 1px solid #ce4c21;

}



.pd-nav:hover path,

.pd-nav:hover line {

    stroke: #ce4c21;

    transition: all 0.2s ease-in-out;

}



.inner-pd__button {

    display: none;

    padding: 14px 22px 14px 30px;

    background: #fff;

    font-weight: 500;

    font-size: 16px;

    line-height: 25px;

    letter-spacing: 0.1em;

    text-transform: uppercase;

    align-items: center;

    color: #000000;



    position: absolute;

    top: 0;

    right: 0;

    margin-top: -17.5px;

    cursor: pointer;

}



.resume__button {

    padding: 14px 22px 14px 30px;

    background: #fff;

    font-weight: 500;

    font-size: 16px;

    line-height: 25px;

    letter-spacing: 0.1em;

    text-transform: uppercase;

    align-items: center;

    color: #000000;

    top: 0;

    right: 0;

    cursor: pointer;

}



.inner-pd__button svg {

    margin-left: 21px;

    margin-top: -2px;

}



.inner-pd__container:hover .inner-pd__button {

    display: flex;

}



/* BEGIN PD PRODUCT */

.pd-product {

    margin: 69px 0 60px 0;

}



.pd-product__container {

    border-top: 2px solid #595959;

    border-bottom: 2px solid #595959;

    padding: 40px 0 47px 0;

    display: flex;

    justify-content: space-between;

    position: relative;

    z-index: 3;

}



.pd-product__container svg {

    visibility: hidden;

}



.pd-product__item:after {

    top: 0;

    left: 0;

    display: block;

    content: "";

    position: absolute;

    z-index: 1;

    width: 100%;

    height: 100%;

    background-color: #18191d;

    opacity: 0.7;

}



.pd-product__item {

    min-width: 421px;

    margin-bottom: 69px;

    padding: 50px 40px;

    position: relative;

}



.pd-product .pd-product__item:last-child {

    margin-bottom: 0;

}



.pd-product__content {

    width: 259px;

}



.pd-product__title {

    font-weight: 500;

    font-size: 35px;

    line-height: 51px;

    letter-spacing: 0.1em;

    text-transform: uppercase;

    color: #ffffff;

    margin-bottom: 40px;

    position: relative;

}



.pd-product__title:after {

    display: block;

    content: "";

    position: absolute;

    bottom: 0;

    left: 0;

    width: 100%;

    height: 0.5px;

    background-color: #959595;

    margin-bottom: -20px;

}



.pd-product__text {

    font-weight: 300;

    font-size: 18px;

    line-height: 24px;

    letter-spacing: 0.1em;

    color: #ffffff;

}



.pd-product__bg-img {

    width: 100%;

    height: 100%;

    object-fit: cover;

    position: absolute;

    left: 0;

    top: 0;

}





table{

    border-spacing: 0;

}

td {

    border: solid 1px;

    padding: 10px;

}

.tb__title th {

    padding: 10px 0;

}

.tb__title table{

    width: 100%;

}

/* END PD PRODUCT */



/* END FORM */





/* BEGIN PD PRODUCT */

.pd-product {

    margin: 69px 0 60px 0;

}



.pd-product__container {

    border-top: 2px solid #595959;

    border-bottom: 2px solid #595959;

    padding: 40px 0 47px 0;

    display: flex;

    justify-content: space-between;

    position: relative;

    z-index: 3;

}



.pd-product__container svg {

    visibility: hidden;

}



.pd-product__item:after {

    top: 0;

    left: 0;

    display: block;

    content: "";

    position: absolute;

    z-index: 1;

    width: 100%;

    height: 100%;

    background-color: #18191d;

    opacity: 0.7;

}



.pd-product__item {

    min-width: 421px;

    margin-bottom: 69px;

    padding: 50px 40px;

    position: relative;

}



.pd-product .pd-product__item:last-child {

    margin-bottom: 0;

}



.pd-product__content {

    width: 259px;

}



.pd-product__title {

    font-weight: 500;

    font-size: 35px;

    line-height: 51px;

    letter-spacing: 0.1em;

    text-transform: uppercase;

    color: #ffffff;

    margin-bottom: 40px;

    position: relative;

}



.pd-product__title:after {

    display: block;

    content: "";

    position: absolute;

    bottom: 0;

    left: 0;

    width: 100%;

    height: 0.5px;

    background-color: #959595;

    margin-bottom: -20px;

}



.pd-product__text {

    font-weight: 300;

    font-size: 18px;

    line-height: 24px;

    letter-spacing: 0.1em;

    color: #ffffff;

}



.pd-product__bg-img {

    width: 100%;

    height: 100%;

    object-fit: cover;

    position: absolute;

    left: 0;

    top: 0;

}





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

}





/* START PRODUCTS */



.products-section {

    background: #18191d;

    overflow: hidden;

}



.products__title {

    margin-bottom: 30px;

}



.products__bg {

    min-width: 342px;

    height: 100%;

}



.products__item {

    height: auto;

    display: flex;

    align-items: center;

    border-top: 0.5px solid #959595;

    max-width: 267px;

    margin-right: 52px;

    max-height: 86px;

    padding: 10px 0;

}



.products__list .products__item:last-child {

    border-bottom: 0.5px solid #959595;

}



.products__link {

    font-weight: 400;

    font-size: 18px;

    line-height: 22px;

    letter-spacing: 0.1em;

    color: #ffffff;

    width: 100%;

    transition: all 0.4s ease-in-out;

    text-transform: inherit;

}



.products__link:hover {

    transform: translateX(25px);

}



.products__container {

    display: flex;

    height: 100%;

}



/* .products {

    background: #18191d;

    height: 100vh;

    overflow: hidden;

} */



.products__wrapper {

    height: 100%;

}



.products__list-wrapper {

    min-width: 634px;

    border-right: 0.5px solid #959595;

    display: flex;

    flex-flow: column;

    padding: 59px 63px 42px 65px;

}



.products__list {

    height: 470px;

    display: flex;

    flex-flow: column wrap;

    min-width: 278px;

}



.products__footer {

    display: flex;

    margin-top: auto;

}



.products__footer-link {

    font-weight: 300;

    font-size: 14px;

    line-height: 33px;

    letter-spacing: 0.1em;

    color: #fff;

    margin-right: 15px;

}



.products__footer .products__footer-link:last-child {

    margin-right: 0;

}



.products--icon-bg svg {

    position: absolute;

    right: 0;

    bottom: 0;

    margin-bottom: -60px;

    z-index: 0;

}





/* .pr-n-block {

    padding: 53px 53px 53px 68px;

    width: 100%;

} */



/* .pr-n-block__wrapper {

    display: flex;

} */



/* .pr-n-block__text {

    position: relative;

    margin-left: 108px;

    margin-top: 63px;

    width: 100%;

} */



/* .pr-n-block__content {

    position: absolute;

    top: 0;

    left: 0;

    width: 100%;

    opacity: 0;

    visibility: hidden;

    transition: 1s all;

}



.pr-n-block__content.active {

    position: relative;

    opacity: 1;

    visibility: visible;

    padding-bottom: 20px;

}



.pr-n-block__content p {

    margin-bottom: 20px;

    color: #fff;

    font-weight: 300;

}



.pr-n-block__content p:last-child {

    margin-bottom: 0;

} */



/* END PRODUCTION BLOCK */



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

    .prs-promo {

        margin-right: 0;

        padding-top: 0;

    }



    .prs-promo__title {

        font-size: 30px;

        line-height: 33px;

        margin-bottom: 20px;

    }



    .prs-promo__text {

        font-size: 13px;

        line-height: 19px;

    }





    .production .main-container {

        flex-flow: column-reverse;

        height: auto;

    }



    .prodution__content {

        overflow-x: hidden;

        padding-bottom: 20px;

    }



    .products__title {

        margin-bottom: 20px;

    }



    .pr-n-block__wrapper {

        flex-flow: column;

    }



    .pr-n-block {

        padding: 23px 69px 23px 15px;

    }



    .pr-n-block__text {

        margin-top: 0;

        margin-left: 0;

    }

}







/* END PD PRODUCT */



/* END FORM */

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

    .td__item {

        font-size: 16px;

    }

}



/* BEGIN MEDIA */

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

    .promo-text .top-content__content {

        margin-left: 0;

        margin-right: auto;

        width: calc(100% - 84px);

        justify-content: start;

        gap:30px;

    }

    /* .menu {

        margin-top: 3px;

    } */

    .prokat-form-section .main {

        height: calc(100vh - 54.5px);

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

        width: 100vw;

        padding: 0;

        overflow-y: auto;

    }





    .prokat-form-section .main-container {

        flex-flow: column-reverse;

        overflow-y: auto;

        height: auto;

    }



    .prokat-form-section .menu {

        min-height: calc(100% - 54.5px);

        height: calc(100vh - 54.5px);

        padding-bottom: 0;

    }



    .prokat-form-section .procat-icon {

        margin-left: 15px;

        margin-right: 15px;

        width: 0;

    }



    .prokat-form-section .main-container__wrapper {

        margin-top: 25px;

    }



    .prokat-promo .top-content__title {

        font-size: 30px;

        line-height: 33px;

        margin-top: 25px;

    }



    .catalog-text {

        padding-bottom: 30px;

    }



    .pd__wrapper {

        width: auto;

        max-width: none;

        padding: 20px;

        /* transform: translateX(-2px); */

    }



    .inner-pd__button {

        padding: 6px;

        line-height: 16px;

    }



    .inner-pd__button svg {

        width: 20px;

    }



    .inner-pd__container {

        padding-bottom: 16px;

        line-height: 18px;

        margin: 20px;

    }



    .inner-pd__size {

        font-size: 14px;

    }



    .inner-pd__button {

        margin-top: -11.3px;

    }



    .pd__line-container {

        padding: 20px;

    }



    .download-table {

        margin: 30px 20px;

        font-size: 14px;

        padding-top: 9px;

        padding-bottom: 9px;

    }



    .pd__slider {

        padding-left: 20px;

        padding-right: 20px;

    }



    .tb__title {

        font-size: 16px;

    }



    .td__item {

        font-size: 14px;

    }



    .inner-pd__price {

        font-size: 14px;

        margin-left: auto;

    }



    .pd-product__item {

        min-width: auto;

        padding: 20px;

        margin-bottom: 40px;

    }



    .pd-product__title {

        font-size: 30px;

        line-height: 33px;

        margin-bottom: 30px;

    }



    .pd-product__title::after {

        margin-bottom: -15px;

    }



    .pd-product__container svg {

        width: 90px;

        margin-right: 15px;

    }



    .pd-product__text {

        font-size: 13px;

        line-height: 19px;

    }



    .pd-product__container {

        padding: 20px;

    }



    /* .root > .footer,

    .footer-content {

        display: block;

        height: 53.5px !important;

        min-height: 53.5px !important;

    } */



    .footer-content {

        padding-left: 15px;

        padding-right: 69px;

        flex-flow: column;

        justify-content: center !important;

    }



    .footer-content__rights,

    .footer-content__dev-by {

        font-size: 8px !important;

        line-height: 8px;

    }



    .prokat-detail .scroll-content {

        height: calc(100vh - 54.5px) !important;

        min-height: calc(100vh - 54.5px) !important;

    }

}



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

    .prokat-promo .top-content__title {

        margin-top: 10px;

        font-size:26px;

    }



    .prokat-form-section .procat-icon svg {

        width: 75px;

    }



    .tb__list {

        flex-wrap: wrap;

    }



    .pd-product__container svg {

        display: none;

    }



    .prokat-detail .main {

        padding: 0 54.5px 0 0;

    }



    .pd__wrapper {

        padding: 12px;

    }



    .pd-product__title {

        font-size: 22px;

    }

}



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

    .prokat-form-section .procat-icon svg {

        display: none;

    }



    .pd-product__title {

        font-size: 18px;

    }

}



/* 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/about-company.css?17392454624320*/
.about__bg { 
    background-image: url(/upload/iblock/005/56t419zx2r36xqszr1oqcweqc78jo0fx.webp);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
}

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

.about__wrapper {
    padding: 100px;

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

.about__info {
    /* display: flex;
    flex-direction: row; */
    position: relative;
    height: 100%;
    overflow: hidden;
}

.about__customers {
    display: flex;
    flex-direction: column;
    gap: 100px;
    color: var(--text-white);
    font-weight: 300;
    font-size: 18px;
    line-height: 24px;
    letter-spacing: 0.1em;

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

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

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

.about__info-slide {
    width: 100%;
    height: 100%;
    min-width: 100%;
    color: var(--text-white);
    display: flex;
    flex-direction: column;
    gap: 100px;
    padding: 0px 60px;

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

    @media all and (width <= 768px) {
        padding: 0px 22px;
        gap: 30px;
    }
}

.about__info-slide:first-child .about__text {
    @media all and (width <= 536px) {
        line-height: 16px;
    }
}

.about__info-points {
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    display: flex;
    align-items: center;
    gap: 30px;
}

.about__info-point {
    width: 10px;    
    height: 10px;
    border-radius: 50%;
    background: var(--bg-divider);
}

.about__info-point_active {
    width: 13px;    
    height: 13px;
    background: var(--bg-white);
}

/* .about__info-arrows {
    position: absolute;
    top: 50%;
} */

.about__info-arrow {
    position: absolute;
    transform: translateY(-50%);
    top: 50%;
    width: 22px;
    cursor: pointer;
}

.about__info-arrow:hover path{
    fill: var(--bg-orange);
}

.about__info-arrow_left {
    left: 0;
}

.about__info-arrow_right {
    right: 0;
}

.about__text_pl-3s {
  padding-left: 140px;

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

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

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

.about__info-arrow_disabled {
    opacity: 0.5;
    pointer-events: none;
    cursor: default;
}

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

.about__text {
    line-height: 35px;
    letter-spacing: 2px;
}

.about__text_font-first {
  font-size: 36px;

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

.about__text_ml {
    margin-left: -120px;

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

.about__text_mr {
    margin-right: -250px;

    @media all and (width <= 768px) {
        margin-right: 0px;
    } 
}

.about__text_font-large {
    font-size: 36px;

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

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

.about__bottom-wrapper {
    display: flex;
    flex-direction: row;
    overflow-y: auto;
    scrollbar-width: none;
}

.about__bottom-wrapper::-webkit-scrollbar {
    display: none;
}


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

    .about__info {
        gap: 50px;
    }
}


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

    .about__info {
        gap: 50px;
    }
}

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

    .about__info {
        gap: 25px;
    }

    .about__title {
        font-size: 30px;
    }
}




/* 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/production.css?173018479425642 */
/* /local/templates/amurstal/css/main.css?17250009476213 */
/* /local/templates/amurstal/css/about-company.css?17392454624320 */
/* /local/templates/amurstal/components/bitrix/menu/left.menu/style.css?171270226886 */
/* /local/templates/amurstal/css/menu.css?17489026447271 */
