@charset "UTF-8";
/* Generated by vite-plugin-svg-spritemap */
.label-forklift {
  position: relative;
  background-color: #1a1a1a;
  clip-path: polygon(0 0, calc(100% - 0.6875rem) 0, 100% 0.5rem, 100% 100%, 0 100%);
}
.label-forklift::before {
  content: "";
  position: absolute;
  inset: 0rem;
  background-color: #1a1a1a;
  z-index: -1;
  clip-path: polygon(0 0, calc(100% - calc(0.6875rem - 0rem)) 0, 100% calc(0.5rem - 0rem), 100% 100%, 0 100%);
}
.label-forklift {
  display: inline-flex;
  align-items: center;
  padding: 1.125rem 1.875rem;
  color: #fff;
  font-weight: 700;
  text-transform: uppercase;
  background-color: #1a1a1a;
}

.blogitem__container {
  display: grid;
  grid-template-columns: 74.44% 1fr;
  grid-template-rows: auto auto;
  gap: 1.875rem;
}
.blogitem__top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 0.625rem;
}
.blogitem__theme {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 0.625rem;
}
.blogitem__control {
  display: flex;
  align-items: center;
  gap: 0.375rem;
}
.blogitem__control .share {
  padding-bottom: 0;
}
.blogitem__button {
  height: 3.625rem;
  padding-inline: 1.0625rem;
}
.blogitem__button svg {
  flex: 0 0 1.5rem;
}
.blogitem__button::before, .blogitem__button::after {
  display: none;
}
.blogitem__button {
  position: relative;
  background-color: #f5f5f5;
  clip-path: polygon(0 0, 100% 0, 100% calc(100% - 1.0625rem), calc(100% - 1.0625rem) 100%, 0 100%);
}
.blogitem__button::before {
  content: "";
  position: absolute;
  inset: 0rem;
  background-color: #f5f5f5;
  z-index: -1;
  border-radius: 0.1875rem;
  clip-path: polygon(0 0, 100% 0, 100% calc(100% - calc(1.0625rem - 0rem * 0.414)), calc(100% - calc(1.0625rem - 0rem * 0.414)) 100%, 0 100%);
}
.blogitem__main .consultation {
  margin-bottom: 3.125rem;
}
.blogitem__main .consultation .title {
  font-size: 1.375rem;
}
.blogitem__main .consultation__container {
  padding: 0;
}
.blogitem__main .consultation__wrapper {
  min-height: initial;
}
.blogitem__main .consultation__img {
  scale: initial;
}
.blogitem__main .consultation__text {
  font-size: 1rem;
}
.blogitem__main .consultation__textarea {
  display: none;
}
.blogitem__main .request__form-check .button {
  padding: 0.9375rem 2.125rem;
}
.blogitem__title {
  line-height: 1.4;
}
.share .button {
  padding-inline: 4.125rem;
  font-size: 1rem;
  position: relative;
  background-color: #f5f5f5;
  clip-path: polygon(1.0625rem 0, 100% 0, 100% 100%, 0 100%, 0 1.0625rem);
}
.share .button::before {
  content: "";
  position: absolute;
  inset: 0rem;
  background-color: #f5f5f5;
  z-index: -1;
  border-radius: 0.1875rem;
  clip-path: polygon(calc(1.0625rem - 0rem * 0.414) 0, 100% 0, 100% 100%, 0 100%, 0 calc(1.0625rem - 0rem * 0.414));
}
.share .button::before, .share .button::after {
  display: none;
}

