

/* Start:/local/html/redesign/main/css/title.css?1751619159523*/
.page-title {
    font-family: "MuseoSansCyrl", Helvetica, sans-serif;
    font-weight: 400;
    font-size: 32px;
    line-height: 40px;
    letter-spacing: 0em;
    text-align: left;
    position: relative;
    margin-bottom: 36px;
}

.page-title__text {
    z-index: 2;
    position: inherit;
}

.page-title__banner {
    position: absolute;
    left: -40px;
    top: -20px;
    width: 79px;
    height: 58px !important;
    z-index: 1;
}
@media (max-width: 768px) {
    .page-title {
        margin-bottom: 24px;
    }
}
/* End */


/* Start:/local/components/torg1c/search.tags.cloud/templates/.default/style.css?17442755692075*/
span.tag-span {
    padding: 0 !important;
    border: 0 !important;
    background: transparent !important;
    margin: 0 !important;
}

/* Блок сбросить тег */
.plank-drop {
    background: rgba(255, 223, 1, 0.1);
    border-radius: 12px;
}

.plank-drop_intend {
    margin: 36px 0 0 0;
}

.plank-drop_wrapper {
    display: flex;
    align-items: center;
    padding: 20px 84px;
}

.plank-drop__description {
    flex: 1 0;
    text-align: center;
    font-family: "MuseoSansCyrl-500", Helvetica, sans-serif;
    font-size: 20px;
    font-weight: 400;
    line-height: 22px;
    margin-right: 9px;
}

h1.plank-drop__description {
    margin: initial;
}

.plank-drop__button {
    display: inline-block;
    min-height: 44px;
    background: #FFFFFF;
    border: 1px solid #D91920;
    border-radius: 8px;
    padding: 10px 40px 10px 15px;

    font-family: "Roboto", Helvetica, sans-serif;
    font-size: 14px;
    font-weight: 400;
    line-height: 14px;
    letter-spacing: 0.02em;
    text-transform: uppercase;
}

.plank-drop__button_link,
.plank-drop__button_link:hover,
.plank-drop__button_link:active,
.plank-drop__button_link:visited,
.plank-drop__button{
    color: #D91920;
}

.plank-drop__button_link {
    display: flex;
    align-items: center;
}

.plank-drop__button .reset-icon {
    width: 24px;
    height: 24px;
    margin-right: 17px;
}

@media (max-width: 1024px) {
    .plank-drop_wrapper {
        padding: 16px 32px;
    }

    .plank-drop__description {
        font-size: 16px;
        line-height: 18px;
    }
}

@media (max-width: 768px) {
    .plank-drop_intend {
        margin: 24px 0 0 0;
    }

    .plank-drop_wrapper {
        padding: 16px;
        flex-flow: column;
    }

    .plank-drop__description {
        font-size: 14px;
        line-height: 16px;
        display: inline;
    }

    .plank-drop__button {
        display: flex;
        align-items: center;
        min-width: 256px;
        margin: 10px 0 0 0;
        padding: 9px 32px 9px 15px;
    }

    .plank-drop__button span {
        flex: 1 0;
    }
}
/* End */


