

/* Start:/local/templates/new100del/components/bitrix/system.pagenavigation/.default/style.css?176612859586*/
ul.pager {
    display: flex;
    justify-content: center;
	margin-bottom: 50px;
}
/* End */


/* Start:/local/templates/new100del/components/bitrix/news.list/brands/style.css?17639448063758*/
.swiper.mySwiper1,
.swiper.mySwiper2 {
    width: 100%;
    height: 120px;
}

.swiper.mySwiper1 .swiper-slide,
.swiper.mySwiper2 .swiper-slide {
    text-align: center;
    border: 1px solid #EBEBEB;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 120px;
}

.swiper-slide img {
    max-height: 100%;
    max-width: 100%;
    object-fit: contain;
}


.brands {
    margin-bottom: 90px;

    .brands__flex {
        margin-bottom: 40px;
        display: flex;

        .brands__flex-text {
            padding: 0px;
            gap: 16px;
            font-weight: 400;
            font-size: 18px;
            line-height: 140%;
            color: #4A4A49;
        }

    }


    .brands__flex-item-title {
        display: flex;
        align-items: center;
        gap: 20px;
        justify-content: space-between;
        border-bottom: 1px solid #EA5B0C;
        padding-bottom: 40px;

        .all {
            background: #ea5b0c;
            height: 36px;
            padding: 0 4px;
            display: flex;
            flex-direction: column;
            justify-content: center;

            .brands__list-arrow-next {
                display: flex;
            }
        }
    }

    .brands__flex-title {
        font-weight: 500;
        font-size: 40px;
        line-height: 130%;
    }

    .brands__list {
        display: block;

        .brands__one {
            position: relative;
            display: block;
        }

        .brands__two {
            margin-top: 16px;
            position: relative;
            display: block;
        }

        .brands__list-item {
            /* width: 300px; */
            cursor: pointer;
            height: 120px;
            border: 1px solid #EBEBEB;
            display: flex;
            margin: 0 8px;

            img {
                max-width: 150px;
                max-height: 100%;
                margin: auto;

            }
        }

    }

    .all {
        display: flex;
    }

    [data-tooltip] {
        position: relative;
    }

    [data-tooltip]:hover::after {
        display: block;
        position: absolute;
        content: attr(data-tooltip);
        background: #ffffff;
        padding: .25em;
        font-size: 22px;
        color: #ea5b0c;
        width: max-content;
        top: -20px;
    }

    .button_all {
        margin: 30px auto;
        display: block;
        background: #ea5b0c;
        color: #f9f9f9;
        padding: 15px 30px;
        font-size: 18px;
        font-family: 'Stolzl';
    }
}

@media (max-width: 1322px) {
    .brands .brands__flex-item-title {
        padding-bottom: 65px;
    }
}

@media (max-width: 1299px) {
    .brands {
        margin-bottom: 50px;
    }

    .brands .brands__flex-title {
        font-size: 32px;
    }

    .brands .brands__flex .brands__flex-text {
        font-size: 18px;
    }

    .brands .brands__flex-item-title {
        padding-bottom: 24px;
        margin-bottom: 30px;
    }

    .brands .row>[class*="col-xl-6"] {
        flex: 0 0 100%;
        max-width: 100%;
    }

    .brands .brands__flex {
        margin-bottom: 30px;
    }

}

@media (max-width: 625px) {
    .brands .brands__flex-title {
        font-size: 20px;
        padding-bottom: 24px;
        margin-bottom: 30
    }

    .brands .brands__flex .brands__flex-text {
        font-size: 14px;
    }

    .brands .brands__flex-item-title {
        padding-bottom: 0px;
        margin-bottom: 20px;
        align-items: flex-start;
    }

    .brands {
        margin-bottom: 30px;
    }
}
/* End */


/* Start:/local/templates/new100del/components/bitrix/news.list/video_about/style.css?17667046205261*/
.socials {
  overflow-x: hidden;
  box-sizing: border-box;
  max-width: 100%;
  display: grid;
  grid-template-columns: 50% 50%;
  grid-template-rows: repeat(2, 1fr);
  grid-column-gap: 12px;
  grid-row-gap: 0px;
  align-items: start;
}

