@import url("https://fonts.googleapis.com/css2?family=Inter:wght@100;200;300;400;500;600;700;800;900&family=Manrope:wght@300;400;500;600;700&display=swap");
.wrapper {
  max-width: 1540px;
  width: 100%;
  margin: 0 auto;
  box-sizing: border-box;
}

body {
  padding: 0;
  margin: 0;
  position: relative;
  background: #F6F6F6;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: flex;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  height: 100vh;
  box-sizing: border-box;
}

section {
  padding: 0 30px;
}
@media (max-width: 1010px) {
  section {
    padding: 0 20px;
  }
}

/*main {
	padding-top: 94px;
	@media (max-width: 1020px) {
		padding-top: 62px;
	}
}*/
.top_slider {
  padding-top: 20px;
  background: #FFF;
  padding-bottom: 40px;
  margin-bottom: 80px;
}
.top_slider .wrapper .top_sliders {
  width: 100%;
  height: 360px;
  overflow: hidden;
  border-radius: 8px;
}
.top_slider .wrapper .top_sliders .top_slider_wrapper {
  width: 100%;
}
.top_slider .wrapper .top_sliders .top_slider_wrapper .top_slider_item {
  padding: 55px 55px 25px 55px;
  width: 100%;
  max-width: 1540px;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  box-sizing: border-box;
  border-radius: 8px;
  height: 360px;
}
.top_slider .wrapper .top_sliders .top_slider_wrapper .top_slider_item .top_slider_item_title {
  max-width: 405px;
  color: #FFF;
  width: 100%;
  font-family: "Inter", sans-serif;
  font-size: 42px;
  font-style: normal;
  font-weight: 900;
  line-height: 49px;
  margin-bottom: 12px;
}
.top_slider .wrapper .top_sliders .top_slider_wrapper .top_slider_item .top_slider_item_desr {
  max-width: 500px;
  color: #FFF;
  width: 100%;
  font-family: "Inter", sans-serif;
  font-size: 26px;
  font-style: normal;
  font-weight: 600;
  line-height: 49px;
  margin-bottom: 30px;
}
.top_slider .wrapper .top_sliders .top_slider_wrapper .top_slider_item .top_slider_item_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;
  border-radius: 4px;
  background: #FFF;
  max-width: 180px;
  width: 100%;
  height: 40px;
  padding: 11px 22px;
  cursor: pointer;
  box-sizing: border-box;
  text-decoration: none;
}
.top_slider .wrapper .top_sliders .top_slider_wrapper .top_slider_item .top_slider_item_link span {
  font-family: "Inter", sans-serif;
  color: #186049;
  font-size: 15px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  letter-spacing: -0.3px;
}
.top_slider .wrapper .top_sliders .top_slider_pagination {
  z-index: 3;
  position: relative;
  width: fit-content;
  width: -moz-fit-content;
  margin-left: auto;
  margin-right: auto;
  margin-top: -35px;
}
.top_slider .wrapper .top_sliders .top_slider_pagination .swiper-pagination-bullet {
  background-color: white;
  opacity: 0.5;
  width: 10px;
  height: 10px;
  border-radius: 50%;
}
.top_slider .wrapper .top_sliders .top_slider_pagination .swiper-pagination-bullet-active {
  opacity: 1;
}
@media (max-width: 1150px) {
  .top_slider .wrapper .top_sliders {
    height: 330px;
  }
}
@media (max-width: 950px) {
  .top_slider .wrapper .top_sliders {
    height: 300px;
  }
}
@media (max-width: 750px) {
  .top_slider {
    padding-left: 20px;
    padding-right: 20px;
    padding-top: 0;
    padding-bottom: 0;
    margin-bottom: 20px;
  }
  .top_slider .wrapper .top_sliders {
    height: 250px;
  }
  .top_slider .wrapper .top_sliders .top_slider_wrapper .top_slider_item {
    padding: 20px 20px 20px 20px;
    max-width: 750px;
    height: 260px;
  }
  .top_slider .wrapper .top_sliders .top_slider_wrapper .top_slider_item .top_slider_item_title {
    max-width: 175px;
    font-size: 18px;
    font-style: normal;
    font-weight: 900;
    line-height: 20px;
    margin-bottom: 20px;
  }
  .top_slider .wrapper .top_sliders .top_slider_wrapper .top_slider_item .top_slider_item_desr {
    max-width: 175px;
    font-size: 12px;
    font-style: normal;
    font-weight: 600;
    line-height: 20px;
    margin-bottom: 20px;
  }
  .top_slider .wrapper .top_sliders .top_slider_wrapper .top_slider_item .top_slider_item_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;
    border-radius: 4px;
    background: #FFF;
    max-width: 180px;
    width: 100%;
    height: 40px;
    padding: 11px 22px;
    cursor: pointer;
    box-sizing: border-box;
    text-decoration: none;
  }
  .top_slider .wrapper .top_sliders .top_slider_wrapper .top_slider_item .top_slider_item_link span {
    font-family: "Inter", sans-serif;
    color: #186049;
    font-size: 15px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    letter-spacing: -0.3px;
  }
  .top_slider .wrapper .top_sliders .top_slider_pagination {
    margin-top: 20px;
  }
  .top_slider .wrapper .top_sliders .top_slider_pagination .swiper-pagination-bullet {
    border: 1px solid #CDCDCD;
    opacity: 1;
  }
  .top_slider .wrapper .top_sliders .top_slider_pagination .swiper-pagination-bullet-active {
    background-color: #CDCDCD;
  }
}
@media (max-width: 550px) {
  .top_slider .wrapper .top_sliders {
    height: 210px;
  }
}
@media (max-width: 450px) {
  .top_slider {
    margin-bottom: 40px;
  }
  .top_slider .wrapper .top_sliders {
    height: 180px;
  }
  .top_slider .wrapper .top_sliders .top_slider_wrapper .top_slider_item {
    padding: 20px 20px 20px 20px;
    height: 160px;
  }
  .top_slider .wrapper .top_sliders .top_slider_wrapper .top_slider_item .top_slider_item_title {
    margin-bottom: 10px;
  }
  .top_slider .wrapper .top_sliders .top_slider_wrapper .top_slider_item .top_slider_item_desr {
    margin-bottom: 0;
  }
  .top_slider .wrapper .top_sliders .top_slider_wrapper .top_slider_item .top_slider_item_link {
    display: none;
  }
}

