

/* 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/career.css?17489027144470*/
.career__bg { 
    background-image: url(/upload/iblock/df2/0b8t92gp8h7sqhvxdnau0395x0aewsi7.webp);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
}

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

.career__wrapper {
    padding: 100px;

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

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

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

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

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

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

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

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

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

.career__bottom-wrapper {
    display: flex;
    flex-direction: row; 
    scrollbar-width: none;

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

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

.career__prewiew {
    display: flex;
    flex-direction: row;

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

.career__left-nav {
    border-right: 0.5px solid var(--bg-white);
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    min-width: 250px;

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

.career__right-content {
    color: var(--text-white);
    overflow-y: auto;
    scrollbar-width: none;
}

.career__right-content::-webkit-scrollbar {
    display: none;
}

.career__tab-title {
    font-weight: 500;
    font-size: 35px;
    line-height: 49px;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    color: var(--text-white);
    margin-bottom: 25px;
}

.career__tab-item {
    padding: 50px;
    display: none;

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

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

.career__list {
    padding: 50px;
    display: flex;
    flex-direction: column;
    gap: 25px;

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

.career__link {
    font-weight: 300;
    font-size: 16px;
    line-height: 30px;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    color: var(--text-white);
    transition: color 0.2s ease-in-out;
}

.career__link:hover {
    color: var(--text-orange);
}

.career__resume {
    width: 100%;
    padding: 15px 0px;
    background: var(--bg-orange);
    display: flex;
    justify-content: center;
	display: none;

}

.career__resume-link {
    position: relative;
    font-weight: 500;
    font-size: 16px;
    line-height: 25px;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    color: var(--text-white);
}

.career__resume-link::before {
    content: '';
    position: absolute;
    top: 0;
    right: 50%;
    border-bottom: 1px solid var(--bg-white);
    margin-bottom: 10px;
    width: 0%;
    height: 100%;
    transition: all 0.3s;
}

.career__resume-link:hover::before {
    width: 50%;
}

.career__resume-link::after {
    content: '';
    position: absolute;
    top: 0;
    left: 50%;
    border-bottom: 1px solid var(--bg-white);
    margin-bottom: 10px;
    width: 0%;
    height: 100%;
    transition: all 0.4s;
}

.career__resume-link:hover::after {
    width: 50%;
}

.career__tab-line {
    height: 1px;
    background: var(--bg-white);
}


.career__tab-item_bg {
    position: relative;
    background-image: url(/local/templates/amurstal/css/../images/career/study-center-bg.jpg);
    width: 100%;
    background-size: cover;
    background-position: center center;
    z-index: 1;
}

.career__tab-item_bg::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: var(--bg-dark);
    opacity: 0.75;
    z-index: -1;
}

.career__tab-item_active {
    display: block;
}



/* End */


/* Start:/local/templates/amurstal/css/contacts-new.css?17290379494178*/
.contacts {
    background: var(--bg-dark);
}

.contacts__inner {
    color: var(--text-white);
    display: grid;
    grid-template-columns: 50% 50%;

    @media all and (width <= 1536px) {
        grid-template-columns: 55% 45%;
    }

    @media all and (width <= 1200px) {
        grid-template-columns: 1fr;
    }
}

.contacts__container {
    display: flex;
    flex-direction: column;
    gap: 40px;
    padding: 30px;
    width: 80%;
    margin: 0 auto;
    overflow-y: auto;
    scrollbar-width: none;

    @media all and (width <= 1536px) {
        width: 90%;
    }

    @media all and (width <= 1200px) {
        width: 60%;
    }

    @media all and (width <= 1024px) {
        width: 80%;
    }

    @media all and (width <= 768px) {
        width: 100%;
    }

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

.contacts__container::-webkit-scrollbar {
    display: none;
}

.contacts__content {
    background-image: url(/local/templates/amurstal/css/../images/contacts/map.svg);
    background-repeat: no-repeat;
    background-position: center center;
    padding: 80px;

    @media all and (width <= 1200px) {
        display: none;
    }

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

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

.contacts__wrapper {
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
    height: 100%;
}

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

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

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

.contacts__list {
    display: flex;
    flex-direction: column;
    
}

.st-qa__item {
    overflow: hidden;
    border-top: 0.5px solid var(--bg-white);
    cursor: pointer; 
}

.st-qa__item p {
    color: var(--text-white);
    padding-bottom: 20px;
}

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

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

.st-qa__content {
    max-height: 0px;
    transition: all 0.6s ease-in-out;
    opacity: 0;
}

.expanded {
    transition: all 0.6s ease-in-out;
    max-height: 2000px;
    opacity: 1;
}

.st-qa__item.st-qa__item:last-child {
    border-bottom: 0.5px solid var(--bg-white);
}



.st-qa__item-title {
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-weight: 300;
    text-transform: uppercase;
    letter-spacing: 0.1em;
    font-size: 18px;
    padding: 10px 0px;
    color: var(--text-white);

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

.st-qa__list {
    display: flex;
    flex-direction: column;
    gap: 30px;
    padding: 20px 0px;
    
}

.st-qa__list-item {
    display: flex;
    flex-direction: column;
    gap: 7px;
}

.st-qa__list-item-link {
    color: var(--bg-white);
}

.contacts__address-title {
    font-weight: 500;
    font-size: 18px;
    line-height: 26px;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    color: var(--text-white);
    display: flex;
    flex-direction: column;
    gap: 10px;
    margin: 0 auto;
    border-bottom: 1px solid #fff;
    padding-bottom: 30px;
}

.contacts__bottom-block {
    display: flex;
    font-weight: 300;
    font-size: 18px;
    line-height: 26px;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    color: var(--bg-white);
}

.contacts__top-block {
    display: flex;
    flex-direction: column;
    gap: 30px;
}

.contacts__dot-map {
    
    font-weight: 300;
    font-size: 18px;
    line-height: 143.8%;
    letter-spacing: 0.1em;
    text-decoration-line: underline;
    text-transform: uppercase;
    color: var(--bg-white);
}

.map-dot {
    position: absolute;
    top: 41%;
    left: 47%;
} 

.st-qa__item-icons {
    transition: all 0.6s;
    height: 28px;
}

.st-qa__item-icons-rotate {
    transform: rotate(135deg);
}

.st-qa__list-item-link {
    font-size: 18px;
    letter-spacing: 0.1em;
    line-height: 26px;
    font-weight: 300;
}
/* 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/main.css?17250009476213 */
/* /local/templates/amurstal/css/career.css?17489027144470 */
/* /local/templates/amurstal/css/contacts-new.css?17290379494178 */
/* /local/templates/amurstal/components/bitrix/menu/left.menu/style.css?171270226886 */
/* /local/templates/amurstal/css/menu.css?17489026447271 */
