:root {
    --accent: #4E0300;
}

body.pip-theme-page {
    background: #F4F4F4;
}

body.pip-theme-page * {
    font-family: 'Graphik', sans-serif;
}

body.pip-theme-page .phone-link {
    color: #000;
}

.nice-select {
    padding-left: 23px !important;
    padding-right: 35px !important;
    color: #000;
    font-size: 16px;
}

.nice-select .current {
    font-size: 16px;
}

.nice-select .option {
    margin: 0;
}

.nice-select .option::before {
    display: none;
}

.nice-select .list {
    left: unset !important;
    right: 0;
}

.pip-theme-page .header .search__block {
    background: #F4F4F4;
}

.pip-theme-page .separator-full:after {
    display: none;
}

.vacancies {
    padding: 50px 0;
}

.vacancies .static-page__title {
    /*margin-bottom: 20px;*/
}

.vacancies__columns {
    display: flex;
    gap: 20px;
}

.vacancies__columns img {
    filter: grayscale(1);
    transition: 0.6s;
    width: 320px;
}

.vacancies__columns img:hover {
    filter: grayscale(0);
}

.vacancies__columns--detail {
    gap: 30px;
}

.vacancies__col--detail-text {
    width: 750px;
    max-width: 100%;
}

.vacancies__col--images {
    display: flex;
    flex-direction: column;
    gap: 20px;
    min-width: 320px;
    max-width: 100%;
    padding-top: 30px;
}

.vacancies__list-image {
    display: flex;
    gap: 20px;
    align-items: flex-start;
    margin-bottom: 50px;
}

.vacancies__list {
    flex-grow: 1;
}

.vacancies__list-image img {
    margin-top: 97px;
}

.vacancies__cards {
    display: flex;
    flex-wrap: wrap;
    border-radius: 10px;
    overflow: hidden;
    box-shadow: 0 0 23px 0 #d8d8d8;
}

.vacancies__card-item {
    display: flex;
    flex-direction: column;
    padding: 20px;
    background: #fff;
    box-shadow: 0 0 23px 0 #d8d8d8;
    width: calc(33.333333333%);
}

.vacancies__card-title {
    font-size: 21px;
    font-weight: 500;
    margin-bottom: 12px;
    color: #000;
    display: block;
    transition: 0.3s;
}

.vacancies__card-title:hover {
    color: var(--accent);
}

.vacancies__card-info-line {
    display: flex;
    align-items: flex-start;
    gap: 5px;
    font-size: 14px;
    flex-grow: 1;
    min-height: 50px;
    margin-bottom: 20px;
}

.vacancies__card-footer {
    display: flex;
    align-items: flex-end;
    gap: 12px;
    justify-content: space-between;
    flex-grow: 1;
}

.vacancies__card-labels {
    display: flex;
    align-items: center;
    gap: 8px;
    flex-wrap: wrap;
}

.vacancies__card-label {
    font-size: 12px;
    color: #787878;
    padding: 5px 10px;
    border-radius: 5px;
    background: #ECECEC;
}

