@import url("https://fonts.googleapis.com/css2?family=Roboto:wght@400;700&display=swap");
h1, h2, h3, p, button, input, textarea, span, li {
  font-family: 'Roboto', sans-serif;
}

h2 {
  font-weight: 700;
  font-size: 48px;
  text-transform: uppercase;
}

html, body {
  min-width: 1600px;
}

.main__header {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 60px;
}

.main__header svg {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
}

.main__header-cover {
  width: 100%;
  min-height: 950px;
  background: url(../img/first_bg_optimized.jpg) no-repeat;
  background-size: cover;
}

.container {
  width: 80%;
  margin: 0 auto;
}

.main__header-top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 85px;
}

.main__header-top .main__header-logo {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  position: relative;
}

.main__header-top .main__header-logo a:hover, .main__header-top .main__header-logo a:active {
  -webkit-transform: translateY(-5px);
          transform: translateY(-5px);
}

.main__header-top .main__header-logo h1 {
  font-weight: 700;
  font-size: 30px;
  text-transform: uppercase;
  color: #ffffff;
  width: 300px;
  margin-left: 40px;
}

.main__header-menu {
  position: absolute;
  top: 45%;
  left: 42%;
  width: 80%;
  background: rgba(255, 255, 255, 0.1);
  height: 65px;
  border-right: 3px solid #e7c78e;
  border-radius: 0px 0px 20px;
}

.main__header-menu:hover {
  background: rgba(255, 255, 255, 0.3);
}

.main__header-menu .menu__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  list-style-type: none;
  -ms-flex-pack: distribute;
      justify-content: space-around;
}

.main__header-menu ul {
  margin: 0;
  padding: 0;
  margin-left: 20px;
}

.main__header-menu li {
  font-weight: 700;
  color: #ffffff;
  font-size: 20px;
  padding: 20px;
}

.main__header-menu a {
  text-decoration: none;
  color: #ffffff;
}

.main__header-menu a:hover {
  color: #e7c78e;
}

.main__header-phone {
  margin-top: 20px;
  text-align: right;
}

.main__header-phone p {
  font-weight: 700;
  color: #ffffff;
  font-size: 25px;
  margin: 0;
}

.main__header-phone a {
  text-decoration: none;
  color: #ffffff;
}

.main__header-phone a:hover {
  text-decoration: underline;
}

.main__header-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.main__header-content .main__header-text {
  width: 540px;
  color: #fff;
  margin-top: -30px;
}

.main__header-content .main__header-text h2 {
  font-size: 48px;
}

.main__header-content .main__header-text p {
  font-weight: 700;
  font-size: 30px;
}

.main__header-content .main__header-text .main__header-result {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 265px;
  height: 75px;
  margin-top: 76px;
  padding: 0 18px 0 18px;
  color: #e7c78e;
  border: 2px #e7c78e solid;
}

.main__header-content .main__header-text .main__header-result p {
  display: block;
  font-weight: 400;
  font-size: 18px;
  color: #ffffff;
}

.main__header-content .main__header-text .main__header-result span {
  display: block;
  font-weight: 700;
  font-size: 18px;
}

.main__header-content .main__header-text .main__header-result span b {
  font-size: 35px;
}

.main__header-content .main__header-form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  text-align: center;
  background-color: #fff;
  border: 10px solid transparent;
  -webkit-box-shadow: 0 0 2px 20px rgba(97, 114, 152, 0.7);
          box-shadow: 0 0 2px 20px rgba(97, 114, 152, 0.7);
  min-width: 462px;
  width: 462px;
  min-height: 480px;
  padding-top: 50px;
  z-index: 5;
}

.main__header-content .main__header-form p {
  font-weight: 700;
  text-transform: uppercase;
  font-size: 30px;
  margin: 0 24px 25px 24px;
}

.main__header-content .main__header-form p:nth-child(2) {
  text-transform: lowercase;
  font-weight: 400;
  font-size: 24px;
  margin-bottom: 55px;
}

