

/* Start:/local/templates/puh/src/css/company.css?178116616623518*/

.company__banner{
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    padding: 251px 0 ;
}
.certificate__banner{
    background-image: url("/local/templates/puh/src/css/../assets/certificate-banner.png");
}
.career__banner{
    background-image: url("/local/templates/puh/src/css/../assets/career-banner.png");
}
.about__banner{
    background-image: url("/local/templates/puh/src/css/../assets/about-banner.png");

}
.company__banner-content{
    max-width: 780px;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    gap: 12px;
}
.company__title{
    font-size: 36px;
    color: #FFFFFF;
    margin-bottom: 6px;
}
.company__description{
    font-size: 18px;
    color: #FFFFFF;
    text-transform: none;
    font-family: "Montserrat-Light" , sans-serif;
    line-height: 140%;
}

.company__animation {
    padding: 40px 0;
    overflow: hidden;
    position: relative;
    margin-bottom: 40px;
}

.company__animation-list {
    display: flex;
    width: 100%;
    overflow: hidden;
}

.company__animation-track {
    display: flex;
    white-space: nowrap;
    animation: scrollText 30s linear infinite;
}

.company__animation-item {
    font-size: 36px;
    line-height: 120%;
    color: #1F1F1F;
    padding: 15px 30px;
    border: 2px solid #1F1F1F;
    border-radius: 8px;
    flex-shrink: 0;
    margin-right: -1px;
}

@keyframes scrollText {
    0% {
        transform: translateX(0%);
    }
    100% {
        transform: translateX(-50%);
    }
}

.certificate__payment{
    padding: 80px 0;

    max-width: 1164px;
    margin: 0 auto;
}
.certificate__payment-body{
    display: grid;
    grid-template-columns: 185px minmax(auto ,796px);
    column-gap: 60px;
    justify-content: space-between;
}
.certificate__payment-title {
    font-family: 'Montserrat-medium', sans-serif;
    font-size: 32px;
    color: #1F1F1F;
    grid-column: 1 / span 2;
    margin-bottom: 80px;
}
.certificate__payment-body-left{
    display: flex;
    flex-direction: column;
    gap: 32px;
}
.certificate__stage{
    display: flex;
    gap: 12px;
    font-size: 20px;
    line-height: 24px;
    color: #5B5B5B;
}
.certificate__stage.active{
    color: #1F1F1F;
    font-family: "Montserrat-Medium" , sans-serif;
}
.certificate__payment-form{
    margin-bottom: 80px;
}
.certificate__payment-wrapper-stagePar{
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    gap: 20px;
    justify-content: space-between;
}
.certificate__payment-wrapper-stageWhom , .certificate__payment-wrapper-stageWhen{
    max-width:446px;
}
.certificate__payment-textarea{
    height: 126px;
}
.certificate__payment-input{
    grid-column: 1 / span 4;
    background: transparent;
    border: 1px solid #B3B3B3;
    border-radius: 8px;
    padding: 29px;
    text-align: center;
    font-size: 24px;
    height: 77px;
}
.certificate__payment-input::placeholder{
    font-size: 16px;
    color: #B3B3B3;
}
.certificate__payment-button{
    padding: 25px;
    font-size: 24px;
    line-height: 1;
    height: 77px;
    color: #1F1F1F;
    white-space: nowrap;
}
.certificate__payment-button.active{
    border: 1px solid #1F1F1F;
}
.certificate-button{
    width: 100%;
}
.certificate__error{
    padding: 12px 15px;
    display: none;
    border-radius: 8px;
    color: #FFFFFF;
    background-color: #FF8181;
    font-size: 12px;
    width: 100%;
    margin-bottom: 10px;
    text-align: center;
}

.certificate__payment-wrapper-stageWhom-actions{
    display: flex;
    gap: 20px;
    margin-bottom: 48px;
}
.certificate__payment-wrapper-stageWhom-body{
    display: flex;
    flex-direction: column;
    gap: 20px;
}
.certificate__payment-text{
    font-size: 20px;
    line-height: 24px;
    color: #5B5B5B;
    text-transform: none;

}
.certificate__nav-buttons{
    position: relative;
}
.certificate-back-button{
    position: absolute;
    left: -150px;
    padding: 28px 0;
    height: 56px;
    display: flex;
    align-items: center;
}
.certificate__summary{
    display: flex;
    gap: 32px;
}
.certificate__summary-card{
    border-radius: 6px;
    background-image: url("/local/templates/puh/src/css/../assets/certificate.png");
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    padding: 101px 90px 101px 156px;
}
.certificate__summary-card-desc{
    white-space: nowrap;
    font-size: 15px;
    color: #4A2020;
    text-align: right;
}
.certificate__summary-info{
    display: flex;
    flex-direction: column;
    gap: 20px;
}
.certificate__summary-info-block{
    display: flex;
    flex-direction: column;
    gap: 8px;
    text-align: left;
}
.certificate__summary-info-name{
    font-size: 16px;
    color: #B3B3B3;
    white-space: nowrap;
}
.certificate__summary-info-desk{
    font-size: 20px;
}
.faq{
    padding: 40px 0 80px 0;
    max-width: 926px;
    margin: 0 auto;
}
.company__title-center{
    text-align: center;
    font-size: 36px;
    margin-bottom: 32px;
}

