@font-face {
  font-family: "Gotham Pro";
  src: url("fonts/GothamPro.eot");
  src: local("Gotham Pro"), local("GothamPro"), url("fonts/GothamPro.eot?#iefix") format("embedded-opentype"), url("fonts/GothamPro.woff") format("woff"), url("fonts/GothamPro.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "Gotham Pro";
  src: url("fonts/GothamPro-Bold.eot");
  src: local("Gotham Pro Bold"), local("GothamPro-Bold"), url("fonts/GothamPro-Bold.eot?#iefix") format("embedded-opentype"), url("fonts/GothamPro-Bold.woff") format("woff"), url("fonts/GothamPro-Bold.ttf") format("truetype");
  font-weight: 700;
  font-style: normal;
}
:root {
  font-size: 30px;
}

ul, li {
  margin: 0;
  padding: 0;
  display: block;
}

a {
  -webkit-transition: 0.3s all;
  transition: 0.3s all;
  outline: none;
  text-decoration: none;
}
a:hover {
  text-decoration: none;
}

button {
  -webkit-transition: 0.6s all;
  transition: 0.6s all;
  border: none;
  outline: none;
  background: none;
  padding: 0;
}

h1, h2, h3, h4, h5, p {
  margin: 0;
}

input {
  outline: none;
  border-radius: 0;
}
input.error {
  color: red !important;
  border-color: red !important;
}

html {
  scroll-behavior: smooth;
}

body {
  font-family: "Gotham Pro";
  background: #3A5863;
  color: #fff;
}

::-webkit-scrollbar {
  width: 0.5rem;
  height: 0.5rem;
}

::-webkit-scrollbar-track {
  background: #ddd;
}

::-webkit-scrollbar-thumb {
  background: #3A5863;
  border: 1px solid #ddd;
}

.lazy {
  opacity: 0;
}

.disabled {
  pointer-events: none;
}

.feedback {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 6;
  background: rgba(42, 42, 42, 0.59);
  backdrop-filter: blur(5px);
  -webkit-backdrop-filter: blur(5px);
  display: none;
}
.feedback-content {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  padding: 2.5rem;
  border-radius: 1rem;
  background: #3A5863;
  width: 24.5rem;
  text-align: center;
  font-weight: 700;
}
.feedback__close {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-transition: 0.6s all;
  transition: 0.6s all;
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  background: #808080;
  border-radius: 50%;
  width: 1.5rem;
  height: 1.5rem;
  position: absolute;
  right: -1.5rem;
  top: -1.5rem;
}
.feedback__close img {
  width: 1.2rem;
}
.feedback__close:hover {
  background: #fff;
}
.feedback__logo {
  margin-bottom: 2.4rem;
}
.feedback__logo img {
  display: inline-block;
  width: 10rem;
}
.feedback__title {
  font-size: 1.55rem;
  line-height: 1;
  margin-bottom: 2.8rem;
}
.feedback__text {
  font-size: 0.8rem;
  line-height: 1;
  margin-bottom: 2.8rem;
}
.feedback-form input {
  width: 100%;
  margin-bottom: 1.75rem;
  text-align: center;
  padding-bottom: 0.75rem;
  background: transparent;
  border: none;
  border-bottom: 2px solid #808080;
  -webkit-transition: 0.6s all;
  transition: 0.6s all;
  color: #fff;
}
.feedback-form input::-webkit-input-placeholder {
  color: #808080;
}
.feedback-form input::-moz-placeholder {
  color: #808080;
}
.feedback-form input:-ms-input-placeholder {
  color: #808080;
}
.feedback-form input::-ms-input-placeholder {
  color: #808080;
}
.feedback-form input::placeholder {
  color: #808080;
}
.feedback-form input:focus {
  border-color: #fff;
}
.feedback-form .btn {
  width: 100%;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 0.25rem;
  background: #fff;
  border-radius: 0.5rem;
  height: 3.5rem;
  font-size: 1rem;
  color: #2E3437;
  border: 1px solid #fff;
}
.feedback-form .btn:hover {
  color: #fff;
  background: #3A5863;
}
.feedback__img {
  margin-bottom: 3rem;
}
.feedback__img img {
  display: inline-block;
  width: 8rem;
}
.feedback-done {
  display: none;
}

.header {
  position: absolute;
  top: 3rem;
  left: 0;
  width: 100%;
  z-index: 5;
  padding: 0 6rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
.header__logo {
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  top: 0;
  width: 14.1rem;
}
.header__logo img {
  width: 100%;
  display: block;
}
.header-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 3.7rem;
}
.header-social {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 0.75rem;
}
.header-social li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.header-social a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 1.5rem;
}
.header-social a img {
  width: 100%;
  display: block;
}
.header-social a:hover {
  opacity: 0.8;
}
.header__tel {
  font-size: 1.5rem;
  color: #fff;
  font-weight: 700;
}
.header__tel:hover {
  opacity: 0.8;
}

