.banner {
  display: flex;
  height: 680px;
  justify-content: space-between;
}
@media screen and (max-width: 700px) {
  .banner {
    flex-direction: column;
    height: 100%;
  }
}

.catalog_accordion {
  background-color: #fff;
  color: #000;
  cursor: pointer;
  padding: 16px 16px 0 16px;
  width: 100%;
  border: none;
  text-align: left;
  outline: none;
  font-size: 1rem;
  transition: 0.4s;
}

.catalog_accordion.active{
    background-color: #fff;
    padding-bottom: 3rem;
}

.catalog_accordion_parent {
    position: relative;
}

.catalog_accordion:after {
  content: '\002B';
  color: #777;
  font-weight: bold;
  float: right;
  margin-left: 5px;
}

.catalog_accordion.active:after {
  content: "\2212";
}

.catalog_accordion.active .catalog_accordion-panel {
  padding: 1.5rem 1rem;
}

.catalog_accordion-panel{
  padding: 0 1rem;
  background-color: white;
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.2s ease-out;
  background-color: #fff;
  margin-bottom: 1rem;
  font-size: 0.9rem;
}


.catalog_accordion-panel ul {
    margin-left: 2rem;
    padding-top: 0.5rem;
}

.catalog__faq .catalog__benefits-title {
    padding-bottom: 1rem;
}

@media screen and (max-width:550px){
    .catalog_accordion{
        display: flex;
        width: 100%;
        justify-content: space-between;
        align-items: center;
    }
    .catalog_accordion span {
        max-width: 320px;
        width: 100%;
        display: block;
    }
}






.banner__text h1 {
  padding: 0;
  margin-bottom: 20px;
  font-size: 60px;
  font-weight: 500;
  line-height: 63px;
  max-width: 600px;
  width: 100%;
}

@media screen and (max-width: 768px) {
  .banner__text h1 {
    font-size: clamp(30px, 4vw + 1rem, 40px);
    line-height: 1.2;
  }
}
.banner__text p {

  font-weight: 400;
  
  letter-spacing: 0em;
  max-width: 500px;
  width: 100%;
}
@media screen and (min-width: 421px) {
   .banner__text p {
       font-size: 18px;
       line-height: 27px;
   } 
}
@media screen and (min-width: 420px) {
    .banner__text p {
       font-size: 16px;
       line-height: 1.2;
   } 
}
.banner__form {
  position: relative;
  width: 574px;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (max-width: 1280px) and (min-width: 700px) {
  .banner__form {
    width: 500px;
    overflow: hidden;
  }
}
@media screen and (max-width: 700px) and (min-width: 590px) {
  .banner__form {
    width: 100%;
    overflow: hidden;
    height: 500px;
  }
}
@media screen and (max-width: 590px) {
  .banner__form {
    width: 100%;
    overflow: hidden;
    align-items: flex-end;
    /* height: 620px; */
    height: fit-content;
    /* padding-bottom: 60px; */
  }
}
.banner__form-image {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
}
@media screen and (max-width: 700px) {
  .banner__form-image {
    width: 100%;
    height: 100%;
  }
}
@media screen and (max-width: 700px) and (min-width: 590px) {
  .banner__form-image img {
    width: 100%;
  }
}
@media screen and (max-width: 590px) {
  .banner__form-image img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }
}
.banner__image {
  position: absolute;
  bottom: -50px;
  left: 50%;
  transform: translateX(-50%);
}
@media screen and (max-width: 1390px) and (min-width: 590px) {
  .banner__image {
    left: 30%;
    bottom: 0%;
  }
}
@media screen and (max-width: 590px) and (min-width: 420px) {
  .banner__image {
    left: 50%;
    bottom: unset;
    top: 25%;
  }
}
@media screen and (max-width: 420px) {
  .banner__image {
    left: 50%;
    bottom: unset;
    top: 30%;
  }
}
@media screen and (max-width: 1390px) and (min-width: 590px) {
  .banner__image img {
    max-height: 400px;
    height: 100%;
  }
}
@media screen and (max-width: 590px) {
  .banner__image img {
    /* max-height: 200px;
    height: 100%; */
    display: none;
  }
}

