.slogan {
    font-size: 22px;
    color: #c7b270;
    text-align: center;
    padding-top: 15px;
    cursor: none;
}

.product_botton {
    display: none;
}

.delivery_and_attachment {
    font-size: 12pt; 
    background-color: #fbeeb8;
}

@media (max-width: 991.98px) {
    .slogan {
        font-size: 17px;
        padding: 8px 8px 0 8px;
    }
    .product_botton{
        display: block;
        margin: 0px 20px 30px 20px;
    }
    .spacer {
        padding-top: 30px !important;
    }
}

.page__info img {
    margin: 20px;
}

.articles .catalog__img{
    height: 220px;
    overflow: hidden;
}

.articles .catalog__img img {
    height: 100%;
    object-fit: cover;
}

.article .page__img {
    max-height: 440px;
    overflow: hidden;
}

.article .page__img img {
    height: 100%;
    object-fit: cover;
}

@media screen and  (max-width: 768px) {
    .nav__item_2 .nav__btn {
        border: 1px solid #000;
        height: 2rem;
        display: flex;
        align-items: center;
        justify-content: center;
    }
}

@media screen and  (max-width: 480px) {
    .page__info img {
        width: 100%!important;
        height: auto!important;
        float: unset!important;
        margin: 20px 0;
    }

    .articles .catalog__img{
        height: 170px;
    }
}
.header_animated {
    background-color: #171717;
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: center;
    min-height: 240px;
    padding-bottom: 0px;
}
.header_animated .breadcrumbs {
    background-color: transparent;
    margin-bottom: 0;
}
.header__composition {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    overflow: hidden;
}
.header__content {
    position: relative;
    z-index: 200;
}
.header_animated .logo-nav__col {
    margin-bottom: 1.5rem;
}
.header_animated .nav__link {
  color: #fffcf9;
}
.header_animated .logo-nav__title {
  color: #fffcf9;
  font-weight: 300;
}
.header_animated .logo-nav__text {
  color: #fffcf9;
}
.header_animated .basket-nav__tel {
  color: #fffcf9;
}
.header_animated .basket-nav__numb {
  background-color: #fff;
  color: #000;
}
.header_animated .nav__btn svg path {
  fill: #fffcf9 !important;
}
.header_animated .lang__name {
  color: #fffcf9;
}
.header_animated .lang__list {
  background: #979797;
}
.header_animated .burger span {
  background-color: #fffcf9;
}

.header_animated .nav  {
  height: 100vh;
  background-color: #171717;
}
.spacer {
    padding-top: 60px;
}
.popup, .popup.active {
    z-index: 8000;
}
@media (min-width:1023px) {
   .header_animated .nav  {
       height: 100%;
       background-color: transparent;
   }
}
@media (max-width:575px){
    .header_animated .logo-nav {
        padding-top: 20px;
    }
}
@media (max-width:575px) {
    .header_animated  {
        min-height: 300px;
    }
    .header_animated .basket-nav__tel {
        margin-right: 10px;
    }
}
@media (min-width:1070px){
    .header_animated .logo-nav__text {
        max-width: 250px;
    }
}
.light {
    position: absolute;
    width: 0px;
    background-color: white;
    box-shadow: #e9f1f1 0px 0px 20px 2px;
    opacity: 0;
/*     top: 100vh; */

     top: 50%;
    transform: translateY(100vh);
    bottom: 0px;
    left: 0px;
    right: 0px;
    margin: auto;
}
.x1 {
    animation: floatUp 4s infinite linear;
    transform: scale(1.0);
}
.x2 {
    animation: floatUp 7s infinite linear;
    transform: scale(1.6);
    left: 15%;
}
.x3 {
    transform: scale(.5);
    left: -15%;
    animation: floatUp 2.5s infinite linear;
}
.x4 {
    animation: floatUp 4.5s infinite linear;
    transform: scale(1.2);
    left: -34%;
}
.x5 {
    animation: floatUp 8s infinite linear;
    transform: scale(2.2);
    left: -57%;
}
.x6 {
    animation: floatUp 3s infinite linear;
    transform: scale(.8);
    left: -81%;
}
.x7 {
    animation: floatUp 5.3s infinite linear;
    transform: scale(3.2);
    left: 37%;
}
.x8 {
    animation: floatUp 4.7s infinite linear;
    transform: scale(1.7);
    left: 62%;
}
.x9 {
    animation: floatUp 4.1s infinite linear;
    transform: scale(0.9);
    left: 85%;
}
/* @keyframes floatUp {
    0% {
        top: 100vh;
        opacity: 0;
    }
    25% {
        opacity: 1;
    }
    50% {
        top: 0vh;
        opacity: .8;
    }
    75% {
        opacity: 1;
    }
    100% {
        top: -100vh;
        opacity: 0;
    }
} */

@keyframes floatUp {
    0% {
        transform: translateY(100vh);
        opacity: 0;
    }
    25% {
        opacity: 1;
    }
    50% {
        transform: translateY(0vh);
        opacity: .8;
    }
    75% {
        opacity: 1;
    }
    100% {
        transform: translateY(-100vh);
        opacity: 0;
    }
}

.footer-copyright, .footer-copyright__col {

    z-index: 1000;
    position: relative;
}
