@font-face {
  font-family: 'Poppins';
  font-weight: 400;
  src: url("../fonts/Poppins-Regular.woff2") format("woff2"), url("../fonts/Poppins-Regular.woff") format("woff");
  font-display: swap;
}

body {
  font-family: 'Poppins';
  font-weight: 400;
}

@font-face {
  font-family: 'Poppins';
  font-weight: 500;
  src: url("../fonts/Poppins-Medium.woff2") format("woff2"), url("../fonts/Poppins-Medium.woff") format("woff");
  font-display: swap;
}

.story__name {
  font-family: 'Poppins';
  font-weight: 500;
}

@font-face {
  font-family: 'Poppins';
  font-weight: 700;
  src: url("../fonts/Poppins-Bold.woff2") format("woff2"), url("../fonts/Poppins-Bold.woff") format("woff");
  font-display: swap;
}

.title, .link, .header__text, .footer__title {
  font-family: 'Poppins';
  font-weight: 700;
}

@font-face {
  font-family: 'Poppins';
  font-weight: 400;
  src: url("../fonts/Poppins-Regular.woff2") format("woff2"), url("../fonts/Poppins-Regular.woff") format("woff");
  font-display: swap;
}

body {
  font-family: 'Poppins';
  font-weight: 400;
}

@font-face {
  font-family: 'Poppins';
  font-weight: 500;
  src: url("../fonts/Poppins-Medium.woff2") format("woff2"), url("../fonts/Poppins-Medium.woff") format("woff");
  font-display: swap;
}

.story__name {
  font-family: 'Poppins';
  font-weight: 500;
}

@font-face {
  font-family: 'Poppins';
  font-weight: 700;
  src: url("../fonts/Poppins-Bold.woff2") format("woff2"), url("../fonts/Poppins-Bold.woff") format("woff");
  font-display: swap;
}

.title, .link, .header__text, .footer__title {
  font-family: 'Poppins';
  font-weight: 700;
}

.header, .home, .story__item.active, .story-person {
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}

.story, .home {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr)[2];
      grid-template-columns: repeat(2, 1fr);
}

html {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

*,
*::after,
*::before {
  -webkit-box-sizing: inherit;
          box-sizing: inherit;
}

a {
  text-decoration: none;
  color: inherit;
}

a img {
  height: inherit;
  width: inherit;
  -o-object-fit: contain;
     object-fit: contain;
}

button {
  cursor: pointer;
}

h1,
h2,
h3,
h4,
h5,
h6,
p,
ul,
ol {
  padding: 0;
  margin: 0;
  list-style: none;
}

body {
  color: #434343;
}

img {
  -o-object-fit: cover;
     object-fit: cover;
}

.btn {
  background: linear-gradient(104.58deg, #056088 10.57%, #09A7CA 96.62%);
  padding: 23px;
  border: none;
  color: #fff;
  -webkit-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
  display: inline-block;
  text-align: center;
}

.btn:hover {
  opacity: 0.8;
}

.btn:active {
  -webkit-filter: brightness(70%);
          filter: brightness(70%);
}

.container {
  padding: 0 70px;
}

.title {
  color: #056088;
  font-size: 24px;
  line-height: 170%;
  padding-bottom: 16px;
}

.title_white {
  color: #fff !important;
}

.title i {
  font-size: 32px;
}

.text {
  padding-bottom: 23px;
  line-height: 170%;
}

.text_white {
  color: #fff;
}

.link {
  color: #056088;
  display: block;
  text-align: center;
  font-size: 24px;
  margin-bottom: 100px;
}

.header {
  padding: 30px 82px 94px;
  background-image: url("../images/header-bg.webp");
  color: #fff;
}

.header__top {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr)[2];
      grid-template-columns: repeat(2, 1fr);
}

.header__menu {
  -ms-grid-column-align: end;
      justify-self: end;
}

.header__link {
  margin-left: 40px;
}

.header__text {
  padding-top: 40px;
  font-size: 52px;
  line-height: 78px;
  text-align: center;
}

.logo {
  width: 114px;
  height: 78px;
  display: block;
}

.footer__inner {
  background-color: #023957;
  color: #fff;
  padding: 60px 180px;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr)[5];
      grid-template-columns: repeat(5, 1fr);
}

.footer__bottom {
  text-align: center;
  padding: 16px;
}

.footer .logo {
  height: 60px;
  -o-object-fit: contain;
     object-fit: contain;
}

.footer__text {
  margin: 16px 0 32px;
}

.footer__title {
  margin-bottom: 32px;
  font-size: 24px;
}

.footer__list {
  display: -ms-grid;
  display: grid;
  gap: 16px;
}

.story {
  padding: 100px 0;
  gap: 50px;
}

.story__images {
  position: relative;
}

.story__big {
  width: 80%;
  height: 400px;
}

