
.freshHero {
    font-family: Overpass, serif;
    max-width: 1200px;
    min-width: 1200px;
    width: 100%;
    display: flex;
    justify-content: space-between;
    margin: 20px auto;
}

.freshHeroSlider {
    width: 800px;
    height: 400px;
    position: relative;
}

.freshHeroSlider__slide1 {
    position: absolute;
    background: #D6EAF8;
    width: 100%;
    height: 100%;
}

.freshHeroSlider__slide2 {
    position: absolute;
    background: #D1F2EB;
    width: 100%;
    height: 100%;
}

.freshHeroSlider__slide3 {
    position: absolute;
    background: aquamarine;
    width: 100%;
    height: 100%;
}

.freshHeroSlider__slide {
    visibility: hidden;
    overflow: hidden;
    opacity: 0;
    transition: all 0.5s ease-in-out;
}

.freshHeroSlider__title,
.freshHeroSlider__text {
    user-select: none;
    opacity: 0;
}

.freshHeroSlider__title {
    font-size: 38px;
    margin-bottom: 17px;
    font-weight: 700;
    color: #283747;
    margin-top: 70px;
    margin-left: 38px;
    transform: translate3d(-100%, 0, 0);
    transition: all 0.9s ease-in-out;
}

.freshHeroSlider__text {
    font-size: 22px;
    color: #283747;
    margin: 0 46px;
    transform: translate3d(0, 100%, 0);
    transition: all 0.9s ease-in-out;
    text-align: left;
}

.freshHeroSlider__text_button {
    font-size: 22px;
    border: none;
    color: #283747;
    margin: 17px 46px;
    padding: 8px 12px;
    transform: translate3d(0, 100%, 0);
    transition: all 1.1s ease-in-out;
    text-align: left;
    cursor: pointer;
}

.freshHeroSlider__slide_active {
    visibility: visible;
    opacity: 1;
}

.freshHeroSlider__slide_active .freshHeroSlider__title,
.freshHeroSlider__slide_active .freshHeroSlider__text,
.freshHeroSlider__slide_active .freshHeroSlider__text_button {
    transform: translate3d(0, 0, 0);
    opacity: 1;
}


.febestSlide {
    position: absolute;
    width: 100%;
    height: 100%;
    display: flex;
    background: #eff0f2;
    overflow: hidden;
}

