@charset "UTF-8";
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

body {
  position: relative;
  width: 100%;
  height: 100%;
  font-family: "Ubuntu", sans-serif;
  font-size: 16px;
  font-weight: 300;
  line-height: 1.25;
  color: #000000;
  background-color: #f0f5fb;
  scroll-behavior: smooth;
  transition: all 0.2s;
  cursor: default;
}

a {
  text-decoration: none;
  color: inherit;
}
a:hover, a:focus {
  cursor: pointer;
  outline: none;
}

ul,
li {
  list-style: none;
}

button {
  color: transparent;
  background-color: transparent;
  border: none;
  outline: none;
}

input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
  opacity: 1;
  transition: opacity 0.3s ease;
}

input::-moz-placeholder,
textarea::-moz-placeholder {
  opacity: 1;
  transition: opacity 0.3s ease;
}

input:-moz-placeholder,
textarea:-moz-placeholder {
  opacity: 1;
  transition: opacity 0.3s ease;
}

input:-ms-input-placeholder,
textarea:-ms-input-placeholder {
  opacity: 1;
  transition: opacity 0.3s ease;
}

input:focus::-webkit-input-placeholder,
textarea:focus::-webkit-input-placeholder {
  opacity: 0;
  transition: opacity 0.3s ease;
}

input:focus::-moz-placeholder,
textarea:focus::-moz-placeholder {
  opacity: 0;
  transition: opacity 0.3s ease;
}

input:focus:-moz-placeholder,
textarea:focus:-moz-placeholder {
  opacity: 0;
  transition: opacity 0.3s ease;
}

input:focus:-ms-input-placeholder,
textarea:focus:-ms-input-placeholder {
  opacity: 0;
  transition: opacity 0.3s ease;
}

input,
input:focus,
textarea,
textarea:focus,
select,
select:focus {
  outline: none;
  border: none;
  background: transparent;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  resize: none;
  overflow: auto;
}

.side-menu {
  position: fixed;
  top: 4.5rem;
  right: -24rem;
  width: 23rem;
  height: calc(100vh - 4.5rem);
  background-color: #282e35;
  opacity: 0;
  z-index: 20;
  overflow-y: hidden;
  overflow-x: hidden;
  overscroll-behavior: contain;
  transition: all 0.2s ease-in-out;
}
.side-menu__bottom {
  display: block;
  position: -webkit-sticky;
  position: -moz-sticky;
  position: -o-sticky;
  position: -ms-sticky;
  position: sticky;
  bottom: 0;
  right: 0;
  width: 23rem;
  height: 3rem;
  background-color: #282e35;
}
.side-menu__bottom .scroll-down {
  top: 1rem;
}
.side-menu__bottom .scroll-down__img {
  animation-name: scroll;
  animation-duration: 4s;
  animation-timing-function: linear;
  animation-iteration-count: infinite;
}
.side-menu--open {
  opacity: 1;
  right: 0;
}
.side-menu-list {
  margin: 3rem 2rem 0 2rem;
  margin-left: 2rem;
  overflow-y: auto;
}
.side-menu-list-close {
  color: #ffffff;
  font-size: 0.8rem;
  position: absolute;
  top: -2.5rem;
  left: 2rem;
  cursor: pointer;
}
.side-menu-list-close:hover {
  color: #80bb2e;
}
.side-menu-list--second {
  position: absolute;
  top: 0;
  right: -24rem;
  opacity: 0;
  margin-left: 0;
  overflow-y: visible;
  transition: all 0.2s ease-in-out;
}
.side-menu-list--second.open {
  opacity: 1;
  right: 0;
  margin-right: 0;
  width: 100%;
}
.side-menu-list__item {
  position: relative;
  font-weight: 400;
  font-size: 1rem;
  line-height: 1.5;
  text-transform: uppercase;
  color: #ffffff;
  margin-left: 2rem;
}
.side-menu-list__item a,
.side-menu-list__item div {
  display: inline-block;
  padding: 0.3rem 0;
  margin-bottom: 0.5rem;
  transition: all 0.2s;
}
.side-menu-list__item a::before,
.side-menu-list__item div::before {
  content: "— ";
  position: absolute;
  left: -2rem;
}
.side-menu-list__item a:hover, .side-menu-list__item a:focus,
.side-menu-list__item div:hover,
.side-menu-list__item div:focus {
  cursor: pointer;
  color: #80bb2e;
}
.side-menu-list__item ul li a {
  text-transform: none;
  margin-left: 2rem;
}
.side-menu-list__item ul li a::before {
  content: "— ";
  position: absolute;
  left: 0;
}