.autorblogitem {
  display: flex;
  gap: 1.25rem;
  align-items: center;
}
.autorblogitem__img {
  border-radius: 50%;
  overflow: hidden;
}
.autorblogitem__name {
  font-weight: 600;
  font-size: 1.0625rem;
  line-height: 135%;
  margin-bottom: 0.375rem;
}
.mainblog__banner {
  padding: 2.5rem;
  height: 25rem;
}
.mainblog__banner::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.5) 100%);
}
.mainblog__banner .decor_top {
  width: 7.5rem;
}
.mainblog__banner .why__text {
  margin-bottom: 0.9375rem;
}
.mainblog__banner .why__text {
  font-weight: 400;
  line-height: 150%;
  color: #f5f5f5;
  z-index: 2;
}
.mainblog__banner .button {
  z-index: 2;
}
.mainblog__subtitle {
  margin-bottom: 1rem;
  font-weight: 700;
}
.mainblog__subtitle {
  padding-left: 2.5rem;
  position: relative;
  line-height: 135%;
  gap: 1.25rem;
  align-items: center;
}
.mainblog__subtitle::before {
  content: "";
  position: absolute;
  left: 0;
  top: -0.125rem;
  width: 1.25rem;
  height: 1.125rem;
  background: url("../assets/img/blogitem/line.svg") 0 0 no-repeat;
}
.mainblog__list-navigation.ol {
  padding-left: 2.5rem;
  list-style: none;
  counter-reset: my-counter;
  margin-bottom: 3.125rem;
}
.mainblog__item {
  position: relative;
  padding-left: 1.875rem;
}
.mainblog__item::before {
  content: "";
  /* Стили круга */
  position: absolute;
  left: 0;
  top: 0.5rem;
  width: 0.25rem;
  height: 0.25rem;
  background-color: #161616; /* Твой красный цвет */
}
.mainblog__item:not(:last-child) {
  margin-bottom: 0.875rem;
}
.ol .mainblog__item {
  counter-increment: my-counter;
}
.ol .mainblog__item::before {
  content: counter(my-counter);
}
.ol .mainblog__item::before {
  /* Стили круга */
  border-radius: 50%;
  width: 1.5rem;
  height: 1.5rem;
  background-color: #ea3e42; /* Твой красный цвет */
  color: #fff; /* Белый цвет цифры */
  /* Центрирование цифры внутри круга */
  display: flex;
  align-items: center;
  justify-content: center;
  /* Дополнительные стили шрифта */
  font-size: 0.75rem;
  font-weight: 500;
}
.mainblog__text {
  font-size: 1rem;
  line-height: 150%;
  color: #5a626b;
}
.mainblog__text_link {
  color: #ea3e42;
}
.mainblog__bold {
  font-weight: 700;
  color: #ea3e42;
}
.mainblog__content-section p.mainblog__text:not(:last-child) {
  margin-bottom: 1.25rem;
}
.mainblog__title {
  margin-bottom: 1.25rem;
  font-weight: 700;
}
.mainblog__title {
  line-height: 135%;
}
.mainblog__content-section_table .mainblog__title {
  margin-bottom: 2.5rem;
}
.mainblog__list {
  padding-left: 2.5rem;
}
.mainblog__list .mainblog__item {
  padding-left: 0.625rem;
}
.mainblog__quote {
  position: relative;
  padding: 2.5rem;
  margin-bottom: 1.875rem;
}
.mainblog__quote::before, .mainblog__quote::after {
  content: "";
  position: absolute;
  z-index: 1;
  width: 1.25rem;
  height: 1.25rem;
  background: url("../assets/img/blogitem/quote.svg") 0 0 no-repeat;
}
.mainblog__quote::before {
  left: 2.8125rem;
  top: -0.625rem;
}
.mainblog__quote::after {
  right: 2.8125rem;
  bottom: -0.625rem;
}
.mainblog__quote .mainblog__text {
  position: relative;
}
.mainblog__quote .review__top {
  margin-bottom: 0;
  position: relative;
}
.mainblog__quote .review__name {
  margin-bottom: 0;
}
.mainblog__decor {
  position: absolute !important;
  inset: 0;
  position: relative;
  background-color: #e5e5e5;
  clip-path: polygon(1.875rem 0, 100% 0, 100% calc(100% - 1.875rem), calc(100% - 1.875rem) 100%, 0 100%, 0 1.875rem);
}
.mainblog__decor::before {
  content: "";
  position: absolute;
  inset: 0.0625rem;
  background-color: #fff;
  z-index: -1;
  border-radius: 0.1875rem;
  clip-path: polygon(calc(1.875rem - 0.0625rem / 2) 0, 100% 0, 100% calc(100% - calc(1.875rem - 0.0625rem / 2)), calc(100% - calc(1.875rem - 0.0625rem / 2)) 100%, 0 100%, 0 calc(1.875rem - 0.0625rem / 2));
}
.mainblog__bottom {
  display: flex;
  align-items: center;
  gap: 1.25rem;
}
.mainblog__bottom-text {
  font-weight: 600;
  font-size: 1.125rem;
  line-height: 135%;
}

