

/* 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/main.feedback/form.about/style.css?17639448066604*/
.about-form {
    display: flex;
    background-color: #F8F8F8;
    max-width: 100%;
    overflow: hidden;
}

.about-form-spacer {
    margin-bottom: 100px;
}

.about-form__column {
    flex: 1;
}

.about-form__form {
    width: 100%;
    max-width: 810px;
    background-color: #F8F8F8;
    padding: 65px 65px 65px 65px;
    box-sizing: border-box;
}

.about-form__form-title {
    font-weight: 500;
    font-size: 40px;
    line-height: 130%;
    color: #4A4A49;
    margin-bottom: 16px;
    font-family: var(--bs--font-medium);
}

.about-form__form-subtitle {
    font-weight: 400;
    font-size: 24px;
    font-family: var(--bs--font-regular);
    line-height: 140%;
    color: #4A4A49;
    margin-bottom: 32px;
    width: 100%;
    max-width: 524px;
}

.about-form__form-div {
    display: flex;
    gap: 22px;
    margin-bottom: 20px;
    flex-wrap: wrap;
}

.about-form__form-div__input {
    align-items: center;
    padding: 16px 10px;
    width: 100%;
    max-width: 334px;
    min-width: 250px;
    flex: 1;
    height: 57px;
    border: 1px solid #878785;
    outline: none;
    background-color: #F8F8F8;
    font-size: 18px;
    line-height: 140%;
    color: #878785;
    box-sizing: border-box;
    font-family: 'Stolzl';
    font-style: normal;
    font-weight: 400;
}

.about-form__form-div__input::placeholder {
    font-size: 18px;
    line-height: 140%;
    color: #878785;
    font-family: 'Stolzl';
    font-style: normal;
    font-weight: 400;
}

.about-form__form-textarea {
    align-items: center;
    padding: 16px 10px;
    width: 100%;
    max-width: 690px;
    height: 118px;
    border: 1px solid #878785;
    outline: none;
    background-color: #F8F8F8;
    font-size: 18px;
    line-height: 140%;
    color: #878785;
    font-family: 'Stolzl';
    font-style: normal;
    font-weight: 400;
    margin-bottom: 16px;
    box-sizing: border-box;
    resize: vertical;
}

.about-form__ico {
    width: 100%;
    height: 100%;
    display: block;
    object-fit: cover;
}

.about-form__form-btn {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    padding: 10px;
    gap: 10px;
    width: 100%;
    max-width: 260px;
    height: 60px;
    background: #EA5B0C;
    outline: none;
    font-weight: 500;
    font-size: 18px;
    line-height: 140%;
    font-family: var(--bs--font-medium);
    color: #FFFFFF;
    border: none;
    cursor: pointer;
    box-sizing: border-box;
}

.about-form__form-btn:hover {
    background-color: #EA3C0C;
}

.about-form__form-btn:focus {
    background-color: #292929;
}

.checkbox-container {
    display: flex;
    align-items: flex-start;
    margin-bottom: 16px;
}

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

.custom-checkbox+label {
    display: inline-flex;
    align-items: flex-start;
    user-select: none;
}

.custom-checkbox+label::before {
    content: '';
    display: inline-block;
    width: 1.7em;
    height: 1.7em;
    flex-shrink: 0;
    flex-grow: 0;
    border: 1px solid #878785;
    margin-right: 0.5em;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 50% 50%;
    background-color: white;
}

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

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

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

.custom-checkbox:focus:not(:checked)+label::before {
    border-color: #EA5B0C;
}

.custom-checkbox:checked+label::before {
    background-color: #EA5B0C;
    border-color: #EA5B0C;
    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");
    background-repeat: no-repeat;
    background-position: center;
    background-size: 12px 10px;
}

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

.custom-checkbox+label::before {
    transition: all 0.2s ease-in-out;
}

.label-text {
    color: #878785;
    font-size: 12px;
    line-height: 1.4;
    font-family: 'Stolzl';
    font-style: normal;
    font-weight: 400;
}

@media (min-width: 1300px) {
    .about-form__column:first-child {
        flex: 0 0 45%;
    }

    .about-form__column:last-child {
        flex: 1;
    }
}

/* Адаптив для разрешения ниже 1300px */
@media (max-width: 1299px) {
    .about-form {
        flex-direction: column;
    }

    .about-form__column:first-child {
        order: -1;
    }

    .about-form__ico {
        max-height: 700px;
        object-fit: cover;
        object-position: top;
        width: 100%;
    }

    .about-form__form {
        padding: 40px 40px;
        max-width: 100%;
    }

    .about-form__form-title {
        font-size: 32px;
    }

    .about-form__form-subtitle {
        font-size: 20px;
        max-width: 100%;
        margin-top: 20px;
    }

    .about-form__form-div {
        justify-content: center;
    }

    .about-form__form-btn {
        max-width: 100%;
    }

    .about-form__form-div__input {
        max-width: 100%;
        font-size: 16px;
    }

    .about-form__form-div__input::placeholder {
        font-size: 16px;
    }

    .about-form__form-textarea {
        max-width: 100%;
        font-size: 16px;
    }

    .about-form-spacer {
        margin-bottom: 80px;
    }

    .about-form__form-btn {
        font-size: 14px;
    }

    .label-text {
        font-size: 12px;
    }
}

@media (max-width: 625px) {
    .about-form__form {
        padding: 30px 0px;
        background-color: white;
    }

    .about-form__form-div {
        gap: 15px;
    }

    .about-form__form-title {
        font-size: 20px;
    }

    .about-form__form-subtitle {
        font-size: 16px;
    }

    .about-form__ico {
        max-height: 550px;
    }

    .about-form__form-div__input {
        font-size: 14px;
        background-color: white;
        max-width: 100%;
        min-width: 100%;
    }

    .about-form__form-div__input::placeholder {
        font-size: 14px;
    }

    .about-form__form-textarea {
        font-size: 14px;
        background-color: white;
    }

    .about-form-spacer {
        margin-bottom: 0px;
    }

    .about-form__form-btn {
        font-size: 16px;
    }

    .label-text {
        font-size: 8px;
    }
}
/* 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/main.feedback/form.about/style.css?17639448066604 */
