@font-face {
  font-family: "Gilroy";
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url("../fonts/Gilroy-Regular/Gilroy-Regular.eot?") format("eot"), url("../fonts/Gilroy-Regular/Gilroy-Regular.woff2") format("woff2"), url("../fonts/Gilroy-Regular/Gilroy-Regular.woff") format("woff"), url("../fonts/Gilroy-Regular/Gilroy-Regular.ttf") format("truetype");
}
@font-face {
  font-family: "Gilroy";
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url("../fonts/Gilroy-Medium/Gilroy-Medium.eot?") format("eot"), url("../fonts/Gilroy-Medium/Gilroy-Medium.woff2") format("woff2"), url("../fonts/Gilroy-Medium/Gilroy-Medium.woff") format("woff"), url("../fonts/Gilroy-Medium/Gilroy-Medium.ttf") format("truetype");
}
@font-face {
  font-family: "Gilroy";
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: url("../fonts/Gilroy-Semibold/Gilroy-Semibold.eot?") format("eot"), url("../fonts/Gilroy-Semibold/Gilroy-Semibold.woff2") format("woff2"), url("../fonts/Gilroy-Semibold/Gilroy-Semibold.woff") format("woff"), url("../fonts/Gilroy-Semibold/Gilroy-Semibold.ttf") format("truetype");
}
@font-face {
  font-family: "Gilroy";
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url("../fonts/Gilroy-Bold/Gilroy-Bold.eot?") format("eot"), url("../fonts/Gilroy-Bold/Gilroy-Bold.woff2") format("woff2"), url("../fonts/Gilroy-Bold/Gilroy-Bold.woff") format("woff"), url("../fonts/Gilroy-Bold/Gilroy-Bold.ttf") format("truetype");
}
html {
  position: relative;
  min-height: 100%;
}

body {
  font-size: 16px;
  line-height: 1.4;
  font-family: "Gilroy", sans-serif;
  font-weight: 400;
  overflow-x: hidden;
  color: #fff;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  min-height: 100vh;
  background: #16171B;
  scrollbar-width: auto;
  scrollbar-color: #74B01F #f5f5f5;
  /* Works on Chrome, Edge, and Safari */
}
body::-webkit-scrollbar {
  width: 6px;
}
body::-webkit-scrollbar-track {
  background: #f5f5f5;
  border-radius: 0;
}
body::-webkit-scrollbar-thumb {
  background-color: #74B01F;
  border-radius: 3px;
}

::-moz-selection {
  background: #74B01F;
  color: #fff;
}

::selection {
  background: #74B01F;
  color: #fff;
}

.hidden {
  display: none;
}

a {
  outline: none !important;
  color: #74B01F;
  text-decoration: underline;
}
a:hover {
  color: #039BE5;
  text-decoration: none;
}

strong {
  font-family: "Gilroy", sans-serif;
  font-weight: 700;
}

p {
  margin-bottom: 1rem;
}

.br {
  display: block;
}

.main {
  position: relative;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  width: 100%;
  overflow: hidden;
}
.main--flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.article {
  position: relative;
  padding: 35px 0 70px;
  overflow: hidden;
}

.section-title {
  font-size: 40px;
  font-weight: 400;
  text-align: center;
  line-height: 1.2;
  margin: 0;
  text-transform: uppercase;
}

.animation-title {
  opacity: 0;
}
.animation-title span {
  opacity: 0;
  min-width: 10px;
}

.animation-fade-in,
.animation-fade-in-left,
.animation-fade-in-right,
.animation-fade-in-up,
.animation-fade-in-down {
  opacity: 0;
}