.main__header-content .main__header-form input[type="text"], .main__header-content .main__header-form input[type="tel"] {
  border: 1px solid transparent;
  -webkit-box-shadow: 0 0 2px 1px rgba(97, 114, 152, 0.4);
          box-shadow: 0 0 2px 1px rgba(97, 114, 152, 0.4);
  width: 80%;
  height: 55px;
  margin-bottom: 40px;
  font-weight: 400;
  outline: none;
  font-size: 24px;
  text-align: center;
  padding: 0 10px;
}

.main__header-content .main__header-form input:nth-child(2) {
  margin-bottom: 65px;
}

.main__header-content .main__header-form input[type="text"]:focus {
  border: 1px solid transparent;
  -webkit-box-shadow: 0 0 2px 1px rgba(97, 114, 152, 0.9);
          box-shadow: 0 0 2px 1px rgba(97, 114, 152, 0.9);
}

.main__header-content .main__header-form button {
  font-weight: 700;
  width: 82%;
  height: 80px;
  border: none;
  border-radius: 5px;
  background-color: #E7C78E;
  font-size: 24px;
  text-transform: uppercase;
  outline: none;
  cursor: pointer;
}

.main__header-content .main__header-form button:hover, .main__header-content .main__header-form button:active {
  -webkit-box-shadow: 0 0 10px 2px rgba(97, 114, 152, 0.3);
          box-shadow: 0 0 10px 2px rgba(97, 114, 152, 0.3);
}

.main__header-content .main__header-form:before {
  content: '';
  width: 482px;
  min-height: 10%;
  position: absolute;
  background: #fff;
  z-index: -1;
  left: -10px;
  bottom: -5px;
}

.main__header-content .main__header-form:after {
  content: '';
  width: 482px;
  min-height: 10%;
  position: absolute;
  background: inherit;
  -webkit-box-shadow: 0 0 2px 20px rgba(97, 114, 152, 0.7);
          box-shadow: 0 0 2px 20px rgba(97, 114, 152, 0.7);
  z-index: -5;
  left: -10px;
  bottom: -54px;
  -webkit-transform-origin: left bottom;
          transform-origin: left bottom;
  -webkit-transform: skewY(-3deg);
          transform: skewY(-3deg);
}

.step__main-header {
  text-align: center;
  margin: 0;
  margin-bottom: 55px;
}

.step__wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 30px;
}

.button__wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.step__block {
  width: 390px;
  position: relative;
}

.block__header {
  font-weight: 700;
  font-size: 90px;
  color: #E7C78E;
  text-shadow: 0px 4px 8px rgba(0, 0, 0, 0.25);
  margin: 0;
  margin-bottom: -10px;
  cursor: pointer;
}

.step__block:hover {
  -webkit-transform: rotateZ(5deg);
  transform: rotateZ(5deg);
}

.block__text {
  font-weight: 400;
  font-size: 22px;
  margin-bottom: 60px;
}

.step button {
  display: block;
  font-weight: 700;
  width: 40%;
  height: 80px;
  border: none;
  border-radius: 5px;
  background-color: #E7C78E;
  font-size: 24px;
  text-transform: uppercase;
  outline: none;
  margin: 0 auto;
  margin-bottom: 30px;
  cursor: pointer;
}

.step button:hover {
  -webkit-box-shadow: 0 0 10px 2px rgba(97, 114, 152, 0.3);
          box-shadow: 0 0 10px 2px rgba(97, 114, 152, 0.3);
}

.block__arrow-1 {
  position: absolute;
  right: 0;
  top: 40px;
}

.block__arrow-2 {
  position: absolute;
  right: 0;
  top: 40px;
}

.block__arrow-3 {
  position: absolute;
  right: 130px;
  bottom: -70px;
}

.block__arrow-4 {
  position: absolute;
  right: 0;
  top: 40px;
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}

.block__arrow-5 {
  position: absolute;
  right: 0;
  top: 45px;
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}

.services {
  position: relative;
}

.services svg {
  position: absolute;
  left: 0;
  bottom: -128px;
  width: 100%;
}

