body {
  font-family: 'Unbounded', sans-serif;
  margin: 0;
  padding: 0;
}
@font-face {
  font-family: 'Gilroy';
  src: url('../fonts/Gilroy-Regular.eot');
  src: local('Gilroy Regular'), local('Gilroy-Regular'),
      url('../fonts/Gilroy-Regular.eot?#iefix') format('embedded-opentype'),
      url('../fonts/Gilroy-Regular.woff2') format('woff2'),
      url('../fonts/Gilroy-Regular.woff') format('woff'),
      url('../fonts/Gilroy-Regular.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
* {
  outline: none;
}
.banner {
  background: url(img/background.png);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  display: flex;
  flex-direction: column;
  padding: 20px 130px 20px 130px;
  position: relative;
  overflow: hidden;
}
.logotype {
  margin-bottom: 170px;
}
.logotype img {
  width: 90px;
}
.bannerImg {
  width: 1150px;
  height: 700px;
  position: absolute;
  right: -40px;
  bottom: 0;
  max-width: 100%;
  object-fit: contain;
}
.bannerContent {
  display: flex;  
  align-items: flex-start;
  position: relative;
  z-index: 100;
}
.bannerContentLeft {
  width: 54%;
  margin-right: 75px;
}
.bannerContentRight {
  width: 42%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 40px 24px;
  background: #FFFFFF;
  box-shadow: 0px 20px 50px rgba(18, 17, 39, 0.08);
}
.bannerContentRight h2 {
  margin: 0 0 32px 0;
  font-weight: 400;
  font-size: 23px;
  line-height: 110%;
  text-align: center;
  color: #363636;
}
.bannerContentLeft h1 {
  font-weight: 300;
  font-size: 30px;
  line-height: 130%;
  color: #123777;
  margin: 0;
}
.bannerContentLeft h1 span {
  display: block;
  font-weight: 700;
  font-size: 107px;
  line-height: 130%;
  text-transform: uppercase;
  color: #123777;
}
.bannerContentLeft > p {
  font-weight: 300;
  font-size: 30px;
  line-height: 130%;
  color: #123777;
  display: flex;
  align-items: center;
  margin: 0;
  margin-top: -20px;
}
.bannerContentLeft > p img{
  margin-left: 8px;
}
.bannerContentLeftContainer {
  margin-top: 55px;
  display: flex;
  align-items: flex-start;
  flex-wrap: wrap;
  justify-content: space-between;
}
.bannerContentLeftContainerSection {
  width: 48%;
  margin-bottom: 24px;
}
.bannerContentLeftContainerSection:nth-of-type(3) {
  margin-bottom: 0;
}
.bannerContentLeftContainerSection:nth-of-type(4) {
  margin-bottom: 0;
}
.bannerContentLeftContainerSection span {
  font-weight: 500;
  font-size: 20px;
  line-height: 25px;
  color: #6499C2;
  margin-bottom: 8px;
  display: block;
}
.bannerContentLeftContainerSection p {
  margin: 0;
  font-weight: 600;
  font-size: 24px;
  line-height: 30px;
  color: #123777;
}
#contact-form {
  width: 100%;
}
.contact-form-input {
  position: relative;
}
.contact-form-input input{
  width: 100%;
  display: flex;
  align-items: center;
  padding: 6px 16px 5px 44px;
  height: 52px;
  background: #FFFFFF;
  border: 1px solid #BCBCBC;
  border-radius: 8px;
  box-sizing: border-box;
  margin-bottom: 16px;
  font-family: 'Gilroy';
  font-size: 15px;
  line-height: 140%;
  color: #A5A5A5;
}
.contact-form-input input::placeholder {
  font-family: 'Gilroy';
  font-weight: 400;
  font-size: 15px;
  line-height: 140%;
  color: #A5A5A5;
}
.name::before {
  content: "";
  background: url(img/nameIcon.svg);
  background-size: cover;
  background-repeat: no-repeat;
  width: 20px;
  height: 20px;
  position: absolute;
  left: 16px;
  top: 16.5px
}
.phone::before {
  content: "";
  background: url(img/phoneIcon.svg);
  background-size: cover;
  background-repeat: no-repeat;
  width: 20px;
  height: 20px;
  position: absolute;
  left: 16px;
  top: 16.5px
}
select {
  appearance: none;
  -moz-appearance: none;
  -webkit-appearance: none;
  background: url(img/selectArrow.svg) no-repeat right center;
  background-size: 20px 20px;
  background-position: calc(100% - 20px) center;
  width: 100%;
  padding: 6px 16px 5px 16px;
  height: 52px;
  border: 1px solid #BCBCBC;
  border-radius: 8px;
  box-sizing: border-box;
  margin-bottom: 16px;
  font-family: 'Gilroy';
  font-size: 15px;
  line-height: 140%;
  color: #A5A5A5;
  cursor: pointer;
}
select::-ms-expand {
  display: none;
}
select option {
  width: 100%;
  font-family: 'Gilroy';
  font-size: 15px;
  line-height: 140%;
  color: #A5A5A5;
  height: 30px;
}
.form-btn {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 18px 31px;
  height: 57px;
  background: linear-gradient(257.61deg, #6BD3F0 22.54%, #72B9CD 99.92%);
  box-shadow: 0px 5px 11px rgba(135, 180, 215, 0.58);
  border-radius: 12px;
  width: 100%;
  border: none;
  font-family: 'Unbounded', sans-serif;
  font-weight: 400;
  font-size: 15px;
  line-height: 140%;
  text-align: center;
  text-transform: uppercase;
  color: #FFFFFF;
  cursor: pointer;
}
.form-btn img {
  margin-left: 10px;
}
.bannerImgMobile {
  display: none;
}
.banner {
  height: 100vh;
  box-sizing: border-box;
}
.bannerContent {
  max-width: 1180px;
  margin:auto;
}
.logotype {
  max-width: 1180px;
  margin: 0 auto;
  width: 100%;
  margin-bottom: 0 !important;
  display: flex;
  justify-content: flex-start;
}
/* Модальное окно */
.modal {
  display: none; /* скрыть по умолчанию */
  position: fixed; /* позиционирование по фиксированным координатам */
  z-index: 100000; /* над остальным контентом */
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  background-color: rgba(0, 0, 0, 0.4); /* затемнение фона */
  align-items: center;
  justify-content: center;
}

/* Контент модального окна */
.modal-content {
  background-color: #fefefe;
  margin:auto;
  padding: 20px;
  border: 1px solid #888;
  width: 400px;
  display: flex;
  flex-direction: row-reverse;
  align-items: center;
  justify-content: space-between;
}

/* Закрыть кнопку */
.close {
  color: #aaa;
  float: right;
  font-size: 28px;
  font-weight: bold;
}

.close:hover,
.close:focus {
  color: black;
  text-decoration: none;
  cursor: pointer;
}































@media(max-width: 1280px) {
  .banner {
    padding: 20px 64px 244px 64px;
  }
  .bannerContent {
    flex-direction: column;
    align-items: center;
  }
  .bannerContentLeft {
    margin-right: 0;
    width: 100%;
    text-align: center;
    margin-bottom: 32px;
  }
  .bannerContentLeft > p {
    justify-content: center;
  }
  .bannerContentRight {
    width: 80%;
  }
  .logotype {
    display: flex;
    justify-content: center;
  }
  .bannerImg {
    height: auto;
  }
  .bannerContentRight {
    width: 780px;
  }
}

@media(max-width: 991px) {
  .banner {
    height: auto;
    box-sizing: border-box;
  }
  .logotype {
    margin-bottom: 170px;
  }
  .bannerContentRight {
    width: 480px;
  }
  .logotype {
    margin-bottom: 45px !important;
  }
}

@media(max-width: 768px) {
  .banner {
    padding: 20px 16px 120px 16px;
  }
  .logotype {
    margin-bottom: 45px;
  }
  .bannerContentLeft h1 {
    font-size: 18px;
    line-height: 130%;
  }
  .bannerContentLeft h1 span {
    font-size: 63px;
    line-height: 130%;
  }
  .bannerContentLeft > p {
    font-size: 18px;
    margin-top: -10px;
  }
  .bannerContentLeftContainer {
    margin-top: 32px;
  }
  .bannerContentRight {
    box-sizing: border-box;
  }
  .bannerImg {
    width: 100%;
    bottom: 0;
    object-fit: contain;
    right: 0;
    height: auto;
  }
  .bannerImg {
    display: none;
  }
  .bannerImgMobile {
    display: block;
    width: 100%;
    height: auto;
    position: absolute;
    right: 0;
    bottom: 0;
    max-width: 100%;
    object-fit: cover;
  }
  .bannerContentRight {
    width: 100%;
  }
  .logotype {
    margin-bottom: 45px !important;
  }
}

@media(max-width: 576px) {
  .bannerContentLeftContainerSection span {
    font-size: 12px;
    line-height: 15px;
    text-align: left;
  }
  .bannerContentLeftContainerSection p {
    font-size: 16px;
    line-height: 20px;
    text-align: left;
  }
  .bannerContentRight {
    width: 100%;
    box-sizing: border-box;
  }
  .close {
    position: absolute;
    top: 10px;
    right: 10px;
  }
  .modal-content {
    width: 75%;
    position: relative;
    display: flex;
    justify-content: center;
  }
  .modal-content > p {
    text-align: center;
  }
}

@media(max-width: 400px) {
  .bannerContentLeftContainerSection {
    width: 49%;
  }
  .bannerContentLeftContainer .bannerContentLeftContainerSection:nth-of-type(2) {
    padding-left: 10px;
    box-sizing: border-box;
  }
  .bannerContentLeftContainer .bannerContentLeftContainerSection:nth-of-type(4) {
    padding-left: 10px;
    box-sizing: border-box;
  }
}

@media(max-width: 350px) {
  .bannerContentLeft h1 span {
    font-size: 40px;
  }
  .bannerContentLeft h1 {
    font-size: 16px;
  }
  .bannerContentLeftContainerSection span {
    font-size: 10px;
  }
  .bannerContentLeftContainerSection p {
    font-size: 14px;
  }
  .bannerContentRight {
    padding: 40px 12px;
  }
} 