.wrapper {
  width: 90%;
  margin: 0 auto;
}

h1 {
  font-size: 2.5rem;
  font-weight: 700;
  text-transform: uppercase;
}

h2 {
  font-weight: 700;
  font-size: 2.2rem;
  text-align: center;
  text-transform: uppercase;
}

h3 {
  font-weight: 700;
  font-size: 1.6rem;
  text-transform: uppercase;
  margin-bottom: 0.5rem;
}

h4 {
  font-weight: 700;
  font-size: 1.2rem;
  text-transform: uppercase;
  margin-bottom: 0.5rem;
}

h5 {
  font-weight: 700;
  font-size: 1rem;
  line-height: 1.1;
  text-align: center;
  text-transform: uppercase;
}

.text {
  font-weight: 300;
  font-size: 1rem;
  line-height: 1.3;
  text-align: center;
}
.text:not(:first-of-type) {
  margin-top: 1rem;
}
.text--small {
  font-size: 0.8rem;
}
.text--medium {
  font-size: 1.25rem;
  line-height: 1.5;
}
.text--italic {
  font-style: italic;
}
.text--bold {
  font-weight: 700;
}
.text--regular {
  font-weight: 400;
}

.button-link {
  display: inline-block;
  padding: 0.7rem 1rem;
  font-weight: 400;
  font-size: 0.87rem;
  text-align: center;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  border: 2px solid #80bb2e;
  transition: all 0.3s;
}
.button-link:not(:first-of-type) {
  margin-left: 3rem;
}
.button-link:hover, .button-link:focus {
  cursor: pointer;
  background-color: #80bb2e;
  color: #ffffff;
}
.button-link--green {
  background-color: #80bb2e;
  color: #ffffff;
}
.button-link--green:hover, .button-link--green:focus {
  transform: scale(1.05);
}

.button {
  width: 8rem;
  padding: 0.7rem 1rem;
  font-weight: 700;
  font-size: 0.9rem;
  text-align: center;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  transition: all 0.3s;
  background-color: #80bb2e;
  color: #ffffff;
}
.button:hover, .button:focus {
  cursor: pointer;
  transform: scale(1.05);
}

.header {
  position: fixed;
  width: 100%;
  height: 4.5rem;
  padding: 1.3rem 5%;
  background-color: #282e35;
  display: flex;
  align-items: center;
  z-index: 10;
}
.header-list {
  display: flex;
  align-items: center;
  margin-left: auto;
  margin-right: 3rem;
}
.header-list__item {
  color: #ffffff;
}
.header-list__item:not(:last-of-type) {
  margin-right: 2.5rem;
}
.header-list__item:first-of-type {
  margin-right: 7rem;
}
.header-list__item svg {
  margin-right: 0.6rem;
}
.header-list__item svg path {
  stroke: #80bb2e;
}
.header-phone, .header-entry {
  display: flex;
  align-items: center;
}
.header-phone p, .header-entry p {
  transition: all 0.2s;
}
.header-phone:hover p, .header-phone:focus p, .header-entry:hover p, .header-entry:focus p {
  color: #80bb2e;
}

.logo:first-of-type {
  margin-right: 1.7rem;
}

