ol,
ul,
dl {
  margin-top: 0;
  margin-bottom: 0;
}

section {
  outline: none;
}

h1 {
  font-family: 'Geometria-ExtraBold', sans-serif;
  font-size: 43px;
  text-transform: uppercase;
}

h2 {
  font-family: 'Inter', sans-serif;
  font-size: 30px;
  font-weight: 500;
  color: #000;
  margin-bottom: 35px;
}

h3 {
  font-family: 'Inter', sans-serif;
  font-size: 24px;
  font-weight: 500;
  text-transform: uppercase;
  padding-left: 20px;
  margin-bottom: 25px;
  border-left: 5px solid #ffae00;
}

p {
  font-size: 14px;
}

a {
  color: #000;
  -webkit-transition: .2s;
  -o-transition: .2s;
  transition: .2s;
}

b {
  font-family: 'Rubik-Bold', sans-serif;
  color: #16161D;
}

a:hover {
  text-decoration: none;
}

button:focus {
  outline: none;
}

button {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  justify-self: center;
  font-family: 'Inter', sans-serif;
  font-size: 14px;
  color: #000;
  padding: 10px 25px;
  background: -webkit-gradient(linear, left top, left bottom, from(#f9e4a9), to(#ffce64));
  background: -o-linear-gradient(top, #f9e4a9 0%, #ffce64 100%);
  background: linear-gradient(180deg, #f9e4a9 0%, #ffce64 100%);
  -webkit-box-shadow: 0 3px 0px #fdbd61;
  box-shadow: 0 3px 0px #fdbd61;
  -webkit-transition: .2s;
  -o-transition: .2s;
  transition: .2s;
  border: none;
  border-radius: 4px;
}

button:hover {
  -webkit-box-shadow: 0 3px 0 #ffcd86;
  box-shadow: 0 3px 0 #ffcd86;
}

img {
  transform: translateZ(0);
}

body {
  font-family: 'Geometria', sans-serif;
  color: #16161D;
  -webkit-transition: .2s;
  -o-transition: .2s;
  transition: .2s;
}

header {
  position: fixed;
  top: 0;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  z-index: 100;
  width: 100%;
  min-height: 100px;
  padding: 15px 0;
  background: #fff;
  -webkit-box-shadow: 0 0px 30px rgba(0, 0, 0, 0.15);
  box-shadow: 0 0px 30px rgba(0, 0, 0, 0.15);
}

header .container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.burger {
  display: none;
}

.burger .line {
  position: relative;
  width: 25px;
  height: 2px;
  background: #000;
  margin-bottom: 5px;
  -webkit-transition: .2s;
  -o-transition: .2s;
  transition: .2s;
}

.burger .line:last-child {
  margin-bottom: 0;
}

.burger .line1-active {
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  top: 7px;
}

.burger .line3-active {
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
  bottom: 7px;
}

.burger .line2-active {
  opacity: 0;
}

.logo {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  max-width: 390px;
  width: 390px;
  cursor: pointer;
  font-family: 'inter', sans-serif;
}

.logo .logo__img {
  margin-right: 15px;
}

.logo img {
  max-width: 55px;
  height: 65px;
}

.logo .logo__name {
  font-size: 27px;
  line-height: 1;
  margin-bottom: 5px;
}

.logo .logo__intro {
  font-size: 12px;
  line-height: 1;
}

.nav-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 100%;
}

.nav-container-active {
  height: 100vh;
}

nav {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-left: 70px;
}

nav ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

nav ul li {
  font-family: 'Inter', sans-serif;
  font-size: 16px;
  text-transform: uppercase;
  line-height: 1;
  padding-right: 30px;
  border-right: 2px solid;
}

nav ul li:last-child {
  padding-left: 30px;
  border-right: 0;
}

.contact {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 18px;
  margin-left: auto;
}

.contact .contact__phone {
  position: relative;
  display: flex;
  align-items: center;
  gap: 10px;
  font-family: 'Geometria-Medium', sans-serif;
  margin-right: 30px;
}

.contact__phone img {
  display: block;
  width: 50px;
  height: 50px;
}

.contact .contact__social {
  font-size: 12px;
  color: #a6a6a6;
}

.contact .phone-circle-1 {
  position: absolute;
  top: -10px;
  left: -60px;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  background-color: #fff;
}

.contact .phone-circle-1:before {
  content: '';
  position: absolute;
  top: -1px;
  width: 52px;
  height: 52px;
  background: -o-linear-gradient(45deg, rgba(255, 255, 255, 0) 0%, #007fce 100%);
  background: linear-gradient(45deg, rgba(255, 255, 255, 0) 0%, #007fce 100%);
  border-radius: 34px;
  z-index: -1;
}

.contact .phone-circle-2 {
  position: relative;
  top: 5px;
  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-radius: 50%;
  background-color: #fff;
}

.contact .phone-circle-2 svg {
  width: 40px;
  height: 40px;
  fill: #007fce;
  background: #fff;
  padding: 13px 7px;
  border-radius: 50%;
  z-index: 2;
}

.contact .phone-circle-2:before {
  content: '';
  position: absolute;
  top: -1px;
  width: 42px;
  height: 42px;
  background: -o-linear-gradient(210deg, rgba(255, 255, 255, 0) 0%, #007fce 100%);
  background: linear-gradient(240deg, rgba(255, 255, 255, 0) 0%, #007fce 100%);
  border-radius: 34px;
  z-index: 1;
}

.popup-overlay {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 100;
  width: 100%;
  height: 100vh;
  background: rgba(0, 0, 0, 0.89);
  visibility: hidden;
  opacity: 0;
  -webkit-transition: .3s;
  -o-transition: .3s;
  transition: .3s;
}

.popup {
  position: absolute;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  max-width: 750px;
  width: 540px;
  min-height: 540px;
  padding: 60px 90px;
  background: #fff;
  -webkit-box-shadow: 0 0 20px rgba(0, 0, 0, 0.2);
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.2);
  -webkit-transform: translateX(-50%) translateY(-50%);
  -ms-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
  left: 50%;
  top: 50%;
  border-radius: 10px;
}

.popup-active {
  visibility: visible;
  opacity: 1;
}

.close {
  float: right;
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1;
  color: #000;
  text-shadow: 0 1px 0 #fff;
  opacity: .5;
}

.popup .close {
  position: absolute;
  top: 15px;
  right: 20px;
  cursor: pointer;
}

.popup svg {
  width: 15px;
  height: 15px;
}

.popup .popup__title {
  font-family: 'Geometria-Bold', sans-serif;
  font-size: 22px;
  line-height: 129%;
  text-align: center;
  margin-bottom: 30px;
}

.popup form {
  display: block;
  max-width: 350px;
  margin: 0 auto;
  padding: 0;
  text-align: center;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.form__fields {
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.form__fields label {
  margin-bottom: 0;
}

.popup form .form__descr {
  text-align: center;
}


form input {
  font-family: 'Geometria', sans-serif;
  font-size: 14px;
  color: #1e2b61;
  width: 100%;
  padding: 13.5px 20px;
  background: #e8eef9;
  border-radius: 0;
  border: 1px solid #e8eef9;
}

form input:focus {
  background: #f5f8fc;
}

input::-webkit-input-placeholder {
  color: #1e2b61;
  font-size: 14px;
}

input::-moz-placeholder {
  color: #1e2b61;
  font-size: 14px;
}

input:-ms-input-placeholder {
  color: #1e2b61;
  font-size: 14px;
}

input::-ms-input-placeholder {
  color: #1e2b61;
  font-size: 14px;
}

input::placeholder {
  color: #1e2b61;
  font-size: 14px;
}

form .form__descr {
  position: relative;
  font-size: 11px;
  line-height: 1.2;
  text-align: left;
  color: #3d3d3d;
}

form button {
  position: relative;
  margin: 15px auto;
  margin-bottom: 15px;
}

.thanks-overlay {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 100;
  width: 100%;
  height: 100vh;
  padding: 15px;
  background: #000000d1;
  visibility: hidden;
  opacity: 0;
  -webkit-transition: .3s;
  -o-transition: .3s;
  transition: .3s;
}

.thanks-overlay__active {
  visibility: visible;
  opacity: 1;
}

.thanks-mesage {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  position: relative;
  max-width: 100%;
  width: 540px;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  min-height: 260px;
  font-family: 'Rubik-Bold', sans-serif;
  font-size: 20px;
  margin-bottom: 30px;
  top: 200px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  text-align: center;
  background: #fff;
  -webkit-box-shadow: 0 0 20px rgba(0, 0, 0, 0.2);
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.2);
  -webkit-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
  border-radius: 10px;
}

.thanks {
  font-family: 'Rubik-Bold', sans-serif;
  font-size: 30px;
  margin-bottom: 30px;
}

.call {
  margin-bottom: 30px;
}

.thanks-mesage button {
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0 auto;
  border: none;
  -webkit-transition: .2s;
  -o-transition: .2s;
  transition: .2s;
}

.thanks-mesage button:hover {}

.main-screen {
  padding: 115px 0;
  margin-top: 100px;
  min-height: 730px;
  background: url(../img/man_2.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: top;
}

.main-screen .container {}

.main-screen h1 {
  margin-bottom: 75px;
}

.main-screen .col-lg-4 {
  padding-right: 0;
}

.main-screen .main-screen__list {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 15px;
  width: 400px;
  margin-left: auto;
}


.main-screen .main-screen__item {
  position: relative;
  font-size: 16px;
  width: 190px;
  margin-bottom: 30px;
}

.main-screen .item__title {
  position: relative;
  font-family: 'Geometria-Bold', sans-serif;
  line-height: 1.3;
  color: #007fce;
}

.main-screen .item__title:before {
  content: '';
  position: absolute;
  top: 10px;
  left: -20px;
  width: 6px;
  height: 6px;
  background: #007fce;
  border-radius: 50%;
  -webkit-box-shadow: 0 0 10px #007fce;
  box-shadow: 0 0 10px #007fce;
}

.main-screen .item__text {
  line-height: 1.1;
}

form {
  position: relative;
  left: -15px;
  max-width: 100%;
  width: 370px;
  padding: 30px 25px;
  background: #fff;
  border-radius: 8px;
  -webkit-box-shadow: 0 0 30px rgba(0, 0, 0, 0.15);
  box-shadow: 0 0 30px rgba(0, 0, 0, 0.15);
}

form input {
  padding-left: 45px;
}

form label {
  position: relative;
  width: 100%;
  margin-bottom: 10px;
}

form label svg {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  left: 15px;
  width: 18px;
  height: 18px;
  fill: #11355f;
}

form button {
  margin-top: 10px;
}

.form__title {
  font-family: 'Inter', sans-serif;
  font-size: 20px;
  font-weight: 400;
  line-height: 1.3;
  color: #11355f;
  margin-bottom: 15px;
}

.form__title span {
  color: #ffae00;
}

form:before {
  content: '';
  position: absolute;
  background: url(../img/figure.png);
  background-repeat: no-repeat;
  background-position: bottom;
  background-size: contain;
  bottom: -20px;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 8px;
}

.section-1 {
  margin-top: -50px;
}

.section-1__content {
  position: relative;
  padding: 0 75px;
  background: #fff;
  -webkit-box-shadow: 0 0 30px rgba(0, 0, 0, 0.09);
  box-shadow: 0 0 30px rgba(0, 0, 0, 0.09);
  border-radius: 8px;
}

.section-1 .container h2 {
  position: relative;
  padding-left: 20px;
  margin-bottom: 35px;
  border-left: 5px solid #ffae00;
}

.section-1 .container .col-lg-4 {
  position: relative;
  margin-bottom: 30px;
}

.section-1 .container .col-lg-4:nth-child(2) .section-1__price-img {
  background-image: url(../img/room_1.png);
}

.section-1 .container .col-lg-4:nth-child(3) .section-1__price-img {
  background-image: url(../img/man_4.png);
}

.section-1 .container .col-lg-4:nth-child(4) .section-1__price-img {
  background-image: url(../img/room_3.png);
}

.section-1 .container .col-lg-4:nth-child(5) .section-1__price-img {
  background-image: url(../img/man_7.png);
}

.section-1 .container .col-lg-4:nth-child(6) .section-1__price-img {
  background-image: url(../img/room_2.png);
}

.section-1 .container .section-1__price-box {
  background: #fff;
  width: 100%;
  height: 454px;
}

.section-1 .container .section-1__price-box button {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  font-family: 'Geometria-Bold', sans-serif;
  text-transform: uppercase;
  margin: 0 auto;
  width: 230px;
}

.section-1 .container .section-1__price-box .section-1__price-img {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  min-height: 300px;
  background-image: url(../img/man_3.png);
}

.section-1 .container .section-1__price-box .section-1__price {
  position: relative;
  left: -10px;
  font-size: 20px;
  color: #737373;
  width: 100%;
  margin-top: 30px;
  margin-bottom: 25px;
  text-align: center;
}

.section-1 .container .section-1__price-box .section-1__price span:first-child {
  font-family: 'Geometria-Medium', sans-serif;
  font-size: 26px;
  color: #efb970;
  padding: 5px 30px;
  margin-left: 5px;
  border: 2px solid;
}

.section-1 .container .section-1__price-box .section-1__price span:last-child {
  font-family: 'Geometria-Medium', sans-serif;
  font-size: 11px;
  color: #efb970;
  padding: 0 5px;
  background: #fff;
  position: absolute;
  -webkit-transform: rotate(90deg) translateX(11px) translateY(14px);
  -ms-transform: rotate(90deg) translateX(11px) translateY(14px);
  transform: rotate(90deg) translateX(11px) translateY(14px);
}

.section-1 .container .section-1__border {
  width: 100%;
  height: 100%;
  padding: 5px;
  background: -webkit-gradient(linear, left top, left bottom, from(#ffd89e), to(#eac6b4));
  background: -o-linear-gradient(top, #ffd89e 0%, #eac6b4 100%);
  background: linear-gradient(180deg, #ffd89e 0%, #eac6b4 100%);
}

.section-1 .container .section-1__price-img-text {
  padding: 10px;
  color: #fff;
}

.section-1 .container .section-1__price-img-text .text-1 {
  font-family: 'Geometria-Bold', sans-serif;
  font-size: 14px;
  text-transform: uppercase;
}

.section-1 .container .section-1__price-img-text .text-2 {
  font-family: 'Geometria', sans-serif;
  font-size: 14px;
}

.section-1__content:before {
  content: '';
  position: absolute;
  top: -62px;
  left: 0;
  max-width: 100%;
  width: 1140px;
  height: 70px;
  background: url(../img/figure-2.png);
  background-position: top;
  background-repeat: no-repeat;
  background-size: cover;
}

.section-2 {
  padding-top: 100px;
  padding-bottom: 100px;
  background: url(../img/bg.png);
  background-size: cover;
  background-position: center;
}

.section-2__text-content {
  font-family: 'Inter', sans-serif;
}

.section-2 .container:first-child {
  padding: 0 45px;
}

.section-2 .container:first-child .row .section-2__img {
  position: relative;
  height: 399px;
  background-image: url(../img/room_4.png);
  background-size: cover;
}

.section-2 .container:first-child .row .section-2__img img {
  max-width: 100%;
  height: auto;
  position: absolute;
  bottom: 0;
  left: 50px;
}

.section-2 .section-2__questions {
  background: #fff;
  padding: 40px 15px;
  -webkit-box-shadow: 0 0 30px rgba(0, 0, 0, 0.15);
  box-shadow: 0 0 30px rgba(0, 0, 0, 0.15);
  border-radius: 8px;
}

.section-2 .section-2__questions .col-lg-6 {
  padding: 0;
}

.section-2 .section-2__questions h3 {
  padding: 0;
  border: 0;
  margin-bottom: 10px;
}

.section-2 .section-2__questions p {
  font-family: 'Geometria-Medium', sans-serif;
  font-size: 16px;
  text-align: left;
  line-height: 1.2;
}

.section-2 .col-lg-3 {
  position: relative;
  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;
}

.section-2 .col-lg-3:last-child {
  top: -60px;
}

.section-2 .col-lg-3:first-child {
  top: -20px;
}

.section-2 form {
  left: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  min-width: 100%;
  width: 100%;
  margin-top: -60px;
  padding-bottom: 10px;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.section-2 form label {
  margin-bottom: 0;
  height: 100%;
  width: 245px;
  max-width: 245px;
  margin-right: 7px;
}

.section-2 form label:nth-child(3) {
  width: 315px;
  max-width: 315px;
}

.section-2 form button {
  width: 245px;
  max-width: 245px;
  z-index: 5;
  margin: 0;
}

.section-2 form:before {
  display: none;
}

.section-2 .form__descr {
  font-size: 11px;
  text-align: center;
  color: #3d3d3d;
}

.section-3 .container {
  padding: 0 30px;
}



.section-3 .container .col-lg-6:nth-child(2) img {
  margin-left: -26px;
}

.section-3 .container h3 {
  margin-bottom: 30px;
}

.section-3 .container p {
  font-size: 16px;
  font-family: 'Inter', sans-serif;
  margin-top: 30px;
  line-height: 1.3;
}

.section-4 {
  margin-top: 150px;
  overflow: hidden;
}

.section-4 .container {
  padding: 0 30px;
}

.section-4 .container .row h3 {
  line-height: 1.2;
  margin-bottom: 75px;
}

.section-4 .container .row .section-4__img {
  position: relative;
}

.section-4 .container .row .section-4__img img {
  position: absolute;
  top: -60px;
  right: -90px;
}

.section-4 .container .row ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.section-4 .container .row ul li {
  width: 200px;
  margin-bottom: 50px;
}

footer {
  padding: 25px 0;
  -webkit-box-shadow: 0 0 30px rgba(0, 0, 0, 0.15);
  box-shadow: 0 0 30px rgba(0, 0, 0, 0.15);
}

footer .row {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-left: 0;
  margin-right: 0;
}

@media (max-width: 1199px) {
  .logo {
    max-width: 100%;
    width: 380px;
  }

  nav {
    margin-left: 0;
  }

  .main-screen h1 {
    font-size: 33px;
    margin-bottom: 50px;
  }

  .main-screen {
    background-position-x: -350px;
    padding: 95px 0;
  }

  .main-screen .main-screen__list {
    width: 330px;
  }

  .main-screen .main-screen__item {
    width: 100%;
  }


  .main-screen .col-lg-4 {
    padding-right: 15px;
  }

  form {
    max-width: 100%;
  }

  .section-2 .container:first-child {
    padding: 15px;
  }

  .section-4 .container .row ul {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: start;
  }

  .section-4 .container .row ul li {
    margin-bottom: 30px;
  }

  .section-4 .container .row .section-4__img img {
    top: 30px;
    left: -140px;
    width: 540px;
  }

  .section-4 {
    margin-top: 100px;
  }

  .section-1 .container:before {
    width: 100%;
    top: -52px;
  }

  .section-2 form {
    left: 0;
    margin-top: -30px;
  }

  .section-3 img {
    width: 100%;
  }

  .section-3 .container .col-lg-6:nth-child(2) img {
    margin-left: 0;
  }

  .section-3 .col-lg-6:first-child {
    padding-right: 0;
  }

  .section-3 .col-lg-6:last-child {
    padding-left: 0;
  }

  .main-screen .container {
    padding-right: 15px;
  }

  .section-1 {
    margin-top: -30px;
  }

  form {
    left: 0;
  }

  .section-2 .section-2__questions {
    margin-top: 30px;
  }
}

@media (max-width: 991px) {
  header {
    min-height: 80px;
  }

  .burger {
    display: block;
  }

  .contact__phone img {
    width: 35px;
    height: 35px;
  }

  .nav-container {
    position: absolute;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    top: 80px;
    left: 0;
    width: 100%;
    height: 0;
    overflow: hidden;
    padding-top: 0px;
    background: #f2fbf7;
    -webkit-transition: .2s;
    -o-transition: .2s;
    transition: .2s;
  }

  .nav-container-active {
    height: 100vh;
  }

  header .contact {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    margin: 0;
  }

  nav {
    margin-left: 0;
    margin-bottom: 30px;
  }

  nav ul {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    text-align: center;
  }

  nav ul li {
    text-align: center;
    padding-right: 0;
    margin-bottom: 20px;
    border: none;
  }

  nav ul li:last-child {
    padding-left: 0;
  }

  .logo img {
    max-width: 45px;
    height: 45px;
  }

  .logo .logo__name {
    font-size: 18px;
  }

  .logo .logo__intro {
    font-size: 10px;
  }

  header .contact .contact__phone {
    margin-right: 0;
    margin-bottom: 15px;
  }

  header .contact .phone-circle-1:before {
    display: none;
  }

  header .contact .phone-circle-2:before {
    display: none;
  }

  header .contact .phone-circle-2 {
    background: none;
  }

  header .contact .phone-circle-1 {
    left: -25px;
    background: none;
  }

  header .contact .phone-circle-2 svg {
    background: none;
  }

  .main-screen {
    margin-top: 80px;
    padding: 50px 0;
    min-height: 760px;
    background-position-x: -370px;
    background-position-y: 0px;
  }

  .main-screen h1 {
    margin-bottom: 35px;
  }

  .main-screen .main-screen__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    width: 100%;
    gap: 15px;
  }

  h1 {
    font-size: 28px;
  }

  .main-screen .main-screen__item {
    width: 220px;
  }

  form {
    margin-top: 0;
  }

  .main-screen .col-lg-4 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    padding-right: 15px;
  }

  h2 {
    font-size: 25px;
  }

  .section-1 {
    margin-top: -10px;
  }

  .section-2__img {
    display: none;
  }

  .section-2 {
    padding-top: 50px;
    padding-bottom: 50px;
  }

  .section-2 .section-2__questions h3 {
    text-align: left;
    margin-bottom: 15px;
  }

  .section-2 .section-2__questions p {
    text-align: left !important;
  }

  .section-2 .col-lg-3:last-child {
    -webkit-box-ordinal-group: 0;
    -ms-flex-order: -1;
    order: -1;
  }

  .section-2__questions .col-lg-3 {
    display: none;
  }

  .section-2 form {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .section-2 form label,
  .section-2 form button {
    max-width: 48%;
    width: 50%;
    margin-bottom: 10px;
    margin-right: 10px;
  }

  .section-2 form button {
    margin-right: 0;
  }

  .section-2 form label:nth-child(3) {
    max-width: 48%;
    width: 50%;
  }

  .section-2 form label:nth-child(2) {
    margin-right: 0;
  }

  .section-3 .col-lg-6:last-child,
  .section-3 .col-lg-6:first-child {
    width: 50%;
  }

  .section-4 {
    margin-top: 50px;
    margin-bottom: 50px;
  }

  .section-4 .container .row h3 {
    margin-bottom: 30px;
  }

  .section-4 .container .row ul li {
    width: 110px;
  }

  .section-4 .container .row ul {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }

  .section-4__img {
    display: none;
  }

  footer .row {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-left: 0;
    margin-right: 0;
  }

  header .contact .phone-circle-2 svg {
    padding: 0;
    width: 14px;
    height: 19px;
    margin-right: 15px;
  }
}

@media (max-width: 768px) {
  .container {
    max-width: 540px;
  }

  .main-screen {
    min-height: 730px;
  }

  .section-2 .section-2__questions {
    padding: 30px 30px;
  }

  .section-1 .container .section-1__price-box {
    height: auto;
    padding-bottom: 15px;
  }

  .section-2 form {
    max-width: 380px;
    min-width: 0;
    width: 100%;
    margin: 0 auto;
    padding: 0;
  }

  .section-1 .container .section-1__price-box .section-1__price-img {
    background-size: cover;
    min-height: 240px;
  }

  .section-1 .row {
    margin: 0 -10px;
  }

  .section-1 .col-sm-6 {
    padding: 0 10px;
  }

  .section-1 .container .section-1__price-box button {
    width: 90%;
  }

  .form__fields {
    display: grid;
    grid-template-columns: 1fr 1fr;
  }

  form button {
    justify-content: center;
  }

  .main-screen h1 {
    font-size: 32px;
    line-height: 1.4;
    color: #fff;
  }

  .main-screen h1 br {
    display: none;
  }

  .main-screen .form {
    max-width: 100%;
    width: 100%;
    margin-top: 30px;
  }

  .main-screen .main-screen__list {
    display: grid;
    grid-template-columns: 1fr 1fr;
    padding-left: 15px;
  }

  form button {
    width: 100%;
  }

  .main-screen .item__text {
    font-size: 14px;
    color: #ffffffad;
  }

  .main-screen {
    background: #007fce;
  }

  .main-screen .item__title {
    color: #fff;
  }

  .main-screen .item__title:before {
    background: #fff;
    left: -15px;
  }

  .section-1 .section-1__content {
    padding: 15px;
  }

  h2 {
    font-size: 18px;
  }

  .section-1 .container .section-1__price-box .section-1__price {
    left: 0;
    font-size: 16px;
  }

  .section-1 .container .section-1__price-box .section-1__price span:first-child {
    font-size: 22px;
  }

  .section-1 .container .section-1__price-box .section-1__price span:last-child {
    -webkit-transform: rotate(90deg) translateX(8px) translateY(14px);
    -ms-transform: rotate(90deg) translateX(8px) translateY(14px);
    transform: rotate(90deg) translateX(8px) translateY(14px);
  }

  h3 {
    font-size: 16px;
  }

  .section-2 .section-2__questions .col-lg-6 {
    padding: 0 15px;
  }

  .section-2 form button,
  .section-2 form label,
  .section-2 form label:nth-child(3) {
    width: 100%;
    max-width: 100%;
    margin-right: 0;
  }

  .section-2 form button {
    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;
  }

  .section-2 form {
    margin-top: 15px;
  }

  .section-2__questions p {
    text-align: center !important;
  }

  form {
    padding: 15px 25px;
  }

  .section-2 {
    background: #ffffff;
  }

  .section-3 .container p {
    font-size: 14px;
  }

  .section-4 .container .row ul li {
    margin-bottom: 15px;
  }

  .section-4 .container .row ul li:last-child {
    margin: 0 auto;
  }

  .contact {
    margin-left: 15px;
    margin-top: 15px;
  }

  .popup form {
    max-width: 100%;
  }

  .form__title {
    font-size: 16px;
  }

  .section-1 {
    margin-top: -80px;
    padding-top: 50px;
  }

  .section-1 .container:before {
    top: -45px;
    background-size: 320px;
    background: url(../img/figure-3.svg);
  }

  .section-2 .container:first-child {
    padding: 15px;
  }

  form label {
    max-width: 280px;
  }

  .section-1__content:before {
    display: none;
  }

  form:before {
    display: none;
  }

  footer .logo {}

  footer .logo .logo__img {}

  footer .logo__text {}

  footer .contact .phone-circle-1 {
    display: none;
    left: 0;
  }

  footer .contact {
    margin: 0;
    margin-top: 15px;
  }

  footer .contact .contact__phone {
    /*       padding-left: 70px; */
    margin-right: 0;
  }

  .popup {
    max-width: 90%;
    padding: 15px;
    min-height: 460px;
  }
}


@media (max-width: 575px) {
  .main-screen h1 {
    font-size: 22px;
    color: #fff;
  }

  .main-screen h1 br {
    display: none;
  }

  .main-screen .main-screen__list {
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    padding-left: 15px;
  }

  .main-screen .main-screen__item {
    margin-bottom: 0;
  }

  .form__fields {
    grid-template-columns: 1fr;
  }

  .form__fields label {
    width: 100%;
    max-width: 100%;
  }

  .section-1 .container .section-1__price-box .section-1__price-img {
    position: relative;
    min-height: 0;
    padding-top: 60%;
  }

  form button {
    width: 100%;
  }

  .main-screen .item__text {
    font-size: 14px;
    color: #ffffffad;
  }

  .main-screen {
    background: #007fce;
  }

  .main-screen .item__title {
    color: #fff;
  }

  .main-screen .item__title:before {
    background: #fff;
    left: -15px;
  }

  .section-1 .section-1__content {
    padding: 15px;
  }

  h2 {
    font-size: 18px;
  }

  .section-1 .container .section-1__price-box .section-1__price {
    left: 0;
    font-size: 16px;
  }

  .section-1 .container .section-1__price-box .section-1__price span:first-child {
    font-size: 22px;
  }

  .section-1 .container .section-1__price-box .section-1__price span:last-child {
    -webkit-transform: rotate(90deg) translateX(8px) translateY(14px);
    -ms-transform: rotate(90deg) translateX(8px) translateY(14px);
    transform: rotate(90deg) translateX(8px) translateY(14px);
  }

  h3 {
    font-size: 16px;
  }

  .section-2 .section-2__questions .col-lg-6 {
    padding: 0 15px;
  }

  .section-2 form button,
  .section-2 form label,
  .section-2 form label:nth-child(3) {
    width: 100%;
    max-width: 100%;
    margin-right: 0;
  }

  .section-2 form button {
    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;
  }

  .section-2 form {
    margin-top: -10px;
  }

  form {
    padding: 15px 25px;
  }

  .section-2 {
    background: #ffffff;
  }

  .section-3 .container p {
    font-size: 14px;
  }

  .section-4 .container .row ul li {
    margin-bottom: 15px;
  }

  .section-4 .container .row ul li:last-child {
    margin: 0 auto;
  }

  .contact {
    margin-left: 15px;
    margin-top: 15px;
  }

  .popup form {
    max-width: 100%;
  }

  .form__title {
    font-size: 16px;
  }

  .section-1 {
    margin-top: -80px;
    padding-top: 50px;
  }

  .section-1 .container:before {
    top: -45px;
    background-size: 320px;
    background: url(../img/figure-3.svg);
  }

  .section-2 .container:first-child {
    padding: 15px;
  }

  form label {
    max-width: 280px;
  }

  .section-1__content:before {
    display: none;
  }

  form:before {
    display: none;
  }

  footer .logo {
    justify-content: center;
    flex-direction: column;
  }

  footer .logo .logo__img {
    margin-right: 0;
    margin-bottom: 10px;
  }

  footer .logo__text {
    text-align: center;
  }

  footer .contact .phone-circle-1 {
    display: none;
    left: 0;
  }

  footer .contact {
    margin: 10px auto;
    margin-top: 20px;
  }

  footer .contact .contact__phone {
    /*       padding-left: 70px; */
    margin-right: 0;
  }

  .popup {
    max-width: 90%;
    padding: 15px;
    min-height: 460px;
  }
}