@font-face {
  font-family: "TTFors";
  font-weight: 300;
  font-style: normal;
  src: url("../fonts/TTFors-Light.woff2") format("woff2"), url("../fonts/TTFors-Light.woff") format("woff");
  font-display: swap;
}
@font-face {
  font-family: "TTFors";
  font-weight: 400;
  font-style: normal;
  src: url("../fonts/TTFors-Regular.woff2") format("woff2"), url("../fonts/TTFors-Regular.woff") format("woff");
  font-display: swap;
}
@font-face {
  font-family: "TTFors";
  font-weight: 500;
  font-style: normal;
  src: url("../fonts/TTFors-Medium.woff2") format("woff2"), url("../fonts/TTFors-Medium.woff") format("woff");
  font-display: swap;
}
@font-face {
  font-family: "TTFors";
  font-weight: 700;
  font-style: normal;
  src: url("../fonts/TTFors-Bold.woff2") format("woff2"), url("../fonts/TTFors-Bold.woff") format("woff");
  font-display: swap;
}
*, :before, :after {
  outline: none !important;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

:root {
  --app-height: 100vh;
  --main-color: #e2c95e;
  --main-color-hover: #ffe884;
  --accent-color: #7ad46d;
  --accent-color-hover: #a2f795;
  scroll-behavior: auto;
}

::-webkit-input-placeholder {
  opacity: 1;
}

::-moz-placeholder {
  opacity: 1;
}

:-ms-input-placeholder {
  opacity: 1;
}

::-ms-input-placeholder {
  opacity: 1;
}

::placeholder {
  opacity: 1;
}

body, html {
  font-size: 20px;
}

body {
  position: relative;
  overflow-x: hidden;
  min-width: 320px;
  background: #000 url("../img/bg.svg") no-repeat 50% 0;
  font-family: "TTFors", sans-serif;
  line-height: 1.2;
  color: #fff;
}

a {
  text-decoration: underline;
  color: inherit;
}
a:hover {
  text-decoration: none;
}

button {
  cursor: pointer;
}

strong, b {
  font-weight: bold;
}

p, blockquote, ul, ol, h1, h2, h3, h4, h5, h6 {
  margin: 0 0 20px;
}

h1, .h1 {
  font-weight: bold;
  line-height: 1.2;
  font-size: 60px;
}

h2, .h2 {
  font-weight: bold;
  line-height: 1.2;
  font-size: 40px;
}

img {
  display: inline-block;
  vertical-align: middle;
  width: auto;
  height: auto;
  max-width: 100%;
}

.wrapper {
  overflow: hidden;
  position: relative;
  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: var(--app-height);
}
.wrapper > main {
  -webkit-box-flex: 1;
      -ms-flex: 1 0 auto;
          flex: 1 0 auto;
  width: 100%;
}

.clearfix:after {
  content: "";
  display: table;
  clear: both;
}

.container {
  width: 1430px;
  margin: 0 auto;
  padding: 0 15px;
}

.img-box {
  position: relative;
}
.img-box img {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  width: auto;
  height: auto;
  max-width: 100%;
  max-height: 100%;
}

.tt-upper {
  text-transform: uppercase;
}

.tt-none {
  text-transform: none;
}

.c-main {
  color: var(--main-color);
}

.title {
  margin-bottom: 65px;
  text-align: center;
  font-size: 30px;
}
.title__head {
  margin-bottom: 45px;
  color: var(--main-color);
}
.title > :last-child {
  margin-bottom: 0;
}

.b-content {
  line-height: 1.5;
  font-weight: 300;
  font-size: 23px;
  color: #a3a3a3;
}

.btn {
  cursor: pointer;
  display: inline-block;
  position: relative;
  padding: 17px 55px;
  background: var(--main-color);
  border: none;
  border-radius: 10px;
  text-decoration: none;
  text-align: center;
  line-height: 26px;
  font-weight: 500;
  font-size: 23px;
  color: #000;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.btn:hover {
  background: var(--main-color-hover);
}

.form-item {
  margin-bottom: 12px;
}

.form-field {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  display: block;
  width: 100%;
  padding: 12px 20px;
  background: none;
  border: 1px solid rgba(0, 0, 0, 0.6);
  border-radius: 8px;
  line-height: 24px;
  font-weight: 300;
  font-size: 20px;
  color: #000;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.form-field::-webkit-input-placeholder {
  opacity: 0.6;
}
.form-field::-moz-placeholder {
  opacity: 0.6;
}
.form-field:-ms-input-placeholder {
  opacity: 0.6;
}
.form-field::-ms-input-placeholder {
  opacity: 0.6;
}
.form-field::placeholder {
  opacity: 0.6;
}
.form-field:focus {
  border-color: #000;
}

textarea.form-field {
  resize: none;
}
textarea.form-field:not([rows]) {
  height: 100px;
}

.sandwich {
  position: relative;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px;
  vertical-align: middle;
  padding: 0;
  border: none;
  background: none;
  color: inherit;
}
.sandwich__icon {
  -webkit-box-flex: 0;
      -ms-flex: none;
          flex: none;
  overflow: hidden;
  position: relative;
  display: inline-block;
  width: 26px;
  height: 26px;
}
.sandwich__icon span {
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  height: 2px;
  margin: -1px 0 0;
  background: currentColor;
  -webkit-transition: width 0.4s, -webkit-transform 0.4s;
  transition: width 0.4s, -webkit-transform 0.4s;
  transition: width 0.4s, transform 0.4s;
  transition: width 0.4s, transform 0.4s, -webkit-transform 0.4s;
}
.sandwich__icon span:nth-child(1) {
  -webkit-transform: translateY(-8px);
      -ms-transform: translateY(-8px);
          transform: translateY(-8px);
}
.sandwich__icon span:nth-child(3) {
  -webkit-transform: translateY(8px);
      -ms-transform: translateY(8px);
          transform: translateY(8px);
}
.sandwich.active .sandwich__icon span:nth-child(1) {
  -webkit-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
          transform: rotate(45deg);
}
.sandwich.active .sandwich__icon span:nth-child(2) {
  -webkit-transform: translateX(120%);
      -ms-transform: translateX(120%);
          transform: translateX(120%);
}
.sandwich.active .sandwich__icon span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
      -ms-transform: rotate(-45deg);
          transform: rotate(-45deg);
}