.menu {
  align-self: flex-end;
  display: flex;
  align-items: center;
  color: #ffffff;
  padding: 0.4rem;
  font-weight: 300;
  font-size: 1rem;
  line-height: 1.3;
  transition: all 0.2s;
}
.menu:hover {
  cursor: pointer;
  color: #80bb2e;
}
.menu-button {
  cursor: pointer;
  -webkit-tap-highlight-color: transparent;
  transition: transform 400ms;
  -moz-user-select: none;
  -webkit-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.menu-button.active .menu-button-line--top {
  transform: rotate(45deg);
}
.menu-button.active .menu-button-line--middle {
  width: 0%;
  opacity: 0;
}
.menu-button.active .menu-button-line--bottom {
  transform: rotate(-45deg);
}
.menu-button-line {
  transition: all 0.2s;
}
.menu-button-line--top {
  -webkit-transform-origin: left center;
  -moz-transform-origin: left center;
  -o-transform-origin: left center;
  transform-origin: 15% center;
}
.menu-button-line--middle {
  -webkit-transform-origin: left center;
  -moz-transform-origin: left center;
  -o-transform-origin: left center;
  transform-origin: left center;
}
.menu-button-line--bottom {
  -webkit-transform-origin: left center;
  -moz-transform-origin: left center;
  -o-transform-origin: left center;
  transform-origin: 18% center;
}

.main {
  position: relative;
  padding: 6rem 0 11rem;
  background: url("../img/main_bg.jpg") no-repeat center bottom/cover;
}
.main__content {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.main-info {
  width: 52%;
  padding-top: 6.5rem;
  padding-right: 7.5rem;
}
.main .text {
  text-align: left;
}
.main-title {
  font-weight: 700;
  font-size: 1.6rem;
  line-height: 1.3;
  margin-bottom: 1rem;
  text-transform: none;
}

.promotion {
  position: relative;
  width: 48%;
  padding: 8rem 7rem;
  background: rgba(230, 243, 252, 0.5);
  -webkit-backdrop-filter: blur(15px);
  backdrop-filter: blur(15px);
  display: flex;
  flex-direction: column;
}
.promotion::before {
  content: "";
  position: absolute;
  top: 6.5rem;
  left: 7rem;
  width: 11rem;
  height: 2px;
  background-color: #80bb2e;
}
.promotion-title {
  font-weight: 700;
  font-size: 1.6rem;
  line-height: 1.3;
  margin-bottom: 1.3rem;
}
.promotion-link {
  display: inline-flex;
  text-decoration: underline;
  margin-top: 2rem;
  transition: color 0.25s;
}
.promotion-link:hover, .promotion-link:focus {
  color: #80bb2e;
}
/* .promotion .slick-dots {
  position: absolute;
  bottom: 2rem;
  list-style: none;
  display: block;
  text-align: center;
  left: 50%;
  transform: translateX(-50%);
}
.promotion .slick-dots li {
  position: relative;
  display: inline-block;
  height: 1rem;
  width: 1rem;
  margin: 0 0.7rem;
  padding: 0;
  cursor: pointer;
}
.promotion .slick-dots li button {
  border: 0;
  background: transparent;
  display: block;
  height: 1rem;
  width: 1rem;
  outline: none;
  padding: 5px;
  cursor: pointer;
}
.promotion .slick-dots li button:hover, .promotion .slick-dots li button:focus {
  outline: none;
}
.promotion .slick-dots li button:hover:before, .promotion .slick-dots li button:focus:before {
  opacity: 1;
}
.promotion .slick-dots li button:before {
  position: absolute;
  top: 0;
  left: 0;
  content: "•";
  width: 0.5rem;
  height: 0.5rem;
  text-align: center;
  border: 2px solid #80bb2e;
  border-radius: 50%;
}
.promotion .slick-dots li.slick-active button:before {
  background-color: #80bb2e;
}
.promotion .slick-dots li:hover button::before {
  background-color: rgba(128, 187, 46, 0.3);
} */

.scroll-down {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  width: 1.5rem;
  height: 1.5rem;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 10;
}
.scroll-down img {
  width: 100%;
  height: 100%;
  animation-name: scroll;
  animation-duration: 4s;
  animation-timing-function: linear;
  animation-iteration-count: infinite;
}
.scroll-down:hover {
  cursor: pointer;
}

@keyframes scroll {
  0% {
    transform: translateY(0);
  }
  5% {
    transform: translateY(-20px);
  }
  8% {
    transform: translateY(3px);
  }
  9% {
    transform: translateY(0);
  }
  100% {
    transform: translateY(0);
  }
}
.chat {
  position: fixed;
  bottom: 5%;
  right: 5%;
  width: 5rem;
  height: 5rem;
  background-color: #80bb2e;
  display: flex;
  justify-content: center;
  align-items: center;
  border: 0.1px solid #80bb2e;
  border-radius: 50%;
  cursor: pointer;
  z-index: 10;
}
.chat::after, .chat::before, .chat-main::after, .chat-main::before, .chat-bg::after, .chat-bg::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #80bb2e;
  border: 0.1px solid #80bb2e;
  border-radius: 50%;
  z-index: -1;
}
.chat:hover::before {
  animation-delay: 2.5s;
}
.chat:hover::before {
  animation: chat-animation 3s infinite;
}
.chat:hover::after {
  animation: chat-animation 3s infinite;
  animation-delay: 0.5s;
}
.chat:hover .chat-bg::before {
  animation: chat-animation 3s infinite;
  animation-delay: 1s;
}
.chat:hover .chat-bg::after {
  animation: chat-animation 3s infinite;
  animation-delay: 1.5s;
}
.chat:hover .chat-main::before {
  animation: chat-animation 3s infinite;
  animation-delay: 2s;
}
.chat:hover .chat-main::after {
  animation: chat-animation 3s infinite;
  animation-delay: 2.5s;
}

@keyframes chat-animation {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    transform: scale(1.5);
  }
}
.about {
  background-color: #f5f7f9;
  padding: 6rem 0 7rem;
}
.about-text {
  font-weight: 300;
  font-size: 1.6rem;
  line-height: 1.3;
  text-align: center;
}
.about-buttons {
  display: flex;
  justify-content: center;
  margin-top: 3rem;
}
.about-list {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-top: 4rem;
}
.about-list__item {
  position: relative;
  width: 24%;
  font-weight: 400;
  font-size: 1rem;
  line-height: 1.3;
  text-align: center;
  padding: 9rem 1rem 0;
}
.about-list__item::before {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 6.5rem;
  height: 6.5rem;
}
.about-list__item--duration::before {
  background: url("../img/about/duration.svg") no-repeat center/contain;
}
.about-list__item--center::before {
  background: url("../img/about/center.svg") no-repeat center/contain;
}
.about-list__item--partner::before {
  background: url("../img/about/partner.svg") no-repeat center/contain;
}
.about-list__item--directions::before {
  background: url("../img/about/directions.svg") no-repeat center/contain;
}

