:root {
    --swiper-cube-image-padding: 0;
    --menu-list-gap: 60px;
}

*,
*::before,
*::after {
    box-sizing: border-box;
}

ul,
p {
    margin: 0;
}

.header__404 {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;

    font-size: 489px;
}


html {
    scroll-behavior: smooth;
}

.hidden__element {
    display: none !important;
}

@media screen and (max-width: 1440px) {
    .header__404 {
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;

        padding: 10vw;

        font-size: 25vw;
    }
}

.header__container {
    transition: opacity 0.3s ease-in-out;
    padding-bottom: 21px;
    border-bottom: 1px solid black;

    justify-content: space-between;
}

.years-pagination__item {
    color: var(--Black, #101010);
    cursor: pointer;
}
.no-scroll {
    overflow: hidden;
}
.header__container[data-ui-position="fixed"] {
    transition: opacity 0.2s ease-in-out, transform 0.3s ease-in-out;
    transform: translate(0, -200px);
    opacity: 0;
    position: fixed;
    z-index: 199;
    top: 0;
    background: var(--main-background);
    width: 100%;
    margin-top: 0;
    padding-top: var(--main-margin-sm);
    max-width: unset;
    padding-right: 8vw;
    padding-left: 8vw;
}

.main-catalog_mobile {
    display: none;
}

.header__list {
    gap: 18px;

    width: 100%;
    justify-content: start;
}

.header__list a {
    cursor: pointer;
}
.first_element a
{
    font-family: "IBM", sans-serif;
    font-size: 20px;
    color:white;
    font-weight: 400;
}
.header__list a#header-cart {
    display: flex;
    position: relative;
}

.header__list li > button {
    display: flex;
    flex-direction: column;
    justify-content: center;
}

section:has(.search-results) .search-results {
    position: absolute;
    left: 0;
}

input::placeholder {
    max-width: 90% !important;
}

#header-profile {
    z-index: 16;
    position: relative;
}

.header-profile {
    position: absolute;
    filter: drop-shadow(0px 7px 16px rgba(0, 0, 0, 0.10)) drop-shadow(-2px 29px 29px rgba(0, 0, 0, 0.09)) drop-shadow(-4px 66px 40px rgba(0, 0, 0, 0.05)) drop-shadow(-7px 117px 47px rgba(0, 0, 0, 0.01)) drop-shadow(-12px 183px 51px rgba(0, 0, 0, 0.00));
    z-index: 15;
}

.header-profile__placeholder {
    width: 51px;
    height: 51px;
    border-radius: 5px;
    background: rgba(247, 247, 247, 1);
    position: absolute;
    top: -10px;
    left: -13px;
}

.header-profile__container {
    position: absolute;
    top: 27px;
    width: 442px;
    border-radius: 5px;
    right: calc(100% - 80px);
    z-index: 13;
    background: rgba(247, 247, 247, 1);

    padding: 30px 20px 40px;

    display: flex;
    flex-direction: column;
    gap: 20px;

    .button__orange {
        height: 64px;
    }

    h3 {
        margin: 0
    }
}

.header-profile__reset-pass {
    font-size: 16px;
    font-weight: 400;
    line-height: 22.4px;

    color: rgba(178, 178, 178, 1);
    background-color: transparent;
    border: none;
    outline: none;
    text-align: right;
    cursor: pointer;

    user-select: none;
}

.header-profile__contacts {
    display: flex;
    flex-direction: column;
    gap: 10px;

    a {
        font-size: 20px;
        font-weight: 400;
        line-height: 26px;
    }

    span {
        font-size: 14px;
    }
}

.partners__left h1 {
    width: 10em;
    color: #101010;
    font-size: 48px;
    font-style: normal;
    font-weight: 400;
    line-height: 100%; /* 48px */
}

.partners__left p {
    margin: 0;
    color: #101010;
    font-size: 24px;
    font-style: normal;
    font-weight: 400;
    line-height: 100%; /* 24px */
}

.partners__left {
    gap: 30px;
    padding: 77px 0;
}

@media screen and (max-width: 1340px) {
    .header__nav:first-of-type .header__list {
        display: none;
    }

    .partners__left h1 {
        font-size: 32px;
        width: auto;
    }

    .partners__left p {
        font-size: 14px;
    }

    .partners-logo__list img {
        width: 169px;
        height: 103px;
    }

    .partners__left {
        padding-top: 40px;
    }
}

@media screen and (max-width: 1000px) {
    #header-phone {
        display: none;
    }
}

.popup_form:before {
    display: block;
    content: '';
    background-image: url("../images/del-btn.svg");
    background-size: cover;
    width: 24px;
    height: 24px;
    position: fixed;
    right: 0;
    top: -33px;
}

.no__border {
    border: none;
}

.header__list li > button {
    padding: 0;
}

.menu-desktop__container {
    margin-top: 28px;
    display: flex;
    align-items: center;
    justify-content: space-between;

    .button__more {
        margin-left: var(--menu-list-gap);
        transition: all 0.2s ease-in-out;
        transform-origin: center;
        height: 20px;
    }
}

.catalog-carousel__items li {
    cursor: pointer;
    user-select: none;
}

.menu-desktop__container_open {
    align-items: flex-start;
    .menu-desktop__items-list {
        gap: 20px !important;
        flex-wrap: wrap;
    }

    .button__more {
        transform: rotate(90deg);
    }
}

.menu-desktop__container_open .menu-desktop__items-list {
    display: grid;
    grid-template-columns: repeat( 2, 1fr );
    width: 100%;
}

@media screen and (max-width: 1180px) {
    .menu-desktop__container_open .menu-desktop__items-list {
        grid-template-columns: repeat( 1, 1fr);
    }
}

.colored__background-orange,
.menu-desktop__colored {
    background: #f54500;
}

.menu-desktop__colored .menu-desktop__container {
    margin-top: 0 !important;
    padding-top: 28px;
}

.header__breadcrumbs {
    padding-top: 25px;
}

.menu-desktop__items-list {
    justify-content: space-between;
    gap: var(--menu-list-gap);

    white-space: nowrap;
    overflow: hidden;
}

.menu-desktop__items-list,
.breadcrumbs__list {
    display: flex;
    flex-direction: row;
}

