@import url("https://fonts.googleapis.com/css2?family=Bad+Script&family=Cousine:wght@700&family=Montserrat:wght@400;500;600&display=swap");
* {
  vertical-align: baseline;
  font-weight: inherit;
  font-family: "Montserrat", sans-serif;
  font-style: inherit;
  font-size: 100%;
  border: 0 none;
  outline: 0;
  padding: 0;
  margin: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

ol,
ul {
  list-style: none;
}

img {
  max-width: 100%;
}

.container {
  position: relative;
  width: 1290px;
  margin: 0 auto;
  padding: 0 15px;
}

.btn {
  cursor: pointer;
  width: 348px;
  height: 77px;
  background: -webkit-gradient(linear, left top, left bottom, from(#7A7FFF), to(rgba(122, 127, 255, 0.3)));
  background: linear-gradient(180deg, #7A7FFF 0%, rgba(122, 127, 255, 0.3) 100%);
  -webkit-box-shadow: 0px 5px 10px rgba(33, 35, 95, 0.5);
          box-shadow: 0px 5px 10px rgba(33, 35, 95, 0.5);
  border-radius: 10px;
  font-weight: 500;
  font-size: 22px;
  line-height: 130%;
  text-align: center;
  color: #FFFFFF;
}
.btn:hover {
  background: #7f84ff;
}

.header {
  background: url("../img/header_bg.jpg") center bottom/cover no-repeat;
  height: 100vh;
  min-height: 800px;
  max-height: 1000px;
  padding-top: 50px;
}
.header__subtitle {
  background: linear-gradient(96.53deg, #ACAEE7 11.25%, rgba(172, 174, 231, 0.9) 91.03%);
  -webkit-box-shadow: 0px 0px 30px rgba(255, 255, 255, 0.25);
          box-shadow: 0px 0px 30px rgba(255, 255, 255, 0.25);
  border-radius: 10px;
  width: 360px;
  padding: 30px 10px 28px;
  text-align: center;
  font-weight: 400;
  font-size: 20px;
  line-height: 1.3;
  color: #fff;
  margin-bottom: 30px;
}
.header__offer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.header__img {
  margin-right: -30px;
}
.header__info {
  padding-top: 20px;
}
.header__title span {
  font-family: "Cousine", monospace;
  font-weight: 700;
  font-size: 160px;
  line-height: 0.9;
  text-transform: uppercase;
  background: linear-gradient(89.86deg, #FFFFFF 2.38%, #FFFFFF 13.34%, #888888 27.47%, #FFFFFF 51.24%, #FFFFFF 91.31%);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  color: #fff;
  opacity: 0.8;
  -webkit-filter: drop-shadow(0px 4px 15px rgba(0, 0, 0, 0.45));
          filter: drop-shadow(0px 4px 15px rgba(0, 0, 0, 0.45));
}
.header__title i {
  display: block;
  font-family: "Bad Script", cursive;
  font-weight: 400;
  font-size: 65px;
  line-height: 1;
  text-align: right;
  color: #FFE27A;
  text-shadow: 0px 4px 15px rgba(0, 0, 0, 0.45);
}
.header__descr {
  width: 500px;
  background: rgba(255, 255, 255, 0.4);
  -webkit-backdrop-filter: blur(10px);
          backdrop-filter: blur(10px);
  border-radius: 10px;
  padding: 27px 26px 27px 34px;
  font-weight: 400;
  font-size: 28px;
  line-height: 130%;
  color: #FFFFFF;
  margin: 55px 0 50px;
}

.gallery {
  margin-top: 150px;
  height: 850px;
  background: url("../img/gallery_bg.png") center bottom/100% 80% no-repeat;
  position: relative;
}
.gallery::after {
  content: "";
  position: absolute;
  bottom: 60px;
  right: 90px;
  background-image: url("../icons/crosses.svg");
  width: 80px;
  height: 165px;
}
.gallery__carousel {
  --carousel-button-bg: #fff;
  --carousel-button-width: 38px;
  --carousel-button-height: 38px;
  --carousel-button-svg-width: 17px;
  --carousel-button-svg-height: 17px;
  --carousel-button-svg-stroke-width: 3;
  --carousel-button-shadow: rgba(0, 0, 0, 0) 0px 0px 0px 0px,
      rgba(0, 0, 0, 0) 0px 0px 0px 0px, rgba(0, 0, 0, 0.1) 0px 4px 6px -1px,
      rgba(0, 0, 0, 0.06) 0px 2px 4px -1px;
  z-index: 10;
  background: url("../img/gallery__bg-slider.png") center center/70% 100% no-repeat;
  height: 642px;
  padding: 34px 0;
}
.gallery__carousel__slide {
  width: 770px;
  padding: 0 20px;
  opacity: 0;
}
.gallery__carousel__slide img {
  height: 574px;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 10px;
}
.gallery__carousel__slide.is-selected {
  opacity: 1;
}
.gallery__carousel .carousel__button {
  height: 80px;
  width: 56px;
  background: none;
  -webkit-box-shadow: none;
          box-shadow: none;
  opacity: 0.5;
}
.gallery__carousel .carousel__button:hover {
  opacity: 0.8;
}
.gallery__carousel .is-prev {
  left: 70px;
}
.gallery__carousel .is-next {
  right: 70px;
}
.gallery__btn {
  cursor: pointer;
  display: block;
  line-height: 77px;
  margin: 0 auto;
  text-decoration: none;
  margin-top: 57px;
}

.video {
  padding: 125px 0;
  background: #F7F7F7;
}
.video video {
  height: 650px;
  width: auto;
  max-width: 100%;
  padding: 0 55px;
}

.certificates {
  padding: 120px 0 140px;
}
.certificates__title {
  font-weight: 600;
  font-size: 40px;
  line-height: 130%;
  text-align: center;
  color: #000000;
  margin-bottom: 60px;
}
.certificates__imgs {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.certificates__imgs img {
  width: 280px;
}

.contacts {
  padding: 75px 0 145px;
  background: #F7F7F7;
}
.contacts__title {
  font-weight: 600;
  font-size: 40px;
  line-height: 130%;
  text-align: center;
  color: #000000;
  margin-bottom: 65px;
}
.contacts__wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.contacts__items {
  width: 50%;
  padding: 0 140px 0 110px;
  text-align: center;
}
.contacts__item {
  background: #FFFFFF;
  -webkit-box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.15);
          box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.15);
  border-radius: 10px;
  padding: 40px 95px;
}
.contacts__item:first-child {
  margin-bottom: 40px;
}
.contacts__catg {
  padding: 20px 0;
}
.contacts__info {
  font-weight: 400;
  font-size: 20px;
  line-height: 130%;
}
.contacts__info a {
  color: #000000;
  text-decoration: none;
}
.contacts__form {
  width: 50%;
  margin-right: 110px;
  background: url("../img/form_bg.jpg") center/105% no-repeat;
  border-radius: 10px;
  position: relative;
  padding: 45px 80px 55px;
}
.contacts__form h5 {
  font-weight: 600;
  font-size: 20px;
  line-height: 130%;
  text-align: center;
  color: #FFFFFF;
}
.contacts__form form {
  margin-top: 70px;
}
.contacts__form form input {
  width: 100%;
  margin-bottom: 20px;
  background: rgba(217, 217, 217, 0.5);
  border-radius: 10px;
  height: 50px;
  line-height: 50px;
  padding: 0 20px;
  font-weight: 500;
  font-size: 16px;
  line-height: 130%;
  color: #FFFFFF;
}
.contacts__form form input::-webkit-input-placeholder {
  color: #FFFFFF;
}
.contacts__form form input::-moz-placeholder {
  color: #FFFFFF;
}
.contacts__form form input:-ms-input-placeholder {
  color: #FFFFFF;
}
.contacts__form form input::-ms-input-placeholder {
  color: #FFFFFF;
}
.contacts__form form input::placeholder {
  color: #FFFFFF;
}
.contacts__form form .btn {
  width: 100%;
  margin-top: 15px;
}
.contacts__policy {
  font-weight: 400;
  font-size: 14px;
  line-height: 130%;
  text-align: center;
  color: #FFFFFF;
  margin-top: 20px;
}
.contacts__policy a {
  cursor: pointer;
  text-decoration: underline;
  color: #fff;
}

.footer {
  background: #3A3741;
  padding: 30px 0;
  text-align: center;
}
.footer p {
  font-weight: 400;
  font-size: 16px;
  line-height: 130%;
  text-align: center;
  color: #FFFFFF;
  margin-bottom: 15px;
}
.footer p a {
  cursor: pointer;
  color: #fff;
}
.footer__developed {
  font-size: 14px !important;
  margin-bottom: 0 !important;
}
.footer__policy a {
  text-decoration: none;
}

.popup {
  display: none;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  position: fixed;
  z-index: 999;
}
.popup__overlay {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background: rgba(0, 0, 0, 0.801);
  z-index: -1;
}
.popup__close {
  cursor: pointer;
  position: absolute;
  top: 20px;
  right: 20px;
}
.popup__close img {
  width: 20px;
  height: 20px;
  opacity: 0.2;
}
.popup__close img:hover {
  opacity: 0.8;
}
.popup__form {
  z-index: 11;
  width: 500px;
  background: -webkit-gradient(linear, left top, right top, color-stop(2.38%, #cccccc), color-stop(13.34%, #bdbdbd), color-stop(27.47%, #b9b9b9), color-stop(51.24%, #cecece), color-stop(91.31%, #d4d4d4));
  background: linear-gradient(90deg, #cccccc 2.38%, #bdbdbd 13.34%, #b9b9b9 27.47%, #cecece 51.24%, #d4d4d4 91.31%);
  border-radius: 10px;
  position: relative;
  padding: 45px 60px 55px;
  left: 50%;
  top: 50%;
  -webkit-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
}
.popup__form h5 {
  font-weight: 600;
  font-size: 20px;
  line-height: 130%;
  text-align: center;
  color: #141755;
}
.popup__form form {
  margin-top: 50px;
}
.popup__form form input {
  width: 100%;
  margin-bottom: 20px;
  background: rgba(242, 242, 242, 0.77);
  border-radius: 10px;
  height: 50px;
  line-height: 50px;
  padding: 0 20px;
  font-weight: 500;
  font-size: 16px;
  line-height: 130%;
  color: #3a3a3a;
}
.popup__form form input::-webkit-input-placeholder {
  color: #3a3a3a;
}
.popup__form form input::-moz-placeholder {
  color: #3a3a3a;
}
.popup__form form input:-ms-input-placeholder {
  color: #3a3a3a;
}
.popup__form form input::-ms-input-placeholder {
  color: #3a3a3a;
}
.popup__form form input::placeholder {
  color: #3a3a3a;
}
.popup__form form .btn {
  width: 100%;
  margin-top: 15px;
  color: #1a1818;
}
.popup__policy {
  font-weight: 400;
  font-size: 14px;
  line-height: 130%;
  text-align: center;
  color: #3a3a3a;
  margin-top: 20px;
}
.popup__policy a {
  cursor: pointer;
  text-decoration: underline;
  color: #3a3a3a;
}

.thanks {
  display: none;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  position: fixed;
  z-index: 999;
}
.thanks__form {
  z-index: 11;
  width: 500px;
  background: #fff;
  border-radius: 10px;
  position: relative;
  padding: 50px 40px;
  left: 50%;
  top: 50%;
  -webkit-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
}
.thanks__form h3 {
  font-size: 30px;
  text-align: center;
}
.thanks__form p {
  font-size: 18px;
  text-align: center;
  margin-top: 20px;
}

.policy {
  padding: 50px 0;
}
.policy__title {
  font-size: 30px;
  margin-bottom: 30px;
}
.policy h5 {
  font-weight: 600;
  margin-bottom: 20px;
}
.policy p {
  margin-bottom: 10px;
}
.policy ol {
  list-style-type: decimal;
  margin: 20px 0;
}
.policy ol li {
  margin-left: 50px;
  margin-bottom: 10px;
}

@media (max-width: 1350px) {
  .container {
    width: 100%;
  }
  .btn {
    width: 320px;
    height: 70px;
    font-size: 20px;
    line-height: 70px;
  }
  .header__img {
    max-width: 520px;
    margin-right: 0;
    padding-top: 100px;
  }
  .header__title span {
    font-size: 140px;
  }
  .header__title i {
    font-size: 50px;
  }
  .header__descr {
    font-size: 22px;
    width: 400px;
  }
  .gallery {
    margin-top: 100px;
    height: 740px;
  }
  .gallery__carousel {
    height: 560px;
  }
  .gallery__carousel__slide {
    width: 60%;
  }
  .gallery__carousel__slide img {
    height: 492px;
  }
  .gallery__carousel .carousel__button {
    height: 70px;
    width: 46px;
  }
  .gallery__carousel .is-prev {
    left: 45px;
  }
  .gallery__carousel .is-next {
    right: 45px;
  }
  .gallery__btn {
    margin-top: 50px;
  }
}
@media (max-width: 1300px) {
  .video {
    padding: 90px 0;
  }
  .video video {
    padding: 0;
    height: auto;
    width: 100%;
  }
  .certificates {
    padding: 80px 0 100px;
  }
  .certificates__title {
    font-size: 34px;
    margin-bottom: 45px;
  }
  .certificates__imgs img {
    padding: 0 10px;
  }
  .contacts {
    padding: 65px 0;
  }
  .contacts__title {
    font-size: 34px;
    margin-bottom: 50px;
  }
  .contacts__items {
    padding: 0 85px 0 20px;
  }
  .contacts__form {
    margin-right: 20px;
    background-size: 120%;
    padding: 45px 70px;
  }
  .contacts__form h5 {
    font-size: 18px;
  }
  .contacts__form form {
    margin-top: 50px;
  }
  .contacts__form form input {
    font-size: 14px;
  }
}
@media (max-width: 1024px) {
  .btn {
    width: 300px;
    height: 65px;
    font-size: 17px;
    line-height: 65px;
  }
  .header__title span {
    font-size: 120px;
  }
  .header__title i {
    font-size: 40px;
  }
  .header__subtitle {
    width: 310px;
    padding: 20px 10px 18px;
    font-size: 17px;
  }
  .header__info {
    width: 60%;
  }
  .header__descr {
    font-size: 20px;
    width: 370px;
  }
  .header__img {
    padding-top: 190px;
    max-width: 400px;
  }
  .gallery {
    background-size: 150% 80%;
  }
  .gallery::after {
    bottom: 50px;
    right: 30px;
    width: 50px;
    height: 105px;
    background-size: contain;
    background-repeat: no-repeat;
  }
  .contacts__items {
    padding: 0 40px 0 0;
  }
  .contacts__item {
    padding: 35px 30px;
  }
  .contacts__item img {
    width: 80px;
    height: 80px;
  }
  .contacts__catg {
    padding: 15px 0;
    font-size: 15px;
  }
  .contacts__info {
    font-size: 18px;
  }
  .contacts__form {
    padding: 30px 25px;
    margin-right: 0;
    background-size: 130%;
  }
  .contacts__form form {
    margin-top: 40px;
  }
  .contacts__form form input {
    height: 45px;
    margin-bottom: 15px;
  }
  .contacts__policy {
    font-size: 13px;
  }
  .footer p {
    font-size: 14px;
  }
  .footer__developed {
    font-size: 13px !important;
  }
  .policy__title {
    font-size: 24px;
  }
}
@media (max-width: 767px) {
  .btn {
    width: 260px;
    height: 55px;
    font-size: 16px;
    line-height: 55px;
  }
  .header {
    height: 700px;
    min-height: 100%;
  }
  .header__offer {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .header__info {
    width: 100%;
  }
  .header__title span {
    font-size: 90px;
  }
  .header__title i {
    font-size: 30px;
    text-align: left;
  }
  .header__descr {
    font-size: 18px;
    width: 320px;
    padding: 22px 18px 19px 24px;
  }
  .header__img {
    padding-top: 40px;
    position: absolute;
    bottom: -55px;
    right: 0;
    width: 50%;
    max-width: 370px;
  }
  .gallery {
    height: 400px;
    background-position: center bottom;
    background-size: cover;
  }
  .gallery__carousel {
    height: 250px;
    background: none;
    padding: 0;
  }
  .gallery__carousel__slide {
    width: 60%;
  }
  .gallery__carousel__slide img {
    height: 250px;
  }
  .gallery__carousel .carousel__button {
    height: 52px;
    width: 40px;
    top: 49%;
  }
  .gallery__carousel .is-prev {
    left: 10px;
  }
  .gallery__carousel .is-next {
    right: 10px;
  }
  .certificates {
    padding: 50px 0 70px;
  }
  .certificates__title {
    font-size: 28px;
    margin-bottom: 40px;
  }
  .contacts {
    padding: 45px 0 60px;
  }
  .contacts__title {
    font-size: 28px;
    margin-bottom: 45px;
  }
  .contacts__wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .contacts__items {
    width: 100%;
    padding: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .contacts__item {
    width: 48%;
    height: 100%;
  }
  .contacts__item:first-child {
    margin-bottom: 20px;
  }
  .contacts__info {
    font-size: 16px;
  }
  .contacts__form {
    width: 100%;
    margin-top: 40px;
  }
}
@media (max-width: 560px) {
  .header {
    overflow-x: hidden;
  }
  .header__img {
    bottom: 20px;
    right: -85px;
  }
  .gallery__carousel__slide {
    width: 80%;
  }
  .gallery__carousel .is-prev {
    left: 0;
  }
  .gallery__carousel .is-next {
    right: 0;
  }
  .video {
    padding: 60px 0;
  }
  .contacts__items {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .contacts__item {
    width: 100%;
  }
  .policy__title {
    font-size: 20px;
  }
  .popup__form {
    padding: 45px 25px;
    width: 95%;
  }
  .popup__form h5 {
    font-size: 16px;
  }
  .popup__form form {
    margin-top: 30px;
  }
  .popup__form form input {
    font-size: 14px;
    height: 45px;
    margin-bottom: 15px;
  }
  .popup__policy {
    font-size: 12px;
  }
  .thanks__form {
    width: 95%;
  }
  .thanks__form h3 {
    font-size: 24px;
  }
  .thanks__form p {
    font-size: 16px;
  }
}
@media (max-width: 425px) {
  .header__subtitle {
    width: 100%;
    font-size: 16px;
  }
  .header__title span {
    font-size: 67px;
  }
  .header__title i {
    font-size: 24px;
  }
  .header__descr {
    max-width: 290px;
    font-size: 16px;
  }
  .header__btn {
    margin-top: 30px;
  }
  .header__img {
    bottom: 50px;
    right: -65px;
    width: 45%;
  }
  .gallery {
    margin-top: 70px;
  }
  .gallery::after {
    bottom: 10px;
    right: 5px;
    width: 24px;
    height: 50px;
  }
  .gallery__btn {
    z-index: 10;
  }
  .gallery__carousel__slide {
    width: 90%;
  }
  .gallery__carousel .is-prev {
    left: -10px;
  }
  .gallery__carousel .is-next {
    right: -10px;
  }
  .contacts__form {
    background-size: 170%;
  }
  .contacts__form h5 {
    font-size: 16px;
  }
  .contacts__form form {
    margin-top: 35px;
  }
  .contacts__form form input {
    height: 40px;
  }
  .contacts__policy {
    font-size: 12px;
  }
  .footer__developed {
    font-size: 12px !important;
  }
}/*# sourceMappingURL=style.css.map */