.parallax {
  background-image: url("../img/femida.png");
  height: 95%;
  background-position: right;
  background-repeat: no-repeat;
  background-size: contain;
}

.services__cover {
  width: 100%;
  min-height: 1170px;
  height: 1170px;
  background: #617196;
  background-size: cover;
  padding-top: 20px;
}

.services__main-header {
  color: #fff;
  text-align: center;
  margin-bottom: 90px;
}

.services__wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
}

.services__block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 310px;
  position: relative;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  cursor: pointer;
}

.services__block:hover {
  -webkit-transform: scale(1.08);
          transform: scale(1.08);
}

.services__block .block__img {
  margin: 0;
}

.services__block .block__text {
  font-weight: 700;
  font-size: 30px;
  color: #fff;
  margin: 0;
  margin-bottom: 100px;
  text-align: center;
}

.map {
  position: relative;
  height: 820px;
}

.map__cover {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  min-height: 820px;
  background: url(../img/map.jpg) no-repeat;
  background-size: cover;
  margin-top: 10px;
  z-index: -10;
}

.map__header-form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: absolute;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  text-align: center;
  background-color: #fff;
  border: 10px solid transparent;
  -webkit-box-shadow: 0 0 2px 20px rgba(97, 114, 152, 0.7);
          box-shadow: 0 0 2px 20px rgba(97, 114, 152, 0.7);
  min-width: 462px;
  width: 462px;
  min-height: 460px;
  margin-top: 150px;
  padding-top: 50px;
  z-index: 50;
}

.map__header-form p {
  font-weight: 700;
  text-transform: uppercase;
  font-size: 32px;
  margin: 0 24px 40px 24px;
}

.map__header-form .map__text_subheader {
  text-transform: uppercase;
  font-weight: 700;
  font-size: 24px;
  margin: 0;
  margin-bottom: 10px;
}

.map__header-form .map__text_content {
  text-transform: none;
  font-weight: 400;
  font-size: 24px;
  margin: 0;
  margin-bottom: 40px;
}

.map__header-form .map__text_content a {
  text-decoration: none;
  color: #000;
}

.map__header-form .map__text_content a:hover {
  color: #E7C78E;
}

.map__header-form p:nth-child(5) {
  margin: 0;
  margin-bottom: 10px;
}

.map__header-form button {
  font-weight: 700;
  width: 85%;
  height: 80px;
  border: none;
  border-radius: 5px;
  background-color: #E7C78E;
  font-size: 24px;
  text-transform: uppercase;
  outline: none;
  margin: 0 auto;
  cursor: pointer;
}

.map__header-form button:hover, .map__header-form button:active {
  -webkit-box-shadow: 0 0 10px 2px rgba(97, 114, 152, 0.3);
          box-shadow: 0 0 10px 2px rgba(97, 114, 152, 0.3);
}

.map__header-form:before {
  content: '';
  width: 482px;
  min-height: 10%;
  position: absolute;
  background: #fff;
  z-index: -1;
  left: -10px;
  bottom: -5px;
}

.map__header-form:after {
  content: '';
  width: 482px;
  min-height: 10%;
  position: absolute;
  background: inherit;
  -webkit-box-shadow: 0 0 2px 20px rgba(97, 114, 152, 0.7);
          box-shadow: 0 0 2px 20px rgba(97, 114, 152, 0.7);
  z-index: -5;
  left: -10px;
  bottom: -54px;
  -webkit-transform-origin: left bottom;
          transform-origin: left bottom;
  -webkit-transform: skewY(-3deg);
          transform: skewY(-3deg);
}

.map__pointer {
  position: absolute;
  bottom: 400px;
  right: 350px;
}

.map__pointer:hover, .map__pointer:active {
  -webkit-transform: scale(1.2);
  transform: scale(1.08);
}

.text_content-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  width: 100px;
  margin: 0 auto;
  margin-top: 5px;
  margin-bottom: 30px;
}

.text_content-wrapper svg {
  width: 35px;
  height: 30px;
}

