@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700&display=swap");
@font-face {
  font-family: 'PlateiaBold';
  font-style: normal;
  font-weight: normal;
  src: local("PlateiaBold"), url("/fonts/PlateiaBold.woff") format("woff");
}

html {
  height: 100%;
  background: #F0F0F0;
}

body {
  font-family: "Inter";
  font-size: 18px;
  color: #3E3F42;
  height: 100%;
  scroll-behavior: smooth;
  text-rendering: optimizeSpeed;
  min-width: 300px;
  background: transparent;
}

*,
*::before,
*::after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

ul,
ol {
  list-style: none;
  padding: 0;
}

body,
h1,
h2,
h3,
h4,
p,
ul,
ol,
li,
figure,
figcaption,
blockquote,
dl,
dd {
  margin: 0;
}

a:not([class]) {
  text-decoration-skip-ink: auto;
}

img {
  max-width: 100%;
  display: block;
}

input,
button,
textarea,
select {
  font: inherit;
  width: 100%;
}

/* Удаляем все анимации и переходы для людей, которые предпочитай их не использовать */
@media (prefers-reduced-motion: reduce) {
  * {
    -webkit-animation-duration: 0.01ms !important;
            animation-duration: 0.01ms !important;
    -webkit-animation-iteration-count: 1 !important;
            animation-iteration-count: 1 !important;
    -webkit-transition-duration: 0.01ms !important;
            transition-duration: 0.01ms !important;
    scroll-behavior: auto !important;
  }
}

audio,
canvas,
iframe,
img,
svg,
video,
textarea {
  vertical-align: middle;
}

textarea {
  resize: none;
}

section {
  position: relative;
}

input,
select,
button {
  outline: none;
}

.container {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 15px;
}

header {
  height: 800px;
  position: relative;
  color: #fff;
}

header .header__video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 800px;
  -o-object-fit: cover;
     object-fit: cover;
}

header::before {
  position: absolute;
  content: '';
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background: rgba(0, 0, 0, 0.5);
  z-index: 2;
}

