

/* Start:/local/templates/elyts_2020/css/main_page.css?173521459126948*/
:root {
	--text-primary: #101820;
}

.main-teaser {
    margin-bottom: 40px;
    position: relative;
}

.main-teaser:after {
    background-color: #FFF;
    bottom: 0;
    content: " ";
    display: block;
    height: 32px;
    left: 0;
    position: absolute;
    width: 100%;
}

.main-teaser .img-fluid {
    -o-object-fit: contain;
    object-fit: contain;
    width: 100%;
    height: 100%;
    display: block;
    -o-object-position: 100% 0%;
    object-position: 100% 0%;
}
.main-teaser .teaser__info {
    height: 100%;
    width: 50%;
}

@media only screen and (max-width: 767px) {
    .main-teaser .teaser__info {
        margin-left: 0;
    }
}

.main-teaser .teaser__info .d-table {
    width: 100%;
}

.main-teaser .teaser__info .d-table .d-table-cell {
    height: 100%;
    position: relative;
}

.main-teaser .teaser__info .teaser__header {
    font-family: var(--ff-Titles);
    font-size: 2.125em;
    display: block;
    letter-spacing: 7px;
    line-height: 1em;
    margin-bottom: 16px;
    font-style: normal;
    font-weight: 400;
    font-size: 60px;
    line-height: 128%;
    letter-spacing: 0.03em;
    color: #fff;
}


@media only screen and (max-width: 991px) {
    .main-teaser .teaser__info .teaser__header {
        color: #000;
    }

    .main-teaser .teaser__info .teaser__description {
        color: #000;
    }

    .main-teaser .teaser__info .teaser__description {
        display: block;
        font-size: 20px;
        margin-bottom: 16px;
        color: #000;
    }
}

@media only screen and (max-width: 1300px) {
    .main-teaser .teaser__info .teaser__header {
        font-size: 45px;
    }
}

.main-teaser .teaser__info .teaser__description {
    display: block;
    font-size: 20px;
    margin-bottom: 16px;
    color: #fff;
}

@media only screen and (max-width: 999px) {
    .main-teaser .teaser__info {
        margin-left: 0;
        margin: 0 auto;
        padding: 20px 0;
    }

}

@media only screen and (max-width: 767px) {
    .main-teaser .teaser__info {
        padding: 0;
        text-align: center;
        width: 100%;
        padding: 20px 0;
    }

    .main-teaser .teaser__info .teaser__header {
        letter-spacing: 0.03em;
    }

    .main-teaser .teaser__info .teaser__description {
        font-size: 1em;
    }
}

@media only screen and (max-width: 767px) {
    .main-teaser .teaser__info .teaser__description {
        font-size: .875em;
    }

    .main-teaser .teaser__info .d-table-cell {
        text-align: left;
    }
}

@media only screen and (max-width: 991px) {
    .main-teaser .teaser__info .d-table .d-table-cell {
        text-align: center;
        top: 10%;
        margin: 0 auto;
        width: 100%;
        margin-left: -16px;
    }

    .main-teaser .teaser__info .teaser__description {
        display: block;
        font-size: 20px;
        margin-bottom: 16px;
        color: #000;
    }

    .main-teaser .teaser__info .d-table .d-table-cell .wrapper {
        height: 77%;
        display: flex;
        flex-direction: column;
        justify-content: space-between;
    }


    .main-teaser .teaser__info .teaser__header {
        font-size: 26px;
        text-align: center;
    }
}

.main-teaser .col-12 {
    position: relative;
    padding: 0;
}

.main-teaser .row {
    margin-left: 0;
    margin-right: 0;
}

.main-teaser .swiper-slide .swiper-slide__link {
    display: block;
}

.main-teaser .swiper-slide .swiper-slide__link,
.main-teaser .swiper-slide .swiper-slide__link:hover {
    text-decoration: none;
}

.main-teaser .swiper-slide .swiper-slide__image {
    display: block;
    opacity: 0;
    text-align: right;
    -webkit-transition: left 1s, opacity 0.5s ease-in-out;
    -o-transition: left 1s, opacity 0.5s ease-in-out;
    transition: left 1s, opacity 0.5s ease-in-out;
    /* height: 846px;  */
}

