.tcl-contacts__wrapper {
  font-family: "Montserrat";
}
.tcl-contacts__heading {
  font-style: normal;
  font-weight: 500;
  font-size: 20px;
  line-height: 130%;
  margin-bottom: 100px;
}
@media (max-width: 1199px) {
  .tcl-contacts__heading {
    margin-bottom: 20px;
  }
}
.tcl-contacts__button {
  margin-bottom: 60px;
}
.tcl-contacts__button a {
  font-family: "Montserrat";
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  color: #ffffff;
  background-color: #111111;
  text-decoration: none;
  border: 1px solid rgba(255, 255, 255, 0.3);
  padding: 8px 10px 8px 15px;
  border-radius: 2px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 10px 0;
  padding: 8px 45px 8px 15px;
  background: url("../../../images/icon-arrow.svg") no-repeat calc(100% - 10px) center;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  display: inline-flex;
  align-items: center;
}
.tcl-contacts__button a:disabled {
  opacity: 0.5 !important;
}
.tcl-contacts__button a:hover {
  color: #ffffff;
  background-color: rgba(255, 255, 255, 0.1);
}
.tcl-contacts__button a:not(:disabled):hover {
  background-position: calc(100% + 24px) center;
}
.tcl-contacts__button a:hover {
  color: #ffffff;
  background-color: #111111;
}
.tcl-contacts__link a {
  font-family: "Montserrat";
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 150%;
  text-decoration: none;
  color: #111111;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.tcl-contacts__link a img {
  margin-right: 25px;
  width: 40px;
  height: auto;
}
.tcl-contacts__link--phone {
  margin-bottom: 20px;
}
.tcl-contacts__content {
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
@media (max-width: 1199px) {
  .tcl-contacts__content {
    margin-top: 25px;
  }
}
.tcl-contacts__text {
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 130%;
  margin-bottom: 40px;
}
@media (max-width: 1199px) {
  .tcl-contacts__text {
    margin-bottom: 21px;
  }
}
.tcl-contacts__text p {
  margin-top: 0px;
  margin-bottom: 21px;
}
.tcl-contacts__text p:last-child {
  margin-bottom: 0px;
}
.tcl-contacts__bottom-text {
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 130%;
  margin-top: auto;
}
@media (max-width: 1199px) {
  .tcl-contacts__bottom-text {
    margin-top: 30px;
  }
}
.tcl-contacts__bottom-text p {
  margin-top: 0px;
  margin-bottom: 21px;
}
.tcl-contacts__bottom-text p:last-child {
  margin-bottom: 0px;
}

.tcl-section--dark .tcl-contacts a, .tcl-section--dark .tcl-contacts__text, .tcl-section--dark .tcl-contacts__bottom-text, .tcl-section--dark .tcl-contacts__heading {
  color: #f8f9fa;
}
.tcl-section--dark .tcl-contacts__link a {
  color: #ffffff;
}

.tcl-section--light .tcl-contacts__button a {
  font-family: "Montserrat";
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  color: #ffffff;
  background-color: #111111;
  text-decoration: none;
  border: 1px solid rgba(255, 255, 255, 0.3);
  padding: 8px 10px 8px 15px;
  border-radius: 2px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 10px 0;
  padding: 8px 45px 8px 15px;
  background: url("../../../images/icon-arrow.svg") no-repeat calc(100% - 10px) center;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  color: #111111;
  border: 1px solid rgba(17, 17, 17, 0.3);
  background: url("../../../images/icon-arrow-dark.svg") no-repeat calc(100% - 10px) center;
  display: inline-flex;
  align-items: center;
}
.tcl-section--light .tcl-contacts__button a:disabled {
  opacity: 0.5 !important;
}
.tcl-section--light .tcl-contacts__button a:hover {
  color: #ffffff;
  background-color: rgba(255, 255, 255, 0.1);
}
.tcl-section--light .tcl-contacts__button a:not(:disabled):hover {
  background-position: calc(100% + 24px) center;
}
.tcl-section--light .tcl-contacts__button a:hover {
  color: #ffffff;
  background-color: #111111;
}
.tcl-section--light .tcl-contacts__button a:hover {
  color: #111111;
  background-color: #ffffff;
}
.tcl-section--light .tcl-contacts__link a img {
  -webkit-filter: grayscale(1) invert(1);
          filter: grayscale(1) invert(1);
}