
.main-footer * {
   box-sizing: border-box;
   font-family: "Sora", sans-serif !important;
}
.main-footer {
   background: #111;
   padding: 80px 0px 60px 0px;
}
.main-footer .wrapper {
   width: 1256px;
   max-width: 100%;
   padding-left: 20px;
   padding-right: 20px;
   margin-left: auto;
   margin-right: auto;
}
.main-footer-top {
   display: flex;
   align-items: flex-start;
   justify-content: space-between;
   padding-bottom: 44px;
   margin-bottom: 44px;
   border-bottom: 1px solid #414141;
}
.main-footer-left {
   width: 220px;
}
.main-footer-right {
   display: flex;
   justify-content: flex-end;
   align-items: flex-start;
}
.main-footer-logo {
   width: 148px;
   display: block;
   margin-bottom: 44px;
}
.main-footer-logo img {
   display: block;
   width: 100%;
   height: auto;
}
.main-footer-social {
   display: flex;
   flex-wrap: wrap;
   margin-top: -24px;
   margin-right: -24px;
}
.main-footer-social a {
   margin-right: 24px;
   width: 40px;
   height: 40px;
   display: flex;
   align-items: center;
   justify-content: center;
   border: 1px solid rgba(85, 85, 85, 0.70);
   border-radius: 100%;
   margin-top: 24px;
}
.main-footer-social a:hover {
   background: rgba(256,256,256,0.15);
}
.main-footer-social a img {
   width: 24px;
   height: 24px;
   display: block;
   object-fit: contain;
   object-position: center;
}
.main-footer-menu {
   margin-right: 152px;
}
.main-footer-menu-title {
   color: #888888;
   font-size: 16px;
   font-style: normal;
   font-weight: 400;
   line-height: 140%;
   margin-bottom: 14px;
}
.main-footer-menu ul li {
   margin-bottom: 14px;
}
.main-footer-menu ul li:last-child {
   margin-bottom: 0px;
}
.main-footer-menu ul li a {
   color: #E8E8E8 !important;
   font-size: 16px;
   font-style: normal;
   font-weight: 400 !important;
   text-decoration: none !important;
   line-height: 140%; 
}
.main-footer-menu ul li a:hover {
   color: #ffffff !important;
}
.main-footer-contacts-box {
   margin-bottom: 14px;
}
.main-footer-contacts-box:last-child {
   margin-bottom: 0px;
}
.main-footer-contacts-box-title {
   color: #E8E8E8;
   font-size: 16px;
   font-style: normal;
   font-weight: 600;
   line-height: 140%;
   margin-bottom: 4px;
}
.main-footer-contacts-box-text {
   color: #888888;
   font-size: 16px;
   font-style: normal;
   font-weight: 400;
   line-height: 140%; 
}
.main-footer-copy {
   color:  #888888;
   font-size: 16px;
   font-style: normal;
   font-weight: 400;
   line-height: 140%; 
}
@media screen and (max-width: 992px) {
   .main-footer {
      padding: 48px 0px;
   }
   .main-footer-top {
      flex-direction: column;
      justify-content: flex-start;
      align-items: flex-start;
      margin-bottom: 192px;
      position: relative;
      padding-bottom: 40px;
   }
   .main-footer-left {
      width: 100%;
      margin-bottom: 32px;
   }
   .main-footer-logo {
      width: 160px;
      max-width: 100%;
      margin-bottom: 32px;
   }
   .main-footer-logo img {
      display: block;
      width: 100%;
   }
   .main-footer-right {
      flex-direction: column;
      justify-content: flex-start;
      align-items: flex-start;
   }
   .main-footer-menu {
      margin-right: 0px;
      margin-left: 0px;
      margin-bottom: 38px;
   }
   .main-footer-social {
      position: absolute;
      bottom: -145px;
      width: 200px;
      left: 0px;
   }
   .main-footer-logo {
      margin-bottom: 0px;
   }
}