.febestSlide__column {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.febestSlide__column_left {
    padding: 36px 0;
    align-items: flex-start;
}

.febestSlide__column_right {
    align-items: flex-end;
    margin-top: 48px;
    margin-bottom: 18px;
    margin-right: 48px;
}

.febestSlide__title {
    font-weight: 700;
    font-size: 40px;
    line-height: 48px;
    letter-spacing: 0.02em;
    text-transform: uppercase;
    margin-top: 0;
    margin-bottom: 48px;
    padding-left: 48px;
    color: #1A1C1F;
    transform: translate3d(0, 100%, 0);
    transition: all 0.9s ease;
}

.febestSlide__logo {
    width: 170px;
    height: auto;
}

.febestSlide__percent {
    display: inline-block;
    font-weight: 700;
    font-size: 128px;
    letter-spacing: 0.02em;
    text-transform: uppercase;
    color: #FFFFFF;
    background: #F93822;
    border-radius: 0 24px 24px 0;
    margin: 0;
    padding: 12px 48px;
    box-sizing: border-box;
    transform: translate3d(-100%, 0, 0);
    transition: all 0.9s ease;
}

.febestSlide__title,
.febestSlide__percent,
.febestSlide__logo,
.febestSlide__image {
    user-select: none;
    opacity: 0;
}

.freshHeroSlider__slide_active .febestSlide__title,
.freshHeroSlider__slide_active .febestSlide__percent,
.freshHeroSlider__slide_active .febestSlide__logo,
.freshHeroSlider__slide_active .febestSlide__image {
    transform: translate3d(0, 0, 0);
    opacity: 1;
}


.automechanikaSlide {
    position: absolute;
    width: 100%;
    height: 100%;
    background: #F0E6E0;
    padding: 32px;
    box-sizing: border-box;
}

.automechanikaSlide__top {
    width: 100%;
    display: flex;
    justify-content: space-between;
    transform: translate3d(0, -100%, 0);
}

.automechanikaSlide__logo {
    width: 200px;
    font-size: 24px;
    line-height: 100%;
    letter-spacing: 0.02em;
    margin: 0;
    color: #80688F;
}

.automechanikaSlide__city {
    font-weight: 400;
    font-size: 16px;
    line-height: 100%;
    letter-spacing: 0.02em;
    color: #80688F;
}

.automechanikaSlide__licence {
    font-weight: 400;
    font-size: 12px;
    line-height: 14px;
    letter-spacing: 0.02em;
    color: #80688F;
    opacity: 0.6;
}

.automechanikaSlide__info {
    margin: 40px 0 80px 0;
    transform: translate3d(0, 100%, 0);
}

.automechanikaSlide__title {
    margin: 24px 0;
    font-weight: 700;
    font-size: 24px;
    line-height: 32px;
    letter-spacing: 0.02em;
    color: #2E2135;
}

.automechanikaSlide__date {
    font-weight: 400;
    font-size: 16px;
    line-height: 32px;
    letter-spacing: 0.02em;
    color: #2E2135;
}

.automechanikaSlide__button {
    background: #E30016;
    border-radius: 0 8px;
    padding: 12px 16px;
    font-weight: 700;
    font-size: 16px;
    line-height: 24px;
    text-align: center;
    color: #FFFFFF;
    cursor: pointer;
    box-sizing: border-box;
}

.automechanikaSlide__top,
.automechanikaSlide__info,
.automechanikaSlide__button {
    transition: all 0.6s ease-in-out;
    opacity: 0;
    user-select: none;
}

.freshHeroSlider__slide_active .automechanikaSlide__top,
.freshHeroSlider__slide_active .automechanikaSlide__info,
.freshHeroSlider__slide_active .automechanikaSlide__button {
    opacity: 1;
    transform: translate3d(0, 0, 0);
}
/*-------------------------------------*/
.giftSlide {
    position: absolute;
    width: 100%;
    height: 100%;
    overflow: hidden;
    padding: 16px 32px;
    box-sizing: border-box;
    background-image: url('/images/banner/febest_gift//bg.png');
    background-color: #eff0f2;
    background-position-x: -24px;
}

.giftSlide__title {
    max-width: 445px;
    font-size: 24px;
    font-weight: 700;
    line-height: 36px;
    text-transform: uppercase;
    color: #1A1C1F;
    margin: 24px 0 0 0;
    opacity: 0;
    transform: translate3d(-200px, 0, 0);
    transition: all 0.9s ease;
}

.giftSlide__title strong {
    color: #E30016;
}

.giftSlide__date {
    font-size: 16px;
    font-weight: 700;
    line-height: 32px;
    color: #1A1C1F;
    margin: 0 0 34px 0;
    opacity: 0;
    transform: translate3d(-200px, 0, 0);
    transition: all 0.9s ease;
}

.giftSlide__text {
    font-size: 14px;
    line-height: 32px;
    color: #1A1C1F;
    margin: 0;
    opacity: 0;
    transform: translate3d(0, 200px, 0);
    transition: all 0.9s ease;
}

.giftSlide__text strong {
    font-weight: bold;
}

.giftSlide__button {
    display: inline-block;
    width: 200px;
    background: #E30016;
    color: #fff;
    border-radius: 0 8px;
    padding: 12px 16px;
    margin: 8px 0 0 120px;
    font-weight: 700;
    font-size: 16px;
    line-height: 24px;
    text-align: center;
    box-sizing: border-box;
    cursor: pointer;
    opacity: 0;
    transform: translate3d(0, 200px, 0);
    transition: all 0.9s ease;
}

.giftSlide__febestImg {
    position: absolute;
    bottom: 16px;
    right: 32px;
}

.freshHeroSlider__slide_active .giftSlide__title,
.freshHeroSlider__slide_active .giftSlide__date,
.freshHeroSlider__slide_active .giftSlide__text,
.freshHeroSlider__slide_active .giftSlide__button {
    opacity: 1;
    transform: translate3d(0, 0, 0);
}

/*-------------------------------------*/
.openSoonSlide {
    position: absolute;
    width: 100%;
    height: 100%;
    background-color: #1A1C1F;
    background-image: url('/images/banner/new/soon.png');
    padding: 32px;
    box-sizing: border-box;
}

.openSoonSlide__title {
    width: 470px;
    font-size: 48px;
    font-weight: bold;
    color: #fff;
    line-height: 50px;
    margin: 32px 0;
    transform: translate3d(0, -100px, 0);
}

.openSoonSlide__text {
    width: 420px;
    font-size: 14px;
    line-height: 20px;
    color: #fff;
    margin: 5px 0;
}

.openSoonSlide__title,
.openSoonSlide__text {
    transition: all 0.6s ease-in-out;
    opacity: 0;
    user-select: none;
}

.freshHeroSlider__slide_active .openSoonSlide__title,
.freshHeroSlider__slide_active .openSoonSlide__text {
    opacity: 1;    transform: translate3d(0, 0, 0);}
/*-------------------------------------*/

/*-------------------------------------*/
.freshHero__promo {
    position: relative;
    width: 380px;
}

.freshHeroPromo {
    height: 400px;
    background: #E8DAEF;
    position: absolute;
    display: flex;
    flex-direction: column;
    justify-content: center;
    user-select: none;
    top: 0;
    left: 0;
    opacity: 0;
    visibility: hidden;
    transition: opacity 1s ease;
}



.freshHeroPromo_active {
    opacity: 1;
    visibility: visible;
}
.freshHeroPromo__text {
    font-size: 22px;
    color: #283747;
    margin: 24px 46px;
    text-align: left;
}

.freshPromoS1lk {
    width: 100%;
    height: 100%;
    position: relative;
}

.freshPromoS1lk__title {
    font-weight: 700;
    font-size: 24px;
    line-height: 32px;
    margin: 40px 48px 24px 32px;
}

.freshPromoS1lk__percent {
    background: #FF4438;
    color: #fff;
    border-radius: 0 12px 12px 0;
    width: 60%;
    padding: 32px 55px;
    box-sizing: border-box;
}

.freshPromoS1lk__percentText {
    font-size: 14px;
}

.freshPromoS1lk__percentValue {
    font-size: 72px;
    line-height: 64px;
}

.freshPromoS1lk__note {
    font-size: 16px;
    line-height: 24px;
    margin: 16px 32px;
}

.freshPromoS1lk__img {
    position: absolute;
    bottom: 18px;
    right: 0;
}

.freshPromoS1lk__button {
    all: unset;
    background: #FF4438;
    color: #fff;
    font-size: 14px;
    line-height: 20px;
    margin: 8px 32px;
    padding: 10px 16px 10px 16px;
    border-radius: 8px;
    cursor: pointer;
}

/*---------------------------------------------*/

.freshCatalogs {
    font-family: Overpass, serif;
    max-width: 1200px;
    min-width: 1200px;
    width: 100%;
    margin: 20px auto;
}

.freshCatalogs__title {
    font-size: 28px;
    font-weight: 700;
}

.freshCatalogsForm {
    display: flex;
    width: 800px;
    margin: 24px auto;
}

.freshCatalogsForm__input {
    outline: none;
    border: 1px solid #e3e3e3;
    width: 700px;
    box-sizing: border-box;
    padding: 14px 55px 14px 22px;
    margin: 0 8px;
    font-size: 16px;
    transition: all ease-in-out 0.3s;
}

.freshCatalogsForm__input:hover,
.freshCatalogsForm__input:active,
.freshCatalogsForm__input:focus {
    border: 1px solid #cc3d3d;
}

.freshCatalogsForm__submit {
    font-size: 16px;
    color: #fff;
    background: #cc3d3d;
    padding: 0 32px;
    border: none;
    outline: none;
    cursor: pointer;
    transition: opacity ease-in-out 0.3s;
}

.freshCatalogsForm__submit:hover {
    opacity: 0.7;
}

.freshCatalogs__favorites {
    list-style-type: none;
    display: flex;
    padding: 0;
}

.freshCatalogs__favoritesItem {
    margin: 0 16px;
}

.freshCatalogs__favoritesLink {
    text-decoration: none;
}

.freshCatalogs__favoritesImg {
    width: 40px;
    height: auto;
}

.freshCatalogs__list {
    list-style-type: none;
    column-count: 4;
    padding: 0;
    margin: 16px 0;
}

.freshCatalogs__item {
    margin: 4px 0;
}

.freshCatalogs__link {
    text-decoration: none;
    cursor: pointer;
    transition: color ease-in-out 0.3s;
}

.freshCatalogs__link:hover {
    color: #cc3d3d;
}

.freshCatalogs__special {
    display: flex;
    justify-content: space-between;
}

.freshCatalogs__specialItem {
    width: 30%;
    display: flex;
    flex-direction: column;
    border: 1px solid #e3e3e3;
    border-radius: 4px;
    box-sizing: border-box;
    cursor: pointer;
    min-height: 86px;
    padding: 12px 16px;
    transition: all ease-in-out 0.3s;
}

.freshCatalogs__specialTop {
    display: flex;
    justify-content: space-between;
    align-items: end;
    margin-bottom: 8px;
}

.freshCatalogs__specialTitle {
    font-weight: 700;
    transition: all ease-in-out 0.3s;
}

.freshCatalogs__specialText {
    font-size: 14px;
    line-height: 1.2;
}

.freshCatalogs__specialImg {
    width: 40px;
    height: auto;
}

.freshCatalogs__specialItem:hover {
    border: 1px solid #cc3d3d;
}

.freshCatalogs__specialItem:hover .freshCatalogs__specialTitle {
    color: #cc3d3d;
}

.freshCatalogs_notification {
    font-size: 12px;
}