.why-us {
  background-color: #ffffff;
  padding: 6rem 0 7rem;
}
.why-us-reasons {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-top: 3rem;
}
.why-us-reasons__item {
  width: 30%;
}
.why-us-reasons__item .button {
  margin-top: auto;
}
.why-us-reasons-list {
  margin: 0.4rem 0 3rem;
}
.why-us-reasons-list__item {
  position: relative;
  font-weight: 400;
  font-size: 0.9rem;
  line-height: 1.4;
  padding-left: 1rem;
  margin-bottom: 0.7rem;
}
.why-us-reasons-list__item::before {
  content: "•";
  position: absolute;
  color: #80bb2e;
  left: 0;
}

.services {
  padding: 6rem 0 7rem;
  background: url("../img/services_bg.jpg") no-repeat center/cover;
}
.services-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-top: 4rem;
}
.services-list__item {
  position: relative;
  width: 18%;
  min-height: 20rem;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  padding: 2.5rem 1.5rem;
  background: rgba(230, 243, 252, 0.7);
  -webkit-backdrop-filter: blur(15px);
  backdrop-filter: blur(15px);
  transition: all 0.3s;
}
.services-list__item .text {
  position: absolute;
  top: 35%;
  width: 80%;
  margin: 0 auto;
}
.services-list__item:hover {
  transform: translateY(-1.5rem);
}

