.tcl-footer {
  background: linear-gradient(121.61deg, #0ca78b 19.69%, #71dd2a 100%), #d9d9d9;
  position: relative;
  z-index: 10;
}
@media (max-width: 1199px) {
  .tcl-footer {
    background-color: inherit;
  }
}
.tcl-footer__logos--mobile {
  max-width: 460px;
  margin-bottom: 40px;
  padding: 0px 20px;
}
.tcl-footer__logos > .row {
  gap: 24px 0px;
}
.tcl-footer__logos-item img {
  width: 100%;
}
.tcl-footer__menu {
  padding-top: 71px;
  padding-bottom: 47px;
}
@media (max-width: 1199px) {
  .tcl-footer__menu {
    display: none;
  }
}
.tcl-footer__menu-heading {
  margin-bottom: 20px;
  color: #ffffff;
}
.tcl-footer__menu-heading a {
  font-family: "Montserrat";
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 160%;
  color: #ffffff;
  font-weight: bold;
  text-decoration: none;
}
.tcl-footer__menu-link {
  margin-bottom: 2px;
}
.tcl-footer__menu-link a {
  font-family: "Montserrat";
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 160%;
  color: #f9f9f9;
  text-decoration: none;
}
@media (max-width: 1199px) {
  .tcl-footer__mobile {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
    display: block !important;
  }
}
.tcl-footer__mobile-menu {
  width: 100%;
  margin-bottom: 20px;
  padding: 0px 20px;
}
.tcl-footer__mobile-menu-heading {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  position: relative;
  padding: 15px 0;
  color: #fff;
}
.tcl-footer__mobile-menu-heading a {
  font-family: "Montserrat";
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 160%;
  font-weight: 700;
  color: #fff;
  text-decoration: none;
}
.tcl-footer__mobile-menu-heading span {
  height: 20px;
  width: 20px;
  position: absolute;
  right: 0px;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-transition: -webkit-transform 0.3s ease;
  transition: -webkit-transform 0.3s ease;
  transition: transform 0.3s ease;
  transition: transform 0.3s ease, -webkit-transform 0.3s ease;
}
.tcl-footer__mobile-menu-heading.active span {
  -webkit-transform: translateY(-50%) rotate(180deg);
      -ms-transform: translateY(-50%) rotate(180deg);
          transform: translateY(-50%) rotate(180deg);
}
.tcl-footer__mobile-submenu a {
  font-family: "Montserrat";
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 160%;
  color: #fff;
  text-decoration: none;
  display: block;
  max-width: -webkit-max-content;
  max-width: -moz-max-content;
  max-width: max-content;
  margin-left: 30px;
  padding: 8px 0;
}
.tcl-footer__mobile-bottom {
  -webkit-box-shadow: 0px 4px 30px 0px rgba(0, 0, 0, 0.2);
          box-shadow: 0px 4px 30px 0px rgba(0, 0, 0, 0.2);
  padding-bottom: 25px;
  padding-top: 28px;
}
@media (max-width: 1199px) {
  .tcl-footer__mobile-bottom {
    -webkit-box-shadow: none;
            box-shadow: none;
  }
}
@media (max-width: 1199px) {
  .tcl-footer__contact-us {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
}
.tcl-footer__contact-us a {
  font-family: "Montserrat";
  font-style: normal;
  font-weight: normal;
  font-size: 18px;
  line-height: 21px;
  text-transform: uppercase;
  background: -webkit-gradient(linear, left top, right top, from(#55af19), to(#73e02b)), #55af19;
  background: linear-gradient(90deg, #55af19 0%, #73e02b 100%), #55af19;
  border-radius: 8px 8px 0px 0px;
  text-decoration: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  color: #ffffff;
  height: 50px;
  width: 100%;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.tcl-footer__bottom {
  -webkit-box-shadow: 0px 4px 30px 0px rgba(0, 0, 0, 0.2);
          box-shadow: 0px 4px 30px 0px rgba(0, 0, 0, 0.2);
  background-color: #ffffff;
}
@media (max-width: 1199px) {
  .tcl-footer__bottom {
    -webkit-box-shadow: none;
            box-shadow: none;
    background-color: #ffffff;
  }
}
@media (max-width: 1199px) {
  .tcl-footer__bottom .container {
    padding: 0 0;
    max-width: 100%;
    width: 100%;
  }
}
.tcl-footer__bottom-content {
  min-height: 80px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  position: relative;
}
@media (max-width: 1199px) {
  .tcl-footer__bottom-content {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    background: linear-gradient(122deg, #0ca78b 19.69%, #71dd2a 100%, #71dd2a 100%);
    padding-top: 45px;
  }
}
.tcl-footer__bottom-copyright {
  font-family: "Montserrat";
  font-style: normal;
  font-weight: normal;
  font-size: 14px;
  line-height: 150%;
  letter-spacing: 0.02em;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  background: linear-gradient(121.61deg, #0ca78b 19.69%, #71dd2a 100%), #d9d9d9;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  text-fill-color: transparent;
  max-width: 100%;
}
@media (max-width: 1199px) {
  .tcl-footer__bottom-copyright {
    display: none;
  }
}
@media (max-width: 1199px) {
  .tcl-footer__bottom-copyright--mobile {
    display: block !important;
    width: 100%;
    text-align: center;
    padding: 0 20px;
    margin-bottom: 22px;
    color: #fff;
    -webkit-background-clip: inherit;
    -webkit-text-fill-color: inherit;
    background-clip: inherit;
    text-fill-color: inherit;
    background: none;
  }
}
.tcl-footer__bottom-copyright p {
  margin: 0 0;
}
.tcl-footer__bottom-message {
  font-family: "Montserrat";
  font-style: normal;
  font-weight: normal;
  font-size: 14px;
  line-height: 150%;
  letter-spacing: 0.02em;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  background: linear-gradient(121.61deg, #0ca78b 19.69%, #71dd2a 100%), #d9d9d9;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  text-fill-color: transparent;
}
@media (max-width: 1199px) {
  .tcl-footer__bottom-message {
    display: none;
  }
}
@media (max-width: 1199px) {
  .tcl-footer__bottom-message--mobile {
    display: block !important;
    width: 100%;
    text-align: center;
    padding: 0 20px;
    color: #fff;
    -webkit-background-clip: inherit;
    -webkit-text-fill-color: inherit;
    background-clip: inherit;
    text-fill-color: inherit;
    background: none;
  }
}
.tcl-footer__bottom-message p {
  margin: 0 0;
}
.tcl-footer__bottom-social {
  position: absolute;
  left: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
}
@media (max-width: 1199px) {
  .tcl-footer__bottom-social {
    position: static;
    -webkit-transform: inherit;
        -ms-transform: inherit;
            transform: inherit;
    background: #FFF;
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
    padding: 25px 20px;
    width: 100%;
    text-align: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
.tcl-footer__bottom-social-link {
  text-decoration: none;
  margin: 0 8px;
}
.tcl-footer__language {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  position: relative;
  margin-left: auto;
  height: -webkit-max-content;
  height: -moz-max-content;
  height: max-content;
  gap: 20px;
}
.tcl-footer__language .tcl-header__switcher-language {
  font-family: "Montserrat";
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 160%;
  text-transform: uppercase;
  position: relative;
  color: #fff;
}
.tcl-footer__language .tcl-header__switcher-language.active {
  font-weight: bold;
}
.tcl-footer__language .tcl-header__switcher-language:first-child::after {
  display: none;
}
.tcl-footer__language .tcl-header__switcher-language::after {
  content: "/";
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  font-weight: normal;
  left: -12px;
}
.tcl-footer__language .tcl-header__switcher-language a {
  color: #fff;
  text-decoration: none;
}
.tcl-footer .tcl-footer__mobile .tcl-footer__language {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-right: auto;
  margin-block: 20px;
}
.tcl-footer .tcl-footer__mobile .tcl-footer__language .tcl-header__switcher-language {
  color: #000;
}
.tcl-footer .tcl-footer__mobile .tcl-footer__language .tcl-header__switcher-language a {
  color: #000;
  text-decoration: none;
}

.fixed-buttons {
  position: fixed;
  right: -150px;
  bottom: 40px;
  z-index: 1000;
  -webkit-transition: right 0.4s ease;
  transition: right 0.4s ease;
}
.fixed-buttons[data-active=true] {
  right: 0;
}
.fixed-buttons__item {
  cursor: pointer;
  -webkit-transition: 0.4s ease;
  transition: 0.4s ease;
}
@media (max-width: 767px) {
  .fixed-buttons__item {
    width: 60px;
  }
}
@media (max-width: 767px) {
  .fixed-buttons__item.scroll-top {
    width: 93px;
  }
}
.fixed-buttons__item:hover {
  opacity: 0.6;
}
.fixed-buttons__item--save {
  margin-bottom: 30px;
}
.fixed-buttons__item-icon {
  margin-bottom: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.fixed-buttons__item-label {
  background: linear-gradient(121.61deg, #0ca78b 19.69%, #71dd2a 100%), #d9d9d9;
  border-radius: 8px 0px 0px 8px;
  color: #fff;
  padding: 1px 20px;
  min-width: -webkit-max-content;
  min-width: -moz-max-content;
  min-width: max-content;
}
@media (max-width: 767px) {
  .fixed-buttons__item-label {
    padding: 1px 8px;
    font-size: 14px;
    opacity: 0;
    -webkit-transition: 0.3s ease;
    transition: 0.3s ease;
  }
}
@media (max-width: 767px) {
  .fixed-buttons__item.scroll-top .fixed-buttons__item-label {
    opacity: 1;
  }
}