@import "../../vars"; @import "../../mixins"; .catalog-reviews { padding-top: 120px; &__title { font-weight: 600; font-size: 36px; line-height: 42px; margin-bottom: 48px; text-align: left; } } .catalog-reviews-container { position: relative; text-align: center; } .catalog-rev-button { margin-top: 80px; @include btn-orange-hover; padding: 16px 40px; &:hover { @include btn-orange; } } .slide-catalog-reviews { max-width: 427px; width: 100%; color: $vmainGrey; text-align: left; &__title { font-weight: 600; font-size: 20px; line-height: 24px; margin-top: 24px; } &__name { font-size: 16px; line-height: 22px; margin-top: 8px; } &__text { font-weight: 600; font-size: 16px; line-height: 22px; margin-top: 24px; } } .swiper-button-next__catalog-reviews, .swiper-button-prev__catalog-reviews { position: absolute; } .swiper-button-prev__catalog-reviews { top: 40px !important; left: 1239px !important; width: 20px !important; height: 20px !important; } .swiper-button-next__catalog-reviews { top: 40px !important; right: 15px !important; width: 20px !important; height: 20px !important; } .catalog-reviews-container [class^="swiper-button-"]::after { content: ""; } // секция недавно просматривали .catalog-viewed { padding-top: 120px; padding-bottom: 120px; }