body{
    font-size: 16px;
    line-height: 1.5;
    margin: 0;
    padding: 0;
    font-weight: 400;
    color: #323232;
    font-family: sans-serif;
}

html{
}

.container {
    max-width: 1400px;
    padding-left: 20px;
    padding-right: 20px;
    margin-right: auto;
    margin-left: auto;
}

.container-fluid.main-block:not(.main-block-faq),
.container-fluid .footer-wrapper,
.container-fluid .swiper{
    max-width: 1920px;
    margin-left: auto;
    margin-right: auto;
}

@media (max-width: 579px){
    .container{
        padding-left: 15px;
        padding-right: 15px;
    }
}

a,
a.nav-link{
    color: black;
}

a:hover,
a.nav-link:hover{
    color: #936646;
}

b{
    font-weight: bold;
}


/* BOOTSTRAP CUSTOM
================================
================================*/
.btn{
    height: 52px;
    border-radius: 0;
    line-height: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    column-gap: 5px;
    font-size: 16px;
    font-weight: 400;
    padding-left: 2rem;
    padding-right: 2rem;
}
@media (max-width: 579px){
    .btn{
        height: 50px;
        font-size: 16px;
        border-radius: 0;
    }
}

.btn:focus{
    box-shadow: 0 0 0 .25rem rgba(204, 204, 204, .5);
}

a.btn{
    display: flex;
    align-items: center;
}

.btn-warning {
    --bs-btn-color: #000;
    --bs-btn-bg: #FFBF33;
    --bs-btn-border-color: #FFBF33;
    --bs-btn-hover-color: #000;
    --bs-btn-hover-bg: #FFCC5C;
    --bs-btn-hover-border-color: #FFCC5C;
    --bs-btn-focus-shadow-rgb: 217, 164, 6;
    --bs-btn-active-color: #000;
    --bs-btn-active-bg: #ffcd39;
    --bs-btn-active-border-color: #ffc720;
    --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    --bs-btn-disabled-color: #000;
    --bs-btn-disabled-bg: #ffc107;
    --bs-btn-disabled-border-color: #ffc107;
}

.btn-orange {
    --bs-btn-color: #fff;
    --bs-btn-bg: #EF7D00;
    --bs-btn-border-color: #EF7D00;
    --bs-btn-hover-color: #fff;
    --bs-btn-hover-bg: #e58c32;
    --bs-btn-hover-border-color: #e58c32;
    --bs-btn-focus-shadow-rgb: 217, 164, 6;
    --bs-btn-active-color: #fff;
    --bs-btn-active-bg: #e58c32;
    --bs-btn-active-border-color: #e58c32;
    --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    --bs-btn-disabled-color: #fff;
    --bs-btn-disabled-bg: #ffc107;
    --bs-btn-disabled-border-color: #ffc107;
}

/* FONT FAMILY
================================
================================*/
.fonts{
    font-family: fonts-title ;
}

/* FONT WEIGHT
================================
================================*/
.fw-100{
    font-weight: 100 !important;
}
.fw-200{
    font-weight: 200 !important;
}
.fw-300{
    font-weight: 300 !important;
}
.fw-400{
    font-weight: 400 !important;
}
.fw-500{
    font-weight: 500 !important;
}
.fw-600{
    font-weight: 600 !important;
}
.fw-700{
    font-weight: 700 !important;
}
.fw-800{
    font-weight: 800 !important;
}
.fw-900{
    font-weight: 900 !important;
}

/* FONT SIZE 
================================
================================*/


/* LOST CSS
================================
================================*/


/* COLOR & BACKGROUND
================================
================================*/


/* MOBILE NAV SWIPE 
================================
================================*/
#dynamicMenu .dynamic-side-header{
    display: flex;
    justify-content: space-between;
}

#dynamicMenu.dynamic-sides{
    padding: 1rem 1rem 1rem 1rem;
    width: 340px;
}

.nav-side-menu{
    flex-direction: column;
}

.nav-side-menu li a{
    padding: .5rem 0;
    border-bottom: 1px solid #d4d4d4;
    font-size: 20px;
}

.nav-side-menu li a.nav-link.nav-link-submenu{
    position: relative;
}

.nav-side-menu li a.nav-link.nav-link-submenu::after{
    position: absolute;
    content: '';
    width: 17px;
    height: 15px;
    top: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    background-image: url(arrow-right-dark.svg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: auto;
}

.nav-side-submenu{
    flex-direction: column;
    margin-top: .5rem;
}

.nav-side-submenu li a{
    padding: .5rem 0;
    font-size: 16px;
}

.side-menu-login{
    margin-top: 1rem;
    display: flex;
    align-items: center;
    column-gap: .5rem;
}

.login-avatar{
    position: relative;
    width:  32px;
    height: 32px;
    border: 1px solid #ccc;
    border-radius: 32px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
}

#dynamicMenu{
    display: flex;
    flex-direction: column;
    overflow: hidden;
}

.dynamic-side-footer{
    margin-top: auto;
}

#dynamicMenu .dynamic-side-footer{
    padding-right: 0;
}

#dynamicMenu .dynamic-side-body{
    position: relative;
    overflow: visible;
}

.dynamic-side-body-secondary{
    /*position: absolute;*/
    top: 0;
    right: 0;
    right: -320px;
    height: calc(100% - 35px - 2rem - 3rem);
}

.dynamic-side-body-secondary-back{
    display: flex;
    align-items: center;
    column-gap: .5rem;
    padding: 1rem;
    background-color: #f5f5f5;
}

.nav-side-submenu-link{
    flex-direction: column;
    row-gap: .35rem;
    margin-bottom: 1rem;
}

.side-submenu-title{
    text-transform: uppercase;
    margin-bottom: .5rem;
}

.nav-side-submenu-link li a{
    padding: 0;
    font-size: 14px;
}

.box-side-submenu{
    overflow-y: auto;
    height: calc(100% - 50px - 2rem);
    overflow-y: auto;
}


/* Контейнер для body с overflow hidden */
.dynamic-side-body {
    flex: 1;
    overflow: hidden;
    position: relative;
}

