#tt-footer {
  background-color: #4d4d4d;
}
#tt-footer .tt-container {
  max-width: 100%;
  padding: 50px 150px;
}
#tt-footer .tt-footer-top {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  width: 100%;
  border-bottom: 1px solid rgba(255, 255, 255, 0.3);
  padding-bottom: 30px;
}
#tt-footer .tt-footer-top .tt-top-left {
  flex: 0 0 50%;
  box-sizing: border-box;
  padding-right: 50px;
}
#tt-footer .tt-footer-top .tt-top-left .tt--footer-logo {
  margin-bottom: 30px;
}
#tt-footer .tt-footer-top .tt-top-left .tt--footer-logo img {
  width: 100%;
  height: auto;
  max-width: 300px;
  display: block;
}
#tt-footer .tt-footer-top .tt-top-left .tt-footer-desc {
  font-family: "Open Sans", sans-serif;
  font-weight: 400;
  font-size: 20px;
  color: #fff;
  margin-bottom: 30px;
}
#tt-footer .tt-footer-top .tt-top-left .tt-footer-socials {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  align-items: center;
}
#tt-footer .tt-footer-top .tt-top-left .tt-footer-socials .tt-social-icon {
  padding: 5px;
}
#tt-footer .tt-footer-top .tt-top-left .tt-footer-socials .tt-social-icon svg {
  display: block;
  width: 100%;
  height: 100%;
}
#tt-footer .tt-footer-top .tt-top-right {
  flex: 0 0 50%;
  box-sizing: border-box;
  padding-left: 50px;
}
#tt-footer .tt-footer-top .tt-top-right .tt-footer-title {
  font-family: "Open Sans", sans-serif;
  font-weight: 700;
  font-size: 24px;
  color: #FFC72C;
  margin-bottom: 40px;
}
#tt-footer .tt-footer-top .tt-top-right .tt-footer-contacts {
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  gap: 30px;
}
#tt-footer .tt-footer-top .tt-top-right .tt-footer-contacts .tt-contact-container {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  align-items: center;
}
#tt-footer .tt-footer-top .tt-top-right .tt-footer-contacts .tt-contact-container .tt-icon {
  flex: 0 0 3%;
}
#tt-footer .tt-footer-top .tt-top-right .tt-footer-contacts .tt-contact-container .tt-icon svg {
  width: 15px;
  height: 15px;
}
#tt-footer .tt-footer-top .tt-top-right .tt-footer-contacts .tt-contact-container .tt-address, #tt-footer .tt-footer-top .tt-top-right .tt-footer-contacts .tt-contact-container .tt-mail, #tt-footer .tt-footer-top .tt-top-right .tt-footer-contacts .tt-contact-container .tt-phone {
  flex: 0 0 1;
  font-family: "Open Sans", sans-serif;
  font-weight: 400;
  font-size: 17px;
  color: #fff;
}
#tt-footer .tt-footer-bottom {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  width: 100%;
  padding: 30px 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.3);
}
#tt-footer .tt-footer-bottom .tt-bottom-left {
  flex: 0 0 50%;
  box-sizing: border-box;
  padding-right: 230px;
}
#tt-footer .tt-footer-bottom .tt-bottom-left .tt-bottom-title {
  font-family: "Open Sans", sans-serif;
  font-weight: 700;
  color: #ffffff;
  font-size: 32px;
}
#tt-footer .tt-footer-bottom .tt-bottom-right {
  flex: 0 0 50%;
}
#tt-footer .tt-footer-bottom .tt-bottom-right .tt-footer-menu-list {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: space-between;
}
#tt-footer .tt-footer-bottom .tt-bottom-right .tt-footer-menu-list .tt-menu-item .tt-menu-title {
  font-family: "Athiti", sans-serif;
  font-size: 24px;
  font-weight: 500;
  color: #FFC72C;
  padding-bottom: 20px;
}
#tt-footer .tt-footer-bottom .tt-bottom-right .tt-footer-menu-list .tt-menu-item .tt-menu-link {
  display: flex;
  flex-direction: column;
  gap: 10px;
}
#tt-footer .tt-footer-bottom .tt-bottom-right .tt-footer-menu-list .tt-menu-item .tt-menu-link a {
  font-family: "Open Sans", sans-serif;
  font-weight: 400;
  font-size: 20px;
  color: #A6ACBE;
}
#tt-footer .tt-footer-copyright p {
  font-family: "Open Sans", sans-serif;
  font-weight: 400;
  font-size: 16px;
  color: #fff;
}
#tt-footer .tt-footer-copyright p a {
  text-decoration: unset;
  color: #ffffff;
}
@media only screen and (max-width: 767px) {
  #tt-footer {
    width: 100%;
  }
  #tt-footer .tt-container {
    padding: 20px;
  }
  #tt-footer .tt-footer-top {
    flex-direction: column;
  }
  #tt-footer .tt-footer-top .tt-top-left {
    padding: 20px 0;
  }
  #tt-footer .tt-footer-top .tt-top-left .tt-footer-desc {
    font-size: 16px;
    line-height: 28px;
  }
  #tt-footer .tt-footer-top .tt-top-right {
    padding: 20px 0;
  }
  #tt-footer .tt-footer-top .tt-top-right .tt-footer-contacts .tt-contact-container .tt-icon {
    flex: 0 0 10%;
  }
  #tt-footer .tt-footer-top .tt-top-right .tt-footer-contacts .tt-contact-container .tt-address, #tt-footer .tt-footer-top .tt-top-right .tt-footer-contacts .tt-contact-container .tt-mail, #tt-footer .tt-footer-top .tt-top-right .tt-footer-contacts .tt-contact-container .tt-phone {
    font-size: 14px;
  }
  #tt-footer .tt-footer-bottom {
    flex-direction: column;
  }
  #tt-footer .tt-footer-bottom .tt-bottom-left {
    padding: 20px 0;
  }
  #tt-footer .tt-footer-bottom .tt-bottom-left .tt-bottom-title {
    font-size: 24px;
  }
  #tt-footer .tt-footer-bottom .tt-bottom-right .tt-footer-menu-list {
    flex-wrap: wrap;
  }
  #tt-footer .tt-footer-bottom .tt-bottom-right .tt-footer-menu-list .tt-menu-item {
    flex: 0 0 50%;
    padding: 20px 0;
  }
  #tt-footer .tt-footer-bottom .tt-bottom-right .tt-footer-menu-list .tt-menu-item .tt-menu-title {
    font-size: 20px;
  }
  #tt-footer .tt-footer-bottom .tt-bottom-right .tt-footer-menu-list .tt-menu-item .tt-menu-link a {
    font-size: 16px;
  }
  #tt-footer .tt-footer-copyright p {
    font-size: 14px;
    line-height: 28px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1023px) {
  #tt-footer {
    width: 100%;
  }
  #tt-footer .tt-container {
    padding: 20px;
  }
  #tt-footer .tt-footer-top .tt-top-left {
    padding: 20px 10px 20px 20px;
  }
  #tt-footer .tt-footer-top .tt-top-left .tt-footer-desc {
    font-size: 16px;
    line-height: 28px;
  }
  #tt-footer .tt-footer-top .tt-top-right {
    padding: 20px 20px 20px 10px;
  }
  #tt-footer .tt-footer-top .tt-top-right .tt-footer-contacts .tt-contact-container .tt-icon {
    flex: 0 0 10%;
  }
  #tt-footer .tt-footer-top .tt-top-right .tt-footer-contacts .tt-contact-container .tt-address, #tt-footer .tt-footer-top .tt-top-right .tt-footer-contacts .tt-contact-container .tt-mail, #tt-footer .tt-footer-top .tt-top-right .tt-footer-contacts .tt-contact-container .tt-phone {
    font-size: 14px;
  }
  #tt-footer .tt-footer-bottom {
    flex-direction: column;
  }
  #tt-footer .tt-footer-bottom .tt-bottom-left {
    padding: 20px 0;
  }
  #tt-footer .tt-footer-bottom .tt-bottom-left .tt-bottom-title {
    font-size: 24px;
  }
  #tt-footer .tt-footer-bottom .tt-bottom-right .tt-footer-menu-list {
    flex-wrap: wrap;
  }
  #tt-footer .tt-footer-bottom .tt-bottom-right .tt-footer-menu-list .tt-menu-item {
    flex: 0 0 33%;
    padding: 20px 0;
  }
  #tt-footer .tt-footer-bottom .tt-bottom-right .tt-footer-menu-list .tt-menu-item .tt-menu-title {
    font-size: 20px;
  }
  #tt-footer .tt-footer-bottom .tt-bottom-right .tt-footer-menu-list .tt-menu-item .tt-menu-link a {
    font-size: 16px;
  }
  #tt-footer .tt-footer-copyright p {
    font-size: 14px;
    line-height: 28px;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1199px) {
  #tt-footer {
    width: 100%;
  }
  #tt-footer .tt-container {
    padding: 20px;
  }
  #tt-footer .tt-footer-top .tt-top-left {
    padding: 20px 10px 20px 20px;
  }
  #tt-footer .tt-footer-top .tt-top-left .tt-footer-desc {
    font-size: 16px;
    line-height: 28px;
  }
  #tt-footer .tt-footer-top .tt-top-right {
    padding: 20px 20px 20px 10px;
  }
  #tt-footer .tt-footer-top .tt-top-right .tt-footer-contacts .tt-contact-container .tt-icon {
    flex: 0 0 10%;
  }
  #tt-footer .tt-footer-top .tt-top-right .tt-footer-contacts .tt-contact-container .tt-address, #tt-footer .tt-footer-top .tt-top-right .tt-footer-contacts .tt-contact-container .tt-mail, #tt-footer .tt-footer-top .tt-top-right .tt-footer-contacts .tt-contact-container .tt-phone {
    font-size: 14px;
  }
  #tt-footer .tt-footer-bottom .tt-bottom-left {
    padding: 20px 10px 20px 20px;
  }
  #tt-footer .tt-footer-bottom .tt-bottom-left .tt-bottom-title {
    font-size: 24px;
  }
  #tt-footer .tt-footer-bottom .tt-bottom-right {
    padding: 0 20px 20px 10px;
  }
  #tt-footer .tt-footer-bottom .tt-bottom-right .tt-footer-menu-list .tt-menu-item {
    flex: 0 0 33%;
    padding: 20px 0;
  }
  #tt-footer .tt-footer-bottom .tt-bottom-right .tt-footer-menu-list .tt-menu-item .tt-menu-title {
    font-size: 20px;
  }
  #tt-footer .tt-footer-bottom .tt-bottom-right .tt-footer-menu-list .tt-menu-item .tt-menu-link a {
    font-size: 16px;
  }
  #tt-footer .tt-footer-copyright p {
    font-size: 14px;
    line-height: 28px;
  }
}
@media only screen and (min-width: 1200px) and (max-width: 1439px) {
  #tt-footer .tt-container {
    padding: 50px;
  }
  #tt-footer .tt-footer-top .tt-top-right .tt-footer-contacts .tt-contact-container .tt-icon {
    flex: 0 0 7%;
  }
  #tt-footer .tt-footer-bottom .tt-bottom-left {
    padding-right: 50px;
  }
  #tt-footer .tt-footer-bottom .tt-bottom-right .tt-footer-menu-list .tt-menu-item .tt-menu-title {
    font-size: 20px;
  }
  #tt-footer .tt-footer-bottom .tt-bottom-right .tt-footer-menu-list .tt-menu-item .tt-menu-link {
    font-size: 16px;
  }
}
@media only screen and (min-width: 1440px) and (max-width: 1659px) {
  #tt-footer .tt-footer-top .tt-top-right .tt-footer-contacts .tt-contact-container .tt-icon {
    flex: 0 0 5%;
  }
  #tt-footer .tt-footer-bottom .tt-bottom-left {
    padding-right: 50px;
  }
  #tt-footer .tt-footer-bottom .tt-bottom-right .tt-footer-menu-list .tt-menu-item .tt-menu-title {
    font-size: 20px;
  }
  #tt-footer .tt-footer-bottom .tt-bottom-right .tt-footer-menu-list .tt-menu-item .tt-menu-link {
    font-size: 16px;
  }
}

footer {
  display: none !important;
}

/*# sourceMappingURL=tt-footer-style.css.map */