@media screen and (max-width: 1000px) and (min-width: 700px) {
  .banner .banner__form .banner__form-form.main-form {
    max-width: 270px;
    padding: 30px 0px 20px;
  }
  .checkbox-container {
    max-width: 240px;
  }
}
@media screen and (max-width: 700px) and (min-width: 590px) {
  .banner .banner__form .banner__form-form.main-form {
    max-width: 270px;
    padding: 30px 10px 20px;
    margin-right: -50%;
  }
}
@media screen and (max-width: 420px) {
  .banner .banner__form .banner__form-form.main-form {
    max-width: calc(100% - 30px);
    padding: 30px 15px 20px;
  }
}
@media screen and (max-width: 360px) {
  .banner .banner__form .banner__form-form.main-form {
    padding-left: 20px;
    padding-right: 20px;
  }
  .banner .banner__form .banner__form-form.main-form p {
    font-size: 18px;
  }
}

.benefits {
  display: flex;
  background-color: #fff;
  gap: 30px;
  padding: 20px 20px 20px;
  
  /* max-width: 1200px; */
  width: 100%;
  box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
}
@media screen and (min-width: 421px) {
    .benefits {
        padding: 20px 20px 20px;
    }
}

@media screen and (max-width: 420px) {
    .benefits {
        padding: 20px 10px 20px;
    }
}

@media screen and (max-width: 940px) and (min-width: 420px) {
  .benefits {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 0;
  }
}
@media screen and (min-width: 591px) {
    .benefits {
        margin-top: -50px;
    }
}
@media screen and (max-width: 590px) {
    .benefits {
        margin-top: 5rem;
    }
}
@media screen and (max-width: 420px) {
  /* .benefits {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 0;
  } */
  .benefits {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 0px;
  }
  
  .benefits .benefits-item p {
      font-size: 12px;
      max-width: 90%;
  }
}
.benefits-item {
  display: inline-flex;
  flex-direction: column;
  gap: 20px;
  width: 25%;
  padding-right: 20px;
}
@media screen and (max-width: 420px) {
  .benefits-item {
    align-items: center;
  }
}
@media screen and (min-width: 940px) {
  .benefits-item:not(:last-child) {
    border-right: 1px solid #bdbdbd;
  }
}
@media screen and (max-width: 420px) {
  .benefits-item {
    width: 100%;
    padding: 20px 0;
    text-align: center;
  }
  .benefits-item:first-child {
    border-bottom: 1px solid #bdbdbd;
    border-right: 1px solid #bdbdbd;
  }
  /* .benefits-item:nth-child(2), .benefits-item:nth-child(3), .benefits-item:nth-child(4) { */
  .benefits-item:nth-child(2) {
    border-bottom: 1px solid #bdbdbd;
  }
  .benefits-item:nth-child(3) {
    border-right: 1px solid #bdbdbd;
  }
}
@media screen and (max-width: 940px) and (min-width: 420px) {
  .benefits-item {
    width: 100%;
  }
  .benefits-item:nth-child(odd) {
    border-right: 1px solid #bdbdbd;
  }
  .benefits-item:first-child {
    border-bottom: 1px solid #bdbdbd;
    padding: 0px 30px 30px 0;
  }
  .benefits-item:last-child {
    padding: 30px 0px 0px 30px;
  }
  .benefits-item:nth-child(3) {
    padding: 30px 0 30px 0;
  }
  .benefits-item:nth-child(2) {
    padding: 0px 0px 30px 30px;
    border-bottom: 1px solid #bdbdbd;
  }
}
.benefits-item p {
  font-size: 16px;
  font-weight: 400;
  color: #333;
}

