@import url("https://fonts.googleapis.com/css2?family=Jost:wght@500&family=Work+Sans:wght@400;500;600&display=swap");
html,
body {
  height: 100%;
}

*,
*::before,
*::after {
  padding: 0;
  margin: 0;
}

body {
  font-size: 19px;
  font-weight: 400;
  font-family: "Work Sans", sans-serif;
  line-height: 1.4;
  color: #606060;
}

.container {
  max-width: 1444px;
}

img {
  max-width: 100%;
}

.btn {
  padding: 15px 76px;
  border-radius: 70px;
  font-size: 19px;
  line-height: 1;
}
.btn-primary {
  background-color: #1e1e1e;
  color: #ffffff;
  border: none;
}
.btn-primary:hover {
  transition: all 0.3s ease-in-out;
  background: #5096ff;
}
.btn-primary:focus {
  background: #5096ff;
  box-shadow: none;
}

.header {
  background-color: #ffffff;
  position: fixed;
  width: 100%;
  z-index: 10;
}

.navbar {
  padding-top: 20px;
  padding-bottom: 20px;
  display: block;
}
@media (max-width: 991px) {
  .navbar {
    display: flex;
    padding-top: 10px;
    padding-bottom: 10px;
  }
}
.navbar .navbar-brand {
  padding: 0;
  position: absolute;
  top: 20px;
  left: 50%;
  transform: translateX(-50%);
}
.navbar .navbar-brand img {
  height: 36px;
  width: auto;
}
@media (max-width: 991px) {
  .navbar .navbar-brand {
    position: relative;
    top: 0;
    left: 0;
    transform: none;
  }
}
.navbar .navbar-nav {
  display: flex;
  justify-content: center;
  width: 100%;
  gap: 100px;
}
@media (max-width: 1199px) {
  .navbar .navbar-nav {
    gap: 24px;
  }
}
@media (max-width: 991px) {
  .navbar .navbar-nav {
    padding: 100px 0;
  }
}
.navbar .navbar-nav .nav-item {
  padding: 6px 0;
}
.navbar .navbar-nav .nav-item__link {
  position: relative;
  font-family: "Jost", sans-serif;
  font-size: 19px;
  color: #1e1e1e;
  text-decoration: none;
}
.navbar .navbar-nav .nav-item__link:hover {
  text-decoration: underline;
}
.navbar .navbar-nav .nav-item:nth-child(2) {
  margin-right: auto;
}
@media (max-width: 991px) {
  .navbar .navbar-nav .nav-item:nth-child(2) {
    margin-right: 0;
  }
}
.navbar .navbar-toggler {
  border-radius: 0;
  padding: 0;
  border: none;
}
.navbar .navbar-toggler:focus {
  box-shadow: none;
}
.navbar .navbar-toggler .navbar-toggler-icon {
  background-image: url("../img/close-btn.svg");
}
.navbar .navbar-toggler.collapsed .navbar-toggler-icon {
  background-image: url("../img/burger-btn.svg");
}

footer {
  background: #F8F8F8;
  margin-top: 80px;
}
footer .footer-top {
  padding: 80px 0 0 0;
}
@media (max-width: 991px) {
  footer .footer-top {
    padding: 40px 0 0 0;
  }
  footer .footer-top .footer__item {
    margin-bottom: 20px;
  }
}
footer .footer-bottom {
  padding-bottom: 30px;
}
footer .footer-logo img {
  height: 54px;
  width: auto;
}
@media (max-width: 991px) {
  footer .footer-logo {
    display: block;
    margin-bottom: 80px;
  }
}
footer .footer-link {
  padding-bottom: 15px;
}
footer .footer-link a {
  color: #1e1e1e;
  text-decoration: none;
  padding: 0;
  text-decoration: none;
}
footer .footer-link a:hover {
  color: #1e1e1e;
  text-decoration: underline;
  transition: all 0.3s ease-in-out;
}
footer .footer-contact {
  color: #1e1e1e;
}
footer .footer-contact a {
  color: #1e1e1e;
  text-decoration: none;
}
footer .footer-contact a:hover {
  color: #1e1e1e;
  text-decoration: underline;
  transition: all 0.3s ease-in-out;
}
footer .footer-copy {
  font-size: 19px;
  color: #1e1e1e;
}

main {
  padding-top: 76px;
}