.language {
  position: relative;
}
.language:hover .language__dropdown {
  opacity: 1;
  visibility: visible;
}
.language:hover .language__icon {
  -webkit-transform: rotateX(180deg);
          transform: rotateX(180deg);
}
.language__current {
  position: relative;
  text-transform: uppercase;
  color: #fff;
  font-size: 16px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  cursor: pointer;
  -webkit-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
  z-index: 1;
}
.language__icon {
  fill: #74B01F;
  margin-left: 5px;
  -webkit-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.language__dropdown {
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  opacity: 0;
  -webkit-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
  visibility: hidden;
  padding: 10px 0 0;
}
.language__link {
  font-size: 16px;
  text-transform: uppercase;
  color: #fff;
  display: block;
  text-decoration: none;
  -webkit-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.language__link:hover {
  color: #74B01F;
}

.social__list {
  padding-left: 0;
  list-style: none;
  margin: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  line-height: 1;
}
.social__item {
  margin-right: 20px;
  line-height: 1;
}
.social__item:last-child {
  margin-right: 0;
}
.social__link {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-decoration: none;
  width: 40px;
  height: 40px;
  border: 1px solid #74B01F;
  overflow: hidden;
  z-index: 0;
}
.social__link:before {
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  height: 100%;
  width: 0;
  z-index: -1;
  content: "";
  background: #74B01F;
  -webkit-transition: all 0.4s cubic-bezier(0.42, 0, 0.58, 1) 0s;
  -o-transition: all 0.4s cubic-bezier(0.42, 0, 0.58, 1) 0s;
  transition: all 0.4s cubic-bezier(0.42, 0, 0.58, 1) 0s;
}
.social__link:hover:before {
  left: 0%;
  right: auto;
  width: 100%;
}
.social__link:hover .social__icon {
  fill: #fff;
}
.social__icon {
  fill: #74B01F;
  -webkit-transition: all 0.4s cubic-bezier(0.42, 0, 0.58, 1) 0s;
  -o-transition: all 0.4s cubic-bezier(0.42, 0, 0.58, 1) 0s;
  transition: all 0.4s cubic-bezier(0.42, 0, 0.58, 1) 0s;
}

@media (max-width: 767.98px) {
  .section-title {
    font-size: 25px;
  }
}
.button {
  position: relative;
  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;
  font-weight: 400;
  text-align: center;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  border: 0;
  padding: 5px 30px;
  height: 50px;
  width: auto;
  font-size: 16px;
  line-height: 1;
  border-radius: 0;
  background: transparent;
  color: #74B01F;
  -webkit-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
  -webkit-box-shadow: none;
          box-shadow: none;
  cursor: pointer;
  outline: none;
  text-decoration: none;
  z-index: 0;
  overflow: hidden;
}
.button:before {
  position: absolute;
  top: 0;
  left: 0;
  width: 45%;
  height: 100%;
  border: 1px solid #74B01F;
  border-right: 0;
  -webkit-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
  content: "";
}
.button:after {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background: -webkit-gradient(linear, left top, right top, from(rgba(120, 182, 31, 0.3)), to(rgba(217, 254, 244, 0)));
  background: -o-linear-gradient(left, rgba(120, 182, 31, 0.3) 0%, rgba(217, 254, 244, 0) 100%);
  background: linear-gradient(90deg, rgba(120, 182, 31, 0.3) 0%, rgba(217, 254, 244, 0) 100%);
  z-index: -1;
  opacity: 0;
  -webkit-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
  content: "";
}
.button:hover {
  outline: none;
  color: #74B01F;
}
.button:hover:before {
  width: 100%;
}
.button:hover:after {
  opacity: 1;
}
.button:active {
  outline: none;
  color: #74B01F;
}
.button:active:before {
  width: 100%;
}
.button:active:after {
  opacity: 1;
}
.button:focus {
  outline: none;
}
.button:disabled {
  background: #6a6a6a;
  cursor: not-allowed;
}
.button--green {
  background: #74B01F;
  color: #fff;
}
.button--green:before, .button--green:after {
  display: none;
}
.button--green:hover, .button--green:active {
  color: #16171B;
  background: #fff;
}

.upload-files {
  position: relative;
  display: block;
  width: 100%;
}
.upload-files__zone:hover .upload-files__button {
  color: #fff;
  background: #74B01F;
}
.upload-files__zone:hover .upload-files__button-icon {
  fill: #fff;
}
.upload-files__button {
  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;
  text-align: center;
  padding: 5px 15px;
  height: 50px;
  color: #16171B;
  font-size: 16px;
  font-weight: 400;
  background: #fff;
  -webkit-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
  line-height: 1;
  cursor: pointer;
  width: 100%;
}
.upload-files__button:hover {
  color: #fff;
  background: #74B01F;
}
.upload-files__button:active {
  color: #fff;
  background: #74B01F;
}
.upload-files__button-icon {
  fill: #16171B;
  margin-right: 8px;
  -webkit-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.upload-files__review {
  position: absolute;
  top: -40px;
  display: block;
  overflow: hidden;
  margin-top: 15px;
  white-space: nowrap;
  vertical-align: top;
  max-width: 100%;
  font-size: 14px;
  margin-bottom: 15px;
}
.upload-files .btn-file > input {
  height: 50px;
  top: -16px;
  left: 0;
}

.fileinput {
  margin: 0;
}

@media (max-width: 767.98px) {
  .upload-files {
    margin-bottom: 20px;
  }
}
.swiper-wrapper {
  -webkit-box-sizing: border-box !important;
          box-sizing: border-box !important;
}

.swiper-button-next,
.swiper-button-prev {
  position: absolute;
  top: 50%;
  width: 30px;
  height: 30px;
  margin: -15px 0 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 0;
}
.swiper-button-next:after,
.swiper-button-prev:after {
  display: none;
}
.swiper-button-next__icon,
.swiper-button-prev__icon {
  fill: #039BE5;
  -webkit-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.swiper-button-next:hover .swiper-button-next__icon,
.swiper-button-next:hover .swiper-button-prev__icon,
.swiper-button-prev:hover .swiper-button-next__icon,
.swiper-button-prev:hover .swiper-button-prev__icon {
  opacity: 0.5;
}
.swiper-button-next:active .swiper-button-next__icon,
.swiper-button-next:active .swiper-button-prev__icon,
.swiper-button-prev:active .swiper-button-next__icon,
.swiper-button-prev:active .swiper-button-prev__icon {
  opacity: 0.5;
}

.swiper-button-prev {
  left: 0;
}

.swiper-button-next {
  right: 0;
}

.swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0 5px;
}

.swiper-pagination {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  line-height: 1;
  bottom: 0 !important;
}

.swiper-pagination-bullet {
  position: relative;
  width: 10px;
  height: 10px;
  background: transparent;
  border: 1px solid #74B01F;
  opacity: 1;
  -webkit-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
  margin: 0 5px;
  border-radius: 0;
}
.swiper-pagination-bullet:only-child {
  visibility: hidden;
}

.swiper-pagination-bullet-active {
  background: #74B01F;
}

.form__label {
  color: #BDBCBC;
  font-size: 18px;
  line-height: 1.2;
  margin: 0 0 10px;
  font-weight: 300;
  display: block;
}
.form__group {
  position: relative;
  margin-bottom: 40px;
}
.form__group.has-error .form__input {
  border-color: #BA1818;
}
.form__button-group {
  text-align: center;
}
.form__placeholder {
  position: absolute;
  bottom: 15px;
  left: 0;
  color: #747477;
  font-size: 14px;
  line-height: 1.2;
  margin: 0;
  font-weight: 400;
  -webkit-transition: -webkit-transform 200ms cubic-bezier(0, 0, 0.2, 1) 0ms;
  transition: -webkit-transform 200ms cubic-bezier(0, 0, 0.2, 1) 0ms;
  -o-transition: transform 200ms cubic-bezier(0, 0, 0.2, 1) 0ms;
  transition: transform 200ms cubic-bezier(0, 0, 0.2, 1) 0ms;
  transition: transform 200ms cubic-bezier(0, 0, 0.2, 1) 0ms, -webkit-transform 200ms cubic-bezier(0, 0, 0.2, 1) 0ms;
  -webkit-transform: translate(0, 0);
      -ms-transform: translate(0, 0);
          transform: translate(0, 0);
  display: block;
  -webkit-transform-origin: top left;
      -ms-transform-origin: top left;
          transform-origin: top left;
}
.form__placeholder.is-active {
  -webkit-transform: translate(0, -30px);
      -ms-transform: translate(0, -30px);
          transform: translate(0, -30px);
}
.form__input {
  border-radius: 0;
  background: transparent;
  border: 0;
  border-bottom: 1px solid #999999;
  font-size: 16px;
  line-height: 1.2;
  color: #fff;
  padding: 15px 0;
  height: 45px;
  font-weight: 400;
  -webkit-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
  -webkit-box-shadow: none;
          box-shadow: none;
  outline: none;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  width: 100%;
}
.form__input:hover, .form__input:focus {
  border-color: #74B01F;
}
.form__input::-webkit-input-placeholder {
  color: #999999;
  font-weight: 400;
}
.form__input:-moz-placeholder {
  color: #999999;
  font-weight: 400;
}
.form__input::-moz-placeholder {
  color: #999999;
  font-weight: 400;
}
.form__input:-ms-input-placeholder {
  color: #999999;
  font-weight: 400;
}
.form__button {
  width: 160px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-left: auto;
}

.list-unstyled {
  padding-left: 0;
  list-style: none;
  margin: 0;
}

@media (max-width: 767.98px) {
  .form__button {
    width: 100%;
  }
}
.header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 100;
  -webkit-transition: background 0.5s ease;
  -o-transition: background 0.5s ease;
  transition: background 0.5s ease;
}
.header.is-scroll {
  background: rgba(22, 23, 27, 0.8);
}
.header:before {
  position: absolute;
  bottom: 0;
  left: 0;
  width: calc(50% - 80px);
  height: 1px;
  background: rgba(255, 255, 255, 0.15);
  content: "";
}
.header:after {
  position: absolute;
  bottom: 0;
  right: 0;
  width: calc(50% - 80px);
  height: 1px;
  background: rgba(255, 255, 255, 0.15);
  content: "";
}
.header__col {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 15px;
}
.header__location {
  margin-right: 30px;
}
.header__email {
  margin-right: auto;
}
.header__phone {
  margin-right: 20px;
}
.header__button {
  padding: 5px 15px;
  margin-right: 10px;
}

.logo {
  position: absolute;
  top: 0;
  left: 50%;
  width: 160px;
  height: 100px;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(116, 176, 31, 0.5)), to(rgba(36, 185, 144, 0)));
  background: -o-linear-gradient(top, rgba(116, 176, 31, 0.5) 0%, rgba(36, 185, 144, 0) 100%);
  background: linear-gradient(180deg, rgba(116, 176, 31, 0.5) 0%, rgba(36, 185, 144, 0) 100%);
  z-index: 1;
  margin-left: -80px;
  line-height: 1;
}
.logo__link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
  height: 100%;
  text-decoration: none;
}
.logo__img {
  max-width: 100%;
  height: auto;
}

