/* FOOTER ----------------------------------------------------------- */
/* footer__top */

.footer {
   border-top: 1px solid #F56505;
   margin-top: 110px;
   position: relative;
    background: #595959;
}

.footer__top {
   display: flex;
   justify-content: space-between;
   padding: 40px 0 30px 0;
}

.footer__list {
   font-weight: 700;
   font-size: 18px;
   line-height: 22px;
   text-transform: uppercase;
   color: #E9E9E9;
}

.footer__item:not(:last-child) {
   margin-bottom: 15px;
}

.footer__item a {
   color: #E9E9E9;
}

.footer__item:hover a {
   color: #F56505;
   transition: 0.2s;
}


.footer__logo {
   margin-right: 20px;
}

.footer__info-item {
   font-size: 18px;
   line-height: 22px;
   display: flex;
   align-items: center;
   color: #E9E9E9;
   margin-bottom: 15px;
   display: flex;
}

.footer__info-item a {
   color: #E9E9E9;
}

.footer__info-item img {
   margin-right: 5px;
}

/* /footer__top */


/* footer__bottom */
.footer__bottom {
   border-top: 1px solid #F56505;
   color: #E9E9E9;
   padding: 0 20px;
}

.footer__bottom .container {
   display: flex;
   justify-content: space-between;
   align-items: center;
   padding: 30px 0;
}

.footer__center {
   font-weight: 400;
   font-size: 16px;
   line-height: 19px;
   padding-left: 20px;
}

.footer__policy {
   max-width: 348px;
   font-size: 14px;
   line-height: 17px;
   text-align: right;
}

.footer__policy a {
   color: #F0860A;
}

/* /footer__bottom */

.buy-anim {
   width: 280px;
   height: 50px;
   background-color: #F56505;
   display: flex;
   justify-content: center;
   align-items: center;
   box-shadow: 0px 6px 14px rgba(0, 0, 0, 0.25);
   border-radius: 4px;
   position: fixed;
   left: 50%;
   transform: translateX(-50%);
   bottom: 50px;
   z-index: 100;
   opacity: 0;
   visibility: hidden;
}

.buy-anim__img {
   margin-right: 18px;
}

.buy-anim__text {
   font-weight: 700;
   font-size: 16px;
   line-height: 19px;
   color: #FFFFFF;
}

.classname {
   opacity: 1;
   visibility: visible;
   -webkit-animation-name: cssAnimation;
   -webkit-animation-duration: 3s;
   -webkit-animation-iteration-count: 1;
   -webkit-animation-timing-function: ease;
   -webkit-animation-fill-mode: forwards;
}

@-webkit-keyframes cssAnimation {
   from {
      -webkit-transform: translate(-50%, 0px);
   }

   to {
      -webkit-transform: translate(-50%, -10px);
   }
}

/* rassilka */

.footer-rassilka{
   display: flex;
   flex-direction: column;
   gap: 10px;
   margin-top: 20px;
}
.footer__info-item.rass{
   flex-direction: column;
}

/* FOOTER ----------------------------------------------------------- */