.footer {
   font-family: 'KievitRegular';
   font-feature-settings: 'pnum' on, 'lnum' on;
   font-weight: 400;
   color: #fff;
   background-color: #525154;
   flex: 0 0 auto;
   font-size: 20px;
   margin-top: 30px;
   padding-bottom: 40px;
   color: hsla(0, 0%, 100%, .75);
}

.footer a {
   color: #fefefe;
   font-size: 18px;
}

.row-footer {
   margin-top: 15px;
   display: flex;
   justify-content: space-between;
   flex-wrap: wrap;
}

.footer__copyright {
   max-width: 300px;
   line-height: 1.3em;
}

.footer-col h3 {
   font-family: 'KievitMedium';
   font-size: 20px;
}

.footer__social {
   display: flex;
   justify-content: end;
   margin-top: 15px;
}

.footer__text {
   margin-top: 40px;
   width: calc(91.333333% - 1.111111rem);
}

.footer__text p:nth-child(2) {
   margin-top: 15px;
}

.footer__text p {
   font-size: 14px;
   color: #BABABA;
   line-height: 1.3em;
}

.footer__social a:nth-child(1) img {
   margin-right: 10px;
}

.list-footer li {
   margin-top: 12px;
}

.footer__phone a {
   font-family: 'KievitBold';
   font-size: 36px;
}

.footer a:hover {
   border-bottom: 2px solid #fefefe;
}

.footer__social a:hover {
   border-bottom: none;
}

.payment-methods img {
   margin-top: 16px;
}

.payment-methods img+img {
   margin-left: 12px;
}



.hr-footer {
   height: 0.017em;
   background-color: #fff;
   width: 100%;
   margin-top: 70px;
}


/* media footer */

@media screen and (max-width: 1199px) {
   .footer .container {
      padding: 25px 50px 0 50px;
   }
}

@media screen and (max-width:1023px) {
   .footer__text {
      display: none;
   }
}

@media screen and (max-width:991px) {

   .footer {
      font-size: 18px;
   }

   .footer__phone a {
      font-size: 32px;
   }

   .footer-col:nth-child(3),
   .footer-col:nth-child(4) {
      margin-left: 2%;
   }

}

@media screen and (max-width:884px) {
   .footer__social {
      justify-content: start;
   }
}


@media screen and (max-width:660px) {
   .footer__social {
      justify-content: start;
   }

   .footer__phone a {
      font-size: 28px;
   }

   .footer {
      font-size: 17px;
   }

   .footer a {
      font-size: 17px;
   }

   .footer__phone a {
      font-size: 26px;
   }
}

@media screen and (max-width:650px) {
   .row-footer {
      flex-flow: column;
      justify-content: center;
   }

   .footer__copyright {
      max-width: max-content;
   }

   .footer__copyright {
      display: none;
   }

   .footer-col:nth-child(3),
   .footer-col:nth-child(4) {
      margin-left: 0;
   }

   .row-footer {
      text-align: center;
   }

   .footer__social {
      justify-content: center;
   }

   .footer a {
      font-size: 28px;
   }

   .footer-col:nth-child(3),
   .footer-col:nth-child(4) {
      margin-top: 20px;
   }

   .footer-col:nth-child(4) {
      margin-top: 30px;
   }

}

@media screen and (max-width:420px) {
   .footer a {
      font-size: 25px;
   }
}