/* Primary меню */
.dynamic-side-body-primary {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    overflow-y: auto;
    transition: 0.3s ease;
    transform: translateX(0);
    background: white;
    overflow-x: hidden;
}

/* Скрываем primary при открытом субменю */
.dynamic-side-body-primary.hide {
    transform: translateX(-100%);
    opacity: 0;
}

/* Вторичное меню (субменю) */
.dynamic-side-body-secondary {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    transition: 0.3s ease;
    transform: translateX(100%);
    background: white;
    opacity: 0;
}

/* Показываем субменю */
.dynamic-side-body-secondary.show {
    transform: translateX(0);
    opacity: 1;
}

/* Стили для кнопки "Назад" */
.dynamic-side-body-secondary-back {
    display: flex;
    align-items: center;
    gap: 10px;
    padding: 15px 15px;
    cursor: pointer;
    font-size: 16px;
    font-weight: 500;
    border-bottom: 1px solid #e5e5e5;
    margin-bottom: 20px;
    margin-left: -15px;
    margin-right: -15px;
}

.dynamic-side-body-secondary-back img {
    width: 20px;
    transition: transform 0.2s ease;
}

.dynamic-side-body-secondary-back:hover img {
    transform: translateX(-3px);
}

/* Стили для субменю */
.side-submenu-title {
    font-size: 14px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 1px;
    margin-bottom: 15px;
    color: #333;
}

.nav-side-submenu-link {
    list-style: none;
}

.nav-side-submenu-link .nav-item {
    margin-bottom: 10px;
}

.nav-side-submenu-link .nav-link {
    text-decoration: none;
    color: #666;
    font-size: 14px;
    transition: color 0.2s ease;
}

.nav-side-submenu-link .nav-link:hover {
    color: #000;
}

/* Стили для кнопок открытия субменю */
.nav-link-submenu {
    cursor: pointer;
    position: relative;
}

.nav-link-submenu::after {
    content: "→";
    position: absolute;
    right: 0;
    transition: transform 0.2s ease;
}

.nav-link-submenu:hover::after {
    transform: translateX(3px);
}
/* PROMO
================================
================================*/
.main-promo{
    position: relative;
    /*height: 40px;*/
    text-align: center;
    color: white;
    line-height: 1;
    display: flex;
    flex-direction: column;
    justify-content: center;
    font-size: 12px;
    font-style: normal;
    padding: 8px 0px;
    letter-spacing: .5px;
    z-index: 1;
}

.main-promo-level-one{
    background-color: #a20101;
}

.main-promo-level-two{
    background-color: #ff9598;
    border-top: 4px solid #ff9598;
    border-bottom: 4px solid #ff9598;
    /*height: 24px;*/
}

.main-promo-level-three{
    background-color: #001964;
    padding: 2px 10px;
}

.main-promo-level-three p{
    margin-bottom: 0;
    padding-bottom: 0;
}

/* HEADER 
================================
================================*/
header{
    position: sticky;
    top: 0;
    background-color: white;
    z-index: 2;
}

.header-top{
    border-bottom: 1px solid #ccc;
    padding: .75rem 0;
}