.text_content-wrapper svg:hover {
  fill: #E7C78E;
  -webkit-transform: scale(1.08);
          transform: scale(1.08);
}

.main__footer {
  min-height: 70px;
  border-top: 3px solid #617298;
  position: relative;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin-top: 10px;
}

.footer__copyright {
  text-align: center;
  font-weight: 400;
  font-size: 24px;
  color: #617298;
}

.footer__copyright a {
  color: inherit;
  text-decoration: none;
  cursor: pointer;
}

.footer__copyright a:hover {
  color: E7C78E;
  text-decoration: underline;
}

.modal {
  position: fixed;
}

.modal__window {
  display: none;
  width: 800px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 75px;
  background: #fff;
  border: 2px solid #617298;
  -webkit-box-shadow: 0 0 500px 15px rgba(231, 199, 142, 0.7), 0 20px 30px 1000px rgba(97, 114, 152, 0.7);
          box-shadow: 0 0 500px 15px rgba(231, 199, 142, 0.7), 0 20px 30px 1000px rgba(97, 114, 152, 0.7);
  top: 50%;
  right: 50%;
  margin-top: -300px;
  margin-right: -400px;
  z-index: 100;
}

.modal__window h2 {
  margin: 0;
  text-align: center;
  font-size: 45px;
  text-transform: uppercase;
  margin-bottom: 50px;
}

.modal__window .modal__form__row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin: 0 auto;
}

.modal__window input[type="text"] {
  display: block;
  border: 1px solid transparent;
  -webkit-box-shadow: 0 0 2px 1px rgba(97, 114, 152, 0.4);
          box-shadow: 0 0 2px 1px rgba(97, 114, 152, 0.4);
  width: 45%;
  height: 55px;
  margin-bottom: 30px;
  font-weight: 400;
  outline: none;
  font-size: 24px;
  text-align: left;
  padding: 0 10px;
}

.modal__window input[type="file"] {
  width: 45%;
  height: 55px;
  margin-bottom: 40px;
  font-weight: 400;
  outline: none;
  font-size: 24px;
  text-align: center;
  padding: 0 10px;
}

.modal__window input[type="text"]:focus {
  border: 1px solid transparent;
  -webkit-box-shadow: 0 0 2px 1px rgba(97, 114, 152, 0.9);
          box-shadow: 0 0 2px 1px rgba(97, 114, 152, 0.9);
}