/* Start:/local/html/redesign/rubrics/css/tags.css?17442755701925*/
.tags {
    display: flex;
    flex-flow: wrap;
    gap: 6px 6px;
    padding: 8px;
    background: linear-gradient(134.9deg, #D7F0FF 27.05%, rgba(227, 214, 255, 0.3) 81.13%), #C3FBFF;
    border-radius: 12px;
}

.tags__tag_active {
    background: #9A9FAD !important;
    color: #FFFFFF !important;
    border: none;
}

.tags__tag_full {
    display: block !important;
}

.tags_intend {
    margin: 36px 0 0 0;
}

.tags div {
    padding: 6px 10px;
    background: #FFFFFF;
    border: 1px solid rgba(113, 112, 112, 0.2);
    border-radius: 10px;
    font-family: "MuseoSansCyrl-300", Helvetica, sans-serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 18px;
    letter-spacing: 0.02em;
    text-align: left;
    color: rgba(0, 0, 0, 0.6);
    cursor: pointer;
}

.tags div:not(:nth-child(-n + 10)) {
    display: none;
}

.tags div:hover {
    color: rgba(0, 0, 0, 0.8);
}

.tags a {
    padding: 6px 10px;
    background: #FFFFFF;
    border: 1px solid rgba(113, 112, 112, 0.2);
    border-radius: 10px;
    font-family: "MuseoSansCyrl-300", Helvetica, sans-serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 18px;
    letter-spacing: 0.02em;
    text-align: left;
    color: rgba(0, 0, 0, 0.6);
    cursor: pointer;
}

.tags a:hover {
    color: rgba(0, 0, 0, 0.8);
}

.tags p {
    align-self: center;
    font-family: "Roboto", Helvetica, sans-serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 20px;
    letter-spacing: 0em;
    color: #525252;
    margin: 0 0 0 6px;
    border-bottom: 1px dashed #525252;
    cursor: pointer;
}
.visible {
    display: block;
}
.unVisible {
    display: none ;
}

.tags p:hover {
    color: rgba(0, 0, 0, 1);
}

@media (max-width: 480px) {
    .tags_intend {
        margin: 24px 0 0 0;
    }

    .tags div:not(:nth-child(-n + 6)) {
        display: none;
    }
}
/* End */


/* Start:/local/html/redesign/rubrics/css/tag.css?1686051085182*/
.tag_positioned {
  padding-right: 8px;
}

.tag__link {
  color: #4F658D;
  text-decoration: none;
}

.tag__link:hover {
  color: #384C71;
}

.tag__link:active {
  color: #617498;
}

/* End */


/* Start:/local/html/redesign/rubrics/css/fonts.css?17418501091189*/
@font-face {
  font-family: "MuseoSansCyrl-600";
  src: local("MuseoSansCyrl-700"),
    url("/local/html/fonts/MuseoSansCyrl/MuseoSansCyrl-700.woff") format("woff"),
    url("/local/html/fonts/MuseoSansCyrl/MuseoSansCyrl-700.ttf") format("ttf"),
    url("/local/html/fonts/MuseoSansCyrl/MuseoSansCyrl-700.eot") format("eot");
  font-style: normal;
  font-weight: 600;
  font-display: optional;
}

@font-face {
  font-family: "MuseoSansCyrl-300";
  src: local("MuseoSansCyrl-300"),
    url("/local/html/fonts/MuseoSansCyrl/MuseoSansCyrl-300.woff") format("woff"),
    url("/local/html/fonts/MuseoSansCyrl/MuseoSansCyrl-300.ttf") format("ttf"),
    url("/local/html/fonts/MuseoSansCyrl/MuseoSansCyrl-300.eot") format("eot");
  font-style: normal;
  font-weight: 400;
  font-display: optional;
}

@font-face {
  font-family: "MuseoSansCyrl-500";
  src: local("MuseoSansCyrl-500"),
    url("/local/html/fonts/MuseoSansCyrl/MuseoSansCyrl-500.woff") format("woff"),
    url("/local/html/fonts/MuseoSansCyrl/MuseoSansCyrl-500.ttf") format("ttf"),
    url("/local/html/fonts/MuseoSansCyrl/MuseoSansCyrl-500.eot") format("eot");
  font-style: normal;
  font-weight: 400;
  font-display: optional;
}
/* End */


/* Start:/local/templates/torg.1c.ru/components/bitrix/system.pagenavigation/torg.1c.ru.system.pagenavigation.seo/style.css?1730537704997*/
.seo-pagination .page-link {
    font-size: 15px;
    border-color: #cdd4de;
    color: #151515;
    padding: 0.84rem 1.143rem;
}
.seo-pagination .page-link:hover {
    background-color: #edf0f6;
}
@media (max-width: 575px) {
    .seo-pagination .page-link {
        padding: 0.84rem 1rem;
    }
}
.seo-pagination .page-item.disabled {
    color: #333;
}
.seo-pagination .page-item.active .page-link {
    background-color: #edf0f6;
    border-color: #cdd4de;
    color: #151515;
}
.seo-pagination .page-item:first-child .page-link, .seo-pagination .page-item:last-child .page-link {
    padding: 0.822rem 0.929rem;
}
@media (max-width: 575px) {
    .seo-pagination .page-item:first-child .page-link, .seo-pagination .page-item:last-child .page-link {
        padding: 0.822rem 0.77rem;
    }
}
.seo-pagination .icon {
    color: #333;
    stroke-width: 2px;
}
.seo-pagination .icon-left-arrow {
    transform: rotate(90deg);
}
.seo-pagination .icon-right-arrow {
    transform: rotate(270deg);
}

/* End */


/* Start:/local/templates/torg.1c.ru/components/bitrix/news.list/torg.1c.ru.news.list.materials.video.list/style.css?17442755708466*/
/* Стили заголовков для этой страницы */
.rubrics .articles h2,
.rubrics .keys h2,
.rubrics .publications h2 {
    font-family: "MuseoSansCyrl-600", Helvetica, sans-serif;
    font-size: 32px;
    font-style: normal;
    font-weight: 600;
    line-height: 40px;
    letter-spacing: 0em;
    text-align: left;
    position: relative;
    margin: 0;
    z-index: 2;
}

.rubrics .articles h2::before,
.rubrics .keys h2::before,
.rubrics .publications h2::before {
    content: '';
    width: 79px;
    height: 58px;
    background: url('/local/html/redesign/rubrics/svg/Marker.svg');
    position: absolute;
    left: -39px;
    top: -23px;
    z-index: -1;
}



/* Скорректированные стили Новостей */
.rubrics .news .all-articles__button:hover {
    border: 2px solid #717070;
    color: #000000;
    background: #FFFFFF;
}
.rubrics .news .all-articles__button:active {
    color: #717070;
}

/* Скорректированные стили Статей */
.rubrics .useful-materials_intend {
    margin: 105px 0 0 0;
}

.rubrics .useful-materials .useful-materials__name {
    font-size: 18px;
    line-height: 24px;
}

.rubrics .articles .useful-materials__card .icon {
    width: 16px;
    height: 16px;
    position: relative;
    top: -2px;
}

.rubrics .articles .useful-materials__card .useful-materials__date_positioned {
    margin: 0 8px 0 0;
}

.rubrics .articles .useful-materials__card:not(:nth-child(-n + 12)) {
    display: none;
}

/* Скорректированные стили Кейсов */
.rubrics .keys {
    margin: 105px 0 0 0;
}

.rubrics .keys .useful-materials__card:not(:nth-child(-n + 3)) {
    display: none;
}

.rubrics .keys .useful-materials__name {
    padding: 22px 0 0 0;
    width: 100%;
    max-width: unset;
}

/* Скорректированные стили Видео */
.rubrics .publications {
    margin: 30px 0 0 0;
}

.rubrics .publications .publications__wrapper {
    gap: 48px 30px;
    padding: 36px 0 0 0;
}

.rubrics .publications .publications__card {
    --gap: 60px;
    width: calc(100% / 3 - 60px / 3);
}

.rubrics .publications .publications__card:not(:nth-child(-n + 12)) {
    display: none;
}

.rubrics .publications .publications__item-wrapper a::after {
    content: none;
}

.rubrics .publications .publications__card-name {
    position: absolute;
    left: 0;
    top: 0;
    margin: 0;
    padding: 28px 24px 28px;
    font-family: "MuseoSansCyrl-500", Helvetica, sans-serif;
    color: #373739;
    width: 100%;
    height: 100%;
    display: flex;
    flex-flow: column;
    justify-content: space-between;
}

.rubrics .publications .publications__card-name .publications__card-type {
    width: 100%;
    font-size: 12px;
    font-weight: 400;
    line-height: 14px;
    letter-spacing: 0.12em;
    text-transform: uppercase;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.rubrics .publications .publications__card-name .publications__card-name-text {
    width: 100%;
    font-size: 23px;
    font-weight: 600;
    line-height: 26px;
    letter-spacing: -0.01em;

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

@media (max-width:768px) {

    .rubrics .publications .publications__card-name .publications__card-name-text {
        font-size: 20px;
        font-weight: 600;
        line-height: 22px;
    }
}


@media (max-width: 1024px) {
    .rubrics .articles .useful-materials__card:not(:nth-child(-n + 4)) {
        display: none;
    }

    .rubrics .articles .useful-materials__card {
        --gap: 30px;
        width: calc(100% / 2 - var(--gap) / 2);
    }

    .rubrics .keys .useful-materials__card {
        --gap: 30px;
        width: calc(100% / 2 - var(--gap) / 2);
    }

    .rubrics .keys .useful-materials__card:not(:nth-child(-n + 2)) {
        display: none;
    }

    .rubrics .publications .publications__card:not(:nth-child(-n + 4)) {
        display: none;
    }

    .rubrics .publications .publications__card {
        --gap: 30px;
        max-width: unset;
        width: calc(100% / 2 - var(--gap) / 2);
    }

    .rubrics .articles,
    .rubrics .keys,
    .rubrics .publications {
        margin: 90px 0 0 0;
    }
}

@media (max-width: 768px) {
    .rubrics .useful-materials__container {
        padding: 24px 0 0 0;
    }
}

@media (max-width: 640px) {

    .rubrics .useful-materials__container {
        flex-flow: wrap;
    }

    .rubrics .publications .publications__card {
        width: 100%;
    }
}

@media (max-width: 480px) {

    .rubrics .articles .useful-materials__card,
    .rubrics .keys .useful-materials__card,
    .rubrics .publications .publications__card {
        width: 100%;
        max-width: 100%;
    }

    .rubrics .useful-materials__container {
        flex-flow: column;
    }
}

/* ---------------------------Секция видио---------------------------------- */

.publications_intend {
    margin-top: 80px;
    transition: all ease 1s;
}

.publications__title {
    margin: 0 0 28px 0;

    font-family: "MuseoSansCyrl-600", Helvetica, sans-serif;
    font-size: 28px;
    font-style: normal;
    line-height: 40px;
    letter-spacing: 0.1em;
    text-align: left;
    text-transform: uppercase;
}

.publications__wrapper {
    display: flex;
    flex-wrap: wrap;
    gap: 24px 60px;
}

.publications__card {
    --gap: 60px;
    max-width: calc(100% / 2 - var(--gap) / 2);
}

.publications__item-wrapper {
    border-radius: 8px;
    position: relative;
    overflow: hidden;
}

.publications__preview {
    width: 100%;
    height: auto;

    position: relative;
}

.publications__item-wrapper a::after {
    content: "";
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    position: absolute;

    background: linear-gradient(180deg,
    rgba(0, 0, 0, 0) 0%,
    rgba(0, 0, 0, 0.25) 100%);
}

.publications__icon-container {
    width: 64px;
    height: 64px;

    display: flex;
    justify-content: center;
    align-items: center;

    border-radius: 40px;

    position: absolute;
    top: calc(50% - 32px);
    left: calc(50% - 32px);

    background: rgba(206, 238, 255, 0.4);
    backdrop-filter: blur(4px);
    z-index: 1;
}

.publications .icon.video__icon {
    position: relative;
    top: calc(50% - 29px / 2);
    left: calc(50% - 9px);

    width: 23px;
    height: 29px;

    fill: #4F658D;
}

.publications__card-name {
    margin-top: 12px;

    font-family: "MuseoSansCyrl-500", Helvetica, sans-serif;
    font-size: 20px;
    font-style: normal;
    line-height: 26px;
    letter-spacing: -0.01em;
    text-align: left;

    cursor: pointer;
}

.publications__card-name a {
    color: #000000;
}

.publications__card-name a:hover {
    color: #d91920;
}

.publications__card-name a:active {
    color: #000000;
}


@media (max-width: 1024px) {
    .services__description ul {
        padding-left: 64px;
    }

    .publications__wrapper {
        gap: 24px 30px;
    }
}

@media (max-width: 768px) {
    .publications_intend {
        margin-top: 60px;
    }

    .publications__card-name {
        font-size: 14px;
        line-height: 20px;
        margin-top: 8px;
    }
}

@media (max-width: 480px) {
    .publications__wrapper {
        flex-flow: column;
    }

    .publications__card {
        max-width: 100%;
    }

    .publications__card:not(:nth-child(-n+2)) {
        display: none;
    }
}
.pagination {
    display: flex;
    padding-left: 0;
    list-style: none;
    border-radius: 0.25rem;
    padding-top: 20px;
    justify-content: center;
    font-family: "Roboto", Helvetica, sans-serif;
}

.useful-materials__tags {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    row-gap: 10px;
    font-family: "MuseoSansCyrl-300", Helvetica, sans-serif;
    font-size: 16px;
    line-height: 18px;
    letter-spacing: 0.02em;
    text-align: center;
    padding-top: 16px;
    padding-bottom: 10px;
}
@media (min-width: 1200px) {
    .publication-list.container {
        margin: 0 auto;
        padding: 0 19px;
        padding-right: 0px;
        padding-left: 0px;
    }

    .publication-list.container {
        max-width: 1148px!important;
    }
}

.publications__play-button {
    width: 60px;
    height: 60px;
    background: rgba(255, 255, 255, .6);
    position: absolute;
    right: 10px;
    bottom: 8px;
    z-index: 1;
    border-radius: 40px;
}

/* End */


/* Start:/local/html/redesign/pop-app/css/new-banner.css?17391347792513*/
.new-banner {
    height: auto;
    position: relative;
    min-height: 301px;
    overflow: visible;
    margin-top: 30px;
}

.new-banner__container {
    max-width: 1140px;
    padding: 0 30px;
    margin: 93px auto 36px;
    position: relative;
    z-index: 2;
}

.new-banner__content-title,
.new-banner__content-description {
    font-family: "Museo Sans", Helvetica, sans-serif;
    color: unset;
}

.new-banner__contant {
    margin: 0 0 0 219px;
    max-width: 407px;
    color: #FFFFFF;
}

.new-banner__contant_color-black {
    color: #2D2D2D;
}

.new-banner__content-title {
    margin: 0 0 13px 0;
    font-size: 26px;
    font-weight: 600;
    line-height: 32px;
}

.new-banner__content-description {
    margin: 0 0 23px 0;
    font-size: 16px;
    font-weight: 400;
    line-height: 20px;
}

.new-banner__social-network-wrapper {
    display: flex;
    gap: 12px;
}

.new-banner__social-network {
    width: 52px;
    height: 52px;
}

.new-banner__social-network--icon {
    width: 52px;
    max-width: 100%;
    height: 52px;
    max-height: 100%;
    background-size: contain;
    background-repeat: no-repeat;
}

.new-banner__img {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 1;
    object-fit: cover;
}

.new-banner__smail {
    position: relative;
    top: -2px;
    margin: 0 0 0 -2px;
    width: 20px;
}

/* Медиазапросы */
@media (max-width: 1024px) {
    .new-banner {
        min-height: 382px;
    }

    .new-banner__container {
        margin: 108px auto 36px;
    }

    .new-banner__contant {
        margin: 0;
    }
}

@media (max-width: 767px) {
    .new-banner__container {
        margin: 33px auto 36px;
        padding: 0 16px;
    }

    .new-banner {
        min-height: 312px;
    }

    .new-banner__contant {
        max-width: 301px;
    }

    .new-banner__content-title {
        margin: 0 0 16px 0;
        font-size: 24px;
        line-height: 28px;
    }

    .new-banner__content-description {
        margin: 0 0 27px 0;
    }

    .new-banner__social-network-wrapper {
        gap: 8px;
    }

    .new-banner__social-network {
        width: 36px;
        height: 36px;
    }
}

@media (max-width: 680px) {
    .new-banner__contant {
        max-width: 201px;
    }
}

@media (max-width: 480px) {
    .new-banner__content-description {
        max-width: 100px;
    }
}

.mailing {
    margin-top: 0 !important;
}

@media (min-width: 1921px) {
    .new-banner {
        min-height: 400px;
    }
}

/* End */


/* Start:/local/html/redesign/pop-app/css/pop-app.css?175161915910005*/
/* ---------------------------- Общие стили для поп-апов ------------------------------ */

/* Родительский элемент поп-апа */
.pop-app {
    justify-content: center;
    align-items: center;
    position: fixed;
    width: 100vw;
    height: 100vh;
    background: rgba(0, 0, 0, 0.4);
    z-index: 999;
}

.pop-app_close {
    display: none;
}

.pop-app_open {
    display: flex;
}

/* Контейнер для поп-апа  */
.pop-app__container {
    position: relative;
    margin: 0 19px;
}

/* Кнопка закрытия поп-апа */
.pop-app__buuton-close {
    position: absolute;
    border-radius: 30px;
    width: 48px;
    height: 48px;
    cursor: pointer;
}

.pop-app__icon-close {
    position: relative;
    width: 16px;
    height: 17px;
}


/* Цвета кнопок и крестиков для фиолетового, жёлтого и синего баннеров */
/* Фиолетовый */
.pop-app__buuton-close_purple {
    background: #E2BEFF;
}
.pop-app__icon-close_purple {
    stroke: #611F80!important;
}
/* Жёлтый */
.pop-app__buuton-close_yelow {
    background: #FFF4BF;
}
.pop-app__icon-close_yelow {
    stroke: #2D2D2D!important;
}
/* Синий */
.pop-app__buuton-close_blue {
    background: #0F6CFF;
}
.pop-app__icon-close_blue {
    stroke: #FFFFFF!important;
}

/* Изображение поп-апа */
.pop-app__img {
    width: 100%;
    object-fit: cover;
}

.pop-app__smail {
    position: relative;
    top: -2px;
    margin: 0 0 0 3px;
    width: 28px;
}

/* Титульник + параграф + ссылки на соц-сети */
.pop-app__content-title,
.pop-app__content-description {
    font-family: "MuseoSansCyrl", Helvetica, sans-serif;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
    color: unset;
}

.pop-app__contant {
    position: absolute;
    top: 0;
    left: 0;
    color: #FFFFFF;
}

.pop-app__contant_color-black {
    color: #2D2D2D;
}

.pop-app__content-title {
    font-weight: 600;
}

.pop-app__content-description {
    font-size: 16px;
    font-weight: 400;
    line-height: 28px;
    -webkit-line-clamp: 2;
}

.pop-app__social-network-wrapper {
    display: flex;
}

.pop-app__social-network {
    width: 80px;
    height: 80px;
}

.pop-app__social-network img {
    width: 100%;
}

@media (max-width: 768px) {
    .pop-app__container {
        margin: 0 16px;
    }
}

/* --------------------------------------------------------------------------------------- */



/* ----------------- Большой поп-апп ---------------------------*/

/* Контейнер для поп-апа  */
.pop-app__container_big {
    max-width: 900px;
}

/* Кнопка закрытия поп-апа */
.pop-app__buuton-close_big {
    right: 10%;
    top: 3%;
}

.pop-app__icon-close_big {
    left: calc(100% / 2 - 16px / 2);
    top: calc(100% / 2 - 17px / 2);
    margin-left: 0px;
}

/* Титульник + параграф + ссылки на соц-сети */
.pop-app__contant_big {
    margin: 55px 0 0 60px;
    max-width: 497px;
}

.pop-app__content-title_big {
    font-size: 33px;
    line-height: 48px;
    margin: 0 0 32px 0;
    -webkit-line-clamp: 3;
}

.pop-app__content-description_big {
    margin: 0 0 58px 0;
    font-size: 17px!important;
    -webkit-line-clamp: 2;
}


/* Медиазапросы */
@media (max-width: 1168px) {

    /* Титульник + параграф */
    .pop-app__contant_big {
        margin: 75px 0 0 40px;
    }

    .pop-app__content-title_big {
        margin: 0 0 24px 0;
    }

    .pop-app__content-description_big {
        margin: 0 0 28px 0;
        font-size: 17px!important;
    }

}

@media (max-width: 1024px) {

    /* Контейнер для поп-апа  */
    .pop-app__container_big {
        margin: 0 30px;
        max-width: 670px;
    }

    /* Кнопка закрытия поп-апа */
    .pop-app__buuton-close_big {
        right: 7%;
        top: 4%;
        width: 44px;
        height: 44px;
    }

    /* Титульник + параграф + ссылки на соц-сети */
    .pop-app__contant_big {
        margin: 85px 0 0 32px;
        max-width: 390px;
    }

    .pop-app__content-title_big {
        font-size: 32px;
        line-height: 40px;
        margin: 0 0 28px 0;
    }

    .pop-app__content-description_big {
        font-size: 20px;
        line-height: 28px;
        margin: 0 0 49px 0;
    }

    .pop-app__social-network_big {
        width: 56px;
        height: 56px;
    }
}

@media (max-width: 940px) {
    .pop-app__contant_big {
        margin: 89px 0 0 32px;
        max-width: 389px;
    }
}

@media (max-width:767px) {

    /* Контейнер для поп-апа  */
    .pop-app__container_big {
        margin: 0 16px;
    }

    /* Кнопка закрытия поп-апа */
    .pop-app__buuton-close_big {
        right: 7%;
        top: 9%;
        width: 32px;
        height: 32px;
    }

    .pop-app__icon-close_big {
        width: 13px;
        height: 12px;
        left: calc(32px / 2 - 6.5px);
        top: calc(32px / 2 - 10px);
    }

    /* Титульник + параграф + ссылки на соц-сети */
    .pop-app__contant_big {
        margin: 135px 0 0 24px;
    }

    .pop-app__content-title_big {
        -webkit-line-clamp: 4;
    }

    .pop-app__content-description_big {
        max-width: 250px;
        margin: 0 0 32px 0;
        -webkit-line-clamp: 3;
    }

    .pop-app__social-network-wrapper_big {
        gap: 8px;
    }

    .pop-app__social-network_big {
        width: 36px;
        height: 36px;
    }
    .pop-app__container_big {
        max-width: 365px!important;
    }
}

@media (max-width:540px) {

    /* Параграф */
    .pop-app__contant_big {
        margin: 110px 0 0 24px;
        max-width: 380px;
    }

    .pop-app__content-description_big {
        max-width: 200px;
    }
}

@media (max-width:480px) {
    .pop-app__buuton-close_big {
        right: 4%;
        top: 7%;
    }

    /* Титульник + параграф */
    .pop-app__contant_big {
        margin: 105px 0 0 24px;
        max-width: 320px;
    }

    .pop-app__content-title_big {
        font-size: 24px;
        line-height: 28px;
        margin: 0 0 16px 0;
    }

    .pop-app__content-description_big {
        font-size: 16px;
        line-height: 20px;
        max-width: 170px;
    }
}

@media (max-width:420px) {

    /* Параграф */
    .pop-app__contant_big {
        margin: 77px 0 0 24px;
        max-width: 201px;
    }

    .pop-app__content-description_big {
        max-width: 111px;
    }
}

/* --------------------------------------------------------------------------------------- */



/* ----------------- Маленкий поп-апп ---------------------------*/

/* Контейнер для поп-апа  */
.pop-app__container_small {
    width: 605px;
}

/* Кнопка закрытия поп-апа */
.pop-app__buuton-close_small {
    right: 0;
    top: 130px;
}

.pop-app__icon-close_small {
    left: calc(100% / 2 - 16px / 2);
    top: calc(100% / 2 - 18px / 2);
    margin-left: 0;
}

/* Титульник + параграф + ссылки на соц-сети */
.pop-app__contant_small {
    margin: 355px 50px 0;
    max-width: 604px;
    text-align: center;
}

.pop-app__content-title_small {
    font-size: 32px;
    line-height: 34px;
    margin: 0 0 36px 0;
    -webkit-line-clamp: 2;
}

.pop-app__content-description_small {
    margin: 0 0 60px 0;
}

.pop-app__social-network-wrapper_small {
    justify-content: center;
}

/* Медиазапросы */
@media (max-width: 1024px) {
    .pop-app__container_small {
        max-width: 605px;
    }

    .pop-app__contant_small {
        margin: 355px 55px 0;
        max-width: 604px;
        text-align: center;
    }

    .pop-app__content-title_small {
        font-size: 32px;
        line-height: 40px;
        margin: 0 0 32px 0;
    }

    .pop-app__content-description_small {
        margin: 0 0 56px 0;
    }
}

@media (max-width: 768px) {
    .pop-app__container_small {
        max-width: 350px!important;
    }

    .pop-app__contant_small {
        margin: 260px 16px 0;
    }

    .pop-app__content-title_small {
        -webkit-line-clamp: 3;
    }

    /* Кнопка закрытия поп-апа */
    .pop-app__buuton-close_small {
        width: 32px;
        height: 32px;
        top: 70px;
    }

    .pop-app__icon-close_small {
        width: 13px;
        height: 12px;
        left: calc(100% / 2 - 13px / 2);
        top: calc(100% / 2 - 18px / 2);
    }
    .pop-app__content-title_small {
        font-size: 20px;
        line-height: 24px;
        margin: 0 0 16px 0;
    }
    .pop-app__content-description_small {
        font-size: 14px;
        line-height: 22px;
        margin: 0 0 32px 0;
    }
}

@media (max-width:540px) {
    .pop-app__content-title_small {
        font-size: 20px;
        line-height: 24px;
        margin: 0 0 16px 0;
    }

    .pop-app__content-description_small {
        font-size: 16px;
        line-height: 22px;
        margin: 0 0 32px 0;
    }

    .pop-app__social-network-wrapper_small {
        gap: 8px;
    }

    .pop-app__social-network_small {
        width: 44px;
        height: 44px;
    }

    .pop-app__content-description_small {
        font-size: 14px;
    }
}

@media (max-width:460px) {
    .pop-app__buuton-close_small {
        top: 20px;
    }
}

@media (max-width:380px) {
    .pop-app__contant_small {
        margin: 220px 16px 0;
    }
}

@media (max-width:340px) {
    .pop-app__contant_small {
        margin: 179px 16px 0;
    }
}
@media (max-width: 769px) {
    .pop-app__contant_small {
        max-width: 256px;
        margin: 263px 51px 0;
    }
    .pop-app__social-network-wrapper_small {
        margin: 20px;
    }
}
    /* --------------------------------------------------------------------------------------- */
/* End */
/* /local/html/redesign/main/css/title.css?1751619159523 */
/* /local/components/torg1c/search.tags.cloud/templates/.default/style.css?17442755692075 */
/* /local/html/redesign/rubrics/css/tags.css?17442755701925 */
/* /local/html/redesign/rubrics/css/tag.css?1686051085182 */
/* /local/html/redesign/rubrics/css/fonts.css?17418501091189 */
/* /local/templates/torg.1c.ru/components/bitrix/system.pagenavigation/torg.1c.ru.system.pagenavigation.seo/style.css?1730537704997 */
/* /local/templates/torg.1c.ru/components/bitrix/news.list/torg.1c.ru.news.list.materials.video.list/style.css?17442755708466 */
/* /local/html/redesign/pop-app/css/new-banner.css?17391347792513 */
/* /local/html/redesign/pop-app/css/pop-app.css?175161915910005 */