.header-top-wrapper{
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.nav-menu-top{
    column-gap: 1.5rem;
}

.nav-menu-top li a{
    padding: 0;
    border-bottom: 1px solid transparent;
    font-size: 14px;
    color: #737373;
    transition: .4s;
}

.nav-menu-top li a:hover{
    border-color: #737373;
}

.nav-header-tools{
    column-gap: .25rem;
}

.nav-header-tools li a{
    position: relative;
    padding: 0;
    width: 22px;
    height: 22px;
    border-radius: 22px;
    border: 1px solid #737373;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
}

.nav-header-tools li a img,
.nav-header-tools li a svg{
    opacity: .5;
    will-change: transform;
    transition: .4s;
}

.nav-header-tools li a:hover img,
.nav-header-tools li a:hover svg{
    opacity: .75;
    transform: scale(1.05);
}

.header-tools-active{
    position: absolute;
    top:    -2px;
    right:  -2px;
    width:  9px;
    height: 9px;
    border-radius: 9px;
    background-color: black;
}

.login-avatar .header-tools-active{
    top: 0;
    right: 0;
}

/* HEADER BOTTOM */

.header-bottom{
    position: relative;
    border-bottom: 1px solid #ccc;
}

.header-bottom-wrapper{
    display: grid;
    grid-template-columns: 2fr 1fr 2fr;
    column-gap: 1rem;
    align-items: center;
    padding: .25rem 0;
}

.header-bottom-wrapper .logo{
    text-align: center;
    max-width: 300px;
}

.header-bottom-wrapper .logo img{
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.nav-menu-header-bottom-catalog{
    position: relative;
}

.nav-menu-header-bottom-catalog,
.nav-menu-header-bottom-links{
    column-gap: 1.5rem;
}

.nav-menu-header-bottom-catalog li a,
.nav-menu-header-bottom-links li a{
    padding: 0;
    font-size: 14px;
    text-transform: uppercase;
    border-bottom: 1px solid transparent;
    transition: .4s;
}

.nav-menu-header-bottom-catalog li a:hover,
.nav-menu-header-bottom-links li a:hover{
    border-color: #737373;
}

.nav-menu-header-bottom-catalog li a:focus,
.nav-menu-header-bottom-catalog li a[aria-expanded="true"]{
    border-color: #737373;
    color: #737373;
}

.nav-menu-header-bottom-links{
    justify-content: end;
}

@media (max-width: 579px){
    .header-bottom-wrapper{
        grid-template-columns: 3fr 6fr 3fr;
    }
}

/* HEADER SUBMENU */
.header-bottom-submenu{
    position: absolute;
    top: calc(100% + 1px);
    left: 0;
    background-color: white;
    width: 100%;
}

.submenu-wrapper{
    padding: 2rem 0;
}

.nav-menu-header-bottom-catalog li a::before{
    position: fixed;
    content: '';
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    visibility: hidden;
    transition: .4s;
    z-index: -1;
}

.nav-menu-header-bottom-catalog li a[aria-expanded="true"]::before{
    opacity: 1;
    visibility: visible;
}

.submenu-title{
    font-family: sans-serif; 
    font-weight: 600;
    color: rgb(0 0 0 / 75%);
    margin-bottom: .5rem;
    display: inline-block;
    text-decoration: none;
}

.nav-submenu{
    flex-direction: column;
    row-gap: .1rem;
}

.nav-submenu li a{
    padding: 0;
    font-size: 14px;
    font-weight: 100;
    border-bottom: 1px solid transparent;
    display: inline-block;
}

.nav-submenu li a:hover{
    border-bottom: 1px solid #ccc;
}

.submenu-wrapper .cover{
    overflow: hidden;
    aspect-ratio: 1/1;
    display: block;
}

.submenu-wrapper .cover img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}

/* SEARCH
================================
================================*/
.search-wrapper{
    position: relative;
    margin: 1rem 0;
}

.search-wrapper .nav-link{
    position: absolute;
    top: 0;
    right: 1.5rem;
    bottom: 0;
    margin: auto;
    width: 20px;
    height: 20px;
}

.search-wrapper .nav-link img{
    transition: .4s;
    width: 100%;
    height: 100%;
}

.search-wrapper .nav-link:hover img{
    transform: scale(1.25);
}

.form-search{
    position: relative;
}

.form-search input{
    height: 44px;
    width: 100%;
    border-radius: 44px;
    border: 1px solid #000000;
    outline: none;
    box-shadow: none;
    padding: .25rem 1.5rem;
}

.form-search input::placeholder{
    font-size: 14px;
    color: #999999;
}

.form-search .btn{
    position: absolute;
    top: 0;
    right: 0;
    width: 44px;
    height: 44px;
    border-radius: 44px;
    padding: .25rem;
}

.form-search .btn img{
    width: 20px;
}

.main-promo.search-active{
    z-index: 5;
}
header.search-active{
    z-index: 5;
}

/* NAVIGATION
================================
================================*/


/* MAIN INDEX 
================================
================================*/
/* MAIN SLIDER */
.main-slider{
    height: calc(100vh - 122px - 40px);
    max-height: 820px;
}

.main-slider .swiper-slide .cover{
    position: relative;
    height: 100%;
}

.main-slider .swiper-slide .cover img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.main-slider-link{
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    width: fit-content;
    height: fit-content;
}

.main-slider-link .btn{
    padding-left: 2rem;
    padding-right: 2rem;
    text-transform: uppercase;
    font-size: 14px;
}

@media (max-width: 579px){
    .main-slider{
        height: calc(100vh - 10rem);
        max-height: unset;
    }
}

/* MAIN ADVANTAGES */
.main-advantages{
    background-color: #fafafa;
    padding: 1.5rem 0;
    border-bottom: 1px solid #ccc;
}

.box-advantages{
    display: flex;
    flex-direction: column;
    row-gap: 1rem;
    justify-content: center;
    text-align: center;
}

.box-advantages-text{
    text-transform: uppercase;
}

.main-advantages .swiper-tools{
    justify-content: center;
    margin-top: 0;
}

@media (max-width: 579px){
    .main-advantages .swiper-tools{
        margin-top: 1.5rem;
    }
}

/* BLOCK INFO CAROUSEL */
.main-block{
    margin-top: 4rem;
    margin-bottom: 4rem;
}

.box-info-carousel-title{
    font-size: 40px;
}

.box-info-carousel-content{
    margin: 1rem 0 2rem 0;
    font-family: sans-serif;
    text-transform: uppercase;
    font-size: 12px;
    line-height: 1.3;
}

.box-info-carousel-button .btn{
    display: inline-flex;
    font-size: 12px;
    text-transform: uppercase;
}

@media (max-width: 579px){
    .box-info-carousel{
        text-align: center;
    }
    .box-info-carousel-content{
        margin: .75rem 0 1rem 0;
    }
}

/* BOX PRODUCT */
.box-product .cover{
    position: relative;
    aspect-ratio: 4/5;
    display: block;
    overflow: hidden;
}

.box-product .cover-posters{
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
}

.box-product .cover img.poster:last-child{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    object-fit: contain;
    transition: .4s;
}

.box-product .cover .cover-posters:hover img.poster:last-child{
    opacity: 1;
    transform: scale(1.1);
}

.labels{
    position: absolute;
    top: .5rem;
    right: .5rem;
    z-index: 1;
}

.labels label{
    text-transform: uppercase;
    color: #cc0003;
    font-size: 14px;
    font-weight: 700;
}

.labels-bottom{
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    display: flex;
    flex-direction: column;
    row-gap: 0;
}

.labels-bottom label{
    background-color: #e5e5e5;
    width: 100%;
    text-align: center;
    font-size: 12px;
    line-height: 1;
    text-transform: uppercase;
    padding: 2px 8px;
}

.box-product-title-price{
    display: flex;
    align-items: baseline;
    justify-content: space-between;
    column-gap: 1rem;
}

.box-product .marquee-content i{
    font-family: normal;
    padding: 0 1rem;
}

.box-product-info{
    margin-top: .75rem;
}

.box-product-title{
    font-size: 14px;
}

.box-product-price{
    font-size: 14px;
    white-space: nowrap; 
}

.box-product-category{
    font-size: 12px;
    line-height: 18px;
    font-family: sans-serif;
}

.box-product .marquee{
    border-top: 4px solid #000;
    border-bottom: 4px solid #000;
}

.marquee {
  width: 100%;
  overflow: hidden;
  white-space: nowrap;
  background: #f0f0f0;
}

.marquee-wrapper{
    height: 18px;
    transform: translateY(-3px);
}

.marquee-content {
  display: inline-block;
  animation: scroll 15s linear infinite;
  height: 18px;
}

.marquee-content span {
  display: inline-block;
  font-size: 12px;
  line-height: 1;
}

.marquee-content span i{
    font-size: 16px;
    line-height: 1;
}

@keyframes scroll {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-50%);
  }
}

/* box product end */

.swiper-tools{
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: 2.75rem;
}

.swiper-tools-pagin .swiper-pagination{
    position: relative;
}

