/*
Theme Name: RumelkoAgro
Theme URI: https://rumelkoagro.ru
Author: Your Name
Author URI: https://yoursite.com
Description: Кастомная тема для РумелкоАгро-Молоко
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: rumelkoagro
Tags: dairy, factory, business
*/
.products__start--button {
    display: flex
;
    justify-content: center;
}
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}
html {
  scroll-behavior: smooth;
}
body {
  font-family: "Onest", sans-serif;
  background-color: #F7F7F7;
}

.container {
  max-width: 1320px;
  margin: 0 auto;
}
@media (max-width: 1400px) {
  .container {
    max-width: 100%;
    padding: 0 40px;
  }
}
@media (max-width: 768px) {
  .container {
    padding: 0 20px;
  }
}
@media (max-width: 520px) {
  .container {
    padding: 0 10px;
  }
}

.big-container {
  max-width: 1920px;
  margin: 0 auto;
}

.wrapper {
  overflow: hidden;
}

.title {
  color: #08F;
  font-size: 64px;
  font-style: normal;
  font-weight: 500;
  line-height: 110%; /* 70.4px */
}
@media (max-width: 768px) {
  .title {
    font-size: 32px;
  }
}

.hero {
  padding-top: 58px;
  background-image: url(../img/hero-beckground.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  background-color: #fff;
  padding-bottom: 64px;
  border-radius: 0 0 72px 72px;
}
@media (max-width: 768px) {
  .hero {
    padding-top: 20px;
    background-size: cover;
    padding-bottom: 20px;
    border-radius: 0 0 36px 36px;
  }
}
.hero__start {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 40px;
  position: relative;
}
.hero__start--left{
  width: 640px;
  flex: 0 0 auto;
}
@media (max-width: 768px) {
  .hero__start {
    gap: 20px;
  }
}
@media (max-width: 520px) {
  .hero__start {
    flex-direction: column;
    align-items: start;
  }
}
.hero__start--back {
  position: absolute;
  top: 0;
  left: 0;
  display: flex;
  align-items: center;
  text-decoration: none;
  gap: 10px;
  color: #000;
  font-size: 24px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  padding: 10px 0;
}
.hero__start--left .p-text {
  color: #0088FF;
  font-family: "Balsamiq Sans", sans-serif;
  font-size: 71px;
  font-style: normal;
  font-weight: 400;
  line-height: 100%;
}
@media (max-width: 768px) {
  .hero__start--left .p-text {
    font-size: 32px;
  }
}
.hero__start--left .span-text {
  color: #000;
  font-family: "Balsamiq Sans", sans-serif;
  font-size: 60px;
  font-style: normal;
  font-weight: 400;
  line-height: 100%;
}
@media (max-width: 768px) {
  .hero__start--left .span-text {
    font-size: 28px;
  }
}
.hero__start--left-title {
  color: #000;
  font-family: "Balsamiq Sans";
  font-size: 90px;
  font-style: normal;
  font-weight: 400;
  line-height: 100%;
}
.hero__start--left-title span {
  color: #08F;
}
.hero__start--right{
  width: calc(100% - 690px);
  overflow: hidden;
  border-radius: 44px;
  flex: 0 0 auto;
}
.hero__start--right img {
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  height: 564px;
}
@media (max-width: 1200px) {
  .hero__start--right img {
    width: 100%;
    height: auto;
  }
  .hero__start--left-title{
    font-size: 70px;
  }
  .hero__start--left{
    width: 550px;
    padding-top: 50px;
  }
  .hero__start--right{
    width: calc(100% - 590px);
  }
}
@media (max-width: 992px) {
  .hero__start{
    gap: 20px;
  }
  .hero__start--left-title{
    font-size: 50px;
  }
  .hero__start--left{
    width: 400px;
    padding-top: 50px;
  }
  .home_hero .hero__start--left{
    padding-top: 0;
  }
  .hero__start--right{
    width: calc(100% - 440px);
  }
  .hero__start--back{
    font-size: 20px;
  }
}
@media (max-width: 768px) {
  .hero__start--right img {
    /* width: 260px; */
  }
  .hero__start--left-title{
    font-size: 35px;
  }
  .hero__start--left{
    width: 300px;
  }
  .hero__start--right{
    width: calc(100% - 320px);
  }
  .hero__start--back{
    font-size: 18px;
  }
}
@media (max-width: 520px) {
  .hero__start--right img {
    width: 100%;
  }
  .hero__start--right,.hero__start--left{
    width: 100%;
  }
}

.banner {
  margin-top: 64px;
  max-width: 1320px;
  overflow: visible;
}
@media (max-width: 1400px) {
  .banner {
    padding: 0 40px;
  }
}
@media (max-width: 768px) {
  .banner {
    margin-top: 20px;
    padding: 0 20px;
  }
}
@media (max-width: 520px) {
  .banner {
    padding: 0 10px;
  }
}
.banner .card {
  border-radius: 48px;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: visible;
}
@media (max-width: 768px) {
  .banner .card {
    border-radius: 20px;
  }
}
.banner .card img {
  -o-object-fit: cover;
     object-fit: cover;
  flex: 0 0 auto;
  width: 100%;
  object-fit: cover;
}
@media (max-width: 1600px) {
  .banner .card img {
    width: 100%;
  }
}

.products {
  margin-top: 64px;
}
@media (max-width: 768px) {
  .products {
    margin-top: 40px;
  }
}
.products-swiper {
  margin-top: 26px;
}
@media (max-width: 768px) {
  .products-swiper {
    margin-top: 18px;
  }
}
.products-swiper .swiper-wrapper {
  align-items: center;
}
.products-swiper .swiper-wrapper .swiper-slide {
  padding: 32px;
  background-color: #fff;
  border-radius: 48px;
  flex: 0 0 auto;
  transition: 0.5s all ease;
  opacity: 0;
  width: 535px;
}
.products-swiper .swiper-wrapper .swiper-slide .swiper-slide-shadow-left,
.products-swiper .swiper-wrapper .swiper-slide .swiper-slide-shadow-right {
  display: none;
}
@media (max-width: 768px) {
  .products-swiper .swiper-wrapper .swiper-slide {
    opacity: 0.4;
  }
}
@media (max-width: 520px) {
  .products-swiper .swiper-wrapper .swiper-slide {
    padding: 18px;
    border-radius: 18px;
  }
}
.products-swiper .swiper-wrapper .swiper-slide-active {
  opacity: 1;
}
.products-swiper .swiper-wrapper .swiper-slide-prev {
  opacity: 0.4;
}
.products-swiper .swiper-wrapper .swiper-slide-next {
  opacity: 0.4;
}
.products-swiper .swiper-button {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  display: flex;
  align-items: center;
  justify-content: space-between;
  left: 253px;
  right: 253px;
  z-index: 10;
}
@media (max-width: 1200px) {
  .products-swiper .swiper-button {
    left: 20px;
    right: 20px;
  }
}
.products-swiper .swiper-button .button-str {
  width: 96px;
  height: 96px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background-color: #0088FF;
  cursor: pointer;
}
@media (max-width: 768px) {
  .products-swiper .swiper-button .button-str {
    width: 48px;
    height: 48px;
  }
}
@media (max-width: 768px) {
  .products-swiper .swiper-button .button-str img {
    width: 16px;
  }
}
.products-swiper .swiper-button .right {
  transform: rotate(180deg);
}
.products-swiper .card {
  text-decoration: none;
}
.products-swiper .card .img {
  overflow: hidden;
}
.products-swiper .card .img img {
  border-radius: 24px;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  height: 525px;
}
@media (max-width: 768px) {
  .products-swiper .card .img img {
    width: 100%;
    height: auto;
  }
}
.products-swiper .card .size {
  color: var(--Grey-dark, #858585);
  font-size: 32px;
  font-style: normal;
  font-weight: 400;
  line-height: 120%;
  margin-top: 24px;
}
@media (max-width: 768px) {
  .products-swiper .card .size {
    font-size: 24px;
    margin-top: 12px;
  }
}
.products-swiper .card .name {
  margin-top: 24px;
  color: #000;
  font-size: 40px;
  font-style: normal;
  font-weight: 700;
  line-height: 100%; /* 40px */
  text-transform: uppercase;
}
@media (max-width: 768px) {
  .products-swiper .card .name {
    font-size: 26px;
    margin-top: 12px;
  }
}
.products-swiper .card .name span {
  font-size: 32px;
  font-weight: 400;
}
@media (max-width: 768px) {
  .products-swiper .card .name span {
    font-size: 18px;
  }
}
.products-swiper .card .quality {
  color: var(--Black, #000);
  font-size: 32px;
  font-style: normal;
  font-weight: 400;
  line-height: 120%; /* 38.4px */
}
@media (max-width: 768px) {
  .products-swiper .card .quality {
    font-size: 18px;
  }
}
.products__start--button {
  margin-top: 64px;
  text-align: center;
  padding-bottom: 64px;
}
@media (max-width: 768px) {
  .products__start--button {
    margin-top: 20px;
    padding-bottom: 20px;
  }
}
.products__start--button a {
  color: #FFF;
  text-align: center;
  font-size: 24px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  text-decoration: none;
  display: inline-block;
  padding: 10px 20px;
  background-color: #08F;
  border-radius: 100px;
}
@media (max-width: 992px) {
  .products__start--button a {
    font-size: 18px;
  }
}
@media (max-width: 520px) {
  .products__start--button a {
    padding: 6px 12px;
    font-size: 16px;
  }
}

.header {
  background-color: #fff;
}
.header__start {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 32px 0;
  position: relative;
}
@media (max-width: 768px) {
  .header__start {
    padding: 18px 0;
  }
}
.header__start--left {
  display: flex;
  align-items: center;
  gap: 24px;
}
@media (max-width: 768px) {
  .header__start--left {
    flex-direction: column;
    gap: 10px;
    align-items: start;
    width: 100%;
  }
}
.header__start--left .logo {
  display: block;
  width: 88px;
  height: 88px;
  border-radius: 50%;
  overflow: hidden;
}
@media (max-width: 992px) {
  .header__start--left .logo {
    width: 66px;
    height: 66px;
  }
}
@media (max-width: 520px) {
  .header__start--left .logo {
    width: 44px;
    height: 44px;
  }
}
.header__start--left .logo img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.header__start--left .nav {
  display: flex;
  align-items: center;
  gap: 20px;
}
@media (max-width: 992px) {
  .header__start--left .nav {
    gap: 10px;
  }
}
@media (max-width: 768px) {
  .header__start--left .nav {
    width: 100%;
    justify-content: space-between;
  }
}
.header__start--left .nav a {
  color: #000;
  text-align: center;
  font-size: 24px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  text-decoration: none;
  position: relative;
  transition: 0.5s all ease;
}
@media (max-width: 992px) {
  .header__start--left .nav a {
    font-size: 18px;
  }
}
@media (max-width: 520px) {
  .header__start--left .nav a {
    font-size: 16px;
  }
}
.header__start--left .nav a::after {
  content: "";
  display: block;
  position: absolute;
  width: 0;
  height: 2px;
  background-color: #08F;
  bottom: -4px;
  left: 50%;
  transition: 0.3s all ease;
}
@media (max-width: 768px) {
  .header__start--left .nav a::after {
    display: none;
  }
}
.header__start--left .nav a:hover {
  color: #08F;
  transform: translateY(-5px);
}
@media (max-width: 768px) {
  .header__start--left .nav a:hover {
    color: #000;
    transform: translateY(0);
  }
}
.header__start--left .nav a:hover::after {
  width: 100%;
  left: 0;
}
.header__start--right {
  display: flex;
  align-items: center;
  gap: 10px;
}
@media (max-width: 768px) {
  .header__start--right {
    position: absolute;
    top: 30px;
    right: 0;
    z-index: 2;
  }
}
@media (max-width: 520px) {
  .header__start--right {
    top: 20px;
  }
}
.header__start--right a {
  display: block;
  padding: 10px 20px;
  text-decoration: none;
  border-radius: 100px;
  text-align: center;
  font-size: 24px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  position: relative;
  overflow: hidden;
  transition: 0.3s all ease;
  z-index: 2;
}
@media (max-width: 992px) {
  .header__start--right a {
    font-size: 18px;
  }
}
@media (max-width: 520px) {
  .header__start--right a {
    padding: 6px 12px;
    font-size: 16px;
  }
}
.header__start--right a:first-child {
  border: 2px solid #08F;
  color: #08f;
}
.header__start--right a:first-child::after {
  content: "";
  display: block;
  position: absolute;
  height: 100%;
  width: 0;
  left: 50%;
  top: 0;
  background-color: #08F;
  z-index: -1;
  transition: 0.3s all ease;
}
@media (max-width: 768px) {
  .header__start--right a:first-child::after {
    display: none;
  }
}
.header__start--right a:first-child:hover {
  color: #fff;
}
@media (max-width: 768px) {
  .header__start--right a:first-child:hover {
    color: #08f;
  }
}
.header__start--right a:first-child:hover::after {
  width: 100%;
  left: 0;
}
.header__start--right a:last-child {
  background-color: #08F;
  color: #fff;
  border: 2px solid #08F;
}
.header__start--right a:last-child::after {
  content: "";
  display: block;
  position: absolute;
  height: 100%;
  width: 0;
  left: 50%;
  top: 0;
  background-color: #fff;
  z-index: -1;
  transition: 0.3s all ease;
}
@media (max-width: 768px) {
  .header__start--right a:last-child::after {
    display: none;
  }
}
.header__start--right a:last-child:hover {
  color: #08f;
}
@media (max-width: 768px) {
  .header__start--right a:last-child:hover {
    color: #fff;
  }
}
.header__start--right a:last-child:hover::after {
  width: 100%;
  left: 0;
}

.factory {
  background-color: #fff;
  border-radius: 72px 72px 0 0;
  padding-top: 64px;
}
@media (max-width: 768px) {
  .factory {
    padding-top: 40px;
    border-radius: 36px 36px 0 0;
  }
}
@media (max-width: 520px) {
  .factory {
    padding-top: 20px;
    border-radius: 24px 24px 0 0;
  }
}
.factory__start--cards {
  display: flex;
  align-items: stretch;
  gap: 20px;
  margin-top: 24px;
  position: relative;
  overflow: visible;
}
@media (max-width: 992px) {
  .factory__start--cards {
    flex-direction: column;
  }
}
@media (max-width: 520px) {
  .factory__start--cards {
    margin-top: 18px;
  }
}
.factory__start--cards-left {
  width: calc(50% - 10px);
  padding: 48px;
  background-color: #F7F7F7;
  border-radius: 48px;
  flex: 0 0 auto;
}
@media (max-width: 992px) {
  .factory__start--cards-left {
    width: 100%;
  }
}
@media (max-width: 768px) {
  .factory__start--cards-left {
    border-radius: 24px;
    padding: 30px;
  }
}
@media (max-width: 520px) {
  .factory__start--cards-left {
    padding: 20px;
    border-radius: 18px;
  }
}
.factory__start--cards-left .p-title {
  color: #000;
  font-size: 32px;
  font-style: normal;
  font-weight: 400;
  line-height: 120%;
  display: -webkit-box !important;
  -webkit-line-clamp: 3 !important;
  -webkit-box-orient: vertical !important;
  overflow: hidden !important;
}
@media (max-width: 992px) {
  .factory__start--cards-left .p-title {
    display: block !important;
    -webkit-line-clamp: unset !important;
    -webkit-box-orient: unset !important;
    overflow: visible !important;
  }
}
@media (max-width: 768px) {
  .factory__start--cards-left .p-title {
    font-size: 28px;
  }
}
@media (max-width: 520px) {
  .factory__start--cards-left .p-title {
    font-size: 24px;
  }
}
.factory__start--cards-left .p-span {
  color: #858585;
  font-size: 24px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  display: -webkit-box !important;
  -webkit-line-clamp: 12 !important;
  -webkit-box-orient: vertical !important;
  overflow: hidden !important;
}
@media (max-width: 992px) {
  .factory__start--cards-left .p-span {
    display: block !important;
    -webkit-line-clamp: unset !important;
    -webkit-box-orient: unset !important;
    overflow: visible !important;
  }
}
@media (max-width: 768px) {
  .factory__start--cards-left .p-span {
    font-size: 20px;
  }
}
@media (max-width: 520px) {
  .factory__start--cards-left .p-span {
    font-size: 18px;
  }
}
.factory__start--cards-right {
  max-width: 960px;
  width: 100%;
}
.factory__start--cards-right .swiper {
  overflow: hidden;
}
.factory__start--cards-right .swiper .swiper-slide {
  width: auto;
  flex-shrink: 0;
}
.factory__start--cards-right .swiper .img {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 425px;
  border-radius: 48px;
  overflow: hidden;
}
@media (max-width: 992px) {
  .factory__start--cards-right .swiper .img {
    width: 300px;
    border-radius: 24px;
  }
}
@media (max-width: 520px) {
  .factory__start--cards-right .swiper .img {
    width: 225px;
    border-radius: 18px;
  }
}
.factory__start--cards-right .swiper .img img {
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.factory__start .swiper-button {
  margin-top: 18px;
  display: flex;
  align-items: center;
  justify-content: right;
}
.factory__start .swiper-button .button-str {
  width: 64px;
  height: 64px;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}
a.card img {
    border-radius: 48px;
}
@media (max-width: 768px) {
  .factory__start .swiper-button .button-str {
    width: 48px;
    height: 48px;
  }
}
.factory__start .swiper-button .button-str img {
  width: 100%;
}
.factory__start .swiper-button .right {
  transform: rotate(180deg);
}

.about {
  padding-bottom: 64px;
  border-radius: 0 0 72px 72px;
  background-color: #fff;
}
@media (max-width: 768px) {
  .about {
    padding-bottom: 40px;
    border-radius: 0 0 36px 36px;
  }
}
@media (max-width: 520px) {
  .about {
    padding-bottom: 20px;
    border-radius: 0 0 24px 24px;
  }
}
.about__start .title {
  color: #0E610D;
}
.about__start--title {
  color: #000;
  font-size: 40px;
  font-style: normal;
  font-weight: 400;
  line-height: 100%;
  opacity: 0.4;
  margin-top: 24px;
}
@media (max-width: 992px) {
  .about__start--title {
    font-size: 24px;
  }
}
@media (max-width: 520px) {
  .about__start--title {
    margin-top: 20px;
  }
}
.about__start--cards {
  margin-top: 54px;
  display: flex;
  align-items: stretch;
  gap: 34px;
}
@media (max-width: 768px) {
  .about__start--cards {
    margin-top: 40px;
    flex-direction: column;
    gap: 20px;
  }
}
@media (max-width: 520px) {
  .about__start--cards {
    margin-top: 20px;
  }
}
.about__start--cards-left {
  width: calc(50% - 17px);
  flex: 0 0 auto;
  padding: 48px;
  background-color: #E3F3E5;
  border-radius: 48px;
  display: flex;
  flex-direction: column;
  gap: 54px;
}
@media (max-width: 1200px) {
  .about__start--cards-left {
    padding: 30px;
    border-radius: 24px;
  }
}
@media (max-width: 768px) {
  .about__start--cards-left {
    width: 100%;
  }
}
@media (max-width: 520px) {
  .about__start--cards-left {
    border-radius: 18px;
    padding: 20px;
    gap: 20px;
  }
}
.about__start--cards-left .item {
  display: flex;
  gap: 24px;
}
@media (max-width: 992px) {
  .about__start--cards-left .item {
    gap: 18px;
  }
}
.about__start--cards-left .item .img {
  flex: 0 0 auto;
}
@media (max-width: 992px) {
  .about__start--cards-left .item .img {
    width: 24px;
  }
}
@media (max-width: 520px) {
  .about__start--cards-left .item .img {
    width: 18px;
  }
}
@media (max-width: 992px) {
  .about__start--cards-left .item .img img {
    width: 100%;
  }
}
.about__start--cards-left .item .text .span-text {
  color: #000;
  font-size: 32px;
  font-style: normal;
  font-weight: 400;
  line-height: 120%;
}
@media (max-width: 992px) {
  .about__start--cards-left .item .text .span-text {
    font-size: 24px;
  }
}
@media (max-width: 520px) {
  .about__start--cards-left .item .text .span-text {
    font-size: 18px;
  }
}
.about__start--cards-left .item .text .p-text {
  color: #018600;
  font-family: Onest;
  font-size: 40px;
  font-style: normal;
  font-weight: 700;
  line-height: 100%;
  margin-top: 24px;
}
@media (max-width: 992px) {
  .about__start--cards-left .item .text .p-text {
    font-size: 32px;
  }
}
@media (max-width: 520px) {
  .about__start--cards-left .item .text .p-text {
    font-size: 24px;
    margin-top: 18px;
  }
}
.about__start--cards-right {
  width: calc(50% - 17px);
  flex: 0 0 auto;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
@media (max-width: 768px) {
  .about__start--cards-right {
    width: 100%;
  }
}
.about__start--cards-right .text {
  padding: 48px 46px;
  background-color: #F7F7F7;
  border-radius: 48px;
  display: flex;
  flex-direction: column;
  gap: 18px;
}
@media (max-width: 1200px) {
  .about__start--cards-right .text {
    padding: 30px;
    border-radius: 24px;
  }
}
@media (max-width: 520px) {
  .about__start--cards-right .text {
    border-radius: 18px;
    padding: 20px;
  }
}
.about__start--cards-right .text .p-text {
  color: #000;
  font-size: 32px;
  font-style: normal;
  font-weight: 400;
  line-height: 120%;
}
@media (max-width: 992px) {
  .about__start--cards-right .text .p-text {
    font-size: 24px;
  }
}
@media (max-width: 520px) {
  .about__start--cards-right .text .p-text {
    font-size: 18px;
  }
}
@media (max-width: 768px) {
  .about__start--cards-right .button {
    text-align: center;
    margin-top: 20px;
  }
}
.about__start--cards-right .button a {
  display: inline-block;
  text-decoration: none;
  padding: 16px 24px;
  background-color: #018600;
  border-radius: 100px;
  color: #FFF;
  font-size: 32px;
  font-style: normal;
  font-weight: 400;
  line-height: 120%;
  position: relative;
  z-index: 2;
  overflow: hidden;
}
@media (max-width: 992px) {
  .about__start--cards-right .button a {
    font-size: 18px;
  }
}
@media (max-width: 520px) {
  .about__start--cards-right .button a {
    padding: 6px 12px;
    font-size: 16px;
  }
}
.about__start--cards-right .button a::after {
  content: "";
  display: block;
  position: absolute;
  height: 100%;
  width: 0;
  left: 50%;
  top: 0;
  background-color: #08F;
  z-index: -1;
  transition: 0.3s all ease;
}
.about__start--cards-right .button a:hover {
  color: #fff;
}
.about__start--cards-right .button a:hover::after {
  width: 100%;
  left: 0;
}

.footer {
  margin-top: 64px;
  background-image: url(../img/footer-img.png);
  background-position: bottom;
  background-repeat: no-repeat;
  background-size: cover;
}
@media (max-width: 1440px) {
  .footer {
    background-size: contain;
  }
}
@media (max-width: 768px) {
  .footer {
    margin-top: 40px;
  }
}
@media (max-width: 520px) {
  .footer {
    margin-top: 20px;
  }
}
.footer.background-none {
  background-image: none;
}
.footer__start--title {
  color: #08F;
  font-size: 92px;
  font-style: normal;
  font-weight: 500;
  line-height: 100%;
}
@media (max-width: 768px) {
  .footer__start--title {
    font-size: 52px;
  }
}
@media (max-width: 520px) {
  .footer__start--title {
    font-size: 32px;
  }
}
.footer__start--logo {
  margin-top: 32px;
  display: flex;
  justify-content: space-between;
  gap: 10px;
}
@media (max-width: 768px) {
  .footer__start--logo {
    margin-top: 20px;
  }
}
@media (max-width: 520px) {
  .footer__start--logo {
    flex-wrap: wrap;
    justify-content: center;
  }
}
.footer__start--logo .item {
  display: block;
  flex: 0 0 auto;
  background-color: #fff;
  width: 420px;
  padding: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 16px;
}
@media (max-width: 1360px) {
  .footer__start--logo .item {
    width: calc(33.33% - 6.66px);
  }
}
@media (max-width: 768px) {
  .footer__start--logo .item {
    padding: 12px;
    border-radius: 12px;
  }
}
@media (max-width: 520px) {
  .footer__start--logo .item {
    width: calc(50% - 5px);
  }
}
@media (max-width: 1360px) {
  .footer__start--logo .item img {
    width: 100%;
  }
}
.footer__start--map {
  margin-top: 87px;
  display: flex;
  align-items: stretch;
  gap: 22px;
  height: 497px;
  overflow: hidden;
}
@media (max-width: 820px) {
  .footer__start--map {
    flex-direction: column-reverse;
    height: auto;
    margin-top: 40px;
    position: relative;
    gap: 20px;
    padding-bottom: 432px;
  }
}
@media (max-width: 520px) {
  .footer__start--map {
    margin-top: 20px;
    gap: 18px;
  }
}
.footer__start--map-left {
  width: calc(50% - 10px);
}
@media (max-width: 820px) {
  .footer__start--map-left {
    width: 100%;
    height: 400px;
  }
}
.footer__start--map-left iframe {
  width: 100%;
  height: 100%;
  border-radius: 24px;
}
@media (max-width: 520px) {
  .footer__start--map-left iframe {
    border-radius: 18px;
  }
}
.footer__start--map-right {
  width: calc(50% - 10px);
}
@media (max-width: 820px) {
  .footer__start--map-right {
    width: 100%;
  }
}
.footer__start--map-right .search {
  position: relative;
  display: block;
}
.footer__start--map-right .search input {
  padding: 20px 20px 20px 64px;
  border: none;
  outline: none;
  width: 100%;
  background-color: #fff;
  border-radius: 96px;
  font-size: 24px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
@media (max-width: 768px) {
  .footer__start--map-right .search input {
    border-radius: 36px;
  }
}
@media (max-width: 520px) {
  .footer__start--map-right .search input {
    font-size: 18px;
    padding: 10px 10px 10px 36px;
    border-radius: 14px;
  }
}
.footer__start--map-right .search input::-moz-placeholder {
  color: #858585;
  font-size: 24px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
.footer__start--map-right .search input::placeholder {
  color: #858585;
  font-size: 24px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
@media (max-width: 520px) {
  .footer__start--map-right .search input::-moz-placeholder {
    font-size: 18px;
  }
  .footer__start--map-right .search input::placeholder {
    font-size: 18px;
  }
}
.footer__start--map-right .search .img {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  border: none;
  outline: none;
  background-color: #fff;
  left: 20px;
  width: 24px;
  height: 24px;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (max-width: 520px) {
  .footer__start--map-right .search .img {
    width: 16px;
    height: 16px;
    left: 10px;
  }
}
@media (max-width: 520px) {
  .footer__start--map-right .search .img img {
    width: 100%;
  }
}
.footer__start--map-right .location-1 {
  background-color: #fff;
  border-radius: 24px;
  margin-top: 14px;
}
@media (max-width: 820px) {
  .footer__start--map-right .location-1 {
    position: absolute;
    bottom: 0;
    width: 100%;
  }
}
.footer__start--map-right .location {
  height: 412px;
  padding: 30px 11px 30px 40px;
  overflow-y: scroll;
  margin-right: 11px;
}
@media (max-width: 520px) {
  .footer__start--map-right .location {
    padding: 20px 10px 20px 20px;
    margin-right: 10px;
  }
}
.footer__start--map-right .location::-webkit-scrollbar {
  width: 18px;
}
@media (max-width: 520px) {
  .footer__start--map-right .location::-webkit-scrollbar {
    width: 12px;
  }
}
.footer__start--map-right .location::-webkit-scrollbar-track {
  background-color: #fff;
}
.footer__start--map-right .location::-webkit-scrollbar-thumb {
  background-color: #858585;
  border-radius: 30px;
}
@media (max-width: 520px) {
  .footer__start--map-right .location::-webkit-scrollbar-thumb {
    border-radius: 6px;
  }
}
.footer__start--map-right .location-item {
  border-bottom: 1px solid #000;
  display: block;
  padding-bottom: 24px;
  margin-bottom: 32px;
}
@media (max-width: 520px) {
  .footer__start--map-right .location-item {
    padding-bottom: 18px;
    margin-bottom: 20px;
  }
}
.footer__start--map-right .location-item:last-child {
  border-bottom: none;
  padding-bottom: 0;
  margin-bottom: 0;
}
.footer__start--map-right .location-item input {
  display: none;
}
.footer__start--map-right .location-item-title {
  color: #000;
  font-size: 24px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
}
.footer__start--map-right .location-item-span {
  color: #858585;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
.footer__start--map-right .location-item-span a {
  text-decoration: none;
  display: block;
  color: #858585;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
.footer__start--map-right .location-item .comment {
  margin-top: 16px;
  margin-bottom: 24px;
  display: flex;
  gap: 4px;
  align-items: center;
}
.footer__start--map-right .location-item .comment .comment-item {
  display: flex;
  gap: 8px;
  padding: 8px 16px;
  border-radius: 30px;
}
.footer__start--map-right .location-item .comment .comment-item p {
  color: #F7F7F7;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
.footer__start--map-right .location-item .comment .comment-item:first-child {
  background-color: #ED1C24;
}
.footer__start--map-right .location-item .comment .comment-item:last-child {
  border: 1px solid #EB2316;
  background-color: #fff;
}
.footer__start--map-right .location-item .comment .comment-item:last-child p {
  color: #EB2316;
}
.footer__start--map-right .location-item .comment.blue .comment-item:first-child {
  background-color: #08F;
}
.footer__start--map-right .location-item .comment.blue .comment-item:last-child {
  border: 1px solid #08F;
  background-color: #fff;
}
.footer__start--map-right .location-item .comment.blue .comment-item:last-child p {
  color: #08F;
}
.footer__start--network {
  margin-top: 64px;
  display: flex;
  justify-content: space-between;
}
@media (max-width: 768px) {
  .footer__start--network {
    margin-top: 40px;
    flex-direction: column;
    gap: 20px;
  }
}
@media (max-width: 520px) {
  .footer__start--network {
    margin-top: 20px;
  }
}
.footer__start--network .left {
  display: block;
  text-decoration: none;
  display: flex;
  align-items: center;
  gap: 19px;
}
@media (max-width: 520px) {
  .footer__start--network .left {
    gap: 12px;
  }
}
@media (max-width: 520px) {
  .footer__start--network .left .img {
    width: 35px;
    flex: 0 0 auto;
  }
}
@media (max-width: 520px) {
  .footer__start--network .left .img img {
    width: 100%;
  }
}
.footer__start--network .left .p-text {
  color: #000;
  font-size: 24px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  max-width: 340px;
}
@media (max-width: 520px) {
  .footer__start--network .left .p-text {
    font-size: 18px;
    max-width: 100%;
  }
}
.footer__start--network .right {
  display: flex;
  align-items: center;
  gap: 33px;
}
@media (max-width: 768px) {
  .footer__start--network .right {
    justify-content: right;
  }
}
.footer__start--network .right a {
  display: block;
}
@media (max-width: 520px) {
  .footer__start--network .right a {
    width: 40px;
  }
}
@media (max-width: 520px) {
  .footer__start--network .right a img {
    width: 100%;
  }
}
.footer__start--bottom {
  margin-top: 40px;
  padding-bottom: 50px;
  display: flex;
  justify-content: space-between;
}
@media (max-width: 768px) {
  .footer__start--bottom {
    padding-bottom: 40px;
    flex-direction: column;
  }
}
@media (max-width: 520px) {
  .footer__start--bottom {
    margin-top: 20px;
    padding-bottom: 20px;
  }
}
.footer__start--bottom a {
  text-decoration: none;
  color: #000;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
@media (max-width: 520px) {
  .footer__start--bottom a {
    font-size: 14px;
  }
}

.product__strat .title {
  color: #000;
}
.product__strat--items {
  margin-top: 64px;
}
@media (max-width: 768px) {
  .product__strat--items {
    margin-top: 40px;
  }
}
.product__strat--item {
  display: flex;
  gap: 19px;
  margin-top: 32px;
  align-items: stretch;
}
@media (max-width: 768px) {
  .product__strat--item {
    flex-wrap: wrap;
    margin-top: 20px;
  }
}
.product__strat--item .card {
  text-decoration: none;
  display: block;
  width: calc(33.33% - 6.3px);
  flex: 0 0 auto;
  background-color: #fff;
  border-radius: 45px;
  padding: 32px;
}
@media (max-width: 1200px) {
  .product__strat--item .card {
    padding: 20px;
    border-radius: 24px;
  }
}
@media (max-width: 992px) {
  .product__strat--item .card {
    padding: 10px;
    border-radius: 16px;
  }
}
@media (max-width: 768px) {
  .product__strat--item .card {
    width: calc(50% - 9.5px);
  }
}
@media (max-width: 520px) {
  .product__strat--item .card {
    width: 100%;
  }
}
.product__strat--item .card .img {
  overflow: hidden;
}
.product__strat--item .card .img img {
  border-radius: 24px;
  overflow: hidden;
  width: 100%;
  height: 350px;
  -o-object-fit: cover;
     object-fit: cover;
}
@media (max-width: 1200px) {
  .product__strat--item .card .img img {
    height: 270px;
  }
}
@media (max-width: 768px) {
  .product__strat--item .card .img img {
    width: 100%;
    height: 322px;
    border-radius: 12px;
  }
}
@media (max-width: 520px) {
  .product__strat--item .card .img img {
    height: auto;
  }
}
.product__strat--item .card .size {
  color: var(--Grey-dark, #858585);
  font-size: 32px;
  font-style: normal;
  font-weight: 400;
  line-height: 120%;
  margin-top: 24px;
}
@media (max-width: 992px) {
  .product__strat--item .card .size {
    font-size: 24px;
    margin-top: 12px;
  }
}
.product__strat--item .card .name {
  margin-top: 24px;
  color: #000;
  font-size: 40px;
  font-style: normal;
  font-weight: 700;
  line-height: 100%; /* 40px */
  text-transform: uppercase;
}
@media (max-width: 992px) {
  .product__strat--item .card .name {
    font-size: 26px;
    margin-top: 12px;
  }
}
.product__strat--item .card .name span {
  font-size: 32px;
  font-weight: 400;
}
@media (max-width: 992px) {
  .product__strat--item .card .name span {
    font-size: 18px;
  }
}
.product__strat--item .card .quality {
  color: var(--Black, #000);
  font-size: 32px;
  font-style: normal;
  font-weight: 400;
  line-height: 120%; /* 38.4px */
}
@media (max-width: 992px) {
  .product__strat--item .card .quality {
    font-size: 18px;
  }
}
.product__strat--item .card.max-img {
  padding: 0;
  background-color: transparent;
  overflow: hidden;
}
.product__strat--item .card.max-img img {
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  height: 100%;
}
.product__strat .products__start--button {
  padding-bottom: 0;
}

.product-card {
  padding-top: 40px;
  background-color: #fff;
  padding-bottom: 63px;
  border-radius: 0 0 72px 72px;
}
.product-card__start--back {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  text-decoration: none;
  padding: 10px 0;
  color: #000 !important;
  font-size: 24px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
.product-card__start--top {
  margin-top: 24px;
  display: flex;
  gap: 20px;
  align-items: stretch;
}
.product-card__start--top .left {
  flex: 0 0 auto;
  width: calc(50% - 10px);
  border-radius: 48px;
  overflow: hidden;
}
.product-card__start--top .left img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.product-card__start--top .right {
  flex: 0 0 auto;
  width: calc(50% - 10px);
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  border-radius: 48px;
  border: 5px solid #F7F7F7;
  background: #FFF;
  padding: 48px;
}
.product-card__start--top .right .right-top .p-title {
  color: #000;
  font-size: 64px;
  font-style: normal;
  font-family: Onest;
  font-weight: 500;
  line-height: 110%;
}
.product-card__start--top .right .right-top .p-span {
  color: #858585;
  font-family: Onest;
  font-size: 40px;
  font-style: normal;
  font-weight: 700;
  line-height: 100%;
  margin-top: 24px;
}
.product-card__start--top .right .right-bottom .p-span {
  color: #858585;
  font-size: 32px;
  font-style: normal;
  font-weight: 400;
  line-height: 120%;
}
.product-card__start--top .right .right-bottom .items {
  display: flex;
  align-items: stretch;
  gap: 8px;
  margin-top: 16px;
  font-family: Onest;
}
.product-card__start--top .right .right-bottom .items .item {
  padding: 16px;
  border-radius: 24px;
  background-color: #F7F7F7;
  color: #018600;
  font-size: 32px;
  font-style: normal;
  font-weight: 400;
  line-height: 120%;
}
.product-card__start--top .right .right-bottom .items .item span {
  display: block;
}
.product-card__start--top .right .right-bottom .items .item.active {
  background-color: #018600;
  color: #fff;
}
.product-card__start--center {
  margin-top: 19px;
  padding: 48px;
  border-radius: 48px;
  background-color: #F7F7F7;
  display: flex;
  align-items: stretch;
  gap: 24px;
}
.product-card__start--center .left {
  width: calc(50% - 12px);
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  flex: 0 0 auto;
}
.product-card__start--center .p-text {
  color: #000;
  font-size: 40px;
  font-style: normal;
  font-weight: 700;
  line-height: 100%;
}
.product-card__start--center .p-span {
  margin-top: 16px;
  color: #000;
  font-size: 24px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
.product-card__start--bottom {
  margin-top: 21px;
  padding: 48px;
  background-color: #F7F7F7;
  border-radius: 48px;
  color: #000;
  font-size: 24px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

.other {
  margin-top: 48px;
}
.other__strat .swiper {
  margin-top: 32px;
}
.other__strat .swiper .card {
  display: block;
  text-decoration: none;
  background-color: #fff;
  padding: 32px;
  border-radius: 48px;
  height: 100%;
}
.other__strat .swiper .swiper-slide{
  height: auto;
}
.other__strat .swiper .card .img img {
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  height: 339px;
  border-radius: 24px;
  object-position: top center;
}
.other__strat .swiper .card .size {
  color: #858585;
  font-size: 32px;
  font-style: normal;
  font-weight: 400;
  line-height: 120%;
  margin-top: 24px;
}
@media (max-width: 768px) {
  .other__strat .swiper .card .size {
    font-size: 24px;
    margin-top: 12px;
  }
}
.other__strat .swiper .card .name {
  margin-top: 24px;
  color: #000;
  font-size: 40px;
  font-style: normal;
  font-weight: 700;
  line-height: 100%; /* 40px */
  text-transform: uppercase;
}
@media (max-width: 768px) {
  .other__strat .swiper .card .name {
    font-size: 26px;
    margin-top: 12px;
  }
}
.other__strat .swiper .card .name span {
  font-size: 32px;
  font-weight: 400;
}
@media (max-width: 768px) {
  .other__strat .swiper .card .name span {
    font-size: 18px;
  }
}
.other__strat .swiper .card .quality {
  color: var(--Black, #000);
  font-size: 32px;
  font-style: normal;
  font-weight: 400;
  line-height: 120%; /* 38.4px */
}
@media (max-width: 768px) {
  .other__strat .swiper .card .quality {
    font-size: 18px;
  }
}
.other__strat .swiper .swiper-button {
  position: absolute;
  display: flex;
  justify-content: space-between;
  top: 194px;
  transform: translateY(-50%);
  left: 0;
  right: 0;
  z-index: 2;
}
.other__strat .swiper .swiper-button .button-str {
  width: 95px;
  height: 95px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #0088FF;
  border-radius: 50%;
  cursor: pointer;
}
.other__strat .swiper .swiper-button .right {
  transform: rotate(180deg);
}
.other__strat .products__start--button {
  margin-top: 48px;
  padding-bottom: 0;
  text-align: left;
}
@media (max-width: 1400px){
  .product-card__start--top .right .right-bottom .items .item{
    padding: 14px;
    font-size: 30px;
  }
  .product-card__start--top .right{
    padding: 40px;
  }
}
@media (max-width: 1280px){
  .product-card__start--top .right{
    width: 585px;
  }

  .product-card__start--top .left{
    width: calc(100% - 605px);
  }
}
@media (max-width: 992px){
  .product-card__start--top{
    flex-direction: column;
  }
  .product-card__start--top .left{
    width: 100%;
  }
  .product-card__start--top .right{
    width: 100%;
  }
  .product-card__start--top .right .right-bottom .items{
    justify-content: space-between;
  }
  .product-card__start--top .right .right-bottom .items .item{
    width: calc(25% - 2px);
    font-size: 28px;
  }
  .product-card__start--center,.product-card__start--bottom{
    padding: 40px;
  }
}
@media (max-width: 768px){
  .product-card__start--top .right .right-bottom .items .item{
    width: calc(25% - 2px);
    font-size: 20px;
  }
  .product-card__start--top .right{
    padding: 25px;
  }
  .product-card__start--top .right .right-top .p-title{
    font-size: 50px;
  }
  .product-card__start--top .right .right-bottom .p-span{
    font-size: 28px;
  }
  .product-card__start--top .right .right-top .p-span{
    font-size: 35px;
  }
  .product-card__start--center{
    flex-direction: column;
  }
  .product-card__start--center .left{
    width: 100%;
  }
}
@media (max-width: 560px){
  .product-card__start--top .right .right-bottom .items .item{
    font-size: 16px;
    padding: 10px;
  }
  .product-card__start--top .right{
    padding: 25px;
  }
  .product-card__start--top .right .right-top .p-title{
    font-size: 50px;
  }
  .product-card__start--top .right .right-bottom .p-span{
    font-size: 28px;
  }
  .product-card__start--top .right .right-top .p-span{
    font-size: 35px;
  }
  .product-card__start--center,.product-card__start--bottom{
    padding: 30px;
  }
  .product-card{
    border-radius: 0 0 50px 50px;
  }
}
@media (max-width: 480px){
  .product-card__start--top .right{
    padding: 20px;
  }
  .product-card__start--top .right .right-bottom .items{
    flex-wrap: wrap;
    gap: 20px;
  }
  .product-card__start--top .right .right-bottom .items .item{
    width: calc(50% - 10px);
    border-radius: 10px;
    padding: 15px;
    font-size: 20px;
  }
  .product-card__start--center .p-text{
    font-size: 25px;
  }
  .product-card__start--center .p-span,.product-card__start--bottom{
    font-size: 16px;
  }
  .product-card__start--center, .product-card__start--bottom{
    padding: 20px;
    border-radius: 20px;
  }
  .product-card{
    border-radius: 0 0 40px 40px;
    padding-bottom: 35px;
  }
  .other__strat .swiper .swiper-button .button-str{
    width: 60px;
    height: 60px;
  }
  .other__strat .swiper .swiper-button .button-str img{
    width: 20px;
    height: 20px;
  }
  .other__strat .swiper .card .name{
    font-size: 24px;
  }
  .other__strat .swiper .card .size{
    font-size: 20px;
  }
  .other__strat .swiper .card .quality{
    font-size: 16px;
  }
  .other__strat .swiper .card{
    padding: 20px;
    border-radius: 20px;
  }
  .product-card__start--top .left,.product-card__start--top .right{
    border-radius: 20px;
  }
  .product-card__start--back{
    font-size: 16px;
  }
  .product-card__start--top .right .right-top .p-title{
    font-size: 40px;
  }
  .product-card__start--top .right .right-top .p-span{
    font-size: 30px;
  }
  .product-card__start--top .right .right-bottom .p-span{
    font-size: 20px;
  }
}

a.card img {
    border-radius: 48px !Important;
}

.factory__start--cards-left p.p-span {
    margin-top: 30px;
}
.product-card__start .right {
    width: calc(50% - 12px);
    display: flex
;
    flex-direction: column;
    justify-content: space-between;
    flex: 0 0 auto;
}
.product-card__start .left, .product-card__start .right {
    gap: 36px !important;
}

.footer__start--map-left {
    width: 100%;
    height: 100%;
    overflow: hidden;
    border-radius: 24px;
}

#yandex-map {
    width: 100% !important;
    height: 100% !important;
    border-radius: 24px;
}
.shop-filters {
    display: flex;
    gap: 15px;
    margin-bottom: 20px;
    padding: 15px;
    background: #f5f5f5;
    border-radius: 12px;
}

.filter-item {
    display: flex;
    align-items: center;
    gap: 8px;
    cursor: pointer;
    user-select: none;
}

.filter-item input[type="checkbox"] {
    width: 18px;
    height: 18px;
    cursor: pointer;
}

.filter-item span {
    font-size: 14px;
    font-weight: 500;
}

label.location-item:last-child {
    margin-bottom: 60px !important;
}

button#load-more-shops {
    position: absolute;
    margin-left: 250px;
    margin-top: -120px;
    color: #FFF;
    text-align: center;
    font-size: 19px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    text-decoration: none;
    display: inline-block;
    padding: 10px 20px;
    background-color: #08F;
    border-radius: 100px;
    border: 0px;
}
.shop-filters {
    margin-bottom: 0px;
}

.location-1 {
    margin-top: 0px !important;
}
@media screen and (max-width:640px) {
    .filter-item span {
    font-size: 12px;
    font-weight: 500;
}
.footer__start--map-right .location-item-title {
    color: #000;
    font-size: 16px !important;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
}
.footer__start--map-right .location-item-span {
    color: #858585;
    font-size: 12px !important;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}
.footer__start--network {
    margin-top: 50px;
}
    .footer__start--network .right {
        justify-content: left !important;
    }
}


/* Заголовок блока */
.sprava-zagolovok {
    font-family: 'Onest', sans-serif;
    font-weight: 600;
    font-style: normal;
    font-size: 32px;
    line-height: 120%;
    letter-spacing: 0%;
    vertical-align: bottom;
    color: #000000;
    margin: 0 0 20px 0;
    padding: 0;
}

/* Элемент повторителя */
.sprava-item {
    display: flex;
    align-items: center;
    margin-bottom: 20px;
}

.sprava-image {
    flex-shrink: 0;
    margin-right: 15px;
}

.sprava-image img {
    width: 32px;
    height: 32px;
    display: block;
}

.sprava-text {
    font-family: 'Onest', sans-serif;
    font-weight: 400;
    font-style: normal;
    font-size: 32px;
    line-height: 120%;
    letter-spacing: 0;
    vertical-align: bottom;
    margin: 0;
    padding: 0;
    color: #000000;
}

/* Текст в конце блока */
.sprava-koniec {
    font-family: 'Onest', sans-serif;
    font-weight: 400;
    font-style: normal;
    font-size: 32px;
    line-height: 120%;
    letter-spacing: 0%;
    vertical-align: bottom;
    color: #000000;
    margin: 20px 0 0 0;
    padding: 0;
}

/* Если текст в конце содержит параграфы или другие элементы */
.sprava-koniec p {
    margin: 0 0 10px 0;
}

.sprava-koniec p:last-child {
    margin-bottom: 0;
}

.about__start--cards-left .item .img {
    padding-top:24px;
}

.desc, .sostav .p-span{
font-family: Onest;
font-weight: 400;
font-style: Regular;
font-size: 20px !important;
line-height: 105% !important;
letter-spacing: 0%;
margin-top: 20px;
}

.product-card__start .left, .product-card__start .right {
    gap: 30px !important;
    justify-content: flex-start;
}