.tcl-footer {
  padding-top: 70px;
  position: relative;
  z-index: 4;
}
.tcl-footer__wrapper a:hover,
.tcl-footer__wrapper a:focus {
  text-shadow: 0.75px 0 #d9d9d9;
}
.tcl-footer--white .tcl-footer__wrapper a:hover,
.tcl-footer--white .tcl-footer__wrapper a:focus {
  text-shadow: 0.75px 0 #111111;
}
@media (max-width: 1199px) {
  .tcl-footer__logo {
    margin-bottom: 30px;
  }
}
.tcl-footer__logo a {
  color: #111111;
  text-decoration: none;
}
.tcl-footer__logo a img {
  width: 100%;
}
@media (max-width: 1199px) {
  .tcl-footer__logo a img {
    max-width: 120px;
    margin: 0 auto;
  }
}
.tcl-footer__menu-link {
  position: relative;
  padding: 17px 40px;
  width: 100%;
}
@media (max-width: 1199px) {
  .tcl-footer__menu-link {
    padding: 10px 0px;
  }
}
.tcl-footer__menu-link:after {
  content: "";
  width: 100%;
  height: 1px;
  position: absolute;
  top: 0;
  left: 0;
  background: -webkit-gradient(linear, right top, left top, from(rgba(255, 255, 255, 0.05)), color-stop(29.68%, rgba(255, 255, 255, 0.8)), color-stop(60.79%, rgba(255, 255, 255, 0.8)), color-stop(91.9%, rgba(255, 255, 255, 0.05)));
  background: linear-gradient(270deg, rgba(255, 255, 255, 0.05) 0%, rgba(255, 255, 255, 0.8) 29.68%, rgba(255, 255, 255, 0.8) 60.79%, rgba(255, 255, 255, 0.05) 91.9%);
  opacity: 0.3;
}
.tcl-footer--white .tcl-footer__menu-link:after {
  background: -webkit-gradient(linear, right top, left top, from(rgba(17, 17, 17, 0.05)), color-stop(56.25%, rgba(17, 17, 17, 0.8)), to(rgba(17, 17, 17, 0.8)));
  background: linear-gradient(270deg, rgba(17, 17, 17, 0.05) 0%, rgba(17, 17, 17, 0.8) 56.25%, rgba(17, 17, 17, 0.8) 100%);
  opacity: 0.5;
}
.tcl-footer__menu-link a {
  font-family: "Montserrat";
  line-height: 120%;
  font-style: normal;
  margin-top: 0;
  letter-spacing: -0.02em;
  font-weight: 400;
  font-size: 20px;
  font-weight: 400;
  text-decoration: none;
  color: #d9d9d9;
}
@media (max-width: 1199px) {
  .tcl-footer__menu-link a {
    font-size: 16px;
  }
}
.tcl-footer--white .tcl-footer__menu-link a {
  color: #111111;
}
.tcl-footer__heading {
  font-family: "Montserrat";
  line-height: 120%;
  font-style: normal;
  margin-top: 0;
  letter-spacing: -0.02em;
  font-weight: 500;
  font-size: 30px;
  font-weight: 400;
  letter-spacing: -0.02em;
  color: #d9d9d9;
  margin-bottom: 50px;
}
@media (max-width: 1199px) {
  .tcl-footer__heading {
    font-size: 24px;
  }
}
@media (max-width: 1199px) {
  .tcl-footer__heading {
    margin-top: 30px;
    margin-bottom: 20px;
  }
}
.tcl-footer--white .tcl-footer__heading {
  color: #111111;
}
.tcl-footer__contacts {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 30px;
  margin-bottom: 55px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
@media (max-width: 1199px) {
  .tcl-footer__contacts {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 15px;
  }
}
@media (max-width: 1199px) {
  .tcl-footer__contacts-link {
    width: 100%;
  }
}
.tcl-footer__contacts-link a {
  font-family: "Montserrat";
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 150%;
  text-decoration: none;
  color: #ffffff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-decoration: none;
  background: no-repeat left center;
  background-size: 42px;
  padding-left: 42px;
  height: 42px;
}
.tcl-footer__contacts-link a span {
  margin-left: 15px;
}
.tcl-footer--white .tcl-footer__contacts-link a {
  color: #111111;
}
.tcl-footer__contacts-link--phone a {
  background-image: url(../../../images/icon-phone.svg);
}
.tcl-footer__contacts-link--phone a:hover, .tcl-footer__contacts-link--phone a:focus {
  background-image: url(../../../images/icon-phone-hover.svg);
}
.tcl-footer--white .tcl-footer__contacts-link--phone a {
  background-image: url(../../../images/icon-phone-dark.svg);
}
.tcl-footer--white .tcl-footer__contacts-link--phone a:hover, .tcl-footer--white .tcl-footer__contacts-link--phone a:focus {
  background-image: url(../../../images/icon-phone-dark-hover.svg);
}
.tcl-footer__contacts-link--email a {
  background-image: url(../../../images/icon-email.svg);
}
.tcl-footer__contacts-link--email a:hover, .tcl-footer__contacts-link--email a:focus {
  background-image: url(../../../images/icon-email-hover.svg);
}
.tcl-footer--white .tcl-footer__contacts-link--email a {
  background-image: url(../../../images/icon-email-dark.svg);
}
.tcl-footer--white .tcl-footer__contacts-link--email a:hover, .tcl-footer--white .tcl-footer__contacts-link--email a:focus {
  background-image: url(../../../images/icon-email-dark-hover.svg);
}
.tcl-footer__contacts-link--contact-form-link a {
  background-image: url(../../../images/icon-contact.svg);
}
.tcl-footer__contacts-link--contact-form-link a:hover, .tcl-footer__contacts-link--contact-form-link a:focus {
  background-image: url(../../../images/icon-contact-hover.svg);
}
.tcl-footer--white .tcl-footer__contacts-link--contact-form-link a {
  background-image: url(../../../images/icon-contact-dark.svg);
}
.tcl-footer--white .tcl-footer__contacts-link--contact-form-link a:hover, .tcl-footer--white .tcl-footer__contacts-link--contact-form-link a:focus {
  background-image: url(../../../images/icon-contact-dark-hover.svg);
}
.tcl-footer__address {
  font-family: "Montserrat";
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 150%;
  line-height: 26px;
  color: #ffffff;
}
.tcl-footer--white .tcl-footer__address {
  color: #111111;
}
.tcl-footer__social {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  gap: 22px;
}
@media (max-width: 1199px) {
  .tcl-footer__social {
    margin-top: 15px;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
.tcl-footer__social a {
  -webkit-text-emphasis: none;
          text-emphasis: none;
  display: block;
}
.tcl-footer__social-icon {
  height: 40px;
  width: 40px;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
}
.tcl-footer__social-icon--facebook {
  background-image: url("../../../images/icon-facebook.svg");
}
.tcl-footer__social-icon--facebook:hover {
  background-image: url("../../../images/icon-facebook-black.svg");
}
.tcl-footer__social-icon--youtube {
  background-image: url("../../../images/icon-youtube.svg");
}
.tcl-footer__social-icon--youtube:hover {
  background-image: url("../../../images/icon-youtube-dark.svg");
}
.tcl-footer__social-icon--instagram {
  background-image: url("../../../images/icon-instagram.svg");
}
.tcl-footer__social-icon--instagram:hover {
  background-image: url("../../../images/icon-instagram-dark.svg");
}
.tcl-footer__bottom {
  position: relative;
  padding-top: 20px;
  padding-bottom: 20px;
  margin-top: 70px;
}
.tcl-footer__bottom:after {
  content: "";
  width: 100%;
  height: 1px;
  position: absolute;
  top: 0;
  left: 0;
  background: -webkit-gradient(linear, right top, left top, from(rgba(255, 255, 255, 0.05)), color-stop(29.68%, rgba(255, 255, 255, 0.8)), color-stop(60.79%, rgba(255, 255, 255, 0.8)), color-stop(91.9%, rgba(255, 255, 255, 0.05)));
  background: linear-gradient(270deg, rgba(255, 255, 255, 0.05) 0%, rgba(255, 255, 255, 0.8) 29.68%, rgba(255, 255, 255, 0.8) 60.79%, rgba(255, 255, 255, 0.05) 91.9%);
}
.tcl-footer--white .tcl-footer__bottom:after {
  background: -webkit-gradient(linear, right top, left top, from(rgba(17, 17, 17, 0.05)), color-stop(56.25%, rgba(17, 17, 17, 0.8)), color-stop(80.73%, rgba(17, 17, 17, 0.8)), to(rgba(17, 17, 17, 0.1)));
  background: linear-gradient(270deg, rgba(17, 17, 17, 0.05) 0%, rgba(17, 17, 17, 0.8) 56.25%, rgba(17, 17, 17, 0.8) 80.73%, rgba(17, 17, 17, 0.1) 100%);
}
.tcl-footer__bottom-menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 90px;
}
@media (max-width: 1199px) {
  .tcl-footer__bottom-menu {
    gap: 10px 25px;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
.tcl-footer__bottom-menu-link {
  font-family: "Montserrat";
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 150%;
  text-decoration: none;
  text-decoration: none;
  font-weight: 300;
  font-size: 14px;
  color: #d9d9d9;
  cursor: pointer;
}
.tcl-footer__bottom-menu-link:hover, .tcl-footer__bottom-menu-link:focus {
  color: #d9d9d9;
}
.tcl-footer--white .tcl-footer__bottom-menu-link {
  color: #111111;
}
.tcl-footer--white .tcl-footer__bottom-menu-link:hover, .tcl-footer--white .tcl-footer__bottom-menu-link:focus {
  color: #111111;
}
.tcl-footer--white {
  background: white;
}

.otgs-development-site-front-end {
  position: relative;
  z-index: 4;
}