.company__gallery-slider {
    position: relative;
    /*overflow: hidden;*/
}
.gallery-slider__slider-wrapper{
    display: flex;
    gap: 20px;
    -ms-overflow-style: none;
    scrollbar-width: none;
    cursor: grab;
    overflow-x: auto;
    white-space: nowrap;
}

.gallery-slider__slider-wrapper::-webkit-scrollbar {
    display: none;
}

.gallery-slider__slider-wrapper img{
    border-radius: 8px;
    width: 1084px;
    height: 625px;
}
.gallery-slider__slider-wrapper img:first-child{
    margin-left: 20px;
}
.gallery-slider__slider-wrapper img:last-child{
    margin-right: 20px;
}

.company__gallery-arrow {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    cursor: pointer;
    z-index: 10;
    display: none;
}

.company__gallery-arrow.left {
    transform: translateY(-50%) rotate(180deg);
    left: 20%;
}

.company__gallery-arrow.right {
    transform: translateY(-50%);
    right: 20%;
}
.company__gallery-arrow.active {
    display: block;
}




.career{
    padding-bottom: 40px;
    margin-bottom: 20px;
}
.vacancies{
    padding: 40px 0 80px 0;
}
.vacancies .container{
    max-width: 966px;
}
.vacancies__title{
    text-align: left;
}
.vacancies-item__list-item{
    padding: 40px;
    cursor: pointer;
    border-radius: 8px;
    background: #F1F1F1;
}
.vacancies-items__list-item-question{
    display: flex;
    justify-content: space-between;
}
.vacancies-items__list-item-text{
    margin-top: 40px;
    display: none;
}
.vacancies-items__list-item-text-block:not(:last-child){
    margin-bottom: 38px;
}

.vacancies-items__list-question-info{
    display: flex;
    flex-direction: column;
    gap: 16px;
}
.vacancies-items__list-question-name{
    font-family: 'Montserrat-Medium', sans-serif;
    font-size: 24px;
}
.vacancies-items__list-question-tags{
    display: flex;
    flex-direction: row;
    gap: 8px;
    flex-wrap: wrap;
}
.vacancies-items__list-question-tag{
    font-size: 16px;
    padding: 6px 19px;
    border: 1px solid #1F1F1F;
    border-radius: 6px;
    flex: 0 0 auto;
}
.vacancies-items__list-question-more{
    display: flex;
    align-items: flex-start;
    flex-direction: row;
}
.vacancies-items__list-question-more-button{
    display: flex;
    align-items: center;
    gap: 8px;
    text-transform: uppercase;
    transition: all 0.3s ease;

}

.vacancies-items__list-question-more-button svg{
    margin-top: -2px;
    transition: transform 0.3s ease;
}
.vacancies-items__list-question-more-button.active svg {
    transform: rotate(180deg);
}

.vacancies-items__list-item-name{
    font-family: 'Montserrat-medium', sans-serif;
    font-size: 20px;
    color: #000000;
    margin-bottom: 16px;
}
.vacancies-items__list{
    display: flex;
    flex-direction: column;
    gap: 12px;
    line-height: 140%;
    text-transform: none;
}
.vacancies-items__item{
    position: relative;
    padding-left: 14px;
}
.vacancies-items__item::before {
    content: '';
    position: absolute;
    left: 0;
    top: 11px;
    width: 3px;
    height: 3px;

    background-color: black;
    border-radius: 50%;
}
.vacancies-items__button{
    width: 100%;
}

.vacancies__steps{
    padding: 80px 0;
}
.vacancies__steps .container{
    max-width: 966px;
}
.vacancies__steps-container {
    position: relative;
}


/* Стрелки */
.vacancies__steps-arrow {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    padding: 5px;
    z-index: 2;
    cursor: pointer;
    display: none;
}

.vacancies__steps-arrow.left {
    left: 10px;
    transform: translateY(-50%) rotate(180deg); /* Обновляем transform, чтобы стрелка оставалась на месте */
}

.vacancies__steps-arrow.right {
    right: 10px;
    transform: translateY(-50%); /* Без поворота для правой стрелки */

}



/* Показываем стрелки, если есть прокрутка */
.vacancies__steps-arrow.active {
    display: block;
}


.vacancies__steps-list{
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    gap: 20px;
    overflow-x: auto;
    scrollbar-width: none; /* Для Firefox */

    margin-right: -400px;
    margin-left: -400px;

    -ms-overflow-style: none;
    cursor: grab;

}
.vacancies__steps-list::-webkit-scrollbar {
    display: none; /* Для Chrome, Safari и других браузеров на Webkit */
}
.vacancies__step{
    width: 313px;
    height: 428px;
    padding: 33px 32px 27px 33px;
    background-color: #F4F4F4;
    border-radius: 6px;
    position: relative;
    display: flex;
    flex-direction: column;
    flex: 0 0 auto;
    justify-content: space-between;
    background-image: url("/local/templates/puh/src/css/../assets/steps/step-bg.png");
    z-index: 1 ;
    transition: all ease 0.3s;
    cursor: pointer;
}
.vacancies__step:first-child{
    margin-left: 400px;
}
.vacancies__step:last-of-type{
    margin-right: 400px;
}
.vacancies__step-content{
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: 100%;
}
.vacancies__step-overlay{
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
    opacity: 0;
    transition: opacity 0.4s ease;
}
.vacancies__step:hover .vacancies__step-overlay{
    opacity: 1;
}
.vacancies__step:hover{
    background: linear-gradient(360deg, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.5) 100%);
    z-index: 1 ;
}