.working-model {
  background-color: #f6f7f9;
}

.payment-methods {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-top: 4rem;
}
.payment-methods__item {
  position: relative;
  width: 22%;
  padding-top: 7rem;
  text-align: center;
}
.payment-methods__item::before {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 5rem;
  height: 5rem;
}
.payment-methods__item--hour::before {
  background: url("../img/payment_methods/hour.svg") no-repeat center/contain;
}
.payment-methods__item--fixed::before {
  background: url("../img/payment_methods/fixed.svg") no-repeat center/contain;
}
.payment-methods__item--try::before {
  background: url("../img/payment_methods/try.svg") no-repeat center/contain;
}
.payment-methods__item--plus::before {
  background: url("../img/payment_methods/plus.svg") no-repeat center/contain;
}
.payment-methods__item h4 {
  text-transform: none;
}

.tech-focus {
  position: relative;
  margin: 7rem 0;
  overflow: hidden;
}
.tech-focus .swiper-button-prev, .tech-focus .swiper-button-next {
  right: 5%;
  top: 0%;
  z-index: 100;
}
.tech-focus .swiper-button-prev {
  right: 10%;
}
.tech-focus h3,
.tech-focus .button-link {
  margin-left: 5%;
}
.tech-focus .slider {
  width: 140%;
  margin: 0 auto;
  margin-left: -24%;
  margin-bottom: 4rem;
}
.tech-focus .slick-prev,
.tech-focus .slick-next {
  position: absolute;
  width: 2rem;
  height: 2rem;
  background-color: #80bb2e;
  right: 17.5%;
  top: -1rem;
  z-index: 2;
  cursor: pointer;
}
.tech-focus .slick-prev {
  right: 21%;
}

.slider {
  width: 140%;
  margin: 0 auto;
  position: relative;
  padding-top: 2rem;
  margin-bottom: 4rem;
}
.slider-wrapper {
  position: relative;
}
.slider__item {
  width: 90% !important;
  margin: 0 auto;
  margin-left: 0.8rem;
}
.slider__item img {
  width: 100%;
  height: 100%;
}
.slider h4 {
  color: #ffffff;
  padding: 0.9rem 1rem;
  text-transform: none;
}

.slick-prev,
.slick-next {
  position: absolute;
  width: 2rem;
  height: 2rem;
  background-color: #80bb2e;
  right: 5%;
  top: -1rem;
  z-index: 2;
  cursor: pointer;
}
.slick-prev::before,
.slick-next::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  border-top: 1.5px solid #ffffff;
  border-right: 1.5px solid #ffffff;
  transform: translate(-50%, -50%) rotate(45deg);
  z-index: 2;
  width: 0.6rem;
  height: 0.6rem;
}

.slick-prev {
  right: 10%;
}
.slick-prev::before {
  transform: translate(-50%, -50%) rotate(-135deg);
}

.slick-disabled {
  background-color: #e8e8e8;
  cursor: default;
}

.industry-focus {
  margin: 7rem 0;
  overflow: hidden;
}
.industry-focus h3,
.industry-focus .button-link {
  margin-left: 5%;
}
.industry-focus .slider {
  display: flex;
  width: 140%;
  margin: 0 auto;
  margin-left: -24%;
  margin-bottom: 4rem;
}
.industry-focus .slider h4 {
  min-height: 5rem;
}
.industry-focus .slider .slick-prev,
.industry-focus .slider .slick-next {
  position: absolute;
  width: 2rem;
  height: 2rem;
  background-color: #80bb2e;
  right: 17.5%;
  top: -1rem;
  z-index: 2;
  cursor: pointer;
}
.industry-focus .slider .slick-prev {
  right: 21%;
}
.industry-focus__item {
  position: relative;
  background-color: #000000;
  overflow: hidden;
}
.industry-focus__item::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0);
  z-index: 2;
  transition: all 0.4s ease-in-out;
}
.industry-focus__item h4 {
  position: relative;
  z-index: 2;
  transition: all 0.4s ease-in-out;
}
.industry-focus__item img {
  width: 100%;
  height: 100%;
  overflow: hidden;
  transition: all 0.4s;
}
.industry-focus__item:hover::before {
  background-color: rgba(0, 0, 0, 0.6);
}
.industry-focus__item:hover img {
  transform: scale(1.65);
}
.industry-focus__item:hover h4 {
  transform: translateY(-200%);
}

