/* Footer */

.mt-footer-icon-wrap {
  display: inline-block;
  position: relative;
  overflow: hidden;
  cursor: pointer;
  text-decoration: none;
  margin: 0 10px 0 10px;
}
.mt-footer-social-list .mt-footer-icon-wrap:nth-last-child(1) {
  margin: 0;
}
.mt-footer-social-links {
  text-align: right;
}
.mt-footer .address-text, 
.mt-footer .copyright-text {
  color: #fff;
  font-weight: 400;
  opacity: .7;
}

.disclaimer-text {
    text-align: left;
    color: #fff;
    font-size: 15px;
    line-height: 20px;
    padding-top: 50px;
    padding-bottom: 30px;
}

.reference-text {
    text-align: left;
    color: #fff;
    font-size: 15px;
    line-height: 24px;
    border-top: 2px solid #FFFFFF;
    margin-top: 30px;
    padding-top: 30px;
    padding-bottom: 80px;
}

.privacy-text {
    text-align: right;
    color: #fff;
    text-decoration: none;
    font-size: 15px;
    line-height: 20px;
}
.copyright {
    text-align: left;
    color: #fff;
    text-decoration: none;
    font-size: 15px;
    line-height: 20px;
}

.terms-text {
    text-align: center;
    color: #fff;
    text-decoration: none;
    font-size: 15px;
    line-height: 20px;
}

.mt-body .terms-text a {
    color: #fff;
    text-decoration: none;
}

.mt-body .privacy-text a {
    color: #fff;
    text-decoration: none;
}

.phone {
    text-align: left;
    color: #fff;
    font-size: 15px;
    line-height: 20px;
    text-decoration: none;
    margin-top: 15px;
}

.brand {
    padding-top: 5px;
    text-align: left;
    color: #fff;
    font-size: 15px;
    line-height: 20px;
}

@media screen and (max-width: 992px) {
  .footer__logo,
  .mt-footer .address-text, 
  .mt-footer .privacy-links-list {
    text-align: center;
    margin-bottom: 15px;
  }
  .mt-body .mt-footer-social-links {
    text-align: center;
    margin-bottom: 15px;
  }
  
  .mt-footer .copyright-text {
    text-align: center;
  }
  .mt-footer .privacy-links-list {
    margin-bottom: 10px;
  }
  .footer-block-simple {
    display: flex;
    position: relative;
  }
  .footer-block-simple .footer-left-block {
    order: 2;
  }
  .footer-block-simple .footer-right-block {
    order: 1;
    {#margin-top: 19px;#}
  }
  
  .footer-right-block {
    align-items: center;
}
  .footer-block-simple .footer-left-block .footer__logo {
    position: absolute;
    top: 0;
    left: 50%;
    margin: 0 -50% 0 auto;
    transform: translate(-50%);
  }
  
  .privacy-text {
    text-align: center;
    color: #fff;
    font-size: 12px;
    padding-top: 12px;
}
  .copyright {
    text-align: center;
    color: #fff;
    font-size: 12px;
    padding-top: 12px;
}

  .terms-text {
    text-align: center;
    color: #fff;
    text-decoration: none;
    font-size: 12px;
    padding-top: 12px;
}
  
  .brand {
    text-align: center; 
    padding-top: 5px;
    padding-left: 0px;
    color: #fff;
    text-decoration: none;
}
   .phone {
    text-align: center; 
    padding-top: 5px;
    padding-left: 0px;
    color: #fff;
    text-decoration: none;
}
}
@media screen and (max-width: 768px) {
  .mt-footer-icon-wrap {
    margin: 0 10px 0 10px;
  }

  .mt-footer-icon-wrap {
    text-align: center!important;
  }
  
  .privacy-text {
    text-align: center;
    color: #fff;
    text-decoration: none;
    font-size: 12px;
    padding-top: 12px;
}
  .copyright {
    text-align: center;
    color: #fff;
    font-size: 12px;
    padding-top: 12px;
}

  .terms-text {
    text-align: center;
    color: #fff;
    text-decoration: none;
    font-size: 12px;
    padding-top: 12px;
}
  
   .brand {
    text-align: center; 
    padding-top: 5px;
    padding-left: 0px;
    color: #fff;
    text-decoration: none;
}
   .phone {
    text-align: center; 
    padding-top: 5px;
    padding-left: 0px;
    color: #fff;
    text-decoration: none;
}
}

@media screen and (max-width: 576px) {
  .mt-footer-icon-wrap, 
  .mt-footer-social-list .mt-footer-icon-wrap:last-child {
    margin: 0 6px 0 6px;
  }
  
  .privacy-text {
    text-align: center;
    color: #fff;
    text-decoration: none;
    font-size: 12px;
    padding-top: 12px;
}
  .copyright {
    text-align: center;
    color: #fff;
    font-size: 12px;
    padding-top: 12px;
}

  .terms-text {
    text-align: center;
    color: #fff;
    text-decoration: none;
    font-size: 12px;
    padding-top: 12px;
}
  
   .brand {
    text-align: center; 
    padding-top: 5px;
    padding-left: 0px;
    color: #fff;
    text-decoration: none;
}
   .phone {
    text-align: center; 
    padding-top: 5px;
    padding-left: 0px;
    color: #fff;
    text-decoration: none;
}
  
}


