

/* Start:/local/templates/template1/components/bitrix/catalog.section/slider-main-new/style.css?17861033463966*/
@font-face {
    font-family: Inter;
    src: url(/local/templates/template1/components/bitrix/catalog.section/slider-main-new/./fonts/Inter.ttf);
}
@font-face {
    font-family: Soyuz Grotesk;
    src: url(/local/templates/template1/components/bitrix/catalog.section/slider-main-new/./fonts/SoyuzGroteskBold.ttf);
}

.main__slider {
    padding-top: 37px;
    padding-bottom: 130px;
    background-color: #fff;
}
.container {
    max-width: 1520px;
    margin-left: auto;
    margin-right: auto;
    width: 100%;
    position: relative;
}
.slider__flex {
    display: flex;
    justify-content: space-between;
}
.slider__description {
    width: 750px;
    position: relative;
}


.slider__title {
    padding-top: 77px;
}
.slider__title, .slider__subtitle {
    font-family: Soyuz Grotesk;
    font-weight: 700;
    font-style: Bold;
    font-size: 60px;
    line-height: 100%;
    letter-spacing: 0.1px;
    color: #014749;
}
.slider__subtitle {
    color: #3C3C3C;
    margin-bottom: 30px;
    min-width: 700px;
}
.slider__text {
    font-family: Inter;
    font-weight: 300;
    font-size: 16px;
    line-height: 100%;
    letter-spacing: 0.1px;
    color: #3C3C3C;
    margin-bottom: 30px;
}

.slider__link {
    font-family: Inter;
    font-weight: 600;
    font-size: 16px;
    line-height: 100%;
    letter-spacing: 0.1px;
    margin-bottom: 30px;
}
.slider__link a {
    text-decoration: none;
    color: #014749;
}
.slider__image img {
    border-radius: 10px;
    max-width: 100%;
    display: block;
}

.slider__nav {
    display: flex;
    gap: 60px;
    justify-content: flex-end;
    position: absolute;
    bottom: 0;
    right: 0;
}
.slider__arrow-prew, .slider__arrow-next {
    width: 30px;
    height: 61px;
    cursor: pointer;
}
.slider__arrow-prew::before {
    content: url(/local/templates/template1/components/bitrix/catalog.section/slider-main-new/./img/arrow-prew.svg);
}
.slider__arrow-next::before {
    content: url(/local/templates/template1/components/bitrix/catalog.section/slider-main-new/./img/arrow-next.svg);
}

/* СТИЛИ ДЛЯ SWIPER */
.mySwiper {
    width: 100%;
    overflow: hidden;
}

.swiper-slide {
    height: auto;
}

/* Отключаем стандартные стрелки Swiper */
.swiper-button-prev::after,
.swiper-button-next::after {
    display: none !important;
}

.swiper-button-prev,
.swiper-button-next {
    position: static !important;
    margin: 0 !important;
    width: auto !important;
    height: auto !important;
    background: none !important;
    border: none !important;
    opacity: 1 !important;
    pointer-events: auto !important;
    display: block !important;
}

/* Пагинация */
.swiper-pagination {
    position: absolute;
    bottom: 20px;
    left: 50%;
    transform: translateX(-50%);
    z-index: 10;
    display: flex;
    gap: 10px;
}

.swiper-pagination-bullet {
    width: 12px;
    height: 12px;
    background: #014749;
    opacity: 0.3;
    border-radius: 50%;
    cursor: pointer;
}

.swiper-pagination-bullet-active {
    opacity: 1;
    background: #014749;
}

@media(max-width: 768px) {
    .slider__subtitle {
        min-width: auto;
    }
}
@media(max-width: 1024px) {
    .slider__flex {
        flex-direction: column-reverse;
    }
    .slider__description {
        width: 100%;
    }
    .slider__image {
        justify-items: center;
    }
    .main__slider {
        padding-bottom: 10px;
    }
    .slider__nav {
        position: relative;
    }
}
@media(max-width: 1440px) and (min-width: 1024px) {
    .slider__image {
        margin-left: 30px;
    }
}

@media(max-width: 1440px) {
    .slider__title, .slider__subtitle {
        font-size: 30px;
    }
}
@media (min-width: 1025px) {
    .main__slider .search-form .container {
        padding: 0 20px;
    }
    .search-form.-main {
        position: absolute;
        left: 0;
        right: 0;
        z-index: 20;
        bottom: -4%;
        height: 0px;
        opacity: 0;
        animation: show 1s;
        animation-fill-mode: forwards;
        animation-delay: 1.5s;
    }
    .
}