.main-teaser .swiper-slide .teaser__header {
    opacity: 0;
    position: relative;
    top: 40px;
    -webkit-transition: top 1.2s, opacity 0.7s ease-in-out;
    -o-transition: top 1.2s, opacity 0.7s ease-in-out;
    transition: top 1.2s, opacity 0.7s ease-in-out;
}

.main-teaser .swiper-slide .teaser__description {
    line-height: 24px;
    opacity: 0;
    position: relative;
    -webkit-transition: top 1.2s, opacity 0.7s ease-in-out;
    -o-transition: top 1.2s, opacity 0.7s ease-in-out;
    transition: top 1.2s, opacity 0.7s ease-in-out;
    top: 40px;
}

.main-teaser .swiper-slide .button-default {
    display: inline-block;
    opacity: 0;
    position: relative;
    top: 40px;
    -webkit-transition: top 0.6s, opacity 0.7s ease-in-out;
    -o-transition: top 0.6s, opacity 0.7s ease-in-out;
    transition: top 0.6s, opacity 0.7s ease-in-out;
    font-size: 20px;
    line-height: 128%;
    letter-spacing: 0.015em;
    color: #fff;
    padding: 15px 18px;
    gap: 10px;
    height: 56px;
    border: 1px solid #fff;
    margin-top: 15px;
}

@media only screen and (max-width: 991px) {

    .main-teaser .swiper-slide .button-default {
        color: #000;
        border: 1px solid #000;
    }
}

.main-teaser .swiper-slide-active .swiper-slide__image {
    opacity: 1;
}

.main-teaser .swiper-slide-active .teaser__header {
    opacity: 1;
    top: 0;
}

.main-teaser .swiper-slide-active .teaser__description {
    opacity: 1;
    top: 0;
    -webkit-transition-delay: 0.2s;
    -o-transition-delay: 0.2s;
    transition-delay: 0.2s;
}

.main-teaser .swiper-slide-active .button-default {
    opacity: 1;
    top: 0;
    -webkit-transition-delay: 0.6s;
    -o-transition-delay: 0.6s;
    transition-delay: 0.6s;
}

.main-teaser .swiper-container .swiper-pagination {
    bottom: 12%;
    position: absolute;
    width: auto;
    margin-left: 110px;
    font-size: 20px;
    font-family: var(--ff-Titles);
    color: #ffffff;
}

.main-teaser .swiper-container .swiper-pagination .swiper-pagination-bullet {
    background-color: #fff;
    border-radius: 0;
    height: 2px;
    margin: 0 0 0 24px;
    opacity: 0.7;
    width: 70px;
}

.main-teaser .swiper-container .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
    background-color: #fff;
    opacity: 1;
}

.main-teaser .swiper-container .swiper-pagination .swiper-pagination-bullet:first-child {
    margin-left: 0;
}

@media only screen and (max-width: 991px) {
    .main-teaser .swiper-container .swiper-pagination {
        bottom: 5%;
        width: 720px;
        margin-left: -16px;
    }

    .main-teaser .swiper-container .swiper-pagination .swiper-pagination-bullet {
        margin: 0 0 0 10px;
        width: 20px;
    }
}

@media only screen and (max-width: 767px) {
    .main-teaser .swiper-container .swiper-pagination {
        width: 540px;
    }

    .main-teaser .swiper-slide .button-default {
        font-size: 18px;
        height: 56px;
        margin-top: 0px;
    }
}

@media only screen and (max-width: 576px) {
    .main-teaser .swiper-container .swiper-pagination {
        bottom: 5%;
        width: 100%;
        padding-right: 10px;
        font-size: 12px;
        margin-left: -16px;
    }

    .main-teaser .swiper-slide .button-default {
        font-size: 16px;
        height: 50px;
    }
}

@media only screen and (max-width: 576px) {
    .main-teaser {
        height: max-content;
    }

    .main-teaser .swiper-slide .swiper-slide__image {
        height: 300px;
    }
}

.service__container {
    padding: 45px 0 0;
    margin: 0px 0 125px;
}

