.main {
    display: block;
    flex-grow: 1;
}
.main--dark-theme {
    background-color: #242424;
    color: #fff;
}
.main__content {
    margin-top: 40px;
}
.main--padding-top {
    padding-top: 60px;
}
.main__title {
    font-style: normal;
    font-weight: 700;
    font-size: 36px;
    margin-top: 50px;
}
.main-index {
    padding-bottom: 60px;
}
.main__component.component {
    display: flex;
}
/* .component__prices-bg,
.component__services-bg,
.component__features-bg {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    height: 500px  
} */
.component__padding {
    padding: 60px 0px;
}
.component--bg-white {
    background-color: #fff;
}
.component--bg-dark {
    background-color: #242424;
}
.component--bg-white .component__padding {
    padding: 60px 0px 60px;
}
.component__relative {
    position: relative;
}
.component__title {
    font-style: normal;
    font-weight: 700;
    font-size: 36px;
    margin-top: 0px;
    margin-bottom: 0px;
}
.component__subtitle {
    font-style: normal;
    font-weight: 400 !important;
    font-size: 20px !important;
    line-height: 120%;
    width: 50%;
    font-family: 'Montserrat' !important;
    margin-top: 25px;
    margin-bottom: 10px;
}
.component__paragraph {
    margin: 0px;
    padding: 0px;
    line-height: 1.5;
    display: block;
    width: 50%;
    font-weight: 400;
    font-size: 16px;
    line-height: 150%;
    font-family: 'Montserrat' !important;
}
.component__content {
    display: flex;
}
.component__info {
    font-style: normal;
    font-weight: 400;
    font-size: 20px;
    line-height: 150%;
}
.component--bg-white,
.component--bg-dark {
    min-height: 635px;
}
.component--bg-white .component__title,
.component--bg-white .component__info {
    color: #242424;
}
.component--bg-dark .component__title,
.component--bg-dark .component__info {
    color: #fff;
}
.component__title span,
.main__title span {
    color: #F2165C;
}
.component__info {
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 150%;
    margin-top: 2rem;
}

.component__content.component-features,
.component__content.component-accordion,
.component__content.component-contacts,
.component__content.component-grounds,
.component__content.component-prices,
.component__content.component-reviews,
.component__content.component-paths {
    display: flex;
    flex-direction: column;
    margin-top: 50px;
    width: 50%;
}
.component__content.component-features,
.component__content.component-accordion {
    margin-top: 35px;
}

.component-features__item {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 20px;
}
.component-features__number {
    font-style: normal;
    font-weight: 300;
    font-size: 40px;
    line-height: 150%;
    color: #fff;
    margin-right: 10px;
}
.component-features__caption {
    font-style: normal;
    font-weight: 400;
    font-size: 20px;
    color: #fff;
    line-height: 150%;
    width: calc(100% - 45px);
}
.component-features__caption a {
    text-transform: uppercase;
    text-decoration: underline;
    font-weight: 600;
}

.component__panel {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 45%;
    margin-top: 3rem;
}
.component__panel > div {
    display: flex;
    justify-content: space-around;
    align-items: flex-end;
    width: 50%;
}
.component__button {
    display: inline-block;
    background: #007558;
    font-style: normal;
    font-weight: 700;
    font-size: 12px;
    padding: 18px 35px;
    text-transform: uppercase;
    cursor: pointer;
    color: #fff;
    text-decoration: none;
    outline: none;
    border: 1px solid #fff;
    border-radius: 10px;
    font-family: 'Montserrat' !important;
}

.component__me-telegram,
.component__me-whatsapp {
    display: flex;
    flex-direction: column;
    align-items: center;
}
.component-me-telegram__icon,
.component-me-whatsapp__icon {
    background-repeat: no-repeat;
    margin-bottom: 10px;
}
.component-me-telegram__caption,
.component-me-whatsapp__caption {
    font-style: normal;
    font-weight: 400;
    font-size: 12px;
    line-height: 120%;
    color: #fff;
    text-align: center;
}
.component-me-telegram__icon {
    background-image: url('../img/icons/telegram.svg');
    width: 23px;
    height: 20px;
}
.component-me-whatsapp__icon {
    background-image: url('../img/icons/whatsapp.svg');
    width: 24px;
    height: 24px;
}

.component--bg-dark .component-me-telegram__icon {
    background-image: url('../img/icons/telegram-bg.svg');
}
.component--bg-dark .component-me-whatsapp__icon {
    background-image: url('../img/icons/whatsapp-bg.svg');
}

