
.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;
   }
}


.feedback-widget { 
   position: fixed;
   right: 16px;
   bottom: 90px;
   z-index: 3147483647;
   .feedback-widget_close {
      position: absolute;
      width: 24px;
      height: 24px;
      cursor: pointer;
      top: 16px;
      right: 16px;
   }
   .feedback-widget_form {
      transition: .3s;
      padding: 24px 32px;
      position: relative;
   }

   .feedback-widget_start {
      display: flex;
      gap: 24px;
      width: 351px;
      .title {
         margin-bottom: 16px;
      }
      .btn--yellow {
         margin-top: 16px;
      }
      .feedback-widget_img {
         height: 125px;
         width: 99px;
         min-width: 99px;
         img {
            width: 100%;
            height: 100%;
            display: block;
            object-fit: cover;
         }
      }
   }

   .feedback-widget_fields {
      width: 351px;
      display: none;
      .title {
         margin-bottom: 32px;
      }

      .input-field {
         font-weight: 400;
         line-height: 140%;
         font-size: 16px;
         padding-bottom: 15px;
         border-radius: 0;
         outline: none;
         display: block;
         width: 100%;
         border: 0;
         border-bottom: 1px solid #fff !important;
         background: transparent;
         color: #fff;
         margin-bottom: 24px;

         &::placeholder {
            color: #fff;
         }
      }
      .input-field:-webkit-autofill {
         -webkit-box-shadow: inset 0 0 0 50px #19161D; 
         -webkit-text-fill-color: #fff; 
      }
      .wpcf7-form-control-wrap {
         position: relative;
         display: block;
         width: 100%;
         .wpcf7-not-valid-tip {
            position: absolute;
            left: 0;
            width: 100%;
            bottom: -22px;
            right: 0;
         }
      }
      .wpcf7-form {
         br {
            display: none;
         }
      }
      .wpcf7-spinner {
         margin-top: 13px;
      }
      .assept {
         position: relative;
         padding-left: 32px;
         font-size: 12px;
         font-weight: 400;
         line-height: 140%;
         display: block;
         margin-bottom: 24px;
         a {
            font-weight: 700;
            color: inherit;
            text-decoration-line: underline;
         }
      }
      .assept_check {
         position: absolute;
         width: 24px;
         height: 24px;
         background: #fff;
         left: 0;
         top: 0;
         &:before {

         }
      }
   }

   .feedback-widget_success {
      padding: 22px 0;
      width: 296px;
      display: none;

      .text {
         font-size: 16px;
         font-weight: 400;
         line-height: 130%;
         margin: 24px 0;
      }
   }

   .title {
      font-size: 18px;
      font-weight: 600;
      line-height: 140%;
      text-transform: uppercase;
   }
   .text {
      font-size: 12px;
      font-weight: 400;
      line-height: 140%;
   } 
   .btn--yellow {
      background: #FEEA0D;
      padding: 15px 36px;
      text-align: center;
      font-weight: 600;
      line-height: 24px;
      font-size: 14px;
      color: #19161D;
      cursor: pointer;
      border-radius: 0;
      outline: none;
      display: inline-block;
      transition: .2s;
   }
   .btn--yellow::hover {
      background: #FDE512;
   }
}

@media (max-width: 992px) and (orientation: landscape) {
   .feedback-widget {
      bottom: 0;
      right: 0;
   }
}


@media (max-width: 640px) {
   .feedback-widget {
      left: 0;
      right: 0;
      bottom: 0;
      .feedback-widget_start,
      .feedback-widget_fields,
      .feedback-widget_success {
         width: 100%;
      }
      .feedback-widget_form {
         padding: 22px;
      }
      .feedback-widget_start {
         gap: 20px;
         .feedback-widget_img {
            width: 80px;
            min-width: 80px;
            height: 104px;
         }
      } 
      .title {
         font-size: 16px;
         padding-right: 17px;
      }
   }      
}