.header {
  position: relative;
}
.header__scroll {
  position: absolute;
  z-index: 100;
  top: 0;
  left: 0;
  right: 0;
  -webkit-transition: background-color 0.3s;
  transition: background-color 0.3s;
}
.header__scroll._fixed {
  position: fixed;
  background-color: #000;
}
.header__scroll._fixed .header__grid {
  padding: 15px 0;
}
.header__scroll._fixed .header__logo img._txt {
  opacity: 0;
}
.header__grid {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 35px 0;
  -webkit-transition: padding 0.3s;
  transition: padding 0.3s;
}
.header__logo {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-right: 180px;
}
.header__logo img {
  display: block;
  max-height: 60px;
}
.header__logo img._txt {
  margin-left: 10px;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}
.header__menu {
  -webkit-box-flex: 1;
      -ms-flex: 1 0 0px;
          flex: 1 0 0;
}
.header__menu-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin: 0;
  padding: 0;
  list-style: none;
}
.header__menu-list ul {
  display: none;
  margin: 0;
  padding: 0;
  list-style: none;
}
.header__menu-list a {
  display: inline-block;
  text-decoration: none;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.header__menu-list a:hover, .header__menu-list a.mPS2id-highlight {
  color: var(--main-color);
}
.header__menu-list > li {
  position: relative;
  padding: 0 22px;
}
.header__menu-list > li:last-child:not(.dropdown) {
  padding-right: 0;
}
.header__menu-list > li > a {
  position: relative;
  z-index: 5;
}
.header__menu-list > li > ul {
  display: block;
  position: absolute;
  z-index: 4;
  top: -15px;
  left: 0;
  min-width: 100%;
  padding: 37px 22px 18px;
  white-space: nowrap;
  font-size: 0.9rem;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: opacity 0.2s, visibility 0.2s;
  transition: opacity 0.2s, visibility 0.2s;
}
.header__menu-list > li > ul:before, .header__menu-list > li > ul:after {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 12px;
}
.header__menu-list > li > ul:before {
  background: #000;
}
.header__menu-list > li > ul:after {
  border: 1px solid var(--accent-color);
  -webkit-mask-image: linear-gradient(230deg, rgba(0, 0, 0, 0) 20%, #000);
          mask-image: linear-gradient(230deg, rgba(0, 0, 0, 0) 20%, #000);
  opacity: 0.7;
}
.header__menu-list > li > ul > li {
  margin-top: 0.95rem;
}
.header__menu-list > li:hover > ul {
  opacity: 1;
  visibility: visible;
}
.header__toggle {
  -webkit-box-flex: 0;
      -ms-flex: none;
          flex: none;
}

.bann {
  position: relative;
  z-index: 1;
  padding-top: 170px;
  margin-bottom: 130px;
}
.bann__grid {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.bann__main {
  -webkit-box-flex: 1;
      -ms-flex: 1 0 0px;
          flex: 1 0 0;
}
.bann__top {
  margin-bottom: 60px;
  color: var(--main-color);
}
.bann__head {
  margin: 0;
  font-size: 101px;
  color: var(--accent-color);
}
.bann__subhead {
  margin: 10px 0 0;
  text-transform: uppercase;
  font-weight: 500;
  font-size: 63px;
}
.bann__descr {
  margin: 50px 0 0;
  max-width: 27em;
}
.bann__action {
  position: relative;
  display: inline-block;
  padding-right: 190px;
  margin-top: 75px;
}
.bann__action-arrow {
  position: absolute;
  z-index: -1;
  top: -65px;
  right: 0;
}
.bann__img {
  -webkit-box-flex: 0;
      -ms-flex: none;
          flex: none;
  margin-left: 60px;
  max-width: 560px;
  padding-top: 28px;
}

.services {
  margin-bottom: 80px;
}
.services .title {
  margin-bottom: 95px;
}

.serv-advants {
  margin-bottom: 125px;
}
.serv-advants__grid {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 0 -50px -100px;
}

.serv-advant {
  -webkit-box-flex: 0;
      -ms-flex: none;
          flex: none;
  width: 33.33%;
  padding: 0 50px 100px;
  text-align: center;
  color: #a3a3a3;
}
.serv-advant__box {
  position: relative;
  z-index: 1;
  padding: 30px;
  height: 100%;
}
.serv-advant__box:before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 1px solid rgba(226, 201, 94, 0.3);
  border-radius: 40px;
  -webkit-mask-image: linear-gradient(50deg, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.8), rgba(0, 0, 0, 0));
          mask-image: linear-gradient(50deg, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.8), rgba(0, 0, 0, 0));
}
.serv-advant__box > :last-child {
  margin-bottom: 0;
}
.serv-advant__img {
  max-width: 165px;
  margin: 0 auto 30px;
}
.serv-advant__img:before {
  content: "";
  display: block;
  width: 100%;
  padding-bottom: 100%;
}
.serv-advant__head {
  margin-bottom: 30px;
  font-size: 30px;
  color: var(--accent-color);
}

.sevice-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 100px;
}
.sevice-item:last-child {
  margin-bottom: 0;
}
.sevice-item__main {
  -webkit-box-flex: 1;
      -ms-flex: 1 0 0px;
          flex: 1 0 0;
}
.sevice-item__main .btn {
  margin-top: 60px;
}
.sevice-item__main .b-content {
  margin: 50px 0 0;
}
.sevice-item__main > :last-child {
  margin-bottom: 0;
}
.sevice-item__head {
  margin: 0;
  font-weight: normal;
}
.sevice-item__img {
  -webkit-box-flex: 0;
      -ms-flex: none;
          flex: none;
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
  margin: 0 -60px 0 120px;
  width: 460px;
  text-align: center;
}