.socials-content {
  overflow-x: hidden;
  display: flex;
  flex-direction: column;
  gap: 35px;
  grid-area: 1 / 2 / 2 / 3;
  max-width: 100%;
  box-sizing: border-box;
}

.socials-buttons-link {
  box-sizing: border-box;
  max-width: 100%;
  overflow-x: hidden;
  margin-bottom: 20px;
  display: grid;
  grid-template-columns: 100%;
  grid-template-rows: repeat(3, 1fr);
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  width: 100%;
}

.socials-links__title {
  font-size: 40px;
  font-weight: 500;
  line-height: 130%;
  border-bottom: 1px solid #EA5B0C;
  padding-bottom: 32px;
}

.socials-links__flex-item__big,
.socials-links__flex-item__little {
  max-width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  text-decoration: none;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 10px;
  cursor: pointer;
  background-color: #292929;
  font-weight: 500;
  font-size: 18px;
  line-height: 140%;
  color: #FFFFFF;
  height: 60px;
  font-family: var(--bs--font-medium);
}
.socials-links__flex-item__big:hover, .socials-links__flex-item__little:hover {
    color: #f8f8f8;
}
.socials-videos {
  width: 100%;
  grid-area: 1 / 1 / 3 / 2;
  padding-right: 10px;
}

.socials-buttons {
  grid-area: 2 / 2 / 3 / 3;
  display: block;
}

.socials-spacer {
  height: 85px;
}

@media (min-width: 1300px) {
  .ok {
    margin-top: 30px;
  }
}

@media (max-width: 1299px) {
  .socials {
    display: flex;
    flex-direction: column;
    grid-template-columns: 100%;
    grid-template-rows: auto auto auto;
    grid-column-gap: 0px;
    grid-row-gap: 20px;
  }

  .socials-content {
    order: 1;
    width: 100%;
    margin-bottom: 20px;
  }

  .socials-videos {
    order: 2;
    width: 100%;
    padding-right: 0;
    margin-bottom: 20px;
  }

  .socials-buttons {
    order: 3;
    width: 100%;
    display: block;
  }

  .socials-links__title {
    font-size: 32px;
    line-height: 120%;
    padding-bottom: 24px;

  }

  .socials-links__text {
    margin-bottom: 0px;
  }

  .socials-spacer {
    height: 50px;
  }

  .socials-content {
    gap: 20px;
  }

  .socials-buttons-link {
    margin-bottom: 0px;
  }

  .socials-links__flex-item__big,
  .socials-links__flex-item__little {
    font-size: 14px;
  }
}

/* ↓ Планшеты и небольшие экраны от 767px */
@media (min-width: 767px) {
  .swiper-slide {
    width: 345px;
    height: 500px;
  }

  .socials-buttons-link {
    grid-template-columns: repeat(4, 1fr);
    grid-template-rows: repeat(2, 1fr);
  }

  .ok {
    grid-area: 1 / 1 / 2 / 3;
  }

  .vk {
    grid-area: 1 / 3 / 2 / 5;
  }

  .tg {
    grid-area: 2 / 1 / 3 / 3;
  }
}

/* ↓ Десктопы от 1300px */
@media (min-width: 1300px) {
  .socials-buttons-link {
    grid-template-columns: repeat(12, 1fr);
    grid-template-rows: repeat(2, 1fr);
  }

  .ok {
    grid-area: 1 / 1 / 2 / 8;
  }

  .vk {
    grid-area: 2 / 1 / 3 / 6;
  }

  .tg {
    grid-area: 2 / 6 / 3 / 11;
  }
}

/* ↓ Мобильная версия до 625px */
@media (max-width: 625px) {
  .socials {
    grid-row-gap: 0px;
  }

  .socials-links__title {
    font-size: 20px;
    padding-bottom: 10px;
  }

  .socials-links__text {
    font-size: 14px !important;
  }

  .socials-content {
    gap: 10px;
    margin-bottom: 35px;
  }

  .socials-spacer {
    height: 0 !important;
  }

  .socials-buttons-link {
    margin-bottom: 0px;
  }
}

/* --- Дополнительные стили --- */

.socials-links__text {
  font-weight: 400;
  font-size: 18px;
  line-height: 140%;
  color: #4A4A49;
}