.vacancies__step-overlay img{
    border-radius: 6px;
}
.vacancies__step:hover .vacancies__step-name{
    color: #ffffff;
}
.vacancies__step:hover .vacancies__step-desc{
    color: #ffffff;
}

.vacancies__step-number{
    /*position: absolute;*/
    /*top: 33px;*/
    /*left: 33px;*/
    font-size: 80px;
    color: #DBDBDB;
}
.vacancies__step-info{
    display: flex;
    flex-direction: column;
    gap: 12px;
    height: 105px ;
}
.vacancies__step-info-small{
    gap: 36px;
}
.vacancies__step-name{
    font-family: 'Montserrat-medium', sans-serif;
    font-size: 20px;
    color: #1F1F1F;
}
.vacancies__step-desc{
    font-size: 12px;
    line-height: 15px;
    text-transform: uppercase;
    color: #5B5B5B;
}
.vacancies-popup{
    padding: 67px 56px;
}
.vacancies-popup .popup__content{
    position: static;
}
.vacancies-popup__title{
    margin-bottom: 20px;
}
.vacancies-popup__body{
    width: 447px;
}
.vacancies-popup-close{
    top: 31px;
    right: 11px;
}
.vacancies-popup-form{
    display: flex;
    flex-direction: column;
    gap: 20px;
    margin-bottom: 20px;
}
.vacancies__textarea{
    height: 162px;
}
.vacancies__file-label{
    cursor: pointer;
    gap: 20px;
}
.vacancies__file-label-name{
    display: flex;
    gap: 12px;
    align-items: center;
}
.vacancies__file-label-name span{
    padding-left: 0;
}
.vacancies__file-block-wrapper{
    /*display: flex;*/
    flex-direction: row;
    gap: 12px;
    border-radius: 8px;
    background-color: #5B5B5B;
    width: max-content;
    padding-top: 2px;
    display: none;

}
.vacancies__file-block{
    padding: 10px;
    font-size: 14px;
    text-transform: uppercase;
    color: #fff;
    font-family: 'Montserrat-Regular',sans-serif;
    line-height: 1;


}
.vacancies__file-block-del{
    width: 38px;
    height: 38px;
    border-radius: 8px;
}
.vacancies-popup__button{
    display: block;
    width: 100%;
    margin-bottom: 8px;
}
.vacancies-popup-policy{
    display: block;
    margin: 0;
}
.vacancies-popup__success{
    position: static;
    transform: unset;
    margin-top: 100px;
}
.about__gallery{
    display: flex;
    justify-content: center;
    align-items: center;
    padding-bottom: 40px;
}
.about__gallery-content{
    display: flex;
    flex-direction: column;
    gap: 80px;
}
.about__gallery-block{
    /*width: auto;*/
    /*height: 100%;*/
    max-height: 844px;
    overflow: hidden;
    border-radius: 8px;
    position: relative;

}

.about__gallery-block::after {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(
      to top,
      rgba(0, 0, 0, 0.7) 0%,   /* затемнение снизу */
      rgba(0, 0, 0, 0.3) 40%,  /* плавный переход */
      rgba(0, 0, 0, 0) 100%    /* прозрачный верх */
    );
    z-index: 1;
}
.about__gallery-image img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}
.about__gallery-info{
    font-family: 'Montserrat-Regular',sans-serif;
    position: absolute;
    bottom: 66px;
    left: 68px;
    max-width: 795px;
    display: flex;
    flex-direction: column;
    gap: 20px;
    color: #fff;
    font-weight: 400;
    z-index: 2;
}

.about__gallery-name{
    font-size: 36px;
}

.about__gallery-desk{
    font-size: 18px;
    letter-spacing: -0.01em;
    text-transform: none;
    font-family: 'Montserrat-Regular',sans-serif;
    font-weight: 300;
}


.staff-photo{
    display: flex;
    justify-content: center;
    align-items: center;
}
.staff-photo img{
    width: 100%;
}

@media screen and (max-width: 1197px){
    .certificate__payment-body{
        display: flex;
        flex-direction: column;
        align-items: center;


    }
    .certificate__payment-body-left{
        order: 1;

        flex-direction: row;
        justify-content: space-between;
        margin-bottom: 60px;
    }
    .certificate__payment-title{
        order: 2;
    }
    .certificate__payment-body-right{
        order: 3;
    }
    .certificate-back-button{
        left: -100px;
    }
    .certificate__payment{

        padding: 40px 0;
    }

}


