@charset "UTF-8";
/*Add font ================================*/
/* ------****------Footer------****------*/
footer {
  background: #015088 url("../images/use/bg_footer.png") no-repeat center top;
  position: relative;
  color: #FFF;
  padding-top: 42px;
}
@media (max-width: 992px) {
  footer {
    padding-top: 30px;
  }
}
footer .footer_title, footer .menu.title_is_menu > ul > li > a {
  font-weight: 700;
  font-size: 16px;
  padding-left: 17px;
  text-transform: uppercase;
  display: block;
  line-height: unset;
  text-align: left;
  position: relative;
  margin-bottom: 33px;
  padding-bottom: 0;
}
@media (max-width: 992px) {
  footer .footer_title, footer .menu.title_is_menu > ul > li > a {
    margin-bottom: 20px;
    padding-left: 13px;
  }
}
footer .footer_title:after, footer .menu.title_is_menu > ul > li > a:after {
  content: "";
  width: 4px;
  height: 21px;
  background: #FFF;
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
}
@media (max-width: 992px) {
  footer .footer_title:after, footer .menu.title_is_menu > ul > li > a:after {
    width: 2px;
    height: 20px;
  }
}
footer .menu.title_is_menu > ul > li > a {
  pointer-events: none;
}
footer .group {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
@media (max-width: 992px) {
  footer .group {
    margin-right: -15px;
  }
}
footer .content_footer {
  width: 26%;
  padding-right: 7%;
  padding-bottom: 35px;
}
@media (max-width: 992px) {
  footer .content_footer {
    width: auto;
    -webkit-box-flex: 1;
        -ms-flex: 1 1 auto;
            flex: 1 1 auto;
    padding-right: 15px;
  }
}
@media (max-width: 576px) {
  footer .content_footer {
    width: 100%;
  }
}
footer .content_footer .content p {
  padding-left: 29px;
  position: relative;
  padding-bottom: 11px;
}
footer .content_footer .content p:before {
  content: "";
  position: absolute;
  left: 1px;
}
footer .content_footer .content p:first-child:before {
  content: "";
  font-family: "Font Awesome 5 Pro";
  font-weight: 900;
  font-size: 20px;
}
footer .content_footer .content p:nth-child(2):before {
  content: "";
  width: 17px;
  height: 17px;
  background: url("../images/use/phone.png") no-repeat;
  background-size: contain;
}
footer .content_footer .content p:nth-child(3):before {
  content: "";
  width: 16px;
  height: 13px;
  background: url("../images/use/mail.png") no-repeat;
  background-size: contain;
  top: 4px;
}
footer .content_footer .content p:nth-child(4):before {
  width: 19px;
  height: 19px;
  background: url("../images/use/earth.png") no-repeat;
  background-size: contain;
  top: 1px;
  left: 0;
}
footer .content_footer .content p:last-child {
  padding-bottom: 0;
}
footer .menu1, footer .menu2 {
  width: 18.5%;
  padding-right: 15px;
  padding-bottom: 35px;
}
@media (max-width: 992px) {
  footer .menu1, footer .menu2 {
    width: auto;
    -webkit-box-flex: 1;
        -ms-flex: 1 1 auto;
            flex: 1 1 auto;
  }
}
@media (max-width: 576px) {
  footer .menu1, footer .menu2 {
    width: 100%;
  }
}
@media (min-width: 993px) {
  footer .menu2 {
    width: 24%;
  }
}
footer .menu ul li {
  padding-bottom: 9px;
}
footer .menu ul li:last-child {
  padding-bottom: 0;
}
footer .menu ul li a {
  padding-left: 13px;
  position: relative;
}
footer .menu ul li a:before {
  content: "";
  width: 4px;
  height: 4px;
  background: #FFF;
  position: absolute;
  left: 0;
  top: 8px;
}
footer .menu ul li a:hover {
  color: #ff0e0e;
}
footer .menu ul li a:hover:before {
  background: #ff0e0e;
}
footer .title_is_menu > ul > li > a:before {
  display: none;
}
footer .title_is_menu > ul > li > ul > li ul {
  display: none;
}
footer .register_email {
  width: 31.5%;
  padding-bottom: 35px;
}
@media (max-width: 992px) {
  footer .register_email {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 auto;
            flex: 1 1 auto;
    padding-right: 15px;
  }
}
@media (max-width: 576px) {
  footer .register_email {
    width: 100%;
  }
}
footer .register_email .small_title {
  font-size: 14px;
  line-height: 26px;
  padding-bottom: 20px;
}
footer .register_email #form_res_email {
  position: relative;
}
footer .register_email .register_input {
  width: 100%;
  height: 45px;
  background: #FFF;
  padding: 0 91px 0 13px;
  font-size: 14px;
  font-weight: 300;
  color: #000;
  border: 1px solid #93989e;
  border-right-color: #252a32;
}
@media (max-width: 992px) {
  footer .register_email .register_input {
    height: 38px;
    padding: 0 25px 0 10px;
  }
}
footer .register_email .register_input::-webkit-input-placeholder {
  color: #808080;
}
footer .register_email .register_input::-moz-placeholder {
  color: #808080;
}
footer .register_email .register_input:-ms-input-placeholder {
  color: #808080;
}
footer .register_email .register_input::-ms-input-placeholder {
  color: #808080;
}
footer .register_email .register_input::placeholder {
  color: #808080;
}
footer .register_email label.error {
  position: absolute;
  top: calc(100% + 2px);
  left: 0;
}
footer .register_email .btn_send {
  font-size: 14px;
  color: #141414;
  text-transform: uppercase;
  background: #ec9600;
  border: none;
  cursor: pointer;
  height: 100%;
  padding: 0 28px;
  position: absolute;
  top: 0;
  right: 1px;
}
@media (max-width: 992px) {
  footer .register_email .btn_send {
    height: 38px;
  }
}
footer .register_email .btn_send:hover {
  opacity: 0.8;
}
footer .copyright {
  padding: 0 10px;
  position: relative;
  margin-bottom: 10px;
}
footer .copyright a:hover {
  text-decoration: underline;
}

#tth-scrollup {
  background: #3994b9;
  color: #fff;
  position: fixed;
  right: 10px;
  bottom: 50px;
  padding: 10px;
  font-size: 30px;
}

#top {
  padding-bottom: 15px;
}
@media (max-width: 992px) {
  #top {
    padding-bottom: 0;
  }
}

#bottom {
  padding-top: 10px;
}
#bottom .row {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
#bottom .wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin: 0 -10px;
  width: calc(100% + 20px);
}
#bottom .wrap .list_social {
  padding: 0 10px;
  margin-bottom: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-right: 20px;
}
#bottom .wrap .list_social span {
  padding-right: 13px;
}
@media (max-width: 992px) {
  #bottom .wrap .list_social span {
    padding-right: 5px;
  }
}
#bottom .wrap .list_social a {
  width: 26px;
  height: 26px;
  background: #FFF;
  border-radius: 50%;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-left: 15px;
}
@media (max-width: 992px) {
  #bottom .wrap .list_social a {
    border-width: 1px;
    width: 26px;
    height: 26px;
    margin-left: 6px;
  }
}
#bottom .wrap .list_social a:first-child {
  margin-left: 0;
}
/*# sourceMappingURL=footer.css.map */