@import url("https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&display=swap");
.wrapper {
  max-width: 1504px;
  width: 100%;
  margin: 0 auto;
}

body {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  height: 100vh;
}

.home_top {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
}
.home_top .home_wrapper {
  padding: 215px 20px;
  background-color: rgba(29, 29, 27, 0.8);
}
.home_top .home_wrapper .home_top_wrapper .home_top_content {
  max-width: 935px;
  margin-left: auto;
  margin-right: auto;
}
.home_top .home_wrapper .home_top_wrapper .home_top_content .home_top_title {
  margin-bottom: 28px;
  font-weight: 600;
  font-size: 70px;
  line-height: 1.2;
  letter-spacing: 0;
  text-align: center;
  color: #fff;
  font-family: "Inter", sans-serif;
}
.home_top .home_wrapper .home_top_wrapper .home_top_content .home_top_description {
  margin-bottom: 60px;
  font-family: "Inter", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 20px;
  line-height: 150%;
  letter-spacing: 0;
  text-align: center;
  color: #ffffff;
}
.home_top .home_wrapper .home_top_wrapper .home_top_content .popup_link {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
  text-decoration: none;
  width: 240px;
  height: 60px;
  background-color: #FFFFFF;
  border-radius: 100px;
  margin-left: auto;
  margin-right: auto;
}
.home_top .home_wrapper .home_top_wrapper .home_top_content .popup_link span {
  font-family: "Inter", sans-serif;
  font-weight: 600;
  font-style: normal;
  font-size: 18px;
  line-height: 150%;
  letter-spacing: 0;
  text-align: center;
  color: #1d1d1b;
}
@media (max-width: 1200px) {
  .home_top .home_wrapper .home_top_wrapper .home_top_content .home_top_title {
    margin-bottom: 20px;
    font-size: 65px;
  }
  .home_top .home_wrapper .home_top_wrapper .home_top_content .home_top_description {
    margin-bottom: 50px;
    font-size: 19px;
  }
}
@media (max-width: 950px) {
  .home_top .home_wrapper .home_top_wrapper .home_top_content .home_top_title {
    font-size: 55px;
  }
  .home_top .home_wrapper .home_top_wrapper .home_top_content .home_top_description {
    margin-bottom: 40px;
    font-size: 18px;
  }
  .home_top .home_wrapper .home_top_wrapper .home_top_content .popup_link {
    width: 200px;
    height: 50px;
  }
  .home_top .home_wrapper .home_top_wrapper .home_top_content .popup_link span {
    font-size: 16px;
  }
}
@media (max-width: 650px) {
  .home_top .home_wrapper .home_top_wrapper .home_top_content .home_top_title {
    font-size: 47px;
  }
  .home_top .home_wrapper .home_top_wrapper .home_top_content .home_top_description {
    font-size: 17px;
  }
}
@media (max-width: 400px) {
  .home_top .home_wrapper .home_top_wrapper .home_top_content .home_top_title {
    font-size: 40px;
  }
  .home_top .home_wrapper .home_top_wrapper .home_top_content .home_top_description {
    font-size: 16px;
  }
}
@media (max-width: 1200px) {
  .home_top .home_wrapper {
    padding: 190px 20px;
  }
}
@media (max-width: 950px) {
  .home_top .home_wrapper {
    padding: 170px 20px;
  }
}
@media (max-width: 650px) {
  .home_top .home_wrapper {
    padding: 145px 20px;
  }
}
@media (max-width: 400px) {
  .home_top .home_wrapper {
    padding: 105px 20px;
  }
}