.contact {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.contact__pic {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 40px;
  height: 40px;
  min-width: 40px;
  border: 1px solid #74B01F;
  margin-right: 20px;
  overflow: hidden;
}
.contact__pic:before {
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  height: 100%;
  width: 0;
  z-index: -1;
  content: "";
  background: #74B01F;
  -webkit-transition: all 0.4s cubic-bezier(0.42, 0, 0.58, 1) 0s;
  -o-transition: all 0.4s cubic-bezier(0.42, 0, 0.58, 1) 0s;
  transition: all 0.4s cubic-bezier(0.42, 0, 0.58, 1) 0s;
}
.contact__pic:hover:before {
  left: 0%;
  right: auto;
  width: 100%;
}
.contact__pic:hover .contact__pic-icon {
  fill: #fff;
}
.contact__pic-icon {
  fill: #74B01F;
  -webkit-transition: all 0.4s cubic-bezier(0.42, 0, 0.58, 1) 0s;
  -o-transition: all 0.4s cubic-bezier(0.42, 0, 0.58, 1) 0s;
  transition: all 0.4s cubic-bezier(0.42, 0, 0.58, 1) 0s;
}
.contact__title {
  font-size: 14px;
  color: #9C9C9D;
  line-height: 1.2;
  margin-bottom: 3px;
}
.contact__text {
  font-size: 16px;
  line-height: 1.2;
  color: #fff;
}
.contact__link {
  position: relative;
  text-decoration: none;
  color: #fff;
}
.contact__link:before {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 1px;
  left: 0;
  background: #fff;
  -webkit-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
  visibility: hidden;
  content: "";
}
.contact__link:hover {
  color: #fff;
}
.contact__link:hover:before {
  width: 100%;
  visibility: visible;
}

.toggle {
  position: relative;
  cursor: pointer;
  margin: 0;
  display: none;
}
.toggle div {
  width: 40px;
  height: 6px;
  border-radius: 3px;
  background: #74B01F;
  margin: 6px 0;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
}
.toggle.is-active .toggle__1 {
  -webkit-transform: rotate(45deg) translate(8px, 9px);
      -ms-transform: rotate(45deg) translate(8px, 9px);
          transform: rotate(45deg) translate(8px, 9px);
}
.toggle.is-active .toggle__2 {
  opacity: 0;
}
.toggle.is-active .toggle__3 {
  -webkit-transform: rotate(-45deg) translate(8px, -9px);
      -ms-transform: rotate(-45deg) translate(8px, -9px);
          transform: rotate(-45deg) translate(8px, -9px);
}

.scroll-disabled {
  overflow-y: hidden;
}

.mobile-menu {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 90;
  background: #16171B;
  visibility: hidden;
  -webkit-transform: translate3d(-100%, 0, 0);
          transform: translate3d(-100%, 0, 0);
  -webkit-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.mobile-menu-toggle {
  display: none;
}
.mobile-menu.is-visible {
  visibility: visible;
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
}
.mobile-menu__inner {
  position: relative;
  height: 100%;
  max-width: 540px;
  margin: 0 auto;
  padding: 125px 15px 30px;
  overflow-y: auto;
}
.mobile-menu__button {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  margin-bottom: 15px;
}
.mobile-menu__row {
  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;
  padding-bottom: 15px;
  border-bottom: 1px solid #393A3D;
  margin-bottom: 30px;
}
.mobile-menu__social .social__item {
  margin-right: 15px;
}
.mobile-menu__list {
  position: relative;
  padding-left: 0;
  list-style: none;
  margin: 0;
}
.mobile-menu__list:before {
  position: absolute;
  top: 10px;
  left: 8px;
  width: 1px;
  height: calc(100% - 20px);
  background: #393A3D;
  content: "";
}
.mobile-menu__item {
  margin-bottom: 35px;
  line-height: 1.2;
}
.mobile-menu__item:last-child {
  margin-bottom: 0;
}
.mobile-menu__link {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  text-decoration: none;
}
.mobile-menu__link.mPS2id-highlight .mobile-menu__title {
  opacity: 1;
  visibility: visible;
  -webkit-transform: translateX(0);
      -ms-transform: translateX(0);
          transform: translateX(0);
}
.mobile-menu__link.mPS2id-highlight .mobile-menu__icon:before {
  background: #74B01F;
}
.mobile-menu__link.mPS2id-highlight .mobile-menu__icon:after {
  opacity: 1;
  visibility: visible;
  border-color: #74B01F;
}
.mobile-menu__icon {
  position: relative;
  width: 17px;
  height: 17px;
  min-width: 17px;
  margin-right: 35px;
}
.mobile-menu__icon:before {
  position: absolute;
  top: 6px;
  left: 6px;
  width: 5px;
  height: 5px;
  background: #fff;
  -webkit-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
  content: "";
}
.mobile-menu__icon:after {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 1px solid #fff;
  content: "";
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.mobile-menu__title {
  text-transform: uppercase;
  font-size: 14px;
  font-weight: 600;
  color: #fff;
}

@media (max-width: 1169.98px) {
  .header:before, .header:after {
    width: calc(50% - 50px);
  }

  .header__button {
    font-size: 14px;
  }

  .logo {
    width: 100px;
    margin-left: -50px;
  }

  .contact__text {
    font-size: 14px;
  }

  .contact__pic {
    margin-right: 10px;
  }
}
@media (max-width: 991.98px) {
  .header__location,
.header__email,
.header__phone {
    position: relative;
  }
  .header__location:hover .contact__content,
.header__email:hover .contact__content,
.header__phone:hover .contact__content {
    opacity: 1;
    visibility: visible;
  }
  .header__location:hover .contact__pic:before,
.header__email:hover .contact__pic:before,
.header__phone:hover .contact__pic:before {
    width: 100%;
    visibility: visible;
  }
  .header__location:hover .contact__pic-icon,
.header__email:hover .contact__pic-icon,
.header__phone:hover .contact__pic-icon {
    fill: #fff;
  }
  .header__location .contact__pic,
.header__email .contact__pic,
.header__phone .contact__pic {
    margin: 0;
  }
  .header__location .contact__content,
.header__email .contact__content,
.header__phone .contact__content {
    position: absolute;
    top: 100%;
    left: 50%;
    margin-left: -90px;
    width: 180px;
    background: rgba(22, 23, 27, 0.8);
    text-align: center;
    padding: 10px;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
    border-bottom: 1px solid #74B01F;
  }

  .header__email {
    margin-right: 30px;
  }

  .header__phone {
    margin-right: auto;
  }
}
@media (max-width: 767.98px) {
  .header {
    background: #16171B;
  }
  .header:before, .header:after {
    display: none;
  }
  .header.is-scroll {
    background: #16171B;
  }

  .logo {
    position: relative;
    top: auto;
    left: auto;
    margin: 0 auto 0 0;
    width: 75px;
    height: 100px;
  }

  .header__col {
    padding: 0 15px;
  }

  .header__button {
    display: none;
  }

  .header__location,
.header__email,
.header__phone {
    margin-right: 15px;
  }

  .mobile-menu-toggle {
    display: block;
  }

  .header__language {
    display: none;
  }
}
.menu {
  position: fixed;
  top: 50%;
  right: 52px;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  z-index: 10;
}
.menu__list {
  padding-left: 0;
  list-style: none;
  margin: 0;
}
.menu__item {
  margin-bottom: 35px;
  line-height: 1.2;
}
.menu__item:last-child {
  margin-bottom: 0;
}
.menu__link {
  position: relative;
  display: block;
}
.menu__link:hover .menu__title, .menu__link.mPS2id-highlight .menu__title {
  opacity: 1;
  visibility: visible;
  -webkit-transform: translateX(0);
      -ms-transform: translateX(0);
          transform: translateX(0);
}
.menu__link:hover .menu__icon:before, .menu__link.mPS2id-highlight .menu__icon:before {
  background: #fff;
}
.menu__link:hover .menu__icon:after, .menu__link.mPS2id-highlight .menu__icon:after {
  opacity: 1;
  visibility: visible;
  -webkit-transform: rotate(90deg);
      -ms-transform: rotate(90deg);
          transform: rotate(90deg);
}
.menu__link.mPS2id-highlight .menu__icon:before {
  background: #74B01F;
}
.menu__link.mPS2id-highlight .menu__icon:after {
  border-color: #74B01F;
  -webkit-transform: none;
      -ms-transform: none;
          transform: none;
}
.menu__icon {
  position: relative;
  width: 17px;
  height: 17px;
  min-width: 17px;
}
.menu__icon:before {
  position: absolute;
  top: 6px;
  left: 6px;
  width: 5px;
  height: 5px;
  background: #777;
  -webkit-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
  content: "";
}
.menu__icon:after {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 1px solid #fff;
  content: "";
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.menu__title {
  position: absolute;
  top: 0;
  right: 17px;
  padding-right: 18px;
  text-transform: uppercase;
  font-size: 14px;
  font-weight: 600;
  color: #fff;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
  min-width: 235px;
  text-align: right;
  -webkit-transform: translateX(10px);
      -ms-transform: translateX(10px);
          transform: translateX(10px);
}

@media (max-width: 1169.98px) {
  .menu {
    right: 17px;
  }
}
@media (max-width: 767.98px) {
  .menu {
    display: none;
  }
}
.banner-section {
  position: relative;
  padding: 100px 0;
  min-height: 100vh;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
}
.banner-section:before {
  position: absolute;
  top: 80px;
  right: 60px;
  height: calc(100% - 80px);
  width: 1px;
  background: rgba(255, 255, 255, 0.15);
  content: "";
  z-index: 1;
}
.banner-section__bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: block;
  overflow: hidden;
}
.banner-section__bg:after {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 80px;
  background: -webkit-gradient(linear, left top, left bottom, from(0), color-stop(0%, rgba(116, 176, 31, 0.3)), to(rgba(217, 254, 244, 0)));
  background: -o-linear-gradient(0, rgba(116, 176, 31, 0.3) 0%, rgba(217, 254, 244, 0) 100%);
  background: linear-gradient(0, rgba(116, 176, 31, 0.3) 0%, rgba(217, 254, 244, 0) 100%);
  content: "";
}
.banner-section__bg-img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.banner-section__social {
  position: absolute;
  top: 120px;
  left: 45px;
}
.banner-section__social .social__list {
  display: block;
}
.banner-section__social .social__item {
  margin: 0 0 20px;
}
.banner-section__social .social__item:last-child {
  margin: 0;
}
.banner-section__descr {
  font-size: 14px;
  text-transform: uppercase;
  line-height: 1.7;
  margin: 0 0 25px;
  max-width: 340px;
  letter-spacing: 0.095em;
}
.banner-section__title {
  font-size: 55px;
  font-weight: 400;
  line-height: 1;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  margin: 0 0 35px;
}
.banner-section__title span {
  font-size: 75px;
  font-weight: 600;
  display: block;
}

.banner-next {
  position: absolute;
  bottom: 0;
  left: 70px;
  font-size: 16px;
  color: #fff;
  padding-left: 70px;
  -webkit-transform: rotate(-90deg);
      -ms-transform: rotate(-90deg);
          transform: rotate(-90deg);
  -webkit-transform-origin: 0 100%;
      -ms-transform-origin: 0 100%;
          transform-origin: 0 100%;
  text-decoration: none;
  -webkit-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.banner-next:before {
  position: absolute;
  left: 0;
  top: 50%;
  width: 60px;
  height: 1px;
  background: #fff;
  content: "";
}
.banner-next:hover {
  color: #74B01F;
}

.video-wrap {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  overflow: hidden;
  display: block;
  width: 100%;
  height: 100%;
}
.video-wrap:before {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #16171B;
  content: "";
  opacity: 0.45;
}

.video {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

@media (max-width: 1169.98px) {
  .banner-section:before {
    right: 25px;
  }

  .banner-section__social {
    top: 100px;
    left: 20px;
  }
}
@media (max-width: 767.98px) {
  .banner-section:before {
    display: none;
  }

  .banner-section__social {
    display: none;
  }

  .banner-section__content {
    text-align: center;
  }

  .banner-section__descr {
    margin: 0 auto 20px;
    font-size: 12px;
  }

  .banner-section__title {
    font-size: 45px;
    margin-bottom: 25px;
  }
  .banner-section__title span {
    font-size: 45px;
  }

  .banner-next {
    left: 50px;
  }
}
.advantages-section {
  padding: 110px 0;
}
.advantages-section__title {
  margin-bottom: 35px;
}

.advantages-slider {
  max-width: 1685px;
  margin: 0 auto;
}
.advantages-slider__row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  width: auto;
  margin: 0;
}
.advantages-slider__col {
  padding: 0;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 16.6666%;
          flex: 0 0 16.6666%;
  max-width: 16.6666%;
  border-left: 1px solid #34353D;
}
.advantages-slider__col:last-child {
  border-right: 1px solid #34353D;
}
.advantages-slider__pagination {
  display: none;
}

.advantage-card {
  position: relative;
  width: 100%;
  height: 280px;
  padding-top: 75px;
}
.advantage-card:hover .advantage-card__picture {
  opacity: 1;
}
.advantage-card:hover .advantage-card__number {
  -webkit-transform: translateY(-35px);
      -ms-transform: translateY(-35px);
          transform: translateY(-35px);
}
.advantage-card:hover .advantage-card__title {
  opacity: 0;
  -webkit-transform: translateY(20px);
      -ms-transform: translateY(20px);
          transform: translateY(20px);
}
.advantage-card:hover .advantage-card__hidden {
  opacity: 1;
  visibility: visible;
  -webkit-transform: translateY(0);
      -ms-transform: translateY(0);
          transform: translateY(0);
}
.advantage-card__picture {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: block;
  opacity: 0;
  -webkit-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.advantage-card__img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.advantage-card__content {
  position: relative;
  -webkit-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
  padding: 0 10px;
}
.advantage-card__number {
  font-size: 40px;
  line-height: 1.2;
  font-weight: 500;
  color: #74B01F;
  text-align: center;
  margin-bottom: 5px;
  -webkit-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.advantage-card__title {
  font-size: 16px;
  text-align: center;
  -webkit-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.advantage-card__hidden {
  position: absolute;
  top: 25px;
  left: 0;
  -webkit-transform: translateY(20px);
      -ms-transform: translateY(20px);
          transform: translateY(20px);
  -webkit-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
  opacity: 0;
  visibility: hidden;
  width: 100%;
  min-height: 80px;
  background: -o-linear-gradient(271.01deg, rgba(166, 205, 93, 0.8) 0.86%, rgba(180, 220, 209, 0) 133.6%);
  background: linear-gradient(178.99deg, rgba(166, 205, 93, 0.8) 0.86%, rgba(180, 220, 209, 0) 133.6%);
  padding: 5px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-align: center;
  font-size: 20px;
  font-weight: 600;
  line-height: 1.25;
}
.advantage-card__hidden-number {
  font-size: 40px;
  line-height: 1.2;
  font-weight: 500;
  color: #74B01F;
  text-align: center;
  margin-bottom: 10px;
}

@media (max-width: 1169.98px) {
  .advantages-slider__col {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 33.3333%;
            flex: 0 0 33.3333%;
    max-width: 33.3333%;
  }
  .advantages-slider__col:nth-child(3) {
    border-right: 1px solid #34353D;
  }
}
@media (max-width: 991.98px) {
  .advantages-slider {
    padding-bottom: 30px;
  }

  .advantages-slider__row {
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    margin: 0;
  }

  .advantages-slider__col {
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
    max-width: 100%;
    padding: 0;
    height: auto;
    border-left: 0;
    border-right: 1px solid #34353D;
  }

  .advantages-slider__pagination {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
@media (max-width: 767.98px) {
  .advantages-slider__col {
    border: 0;
  }
  .advantages-slider__col:nth-child(3) {
    border: 0;
  }

  .advantages-section {
    padding: 35px 0;
  }

  .advantages-section__title {
    margin-bottom: 20px;
  }

  .advantage-card__picture {
    opacity: 1;
  }

  .advantage-card__number {
    -webkit-transform: translateY(-35px);
        -ms-transform: translateY(-35px);
            transform: translateY(-35px);
  }

  .advantage-card__title {
    opacity: 0;
    -webkit-transform: translateY(20px);
        -ms-transform: translateY(20px);
            transform: translateY(20px);
  }

  .advantage-card__hidden {
    opacity: 1;
    visibility: visible;
    -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
            transform: translateY(0);
  }
}
@media (min-width: 1170px) {
  .advantages-section__container {
    max-width: 100%;
  }
}
.cabinet-section {
  position: relative;
  padding: 80px 0;
  background: #1B1C20;
}
.cabinet-section__bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: block;
  overflow: hidden;
}
.cabinet-section__bg-img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center left;
     object-position: center left;
}
.cabinet-section__descr {
  text-transform: uppercase;
  font-size: 14px;
  line-height: 1.2;
  margin: 0 0 3px;
  color: rgba(255, 255, 255, 0.8);
}
.cabinet-section__title {
  text-align: left;
  margin-bottom: 20px;
}
.cabinet-section__text {
  margin-bottom: 25px;
  font-size: 18px;
  max-width: 335px;
  line-height: 1.3;
  color: rgba(255, 255, 255, 0.8);
}
.cabinet-section__text p:last-child {
  margin-bottom: 0;
}
.cabinet-section__col {
  margin-bottom: 30px;
}
.cabinet-section__col:nth-child(3n+2) {
  -webkit-transform: translateY(30px);
      -ms-transform: translateY(30px);
          transform: translateY(30px);
}

.cabinet-card {
  background: rgba(255, 255, 255, 0.1);
  height: 100%;
}
.cabinet-card:hover .cabinet-card__header:before {
  -webkit-transform: translateX(0);
      -ms-transform: translateX(0);
          transform: translateX(0);
}
.cabinet-card__header {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  min-height: 100px;
  padding: 10px 10px 10px 30px;
  overflow: hidden;
}
.cabinet-card__header:before {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: -webkit-gradient(linear, left top, right top, from(rgba(120, 182, 31, 0.3)), to(rgba(217, 254, 244, 0)));
  background: -o-linear-gradient(left, rgba(120, 182, 31, 0.3) 0%, rgba(217, 254, 244, 0) 100%);
  background: linear-gradient(to right, rgba(120, 182, 31, 0.3) 0%, rgba(217, 254, 244, 0) 100%);
  -webkit-transform: translateX(-40%);
      -ms-transform: translateX(-40%);
          transform: translateX(-40%);
  -webkit-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
  content: "";
}
.cabinet-card__pic {
  min-width: 40px;
  width: 40px;
  text-align: center;
  margin-right: 35px;
}
.cabinet-card__icon {
  fill: #74B01F;
}
.cabinet-card__title {
  font-size: 18px;
  font-weight: 600;
  margin: 0;
  line-height: 1.2;
}
.cabinet-card__text {
  padding: 15px 15px 15px 30px;
  font-size: 14px;
  line-height: 1.25;
  min-height: 100px;
}
.cabinet-card__text p:last-child {
  margin-bottom: 0;
}

@media (max-width: 1699.98px) {
  .cabinet-card__title {
    font-size: 16px;
  }

  .cabinet-card__pic {
    margin-right: 20px;
  }
}
@media (max-width: 1529.98px) {
  .cabinet-section__col {
    max-width: 50%;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
  }
  .cabinet-section__col:nth-child(3n+2) {
    -webkit-transform: none;
        -ms-transform: none;
            transform: none;
  }
}
@media (max-width: 991.98px) {
  .cabinet-section__content {
    text-align: center;
    margin-bottom: 30px;
  }

  .cabinet-section__title {
    text-align: center;
  }

  .cabinet-section__text {
    max-width: 100%;
  }
}
@media (max-width: 767.98px) {
  .cabinet-section {
    padding: 35px 0 20px;
  }

  .cabinet-section__bg-img {
    -o-object-position: top center;
       object-position: top center;
  }

  .cabinet-section__title {
    margin-bottom: 10px;
  }

  .cabinet-section__descr {
    margin-bottom: 10px;
  }

  .cabinet-section__text {
    font-size: 16px;
  }

  .cabinet-section__col {
    max-width: 100%;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    margin-bottom: 20px;
  }

  .cabinet-card__header {
    padding: 5px 15px;
    min-height: 65px;
  }

  .cabinet-card__pic {
    width: 30px;
    min-width: 30px;
    margin-right: 20px;
  }

  .cabinet-card__icon {
    max-width: 100%;
    height: auto;
  }

  .cabinet-card__title {
    font-size: 16px;
  }
  .cabinet-card__title br {
    display: none;
  }

  .cabinet-card__text {
    padding: 15px;
    min-height: 65px;
  }
}
@media (min-width: 1170px) {
  .cabinet-section__container {
    padding: 0 115px;
    max-width: 100%;
  }
}
.register-section {
  padding: 55px 0;
}

.register-banner {
  position: relative;
  border: 3px solid #859177;
  padding: 35px 80px 40px 0;
}
.register-banner__picture {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: block;
}
.register-banner__img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center left;
     object-position: center left;
}
.register-banner__content {
  position: relative;
  max-width: 50%;
  margin-left: auto;
}
.register-banner__title {
  margin-bottom: 20px;
  text-align: left;
}
.register-banner__title span {
  display: block;
  font-weight: 600;
}
.register-banner__arrow {
  position: absolute;
  bottom: 35px;
  left: 55%;
  fill: #fff;
  opacity: 0.2;
}

@media (max-width: 991.98px) {
  .register-banner__title {
    font-size: 30px;
  }

  .register-banner__arrow {
    left: 75%;
  }
}
@media (max-width: 767.98px) {
  .register-section {
    padding: 10px 0;
  }

  .register-banner {
    background: -webkit-gradient(linear, left top, left bottom, from(rgba(165, 204, 92, 0.3)), to(rgba(217, 254, 244, 0)));
    background: -o-linear-gradient(top, rgba(165, 204, 92, 0.3) 0%, rgba(217, 254, 244, 0) 100%);
    background: linear-gradient(180deg, rgba(165, 204, 92, 0.3) 0%, rgba(217, 254, 244, 0) 100%);
    border: 0;
    padding: 0;
  }

  .register-banner__picture {
    position: relative;
    top: auto;
    left: auto;
    width: 100%;
    height: 185px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
  }

  .register-banner__content {
    max-width: 100%;
    text-align: center;
    padding: 15px 15px 30px;
  }

  .register-banner__title {
    font-size: 22px;
    text-align: center;
    margin-bottom: 25px;
  }

  .register-banner__arrow {
    height: 30px;
    width: auto;
    bottom: 80px;
  }
}
.drop-section {
  position: relative;
  padding: 120px 0;
  background: #1B1C20;
}
.drop-section__bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: block;
  overflow: hidden;
}
.drop-section__bg-img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center left;
     object-position: center left;
}
.drop-section__descr {
  text-transform: uppercase;
  font-size: 14px;
  line-height: 1.2;
  margin: 0 0 3px;
  color: rgba(255, 255, 255, 0.8);
}
.drop-section__title {
  text-align: left;
  margin-bottom: 20px;
}
.drop-section__text {
  margin-bottom: 50px;
  font-size: 18px;
  line-height: 1.3;
  color: rgba(255, 255, 255, 0.8);
  max-width: 645px;
}
.drop-section__text p:last-child {
  margin-bottom: 0;
}
.drop-section__picture {
  display: block;
}
.drop-section__img {
  max-width: 100%;
  height: auto;
}

@media (max-width: 991.98px) {
  .drop-section__content {
    text-align: center;
  }

  .drop-section__title {
    text-align: center;
  }

  .drop-section__bg-img {
    -o-object-position: top center;
       object-position: top center;
  }
}
@media (max-width: 767.98px) {
  .drop-section {
    padding: 260px 0 35px;
  }

  .drop-section__descr {
    margin-bottom: 10px;
  }
}
@media (min-width: 1170px) {
  .drop-section__container {
    padding: 0 115px;
    max-width: 100%;
  }
}
.profit-section {
  position: relative;
  padding: 120px 0;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(165, 204, 92, 0.3)), to(rgba(217, 254, 244, 0)));
  background: -o-linear-gradient(top, rgba(165, 204, 92, 0.3) 0%, rgba(217, 254, 244, 0) 100%);
  background: linear-gradient(180deg, rgba(165, 204, 92, 0.3) 0%, rgba(217, 254, 244, 0) 100%);
}
.profit-section__bg-text {
  position: absolute;
  bottom: -16px;
  left: 0;
  font-size: 130px;
  line-height: 1;
  font-weight: 600;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.2);
  letter-spacing: 0.05em;
}
.profit-section__content {
  text-align: center;
  margin-bottom: 50px;
}
.profit-section__descr {
  text-transform: uppercase;
  font-size: 14px;
  line-height: 1.2;
  margin: 0 0 7px;
  color: rgba(255, 255, 255, 0.8);
}
.profit-section__title {
  margin-bottom: 20px;
}
.profit-section__text {
  margin: 0 auto;
  font-size: 18px;
  line-height: 1.3;
  color: rgba(255, 255, 255, 0.8);
  max-width: 1110px;
}
.profit-section__text p:last-child {
  margin-bottom: 0;
}
.profit-section__picture {
  display: block;
  text-align: center;
}
.profit-section__img {
  width: 100%;
  height: auto;
}
.profit-section__row {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 0;
}
.profit-section__col {
  padding: 0;
}

.profit-item {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 20px 20px 20px 25px;
  margin-bottom: 20px;
  -webkit-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.profit-item:before {
  position: absolute;
  top: 0;
  left: 0;
  width: 115px;
  height: 100%;
  background: -webkit-gradient(linear, left top, right top, from(rgba(120, 182, 31, 0.3)), to(rgba(120, 182, 31, 0)));
  background: -o-linear-gradient(left, rgba(120, 182, 31, 0.3) 0%, rgba(120, 182, 31, 0) 100%);
  background: linear-gradient(to right, rgba(120, 182, 31, 0.3) 0%, rgba(120, 182, 31, 0) 100%);
  opacity: 0;
  -webkit-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
  content: "";
}
.profit-item:hover {
  background: rgba(255, 255, 255, 0.2);
}
.profit-item:hover:before {
  opacity: 1;
}
.profit-item:last-child {
  margin-bottom: 0;
}
.profit-item__pic {
  width: 40px;
  min-width: 40px;
  text-align: center;
  margin-right: 15px;
}
.profit-item__icon {
  fill: #74B01F;
}
.profit-item__title {
  font-size: 18px;
  font-weight: 600;
  line-height: 1.22;
}

@media (max-width: 1699.98px) {
  .profit-item__title {
    font-size: 16px;
  }
}
@media (max-width: 1169.98px) {
  .profit-section__text {
    font-size: 16px;
  }
}
@media (max-width: 991.98px) {
  .profit-section__row {
    margin: 0 -15px;
  }

  .profit-section__col {
    padding: 0 15px;
    margin-bottom: 20px;
  }

  .profit-section__img {
    width: auto;
    max-width: 100%;
  }

  .profit-section__bg-text {
    font-size: 90px;
    bottom: -12px;
  }
}
@media (max-width: 767.98px) {
  .profit-section {
    padding: 35px 0 70px;
  }

  .profit-section__content {
    text-align: left;
    margin-bottom: 20px;
  }

  .profit-section__descr {
    margin-bottom: 10px;
  }

  .profit-section__title {
    text-align: left;
  }

  .profit-item {
    background: rgba(255, 255, 255, 0.2);
    padding: 10px 20px;
    min-height: 80px;
  }
  .profit-item:before {
    opacity: 1;
  }

  .profit-item__pic {
    margin-right: 20px;
  }

  .profit-section__bg-text {
    font-size: 53px;
    bottom: -5px;
  }
}
@media (min-width: 1170px) {
  .profit-section__container {
    padding: 0 115px;
    max-width: 100%;
  }
}
.trademarks-section {
  position: relative;
  padding: 110px 0;
  background: #1B1C20;
}
.trademarks-section__bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 50%;
  height: 100%;
  display: block;
  overflow: hidden;
}
.trademarks-section__bg-img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center right;
     object-position: center right;
}
.trademarks-section__content {
  margin-bottom: 15px;
}
.trademarks-section__descr {
  text-transform: uppercase;
  font-size: 14px;
  line-height: 1.2;
  text-align: center;
  color: rgba(255, 255, 255, 0.8);
  margin: 0 0 5px;
}