.partners {
  margin-bottom: 65px;
}
.partners__box {
  position: relative;
}
.partners__box-bg {
  overflow: hidden;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 1px solid #7ad46d;
  border-radius: 30px;
  background: #000;
  opacity: 0.2;
}
.partners__box-bg:before, .partners__box-bg:after {
  content: "";
  position: absolute;
  width: 800px;
  height: 300px;
  background: radial-gradient(50% 50% at 50% 50%, rgba(120, 209, 107, 0.8) 0%, rgba(120, 209, 107, 0) 100%);
}
.partners__box-bg:before {
  top: -150px;
  left: -150px;
}
.partners__box-bg:after {
  bottom: -200px;
  right: -150px;
}
.partners__box-grid {
  position: relative;
  z-index: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 20px;
  min-height: 100px;
  padding: 20px 60px;
}
.partners__box-item {
  display: inline-block;
}
.partners__box-item img {
  max-width: 205px;
  max-height: 60px;
}

.contacts {
  position: relative;
  margin-bottom: 130px;
}
.contacts:after {
  content: "";
  position: absolute;
  z-index: -5;
  left: 50%;
  bottom: -1000px;
  margin-left: -250px;
  width: 1600px;
  height: 1600px;
  background: radial-gradient(50% 50% at 50% 50%, #52944A 0%, rgba(82, 148, 74, 0) 100%);
}
.contacts__box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 45px 60px 60px;
  border-radius: 35px;
  background-color: #7ad46d;
  background-image: linear-gradient(125deg, #7ad46d 40%, #bfcc63);
  color: #000;
}
.contacts__main {
  -webkit-box-flex: 0;
      -ms-flex: none;
          flex: none;
  width: 555px;
  margin-right: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding-bottom: 60px;
}
.contacts__head {
  padding-bottom: 30px;
  margin-bottom: auto;
}
.contacts__items {
  padding-bottom: 30px;
  margin-bottom: auto;
}
.contacts__item {
  margin-bottom: 7px;
  font-weight: bold;
  line-height: 1.2;
  font-size: 40px;
}
.contacts__item:last-child {
  margin-bottom: 0;
}
.contacts__item a {
  text-decoration: none;
}
.contacts__item a:hover {
  opacity: 0.8;
}
.contacts__form {
  -webkit-box-flex: 1;
      -ms-flex: 1 0 0px;
          flex: 1 0 0;
}
.contacts__form-grid {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 12px;
}
.contacts__form-grid .form-item {
  -webkit-box-flex: 1;
      -ms-flex: 1 0 0px;
          flex: 1 0 0;
  min-width: 40%;
  margin-bottom: 0;
}
.contacts__form-grid .form-item._full {
  min-width: 100%;
}
.contacts__form-btn {
  position: absolute;
  z-index: 1;
  right: 100%;
  bottom: 0;
  margin-right: 30px;
  width: 555px;
}

.footer {
  padding: 45px 0 30px;
  background: #a3a3a3;
  font-weight: 300;
  color: #000;
}
.footer__grid {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.footer__content {
  -webkit-box-flex: 1;
      -ms-flex: 1 0 0px;
          flex: 1 0 0;
  margin-right: 24px;
  font-size: 17px;
}
.footer__content > * {
  margin-bottom: 15px;
}
.footer__content > *:last-child {
  margin-bottom: 0;
}
.footer__logo {
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
  display: inline-block;
  max-width: 155px;
}
.footer__copy {
  margin-top: 35px;
  text-align: center;
  font-size: 15px;
}
.footer__copy a {
  display: inline-block;
  text-decoration: none;
}
.footer__copy a:hover {
  text-decoration: underline;
}

/* Popups */
.popup {
  position: relative;
  z-index: 10;
  width: 100%;
  max-width: 800px;
  border-radius: 20px;
  background: #000;
  margin: 30px auto;
  padding: 40px;
}
.popup .mfp-close {
  color: #fff;
}
.popup:before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: inherit;
  border: 1px solid var(--accent-color);
  -webkit-mask-image: linear-gradient(50deg, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.8), rgba(0, 0, 0, 0));
          mask-image: linear-gradient(50deg, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.8), rgba(0, 0, 0, 0));
}