.component__content.component-accordion {
    width: 50%;
}
.component-accordion__item {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    margin-bottom: 30px;
    cursor: pointer;
}
.component-accordion__box {
    display: flex;
    flex-direction: column;
    /* width: calc(100% - 16px); */
}
.component-accordion__item:last-child {
    margin-bottom: 0px;
}
.component-accordion__arrow {
    display: inline-block;
    /* background-image: url('../img/icons/yellow-arrow.svg');
    background-repeat: no-repeat; */
    width: 16px;
    height: 12px;
    margin-right: 1rem;
}
.component-accordion__title {
    color: #fff;
    font-style: normal;
    font-weight: 400;
    font-size: 20px;
}
.component-accordion__caption {
    display: none;
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 150%;
    color: #fff;
    margin-top: 1rem;
}
.component-accordion__item--active {
    align-items: flex-start;
}
.component-accordion__item--active .component-accordion__title {
    color: #fff;
}
.component-accordion__item--active .component-accordion__caption {
    display: block;
}
.component-accordion__item--active .component-accordion__arrow {
    margin-top: 3px;
}
.component-accordion__item--active .component-accordion__arrow > svg {
    transform: rotate(180deg);
}
.component-accordion__item--active .component-accordion__arrow > svg path {
    fill: #fff;
}

.component__box {
    display: flex;
    width: 100%;
    justify-content: space-between;
}
.component__column {
    display: flex;
    flex-direction: column;
}
.component__content.component-contacts {
    margin-top: 0px;
    width: 100%;
}
.component-contacts__subject {
    font-style: normal;
    font-weight: 400;
    font-size: 20px;
    margin-bottom: 1rem;
    margin-top: 1rem;
}
.component-contacts__caption {
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    margin-bottom: 1.5rem;
    line-height: 150%;
}
.component-contacts__address {
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    margin-bottom: 1.3rem;
    line-height: 150%;
}
.component-contacts__phone {
    display: flex;
    font-style: normal;
    font-weight: 400;
    font-size: 24px;
    margin-bottom: 1.5rem;
    text-decoration: none;
}
.component-contacts .component-me-telegram__caption,
.component-contacts .component-me-whatsapp__caption,
.main-prices .component-me-telegram__caption,
.main-prices .component-me-whatsapp__caption,
.component-contacts__phone {
    color: #242424;
}
.component-contacts__map iframe {
    width: 100%;
    height: 495px;
    position: relative;
}
.component-contacts .component__panel {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
    width: 100%;
    margin-top: 1.5rem;
}
.component-contacts .component__panel > div {
    display: flex;
    justify-content: space-around;
    align-items: flex-end;
    width: 60.5%;
    margin-top: 30px;
}
.component-contacts .component__panel .component__button {
    font-style: normal;
    font-weight: 700;
    font-size: 12px;
    text-align: center;
    padding: 12px 0px;
    font-family: 'Montserrat' !important;
}

.main-prices.component__panel {
    margin-top: 3rem;
    margin-bottom: 3rem;
}

.component__content.component-grounds {
    margin-top: 40px;
    width: 100%;
    justify-content: space-between;
    flex-direction: column;
}
.component-grounds__row {
    display: flex;
    width: 100%;
    align-items: center;
    margin-bottom: 75px;
}
.component-grounds__row:last-child {
    margin-bottom: 40px;
}
.component-grounds__row .ground {
    display: flex;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    margin-right: 40px;
}
.component-grounds__row .ground:last-child {
    margin-right: 0px;
}
.ground.leroy-merlin {
    background-image: url('../img/markets/leroy-merlin.svg');
    width: 133px;
    height: 81px;
}
.ground.lemanapro {
    background-image: url('../img/markets/lemanapro.svg');
    width: 72px;
    height: 81px;
}

.ground.ya-market {
    background-image: url('../img/markets/ya-market.svg');
    width: 245px;
    height: 45px;
}
.ground.wildberries {
    background-image: url('../img/markets/wildberries.svg');
    width: 213px;
    height: 57px;
}
.ground.ozon {
    background-image: url('../img/markets/ozon.svg');
    width: 162px;
    height: 35px;
}
.ground.megamarket {
    background-image: url('../img/markets/megamarket.svg');
    width: 162px;
    height: 70px;
}

.component__content.component-prices {
    width: 35%;
    flex-direction: column;
    margin-top: 25px;
}
.component-prices__item {
    display: flex;
    align-items: center;
    margin-bottom: 18px;
    cursor: pointer;
}
.component-prices__title {
    font-style: normal;
    font-weight: 400;
    font-size: 20px;
    text-transform: uppercase;
    width: calc(100% - 18px);
}
.component-prices__arrow {
    background-image: url('../img/icons/pink-arrow.svg');
    background-repeat: no-repeat;
    width: 18px;
    height: 16px;
    transform: rotate(270deg);
}

.component__content.component-reviews {
    flex-direction: row;
    width: 100%;
    justify-content: space-between;
}
.component-reviews__item {
    display: flex;
    width: 360px !important;
    height: 460px !important;
}
.component-reviews__item img {
    height: 100%;
    border-radius: 15px;
}

