.star-icon {
  width: 16px;
  height: 17px;
  fill: #FED42B;
  stroke: #FED42B;
  stroke-width: 1px;
  transition: fill 0.3s ease-in-out;
}
.star-icon:hover {
  fill: #fff;
}

.btn-product {
  height: -moz-fit-content;
  height: fit-content;
  align-self: flex-end;
  justify-self: flex-start;
}

.single__tabs-content-item.seo-description-product ul,
.single__tabs-content-item.seo-description-product ol {
    margin-left: 20px;
}
.single__tabs-content-item.seo-description-product ul li,
.single__tabs-content-item.seo-description-product ol li{
    margin-top: 0.5rem;
}

h2.title {
  margin-top: 34px;
  margin-bottom: 8px;
  font-family: var(--font-family);
  font-weight: 500;
  text-align: center;
}

h3.title {
  font-size: 20px;
  font-family: var(--font-family);
  font-weight: 500;
  text-align: center;
  margin-bottom: 40px;
}
h3.title.no_marginb {
  margin-bottom: 0;
}

.single__product {
  display: flex;
  gap: 40px;
  margin-bottom: 40px;
}
@media screen and (max-width: 1280px) {
  .single__product {
    flex-direction: column;
    align-items: center;
  }
}

.single__product-image-swiper {
    max-width: 650px;
    width: 100%;
}
.single__product-image-swiper .swiper-button-next, .single__product-image-swiper .swiper-button-prev {
    background: var(--primary-color);
    padding: 15px 10px;
}