.partners {
  margin: 7rem 0;
  overflow: hidden;
}
.partners__item img {
  width: 90%;
  margin: 0 auto;
}
.partners h3 {
  margin-left: 5%;
}
.partners .slider {
  width: 120%;
  margin: 0 auto;
  margin-left: -10%;
  margin-bottom: 4rem;
}
.partners .slick-prev,
.partners .slick-next {
  position: absolute;
  width: 2rem;
  height: 2rem;
  background-color: #80bb2e;
  right: 11.5%;
  top: -1rem;
  z-index: 2;
  cursor: pointer;
}
.partners .slick-prev {
  right: 15.5%;
}

.reviews {
  padding: 4rem 0 9rem;
  background: url("../img/reviews_bg.jpg") no-repeat center/cover;
}
.reviews-block {
  position: relative;
  width: 100%;
  margin: 2rem auto 0;
  text-align: center;
}
.reviews-block::before {
  content: "";
  position: absolute;
  top: 10rem;
  bottom: 0;
  left: 20%;
  width: 60%;
  background-color: #ffffff;
}
.reviews-slider {
  width: 80%;
  margin: 0 auto;
}
.reviews-slider__wrapper {
  position: relative;
  padding: 0 6rem 2.3rem;
}
.reviews-slider__wrapper .swiper-button-prev,
.reviews-slider__wrapper .swiper-button-next {
  position: absolute;
  width: 2rem;
  height: 2rem;
  background-color: #80bb2e;
  right: 5%;
  top: 50%;
  z-index: 2;
  cursor: pointer;
}
.reviews-slider__wrapper .swiper-button-prev::before,
.reviews-slider__wrapper .swiper-button-next::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  border-top: 1.5px solid #ffffff;
  border-right: 1.5px solid #ffffff;
  transform: translate(-50%, -50%) rotate(45deg);
  z-index: 2;
  width: 0.6rem;
  height: 0.6rem;
}
.reviews-slider__wrapper .swiper-button-prev {
  left: 5%;
  right: auto;
}
.reviews-slider__wrapper .swiper-button-prev::before {
  transform: translate(-50%, -50%) rotate(-135deg);
}
.reviews-slider-img {
  width: 12rem;
  height: 12rem;
  margin: 0 auto;
}
.reviews-slider-img img {
  width: 100%;
}
/* .reviews-slider h5 {
  margin-top: 2.5rem;
} */
.reviews-slider-text {
  /* margin: 0 auto; */
  margin: 1.5rem auto 0;
  display: block;
  padding: 0 10%;
}
.reviews-slider-link {
  position: relative;
  display: inline-block;
  color: #80bb2e;
  font-weight: 400;
  margin-top: 1.5rem;
  transition: all 0.3s;
}
.reviews-slider-link::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 1.5px;
  background: linear-gradient(#80bb2e 0 0) calc(100% - var(--p, 0%))/var(--p, 0%) no-repeat;
  transition: 0.4s, background-position 0s;
}
.reviews-slider-link:hover::before {
  --p: 100%;
}
.reviews-slider-link::active::before {
  --p: 100%;
}