.catalog {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  margin-bottom: 60px;
}
.catalog .title {
  margin-bottom: 40px;
}
.catalog .catalogSlider {
  width: 100%;
}
.catalog .catalogSlider .swiper-wrapper {
  transition-timing-function: linear;
}
@media screen and (min-width: 768px) {
  .catalog .catalogSlider .swiper-wrapper:hover .catalog-home-item {
    opacity: 0.8;
    filter: brightness(0.9) contrast(0.9);
    transition: opacity 0.4s ease-in-out, filter 0.4s ease-in-out;
  }
  .catalog .catalogSlider .swiper-wrapper:hover .catalog-home-item:hover {
    opacity: 1;
    filter: brightness(1);
  }
}
.catalog .catalogSlider .swiper-wrapper .swiper-slide {
  border: 1px solid #e6e6e6;
  border-radius: 20px;
}
.catalog .catalogSliderReverse {
  width: 100%;
}
.catalog .catalogSliderReverse .swiper-wrapper {
  transition-timing-function: linear;
}
@media screen and (min-width: 768px) {
  .catalog .catalogSliderReverse .swiper-wrapper:hover .catalog-home-item {
    opacity: 0.8;
    filter: brightness(0.9) contrast(0.9);
    transition: opacity 0.4s ease-in-out, filter 0.4s ease-in-out;
  }
  .catalog .catalogSliderReverse .swiper-wrapper:hover .catalog-home-item:hover {
    opacity: 1;
    filter: brightness(1);
  }
}
.catalog .catalogSliderReverse .swiper-wrapper .swiper-slide {
  border-bottom: 1px solid #e6e6e6;
  border-left: 1px solid #e6e6e6;
  border-right: 1px solid #e6e6e6;
  border-radius: 20px;
}
.catalog .catalog-home-item {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-between;
  background-color: #fff;
  gap: 20px;
  padding: 40px 20px;
  height: 100%;
}
.catalog .catalog-home-item p {
  font-weight: 500;
  font-size: 20px;
  max-width: 300px;
  height: 50px;
  text-align: center;
}
.catalog .catalog-home-item:hover {
  box-shadow: 0 0 16px rgba(0, 0, 0, 0.1);
}
.catalog .catalog-home-item-image {
  max-width: 300px;
  max-height: 200px;
}
.catalog .catalog-home-item-image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: bottom;
  object-position: 0 -50px;
}

.our__park {
  padding-bottom: 40px;
  padding-top: 20px;
  position: relative;
}
@media screen and (max-width: 390px) {
  .our__park {
    margin-bottom: 30px;
    padding-bottom: 50px;
  }
}
.our__park .my-controls-prev {
  position: absolute;
  top: 45%;
  left: 0px;
}
@media screen and (max-width: 1200px) {
  .our__park .my-controls-prev {
    left: 10px;
  }
}
@media screen and (max-width: 390px) {
  .our__park .my-controls-prev {
    top: 88%;
    left: 30%;
  }
}
.our__park .my-controls-next {
  position: absolute;
  top: 45%;
  right: 0;
}
@media screen and (max-width: 1200px) {
  .our__park .my-controls-next {
    right: 10px;
  }
}
@media screen and (max-width: 390px) {
  .our__park .my-controls-next {
    top: 88%;
    right: 30%;
  }
}
.our__park .my-controls .my-navigation .swiper-button-prev {
  position: absolute;
}

.parkSlider {
  max-width: calc(100% - 104px - 10px);
  width: 100%;
  overflow: hidden;
}
@media screen and (max-width: 390px) {
  .parkSlider {
    max-width: unset;
  }
}
.parkSlider .swiper-wrapper {
  margin-bottom: 20px;
  transition-timing-function: linear;
}
.parkSlider .swiper-wrapper .swiper-slide {
  width: auto;
}
@media screen and (min-width: 768px) {
  .parkSlider .swiper-wrapper:hover .product-card-wrapper {
    opacity: 0.8;
    filter: brightness(0.9) contrast(0.9);
    transition: opacity 0.4s ease-in-out, filter 0.4s ease-in-out;
  }
  .parkSlider .swiper-wrapper:hover .product-card-wrapper:hover {
    opacity: 1;
    filter: brightness(1);
  }
}

.product-card-wrapper {
  box-shadow: rgba(9, 30, 66, 0.25) 0px 1px 1px inset, rgba(9, 30, 66, 0.13) 0px 0px 1px 1px inset;
  width: 100%;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  height: calc(100% - 10px);
  margin-top: 5px;
  padding-bottom: 20px;
}
.product-card-wrapper img {
  width: 100%;
}
.product-card-wrapper-info {
  display: flex;
  flex-direction: column;
  margin: 0 10px;
  /* height:100%; */
}
.d_block {margin-top:auto;}
.product-card-wrapper-info .truck-title {
  text-align: center;
  height: 50px;
  font-size: 16px;
  line-height: 1.2;
  font-weight: 500;
  margin-top: 10px;
}
.product-card-wrapper-info .prices {
  display: flex;
  margin: 30px 0px;
  justify-content: space-between;
  margin-top:auto;
}
.product-card-wrapper-info .prices-item-variants-shift {
  font-size: 14px;
  line-height: 1.2;
  color: rgba(51, 51, 51, 0.7);
  font-weight: 500;
}
.product-card-wrapper-info .prices-item-variants-costs-block {
  margin-top: 10px;
}
.product-card-wrapper-info .prices-item-variants-costs-block .from {
  color: var(--primary-color-hover);
  font-size: 14px;
  line-height: 1.2;
  font-weight: 600;
}
.product-card-wrapper-info .prices-item-variants-costs-block .price-for {
  font-size: 16px;
  line-height: 1.2;
  font-weight: 600;
  color: var(--primary-color);
}