@media screen and (max-width: 998px) {
    .career{
        padding-bottom: 0;
    }
    .certificate__banner{
        background-image: url("/local/templates/puh/src/css/../assets/certificate-banner-tablet.png");
    }
    .company__banner{
        padding: 156px 0;

    }
    .company__title{
        font-size: 20px;
    }
    .company__description{
        font-size: 14px;
    }
    .company__banner-content{
        max-width: 430px;
    }
    .company__animation{
        padding: 20px 0;
        margin-bottom: 0;
    }
    .company__animation-item{
        font-size: 20px;
        padding: 12px 20px;
    }

    .faq{
        max-width: unset;
    }
    .company__title-center{
        text-align: left;
        font-family: 'Montserrat-medium', sans-serif;
        font-size: 18px;
        margin-bottom: 24px;
    }
    .certificate__stage{
        font-size: 14px;
    }
    .certificate__payment-title{
        font-size: 20px;
        margin-bottom: 32px;
    }
    .certificate__payment-wrapper-stagePar{
        grid-template-columns: 1fr 1fr;
        gap: 15px;
    }
    .certificate__payment-input{
        grid-column: 1 / span 2;
        order: 2;
        height: 50px;
        font-size: 16px;
    }
    .certificate__payment-input::placeholder{
        font-size: 14px;
    }
    .certificate__payment-button{
        height: 50px;
        font-size: 16px;
        padding: 15px 44px;
    }
    .certificate__payment-body-right{
        max-width: 492px;
        width: 100%;
    }
    .certificate__payment-wrapper{
        max-width: 335px;
        margin: 0 auto;
        /*margin-bottom: 60px;*/
    }
    .certificate__payment-wrapper-stageWhom-actions{
        gap: 15px;
        margin-bottom: 32px;
    }
    .certificate__payment-wrapper-stageWhom-actions .certificate__payment-button{
        padding: 15px 33px ;
    }
    .certificate-back-button{
        left: -70px;
    }
    .certificate-back-button svg{
        width: 42px;
    }
    .certificate-button{
        height: 56px;
    }
    .certificate__summary-card{
        padding: 56px 50px 56px 86px;
        height: 156px;
    }
    .certificate__summary-card svg{
        width: 137px;
        height: 31px;
    }
    .certificate__summary-card-desc{
        font-size: 8px;
    }
    .certificate__payment-wrapper-stagePayment{
        margin-left: -100px;
    }
    .certificate__summary-info-name{
        font-size: 14px;
    }
    .certificate__summary-info-desk{
        font-size: 16px;
    }
    .certificate__payment-wrapper-stageSuccess{
        margin-left: -100px;
    }
    .vacancies{
        padding-bottom: 40px;
    }
    .vacancies-item__list-item{
        padding: 20px;
    }

    .vacancies-items__list-question-name{
        font-size: 14px;
    }
    .vacancies-items__list-question-info{
        gap: 12px;
    }
    .vacancies-items__list-question-tag{
        padding: 6px 16px;
        font-size: 12px;
    }
    .vacancies-items__list-question-more{
        font-size: 12px;
        align-self: center;
    }
    .vacancies-items__list-question-more svg{
        width: 8px;
        height: 13px;
        margin-top: -2px;
    }
    .vacancies-items__list-item-text{
        margin-top: 32px;
    }
    .vacancies-items__list-item-name{
        font-size: 14px;
    }
    .gallery-slider__slider-wrapper{
        gap: 12px;
    }
    .gallery-slider__slider-wrapper img{
        width: 700px;
        height: 403px;
    }
    .vacancies__steps{
        padding-top: 20px;
    }
    .vacancies__step-name{
        font-size: 14px;
    }
    .vacancies__steps-list{
        margin-right: -40px;
        margin-left: -50px;
    }

    .vacancies__step-desc{
        font-size: 12px;
    }
    .vacancies__step-info{
        gap: 12px;
    }
    .vacancies__step:first-child{
        margin-left: 40px;
    }
    .vacancies__step:last-of-type{
        margin-right:40px;
    }
    .company__gallery-arrow svg{
        width: 40px;
    }
    .company__gallery-arrow.left {
        left: 10%;
    }
    .company__gallery-arrow.right {
        right: 10%;
    }

    .vacancies-popup{
        padding: 80px 20px 40px 20px;
    }
    .vacancies-popup .popup__content{
        height: 100%;
        width: unset;
        align-items: center;
    }
    .vacancies-popup__body{
        max-width: 335px;
    }
    .vacancies-popup__success{
        max-width: 335px;
    }
    .vacancies-popup-close{
        width: 32px;
        height: 32px;
        top: 15px;
    }
    .vacancies-popup-close svg{
        width: 15px;
        height: 15px;
    }
    .vacancies__file-block{
        font-size: 12px;
        text-transform: none;
    }
}

@media screen and (max-width: 700px){
    .certificate__payment-wrapper-stagePayment {
        margin-left: 0;
    }
    .certificate__payment-wrapper-stageSuccess{
        margin-left: 0;
    }
    .certificate__summary{
        flex-direction: column;

    }
}

@media (max-width: 674px) {
    .about__gallery-info{
        bottom: 20px;
        left: 20px;
        right: 10px;
    }
    .about__gallery-name{
        font-size: 24px;
    }
    .about__gallery-desk{
        font-size: 16px;
    }
    .about__gallery-content{
        gap: 20px;
    }
}