.video__item {
  cursor: pointer;
  position: relative;
  height: 500px;
  width: 100%;
  border: 1px solid #EA5B0C;
}

.video__item video {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

video::-webkit-media-controls {
  display: none;
}

.swiper-slide {
  width: 345px;
  height: 513px;
}

/* Кнопки управления видео */
.play-btn,
.pause-btn {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 80px;
  height: 80px;
  border: none;
  border-radius: 50%;
  background: rgba(0, 0, 0, .6);
  cursor: pointer;
  z-index: 2;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: background .3s;
}

.play-btn::before {
  content: '';
  border-style: solid;
  border-width: 14px 0 14px 24px;
  border-color: transparent transparent transparent #fff;
  margin-left: 4px;
}

.play-btn:hover {
  background: rgba(0, 0, 0, .8);
}

.pause-btn {
  display: none;
}

.pause-btn::before,
.pause-btn::after {
  content: '';
  width: 8px;
  height: 28px;
  background: #fff;
  border-radius: 2px;
}

.pause-btn::before {
  margin-right: 6px;
}
/* End */


/* Start:/local/templates/new100del/components/bitrix/news.list/questions/style.css?17639448065138*/
.questions-container {
    display: flex;
    flex-direction: column;
    width: 100%;
    box-sizing: border-box;
    align-items: stretch;
}

.questions-row {
    display: flex;
    gap: 20px;
    margin: 0px;
    align-items: flex-start;
}

.questions-spacer {
    height: 100px;
}

.questions-column {
    flex: 1;
    box-sizing: border-box;
    padding: 0px;
    min-width: 0;
}

.questions {
    margin-bottom: 120px;
}

.questions__upper {
    display: flex;
    align-items: center;
    gap: 20px;
    margin-bottom: 28px;
}

.questions__upper-title {
    border-bottom: 1px solid #EA5B0C;
    font-style: normal;
    font-weight: 500;
    font-size: 40px;
    line-height: 130%;
    color: #4A4A49;
    padding-bottom: 32px;
}

.questions__upper-text {
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    line-height: 140%;
    color: #4A4A49;
    width: 660px;
}

.questions__center {
    display: flex;
    gap: 20px;
}

.questions__center-title {
    font-style: normal;
    font-weight: 500;
    font-size: 24px;
    line-height: 140%;
    color: #4A4A49;
    margin-top: 50px;
    margin-bottom: 32px;
}

.question-item {
    font-weight: 400;
    font-size: 18px;
    line-height: 140%;
    color: #4A4A49;
    font-family: var(--bs--font-regular);
}

.question__center-div__visible {
    cursor: pointer;
    width: 100%;
    height: 70px;
    background-color: #F8F8F8;
    display: flex;
    align-items: center;
    padding-left: 20px;
    justify-content: space-between;
    padding-right: 20px;
    transition: background-color 0.2s ease;
    box-sizing: border-box;
}

.question__center-div__visible:hover,
.question__center-div__visible.active {
    background-color: #EBEBEB;
}

.question__flex {
    width: 100%;
}

.question__center-div {
    margin-bottom: 20px;
    position: relative;
}

.question__center-div:last-child {
    margin-bottom: 0px;
}

.question__center-div__hidden {
    width: 100%;
    padding: 0 20px;
    opacity: 0;
    visibility: hidden;
    z-index: -10;
    transition: .2s;
    position: absolute;
    box-sizing: border-box;
    left: 0;
}

.question__center-div__hidden p {
    width: 100%;
    margin-top: 12px;
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    line-height: 140%;
    color: #4A4A49;
    box-sizing: border-box;
}

.question__center-div__hidden.active {
    opacity: 1;
    visibility: visible;
    z-index: 10;
    position: relative;
}

.question__center-div__visible>svg {
    transition: .2s;
}

.question__center-div__visible>svg>path {
    transition: .2s;
}

.question__center-div__visible>svg.active {
    transform: rotate(45deg);
}

.question__center-div__visible>svg>path.active {
    stroke: #292929;
}

@media (max-width: 1299px) {
    .questions-row {
        flex-direction: column;
        gap: 0;
    }

    .questions-column {
        width: 100%;
        flex: none;
    }

    .questions__upper {
        flex-direction: column;
        align-items: flex-start;
        gap: 16px;
        margin-bottom: 24px;
    }

    .questions__upper-title {
        font-size: 32px;
        line-height: 120%;
        padding-bottom: 24px;
        width: 100%;
        margin-bottom: 30px;
    }

    .questions__upper-text {
        width: 100%;
    }

    .questions__center-title {
        font-size: 20px;
        margin-top: 40px;
        margin-bottom: 25px;
    }

    .question-item {
        font-size: 16px;
        line-height: 135%;
    }

    .question__center-div__visible {
        height: 60px;
        padding-left: 16px;
        padding-right: 16px;
    }

    .question__center-div__hidden p {
        font-size: 16px;
        line-height: 135%;
        margin-top: 10px;
    }

    .questions-spacer {
        height: 80px;
    }

    .questions {
        margin-bottom: 80px;
    }

    .mb-4 {
        margin-bottom: 20px !important;
    }
}

/* Дополнительные адаптивные стили для очень маленьких экранов */
@media (max-width: 625px) {
    .questions-row:first-child {
        display: none !important;
    }

    .questions__upper-title {
        font-size: 20px;
        padding-bottom: 20px;
    }

    .questions__upper-text {
        font-size: 14px;
    }

    .questions__center-title {
        font-size: 16px;
        margin-top: 30px;
        margin-bottom: 16px;
    }

    .question-item {
        font-size: 14px;
    }

    .question__center-div__visible {
        height: 55px;
        padding-left: 12px;
        padding-right: 12px;
    }

    .question__center-div__hidden {
        padding: 0 12px;
    }

    .question__center-div__hidden p {
        font-size: 14px;
    }

    .questions-spacer {
        height: 40px;
    }

    .questions {
        margin-bottom: 60px;
    }

    .question__center-div {
        margin-bottom: 10px;
    }
}
/* End */


/* Start:/local/templates/new100del/components/bitrix/form.result.new/feedback_about/style.css?17726077299612*/
:root {
    --gap: 20px;
    --border: 1px solid #EBEBEB;
    --color-text: #4A4A49;
    --color-field: #878785;
    --color-accent: #EA5B0C;
    --color-white: #fff;
    --color-border-hover: #d0d0d0;
    --color-danger: #ff4444;

    --input-height: 57px;

    --fs-h1: 2.5rem;
    --fs-h2: 1.5rem;
    --fs-input: 1.125rem;
    --fs-button: 1.125rem;
    --fs-base: 1rem;
    --fs-label: 0.75rem;
}

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

.phone {
    font-family: 'Stolzlmedium';
    font-size: 1.1em;
    line-height: 1.4;
    color: #EA5B0C;
}

.feedback-about {
    font-size: var(--fs-base);
    background-color: #F8F8F8;
}

.feedback-about__body {
    display: flex;
    align-items: stretch;
}

.feedback-about__contacts {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    gap: var(--gap);
    border: none;
    padding: 60px;
}

.feedback-about__header--mobile {
    display: none;
}

.feedback-about__header {
    display: block;
}

.feedback-about__success {
    padding: 60px;
}

.feedback-about__title {
    font-family: 'Stolzlmedium', serif;
    font-weight: 500;
    font-size: 2.5rem;
    line-height: 1.3;
    margin-bottom: 1rem;
    color: var(--color-text);
}

.feedback-about__desc {
    font-family: 'Stolzlregular', serif;
    font-weight: 400;
    font-size: var(--fs-h2);
    line-height: 1.4;
    margin-bottom: 2rem;
    color: var(--color-text);
}

.feedback-about__success .feedback-about__desc {
    font-family: 'Stolzl';
}

.feedback-about__comment {
    display: block;
    font-weight: 400;
    font-size: 1.1rem;
    line-height: 1.4;
    margin-bottom: 2rem;
    color: var(--color-text);
}

.feedback-about__field,
.feedback-about__message {
    font-size: var(--fs-input);
    color: var(--color-text);
    border: 1px solid #878785;
    background-color: #F8F8F8;
    transition: border-color 0.2s ease;
}

.feedback-about__field {
    flex: 0 0 calc(50% - var(--gap) / 2);
    width: 100%;
    min-height: var(--input-height);
    padding: 0 0.625rem;
}

.feedback-about__field::placeholder,
.feedback-about__message::placeholder {
    color: var(--color-field);
}

.feedback-about__field:hover,
.feedback-about__message:hover {
    border-color: var(--color-border-hover);
}

.feedback-about__field:focus,
.feedback-about__message:focus {
    outline: none;
    border-color: var(--color-text);
}

.feedback-about__field.error {
    border-color: var(--color-danger);
}

.feedback-about__message {
    width: 100%;
    height: 7.5rem;
    padding: 0.625rem;
    font-family: inherit;
}

.smart-captcha {
    width: 100% !important;
    max-width: 100% !important;
    overflow: hidden !important;
}

.feedback-about__captcha-container {
    display: flex;
    flex-direction: row;
    gap: var(--gap);
}

.feedback-about__captcha-error {
    color: var(--color-danger);
    font-size: 0.75rem;
    display: none;
}

.feedback-about__policy {
    display: flex;
    align-items: flex-start;
    gap: 0.5rem;
    cursor: pointer;
}

.feedback-about__policy-text {
    font-weight: 400;
    font-size: var(--fs-label);
    line-height: 1.4;
    color: var(--color-field);
    margin: 0;
    padding-top: 0.0625rem;
    cursor: pointer;
}

.feedback-about__policy-text a {
    color: var(--color-accent);
    text-decoration: none;
    transition: color 0.2s ease;
}

.feedback-about__policy-text a:hover {
    text-decoration: underline;
}

.custom-checkbox {
    position: absolute;
    z-index: -1;
    opacity: 0;
    margin: 0;
}

.custom-checkbox + label {
    display: inline-flex;
    align-items: center;
    user-select: none;
    cursor: pointer;
    margin: 0;
}

.custom-checkbox + label::before {
    content: '';
    display: inline-block;
    width: 1.7em;
    height: 1.7em;
    flex-shrink: 0;
    border: 1px solid var(--color-field);
    margin-right: 0.67em;
    background-color: #fff;
    background-repeat: no-repeat;
    background-position: center;
    background-size: 50% 50%;
    transition: all 0.2s ease-in-out;
}

.custom-checkbox:not(:disabled):not(:checked) + label:hover::before {
    border-color: var(--color-accent);
}

.custom-checkbox:not(:disabled):active + label::before {
    background-color: #f58b51;
    border-color: var(--color-accent);
}

.custom-checkbox:focus + label::before {
    box-shadow: 0 0 0 0.125rem rgba(234, 91, 12, 0.25);
    border-color: var(--color-accent);
}

.custom-checkbox:checked + label::before {
    background-color: var(--color-accent);
    border-color: var(--color-accent);
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 7'%3e%3cpath fill='%23fff' d='M2.9 7a.7.7 0 0 1-.5-.2L.3 4.6a.7.7 0 0 1 1-.9l2.1 2.2L6.4.9a.7.7 0 1 1 1 .9L3.5 6.7a.7.7 0 0 1-.5.3Z'/%3e%3c/svg%3e");
}

.custom-checkbox:disabled + label::before {
    background-color: #e9ecef;
    border-color: #adb5bd;
    cursor: not-allowed;
}

.custom-checkbox:disabled + label {
    cursor: not-allowed;
    opacity: 0.6;
}

.feedback-about__btn {
    display: inline-block;
    align-items: center;
    justify-content: center;
    height: var(--input-height);
    padding: 0 4.94rem;
    font-family: 'Stolzlmedium', serif;
    font-size: var(--fs-button);
    font-weight: 500;
    color: var(--color-white);
    background: var(--color-accent);
    border: none;
    cursor: pointer;
    transition: background-color 0.2s ease;
    white-space: nowrap;
    text-decoration: none;
    line-height: var(--input-height);
    text-align: center;
}

.feedback-about__btn:hover {
    background-color: #d9520b;
}

.feedback-about__btn:active {
    background-color: #c3490a;
    transform: translateY(1px);
}

.feedback-about__image, .feedback-about__image--tablet {
    flex: 0 0 46%;
    margin: 0;
    padding: 0;
    display: flex;
}

.feedback-about__image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

.feedback-about__image--tablet img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

.feedback-about__image--mobile img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

.feedback-about__image--mobile, .feedback-about__image--tablet {
    display: none;
}

.visually-hidden {
    position: absolute;
    width: 1px;
    height: 1px;
    margin: -1px;
    padding: 0;
    border: 0;
    clip: rect(0 0 0 0);
    clip-path: inset(100%);
    overflow: hidden;
    white-space: nowrap;
}

@media (max-width: 1300px) {
    .feedback-about__contacts {
        padding: 0;
        flex-direction: column;
    }

    .feedback-about__body {
        flex-direction: row-reverse;
    }

    .feedback-about {
        padding: 20px;
    }

    .feedback-about__header--mobile {
        display: block;
    }

    .feedback-about__header {
        display: none;
    }

    .feedback-about__title {
        font-size: 32px;
    }

    .feedback-about__desc {
        font-family: "Stolzl";
        font-size: 20px;
    }

    .feedback-about__image--tablet {
        display: block;
        flex: 0 0 40%;
    }

    .feedback-about__image {
        display: none;
    }
}

@media (max-width: 1199px) {
    :root {
        --input-height: 2.9rem;
    }

    .feedback-about {
        padding: 20px;
    }

    .feedback-about__header {
        display: none;
    }

    .feedback-about__contacts {
        flex-direction: column;
        margin-bottom: 0;
    }

    .feedback-about__body {
        gap: 20px;
    }

    .feedback-about__captcha-container {
        display: block;
    }

    .feedback-about__success {
        padding: 0;
    }
}

@media (max-width: 960px) {
    .feedback-about__title {
        font-size: 2rem;
    }

    .feedback-about__desc {
        font-size: 1.1rem;
        margin-bottom: 1.5rem;
    }

    .feedback-about__btn {
        font-size: 1rem;
    }

    .feedback-about__policy-text {
        font-size: 0.5rem;
    }

    .feedback-about__comment {
        font-size: 0.9rem;
    }
}

@media (max-width: 720px) {
    .feedback-about__image--tablet {
        display: none;
    }

    .feedback-about__body {
        display: block;
    }

    .feedback-about__image--mobile {
        display: block;
    }
}

@media (max-width: 625px) {
    .feedback-about {
        padding: 0;
    }

    .feedback-about,.feedback-about__field, .feedback-about__message {
        background-color: white;
    }

    .feedback-about__title {
        font-size: 1.25rem;
    }

    .feedback-about__contacts {
        flex-direction: column;
        gap: 8px;
    }

    .feedback-about__image {
        min-height: 200px;
    }

    .feedback-about__field,
    .feedback-about__message {
        font-size: 0.875rem;
        min-height: 48px;
        border: 1px solid var(--color-field);
    }

    .feedback-about__btn {
        width: 100%;
        height: 50px;
        font-size: 1rem;
    }

    .feedback-about__policy {
        margin-bottom: 1.5rem;
    }

    .feedback-about__captcha-container {
        flex-direction: column !important;
        gap: 12px;
        margin-bottom: 16px;
        width: 100%;
    }

    #about-captcha-container,
    .smart-captcha {
        width: 100% !important;
        min-width: 100% !important;
        max-width: 100% !important;
        transform: scale(1);
        margin: 0 !important;
    }

    .smart-captcha > iframe {
        width: 100% !important;
        max-width: 100% !important;
    }

    .feedback-about__captcha-container {
        margin-bottom: 8px;
    }

    .feedback-about__captcha-error {
        margin-top: 4px;
        font-size: 11px;
    }
}
/* End */
/* /local/templates/new100del/components/bitrix/system.pagenavigation/.default/style.css?176612859586 */
/* /local/templates/new100del/components/bitrix/news.list/brands/style.css?17639448063758 */
/* /local/templates/new100del/components/bitrix/news.list/video_about/style.css?17667046205261 */
/* /local/templates/new100del/components/bitrix/news.list/questions/style.css?17639448065138 */
/* /local/templates/new100del/components/bitrix/form.result.new/feedback_about/style.css?17726077299612 */