.single__product-image {
  max-width: 650px;
  height: 350px;
  width: 100%;
  display: flex;
  box-shadow: rgba(50, 50, 93, 0.25) 0px 6px 12px -2px, rgba(0, 0, 0, 0.3) 0px 3px 7px -3px;
}
.single__product-image img {
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.single__product-info {
  width: 100%;
  display: grid;
  grid-template-columns: 1.3fr 1.7fr;
  gap: 40px;
}
@media screen and (min-width: 1280px) {
  .single__product-info {
    grid-template-columns: 1.3fr 1.7fr;
  }
}
@media screen and (max-width: 1280px) {
  .single__product-info {
    grid-template-columns: 1fr;
    max-width: 650px;
  }
  .single__product-info .btn.btn-product {
    width: 100%;
    max-width: unset;
    text-align: center;
  }
}
.single__product-info-parametrs {
  display: flex;
  flex-direction: column;
  gap: 10px;
  list-style-type: none;
  height: -moz-fit-content;
  height: fit-content;
}
.single__product-info-parametrs li {
  display: inline-flex;
  align-items: center;
  gap: 5px;
}
/* .single__product-info-parametrs li .parametrs-dots{
    flex-grow: 1;
    align-self: flex-end;
    height: 2px;
    margin-bottom: 4px;
    margin-left: 5px;
    margin-right: 7px;
    background: repeating-linear-gradient(
        to right,
        black,        
        black 2px,        
        transparent 1px,        
        transparent 5px
    );
} */
.single__product-info-parametrs li .parametrs-text ,
.single__product-info-parametrs li .parametrs-value {
  font-size: 12px;
  font-weight: 400;
  line-height: 1.2;
}
.single__product-info-parametrs li .paramentrs-value {
  font-size: 14px;
  font-weight: 400;
  line-height: 1.2;
}
.single__product-info-prices {
  background-color: #f7f7f7;
  border-radius: 20px;
  padding: 20px 30px;
  display: flex;
  flex-direction: column;
  gap: 15px;
  align-items: center;
}
@media screen and (min-width: 1280px) {
  .single__product-info-prices {
    /* grid-column: 2/3;
    grid-row: 1/3; */
    height: fit-content;
  }
}
.single__product-info-prices .arenda {
  font-size: 1.5rem;
}
.single__product-info-prices-smena {
  display: inline-flex;
  flex-direction: column;
  gap: 2px;
  align-items: flex-start;
}
.single__product-info-prices-smena .name-of-type {
  font-size: 1rem;
  line-height: 0.9;
  font-weight: 300;
}
.single__product-info-prices-smena .count {
  font-weight: 700;
  font-size: 26px;
}
.single__product-info-prices .call-to-us {
  font-size: 24px;
}
.single__product-info-prices .phone {
  color: var(--primary-color);
  text-decoration: none;
  font-size: 24px;
  width: -moz-fit-content;
  width: fit-content;
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: start;
  transition: color 0.3s ease-in-out;
}
.single__product-info-prices .phone .product-phone-icon {
  width: 25px;
  height: 25px;
  fill: var(--primary-color);
  transition: fill 0.3s ease-in-out;
}
.single__product-info-prices .phone:hover {
  color: red;
}
.single__product-info-prices .phone:hover .product-phone-icon {
  fill: red;
}
.single__product-partner {
  margin-bottom: 40px;
}

.single__tabs {
  display: flex;
  flex-direction: column;
  margin-bottom: 40px;
}
@media screen and (max-width: 1280px) {
  .single__tabs {
    max-width: 650px;
  }
}
.single__tabs-items {
  display: inline-flex;
  list-style-type: none;
  gap: 30px;
}
.single__tabs-items li {
  color: #333;
  position: relative;
  padding-bottom: 7px;
  margin-bottom: 25px;
  overflow: hidden;
  cursor: pointer;
  transition: color 0.3s ease-in-out;
}
@media screen and (max-width: 1280px) {
  .single__tabs-items li {
    display: none;
  }
}
.single__tabs-items li::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 2px;
  background-color: #333;
  bottom: 0;
  left: -100%;
  transition: left 0.3s ease-in-out, background-color 0.3s ease-in-out;
}
.single__tabs-items li:hover::before {
  left: 0;
}
.single__tabs-items li.active-tab {
  color: var(--primary-color);
}
.single__tabs-items li.active-tab::before {
  left: 0;
  background-color: var(--primary-color);
}
.single__tabs-content-item {
  max-height: 2000px;
  overflow: hidden;
  transition: max-height 0.6s linear 0.6s, 0.6s ease-in 0.6s;
  color: #333;
}
@media screen and (max-width: 1280px) {
  .single__tabs-content-item {
    padding-top: 40px;
    padding-bottom: 40px;
    padding-left: 10px;
    padding-right: 10px;
    box-shadow: rgba(17, 17, 26, 0.1) 0px 0px 16px;
  }
  .single__tabs-content-item.hidden-tab-content {
    padding-top: 0;
    padding-bottom: 0;
  }
}
.single__tabs-content-item .reviews__list {
  padding-bottom: 20px;
}
.single__tabs-content-item .reviews__item {
  box-shadow: rgba(0, 0, 0, 0.05) 0px 6px 24px 0px, rgba(0, 0, 0, 0.08) 0px 0px 0px 1px;
  width: calc(100% - 40px);
  margin-left: 1px;
  padding: 40px;
}
@media screen and (max-width: 1280px) {
  .single__tabs-content-item .reviews__item {
    width: unset;
  }
}
.single__tabs-content-item .reviews__item:not(:first-child) {
  margin-top: 40px;
}
.single__tabs-content-item .reviews__item .person-name {
  font-weight: 700;
  font-size: 1rem;
  line-height: 1.2;
}
.single__tabs-content-item .reviews__item .date {
  font-size: 14px;
  line-height: 1.2;
  color: rgba(51, 51, 51, 0.7);
  font-weight: 500;
  line-height: 1.2;
}
.single__tabs-content-item .reviews__item .text {
  margin-top: 20px;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.2;
}
.single__tabs-content-item.hidden-tab-content {
  max-height: 0px;
  height: 100%;
  overflow: hidden;
  transition: max-height 0.4s linear 0s, 0.4s ease-in 0s;
  color: #fff;
}
.single__tabs-content-item.seo-description-product h2 {
  font-style: 24px;
  line-height: 1.2;
  font-weight: 500;
  margin-bottom: 12px;
}
.single__tabs-content-item.seo-description-product P {
  font-weight: 400;
  font-size: 16px;
  line-height: 1.2;
}
.single__tabs-content-item.seo-description-product P .name-seo {
  font-weight: 500;
}
.single__tabs-content-item.seo-description-product P:not(:last-child) {
  margin-bottom: 12px;
}
.single__tabs-content-item.seo-description-product P a {
  color: var(--primary-color);
  border-bottom: 1px solid var(--primary-color);
  transition: color 0.3s ease-in-out, border-color 0.3s ease-in-out;
}
.single__tabs-content-item.seo-description-product P a:hover {
  color: var(--primary-color-hover);
  border-color: var(--primary-color-hover);
}
.single__tabs-content-item.seo-description-product ul {
  margin-bottom: 12px;
}
@media screen and (min-width: 1200px) {
  .single__tabs-content-title-mobile {
    display: none;
  }
}
@media screen and (max-width: 1200px) {
  .single__tabs-content-title-mobile {
    display: block;
    padding: 20px;
    text-align: center;
    font-size: 24px;
    line-height: 1.2;
    font-weight: 500;
    box-shadow: rgba(50, 50, 93, 0.25) 0px 2px 5px -1px, rgba(0, 0, 0, 0.3) 0px 1px 3px -1px;
  }
}