.trademark-card__picture {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
  height: 135px;
  background: rgba(255, 255, 255, 0.2);
  padding: 20px;
  margin-bottom: 10px;
  -webkit-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
}
.trademark-card__img {
  max-width: 100%;
  height: auto;
}
.trademark-card__title {
  text-align: center;
  font-size: 18px;
  font-weight: 600;
  -webkit-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
}

.trademarks-slider-wrap {
  position: relative;
}

.trademarks-slider {
  max-width: 540px;
  margin: 0 auto;
  padding: 15px 0 50px;
}
.trademarks-slider__slide.swiper-slide-active .trademark-card__picture {
  -webkit-transform: scale(1.2);
      -ms-transform: scale(1.2);
          transform: scale(1.2);
}
.trademarks-slider__slide.swiper-slide-active .trademark-card__title {
  -webkit-transform: translateY(15px);
      -ms-transform: translateY(15px);
          transform: translateY(15px);
}
.trademarks-slider-prev {
  position: absolute;
  top: 60px;
  left: 0;
  cursor: pointer;
  z-index: 10;
}
.trademarks-slider-prev__icon {
  fill: rgba(255, 255, 255, 0.4);
  -webkit-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.trademarks-slider-prev:hover .trademarks-slider-prev__icon {
  fill: #74B01F;
}
.trademarks-slider-next {
  position: absolute;
  top: 60px;
  right: 0;
  cursor: pointer;
  z-index: 10;
}
.trademarks-slider-next__icon {
  fill: rgba(255, 255, 255, 0.4);
  -webkit-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.trademarks-slider-next:hover .trademarks-slider-next__icon {
  fill: #74B01F;
}

@media (max-width: 767.98px) {
  .trademarks-section {
    padding: 35px 0;
  }

  .trademarks-section__bg {
    width: 100%;
  }

  .trademarks-section__bg-img {
    -o-object-position: top center;
       object-position: top center;
  }

  .trademarks-section__descr {
    margin-bottom: 10px;
  }

  .trademarks-slider-wrap {
    margin: 0 -15px;
  }

  .trademarks-slider-next,
.trademarks-slider-prev {
    display: none;
  }
}
.supplier-section {
  position: relative;
  padding: 120px 0;
}
.supplier-section:before {
  position: absolute;
  bottom: 0;
  right: 0;
  height: 63%;
  width: 44%;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(120, 182, 31, 0.3)), to(rgba(217, 254, 244, 0)));
  background: -o-linear-gradient(top, rgba(120, 182, 31, 0.3) 0%, rgba(217, 254, 244, 0) 100%);
  background: linear-gradient(180deg, rgba(120, 182, 31, 0.3) 0%, rgba(217, 254, 244, 0) 100%);
  content: "";
}
.supplier-section__title {
  text-align: left;
  margin-bottom: 25px;
}
.supplier-section__text {
  font-size: 18px;
  color: rgba(255, 255, 255, 0.8);
}
.supplier-section__text p {
  margin-bottom: 2rem;
}
.supplier-section__text h4 {
  margin: 0;
}
.supplier-section__text ul {
  padding-left: 0;
  list-style: none;
  margin: 0;
}
.supplier-section__text ul li {
  position: relative;
  padding-left: 30px;
}
.supplier-section__text ul li:before {
  position: absolute;
  top: 10px;
  left: 13px;
  width: 4px;
  height: 4px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.8);
  content: "";
}