.menu-desktop__item {
    font-size: 16px;
    color: var(--Black, #101010);

    a {
        color: inherit;
        text-transform: uppercase;
    }
}

.breadcrumbs__list {
    padding: 7px 10px;
    gap: 10px;
    border-radius: 500px;
    background: #e8e8e8;
    color: #101010;

    width: fit-content;

    max-width: 100%;
    overflow: auto;
}

.header-breadcrumbs__separator,
.header-breadcrumbs__previous,
.header-breadcrumbs__current {
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 140%; /* 19.6px */
}

.header-breadcrumbs__separator {
    color: var(--Grey, #b2b2b2);
}

.header-breadcrumbs__current {
    color: var(--Black, #101010);
}

.header-breadcrumbs__previous,
.header-breadcrumbs__previous a {
    color: var(--orange-gradient, #f54500);
    text-decoration: none;
}

button#header-locale {
    width: 35px;
    height: 35px;
    border-radius: 50%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.header__container .header__nav:last-of-type .header__list {
    justify-content: end;
    gap: 21px;
}

.header__container .header__nav:first-of-type .header__list {
    width: 80%;
}

.header__nav {
    gap: 30px;
    align-items: center;
    width: 40%;
}

.header__logo-container {
    width: 20%;
}

.header__logo-container a {
    display: block;
}

.header__logo-container img {
    width: 103px;
    height: 26px;
}

.header__menu-button {
    width: 35px;
    height: 35px;
    padding: 0;
    border-radius: 50%;
}

.header__menu-button * {
    pointer-events: none;
    user-select: none;
}

.banner__container {
   /* padding-top: 20px;*/
    padding-bottom: 10px;
}

.banner__thin {
    height: 381px !important;
}

.banner__with-title {
    margin-top: 35px;
    display: flex;
    flex-direction: column;
    gap: 40px;
}

.banner__with-border-bottom {
    padding-bottom: 30px;
    border-bottom: 1px solid black;
}

.banner__with-title_border {
    padding-bottom: 29px;
    border-bottom: 1px solid var(--Black, #101010);
}

.banner__with-title_border > h1 {
    max-width: 70%;
}

.banner__with-title > h1 {
    color: var(--Black, #101010);
    font-size: 64px;
    font-style: normal;
    font-weight: 400;
    line-height: 100%; /* 64px */
    letter-spacing: -0.01em;
}

.banner__with-title .banner__image-wrapper {
    height: 596px;
}

.banner__text-container p.banner-text__large,
.banner__text-container div.banner-text__large,
.banner__text-container span.banner-text__large {
    color: var(--White, #fff);
    font-size: 32px;
    font-style: normal;
    font-weight: 400;
    line-height: 130%; /* 41.6px */
    width: 40%;
}

.banner__text-container.position__bottom-left p {
    text-align: start;
}

.banner__article {
    margin-top: 55px;
    display: flex;
    flex-direction: row;
    justify-content: space-evenly;
    margin-left: 20vh;
}

.banner__article p {
    color: var(--Black, #101010);
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%;

    width: 50%;
    margin: 0;
}

.banner__image-wrapper {
    overflow: hidden;
    border-radius: 5px;
    /*height: 384px;*/
	height: 150px;
}

@media screen and (min-width: 1024px) {
    .banner__image-wrapper .banner__image {
        transition: transform 1s ease-in-out, filter .3s ease-in-out;
    }

    .banner__image-wrapper:hover .banner__image {
        transform: scale(1.05);
        /*filter: blur(2px);*/
    }
}

.banner__image {
    z-index: 10;
    height: 100%;
    width: 100%;

    object-fit: cover;
}

.banner__text-container {
    width: 100%;
    z-index: 11;
    padding: 22px 30px;
    line-height: 135%;
}

.banner__text-container p,
h1 {
    margin: 0;
}

.banner__text-container p {
    width: 30em;
    text-align: end;

    color: var(--White, #fff);
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%; /* 30px */
}

.banner__text-container h1 {
    font-size: 48px;
    font-style: normal;
    font-weight: 400;
    line-height: 100%;
    width: 8em;
}

#header-slider .swiper-slide {
    background: black;
    height: 244px;
    border-radius: 5px;
    overflow: hidden;
    max-width: fit-content;
}

.header-slider__banner {
    width: 460px;
    height: 100%;
}

.header-slider__banner a {
    padding-bottom: 13px;
}

.header-slider__banner .button__transparent {
    width: auto;
}

.header-slider__background {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.header-slider__text {
    padding: 18px 20px;
    width: 70%;
    line-height: 120%;

    margin: 0;

    color: var(--gley_light, var(--Color-background, #f7f7f7));
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
}

.header-slider__rulers {
    top: calc(50% - 25px);
    height: 50px;
    left: -25px;
    right: -25px;
    width: calc(100% + 50px);
}

.recommendations__carousel-container .header-slider__rulers {
    top: 25%;
    left: -25px;
    right: -25px;
}

.main__statistics {
    margin-top: 115px;

    display: flex;
    flex-direction: column;
    gap: 38px;
}

.main__statistics h1 {
    color: var(--Black, #101010);
    font-size: 48px;
    font-style: normal;
    font-weight: 400;
    line-height: 100%; /* 48px */
}

.main__popular {
    border-bottom: 1px solid black;
    padding-bottom: 25px;
    margin-bottom: 170px;
    gap: 22px;
}

.main__popular.page__main {
    margin-bottom: 64px;
}

.main__popular .recommendations__carousel-container {
    padding-bottom: 30px;
    border-bottom: none;
}

.main__popular .recommendations__carousel-container:has(.swiper) {
    border-bottom: 1px solid black;
}

.header-slider__ruler {
    cursor: pointer;
    padding: 0;
    width: 50px;
    height: 50px;
    padding: 10px;

    background: var(--main-background);
    border-radius: 50%;
    z-index: 10;

    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.header-slider__ruler img {
    object-fit: cover;
    max-width: 100%;
    width: 100%;
}

.header-slider__ruler[data-direction="next"] {
    transform: rotate(180deg);
}

.button__more {
    border: none;
    background: none;
    outline: none;
    padding-left: 0;
    padding-right: 0;
}

.header-marquee__container {
    padding: 26px 0 19px 0;
    margin-top: 30px;
    margin-bottom: 100px;

    border-bottom: 1px solid black;
    border-top: 1px solid black;
}

.header-marquee__container.production__container {
    border-bottom: none;
}

.header-marquee__container_main-page {
    border-top: 1px solid black;
    border-bottom: 1px solid black;
    margin-top: 30px;
    /*margin-bottom: 100px;*/
margin-bottom: 30px;
    display: flex;
    align-items: flex-start;
    justify-content: space-between;

    .marquee__dropdown {
        list-style: none;
    }

    .menu-desktop__item {
        text-wrap: nowrap;
    }

    .list-style__none {
        max-width: 97%;
        overflow: hidden;
        gap: var(--menu-list-gap);;
    }
}

.marquee__dropdown .button__black {
    padding: 5px 9px;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
}

.header-marquee__container ul {
    color: #101010;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%; /* 24px */
}

.main__recommendations {
    gap: 65px;
    padding-bottom: 22px;
}

main:has(.catalog-section-title) .main__recommendations:not(.main__recommendations_cs) > h1 {
    margin-top: 100px;
}

.main__recommendations.with__small-gap {
    gap: 30px;
}

.recommendations__view-types-list {
    gap: 2px;
}

.main__recommendations h1 {
    color: #101010;
    font-size: 48px;
    font-style: normal;
    font-weight: 400;
    line-height: 100%; /* 48px */
}

.recommendations__slide {
    width: 258px;
    gap: 57px;
}

#qa-carousel, #catalog-popular, #awards-carousel {
    .swiper-slide {
        width: 258px;
        max-width: fit-content;
    }
}


.recommendations-slide__image-container {
    padding: 40px;
    background: white;
    border-radius: 5px;
    width: 100%;
    height: 215px;
    overflow: hidden;
}

/*.main__popular .recommendations-slide__image-container {*/
/*    padding: 15px 54px;*/
/*    !* width: 150px; *!*/
/*    height: 180px;*/
/*}*/

.main__popular .swiper-slide.swiper-slide-active .recommendations-slide__image-container {
    background: #e8e8e8;
}

.main__popular .recommendations__slide {
    gap: 6px;
}

.main__popular .swiper-slide.swiper-slide-active .recommendations__slide {
    color: #57585a;
}

.recommendations-slide__image {
    width: 100%;
    height: 100%;
    object-fit: contain;
    object-position: center;
}

.recommendations-slide__text {
    margin: 0;
    padding-top: 10px;

    color: #000;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%; /* 27px */
}

.swiper-slide:not(.swiper-slide-active):has(.recommendations__slide) .recommendations-slide__text {
    color: black;
}

.main__popular .recommendations-slide__text {
    color: var(--Gray_black-background, #57585a);
    font-size: 18px;
    font-style: normal;
    font-weight: 300;
    line-height: 110%; /* 19.8px */
}

.swiper.catalog__slider {
    margin-top: 10px;
    margin-left: 0;
    margin-right: 0;
    width: 795px;
    height: 723px;
}

.catalog__element-container,
.catalog__element-background,
.catalog__element-background img {
    width: 100%;
    height: 100%;
}

.catalog__element-background img {
    object-fit: cover;
}

.catalog__element-background {
    border-radius: 5px;
    overflow: hidden;
}

.catalog__slider .swiper-slide {
    height: 623px;
    border-radius: 5px;
    /*background: black;*/

    width: 100%;
}

.catalog__element-text {
    padding: 12px 20px 20px 20px;
    height: 100%;
    z-index: 20;
    position: relative;
}

.catalog__element-text h1 {
    color: var(--gley_light, var(--Color-background, #f7f7f7));
    font-size: 48px;
    font-style: normal;
    font-weight: 400;
    line-height: 100%; /* 48px */
}

.catalog-text__top,
.catalog-text__bottom {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.catalog-text__top span {
    padding: 10px;
    color: white;
    border-radius: 5px;
    background: var(--blue-gradient, #1c86ff);
    width: fit-content;
    font-size: 14px;
}

.catalog-text__tags-list {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    gap: 10px 5px;
}

.catalog-text__tags-list span {
    border-radius: 500px;
    background: rgba(255, 255, 255, 0.1);

    backdrop-filter: blur(41px);

    padding: 5px 15px;

    color: var(--White, #fff);
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

.catalog-text__bottom button {
    width: 100%;
}

.main__services_without-title {
    .title {
        justify-content: end;
        margin-bottom: 30px;
    }
}

.main__catalog-container {
    border-bottom: 1px solid #101010;
    margin-bottom: 90px;
    margin-top: 60px;
}

.main__catalog-left {
    gap: 25px;

    .new-items__all {
        margin: auto 0 60px;
    }
}

.main__catalog-left .new-items__all.position__bottom-left,
.main__catalog-left .new-items__all.position__bottom-left {
    bottom: 60px;
}

.main__catalog-left > h1, .videos-list__caption h1, .main__career.mediateka__career h1 {
    color: #101010;
    font-size: 48px;
    font-style: normal;
    font-weight: 400;
    line-height: 100%; /* 48px */
}

.catalog-carousel__items {
    gap: 17px;
}

.catalog-carousel__items li {
    padding: 5px 10px;
    border-radius: 5px;

    width: fit-content;

    color: #101010;
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

.catalog-carousel__items .item__selected {
    background: #e8e8e8;
}

.main__popular h1, .photos-section__left h3 {
    font-size: 48px;
    font-style: normal;
    font-weight: 400;
    line-height: 100%;
}

.main__popular .title {
    color: var(--Black, #101010);
    font-size: 32px;
    font-style: normal;
    font-weight: 400;
    line-height: 130%; /* 41.6px */
}

.catalog__popular.main__popular {
    padding-bottom: 16px;
    margin-bottom: 60px;
}

.selected-item__right {
    gap: 15px;
    width: calc(100% / 3);

    grid-column: 2;
    margin-left: auto;
}

.selected-item__title {
    width: calc(100% / 3);
    margin-left: auto;
}

.selected-item__title .title {
    color: #101010;
    font-size: 32px;
    font-style: normal;
    font-weight: 400;
    line-height: 130%;
    margin-bottom: 10px;
}

.selected-item__title .price {
    color: #101010;
    font-size: 48px;
    font-style: normal;
    font-weight: 400;
    line-height: 100%;
    margin-bottom: 20px;
}

.selected-item__section {
    padding: 10px;
    border-radius: 5px;
    cursor: pointer;
}

.selected-item__section.section__active {
    background: #e8e8e8;
}

.selected-item__species-list,
.selected-item__species-container {
    gap: 10px;
}

.selected-item__species-container {
    height: 323px;
}

.description-swiper {
    max-width: 100%;
}

.selected-item__species-list {
    max-height: 15em;
    overflow-y: scroll;
    overflow-x: hidden;
    padding-right: 20px;
    max-width: 100%;
}

.selected-item__species-list::-webkit-scrollbar {
    width: 5px;
}

.selected-item__species-list::-webkit-scrollbar-track {
    background: #e8e8e8;
}

.selected-item__species-list::-webkit-scrollbar-thumb {
    background: #b2b2b2;
    border-radius: 5px;
}

.selected-item__species-list::-webkit-scrollbar-thumb:hover {
    background: #9b9b9b;
}

.species-item__key {
    color: var(--Gray_black-background, #57585a);
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 140%; /* 22.4px */

    width: fit-content;
    max-width: 50%;
}

.species-item__value {
    width: fit-content;
    max-width: 60%;
    color: var(--Black, #101010);
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%; /* 24px */
    text-align: right;
}

.selected-item__left {
    width: 795px;
    height: 600px;
}

.popular__catalog .selected-item__left {
    width: 50%;
    height: 722px;
    grid-column: 1;
    grid-row: 1 / span 2;
}

#selected-detail .swiper-cube__image {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 600px;

    padding: var(--swiper-cube-image-padding);
}

.swiper-cube__image img {
    width: 477px;
    max-height: 90%;
    object-fit: contain;
}

.swiper-cube__container {
    background: white;
    height: 100%;
}

.swiper-cube__title {
    top: 20px;
    left: 20px;
    padding: 5px 10px;
    border-radius: 5px;
    background: #e8e8e8;

    color: #101010;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%; /* 24px */
}

.swiper-cube__title a {
    color: black;
}

.swiper-cube {
    height: 100%;
}

.swiper-pagination {
    bottom: 20px !important;
    top: unset !important;
    display: flex;
    flex-direction: row;
    justify-content: center;
    flex-wrap: wrap;
    width: 80%;
}

#selected-detail .swiper-pagination-bullet {
    width: 3em;
    border-radius: 0;
    height: 3px;
}

.selected-item__button {
    color: var(--White, #fff);
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    text-align: left;
}

.new-items__list {
    gap: 10px;
    padding-bottom: 30px;
    border-bottom: 1px solid black;
}

.new-items__item_empty {
    padding: 20px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;

    width: 100%;
}

.new-items__item {
    background: white;
    border-radius: 5px;
    display: flex;
    flex-direction: row;
    align-items: center;
    padding: 0px 30px;
}

.new-items__items {
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 10px;
    flex-wrap: wrap;
    justify-content: space-between;
    width: 100%;
    padding: 5px 0;
}

.new-items__item > * {
}

.new-items__item > *:nth-child(8),
.new-items__item > *:nth-child(9) {
    padding-right: 0;
}

.new-items__item .new-item__preview {
    width: 79px;
    height: 80px;
    object-fit: contain;
    padding-right: 0;
    padding-left: 0px;
    margin-right: 50px;
}

.new-items__item .new-items__link {
    margin-left: auto;
    margin-right: 0;
}

.header-search .header-search__container .new-items__link {
    margin: 0;
    margin-left: auto;
}

header-search__title:empty, .header-search__items:empty {
    display: none;
    padding: 0;
}


header-search__title-tov:empty, .header-search__items-tov:empty {
    display: none;
    padding: 0;
}

.header-search__items-tov{
    max-width: 100%;
    margin-bottom: 20px !important;
    max-height: 60vh;
    padding-right: 5px;
    border-bottom: 0;
}

.header-search__items{
    overflow: unset;
}

.item__field.flexible__column{
    flex-direction: column;
    align-items: start;
}


.header-search__items-tov .new-items__items {
    justify-content: start;
}

.header-search__items-tov .new-items__items .item__field{
    width: auto;
}

.header-search__items-tov .item__field.flexible__column:not(:last-child) {
    border-right: 1px solid #B2B2B2;
}

.header-search__container{
    overflow-y: auto;
    overflow-x: hidden;
}

.header-search__container::-webkit-scrollbar{
    width: 10px;
    height: 8px;
    border: 1px solid rgba(0, 0, 0, 0.49);
    border-radius: 5px;
}
.header-search__container::-webkit-scrollbar-thumb{
    background: #000;
    border-radius: 5px;
}


.item__field {
    padding-right: 28px;
    height: 90%;
    width: 100%;
    display: flex;
    flex-direction: row;
    align-items: center;
}

.header-search__items .item__field {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}


.item__field:last-of-type {
    border-right: none;
}

.item__field .title {
    color: var(--Grey, #b2b2b2);
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 140%;
    white-space: nowrap;
    padding-right: 10px;
}

.item__field .value {
    color: #000;
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: 26px;
    max-width: fit-content;
    min-width: fit-content;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.new-items__all {
    padding: 15px;
    margin-top: 30px;
    color: #101010;
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

.new-items__title h1 {
    margin-top: 30px;
    color: var(--Black, #101010);
    font-size: 48px;
    font-style: normal;
    font-weight: 400;
    line-height: 100%; /* 48px */

    padding-bottom: 30px;
}

.advertising__container {
    padding-bottom: 25px;
}

.vacancies-advertising .advertising__digital {
    border-bottom: none;
}

.advertising-container__left h1 {
    color: #101010;
    font-size: 48px;
    font-style: normal;
    font-weight: 400;
    line-height: 100%;
}

.advertising-container__left p {
    color: #101010;
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;

    width: 50%;
}

.advertising-container__left {
    padding-top: 90px;
    padding-bottom: 70px;
}

.advertising-container__right {
    padding-top: 40px;
    width: 75%;
}

.advertising-container__right .advertising-row__column {
    gap: 20px;
    justify-content: start;
}

.advertising-container__right .advertising-row__column h3,
.advertising-container__right .advertising-row__column p {
    margin: 0;
    min-height: 1.5em;
}

.advertising-right__row {
    padding: 48px 0;
    border-bottom: 1px solid #101010;
}

.advertising-right__row:last-of-type {
    border-bottom: none;
}

.advertising-container__right .advertising-row__column h1 {
    color: var(--Black, #101010);
    font-size: 48px;
    font-style: normal;
    font-weight: 400;
    line-height: 100%; /* 48px */
}

.advertising-container__right .advertising-row__column h3 {
    color: var(--Black, #101010);
    font-size: 24px;
    font-style: normal;
    font-weight: 400;
    line-height: 100%; /* 24px */
}

.advertising-container__right .advertising-row__column p {
    color: var(--Gray_black-background, #57585a);
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 130%;
    width: 80%;
}

.adv-banner__left {
    width: 60%;
}

.adv-banner__left h1 {
    color: #fafafa;
    font-size: 48px;
    font-style: normal;
    font-weight: 400;
    line-height: 100%; /* 48px */

    width: 100%;
}

.adv-banner__left p {
    margin: 0;
    color: #fff;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 140%; /* 25.2px */
    text-align: start;
}

.advertising__banner {
    width: 100%;
    height: 594px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.statistics__grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 100px 12px;
}

.statistics__grid .advertising-row__column {
    border-bottom: 1px solid #101010;
    padding-bottom: 10px;
    gap: 18px;
}

.statistics__grid .advertising-row__column h3 {
    color: var(--Black, #101010);
    font-size: 24px;
    font-style: normal;
    font-weight: 400;
    line-height: 100%; /* 24px */
}

.statistics__grid .advertising-row__column h3,
.statistics__grid .advertising-row__column h1,
.statistics__grid .advertising-row__column p,
{
    margin: 0;
}

.statistics__grid .advertising-row__column p {
    width: 80%;
    min-height: 3em;
}

.advertising__banner .banner__image,
.advertising__banner .banner__image img {
    width: 100%;
    height: 100%;
}

.advertising__banner .banner__image img {
    object-fit: cover;
    border-radius: 5px;
}

.adv-banner__right {
    width: 40%;
    align-items: flex-end;
}

.adv-banner__right .banner__video {
    width: 350px;
    height: 350px;
}

.main-video__placeholder {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.video__rounded .button__play {
    top: calc(25% + 30px);
    left: calc(25% + 30px);

    width: 80px;
    height: 80px;
}

.main-video__button {
    bottom: 30px;
    right: 30px;

    border-radius: 50%;
    outline: none;
    border: none;
    background: #f54500;
    padding: 55px;
}

.banner-video__background {
    width: calc(100% - 54px);
    height: calc(100% - 54px);
    padding: 27px;

    background: rgba(16, 16, 16, 0.01);
    backdrop-filter: blur(25px);
}

.banner-video__background,
.banner-video__container {
    border-radius: 50%;
}

.banner-video__container {
    overflow: hidden;
    position: relative;
    height: 100%;
}

.advertising__banner .banner__text-container {
    padding: 20px 30px;
    height: calc(100% - 60px);
}

.banner__cert {
    bottom: 30px;

    border-radius: 5px;
    background: rgba(16, 16, 16, 0.01);

    backdrop-filter: blur(25px);
    padding: 10px 20px;
    color: #f7f7f7;
    text-align: right;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%;
}

.partners__container {
    margin-top: 15px;
    border-bottom: 1px solid #101010;
}



.partners__right {
    /* width: calc(328px * 2); */
}

.partners-logo__list:not(:last-of-type) {
    border-bottom: 1px solid #101010;
}

.partners-logo__list {
    gap: 139px;
}

.partners-logo__list img {
    width: 328px;
    height: 200px;
    object-fit: contain;
}
/*Блок List представления каталога*/
.group_text
{
    display: flex;
    gap: 10px;
    flex-direction: column;
}
.model_info{
    font-family: IBM Plex Sans;
    font-weight: 400;
    font-size: 14px;
    leading-trim: Cap height;
    line-height: 19.6px;
}
.button_block {
    display: flex;
    gap: 14px;
    width: 100%;
    justify-content: flex-end;
    border-top: 1px solid #B2B2B2;
    padding: 25px 25px 25px 0;
}

.order_block_button {
    display: flex;
    flex-direction: row;
    gap: 10px;
    border-right: 1px solid #B2B2B2;
    padding-right: 20px;
    border-top: none;
    border-left: none;
    background: none;
    border-bottom: none;
    cursor: pointer;
}

.basket_block_button {
    display: flex;
    flex-direction: row;
    gap: 10px;
    background: none;
    border: none;
    cursor: pointer;
}

.order_block_button:hover, .basket_block_button:hover {
    background-color: rgba(255, 255, 255, 0.85);
    color: #cccccc;
}

.order_block_button:hover svg, .basket_block_button:hover svg {
    stroke: #656262;
}

.btn_order {
    font-family: IBM Plex Sans;
    font-weight: 400;
    font-size: 20px;
    line-height: 26px;
    color: inherit;
}
.model_info, .button_block {
    display: none; /* Скрываем блоки */
    opacity: 0; /* Начальная прозрачность для плавного появления */
    transition: opacity 0.3s ease; /* Плавное появление */
}
/*Блок List представления каталога*/
@media screen and (max-width: 1439px) {
    .partners-logo__list img {
        width: 234px;
        height: 142px;
    }
}



.news__previous-items,
.news__last-item {
    width: 50%;
}

.news-item__background {
    width: 100%;
    height: 100%;
}

.link__file-download {
    top: 10px;
    left: 10px;
    z-index: 10;

    background: white;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;

    padding: 10px;
    border-radius: 5px;
}

.news__last-item .news-banner .link__boxed {
    height: 598px;
}

.news__previous-items .news-banner .link__boxed {
    height: 230px;
}

.news-banner {
    border-radius: 5px;
    overflow: hidden;
}

.news-banner img {
    position: absolute;
}

.main__benefits-carousel,
.main__video {
    margin-top: 100px;
    margin-bottom: 100px;
}

.vacancies__video {
    padding-bottom: 30px;
    border-bottom: 1px solid #101010;
}

.vacancies__video img {
    width: 100%;
}

.vacancies__video-container {
    display: flex;
    flex-direction: column;
    gap: 20px;
    width: calc(50% - 10px);
}

.vacancies__video-container .vacancies__video {
    padding-bottom: 0;
    border-bottom: none;
}

.border-bottom__none {
    border-bottom: none !important;
}

.vacancies__profession {
    padding-bottom: 30px;
    border-bottom: 1px solid black;
    margin-bottom: 70px;
}

.vacancies__video-container .press-video__button img {
    width: 60px;
    height: 60px;
}

.vacancies__video-container .event-page__date {
    color: var(--Grey, #B2B2B2);
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 140%; /* 19.6px */

    gap: 7px;
}

.vacancies__video-container figcaption {
    gap: 14px;
}

.profession__name {
    color: #101010;
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: 110%; /* 22px */
}

.main__images-carousel {
    margin-top: 100px;
}

.main__images-carousel.with__border-bottom {
    padding-bottom: 30px;
    border-bottom: 1px solid black;
}

.benefits__carousel-title-container {
    display: flex;
    flex-direction: row;
    justify-content: space-between;

    margin-bottom: 30px;
}

.benefits__carousel-title-container > h1 {
    color: var(--Black, #101010);
    font-size: 48px;
    font-style: normal;
    font-weight: 400;
    line-height: 100%; /* 48px */
}

.benefits__carousel-title-container:not(:has(h1)) {
    justify-content: end;
}

.main__sort-dropdown {
    margin-bottom: 100px;
}

.main__new-items {
    margin-bottom: 100px;
}

.company__news-margin {
    margin-top: 90px;
}

.main__news.company__news-margin > h1 {
    margin-top: 0;
}

.main__career {
    margin-top: 75px;
}

.main-career__container {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    gap: 10px;
}

.main-career__content {
    width: 795px;

    display: flex;
    flex-direction: column;
    gap: 105px;
    max-width: 100%;
}

.main__career-links {
    margin-top: 30px;
}

.main-career__content .button__transparent img {
    filter: invert(1);
}

.main-career__content .carousel__rulers {
    gap: 20px;
    align-self: flex-end;
}

.main-career__content .carousel__rulers button {
    padding: 0;
}

.main-career__content .rulers__number {
    width: fit-content;
}

.main-career__content h3,
.main-career__content p {
    margin: 0;
}

.main-career__content h3 {
    padding-top: 20px;
}

.career__slide-wrapper {
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.main__career h1 {
    margin-top: 20px;

    color: var(--Black, #101010);
    font-size: 48px;
    font-style: normal;
    font-weight: 400;
    line-height: 100%; /* 48px */
}

.main__sort-dropdown h1 {
    margin: 0;
    color: #101010;
    font-size: 48px;
    font-style: normal;
    font-weight: 400;
    line-height: 80%;
    margin-bottom: 32px;
}

.main__sort-container {
    user-select: none;
    margin-bottom: 119px;
}

.sort-item__title h1 {
    margin: 0;
    padding-bottom: 0;
    color: #101010;
    font-size: 32px;
    font-style: normal;
    font-weight: 400;
    line-height: 140%; /* 32px */
}

.main__sort-item {
    gap: 20px;
    border-bottom: 1px solid black;
    overflow: hidden;
    transition: min-height 0.1s ease-in-out;

}

.main__sort-item.with__content-hidden {
    gap: 0;
}

.main__sort-item .sort-item__title {
    cursor: pointer;
}

.main__sort-item.with__content-hidden .sort-item__content * {
    pointer-events: none !important;
}

.main__sort-item.with__content-hidden .sort-item__content {
    opacity: 1;
    transition: opacity 0.4s ease-in-out;
    height: 0;
    padding: 0;
    pointer-events: none !important;
}

.main__sort-item.with__content-hidden .sort-item__button {
    margin-left: auto;
}



.sort-item__button {
    transform: none;
    transition: transform 0.1s ease-in-out;
    width: 32px;
    height: 32px;
    min-width: 32px;
    min-height: 32px;
    background-color: transparent;
    transform-origin: center center;

    img {
        background-size: cover;
        max-width: 100%;
    }
}

.with__content-hidden .sort-item__button {
    transform: rotate(180deg);
}

.sort-item__title {
    height: 95px;
}

.main__sort-item:not(.with__content-hidden) {
    min-height: auto !important;
    overflow:visible;
}

.sort-item__title .title__left {
    gap: 30px;
}


.sort-item__button {
    padding: 0;
}

.sort-item__preview {
    padding-left: 60px;
    display: flex;
}

.sort-item__content {
    padding-bottom: 31px;
}

.sort-item__content .new-items__all {
    transition: none;
}

.sort-item__content p.sort-item__subtitle {
    color: #000;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%; /* 27px */

    width: 20em;
    margin: 0;
}

.sort-preview__left {
    width: 50%;
    gap: 16px;
}

.sort-preview__left p {
    color: #000;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%; /* 27px */
    width: 50%;
}

.preview__list {
    gap: 5px;
}

.preview__list li a {
    color: black;
}

.preview__list li {
    transition: box-shadow .1s ease-in-out;
    width: fit-content;
    padding: 5px 15px;
    border: 1px solid var(--Grey, #b2b2b2);
    background: rgba(255, 255, 255, 0.1);
    border-radius: 500px;

    color: #101010;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}


.preview__list li:hover:has(a) {
    box-shadow: rgba(0, 0, 0, 0.24) 0px 2px 4px;
}

.sort-item__carousel {
    padding-top: 35px;
}

.sort-item__carousel .recommendations-slide__image-container {
    height: 285px;
}

.main__career .recommendations__carousel-container {
    margin-top: 125px;
}

.recommendations__carousel-container.qa__carousel .recommendations-slide__text {
    color: var(--Black, #101010);
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%; /* 24px */
}

.main__career .recommendations__carousel-container.qa__carousel {
    padding-bottom: 30px;
}

.main__career .recommendations__slide {
    gap: 10px;
}

.main__career .recommendations-slide__image-container {
    background: #1c86ff;

    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
}

.qa__carousel .recommendations-slide__image-container {
    height: 255px;
}

.main__career .recommendations__carousel-container .header-slider__rulers {
    top: calc(25% + 30px);
}

.download__pdf {
    position: absolute;
    top: 10px;
    left: 13px;
    padding: 8px;
    border-radius: 5px;
    background: white;

    z-index: 10;
}

.main__career .recommendations-slide__image {
    object-fit: contain;
    width: 101px;
    height: 117px;
}

.main__banners-list {
    margin-top: 95px;
    padding-bottom: 30px;
    border-bottom: 1px solid black;
}

.main__banners-container {
    display: flex;
    flex-direction: row;
    justify-content: center;
    gap: 10px;
}

.main__banners-container figure {
    width: 795px;
    height: 600px;
}

.main__banners-container .services__text p {
    color: #fafafa;
    font-size: 32px;
    font-style: normal;
    font-weight: 400;
    line-height: 100%; /* 32px */
}

.main__banners-container .button__transparent {
    padding: 30px;
}

.main__banners-container .button__transparent img {
    width: 38px;
    height: 38px;
}

.main__career .recommendations__carousel-container {
    padding-bottom: 40px;
    border-bottom: 1px solid black;
}

.sort-item__carousel .recommendations__slide {
    gap: 10px;
}

.sort-item__carousel p {
    width: 100%;
}

.sort-item__content p.recommendations-slide__model {
    color: var(--Gray_black-background, #57585a);
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 140%; /* 22.4px */
}

.sort-item__carousel .header-slider__rulers {
    top: calc(35% - 20px);
}

.sort-item__carousel .recommendations-slide__text {
    padding-top: 14px;
}

.news__container {
    display: grid;
    grid-template-columns: 2fr 1fr 1fr;
    grid-template-rows: repeat(2, 431px);
    gap: 38px 10px;
}


.news-banner {
    height: 100%;
    .link__boxed {
        height: 100%;
        img {
            width: 100%;
            height: 100%;
            object-fit: cover;
        }
    }
}

.news-item__container_main {
    grid-row: span 2;

    .news-item__text {
        padding-top: 53px;
    }
}

.news-item__tags {
    display: flex;
    flex-direction: row;
    max-width: 80%;
    flex-wrap: wrap;
    gap: 5px;

    padding: 18px 20px;
}

.news-item__tags li {
    padding: 5px 14px;
    border-radius: 500px;
    background: var(--Black, #101010);
    backdrop-filter: blur(41px);
    width: fit-content;

    color: #fff;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

.news__previous-items .news-item__tags {
    flex-direction: column;
}

.date-published {
    margin: 0;
    gap: 6px;
    color: var(--Grey, #b2b2b2);
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 140%; /* 19.6px */
}

.news-item__text .title {
    color: #101010;
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: 110%; /* 22px */

    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.date-published img {
    margin-left: 5px;
}

.news-item__text {
    gap: 5px;
    padding-top: 31px;
}

.main__news h1 {
    margin-top: 100px;
    margin-bottom: 25px;
    color: #101010;
    font-size: 48px;
    font-style: normal;
    font-weight: 400;
    line-height: 100%; /* 48px */
}

.view__selector {
    gap: 2px;
    align-items: center;
}

.button__grey {
    border: none;
    outline: none;
    height: 40px;

    border-radius: 5px;
    background: #e8e8e8;

    padding: 12px;
}

.main__services {
    padding-top: 16px;

    .button__transparent {
        width: auto;
    }
}

.main__services.services__catalog {
    padding-top: 0;
}

.main__services > .title {
    align-items: start;
}

.main__services .swiper {
    padding-bottom: 15px;

    .title {
        margin-left: 0
    }
}

#gallery-swiper {
    .title {
        margin-left: 0;
        margin-bottom: 20px;
    }
}

.benefits__carousel-title-container {
    margin-left: 0;
}



.main__services .carousel__rulers {
    padding-top: 10px;
    justify-content: flex-end;
}

.carousel__rulers button:last-of-type {
    padding-right: 0;
}

.main__services h1 {
    color: #101010;
    font-size: 48px;
    font-style: normal;
    font-weight: 400;
    line-height: 100%; /* 48px */

    margin-bottom: 25px;
}

.carousel__rulers button {
    padding: 0 20px;
    cursor: pointer;
}

.carousel__rulers img {
}

.carousel__rulers .rulers__number {
    gap: 10px;
    width: 75px !important;
}

.rulers__number {
    span {
        font-size: 20px;
        font-style: normal;
        font-weight: 300;
        line-height: 100%; /* 20px */
    }

    .swiper-pagination-current {
        color: #1c86ff;
    }
}

.rulers__number .page__current {
    color: #1c86ff;
}

.main__benefits-carousel .new-items__all img {
    height: 24px;
    width: 24px;
}

.main__images-carousel .swiper-slide {
    height: 701px;
}

.main__images-carousel #vacancies-images img {
    border-radius: 5px;
    overflow: hidden;
}

.main__images-carousel img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.services__slide {
    height: 584px;
    width: 619px;
    border-radius: 5px;
    overflow: hidden;
}

.services__slide_big {
    width: 1063px;
}

#vacancies-benefits .swiper-wrapper .swiper-slide .services__slide {
    width: 100%;
}

.main__career-links .swiper .swiper-wrapper .swiper-slide .services__slide {
    width: 100%;
}

.services__background {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.services__background.no__image {
    background: #1c86ff;
}

.services__text {
    width: 100%;
    height: 100%;
}

.services__text h1,
.services__text p {
    margin: 0;
}

.services__text h1 {
    max-width: 60%;
    padding: 18px 30px;

    color: #fff;
    font-size: 32px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

.services__text p {
    max-width: 80%;
    padding: 30px 35px;
    color: #fff;
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

.services__text:not(:has(p)) h1 {
    top: unset;
    bottom: 0;
}

.all__container {
    padding-bottom: 30px;
    border-bottom: 1px solid #101010;
}

.advertising__digital {
    margin-top: 100px;
    padding-bottom: 30px;
    border-bottom: 1px solid black;
}

.gallery-slide__image {
    width: 100%;
    height: 599px;
    object-fit: cover;

    border-radius: 5px;
}

.events-page__video {
    height: 596px;
}

@media screen and (max-width: 1440px) {
    .events-page__video,
    .gallery-slide__image {
        height: 500px;
    }
    .main__career .recommendations__carousel-container .header-slider__rulers {
        top: calc(25% + 30px);
        width: calc(100% + 50px);
    }
}

@media screen and (max-width: 1024px) {
    .events-page__video,
    .gallery-slide__image {
        height: 357px;
    }
}

@media screen and (max-width: 768px) {
    .events-page__video,
    .gallery-slide__image {
        height: 259px;
    }
}

@media screen and (max-width: 600px) {
    .events-page__video,
    .gallery-slide__image {
        height: 143px;
    }
}

.main__catalog-wrapper {
    gap: 50px;
}

.events-page__gallery {
    margin-top: 100px;
}

.events-page__separator {
    padding-top: 30px;
    border-bottom: 1px solid #101010;
}

.events-page__gallery h1 {
    margin: 0;
    color: var(--Black, #101010);
    font-size: 48px;
    font-style: normal;
    font-weight: 400;
    line-height: 100%; /* 48px */
}

.events-page__swiper {
    margin-top: 30px;
}

.press-video__preview {
    height: 100%;
}

.press-video__preview-image {
    height: 100%;
    width: 100%;
    object-fit: cover;
}

.advertising__digital > .new-items__all {
    margin-top: 30px;
}

.slider__darkened .digital-slide__background img {
    filter: brightness(0.7) contrast(1.3);
}

.digital-slide__background,
.digital-slide__background img,
.digital-slide__container {
    object-fit: cover;
}

.digital-slide__background,
.digital-slide__background img,
.digital-slide__container {
    height: 493px;
}

.digital-slide__background,
.digital-slide__background img {
    width: 100%;
}

.digital-slide__container {
    border-radius: 5px 5px 0 0;
    overflow: hidden;

    width: 100%;
}

.digital-slide__rows-container {
    padding: 20px 30px 30px;
    height: calc(100% - 100px);
    z-index: 10;
    overflow: hidden;
}

.digital-slide__row {
    align-items: flex-end;
    justify-content: space-between;
}

.vacancies__subtext {
    flex-direction: column;
    justify-content: start;
    gap: 10px;
}

.digital-slide__row.vacancies__subtext p {
    text-align: left;
}

.digital-slide__row.vacancies__subtext h1 {
    width: fit-content;
}

.digital-slide__rows-container .digital-slide__row:last-of-type:not(:has(a)) {
    justify-content: end;
}

.digital-slide__row:first-of-type {
    align-items: start;
}

.digital-slide__row .new-items__all {
    border: 1px solid white;
    color: white;

    width: 594px;
}

.digital-slide__row .carousel__rulers .rulers__number {
    color: white;
}

.digital-slide__row .carousel__rulers button {
    padding: 0;
}

.digital-slide__row .rulers__number .page__current {
    color: white;
    opacity: 0.4;
}

.digital-slide__row h1 {
    width: 25%;
    color: #fafafa;
    font-size: 48px;
    font-style: normal;
    font-weight: 400;
    line-height: 100%; /* 48px */
}

.digital-slide__row p {
    width: 50%;
    margin: 0;
    text-align: end;
    color: #fff;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 140.018%; /* 25.203px */
}

.digital-slide__row .carousel__rulers {
    height: fit-content;
    gap: 20px;
}

.digital__container .swiper,
.digital__container {
    width: 100%;
}

.digital__container-rulers {
    justify-content: space-between;
    align-items: center;
    height: 106px;
    transform: translateY(-106px);
    cursor: pointer;
}

.digital-ruler__background img {
    object-fit: cover;
    object-position: bottom;

    position: absolute;
    transition: opacity .2s ease-in-out;

    opacity: 1;
}

.sort-item__icon {
    width: 40px;
    object-fit: contain;
}

.new-items__title {
    align-items: center;
}

.animation__fade {
    transition: opacity .1s ease-in-out;
    opacity: 0;
}

.digital__container-ruler {
    display: flex;
    flex-direction: row;
    justify-content: start;
    gap: 30px;
    align-items: start;
    z-index: 10;

    padding: 0 30px;
    margin: 25px 0;
    width: 33%;

    height: 65%;
}

.digital__container-ruler * {
    pointer-events: none;
}

.digital__container-ruler:not(:last-of-type) {
    border-right: 1px solid white;
}

.digital__container-ruler:not(.ruler__current) span:last-of-type,
.digital__container-ruler:not(.ruler__current) span:first-of-type {
    color: rgba(250, 250, 250, 0.3);
}

.digital__container-ruler span:first-of-type {
    color: #fafafa;
    font-size: 32px;
    font-style: normal;
    font-weight: 300;
    line-height: 100%;
}

.digital__container-ruler span:last-of-type {
    color: #fff;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 130%;

    width: 70%;
}

.digital-ruler__blur,
.digital-ruler__background img,
.digital-ruler__background {
    height: 100%;
    width: 100%;
    border-radius: 0 0 5px 5px;
    overflow: hidden;
}

.digital-ruler__blur {
    z-index: 5;
    background: rgba(16, 16, 16, 0.01);
    backdrop-filter: blur(15px);
}

.digital-ruler__background {
    z-index: 4;
}

.digital-ruler__background img {
    object-fit: cover;
}

.main__events .events__title {
    color: var(--Black, #101010);
    font-size: 64px;
    font-style: normal;
    font-weight: 400;
    line-height: 100%;
}

.main__events {
    padding-bottom: 30px;
    border-bottom: 1px solid black;
}

.main__news {
    padding-bottom: 28px;
    border-bottom: 1px solid black;
}

.main__news .new-items__all {
    margin-top: 25px;
}

.main__events {
    margin-top: 88px;
}

.events__container {
    margin-top: 25px;
    height: 701px;
    border-radius: 5px;
    overflow: hidden;
}

.events__background {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.events__tags-list,
.events__text {
    padding: 30px;
}

.events__text {
    gap: 10px;
    padding: 10px 20px;
    color: white;

    bottom: 30px;
    left: 30px;
    width: calc(870px - 40px);
    height: 297px;
    border-radius: 5px;
    background: rgba(16, 16, 16, 0.01);

    backdrop-filter: blur(25px);
}

.events__tags-list span {
    color: #fff;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;

    border-radius: 500px;
    background: var(--Black, #101010);
    backdrop-filter: blur(41px);
    padding: 10px 15px;
}

.events__date {
    color: var(--gley_light, var(--Color-background, #f7f7f7));
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 140%; /* 22.4px */
}

.events__event-title {
    color: #fff;
    font-size: 48px;
    font-style: normal;
    font-weight: 300;
    line-height: 100%; /* 48px */
}

.main__events .new-items__all {
    margin-top: 28px;
}

.forms__cv .contact-us__left {
    display: flex;
    flex-direction: column;
    gap: 30px;
    width: 30%;
}

.forms__cv {
    padding-bottom: 39px;
    border-bottom: 1px solid black;
}

.forms__contact-us {
    margin-top: 35px;
}

.forms__contact-us h1 {
    color: #101010;
    font-size: 48px;
    font-style: normal;
    font-weight: 400;
    line-height: 100%; /* 48px */
}

.contact-us__right {
    width: 795px;

}

.forms__cv .contact-us__right {
    max-width: 64%;
}

.form__input-container {
    padding-top: 10px;
    gap: 20px;
}

.input__link {
    display: flex;
    flex-direction: row;
    justify-content: flex-end;
    align-items: center;
    gap: 30px;
    padding-top: 10px;
}

.upload-hh {
    display: flex;
    gap: 30px;
    align-items: center;
    margin-left: auto;

    color: var(--Black, #101010);
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 140.018%; /* 22.403px */
}

.input__group {
    position: relative;
    display: flex;
    flex-direction: column;
}

.input-file, .input__group_file {
    cursor: pointer;
    border-bottom: 1px solid black;
    height: 2.6em;
    input[type="file"] {
        display: none;
    }
}

.input__group_file {
    position: relative;


    input[type="file"] {
        display: none;
    }
}

.input__group_file::after {
    position: absolute;
    content: "";
    width: 24px;
    height: 24px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    background-image: url("./assets/images/upload.svg");
    right: 0;
}

.input__field {
    height: 3em;
    border: none;
    border-bottom: 1px solid black;
    background: none;
    outline: none;
}


.input__label {
    position: absolute;
    top: 0;
}

.input__checkbox {
    padding-top: 10px;

    display: flex;
    flex-direction: row;
    gap: 10px;
    align-items: baseline;
}

.checkbox__field {
    display: flex;
    flex-direction: column;
    min-width: 14px;
    min-height: 14px;
    border-radius: 2px;
    border: 1px solid black;
}

.contact-us__container {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;

    gap: 64px;
}

.contact-us__right .new-items__all {
    margin-top: 10px;
}

.main__history {
    margin-top: 90px;
}

.main__history > h1 {
    color: var(--Black, #101010);
    font-size: 48px;
    font-style: normal;
    font-weight: 400;
    line-height: 100%; /* 48px */

    margin-bottom: 25px;
}

.history__banner .history-item__text {
    display: flex;
    flex-direction: column;
    gap: 10px;

    left: 30px;
    top: 30px;
    width: calc(500px - 60px);
    height: calc(570px - 10px);

    padding: 5px 30px;

    border-radius: 5px;
    background: rgba(16, 16, 16, 0.01);

    backdrop-filter: blur(25px);
}

.history__banner {

    img {
        width: 100%;
        height: 100%;
        object-fit: cover;

        border-radius: 5px;
    }
}

.history-item__text h1 {
    color: var(--White, #fff);
    font-size: 128px;
    font-style: normal;
    font-weight: 400;
    line-height: 100%; /* 128px */
}

.history-item__text h2 {
    color: var(--gley_light, var(--Color-background, #f7f7f7));
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

.history-item__text p {
    color: var(--gley_light, var(--Color-background, #f7f7f7));
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%; /* 24px */
}

.history-item__text .scrollable {
    height: 370px;
    overflow-y: auto;
}

.history-item__years-container {
    left: 30px;
    bottom: 30px;

    border-radius: 5px;
    background: rgba(16, 16, 16, 0.01);

    backdrop-filter: blur(25px);

    width: calc(100% - 60px);

    overflow-x: auto;
}

.years__list {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    padding: 26px 40px;
}

.years__list li {
    color: var(--White, #fff);
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

.main__managements {
    margin-top: 100px;
}

.main__managements > h1 {
    color: var(--Black, #101010);
    font-size: 64px;
    font-style: normal;
    font-weight: 400;
    line-height: 100%; /* 64px */
}

.management__grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 0 10px;
}

.management__container {
    margin-top: 42px;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: flex-end;
    gap: 10px;

    padding-bottom: 10px;
    border-bottom: 1px solid black;
}

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

.manager__name {
    padding-top: 16px;
    width: 30%;
}

.management__manager p.manager__occupation {
    margin-bottom: 16px;
}

.management__manager p {
    margin: 0;
}

.management__also {
    bottom: 14px;
    position: relative;
    display: flex;
    flex-direction: column;
    gap: 8px;
}

.company__big-text {
    margin-top: 100px;
    color: var(--Black, #101010);
    font-size: 64px;
    font-style: normal;
    font-weight: 400;
    line-height: 100%; /* 64px */
}

@media screen and (max-width: 1024px) {
    .company__big-text {
        font-size: 48px;
    }
}

@media screen and (max-width: 768px) {
    .company__big-text {
        margin-top: 64px;
        font-size: 32px;
    }
}

@media screen and (max-width: 648px) {
    .company__big-text {
        font-size: 24px;
    }
}

.management__also h1 {
    color: var(--Black, #101010);
    font-size: 64px;
    font-style: normal;
    font-weight: 400;
    line-height: 100%; /* 64px */
}

.awards__award-container {
    height: 715px;
    border-radius: 5px;
    overflow: hidden;
    width: 100%;

    margin-top: 55px;
}

.awards__award-background {
    height: 100%;
    width: 100%;
    background: #e8e8e8;
}

.awards__award-title {
    top: 5px;
    left: 30px;
    color: var(--Black, #101010);
    font-size: 128px;
    font-style: normal;
    font-weight: 400;
    line-height: 100%; /* 128px */

    width: 646px;
}

.awards__award-text {
    margin: 0;
    bottom: 30px;
    left: 30px;
    color: var(--Black, #101010);
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 140%; /* 19.6px */

    width: 421px;
}

.awards__preview-container {
    width: 654px;
    right: 71px;
    bottom: 0;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    align-items: center;
}

.awards__award-preview {
    z-index: 10;
    bottom: -10px;
}

.awards__award-frame {
    bottom: 30px;
}

.main__awards > h1 {
    margin-top: 88px;

    color: var(--Black, #101010);
    font-size: 64px;
    font-style: normal;
    font-weight: 400;
    line-height: 100%; /* 64px */
}

.main__awards .recommendations__carousel-container {
    margin-top: 45px;
}

.main__awards .recommendations-slide__image-container {
    padding: 0;
    width: 100%;

    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    align-items: center;
}

.main__awards .recommendations-slide__image {
    object-fit: contain;
    width: 90%;
    height: 90%;
}

.main__awards .recommendations-slide__text {
    color: var(--Gray_black-background, #57585a);
    font-size: 14px;
    font-style: normal;
    font-weight: 300;
    line-height: 110%; /* 15.4px */

    width: 80%;
}

.main__awards .recommendations__slide {
    gap: 16px;
}

.recommendations__carousel-container {
    padding-bottom: 25px;
    border-bottom: 1px solid black;
}
.cover_black{
    object-fit: cover;
    object-position: center;
    max-width: 100%;
    width:25px;
    height:25px;
}
.cover {
    object-fit: cover;
    object-position: center;
    max-width: 100%;
    width: 100%;
    height:100%;
}

#services-main .swiper-slide, #history-dates .swiper-slide {
    width: auto;
}

.popular__catalog .selected-item__container {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    gap: 10px;
    max-width: 100%;
    flex-wrap: wrap;
    max-height: 780px;
}

.services__redirect {
    width: fit-content;
}

.popular__selected-item {
    width: 100%;
}

.manager__portrait {
    max-width: 100%;
    width: 100%;
    height: 392px;
    object-fit: cover;
}

.main-advertising_main {
    padding-top: 70px;
    margin-bottom: 0;
}

.sort-preview__image-container {
    width: 50%;
    border-radius: 5px;
    overflow: hidden;
}


.event-none{
    pointer-events: none;
}

@media screen and (max-width: 1690px) and (min-width: 1440px) {
    body {
        overflow-x: hidden;
    }
}

@media screen and (max-width: 768px) {
    body {
        overflow-x: hidden;
    }

    h3.title {
        color: var(--Black, #101010);
        font-size: 48px;
        font-style: normal;
        font-weight: 400;
        line-height: 100%;
        margin: 0;
    }

    #recommends-carousel .swiper-slide {
        max-width: fit-content;
    }
}

@media screen and (min-width: 1340px) {
    .popular__selected-item .title__mobile,
    .popular__selected-item .price__mobile {
        display: none;
    }


}

@media (max-width: 1800px) {
    .sort-preview__image-container img {
        width: 100%;
        object-fit: cover;
    }
}

@media (max-width: 1340px) {
    .news__last-item .news-banner .link__boxed {
        height: 620px;
    }

    .news-item__container_main {
        .news-item__text {
            padding-top: 31px;
        }
    }

    .main__banners-container figure {
        height: 359px;
    }
}

@media (max-width: 1440px) {
    .manager__portrait {
        height: 327px;
    }

    .menu-desktop__colored .menu-desktop__container {
        padding-top: 18px;
    }

    .menu-desktop__container {
        margin-top: 18px;
    }

    .recommendations__slide {
        width: unset;
    }


    .popular__catalog .selected-item__left {
        width: 665px;
        height: 695px;
    }

    .item__field .title {
        font-size: 12px;
    }

    .item__field .value {
        font-size: 20px;
    }

    .new-items__item {
        padding: 0 3px;
    }

    .new-items__item .new-item__preview {
        margin-right: 38px;
    }

    .new-items__item .new-items__link {
        /*margin: 0 auto;*/
        width: 25px;
    }

    .new-items__title h1 {
        padding-bottom: 25px;
    }

    .recommendations__slide {
        gap: 16px;
    }

    .recommendations-slide__text {
        font-size: 16px;
    }

    .selected-item__container {
        grid-template-columns: auto 436px;
    }

    .main__sort-container {
        margin-bottom: 0;
    }

    #qa-carousel, #catalog-popular, #awards-carousel {
        .swiper-slide {
            width: 215px;
        }
    }
}

@media screen and (min-width: 1441px) and (max-width: 1660px) {
    .popular__selected-item .selected-item__title,
    .selected-item__right {
        width: calc(100% / 2.5);
    }
}
/*
________________________________________________________________________________
*/
/*===ADAPTIVE DESKTOP SMALL===*/
@media screen and (min-width: 1341px) and (max-width: 1440px) {
    :root {
        --swiper-cube-image-padding: 135px;
    }

    .banner__thin {
        height: 320px !important;
    }

    .banner__image-wrapper {
        height: 320px;
    }

    #header-slider .swiper-slide {
        height: 200px;
    }

    .recommendations-slide__image-container {
        padding: 20px 33px;
    }

    .recommendations__slide {
        width: 220px;
        gap: 40px;
    }

    .main__catalog-container {
        margin-top: 50px;
    }

    .main__recommendations {
        gap: 25px;
        padding-bottom: 40px;
        margin-bottom: 36px;
    }

    .catalog__element-text {
        padding: 12px 20px;
    }

    .swiper.catalog__slider {
        width: 665px;
    }

    /*.main__popular .recommendations__carousel-container .recommendations__slide {*/
    /*    width: 215px;*/
    /*}*/

    /*.main__popular .recommendations-slide__image-container {*/
    /*    padding: 0 32px;*/
    /*    width: 100%;*/
    /*}*/

    .main__popular .recommendations-slide__text {
        font-size: 14px;
        font-style: normal;
        font-weight: 300;
        line-height: 110%; /* 15.4px */
    }

    .popular__selected-item .selected-item__title,
    .selected-item__right {
        width: calc(100% / 2);
    }

    .main__popular .recommendations__carousel-container {
        padding-bottom: 25px;
    }

    .main__popular {
        padding-bottom: 19px;
        margin-bottom: 60px;
    }

    .new-items__list {
        gap: 10px;
        padding-bottom: 17px;
    }

    .main__sort-item {
        gap: 12px;
    }

    .sort-preview__image-container {
        width: 690px;
        height: 500px;
        margin-top: 15px;
    }

    .sort-preview__image-container img {
        max-width: 100%;
        width: 100%;
        height: 100%;
    }

    .preview__list li {
        padding: 4px 15px;
    }

    .sort-preview__left {
        gap: 20px;
    }

    .sort-item__button-icon {
        height: 25px;
        width: 25px;
    }

    .sort-item__carousel .recommendations-slide__image-container {
        padding: 48px 32px;
        height: 250px;
        /* width: 215px; */
    }

    .sort-item__carousel .recommendations-slide__text {
        padding-top: 0;

        font-size: 16px;
    }

    .sort-item__content p.recommendations-slide__model {
        font-size: 14px;
    }

    .sort-item__carousel {
        margin-bottom: 12px;
    }

    /* .main__services {
        padding-top: 100px;
    } */
    .main__services .title {
        padding-bottom: 18px;
    }

    .services__slide {
        height: 500px;
        width: 531px;
    }

    .main__services .swiper {
        padding-bottom: 7px;
    }

    .all__container {
        padding-bottom: 20px;
    }

    .advertising__digital {
        margin-top: 106px;
    }

    .digital-slide__background,
    .digital-slide__background img,
    .digital-slide__container {
        height: 413px;
    }

    .digital-slide__row {
        align-items: center;
    }


    .advertising-container__left p {
        font-size: 20px;
        width: 60%;
    }

    .advertising-container__left {
        padding-bottom: 45px;
    }

    .advertising-container__right {
        width: 88%;
    }

    .advertising-container__right .advertising-row__column h3 {
        width: 80%;
    }

    .advertising__banner .banner__text-container {
        padding: 15px 20px;
        height: calc(100% - 30px);
        width: calc(100% - 40px);
    }

    .advertising__banner {
        height: 500px;
    }

    .adv-banner__left p {
        font-size: 16px;
    }

    .banner__cert {
        bottom: 20px;
    }

    .adv-banner__right .banner__video {
        height: 280px;
        width: 280px;
    }

    .banner-video__background {
        width: calc(100% - 42px);
        height: calc(100% - 42px);
        padding: 21px;
    }

    .banner-video__container img {
        width: 100%;
        height: 100%;
    }

    .banner-video__container {
        height: 100%;
        position: relative;
    }

    .partners__right {
        width: 665px;
    }

    .partners__right .partners-logo__list {
        gap: 0;
        justify-content: space-between;
        padding-bottom: 5px;
    }

    .partners__right .partners-logo__list:last-of-type {
        padding-bottom: 0;
    }

    .main__news h1 {
        margin-top: 80px;
        margin-bottom: 20px;
    }

    .news__previous-items .news-banner .link__boxed {
        height: 230px;
    }

    .news-item__text {
        gap: 0;
        padding-top: 33px;
    }

    .news__previous-items .grid {
        gap: 20px 10px;
    }

    .main__news .new-items__all {
        margin-top: 17px;
    }

    .events__container {
        height: 585px;
    }

    .events__tags-list {
        padding: 20px;
    }

    .events__tags-list span {
        padding: 5px 15px;
    }

    .events__text {
        bottom: 20px;
        left: 20px;
    }

    .contact-us__right {
        width: 665px;
    }

    .banner__text-container p {
        font-size: 16px;
    }
}

@media (max-width: 1440px) {
    .catalog-carousel__items li {
        color: #101010;
        font-size: 18px;
        font-style: normal;
        font-weight: 400;
        line-height: normal;
    }

    .swiper.catalog__slider {
        width: 664px;
    }
    .qa__carousel .recommendations-slide__image-container
    {
        height: 220px;
    }
    .header-marquee__container {
        padding: 17px 0 20px 0;
        margin-bottom: 105px;
    }

    .selected-item__left {
        width: 665px;
        height: 615px;
    }

    #selected-detail .swiper-cube__image {
        padding: var(--swiper-cube-image-padding);
        width: 100%;
    }

    .contact-us__right {
        width: 665px;
    }

    .nav-columns__list {
        gap: 65px;
        flex-wrap: wrap;
    }


    .digital__container-rulers {
        height: 88px;
        transform: translateY(-88px);
    }

    .digital-slide__row .carousel__rulers {
        width: 180px;
    }



    .header-slider__rulers {
        left: -10px;
        right: -10px;
        width: calc(100% + 20px);
    }
}

/*
________________________________________________________________________________
*/
/*===ADAPTIVE LAPTOP SMALL===*/
@media screen and (min-width: 965px) and (max-width: 1340px) {
    .banner__article {
        margin-top: 24px;
    }

    .banner__thin {
        height: 229px !important;
    }
}

@media (max-width: 1340px) {
    :root {
        --menu-list-gap: 30px;
    }


    .manager__portrait {
        height: 234px;
    }

    .banner__with-title > h1 {
        font-size: 48px;
    }

    .services__text h1 {
        color: var(--White, #fff);
        font-size: 18px;
        font-style: normal;
        font-weight: 400;
        line-height: 130%; /* 23.4px */
        bottom: 0;
        left: 0;
        top: unset;
        height: fit-content;
        padding: 16px;
    }

    .services__redirect {
        width: unset;
        display: flex;
        flex-direction: row;
        justify-content: flex-end;
    }

    .services__text p {
        display: none;
    }

    .item__field {
        padding-right: 11px;
    }

    .item__field .value {
        font-size: 16px;
    }

    .new-items__item .new-item__preview {
        margin-right: 27px;
    }

    .main__popular h1, .photos-section__left h3 {
        font-size: 32px;
    }

    .main__popular .recommendations__carousel-container {
        padding-bottom: 16px;
    }

    .selected-item__title .title {
        font-size: 24px;
        margin-bottom: 18px;
    }

    .selected-item__title .price {
        font-size: 32px;
        margin-bottom: 21px;
    }

    .selected-item__right {
        gap: 0;
    }

    .popular__catalog .selected-item__left {
        /* width: 477px; */
        width: 45%;
        height: 518px;
    }

    .popular__catalog .selected-item__title {
        display: none;
    }

    .popular__catalog .selected-item__right {
        display: flex;
        flex-direction: column;
        justify-content: space-between;
    }

    #selected-detail .swiper-cube__image {
        padding: 135px;
    }

    #selected-detail .swiper-cube__image {
        padding: 160px;
    }

    .selected-item__species-list {
        max-height: 13em;
    }

    .selected-item__species-container {
        height: 294px;
    }

    .popular__selected-item .title__mobile {
        color: var(--Black, #101010);
        font-size: 24px;
        font-style: normal;
        font-weight: 400;
        line-height: 130%; /* 31.2px */
    }

    .popular__selected-item .price__mobile {
        color: var(--Black, #101010);
        font-size: 32px;
        font-style: normal;
        font-weight: 400;
        line-height: 100%; /* 32px */
    }

    .history__banner_swiper {
        height: 471.341px;
    }

    .history-item__text h1 {
        font-size: 64px;
    }

    .history__banner .history-item__text {
        height: 291px;
    }

    .news__container.news__outer-component {
        grid-template-rows: repeat(2, 253px);
    }

    .awards__award-title {
        font-size: 64px;
        top: 20px;
    }

    .awards__award-frame {
        svg {
            width: 372px;
            height: 372px;
        }
    }

    .awards__award-preview {
        height: 402px;
        img {
            max-width: 100%;
            max-height: 100%;
        }
    }

    .awards__award-container {
        height: 432px;
    }

    .awards__preview-container {
        width: 320px;
    }

    .banner__text-container h1 {
        font-size: 32px;
    }

    .advertising-container__right {
        width: 160%;
    }

    .main__catalog-left > h1,
    .main__recommendations h1,
    .main__sort-dropdown > h1,
    .main__services h1,
    .main-advertising h1.title,
    .advertising-container__left h1,
    .main__news h1,
    .main__events .events__title, .videos-list__caption h1, .main__career.mediateka__career h1
    {
        font-size: 32px;
    }

    .banner__text-container p {
        width: 25em;
    }

    .digital-slide__row h1 {
        font-size: 32px;
    }

    .new-items__title h1,
    .forms__contact-us h1 {
        font-size: 32px;
    }

    #qa-carousel, #catalog-popular, #awards-carousel {
        .swiper-slide {
            width: 233px;
        }
    }

    .selected-item__right {
        width: calc(100% / 2);
    }

}

/*
________________________________________________________________________________
*/
/*===ADAPTIVE TABLET===*/
@media screen and (min-width: 705px) and (max-width: 964px) {
    .banner__thin {
        height: 168px !important;
    }

    .header__container {
        margin-bottom: 28px;
    }
}

@media (max-width: 1024px) {
    .header__breadcrumbs {
        padding-top: 10px;
    }

    .main__statistics > h1 {
        font-size: 32px;
    }

    .statistics__grid {
        grid-template-columns: repeat(3, 1fr);
    }

    .popular__catalog .selected-item__left {
        /*width: 477px;*/
        width: 45%;
        height: 518px;
    }

    #selected-detail .swiper-cube__image {
        padding: 20px;
    }

    #selected-detail .swiper-cube__image img {
        max-height: 60%;
    }


    .services__slide {
        height: 364px;
        width: 379px;
    }

    .contact-us__right {
        width: 477px;
    }

    .banner__image-wrapper {
        height: 253px;
    }

    #header-slider .swiper-slide {
        height: 210px;
    }

    .main__recommendations {
        gap: 38px;
    }

    .recommendations-slide__image-container {
        height: 233px;
        width: 233px;
    }

    #recommends-carousel .swiper-slide {
        width: 233px;
    }

    .recommends-carousel_cs .swiper-slide {
        width: auto !important;
    }

    .main__recommendations {
        margin-bottom: 100px;
    }

    .swiper.catalog__slider {
        width: 480px;
        height: 585px;
    }

    .catalog__element-text h1 {
        font-size: 28px;
    }

    .catalog__element-text {
        height: 100%;
    }

    .catalog__slider .swiper-slide {
        height: 525px;
    }

    .sort-item__title h1 {
        font-size: 24px;
    }

    .sort-preview__image-container {
        width: 505px;
        height: 445px;
    }

    h3.title {
        font-size: 32px;
    }

    .header-slider__banner {
        width: 381px;
    }

    .advertising__banner .banner__text-container {
        width: 100%;
    }

    .adv-banner__left h1 {
        font-size: 32px;
    }

    .adv-banner__left p {
        font-size: 16px;
        max-width: 329px;
    }

    .banner-video__background {
        right: 0;
    }


}

@media (max-width: 964px) {
    .new-items__items {
        justify-content: normal;
        gap: 10px 6px;
        padding: 11px 0 11px 8px;
        max-width: 680px;
    }

    .main__catalog-left > h1,
    .main__recommendations h1,
    .main__sort-dropdown  h1,
    .main__services  h1,
    .main-advertising h1.title,
    .advertising-container__left h1,
    .main__news h1,
    .main__events .events__title, .videos-list__caption h1, .main__career.mediateka__career h1 {
        font-size: 24px;
    }

    .catalog-carousel__items {
        display: none;
    }

    .news__container {
        grid-template-columns: 8fr 4fr;
        gap: 15px 10px;
        grid-template-rows: repeat(2, 259px);
        .news-item__container:nth-child(4),
        .news-item__container:nth-child(5) {
            display: none;
        }
    }

    .news-item__text .title {
        font-size: 16px;
    }

    .news-item__text {
        padding-top: 15px;
    }



    .selected-item__title {
        grid-column: 1 / span 2;
        grid-row: 1;
    }

    .selected-item__left {
        grid-row: 2;
        width: 288px;
        height: 358px;
    }

    .main__popular h1, .photos-section__left h3 {
        font-size: 24px;
    }

    .selected-item__title .title {
        max-width: 410px;
    }

    .swiper-cube__title {
        font-size: 14px;
        max-width: 200px;
        padding: 10px 9px;
    }

    /*.main-catalog_mobile {*/
    /*    margin-top: 28px;*/
    /*    display: block;*/

    /*    .main-catalog_container {*/
    /*        display: flex;*/
    /*        gap: 10px;*/
    /*        flex-wrap: wrap;*/
    /*    }*/

    /*    .swiper-slide {*/
    /*        width: calc(50% - 10px);*/
    /*        height: 376px;*/

    /*        .catalog-text__tags-list {*/
    /*            display: none;*/
    /*        }*/
    /*    }*/

    /*    .new-items__all {*/
    /*        margin-top: 33px;*/
    /*        margin-bottom: 16px;*/
    /*    }*/
    /*}*/

    .main__popular .recommendations__carousel-container {
        padding-bottom: 24px;
    }

    .#selected-detail .swiper-cube__image {
        padding: 73px;
    }

    .new-items__item .new-items__link {
        /*align-self: flex-end;*/
    }

    .new-items__title h1,
    .forms__contact-us h1 {
        font-size: 24px;
        margin-bottom: 17px;
    }

    .new-items__item .new-item__preview {
        align-self: flex-start;
    }

    .new-items__item .new-items__link {
        min-width: 150px;
        /*padding-bottom: 8px;*/
    }

    .contact-us__right {
        width: 467px;
    }

    h3.title {
        font-size: 24px;
    }

    .main__services > .title h1 {
        font-size: 24px;
    }

    .news-item__container_main {
        .news-item__text {
            padding-top: 15px;
        }
    }

    .main__statistics > h1 {
        font-size: 24px;
    }

    .statistics__grid .advertising-row__column {
        h1 {
            font-size: 32px;
        }

        h3 {
            font-size: 16px;
        }

        p {
            font-size: 14px;
        }
    }

    .main__news > h1 {
        font-size: 24px;
    }

    .news__container.news__outer-component {
        grid-template-rows: repeat(2, 246px);
    }

    .main-career__container {
        flex-direction: column;
    }

    .main__career h1 {
        font-size: 24px;

        br {
            display: none;
        }
    }

    .main__history > h1 {
        display: none;
    }

    .manager__portrait {
        height: 229px;
    }

    .management__container {
        flex-direction: column-reverse;
    }

    .history-item__years-container {
        position: static;
        background: transparent;
        backdrop-filter: none;
    }

    .years__list li {
        color: var(--Black, #101010);
    }

    .history__banner {
        img {
            width: 100%;
            height: 344px;
        }
    }

    .years__list {
        padding: 35px 0;
    }

    .history__banner_swiper {
        height: auto;
    }

    .history-item__years-container {
        width: 100%;

        .years__list {
            gap: 25px;
            overflow-x: auto;
            li {
                text-wrap: nowrap;
            }
        }
    }

    .history-item__text h1 {
        font-size: 32px;
    }

    .main__awards > h1 {
        font-size: 24px;
    }

    .awards__award-title {
        font-size: 32px;
    }

    .qa__carousel .recommendations-slide__image-container {
        height: 239px;
    }

    .partners__left h1 {
        font-size: 24px;
    }

    .partners-logo__list img {
        width: 169px;
        height: 103px;
    }

    .advertising__banner {
        height: 352px;
    }

    .banner-video__background {
        width: 216px;
        height: 216px;
    }

    .advertising__banner .banner__text-container {
        height: 100%;
    }

    .adv-banner__left h1 {
        font-size: 24px;
    }

    .adv-banner__left p {
        font-size: 14px;
    }

    .banner__cert {
        font-size: 12px;
    }

    .video__rounded .button__play {
        top: calc(25% + 15px);
        left: calc(25% + 15px);
    }

    #catalog-slider .swiper-wrapper {
        display: grid;
        grid-template-columns: repeat(2, 1fr);
        gap: 10px;
    }

    .catalog__slider .swiper-slide {
        height: 400px;
    }

    .swiper.catalog__slider {
        height: unset;
        width: 100%;
    }

    .popular__catalog .selected-item__left {
        width: 288px;
        height: 358px;
    }

    .swiper-cube__image img {
        width: 80%;
        max-height: 60%;
    }

    .popular__catalog .selected-item__container {
        flex-direction: row;
    }

    #qa-carousel, #catalog-popular, #awards-carousel {
        .swiper-slide {
            width: 228px;
        }
    }

    .popular__catalog .selected-item__left {
        width: 100%;
    }

    .popular__catalog .selected-item__right {
        width: 100%;
    }

    .preview__list {
        display: none;
    }

    .sort-item__preview {
        flex-direction: column;
        gap: 16px;
    }

    .sort-preview__image-container {
        width: 100%;
    }

    #services-main .swiper-wrapper .services__title {
        font-size: 18px;
    }

    .digital-slide__row .new-items__all {
        max-width: 60%;
    }

    .sort-item__title {
        min-height: 67px;
    }

    .footer-content__nav-column {
        h1 {
            font-size: 20px;
        }
    }

    .selected-item__left #selected-detail .swiper-cube__image {
        height: 343px;
        width: unset;
    }
}

/*
________________________________________________________________________________
*/
/*===ADAPTIVE MOBILE===*/
@media (max-width: 756px) {
    :root {
        --menu-list-gap: 20px;
    }

    .sort-preview__image-container {
        width: 100%;
        height: 250px;
    }

    .header-slider__rulers {
        display: none;
    }

    .main__events .events__title,
    .main__news > h1,
    .partners__container .partners__left > h1,
    .advertising-container__left h1,
    .main__services > h1,
    .main__services .title > h1,
    .forms__contact-us h1,
    .main__sort-dropdown > h1,
    .main__catalog-left h1,
    .main__recommendations h1,
    .advertising-container__right .advertising-row__column h1, .photos-section__left h3 {
        color: var(--Black, #101010);
        font-size: 24px;
        font-style: normal;
        font-weight: 400;
        line-height: 100%; /* 24px */
    }

    .main__news > h1 {
        margin-top: 64px;
    }

    .partners__left p {
        color: #101010;
        font-size: 14px;
        font-style: normal;
        font-weight: 400;
        line-height: 100%; /* 14px */
    }

    .partners__left {
        padding-top: 32px;
    }

    .recommendations-slide__image-container {
        height: 137px;
        padding: 20px;
    }

    .sort-item__carousel .recommendations-slide__text {
        color: var(--black, #111);
        font-size: 14px;
        font-style: normal;
        font-weight: 400;
        line-height: 140%; /* 19.6px */
    }

    .sort-item__content p.recommendations-slide__model {
        color: var(--gray, #848484);
        font-size: 12px;
        font-style: normal;
        font-weight: 400;
        line-height: 130%; /* 15.6px */
    }

    .recommendations-slide__text {
        color: #000;
        font-size: 14px;
        font-style: normal;
        font-weight: 400;
        line-height: 150%; /* 21px */
    }

    .main__sort-dropdown .title__left > h1 {
        color: #101010;
        font-size: 18px;
        font-style: normal;
        font-weight: 400;
        line-height: 130%; /* 23.4px */
    }

    .main__popular {
        margin-bottom: 72px;
    }

    .new-items__item {
        padding-right: 16px;
        flex-direction: column;

    }



    .advertising-container__right .advertising-row__column {
        width: 50%;
        gap: 16px;
        padding-bottom: 16px;
        border-bottom: 1px solid black;
    }

    .advertising-container__right .advertising-row__column h3 {
        color: var(--Black, #101010);
        font-size: 16px;
        font-style: normal;
        font-weight: 400;
        line-height: 140%; /* 22.4px */
    }

    .advertising-container__right .advertising-row__column p {
        color: var(--Gray_black-background, #57585a);
        font-size: 14px;
        font-style: normal;
        font-weight: 400;
        line-height: 140%; /* 19.6px */
    }

    .catalog-carousel__items {
        display: none;
    }



    .catalog-text__top h1 {
        color: var(--gley_light, var(--Color-background, #f7f7f7));
        font-size: 22px;
        font-style: normal;
        font-weight: 400;
        line-height: 100%; /* 22px */
    }

    .catalog-text__top span,
    .catalog-text__tags-list {
        display: none;
    }

    .selected-item__right h1 {
        display: none;
    }

    .selected-item__container {
        display: flex;
        flex-direction: column;
    }

    .sort-item__preview {
        padding-left: 0;
    }

    .sort-item__carousel .recommendations-slide__image-container {
        height: 164px;
    }

    .sort-item__content .new-items__all {
        margin-top: 32px;
    }

    .main__services .carousel__rulers {
        padding-top: 0;
    }

    .sort-preview__left,
    .sort-preview__left p {
        width: 100%;
    }

    .sort-preview__left .preview__list {
        display: none;
    }

    .partners__container {
        flex-direction: column !important;
        width: 100%;
        overflow: hidden;
    }

    .partners-logo__list {
        gap: 0;
    }

    .partners-logo__list img {
        width: 50%;
        height: 101px;
    }

    .news__container {
        flex-direction: column;
    }

    .news__previous-items,
    .news__last-item {
        width: 100%;
    }

    .news__container .news-item__tags {
        display: none;
    }

    .advertising__container {
        flex-direction: column !important;
    }

    .advertising-container__left p {
        width: 100%;
        color: #101010;
        font-size: 16px;
        font-style: normal;
        font-weight: 400;
        line-height: normal;
    }

    .advertising-right__row {
        padding: 16px 0 0 0;
        gap: 10px;
        border-bottom: none;
    }

    .advertising-container__left {
        padding-bottom: 0;
        gap: 32px;
        padding-top: 64px;
    }

    .advertising-container__right {
        width: 100%;
    }

    .events__container {
        height: unset;
    }

    .events__background,
    .events__text {
        position: relative;
    }

    .events__background {
        height: 219px;
    }

    .events__text {
        width: unset;
        height: unset;
        background: unset;
        backdrop-filter: none;
        left: unset;
        bottom: unset;

        padding: 16px 0;
    }

    .main__events .new-items__all {
        margin-top: 25px;
    }

    .forms__contact-us {
        margin-top: 64px;
    }

    .events__event-title {
        color: #101010;
        font-size: 16px;
        font-style: normal;
        font-weight: 400;
        line-height: 110%; /* 17.6px */
    }

    .events__date {
        color: var(--Grey, #b2b2b2);
        font-size: 12px;
        font-style: normal;
        font-weight: 400;
        line-height: 140%; /* 16.8px */
    }

    .with__content-hidden .sort-item__title h1 {
        color: #101010;
        font-size: 18px;
        font-style: normal;
        font-weight: 400;
        line-height: 130%; /* 23.4px */
        width: 80%;
    }

    .catalog__slider .swiper-slide {
        height: 376px;
    }

    .main__catalog-wrapper.flexible__row {
        flex-direction: column;
    }

    .digital__container-rulers {
        flex-direction: column;
        height: unset;
    }

    .digital__container-ruler {
        width: 100%;
    }

    .digital-slide__row {
        flex-direction: column;
    }

    .digital-slide__row h1,
    .digital-slide__row p {
        width: 100%;
    }

    .digital-slide__row h1 {
        color: #fafafa;
        font-size: 24px;
        font-style: normal;
        font-weight: 400;
        line-height: 100%; /* 24px */
        width: 80%;
    }

    .digital-slide__row p {
        text-align: start;
        color: #fff;
        font-size: 12px;
        font-style: normal;
        font-weight: 400;
        line-height: 140.018%; /* 16.802px */
    }

    .digital-slide__row:first-of-type {
        height: 100%;
    }

    .digital-slide__row .new-items__all {
        width: 100%;
    }

    .digital-slide__rows-container {
        padding: 16px;
    }

    .digital-slide__row .carousel__rulers {
        position: absolute;
        top: 20%;
        left: 16px;
    }

    .digital-slide__background img {
        object-fit: cover;
    }

    .digital__container-ruler span:first-of-type {
        color: #fafafa;
        font-size: 32px;
        font-style: normal;
        font-weight: 300;
        line-height: 100%; /* 32px */
    }

    .digital__container-ruler span:last-of-type {
        color: #fff;
        font-size: 12px;
        font-style: normal;
        font-weight: 400;
        line-height: 130%; /* 15.6px */
    }

    .digital__container-ruler {
        gap: 10px;
        padding: 25px 30px;
        margin: 0 0;
        border-bottom: 1px solid white;
    }

    .adv-banner__right {
        display: none;
    }

    .advertising__banner,
    .advertising__banner .banner__text-container {
        height: 350px;
    }

    .advertising__banner .banner__text-container {
        width: 100%;
        height: 100%;
        padding: 16px;
    }

    .advertising__banner .adv-banner__left {
        width: 100%;
        height: 100%;
    }

    .swiper.catalog__slider {
        height: unset;
        width: 100%;
    }

    .forms__contact-us {
        margin-bottom: 64px;
    }

    .header-slider__rulers {
        display: none !important;
    }

    .main__popular .recommendations-slide__image-container {
        padding: 0;
    }

    .recommendations-slide__image {
        object-fit: contain;
    }

    .main__popular .swiper-slide.swiper-slide-active .recommendations-slide__image-container {
        background: white;
    }

    .popular__catalog .selected-item__container {
        flex-direction: column;
        gap: 30px;
    }

    .swiper-cube__image img {
        max-height: 80%;
    }

    .popular__catalog .selected-item__left .swiper {
        max-height: 343px;
    }

    .popular__catalog .selected-item__left {
        width: 100%;
        height: 343px;
    }



    .selected-item__right {
        grid-column: 1;
    }

    .selected-item__left {
        max-width: 100%;
        height: 343px;
        width: 100%;
        margin-bottom: 40px;
    }

    #qa-carousel, #catalog-popular, #awards-carousel {
        .swiper-slide {
            width: 132px;
        }
    }

    .recommendations-slide__image-container {
        width: 132px;
    }
}

@media (max-width: 768px) {
    main {
        margin-bottom: 64px;
    }

    .menu-desktop__container {
        display: none;
    }

    .banner__carousel_main {
        margin-bottom: 50px;
    }

    .digital-slide__background,
    .digital-slide__background img,
    .digital-slide__container {
        height: 366px;
    }

    .digital-slide__rows-container {
        padding: 16px;
    }

    .digital-slide__row h1 {
        font-size: 24px;
    }

    .digital-slide__row p {
        font-size: 14px;
    }

    .digital__container-rulers {
        height: 88px;
    }

    .digital__container-ruler {
        width: fit-content;
    }

    .main__images-carousel,
    .main__video,
    .main__benefits-carousel {
        margin-top: 64px;
        margin-bottom: 64px;
    }

    .main__images-carousel .swiper-slide {
        height: 296px;
    }

    .banner__with-title .banner__image-wrapper {
        height: 263px;
    }

    .header__breadcrumbs {
        padding-top: 25px;
    }

    .header__logo-container img {
        width: 77px;
        height: 19px;
    }

    .header__container {
        padding-bottom: var(--main-margin-sm);
        margin-bottom: var(--main-margin-sm);
    }

    .menu-desktop__colored .menu-desktop__container {
        padding-top: 0;
    }

    .menu-desktop__container {
        margin-top: 0;
    }

    .menu-desktop__item {
        color: var(--Black, #101010);
        font-size: 14px;
        font-style: normal;
        font-weight: 400;
        line-height: 150%; /* 21px */
    }

    .header-breadcrumbs__separator,
    .header-breadcrumbs__previous,
    .header-breadcrumbs__current {
        white-space: nowrap;
    }
}

@media (max-width: 700px) {
    .banner__thin {
        height: 167px !important;
    }

    .digital__container-rulers {
        display: none;
    }

    .digital-slide__row .carousel__rulers {
        position: relative;
        left: unset;
    }

    .digital-slide__background,
    .digital-slide__background img,
    .digital-slide__container {
        height: 178px;
    }

    .header__container .header__nav:first-of-type .header__list,
    li:has(#header-phone) {
        display: none;
    }

    .banner__with-title > h1 {
        font-size: 24px;
    }

    .banner__with-title .banner__image-wrapper {
        height: 128px;
    }

    .banner__article {
        margin-top: 0;
        width: 100%;
    }

    .banner__article p {
        width: 100%;
    }

    .header__container {
        margin-bottom: 4px;

        width: 100%;
        max-width: unset;
        margin-left: 0;
        margin-right: 0;

        padding-left: 4vw;
        padding-right: 4vw;

        position: relative;
        z-index: 100;
    }

    .header-search__mobile-btn {
        padding: 0 !important;
    }

    .header__container[data-ui-position="fixed"] {
        padding-left: 4vw;
        padding-right: 4vw;
    }

    .breadcrumbs__container {
        margin-bottom: 17px;
    }

    .header__nav {
        width: fit-content;
    }

    .banner__text-container.flexible__row {
        flex-direction: column;
    }

    .banner__image-wrapper {
        height: 167px;
    }

    .banner__text-container {
        padding: 20px;
        width: calc(100% - 40px);
        height: calc(100% - 40px);
    }

    .banner__text-container p {
        width: unset;
        text-align: unset;
    }

    .new-items__item .new-item__preview {
        margin-right: 4px;
    }

    .new-items__items {
        gap: 8px 5px;
        flex-direction: column;
    }

    .services__slide {
        height: 240px;
        width: 240px;
    }

    .contact-us__container {
        flex-direction: column;
        justify-content: normal;
    }

    .contact-us__right {
        width: 100%;
    }

    .banner__text-container h1 {
        color: var(--gley_light, var(--Color-background, #f7f7f7));
        font-size: 24px;
        font-style: normal;
        font-weight: 400;
        line-height: 100%; /* 24px */
    }

    .banner__text-container p {
        color: var(--White, #fff);
        font-size: 14px;
        font-style: normal;
        font-weight: 400;
        line-height: 150%; /* 21px */
    }

    .header-marquee__container ul {
        gap: 20px;
        height: 1.5em;
        overflow: auto;
        overflow-y: hidden;
    }

    .header-marquee__container ul li {
        width: fit-content;
    }


}

@media screen and (max-width: 600px) {
    .main__banners-container {
        flex-direction: column;
    }

    .main__banners-container figure {
        width: 100%;
        height: 257px;
    }

    .services__slide .services__text p {
        display: none;

        color: #FAFAFA;
        font-size: 18px;
        font-style: normal;
        font-weight: 400;
        line-height: 150%; /* 27px */
    }

    .purchases__purchase-item .purchases-item__header {
        display: flex;
        flex-direction: row;
        flex-wrap: wrap;
        gap: 16px 0;
    }

    .purchases-item__header .purchase-item__column:first-of-type {
        width: 100%;
        max-width: 100%;
    }

    .purchases-item__header .purchase-item__column:nth-of-type(2),
    .purchases-item__header .purchase-item__column:nth-of-type(3) {
        width: 50%;
    }

    .purchase-item__button {
        position: absolute;
        right: 20px;
    }

    .purchases-item__header, .purchases-item__row:not(:last-of-type) {
        flex-direction: column;
    }

    .purchases-item__row .purchase-item__column:nth-of-type(2),
    .purchases-item__row .purchase-item__column:first-of-type {
        width: 100%;
    }

    .purchases-item__row.row__documents {
        flex-direction: column;
        gap: 10px;
    }

    .purchase-item__documents {
        width: 100%;
    }

    .purchases-item__row .purchase-item__title {
        width: 100%;
        max-width: 100%;
    }
}

@media screen and (max-width: 768px) {
    .vacancies__profession {
        padding-bottom: 16px;
    }


}

@media screen and (max-width: 645px) {
    .vacancies__profession {
        padding-bottom: 30px;
    }

    .vacancies__video-container {
        width: 100%;
    }

    .vacancies__profession-videos {
        flex-direction: column;
        gap: 32px;
    }

    .news-page__left_vac-deatil {
        width: 100% !important;
        max-width: unset !important;
    }

    .vac-details {
        flex-direction: column !important;
        justify-content: start !important;
    }

    .vac-details__item {
        display: flex;
        flex-direction: row;
        justify-content: start;
        width: 100%;
        text-align: start !important;
        border-right: none !important;
        margin-right: 0 !important;
        padding-right: 0 !important;
    }

    .news-page__right {
        width: 100% !important;
        max-width: unset !important;
    }

    .main-catalog_mobile {
        .main-catalog_container {
            flex-direction: column;
        }

        .swiper-slide {
            width: 100%;
        }
    }

    .news__container {
        grid-template-columns: repeat(2, 1fr);
        grid-template-rows: 350px 200px;
    }

    .news-item__container_main {
        grid-column: span 2;
        grid-row: span 1;
    }


    .forms__cv {
        .contact-us__container {
            flex-direction: column;
        }

        .contact-us__right {
            max-width: 100%;
        }
    }

    .awards__award-container {
        display: none;
    }

    .management__grid {
        grid-template-columns: repeat(2, 1fr);
    }

    .manager__portrait {
        height: 168px;
    }

    .qa__carousel .recommendations-slide__image-container {
        height: 138px;
    }

    .history__banner .history-item__text {
        height: auto;
        max-height: 100%;
        position: static;
        padding: 0;
        padding-top: 6px;
        max-width: 100%;
        h2 {
            margin: 0;
            margin-top: 7px;
            margin-bottom: 8px;
        }
        * {
            color: var(--Black, #101010);
        }
    }

    .history__banner {
        img {
            height: 170px;
        }
    }

    .history-item__text p {
        font-size: 14px;
    }

    .history-item__text .scrollable {
        height: auto;
    }

    .management__also h1 {
        font-size: 32px;
    }

    #catalog-slider .swiper-wrapper {
        display: flex;
        flex-direction: column;
    }
}

.footer-contacts__contacts,
.footer-contacts__contacts li,
.footer-contacts__contacts li a,
.footer-contacts__contacts h2 {
    color: #FFF;
}

.footer-contacts__contacts {
    align-items: start;
    justify-content: space-between;
}

.footer-contacts__contacts-header {
    font-size: 20px;

    padding-top: 0;
    margin: 0;
}

.footer-contacts__contacts-list {
    list-style: none;
    display: flex;
    flex-direction: row;
    gap: 30px;
    width: 70%;
    justify-content: flex-end;
    align-items: center;
}

.subscribe-form__caption {
    font-size: 14px;
}

.footer-contacts__contacts-list li:not(.delimiter) {
    max-width: 42%;
    white-space: nowrap;
}

.footer-contacts__contacts-list .delimiter {
    height: 42px;
    border: 1px solid rgba(255, 255, 255, 0.05);
}

.footer-contacts__subscribe-form {
    display: flex;
    flex-direction: column;
    justify-content: start;

    width: 25%;
}

.subscribe-form__input-group label input,
.subscribe-form__input-group label,
.subscribe-form__input-group {
    display: flex;
    position: relative;

    width: 100%;
}

.subscribe-form__input-group button {
    position: absolute;
    right: 0;
    top: 25%;

    border: none;
    outline: none;
    background: none;
}

.subscribe-form__input-group input {
    background: none;
    outline: none;
    border: none;
    border-bottom: 1px solid white;

    padding: 20px 0;
    color: white;
    font-size: 16px;
}

@media screen and (max-width: 1440px) {
    .footer-contacts__contacts-list {
        width: 66%;
    }

    .footer-contacts__contacts-list {
        display: grid;
        grid-template-columns: 25% 26%;
        justify-items: flex-start;

    }
    .footer-contacts__contacts-list li:not(.delimiter) {
        max-width: 100%;
        width: 100%;
        height: fit-content;
        text-align: end;
        width: fit-content;
    }

    .footer-contacts__contacts-list .delimiter {
        display: none;
    }

    .footer-contacts__contacts {
        align-items: start;
    }
}
@media screen and (max-width: 1270px) {

    .footer_number {
        font-size: 16px;
    }
}
@media screen and (max-width: 1024px) {
    .footer-contacts__contacts-list {
        grid-template-columns: 59% 26%;
    }
}
@media screen and (max-width: 1000px) {
    .footer-contacts__contacts-list{
        grid-template-columns: 52% 53%;
    }
    .footer-contacts__contacts-list li:not(.delimiter){
        padding-right: 10px;
    }
}
@media screen and (max-width: 768px) {
    .footer-contacts__contacts-list {
        gap: 18px;
    }
}
@media screen and (max-width: 650px) {
    .footer-contacts__contacts {
        flex-direction: column;
        gap: 16px;
    }
    .banner__article {
        margin-left: 0;
    }
    .footer_number {
        font-size: 16px;
    }
    .footer-contacts__contacts-list {
        grid-template-columns: 47% 50%;
        justify-items: flex-start;
    }
    .footer-contacts__contacts-list {
        width: 100%;
    }

    .footer-contacts__subscribe-form {
        width: 100%;
    }

    .header-profile__container {
        width: 94vw;
        right: -20vw;
    }
    .download__pdf
    {
        width:30px;
    }
}

.popup_form_over
{
    position:fixed;
    left:0;
    top:0;
    width:100vw;
    height:100vh;
    z-index:9999;
    background:rgba(0,0,0,0.8);
    display:none;

}
.popup_form
{
    position: fixed;
    width: 80vw;
    left: 50%;
    top: 50%;
    z-index: 10000;
    background: #fff;
    padding: 20px;
    display: none;
    transform: translate(-50%, -50%);
    min-height: max-content;
    padding: 40px 40px;

    border-radius: 5px;
    box-shadow: 1px 922px 258px 0px rgba(0, 0, 0, 0.00), 0px 590px 236px 0px rgba(0, 0, 0, 0.01), 0px 332px 199px 0px rgba(0, 0, 0, 0.05), 0px 147px 147px 0px rgba(0, 0, 0, 0.09), 0px 37px 81px 0px rgba(0, 0, 0, 0.10);
}

.forms__cv-left  {
    min-width: 50%;
}

.forms__cv-left > h3 {
    margin: 0 0 20px 0;
    color: var(--Black, #101010);
    font-size: 32px;
    font-style: normal;
    font-weight: 400;
    line-height: 100%; /* 32px */
}

.forms__cv-left ul {
    list-style: none;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 10px;
    padding-left: 0;

    margin-bottom: 50px;
}

.forms__cv-left ul li {
    color: var(--Grey, #B2B2B2);
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 140%; /* 19.6px */
}

.forms__cv-left .vacancy__contact-info {
    gap: 5px;

}


.forms__cv_popup {
    height: 100%;
    overflow: auto;
    margin: 0 auto !important;
}

.form__cv-container {
    display: flex;
    align-items: flex-end;
    flex-direction: column;
    gap: 20px;
}

.forms__cv .contact-us__container {
    justify-content: space-between;
}

.popup_form .forms__contact-us {
    margin-top: 0;

    padding-bottom: 0;
    border-bottom: none;
}

.popup_form .forms__cv .contact-us__right {
    width: 100%;
    max-width: 100%;
}



@media (max-width: 720px) {
    .forms__cv.forms__cv_popup .contact-us__container {
        flex-direction: column;
        gap: 30px;
    }

    .popup_form {
        min-height: auto;
        overflow-x: auto;
        height: 96vh;
    }
}
@media (max-width: 450px) {
    .footer-contacts__contacts-list {
        grid-template-columns: 47% 50%;
        justify-items: flex-start;
    }


}
@media (max-width: 360px) {
    .footer-contacts__contacts-list {
        grid-template-columns: 61% 50%;
        justify-items: flex-start;
    }

}
.mobile_property-group
{
    display:flex;
    flex-direction:row;
}
.mobile_first-group
{
    display:flex;

}
.name_table{
    flex-direction:column !important;
}
.mobile-details-text {
    display: none;
}
@media (max-width: 767px) {
    .mobile-details-link {
        display: flex;
        align-items: center;
        justify-content: space-between;
        width: 100%;
    }
    .mobile-details-text {
        display: inline;
        color:black;
    }
}