.price-table {
  position: relative;
  background-color: #e5e5e5;
  clip-path: polygon(1.875rem 0, 100% 0, 100% calc(100% - 1.875rem), calc(100% - 1.875rem) 100%, 0 100%, 0 1.875rem);
}
.price-table::before {
  content: "";
  position: absolute;
  inset: 0.0625rem;
  background-color: #fff;
  z-index: -1;
  border-radius: 0.1875rem;
  clip-path: polygon(calc(1.875rem - 0.0625rem / 2) 0, 100% 0, 100% calc(100% - calc(1.875rem - 0.0625rem / 2)), calc(100% - calc(1.875rem - 0.0625rem / 2)) 100%, 0 100%, 0 calc(1.875rem - 0.0625rem / 2));
}
.price-table {
  border-radius: 0.375rem;
}
.price-table::before {
  border-radius: 0.375rem;
}
.price-table__content {
  overflow: auto;
}
.price-table__content::-webkit-scrollbar {
  -webkit-appearance: none;
  width: 0.375rem;
  height: 0.375rem;
}
.price-table__content::-webkit-scrollbar-track {
  background: #f5f5f5;
  border-radius: 0rem;
}
.price-table__content::-webkit-scrollbar-thumb {
  background-color: #ea3e42;
  border-radius: 0rem;
}
.price-table__content::-webkit-scrollbar-thumb:hover {
  background-color: #c62c2f;
}
.price-table__content::-webkit-scrollbar-button {
  display: none;
}
.price-table__content::-webkit-scrollbar {
  height: 0.375rem;
}
.price-table__row {
  display: grid;
  grid-template-columns: 19.6875rem 33.125rem 10rem;
}
.price-table__row_header {
  grid-row-start: 1;
}
.price-table__cell {
  padding: 1.25rem 1.875rem;
  border-bottom: 0.0625rem solid #e5e5e5;
  border-right: 0.0625rem solid #e5e5e5;
}
.price-table__cell_header {
  font-weight: 600;
  font-size: 1.125rem;
  line-height: 135%;
  padding: 1.5rem 1.875rem;
}
.price-table__cell_header:last-child {
  border-top-right-radius: 0.375rem;
}
.price-table__cell_service {
  font-weight: 600;
  font-size: 0.9375rem;
  line-height: 150%;
  color: #1d2229;
  font-family: "Manrope", sans-serif;
}
.price-table__cell_service:first-child {
  border-bottom-left-radius: 0.375rem;
}
.price-table__cell_description {
  font-size: 0.875rem;
  line-height: 150%;
  color: #5a626b;
}
.price-table__cell_price {
  display: grid;
  place-items: center;
  font-weight: 700;
  font-size: 1.375rem;
  line-height: 100%;
  color: #ea3e42;
}

.galleryblog__top {
  margin-bottom: 2.5rem;
}
.galleryblog__slider {
  padding: 0.3125rem;
}
.galleryblog__slide {
  position: relative;
  position: relative;
  background-color: #e5e5e5;
  clip-path: polygon(1.875rem 0, 100% 0, 100% calc(100% - 1.875rem), calc(100% - 1.875rem) 100%, 0 100%, 0 1.875rem);
}
.galleryblog__slide::before {
  content: "";
  position: absolute;
  inset: 0.0625rem;
  background-color: #fff;
  z-index: -1;
  border-radius: 0.1875rem;
  clip-path: polygon(calc(1.875rem - 0.0625rem / 2) 0, 100% 0, 100% calc(100% - calc(1.875rem - 0.0625rem / 2)), calc(100% - calc(1.875rem - 0.0625rem / 2)) 100%, 0 100%, 0 calc(1.875rem - 0.0625rem / 2));
}
.galleryblog__slide {
  clip-path: polygon(1.875rem 0, 100% 0, 100% calc(100% - 1.25rem), calc(100% - 1.875rem) 100%, 0 100%, 0 1.25rem);
  transition: transform 0.3s ease-in-out;
}
.galleryblog__slide .decor_top {
  left: 50%;
  transform: translateX(-50%);
  width: 7.5rem;
  height: 0.75rem;
  z-index: 2;
}
.galleryblog__slide .video-index__link {
  height: 100%;
  width: 100%;
}
.galleryblog__slide .video-index__content {
  left: 50%;
  top: 50%;
  right: initial;
  bottom: initial;
  transform: translate(-50%, -50%);
}
.galleryblog__img-wrapper {
  height: 100%;
}
.galleryblog__img {
  width: 100%;
  height: 100%;
}
.galleryblog__img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.galleryblog__preview {
  border-radius: 0.375rem;
}
.galleryblog .mainblog__title {
  margin-bottom: 0;
}