.product-card-wrapper {
  transition: opacity 0.3s ease-in-out;
}

.form__rent {
  background-color: var(--primary-color-hover);
  border-radius: 8px;
  display: flex;
  padding: 40px 50px 20px;
  flex-direction: row;
  gap: 20px;
  align-items: center;
  justify-content: space-between;
}

.wrap-text-fast-form {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}
@media screen and (min-width:481px){
    .form__rent {
        padding: 40px 50px 40px;
    }
}
@media screen and (max-width:480px){
    .form__rent {
        padding: 40px 15px 40px;
    }
    
    .form__rent .btn {
        max-width: unset;
        width: 100%;
    }
}
.new-form-rent .form__rent-form {
  display: flex;
  flex-direction: column;
  width: 50%;
}
.form__rent-form {
  display: flex;
  flex-direction: column;
  /* width: 50%; */
}
.form__rent-form fieldset {
  display: flex;
  outline: none;
  border: none;
  align-items: center;
  justify-content: center;
  gap: 20px;
  width: 100%;
  margin: 0;
  padding: 0;
}
@media screen and (max-width: 1024px) {
  .form__rent {
    flex-direction: column;
  }
  .form__rent-form fieldset {
    flex-direction: column;
  }
  .form__rent-form {
    width: 100%;
  }
}
.form__rent-form fieldset.flex-end {
  align-items: flex-end;
}
.form__rent-form fieldset.flex-end .form__rent-form-phone {
  max-width: unset;
}
.form__rent-form fieldset + fieldset {
  margin-top: 30px;
}
.form__rent-form fieldset + fieldset .checkbox-container {
  margin-top: 0;
}
.form__rent-form-choise, .form__rent-form-date, .form__rent-form-phone {
  display: flex;
  flex-direction: column;
  max-width: 400px;
  width: 100%;
}
.form__rent-form-choise input, .form__rent-form-date input, .form__rent-form-phone input {
  width: 100%;
  display: inline-flex;
  border: none;
  outline: 1px solid transparent;
  font-family: var(--font-family);
  line-height: 1.2;
  color: #333;
  font-size: 18px;
  padding: 15px 15px 15px 20px;
  cursor: pointer;
  text-align: left;
}
.form__rent-form-choise input:focus, .form__rent-form-choise input:active, .form__rent-form-date input:focus, .form__rent-form-date input:active, .form__rent-form-phone input:focus, .form__rent-form-phone input:active {
  border: none;
  outline: 1px solid var(--primary-color);
}
.form__rent-form-choise label, .form__rent-form-date label, .form__rent-form-phone label {
  margin-bottom: 10px;
  font-size: 14px;
  font-weight: 300;
}

.form__input-dropdown {
  width: 100%;
  position: relative;
  cursor: pointer;
}

.form__input-dropdown::after {
  content: "";
  position: absolute;
  right: 10px;
  top: 50%;
  width: 20px;
  height: 20px;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' style='fill: rgba(0, 0, 0, 1);transform: ;msFilter:;'%3E%3Cpath d='M16.293 9.293 12 13.586 7.707 9.293l-1.414 1.414L12 16.414l5.707-5.707z'%3E%3C/path%3E%3C/svg%3E");
  background-repeat: no-repeat;
}

.form__input-dropdown-items {
  position: absolute;
  top: 82px;
  left: 0;
  width: 100%;
  height: 150px;
  background: var(--belyy);
  margin: 0;
  list-style-type: none;
  padding: 15px 15px 15px 20px;
  overflow-y: scroll;
  z-index: 4;
  background-color: #fff;
  box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
}

.none {
  display: none !important;
}

.form__input-dropdown-items li:not(:first-child) {
  padding-top: 15px;
}

.form__input-dropdown-items::-webkit-scrollbar {
  width: 20px;
  height: 0;
  /* background-color: #F5F5F5; */
}

.form__input-dropdown-items::-webkit-scrollbar-thumb {
  height: 1em;
  border: 0.5em solid rgba(0, 0, 0, 0); /* Transparent border together with `background-clip: padding-box` does the trick */
  background-clip: padding-box;
  -webkit-border-radius: 1em;
  background-color: var(--primary-color);
  -webkit-box-shadow: inset 0 0 0 1px rgba(213, 20, 20, 0.025);
}