/* End */


/* Start:/local/templates/template1/components/sprint.editor/blocks/main/_style.css?16357692213453*/
/* Общие стили для блоков */
.sp-block-table table {
    width: 100%;
    border-collapse: collapse;
}

.sp-block-table table tr {
    background: #f7f7f7;
    color: #8a8a8a;
}

.sp-block-table table tr:nth-child(odd) {
    background: #e7e6e6;
}

.sp-block-table table tr:hover {
    background: #d4d4d4;
    color: #000;
}

.sp-block-table table td {
    text-align: left;
    border: 1px solid #ccc;
    padding: 5px;
}

.sp-image img {
    width: 100%;
}

.sp-image-text {
    background: #eee;
    margin: 10px 0 10px;
    min-height: 250px;
}

.sp-image-text img {
    float: left;
    width: 320px;
    margin: 0 10px 10px 0;
}

.sp-iblock-elements {
    width: 350px;
    background: #ddd;
    padding: 10px;
}

.sp-properties {
    width: 400px;
    border-collapse: collapse;
}

.sp-properties_title {
    border: 1px solid #ccc;
    padding: 0 5px;
    font-weight: bold;
}

.sp-properties_text {
    border: 1px solid #ccc;
    padding: 0 5px;
}

.sp-gallery-items {
    overflow: hidden;
}

.sp-gallery-item {
    float: left;
    height: 220px;
    padding: 5px;
    /*width: 20%;*/
}

.sp-gallery-item-img-wrapper {
    float: left;
    height: 100%;
    overflow: hidden;
    position: relative;
    width: 100%;
    display: block;
    color: inherit;
}

.sp-gallery-item img {
    display: block;
    max-width: 100%;
    left: 50%;
    max-height: 100%;
    max-width: none;
    position: relative;
    top: 50%;
    -webkit-transform: translate(-50%, -50%) translateZ(0);
    -moz-transform: translate(-50%, -50%) translateZ(0);
    -o-transform: translate(-50%, -50%) translateZ(0);
    -ms-transform: translate(-50%, -50%) translateZ(0);
    transform: translate(-50%, -50%) translateZ(0);
}

.sp-gallery-item-text {
    background-color: rgba(255, 255, 255, .7);
    cursor: pointer;
    height: 100%;
    left: 0;
    opacity: 0;
    position: absolute;
    text-align: center;
    top: 0;
    -webkit-transition: all .2s linear;
    -moz-transition: all .2s linear;
    -o-transition: all .2s linear;
    transition: all .2s linear;
    width: 100%;
}

.sp-gallery-item-text:hover {
    opacity: 1;
}

.sp-gallery-item-text::after {
    content: '';
    display: inline-block;
    height: 100%;
    vertical-align: middle;
}

.sp-gallery-item-text-content {
    display: inline-block;
    vertical-align: middle;
    width: 90%;
}

.sp-button_link,
.sp-button_link:link,
.sp-button_link:visited {
    display: inline-block;
    padding: 10px 20px;
    margin: 10px 0;
    border-radius: 20px;
    text-decoration: none;
    background: #ccc;
    color: #333;
}

.sp-button_link:hover {
    text-decoration: none;
    background: #333;
    color: #ccc;
}

/*accordion*/
.sp-accordion {
    border: 1px solid #ccc;
    border-radius: 5px;
}

.sp-accordion-title {
    border-top: 1px solid #ccc;
    color: #444;
    cursor: pointer;
    padding: 10px;
    text-align: left;
}

.sp-accordion-title:first-child {
    border-top: none;
}

.sp-accordion-container {
    padding: 0 10px 10px;
    display: none;
    overflow: hidden;
}

.sp-accordion-title:after {
    content: '\02795';
    font-size: 12px;
    color: #777;
    float: right;
    margin: 2px 5px;
}

.sp-accordion-title__active:after {
    content: "\2796";
}

/* End */


/* Start:/local/templates/template1/styles.css?1776864350150*/
@font-face {
    font-family: "Grotesk";
    src: url("/local/templates/template1/public/fonts/SoyuzGroteskBold.ttf");
    font-weight: 700;
}


/* End */
/* /local/templates/template1/components/bitrix/catalog.section/slider-main-new/style.css?17861033463966 */
/* /local/templates/template1/components/sprint.editor/blocks/main/_style.css?16357692213453 */
/* /local/templates/template1/styles.css?1776864350150 */