.story__min {
  width: 350px;
  height: 200px;
  position: absolute;
  bottom: -70px;
  right: 30px;
  border: 14px solid #fff;
}

.story .text {
  width: 80%;
}

.home {
  margin: 80px 0;
  padding: 20px 70px;
  background-image: url("../images/home-bg.webp");
  gap: 160px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.home__img {
  width: 80%;
  height: 388px;
}

.menu-btn {
  width: 60px;
  height: 50px;
  display: none;
  -ms-grid-column-align: end;
      justify-self: end;
  border: 3px solid #fff;
  border-radius: 4px;
  justify-items: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0;
  cursor: pointer;
}

.menu-btn__line {
  height: 3px;
  background-color: #fff;
  width: 70%;
}

.menu-btn__line:nth-child(1) {
  -ms-flex-item-align: end;
      -ms-grid-row-align: end;
      align-self: end;
}

.menu-btn__line:nth-child(3) {
  -ms-flex-item-align: start;
      -ms-grid-row-align: start;
      align-self: start;
}

.form {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 1.5fr;
      grid-template-columns: 1fr 1.5fr;
  margin: 100px 0;
  background: #F5F5F5;
}

.form__img {
  height: 481px;
  width: 100%;
}

.form__content {
  display: -ms-grid;
  display: grid;
      grid-template-areas: 'title title' 'name phone' 'message message' 'btn btn';
  gap: 16px;
  padding: 35px;
}

.form__input {
  background-color: #fff;
  border: none;
  padding: 12px 20px;
  width: 100%;
  height: 50px;
}

.form .title {
  -ms-grid-row: 1;
  -ms-grid-column: 1;
  -ms-grid-column-span: 2;
  grid-area: title;
}

.form .btn {
  -ms-grid-row: 4;
  -ms-grid-column: 1;
  -ms-grid-column-span: 2;
  grid-area: btn;
  width: 140px;
  height: 72px;
}

.form__name {
  -ms-grid-row: 2;
  -ms-grid-column: 1;
  grid-area: name;
}

.form__message {
  -ms-grid-row: 3;
  -ms-grid-column: 1;
  -ms-grid-column-span: 2;
  grid-area: message;
  height: 184px;
}

.form__phone {
  -ms-grid-row: 2;
  -ms-grid-column: 2;
  grid-area: phone;
}

.emails {
  margin-bottom: 100px;
  display: -ms-grid;
  display: grid;
  justify-items: center;
}

.emails__inner {
  display: -ms-inline-grid;
  display: inline-grid;
  -ms-grid-columns: (1fr)[3];
      grid-template-columns: repeat(3, 1fr);
  gap: 32px;
}

.gallery {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr)[3];
      grid-template-columns: repeat(3, 1fr);
  gap: 100px 20px;
  margin: 100px 0;
}

.gallery__img {
  width: 100%;
  height: 250px;
}

.gallery__item {
  -webkit-box-shadow: 0 0 15px #d1cfcf;
          box-shadow: 0 0 15px #d1cfcf;
}

.gallery__content {
  padding: 22px 30px;
}

.gallery__text {
  padding: 0 0 32px;
}

.story__slider {
  margin: 100px 0;
}

.story__inner {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr)[3];
      grid-template-columns: repeat(3, 1fr);
  gap: 42px;
}

.story__item {
  padding: 22px;
}

.story__item.active {
  background-image: url("../images/story-item.webp");
  color: #fff;
}

.story__img {
  height: 102px;
  width: 102px;
  border-radius: 50%;
}

.story__text {
  font-style: italic;
  margin: 16px 0 32px;
  line-height: 170%;
}

.story__name {
  font-size: 16px;
}

.story__dots {
  padding-top: 32px;
  margin: auto;
  text-align: center;
}

.story__dots-item {
  height: 12px;
  width: 12px;
  background: #E7E7E7;
  border-radius: 50%;
  display: inline-block;
  margin-left: 20px;
  cursor: pointer;
}

.story__dots-item.active {
  background-color: #023957;
}

.story__dots-item:nth-child(4) {
  display: none;
}

.story__dots-item:nth-child(5) {
  display: none;
}

.story-person {
  background-image: url("../images/story-bg.webp");
  margin-bottom: 100px;
  padding: 64px;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 0.7fr 1fr;
      grid-template-columns: 0.7fr 1fr;
  gap: 100px;
}

.story-person__img {
  -ms-grid-column-align: end;
      justify-self: end;
}

.story-person .text {
  width: 60%;
}

.story-villa {
  margin-bottom: 100px;
}

.story-villa__inner {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr)[3];
      grid-template-columns: repeat(3, 1fr);
  gap: 20px;
}

.story-villa__item {
  height: 260px;
  width: 100%;
}

.story-villa .link {
  margin-bottom: 32px;
}
/*# sourceMappingURL=style.css.map */