.swiper-tools-nav{
    display: flex;
    align-items: center;
    column-gap: .75rem;
}

.swiper-tools-nav .swiper-button-prev,
.swiper-tools-nav .swiper-button-next{
    position: relative;
    margin: 0;
    top: auto;
    width: 24px;
    height: 24px;
    left: auto;
    right: auto;
    z-index: 1;
}

.swiper-tools-nav .swiper-button-prev::after,
.swiper-tools-nav .swiper-button-next::after{
    position: absolute;
    content: '';
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    background-color: black;
    mask-size: 100%;
    mask-position: center;
    mask-repeat: no-repeat;
}

.swiper-tools-nav .swiper-button-prev::after{
    background-image: url(arrow-left-dark.svg);
    mask-image: url(arrow-left-dark.svg);
}
.swiper-tools-nav .swiper-button-next::after{
    background-image: url(arrow-right-dark.svg);
    mask-image: url(arrow-right-dark.svg);
}

.swiper-tools-pagin .swiper-pagination{
    position: relative;
    top: auto;
    bottom: auto;
    margin: auto;
    display: flex;
    align-items: center;
    column-gap: .5rem;
    z-index: 1;
}

.swiper-tools-pagin .swiper-pagination .swiper-pagination-bullet{
    border: 1px solid black;
    background-color: white;
    margin: 0;
    transition: .4s;
}

.swiper-tools-pagin .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active{
    background-color: black;
}

/* CATALOG POSTER */
.box-catalog-poster-title{
    font-size: 32px;
    line-height: 40px;
    margin-bottom: 24px;
}

.box-catalog-poster-subtitle{
    font-size: 16px;
    line-height: 24px;
    letter-spacing: 1.28px;
    margin-bottom: 20px;
    text-transform: uppercase;
}

.box-catalog-poster-content{
    font-size: 16px;
    line-height: 24px;
    margin-bottom: 24px;
}

.box-catalog-poster-button .btn{
    font-size: 20px;
    line-height: 24px;
    height: 56px;
}

/* MAIN BANNER */
.main-block-banner .cover{
    position: relative;
}

.main-banner-link{
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    width: fit-content;
    height: fit-content;
}

.main-banner-link .btn{
    font-size: 12px;
}

/* MAIN SUBSCRIBE */
.main-block-subscribe{
    background-color: #f5f5f5;
    padding: 5rem 0;
}

.main-block-subscribe{
    text-align: center;
}

.subscribe-title{
    font-size: 40px;
    line-height: 1;
}

.subscribe-desc{
    text-transform: uppercase;
    font-family: sans-serif;
    margin: 2rem 0;
    font-size: 12px;
    line-height: 18px;
}

.form-subscribe{
    display: flex;
    align-items: center;
    column-gap: 0;
}

.form-subscribe input,
.form-subscribe .btn{
    height: 48px;
}

.form-subscribe input{
    width: 100%;
    padding: .5rem 1.5rem;
    background-color: transparent;
    border: 1px solid #333333;
    font-size: 14px;
    line-height: 1;
    transition: .4s;
}

.form-subscribe input:focus{
    box-shadow: none;
    outline: none;
}

.form-subscribe input::placeholder{
    transition: .4s;
    font-size: 14px;
    line-height: 1;
    transform: translateY(-2px);
    color: #a9a9a9;
}

.form-subscribe input:focus::placeholder{
    opacity: .5;
}

.form-subscribe .btn{
    width: 56px;
    background-color: black;
    padding: 0;
}

.form-subscribe .btn img{
    transition: .4s;
}

.form-subscribe .btn:hover img{
    transform: scale(1.2);
}

@media (max-width: 579px){
    .main-block-subscribe{
        padding: 3rem 0;
    }
    .subscribe-desc{
        margin: 1.5rem 0 1.25rem 0;
    }
}

/* MAIN REVIEWS */
.block-review{
    background-color: #0E1311;
    padding: 1rem;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    color: white;
    height: 100%;
}

.block-review-title{
    font-size: 16px;
    font-weight: 700;
}

.block-review-stars{
    display: flex;
    align-items: center;
    column-gap: .25rem;
    margin: .5rem 0;
}

.block-review-stars{
    font-size: 20px;
}

.block-review-average,
.block-review-count{
    font-size: 12px;
}

.block-review-average span,
.block-review-count span{
    font-size: 16px;
}

@media (max-width: 579px){
    .main-block-rebiews{
        overflow: hidden;
    }

    .block-review{
        padding: 2rem;
    }
    .carousel-reviews{
        overflow: visible;
    }
}

/* BOX REVIEW */
.box-review-title-stars{
    display: flex;
    align-items: center;
    column-gap: 1rem;
}

.box-review-title{
    font-size: 13px;
    font-weight: 700;
}

.box-review-verificed{
    display: flex;
    align-items: center;
    column-gap: .5rem;
    font-size: 10px;
}

.box-review-name{
    font-size: 12px;
    margin: .25rem 0;
}

.box-review-content{
    font-size: 14px;
}

.box-review-recommend{
    font-size: 14px;
    margin: .25rem 0;
}

.box-review-ago{
    text-align: end;
    margin-top: 1rem;
    font-size: 14px;
}

/* BLOCK CAROUSEL COLLECTIONS */
.main-block-carousel-collections{
    margin-top: 7rem;
}

.block-title{
    text-align: center;
    font-size: 40px;
    line-height: 60px;;
    margin-bottom: 2rem;
}

@media (max-width: 579px){
    .main-block-carousel-collections{
        overflow: hidden;
    }
    .carousel-collections{
        overflow: visible;
    }
}

/* BOX COLLECTION */
.box-collection .cover{
    aspect-ratio: 8/9;
    display: block;
    overflow: hidden;
}

.box-collection .cover img{
    width: 100%;
    height: 100%;
    transition: .4s;
}

.box-collection:hover .cover img{
    transform: scale(1.1);
}

.box-collection-button{
    margin-top: 1rem;
}

.box-collection-button .btn{
    font-size: 14px;
    line-height: 21px;
    width: fit-content;
    text-wrap: nowrap;
}