.modal__window textarea {
  border: 1px solid transparent;
  -webkit-box-shadow: 0 0 2px 1px rgba(97, 114, 152, 0.4);
          box-shadow: 0 0 2px 1px rgba(97, 114, 152, 0.4);
  width: 100%;
  margin-bottom: 30px;
  font-weight: 400;
  outline: none;
  font-size: 24px;
  text-align: left;
  padding: 10px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.modal__window textarea:focus {
  border: 1px solid transparent;
  -webkit-box-shadow: 0 0 2px 1px rgba(97, 114, 152, 0.9);
          box-shadow: 0 0 2px 1px rgba(97, 114, 152, 0.9);
}

.modal__window .btn {
  display: block;
  font-weight: 700;
  width: 100%;
  height: 80px;
  border: none;
  border-radius: 5px;
  background-color: #E7C78E;
  font-size: 24px;
  text-transform: uppercase;
  outline: none;
  cursor: pointer;
  margin: 0 auto;
}

.modal__window .btn:hover {
  -webkit-box-shadow: 0 0 10px 2px rgba(97, 114, 152, 0.3);
          box-shadow: 0 0 10px 2px rgba(97, 114, 152, 0.3);
}

.modal__close {
  position: absolute;
  top: 30px;
  right: 30px;
  width: 27px;
  height: 27px;
  padding: 0;
  background: none;
  border: none;
  cursor: pointer;
  opacity: 0.3;
  outline: none;
}

.modal__close:before {
  content: "";
  position: absolute;
  top: 10px;
  left: 0;
  width: 27px;
  height: 5px;
  background-color: #617298;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}

.modal__close:after {
  content: "";
  position: absolute;
  top: 10px;
  left: 0;
  width: 27px;
  height: 5px;
  background-color: #617298;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}

.modal__close:hover {
  opacity: 1;
}

.modal__close:active {
  opacity: 0.1;
}

.modal__open {
  display: block;
}

.input__wrapper {
  width: 100%;
  position: relative;
  margin-bottom: 50px;
  text-align: center;
}

.input__file {
  opacity: 0;
  visibility: hidden;
  position: absolute;
}

.input__file-icon-wrapper {
  height: 60px;
  width: 60px;
  margin-right: 15px;
  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-right: 1px solid #fff;
}

.input__file-button-text {
  line-height: 1;
  margin-top: 1px;
}

.input__file-button {
  width: 100%;
  max-width: 290px;
  height: 60px;
  background: #E7C78E;
  color: #000;
  font-size: 1.125rem;
  font-weight: 700;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  border-radius: 5px;
  cursor: pointer;
  margin: 0 auto;
}

.pay__modal {
  display: none;
  width: 800px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 75px;
  background: #fff;
  border: 2px solid #617298;
  -webkit-box-shadow: 0 0 500px 15px rgba(231, 199, 142, 0.7), 0 20px 30px 1000px rgba(97, 114, 152, 0.7);
          box-shadow: 0 0 500px 15px rgba(231, 199, 142, 0.7), 0 20px 30px 1000px rgba(97, 114, 152, 0.7);
  top: 50%;
  right: 50%;
  margin-top: -300px;
  margin-right: -400px;
  z-index: 100;
}

.pay__modal h2 {
  margin: 0;
  text-align: center;
  font-size: 45px;
  text-transform: uppercase;
  margin-bottom: 30px;
}

.pay__modal p {
  font-weight: 400;
  font-size: 22px;
  text-align: center;
  margin-bottom: 40px;
}

.pay__modal .btn {
  display: block;
  font-weight: 700;
  width: 100%;
  height: 80px;
  border: none;
  border-radius: 5px;
  background-color: #E7C78E;
  font-size: 24px;
  text-transform: uppercase;
  outline: none;
  cursor: pointer;
  margin: 0 auto;
}

.pay__modal .btn:hover {
  -webkit-box-shadow: 0 0 10px 2px rgba(97, 114, 152, 0.3);
          box-shadow: 0 0 10px 2px rgba(97, 114, 152, 0.3);
}

input[type="number"] {
  display: block;
  border: 1px solid transparent;
  -webkit-box-shadow: 0 0 2px 1px rgba(97, 114, 152, 0.4);
          box-shadow: 0 0 2px 1px rgba(97, 114, 152, 0.4);
  width: 35%;
  height: 55px;
  margin: 0 auto;
  margin-bottom: 40px;
  font-weight: 400;
  outline: none;
  font-size: 24px;
  text-align: center;
  padding: 0 10px;
}

input[type="number"]:focus {
  border: 1px solid transparent;
  -webkit-box-shadow: 0 0 2px 1px rgba(97, 114, 152, 0.9);
          box-shadow: 0 0 2px 1px rgba(97, 114, 152, 0.9);
}

input[type="number"]::-webkit-outer-spin-button,
input[type="number"]::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

.pay__modal-close {
  position: absolute;
  top: 30px;
  right: 30px;
  width: 27px;
  height: 27px;
  padding: 0;
  background: none;
  border: none;
  cursor: pointer;
  opacity: 0.3;
  outline: none;
}

.pay__modal-close:before {
  content: "";
  position: absolute;
  top: 10px;
  left: 0;
  width: 27px;
  height: 5px;
  background-color: #617298;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}

.pay__modal-close:after {
  content: "";
  position: absolute;
  top: 10px;
  left: 0;
  width: 27px;
  height: 5px;
  background-color: #617298;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}

.pay__modal-close:hover {
  opacity: 1;
}

.pay__modal-close:active {
  opacity: 0.1;
}

.pay__modal-open {
  display: block;
}
/*# sourceMappingURL=style.css.map */