.form__input-dropdown-items::-webkit-scrollbar-button {
  width: 0;
  height: 0;
  display: none;
}

.form__input-dropdown-items::-webkit-scrollbar-corner {
  background-color: transparent;
}

.form__input-dropdown-items li {
  font-family: var(--font-family);
  color: #2C2C2C;
  font-size: 15px;
  font-weight: 400;
  line-height: 1.2;
}

.form__item-input-checkbox {
  display: flex;
  gap: 10px;
  align-items: start;
}

.form__item-input-checkbox [for=agreements-checkbox] {
  max-width: 100%;
  font-family: var(--font-family);
  font-size: 12px;
  line-height: 1.2;
  font-weight: 400;
}

.datepicker__wrapper {
  width: 100%;
}

.my-controls {
  display: flex;
  align-items: center;
  padding: 18px 0;
}
.my-controls.fixed-width {
  padding: 0;
}
@media screen and (max-width: 600px) {
  .my-controls {
    flex-direction: column;
  }
}
.my-controls .my-navigation {
  position: relative;
  width: 120px;
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media screen and (max-width: 960px) and (min-width: 600px) {
  .my-controls .my-navigation {
    width: 180px;
  }
}
@media screen and (max-width: 600px) {
  .my-controls .my-navigation {
    margin-top: 25px;
  }
}
.my-controls .my-navigation.fixed-width {
  width: -moz-fit-content;
  width: fit-content;
  height: 100%;
  align-items: unset;
}
.my-controls .my-navigation .swiper-button-next {
  border: 1px solid var(--primary-color);
  padding: 25px;
  border-radius: 50%;
  position: relative;
  top: 50%;
  transform: translateY(-50%);
  right: unset;
}
.my-controls .my-navigation .swiper-button-prev {
  border: 1px solid var(--primary-color);
  padding: 25px;
  border-radius: 50%;
  position: relative;
  top: unset;
  top: 50%;
  transform: translateY(-50%);
  left: unset;
}
.my-controls .my-navigation .swiper-button-next, .my-controls .my-navigation .swiper-button-prev {
  transition: background-color 0.3s ease-in-out;
}
.my-controls .my-navigation .swiper-button-next:hover, .my-controls .my-navigation .swiper-button-prev:hover {
  background-color: var(--primary-color-hover);
}
.my-controls .my-navigation .swiper-button-next:after, .my-controls .my-navigation .swiper-button-prev:after {
  color: var(--swiper-navigation-color, var(--primary-color));
}
.my-controls .my-pagination {
  display: flex;
  position: relative;
  align-items: center;
  justify-content: center;
  height: auto;
  z-index: 2;
  width: calc(100% - 120px);
  margin-left: 110px;
}
@media screen and (max-width: 960px) and (min-width: 600px) {
  .my-controls .my-pagination {
    width: calc(100% - 180px);
  }
}
@media screen and (max-width: 600px) {
  .my-controls .my-pagination {
    width: 100%;
    margin-left: 0px;
  }
}
.my-controls .my-pagination span {
  width: 42px;
  height: 4px;
  margin-right: 2px;
  background: var(--primary-color-hover);
}
.my-controls .my-pagination span.span-active {
  background: var(--primary-color);
}

.swiper-button-prev.swiper-park-button-prev,
.swiper-button-next.swiper-park-button-next {
  border: 1px solid var(--primary-color);
  width: 52px;
  height: 52px;
  border-radius: 50%;
  transform: none !important;
}
.swiper-button-prev.swiper-park-button-prev::after,
.swiper-button-next.swiper-park-button-next::after {
  color: var(--primary-color);
}

.swiper-button-prev.swiper-park-button-prev {
  left: 0;
}
.swiper-button-next.swiper-park-button-next {
  right: 0;
}

.reviewsSwiper {
  margin-top: 2rem;
}
.reviewsSwiper .title {
  margin-bottom: 2rem;
}
.reviewsSwiper .swiper-slide {
  width: auto;
}
.reviewsSwiper .swiper-slide-review-wrapper {
  display: flex;
  flex-direction: column;
  gap: 10px;
  align-items: center;
}
.reviewsSwiper .swiper-slide-review-wrapper p {
  font-weight: 700;
}
.reviewsSwiper .swiper-slide-review-wrapper a {
  width: 100%;
  height: 100%;
}
.reviewsSwiper .swiper-slide-review-wrapper a img {
  height: 250px;
  width: 200px;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: bottom;
     object-position: bottom;
}

.our_partners {
  margin-top: 5rem;
}

.partnersSlider .swiper-wrapper {
  transition-timing-function: linear;
}

.lettersSwiper {
  margin: 5rem auto 2rem;
}
.lettersSwiper .swiper-wrapper .swiper-slide {
  width: auto;
}
.lettersSwiper .swiper-wrapper .swiper-slide img {
  width: 220px;
  height: 310px;
  object-fit:cover;
}

.news-home {
  display: grid;
  grid-template-columns: repeat(4, minmax(300px, 1fr));
  gap: 20px;
  margin-bottom: 2rem;
}
@media screen and (min-width:1281px){
    .news-home {
         grid-template-columns: repeat(4, minmax(300px, 1fr));   
    }
}
@media screen and (max-width:1280px) and (min-width:641px){
    .news-home {
         grid-template-columns: repeat(2, minmax(300px, 1fr));   
    }
}
@media screen and (max-width:640px){
    .news-home {
         grid-template-columns: repeat(1, minmax(300px, 1fr));   
    }
}
.news{
    margin-top: 3rem;
}

.news-item {
  display: flex;
  flex-direction: column;
  overflow: hidden;
  box-shadow: rgba(50, 50, 93, 0.25) -1px 2px 5px -1px, rgba(0, 0, 0, 0.3) 0px 1px 3px -1px;
}

.news-item a img {
  width: 100%;
  height: 300px;
  object-fit:cover;
}
.news-item-text {
  padding: 20px;
  display: flex;
  flex-direction: column;
}
.news-title {
  font-weight: 500;
  font-size: 18px;
  min-height: 50px;
  transition: color 0.3s linear;
  margin-top: 10px;
}

.news-title:hover {
  color: var(--primary-color-hover);
}
.news-text-gray,
.news-item-text p{
  color: #999;
  font-size: 16px;
  line-height: 1.2;
}
.news  .regular-link {
    text-decoration: underline;
}

.article-seo {
  margin-bottom: 60px;
  margin-top: 3rem;
}
.article-seo p, .article-seo h2, .article-seo h3, .article-seo h4, .article-seo h5, .article-seo h6 {
  margin-top: 20px;
  line-height: 1.2;
}
.article-seo ol {
    margin-left: 20px;
}
.article-seo ol li {
    margin-top: 10px;
}

.read-more-check {
  display: none;
}

.read-more-label:before {
  content: "";
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' style='fill: rgba(255, 255, 255, 1);transform: ;msFilter:;'%3E%3Cpath d='M21.886 5.536A1.002 1.002 0 0 0 21 5H3a1.002 1.002 0 0 0-.822 1.569l9 13a.998.998 0 0 0 1.644 0l9-13a.998.998 0 0 0 .064-1.033zM12 17.243 4.908 7h14.184L12 17.243z'%3E%3C/path%3E%3C/svg%3E");
  top: -3%;
  position: absolute;
  width: 24px;
  height: 24px;
  right: 10px;
  font-size: 1rem;
  transform: rotate(0deg) translate(0%, 40%) scale(0.8);
  transition: top 0.3s ease-in-out, transform 0.3s ease-in-out;
}

.read-more-check:checked ~ .read-more-label:before {
  top: 0;
  transform: rotate(180deg) translate(0, -30%) scale(0.8);
}

.read-more-label:after {
  content: "Показать текст";
  text-transform: none;
}

.read-more-check:checked ~ .read-more-label:after {
  content: "Скрыть текст";
}

.read-more-label {
  position: absolute;
  display: inline-flex;
  width: -moz-fit-content;
  width: fit-content;
  bottom: -30px;
  padding: 10px 40px 10px 18px;
  background-color: var(--yellow);
  color: #fff;
  text-shadow: 0 0.1rem 0.3rem rgba(255, 255, 255, 0.3);
  text-align: center;
  text-transform: uppercase;
  outline: none;
  cursor: pointer;
  box-shadow: 0 0.15rem 0.3rem rgba(0, 0, 0, 0.4);
  transition: background-color 0.3s linear, bottom 0.2s linear 0.3s;
  border-radius: 16px;
}

.read-more-check:checked ~ .read-more-label {
  bottom: -50px;
}

.read-more-label:hover {
  background-color: var(--primary-color-hover);
}

/*
  The styles above aren't related with the functionality
*/
.read-more {
  margin-top: 20px;
  max-height: 0;
  display: block;
  overflow: hidden;
  transition: max-height 0.5s linear;
}

/*
The down side of this approach is that you have to know what will be the max-height in advance
*/
@media screen and (min-width: 1200px) {
  .read-more-check:checked ~ .read-more {
    max-height: 10000px;
  }
}
@media screen and (max-width: 1200px) {
  .read-more-check:checked ~ .read-more {
    max-height: 15000px;
  }
}
@media screen and (min-width: 1024px) {
  .footer {
    grid-template-columns: repeat(4, 1fr);
  }
}
@media screen and (max-width: 1024px) and (min-width: 600px) {
  .footer {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media screen and (max-width: 600px) {
  .footer {
    grid-template-columns: repeat(1, 1fr);
  }
}
.footer-item {
  display: flex;
  flex-direction: row;
  gap: 10px;
  align-items: flex-start;
  justify-content: space-between;
  width: 100%;
}
.footer-item-title {
  font-weight: 500;
  margin-bottom: 20px;
}
.footer-item-logo {
  display: flex;
  align-items: center;
  gap: 15px;
  margin-bottom: 30px;
}
.footer-item-logo .line {
  width: 15px;
  height: 100%;
  background-color: var(--primary-color-hover);
}
.footer-item-contacts .small {
  font-size: 14px;
}
.footer-item-contacts .small:last-child {
  margin: 5px 0 10px;
}
.footer-item-contacts-text {
  font-size: 18px;
  line-height: 1.2;
}
.footer-item-socials {
  display: flex;
  gap: 15px;
  margin-top: 20px;
}
.footer-item-list {
  list-style-type: none;
  display: flex;
  flex-direction: column;
  gap: 0.75rem;
}
.footer-item-list li a {
  color: #333;
  transition: color 0.3s ease-in-out;
  text-decoration: underline;
}
.footer-item-list li a:hover {
  color: var(--primary-color-hover);
}
.footer-bottom {
  border-top: 1px solid black;
}
.footer-bottom-wrapper {
  display: flex;
  flex-direction: column;
  gap: 20px;
  padding-top: 40px;
}
@media screen and (max-width: 768px) {
  .footer-bottom-wrapper {
    flex-direction: column;
  }
}
.footer-bottom-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-bottom: 20px;
}
@media screen and (max-width: 768px) {
  .footer-bottom-row {
    flex-direction: column;
    align-items: center;
  }
}
.footer-bottom-row-copyright {
  display: flex;
  gap: 20px;
  align-items: start;
}
@media screen and (max-width: 768px) {
  .footer-bottom-row-copyright {
    flex-direction: column;
    align-items: center;
  }
}
.footer-bottom-row-copyright .years {
  font-weight: 400;
}
.footer-bottom-row-copyright p ,
.footer-bottom-row-copyright a {
  font-weight: 500;
}
.footer-bottom-row-icons {
  display: inline-flex;
  gap: 20px;
  align-items: start;
}
.footer-bottom .more-raions {
  position: relative;
  margin-bottom: 0px;
  transition: margin-bottom 0.5s linear;
}
.footer-bottom .more-raions:has(.read-more-check:checked) {
  margin-bottom: 40px;
}
.footer-bottom .more-raions .read-more-label {
  bottom: unset;
  bottom: 0;
  padding: 10px 40px 10px 0px;
  color: #333;
  background-color: transparent;
  box-shadow: none;
  transition: color 0.3s linear, bottom 0.5s linear;
}
.footer-bottom .more-raions .read-more-label:hover {
  color: var(--primary-color-hover);
}
.footer-bottom .more-raions .read-more-label::before {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' style='fill: rgba(51, 51, 51, 1);transform: ;msFilter:;'%3E%3Cpath d='M21.886 5.536A1.002 1.002 0 0 0 21 5H3a1.002 1.002 0 0 0-.822 1.569l9 13a.998.998 0 0 0 1.644 0l9-13a.998.998 0 0 0 .064-1.033zM12 17.243 4.908 7h14.184L12 17.243z'%3E%3C/path%3E%3C/svg%3E");
}
.footer-bottom .more-raions .read-more-label::after {
  content: "Работаем в районах";
  text-transform: none;
}
.footer-bottom .more-raions .read-more-check:checked ~ .read-more-label {
  bottom: -50px;
}
.footer-bottom .more-raions .read-more-check:checked ~ .read-more-label :after {
  content: "Скрыть районы";
}

a.product-card-wrapper-image img {
    height: 230px;
    object-fit:cover;
}

.article-seo ul {
    margin-left: 20px;
}

.article-seo ul li:not(:first-child){
    padding-top: 10px;
}

.news-article ul {
    margin-left: 20px;
}

.news-article h3 {
    margin: 20px 0;
}

.news-article hr {
    margin-top: 20px;
}
.news-article ul li {
    margin-bottom: 0.5rem;
}
/*# sourceMappingURL=main.css.map */
/* Базовые стили таблицы */
.table-responsive {
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
  width: 100%;
  margin: 20px 0;
}

.table-responsive table {
  min-width: 600px;
  width: 100%;
  border-collapse: collapse;
  font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.05);
  background-color: #fff;
  border-radius: 10px;
  overflow: hidden;
}

/* Заголовки таблицы */
.table-responsive thead {
  background-color: #007BFF;
  color: white;
}

.table-responsive th {
  padding: 16px 12px;
  text-align: left;
  font-weight: 600;
  letter-spacing: 0.5px;
}

/* Строки таблицы */
.table-responsive tbody tr {
  transition: background-color 0.3s ease;
  border-bottom: 1px solid #eee;
}

.table-responsive tbody tr:hover {
  background-color: #f1f9ff;
}

/* Ячейки */
.table-responsive td {
  padding: 14px 12px;
  vertical-align: top;
  white-space: nowrap;
}

/* Для длинных ячеек можно разрешить перенос */
.table-responsive td:nth-child(6) { /* Например, для последней колонки */
  white-space: normal;
}
.styled-blockquote {
  position: relative;
  padding: 30px 40px;
  margin: 2em 0;
  line-height: 1.8;
  color: #333;
  background-color: #f9f9f9;
  border-left: 6px solid #f3c43a;
  border-radius: 10px;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.05);
  font-style: italic;
  quotes: "„" "“";
  transition: all 0.3s ease;
}