.vacancies__card-link {
    padding: 5px 25px;
    background: linear-gradient(90deg, #5e0400 0%, #1c0100 100%);
    color: #fff;
    font-size: 12px;
    display: inline-flex;
    border-radius: 5px;
    transition: 0.3s;
}

.vacancies__card-link:hover {
    color: #c5c5c5;
}

.vacancies__form {
    margin-top: 55px;
    display: flex;
    align-items: center;
    flex-direction: column;
}

.vacancies__form--detail {
    width: 750px;
    align-items: flex-start;
    margin-top: 55px;
}

.vacancies__form--detail .vacancies__form-box {
    width: 100%;
}

.vacancies__form-box {
    padding: 30px;
    display: flex;
    flex-direction: column;
    width: 600px;
    max-width: 100%;
    box-shadow: 0 0 23px 0 #d8d8d8;
    background: #fff;
    border-radius: 5px;
    gap: 14px;
}







.static-page {
    font-size: 15px;
    color: #000;
    font-weight: 500;
}

.static-page__title {
    font-size: 44px;
    font-weight: 500;
    color: #000;
    position: relative;
    display: inline-flex;
    /*margin-bottom: 50px;*/
    text-transform: uppercase;
}

.static-page__title a {
    color: #000;
}

.static-page__counter {
    position: absolute;
    top: 0;
    left: 100%;
    font-size: 16px;
    font-weight: 600;
    color: #858585;
}

.static-page p {
    margin-bottom: 15px;
    line-height: 1.5;
    font-weight: 300;
}

.static-page ul {

}

.static-page .vacancies__columns li {
    position: relative;
    padding-left: 30px;
    margin-bottom: 12px;
    line-height: 1.4;
    font-weight: 300;
}

.static-page .vacancies__columns li::before {
    content: '';
    width: 8px;
    height: 8px;
    border-radius: 2px;
    background: linear-gradient(180deg, #000 0%, #c00800 100%);
    transform: rotate(-45deg);
    position: absolute;
    top: 7px;
    left: 7px;
}

.static-page__subtitle {
    font-size: 30px;
    color: var(--accent);
    font-weight: 500;
    margin-bottom: 30px;
}

.static-page__subtitle span {
    font-weight: 500;
}

.static-page__card {
    padding: 20px;
    background: #fff;
    box-shadow: 0 0 23px 0 #d8d8d8;
    border-radius: 5px;
    margin-top: 30px;
    width: 750px;
    max-width: 100%;
}

.static-page__card-title {
    display: block;
    font-size: 20px;
    font-weight: 500;
    color: var(--accent);
    margin-bottom: 18px;
}








.pip-form {

}

.pip-form input, .pip-form textarea {
    display: flex;
    padding: 13px 15px;
    line-height: 1.3;
    border: 1px solid #CDCDCD;
    color: #000;
    font-size: 14px;
    outline: none;
}

.pip-form textarea {
    min-height: 105px;
}

.pip-form input:focus, .pip-form input:active {
    outline: none;
}

.pip-form__attach-delete-btn {
    display: none;
    justify-content: center;
    align-items: center;
    padding: 10px;
    gap: 10px;
    border-radius: 5px;
    background: #CDCDCD;
    color: #fff;
    outline: none;
    border: 0;
    transition: 0.3s;
    font-weight: 500;
}

.pip-form__attach-delete-btn.active {
    display: flex;
}

.pip-form__attach-btn {
    display: flex;
    width: 100%;
    flex-grow: 1;
    justify-content: center;
    align-items: center;
    padding: 10px;
    gap: 10px;
    border-radius: 5px;
    background: #CDCDCD;
    color: #fff;
    outline: none;
    border: 0;
    transition: 0.3s;
    font-weight: 500;
}

.pip-form__attach-btn:hover {
    background: #c3c3c3;
}

.pip-form__submit {
    display: flex;
    width: 100%;
    justify-content: center;
    align-items: center;
    padding: 10px;
    gap: 10px;
    border-radius: 5px;
    color: #fff;
    outline: none;
    border: 0;
    transition: 0.3s;
    font-weight: 500;
    background: linear-gradient(90deg, #5e0400 0%, #1c0100 100%);
    min-height: 44px;
}

.pip-form__submit:hover {
    filter: hue-rotate(-35deg);
}

.pip-form__attach-block {
    display: flex;
    gap: 14px;
}






.mxlvl-tabs {
    max-width: 1300px;
}

.mxlvl-tabs__title {
    font-size: 32px;
    line-height: 1.25;
    margin-bottom: 20px;
}

.mxlvl-tabs__nav {
    display: block !important;
}

.mxlvl-tabs__nav-list {
    display: flex;
    align-items: center;
    /*margin-bottom: 45px;*/
    flex-wrap: wrap;
    gap: 10px;
}

.mxlvl-tabs__nav-btn {
    background: #fff;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 12px 20px;
    white-space: nowrap;
    color: #000;
    border: 0;
    cursor: pointer;
    transition: 0.3s;
    outline: none;
    width: auto !important;
    font-size: 16px;
    font-weight: 400;
    transition-property: unset !important;
    text-transform: uppercase;
}

.mxlvl-tabs__nav-btn:hover:not(.active) {
    background: #f9f9f9;
}

.mxlvl-tabs__nav-btn.active {
    background: linear-gradient(90deg, #5e0400 0%, #1c0100 100%);
    color: #fff;
}

.mxlvl-tabs__body {
    position: relative;
    overflow: hidden;
    border-radius: 5px;
}

.mxlvl-tabs__content {
    visibility: hidden;
    opacity: 0;
    color: #666;
    position: absolute;
    min-height: 100px;
    transition: opacity 0.3s, visibility 0.3s;
    top: 0;
    left: 0;
}

.mxlvl-tabs__content.active {
    transform: none;
    visibility: visible;
    opacity: 1;
    position: static;
}

.mxlvl-tabs__metro-list {
    display: flex;
    flex-wrap: wrap;
    gap: 10px 20px;
    margin-bottom: 20px;
}

.mxlvl-tabs__metro-item {
    display: flex;
    align-items: center;

    svg {
        margin-right: 5px;
    }
}





.team {
    padding: 40px 0;
}

.team__screen {
    display: flex;
    flex-direction: column;
    gap: 20px;
    border-radius: 5px;
    max-width: 1300px;
}

.team__header {
    display: flex;
    gap: 20px;
    align-items: center;
    justify-content: space-between;
}

.team__screen-title {
    font-size: 24px;
    font-weight: 500;
    color: #000;
    text-transform: uppercase;
}

.team__list {
    display: flex;
    flex-wrap: wrap;
    align-items: stretch;
    gap: 20px;
}

.team__item {
    display: flex;
    flex-direction: column;
    max-width: calc(25% - 15px);
    width: calc(25% - 15px);
    background: #fff;
}

.team__item-image img {
    width: 100%;
    height: 310px;
    object-fit: cover;
}

.team__info {
    display: flex;
    flex-direction: column;
    color: #000;
    flex-grow: 1;
    gap: 15px;
    padding: 10px 15px 15px;
}

.team__item-name {
    font-size: 18px;
    font-weight: 500;
}

.team__info-main {
    flex-grow: 1;
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.team__item-desc {
    flex-grow: 1;
    font-size: 14px;
    line-height: 1.3;
    font-weight: 300;
}

.team__item-props {
    display: flex;
    flex-direction: column;
    gap: 6px;
    font-size: 14px;
}

.team__item-prop {
    display: flex;
    align-items: center;
    gap: 10px;
    color: #414141;
}

.team__item-btn {
    padding: 6px 25px;
    background: linear-gradient(90deg, #5e0400 0%, #1c0100 100%);
    color: #fff;
    font-size: 14px;
    display: inline-flex;
    border-radius: 5px;
    transition: 0.3s;
    gap: 10px;
    justify-content: center;
}

.team__item-btn:hover {
    color: #c5c5c5;
    opacity: 8;
}

.team__form {
    width: 600px;
}

.team__form .static-page__subtitle {
    text-align: center;
}

.team__form-box {
    display: flex;
    flex-direction: column;
    max-width: 100%;
    background: #fff;
    border-radius: 5px;
    gap: 14px;
}

.lectory__content {
    color: #000;
}

.lectory__preview {
    font-size: 18px;
    font-weight: 300;
    display: flex;
    gap: 40px;
    max-width: 960px;
    margin-bottom: 75px;
}

.lectory__person {
    display: flex;
    flex-direction: column;
    min-width: 230px;
    gap: 5px;
}

.lectory__person-image {
    display: block;
    width: 200px;
    height: auto;
    margin-bottom: 15px;
    border-radius: 120px;
}

.lectory__person-name {
    text-transform: uppercase;
    font-size: 18px;
    font-weight: 600;
    color: #141414;
}

.lectory__person-desc {
    font-size: 16px;
    font-weight: 300;
    color: #000;
}

.lectory__items-group {
    display: flex;
    flex-direction: column;
    margin-bottom: 80px;
}

.lectory__items-group-title {
    display: block;
    font-size: 24px;
    font-weight: 500;
    color: #141414;
    margin-bottom: 32px;
    text-transform: uppercase;
    letter-spacing: -0.5px;
}

.lectory__event-items-list {
    display: flex;
    flex-direction: column;
    gap: 25px;
}

.lectory__event-item {
    display: flex;
}

.lectory__event-cover {
    min-width: 600px;
    max-width: 600px;
    height: 400px;
    padding: 25px;
    position: relative;
    display: flex;
    flex-direction: column;
}

.lectory__event-cover::before {
    content: '';
    background: rgba(0,0,0,0.2);
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 2;
}

.lectory__event-cover-image {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    z-index: 1;
}

.lectory__event-title {
    z-index: 3;
    position: relative;
    font-size: 26px;
    font-weight: 700;
    line-height: 1.4;
    text-transform: uppercase;
    margin-bottom: 30px;
    display: block;
    color: #fff;
}

.lectory__event-props {
    z-index: 3;
    position: relative;
    display: flex;
    flex-direction: column;
    color: #fff;
    font-size: 18px;
    font-weight: 500;
    line-height: 1.3;
    gap: 20px;
    flex-grow: 1;
}

.lectory__event-prop {
    display: flex;
    gap: 5px;
    font-weight: 500;
}

.lectory__event-lector {
    z-index: 3;
    position: relative;
    font-size: 20px;
    font-weight: 500;
    color: #fff;
}

.lectory__event-lector-image {
    z-index: 3;
    position: absolute;
    bottom: 25px;
    right: 25px;
    max-width: 125px;
    border-radius: 50%;
    border: 3px solid #fff;
}

.lectory__event-content {
    background: #fff;
    padding: 25px;
    font-weight: 300;
    font-size: 16px;
    height: 400px;
    position: relative;
}

.lectory__event-text strong, .lectory__event-text b {
    font-weight: 400;
}

.lectory__event-text {
    height: 310px;
    overflow-y: auto;
    padding-bottom: 20px;
}

.lectory__event-text:after {
    content: '';
    position: absolute;
    bottom: 65px;
    left: 0;
    width: 100%;
    height: 50px;
    background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, #fff 100%);
}

.lectory__event-buttons {
    position: relative;
    display: flex;
    gap: 16px;
}

.lectory__btn {
    display: inline-flex;
    align-items: center;
    padding: 8px 20px;
    color: #fff;
    border-radius: 5px;
    font-size: 14px;
    font-weight: 500;
    gap: 10px;
    background: #000;
    transition: 0.3s;
}

.lectory__btn:hover {
    color: #fff;
    background: #2b2b2b;
}

.lectory__btn--secondary {
    background: #464646;
}

.lectory__btn--secondary:hover {
    color: #fff;
    background: #8A8A8A;
}

.lectory__reviews-modal {
    width: 900px;
    padding: 25px;
    color: #000;
}

.lectory__reviews-modal-title {
    display: block;
    font-size: 28px;
    color: #141414;
    margin-bottom: 10px;
    font-weight: 500;
}

.lectory__reviews-modal-desc {
    font-size: 18px;
    line-height: 1.4;
    font-weight: 300;
    margin-bottom: 25px;
}

.lectory__reviews-modal-desc p {
    font-weight: 300;
}

.lectory__reviews-list {
    display: flex;
    flex-direction: column;
    gap: 30px;
}

.lectory__reviews-item {
    display: flex;
    gap: 20px;
}

.lectory__reviews-item-content {
    display: flex;
    flex-direction: column;
}

.lectory__reviews-item-title {
    display: block;
    font-size: 22px;
    font-weight: 500;
    margin-bottom: 12px;
}

.lectory__reviews-item-text {
    font-size: 16px;
    font-weight: 300;
    line-height: 1.4;
}

.lectory__reviews-item-text p {
    font-size: 16px;
    font-weight: 300;
    line-height: 1.4;
    margin-bottom: 15px;
}

.lectory__reviews-item-text p:last-child {
    margin-bottom: 0;
}

.lectory__reviews-item-photo {
    min-width: 130px;
    max-width: 130px;
}

.lectory__reviews-item-photo {
    position: relative;
}

.lectory__reviews-item-photo img {
    display: block;
    width: 130px;
    height: 130px;
    border-radius: 50%;
    object-fit: contain;
}

.lectory__reviews-item-photo .lectory__reviews-item-mark {
    position: absolute;
    top: 90px;
    right: 0;
    width: 54px;
    height: 54px;
    border-radius: 0;
}


@media (max-width: 1199px) {
    .vacancies {
        padding: 30px 0;
        margin-bottom: -50px;
        display: flex;
        flex-direction: column;
    }
    .static-page__title {
        align-self: flex-start;
        /*margin-bottom: 20px;*/
    }
    .vacancies__columns {
        flex-direction: column;
        order: 2;
    }
    .vacancies__columns + .static-page__subtitle {
        display: none;
    }
    .vacancies__list-image {
        flex-direction: column;
        margin: 0;
    }
    .static-page__title {
        font-size: 30px;
    }
    .vacancies__list-image img {
        margin: 0;
        width: 100%;
    }
    .vacancies img {
        width: 100%;
    }
    .vacancies__col--images {
        padding: 0;
        min-width: unset;
    }
    /*.vacancies__col--images img:last-child {
        display: none;
    }
    .vacancies__list-image img {
        display: none;
    }*/
    .static-page__subtitle {
        font-size: 24px;
        margin-bottom: 20px;
    }
    .vacancies__cards {
        flex-direction: column;
    }
    .vacancies__card-item {
        width: 100%;
        padding: 15px;
    }
    .vacancies__card-footer {
        flex-wrap: wrap;
    }
    .vacancies__card-link {
        width: 100%;
        justify-content: center;
        padding: 7px 20px;
    }
    .vacancies__card-title {
        font-size: 19px;
    }
    .vacancies__form {
        margin-top: 30px;
    }
    .vacancies__form-box {
        padding: 15px;
    }
    .static-page__card {
        padding: 15px;
    }
    .vacancies__form--detail {
        width: 100%;
        order: 3;
    }
    .pip-form__attach-btn svg {
        min-width: 25px;
    }
    .pip-form__attach-block {
        justify-content: center;
    }
    .pip-form__attach-btn {
        width: calc(100% - 58px);
    }
    .pip-form__attach-btn span {
        text-overflow: ellipsis;
        overflow: hidden;
    }
    .mxlvl-tabs__nav-list {
        border-radius: 5px;
        overflow: hidden;
    }
    .mxlvl-tabs__nav-btn {
        box-shadow: 0 0 10px 0 #d8d8d8;
        flex-grow: 1;
        border-radius: 0 !important;
    }
    .team__header {
        flex-direction: column;
        align-items: flex-start;
        gap: 12px;
    }
    .team__list {
        flex-direction: column;
        gap: 20px;
    }
    .team__item {
        max-width: 100%;
        width: 100%;
    }
    .team__screen {
        padding: 12px 15px;
    }
    .nice-select .list {
        right: unset;
        left: 0 !important;
    }
    .nice-select .option {
        max-width: 300px;
        text-overflow: ellipsis;
        overflow: hidden;
    }
    .nice-select {
        width: 100% !important;
        padding-left: 18px !important;
        padding-right: 30px !important;
    }
    .nice-select span, .nice-select .current {
        width: 100% !important;
        overflow-x: hidden;
        text-overflow: ellipsis;
        display: block;
        font-size: 14px;
    }
    .mxlvl-tabs__nav-btn {
        font-size: 12px;
        padding: 14px;
    }
    .fancybox-content {
        padding: 20px 15px !important;
    }
    .team__form {
        width: 100%;
    }
    .team__form .static-page__subtitle {
        font-size: 18px;
    }
    .label {
        bottom: unset !important;
    }
    .lectory__preview {
        flex-direction: column-reverse;
        margin-bottom: 50px;
    }
    .lectory__person {
        align-items: center;
    }
    .lectory__desc {
        font-size: 14px;
        line-height: 1.4;
    }
    .lectory__items-group-title {
        font-size: 20px;
    }
    .lectory__event-items-list {
        width: calc(100% + 48px);
        margin: 0 -24px;
    }
    .lectory__event-item {
        flex-direction: column;
    }
    .lectory .mxlvl-tabs__body {
        overflow: unset;
    }
    .lectory__event-cover {
        min-width: unset;
        max-width: 100%;
        padding: 18px;
        height: 300px;
    }
    .lectory__event-title {
        font-size: 16px;
        line-height: 1.5;
        margin-bottom: 15px;
    }
    .lectory__event-prop {
        align-items: center;
    }
    .lectory__event-prop svg {
        min-width: 28px;
    }
    .lectory__event-props {
        font-size: 14px;
    }
    .lectory__event-lector-image {
        width: 50px;
        height: 50px;
        bottom: 15px;
        right: 15px;
    }
    .lectory__event-lector {
        font-size: 14px;
    }
    .lectory__event-content {
        padding: 15px;
    }
    .lectory__event-buttons {
        flex-direction: column;
    }
    .lectory__btn {
        justify-content: center;
    }
    .lectory__items-group--past .lectory__event-text {
        height: 270px;
    }
    .lectory__items-group--past .lectory__event-text:after {
        bottom: 115px;
    }
    .lectory__items-group:last-child {
        margin-bottom: 0;
    }
    .lectory__reviews-modal-title {
        font-size: 24px;
    }
    .lectory__reviews-modal-desc p {
        font-size: 15px;
    }
    .lectory__reviews-item-photo {
        min-width: 50px;
        max-width: 50px;
        position: absolute;
        left: 0;
        top: 0;
    }
    .lectory__reviews-item-photo img {
        width: 50px;
        height: 50px;
    }
    .lectory__reviews-item-photo .lectory__reviews-item-mark {
        width: 24px;
        height: 24px;
        top: 32px;
    }
    .lectory__reviews-item {
        position: relative;
    }
    .lectory__reviews-item-title {
        margin-top: 12px;
        padding-left: 65px;
        font-size: 18px;
        margin-bottom: 28px;
    }
    .lectory__reviews-item-text p {
        font-size: 14px;
    }
    .lectory__reviews-item--no-photo .lectory__reviews-item-title {
        padding-left: 0;
        margin-bottom: 12px;
    }
}

@media (min-width: 1920px) {
    .vacancies__list-image img {
        margin-top: 130px;
    }
}

.pip-header {
    background: #000000;
    position: sticky;
    top: 0;
    left: 0;
    z-index: 10;
}

.pip-header__inner {
    display: flex;
    align-items: center;
    max-width: 1440px;
    padding: 24px 30px;
    margin: 0 auto;
    gap: 28px;
}

.pip-header__logo-mob-icon {
    display: none;
}
.pip-header__content-col {
    flex-grow: 1;
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    align-self: stretch;
    justify-content: space-around;
}

.pip-header__nav-list {
    display: flex;
    align-items: center;
    gap: 20px;
}

.pip-header__interactive-sec {
    display: flex;
    align-items: center;
    gap: 35px;
}

.pip-header__search {
    width: 100%;
    background: #fff;
    border-bottom: 1px solid #DADADA;
}

.pip-header__nav-item a {
    color: #fff;
    font-size: 16px;
    font-weight: 400;
    transition: 0.3s;
    padding-bottom: 2px;
}

.pip-header__nav-item a:hover, .pip-header__nav-item.active a {
    color: #ffb9b9;
}

/*.pip-header__nav-item_catalog a {
    display: inline-flex;
    padding: 7px 16px 9px;
    border: 1px solid #5d0401;
    background: linear-gradient(90deg, #5e0400 0%, #1c0100 100%);
    border-radius: 5px;
    color: #fff;
}

.pip-header__nav-item_accent a {
    color: #BF0800;
}*/

.pip-header__nav-item_catalog a:hover {
    color: #fff;
    opacity: .8;
}

.pip-header__nav-item {
    display: flex;
    align-items: center;
    align-self: stretch;
}

.pip-header__phone-link {
    display: inline-flex;
    align-items: center;
    gap: 5px;
}

.pip-header__interactive-item {
    position: relative;
    min-height: 34px;
    align-items: center;
    display: flex;
    transition: 0.3s;
}

.pip-header__interactive-item a {
    font-size: 16px;
    color: #fff;
    transition: 0.3s;
}

.pip-header__interactive-item-counter {
    position: absolute;
    top: -10px;
    right: -10px;
    display: inline-flex;
    font-size: 12px;
    background: #ff00005e;
    width: 20px;
    height: 20px;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
    line-height: 1;
}

.pip-header__interactive-item-counter:empty {
    display: none;
}

.pip-header__interactive-item path {
    transition: 0.3s;
}

.pip-header__interactive-item_phone:hover path {
    fill: #ffb9b9;
}

.pip-header__interactive-item_phone:hover a {
    color: #ffb9b9;
}

.pip-header__interactive-item_favorites:hover path {
    stroke: #ffb9b9;
}

.pip-header__interactive-item_cart:hover path:nth-child(1) {
    fill: #ffb9b9;
}

.pip-header__interactive-item_cart:hover path:nth-child(2) {
    fill: #ffb9b9;
}

.pip-header__interactive-item_cart:hover path:nth-child(3) {
    stroke: #ffb9b9;
}

.pip-header__interactive-item_burger:hover path {
    stroke: #ffb9b9;
}


.pip-header__search .search-new__button-container {
    max-width: 1440px;
    width: 100%;
    margin: 0 auto;
    padding: 0 30px;
}

.pip-header__search .search-new__button-container form {
    display: flex;
    align-items: center;
}

.pip-header__search .search-new__input {
    flex-grow: 1;
    padding: 0;
    display: block;
    box-sizing: border-box;
    min-height: 40px;
}

.search-new__submit-btn {
    height: 40px;
    width: 40px;
    display: inline-flex;
    background: 0;
    border: 0;
    align-items: center;
    justify-content: center;
    cursor: pointer;
}

body div.title-search-result {
    position: fixed !important;
    top: 175px !important;
    outline: none;
    border: 1px solid #dadada;
    max-height: 40dvh;
    overflow-y: auto;
    width: 100%;
}

table.title-search-result {
    width: 1440px !important;
    margin: 0 auto;
}

.search-new__submit-btn path {
    transition: 0.3s;
}

.search-new__submit-btn:hover path {
    stroke: #000;
}

@media screen and (min-width: 1920px) {
    html {
        font-size: 14px;
    }
}

.pip-catalog-menu {
    max-width: 1200px;
    padding: 25px 30px;
    background: hsl(0 0% 10% / 1);
}

.pip-catalog-menu__title {
    font-size: 36px;
    font-weight: 600;
    margin-bottom: 30px;
    line-height: 1.2;
    color: #fff;
    letter-spacing: -0.5px;
}

.pip-catalog-menu__section {
    display: flex;
    flex-direction: column;
    gap: 20px;
    margin-bottom: 40px;
}

.pip-catalog-menu__section-link {
    font-size: 20px;
    font-weight: 500;
    color: #fff;
    border-bottom: 1px solid #fff;
    display: inline-flex;
    width: auto;
    align-self: flex-start;
    transition: 0.3s;
}

.pip-catalog-menu__section-link:hover {
    color: #ff433c;
}

.pip-catalog-menu__subsection {
    display: flex;
    flex-wrap: wrap;
    gap: 12px 20px;
}

.pip-catalog-menu__subsection-link {
    font-size: 14px;
    min-width: 250px;
    max-width: 250px;
    color: #fff;
    font-weight: 400;
    text-decoration: underline;
    transition: 0.3s;
}

.pip-catalog-menu__subsection-link:hover {
    color: #ff433c;
}

.pip-catalog-menu__subsection-link_active {
    color: #ff433c;
    text-decoration: none;
}

body.pip-theme-page .tabs {
    margin: 0 -19px;
}

body.pip-theme-page .tabs .row {
    margin-left: 0;
    margin-right: 0;
    margin-top: 0;
}

body.pip-theme-page .tabs_count, .sub-tabs_count {
    padding-top: 0;
}

@media (max-width: 1340px) {
    .pip-header__nav-item a {
        font-size: 14px;
    }
    .pip-header__inner {
        gap: 20px;
    }
}

@media (max-width: 1200px) {
    .pip-header__nav {
        display: none;
    }
    .pip-header__logo-mob-icon {
        display: block;
    }
    .pip-header__logo-desktop {
        display: none;
    }
    .pip-header__community svg {
        height: 50px;
    }
    body div.title-search-result {
        top: 121px !important;
    }
}

@media (max-width: 768px) {
    .pip-header__community {
        position: absolute;
    }
    .pip-header__phone-link span {
        display: none;
    }
    .pip-header__inner {
        padding: 8px 15px;
    }
    .bx-touch .header + .container {
        padding-top: 20px !important;
    }
    .pip-header__search .search-new__button-container {
        display: block;
    }
    .pip-header__interactive-sec {
        gap: 20px;
    }
    .pip-header__community {
        top: 90px;
        width: 70px;
        height: 50px;
        right: 0;
    }
    .pip-header__community a {
        display: flex;
    }
    .pip-theme-page {
        max-width: 100%;
        overflow-x: hidden;
    }
    .pip-header__search .search-new__button-container {
        padding: 0 0 0 15px;
    }
    body div.title-search-result {
        top: 90px !important;
    }
    body.pip-theme-page .tabs .col-lg-6.col-md-12 {
        padding: 0;
        width: 100%;
    }
    body.pip-theme-page .opt-block {
        padding: 0;
    }
    body.pip-theme-page .tabs {
        margin: 0;
    }
    body.pip-theme-page .tabs_count, .sub-tabs_count {
        display: block;
        width: 100%;
    }
    .pip-theme-page .service.apxc {
        padding-top: 50px;
    }
}

.pip-sliding-menu__wrapper {
    position: fixed;
    top: 0;
    left: 0;
    width: 100dvw;
    height: 100dvh;
    visibility: hidden;
    z-index: 997;
    display: flex;
    justify-content: flex-end;
    background: rgba(255, 255, 255, 0);
    transition: 0.3s;
    opacity: 0;
}

.pip-sliding-menu__wrapper.active {
    visibility: visible;
    opacity: 1;
    background: rgba(255, 255, 255, 0.8);
}

.pip-sliding-menu__inner-container {
    width: 350px;
    background: #fff;
    padding: 50px 25px;
    position: relative;
    transform: translateX(100%);
    opacity: 0;
    transition: 0.3s;
    max-width: 95dvw;
}

.pip-sliding-menu__overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100dvw;
    height: 100dvh;
}

.pip-sliding-menu__inner-container.active {
    transform: none;
    opacity: 1;
}

.pip-sliding-menu__close {
    background: 0;
    border: 0;
    display: flex;
    width: 40px;
    height: 40px;
    justify-content: center;
    align-items: center;
    position: absolute;
    top: 5px;
    right: 20px;
    padding: 0;
}

.pip-sliding-menu__wrapper .sliding-menu__item a {
    padding-left: 0;
}

.pip-sliding-menu__wrapper .sliding-menu__inner-item a {
    padding: 10px 0;
}

.pip-sliding-menu__wrapper .dop_mobile_menu ul {
    padding: 0;
}

.pip-sliding-menu__wrapper .dop_mobile_menu ul li a {
    padding: 6px 0;
    display: block;
}

.b-footer__wrap {
    flex-grow: 1;
}

.b-footer__wrap .callback-number__ {
    margin-top: 30px;
}

.pip-events__item {
    min-height: 440px;
    position: relative;
    display: flex;
    padding: 25px;
    flex-direction: column;
    justify-content: space-between;
    align-items: flex-start;
    margin-bottom: 40px;
}

.pip-events__item:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
    z-index: 2;
}

.pip-events__item-image-container {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
}

.pip-events__item-image-container img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    position: absolute;
    top: 0;
    left: 0;
}

.pip-events__item-title {
    position: relative;
    color: #fff;
    font-weight: 700;
    font-size: 26px;
    text-transform: uppercase;
    line-height: 1.4;
    z-index: 3;
    width: 1100px;
    max-width: 100%;
}

.pip-events__item-more {
    display: inline-flex;
    z-index: 3;
    background: #fff;
    color: #000;
    gap: 10px;
    align-items: center;
    font-size: 16px;
    font-weight: 500;
    border-radius: 5px;
    padding: 8px 40px;
    line-height: 1;
    transition: 0.3s;
}


.pip-events__item-more:hover {
    opacity: 0.9;
}

.pip-events__page-title {
    font-size: 26px;
    text-transform: uppercase;
    color: #000;
    font-weight: 500;
    line-height: 1.5;
    width: 925px;
    max-width: 100%;
}

.pip-event-detail__grid {
    width: 1300px;
    max-width: 100%;
}

.pip-event-detail__asset {
    width: 300px;
    margin-bottom: 12px;
}

.pip-event-detail__asset-image {
    width: 300px;
    object-fit: contain;
    display: block;
    border-radius: 5px;
}

.pip-event-detail__desc {
    font-size: 18px;
    font-weight: 300;
    width: 1100px;
    max-width: 100%;
    margin-bottom: 40px;
    color: #000;
}

.pip-event-detail__asset_video {
    position: relative;
    border-radius: 10px;
    overflow: hidden;
}

.pip-event-detail__asset_video:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
}

.pip-event-detail__asset-play {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.pip-event-detail__asset-desc {
    display: inline-flex;
    font-size: 10px;
    font-weight: 500;
    color: #fff;
    padding: 4px 10px;
    border-radius: 10px;
    background: rgba(255,255,255,0.2);
    position: absolute;
    bottom: 8px;
    right: 8px;
}

@media (max-width: 1199px) {
    .pip-events__item {
        align-items: center;
    }
    .pip-events__item-title {
        font-size: 18px;
        line-height: 1.5;
    }
    .pip-events__item-more {
        padding: 8px 15px;
    }
    .pip-events__page-title {
        font-size: 20px;
    }
    .pip-event-detail__desc {
        font-size: 14px;
    }
}

@media (max-width: 768px) {
    .pip-event-detail__asset {
        width: 100%;
    }
    .pip-event-detail__asset-image {
        width: 100%;
    }
}

.pip-footer {
    margin-top: 50px;
}

.pip-media__body {
    display: flex;
    gap: 20px;
}

.pip-media__title {
    font-size: 20px;
    font-weight: 500;
    margin-bottom: 20px;
    color: #000;
}

.pip-media__social-links {
    display: flex;
    flex-direction: column;
    gap: 10px;
    width: 430px;
}

.pip-media__social-item {
    padding: 17px 15px;
    display: flex;
    flex-direction: column;
    color: #fff;
    background: #1b1810;
    border-radius: 5px;
    gap: 12px;
    position: relative;
    transition: .3s;
}

.pip-media__social-item:before {
    position: absolute;
    content: '';
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: 0;
    transition: 0.3s;
    border-radius: 5px;
}

.pip-media__social-item:hover {
    color: #fff;
}

.pip-media__social-item_tg {
    background: linear-gradient(90deg, #1b1810 58.17%, #29a1dd 100%);
}

.pip-media__social-item_tg::before {
    background: linear-gradient(90deg, #1b1810 28.17%, #29a1dd 100%);
    opacity: 0;
}

.pip-media__social-item_tg:hover::before {
    background: linear-gradient(90deg, #1b1810 28.17%, #29a1dd 100%);
    opacity: 1;
}

.pip-media__social-item_vk {
    background: linear-gradient(90deg, #1b1810 58%, #07f 100%);
}

.pip-media__social-item_vk::before {
    background: linear-gradient(90deg, #1b1810 28.17%, #07f 100%);
    opacity: 0;
}

.pip-media__social-item_vk:hover::before {
    background: linear-gradient(90deg, #1b1810 28.17%, #07f 100%);
    opacity: 1;
}

.pip-media__social-item-title {
    font-size: 15px;
    font-weight: 500;
    position: relative;
}

.pip-media__social-item-desc {
    font-size: 14px;
    font-weight: 300;
    width: 325px;
    position: relative;
}

.pip-media__social-item-icon {
    position: absolute;
    top: 15px;
    right: 15px;
}

.pip-media__social-banner {
    flex-grow: 1;
    border-radius: 5px;
    padding: 12px 20px 20px;
    background: url(img/footer-media-bg.jpg) center no-repeat;
    color: #fff;
    background-size: cover;
}

.pip-media__social-header {
    position: relative;
    display: flex;
    flex-direction: column;
    margin-bottom: 18px;
}

.pip-media__social-header-title {
    font-weight: 900;
    font-size: 34px;
    margin-bottom: 4px;
}

.pip-media__social-banner-desc {
    font-weight: 600;
    font-size: 16px;
}

.pip-media__phone-wrap {
    position: absolute;
    top: 0;
    right: 0;
}

.pip-media__phone-wrap .callback-number__phone-link {
    backdrop-filter: blur(5px);
    background: rgba(255, 255, 255, 0.3);
    color: #fff;
    border-radius: 5px;
    padding: 10px;
    width: 236px;
    min-height: 44px;
    display: inline-flex;
    gap: 10px;
    justify-content: center;
    align-items: center;
    font-size: 16px;
    font-weight: 500;
}

.pip-media__phone-wrap .callback-number__phone-link:hover {
    opacity: .8;
}

.pip-media__social-banner-body {
    display: flex;
    gap: 25px;
}

.pip-media__social-icons-wrap {
    display: flex;
    flex-wrap: wrap;
    backdrop-filter: blur(5px);
    background: rgba(255, 255, 255, 0.3);
    border-radius: 5px;
    min-width: 200px;
    max-width: 200px;
    height: 180px;
}

.pip-media__social-icons-item {
    width: 100px;
    height: 90px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    flex-direction: column;
    gap: 9px;
    text-align: center;
}

.pip-media__social-icons-item:nth-child(1), .pip-media__social-icons-item:nth-child(3) {
    border-right: 1px solid rgba(255, 255, 255, 0.2);
}

.pip-media__social-icons-item:nth-child(1), .pip-media__social-icons-item:nth-child(2) {
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}

.pip-media__social-icons-item:hover {
    color: #fff;
}

.pip-media__social-icons-item svg {
    transition: 0.3s;
}

.pip-media__social-icons-item:hover svg {
    transform: scale(1.1);
}

.pip-media__social-banner-body-col {
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    width: 100%;
}

.pip-media__subscribe-form {
    border-radius: 5px;
    padding: 20px;
    box-shadow: 0 2px 40px 0 rgba(164, 164, 164, 0.25);
    background: rgba(255, 255, 255, 0.3);
    backdrop-filter: blur(5px);
}

.pip-media__subscribe-form .sub-title-elem {
    font-size: 15px;
    color: #fff;
    width: 380px;
}

.pip-subscribe-form {
    display: flex;
    gap: 12px;
}

.pip-subscribe-form .bx-form-control {
    border: 1px solid #fff;
    border-radius: 5px;
    padding: 14px 15px 15px;
    outline: none;
}

.pip-media__subscribe-form .subscribe-block .btn-subscribe {
    display: inline-flex;
    width: 148px;
    border: 0;
    border-radius: 5px;
    justify-content: center;
    align-items: center;
    gap: 8px;
    text-align: center;
    color: #fff;
    transition: 0.3s;
}

.pip-media__subscribe-form .subscribe-block .btn-subscribe:hover {
    background: #2b2b2b;
}

.pip-media__subscribe-form .subscribe-block .half-side {
    width: unset;
}

.pip-subscribe-form__field-wrap {
    flex-grow: 1;
}

.pip-menus {
    background: #F4F4F4;
    padding: 25px 0 60px;
    margin-top: 46px;
}

.pip-menus__wrap {
    display: flex;
    gap: 50px;
}

.pip-menus__wrap .b-footer_list-wrap {
    display: flex;
    gap: 30px;
}

.pip-menus .container {
    display: flex;
    justify-content: space-between;
}

.pip-menus__item-title {
    font-size: 15px;
    font-weight: 500;
    color: #000;
    margin-bottom: 15px;
}

.pip-menus__item a {
    color: #000;
    font-weight: 400;
    transition: 0.3s;
}

.pip-menus__item a:hover {
    color: #717171;
}

.pip-menus__item .b-footer_menu-b-1 {
    display: flex;
    width: auto;
    flex-direction: column;
    gap: 8px;
    font-size: 15px;
}

.pip-menus__item .b-footer_list {
    display: flex;
    flex-direction: column;
    gap: 8px;
    font-size: 15px;
}

.pip-bottom {
    padding: 14px 0;
}

.pip-bottom .container {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.pip-copyright {
    display: flex;
    flex-direction: column;
    gap: 6px;
}

.pip-copyright__title {
    font-size: 14px;
    color: #101010;
}

.pip-copyright__desc {
    font-size: 14px;
    color: #AFAFAF;
}

.social-links {
    display: flex;
    align-items: center;
    gap: 10px;
    width: auto;
}

@media (max-width: 1365px) {
    .pip-footer .container, .pip-menus .container, .pip-bottom .container {
        width: 100%;
    }
}

@media (max-width: 1200px) {
    .pip-media__body {
        flex-direction: column;
    }
    .simple_consult23_btn__fixed {
        top: unset !important;
        right: 15px !important;
        bottom: 60px;
    }
    .pip-media__social-links {
        width: 100%;
    }
}

@media (max-width: 1050px) {
    .pip-menus__logo {
        display: none;
    }
}

@media (max-width: 768px) {
    .pip-media__subscribe-form .sub-title-elem {
        display: block;
    }
    .mobile-callback-button {
        display: none !important;
    }
    .simple_consult23_btn__fixed {
        bottom: 20px !important;
        right: 20px !important;
    }
    .pip-media__phone-wrap {
        position: static;
        margin-top: 20px;
    }
    .pip-media__phone-wrap .callback-number__phone-link {
        width: 100%;
    }
    .pip-media__social-banner-body {
        flex-direction: column;
        gap: 10px;
    }
    .pip-media__social-header {
        margin-bottom: 10px;
    }
    .pip-media__social-icons-wrap {
        width: 100%;
        max-width: 100%;
    }
    .pip-media__social-icons-item {
        width: 50%;
    }
    .pip-menus__wrap {
        flex-wrap: wrap;
        gap: 40px 90px;
    }
    .pip-menus .b-footer_category, .pip-menus .b-footer_contacts {
        border: 0;
    }
    .pip-menus__wrap .b-footer_list-wrap {
        flex-direction: column;
        gap: 8px;
    }
    .pip-menus {
        padding: 25px 0 35px;
    }
    .pip-menus .b-footer_list li {
        padding: 0;
    }
    .pip-bottom .container {
        flex-direction: column;
        gap: 22px;
        align-items: flex-start;
    }
    .pip-subscribe-form {
        flex-direction: column;
    }
    .pip-media__subscribe-form .subscribe-block .btn-subscribe {
        width: 100%;
    }
    .pip-media__subscribe-form .sub-title-elem {
        width: 100%;
        line-height: 1.3;
    }
    .pip-footer {
        max-width: 100%;
        overflow: hidden;
    }
}

/* увеличенная картинка */
#magnify {
    display: none;
    /* position: absolute; upd: 24.10.2016 */
    position: fixed;
    max-width: 600px;
    height: auto;
    z-index: 9999;
}
#magnify img {
    width: 100%;
}
/* затемняющий фон */
#overlay {
    display: none;
    background: #000;
    position: fixed;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    opacity: 0.5;
    z-index: 9990;
}
/* кнопка закрытия */
#close-popup {
    width: 30px;
    height: 30px;
    background: #FFFFFF;
    border: 1px solid #AFAFAF;
    border-radius: 15px;
    cursor: pointer;
    position: absolute;
    top: 15px;
    right: 15px;
}
#close-popup i {
    width: 30px;
    height: 30px;
    background: url(https://codernote.ru/files/cross.png) no-repeat center center;
    background-size: 16px 16px;
    display: block;
}
@keyframes rota {
    25% { transform: rotate(360deg); }
}
#close-popup:hover {
    animation: rota 4s infinite normal;
    -webkit-animation-iteration-count: 1;
    animation-iteration-count: 1;
}/* увеличенная картинка */
#magnify {
    display: none;
    /* position: absolute; upd: 24.10.2016 */
    position: fixed;
    max-width: 600px;
    height: auto;
    z-index: 9999;
}
#magnify img {
    width: 100%;
}
/* затемняющий фон */
#overlay {
    display: none;
    background: #000;
    position: fixed;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    opacity: 0.5;
    z-index: 9990;
}
/* кнопка закрытия */
#close-popup {
    width: 30px;
    height: 30px;
    background: #FFFFFF;
    border: 1px solid #AFAFAF;
    border-radius: 15px;
    cursor: pointer;
    position: absolute;
    top: 15px;
    right: 15px;
}
#close-popup i {
    width: 30px;
    height: 30px;
    background: url(https://codernote.ru/files/cross.png) no-repeat center center;
    background-size: 16px 16px;
    display: block;
}
@keyframes rota {
    25% { transform: rotate(360deg); }
}
#close-popup:hover {
    animation: rota 4s infinite normal;
    -webkit-animation-iteration-count: 1;
    animation-iteration-count: 1;
}


@media (max-width: 1050px) {
    .team__item-image img {
        width: 100%;
        object-fit: unset;
        height: auto;
    }
}