.component__content.component-paths {
    flex-direction: row;
    width: 100%;
    justify-content: space-between;
    margin-top: 40px;
}
.component-paths__item.paths-item {
    width: 185px;
}
.component-paths__item.paths-item:last-child {
    margin-right: 0px;
}
.paths-item__title {
    font-weight: 700;
    font-size: 20px;
    letter-spacing: -0.04em;
    text-transform: uppercase;
}
.paths-item__subtitle {
    font-weight: 400;
    font-size: 16px;
    letter-spacing: -0.04em;
    height: 40px;
}
.paths-item__poster {
    height: 315px;
    margin-top: 5px;
    background-size: cover;
    background-repeat: no-repeat;
    border-radius: 15px;
    position: relative;
}
.paths-item__poster-play {
    background-image: url('../img/icons/play.svg');
    background-size: contain;
    background-repeat: no-repeat;
    width: 46px;
    height: 46px;
    opacity: 0.8;
    position: absolute;
    left: calc(100% / 2.5);
    top: calc(100% / 2.5);
}

.swiperHomePaths,
.swiperHomeReviews {
    width: 100%;
}

.image-lazy-is-loading {
    background: #eee;
    background: linear-gradient(110deg, #ececec 8%, #f5f5f5 18%, #ececec 33%);
    border-radius: 5px;
    background-size: 200% 100% !important;
    animation: 1.5s shineLoading linear infinite;
}
@keyframes shineLoading {
    to {
        background-position-x: -200%;
    }
}

@media screen and (max-width: 500px) {
    .main-index {
        padding-bottom: 40px;
    }
    .component__padding {
        padding: 40px 0px;
    }
    .component--bg-white .component__padding {
        padding: 40px 0px 40px;
    }
    .component__title {
        font-size: 30px;
    }
    .component__info {
        font-size: 16px;
    }
    .component__content.component-paths {
        margin-top: 30px;
    }
    .component__content.component-features,
    .component__content.component-contacts,
    .component__content.component-paths,
    .component__content.component-prices,
    .component__content.component-reviews,
    .component__content.component-accordion {
        margin-top: 30px;
        width: 100%;
    }

    .component__paragraph,
    .component__subtitle {
        width: 100%;
    }

    .component-contacts .component__panel {
        align-items: center;
    }
    
    .component__panel {
        flex-direction: column;
        width: 100%;
    }
    .component__panel > div {
        display: flex;
        justify-content: space-around;
        margin-top: 30px;
        width: 60%;
    }
    .component__button {
        font-size: 14px;
        padding: 12px 25px;
    }

    .component-features__item {
        margin-bottom: 10px;
        width: 100%;
    }
    .component-features__number {
        font-size: 38px;
    }
    .component-features__caption {
        width: calc(100% - 50px);
        font-size: 16px;
        line-height: 150%;
    }
    .component-features__item:last-child {
        margin-bottom: 20px;
    }
    
    .component-accordion__title {
        font-size: 20px;
    }
    .component-accordion__caption {
        font-size: 16px;
    }

    .component__box {
        flex-direction: column;
    }
    .component__column {
        width: 100% !important;
    }
    .component__content.component-contacts {
        margin-bottom: 25px;
        margin-top: 10px;
    }
    .component-contacts__phone {
        justify-content: center;
    }

    /* .component-prices__item {
        background-color: rgba(242, 22, 92, 0.8);
        padding: 10px;
    }
    .component-prices__arrow {
        background-image: url('../img/icons/black-arrow.svg');
        background-repeat: no-repeat;
        width: 18px;
        height: 16px;
        transform: rotate(270deg);
    } */
    .main__content.main-prices {
        width: 100% !important;
    }
    .component-prices__title {
        font-size: 16px;
        font-weight: 600;
    }

    .main__title {
        font-style: normal;
        font-weight: 700;
        font-size: 30px;
        margin-top: 40px;
    }
    .main__content {
        margin-top: 30px;
    }

    .component-grounds__row {
        margin-bottom: 60px;
    }
    .component-grounds__row:last-child {
        margin-bottom: 25px;
    }
    .component-grounds__row .ground {
        margin-right: 30px;
    }
    .component-grounds__row .ground:last-child {
        margin-right: 0px;
    }
    .ground.leroy-merlin {
        width: 94px;
        height: 57px;
    }
    .ground.ya-market {
        background-image: url('../img/markets/ya-market.svg');
        width: 173px;
        height: 32px;
    }
    .ground.wildberries {
        background-image: url('../img/markets/wildberries.svg');
        width: 150px;
        height: 40px;
    }
    .ground.ozon {
        background-image: url('../img/markets/ozon.svg');
        width: 114px;
        height: 25px;
    }

    .paths-item__title {
        font-weight: 700;
        font-size: 20px;
        letter-spacing: -0.04em;
        text-transform: uppercase;
    }

    .component-reviews__item {
        height: 424px !important;
    }
}

@media screen and (max-width: 380px) {
    .component-reviews__item {
        height: 405px !important;
    }
}