.mainbanner-block {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  overflow: hidden;
  position: relative;
}
.mainbanner-block .swiper {
  height: 100vh;
  max-width: 100%;
  max-height: 860px;
}
.mainbanner-block .swiper .swiper-slide {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}
.mainbanner-block .swiper .swiper-slide .line-bg {
  position: absolute;
  width: 100vw;
  height: 100%;
  top: 0px;
  left: 0px;
  right: 0px;
  bottom: 0px;
  background-size: cover;
  background-position: center right -7px;
  background-repeat: no-repeat;
  z-index: 1;
}
.mainbanner-block .swiper .swiper-slide .container {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -moz-box-orient: vertical;
  -moz-box-direction: normal;
  -ms-flex-direction: column;
  -webkit-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: end;
  -moz-box-pack: end;
  -ms-flex-pack: end;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  flex-align: start;
  align-items: flex-start;
  max-width: 1550px;
  height: 100%;
}
.mainbanner-block .swiper .swiper-slide .container .slider-title-holder {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -moz-box-orient: vertical;
  -moz-box-direction: normal;
  -ms-flex-direction: column;
  -webkit-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -moz-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
  flex-align: start;
  align-items: flex-start;
  padding: 30px;
  backdrop-filter: blur(30px);
  border-radius: 5px;
  background: rgba(255,255,255,0.1);
  max-width: 780px;
  margin-bottom: 145px;
  position: relative;
  z-index: 3;
}
.mainbanner-block .swiper .swiper-slide .container .slider-title-holder .slider-title {
  font-weight: 700;
  font-size: 40px;
  line-height: 120%;
  color: #fff;
  margin-bottom: 20px;
}
.mainbanner-block .swiper .nav__holder {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -moz-box-orient: horizontal;
  -moz-box-direction: normal;
  -ms-flex-direction: row;
  -webkit-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: justify;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  flex-align: center;
  align-items: center;
  position: absolute;
  width: 100%;
  max-width: 120px;
  left: calc((100vw - 1550px) / 2);
  bottom: 30px;
  z-index: 10;
  margin-left: 15px;
}
@media screen and (min-width: 1921px) {
  .mainbanner-block .swiper .nav__holder {
    left: 195px;
  }
}
.mainbanner-block .swiper .nav__holder .arr_left,
.mainbanner-block .swiper .nav__holder .arr_right {
  width: 44px;
  height: 44px;
  cursor: pointer;
}
.mainbanner-block .swiper .nav__holder .arr_left svg rect,
.mainbanner-block .swiper .nav__holder .arr_right svg rect {
  transition: 0.2s linear;
  -o-transition: 0.2s linear;
  -ms-transition: 0.2s linear;
  -moz-transition: 0.2s linear;
  -webkit-transition: 0.2s linear;
}
.mainbanner-block .swiper .nav__holder .arr_left:hover svg rect,
.mainbanner-block .swiper .nav__holder .arr_right:hover svg rect {
  transition: 0.2s linear;
  -o-transition: 0.2s linear;
  -ms-transition: 0.2s linear;
  -moz-transition: 0.2s linear;
  -webkit-transition: 0.2s linear;
  fill: #014880;
}
.mainbanner-block .swiper .nav__holder .arr_left.swiper-button-disabled,
.mainbanner-block .swiper .nav__holder .arr_right.swiper-button-disabled {
  opacity: 0.5;
  pointer-events: none;
}
.mainbanner-block .form__holder {
  width: 100%;
  max-width: 490px;
  height: auto;
  padding: 30px;
  backdrop-filter: blur(30px);
  background: rgba(255,255,255,0.1);
  position: absolute;
  right: calc((100vw - 1545px) / 2);
  top: 12%;
  z-index: 10;
  border-radius: 5px;
}
@media screen and (min-width: 1921px) {
  .mainbanner-block .form__holder {
    right: 195px;
  }
}
.mainbanner-block .form__holder .form-bg {
  position: absolute;
  top: 0px;
  left: 0px;
  right: 0px;
  bottom: 0px;
  width: 100%;
  height: 100%;
  display: none;
  z-index: -1;
}
.mainbanner-block .form__holder .form-bg:before {
  content: '';
  position: absolute;
  width: 100vw;
  height: 100%;
  top: 0px;
  left: 0px;
  right: 0px;
  bottom: 0px;
  backdrop-filter: blur(2.5px);
  -webkit-backdrop-filter: blur(2.5px);
  background: rgba(0,0,0,0.5);
}
.mainbanner-block .form__holder .form-bg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.mainbanner-block .form__holder .form-title {
  font-weight: 600;
  font-size: 20px;
  line-height: 24px;
  color: #fff;
  margin-bottom: 30px;
  text-align: center;
}
.mainbanner-block .form__holder form.invalid .wpcf7-validates-as-required:placeholder-shown {
  border: 1px solid #f93411 !important;
  color: #f93411 !important;
}
.mainbanner-block .form__holder form.invalid .wpcf7-validates-as-required::placeholder {
  color: #f93411 !important;
}
.mainbanner-block .form__holder form .wpcf7-response-output {
  display: none;
}
.mainbanner-block .form__holder form .form {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -moz-box-orient: vertical;
  -moz-box-direction: normal;
  -ms-flex-direction: column;
  -webkit-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  flex-align: start;
  align-items: flex-start;
  width: 100%;
}
.mainbanner-block .form__holder form .form .wpcf7-spinner {
  display: none;
}
.mainbanner-block .form__holder form .form .input {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -moz-box-orient: vertical;
  -moz-box-direction: normal;
  -ms-flex-direction: column;
  -webkit-flex-direction: column;
  flex-direction: column;
  flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  width: 100%;
  margin-bottom: 20px;
}
.mainbanner-block .form__holder form .form .input:last-child {
  margin-bottom: 30px;
}
.mainbanner-block .form__holder form .form .input .input_title {
  font-weight: 400;
  font-size: 18px;
  line-height: 135%;
  color: #fff;
  margin-bottom: 10px;
}
.mainbanner-block .form__holder form .form .input input {
  width: 100%;
  padding: 20px;
  border-radius: 5px;
  font-weight: 400;
  font-size: 18px;
  line-height: 135%;
  color: #fff;
  border: 2px solid rgba(220,221,222,0.3);
  outline: none;
  background-color: rgba(255,255,255,0.1);
}
.mainbanner-block .form__holder form .form .input input::placeholder {
  font-weight: 400;
  font-size: 18px;
  line-height: 135%;
  color: #dcddde;
}
@media screen and (max-height: 700px) {
  .mainbanner-block {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -moz-box-orient: horizontal;
    -moz-box-direction: normal;
    -ms-flex-direction: row;
    -webkit-flex-direction: row;
    flex-direction: row;
    min-height: 650px;
  }
  .mainbanner-block .swiper {
    height: auto;
  }
  .mainbanner-block .form__holder {
    top: 0px;
    bottom: 0px;
    margin: auto 0;
    height: 605px;
  }
}
@media screen and (max-width: 1550px) {
  .mainbanner-block .swiper .nav__holder {
    left: 15px;
    margin-left: 0px;
  }
  .mainbanner-block .form__holder {
    right: 15px;
  }
}
@media screen and (max-width: 1325px) {
  .mainbanner-block {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
    -ms-flex-direction: column;
    -webkit-flex-direction: column;
    flex-direction: column;
  }
  .mainbanner-block .swiper {
    height: 100vh;
    margin-bottom: 30px;
  }
  .mainbanner-block .form__holder {
    position: relative;
    background: rgba(0,0,0,0.1);
    max-width: none;
    right: 0px;
    height: auto;
    padding: 30px 15px;
  }
  .mainbanner-block .form__holder .form-bg {
    display: block;
  }
  .mainbanner-block .form__holder .form-title {
    position: relative;
    margin-top: 30px;
    margin-bottom: 40px;
    text-transform: uppercase;
  }
  .mainbanner-block .form__holder .form-title:before {
    content: '';
    position: absolute;
    width: 83px;
    height: 4px;
    top: -20px;
    left: 0px;
    right: 0px;
    margin: 0 auto;
    background-color: #ed8400;
  }
  .mainbanner-block .form__holder form .form {
    padding: 30px;
    background-color: #fff;
    border-radius: 5px;
  }
  .mainbanner-block .form__holder form .form .input__holder {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -moz-box-orient: horizontal;
    -moz-box-direction: normal;
    -ms-flex-direction: row;
    -webkit-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: justify;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-justify-content: space-between;
    justify-content: space-between;
  }
  .mainbanner-block .form__holder form .form .input__holder .input {
    width: calc((100% / 3) - 15px);
  }
  .mainbanner-block .form__holder form .form .input__holder .input .input_title {
    color: #261e1a;
  }
  .mainbanner-block .form__holder form .form .input__holder .input input {
    background: #fff;
  }
}
@media screen and (max-width: 993px) {
  .mainbanner-block .form__holder form .form .input__holder {
    flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
  }
  .mainbanner-block .form__holder form .form .input__holder .input {
    width: calc(50% - 15px);
    flex-grow: 1;
  }
  .mainbanner-block .form__holder form .form .input__holder .input:first-child {
    margin-right: 30px;
  }
}
@media screen and (max-width: 767px) {
  .mainbanner-block .swiper .swiper-slide .container .slider-title-holder .slider-title {
    font-size: 28px;
  }
}
@media screen and (max-width: 578px) {
  .mainbanner-block .swiper .swiper-slide .container .slider-title-holder .slider-title {
    font-size: 18px;
  }
  .mainbanner-block .form__holder form .form {
    padding: 30px 15px;
  }
  .mainbanner-block .form__holder form .form .input__holder .input {
    width: 100%;
  }
  .mainbanner-block .form__holder form .form .input__holder .input:first-child {
    margin-right: 0px;
  }
  .mainbanner-block .form__holder form .form .btn {
    width: 80%;
    margin: 0 auto;
  }
}
@media (min-width: 1px) and (max-width: 460px) {
  .mainbanner-block .form__holder form .form .btn {
    width: 100%;
  }
}