.tabs {
  display: flex;
  margin-bottom: 3rem;
  justify-content: center;
}
.tabs__item {
  position: relative;
  padding: 0.5rem 1rem;
  transition: all 0.3s;
}
.tabs__item--selected {
  display: none;
}
.tabs__item::before {
  content: "";
  position: absolute;
  bottom: -0.7rem;
  left: 0;
  width: 100%;
  opacity: 0;
  border-bottom: 3px solid #80bb2e;
  transition: all 0.3s;
}
.tabs__item:not(:last-child) {
  margin-right: 3.5rem;
}
.tabs__item:hover {
  cursor: pointer;
  color: #80bb2e;
}
.tabs__item.active::before {
  opacity: 100%;
}
.tabs-content__item {
  display: none;
}
.tabs-content__item.active {
  display: block;
}

.mediacenter {
  background-color: #ffffff;
  padding: 6rem 0 7rem;
}
.mediacenter__content {
  text-align: center;
}
.mediacenter-block {
  display: flex;
  flex-wrap: wrap;
  /* justify-content: space-between; */
  margin: 3rem auto;
}
.mediacenter-block__item {
  width: 22%;
  display: flex;
  flex-direction: column;
}
.mediacenter-block__item:not(:nth-of-type(4n + 4)) {
  margin-right: calc((100% - 22% * 4) / 3);
}
.mediacenter-block__item:nth-of-type(n + 5) {
  margin-top: 3.5rem;
}
.mediacenter-block__item div {
  margin-bottom: 0.5rem;
}
.mediacenter-block__item div > img {
  width: 100%;
  height: 100%;
}
.mediacenter-block__item h5 {
  text-transform: none;
  font-weight: 400;
  text-align: left;
}
.mediacenter-block__item > p:not(:last-of-type) {
  font-weight: 300;
  font-size: 0.9rem;
  line-height: 1.4;
}
.mediacenter-block__item > p:last-of-type {
  position: relative;
  display: inline-block;
  margin-top: auto;
  font-weight: 300;
  font-size: 0.8rem;
  line-height: 1.6;
  text-align: center;
  transition: all 0.3s;
  padding-top: 2em;
}
.mediacenter-block__item > p:last-of-type::before {
  content: "";
  position: absolute;
  top: 1rem;
  left: 0;
  width: 100%;
  height: 2px;
  background-color: #80bb2e;
}
.mediacenter-block__item:hover, .mediacenter-block__item:focus {
  cursor: pointer;
}
.mediacenter-block__item:hover p:last-of-type, .mediacenter-block__item:focus p:last-of-type {
  color: #80bb2e;
}
.mediacenter-block__img {
  height: 0;
  padding: 68.7% 0 0;
  position: relative;
  width: 100%;
}
.mediacenter-block__img img {
  height: 100%;
  left: 0;
  object-fit: cover;
  position: absolute;
  top: 0;
  width: 100%;
}

.footer {
  background-color: #f0f5fb;
  padding: 6rem 0 0;
}
.footer-top {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  padding-bottom: 3rem;
  border-bottom: 2px solid #80bb2e;
}
.footer-top__item {
  width: 22%;
}
.footer-top-links__item {
  font-weight: 500;
  font-size: 1rem;
  line-height: 1.2;
  margin-bottom: 1.4rem;
}
.footer-top-links__item a {
  padding: 0.5rem 0;
  transition: all 0.2s;
}
.footer-top-links__item a:hover, .footer-top-links__item a:focus {
  cursor: pointer;
  color: #80bb2e;
}
.footer-top-links__item ul {
  margin-top: 1.4rem;
  margin-left: 1.5rem;
}
.footer-top-links__item ul li {
  font-weight: 300;
  font-size: 0.9rem;
  margin-bottom: 1.4rem;
}
.footer-top-links__item ul li a {
  position: relative;
  padding: 0.5rem 0;
  transition: all 0.2s;
}
.footer-top-links__item ul li a::before {
  content: "— ";
  position: absolute;
  left: -1.5rem;
}
.footer-top-links__item ul li a:hover, .footer-top-links__item ul li a:focus {
  cursor: pointer;
  color: #80bb2e;
}
.footer-top-links__item--address, .footer-top-links__item--details {
  font-weight: 300;
  font-size: 0.9rem;
}
.footer-top-links__item--details {
  text-decoration: underline;
}
.footer-top-links__item--tel, .footer-top-links__item--email {
  font-size: 0.9rem;
}
.footer .button {
  width: auto;
  padding: 1rem;
}
.footer-bottom {
  display: flex;
  flex-wrap: wrap;
  padding: 2.5rem 0;
  justify-content: space-between;
}
.footer-bottom__item {
  font-weight: 300;
  font-size: 0.8rem;
  line-height: 1.4;
}
.footer-bottom__item:not(:last-of-type) {
  margin-right: 2rem;
}
.footer-bottom__item a {
  text-decoration: underline;
  transition: all 0.2s;
}
.footer-bottom__item a:hover, .footer-bottom__item a:focus {
  cursor: pointer;
  color: #80bb2e;
}