.tx-popup.popup {
  max-width: 600px;
}
.tx-popup__content > :last-child {
  margin-bottom: 0;
}

/* Customize plugins */
.mfp-bg {
  background: #000;
}

.mfp-zoom-in .mfp-with-anim {
  opacity: 0;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  -webkit-transform: scale(0.8);
      -ms-transform: scale(0.8);
          transform: scale(0.8);
}
.mfp-zoom-in.mfp-bg {
  opacity: 0;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.mfp-zoom-in.mfp-ready .mfp-with-anim {
  opacity: 1;
  -webkit-transform: scale(1);
      -ms-transform: scale(1);
          transform: scale(1);
}
.mfp-zoom-in.mfp-ready.mfp-bg {
  opacity: 0.7;
}
.mfp-zoom-in.mfp-removing .mfp-with-anim {
  -webkit-transform: scale(0.8);
      -ms-transform: scale(0.8);
          transform: scale(0.8);
  opacity: 0;
}
.mfp-zoom-in.mfp-removing.mfp-bg {
  opacity: 0;
}

.mfp-container.mfp-inline-holder {
  padding: 0 15px;
}

.mfp-figure:after {
  -webkit-box-shadow: none;
          box-shadow: none;
  background: #fff;
}

.mfp-title {
  color: #fff;
}

.mfp-iframe-scaler iframe {
  -webkit-box-shadow: none;
          box-shadow: none;
}