body {
  background-color: #fff;
  font-family: "Montserrat", sans-serif;
}

* {
  background-repeat: no-repeat;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.container {
  max-width: 1280px;
  margin: 0 auto;
  padding: 0 30px;
}
@media screen and (max-width: 9992px) {
  .container {
    width: 100%;
    padding: 0 20px;
  }
}

.wrapper {
  position: relative;
}
.wrapper::before {
  height: 970px;
  display: block;
  content: "";
  width: 100%;
  position: absolute;
  background-image: url(../img/main11.jpg);
  background-position: top center;
  background-size: cover;
  top: 0;
  left: 0;
  right: 0;
  z-index: -1;
}
.wrapper::after {
  height: 970px;
  display: block;
  content: "";
  width: 100%;
  position: absolute;
  background-image: url(../img/main22.jpg);
  background-position: bottom center;
  background-size: cover;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: -1;
}
@media (max-width: 576px) {
  .wrapper::before {
    background-image: url(../img/main11_mob.png);
    height: 1200px;
  }
  .wrapper::after {
    background-image: url(../img/main22_mob.png);
    height: 1100px;
    background-position: bottom center;
  }
}

.top-section {
  padding-top: 27px;
}

.header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.logo {
  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;
}
.logo__icon {
  width: 79px;
}

.lang {
  position: relative;
}
.lang .lang-current {
  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;
  cursor: pointer;
  -webkit-box-shadow: 0 0 4px 0 rgba(0, 0, 0, 0.12);
          box-shadow: 0 0 4px 0 rgba(0, 0, 0, 0.12);
  background: #fff;
  border-radius: 8px;
  min-width: 165px;
  padding: 7px 12px;
  font-weight: 500;
  font-size: 15px;
  line-height: 180%;
  color: rgba(0, 0, 0, 0.75);
}
.lang .lang-current img {
  width: 20px;
}
.lang .lang-current__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px;
}
.lang .lang-current__arr {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-left: 9px;
  -webkit-transition: 0.23s;
  transition: 0.23s;
}
.lang .lang-current__arr img {
  width: 13px;
}
.lang .lang-current.active .lang-current__arr {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}
.lang__list {
  margin-top: 4px;
  overflow: hidden;
  position: absolute;
  width: 100%;
  display: none;
  border-radius: 8px;
  -webkit-box-shadow: 0 0 4px 0 rgba(0, 0, 0, 0.12);
          box-shadow: 0 0 4px 0 rgba(0, 0, 0, 0.12);
  background: #fff;
}
.lang__list li.active a {
  font-weight: 700;
  font-size: 15px;
  line-height: 200%;
  color: #000;
  background: #f1f1fc;
}
.lang__list li a {
  padding: 3px 13px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px;
  font-size: 15px;
  line-height: 200%;
  font-weight: 500;
  color: rgba(0, 0, 0, 0.75);
  width: 100%;
  -webkit-transition: 0.23s;
  transition: 0.23s;
}
.lang__list li a:hover {
  background: #f1f1fc;
}
.lang__list li a img {
  min-width: 20px;
  max-width: 20px;
}

.logo-text {
  width: 100%;
  max-width: 547px;
  margin-left: -20px;
  margin-top: 18px;
}
@media (max-width: 576px) {
  .logo-text {
    display: none;
  }
}