@media screen and (max-width: 480px) {
  .reviewsSwiperSingle {
    overflow: hidden;
  }
}
.reviewsSwiperSingle .swiper-wrapper .swiper-slide {
  width: auto;
  height: auto;
}
.reviewsSwiperSingle .swiper-wrapper .swiper-slide-review-single-wrapper {
  max-width: 463px;
  width: 100%;
  box-shadow: rgba(0, 0, 0, 0.05) 0px 6px 24px 0px, rgba(0, 0, 0, 0.08) 0px 0px 0px 1px;
  padding: 20px 40px;
  border-radius: 15px;
  height: 100%;
  margin-left: 1px;
}
@media screen and (max-width: 600px) and (min-width: 410px) {
  .reviewsSwiperSingle .swiper-wrapper .swiper-slide-review-single-wrapper {
    max-width: 380px;
  }
}
@media screen and (max-width: 410px) {
  .reviewsSwiperSingle .swiper-wrapper .swiper-slide-review-single-wrapper {
    max-width: 320px;
  }
}
.reviewsSwiperSingle .swiper-wrapper .swiper-slide-review-single-wrapper .person-name {
  font-weight: 700;
  font-size: 1rem;
  line-height: 1.2;
}
.reviewsSwiperSingle .swiper-wrapper .swiper-slide-review-single-wrapper .date {
  font-size: 14px;
  line-height: 1.2;
  color: rgba(51, 51, 51, 0.7);
  font-weight: 500;
  line-height: 1.2;
}
.reviewsSwiperSingle .swiper-wrapper .swiper-slide-review-single-wrapper .text {
  margin-top: 40px;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.2;
}

.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 20px;
}
.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;
}
.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: column;
  gap: 20px;
  align-items: center;
}
@media screen and (min-width:601px){
    .form__rent {
       padding: 40px 50px 20px; 
    }
}
@media screen and (max-width:600px){
    .form__rent {
       padding: 40px 10px 20px; 
    }
}

.form__rent:has(.single__product-form) {
  margin-bottom: 40px;
}
.form__rent-form {
  display: flex;
  flex-direction: column;
  width: 100%;
}
.form__rent-form fieldset {
  display: flex;
  outline: none;
  border: none;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  width: 100%;
  margin: 0;
  padding: 0;
}
@media screen and (max-width: 1024px) {
  .form__rent-form fieldset {
    flex-direction: column;
  }
}
.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.single__product-form .form__rent-form-name,
.form__rent-form.single__product-form .form__rent-form-phone {
  max-width: unset;
} */
@media screen and (min-width: 1025px){
    .form__rent-form.single__product-form .form__rent-form-name,
    .form__rent-form.single__product-form .form__rent-form-phone {
      max-width: unset;
    }
}
@media screen and (max-width: 1024px) and (min-width: 601px){
    .form__rent-form.single__product-form .form__rent-form-name,
    .form__rent-form.single__product-form .form__rent-form-phone {
      max-width: 400px;
    }
    .form__rent-form.single__product-form .btn {
      min-width: 400px;
    }
}

.form__rent-form-choise, .form__rent-form-date, .form__rent-form-phone, .form__rent-form-name {
  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, .form__rent-form-name 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, .form__rent-form-name input:focus, .form__rent-form-name 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, .form__rent-form-name 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: 40px;
}
.reviewsSwiper .title {
  margin-bottom: 40px;
}
.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: 40px;
}

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

.lettersSwiper {
  margin: 40px auto;
}
.lettersSwiper .swiper-wrapper .swiper-slide {
  width: auto;
}
.lettersSwiper .swiper-wrapper .swiper-slide img {
  width: 220px;
}

.news-home {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 20px;
  margin-bottom: 40px;
}
.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;
}
.news-item-text {
  padding: 20px;
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.news-title {
  font-weight: 500;
  font-size: 18px;
  min-height: 50px;
  transition: color 0.3s linear;
}
.news-title:hover {
  color: var(--primary-color);
}
.news-text-gray {
  color: #999;
  font-size: 16px;
  line-height: 1.2;
}

.article-seo {
  margin-bottom: 60px;
}
.article-seo p, .article-seo h2, .article-seo h3, .article-seo h4, .article-seo h5, .article-seo h6 {
  margin-top: 20px;
  line-height: 1.8;
}
.article-seo ul {
  list-style-type: disc;
  padding-left: 20px;
}
.article-seo ol {
  padding-left: 20px;
}

.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: 0%;
  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;
  left: 0;
  width: -moz-fit-content;
  width: fit-content;
  bottom: -30px;
  padding: 10px 40px 10px 18px;
  background-color: var(--primary-color);
  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;
}

.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 1s 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: 4000px;
  }
}
@media screen and (max-width: 1200px) {
  .read-more-check:checked ~ .read-more {
    max-height: 10000px;
  }
}
/* .footer {
  margin: 40px auto;
  display: grid;
  gap: 20px;
} */
.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: 7px;
}
.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;
}

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