.home_categories {
  background-color: #EFEFEF;
  padding: 100px 20px 70px;
}
.home_categories .wrapper .home_categories_title {
  margin-bottom: 28px;
  font-family: "Inter", sans-serif;
  font-weight: 600;
  font-style: normal;
  font-size: 50px;
  line-height: 130%;
  letter-spacing: 0;
  color: #000000;
  vertical-align: middle;
}
@media (max-width: 1200px) {
  .home_categories .wrapper .home_categories_title {
    font-size: 45px;
  }
}
@media (max-width: 950px) {
  .home_categories .wrapper .home_categories_title {
    font-size: 40px;
  }
}
@media (max-width: 650px) {
  .home_categories .wrapper .home_categories_title {
    font-size: 35px;
  }
}
@media (max-width: 400px) {
  .home_categories .wrapper .home_categories_title {
    font-size: 32px;
  }
}
.home_categories .wrapper .home_categories_sub_title {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  align-items: flex-end;
  margin-bottom: 60px;
}
.home_categories .wrapper .home_categories_sub_title .home_categories_description {
  max-width: 925px;
  font-family: "Inter", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 20px;
  line-height: 150%;
  letter-spacing: 0;
  color: #2e2e2e;
}
.home_categories .wrapper .home_categories_sub_title .home_categories_link {
  text-decoration: none;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.home_categories .wrapper .home_categories_sub_title .home_categories_link span {
  font-family: "Inter", sans-serif;
  font-weight: 500;
  font-style: normal;
  font-size: 20px;
  line-height: 150%;
  letter-spacing: 0;
  color: #2e2e2e;
  padding-right: 10px;
}
.home_categories .wrapper .home_categories_sub_title .home_categories_link svg {
  display: block;
  height: 24px;
  width: 24px;
}
@media (max-width: 1190px) {
  .home_categories .wrapper .home_categories_sub_title {
    -webkit-justify-content: unset;
    justify-content: unset;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    align-items: unset;
  }
  .home_categories .wrapper .home_categories_sub_title .home_categories_description {
    margin-bottom: 28px;
  }
}
@media (max-width: 950px) {
  .home_categories .wrapper .home_categories_sub_title {
    margin-bottom: 50px;
  }
  .home_categories .wrapper .home_categories_sub_title .home_categories_description {
    font-size: 18px;
  }
  .home_categories .wrapper .home_categories_sub_title .home_categories_link span {
    font-size: 18px;
  }
}
@media (max-width: 650px) {
  .home_categories .wrapper .home_categories_sub_title {
    margin-bottom: 40px;
  }
  .home_categories .wrapper .home_categories_sub_title .home_categories_description {
    font-size: 16px;
  }
  .home_categories .wrapper .home_categories_sub_title .home_categories_link span {
    font-size: 16px;
  }
}
.home_categories .wrapper .categories_body {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 32px;
}
.home_categories .wrapper .categories_body .category {
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 16px;
  max-width: 352px;
  width: 23.5%;
  height: 560px;
  margin-bottom: 30px;
}
.home_categories .wrapper .categories_body .category .category_body {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: flex;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  height: 560px;
  max-width: 352px;
  width: 100%;
  border-radius: 16px;
  padding: 20px;
  box-sizing: border-box;
  background-color: rgba(29, 29, 27, 0.4);
}
.home_categories .wrapper .categories_body .category .category_body .category_link {
  margin-top: auto;
  text-decoration: none;
  font-family: "Inter", sans-serif;
  font-weight: 600;
  font-style: normal;
  font-size: 24px;
  line-height: 120%;
  letter-spacing: 0;
  text-align: center;
  color: #ffffff;
}
@media (max-width: 1544px) {
  .home_categories .wrapper .categories_body .category {
    width: 23%;
  }
}
@media (max-width: 1240px) {
  .home_categories .wrapper .categories_body {
    display: none;
  }
}
.home_categories .wrapper .categories_slider {
  display: none;
  overflow: hidden;
}
.home_categories .wrapper .categories_slider .categories_slider_wrapper .category {
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 16px;
  max-width: 352px;
  width: 100%;
  height: 560px;
}
.home_categories .wrapper .categories_slider .categories_slider_wrapper .category .category_body {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: flex;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  height: 560px;
  max-width: 352px;
  width: 100%;
  border-radius: 16px;
  padding: 20px;
  box-sizing: border-box;
  background-color: rgba(29, 29, 27, 0.4);
}
.home_categories .wrapper .categories_slider .categories_slider_wrapper .category .category_body .category_link {
  margin-top: auto;
  text-decoration: none;
  font-family: "Inter", sans-serif;
  font-weight: 600;
  font-style: normal;
  font-size: 24px;
  line-height: 120%;
  letter-spacing: 0;
  text-align: center;
  color: #ffffff;
}
@media (max-width: 395px) {
  .home_categories .wrapper .categories_slider .categories_slider_wrapper .category {
    max-width: 375px;
    height: 460px;
  }
  .home_categories .wrapper .categories_slider .categories_slider_wrapper .category .category_body {
    max-width: 375px;
    height: 460px;
    padding: 14px;
  }
  .home_categories .wrapper .categories_slider .categories_slider_wrapper .category .category_body .category_link {
    font-weight: 700;
    font-size: 18px;
  }
}
@media (max-width: 1240px) {
  .home_categories .wrapper .categories_slider {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: flex;
  }
}
@media (max-width: 1240px) {
  .home_categories {
    padding: 100px 20px;
  }
}
@media (max-width: 950px) {
  .home_categories {
    padding: 80px 20px;
  }
}

.home_why {
  padding: 100px 20px;
  background-color: #2E2E2E;
}
.home_why .wrapper .home_why_title {
  margin-bottom: 20px;
  font-family: "Inter", sans-serif;
  font-weight: 600;
  font-style: normal;
  font-size: 50px;
  line-height: 130%;
  letter-spacing: 0;
  color: #FFFFFF;
  text-align: center;
}
@media (max-width: 1200px) {
  .home_why .wrapper .home_why_title {
    font-size: 45px;
  }
}
@media (max-width: 950px) {
  .home_why .wrapper .home_why_title {
    font-size: 40px;
  }
}
@media (max-width: 650px) {
  .home_why .wrapper .home_why_title {
    font-size: 35px;
  }
}
@media (max-width: 400px) {
  .home_why .wrapper .home_why_title {
    font-size: 32px;
  }
}
.home_why .wrapper .home_why_description {
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 60px;
  max-width: 660px;
  font-family: "Inter", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 20px;
  line-height: 150%;
  letter-spacing: 0;
  color: #FFFFFF;
  text-align: center;
}
@media (max-width: 950px) {
  .home_why .wrapper .home_why_description {
    font-size: 18px;
  }
}
@media (max-width: 650px) {
  .home_why .wrapper .home_why_description {
    font-size: 16px;
  }
}
.home_why .wrapper .home_why_items {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}
.home_why .wrapper .home_why_items .home_why_item {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  max-width: 355px;
  width: 24%;
}
.home_why .wrapper .home_why_items .home_why_item .home_why_item_img {
  display: block;
  width: 32px;
  height: 32px;
  margin-bottom: 32px;
}
.home_why .wrapper .home_why_items .home_why_item .home_why_item_title {
  margin-bottom: 16px;
  font-family: "Inter", sans-serif;
  font-weight: 600;
  font-style: normal;
  font-size: 24px;
  line-height: 120%;
  letter-spacing: 0;
  text-align: center;
  color: #ffffff;
}
.home_why .wrapper .home_why_items .home_why_item .home_why_item_description {
  font-family: "Inter", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 20px;
  line-height: 150%;
  letter-spacing: 0;
  text-align: center;
  color: #ffffff;
}
@media (max-width: 1025px) {
  .home_why .wrapper .home_why_items {
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 40px;
  }
  .home_why .wrapper .home_why_items .home_why_item {
    max-width: 1025px;
    width: 100%;
  }
}
@media (max-width: 750px) {
  .home_why .wrapper .home_why_items .home_why_item .home_why_item_img {
    margin-bottom: 28px;
  }
  .home_why .wrapper .home_why_items .home_why_item .home_why_item_title {
    font-weight: 700;
    font-size: 21px;
  }
  .home_why .wrapper .home_why_items .home_why_item .home_why_item_description {
    font-size: 18px;
  }
}
@media (max-width: 550px) {
  .home_why .wrapper .home_why_items .home_why_item .home_why_item_title {
    font-size: 18px;
  }
  .home_why .wrapper .home_why_items .home_why_item .home_why_item_description {
    font-size: 16px;
  }
}
@media (max-width: 950px) {
  .home_why {
    padding: 80px 20px;
  }
}

.home_offers {
  padding: 100px 20px;
}
.home_offers .wrapper .home_offers_title {
  margin-bottom: 20px;
  font-family: "Inter", sans-serif;
  font-weight: 600;
  font-style: normal;
  font-size: 50px;
  line-height: 130%;
  letter-spacing: 0;
  color: #1D1D1B;
  text-align: center;
}
@media (max-width: 1200px) {
  .home_offers .wrapper .home_offers_title {
    font-size: 45px;
  }
}
@media (max-width: 950px) {
  .home_offers .wrapper .home_offers_title {
    font-size: 40px;
  }
}
@media (max-width: 650px) {
  .home_offers .wrapper .home_offers_title {
    font-size: 35px;
  }
}
@media (max-width: 400px) {
  .home_offers .wrapper .home_offers_title {
    font-size: 32px;
  }
}
.home_offers .wrapper .home_offers_description {
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 60px;
  max-width: 660px;
  font-family: "Inter", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 20px;
  line-height: 150%;
  letter-spacing: 0;
  color: #1D1D1B;
  text-align: center;
}
@media (max-width: 950px) {
  .home_offers .wrapper .home_offers_description {
    font-size: 18px;
  }
}
@media (max-width: 650px) {
  .home_offers .wrapper .home_offers_description {
    font-size: 16px;
  }
}
.home_offers .wrapper .home_offers_items {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: flex;
  gap: 32px;
}
.home_offers .wrapper .home_offers_items .home_offers_item {
  position: relative;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  max-width: 355px;
  width: 24%;
}
.home_offers .wrapper .home_offers_items .home_offers_item .home_offers_item_badge {
  position: absolute;
  top: 24px;
  right: 0;
  background-color: #B1051B;
  padding: 10px;
  width: 60px;
  box-sizing: border-box;
  border-top-left-radius: 8px;
  border-bottom-left-radius: 8px;
  font-family: "Inter", sans-serif;
  font-weight: 600;
  font-size: 14px;
  line-height: 1.5;
  letter-spacing: 0;
  color: #fff;
}
.home_offers .wrapper .home_offers_items .home_offers_item .home_offers_item_image_link {
  text-decoration: none;
  display: block;
  margin-bottom: 20px;
  width: 100%;
  height: 280px;
  border-radius: 10px;
}
.home_offers .wrapper .home_offers_items .home_offers_item .home_offers_item_image_link .home_offers_item_image {
  display: block;
  object-fit: cover;
  width: 100%;
  border-radius: 10px;
  height: 280px;
}
.home_offers .wrapper .home_offers_items .home_offers_item .home_offers_item_meta {
  width: 100%;
}
.home_offers .wrapper .home_offers_items .home_offers_item .home_offers_item_meta .home_offers_item_title {
  display: block;
  margin-bottom: 12px;
}
.home_offers .wrapper .home_offers_items .home_offers_item .home_offers_item_meta .home_offers_item_title a {
  text-decoration: none;
  font-family: "Inter", sans-serif;
  font-weight: 600;
  font-size: 20px;
  line-height: 1.5;
  letter-spacing: 0;
  color: #1d1d1b;
}
.home_offers .wrapper .home_offers_items .home_offers_item .home_offers_item_meta .home_offers_item_price {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}
.home_offers .wrapper .home_offers_items .home_offers_item .home_offers_item_meta .home_offers_item_price .home_offers_item_price_current {
  font-family: "Inter", sans-serif;
  font-weight: 400;
  font-style: normal; /* Regular */
  font-size: 20px;
  line-height: 150%; /* 30px */
  letter-spacing: 0;
  color: #757575;
  vertical-align: middle;
}
.home_offers .wrapper .home_offers_items .home_offers_item .home_offers_item_meta .home_offers_item_price .home_offers_item_price_old {
  font-family: "Inter", sans-serif;
  font-weight: 400;
  font-style: normal; /* Regular */
  font-size: 20px;
  line-height: 150%; /* 30px */
  letter-spacing: 0;
  color: #d6d6d6;
  vertical-align: middle;
  text-decoration: line-through;
}
@media (max-width: 1035px) {
  .home_offers .wrapper .home_offers_items {
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .home_offers .wrapper .home_offers_items .home_offers_item {
    max-width: 525px;
    width: 47%;
  }
}
@media (max-width: 600px) {
  .home_offers .wrapper .home_offers_items .home_offers_item {
    max-width: 600px;
    width: 100%;
  }
}
@media (max-width: 950px) {
  .home_offers {
    padding: 80px 20px;
  }
}

.home_offers_sub {
  padding: 0 20px 100px;
}
.home_offers_sub .wrapper .home_offers_sub_title {
  margin-bottom: 20px;
  font-family: "Inter", sans-serif;
  font-weight: 600;
  font-style: normal;
  font-size: 50px;
  line-height: 130%;
  letter-spacing: 0;
  color: #1D1D1B;
  text-align: center;
}
@media (max-width: 1200px) {
  .home_offers_sub .wrapper .home_offers_sub_title {
    font-size: 45px;
  }
}
@media (max-width: 950px) {
  .home_offers_sub .wrapper .home_offers_sub_title {
    font-size: 40px;
  }
}
@media (max-width: 650px) {
  .home_offers_sub .wrapper .home_offers_sub_title {
    font-size: 35px;
  }
}
@media (max-width: 400px) {
  .home_offers_sub .wrapper .home_offers_sub_title {
    font-size: 32px;
  }
}
.home_offers_sub .wrapper .home_offers_sub_description {
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 60px;
  max-width: 660px;
  font-family: "Inter", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 20px;
  line-height: 150%;
  letter-spacing: 0;
  color: #1D1D1B;
  text-align: center;
}
@media (max-width: 950px) {
  .home_offers_sub .wrapper .home_offers_sub_description {
    font-size: 18px;
  }
}
@media (max-width: 650px) {
  .home_offers_sub .wrapper .home_offers_sub_description {
    font-size: 16px;
  }
}
.home_offers_sub .wrapper .home_offers_sub_items {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 32px;
}
.home_offers_sub .wrapper .home_offers_sub_items .home_offers_sub_item {
  max-width: 480px;
  width: 32%;
  border-radius: 12px;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  height: 360px;
}
.home_offers_sub .wrapper .home_offers_sub_items .home_offers_sub_item .home_offers_sub_item_wrapper {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: flex;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  padding: 28px 24px;
  width: 100%;
  height: 360px;
  box-sizing: border-box;
  background-color: rgba(29, 29, 27, 0.8);
  border-radius: 12px;
}
.home_offers_sub .wrapper .home_offers_sub_items .home_offers_sub_item .home_offers_sub_item_wrapper svg {
  margin-top: auto;
  display: block;
  width: 40px;
  height: 40px;
  border-radius: 100%;
  margin-bottom: 25px;
}
.home_offers_sub .wrapper .home_offers_sub_items .home_offers_sub_item .home_offers_sub_item_wrapper .home_offers_sub_item_title {
  margin-bottom: 12px;
  font-family: "Inter", sans-serif;
  font-weight: 600;
  font-style: normal;
  font-size: 32px;
  line-height: 120%;
  letter-spacing: 0;
  color: #ffffff;
}
.home_offers_sub .wrapper .home_offers_sub_items .home_offers_sub_item .home_offers_sub_item_wrapper .home_offers_sub_item_description {
  font-family: "Inter", sans-serif;
  font-weight: 400;
  font-style: normal; /* Regular */
  font-size: 20px;
  line-height: 150%; /* 30px */
  letter-spacing: 0;
  color: #ffffff;
}
@media (max-width: 1543px) {
  .home_offers_sub .wrapper .home_offers_sub_items .home_offers_sub_item {
    width: 31.5%;
  }
}
@media (max-width: 1270px) {
  .home_offers_sub .wrapper .home_offers_sub_items .home_offers_sub_item .home_offers_sub_item_wrapper {
    padding: 20px;
  }
  .home_offers_sub .wrapper .home_offers_sub_items .home_offers_sub_item .home_offers_sub_item_wrapper .home_offers_sub_item_title {
    font-size: 28px;
  }
  .home_offers_sub .wrapper .home_offers_sub_items .home_offers_sub_item .home_offers_sub_item_wrapper .home_offers_sub_item_description {
    font-size: 18px;
  }
}
@media (max-width: 1205px) {
  .home_offers_sub .wrapper .home_offers_sub_items .home_offers_sub_item {
    max-width: 600px;
    width: 48%;
    height: 320px;
  }
  .home_offers_sub .wrapper .home_offers_sub_items .home_offers_sub_item .home_offers_sub_item_wrapper {
    height: 320px;
  }
  .home_offers_sub .wrapper .home_offers_sub_items .home_offers_sub_item .home_offers_sub_item_wrapper .home_offers_sub_item_title {
    font-size: 26px;
  }
  .home_offers_sub .wrapper .home_offers_sub_items .home_offers_sub_item .home_offers_sub_item_wrapper .home_offers_sub_item_description {
    font-size: 16px;
  }
}
@media (max-width: 840px) {
  .home_offers_sub .wrapper .home_offers_sub_items .home_offers_sub_item {
    max-width: 840px;
    width: 100%;
  }
  .home_offers_sub .wrapper .home_offers_sub_items .home_offers_sub_item .home_offers_sub_item_wrapper svg {
    width: 32px;
    height: 32px;
  }
  .home_offers_sub .wrapper .home_offers_sub_items .home_offers_sub_item .home_offers_sub_item_wrapper .home_offers_sub_item_title {
    font-size: 24px;
  }
}
@media (max-width: 840px) {
  .home_offers_sub .wrapper .home_offers_sub_items .home_offers_sub_item .home_offers_sub_item_wrapper .home_offers_sub_item_title {
    font-size: 20px;
  }
}
@media (max-width: 950px) {
  .home_offers_sub {
    padding: 0 20px 80px 20px;
  }
}

.home_articles {
  background-color: #EFEFEF;
  padding: 100px 20px;
}
.home_articles .wrapper .home_articles_title {
  margin-bottom: 28px;
  font-family: "Inter", sans-serif;
  font-weight: 600;
  font-style: normal;
  font-size: 50px;
  line-height: 130%;
  letter-spacing: 0;
  color: #000000;
  vertical-align: middle;
}
@media (max-width: 1200px) {
  .home_articles .wrapper .home_articles_title {
    font-size: 45px;
  }
}
@media (max-width: 950px) {
  .home_articles .wrapper .home_articles_title {
    font-size: 40px;
  }
}
@media (max-width: 650px) {
  .home_articles .wrapper .home_articles_title {
    font-size: 35px;
  }
}
@media (max-width: 400px) {
  .home_articles .wrapper .home_articles_title {
    font-size: 32px;
  }
}
.home_articles .wrapper .home_articles_sub_title {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  align-items: flex-end;
  margin-bottom: 60px;
}
.home_articles .wrapper .home_articles_sub_title .home_articles_description {
  max-width: 925px;
  font-family: "Inter", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 20px;
  line-height: 150%;
  letter-spacing: 0;
  color: #2e2e2e;
}
.home_articles .wrapper .home_articles_sub_title .home_articles_link {
  text-decoration: none;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.home_articles .wrapper .home_articles_sub_title .home_articles_link span {
  font-family: "Inter", sans-serif;
  font-weight: 500;
  font-style: normal;
  font-size: 20px;
  line-height: 150%;
  letter-spacing: 0;
  color: #2e2e2e;
  padding-right: 10px;
}
.home_articles .wrapper .home_articles_sub_title .home_articles_link svg {
  display: block;
  height: 24px;
  width: 24px;
}
@media (max-width: 1190px) {
  .home_articles .wrapper .home_articles_sub_title {
    -webkit-justify-content: unset;
    justify-content: unset;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    align-items: unset;
  }
  .home_articles .wrapper .home_articles_sub_title .home_articles_description {
    margin-bottom: 28px;
  }
}
@media (max-width: 950px) {
  .home_articles .wrapper .home_articles_sub_title {
    margin-bottom: 50px;
  }
  .home_articles .wrapper .home_articles_sub_title .home_articles_description {
    font-size: 18px;
  }
  .home_articles .wrapper .home_articles_sub_title .home_articles_link span {
    font-size: 18px;
  }
}
@media (max-width: 650px) {
  .home_articles .wrapper .home_articles_sub_title {
    margin-bottom: 40px;
  }
  .home_articles .wrapper .home_articles_sub_title .home_articles_description {
    font-size: 16px;
  }
  .home_articles .wrapper .home_articles_sub_title .home_articles_link span {
    font-size: 16px;
  }
}
.home_articles .wrapper .articles {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}
.home_articles .wrapper .articles .home_articl {
  max-width: 710px;
  width: 48%;
  background-color: #FFFFFF;
  border-radius: 12px;
}
.home_articles .wrapper .articles .home_articl .home_articl_image_link {
  display: block;
  text-decoration: none;
}
.home_articles .wrapper .articles .home_articl .home_articl_image_link .home_article_image {
  border-top-left-radius: 12px;
  border-top-right-radius: 12px;
  height: 450px;
  width: 100%;
  object-fit: cover;
}
.home_articles .wrapper .articles .home_articl .home_articl_content {
  width: 100%;
  padding: 28px 20px;
  box-sizing: border-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: flex;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 28px;
}
.home_articles .wrapper .articles .home_articl .home_articl_content .home_articl_title a {
  text-decoration: none;
  font-family: "Inter", sans-serif;
  font-weight: 600;
  font-style: normal;
  font-size: 24px;
  line-height: 120%;
  letter-spacing: 0;
  color: #1d1d1b;
  display: block;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.home_articles .wrapper .articles .home_articl .home_articl_content .home_articl_excerpt {
  display: block;
  font-family: "Inter", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 20px;
  line-height: 150%;
  letter-spacing: 0;
  color: #2e2e2e;
  max-height: 60px;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.home_articles .wrapper .articles .home_articl .home_articl_content .home_articl_content_bottom {
  width: 100%;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}
.home_articles .wrapper .articles .home_articl .home_articl_content .home_articl_content_bottom .home_articl_date {
  font-family: "Inter", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 20px;
  line-height: 150%;
  letter-spacing: 0;
  color: #757575;
}
.home_articles .wrapper .articles .home_articl .home_articl_content .home_articl_content_bottom .home_articl_link {
  text-decoration: none;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.home_articles .wrapper .articles .home_articl .home_articl_content .home_articl_content_bottom .home_articl_link span {
  padding-right: 10px;
  font-family: "Inter", sans-serif;
  font-weight: 500;
  font-style: normal;
  font-size: 20px;
  line-height: 150%;
  letter-spacing: 0;
  color: #1d1d1b;
}
@media (max-width: 850px) {
  .home_articles .wrapper .articles {
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 28px;
  }
  .home_articles .wrapper .articles .home_articl {
    max-width: 850px;
    width: 100%;
  }
}
@media (max-width: 550px) {
  .home_articles .wrapper .articles .home_articl .home_articl_image_link .home_article_image {
    height: 300px;
    width: 100%;
  }
  .home_articles .wrapper .articles .home_articl .home_articl_content {
    padding: 20px 16px;
    gap: 20px;
  }
  .home_articles .wrapper .articles .home_articl .home_articl_content .home_articl_title a {
    font-weight: 700;
    font-size: 18px;
    max-height: 48px;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
  }
  .home_articles .wrapper .articles .home_articl .home_articl_content .home_articl_excerpt {
    font-size: 16px;
    max-height: 48px;
  }
  .home_articles .wrapper .articles .home_articl .home_articl_content .home_articl_content_bottom .home_articl_date {
    font-size: 16px;
  }
  .home_articles .wrapper .articles .home_articl .home_articl_content .home_articl_content_bottom .home_articl_link span {
    font-size: 16px;
  }
}
@media (max-width: 950px) {
  .home_articles {
    padding: 80px 20px;
  }
}

/*# sourceMappingURL=home.css.map */