.commentform {
  margin-block: 4.375rem;
}
.commentform__top-title {
  display: flex;
  align-items: center;
  gap: 1.25rem;
  justify-content: space-between;
  margin-bottom: 2.5rem;
}
.commentform__title {
  font-weight: 700;
}
.commentform__title {
  line-height: 120%;
  letter-spacing: -0.02em;
}
.commentform .input-wrapper:has(textarea) {
  height: 7.625rem;
}
.commentform .request__form-check {
  display: grid;
  grid-template-columns: 19.6875rem 19.6875rem;
  gap: 1.875rem;
  align-items: center;
}
.commentform .request__form-check label.checkbox {
  margin-bottom: 0;
}
.commentform__form {
  display: grid;
  gap: 1.875rem;
}
.commentform__top {
  display: flex;
  align-items: center;
  gap: 1.25rem;
  flex-wrap: wrap;
}
.commentform__rating {
  display: flex;
  gap: 0.625rem;
  position: relative;
  background-color: #e5e5e5;
  clip-path: polygon(1.0625rem 0, 100% 0, 100% 100%, 0 100%, 0 1.0625rem);
}
.commentform__rating::before {
  content: "";
  position: absolute;
  inset: 0.0625rem;
  background-color: #fff;
  z-index: -1;
  border-radius: 0.1875rem;
  clip-path: polygon(calc(1.0625rem - 0.0625rem * 0.414) 0, 100% 0, 100% 100%, 0 100%, 0 calc(1.0625rem - 0.0625rem * 0.414));
}
.commentform__rating {
  border-radius: 0.1875rem;
  padding: 1rem 1.5rem;
}
.commentform__auth-shell {
  flex: 0 0 23.4375rem;
}
.rating__label-text {
  font-size: 1rem;
}
.rating__label {
  flex: 0 0 1.25rem;
  cursor: pointer;
  color: #e5e5e5;
  transition: color 0.3s ease;
}
.rating__label svg {
  display: block;
  width: 1.1875rem;
  height: 1.125rem;
}
.rating__label:hover, .rating__label:hover ~ .rating__label {
  color: #ea3e42;
}
.rating__items .rating__label:not(:last-child) {
  margin-right: 0.1875rem;
}
.rating__items {
  display: flex;
  flex-direction: row-reverse;
}
.rating__item {
  position: absolute;
  width: 0;
  height: 0;
  opacity: 0;
  visibility: hidden;
}
.rating__item:checked, .rating__item:checked ~ .rating__label {
  color: #ea3e42;
}

.comment-auth {
  display: flex;
  align-items: center;
  gap: 1.25rem;
}
.comment-auth__text {
  font-size: 0.8125rem;
  color: #5a626b;
}

.comments__item:not(:last-child) {
  margin-bottom: 2.5rem;
}
.comments__item {
  padding: 2.5rem;
}
.comments__item {
  position: relative;
  background-color: #e5e5e5;
  clip-path: polygon(1.875rem 0, 100% 0, 100% calc(100% - 1.875rem), calc(100% - 1.875rem) 100%, 0 100%, 0 1.875rem);
}
.comments__item::before {
  content: "";
  position: absolute;
  inset: 0.0625rem;
  background-color: #fff;
  z-index: -1;
  border-radius: 0.1875rem;
  clip-path: polygon(calc(1.875rem - 0.0625rem / 2) 0, 100% 0, 100% calc(100% - calc(1.875rem - 0.0625rem / 2)), calc(100% - calc(1.875rem - 0.0625rem / 2)) 100%, 0 100%, 0 calc(1.875rem - 0.0625rem / 2));
}
.comments__info {
  display: flex;
  align-items: center;
  gap: 1.25rem;
  justify-content: space-between;
  margin-bottom: 1.25rem;
}
.comments__data {
  display: inline-flex;
  align-items: center;
  column-gap: 1.25rem;
}
.comments__img {
  position: relative;
}
.comments__img::after {
  content: "";
  position: absolute;
  width: 0.875rem;
  height: 0.625rem;
  z-index: 2;
  bottom: -0.125rem;
  left: 50%;
  transform: translateX(-50%);
  background: url("../assets/img/blogitem/quote-m.svg") 0 0 no-repeat;
}
.comments__name {
  font-weight: 600;
  font-size: 1.0625rem;
  line-height: 135%;
}
.comments__date {
  padding-top: 0.375rem;
  font-size: 0.8125rem;
  line-height: 120%;
  color: #6a6a6a;
}
.comments__rating {
  display: flex;
  gap: 0.1875rem;
  align-items: center;
}
.comments__rating svg {
  color: #e5e5e5;
}
.comments__rating[data-rating="1"] svg:nth-child(-n+1), .comments__rating[data-rating="2"] svg:nth-child(-n+2), .comments__rating[data-rating="3"] svg:nth-child(-n+3), .comments__rating[data-rating="4"] svg:nth-child(-n+4), .comments__rating[data-rating="5"] svg:nth-child(-n+5) {
  color: #ea3e42;
}
.comments__review .mainblog__text {
  font-size: 0.9375rem;
}
.comments__more {
  margin-top: 2.5rem;
  font-size: 0.875rem;
}