@media screen and (max-width: 640px){
    .vacancies{
        padding-top: 20px;
    }
    .vacancies-items__list-item-question{
        flex-direction: column;
        align-items: flex-start;
        gap: 20px;
    }
    .vacancies-items__list-question-more-button{

        padding: 17px;
        border-radius: 8px;
        background-color: #DBDBDB;
        width: 100%;
        justify-content: center;
        font-size: 12px;
    }
    .vacancies-items__list-question-more-button svg{
        width: 10px;
        height: 10px;
        margin-top: 0;
        }

}
@media screen and (max-width: 572px){
    .certificate__stage p:last-child{
        display: none;
    }
    .certificate__stage.active p:last-child{
        display: block;
    }
    .certificate__payment-body-left{
        margin-bottom: 32px;
        width: 100%;
    }
    .certificate__payment-title{
        margin-bottom: 24px;
        text-align: left;
    }
    .certificate__payment-input {
        padding: 15px 0;
    }
    .certificate__payment-body{
        max-width: 335px;
        margin: 0 auto;
    }
    .certificate__payment-body-right{
        width: 100%;
        max-width: unset;
    }
    .certificate__stage:last-child{
        display: none;
    }
    .certificate-back-button{
        position: static;
    }
    .certificate__nav-buttons{
        display: flex;
        gap: 10px;
    }
    .certificate__payment-form{
        margin-bottom: 60px;
    }

    .certificate__banner{
        background-image: url("/local/templates/puh/src/css/../assets/certificate-banner-mobile.png");
        padding: 183px 0;
    }
    .company__banner-content{
        max-width: 275px;
    }
    .certificate__payment{
        padding: 20px 0;
    }
    .faq{
        padding: 40px 0 25px 0;
    }
    .gallery-slider__slider-wrapper img{
        width: 330px;
        height: 190px;
    }



    .vacancies__steps-arrow{
        display: none !important;
    }
    .vacancies__steps-list{
        flex-direction: column;
        flex-wrap: nowrap;
        margin: 0;
    }

    /*.vacancies__step-wrapper {*/
    /*    position: relative;*/
    /*    overflow: hidden;*/
    /*    display: flex;*/
    /*    justify-content: center;*/
    /*    border-radius: 8px;*/
    /*}*/

    /*.vacancies__step-wrapper::before {*/

    /*    content: '';*/
    /*    background-image: var(--step-bg);*/
    /*    position: absolute;*/
    /*    inset: 0;*/
    /*    background-size: cover;*/
    /*    background-position: center;*/
    /*    filter: blur(12px);*/
    /*    transform: scale(1.05);*/
    /*    z-index: 0;*/
    /*    opacity: 0.7;*/
    /*}*/

    .vacancies__step{
        position: relative;
        /*z-index: 1;*/
        width:100%;
        height: 345px;
        padding: 22px 65px 22px 25px;
    }

    .vacancies__step-info{
        height: unset;
    }
    .vacancies__step:first-child{
        margin: 0;
    }
    .vacancies__step:last-child{
        margin: 0;
    }
    .vacancies__step-overlay{
        opacity: 1;
        right: 0;
        bottom: 0;
        width: 100%;
        overflow: hidden;
        border-radius: 6px;
    }
    .vacancies__step-overlay::after {
        content: '';
        position: absolute;
        bottom: 0;
        left: 0;
        width: 100%;
        height: 50%;
        background: linear-gradient(to top, rgba(0, 0, 0, 0.7), transparent);
        z-index: 1;
        pointer-events: none;
        border-radius: 6px;
    }
    .vacancies__step-overlay img{
        width: 100%;
        height: auto;
    }


    .vacancies__step-name{
        color: #ffffff;
    }
    .vacancies__step-desc{
        color: #ffffff;
    }

    .company__gallery-arrow.left {
        left: 3%;
    }
    .company__gallery-arrow.right {
        right:3%;
    }
    .about__gallery-info{
        gap: 12px;
    }
    .about__gallery-name{
        font-size: 18px;
    }
    .about__gallery-desk{
        font-size: 14px;
    }
    .white-about-link{
        padding: 50px 0 ;
    }
}
/* End */


/* Start:/local/templates/puh/src/css/profile.css?178116616617182*/
/*.profile__right{*/
/*    margin-top: -71px;*/
/*}*/
/*.profile__form-main{*/
/*    padding-top: 37px;*/
/*}*/
.profile{
    padding: 0 0 40px 0;
}
.profile__left-wrapper{
    height: max-content;
    position: sticky;
    gap: 40px;
    display: flex;
    flex-direction: column;
    top: 100px;
}
.profile__category{
    position: static;
}
.profile__category-link{
    display: flex;
    align-items: center;
    justify-content: left;
     gap: 8px;
}
.profile__form-notification{
    width: 100%;
    padding: 12px;
    border-radius: 8px;
    font-family: 'Montserrat-medium',sans-serif;
    font-size: 12px;
    text-align: center;
    display: none;
    margin-bottom: 37px;
    margin-top: -71px;
}
.popup-profile-error{
    margin-top: 32px;
}



.profile__form-notification.success{
    display: block;
    background: #c0e7ac;
    color: #1F1F1F;
}
.profile__form-notification.error{
    display: block;
    background: #ff8181;
    color: #FFFFFF;
}
.profile__category-link svg{
    width: 19px;
    height: 19px;
}
.profile__category-link svg path{
    transition: all .2s;
}

.profile__category-item:hover .profile__category-link svg path{
    stroke: #B3B3B3;
}
.profile__category-item:hover .profile__category-link svg circle{
    stroke: #B3B3B3;
}
.profile__category-item.active .profile__category-link svg path{
    stroke: #1F1F1F;
}
.profile__category-item.active:hover .profile__category-link svg circle{
    stroke: #1F1F1F;
}
.profile__category-item.active .profile__category-link{
    color: #1F1F1F;
}

.profile__title{
    font-family: 'Montserrat-medium', sans-serif;
    font-size: 24px;
    margin-bottom: 32px;
}
.profile__addresses{
    display: flex;
    flex-direction: column;
    gap: 32px;

}
.profile__address-block{
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
}
.profile__address-actions{
    display: flex;
    flex-direction: row;
    gap: 8px;
}
.profile__address-btn{
    width: 32px;
    height: 32px;
    flex: 0 0 auto;
}
.profile__address-btn-add{
    display: flex;
    align-items: center;
    gap: 12px;
    margin-top: 32px;
    padding: 5px 0 ;
}