.section1 {
  padding-top: 40px;
  position: relative;
}
.section1__title {
  text-align: center;
  font-family: "Work Sans", sans-serif;
  font-size: 60px;
  font-weight: 600;
  color: #1e1e1e;
  margin: 0 auto 30px auto;
  max-width: 1160px;
}
.section1__subtitle {
  text-align: center;
  font-size: 18px;
  color: #606060;
  margin: 0 auto 80px auto;
  max-width: 800px;
}
.section1__subtitle span {
  color: #1e1e1e;
}
.section1__grid {
  display: grid;
  grid-template-rows: 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
  gap: 45px;
  height: 100%;
  margin-bottom: 40px;
}
.section1__grid-item {
  border-radius: 20px;
}
.section1__grid-item.item1 {
  grid-row-start: 1;
  grid-column-start: 1;
  grid-row-end: 2;
  grid-column-end: 3;
  height: 146px;
  background-image: url(../img/section1-item1.jpg);
  background-repeat: no-repeat;
  background-size: cover;
}
.section1__grid-item.item2 {
  grid-row-start: 2;
  grid-column-start: 1;
  grid-row-end: 4;
  grid-column-end: 3;
  background-color: #f6f2f8;
  background-image: url(../img/section1-item2.png);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: bottom right;
  padding: 40px;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
}
.section1__grid-item.item2 .item2__title {
  font-family: "Jost", sans-serif;
  font-size: 50px;
  margin-bottom: 15px;
  color: #1e1e1e;
}
.section1__grid-item.item3 {
  grid-row-start: 1;
  grid-column-start: 3;
  grid-row-end: 4;
  grid-column-end: 5;
  position: relative;
  background-image: url(../img/section1-item3.jpg);
  background-repeat: no-repeat;
  background-size: cover;
}
.section1__grid-item.item3 .item3__label {
  padding: 20px 25px 20px 75px;
  background-color: #ffffff;
  background-image: url(../img/icon-check.svg);
  background-repeat: no-repeat;
  background-position: 25px 14px;
  border-radius: 0px 0px 0px 20px;
  position: absolute;
  top: 0;
  right: 0;
  font-size: 17px;
}
.section1__grid-item.item4 {
  grid-row-start: 1;
  grid-column-start: 5;
  grid-row-end: 3;
  grid-column-end: 6;
  background-image: url(../img/section1-item4.jpg);
  background-repeat: no-repeat;
  background-size: cover;
}
.section1__grid-item.item5 {
  grid-row-start: 1;
  grid-column-start: 6;
  grid-row-end: 3;
  grid-column-end: 7;
  background-image: url(../img/section1-item5.jpg);
  background-repeat: no-repeat;
  background-size: cover;
}
.section1__grid-item.item6 {
  grid-row-start: 3;
  grid-column-start: 5;
  grid-row-end: 4;
  grid-column-end: 7;
  background-color: #f3f7fa;
  background-image: url(../img/section1-item6.png);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: bottom right;
  padding: 30px 40px;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
}
.section1__grid-item.item6 .item6__title {
  font-family: "Jost", sans-serif;
  font-size: 30px;
  text-transform: uppercase;
  margin-bottom: 15px;
  color: #1e1e1e;
}
.section1__text {
  color: #1e1e1e;
  text-align: center;
  margin-bottom: 30px;
}
.section1__btn {
  text-align: center;
  position: relative;
}
.section1__btn:before {
  content: "";
  width: 100%;
  height: 1px;
  background: #e3f3ff;
  position: absolute;
  top: 50%;
  left: 0;
  z-index: -1;
}
@media (max-width: 991px) {
  .section1 .section1__title {
    font-size: 30px;
    text-align: left;
  }
  .section1 .section1__subtitle {
    text-align: left;
    margin: 0 auto 40px auto;
  }
  .section1 .section1__grid {
    grid-template-rows: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
    grid-template-columns: 1fr 1fr;
    overflow: hidden;
  }
  .section1 .section1__grid-item.item1 {
    grid-row-start: 1;
    grid-column-start: 1;
    grid-row-end: 2;
    grid-column-end: 3;
  }
  .section1 .section1__grid-item.item2 {
    grid-row-start: 2;
    grid-column-start: 1;
    grid-row-end: 4;
    grid-column-end: 3;
  }
  .section1 .section1__grid-item.item3 {
    grid-row-start: 4;
    grid-column-start: 1;
    grid-row-end: 7;
    grid-column-end: 3;
  }
  .section1 .section1__grid-item.item4 {
    grid-row-start: 7;
    grid-column-start: 1;
    grid-row-end: 9;
    grid-column-end: 2;
    width: calc(100% + 40px);
  }
  .section1 .section1__grid-item.item5 {
    grid-row-start: 7;
    grid-column-start: 2;
    grid-row-end: 9;
    grid-column-end: 3;
    transform: translateX(40px);
  }
  .section1 .section1__grid-item.item6 {
    grid-row-start: 9;
    grid-column-start: 1;
    grid-row-end: 10;
    grid-column-end: 3;
  }
}