.supplier-video__link {
  position: relative;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
}
.supplier-video__link:before {
  position: absolute;
  bottom: -40px;
  right: -35px;
  width: 80%;
  height: 90%;
  border: 3px solid rgba(255, 255, 255, 0.4);
  content: "";
  z-index: -1;
}
.supplier-video__link:hover .supplier-video__icon {
  -webkit-transform: scale(1.2);
      -ms-transform: scale(1.2);
          transform: scale(1.2);
}
.supplier-video__picture {
  position: relative;
  display: inline-block;
  width: 100%;
  z-index: 0;
}
.supplier-video__img {
  max-width: 100%;
  height: auto;
}
.supplier-video__icon {
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -33px;
  margin-left: -38px;
  -webkit-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

@media (max-width: 1169.98px) {
  .supplier-section__text {
    font-size: 16px;
  }
}
@media (max-width: 991.98px) {
  .supplier-section:before {
    width: 80%;
    height: 40%;
  }

  .supplier-section__content {
    margin-bottom: 30px;
  }

  .supplier-section__title {
    text-align: center;
  }
}
@media (max-width: 767.98px) {
  .supplier-section {
    padding: 35px 0 50px;
  }
  .supplier-section:before {
    height: 255px;
    width: calc(100% - 15px);
  }

  .supplier-section__title {
    margin-bottom: 15px;
    text-align: left;
  }

  .supplier-section__text p {
    margin-bottom: 1rem;
  }
  .supplier-section__text h4 {
    font-size: 18px;
    margin-bottom: 0.4rem;
  }

  .supplier-video {
    padding-right: 15px;
  }

  .supplier-video__link:before {
    bottom: -15px;
    right: -15px;
  }

  .supplier-video__icon {
    width: 46px;
    height: auto;
    margin-top: -23px;
    margin-left: -23px;
  }
}
.feedback-section {
  position: relative;
  padding: 120px 0;
  background: #1B1C20;
}
.feedback-section__bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: block;
  overflow: hidden;
}
.feedback-section__bg-img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center right;
     object-position: center right;
}
.feedback-section__logo {
  position: absolute;
  top: 50%;
  left: 165px;
  margin-top: -185px;
}
.feedback-section__logo-img {
  opacity: 0.3;
}
.feedback-section__title {
  text-align: left;
  margin-bottom: 20px;
  max-width: 360px;
}
.feedback-section__text {
  font-size: 18px;
  max-width: 410px;
  line-height: 1.25;
  color: rgba(255, 255, 255, 0.8);
}
.feedback-section__text p:last-child {
  margin-bottom: 0;
}