.categories_home {
  margin-bottom: 60px;
}
.categories_home .wrapper .categories_items {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.categories_home .wrapper .categories_items .categories_item_first {
  text-decoration: none;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: flex;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  background-image: url(../img/home/cat1.png);
  background-size: cover;
  background-repeat: no-repeat;
  border-radius: 8px;
  max-width: 760px;
  width: 49.3%;
  height: 250px;
  margin-bottom: 20px;
}
.categories_home .wrapper .categories_items .categories_item_first .categories_item_top {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-align-items: center;
  align-items: center;
  text-decoration: none;
  box-sizing: border-box;
  padding: 25px 16px 0 25px;
}
.categories_home .wrapper .categories_items .categories_item_first .categories_item_top .categories_item_title {
  color: #2E2E2E;
  font-family: "Inter", sans-serif;
  font-size: 26px;
  font-style: normal;
  font-weight: 400;
  line-height: 120%;
}
.categories_home .wrapper .categories_items .categories_item_first .categories_item_top .categories_item_link {
  margin-top: auto;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
  width: 44px;
  height: 44px;
  border-radius: 50%;
  background-color: #B6CBC4;
}
.categories_home .wrapper .categories_items .categories_item_first .categories_item_top .categories_item_link svg {
  display: flex;
  width: 26px;
  height: 26px;
}
.categories_home .wrapper .categories_items .categories_item_first .categories_item_img {
  margin-top: auto;
  margin-right: 0;
  margin-left: auto;
  max-width: 539px;
  width: 100%;
  max-height: 173px;
  height: auto;
  display: block;
  border-bottom-right-radius: 8px;
}
@media (max-width: 1245px) {
  .categories_home .wrapper .categories_items .categories_item_first {
    height: 200px;
    margin-bottom: 16px;
  }
  .categories_home .wrapper .categories_items .categories_item_first .categories_item_top {
    padding: 24px 15px 0;
  }
  .categories_home .wrapper .categories_items .categories_item_first .categories_item_top .categories_item_title {
    font-size: 20px;
    margin-right: 5px;
  }
  .categories_home .wrapper .categories_items .categories_item_first .categories_item_top .categories_item_link {
    width: 30px;
    min-width: 30px;
    height: 30px;
  }
  .categories_home .wrapper .categories_items .categories_item_first .categories_item_top .categories_item_link svg {
    width: 18px;
    height: 18px;
  }
  .categories_home .wrapper .categories_items .categories_item_first .categories_item_img {
    max-width: 400px;
    max-height: 115px;
  }
}
@media (max-width: 955px) {
  .categories_home .wrapper .categories_items .categories_item_first {
    height: 150px;
    margin-bottom: 14px;
  }
  .categories_home .wrapper .categories_items .categories_item_first .categories_item_top .categories_item_title {
    font-size: 16px;
  }
  .categories_home .wrapper .categories_items .categories_item_first .categories_item_top .categories_item_link {
    min-width: 22px;
    width: 22px;
    height: 22px;
  }
  .categories_home .wrapper .categories_items .categories_item_first .categories_item_top .categories_item_link svg {
    width: 12px;
    height: 12px;
  }
  .categories_home .wrapper .categories_items .categories_item_first .categories_item_img {
    max-width: 275px;
    max-height: 88px;
  }
}
@media (max-width: 685px) {
  .categories_home .wrapper .categories_items .categories_item_first {
    max-width: 760px;
    width: 100%;
  }
}
.categories_home .wrapper .categories_items .categories_item {
  text-decoration: none;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: flex;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  background-image: url(../img/home/cat2.png);
  background-size: cover;
  background-repeat: no-repeat;
  border-radius: 8px;
  max-width: 370px;
  width: 24%;
  max-height: 250px;
  margin-bottom: 20px;
  box-sizing: border-box;
}
.categories_home .wrapper .categories_items .categories_item .categories_item_top {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-align-items: center;
  align-items: center;
  text-decoration: none;
  box-sizing: border-box;
  padding: 25px 20px 0;
}
.categories_home .wrapper .categories_items .categories_item .categories_item_top .categories_item_title {
  color: #FFFFFF;
  font-family: "Inter", sans-serif;
  font-size: 26px;
  font-style: normal;
  font-weight: 400;
  line-height: 120%;
  margin-right: 15px;
}
.categories_home .wrapper .categories_items .categories_item .categories_item_top .categories_item_link {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
  width: 44px;
  min-width: 44px;
  height: 44px;
  border-radius: 50%;
  background-color: #FFFFFF;
}
.categories_home .wrapper .categories_items .categories_item .categories_item_top .categories_item_link svg {
  display: flex;
  width: 26px;
  height: 26px;
}
.categories_home .wrapper .categories_items .categories_item .categories_item_img {
  margin-top: auto;
  margin-right: 0;
  margin-left: auto;
  max-width: 256px;
  width: 100%;
  max-height: 148px;
  height: auto;
  display: block;
  border-bottom-right-radius: 8px;
}
@media (max-width: 1245px) {
  .categories_home .wrapper .categories_items .categories_item {
    height: 200px;
    margin-bottom: 16px;
  }
  .categories_home .wrapper .categories_items .categories_item .categories_item_top {
    padding: 24px 15px 0;
  }
  .categories_home .wrapper .categories_items .categories_item .categories_item_top .categories_item_title {
    font-size: 20px;
    margin-right: 5px;
  }
  .categories_home .wrapper .categories_items .categories_item .categories_item_top .categories_item_link {
    width: 30px;
    min-width: 30px;
    height: 30px;
  }
  .categories_home .wrapper .categories_items .categories_item .categories_item_top .categories_item_link svg {
    width: 18px;
    height: 18px;
  }
  .categories_home .wrapper .categories_items .categories_item .categories_item_img {
    max-width: 195px;
    max-height: 115px;
  }
}
@media (max-width: 955px) {
  .categories_home .wrapper .categories_items .categories_item {
    height: 150px;
    margin-bottom: 14px;
  }
  .categories_home .wrapper .categories_items .categories_item .categories_item_top .categories_item_title {
    font-size: 16px;
  }
  .categories_home .wrapper .categories_items .categories_item .categories_item_top .categories_item_link {
    min-width: 22px;
    width: 22px;
    height: 22px;
  }
  .categories_home .wrapper .categories_items .categories_item .categories_item_top .categories_item_link svg {
    width: 12px;
    height: 12px;
  }
  .categories_home .wrapper .categories_items .categories_item .categories_item_img {
    max-width: 135px;
    max-height: 63px;
  }
}
@media (max-width: 685px) {
  .categories_home .wrapper .categories_items .categories_item {
    max-width: 370px;
    width: 48%;
  }
  .categories_home .wrapper .categories_items .categories_item .categories_item_top {
    -webkit-align-items: unset;
    align-items: unset;
  }
}
@media (max-width: 450px) {
  .categories_home {
    margin-bottom: 16px;
  }
}

.banners_top {
  margin-bottom: 80px;
}
.banners_top .wrapper_my {
  max-width: 1540px;
  width: 100%;
  margin: 0 auto;
  box-sizing: border-box;
  margin-bottom: 50px;
}
.banners_top .wrapper_my .title {
  font-family: "Inter", sans-serif;
  font-size: 32px;
  font-style: normal;
  font-weight: 900;
  line-height: normal;
  letter-spacing: -0.64px;
  color: #262626;
}
@media (max-width: 1000px) {
  .banners_top .wrapper_my .title {
    font-size: 28px;
    line-height: 39px;
  }
}
@media (max-width: 770px) {
  .banners_top .wrapper_my .title {
    font-size: 26px;
    line-height: 35px;
  }
}
@media (max-width: 500px) {
  .banners_top .wrapper_my .title {
    font-size: 22px;
    line-height: 30px;
  }
}
@media (max-width: 1200px) {
  .banners_top .wrapper_my {
    margin-bottom: 30px;
  }
}
@media (max-width: 450px) {
  .banners_top .wrapper_my {
    margin-bottom: 20px;
  }
}
.banners_top .wrapper {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}
.banners_top .wrapper .banners_slider {
  width: 100%;
  box-sizing: border-box;
  margin-right: 0;
  overflow: hidden;
  border-radius: 8px;
}
.banners_top .wrapper .banners_slider .swiper-wrapper .swiper-slide {
  position: relative;
  max-width: 500px;
  border-radius: 8px;
  background: #E6E6E6;
  display: block;
  width: 100%;
  height: auto;
  padding-top: 30px;
  padding-left: 20px;
  box-sizing: border-box;
  text-decoration: none;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}
.banners_top .wrapper .banners_slider .swiper-wrapper .swiper-slide .slide_content {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: flex;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  max-width: 185px;
  width: 100%;
}
.banners_top .wrapper .banners_slider .swiper-wrapper .swiper-slide .slide_content .sale {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
  border-radius: 8px;
  border: 1px solid #D8232A;
  max-width: 73px;
  width: 100%;
  height: 20px;
  margin-bottom: 15px;
}
.banners_top .wrapper .banners_slider .swiper-wrapper .swiper-slide .slide_content .sale span {
  color: #D8232A;
  font-family: "Inter", sans-serif;
  font-size: 10px;
  font-style: normal;
  font-weight: 400;
  line-height: 100%;
}
.banners_top .wrapper .banners_slider .swiper-wrapper .swiper-slide .slide_content .slide_title {
  color: #262626;
  font-family: "Inter", sans-serif;
  font-size: 28px;
  font-style: normal;
  font-weight: 600;
  line-height: 120%;
}
.banners_top .wrapper .banners_slider .swiper-wrapper .swiper-slide .slide_content .button {
  margin-top: auto;
  border-radius: 8px;
  background: #262626;
  max-width: 130px;
  height: 40px;
  width: 100%;
  margin-bottom: 30px;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
}
.banners_top .wrapper .banners_slider .swiper-wrapper .swiper-slide .slide_content .button span {
  color: #FFF;
  font-family: "Inter", sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
}
.banners_top .wrapper .banners_slider .swiper-wrapper .swiper-slide img {
  display: block;
  width: auto;
  max-width: 288px;
  height: 100%;
  max-height: 215px;
  border-bottom-right-radius: 8px;
}
.banners_top .wrapper .banners_slider .banners_slider_pagination {
  display: none;
}
@media (max-width: 430px) {
  .banners_top .wrapper .banners_slider .banners_slider_pagination {
    margin-top: 20px;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: flex;
    z-index: 3;
    position: relative;
    width: fit-content;
    width: -moz-fit-content;
    margin-left: auto;
    margin-right: auto;
  }
  .banners_top .wrapper .banners_slider .banners_slider_pagination .swiper-pagination-bullet {
    border: 1px solid #CDCDCD;
    background-color: white;
    opacity: 0.5;
    width: 8px;
    height: 8px;
    border-radius: 50%;
  }
  .banners_top .wrapper .banners_slider .banners_slider_pagination .swiper-pagination-bullet-active {
    opacity: 1;
    background-color: #CDCDCD;
  }
}
@media (max-width: 1570px) {
  .banners_top .wrapper .banners_slider {
    margin-left: auto;
    margin-right: auto;
  }
}
@media (max-width: 1200px) {
  .banners_top .wrapper .banners_slider {
    margin-left: auto;
    margin-right: auto;
  }
  .banners_top .wrapper .banners_slider .swiper-wrapper .swiper-slide {
    max-width: 430px;
    padding-top: 16px;
    padding-left: 16px;
    -webkit-justify-content: space-between;
    justify-content: space-between;
  }
  .banners_top .wrapper .banners_slider .swiper-wrapper .swiper-slide .slide_content {
    max-width: 145px;
    width: 100%;
    margin-right: auto;
  }
  .banners_top .wrapper .banners_slider .swiper-wrapper .swiper-slide .slide_content .sale {
    max-width: 67px;
    margin-bottom: 8px;
  }
  .banners_top .wrapper .banners_slider .swiper-wrapper .swiper-slide .slide_content .sale span {
    font-size: 8px;
  }
  .banners_top .wrapper .banners_slider .swiper-wrapper .swiper-slide .slide_content .slide_title {
    font-size: 18px;
  }
  .banners_top .wrapper .banners_slider .swiper-wrapper .swiper-slide .slide_content .button {
    max-width: 116px;
    height: 36px;
    margin-bottom: 30px;
  }
  .banners_top .wrapper .banners_slider .swiper-wrapper .swiper-slide .slide_content .button span {
    font-size: 12px;
  }
  .banners_top .wrapper .banners_slider .swiper-wrapper .swiper-slide img {
    max-width: 200px;
  }
}
@media (max-width: 650px) {
  .banners_top .wrapper .banners_slider {
    margin-bottom: 20px;
    width: 100%;
    overflow: hidden;
    margin-left: auto;
    margin-right: auto;
    display: block;
    max-height: 275px;
    height: auto;
  }
  .banners_top .wrapper .banners_slider .swiper-wrapper {
    width: 100%;
  }
  .banners_top .wrapper .banners_slider .swiper-wrapper .swiper-slide {
    width: 100%;
    max-width: 320px;
    min-height: 150px;
  }
  .banners_top .wrapper .banners_slider .swiper-wrapper .swiper-slide .slide_content .button {
    margin-bottom: 16px;
  }
  .banners_top .wrapper .banners_slider .swiper-wrapper .swiper-slide img {
    max-width: 140px;
    max-height: 134px;
  }
  .banners_top .wrapper .banners_slider .banners_slider_pagination {
    z-index: 3;
    position: relative;
    width: fit-content;
    width: -moz-fit-content;
    margin-left: auto;
    margin-right: auto;
    margin-top: 15px;
  }
  .banners_top .wrapper .banners_slider .banners_slider_pagination .swiper-pagination-bullet {
    background-color: white;
    border: 1px solid #CDCDCD;
    width: 6px;
    height: 6px;
    border-radius: 50%;
  }
  .banners_top .wrapper .banners_slider .banners_slider_pagination .swiper-pagination-bullet-active {
    background-color: #CDCDCD;
  }
}
@media (max-width: 450px) {
  .banners_top .wrapper .banners_slider .swiper-wrapper .swiper-slide {
    max-width: 450px;
  }
  .banners_top .wrapper .banners_slider .banners_slider_pagination {
    z-index: 3;
    position: relative;
    width: fit-content;
    width: -moz-fit-content;
    margin-left: auto;
    margin-right: auto;
    margin-top: 15px;
  }
  .banners_top .wrapper .banners_slider .banners_slider_pagination .swiper-pagination-bullet {
    background-color: white;
    border: 1px solid #CDCDCD;
    width: 6px;
    height: 6px;
    border-radius: 50%;
  }
  .banners_top .wrapper .banners_slider .banners_slider_pagination .swiper-pagination-bullet-active {
    background-color: #CDCDCD;
  }
}
@media (max-width: 430px) {
  .banners_top .wrapper {
    -webkit-align-items: center;
    align-items: center;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .banners_top .wrapper .banners_slider {
    order: 1;
  }
}
@media (max-width: 450px) {
  .banners_top {
    margin-bottom: 40px;
  }
}

.inh_first_banner {
  display: none;
  padding: 0 20px 40px;
}
@media (max-width: 650px) {
  .inh_first_banner {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: flex;
    margin-left: auto;
    margin-right: auto;
    width: fit-content;
    width: -moz-fit-content;
  }
  .inh_first_banner .first_banner {
    margin-left: auto;
    margin-right: auto;
    display: block;
    max-width: 650px;
    width: 100%;
    max-height: 275px;
    height: auto;
  }
}

.popular_product {
  padding-bottom: 80px;
}
.popular_product .wrapper .title {
  font-family: "Inter", sans-serif;
  font-size: 32px;
  font-style: normal;
  font-weight: 900;
  line-height: normal;
  letter-spacing: -0.64px;
  color: #262626;
  margin-bottom: 30px;
}
@media (max-width: 1000px) {
  .popular_product .wrapper .title {
    font-size: 28px;
    line-height: 39px;
  }
}
@media (max-width: 770px) {
  .popular_product .wrapper .title {
    font-size: 26px;
    line-height: 35px;
  }
}
@media (max-width: 500px) {
  .popular_product .wrapper .title {
    font-size: 22px;
    line-height: 30px;
  }
}
.popular_product .wrapper .popular_product_cont {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.popular_product .wrapper .popular_product_cont .popular_product_item {
  background: #FFFFFF;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.12);
  border-radius: 8px;
  position: relative;
  max-width: 290px;
  width: 18.9%;
  margin-right: 20px;
  margin-bottom: 20px;
}
.popular_product .wrapper .popular_product_cont .popular_product_item .di {
  max-width: 276px;
  width: 100%;
  display: inline-block;
  max-height: 210px;
  overflow: hidden;
}
.popular_product .wrapper .popular_product_cont .popular_product_item .popular_product_item_image {
  border-radius: 8px 8px 0 0;
  max-width: 360px;
  width: 100%;
  display: block;
  max-height: 210px;
  height: 210px;
  transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
}
.popular_product .wrapper .popular_product_cont .popular_product_item .popular_product_item_content {
  padding: 20px;
  box-sizing: border-box;
  min-height: 215px;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: flex;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}
.popular_product .wrapper .popular_product_cont .popular_product_item .popular_product_item_content .sale {
  display: flex;
  padding: 2px 8px;
  box-sizing: border-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  gap: 8px;
  border-radius: 4px;
  background: #D8232A;
  width: fit-content;
  width: -moz-fit-content;
}
.popular_product .wrapper .popular_product_cont .popular_product_item .popular_product_item_content .sale span {
  color: #FFF;
  text-align: center;
  font-family: "Inter", sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 20px;
}
.popular_product .wrapper .popular_product_cont .popular_product_item .popular_product_item_content .new {
  display: flex;
  padding: 2px 8px;
  box-sizing: border-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  gap: 8px;
  border-radius: 4px;
  background: #89C1B0;
  width: fit-content;
  width: -moz-fit-content;
}
.popular_product .wrapper .popular_product_cont .popular_product_item .popular_product_item_content .new span {
  color: #FFF;
  text-align: center;
  font-family: "Inter", sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 20px;
}
.popular_product .wrapper .popular_product_cont .popular_product_item .popular_product_item_content .popular_product_item_title {
  text-decoration: none;
  font-family: "Inter", sans-serif;
  display: block;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  color: #262626;
  height: 42px;
  overflow: hidden;
  margin-bottom: 15px;
  margin-top: 15px;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.popular_product .wrapper .popular_product_cont .popular_product_item .popular_product_item_content .popular_product_item_title:hover {
  color: #186049;
}
.popular_product .wrapper .popular_product_cont .popular_product_item .popular_product_item_content .popular_product_item_quest {
  display: none;
  font-family: "Inter", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  margin-bottom: 15px;
}
.popular_product .wrapper .popular_product_cont .popular_product_item .popular_product_item_content .popular_product_item_price {
  display: block;
  font-family: "Inter", sans-serif;
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  color: #262626;
  margin-bottom: 40px;
}
.popular_product .wrapper .popular_product_cont .popular_product_item .popular_product_item_content .popular_product_item_price .old {
  font-family: "Inter", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  color: #262626;
  padding-right: 10px;
}
.popular_product .wrapper .popular_product_cont .popular_product_item .popular_product_item_content .popular_product_item_call {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: flex;
  margin-top: auto;
}
.popular_product .wrapper .popular_product_cont .popular_product_item .popular_product_item_content .popular_product_item_call .call {
  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;
  border-radius: 4px;
  max-width: 185px;
  width: 100%;
  height: 35px;
  padding: 8px 20px;
  cursor: pointer;
  box-sizing: border-box;
  border: 1px solid #df2040;
  border: 1px solid #91B3A8;
  background: #91B3A8;
  text-decoration: none;
  max-width: 290px;
}
.popular_product .wrapper .popular_product_cont .popular_product_item .popular_product_item_content .popular_product_item_call .call span {
  font-family: "Inter", sans-serif;
  font-style: normal;
  font-weight: 600;
  font-size: 14px;
  line-height: 19px;
  color: #df2040;
}
.popular_product .wrapper .popular_product_cont .popular_product_item .popular_product_item_content .popular_product_item_call .call span {
  color: #FFFFFF;
}
.popular_product .wrapper .popular_product_cont .popular_product_item .popular_product_item_content .popular_product_item_call .call:hover {
  border-radius: 4px;
  background: #186049;
}
.popular_product .wrapper .popular_product_cont .popular_product_item .popular_product_item_content .popular_product_item_call .call:hover span {
  color: #FFF;
}
.popular_product .wrapper .popular_product_cont .popular_product_item .popular_product_item_content .popular_product_item_call .call:focus {
  border-radius: 4px;
  border: 4px solid #186049;
  background: #186049;
}
.popular_product .wrapper .popular_product_cont .popular_product_item .popular_product_item_content .popular_product_item_call .call:focus span {
  color: #FFF;
}
.popular_product .wrapper .popular_product_cont .popular_product_item .select_heart {
  position: absolute;
  cursor: pointer;
  background: rgba(255, 255, 255, 0.5);
  width: 46px;
  height: 46px;
  border-radius: 50%;
  top: 14px;
  left: 14px;
  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;
}
.popular_product .wrapper .popular_product_cont .popular_product_item .select_heart .des svg {
  display: block;
  width: 24px;
  height: 24px;
}
.popular_product .wrapper .popular_product_cont .popular_product_item .select_heart .act {
  display: none;
}
.popular_product .wrapper .popular_product_cont .popular_product_item .select_heart .act svg {
  display: block;
  width: 24px;
  height: 24px;
}
.popular_product .wrapper .popular_product_cont .popular_product_item .select_heart:hover {
  background: rgb(255, 255, 255);
}
.popular_product .wrapper .popular_product_cont .popular_product_item .active .des {
  display: none;
}
.popular_product .wrapper .popular_product_cont .popular_product_item .active .act {
  display: block;
}
@media (max-width: 1520px) {
  .popular_product .wrapper .popular_product_cont .popular_product_item {
    width: 18.8%;
  }
}
@media (max-width: 1395px) {
  .popular_product .wrapper .popular_product_cont .popular_product_item {
    width: 18.7%;
  }
}
@media (max-width: 1290px) {
  .popular_product .wrapper .popular_product_cont .popular_product_item {
    width: 18.6%;
  }
}
@media (max-width: 1205px) {
  .popular_product .wrapper .popular_product_cont .popular_product_item {
    width: 18.8%;
    margin-right: 15px;
    margin-bottom: 15px;
  }
  .popular_product .wrapper .popular_product_cont .popular_product_item .di {
    max-height: 150px;
  }
  .popular_product .wrapper .popular_product_cont .popular_product_item .popular_product_item_image {
    max-height: 150px;
    height: 150px;
  }
  .popular_product .wrapper .popular_product_cont .popular_product_item .popular_product_item_content {
    padding: 15px;
    min-height: 175px;
  }
  .popular_product .wrapper .popular_product_cont .popular_product_item .popular_product_item_content .sale span {
    font-size: 12px;
  }
  .popular_product .wrapper .popular_product_cont .popular_product_item .popular_product_item_content .new span {
    font-size: 12px;
  }
  .popular_product .wrapper .popular_product_cont .popular_product_item .popular_product_item_content .popular_product_item_title {
    font-size: 16px;
  }
  .popular_product .wrapper .popular_product_cont .popular_product_item .popular_product_item_content .popular_product_item_price {
    font-size: 21px;
    margin-bottom: 30px;
  }
  .popular_product .wrapper .popular_product_cont .popular_product_item .popular_product_item_content .popular_product_item_price .old {
    font-size: 15px;
  }
  .popular_product .wrapper .popular_product_cont .popular_product_item .select_heart {
    width: 36px;
    height: 36px;
    top: 10px;
    left: 10px;
  }
  .popular_product .wrapper .popular_product_cont .popular_product_item .select_heart .des svg {
    width: 18px;
    height: 18px;
  }
  .popular_product .wrapper .popular_product_cont .popular_product_item .select_heart .act svg {
    width: 18px;
    height: 18px;
  }
  .popular_product .wrapper .popular_product_cont .popular_product_item .active .des {
    display: none;
  }
  .popular_product .wrapper .popular_product_cont .popular_product_item .active .act {
    display: block;
  }
}
@media (max-width: 1060px) {
  .popular_product .wrapper .popular_product_cont .popular_product_item {
    width: 18.7%;
  }
}
@media (max-width: 970px) {
  .popular_product .wrapper .popular_product_cont .popular_product_item {
    width: 24%;
  }
}
.popular_product .wrapper .popular_product_cont .popular_product_item:nth-child(5n) {
  margin-right: 0;
}
@media (max-width: 970px) {
  .popular_product .wrapper .popular_product_cont .popular_product_item {
    width: 23.7%;
  }
  .popular_product .wrapper .popular_product_cont .popular_product_item:nth-child(5n) {
    margin-right: 15px;
  }
  .popular_product .wrapper .popular_product_cont .popular_product_item:nth-child(4n) {
    margin-right: 0;
  }
}
@media (max-width: 970px) {
  .popular_product .wrapper .popular_product_cont .popular_product_item {
    width: 23.5%;
  }
}
@media (max-width: 790px) {
  .popular_product .wrapper .popular_product_cont .popular_product_item {
    width: 23.3%;
  }
}
@media (max-width: 700px) {
  .popular_product .wrapper .popular_product_cont .popular_product_item {
    width: 31.5%;
  }
  .popular_product .wrapper .popular_product_cont .popular_product_item:nth-child(4n) {
    margin-right: 15px;
  }
  .popular_product .wrapper .popular_product_cont .popular_product_item:nth-child(3n) {
    margin-right: 0;
  }
}
@media (max-width: 590px) {
  .popular_product .wrapper .popular_product_cont .popular_product_item {
    width: 31.3%;
  }
}
@media (max-width: 530px) {
  .popular_product .wrapper .popular_product_cont .popular_product_item {
    width: 47.5%;
    margin-right: 14px;
    margin-bottom: 14px;
  }
  .popular_product .wrapper .popular_product_cont .popular_product_item .di {
    height: 98px;
  }
  .popular_product .wrapper .popular_product_cont .popular_product_item .popular_product_item_image {
    height: 98px;
  }
  .popular_product .wrapper .popular_product_cont .popular_product_item .popular_product_item_content {
    padding: 14px;
    min-height: 185px;
    height: auto;
  }
  .popular_product .wrapper .popular_product_cont .popular_product_item .popular_product_item_content .popular_product_item_title {
    font-size: 14px;
    height: 51px;
    -webkit-line-clamp: 3;
  }
  .popular_product .wrapper .popular_product_cont .popular_product_item .popular_product_item_content .popular_product_item_price {
    font-size: 18px;
    margin-bottom: 20px;
  }
  .popular_product .wrapper .popular_product_cont .popular_product_item .popular_product_item_content .popular_product_item_price .old {
    font-size: 14px;
  }
  .popular_product .wrapper .popular_product_cont .popular_product_item:nth-child(5n) {
    margin-right: 14px;
  }
  .popular_product .wrapper .popular_product_cont .popular_product_item:nth-child(4n) {
    margin-right: 14px;
  }
  .popular_product .wrapper .popular_product_cont .popular_product_item:nth-child(3n) {
    margin-right: 14px;
  }
  .popular_product .wrapper .popular_product_cont .popular_product_item:nth-child(2n) {
    margin-right: 0;
  }
}
.popular_product .saptamanii_product_link {
  color: #585858;
  font-family: "Inter", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 140%;
  text-decoration-line: underline;
  width: fit-content;
  width: -moz-fit-content;
  margin-left: auto;
  margin-right: auto;
  margin-top: 30px;
  display: block;
}
@media (max-width: 450px) {
  .popular_product {
    padding-bottom: 40px;
  }
}

.idea {
  padding-bottom: 80px;
}
.idea .wrapper {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  position: relative;
}
.idea .wrapper .idea_content {
  background: #FFFFFF;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.12);
  border-radius: 8px;
  width: 38%;
  max-width: 604px;
  padding: 60px;
  box-sizing: border-box;
}
.idea .wrapper .idea_content .idea_title {
  font-family: "Inter", sans-serif;
  font-style: normal;
  font-weight: 900;
  font-size: 32px;
  line-height: 36px;
  color: #262626;
  margin-bottom: 17px;
}
.idea .wrapper .idea_content .idea_fav {
  max-width: 250px;
  width: 100%;
  height: auto;
  display: block;
  margin-bottom: 40px;
}
.idea .wrapper .idea_content .idea_descr {
  width: 100%;
  max-width: 485px;
  font-family: "Inter", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
  margin-bottom: 40px;
  color: #585858;
}
.idea .wrapper .idea_content .idea_link {
  text-decoration: none;
  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;
  border-radius: 4px;
  max-width: 185px;
  width: 100%;
  height: 35px;
  padding: 8px 20px;
  cursor: pointer;
  box-sizing: border-box;
  border: 1px solid #df2040;
  max-width: 139px;
  height: 40px;
}
.idea .wrapper .idea_content .idea_link span {
  font-family: "Inter", sans-serif;
  font-style: normal;
  font-weight: 600;
  font-size: 14px;
  line-height: 19px;
  color: #df2040;
}
.idea .wrapper .idea_content .idea_link span {
  font-weight: 600;
  font-size: 16px;
  line-height: 21px;
}
.idea .wrapper .idea_img {
  border-radius: 8px;
  width: 60%;
  max-width: 916px;
  display: block;
  height: auto;
}
@media (max-width: 1200px) {
  .idea .wrapper .idea_content {
    padding: 20px 25px 20px 40px;
  }
  .idea .wrapper .idea_content .idea_title {
    font-size: 28px;
    line-height: 30px;
    margin-bottom: 15px;
  }
  .idea .wrapper .idea_content .idea_fav {
    max-width: 200px;
  }
}
@media (max-width: 945px) {
  .idea .wrapper .idea_content {
    padding: 20px;
  }
  .idea .wrapper .idea_content .idea_title {
    font-size: 20px;
    line-height: 25px;
    margin-bottom: 10px;
  }
  .idea .wrapper .idea_content .idea_fav {
    max-width: 150px;
    margin-bottom: 20px;
  }
  .idea .wrapper .idea_content .idea_descr {
    font-size: 14px;
    margin-bottom: 15px;
  }
  .idea .wrapper .idea_content .idea_link {
    max-width: 100px;
    height: 25px;
  }
  .idea .wrapper .idea_content .idea_link span {
    font-size: 12px;
    font-weight: 400;
    line-height: normal;
  }
}
@media (max-width: 845px) {
  .idea .wrapper .idea_content {
    max-width: 400px;
    padding: 20px;
  }
  .idea .wrapper .idea_content .idea_title {
    font-size: 18px;
  }
  .idea .wrapper .idea_content .idea_descr {
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%;
    margin-bottom: 15px;
  }
}
@media (max-width: 650px) {
  .idea .wrapper {
    background: none;
    box-shadow: none;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .idea .wrapper .idea_content {
    width: 100%;
    max-width: 650px;
    padding: 24px 16px;
    background: #FFFFFF;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.12);
    border-radius: 8px;
    margin-bottom: 12px;
  }
  .idea .wrapper .idea_content .idea_title {
    font-size: 20px;
    font-style: normal;
    font-weight: 600;
    line-height: 120%;
    letter-spacing: -0.4px;
    margin-bottom: 8px;
  }
  .idea .wrapper .idea_content .idea_fav {
    display: block;
    max-width: 236px;
    margin-bottom: 18px;
  }
  .idea .wrapper .idea_content .idea_descr {
    color: #585858;
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%;
    margin-bottom: 32px;
  }
  .idea .wrapper .idea_content .idea_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;
    border-radius: 4px;
    max-width: 185px;
    width: 100%;
    height: 35px;
    padding: 8px 20px;
    cursor: pointer;
    box-sizing: border-box;
    border: 1px solid #df2040;
    max-width: 139px;
    height: 40px;
  }
  .idea .wrapper .idea_content .idea_link span {
    font-family: "Inter", sans-serif;
    font-style: normal;
    font-weight: 600;
    font-size: 14px;
    line-height: 19px;
    color: #df2040;
  }
  .idea .wrapper .idea_content .idea_link span {
    font-size: 14px;
  }
  .idea .wrapper .idea_img {
    border-radius: 8px;
    width: 100%;
    max-width: 650px;
    height: 225px;
    object-fit: cover;
  }
}
@media (max-width: 1000px) {
  .idea {
    padding-bottom: 70px;
  }
}
@media (max-width: 950px) {
  .idea {
    padding-bottom: 60px;
  }
}
@media (max-width: 550px) {
  .idea {
    padding-bottom: 45px;
  }
}

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