.logo-text-mobile {
  display: none;
  max-width: 285px;
  margin-left: -15px;
  margin-top: 15px;
}
@media (max-width: 576px) {
  .logo-text-mobile {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}

.pretitle {
  max-width: 507px;
  margin-top: -30px;
  font-style: italic;
  font-weight: 400;
  font-size: 20px;
  line-height: 135%;
  color: rgba(0, 0, 0, 0.75);
}
@media (max-width: 576px) {
  .pretitle {
    margin-top: 7px;
  }
}

.title-block {
  margin-top: 174px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
.title-block__box {
  -webkit-backdrop-filter: blur(45px);
          backdrop-filter: blur(45px);
  -webkit-box-shadow: 0 2px 24px 0 rgba(0, 0, 0, 0.25);
          box-shadow: 0 2px 24px 0 rgba(0, 0, 0, 0.25);
  background: rgba(255, 255, 255, 0.2);
  border-radius: 8px;
  padding: 26px 12px 14px 12px;
}
.title-block__title {
  font-weight: 700;
  font-size: 24px;
  line-height: 112%;
  text-transform: uppercase;
  text-align: center;
  color: #000;
}
.title-block__title span {
  font-style: italic;
  font-weight: 400;
  font-size: 20px;
  text-transform: lowercase;
}
@media (max-width: 576px) {
  .title-block__box {
    padding: 20px 7px 11px 7px;
  }
  .title-block__title span {
    font-size: 16px;
  }
}

.main {
  padding-top: 50px;
  padding-bottom: 27px;
}
@media (max-width: 576px) {
  .main {
    padding-top: 177px;
  }
}

.video-section {
  -webkit-box-shadow: 0 2px 24px 0 rgba(0, 0, 0, 0.25);
          box-shadow: 0 2px 24px 0 rgba(0, 0, 0, 0.25);
  border: 10px solid #fff;
  border-radius: 12px;
  overflow: hidden;
  height: 705px;
  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;
}
.video-section img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  cursor: pointer;
  z-index: 2;
  -webkit-transition: 0.7s;
  transition: 0.7s;
}
.video-section .playbtn {
  width: 43px;
  height: auto;
  position: relative;
}
.video-section::after {
  display: block;
  content: url('data:image/svg+xml,<svg width="45" height="52" viewBox="0 0 45 52" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M1 1V51L44 26L1 1Z" stroke="white" /><path d="M7 12V40L31 26L7 12Z" fill="white" /></svg>');
  position: absolute;
  z-index: 10;
  margin: 0 auto;
}
.video-section.active::after {
  display: none !important;
}
.video-section:hover img {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}
@media (max-width: 768px) {
  .video-section {
    height: 310px;
    border: 5px solid #fff;
  }
}
@media (max-width: 576px) {
  .video-section {
    height: 210px;
  }
}

.gallery {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 21px 1fr 21px 1fr;
  grid-template-columns: repeat(3, 1fr);
  gap: 21px;
  margin-top: 40px;
}
.gallery .gallery-item {
  overflow: hidden;
  border-radius: 8px;
  height: 240px;
  cursor: pointer;
}
.gallery .gallery-item img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -webkit-transition: 0.33s;
  transition: 0.33s;
  -webkit-transform: scale(1);
          transform: scale(1);
}
.gallery .gallery-item:hover img {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}
@media (max-width: 992px) {
  .gallery .gallery-item {
    height: 200px;
  }
}
@media (max-width: 768px) {
  .gallery {
    -ms-grid-columns: 1fr 10px 1fr;
    grid-template-columns: repeat(2, 1fr);
    gap: 10px;
    margin-top: 16px;
  }
}
@media (max-width: 576px) {
  .gallery .gallery-item {
    height: 95px;
  }
}

.forms {
  margin-top: 27px;
}
@media (max-width: 768px) {
  .forms {
    margin-top: 20px;
  }
}

.form1-wrap {
  position: relative;
}
.form1-wrap::before {
  display: block;
  content: "";
  -webkit-box-shadow: 0 2px 24px 0 rgba(0, 0, 0, 0.25);
          box-shadow: 0 2px 24px 0 rgba(0, 0, 0, 0.25);
  background: #fff;
  position: absolute;
  border-radius: 0 0 12px 12px;
  height: 112px;
  width: calc(100% + 10px);
  left: -5px;
  margin: 0 auto;
  bottom: -5px;
}

.form1 {
  -webkit-box-shadow: 0 2px 24px 0 rgba(0, 0, 0, 0.25);
          box-shadow: 0 2px 24px 0 rgba(0, 0, 0, 0.25);
  background: #000;
  border-radius: 8px;
  padding: 28px;
  position: relative;
  z-index: 2;
}
.form1__title {
  font-weight: 700;
  font-size: 24px;
  line-height: 112%;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  color: #fff;
  letter-spacing: 0.01em;
  margin-bottom: 23px;
  text-align: center;
}
.form1 form {
  display: block;
  width: 100%;
  max-width: 873px;
  margin: 0 auto;
}
@media (max-width: 576px) {
  .form1 {
    padding: 24px 12px 26px 12px;
  }
  .form1__title {
    font-size: 20px;
    line-height: 135%;
    margin-bottom: 14px;
  }
  .form1 .button {
    margin-top: 28px;
  }
}

.required_txt {
  font-weight: 400;
  font-size: 15px;
  color: rgba(255, 255, 255, 0.75);
  margin-top: 10px;
}
@media (max-width: 576px) {
  .required_txt {
    font-size: 13px;
    width: 100%;
  }
}