@media only screen and (max-width: 991px) {
    .service__container {
        margin-bottom: 40px;
    }

    .service__container-item {
        min-height: 160px;
    }

    .service__container .overflow-hide {
        overflow: hidden;
    }
}

.service__container .item__service {
    color: #000;
    display: block;
    text-align: center;
    text-decoration: none;
}

.service__container h1 {
    letter-spacing: 1px;
}

.service__container .service__icon {
    background-image: url("/local/templates/elyts_2020/images/elyts-icons080823.svg");
    background-repeat: no-repeat;
    display: block;
    height: 61px !important;
    margin: 0 auto 12px;
}

.service__container .service__icon-site {
    background-position: -27px -190px;
    height: 61px;
    width: 64px;
}

.service__container .service__icon-order {
    background-position: -148px -192px;
    height: 50px;
    width: 49px;
}

.service__container .service__icon-delivery {
    background-position: -262px -196px;
    height: 54px;
    width: 55px;
}

.service__container .service__icon-call-center {
    background-position: -386px -192px;
    height: 55px;
    width: 47px;
}

.service__container .service__icon-pvz {
    background-position: -505px -192px;
    height: 58px;
    width: 51px;
}

.service__container .service__icon-advantage {
    background-position: -624px -192px;
    height: 59px;
    width: 53px;
}

.service__container .service__title {
    font-size: .875rem;
    line-height: 1.2em;
}

.service__container .modal__hidden__content {
    display: none;
}

.service__container .modal-dialog {
    max-width: 620px;
}

.service__container .modal-dialog .modal-body {
    font-size: .875em;
}


.subscribe-for-discount .radio__button {
    display: inline-block;
    margin-left: 24px;
}

.subscribe-for-discount .radio__button .radio__label {
    cursor: pointer;
    display: inline-block;
    font-size: .875em;
    line-height: 20px;
    padding-right: 28px;
    position: relative;
}

.subscribe-for-discount .radio__button .radio__label:before {
    border: 1px solid #FFF;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border-radius: 50%;
    content: " ";
    cursor: pointer;
    display: inline-block;
    height: 16px;
    left: 100%;
    margin: 0 0 0 -20px;
    overflow: hidden;
    position: absolute;
    top: 2px;
    vertical-align: top;
    width: 16px;
}

.subscribe-for-discount .radio__button .radio__label:after {
    background: #FFF;
    border-radius: 50%;
    content: " ";
    display: none;
    height: 8px;
    left: 100%;
    margin-left: -16px;
    position: absolute;
    top: 6px;
    width: 8px;
}

.subscribe-for-discount .radio__button .radio__label:hover:after {
    display: block;
}

.subscribe-for-discount .radio__button:first-child {
    margin-left: 0;
}

.subscribe-for-discount .radio__button [type="radio"]:checked~label:after {
    display: block;
}

.section__teaser-app {
    background-color: #018CD5;
    margin-top: 130px;
    height: -webkit-max-content;
    height: -moz-max-content;
    height: max-content;
}