/* BLOCK BRANDS */
.main-block-brands{
    background-color: #F9F7F3;
    padding: 2rem 0;
}

.main-block-brands .block-title{
    margin-bottom: 2.5rem;
}

.main-block-brands .marquee-content{
    animation: scroll 15s linear infinite;
    height: auto;
    display: flex;
    align-items: center;
    column-gap: 5rem;
}

.main-block-brands .marquee{
    background-color: transparent;
}

.main-block-brands .marquee-content img{
    width: 180px;
    height: 26px;
    object-fit: contain;
}

@media (max-width: 579px){
    .main-block-brands .block-title{
        font-size: 32px;
    }
    .main-block-brands .marquee-content{
        animation: scroll 5s linear infinite;
    }
}

/* MAIN SIZES */
.main-block-size .block-title{
    margin-bottom: 3.5rem;
    font-size: 30px;
    line-height: 1.4;
}

.size-image{
    /*aspect-ratio: 5/4;*/
    height: 162px;
    display: block;
    padding: 2rem 2rem .5rem 2rem;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
}

.size-image img{
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.size-item{
    text-align: center;
    height: 32px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    border-bottom: 1px solid #404040;
    font-size: 14px;
    text-transform: uppercase;
}

.size-item-check{
    font-size: 20px;
}

.size-item-check i{
    width: 20px;
    height: 20px;
    background-image: url(check-dark.png);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
}

.size-item-height{
    height: 100%;
    font-size: 14px;
    text-transform: capitalize;
}

.carousel-sizes .swiper-slide:nth-child(even){
    background-color: #fafafa;
}

.block-size-primary .row .col-lg-6:last-child{
    background-color: #fafafa;
}

.block-size-primary .row:first-child .col-lg-6:last-child{
    background-color: transparent;
}

.block-size-primary .row:last-child .col-lg-6:first-child{
    background-color: #e5e5e5;
}

.block-size-info{
    font-size: 12px;
    line-height: 18px;
    margin-top: .5rem;
}

@media (max-width: 920px){
    .size-item-height span{
        writing-mode: vertical-rl;
        transform: rotate(180deg);
    }
    .main-block-size{
        overflow: hidden;
        /*padding-left: 0;*/
        /*padding-right: 0;*/
    }
    .main-block-size .carousel-sizes{
        overflow: visible;
    }
    .block-size-primary{
        position: relative;
        background-color: white;
        z-index: 2;
    }
    .block-size-primary::before{
        position: absolute;
        content: '';
        top: 0;
        left: -15px;
        width: calc(100% + 15px);
        height: 100%;
        background-color: white;
        z-index: -1;
    }
}

/* BLOCK FAQ */
.main-block-faq{
    padding-top: 3rem;
    padding-bottom: 3rem;
    background-color: #f5f5f5;
}

.main-block-faq{
    margin-bottom: 0;
}

.accordion{
    background-color: transparent;
}


.accordion .accordion-button,
.accordion .accordion-item{
    background-color: transparent;
}

.accordion .accordion-item{
    border-top: 1px solid #02473D;
    border-right: 0;
    border-left: 0;
    border-bottom: 0;
}

.accordion .accordion-item:last-child{
    border-bottom: 1px solid #02473D;
}

.accordion .accordion-button{
    font-size: 20px;
    line-height: 30px;
    border-radius: 0;
    box-shadow: none;
    padding-left: 0;
    padding-right: 0;
}

.accordion .accordion-button[aria-expanded="true"]{
    color: black;
}

.accordion .accordion-button::after{
    position: absolute;
    content: '';
    width: 17px;
    height: 17px;
    top: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    background-image: url(arrow-down-dark.svg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
}

.accordion .accordion-body{
    padding-left: 0;
    padding-right: 0;
}

.accordion-item:first-of-type,
.accordion-item:last-of-type,
.accordion-item:first-of-type>.accordion-header .accordion-button{
    border-radius: 0;
}

.block-faq-link{
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    margin: 2rem 0;
}

a.more{
    font-size: 12px;
    line-height: 18px;
    text-transform: uppercase;
    text-decoration: none;
    border-bottom: 1px solid transparent;
    transition: .4s;
}

a.more:hover{
    border-bottom: 1px solid #936646;
}

/* COLLECTION 
================================
================================*/
.main-block-collection-info .cover{
    aspect-ratio: 21/9;
    display: block;
}

.main-block-collection-info .cover img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.collection-info-title{
    font-size: 50px;
}

.collection-info-desc{
    font-size: 16px;
    font-family: sans-serif;
    text-transform: uppercase;
    font-size: 12px;
}

.collection-info-desc p{
    margin-bottom: 0;
}

@media (max-width: 820px){
    .collection-info-title{
        font-size: 32px;
    }
}

@media (max-width: 579px){
    .collection-info{
        text-align: center;
    }
    .main-block-collection-info{
        margin-top: 2rem;
        margin-bottom: 2rem;
    }
}

/* FILTER */
.sidebar-filter-header{
    display: flex;
    align-items: end;
    justify-content: space-between;
    margin-bottom: 1rem;
}

.sidebar-filter-header-title{
    text-transform: uppercase;
    font-size: 30px;
    line-height: 1;
}

.box-filter{
}


.box-filter-title{
    position: relative;
    font-size: 18px;
    font-weight: 700;
    padding: .85rem 0;
    border-top: 1px solid #d4d4d4;
    display: block;
    cursor: pointer;
}

.box-filter-title::after{
    position: absolute;
    content: '';
    width: 15px;
    height: 17px;
    top: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    background-image: url(arrow-down-dark.svg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: auto;
    transition: .4s;
}

.box-filter-title[aria-expanded="true"]::after{
    transform: rotate(180deg);
}

.nav-filter{
    flex-direction: column;
    row-gap: 1rem;
    margin-bottom: 1rem;
}

.nav-filter label{
    display: flex;
    align-items: start;
    column-gap: .5rem;
    cursor: pointer;
}

.nav-filter span.text{
    color: #000;
    line-height: 1.1;
    transform: translateY(1px);
}

.nav-filter .checkbox{
    width: 16px;
    height: 16px;
    min-width: 16px;
    min-height: 16px;
    display: inline-block;
    border-radius: 0;
    margin-top: .1rem;
    border: 1px solid #000;
    background-position: center;
    background-size: auto;
    background-repeat: no-repeat;
    transition: .4s;
}

.nav-filter input{
    display: none;
}

.nav-filter input:checked + .checkbox{
    background-color: #000;
    border-color: #000;
    box-shadow: inset 0 0 0px 2px white;
}

@media (max-width: 579px){
    .box-filter:nth-child(2) .box-filter-title{
        border-top: 0;
    }
}

/* color */
.nav-filter-color li .checkbox{
    border-radius: 16px;
    opacity: .75;
}

.nav-filter-color li input:checked + .checkbox{
    box-shadow: inset 0 0 0px 1px black;
}

/* SORT */
.nav-filter-sort{
    row-gap: .75rem;
}

.nav-filter-sort li a{
    padding: 0;
}

.nav-filter-sort:hover,
.nav-filter-sort:focus{
    color: #936646;
}

.nav-filter-sort li a.active{
    font-weight: 700;
}

/* COLLECTION LIST */
.main-block-collections-body{
    margin-top: 2rem;
}

.collection-count-filter{
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 2rem;
}

.collection-count{
    font-size: 14px;
    font-family: sans-serif;
}

.collection-count-filter .btn{
    height: 40px;
    display: flex;
    align-items: center;
    column-gap: .5rem;
}

/* PAGINATION */
.collection-pagination{
    margin-top: 4rem;
}

.nav-pagination{
    justify-content: center;
    column-gap: .75rem;
}

.nav-pagination li .nav-link{
    width: 32px;
    height: 32px;
    border: 1px solid #ccc;
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #888;
    transition: .4s;
}

.nav-pagination li .nav-link.active{
    color: black;
    border-color: black;
}

.nav-pagination li .nav-link:hover{
    color: #999;
    border-color: black;
}

.nav-pagination li .nav-link.dots{
    border-color: transparent;
}

.nav-pagination li .nav-link.arrow{
    border-color: transparent;
}

.nav-pagination li .nav-link.arrow img{
    transition: .4s;
}

.nav-pagination li .nav-link.arrow:hover img{
    transform: scale(1.2);
}

.box-filter-apply-reset{
    display: flex;
    flex-direction: column;
    row-gap: .5rem;
}

@media (max-width: 579px){
    .collection-pagination{
        margin-top: 3rem;
    }
}

/* SIDEBAR 
================================
================================*/


/* PRODUCT 
================================
================================*/
@media (max-width: 820px){
    .main-block-product{
        margin-top: 1rem;
    }
}

.gallery-images{
    position: relative;
    aspect-ratio: 1/1;
    display: block;
}

/* PRODUCT INFO */


/* BREADCRUMBS */
.nav-breadcrumbs{
    column-gap: .5rem;
    row-gap: .5rem;
}

.nav-breadcrumbs li .nav-link{
    position: relative;
    padding: 0;
    line-height: 1;
    font-size: 12px;
}

.nav-breadcrumbs li span.nav-link{
    color: black;
}

.nav-breadcrumbs li + li .nav-link{
    padding-left: .75rem;
}

.nav-breadcrumbs li + li .nav-link::before{
    position: absolute;
    content: '/';
    top: 1px;
    font-size: 12px;
    left: 0;
    bottom: 0;
    margin: auto;
    line-height: 1;
}

@media (max-width: 920px){
    .nav-breadcrumbs{
        margin-bottom: 1rem;
    }
}

/* GALLERY + THUMBS */
.image-gallery .swiper{
    width: 100%;
    height: 100%;
}

.image-gallery .swiper-slide{
    width: 100%;
    height: 100%;
    display: block;
}

.image-gallery .swiper-slide img{
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.gallery-thumbs{
    width: 100%;
    height: 100%;
}

.gallery-thumbs .swiper{
    width: 100%;
    height: 100%;
    aspect-ratio: 1/1;
    display: block;
}

.gallery-thumbs .swiper-slide{
    width: 100%;
    height: 100%;
    display: block;
    opacity: .75;
    transition: .4s;
}

.gallery-thumbs .swiper-slide.swiper-slide-thumb-active{
    opacity: 1;
}

.gallery-thumbs .swiper-slide img{
    width: 100%;
    height: 100%;
    object-fit: contain;
}

@media (max-width: 920px){
    .gallery-thumbs{
        margin: .5rem 0;
    }

    .gallery-thumbs .swiper{
        aspect-ratio: unset;
        height: auto;
    }

    .gallery-thumbs .swiper-slide{
        border: 1px solid #ccc;
    }
    .gallery-thumbs .swiper-slide.swiper-slide-thumb-active{
        border-color: black;
    }
}

.product-gallery .swiper-tools{
    margin-top: .5rem;
}

.product-gallery .swiper-tools-nav{
    column-gap: 1rem;
}

.product-gallery .swiper-tools-nav .swiper-button-prev,
.product-gallery .swiper-tools-nav .swiper-button-next{
    width: 16px;
    height: 16px;
}

/* GALLERY IMAGE SIMILAR */
.gallery-image-similar{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: white;
    opacity: 0;
    visibility: hidden;
    transition: .4s;
    z-index: 1;
}

.gallery-image-similar.active{
    opacity: 1;
    visibility: visible;
}

.gallery-image-similar img{
    width: 100%;
    height: 100%;
    object-fit: contain;
}

/* product info */
.product-info-wrapper{
    position: relative;
    height: 100%;
}

/* zoom */
/* Блок для увеличенного изображения */
.product-image-zoom {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.3s ease, visibility 0.3s ease;
    z-index: 20;
    pointer-events: none;
    background: white;
    overflow: hidden;
    cursor: crosshair;
}

.product-image-zoom.active {
    opacity: 1;
    visibility: visible;
}

/* Обертка для увеличенного изображения */
.zoom-wrapper {
    width: 100%;
    height: 100%;
    overflow: hidden;
    position: relative;
}

/* Увеличенное изображение */
.zoom-image {
    position: absolute;
    width: 150%; /* 1.5x увеличение */
    height: 150%;
    object-fit: cover;
    transform: translate(0, 0);
    transition: transform 0.1s linear;
    pointer-events: none;
}

.product-info{
    position: sticky;
    top: 10rem;
}

.product-info-title-price{
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: 1rem;
}

.product-info-title{
    font-size: 24px;
    text-transform: uppercase;
}

.product-info-price{
    font-size: 24px;
    white-space: nowrap; 
}

.product-info-category-oldprice{
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.product-info-category{
    font-family: sans-serif;
    font-size: 12px;
    text-transform: uppercase;
}

.product-info-oldprice{
    color: red;
    font-size: 14px;
}

.product-info-similar{
    position: relative;
    margin-top: 1rem;
    margin-bottom: 1rem;
}

.product-similar{
    z-index: 0;
    /*max-height: 56px;*/
    padding-bottom: 2px;
    z-index: 2;
}

.box-similar{
    display: block;
}

.box-similar .cover{
    aspect-ratio: 1/1;
    display: block;
    padding: .25rem;
    border: 1px solid #ccc;
    overflow: hidden;
}

.box-similar.active{
    border: 2px solid black;
}

.box-similar img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: .4s;
}

.box-similar:not(.active):hover img{
    transform: scale(1.1);
}

.product-info-similar .swiper-tools-nav{
    position: absolute;
    bottom: 0;
    margin: auto;
    width: 100%;
    height: 100%;
}

.product-info-similar .swiper-tools-nav .swiper-button-prev,
.product-info-similar .swiper-tools-nav .swiper-button-next{
    position: absolute;
    /*bottom: 16px;*/
    width: 24px;
    height: 24px;
    background-color: black;
    z-index: 2;
}

.product-info-similar .swiper-tools-nav .swiper-button-prev{
    left: 0;
}
.product-info-similar .swiper-tools-nav .swiper-button-next{
    right: 0;
}

.product-info-similar .swiper-tools-nav .swiper-button-prev::after,
.product-info-similar .swiper-tools-nav .swiper-button-next::after{
    background-color: white;
    background-image: unset;
    mask-size: auto;
}
.product-info-button{
    margin-top: 2rem;
    margin-bottom: 2rem;
}

.product-info-button .btn{
    text-transform: uppercase;
}

.product-info-accessories{
    position: relative;
    margin-top: 1rem;
}

.product-info-accessories-title{
    text-align: center;
    margin-bottom: 1rem;
    font-size: 20px;
    text-transform: uppercase;
}

.box-accessories{
    padding: .25rem;
    background-color: #fdefd2;
}

.box-accessories .cover{
    aspect-ratio: 1/1;
    display: block;
    background-color: white;
}

.box-accessories .cover img{
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.box-accessories{
    display: grid;
    grid-template-columns: 77px auto 32px;
    column-gap: .5rem;
    align-items: center;
}

.box-accessories-button .btn{
    width: 32px;
    height: 32px;
    padding: .25rem;
}

.box-accessories-info{
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0 .5rem;
}

.box-accessories-info-title{
    font-size: 16px;
}

.box-accessories-info-category{
    font-family: sans-serif;
    font-size: 12px;
    text-transform: uppercase;
}

.product-info-accessories .swiper-tools{
    margin-top: .5rem;
}

.product-info-accessories .swiper-tools-nav .swiper-button-prev, 
.product-info-accessories .swiper-tools-nav .swiper-button-next{
    width:  14px;
    height: 14px;
}

.product-info-advantages{
    margin-top: 1.5rem;
}

.box-product-advantages{
    background-color: #f5f5f5;
    padding: 1rem 0;
    display: flex;
    align-items: center;
    justify-content: center;
    column-gap: 1rem;
}

.box-product-advantages img{
    width:  32px;
    height: 32px;
    object-fit: contain;
}

.box-product-advantages p{
    margin-bottom: 0;
}

.product-info-advantages .swiper-tools{
    justify-content: center;
    margin-top: .75rem;
}

/* PRODUCT ACCORDION */
.main-block-accordion{
    margin-top:    7rem;
    margin-bottom: 7rem;
}

.main-block-accordion .cover{
    aspect-ratio: 1/1;
    display: block;
}

.block-accordion-title{
    font-size: 30px;
    text-transform: uppercase;
}

.block-accordion-desc{
    margin-bottom: 1rem;
}

.block-accordion-desc p{
    margin-bottom: .25rem;
}

.block-accordion .accordion .accordion-button{
    font-size: 16px;
    font-weight: 700;
    padding: .65rem 0;
}

.main-block-accordion .accordion .accordion-body ul{
    margin-block-start: 0;
    margin-block-end: 1em;
    padding-inline-start: 1.25rem;
}

.main-block-accordion .cover{
    position: sticky;
    top: 10rem;
}

@media (max-width: 579px){
    .main-block-accordion .cover{
        position: relative;
        top: 0;
    }
}

/* CART
================================
================================*/
.cart-list{
    padding-right: 1rem;
    height: calc(100% - 200px - 1rem - 2rem);
    overflow: auto;
}

.box-item{
    display: grid;
    grid-template-columns: 85px auto;
    column-gap: 1rem;
    border-bottom: 1px solid #ccc;
    padding: .5rem 0;
}

.box-item .cover{
    aspect-ratio: 1/1;
    display: block;
    overflow: hidden;
}

.box-item .cover img{
    width: 100%;
    height: 100%;
    transition: .4s;
}

.box-item:hover .cover img{
    transform: scale(1.1);
}

.box-item-info{
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    padding: .35rem 0;
}

.box-item-title-close{
    display: flex;
    align-items: baseline;
    justify-content: space-between;
}

.box-item-title{
    font-size: 16px;
    text-decoration: none;
    text-transform: uppercase;
}

.box-item-close{
    width: 16px;
    height: 16px;
    display: block;
    padding: 0;
    background-color: transparent;
}

.box-item-close img{
    transition: .4s;
}

.box-item-close:hover img{
    transform: scale(1.2);
}

.box-item-category{
    font-size: 12px;
    line-height: 18px;
    font-family: sans-serif;
    text-transform: uppercase;
}

.box-item-qty .quantity{
    border: 1px solid #8c8c8c;
    width: 76px;
    height: 30px;
    display: grid;
    grid-template-columns: 21px 32px 21px;
}

.box-item-qty .quantity input{
    width: 100%;
    height: 28px;
    text-align: center;
    font-size: 14px;
    border: 0;
    padding: 0;
}

.box-item-qty .quantity input:focus{
    box-shadow: none;
    outline: none;
}

.box-item-qty .quantity button{
    background-color: transparent;
    box-shadow: none;
    outline: none;
    border: 0;
    font-size: 20px;
    line-height: 1;
    color: #8c8c8c;
    padding: 0;
}

.box-item-qty-price{
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.cart-checkout{
    margin-top: 2rem;
    padding-right: 1rem;
}

.cart-checkout-band{
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: .25rem;
    font-size: 14px;
}

.cart-checkout-band:last-child{
    margin-bottom: 0;
}

.cart-checkout-band-title{
    font-family: sans-serif;
}

.cart-checkout-band-value{
    font-family: sans-serif;
    font-weight: 600;
    font-size: 16px;
}

.cart-checkout-band-promo .cart-checkout-band-value{
    color: red;
}

.cart-checkout-button{
    margin-top: 1rem;
}

.cart-checkout-button .btn{
    text-transform: uppercase;
    font-size: 14px;
}

/* CART DISCOUNT */
.cart-discount{
    display: grid;
    grid-template-columns: auto 50px;
    align-items: center;
    margin-top: 1rem;
    padding-right: 1rem;
}

.cart-discount-input input{
    width: 100%;
    height: 50px;
    border: 0;
    border-bottom: 1px solid #ccc;
    padding: .25rem .5rem;
}

.cart-discount-input input:focus{
    box-shadow: none;
    outline: none;
}

.cart-discount .btn{
    width: 100%;
    height: 50px;
    padding: .25rem;
}

.cart-discount .btn img{
    width: 8px;
    transition: .4s;
}

.cart-discount .btn:hover img{
    width: 10px;
}

/* DYNAMIC SIDE CART */
/* Скрытие блока скидки */
.cart-checkout-band-promo.hidden {
    display: none;
}

/* Спиннер для цены товара */
.price-spinner {
    min-width: 60px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}

/* Спиннер для общей суммы */
.total-spinner {
    min-width: 80px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}

/* Анимация появления */
.fade-in {
    animation: fadeIn 0.3s ease;
}

@keyframes fadeIn {
    from {
        opacity: 0;
        transform: translateY(-10px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

/* Сообщения о купоне */
.coupon-message {
    padding: 10px;
    margin: 10px 0;
    border-radius: 4px;
    text-align: center;
    font-size: 14px;
    animation: fadeIn 0.3s ease;
}

.coupon-message-success {
    background-color: #d4edda;
    color: #155724;
    border: 1px solid #c3e6cb;
}

.coupon-message-error {
    background-color: #f8d7da;
    color: #721c24;
    border: 1px solid #f5c6cb;
}

/* Пустая корзина */
.empty-cart {
    text-align: center;
    padding: 40px;
}

/* Спиннер */
.spinner-border {
    display: inline-block;
    width: 1rem;
    height: 1rem;
    vertical-align: text-bottom;
    border: 0.2em solid currentColor;
    border-right-color: transparent;
    border-radius: 50%;
    animation: spinner-border 0.75s linear infinite;
}

@keyframes spinner-border {
    to {
        transform: rotate(360deg);
    }
}

.spinner-border-sm {
    width: 1rem;
    height: 1rem;
    border-width: 0.2em;
}

/* Кнопка минус в disabled состоянии */
.btn-qty.disabled,
.btn-qty:disabled {
    opacity: 0.5;
    cursor: not-allowed;
}

/* Кнопка применения купона в состоянии загрузки */
#applyCouponBtn.loading {
    opacity: 0.7;
}

/* BLOG
================================
================================*/

.main-block-article{
  margin-top: 1.5rem;
}

.block-title-article{
  text-align: start;
}

.block-article .cover{
  width: 100%;
  margin-bottom: 1rem;
}

.block-article .cover img{
  width: 100%;
  height: 100%;
  object-fit: contain;
}

/* FOOTER 
================================
================================*/
footer{
    background-color: #ff9598;
    color: white;
}

footer .main-promo-level-three{
    height: 16px;
}

.footer-logo{
    margin: 5rem 0;
    text-align: center;
}

.footer-wrapper{
    padding: 0 0 4rem 0;
}

.menu-title{
    text-transform: uppercase;
    margin-bottom: 16px;
    font-size: 14px;
    font-weight: 400;
}

.nav-footer-menu{
    flex-direction: column;
    row-gap: 0;
    margin-top: 1rem;
}

.nav-footer-menu li a{
    color: white;
    padding: 0;
    display: inline-block;
    font-size: 12px;
    font-weight: 400;
    border-bottom: 1px solid transparent;
    transition: .4s;
}

.nav-footer-menu li a:hover,
.nav-footer-menu li a:focus{
    color: white;
    border-bottom: 1px solid white;
}

.footer-info{
    font-size: 12px;
    font-weight: 400;
}

.footer-info a{
    color: white;
}

.nav-socials{
    column-gap: 1.5rem;
}

.nav-socials li a{
    padding: 0;
    width: 32px;
    height: 32px;
}

.nav-socials li a img{
    width: 100%;
    height: 100%;
    object-fit: contain;
    transition: .4s;
}

.nav-socials li a:hover img{
    transform: scale(1.1) rotate(15deg);
}

.footer-bottom{
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    padding-bottom: 3rem;
    align-items: center;
}

.footer-copy{
    text-align: center;
    font-size: 12px;
}

.footer-icon{
    text-align: end;
}

@media (max-width: 579px){
    .footer-logo{
        margin: 3rem 0;
    }
    .footer-bottom{
        display: flex;
        flex-direction: column-reverse;
    }
    .footer-wrapper{
        padding-bottom: 3rem;
    }
    .footer-bottom{
        padding-bottom: 2rem;
    }
}
 