.profile__form-block-parameters.open{
    margin-bottom: 32px;
}

.profile__form-btn{
    margin-top: 80px;
    width: 100%;
}

.profile__category-item:nth-child(5){
    border-bottom: none;
}
.profile__category-item:last-child{
    background-color: #F4F4F4;
    border-radius: 8px;
}
.profile__category-item-six{
    transition: all .2s;
    background-color: #F4F4F4;
    border-radius: 8px;
}
.profile__category-item-six:hover{
    background-color: #B3B3B3;
    color: white;
}
.profile__category-item-six .profile__category-link{
    transition: all .2s;
}
.profile__category-item-six:hover .profile__category-link{
    color:#FFF;
}


.bonus-card{
    position: relative;
    padding: 19px 25px 19px 17px;
    border-radius: 8px;
    width: 361px;
    height: 189px;
    background-color: #1F1F1F;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    color: #FFFFFF;
}
.bonus-card__top{
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}
.bonus-card__name{
    font-size: 16px;
    max-width: 125px;
    line-height: 140%;
}
.bonus-card-wrapper{
    display: flex;
    gap: 25px;
}
.bonus-card__percent{
    display: flex;
    flex-direction: column;
    gap: 4px;
}
.bonus-card__percent-name{
    font-size: 10px;
    color: #B3B3B3;
}
.bonus-card__percent-amount{
    font-size: 20px;
}
.bonus-card__bottom{
    display: flex;
    flex-direction: column;
    gap: 4px;
    font-size: 12px;
    color: #B3B3B3;
}
.bonus-card__logo{
    position: absolute;
    bottom: 19px;
    right: 13px;
}
.profile__right{
    display: flex;
    flex-direction: column;
}
.address-popup__content{
    width: 447px;
    height: calc(100vh - 57px);
    display: flex;
    flex-direction: column;
    position: relative;
    overflow-y: auto;
    scrollbar-width: none;
    -ms-overflow-style: none; /* IE 10+ */
}
.address-popup__content::-webkit-scrollbar {
    display: none;
}
.address-popup__btn{
    margin-bottom: 20px;
}
.popup-address-button-close{
    position: absolute;
    top: 4px;
    right: 0;
}
.address-popup__form{
    margin-top: 32px;
    display: flex;
    flex-direction: column;
    gap: 24px;
}
.address-popup__form-wrapper{
    display: flex;
    flex-direction: column;
    gap: 24px;
}
.profile-orders__info-tags{
    display: flex;
    gap: 8px;
}
.profile-orders__tag{
    padding: 14px 12px;
    font-size: 14px;
    color: #1F1F1F;
    border-radius: 8px;
    background-color: #FFFFFF;
}
.orders__tag-waiting{
    background-color: #FFFFFF;
    color: #FF8C8C;
}
.check-status-nopayment{
    color: #FF8C8C;
}
.check-status-payment{
    color: #95B684;
}
.orders__tag-transit{
    color: #FFFFFF;
    background-color: #FFB580;
}
.orders__tag-return{
    color: #FFFFFF;
    background-color: #FF8A80;
}
.orders__tag-delivered{
    color: #FFFFFF;
    background-color: #9CCF82;
}
.profile__title-wrapper{
    display: flex;
    gap: 6px;
    align-items: flex-end;
    margin-bottom: 20px;
}
.profile__orders-amount{
    font-size: 12px;
    color: #B3B3B3;
    padding-bottom: 5px;
}
.orders__title{
    margin-bottom: 0;
}
.profile-orders__list{
    display: flex;
    flex-direction: column;
    gap: 20px;
    margin-bottom: 32px;
}
.profile-orders__item{

    background-color: #F4F4F4;
    border-radius: 8px;
    padding: 36px;
    display: flex;
    flex-direction: column;
    gap: 40px;
}
.profile-orders__info{
    display: flex;
    gap: 20px;
    justify-content: space-between;
    align-items: center;

    position: relative;
}
.profile-orders__payment-button {
    width: 255px;
}
.profile-orders__payment-button .btn-black {
    width: 100%
}
.profile-orders__info-left{
    display: flex;
    gap: 35px;
}
.profile-orders__info-name-wrapper{
    display: flex;
    flex-direction: column;
    gap: 4px;
}
.profile-orders__info-name{
    font-family: 'Montserrat-medium',sans-serif;
    font-size: 20px;
}
.profile-orders__info-date{
    font-size: 14px;
    color: #5B5B5B;
}
.profile-orders__info-link{
    position: absolute;
    top: 9px;
    right: 0;
    font-size: 15px;
    letter-spacing: -0.01em;
    display: flex;
    align-items: center;
    gap: 6px;
    transition: 0.2s;
}
.profile-orders__info-link svg path{
    transition:  .2s;
}
.profile-orders__info-link:hover svg path{
    fill: #5B5B5B;
}
.profile-orders__info-link:hover{
    color: #5B5B5B;
}

.profile-orders__images{
    display: flex;
    gap: 12px;
    flex-wrap: nowrap;
    overflow-x: auto;
    scrollbar-width: none;
}
.profile-orders__img{
    border-radius: 8px;
    width: 147px;
    height: 205px;
}
.profile-orders__images-more{
    max-width: 59px;
    font-size: 10px;
    color: #5B5B5B;
    align-self: center;
}
.profile-orders__button{
    margin-bottom: 32px;
}
.orders__pagination{
    align-self: center;
    margin-top: 0;
}
.order-detail__info{
    flex-direction: column;
    align-items: flex-start;
    gap: 32px;
}
.order-detail__top{
    width: 100%;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}