.desktop-hide {
  display: none;
}
@media (max-width: 576px) {
  .desktop-hide {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}

@media (max-width: 576px) {
  .mobile-hide {
    display: none;
  }
}

.form-group {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  position: relative;
}
@media (max-width: 576px) {
  .form-group {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}

.input {
  width: 100%;
  background: #fff;
  border-radius: 8px 0 0 8px;
  padding: 11px 24px;
  font-weight: 400;
  font-size: 20px;
  line-height: 135%;
  color: rgba(0, 0, 0, 0.75);
  border: none;
}
.input::-webkit-input-placeholder {
  font-weight: 400;
  font-size: 20px;
  line-height: 135%;
  color: rgba(0, 0, 0, 0.75);
}
.input::-moz-placeholder {
  font-weight: 400;
  font-size: 20px;
  line-height: 135%;
  color: rgba(0, 0, 0, 0.75);
}
.input:-ms-input-placeholder {
  font-weight: 400;
  font-size: 20px;
  line-height: 135%;
  color: rgba(0, 0, 0, 0.75);
}
.input::-ms-input-placeholder {
  font-weight: 400;
  font-size: 20px;
  line-height: 135%;
  color: rgba(0, 0, 0, 0.75);
}
.input::placeholder {
  font-weight: 400;
  font-size: 20px;
  line-height: 135%;
  color: rgba(0, 0, 0, 0.75);
}
@media (max-width: 576px) {
  .input {
    border-radius: 8px;
    font-size: 15px;
    line-height: 180%;
    padding: 7px 20px;
  }
  .input::-webkit-input-placeholder {
    font-size: 15px;
    line-height: 180%;
    color: rgba(0, 0, 0, 0.75);
  }
  .input::-moz-placeholder {
    font-size: 15px;
    line-height: 180%;
    color: rgba(0, 0, 0, 0.75);
  }
  .input:-ms-input-placeholder {
    font-size: 15px;
    line-height: 180%;
    color: rgba(0, 0, 0, 0.75);
  }
  .input::-ms-input-placeholder {
    font-size: 15px;
    line-height: 180%;
    color: rgba(0, 0, 0, 0.75);
  }
  .input::placeholder {
    font-size: 15px;
    line-height: 180%;
    color: rgba(0, 0, 0, 0.75);
  }
}

.button {
  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;
  border: none;
  white-space: nowrap;
  font-weight: 700;
  font-size: 20px;
  line-height: 170%;
  letter-spacing: 0.03em;
  text-transform: uppercase;
  color: #fff;
  background: #fb6913;
  border-radius: 0 8px 8px 0;
  padding: 8px 27px;
  -webkit-transition: 0.23s;
  transition: 0.23s;
}
.button:hover {
  background: #d35309;
}
@media (max-width: 576px) {
  .button {
    border-radius: 8px;
  }
}

.form2 {
  -webkit-box-shadow: 0 2px 24px 0 rgba(0, 0, 0, 0.25);
          box-shadow: 0 2px 24px 0 rgba(0, 0, 0, 0.25);
  background: #fff;
  border-radius: 12px;
  margin-top: 25px;
  width: calc(100% + 10px);
  margin-left: -5px;
  padding: 21px 25px 25px 25px;
}
.form2__title {
  font-weight: 700;
  font-size: 24px;
  text-transform: uppercase;
  color: #000;
  margin-bottom: 26px;
  text-align: center;
}
.form2 form {
  display: block;
  width: 100%;
  max-width: 873px;
  margin: 0 auto;
}
.form2 input {
  border: 1px solid rgba(0, 0, 0, 0.5);
}
@media (max-width: 576px) {
  .form2 {
    padding: 20px 11px;
  }
  .form2__title {
    margin-bottom: 43px;
  }
  .form2 .button {
    width: 100%;
    margin-top: 20px;
  }
}

.message {
  position: absolute;
  left: 0;
  top: -28px;
  font-weight: 500;
  font-size: 15px;
  line-height: 180%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 7px;
}
.message--success {
  color: #1db21a;
}
.message--error {
  color: #ff3a3a;
}
@media (max-width: 576px) {
  .message {
    font-size: 13px;
  }
}

.footer {
  font-weight: 400;
  font-size: 20px;
  line-height: 135%;
  color: #fff;
  padding-top: 50px;
  padding-bottom: 70px;
}
@media (max-width: 576px) {
  .footer {
    padding-top: 30px;
    padding-bottom: 244px;
    font-size: 15px;
    line-height: 180%;
  }
}