header .container {
  position: relative;
  z-index: 2;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

@media (max-width: 992px) {
  header {
    height: 600px;
  }
}

@media (max-width: 760px) {
  header {
    height: 680px;
  }
}

.header__content-title {
  font-family: 'PlateiaBold';
  font-size: 76px;
  line-height: 110%;
  margin-bottom: 34px;
  white-space: nowrap;
  font-weight: normal;
  font-style: normal;
  text-transform: uppercase;
}

@media (max-width: 1600px) {
  .header__content-title {
    font-size: 64px;
  }
}

@media (max-width: 1200px) {
  .header__content-title {
    white-space: normal;
  }
}

@media (max-width: 992px) {
  .header__content-title {
    font-size: 56px;
  }
}

@media (max-width: 760px) {
  .header__content-title {
    font-size: 36px;
  }
}

.header__content-desc {
  font-size: 32px;
  line-height: 130%;
  text-transform: uppercase;
}

@media (max-width: 760px) {
  .header__content-desc {
    font-size: 18px;
  }
}

.header__bar {
  padding: 35px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  position: absolute;
  left: 15px;
  right: 15px;
  top: 0;
}

.nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

@media (max-width: 992px) {
  .nav {
    display: none;
  }
}

.nav__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.nav__item + .nav__item {
  margin-left: 47px;
}

.nav__link {
  display: block;
  color: #fff;
  text-transform: lowercase;
  text-decoration: none;
}

.nav__link:hover {
  text-decoration: underline;
}

a.open__nav {
  text-transform: uppercase;
  color: #ffffff;
  font-weight: 700;
  text-align: center;
  text-decoration: none;
  min-width: 28px;
  width: 32px;
  height: 32px;
  position: relative;
  -webkit-transform: rotate(0deg);
          transform: rotate(0deg);
  -webkit-transition: .5s ease-in-out;
  transition: .5s ease-in-out;
  cursor: pointer;
  display: none;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

@media (max-width: 992px) {
  a.open__nav {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}

a.open__nav.open span:nth-child(1) {
  top: 18px;
  width: 0%;
  left: 50%;
}

a.open__nav.open span:nth-child(2) {
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}

a.open__nav.open span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}

a.open__nav.open span:nth-child(4) {
  top: 18px;
  width: 0%;
  left: 50%;
}

a.open__nav span {
  display: block;
  position: absolute;
  height: 2px;
  width: 21px;
  background: #fff;
  border-radius: 9px;
  opacity: 1;
  left: 6px;
  -webkit-transform: rotate(0deg);
          transform: rotate(0deg);
  -webkit-transition: .25s ease-in-out;
  transition: .25s ease-in-out;
}

a.open__nav span:nth-child(1) {
  top: 9px;
}

a.open__nav span:nth-child(2), a.open__nav span:nth-child(3) {
  top: 15px;
}

a.open__nav span:nth-child(4) {
  top: 21px;
}

.about {
  background: #FAAD18;
  padding-top: 120px;
  padding-bottom: 140px;
  color: #232323;
}

@media (max-width: 1200px) {
  .about {
    padding-top: 100px;
    padding-bottom: 120px;
  }
}

@media (max-width: 992px) {
  .about {
    padding-top: 100px;
    padding-bottom: 120px;
  }
}

@media (max-width: 760px) {
  .about {
    padding-top: 80px;
    padding-bottom: 100px;
  }
}

.about__title {
  font-family: 'PlateiaBold';
  font-size: 76px;
  line-height: 110%;
  margin-bottom: 42px;
  text-transform: uppercase;
}

@media (max-width: 1600px) {
  .about__title {
    font-size: 64px;
  }
}

@media (max-width: 992px) {
  .about__title {
    font-size: 56px;
    margin-bottom: 30px;
  }
}

@media (max-width: 760px) {
  .about__title {
    font-size: 36px;
    margin-bottom: 16px;
  }
}

.about__desc {
  font-size: 32px;
  line-height: 130%;
}

@media (max-width: 992px) {
  .about__desc {
    font-size: 24px;
  }
}

@media (max-width: 760px) {
  .about__desc {
    font-size: 16px;
  }
}

.service__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

@media (max-width: 992px) {
  .service__list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.service__item {
  width: 33.33%;
  position: relative;
}

.service__item img {
  max-width: none;
  width: 100%;
}

.service__item:before {
  content: '';
  background: linear-gradient(180.09deg, rgba(35, 35, 35, 0) 72.4%, rgba(35, 35, 35, 0.8) 83.07%);
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 1;
  -webkit-transition-duration: 0.5s;
          transition-duration: 0.5s;
}

@media (max-width: 992px) {
  .service__item {
    width: 100%;
    min-height: 312px;
  }
}

@media (max-width: 576px) {
  .service__item {
    width: 100%;
    min-height: 240px;
  }
}

.service__content {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 2;
  padding: 40px 40px 80px;
}

@media (max-width: 1200px) {
  .service__content {
    padding: 24px 24px 70px;
  }
}

@media (max-width: 992px) {
  .service__content {
    padding: 209px 54px 60px;
    position: relative;
    -webkit-transition-duration: 0.5s;
            transition-duration: 0.5s;
  }
}

@media (max-width: 576px) {
  .service__content {
    padding: 153px 20px 20px;
  }
}

.service__item:hover:before {
  background: linear-gradient(180.09deg, rgba(35, 35, 35, 0) 60.4%, rgba(35, 35, 35, 0.8) 83.07%);
}

@media (max-width: 992px) {
  .service__item:hover .service__content {
    padding-top: 209px;
    padding-bottom: 42px;
  }
}

.service__item:hover .service__desc {
  opacity: 1;
}

@media (max-width: 1200px) {
  .service__item:hover .service__desc {
    height: auto;
    margin-top: 12px;
  }
}

.service__item:hover .service__title {
  bottom: auto;
  bottom: calc(100% - 40px);
}

@media (max-width: 1200px) {
  .service__item:hover .service__title {
    bottom: calc(100% - 24px);
  }
}

@media (max-width: 992px) {
  .service__item:hover .service__title {
    bottom: auto;
  }
}

@media (max-width: 992px) {
  .service__picture {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    height: 100%;
    overflow: hidden;
  }
}

@media (max-width: 992px) {
  .service__picture img {
    height: 100%;
    width: 100%;
    -o-object-fit: cover;
       object-fit: cover;
    -o-object-position: 50% top;
       object-position: 50% top;
  }
}

.service__title {
  font-size: 40px;
  line-height: 110%;
  text-transform: uppercase;
  color: #FFFFFF;
  font-family: 'PlateiaBold';
  -webkit-transition-duration: 0.5s;
          transition-duration: 0.5s;
  position: absolute;
  bottom: 80px;
}

@media (max-width: 1200px) {
  .service__title {
    font-size: 36px;
  }
}

@media (max-width: 992px) {
  .service__title {
    font-size: 36px;
    position: relative;
    bottom: auto;
  }
}

.service__desc {
  color: #fff;
  margin-top: 12px;
  opacity: 0;
  -webkit-transition-duration: 0.5s;
          transition-duration: 0.5s;
}

@media (max-width: 992px) {
  .service__desc {
    height: 0;
    margin-top: 0;
  }
}

.partners {
  padding: 120px 0;
  color: #232323;
  background: #fff;
}

.partners .container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

@media (max-width: 992px) {
  .partners {
    padding-top: 67px;
    padding-bottom: 67px;
  }
}

@media (max-width: 760px) {
  .partners {
    padding-top: 80px;
    padding-bottom: 80px;
  }
}

.partners__content {
  /*width: 652px;
	min-width: 652px;
	margin-right: 60px;*/
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 712px auto;
      grid-template-columns: 712px auto;
  -ms-grid-rows: min-content 1fr;
      grid-template-rows: -webkit-min-content 1fr;
      grid-template-rows: min-content 1fr;
}

@media (max-width: 992px) {
  .partners__content {
    -ms-grid-columns: (50%)[2];
        grid-template-columns: repeat(2, 50%);
  }
}

@media (max-width: 760px) {
  .partners__content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.partners__title {
  font-size: 40px;
  line-height: 110%;
  text-transform: uppercase;
  margin-bottom: 27px;
  font-family: 'PlateiaBold';
  padding-right: 60px;
  min-height: 0;
}

@media (max-width: 992px) {
  .partners__title {
    -ms-grid-row: 1;
    grid-row: 1;
    -ms-grid-column: 1;
    -ms-grid-column-span: 2;
    grid-column: 1/3;
    padding-right: 0;
  }
}

@media (max-width: 760px) {
  .partners__title {
    font-size: 30px;
  }
}

.partners__desc {
  font-size: 18px;
  line-height: 130%;
  padding-right: 60px;
}

@media (max-width: 760px) {
  .partners__desc {
    display: none;
  }
}

.partners__form-wrap {
  width: 100%;
  max-width: 350px;
  -ms-grid-column: 2;
  grid-column: 2;
  -ms-grid-row: 1;
  -ms-grid-row-span: 2;
  grid-row: 1/3;
}

@media (max-width: 992px) {
  .partners__form-wrap {
    grid-row: auto;
    grid-column: auto;
    max-width: 100%;
  }
}

.partners__form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

.partners__label {
  margin-bottom: 36px;
  width: 100%;
}

@media (max-width: 760px) {
  .partners__label {
    margin-bottom: 32px;
  }
}

.partners__input {
  font-weight: 600;
  font-size: 17px;
  line-height: 21px;
  color: #828282;
  border: 1px solid #232323;
  padding: 18px 28px;
  font-family: "Inter";
}

.partners__button {
  width: auto;
  font-family: "Inter";
  background: #FAAD18;
  color: #232323;
  width: 210px;
  height: 60px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-weight: 600;
  border: none;
  cursor: pointer;
  -webkit-transition-duration: 0.25s;
          transition-duration: 0.25s;
}

.partners__button:hover {
  -webkit-box-shadow: 0 0 30px rgba(0, 0, 0, 0.1);
          box-shadow: 0 0 30px rgba(0, 0, 0, 0.1);
}

.contacts {
  padding: 120px 0;
  background: #232323;
  color: #fff;
}

@media (max-width: 992px) {
  .contacts {
    padding-top: 80px;
    padding-bottom: 10px;
  }
}

.contacts__title {
  font-size: 40px;
  line-height: 110%;
  text-transform: uppercase;
  margin-bottom: 40px;
  font-family: 'PlateiaBold';
}

@media (max-width: 760px) {
  .contacts__title {
    font-size: 36px;
  }
}

#contact__map {
  height: 500px;
  width: 100%;
  margin-bottom: 120px;
}

@media (max-width: 992px) {
  #contact__map {
    height: 412px;
    margin-bottom: 80px;
  }
}

@media (max-width: 760px) {
  #contact__map {
    height: 400px;
  }
}

.ymaps-2-1-79-ground-pane {
  -webkit-filter: grayscale(100%);
          filter: grayscale(100%);
}

.footer__bar {
  margin-top: 60px;
}

@media (max-width: 992px) {
  .footer__bar {
    margin-top: 20px;
  }
}

.footer__bar-top {
  padding-bottom: 40px;
}

.footer__logo {
  width: 120px;
}

.footer__bar-bottom {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.footer__bar-bottom > * {
  border-top: 1px solid #FAAD18;
  padding-top: 25px;
}

@media (max-width: 760px) {
  .footer__bar-bottom > * {
    padding-top: 6px;
  }
}

@media (max-width: 992px) {
  .footer__bar-bottom {
    padding-top: 00px;
    padding-bottom: 10px;
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: (50%)[2];
        grid-template-columns: repeat(2, 50%);
    -ms-grid-rows: (auto)[2];
        grid-template-rows: repeat(2, auto);
  }
}

@media (max-width: 760px) {
  .footer__bar-bottom {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.footer__bar-addres {
  margin-right: 60px;
  width: 405px;
}

@media (max-width: 992px) {
  .footer__bar-addres {
    -ms-grid-column: 1;
    grid-column: 1;
    -ms-grid-row: 1;
    -ms-grid-row-span: 2;
    grid-row: 1/3;
    margin-right: 0;
    width: calc(100% - 12px);
    margin-right: 12px;
  }
}

@media (max-width: 760px) {
  .footer__bar-addres {
    margin-right: 0;
    margin-bottom: 24px;
    width: 100%;
  }
}

.footer__bar-phone {
  margin-right: 60px;
  width: 256px;
}

@media (max-width: 992px) {
  .footer__bar-phone {
    margin-right: 0;
    width: calc(100% - 12px);
    margin-left: 12px;
    margin-bottom: 24px;
  }
}

@media (max-width: 760px) {
  .footer__bar-phone {
    margin-left: 0;
    margin-bottom: 24px;
    width: 100%;
  }
}

.footer__bar-email {
  width: 256px;
}

@media (max-width: 992px) {
  .footer__bar-email {
    width: calc(100% - 12px);
    margin-left: 12px;
  }
}

@media (max-width: 760px) {
  .footer__bar-email {
    margin-left: 0;
    margin-bottom: 24px;
    width: 100%;
  }
}

.footer__title {
  font-weight: 600;
  font-size: 18px;
  line-height: 170%;
  margin-bottom: 6px;
}

.footer__desc {
  line-height: 130%;
}

.nav__mobile {
  position: fixed;
  top: 0;
  bottom: 0;
  right: 0;
  background: #232323;
  z-index: 4;
  padding: 90px 20px 20px 50px;
  width: 270px;
  -webkit-transform: translateX(100%);
          transform: translateX(100%);
  -webkit-transition-duration: 0.5s;
          transition-duration: 0.5s;
}

@media (max-width: 760px) {
  .nav__mobile {
    width: 100%;
    padding-left: 20px;
    padding-top: 120px;
  }
}

.nav__mobile.open {
  -webkit-transform: translateX(0%);
          transform: translateX(0%);
}

.nav-mobile__close {
  position: absolute;
  top: 26px;
  right: 26px;
}

.nav-mobile__link {
  line-height: 22px;
  text-transform: lowercase;
  color: #FFFFFF;
  text-decoration: none;
  display: block;
}

.nav-mobile__link:hover {
  text-decoration: underline;
}

@media (max-width: 760px) {
  .nav-mobile__link {
    text-align: center;
  }
}

.nav-mobile__item + .nav-mobile__item {
  margin-top: 42px;
}

.overlay {
  position: fixed;
  z-index: 3;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.3);
  display: none;
}

.popup {
  background: #fff;
  width: 100%;
  max-width: 384px;
  min-height: 280px;
  padding: 25px;
  z-index: 5;
  position: fixed;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  display: none;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  text-align: center;
}

.popup.open {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.popup__img {
  margin-bottom: 27px;
}

.popup__desc {
  line-height: 100%;
}
/*# sourceMappingURL=styles.css.map */

a.footer__desc{
  text-decoration: none;
  color: unset;
}

.grecaptcha-badge {
  width: 1px !important;
  height: 1px !important;
}