.order-detail__bottom{
    display: flex;
    gap: 83px;
    justify-content: space-between;
    width: 100%;
}
.order-detail__client{
    display: flex;
    flex-direction: column;
    gap: 20px;
    font-size: 14px;
}
.order-detail__client-wrapper{
    display: flex;
    flex-direction: column;
    gap: 4px;
}
.order-detail__client-address{
    display: flex;
    flex-direction: column;
    gap: 4px;
}
.order-detail__check{
    border-radius: 6px;
    padding: 24px;
    background-color: #FFFFFF;
    display: flex;
    flex-direction: column;
    gap: 10px;
    width: 273px;
    flex: 0 0 auto;
}
.order-detail__check-status{
    font-family: 'Montserrat-medium',sans-serif;
    font-size: 14px;
}
.order-detail__check-info-wrapper{
    display: flex;
    flex-direction: column;
    gap: 6px;
    font-size: 12px;
}
.order-detail__check-info{
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}
.order-detail__check-info-bonus{
    border-radius: 8px;
    padding: 4px 8px;
    width: 57px;
    color: #ffffff;
    display: flex;
    align-items: center;

    font-size: 14px;
}
.order-detail__check-info-bonus.bonus-plus{
    background-color: #95B684;
}
.order-detail__check-info-bonus.bonus-minus{
    background-color: #FF9090;
}
.order-detail__check-total{
    display: flex;
    justify-content: space-between;

    font-family: 'Montserrat-medium',sans-serif;
    font-size: 14px;
}

.order-detail__product__sizes{
    font-size: 10px;
    color: #B3B3B3;
    margin-top: 8px;
}
.order-detail__products{
    display: flex;
    flex-direction: row;
    row-gap: 32px;
    column-gap:8px;
    flex-wrap: wrap ;
    /*justify-content: center;*/
}
.order-detail__product{
    width: 24%;
}

.order-detail__product .product__name{
    font-size: 12px;
}
.order-detail__product .product__price{
    font-size: 12px;
}
.order-detail-prev-link{
    font-size: 15px;
    display: flex;
    align-items: center;
    gap: 8px;
}
.order-detail__orders-list{
    margin-bottom: 0;
}
.bonus-card__right{
    display: flex;
    flex-direction: column;
    gap: 60px;
    max-width: 926px;
}
.bonus-card__info-block{
    display: flex;
    flex-direction: column;
    /*gap: 32px;*/
}

.bonus-card__info-text-list{
    display: flex;
    flex-direction: column;
    gap: 16px;
    line-height: 140%;
    text-transform: none;

}
.bonus-card__info-text{
    position: relative;
    padding-left: 14px;
}

.bonus-card__info-text::before {
    content: '';
    position: absolute;
    left: 0;
    top: 11px;
    width: 3px;
    height: 3px;

    background-color: black;
    border-radius: 50%;
}

.bonus-card__table{
    display: flex;
    flex-direction: column;
    font-size: 14px;
    line-height: 130%;
    text-align: center;
    max-width: 643px;
}
.bonus-card__table-row{
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
}
.bonus-card__table-row-title{
    border-bottom: 1px solid #F4F4F4;
    color: #5B5B5B;
}
.bonus-card__table-coll{
    padding: 15px;
}
.bonus-card__table-row .bonus-card__table-coll{
    border-right: 1px solid #F4F4F4;
}
.bonus-card__table-row .bonus-card__table-coll:last-child{
    border-right: none;
}

.faq-items__list {
    display: flex;
    flex-direction: column;
    gap: 20px;
}
.faq-items__list-item {
    cursor: pointer;
    padding: 27px;
    border-radius: 8px;
    background: #F1F1F1;
}
.faq-items__list-item-question {
    font-size: 18px;
    color: #1F1F1F;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 10px;
}
.faq-items__list-item-text {
    margin-top: 16px;

    color: #1F1F1F;

    font-size: 16px;
    line-height: 140%;
    text-transform: none;
}
.faq-items__list-item-question  span{
    max-width: 781px;
}
.faq-items__list-item-question  svg{
    transition: .3s;
}
.faq-items__list-item-text {
    display: none;
}
.faq-items__list-item svg {
    transition: transform 0.3s ease;
}

.faq-items__list-item.active-faq svg {
    transform: rotate(180deg);
}


    @media screen and (max-width: 1378px){
    .profile-orders__img{
        width: 75px;
        height: 105px;
    }
    .profile-orders__info-left{
        gap: 20px;
    }

}

