.home-page {
  --gap: 1.625em;
  padding-bottom: 8.37em;
}
.home-page .section-background {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  object-fit: cover;
  display: block;
}
@media screen and (max-width: 960px) {
  .home-page .section-background {
    display: none;
  }
}
.home-page .section-background.mobile {
  display: none;
}
@media screen and (max-width: 960px) {
  .home-page .section-background.mobile {
    display: block;
  }
}
.home-page .divider {
  margin-top: 2.37em;
  margin-bottom: 2.12em;
  justify-content: space-evenly;
}
@media screen and (max-width: 960px) {
  .home-page .divider {
    display: none;
  }
}
.home-page .divider .divider-item img {
  width: 4.5em;
  margin-right: 1.18rem;
}
.home-page .dots-wrapper {
  margin-top: 3.25em;
  margin-bottom: 1.62em;
}
.home-page .dots-wrapper.how-wrap {
  padding: 1.62em 0;
}
@media screen and (max-width: 960px) {
  .home-page .dots-wrapper .text {
    font-size: 24px;
  }
}
.home-page .dots-wrapper .text.how {
  font-weight: 300;
  line-height: 1.02;
  letter-spacing: -0.04em;
}
@media screen and (max-width: 960px) {
  .home-page .dots-wrapper .text.how {
    font-weight: 700;
  }
}
.home-page .heart {
  z-index: 1;
}
.home-page .heart.absolute {
  position: absolute;
  top: 1.43em;
  right: 1.43em;
}
.home-page .heart.absolute.big {
  top: 2.31em;
  right: 2em;
}
@media screen and (max-width: 1660px) {
  .home-page .heart.absolute.big {
    top: 25px;
  }
}
@media screen and (max-width: 1260px) {
  .home-page .heart.absolute.big {
    top: 20px;
  }
}
@media screen and (max-width: 960px) {
  .home-page .heart.absolute.big {
    top: 14px;
    right: 1em;
  }
}
.home-page .button:not(.button-hero) {
  font-size: 0.87em;
}
@media screen and (max-width: 960px) {
  .home-page .button:not(.button-hero) {
    font-size: 14px;
  }
}
.home-page .button:not(.button-hero) span {
  transform: translateY(16%);
}
@media screen and (max-width: 960px) {
  .home-page .button.mobile {
    align-self: center;
  }
}
.home-page .price {
  color: #2680F8;
}
@media screen and (max-width: 960px) {
  .home-page .price {
    font-size: 24px;
  }
}
.home-page .price.old {
  text-decoration: line-through;
  color: #8A8A8A;
}
@media screen and (max-width: 960px) {
  .home-page .price.old {
    font-size: 21px;
  }
}
.home-page .price.discounted {
  color: #EF4142;
}
.home-page .swiper {
  width: 100%;
  aspect-ratio: 1760/643;
  border-radius: 22px;
}
@media screen and (max-width: 960px) {
  .home-page .swiper {
    margin-bottom: 1.25em;
    aspect-ratio: 575/530;
  }
}
.home-page .swiper.inverted-colors .swiper-button {
  filter: brightness(0) invert(1);
}
.home-page .swiper.inverted-colors .swiper-pagination-bullet {
  filter: brightness(0) invert(1);
  opacity: 0.9;
}
.home-page .swiper.inverted-colors .swiper-pagination-bullet.swiper-pagination-bullet-active {
  filter: none;
}
.home-page .swiper .swiper-slide .banner {
  width: 100%;
}
.home-page .swiper .swiper-slide .banner.mobile {
  display: none;
}
@media screen and (max-width: 960px) {
  .home-page .swiper .swiper-slide .banner.mobile {
    display: block;
  }
}
@media screen and (max-width: 960px) {
  .home-page .swiper .swiper-slide .banner.desktop {
    display: none;
  }
}
@media screen and (max-width: 960px) {
  .home-page .swiper .swiper-slide .section-background {
    display: block;
  }
}
.home-page .swiper .swiper-slide .banner-generated {
  height: 100%;
  line-height: 1.15;
  letter-spacing: -0.04em;
  font-feature-settings: "pnum" on, "lnum" on, "ordn" on;
  font-weight: 500;
  color: #2B2D2D;
}
.home-page .swiper .swiper-slide .banner-generated .generated-info {
  padding-left: 7.68rem;
  row-gap: 1.5rem;
  width: 50%;
  box-sizing: border-box;
}
@media screen and (max-width: 960px) {
  .home-page .swiper .swiper-slide .banner-generated .generated-info {
    width: 100%;
    padding-left: 2rem;
    justify-content: flex-start;
    padding-top: 3rem;
    padding-right: 2rem;
  }
}
.home-page .swiper .swiper-slide .banner-generated .generated-info .generated-name {
  font-weight: 300;
  font-size: 4rem;
}
@media screen and (max-width: 960px) {
  .home-page .swiper .swiper-slide .banner-generated .generated-info .generated-name {
    font-size: 2rem;
  }
}
.home-page .swiper .swiper-slide .banner-generated .generated-info .generated-price {
  font-size: 2rem;
  color: #2C2C2C;
  margin-bottom: 1.25rem;
}
@media screen and (max-width: 960px) {
  .home-page .swiper .swiper-slide .banner-generated .generated-info .generated-price {
    font-size: 1.5rem;
  }
}
.home-page .swiper .swiper-slide .banner-generated .generated-info .generated-subtitle {
  font-size: 1.5rem;
  opacity: 0.3;
}
@media screen and (max-width: 960px) {
  .home-page .swiper .swiper-slide .banner-generated .generated-info .button {
    display: none;
  }
}
.home-page .swiper .swiper-slide .banner-generated .generated-pic {
  width: 50%;
}
@media screen and (max-width: 960px) {
  .home-page .swiper .swiper-slide .banner-generated .generated-pic {
    width: 100%;
    position: absolute;
    right: -13%;
    bottom: 8%;
  }
}
.home-page .swiper .swiper-slide .banner-generated .generated-pic .pic {
  max-width: 75%;
  max-height: 75%;
}
@media screen and (max-width: 960px) {
  .home-page .swiper .swiper-slide .banner-generated .generated-pic .pic {
    max-width: 45%;
    max-height: 45%;
  }
}
.home-page .swiper .swiper-pagination {
  right: 2.875em;
}
.home-page .swiper .swiper-pagination .swiper-pagination-bullet {
  background: #2B2D2D;
  opacity: 0.4;
  width: 0.5em;
  height: 0.5em;
}
.home-page .swiper .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background: linear-gradient(113.01deg, #EF4142 27.02%, #2680F8 90.41%);
  transform: rotate(90deg);
  opacity: 1;
  filter: none;
}
.home-page .swiper .swiper-button {
  background-repeat: no-repeat;
  background-size: 100% auto;
  background-position: center;
  width: 1.67em;
  height: 1.63em;
  left: auto;
  right: 2.308em;
}
.home-page .swiper .swiper-button::after {
  display: none;
}
.home-page .swiper .swiper-button.swiper-button-prev {
  background-image: url("../img/home/arrow-up.svg");
  top: 30%;
}
.home-page .swiper .swiper-button.swiper-button-next {
  background-image: url("../img/home/arrow-down.svg");
  top: 70%;
}
.home-page .sample-products {
  column-gap: 2.5em;
}
@media screen and (max-width: 1260px) {
  .home-page .sample-products {
    flex-direction: column;
    row-gap: 2.5em;
  }
}
@media screen and (max-width: 1260px) {
  .home-page .sample-products .block .top-main-picture {
    max-height: 260px;
  }
}
@media screen and (max-width: 960px) {
  .home-page .sample-products .block .top-main-picture {
    max-height: 200px;
  }
}
.home-page .sample-products .block .desktop {
  display: inline-flex;
}
@media screen and (max-width: 960px) {
  .home-page .sample-products .block .desktop {
    display: none;
  }
}
.home-page .sample-products .block .mobile {
  display: none;
  align-self: center;
}
@media screen and (max-width: 960px) {
  .home-page .sample-products .block .mobile {
    display: inline-flex;
  }
}
@media screen and (max-width: 960px) {
  .home-page .sample-products .block .price {
    font-size: 19px;
  }
}
.home-page .sample-products .block.left {
  background: #FFFFFF;
  border: 1px solid rgba(62, 100, 200, 0.13);
  border-radius: 26px;
  padding: 2.31em 2em 2.93em 4.06em;
  row-gap: 1.56em;
}
@media screen and (max-width: 960px) {
  .home-page .sample-products .block.left {
    row-gap: 1em;
    padding: 37px 37px 27px 37px;
  }
}
.home-page .sample-products .block.left .main {
  padding-top: 1.56rem;
  row-gap: 0;
}
@media screen and (max-width: 960px) {
  .home-page .sample-products .block.left .main {
    row-gap: 1rem;
    padding-top: 0;
    flex-direction: column;
  }
}
.home-page .sample-products .block.left .main .info {
  row-gap: 1.56rem;
}
@media screen and (max-width: 1260px) {
  .home-page .sample-products .block.left .main .info {
    row-gap: 1rem;
    flex: 1;
  }
}
@media screen and (max-width: 960px) {
  .home-page .sample-products .block.left .main .info {
    row-gap: 10px;
  }
}
.home-page .sample-products .block.left .main .info > * {
  margin-bottom: 0;
}
@media screen and (max-width: 1260px) {
  .home-page .sample-products .block.left .main .picture {
    justify-content: center;
    flex: 1;
    width: 60%;
    align-self: center;
  }
}
.home-page .sample-products .block.left .main-title {
  margin-bottom: 1.37em;
}
.home-page .sample-products .block.left .subtitle {
  margin-bottom: 1.81em;
  opacity: 0.7;
  color: #2D2D2D;
  font-weight: 400;
}
@media screen and (max-width: 960px) {
  .home-page .sample-products .block.left .subtitle {
    font-size: 14px;
  }
}
.home-page .sample-products .block.right {
  row-gap: var(--gap);
}
.home-page .sample-products .block .description {
  opacity: 0.5;
  color: #2B2D2D;
}
@media screen and (max-width: 960px) {
  .home-page .sample-products .block .description {
    font-size: 14px;
  }
}
.home-page .sample-products .block .top {
  background: #FFFFFF;
  border: 1px solid rgba(136, 136, 136, 0.2);
  box-shadow: 0px 4px 74px rgba(0, 0, 0, 0.05);
  border-radius: 20px;
  padding: 2.31em 2.31em 1.68em 2.31em;
}
@media screen and (max-width: 1260px) {
  .home-page .sample-products .block .top {
    padding: 2.31em 2.31em 1.68em 4.06em;
  }
}
@media screen and (max-width: 960px) {
  .home-page .sample-products .block .top {
    padding: 2.31em 2.31em 1.68em 2.31em;
    flex-direction: column;
    row-gap: 1rem;
  }
}
.home-page .sample-products .block .top .picture a {
  padding: 2rem;
}
@media screen and (max-width: 960px) {
  .home-page .sample-products .block .top .picture a {
    width: 70%;
    align-self: center;
    padding: 0;
  }
}
.home-page .sample-products .block .top .heart.big {
  top: 12px;
  right: 10px;
}
.home-page .sample-products .block .top .info {
  row-gap: 1.56rem;
}
@media screen and (max-width: 1260px) {
  .home-page .sample-products .block .top .info {
    row-gap: 1rem;
  }
}
@media screen and (max-width: 960px) {
  .home-page .sample-products .block .top .info {
    row-gap: 10px;
  }
}
.home-page .sample-products .block .top .button {
  margin-top: auto;
}
.home-page .sample-products .block .main-title {
  font-weight: 800;
  line-height: 1.15;
  letter-spacing: -0.04em;
}
@media screen and (max-width: 960px) {
  .home-page .sample-products .block .main-title {
    font-size: 24px;
  }
}
@media screen and (max-width: 1260px) {
  .home-page .sample-products .block .main .info {
    flex: 2;
  }
}
.home-page .sample-products .block .main .button {
  margin-top: auto;
}
.home-page .sample-products .block .bottom {
  column-gap: var(--gap);
}
@media screen and (max-width: 960px) {
  .home-page .sample-products .block .bottom {
    flex-direction: column;
    row-gap: 15px;
  }
}
.home-page .sample-products .block .bottom .bottom-item {
  background: #FFFFFF;
  border: 1px solid rgba(136, 136, 136, 0.2);
  box-shadow: 0px 4px 74px rgba(0, 0, 0, 0.05);
  border-radius: 20px;
  position: relative;
  padding: 4%;
  text-align: center;
  row-gap: 0.87em;
}
@media screen and (max-width: 960px) {
  .home-page .sample-products .block .bottom .bottom-item .bottom-title {
    font-size: 19px;
  }
}
.home-page .sample-products .block .bottom .bottom-item .bottom-picture {
  max-height: 160px;
  padding: 1rem;
}
.home-page .sample-products .block .bottom .bottom-item .price {
  margin-top: auto;
}
@media screen and (max-width: 960px) {
  .home-page .sample-products .block .bottom .bottom-item .price {
    font-size: 19px;
  }
}
.home-page .offers {
  aspect-ratio: 1771/544;
  justify-content: flex-end;
  background-size: cover;
  box-shadow: 0px 4px 74px rgba(0, 0, 0, 0.05);
  column-gap: 8%;
  max-height: 544px;
  padding: 2.18em 0;
  margin-bottom: 1.25em;
}
@media screen and (max-width: 960px) {
  .home-page .offers {
    aspect-ratio: auto;
    flex-direction: column;
    background-size: cover;
    padding: 32px 31px 37px 31px;
    max-height: none;
    max-width: 100%;
  }
}
.home-page .offers .section-background {
  border-radius: 1.625rem;
}
.home-page .offers .section-background.mobile {
  border-radius: 52px;
}
.home-page .offers .offers-product-picture {
  align-items: center;
  justify-content: flex-end;
  width: 50%;
}
@media screen and (max-width: 960px) {
  .home-page .offers .offers-product-picture {
    width: 100%;
    padding: 3rem;
  }
}
.home-page .offers .offers-product-picture img {
  max-width: 65%;
}
@media screen and (max-width: 1660px) {
  .home-page .offers .offers-product-picture img {
    max-width: 50%;
  }
}
@media screen and (max-width: 960px) {
  .home-page .offers .offers-product-picture img {
    max-width: 100%;
  }
}
.home-page .offers .offers-info {
  row-gap: 1.06em;
  justify-content: center;
  padding-right: 17.06em;
  width: 50%;
}
@media screen and (max-width: 1260px) {
  .home-page .offers .offers-info {
    padding-right: 4%;
  }
}
@media screen and (max-width: 960px) {
  .home-page .offers .offers-info {
    width: 100%;
    padding-right: 0;
    margin-top: auto;
  }
}
@media screen and (max-width: 960px) {
  .home-page .offers .offers-info .offers-title {
    font-size: 26px;
  }
}
@media screen and (max-width: 960px) {
  .home-page .offers .offers-info .offers-description {
    font-size: 16px;
  }
}
.home-page .offers .offers-info .price {
  color: #333333;
}
@media screen and (max-width: 960px) {
  .home-page .offers .offers-info .price {
    font-size: 19px;
  }
}
.home-page .offers .offers-info .button {
  margin-top: 1.06em;
}
@media screen and (max-width: 960px) {
  .home-page .offers .offers-info .button {
    align-self: center;
  }
}
.home-page .newest {
  --columns-count: 4;
  --bleed: calc( var(--gap) / 2 );
  row-gap: var(--gap);
}
@media screen and (max-width: 960px) {
  .home-page .newest {
    --columns-count: 1;
  }
}
.home-page .newest .product-card .inner .prod-img a {
  padding-left: 5rem;
  padding-right: 5rem;
}
.home-page .how-it-works {
  column-gap: 2.5em;
  margin-bottom: 4em;
}
@media screen and (max-width: 960px) {
  .home-page .how-it-works {
    flex-direction: column;
    row-gap: 20px;
  }
}
.home-page .how-it-works .how-item {
  box-shadow: 0px 4px 74px rgba(0, 0, 0, 0.05);
  border-radius: 34px;
  border: 1px solid rgba(136, 136, 136, 0.2);
  padding: 2.5em 2.31em 3.12em 2.31em;
  text-align: center;
}
.home-page .how-it-works .how-item .works-picture {
  aspect-ratio: 1/1;
  height: 13.28em;
  align-self: center;
  margin-bottom: 1.375em;
  object-fit: contain;
}
.home-page .how-it-works .how-item .works-title {
  font-weight: 700;
  margin-bottom: 0.5em;
}
@media screen and (max-width: 960px) {
  .home-page .how-it-works .how-item .works-title {
    font-size: 32px;
  }
}
.home-page .how-it-works .how-item .works-text {
  font-weight: 500;
  font-size: 1rem;
  line-height: 1.5;
  color: #2B2D2D;
  opacity: 0.7;
}
@media screen and (max-width: 960px) {
  .home-page .how-it-works .how-item .works-text {
    font-size: 16px;
  }
}
.home-page .evrotrust-moto {
  font-weight: 700;
  letter-spacing: -0.04em;
  color: #2B2D2D;
}
@media screen and (max-width: 960px) {
  .home-page .evrotrust-moto {
    font-size: 32px;
  }
}
.home-page .evrotrust {
  position: relative;
  background: #FFFFFF;
  border: 1px solid rgba(136, 136, 136, 0.2);
  box-shadow: 0px 4px 74px rgba(0, 0, 0, 0.05);
  border-radius: 34px;
  padding-top: 1.68em;
  padding-bottom: 2.43em;
  position: relative;
  margin-bottom: 2.75em;
}
@media screen and (max-width: 1260px) {
  .home-page .evrotrust {
    padding-right: 3em;
  }
}
@media screen and (max-width: 960px) {
  .home-page .evrotrust {
    aspect-ratio: auto;
    padding-right: 3.58rem;
    padding-left: 3.16rem;
    padding-top: 3.16rem;
    padding-bottom: 17.75rem;
  }
}
.home-page .evrotrust .evrotrust-hands {
  position: absolute;
  right: 0;
  bottom: 0;
  border-radius: 34px;
  height: 90%;
}
@media screen and (max-width: 1660px) {
  .home-page .evrotrust .evrotrust-hands {
    height: 80%;
  }
}
@media screen and (max-width: 1260px) {
  .home-page .evrotrust .evrotrust-hands {
    height: 70%;
  }
}
@media screen and (max-width: 960px) {
  .home-page .evrotrust .evrotrust-hands {
    height: auto;
  }
}
.home-page .evrotrust .evrotrust-logo {
  padding: 4.18em 6.56em 5.62em 7.68em;
}
@media screen and (max-width: 960px) {
  .home-page .evrotrust .evrotrust-logo {
    display: none;
  }
}
.home-page .evrotrust .evrotrust-logo img {
  width: 19em;
}
@media screen and (max-width: 960px) {
  .home-page .evrotrust .evrotrust-logo img {
    width: auto;
  }
}
.home-page .evrotrust .evrotrust-info {
  padding-top: 2rem;
  padding-bottom: 2rem;
  row-gap: 1.25rem;
  border-left: 1px solid rgba(0, 0, 0, 0.2);
  padding-left: 5.37em;
}
@media screen and (max-width: 960px) {
  .home-page .evrotrust .evrotrust-info {
    border-left: none;
    padding-right: 0;
    padding-left: 0;
    padding-top: 0;
    padding-bottom: 0;
  }
}
.home-page .evrotrust .evrotrust-info .evrotrust-message {
  font-weight: 500;
  line-height: 1.75;
  letter-spacing: -0.02em;
  color: rgba(0, 0, 0, 0.7);
  width: 50%;
}
@media screen and (max-width: 1660px) {
  .home-page .evrotrust .evrotrust-info .evrotrust-message {
    width: 60%;
  }
}
@media screen and (max-width: 1260px) {
  .home-page .evrotrust .evrotrust-info .evrotrust-message {
    width: 70%;
  }
}
@media screen and (max-width: 960px) {
  .home-page .evrotrust .evrotrust-info .evrotrust-message {
    font-size: 20px;
    width: 100%;
  }
}
.home-page .addit-hand {
  position: absolute;
  right: 0;
  bottom: 0;
}
@media screen and (max-width: 960px) {
  .home-page .addit-hand {
    display: none;
  }
}
.home-page .addit {
  background: #3E2E60;
  border-radius: 34px;
  position: relative;
  margin-bottom: 1.62em;
}
.home-page .addit .addit-hand {
  width: 15.37em;
}
.home-page .addit .addit-wrapper {
  padding-top: 4em;
  padding-bottom: 2.93em;
}
@media screen and (max-width: 1260px) {
  .home-page .addit .addit-wrapper {
    padding-right: 7em;
  }
}
@media screen and (max-width: 960px) {
  .home-page .addit .addit-wrapper {
    padding: 52px 25px 40px 25px;
    flex-direction: column;
    width: 100%;
  }
}
.home-page .addit .addit-item {
  padding-left: 6.93em;
  padding-right: 13.43em;
}
@media screen and (max-width: 960px) {
  .home-page .addit .addit-item {
    padding-left: 0;
    padding-right: 0;
    align-items: center;
    text-align: center;
  }
}
.home-page .addit .addit-item.left {
  border-right: 1px solid #FFFFFF;
  padding-left: 7.37em;
  padding-right: 4.56rem;
}
@media screen and (max-width: 960px) {
  .home-page .addit .addit-item.left {
    border-bottom: 1px solid #FFFFFF;
    border-right: 0;
    padding-bottom: 34px;
    padding-left: 0;
    padding-right: 0;
  }
}
.home-page .addit .addit-item.right {
  padding-left: 5.37rem;
  padding-right: 4.56rem;
}
@media screen and (max-width: 960px) {
  .home-page .addit .addit-item.right {
    padding-top: 38px;
    padding-left: 0;
    padding-right: 0;
  }
}
@media screen and (max-width: 960px) {
  .home-page .addit .addit-item .addit-picture.hand {
    width: 40%;
  }
}
.home-page .addit .addit-item .addit-picture.eco {
  aspect-ratio: 163/176;
  width: 163px;
  margin-bottom: 32px;
}
.home-page .addit .addit-item .addit-logo {
  margin-bottom: 1.81em;
  width: 258px;
}
@media screen and (max-width: 960px) {
  .home-page .addit .addit-item .addit-logo {
    margin-bottom: 20px;
    width: 80%;
  }
}
.home-page .addit .addit-item .addit-logo.desktop {
  width: 30.43em;
}
@media screen and (max-width: 960px) {
  .home-page .addit .addit-item .addit-logo.desktop {
    display: none;
  }
}
.home-page .addit .addit-item .addit-logo.eco {
  width: 22.75em;
}
.home-page .addit .addit-item .mobile {
  display: none;
}
@media screen and (max-width: 960px) {
  .home-page .addit .addit-item .mobile {
    display: block;
  }
}
.home-page .addit .addit-item .business-message {
  max-width: 27.93em;
}
.home-page .addit .addit-item .business-message .button {
  margin-top: auto;
}
@media screen and (max-width: 960px) {
  .home-page .addit .addit-item .business-message {
    align-items: center;
    text-align: center;
    padding-left: 0;
  }
}
.home-page .addit .addit-item .evrotrust-moto {
  color: #F7F7F7;
  margin-bottom: 1.68rem;
}
.home-page .addit .addit-item .addit-message {
  margin-bottom: 1.68rem;
  line-height: 1.46;
  letter-spacing: -0.02em;
  color: #F7F7F7;
  font-weight: 400;
}
@media screen and (max-width: 960px) {
  .home-page .addit .addit-item .addit-message {
    margin-bottom: 16px;
    font-size: 20px;
    line-height: 1.3;
  }
}
.home-page .addit .addit-item .button.green {
  background-color: #44BEA8;
}
.home-page .addit .addit-item .button.blue {
  background-color: #2680F8;
}
.home-page .more {
  column-gap: 2.31em;
}
@media screen and (max-width: 1260px) {
  .home-page .more {
    row-gap: 2.31em;
    flex-direction: column;
  }
}
@media screen and (max-width: 960px) {
  .home-page .more {
    row-gap: 20px;
  }
}
.home-page .more .more-item-wrapper {
  background-color: white;
  border-radius: 26px;
  box-shadow: 0px 4px 74px rgba(0, 0, 0, 0.05);
}
.home-page .more .more-item {
  padding: 3.87em 3.43em 2.93em 3.43em;
  aspect-ratio: 862/544;
  position: relative;
  background: #FFFFFF;
  border-radius: 26px;
  width: 100%;
}
@media screen and (max-width: 1260px) {
  .home-page .more .more-item {
    width: 100%;
    max-height: 300px;
  }
}
@media screen and (max-width: 960px) {
  .home-page .more .more-item {
    padding: 46px 25px 38px 25px;
    max-height: none;
  }
}
@media screen and (max-width: 960px) {
  .home-page .more .more-item.left, .home-page .more .more-item.right {
    background: white !important;
  }
}
.home-page .more .more-item.left {
  background: url("../img/home/more-back-1.jpg") center center no-repeat;
  align-items: flex-start;
  background-size: cover;
}
@media screen and (max-width: 1660px) {
  .home-page .more .more-item.left {
    background-size: 70%;
    background-position: 100% bottom;
  }
}
@media screen and (max-width: 1260px) {
  .home-page .more .more-item.left {
    align-items: center;
    background-size: 70%;
    background-position: 100% center;
  }
}
@media screen and (max-width: 960px) {
  .home-page .more .more-item.left {
    background-size: cover;
  }
}
.home-page .more .more-item.left .more-info {
  width: 24.75em;
}
@media screen and (max-width: 1260px) {
  .home-page .more .more-item.left .more-info {
    width: 60%;
  }
}
@media screen and (max-width: 960px) {
  .home-page .more .more-item.left .more-info {
    width: 100%;
  }
}
.home-page .more .more-item.right {
  background: url("../img/home/more-back-2.jpg") center center no-repeat;
  align-items: flex-end;
  background-size: cover;
}
@media screen and (max-width: 1660px) {
  .home-page .more .more-item.right {
    background-size: 70%;
    background-position: 110% top;
  }
}
@media screen and (max-width: 1260px) {
  .home-page .more .more-item.right {
    align-items: center;
    background-size: 70%;
    background-position: 110% center;
  }
}
@media screen and (max-width: 960px) {
  .home-page .more .more-item.right {
    background-size: cover;
  }
}
.home-page .more .more-item.right .more-info {
  row-gap: 1.5em;
  width: 19.93em;
}
@media screen and (max-width: 1260px) {
  .home-page .more .more-item.right .more-info {
    width: 60%;
  }
}
@media screen and (max-width: 960px) {
  .home-page .more .more-item.right .more-info {
    width: 100%;
  }
}
.home-page .more .more-item .more-info {
  row-gap: calc( var(--gap) - 2px );
}
.home-page .more .more-item .more-info .more-title {
  font-weight: 700;
  line-height: 1.15;
}
@media screen and (max-width: 960px) {
  .home-page .more .more-item .more-info .more-title {
    margin-bottom: -14px;
    font-size: 36px;
  }
}
.home-page .more .more-item .more-info .more-text {
  line-height: 1.3;
  letter-spacing: 0.02em;
  color: #333333;
  font-weight: 500;
}
@media screen and (max-width: 960px) {
  .home-page .more .more-item .more-info .more-text {
    font-size: 20px;
  }
}
.home-page .more .more-item .more-info .more-picture-mobile {
  display: none;
}
@media screen and (max-width: 960px) {
  .home-page .more .more-item .more-info .more-picture-mobile {
    display: block;
  }
}
.home-page .more .more-item .more-info .more-picture-mobile:first-of-type {
  margin-bottom: 1rem;
}
.home-page .more .more-item .circles-flower {
  position: absolute;
  right: 2.18em;
  top: 2.18em;
  width: 3.25em;
}
@media screen and (max-width: 960px) {
  .home-page .more .more-item .circles-flower {
    right: 18px;
    top: 19px;
    width: 32px;
  }
}