.social-block {
  display: flex;
}
.social-block__item svg rect {
  fill: #000000;
  transition: all 0.2s;
}
.social-block__item svg path {
  fill: #ffffff;
  transition: all 0.2s;
}
.social-block__item svg:hover, .social-block__item svg:focus {
  cursor: pointer;
  outline: none;
}
.social-block__item svg:hover rect, .social-block__item svg:focus rect {
  fill: #80bb2e;
}
.social-block__item svg:hover path, .social-block__item svg:focus path {
  fill: #000;
}
.social-block__item:not(:last-of-type) {
  margin-right: 1.3rem;
}

.breadcrumbs {
  display: flex;
}
.breadcrumbs__item {
  font-weight: 300;
  font-size: 1rem;
  line-height: 2.2;
  transition: all 0.2s;
  text-decoration: none;
}
.breadcrumbs__item:not(:first-of-type) {
  margin-left: 2rem;
}
.breadcrumbs__item a {
  transition: all 0.2s;
}
.breadcrumbs__item:hover a, .breadcrumbs__item:focus a {
  color: #80bb2e;
}

.share {
  margin-top: 3rem;
}
.share h5 {
  text-align: left;
}
.share-list {
  display: flex;
  flex-wrap: wrap;
  margin-top: 1rem;
}
.share-list__item:not(:last-of-type) {
  margin-right: 1.2rem;
}
.share-list__item svg rect {
  fill: #000000;
  transition: all 0.2s;
}
.share-list__item svg path {
  fill: #ffffff;
  transition: all 0.2s;
}
.share-list__item:hover, .share-list__item:active, .share-list__item:focus {
  cursor: pointer;
}
.share-list__item:hover svg rect, .share-list__item:active svg rect, .share-list__item:focus svg rect {
  fill: #80bb2e;
}
.share-list__item:hover svg path, .share-list__item:active svg path, .share-list__item:focus svg path {
  fill: #000000;
}

@-moz-document url-prefix() {
  .promotion {
    background: rgba(230, 243, 252, 0.8);
  }

  .services-list__item {
    background: rgba(230, 243, 252, 0.8);
  }
}
.hidden {
  display: none;
}

.fadeOut {
  animation: fadeOut 2s forwards;
}

@keyframes fadeOut {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.fadeIn {
  animation: fadeIn 3s forwards;
}

@keyframes fadeIn {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
.fadeOutRight {
  animation: fade0ut-right 1s forwards;
}

@keyframes fade0ut-right {
  from {
    right: -120%;
  }
  to {
    right: 0;
    transform: translate(0, 0);
  }
}
.fadeOutRight {
  animation: fadeIn-right 1s forwards;
}

@keyframes fadeIn-right {
  from {
    right: 0;
  }
  to {
    right: -120%;
    transform: translate(-120%, 0);
  }
}

.message_send, .message_err {
  padding-bottom: 20px;
}

.reviews-slider-link, .contacts-page-link:hover, .contacts-page-link:focus {
  color: #000000!important;
}
.reviews-slider-link::before {
  background: linear-gradient(#000000 0 0) calc(100% - var(--p, 0%))/var(--p, 0%) no-repeat;
}