@media screen and (max-width: 1198px){
    .profile__category{
        display: flex;
        flex-direction: row;
        flex-wrap: nowrap;
        overflow-x: auto;
        scrollbar-width: none;
        margin-right: -20px;
        margin-left: -20px;
        padding-left: 20px;
        padding-right: 20px;
    }
    .profile__category-item{
        flex: 0 0 auto;
    }
    .profile__category-item:nth-child(1){
        order: 3;
    }
    .profile__category-item:nth-child(2){
        order: 2;
    }
    .profile__category-item:nth-child(3){
        order: 4;
    }
    .profile__category-item:nth-child(4){
        order: 5;
    }
    .profile__category-item:nth-child(5){
        order: 1;
    }
    .profile__category-item:nth-child(6) {
        order: 6;
        background-color: transparent;
        align-self: center;
    }

    .profile__category-link{
        padding: 19px 12px;
        font-size: 10px;
    }
    .profile__category-link svg{
        width: 13px;
        height: 13px;
    }
    .contacts__category-item:not(:last-child){
        border-bottom:none;
        background-color: #F4F4F4 ;
        border-radius: 8px;
    }
    .profile__category-item:last-child{
       border: 1px solid #5B5B5B;
    }
    .profile__category-item.active{
       background-color: #DBDBDB;
    }
    .profile__body{
        display: flex;
        flex-direction: column;
        padding-bottom: 0;
        padding-top: 24px;
        gap: 40px;
    }
    .profile__title{
        font-size: 18px;
        margin-bottom: 24px;
    }

    .profile__addresses{
        font-size: 14px;
    }
    .profile__address-btn-add{
        margin-top: 8px;
        padding: 15px 0;
        font-size: 12px;
    }
    .profile__form-btn{
        margin-top: 40px;
    }
    .profile__address{
        line-height: 130%;
    }

    .profile__address-actions{
        gap: 0;
    }
    .bonus-card{
        display: none;
    }
    .bonus-card-page{
        display: flex;
    }
    .address-popup__content{
        width: unset;
        height: 100%;
    }
    .popup-address-button-close{
        width: 32px;
        height: 32px;
        top: 0;
    }
    .popup-address-button-close svg{
        width: 13px;
        height: 13px;
    }
    .address-popup__form-wrapper{
        display: grid;
        grid-template-columns: 1fr 1fr;
        grid-template-rows: repeat(2, 1fr);
        column-gap: 32px;
        row-gap: 24px;
    }
    .profile__form-notification{
        margin-top: 5px;
        text-align: center;
    }
    .orders__title{
        margin-bottom: 0;
    }
}

@media screen and (max-width:998px){
    .profile-orders__item{
        padding: 20px;
        gap: 20px;
    }
    .profile-orders__info-name{
        font-size: 14px;
    }
    .profile-orders__info-date{
        font-size: 12px;
    }
    .profile-orders__tag{
        font-size: 10px;
        padding: 12px;
    }
    .profile-orders__info-link{
        font-size: 12px;
    }
    .profile__title-wrapper{
        display: none;
    }
    .order-detail__client{
        font-size: 12px;
    }
    .order-detail__title-wrapper{
        display: block;
    }
    .order-detail-prev-link{
        font-size: 12px;
    }
    .order-detail__item{
        gap: 32px;
        padding: 40px 20px;
        border-radius: 0;
    }
    .order-detail__orders-list{
        margin-right: -20px;
        margin-left: -20px;
    }
    .bonus-card__body{
        gap: 48px;
    }
    .bonus-card__title{
        margin-bottom: 12px;
    }
    .bonus-card__info-text-list{
        font-size: 14px;
        gap: 14px;
    }
    .bonus-card__right{
        gap: 48px;
    }
    .bonus-card__table{
        margin-top: 10px;
        font-size: 12px;
    }
    .faq-items__list-item-question{
        font-size: 14px;
        line-height: 14px;
    }
    .faq-items__list-item{
        padding: 24px;
    }
    .faq-items__list-item-question svg{
        width: 20px;
        height: 20px;
        flex: 0 0 auto;
    }
    .faq-items__list-item-text{
        font-size: 14px;
    }
    .bonus-card{
        width: 335px;
        padding: 19px;
    }
    .bonus-card__name{
        font-size: 14px;
    }
    .bonus-card__percent-name{
        font-size: 10px;
    }
    .bonus-card__logo{
        width: 68px;
        height: 15px;
    }  }

@media screen and (max-width:866px){
    .order-detail__product{
        width: 24%;
    }
    .order-detail__products{
        column-gap: 10px;
    }
}

@media screen and (max-width:828px){
    .order-detail__product{
        width: 24%;
    }
    .order-detail__products{
        column-gap: 6px;
    }
}
@media screen and (max-width: 640px){
    .profile-orders__info-left{
        flex-direction: column;
    }
    .profile-orders__info{
        align-items: flex-start;
    }
    .order-detail__product{
        width: 48%;
    }
    .order-detail__products{
        column-gap: 5px;
        justify-content: space-between;
        row-gap: 15px;
    }
}
@media screen and (max-width: 572px) {
    .profile__body{
        padding-top: 12px;
    }
    .address-popup__form-wrapper{
        display: grid;
        grid-template-columns: 1fr;
    }
    .order-detail__top{
        flex-direction: column;
        gap: 12px;
    }
    .order-detail__info{
        gap: 24px;
    }
    .order-detail__bottom{
        flex-direction: column;
        gap: 24px;
    }
    .order-detail__check{
        width: 100%;
    }
    .order-detail__item{
        padding: 20px;
    }
    .bonus-card__body{
        gap: 40px;
    }
    .bonus-card__table-row{
        grid-template-columns: 1fr 1fr 1.5fr;
    }
    .bonus-card__table-coll{
        padding: 10px 5px;
    }
    .bonus-card__info-block-table{
        margin-top: 40px;
    }
}
/* End */
/* /local/templates/puh/src/css/company.css?178116616623518 */
/* /local/templates/puh/src/css/profile.css?178116616617182 */