@media (max-width: 991.98px) {
  .feedback-section__title {
    max-width: 100%;
  }

  .feedback-section__text {
    max-width: 100%;
  }

  .feedback-section__content {
    margin-bottom: 20px;
  }

  .feedback-section__logo {
    top: 40px;
    left: 150px;
    width: 135px;
    margin-top: 0;
  }

  .feedback-section__logo-img {
    max-width: 100%;
    height: auto;
  }
}
@media (max-width: 767.98px) {
  .feedback-section {
    padding-bottom: 35px;
  }

  .feedback-section__bg {
    bottom: 0;
    top: auto;
    height: 70%;
  }

  .feedback-section__bg-img {
    -o-object-position: top center;
       object-position: top center;
  }

  .feedback-section__logo {
    left: 15px;
  }

  .feedback-section__text {
    font-size: 16px;
  }

  .feedback-section__content {
    margin-bottom: 40px;
  }
}
.contacts-section {
  position: relative;
  padding: 120px 0;
}
.contacts-section:before {
  position: absolute;
  bottom: 0;
  left: 0;
  height: 63%;
  width: 44%;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(120, 182, 31, 0.3)), to(rgba(217, 254, 244, 0)));
  background: -o-linear-gradient(top, rgba(120, 182, 31, 0.3) 0%, rgba(217, 254, 244, 0) 100%);
  background: linear-gradient(180deg, rgba(120, 182, 31, 0.3) 0%, rgba(217, 254, 244, 0) 100%);
  content: "";
}
.contacts-section__bg-text {
  position: absolute;
  bottom: -16px;
  right: 0;
  font-size: 130px;
  line-height: 1;
  font-weight: 600;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.2);
  letter-spacing: 0.05em;
}
.contacts-section__picture {
  position: relative;
  display: inline-block;
  z-index: 0;
}
.contacts-section__picture:before {
  position: absolute;
  bottom: -30px;
  left: -40px;
  width: 65%;
  height: 92%;
  border: 3px solid rgba(255, 255, 255, 0.4);
  content: "";
  z-index: -1;
}
.contacts-section__img {
  max-width: 100%;
  height: auto;
}
.contacts-section__content {
  padding-left: 85px;
}
.contacts-section__descr {
  text-transform: uppercase;
  font-size: 14px;
  line-height: 1.2;
  color: rgba(255, 255, 255, 0.8);
  margin: 0 0 3px;
}
.contacts-section__title {
  text-align: left;
  margin-bottom: 25px;
}
.contacts-section__col {
  margin-bottom: 20px;
}