.main {
  padding-top: 10.2rem;
  height: 100svh;
  background: url(../img/main.jpg) center center no-repeat;
  background-size: cover;
  text-align: center;
  position: relative;
}
.main__title {
  padding-top: 3.2rem;
  position: relative;
  font-size: 1.6rem;
  margin-bottom: 3.2rem;
}
.main__title::before {
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  top: 0;
  height: 0.2rem;
  background: #FFCD00;
  width: 4rem;
  content: "";
}
.main__btn {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-radius: 0.5rem;
  background: rgba(46, 52, 55, 0.4);
  backdrop-filter: blur(7.5px);
  -webkit-backdrop-filter: blur(7.5px);
  color: #fff;
  font-weight: 700;
  font-size: 0.8rem;
  height: 3.5rem;
  width: 12.5rem;
}
.main__btn:hover {
  background: #3A5863;
}
.main__text {
  width: 100%;
  font-size: 1.15rem;
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  bottom: 2.3rem;
}
.main .header-social {
  display: none;
}

@media (max-width: 2800.98px) {
  :root {
    font-size: 26px;
  }
}
@media (max-width: 2600.98px) {
  :root {
    font-size: 24px;
  }
}
@media (max-width: 2300.98px) {
  :root {
    font-size: 22px;
  }
}
@media (max-width: 2100.98px) {
  :root {
    font-size: 20px;
  }
}
@media (max-width: 1800.98px) {
  :root {
    font-size: 19px;
  }
}
@media (max-width: 1700.98px) {
  :root {
    font-size: 18px;
  }
}
@media (max-width: 1600.98px) {
  :root {
    font-size: 17px;
  }
}
@media (max-width: 1500.98px) {
  :root {
    font-size: 16px;
  }
}
@media (max-width: 1400.98px) {
  :root {
    font-size: 15px;
  }
}
@media (max-width: 1300.98px) {
  :root {
    font-size: 14px;
  }
}
@media (max-width: 1200.98px) {
  :root {
    font-size: 13px;
  }
}
@media (max-width: 1100.98px) {
  :root {
    font-size: 12px;
  }
}
@media (max-width: 1000.98px) {
  :root {
    font-size: 11px;
  }
}
@media (max-width: 900.98px) {
  :root {
    font-size: 10px;
  }
}
@media (max-width: 767.98px), (max-width: 1080px) and (orientation: portrait) {
  :root {
    font-size: 17px;
  }
  .header {
    padding: 0 3rem;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    top: 2rem;
  }
  .header__logo {
    position: static;
    -webkit-transform: none;
            transform: none;
    width: 10rem;
  }
}
@media (max-width: 767.98px) {
  :root {
    font-size: 16px;
  }
  .feedback-content {
    padding: 2rem 1rem;
    width: calc(100% - 2rem);
  }
  .feedback__close {
    right: 50%;
    -webkit-transform: translateX(50%);
            transform: translateX(50%);
    top: -3rem;
    width: 2.5rem;
    height: 2.5rem;
  }
  .feedback__close img {
    width: 1.8rem;
  }
  .header {
    padding: 0 1rem;
    top: 1rem;
  }
  .header__logo {
    width: 8rem;
  }
  .header__tel {
    font-size: 1.1rem;
  }
  .header-social {
    display: none;
  }
  .main {
    padding-top: 6rem;
  }
  .main__btn {
    font-size: 0.9rem;
  }
  .main__text {
    font-size: 1rem;
    white-space: nowrap;
    bottom: 4rem;
  }
  .main .header-social {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: absolute;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    bottom: 1.5rem;
  }
}
@media (max-width: 389.98px) {
  :root {
    font-size: 15px;
  }
}
@media (max-width: 375.98px) {
  :root {
    font-size: 14px;
  }
}
@media (max-width: 345.98px) {
  :root {
    font-size: 13px;
  }
}
@media (max-width: 330.98px) {
  :root {
    font-size: 12px;
  }
}
@media (max-width: 320.98px) {
  :root {
    font-size: 11px;
  }
}
@media (max-width: 300.98px) {
  :root {
    font-size: 10px;
  }
}
@media (max-width: 1000px) and (orientation: landscape) {
  :root {
    font-size: 8.5px;
  }
}
@media (max-width: 700px) and (orientation: landscape) {
  :root {
    font-size: 8px;
  }
}
/*# sourceMappingURL=main.css.map */