.section__teaser-app .title {
    font-family: var(--ff-Titles);
    text-transform: none;
    font-weight: 500;
    font-size: 36px;
    line-height: 125%;
    letter-spacing: 0.02em;
    color: var(--text-primary, #101820);
    margin: 62px 0 0 -8px;
}

.section__teaser-app .text {
    font-weight: 300;
    font-size: 18px;
    line-height: 32px;
    margin: 5px 0 0 -8px;
    letter-spacing: 0.01em;
    color: var(--text-primary, #101820);
}

.section__teaser-app .icon {
    margin: 46px 0 35px -8px;
    display: flex;
    align-items: center;
    flex-wrap: nowrap;
    gap: 19px;
}

.section__teaser-app .img-fluid {
    bottom: 0;
}

.section__teaser-app .mobil-col-wrapper {
    margin-top: -78px;
    margin-left: -20px;
}

.section__teaser-app .mobil-wrapper {
    height: 100%;
    display: flex;
    align-items: stretch;
}

.section__teaser-app .mobil1 {
    width: 100%;
    display: flex;
    align-items: flex-end;
}

@media only screen and (max-width: 1400px) {

    .section__teaser.section__teaser-app {
        margin-top: 85px;
    }

    .section__teaser-app .title {
        font-size: 30px;
        margin: 62px 0 0 -8px;
    }
}

@media only screen and (max-width: 1200px) {
    .section__teaser-app .mobil-col-wrapper {
        display: none;
    }

    .section__teaser-app {
        margin-top: 50px;
    }

}

@media only screen and (max-width: 992px) {

    .section__teaser.section__teaser-app {
        padding-bottom: 45px;
        margin-top: 97px;
        margin-bottom: 65px;
        padding-top: 18px;
    }

    .section__teaser-app .title {
        font-size: 30px;
        margin: 45px 0 0;
    }

    .section__teaser-app .text {
        margin: 5px 0 0 0;
    }

    .section__teaser-app .icon {
        margin: 45px 0 18px 0;
        display: flex;
        align-items: center;
        flex-wrap: nowrap;
        gap: 17px;
    }


    .section__teaser-app .icon img {
        width: 100%;
        display: block;
        margin: 0 auto;
    }

    .section__teaser.subscribe-for-discount {
        margin-bottom: 40px;
    }

}

@media only screen and (max-width: 768px) {
    .section__teaser-app .mobil1 {
        overflow: hidden;
    }

    .section__teaser-app .mobil1 img {
        margin: 0 auto -111px;
    }
}

.section__teaser-obuv .teaser-obuv_wrapper {
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.section__teaser-obuv .section-obuv__descr {
    padding: 20px;
    margin: auto 0;
    margin-left: auto;
    width: inherit;
}

@media only screen and (max-width: 768px) {
    .section__teaser-obuv .teaser-obuv_wrapper .section-obuv_row-wrap:first-child {
        margin-top: 0;
    }

    .section__teaser.section__teaser-obuv .button-default,
    .section__teaser.section__teaser-obuv .teaser-obuv_wrapper {
        display: none !important;
    }

    .teaser__image-left.js-title-bf a {
        display: grid !important;
    }

}


.section__teaser-obuv .section-obuv_row-wrap:first-child {
    margin-top: 20px;
    margin-bottom: 20px;
}

.section__teaser-obuv .section-obuv__title {
    text-align: center;
    font-family: var(--ff-Titles);
    font-size: 14px;
}

.section__teaser-obuv .section-obuv__type,
.section__teaser-obuv .section-obuv__price {
    text-align: center;
    font-size: 14px;
}

.section__teaser-obuv .section-obuv__sezon {
    font-weight: 400;
    font-size: 8px;
    line-height: 128%;
    letter-spacing: 0.03em;
    text-transform: uppercase;
    color: #EA3323;
    text-align: center;
}

.section__teaser-obuv .section-obuv__image img:hover {
    box-shadow: none;
}

.section__teaser-obuv .teaser__title {
    margin-bottom: 30px;
}

@media only screen and (max-width: 768px) {
    .section__teaser-obuv .teaser__image-left .teaser__title {
        font-size: 22px;
        text-align: center;
        margin-bottom: 30px;
    }

    .section__teaser-obuv .section-obuv__image img {
        width: 128px;
    }
}

.js-title-bf a,
.js-title-af a {
    display: grid;
}

.js-title-bf img,
.js-title-af img {
    max-width: 100%;
    width: 100%;
    height: auto;
}

@media only screen and (max-width: 767px) {
    .section__teaser .js-title-wrapper {
        margin-bottom: 0;
        margin-top: 20px;
        display: inline-block;
    }
}


.service__container .service__container-item {
    background: #F7F7F7;
    min-height: 165px;
    height: 100%;
}

.service__container .item__service {
    min-height: 165px;
    padding: 32px 24px;
}

.service__container .service__container-item:hover {
    background: var(--Surface-button-disable, #EAEEF0);
}

@media only screen and (max-width: 1200px) {

    .service__container .item__service {
        min-height: 190px;
    }
}

@media only screen and (max-width: 1000px) {
    .service__container .item__service {
        min-height: 165px;
    }
}

.service__container .service__container-title {
    display: block;
    text-align: left;
    color: #101820;
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    line-height: 125%;
    letter-spacing: 0.36px;
    margin: 0 0 12px;
}

.service__container .modal-dialog .modal-body h2,
.service__container .modal-dialog .modal-body h1 {
    font-family: var(--ff-Titles);
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    line-height: 125%;
    letter-spacing: 0.36px;
}

.service__container .service__container-descr {
    display: block;
    text-align: left;
    color: var(--text-primary, #101820);
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 125%;
    letter-spacing: 0.32px
}

.service__container .service__container-img {
    background-image: url("/local/templates/elyts_2020/images/elyts-icons080823.svg");
    width: 22px;
    height: 20px;
}


.service__container .service__icon-site {
    background-position: -42px -931px;
    /* width: 22px;
    height: 20px; */
}

.service__container .service__icon-order {
    background-position: -150px -931px;
    /* width: 21px;
    height: 20px; */
}

.service__container .service__icon-delivery {
    background-position: -258px -931px;
    /* width: 19px;
    height: 17px; */
}

.service__container .service__icon-call-center {
    background-position: -203px -931px;
    /* width: 19px;
    height: 18px; */
}

.service__container .service__icon-pvz {
    background-position: -98px -931px;
    /* width: 15px;
    height: 19px; */
}

.service__container .service__icon-advantage {
    background-position: -311px -931px;
    /* width: 20px;
    height: 19px;
     */
}

.service__container .row .col-6,
.service__container .row .col-sm-6 {
    margin-bottom: 20px;
}

.teaser__image-left.js-title-bf a {
    display: grid;
}

.teaser__image-left.js-title-bf a .js-title-wrapper {
    grid-row-start: 1;
    margin-top: 0;
}

@media only screen and (min-width: 992px) {
    .section__teaser .js-title-af .js-title-wrapper {
        margin-top: 15px;
    }

    .section__teaser .js-title-bf .js-title-wrapper {
        margin-top: 15px;
    }

}
@media only screen and (max-width: 992px) {

    .service__container {
        padding: 32px 0 0;
        margin: 0px 0 97px;
    }

    .service__container .row .col-6,
    .service__container .row .col-sm-6 {
        margin-bottom: 20px;
    }

    .main-teaser .img-fluid {
        -o-object-fit: cover;
        object-fit: cover;
        width: 100%;
        height: 100%;
        display: block;
        -o-object-position: 100% 0%;
        object-position: 100% 0%;
    }

    .main-teaser .swiper-slide .swiper-slide__image {
        height: 500px;
    }

    .main-teaser .swiper-container .swiper-pagination {
        margin-left: 0;
    }

    .section__teaser-app .mobil1 {
        width: 100%;
    }

    .section__teaser-clothes .js-title-wrapper {
        /* margin-bottom: 15px; */
    }
}



.top-teaser {
    margin-bottom: 80px;
    position: relative;
    padding: 0;
}

.top-teaser-wrap {
    display: flex;
    overflow: hidden;
}

.top-teaser-wrap .top-teaser-col {
    box-sizing: border-box;
    position: relative;
    max-height: 846px;
    width: 50%;
    overflow: hidden;
}

.top-teaser-wrap .top-teaser-col .reclama-mark-wrapper {
    z-index: 15;
    display: block;
}

.top-teaser-col .top-teaser__link span.top-teaser__image {
    display: block;
    position: relative;
    width: 100%;
    height: 100%;
}

.top-teaser-col .top-teaser__link span.top-teaser__image::after {
    content: '';
    position: absolute;
    top: 0;
    width: 100%;
    background: rgba(0, 0, 0, 0.20);
    height: 100%;
    z-index: 11
}

.top-teaser-col .top-teaser__link:hover span.top-teaser__image::after {
    background: rgba(0, 0, 0, 0.35);
}

.top-teaser-col .top-teaser__link img {
    object-fit: cover;
    object-position: 100% 50%;
    height: 100%;
    width: 100%;
    display: block;
    position: relative;
    z-index: 10;
    transition: all 0.35s ease-in;
}

.top-teaser-col .top-teaser__link:hover img {
    transform: scale(1.05);

}


.top-teaser-col .top-teaser__link .teaser__name {
    font-weight: 500;
    font-size: 50px;
    line-height: 95%;
    letter-spacing: 0.02em;
    text-align: center;
    color: var(--color-system-neutral-100);
    color: #ffffff;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    text-wrap: nowrap;
    z-index: 12;
}


@media(max-width: 1300px) {
    .top-teaser-col .top-teaser__link .teaser__name {
        font-size: 40px;
    }
}


@media(max-width: 992px) {

    .top-teaser {
        margin-bottom: 65px;
    }

    .top-teaser-wrap .top-teaser-col {
        min-height: 600px;
    }

    .top-teaser-col .top-teaser__link .teaser__name {
        font-size: 29px;
    }

    .top-teaser-col .top-teaser__link img {
        object-fit: cover;
        object-position: 0% 50%;
        width: 101%;

    }

    .top-teaser-wrap .top-teaser-col .reclama-mark-wrapper {
        top: 8px;
        left: 8px;
        bottom: unset;
    }

}

@media(max-width: 567px) {
    .top-teaser {
        margin-bottom: 41px;
    }

    .service__container {
        padding: 30px 0 0;
        margin: 0px 0 71px;
    }

    .top-teaser-wrap {
        display: flex;
        overflow: hidden;
        flex-direction: column;
    }

    .top-teaser-wrap .top-teaser-col {
        max-height: 430px;
        width: 100%;
        min-height: unset;
    }

    .top-teaser-col .top-teaser__link {
        flex: 0 0 100%;
    }

    .top-teaser-col .top-teaser__link .teaser__name {
        font-size: 32px;
        line-height: 95%;
        letter-spacing: 0.02em;
    }

    .section__teaser-app .icon {
        display: flex;
        -webkit-box-pack: center;
        flex-direction: column;
        margin: 43px 5px 0;
        justify-content: flex-start;
        align-items: baseline;
        gap: 17px;
    }

    .section__teaser.section__teaser-app {
        padding-bottom: 40px;
        margin-top: 71px;
        margin-bottom: 41px;
    }

    .section__teaser-app .mobil-col-wrapper {
        margin-top: 0;
    }

    .section__teaser-app {
        margin-top: 0;
        padding-top: 40px;
        padding-bottom: 0;
    }

    .section__teaser-app .title {
        margin: 6px 3px 15px;
        font-weight: 500;
        font-size: 26px;
        line-height: 115%;
        letter-spacing: 0.02em;
    }

    .section__teaser-app .text {
        font-size: 16px;
        margin: 0 4px 0;
        letter-spacing: 0.02em;
        line-height: 113%;
    }
}



/* перенести в стили главной */
.section__teaser.section__teaser-clothes {
	padding: 40px 0 0;
	margin: 0px 0 80px;
}

/* .section__teaser.section__teaser-clothes .title-af-left {
	padding-left: 0;
	padding-right: 13px;
}

.section__teaser.section__teaser-clothes .title-af-right {
	padding-right: 0;
	padding-left: 13px;
} */

.section__teaser.section__teaser-clothes .teaser__title {
	display: block;
	font-family: var(--ff-Titles);
	text-transform: none;
	color: rgb(16, 24, 32);
	text-align: left;
	margin: 7px 0 10px;
	font-size: 30px;
	font-style: normal;
	font-weight: 500;
	line-height: 125%;
	letter-spacing: 0.6px;
}

.section__teaser .js-title-wrapper .teaser__title,
.section__teaser.section__teaser-clothes .teaser__title {
    text-transform: lowercase;
}
.section__teaser .js-title-wrapper .teaser__title::first-letter,
.section__teaser.section__teaser-clothes .teaser__title::first-letter {
    text-transform: uppercase;
}

.section__teaser.section__teaser-clothes .button-default {
	font-family: var(--ff-Titles);
	text-align: left;
	color: var(--text-primary);
	font-size: 20px;
	font-style: normal;
	font-weight: 400;
	line-height: 125%;
	letter-spacing: 0.4px;
    display: none;
}

.section__teaser.section__teaser-clothes .button-default:after {
	content: '';
	display: none;
}


@media only screen and (max-width: 992px) {

	.section__teaser.section__teaser-clothes {
		padding: 32px 0 0;
		margin: 0 0 65px;
	}

	.section__teaser.section__teaser-clothes~.section__teaser.section__teaser-clothes.second {
		padding: 0;
		margin: 0 0 65px;
	}

	.section__teaser.section__teaser-clothes .teaser__title {
		font-size: 26px;
		font-style: normal;
		font-weight: 500;
		line-height: 125%;
		letter-spacing: 0.52px;
		margin: 18px 0 8px;
	}

	.section__teaser.section__teaser-clothes .button-default {
		font-size: 18px;
		font-style: normal;
		font-weight: 400;
		line-height: 125%;
		letter-spacing: 0.18px;
        display: none;
	}
}

@media only screen and (max-width: 767px) {

	.section__teaser.section__teaser-clothes .container {
		max-width: 696px;
	}

	.section__teaser.section__teaser-clothes .title-af-left {
		padding-left: 13px;
		padding-right: 13px;
	}

	.section__teaser.section__teaser-clothes .title-af-right {
		padding-right: 13px;
		padding-left: 13px;
	}

	.section__teaser.section__teaser-clothes .js-title-wrapper {
		margin-bottom: 0;
		margin-top: 13px;
	}

	.section__teaser.section__teaser-clothes .teaser__title {
		font-size: 26px;
		font-weight: 500;
		line-height: 115%;
		letter-spacing: 0.52px;
		margin: 11px 0 8px;
	}

	.section__teaser.section__teaser-clothes .button-default {
		font-size: 16px;
		font-weight: 400;
		line-height: 125%;
		letter-spacing: 0.32px;
	}

	.section__teaser.section__teaser-blog {
		padding: 25px 0 0;
		margin: 0px 0 30px;
	}

	.section__teaser.section__teaser-blog .teaser__title {
		font-size: 26px;
		font-style: normal;
		font-weight: 500;
		line-height: 115%;
		letter-spacing: 0.52px;
		margin-bottom: 5px;
	}

}

@media only screen and (max-width: 576px) {
	.section__teaser.section__teaser-clothes {
		padding: 20px 0 0;
		margin: 0px 0 41px;
	}

	.section__teaser.section__teaser-clothes .col-sm-6:first-child {
		margin-bottom: 41px;
	}

	.section__teaser.section__teaser-clothes~.section__teaser.section__teaser-clothes.second {
		padding: 0;
		margin: 0 0 41px;
	}
}
.ready-made {
    padding-top: 40px;
    margin-bottom: 80px;
}
@media only screen and (max-width: 992px) {
    .ready-made {
        padding-top: 31px;
        margin-bottom: 64px;
    }
}
@media only screen and (max-width: 576px) {
    .ready-made {
        padding-top: 39px;
        margin-bottom: 60px;
    }
}
/* End */


/* Start:/local/templates/elyts_2020/components/bitrix/news.list/main_slider/style.css?1723558054561*/
.main-teaser .button-default:hover {
    background-color: rgba(255, 255, 255, 0.60);
    color: #000!important;
}
@media only screen and (max-width: 992px) {
    .swiper-wrapper {
        height: 100%;
    }
    .main-teaser .swiper-slide .swiper-slide__image {
        height: 100%;
    }
    #main-swiper .swiper-wrapper .swiper-slide {
        height: auto;
    }
    .reclama-mark-wrapper.main-reclama-mark {
        top: 20px;
        right: 30px;
        position: absolute;
    }

}
.swiper-slide__image img {
    width: 100%;
}

/* End */


/* Start:/bitrix/components/bitrix/system.show_message/templates/.default/style.min.css?146780207251*/
font.errortext{color:red}font.notetext{color:green}
/* End */
/* /local/templates/elyts_2020/css/main_page.css?173521459126948 */
/* /local/templates/elyts_2020/components/bitrix/news.list/main_slider/style.css?1723558054561 */
/* /bitrix/components/bitrix/system.show_message/templates/.default/style.min.css?146780207251 */