@media (max-width: 1169.98px) {
  .contacts-section__content {
    padding-left: 0;
  }
}
@media (max-width: 991.98px) {
  .contacts-section__picture {
    margin-bottom: 60px;
  }

  .contacts-section:before {
    bottom: auto;
    top: 25%;
    height: 45%;
    width: 80%;
  }

  .contacts-section__bg-text {
    font-size: 90px;
    bottom: -12px;
  }
}
@media (max-width: 767.98px) {
  .contacts-section {
    padding: 15px 0 35px;
  }
  .contacts-section:before {
    height: 225px;
    top: 80px;
  }

  .contacts-section__picture {
    margin-left: 15px;
    margin-bottom: 45px;
  }
  .contacts-section__picture:before {
    left: -15px;
    bottom: -15px;
  }

  .contacts-section__descr {
    margin-bottom: 10px;
  }

  .contacts-section__title {
    margin-bottom: 15px;
  }

  .contacts-section__bg-text {
    font-size: 40px;
    bottom: -5px;
    color: rgba(255, 255, 255, 0.08);
  }
}
.footer {
  background: #1D1E21;
  padding: 40px 0 20px;
}
.footer__col {
  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;
  margin-bottom: 40px;
}
.footer-logo {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  min-width: 160px;
}
.footer-menu__list {
  padding-left: 0;
  list-style: none;
  margin: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.footer-menu__item {
  margin-right: 35px;
}
.footer-menu__item:last-child {
  margin-right: 0;
}
.footer-menu__item.is-active .footer-menu__link {
  color: #74B01F;
}
.footer-menu__link {
  color: #fff;
  font-size: 14px;
  font-weight: 600;
  text-transform: uppercase;
  -webkit-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
  text-decoration: none;
}
.footer-menu__link:hover {
  color: #74B01F;
}
.footer__copyright {
  font-size: 14px;
  color: #77787A;
  line-height: 1.2;
  border-top: 1px solid #4A4B4D;
  padding-top: 20px;
  text-align: center;
}
.footer__copyright p {
  margin: 0;
}

.back-to-top {
  position: fixed;
  right: 35px;
  bottom: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  z-index: 70;
  width: 50px;
  height: 80px;
  padding-bottom: 10px;
  background: #74B01F;
  text-decoration: none;
  -webkit-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
  opacity: 0;
  visibility: hidden;
}
.back-to-top.is-scroll {
  opacity: 1;
  visibility: visible;
}
.back-to-top__arrow {
  fill: #fff;
  -webkit-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.back-to-top:hover {
  opacity: 0.5;
}
.back-to-top:active {
  opacity: 0.5;
}

@media (max-width: 1169.98px) {
  .footer-logo {
    min-width: 0;
    margin-right: 15px;
  }

  .back-to-top {
    right: 15px;
  }
}
@media (max-width: 991.98px) {
  .footer__col {
    display: block;
  }

  .footer-logo {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin: 0 0 30px;
  }

  .footer-menu {
    margin-bottom: 30px;
  }

  .footer-menu__list {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }

  .footer__social .social__list {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }

  .footer__col {
    margin-bottom: 20px;
  }
}
@media (max-width: 767.98px) {
  .footer-menu__list {
    display: block;
  }

  .footer-menu__item {
    text-align: center;
    margin: 0 0 10px;
  }
  .footer-menu__item:last-child {
    margin-bottom: 0;
  }

  .footer__copyright {
    text-align: left;
    padding-top: 15px;
  }
  .footer__copyright p {
    max-width: 165px;
  }
}
.popup {
  position: relative;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(165, 204, 92, 0.3)), to(rgba(217, 254, 244, 0))), #16171B;
  background: -o-linear-gradient(top, rgba(165, 204, 92, 0.3) 0%, rgba(217, 254, 244, 0) 100%), #16171B;
  background: linear-gradient(180deg, rgba(165, 204, 92, 0.3) 0%, rgba(217, 254, 244, 0) 100%), #16171B;
  max-width: 565px;
  border-radius: 0;
  margin: 0 auto;
  width: 100%;
  display: none;
  -webkit-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
  -webkit-transform: scale(0.8);
      -ms-transform: scale(0.8);
          transform: scale(0.8);
  overflow: visible;
  border: 3px solid #859177;
  padding: 35px 20px 60px;
  text-align: center;
}
.popup__title {
  font-size: 40px;
  font-weight: 600;
  line-height: 1.2;
  text-transform: uppercase;
  margin: 0 0 10px;
}
.popup__text {
  font-size: 14px;
  text-transform: uppercase;
  letter-spacing: 0.095em;
  margin-bottom: 20px;
}
.popup__text p:last-child {
  margin-bottom: 0;
}

.fancybox-slide--html .fancybox-close-small {
  top: -52px;
  right: -10px;
  padding: 0;
  width: 40px;
  height: 40px;
  -webkit-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
  opacity: 1;
  outline: none;
  display: none;
}
.fancybox-slide--html .fancybox-close-small svg path {
  fill: #fff;
}
.fancybox-slide--html .fancybox-close-small:hover {
  opacity: 1;
  -webkit-transform: rotate(180deg);
      -ms-transform: rotate(180deg);
          transform: rotate(180deg);
}

.fancybox-bg {
  background: rgba(0, 0, 0, 0.8);
}

.fancybox-slide--current .popup {
  -webkit-transform: scale(1);
      -ms-transform: scale(1);
          transform: scale(1);
}

@media (max-width: 767.98px) {
  .fancybox-slide {
    padding: 15px;
  }

  .popup {
    padding: 15px 10px 30px;
  }

  .popup__title {
    font-size: 25px;
  }
}