.section2__row {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  margin-left: -22px;
  margin-right: -22px;
}
.section2__col {
  padding-left: 22px;
  padding-right: 22px;
}
.section2__col .box {
  height: 100%;
  border-radius: 30px;
  padding: 80px;
}
.section2__col .box__title {
  font-family: "Jost", sans-serif;
  font-size: 30px;
  text-transform: uppercase;
  margin-bottom: 35px;
  color: #1e1e1e;
}
.section2__col .box__title span {
  font-size: 20px;
}
.section2__col .box__text {
  max-width: 520px;
}
.section2__col--left {
  width: 61%;
  padding-top: 80px;
}
.section2__col--left .box {
  background-color: #f3f7fa;
  background-image: url(../img/section2-left.png);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: bottom right;
}
.section2__col--right {
  width: 39%;
  padding-top: 80px;
}
.section2__col--right .box {
  background-color: #f6f2f8;
  background-image: url(../img/section2-right.png);
  background-repeat: no-repeat;
  background-size: 110%;
  background-position: center;
}
.section2__col--center {
  width: 100%;
  padding-top: 40px;
}
.section2__col--center .box {
  background-color: #f9f9f9;
}
.section2__col--center .box__row {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.section2__col--center .box__col {
  width: 100%;
  max-width: 425px;
}
.section2__col--center .box__col .box__title {
  margin-bottom: 15px;
}
.section2__col--center .box__img {
  width: 100%;
  padding-bottom: 25%;
  border-radius: 20px;
  margin-top: 40px;
  background-image: url(../img/section2-center.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}
@media (max-width: 991px) {
  .section2 .section2__row {
    margin-left: 0;
    margin-right: 0;
  }
  .section2 .section2__col {
    padding-left: 0;
    padding-right: 0;
  }
  .section2 .section2__col .box {
    padding: 80px 40px;
  }
  .section2 .section2__col--left {
    width: 100%;
  }
  .section2 .section2__col--left .box {
    padding-bottom: 290px;
    background-image: url(../img/section2-left-mob.png);
  }
  .section2 .section2__col--right {
    width: 100%;
    padding-top: 40px;
  }
  .section2 .section2__col--right .box {
    padding-bottom: 150px;
    background-image: url(../img/section2-right-mob.png);
  }
  .section2 .section2__col--center .box {
    padding: 80px 20px;
  }
  .section2 .section2__col--center .box__col {
    padding-left: 20px;
    padding-right: 20px;
  }
  .section2 .section2__col--center .box__col:nth-child(1) {
    order: 1;
  }
  .section2 .section2__col--center .box__col:nth-child(2) {
    order: 3;
  }
  .section2 .section2__col--center .box__img {
    order: 2;
    padding-bottom: 700px;
    margin-bottom: 40px;
  }
}

.section3 {
  padding-top: 80px;
}
.section3__title {
  color: #1e1e1e;
  font-family: "Jost", sans-serif;
  font-size: 30px;
  text-transform: uppercase;
  margin-bottom: 80px;
}
.section3__row {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  margin-left: -22px;
  margin-right: -22px;
}
.section3__col {
  padding-left: 22px;
  padding-right: 22px;
  padding-bottom: 40px;
}
.section3__col .box {
  height: 100%;
  min-height: 375px;
  border-radius: 30px;
  padding: 40px;
}
.section3__col .box__title {
  font-family: "Jost", sans-serif;
  font-size: 20px;
  font-weight: 500;
  text-transform: uppercase;
  margin-bottom: 40px;
  color: #1e1e1e;
  min-height: 58px;
}
.section3__col .box__text {
  max-width: 400px;
}
.section3__col--1 {
  width: 40%;
}
.section3__col--1 .box {
  background-color: #faf1d2;
  background-image: url(../img/section3-item1.png);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center right;
}
.section3__col--2 {
  width: 34%;
}
.section3__col--2 .box {
  background-color: #f3f7fa;
  background-image: url(../img/section3-item2.png);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center right;
}
.section3__col--3 {
  width: 26%;
}
.section3__col--3 .box {
  background-color: #f6f2f8;
  background-image: url(../img/section3-item3.png);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center top;
}
.section3__col--4 {
  width: 40%;
}
.section3__col--4 .box {
  background-color: #eff4ff;
  background-image: url(../img/section3-item4.png);
  background-repeat: no-repeat;
  background-position: 90% center;
}
.section3__col--5 {
  width: 60%;
}
.section3__col--5 .box {
  background-color: #f1fceb;
  background-image: url(../img/section3-item5.png);
  background-repeat: no-repeat;
  background-position: 90% bottom;
}
@media (max-width: 991px) {
  .section3 .section3__row {
    margin-left: 0;
    margin-right: 0;
  }
  .section3 .section3__col {
    padding-left: 0;
    padding-right: 0;
  }
  .section3 .section3__col--1 {
    width: 100%;
  }
  .section3 .section3__col--2 {
    width: 100%;
  }
  .section3 .section3__col--3 {
    width: 100%;
  }
  .section3 .section3__col--4 {
    width: 100%;
  }
  .section3 .section3__col--5 {
    width: 100%;
  }
}

.section4 {
  padding-top: 40px;
}
.section4__title {
  color: #1e1e1e;
  font-family: "Jost", sans-serif;
  font-size: 30px;
  text-transform: uppercase;
  margin-bottom: 80px;
  text-align: center;
}
.section4__grid {
  display: grid;
  grid-template-rows: 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr;
  row-gap: 0;
  -moz-column-gap: 80px;
       column-gap: 80px;
  height: 100%;
}
.section4__grid-item {
  border-radius: 20px;
}
.section4__grid-item.item1 {
  grid-row-start: 1;
  grid-column-start: 1;
  grid-row-end: 3;
  grid-column-end: 2;
  position: relative;
  background-image: url(../img/section4-item1.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  min-height: 484px;
}
.section4__grid-item.item1 .item1__label {
  padding: 20px 25px 20px 75px;
  background-color: #ffffff;
  background-image: url(../img/icon-check.svg);
  background-repeat: no-repeat;
  background-position: 25px 14px;
  border-radius: 0px 20px 0px 0px;
  position: absolute;
  left: 0;
  bottom: 0;
  font-size: 17px;
}
.section4__grid-item.item2 {
  grid-row-start: 1;
  grid-column-start: 2;
  grid-row-end: 2;
  grid-column-end: 3;
}
.section4__grid-item.item3 {
  grid-row-start: 1;
  grid-column-start: 3;
  grid-row-end: 2;
  grid-column-end: 4;
}
.section4__grid-item.item4 {
  grid-row-start: 2;
  grid-column-start: 2;
  grid-row-end: 3;
  grid-column-end: 4;
  padding: 40px;
  background-color: #F9F9F9;
  background-image: url(../img/section4-item4.png);
  background-repeat: no-repeat;
  background-size: cover;
}
@media (max-width: 991px) {
  .section4 .section4__title {
    text-align: left;
  }
  .section4 .section4__grid {
    display: flex;
    flex-direction: column;
    gap: 40px;
  }
  .section4 .section4__grid-item.item4 {
    padding-bottom: 228px;
    background-image: url(../img/section4-item4-mob.png);
    background-size: auto;
    background-position: bottom right;
  }
}

.icon-box img {
  margin-bottom: 30px;
}
.icon-box__text {
  color: #1e1e1e;
  font-family: "Jost", sans-serif;
  font-size: 20px;
  text-transform: uppercase;
  max-width: 400px;
}

.section5 {
  position: relative;
  border-radius: 20px;
  background: #F3F7FA;
  padding: 80px;
  margin-top: 80px;
  margin-bottom: 80px;
}
.section5:before {
  content: "";
  width: 2px;
  height: calc(100% - 120px);
  background: #e3f3ff;
  position: absolute;
  top: 60px;
  left: 50%;
}
.section5__row {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.section5__col {
  width: 50%;
}
.section5 .icon-box {
  margin-bottom: 80px;
}
.section5 .icon-box:last-child {
  margin-bottom: 0;
}
@media (max-width: 991px) {
  .section5 {
    padding: 80px 20px;
    margin-top: 40px;
  }
  .section5:before {
    content: none;
  }
  .section5 .section5__col {
    width: 100%;
  }
  .section5 .icon-box {
    padding-left: 20px;
    padding-right: 20px;
  }
  .section5 .icon-box:last-child {
    margin-bottom: 80px;
  }
}

.banner {
  max-width: 444px;
  margin-left: auto;
}
.banner__img {
  width: 100%;
  height: 500px;
}
.banner__img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  border-radius: 20px;
}
.banner__text {
  background-color: #ffffff;
  border-radius: 20px;
  padding: 40px;
  margin-top: -80px;
  position: relative;
}
@media (max-width: 991px) {
  .banner__text {
    margin-top: -10px;
  }
}
.banner__title {
  color: #1e1e1e;
  font-family: "Jost", sans-serif;
  font-size: 30px;
  text-transform: uppercase;
  margin-bottom: 10px;
}

.contacts-header {
  margin: 40px 0 80px 0;
  text-align: center;
}
.contacts-header__title {
  font-family: "Work Sans", sans-serif;
  font-size: 60px;
  font-weight: 600;
  color: #1e1e1e;
  margin: 0;
}
@media (max-width: 991px) {
  .contacts-header__title {
    font-size: 30px;
  }
}

.contacts-body {
  padding: 80px 180px;
  border-radius: 20px;
  background-color: #F3F7FA;
  background-image: url(../img/contact-decor.png);
  background-repeat: no-repeat;
  background-position: right bottom;
}
.contacts-body .contact-form {
  max-width: 400px;
}
.contacts-body .contact-img {
  text-align: right;
}
.contacts-body .contact-img img {
  border-radius: 20px;
}
@media (max-width: 991px) {
  .contacts-body {
    padding: 80px 20px;
  }
  .contacts-body .contact-form {
    margin: 0 auto 40px auto;
  }
  .contacts-body .contact-img {
    text-align: center;
  }
}

.input-contact {
  margin-bottom: 20px;
}
.input-contact label {
  display: block;
  margin-bottom: 5px;
  font-size: 19px;
  color: #1e1e1e;
}
.input-contact__item {
  width: 100%;
  padding: 10px 12px;
  background: #ffffff;
  border: 2px solid rgba(255, 255, 255, 0.4);
  box-shadow: none;
  font-size: 19px;
  color: #1e1e1e;
}
.input-contact__item:focus {
  outline: none;
}

.error__text {
  font-size: 14px;
  color: #F96060;
  margin: 0;
}

.terms-page {
  padding: 80px 0 0 0;
  color: #1e1e1e;
}
.terms-page .terms-title {
  font-family: "Jost", sans-serif;
  font-size: 60px;
  font-weight: 500;
  margin-bottom: 50px;
}
@media (max-width: 991px) {
  .terms-page .terms-title {
    font-size: 30px;
  }
}
.terms-page .terms-subtitle {
  font-family: "Jost", sans-serif;
  font-size: 20px;
  font-weight: 500;
  text-transform: uppercase;
}

.modal-dialog {
  max-width: 830px;
}

.modal-content {
  background: #ffffff;
  border: none;
  border-radius: 20px;
  padding: 80px 12px;
  overflow: hidden;
}
.modal-content .btn-modal-close {
  position: absolute;
  top: 24px;
  right: 24px;
  background: transparent;
  border: none;
  box-shadow: none;
}
.modal-content .modal-header {
  position: relative;
  display: block;
  padding: 0 0 28px 0;
  text-align: center;
  border: none;
  z-index: 1;
}
.modal-content .modal-header h2 {
  font-family: "Jost", sans-serif;
  font-size: 30px;
  text-transform: uppercase;
  color: #1e1e1e;
  margin: 0;
}
.modal-content .modal-body {
  position: relative;
  display: block;
  max-width: 430px;
  padding: 0 0 28px 0;
  margin: 0 auto;
  text-align: center;
  z-index: 1;
}
.modal-content .modal-footer {
  position: relative;
  padding: 0;
  border: none;
  z-index: 1;
}/*# sourceMappingURL=style.css.map */