body {
  padding: 0;
  margin: 0;
  bottom: 0;
  font-family: 'Trebuchet MS';
}

.main {
  min-height: 100vh;
  width: 100%;
  background: url("/img/bg1.png");
  background-position: center center;
  -webkit-backdrop-filter: blur(2px) contrast(0.5) brightness(0.7);
          backdrop-filter: blur(2px) contrast(0.5) brightness(0.7);
}

.main-logo {
  padding-top: 1.5rem;
  padding-left: 1rem;
  padding-bottom: 1.5rem;
}

.main-left {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: calc(100vh  - 6rem);
  color: #ffffff;
}

.main-left h1 {
  display: block;
  position: relative;
  font-size: 3.0rem;
  font-weight: 800;
  margin-top: -4rem;
  text-shadow: 1px 2px 12px #000;
}

.main-left h1:after {
  content: '';
  position: absolute;
  border-bottom: #5B87FF 22px solid;
  width: 58%;
  bottom: -2.6rem;
  left: 0;
}

.main-right {
  color: #ffffff;
  font-size: 2.3rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: start;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding-bottom: 6.5rem;
}

.main-right p {
  margin-bottom: 0;
  text-shadow: 1px 2px 12px #000;
}

.main__link {
  margin-top: 27px;
  font-size: 2.3rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-decoration: none;
  padding: 10px;
  border: none;
}

.main__link span {
  margin-left: 20px;
  color: #5B87FF;
}

.main__link span:after {
  content: " ";
  display: block;
  border-bottom: 3px solid #5B87FF;
}

@media screen and (max-width: 768px) {
  .main-left {
    height: calc(60vh  - 6rem);
  }
  .main-left h1 {
    margin-top: 1rem;
    font-size: 2rem;
  }
  .main-right {
    padding-bottom: 3rem;
  }
  .main-right p {
    font-size: 1.45rem;
  }
  .main__link {
    font-size: 1.3rem;
  }
}