.styled-blockquote:hover {
  transform: translateY(-3px);
  box-shadow: 0 6px 16px rgba(0, 0, 0, 0.1);
}

.styled-blockquote p {
  margin: 0;
}

.styled-blockquote footer {
  display: block;
  margin-top: 15px;
  font-size: 1rem;
  color: #666;
  font-weight: 500;
  text-align: right;
}

/* Декоративные кавычки */
.styled-blockquote::before {
  content: open-quote;
  position: absolute;
  top: 15px;
  left: 15px;
  font-size: 3rem;
  color: #ccc;
  opacity: 0.6;
}

.styled-blockquote::after {
  content: close-quote;
  position: absolute;
  bottom: 15px;
  right: 20px;
  font-size: 2.5rem;
  color: #ccc;
  opacity: 0.6;
}
.blog-page figure {
    margin: 10px auto 30px;
    max-width: 1200px;
    width: 100%;
    padding:  0 1rem;
    box-sizing: border-box;
    display: flex
;
    flex-direction: column;
    align-items: center;
    background-color: #fbfbfb;
    border-radius: 12px;
    /* box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1); */
    overflow: hidden;}

.blog-page picture {
  width: 100%;
  display: block;
}

.blog-page img {
  width: 100%;
  height: auto;
  display: block;
  object-fit: cover; /* Ensures image fills space without distortion */
  border-radius: 8px; /* Slight rounding for image */
  transition: transform 0.3s ease; /* Smooth hover effect */
  margin:0px;
}

.blog-page img:hover {
  transform: scale(1.02); /* Subtle zoom on hover */
}

.blog-page figcaption {
  margin: 15px 0px;

    font-size: 16px;
    font-weight: 400;
    font-style: italic;
    color: #333;
    text-align: center;
    line-height: 1.5;
    padding: 0 1rem;
    max-width: 80%;
}

/* Responsive adjustments */
@media (max-width: 768px) {
  .blog-page figure {
    padding: 0.5rem;
    border-radius: 8px;
  }

  .blog-page figcaption {
    font-size: 1rem;
    max-width: 90%;
  }
}

@media (max-width: 400px) {
  .blog-page figcaption {
    font-size: 0.9rem;
    padding: 0 0.5rem;
  }
}