body {
  width: auto;
  height: auto;
  margin: 0;
  padding: 0;
  font-family: "Red Hat Display", sans-serif;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

body.block {
  overflow: hidden;
}

.header-wrapper {
  max-width: 2100px;
  margin: auto;
}
.header-wrapper .navigation {
  background-color: #FBFBFB 214, 186, 59;
  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;
  padding: 5px 10px;
}
@media (min-width: 768px) {
  .header-wrapper .navigation {
    padding: 5px 10px 5px 70px;
  }
}
@media (min-width: 1240px) {
  .header-wrapper .navigation {
    padding: 0px 21px 0px 70px;
  }
}
.header-wrapper .navigation .logo {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  max-width: 30px;
}
@media (min-width: 992px) {
  .header-wrapper .navigation .logo {
    max-width: none;
  }
}
.header-wrapper .navigation .links-holder {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.header-wrapper .navigation .links-holder a.desk-link {
  display: none;
  margin-left: 42px;
  color: #228B78;
  text-decoration: none;
  font-size: 18px;
}
@media (min-width: 992px) {
  .header-wrapper .navigation .links-holder a.desk-link {
    display: block;
  }
}
.header-wrapper .navigation .links-holder a:hover {
  text-decoration: underline;
}

.navigation .btnLogin-popup {
  display: none;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-right: 18px;
  margin-left: 122px;
  width: 164px;
  height: 36px;
  background: #228B78;
  border: 2px solid #228B78;
  border-radius: 20px;
  outline: none;
  font-size: 18px;
  font-weight: 400;
  color: rgb(244, 242, 240);
  -webkit-transition: 0.5s;
  transition: 0.5s;
  letter-spacing: 0.06em;
}
@media (min-width: 992px) {
  .navigation .btnLogin-popup {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}

.navigation .btnLogin-popup:hover {
  background: hsl(65deg, 78%, 91%);
  color: rgb(20, 103, 47);
}

.btnMenu {
  background-color: #fff;
  width: 28px;
  height: 28px;
}
.btnMenu img {
  cursor: pointer;
}
@media (min-width: 992px) {
  .btnMenu {
    width: 36px;
    height: 36px;
  }
}

.left-section {
  background-image: url(/img/start_photo.jpg);
  width: 100%;
  height: 80vh;
  background-size: cover;
  background-repeat: no-repeat;
  padding-top: 70px;
  padding-left: 10px;
  background-position: 75%;
}
@media (min-width: 768px) {
  .left-section {
    padding-left: 70px;
  }
}
@media (min-width: 992px) {
  .left-section {
    padding-top: 214px;
    padding-left: 70px;
    height: 750px;
    background-position: center 0%;
  }
}
.left-section h1 {
  max-width: 250px;
  font-weight: 700;
  font-size: 30px;
  line-height: 132%;
  color: aliceblue;
  margin-bottom: 12px;
}
@media (min-width: 992px) {
  .left-section h1 {
    font-size: 40px;
    max-width: 368px;
  }
}
.left-section h2 {
  background-color: rgba(59, 59, 59, 0.4);
  font-size: 14px;
  color: aliceblue;
  margin: 24px 0 28px 0;
  padding: 5px;
  width: 240px;
  border-radius: 10px;
  font-weight: 100;
}
@media (min-width: 992px) {
  .left-section h2 {
    font-size: 24px;
    margin: 57px 0 47px 0;
    background-color: rgba(59, 59, 59, 0);
    padding: 0;
    width: 380px;
  }
}
.left-section .button-start {
  width: 150px;
  font-family: "Red Hat Display", sans-serif;
  line-height: 132%;
  border-radius: 33px;
  margin-top: 0px;
  font-size: 16px;
  background-color: #228B78;
  border-color: #228B78;
  color: #FBFBFB;
  padding: 11px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media (min-width: 992px) {
  .left-section .button-start {
    font-size: 24px;
    padding: 17px 19px;
    width: 255px;
  }
}
.left-section .button-start img {
  max-width: 19px;
}
.left-section .left-section-wrapper {
  max-width: 1990px;
  margin: auto;
}

.element-decoration {
  width: 46px;
  height: 5px;
  background-color: #C29F26;
}
@media (min-width: 992px) {
  .element-decoration {
    width: 56px;
    height: 10px;
  }
}

.section-2-wrapper {
  max-width: 2100px;
  margin: auto;
}

.section-2 {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: #FBFBFB;
  background-image: url(/img/union.svg);
  background-position: center;
  background-size: cover;
  padding: 0px 0px 162px 0px;
}
@media (min-width: 992px) {
  .section-2 {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}
.section-2 .three-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: auto;
}
@media (min-width: 992px) {
  .section-2 .three-wrapper {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
  }
}
.section-2 .three-wrapper h1 {
  margin: 0px 0px 32px 0px;
  font-size: 30px;
  font-weight: 700;
  line-height: 132%;
}
@media (min-width: 992px) {
  .section-2 .three-wrapper h1 {
    font-size: 32px;
  }
}
@media (min-width: 1440px) {
  .section-2 .three-wrapper h1 {
    font-size: 40px;
  }
}
.section-2 .three-wrapper h4 {
  font-size: 18px;
  width: 180px;
  margin: auto;
  line-height: 132%;
}
@media (min-width: 992px) {
  .section-2 .three-wrapper h4 {
    font-size: 20px;
    width: 245px;
  }
}
@media (min-width: 1440px) {
  .section-2 .three-wrapper h4 {
    font-size: 24px;
    margin: 0px 31px;
    width: 245px;
  }
}
.section-2 .about-us-1 {
  text-align: center;
  width: 220px;
  height: 172px;
  margin-top: 20px;
}
@media (min-width: 992px) {
  .section-2 .about-us-1 {
    width: 307px;
    height: 172px;
  }
}
@media (min-width: 992px) and (min-width: 1240px) {
  .section-2 .about-us-1 {
    margin: 220px 0px 0px 140px;
    width: 307px;
    height: 181px;
  }
}
.section-2 .about-us-2 {
  padding-top: 120px;
  border: 2px solid;
  border-top: none;
  border-bottom: none;
  text-align: center;
  width: 325px;
}
@media (min-width: 992px) {
  .section-2 .about-us-2 {
    width: 265px;
    height: 117px;
    border: none;
    height: 250px;
  }
}
@media (min-width: 992px) and (min-width: 1240px) {
  .section-2 .about-us-2 {
    width: 307px;
    height: 172px;
    height: 250px;
  }
}
.section-2 .about-us-3 {
  margin: 40px 0px 0px 0px;
  text-align: center;
  width: 307px;
  height: 172px;
}
@media (min-width: 1240px) {
  .section-2 .about-us-3 {
    margin: 220px 178px 0px 0px;
    width: 307px;
    height: 172px;
  }
}
.section-2 .about-us-4 {
  text-align: center;
}
.section-2 .about-us-4 h1 {
  font-weight: 700;
  font-size: 40px;
}
@media (min-width: 992px) {
  .section-2 .about-us-4 h1 {
    font-size: 64px;
    margin: 164px 0px 0px 0px;
  }
}

.swiper-pagination {
  bottom: 30px !important;
}

.images-slider {
  background-color: #FBFBFB;
  padding-bottom: 110px;
  position: relative;
}

.section-wrapper {
  margin: auto;
  max-width: 2100px;
}
.section-wrapper .swiper-slide {
  text-align: center;
}
.section-wrapper .section-3 {
  padding-top: 90px;
}
.section-wrapper .section-3 .team {
  margin-top: 78px;
}
.section-wrapper .section-3 .team h4 {
  margin: 49px auto 0px;
  max-width: 260px;
  line-height: 32px;
  text-align: center;
}
.section-wrapper .section-3 .notifications {
  margin-top: 60px;
}
@media (min-width: 1440px) {
  .section-wrapper .section-3 .notifications {
    margin-top: 144px;
  }
}
.section-wrapper .section-3 .notifications h4 {
  max-width: 250px;
  padding-top: 54px;
  line-height: 32px;
  text-align: center;
  margin: auto;
}
.section-wrapper .section-3 .winners {
  margin-top: 26px;
}
.section-wrapper .section-3 .winners h4 {
  max-width: 250px;
  margin: 67px auto 0;
  line-height: 32px;
  text-align: center;
}

.offers {
  background-color: #228B78;
  text-align: center;
  padding: 40px 50px 20px;
}
@media (min-width: 768px) {
  .offers {
    padding: 70px 80px 20px;
  }
}
@media (min-width: 992px) {
  .offers {
    padding: 150px 0px 120px 0px;
  }
}
.offers .header-offers {
  margin: auto;
}
.offers .header-offers h1 {
  color: #FFFFFF;
  font-size: 28px;
  margin: 0;
  font-weight: bold;
}
@media (min-width: 768px) {
  .offers .header-offers h1 {
    font-size: 34px;
  }
}
@media (min-width: 992px) {
  .offers .header-offers h1 {
    font-size: 64px;
  }
}
.offers .header-offers h3 {
  color: #FFFFFF;
  font-size: 16px;
  padding: 40px 0px 40px 0px;
}
@media (min-width: 425px) {
  .offers .header-offers h3 {
    font-size: 22px;
  }
}
@media (min-width: 992px) {
  .offers .header-offers h3 {
    font-size: 26px;
  }
}
.offers .personal-offers-box {
  background-color: #FBFBFB;
  border-radius: 30px;
  max-width: 500px;
  height: 468px;
  margin: auto;
}
@media (min-width: 992px) {
  .offers .personal-offers-box {
    max-width: 732px;
    height: 668px;
  }
}
.offers .personal-offers-box .personal-offers-box-header {
  height: 34px;
  background-color: #D1FFEC;
  border-radius: 30px 30px 0px 0px;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding-top: 7px;
}
@media (min-width: 992px) {
  .offers .personal-offers-box .personal-offers-box-header {
    height: 54px;
    padding-top: 14px;
  }
}
.offers .personal-offers-box .personal-offers-box-header h5 {
  line-height: 21px;
  font-weight: 700;
  font-size: 12px;
  color: #32786B;
}
@media (min-width: 762px) {
  .offers .personal-offers-box .personal-offers-box-header h5 {
    font-size: 16px;
  }
}
.offers .personal-offers-box .personal-offers-content {
  margin: 0px 12px;
}
@media (min-width: 375px) {
  .offers .personal-offers-box .personal-offers-content {
    margin: 0px 14px;
  }
}
@media (min-width: 375px) and (min-width: 425px) {
  .offers .personal-offers-box .personal-offers-content {
    margin: 0px 18px;
  }
}
.offers .personal-offers-box .personal-offers-content h1 {
  font-weight: 700;
  font-size: 24px;
  line-height: 49px;
  margin: 10px 0px 8px 0px;
}
@media (min-width: 425px) {
  .offers .personal-offers-box .personal-offers-content h1 {
    margin: 10px 0px;
    font-size: 30px;
  }
}
@media (min-width: 762px) {
  .offers .personal-offers-box .personal-offers-content h1 {
    margin: 0px 18px;
    margin: 10px 0px;
  }
}
@media (min-width: 992px) {
  .offers .personal-offers-box .personal-offers-content h1 {
    font-size: 52px;
    margin: 37px 0px 18px 0px;
    line-height: 69px;
  }
}
.offers .personal-offers-box .personal-offers-content .box-green {
  background-color: #D1FFEC;
  width: 190px;
  height: 55px;
  margin: auto;
  margin-bottom: 14px;
  border-radius: 30px;
  padding: 6px 0px 27px 0px;
}
@media (min-width: 325px) {
  .offers .personal-offers-box .personal-offers-content .box-green {
    width: 225px;
    height: 45px;
  }
}
@media (min-width: 425px) {
  .offers .personal-offers-box .personal-offers-content .box-green {
    width: 255px;
    height: 55px;
  }
}
@media (min-width: 768px) {
  .offers .personal-offers-box .personal-offers-content .box-green {
    width: 395px;
    height: 75px;
    padding: 11px 0px 37px 0px;
  }
}
@media (min-width: 992px) {
  .offers .personal-offers-box .personal-offers-content .box-green {
    margin-bottom: 18px;
    width: 525px;
    height: 123px;
  }
}
.offers .personal-offers-box .personal-offers-content .box-green p {
  font-size: 14px;
  font-weight: 600;
  margin: 0px 0px 4px 0px;
}
@media (min-width: 425px) {
  .offers .personal-offers-box .personal-offers-content .box-green p {
    font-size: 18px;
  }
}
@media (min-width: 762px) {
  .offers .personal-offers-box .personal-offers-content .box-green p {
    font-size: 22px;
    font-weight: 600;
  }
}
@media (min-width: 992px) {
  .offers .personal-offers-box .personal-offers-content .box-green p {
    font-size: 26px;
  }
}
.offers .personal-offers-box .personal-offers-content .box-green h2 {
  font-size: 10px;
}
@media (min-width: 425px) {
  .offers .personal-offers-box .personal-offers-content .box-green h2 {
    font-size: 12px;
  }
}
@media (min-width: 762px) {
  .offers .personal-offers-box .personal-offers-content .box-green h2 {
    font-size: 18px;
  }
}
@media (min-width: 992px) {
  .offers .personal-offers-box .personal-offers-content .box-green h2 {
    font-size: 26px;
  }
}
.offers .personal-offers-box .personal-offers-content .box-list ul {
  list-style-type: disc;
}
.offers .personal-offers-box .personal-offers-content .box-list ul li {
  max-width: 140px;
  margin: auto;
  padding-bottom: 10px;
  font-weight: 400;
  font-size: 16px;
  line-height: 18px;
}
@media (min-width: 768px) {
  .offers .personal-offers-box .personal-offers-content .box-list ul li {
    padding-bottom: 14px;
    font-weight: 400;
    font-size: 20px;
    line-height: 24px;
    max-width: 180px;
  }
}
@media (min-width: 992px) {
  .offers .personal-offers-box .personal-offers-content .box-list ul li {
    padding-bottom: 18px;
    font-size: 26px;
    line-height: 34px;
    max-width: 220px;
  }
}
.offers .personal-offers-box .personal-offers-content .box-list li:nth-last-child(1) {
  width: auto;
  font-size: 12px;
  max-width: 372px;
  line-height: 91.8%;
  margin: auto;
  padding-top: 40px;
  list-style-type: none;
}
@media (min-width: 762px) {
  .offers .personal-offers-box .personal-offers-content .box-list li:nth-last-child(1) {
    font-size: 14px;
    padding-top: 10px;
  }
}
@media (min-width: 992px) {
  .offers .personal-offers-box .personal-offers-content .box-list li:nth-last-child(1) {
    font-size: 19px;
    padding-top: 0px;
  }
}
.offers .personal-offers-box .personal-offers-content .box-list .button-start-second {
  width: 140px;
  font-family: "Red Hat Display", sans-serif;
  line-height: 50%;
  border-radius: 33px;
  margin: auto;
  margin-top: 18px;
  font-size: 16px;
  background-color: #228B78;
  border-color: #228B78;
  color: #FBFBFB;
  padding: 17px 19px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media (min-width: 425px) {
  .offers .personal-offers-box .personal-offers-content .box-list .button-start-second {
    width: 200px;
    line-height: 80%;
    font-size: 20px;
  }
}
@media (min-width: 992px) {
  .offers .personal-offers-box .personal-offers-content .box-list .button-start-second {
    width: 256px;
    line-height: 132%;
    font-size: 24px;
    margin-top: 18px;
  }
}

.reviews-wrapper {
  background-color: #DFFFF1;
  padding: 90px 10px;
}

.reviews {
  max-width: 2100px;
  margin: auto;
}
.reviews .title-offer {
  font-weight: 700;
  font-size: 40px;
  margin: 0px 0px 106px 0px;
  text-align: center;
}
@media (min-width: 1240px) {
  .reviews .title-offer {
    font-size: 64px;
    margin: 0px 0px 71px 0px;
  }
}
.reviews .review-swiper-container {
  overflow: hidden;
}
.reviews .card {
  text-align: center;
  cursor: pointer;
}
.reviews .rated-box {
  margin: auto;
}
.reviews .rated-box .rated {
  text-align: center;
}
.reviews .rated-box .rated .button-reviews {
  cursor: pointer;
  padding: 6px 48px 6px 48px;
  background-color: #228B78;
  border-radius: 20px;
  letter-spacing: 0.06em;
  color: #fff;
  font-size: 18px;
  line-height: 133%;
}
.reviews .rated-box .rated .button-reviews .button-reviews:active {
  color: #191917;
  background-color: #C29F26;
}
.reviews .rated-box .rated h1 {
  font-size: 12px;
  text-align: center;
  padding: 80px 0px 71px 0px;
  margin: 0;
}
.reviews .swiper-button-next {
  z-index: 99;
}
@media (max-width: 860px) {
  .reviews .swiper-button-next {
    display: none;
  }
}
.reviews .swiper-button-next::after {
  content: url(/img/rigth-arrow.svg);
  width: 32px;
}
@media (min-width: 425px) {
  .reviews .swiper-button-next::after {
    right: 0px;
  }
}
.reviews .swiper-pagination-2 {
  text-align: center;
}
@media (min-width: 860px) {
  .reviews .swiper-pagination-2 {
    display: none;
  }
}
.reviews .swiper-button-prev {
  left: 10px;
  z-index: 99;
}
@media (max-width: 860px) {
  .reviews .swiper-button-prev {
    display: none;
  }
}
.reviews .swiper-button-prev::after {
  content: url(/img/left-arrow.svg);
  width: 32px;
}
@media (min-width: 425px) {
  .reviews .swiper-button-prev::after {
    left: 0px;
  }
}

footer {
  background-color: #228B78;
  padding-bottom: 20px;
}

.footer-wrapper {
  max-width: 2100px;
  margin: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 10px 80px;
}
@media (min-width: 425px) {
  .footer-wrapper {
    padding: 10px 110px;
  }
}
@media (min-width: 640px) {
  .footer-wrapper {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    padding: 90px 40px;
  }
}
@media (min-width: 1024px) {
  .footer-wrapper {
    padding: 90px 40px;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}
@media (min-width: 1240px) {
  .footer-wrapper {
    padding: 90px 119px;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}
.footer-wrapper li {
  padding-bottom: 18px;
  font-size: 14px;
  font-weight: 200px;
  color: #e6e5e5;
}
@media (min-width: 768px) {
  .footer-wrapper li {
    font-size: 16px;
  }
}
@media (min-width: 1024px) {
  .footer-wrapper li {
    font-size: 20px;
  }
}
.footer-wrapper .logo-footer {
  display: none;
  max-width: 35px;
}
@media (min-width: 640px) {
  .footer-wrapper .logo-footer {
    display: block;
  }
}
@media (min-width: 1024px) {
  .footer-wrapper .logo-footer {
    max-width: 55px;
  }
}
.footer-wrapper .feature {
  display: none;
  color: #FFFFFF;
}
@media (min-width: 640px) {
  .footer-wrapper .feature {
    display: block;
  }
}
.footer-wrapper .feature li:nth-child(1) {
  color: #FFFFFF;
  padding-bottom: 27px;
  font-weight: 800;
}
.footer-wrapper .resourses {
  display: none;
  color: #FFFFFF;
}
@media (min-width: 640px) {
  .footer-wrapper .resourses {
    display: block;
  }
}
.footer-wrapper .resourses li:nth-child(1) {
  color: #FFFFFF;
  padding-bottom: 27px;
  font-weight: 800;
}
.footer-wrapper .company {
  display: none;
  color: #FFFFFF;
}
@media (min-width: 640px) {
  .footer-wrapper .company {
    display: block;
  }
}
.footer-wrapper .company li:nth-child(1) {
  color: #FFFFFF;
  padding-bottom: 27px;
  font-weight: 800;
}
.footer-wrapper .follow-us .button-footer {
  padding: 8px 30px;
  background-color: #FFFFFF;
  border-radius: 20px;
  color: #228B78;
  font-size: 14px;
}
@media (min-width: 1024px) {
  .footer-wrapper .follow-us .button-footer {
    font-size: 18px;
    width: 168px;
  }
}
.footer-wrapper .follow-us h1 {
  font-size: 18px;
  color: #FFFFFF;
  text-align: center;
  margin: 20px 0px 30px 0px;
  font-weight: 800;
}
@media (min-width: 640px) {
  .footer-wrapper .follow-us h1 {
    margin-top: 65px;
    margin-bottom: 19px;
    text-align: start;
  }
}
.footer-wrapper .follow-us .icons-footer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}