.home__banner {
  width: 100%;
  position: relative;
  margin-bottom: 88px;
  /* Стрелка влево */
  /* Стрелка вправо */
  /* Точки (булиты) */
  /* Элемент точки */
  /* Активная точка */
}
.home__banner-slider {
  overflow: hidden;
}
.home__banner .slide {
  background: url('../assets/img/homeSlider.png') center / cover no-repeat;
  border-radius: 16px;
  overflow: hidden;
  min-height: 350px;
  height: 100%;
}
.home__banner .slick-track {
  align-items: flex-start;
  display: flex;
}
.home__banner .slick-arrow.slick-prev {
  background: #fff url("../assets/img/icons/arrow_right_alt.svg") center no-repeat;
  background-size: 24px 24px;
  width: 40px;
  height: 40px;
  display: block;
  box-shadow: 1px 2px 8px rgba(0, 0, 0, 0.12);
  font-size: 0;
  border-radius: 50%;
  border: none;
  position: absolute;
  left: 0;
  top: 50%;
  z-index: 10;
  transform: translate(-50%, -50%) rotate(180deg);
}
.home__banner .slick-arrow.slick-next {
  background: #fff url("../assets/img/icons/arrow_right_alt.svg") center no-repeat;
  background-size: 24px 24px;
  width: 40px;
  height: 40px;
  display: block;
  box-shadow: 1px 2px 8px rgba(0, 0, 0, 0.12);
  font-size: 0;
  border-radius: 50%;
  border: none;
  position: absolute;
  right: 0;
  top: 50%;
  z-index: 10;
  transform: translate(50%, -50%);
}
.home__banner .slick-dots {
  position: absolute;
  bottom: -26px;
  display: flex;
  align-content: center;
  justify-content: center;
  left: 50%;
  transform: translate(-50%, -50%);
  padding: 0;
  margin: 0;
  gap: 10px;
}
.home__banner .slick-dots li {
  font-size: 0;
  display: block;
  background: #D9D9D9;
  content: "";
  width: 8px;
  height: 8px;
  border-radius: 50%;
}
.home__banner .slick-dots li button {
  font-size: 0;
  display: block;
  background: #D9D9D9;
  content: "";
  width: 8px;
  height: 8px;
  border-radius: 50%;
  border: none;
}
.home__banner .slick-dots li.slick-active button {
  background: #98A0AA;
}
.country {
  font-family: 'Noto Sans Armenian', sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 13px;
  line-height: 160%;
  color: #98A0AA;
}
.home__offers .home__offers-inner {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(350px, 1fr));
  grid-column-gap: 24px;
  grid-row-gap: 24px;
}
.home__offers .home__offers-inner .price__image .flex-column {
  white-space: nowrap;
}
.home__offers .home__offers-inner .img img {
  max-width: 100%;
}
.home__offers .item {
  border-radius: 16px;
  position: relative;
}
.home__offers .item .title {
  font-family: 'Noto Sans Armenian', sans-serif;
  font-style: normal;
  font-weight: 600;
  font-size: 20px;
  color: #343434;
  max-width: 235px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  line-height: 1.2;
  max-height: 2.4em;
}
.home__offers .sale {
  z-index: 2;
  transform: translate(0, -50%);
  background: #D40E2F;
  border-radius: 8px;
  display: flex;
  align-content: center;
  justify-content: center;
}
.home__offers .sale p {
  font-family: 'Noto Sans Armenian', sans-serif;
  font-style: normal;
  font-weight: 600;
  font-size: 14px;
  line-height: 160%;
  color: #FFFFFF;
}
.home__offers .new {
  position: absolute;
  right: 24px;
  top: 74px;
  z-index: 2;
  transform: translate(0, -50%);
  background: #316655;
  border-radius: 8px;
  display: flex;
  align-content: center;
  justify-content: center;
  min-width: 48.78px;
}
.home__offers .new p {
  font-family: 'Noto Sans Armenian', sans-serif;
  font-style: normal;
  font-weight: 600;
  font-size: 14px;
  line-height: 160%;
  color: #FFFFFF;
}
.home__offers .new__price {
  font-family: 'Noto Sans Armenian', sans-serif;
  font-style: normal;
  font-weight: 600;
  font-size: 24px;
  line-height: 160%;
  color: #D40E2F;
}
.home__offers .old__price {
  font-family: 'Noto Sans Armenian', sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 160%;
  text-decoration-line: line-through;
  color: #98A0AA;
}
.slide {
  height: auto;
}
.slick-slide {
  height: auto!important;
  padding: 0 10px;
}
.home__assortment {
  border-top: 1px solid #F0E8E3;
  /* Лента слайдов */
  /* Стрелка влево */
  /* Стрелка вправо */
}
.home__assortment .img {
  border-radius: 16px;
  height: 355px;
}
.home__assortment .img img {
  max-width: 100%;
  max-height: 100%;
}
.home__assortment-title {
  font-family: 'Noto Sans Armenian', sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  color: #343434;
  max-width: 258px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  line-height: 160%;
  max-height: 3em;
}
.home__assortment .price {
  font-family: 'Noto Sans Armenian', sans-serif;
  font-style: normal;
  font-weight: 600;
  font-size: 22px;
  line-height: 160%;
  color: #343434;
}
.home__assortment .price.new__price {
  color: #D40E2F;
}
.home__assortment .old__price {
  font-family: 'Noto Sans Armenian', sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 13px;
  line-height: 160%;
  text-decoration-line: line-through;
  color: #98A0AA;
}
.home__assortment-slider {
  overflow: hidden;
}
.home__assortment .slide {
  overflow: hidden;
  height: 100%;
}
.home__assortment .slick-track {
  display: flex;
  align-items: stretch;
  flex-direction: row;
}
.home__assortment .slick-arrow.slick-prev {
  background: #fff url("../assets/img/icons/arrow_right_alt.svg") center no-repeat;
  background-size: 24px 24px;
  width: 40px;
  height: 40px;
  display: block;
  box-shadow: 1px 2px 8px rgba(0, 0, 0, 0.12);
  font-size: 0;
  border-radius: 50%;
  border: none;
  position: absolute;
  left: 10px;
  top: 34%;
  z-index: 10;
  transform: translate(-50%, -50%) rotate(180deg);
}
.home__assortment .slick-arrow.slick-next {
  background: #fff url("../assets/img/icons/arrow_right_alt.svg") center no-repeat;
  background-size: 24px 24px;
  width: 40px;
  height: 40px;
  display: block;
  box-shadow: 1px 2px 8px rgba(0, 0, 0, 0.12);
  font-size: 0;
  border-radius: 50%;
  border: none;
  position: absolute;
  right: 10px;
  top: 34%;
  z-index: 10;
  transform: translate(50%, -50%);
}
#arrows__from-bottom {
  /* Лента слайдов */
  /* Стрелка влево */
  /* Стрелка вправо */
}
#arrows__from-bottom .slick-arrow.slick-prev {
  left: 10px;
  top: 52%;
  transform: translate(-50%, -50%) rotate(180deg);
}
#arrows__from-bottom .slick-arrow.slick-next {
  right: 10px;
  top: 52%;
  transform: translate(50%, -50%);
}
.home__blog-text {
  font-family: 'Noto Sans Armenian', sans-serif;
  font-style: normal;
  font-weight: 600;
  font-size: 24px;
  line-height: 160%;
  color: #fff;
  width: 100%;
}
.home__blog-text:hover {
  text-decoration: underline;
}
.home__card-bg {
  background-color: #1C4538;
  background-image: url(../assets/img/icons/homeCardBgL.svg), url(../assets/img/icons/homeCardBgR.svg);
  background-position: left, right;
  background-repeat: no-repeat;
  background-size: 32.98611111vw 100%, 32.98611111vw 100%;
  margin: 0;
  padding: 0;
}
.home__card-bg p {
  font-family: 'Noto Sans Armenian', sans-serif;
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  line-height: 150%;
  color: #FFFFFF;
}
.home__brands,
.home__blog {
  border-top: 1px solid #F0E8E3;
}
.home__brands {
  /* Стрелка влево */
  /* Стрелка вправо */
  /* Точки (булиты) */
  /* Элемент точки */
  /* Активная точка */
}
.home__brands-slider {
  overflow: hidden;
}
.home__brands-slider a img {
  mix-blend-mode: darken;
}
.home__brands .slide {
  border-radius: 16px;
  overflow: hidden;
  max-height: 350px;
  height: 100%;
}
.home__brands .slick-track {
  align-items: flex-start;
  display: flex;
}
.home__brands .slick-arrow.slick-prev {
  background: #fff url("../assets/img/icons/arrow_right_alt.svg") center no-repeat;
  background-size: 24px 24px;
  width: 40px;
  height: 40px;
  display: block;
  box-shadow: 1px 2px 8px rgba(0, 0, 0, 0.12);
  font-size: 0;
  border-radius: 50%;
  border: none;
  position: absolute;
  left: 10px;
  top: 50%;
  z-index: 10;
  transform: translate(-50%, -50%) rotate(180deg);
}
.home__brands .slick-arrow.slick-next {
  background: #fff url("../assets/img/icons/arrow_right_alt.svg") center no-repeat;
  background-size: 24px 24px;
  width: 40px;
  height: 40px;
  display: block;
  box-shadow: 1px 2px 8px rgba(0, 0, 0, 0.12);
  font-size: 0;
  border-radius: 50%;
  border: none;
  position: absolute;
  right: 10px;
  top: 50%;
  z-index: 10;
  transform: translate(50%, -50%);
}
.home__brands .slick-dots {
  position: absolute;
  bottom: -24px;
  display: flex;
  align-content: center;
  justify-content: center;
  left: 50%;
  transform: translate(-50%, -50%);
  padding: 0;
  margin: 0;
  gap: 10px;
}
.home__brands .slick-dots li {
  font-size: 0;
  display: block;
  background: #D9D9D9;
  content: "";
  width: 8px;
  height: 8px;
  border-radius: 50%;
}
.home__brands .slick-dots li button {
  font-size: 0;
  display: block;
  background: #D9D9D9;
  content: "";
  width: 8px;
  height: 8px;
  border-radius: 50%;
  border: none;
}
.home__brands .slick-dots li.slick-active button {
  background: #98A0AA;
}
.home__blog a {
  font-family: 'Noto Sans Armenian', sans-serif;
  font-style: normal;
  font-weight: 500;
  font-size: 18px;
  line-height: 160%;
  letter-spacing: -0.01em;
  color: #316655;
  text-decoration: none;
}
.home__blog-title {
  font-family: 'Noto Sans Armenian', sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 20px;
  line-height: 140%;
  display: flex;
  align-items: center;
  letter-spacing: -0.01em;
  color: #343434;
  max-width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  max-height: 3em;
}
.home__blog-desc {
  font-family: 'Noto Sans Armenian', sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 160%;
  display: flex;
  align-items: center;
  letter-spacing: -0.01em;
  color: #343434;
  max-width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  max-height: 3em;
}
.home__blog {
  /* Стрелка влево */
  /* Стрелка вправо */
  /* Точки (булиты) */
  /* Элемент точки */
  /* Активная точка */
}
.home__blog-slider {
  overflow: hidden;
}
.home__blog .slide {
  border-radius: 16px;
  overflow: hidden;
  max-height: 350px;
  height: 100%;
}
.home__blog .slick-track {
  align-items: flex-start;
  display: flex;
}
.home__blog .slick-arrow.slick-prev {
  background: #fff url("../assets/img/icons/arrow_right_alt.svg") center no-repeat;
  background-size: 24px 24px;
  width: 40px;
  height: 40px;
  display: none !important;
  box-shadow: 1px 2px 8px rgba(0, 0, 0, 0.12);
  font-size: 0;
  border-radius: 50%;
  border: none;
  position: absolute;
  left: 0;
  top: 50%;
  z-index: 10;
  transform: translate(-50%, -50%) rotate(180deg);
}
.home__blog .slick-arrow.slick-next {
  background: #fff url("../assets/img/icons/arrow_right_alt.svg") center no-repeat;
  background-size: 24px 24px;
  width: 40px;
  height: 40px;
  display: none !important;
  box-shadow: 1px 2px 8px rgba(0, 0, 0, 0.12);
  font-size: 0;
  border-radius: 50%;
  border: none;
  position: absolute;
  right: 0;
  top: 50%;
  z-index: 10;
  transform: translate(50%, -50%);
}
.home__blog .slick-dots {
  position: absolute;
  bottom: -24px;
  display: flex;
  align-content: center;
  justify-content: center;
  left: 50%;
  transform: translate(-50%, -50%);
  padding: 0;
  margin: 0;
  gap: 10px;
}
.home__blog .slick-dots li {
  font-size: 0;
  display: block;
  background: #D9D9D9;
  content: "";
  width: 8px;
  height: 8px;
  border-radius: 50%;
}
.home__blog .slick-dots li button {
  font-size: 0;
  display: block;
  background: #D9D9D9;
  content: "";
  width: 8px;
  height: 8px;
  border-radius: 50%;
  border: none;
}
.home__blog .slick-dots li.slick-active button {
  background: #98A0AA;
}
.appear_on_small {
  display: none !important;
}
.read_more-wrapper {
  gap: 24px;
}
.read_more-wrapper > div {
  flex: 0 1 342px !important;
}
.home_image {
  height: 280px !important;
}
.home_image:nth-child(1) {
  margin-right: 24px;
}
.menu_section-wrapper .userdata {
  word-break: break-all;
}
.menu_section-wrapper .userdata img {
  margin-right: 8px;
}
.menu_section-wrapper .userdata div p:first-child {
  font-weight: 400;
  font-size: 14px;
  line-height: 160%;
  color: #343434;
  margin-bottom: 3px;
}
.menu_section-wrapper .userdata div p:last-child {
  font-weight: 500;
  font-size: 12px;
  line-height: 140%;
  color: #316655;
  word-wrap: break-all;
}
.menu_section-wrapper .menu_block {
  padding-bottom: 24px;
  border-bottom: 1px solid #F0E8E3;
  word-break: break-all;
}
.menu_section-wrapper .menu_block p {
  font-weight: 400;
  font-size: 14px;
  line-height: 160%;
  color: #343434;
}
.menu_section-wrapper .langs span {
  font-weight: 400;
  font-size: 14px;
  line-height: 160%;
  color: #98A0AA;
}
.menu_section-wrapper .langs .active {
  color: #316655;
}
@media (max-width: 1163px) {
  .home__offers .home__offers-inner {
    display: flex;
    flex-direction: row;
    overflow-x: scroll;
    gap: 20px;
  }
  .home__offers .home__offers-inner > div {
    height: 230px;
    min-width: 420px;
  }
  .home__offers .home__offers-inner > div:not(:first-child) {
    display: flex !important;
    flex-direction: row !important;
    gap: 24px !important;
    min-width: 870px;
  }
  .home__offers .item {
    min-width: 420px;
    margin-bottom: 0 !important;
  }
  .home__offers .item .img.first-image {
    height: max-content !important;
    transform: translate(-24px, 0);
    position: absolute;
    right: 0;
    top: 32px;
  }
  .home__offers .item .img.first-image img {
    height: 172px !important;
    max-width: 100%;
    height: auto;
    width: 100%;
  }
  .home__offers-inner {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(350px, 1fr));
    grid-column-gap: 24px;
    grid-row-gap: 24px;
  }
}
@media (max-width: 1024px) {
  .home__sliders {
    display: flex !important;
    overflow-x: auto !important;
  }
  .home__sliders > a {
    min-width: 224px !important;
  }
  .home__brands-slider {
    display: flex;
    overflow-x: auto;
  }
  .home__brands-slider > a {
    min-width: 224px !important;
    height: 183px !important;
  }
}
@media screen and (max-width: 1023px) {
  .home__offers .item {
    margin-bottom: 0 !important;
  }
  .home__card-bg > div {
    padding: 20px 0 !important;
  }
  .home__card-bg img {
    max-width: 125px;
    width: 100%;
  }
}
@media screen and (max-width: 991px) {
  .home__offers-inner {
    flex-direction: column;
  }
  .home__offers .item .title {
    line-height: 100%;
  }
  .home__offers .item .img img {
    max-width: 100%;
    height: auto;
    width: 100%;
  }
  .home__blog-text {
    font-size: 20px !important;
  }
  .home_image {
    height: 200px !important;
  }
  .home_image:nth-child(2) {
    order: -1 !important;
    margin-bottom: 24px;
  }
  .read_more-wrapper > div:last-child {
    display: none !important;
  }
}
@media screen and (max-width: 768px) {
  .home__banner .slide {
    min-height: 280px;
  }
  .home__offers-inner {
    flex-direction: column;
  }
  .home__offers .item .img {
    max-height: 174px !important;
    width: 137px;
    height: auto;
  }
  .home__offers .item .img img {
    max-width: 100%;
    max-height: 100%;
    height: auto;
    width: auto;
  }
  .home__offers .item .img.first-image img{
    height: auto !important;
  }
  .home__offers .item .img.first-image{
    height: 100% !important;
    align-items: center !important;
  }
  .home__offers .item >.align-items-start{
    align-items: center !important;
  }
  .read_more-wrapper {
    display: grid !important;
    grid-template-columns: minmax(100px, 224px) minmax(100px, 224px) minmax(100px, 224px);
    column-gap: 0px 16px;
  }
}
@media screen and (max-width: 640px) {
  .home__blog-text {
    font-size: 18px !important;
  }
  .read_more-wrapper {
    display: flex !important;
    flex-direction: column !important;
    align-items: center !important;
  }
}
@media (max-width: 576px) {
  .home__banner .slick-arrow.slick-prev {
    display: none !important;
  }
  .home__banner .slick-arrow.slick-next {
    display: none !important;
  }
  .disappear_on_small {
    display: none !important;
  }
  .appear_on_small {
    display: block !important;
  }
}
@media screen and (max-width: 397px) {
  .home_image:nth-child(1) {
    margin-right: 0px;
  }
}
@media screen and (max-width: 360px) {
  .home__offers .home__offers-inner {
    grid-template-columns: minmax(315px, 1fr) minmax(638px, 2fr) minmax(638px, 2fr);
  }
}