.advantages {
  background: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#DEDEDE));
  background: linear-gradient(#fff, #DEDEDE);
}

.advantages__h2 {
  color: #4B87FF;
  font-size: 3rem;
}

.advantages-content {
  min-height: 25rem;
  margin-top: 10rem;
  background: #414141;
  color: #ffffff;
  padding: 3.5rem 2.8rem;
  border-top-left-radius: 30px;
  border-top-right-radius: 30px;
}

.advantages-content__image {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 100px;
          flex: 1 1 100px;
  flex: 1 1 100px;
  max-width: 70px;
}

.advantages-text {
  margin-left: 1rem;
  -webkit-box-flex: 3;
      -ms-flex: 3 3 200px;
          flex: 3 3 200px;
}

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

.advantages-icons {
  background: -webkit-gradient(linear, left top, left bottom, from(#356DDE), color-stop(80%, #538CFF));
  background: linear-gradient(#356DDE 0%, #538CFF 80%);
  width: 400px;
  position: absolute;
  right: 0;
  padding: 5rem 3rem 3rem;
  border-bottom-right-radius: 30px;
}

.advantages-icons a {
  display: inline-block;
  position: relative;
  width: 70px;
}

.advantages-icons a::after {
  content: "";
  position: absolute;
  width: 100%;
  border-bottom: 5px solid #fff;
  bottom: 0;
  left: 0;
  -webkit-transform: scale(0);
          transform: scale(0);
  -webkit-transition: -webkit-transform 250ms ease-in-out;
  transition: -webkit-transform 250ms ease-in-out;
  transition: transform 250ms ease-in-out;
  transition: transform 250ms ease-in-out, -webkit-transform 250ms ease-in-out;
}

.advantages-icons a.active {
  display: inline-block;
  position: relative;
}

.advantages-icons a.active::after {
  content: "";
  position: absolute;
  width: 100%;
  border-bottom: 4px solid #fff;
  bottom: 0;
  left: 0;
  -webkit-transform: scale(1);
          transform: scale(1);
  -webkit-transition: -webkit-transform 250ms ease-in-out;
  transition: -webkit-transform 250ms ease-in-out;
  transition: transform 250ms ease-in-out;
  transition: transform 250ms ease-in-out, -webkit-transform 250ms ease-in-out;
}

@media screen and (max-width: 768px) {
  .advantages__h2 {
    font-size: 2rem;
    text-align: center;
  }
  .advantages-content {
    min-height: auto;
    margin-top: 1rem;
  }
  .advantages-content p {
    margin-left: 0;
  }
  .advantages-content__image {
    width: 100%;
  }
  .advantages-content__image img {
    display: block;
    margin: auto;
  }
  .advantages-item {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}

.guests {
  background: -webkit-gradient(linear, left top, left bottom, from(#4B87FF), to(#2569F1));
  background: linear-gradient(#4B87FF, #2569F1);
  -webkit-clip-path: polygon(0 5rem, 100% 0%, 100% calc(100% - 5rem), 0% 100%);
          clip-path: polygon(0 5rem, 100% 0%, 100% calc(100% - 5rem), 0% 100%);
  margin-top: -5rem;
  padding: 7rem 0;
}

.guests-map {
  max-width: 100%;
}

.guests-map img {
  max-width: 100%;
}

.guests-slider {
  border: 10px solid #414141;
}

.guests__h2 {
  color: #fff;
  font-size: 3rem;
  text-align: center;
}

.guests-map {
  border: #fff 10px solid;
}

.guests__link {
  margin-top: 27px;
  font-size: 2.3rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-decoration: none;
  padding: 10px;
  border: none;
}

.guests__link span {
  margin-left: 20px;
  color: #fff;
}

.guests__link span:after {
  content: " ";
  display: block;
  border-bottom: 3px solid #fff;
}

.guests-photos {
  margin-bottom: 2rem;
}

@media screen and (max-width: 768px) {
  .guests__h2 {
    font-size: 2rem;
    text-align: center;
  }
  .guests__link img {
    width: 30px;
  }
  .guests__link span {
    font-size: 1.3rem;
  }
}

.footer {
  padding-top: 10rem;
  margin-top: -7rem;
  background: url("/img/footer/bg.png");
  background-size: cover;
  background-position: top center;
}

.footer-wrap {
  width: 450px;
  margin-top: 7rem;
  background: #414141;
  padding: 2rem;
  border-top-right-radius: 30px;
}

.footer-wrap__h2 {
  color: #ffffff;
  font-size: 3rem;
}

.footer-wrap__h3 {
  color: #ffffff;
  font-size: 2rem;
}

.footer-form__text {
  background: none;
  border: none;
  border-bottom: 2px solid #fff;
  color: #fff;
  font-size: 1.8rem;
  max-width: 100%;
}

.footer-form__text:focus {
  border-bottom: 2px solid #5B87FF;
  outline: none;
}

.footer-form-item {
  position: relative;
  margin-bottom: 2rem;
  min-width: 100%;
}

.footer-form-item.active label {
  position: absolute;
  color: #ffffff;
  top: -1rem;
  font-size: 0.7rem;
  -webkit-transition: all .2s ease;
  transition: all .2s ease;
}

.footer-form-item label {
  position: absolute;
  color: #ffffff;
  top: -0.2rem;
  font-size: 1.8rem;
  -webkit-transition: all .2s ease;
  transition: all .2s ease;
}

.footer-form__submit {
  text-transform: uppercase;
  border: 0;
  background: #fff;
  font-family: 'Trebuchet MS';
  text-align: center;
  width: 100%;
  padding: 1.6rem;
  font-size: 1.5rem;
  font-weight: 600;
  border-radius: 1rem;
  -webkit-transition: all .3s ease;
  transition: all .3s ease;
  border: 3px solid #fff;
}

.footer-form__submit:hover {
  color: #ffffff;
  border: 3px solid #fff;
  background: none;
  -webkit-transition: all .3s ease;
  transition: all .3s ease;
  cursor: pointer;
}

@media screen and (max-width: 768px) {
  .footer-wrap {
    width: 100%;
  }
  .footer-wrap__h2 {
    font-size: 2rem;
  }
  .footer-wrap__h3 {
    font-size: 1.4rem;
  }
  .footer-form input, .footer-form label {
    font-size: 1.3rem;
  }
}

.modal {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  display: none;
  opacity: 0;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-transition: .3s all ease;
  transition: .3s all ease;
  background: rgba(0, 0, 0, 0.89);
}

.modal.active {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  opacity: 1;
  -webkit-transition: .3s all ease;
  transition: .3s all ease;
  -webkit-animation: fadein 0.35s ease;
          animation: fadein 0.35s ease;
  z-index: 10;
}

.modal h2 {
  color: #ffffff;
}

.modal-close {
  width: 1rem;
  position: absolute;
  right: 2rem;
}

.modal-wrap {
  position: relative;
  width: 450px;
  margin-top: 7rem;
  background: rgba(29, 29, 29, 0.9);
  padding: 2rem;
  border-radius: 30px;
  -webkit-box-shadow: 0px 0px 10px 3px rgba(255, 255, 255, 0.15);
  box-shadow: 0px 0px 10px 3px rgba(255, 255, 255, 0.15);
  opacity: 0;
}

.modal-wrap__h2 {
  color: #ffffff;
  font-size: 3rem;
}

.modal-wrap__h3 {
  color: #ffffff;
  font-size: 2rem;
}

.modal-wrap.active {
  -webkit-animation: fadeUp 0.55s cubic-bezier(0.04, 1.15, 0.75, 1.42);
          animation: fadeUp 0.55s cubic-bezier(0.04, 1.15, 0.75, 1.42);
  opacity: 1;
}

.modal-form__text {
  background: none;
  border: none;
  border-bottom: 2px solid #fff;
  color: #fff;
  font-size: 1.8rem;
  max-width: 100%;
}

.modal-form__text:focus {
  border-bottom: 2px solid #5B87FF;
  outline: none;
}

.modal-form-item {
  position: relative;
  margin-bottom: 2rem;
  min-width: 100%;
}

.modal-form-item.active label {
  position: absolute;
  color: #ffffff;
  top: -1rem;
  font-size: 0.7rem;
  -webkit-transition: all .2s ease;
  transition: all .2s ease;
}

.modal-form-item label {
  position: absolute;
  color: #ffffff;
  top: -0.2rem;
  font-size: 1.8rem;
  -webkit-transition: all .2s ease;
  transition: all .2s ease;
}

.modal-form__submit {
  text-transform: uppercase;
  border: 0;
  background: #fff;
  font-family: 'Trebuchet MS';
  text-align: center;
  width: 100%;
  padding: 1rem;
  font-size: 1.5rem;
  font-weight: 600;
  border-radius: 1rem;
  -webkit-transition: all .3s ease;
  transition: all .3s ease;
  border: 3px solid #fff;
}

.modal-form__submit:hover {
  color: #ffffff;
  border: 3px solid #fff;
  background: none;
  -webkit-transition: all .3s ease;
  transition: all .3s ease;
  cursor: pointer;
}

@media screen and (max-width: 768px) {
  .modal-form input, .modal-form label {
    font-size: 1.3rem;
  }
}

@-webkit-keyframes fadein {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

@keyframes fadein {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

@-webkit-keyframes fadeUp {
  from {
    opacity: 0;
    -webkit-transform: translateY(15rem);
            transform: translateY(15rem);
  }
  to {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}

@keyframes fadeUp {
  from {
    opacity: 0;
    -webkit-transform: translateY(15rem);
            transform: translateY(15rem);
  }
  to {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
/*# sourceMappingURL=style.css.map */