.rating-result__star {
  flex: 0 0 1.375rem;
  aspect-ratio: 1/1;
}

.otherblogitem__article {
  border-radius: 0.1875rem;
  padding: 1.25rem;
  position: relative;
  background-color: #e5e5e5;
  clip-path: polygon(0 0, 100% 0, 100% calc(100% - 1.875rem), calc(100% - 1.875rem) 100%, 0 100%);
}
.otherblogitem__article::before {
  content: "";
  position: absolute;
  inset: 0.0625rem;
  background-color: #fff;
  z-index: -1;
  border-radius: 0.1875rem;
  clip-path: polygon(0 0, 100% 0, 100% calc(100% - calc(1.875rem - 0.0625rem * 0.414)), calc(100% - calc(1.875rem - 0.0625rem * 0.414)) 100%, 0 100%);
}
.otherblogitem__article:not(:last-child) {
  margin-bottom: 1.25rem;
}
.otherblogitem__title {
  margin-bottom: 0.9375rem;
  font-weight: 700;
  font-size: 1.125rem;
  line-height: 140%;
  letter-spacing: -0.02em;
}
.qa {
  grid-column: 1/-1;
}
.qa__title {
  margin-bottom: 3.125rem;
}
.qa__body {
  display: flex;
  gap: 1.875rem;
}
.qa__content {
  flex: 0 1 74.44%;
}
.qa__item:not(:last-child) {
  margin-bottom: 1.25rem;
}
.qa__title-spoller {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 0.625rem;
  cursor: pointer;
  padding: 1.25rem;
  font-weight: 600;
  font-size: 1.125rem;
  transition: background-color 0.3s ease-in-out, color 0.3s ease-in-out;
}
.qa__title-spoller svg {
  transition: transform 0.3s ease-in-out;
  flex: 0 0 1rem;
}
.qa__title-spoller svg path {
  transition: stroke 0.3s ease-in-out;
}
.qa__title-spoller {
  position: relative;
  background-color: #e5e5e5;
  clip-path: polygon(1.25rem 0, 100% 0, 100% 100%, 0 100%, 0 1.25rem);
}
.qa__title-spoller::before {
  content: "";
  position: absolute;
  inset: 0.0625rem;
  background-color: #fff;
  z-index: -1;
  border-radius: 0.1875rem;
  clip-path: polygon(calc(1.25rem - 0.0625rem * 0.414) 0, 100% 0, 100% 100%, 0 100%, 0 calc(1.25rem - 0.0625rem * 0.414));
}
.qa__title-spoller::before {
  transition: background-color 0.3s ease-in-out;
}
.qa__title-spoller {
  border-radius: 0.1875rem;
}
.qa__title-spoller.--spoller-active, .qa__title-spoller:hover {
  color: #fff;
  position: relative;
  background-color: #161616;
  clip-path: polygon(1.25rem 0, 100% 0, 100% 100%, 0 100%, 0 1.25rem);
}
.qa__title-spoller.--spoller-active::before, .qa__title-spoller:hover::before {
  content: "";
  position: absolute;
  inset: 0rem;
  background-color: #161616;
  z-index: -1;
  border-radius: 0.1875rem;
  clip-path: polygon(calc(1.25rem - 0rem * 0.414) 0, 100% 0, 100% 100%, 0 100%, 0 calc(1.25rem - 0rem * 0.414));
}
.qa__title-spoller.--spoller-active svg, .qa__title-spoller:hover svg {
  transform: rotate(-180deg);
}
.qa__title-spoller.--spoller-active svg path, .qa__title-spoller:hover svg path {
  stroke: #fff;
}
.qa__spollers-body {
  padding: 1.875rem;
  background-color: #f5f5f5;
}
.qa__spollers-body p {
  font-size: 0.9375rem;
  line-height: 150%;
  color: #5a626b;
}
.qa__spollers-body p:not(:last-child) {
  margin-bottom: 0.625rem;
}
.qa__form {
  flex: 1 0 19.6875rem;
}
.qa__form .popup__body {
  padding: 1.875rem;
}
.qa__form .popup__form {
  margin-bottom: 1.5625rem;
}
.qa__form .popup__form + .subtitle {
  text-align: center;
  display: block;
}
.qa__form .subtitle {
  font-size: 1.375rem;
}
.qa__form .checkbox__text span {
  font-size: 0.875rem;
}
.qa__form .checkbox__text span a {
  display: inline;
}
.qa__form .social {
  justify-content: center;
}
@media (width <= 88.1875rem){
  .price-table__row:last-child {
    margin-bottom: 1.5625rem;
  }
}
@media (width <= 79.0625rem){
  .blogitem__main .consultation__textarea {
    display: block;
  }
}
@media (width <= 75rem){
  .blogitem__container {
    grid-template-columns: minmax(0, 1fr);
    gap: 2.5rem;
  }
  .blogitem__other {
    display: none;
  }
  .mainblog__banner {
    height: 18.125rem;
  }
  .galleryblog__slide .video-index__link {
    height: 14.375rem;
  }
  .galleryblog__img-wrapper {
    height: 14.375rem;
  }
}
@media (width <= 65.625rem){
  .commentform__rating {
    justify-content: center;
  }
  .qa__body {
    flex-direction: column;
  }
  .qa__form .popup__top {
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
  .qa__form .popup__top .subtitle {
    margin-bottom: 0;
  }
  .qa__form .popup__top {
    margin-bottom: 1.25rem;
  }
  .qa__form .popup__form {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-template-rows: auto auto;
    gap: 1.5625rem;
  }
  .qa__form .popup__form > *[class] {
    margin: 0;
  }
  .qa__form .popup__form + .subtitle {
    display: none;
  }
  .qa__form .popup__form .checkbox {
    grid-column: 2/3;
  }
  .qa__form .popup__form .popup__button {
    grid-column: 1/2;
    grid-row: 2/3;
  }
}
@media (width <= 62em){
  .ol .mainblog__item::before {
    width: 1.25rem;
    height: 1.25rem;
  }
  .mainblog__quote {
    padding: 1.875rem;
  }
  .galleryblog__top {
    margin-bottom: 1.875rem;
  }
}
@media (width <= 53.125rem){
  .share .button {
    padding-inline: 2rem;
  }
}
@media (width <= 50rem){
  .galleryblog__slider {
    margin-right: -2.4375rem;
  }
}
@media (width <= 48em){
  .mainblog__text {
    font-size: 0.9375rem;
  }
  .price-table {
    margin-right: -2.4375rem;
  }
  .commentform {
    margin-block: 3.125rem;
  }
  .commentform__top-title {
    margin-bottom: 1.875rem;
  }
  .commentform .request__form-check {
    grid-template-columns: 1fr 1fr;
  }
  .comments__item:not(:last-child) {
    margin-bottom: 1.875rem;
  }
  .comments__item {
    padding: 1.875rem;
  }
  .comments__more {
    margin-top: 1.875rem;
  }
  .qa__title {
    margin-bottom: 2.5rem;
  }
}
@media (width <= 47.5rem){
  .blogitem__top {
    display: grid;
    grid-template-columns: 1fr 1fr;
    row-gap: 0.9375rem;
  }
  .blogitem__theme {
    column-gap: 0;
    grid-template-columns: 6.0625rem 1fr;
  }
  .blogitem__control {
    grid-column: 1/-1;
  }
  .share .button {
    width: 100%;
  }
}
@media (width <= 46.875rem) and (width <= 35em){
  .commentform__auth-shell_inner .comment-auth {
    flex-direction: column;
  }
}
@media (width <= 46.875rem){
  .commentform__auth-shell_inner {
    margin-top: 1.25rem;
  }
  .commentform__auth-shell_inner .comment-auth {
    justify-content: space-between;
  }
}
@media (width <= 42.5rem){
  .qa__form .popup__form {
    grid-template-columns: 1fr;
    gap: 1.25rem;
  }
  .qa__form .popup__form .checkbox {
    grid-column: 1/1;
  }
  .qa__form .popup__form .popup__button {
    grid-row: 3/4;
  }
  .qa__form-mobile-wrapper {
    display: none;
  }
}
@media (width <= 36em){
  .mainblog__banner {
    margin-bottom: 1.875rem;
  }
  .mainblog__content-section:not(:last-child) {
    margin-bottom: 1.875rem;
  }
}
@media (width <= 35em){
  .blogitem__top {
    margin-bottom: 1.4375rem;
  }
  .blogitem__top {
    grid-template-columns: 1fr 6.75rem;
  }
  .blogitem__theme {
    grid-row-start: 2;
    grid-column: 1;
  }
  .blogitem__control {
    gap: 0;
    justify-content: space-between;
    grid-column: 2/3;
    grid-row-start: 2;
  }
  .blogitem__control span {
    display: none;
  }
  .blogitem__control .button {
    height: 3.3125rem;
  }
  .blogitem__button {
    width: 3.25rem;
  }
  .blogitem__title {
    font-size: 1.25rem;
  }
  .blogitem__title {
    margin-bottom: 1.25rem;
  }
  .share .button {
    padding-inline: 1rem;
    position: relative;
    background-color: #f5f5f5;
    clip-path: polygon(0 0, 100% 0, 100% calc(100% - 1.0625rem), calc(100% - 1.0625rem) 100%, 0 100%);
  }
  .share .button::before {
    content: "";
    position: absolute;
    inset: 0rem;
    background-color: #f5f5f5;
    z-index: -1;
    border-radius: 0.1875rem;
    clip-path: polygon(0 0, 100% 0, 100% calc(100% - calc(1.0625rem - 0rem * 0.414)), calc(100% - calc(1.0625rem - 0rem * 0.414)) 100%, 0 100%);
  }
  .mainblog__banner {
    height: 24.375rem;
  }
  .mainblog__banner {
    padding: 1.25rem;
  }
  .mainblog__banner .why__text {
    font-size: 0.9375rem;
  }
  .mainblog__banner .why__text {
    text-align: left;
  }
  .mainblog__subtitle {
    font-size: 1.125rem;
  }
  .mainblog__item::before {
    top: 50%;
    transform: translateY(-50%);
  }
  .mainblog__title {
    font-size: 1.25rem;
  }
  .mainblog__title {
    margin-bottom: 0.9375rem;
  }
  .mainblog__content-section_table .mainblog__title {
    margin-bottom: 1.875rem;
  }
  .mainblog__quote {
    padding: 1.25rem;
  }
  .price-table {
    margin-right: -1.25rem;
  }
  .galleryblog__top {
    margin-bottom: 1.25rem;
  }
  .galleryblog__slider {
    margin-right: -1.25rem;
  }
  .commentform {
    margin-block: 2.5rem;
  }
  .commentform__top-title {
    margin-bottom: 1.25rem;
  }
  .commentform__title {
    font-size: 1.75rem;
  }
  .commentform .request__form-check {
    grid-template-columns: 1fr;
    gap: 1.25rem;
  }
  .commentform .request__form-check label.checkbox {
    order: -1;
  }
  .commentform__form {
    gap: 1.25rem;
  }
  .commentform__top {
    flex-direction: column;
    gap: 1.25rem;
  }
  .commentform__top .input-wrapper {
    width: 100%;
  }
  .commentform__rating {
    width: 100%;
  }
  .comment-auth__text {
    text-align: center;
  }
  .comments__item:not(:last-child) {
    margin-bottom: 1.25rem;
  }
  .comments__item {
    padding: 1.25rem;
  }
  .comments__info {
    flex-direction: column;
    align-items: flex-start;
  }
  .comments__more {
    margin-top: 1.25rem;
  }
  .qa__title {
    margin-bottom: 1.875rem;
  }
}
@media (35rem < width <= 65.625rem){
  .commentform__top {
    gap: 1.875rem;
  }
}
@media (35rem < width <= 47.5rem){
  .share {
    flex: 1;
  }
}
@media (35em < width <= 79.0625rem){
  .blogitem__main .consultation__img-wrapper {
    flex: 0 0 15.25rem;
  }
}
@media (35em < width <= 61.9375rem){
  .blogitem__main .consultation__img {
    transform: scaleX(1.2) scaleY(1.2);
    object-position: 6.3125rem 8.875rem;
  }
}
@media (width > 35em) and (width <= 84.375em){
  .blogitem__top {
    margin-bottom: clamp( 1.4375rem , 0.24129746835625rem  +  3.417721519vw , 3.125rem );
  }
  .blogitem__title {
    font-size: clamp( 1.25rem , 0.54113924050625rem  +  2.0253164557vw , 2.25rem );
  }
  .blogitem__title {
    margin-bottom: clamp( 1.25rem , 0.36392405063125rem  +  2.5316455696vw , 2.5rem );
  }
  .mainblog__banner .why__text {
    font-size: clamp( 0.9375rem , 0.8488924050625rem  +  0.253164557vw , 1.0625rem );
  }
  .mainblog__subtitle {
    font-size: clamp( 1.125rem , 0.947784810125rem  +  0.5063291139vw , 1.375rem );
  }
  .mainblog__title {
    font-size: clamp( 1.25rem , 0.89556962025625rem  +  1.0126582278vw , 1.75rem );
  }
  .commentform__title {
    font-size: clamp( 1.75rem , 1.39556962025625rem  +  1.0126582278vw , 2.25rem );
  }
}
@media (width > 35em){
  .share .button {
    height: 3.625rem;
  }
  .ol .mainblog__item::before {
    top: 0;
  }
  .commentform__top .input-wrapper {
    flex: 0 0 19.6875rem;
  }
}
@media (35rem < width <= 65.625rem) and (width > 35em){
  .commentform__top > *[class][class] {
    flex: 1 0 calc(50% - 1.875rem);
  }
}
@media (width > 36em) and (width <= 84.375em){
  .mainblog__banner {
    margin-bottom: clamp( 1.875rem , 0.9447674418625rem  +  2.5839793282vw , 3.125rem );
  }
  .mainblog__content-section:not(:last-child) {
    margin-bottom: clamp( 1.875rem , 0.9447674418625rem  +  2.5839793282vw , 3.125rem );
  }
}
@media (43.75rem < width <= 48em){
  .price-table__row {
    grid-template-columns: 14.6875rem 33.125rem 10rem;
  }
}
@media (48rem < width <= 79.0625rem){
  .mainblog__content-section + .consultation button.button {
    flex: 0 0 12.5rem;
    padding-inline: 0.9375rem;
  }
}
@media (48em < width <= 75rem){
  .price-table__row {
    grid-template-columns: 19.6875rem 1fr 10rem;
  }
}
@media (width > 48em){
  .blogitem__main .consultation__body[class] {
    padding: 2.5rem;
  }
}
@media (61.9375rem < width <= 79.0625rem){
  .blogitem__main .consultation__img {
    transform: scaleX(1.8) scaleY(1);
    object-position: 5.875rem 0.25rem;
  }
}
@media (width > 68.75rem){
  .blogitem__main .consultation__body[class] {
    flex: 1;
  }
}
@media (width > 79.0625rem){
  .blogitem__main .consultation__img {
    transform: scaleX(1.5);
    object-position: 3.25rem 0.375rem;
  }
}
@media (width > 84.375em){
  .blogitem__top {
    margin-bottom: 3.125rem;
  }
  .blogitem__title {
    font-size: 2.25rem;
  }
  .blogitem__title {
    margin-bottom: 2.5rem;
  }
  .mainblog__banner {
    margin-bottom: 3.125rem;
  }
  .mainblog__banner .why__text {
    font-size: 1.0625rem;
  }
  .mainblog__subtitle {
    font-size: 1.375rem;
  }
  .mainblog__content-section:not(:last-child) {
    margin-bottom: 3.125rem;
  }
  .mainblog__title {
    font-size: 1.75rem;
  }
  .commentform__title {
    font-size: 2.25rem;
  }
}
@media (any-hover: hover){
  .share .button:hover {
    background-color: #161616;
  }
  .galleryblog__slide:hover {
    transform: scale(1.02);
  }
}