@charset "UTF-8";
@font-face {
  font-display: swap;
  font-family: "Roboto";
  src: url(fonts/roboto/Roboto-Regular.ttf);
  font-weight: 400;
  font-style: normal;
}

@font-face {
  font-display: swap;
  font-family: "Roboto";
  src: url(fonts/roboto/Roboto-Medium.ttf);
  font-weight: 500;
  font-style: normal;
}

@font-face {
  font-display: swap;
  font-family: "Roboto";
  src: url(fonts/roboto/Roboto-Bold.ttf);
  font-weight: 700;
  font-style: normal;
}

@font-face {
  font-display: swap;
  font-family: "Montserrat";
  src: url(fonts/montserrat/Montserrat-SemiBold.ttf);
  font-weight: 600;
  font-style: normal;
}

@font-face {
  font-display: swap;
  font-family: "Montserrat";
  src: url(fonts/montserrat/Montserrat-Bold.ttf);
  font-weight: 700;
  font-style: normal;
}

@font-face {
  font-display: swap;
  font-family: "Montserrat";
  src: url(fonts/montserrat/Montserrat-ExtraBold.ttf);
  font-weight: 800;
  font-style: normal;
}

:root {
  --swiper-pagination-bullet-horizontal-gap: 5px;
}

* {
  box-sizing: border-box;
}

label {
  cursor: pointer;
}
body a {
  font-size: 14px;
  line-height: 16px;
  color: #333333;
  text-decoration: none;
  transition: 0.3s ease;
}
body a:hover {
  color: #ffcc00;
}
.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
h1,
h2,
h3,
h4,
h5,
h6 {
  /*font-family: "Montserrat";*/
  font-family: Roboto, Montserrat, Arial, sans-serif;
}

.h2,
h2 {
  margin-bottom: 40px;
}

@media (max-width: 991px) {
  .h2,
  h2 {
    text-align: center;
  }
}

img {
  max-width: 100%;
  max-height: 100%;
}

body {
  margin: 0;
  font-family: Roboto, Montserrat, Arial, sans-serif;
}
form {
  margin: 0;
}

body .btn {
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
  background-color: #ffcc00;
  border-radius: 10px;
  font-style: normal;
  font-weight: bold;
  font-size: 16px;
  line-height: 26px;
  color: #333333;
  padding: 14px 20px;
  transition: background-color 0.3s ease, color 0.3s ease;
}

body .btn-link {
  color: #ffa300;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  background: none;
  border: none;
  text-decoration: none;
  text-align: left;
}

body .btn-link:hover {
  color: #ffa300;
}

body .btn svg path {
  transition: fill 0.3s ease, stroke 0.3s ease;
}

body .btn:hover,
body .btn:focus {
  color: white;
  background-color: #333333;
}

body .btn.btn_green {
  background-color: #29a71a;
  color: white;
}

body .btn.btn_green:focus,
body .btn.btn_green:hover {
  color: white;
  background-color: #333333;
}

body .btn.btn_blue {
  background-color: #1c8adb;
  color: white;
}

body .btn.btn_blue:focus,
body .btn.btn_blue:hover {
  color: white;
  background-color: #333333;
}

.form {
  display: flex;
  flex-direction: column;
  max-width: 330px;
}

.form button,
.form input,
.form textarea {
  width: 100%;
  margin-bottom: 15px;
}

[type="button"],
[type="reset"],
[type="submit"],
button {
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
}

input,
select {
  padding: 14px 20px;
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  line-height: 26px;
  background: #ffffff;
  box-shadow: 0px 0px 3px rgba(0, 0, 0, 0.15);
  border: none;
  border: 1px solid #f6f6f6;
  border-radius: 10px;
  color: #333333;
}
textarea {
  padding: 14px 20px;
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  line-height: 26px;
  background: #ffffff;
  box-shadow: 0px 0px 3px rgba(0, 0, 0, 0.15);
  border: none;
  border: 1px solid #f6f6f6;
  border-radius: 10px;
  color: #333333;
  width: 100%;
  height: 160px;
}
input::placeholder {
  color: #777777;
}

::selection {
  background: #ffcc00; /* Safari */
  color: #333333;
}
::-moz-selection {
  background: #ffcc00; /* Firefox */
  color: #333333;
}

.m-bottom {
  margin-bottom: 90px;
}

.max-width {
  width: 100%;
  padding-left: 15px;
  padding-right: 15px;
  max-width: 1230px;
  margin-left: auto;
  margin-right: auto;
}

.no-scroll {
  overflow-y: hidden;
}

.modal-dialog {
  justify-content: center;
}

body .swiper-pagination-bullet {
  background: #d8d8d8;
  width: 8px;
  height: 8px;
  opacity: 1;
}

body .swiper-pagination-bullet-active {
  background: #ffcc00;
}

/* content */
.content p {
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  line-height: 19px;
  color: #333333;
  margin: 0 0 20px;
}

.content h1 {
  font-family: Montserrat, Roboto, Arial, sans-serif;
  font-style: normal;
  font-weight: 600;
  font-size: 35px;
  line-height: 43px;
  color: #333333;
  margin: 60px 0 20px;
}

.content h2 {
  font-family: Montserrat, Roboto, Arial, sans-serif;
  font-style: normal;
  font-weight: bold;
  font-size: 24px;
  line-height: 29px;
  color: #333333;
  margin: 60px 0 30px;
}

.article-single h2 {
  margin: 20px 0;
}

.content h3 {
  font-family: Montserrat, Roboto, Arial, sans-serif;
  font-style: normal;
  font-weight: bold;
  font-size: 20px;
  line-height: auto;
  color: #333333;
  margin: 40px 0 20px;
}

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

.content ul {
  margin: 0 0 20px;
}

/* end content */
/* searchform */
.searchform {
  margin-bottom: 0;
  height: 50px;
  display: flex;
  width: 100%;
  position: relative;
}

.searchform_header {
  max-width: 364px;
  /*min-width: 290px;*/
}

.searchform__input {
  border: 1px solid #c4c4c4;
  border-radius: 10px;
  background-color: transparent;
  height: 100%;
  width: 100%;
  padding: 15px 80px 15px 20px;
}
.searchform__input:placeholder {
  color: #777777;
}
.searchform__input:focus-visible,
.searchform__input:focus {
  outline-color: #ffcc00;
}

.searchform__submit {
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  background-color: #333333;
  border-radius: 10px;
  width: 65px;
  background-position: center;
  background-repeat: no-repeat;
  height: 100%;
  padding: 0;
  border: none;
  transition: background-color 0.3s ease;
}
.searchform__submit path {
  transition: fill 0.3s ease;
}
.searchform__submit:focus,
.searchform__submit:hover {
  background-color: #ffcc00;
}
.searchform__submit:focus path,
.searchform__submit:hover path {
  fill: #333333;
}

/* end searchform */
/* header */
.header {
  position: sticky;
  top: 0;
  z-index: 998;
  background-color: #ffffff;
  padding: 20px 0;
  width: 100%;
}

.header__container {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 20px;
  width: 100%;
  gap: 10px;
}

.header__container-2 {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

/* .header__mobile-phone{
  display: none;
  order: 2;
}

@media (max-width: 580px){
  .header__mobile-phone{
    display: block;
  }
} */

.header-location {
  margin: 0 10px;
  display: flex;
  text-align: left;
  padding-left: 35px;
  background-image: url(img/location.svg);
  background-repeat: no-repeat;
  background-position: left center;
  min-height: 31px;
}

.header-location__label {
  font-style: normal;
  font-weight: normal;
  font-size: 14px;
  line-height: 16px;
  display: block;
  margin-bottom: 1px;
}

.header-location__title {
  font-style: normal;
  font-weight: 700;
  font-size: 14px;
  line-height: 16px;
  display: block;
  padding: 0;
  background-color: transparent;
  border: none;
  transition: color 0.3s ease;
}
.header-location__title:hover,
.header-location__title:focus {
  color: #ffcc00;
}

.header-schedule {
  margin: 0 10px;
  display: flex;
  text-align: left;
}
.header-schedule svg {
  margin-right: 10px;
}

.header-schedule__label {
  font-style: normal;
  font-weight: normal;
  font-size: 14px;
  line-height: 16px;
  display: block;
  margin-bottom: 1px;
}

.header-schedule__title {
  font-style: normal;
  font-weight: 700;
  font-size: 14px;
  line-height: 16px;
  display: block;
}

.header-phone {
  color: #333333;
  margin: 0 10px;
}

@media (max-width: 991px) {
  .header-phone {
    display: none;
  }
}

.header__phone-mobile {
  background-image: url(img/callback.svg);
  height: 26px;
  width: 26px;
  min-width: 26px;
  margin-right: 10px;
  display: none;
}

@media (max-width: 991px) {
  .header__phone-mobile {
    display: block;
    padding: 5px;
    background-color: #525252;
    border-radius: 7px;
    background-repeat: no-repeat;
    background-position: center;
    height: 40px;
    width: 40px;
  }
}

.header-phone-container {
  display: flex;
  align-items: center;
}

.header-phone__label {
  font-style: normal;
  font-weight: normal;
  font-size: 14px;
  line-height: 16px;
  display: block;
  margin-bottom: 1px;
}

.header-phone__title {
  white-space: nowrap;
  font-style: normal;
  font-weight: 700;
  font-size: 14px;
  line-height: noraml;
  display: block;
  color: #333333;
  text-decoration: none;
  transition: color 0.3s ease;
}
.header-phone__title:hover,
.header-phone__title:focus {
  color: #ffcc00;
}

.header-social {
  display: flex;
  height: 100%;
  align-items: flex-end;
  align-self: flex-end;
  margin: 0 15px;
  column-gap: 10px;
}

.messenger-icon-svg-bg {
  transition: fill 0.3s ease;
}

.messenger-icon {
  text-decoration: none;
  display: flex;
  align-items: center;
  justify-content: center;
}
.messenger-icon:hover .messenger-icon-svg-bg,
.messenger-icon:focus .messenger-icon-svg-bg {
  fill: #ffcc00;
}

.header-callback {
  padding: 0;
  background-color: transparent;
  border: none;
  display: flex;
  align-items: center;
  font-style: normal;
  font-weight: 500;
  font-size: 14px;
  line-height: 16px;
  transition: color 0.3s ease;
  text-align: left;
  min-height: 26px;
}

@media (max-width: 991px) {
  .header-callback {
    display: none;
  }
}

@media (max-width: 580px) {
  .header-callback__title {
    display: none;
  }
}

.header.sticked .header-callback {
  color: white;
}

@media (max-width: 1130px) {
  .header.sticked .header-callback {
    display: none;
  }
}

.header-callback:hover,
.header-callback:focus {
  color: #ffcc00;
}

.header-callback__svg {
  background-image: url(img/callback.svg);
  height: 26px;
  width: 26px;
  min-width: 26px;
  margin-right: 10px;
  display: block;
}

@media (max-width: 991px) {
  .header-callback__svg {
    padding: 5px;
    background-color: #525252;
    border-radius: 7px;
    background-repeat: no-repeat;
    background-position: center;
    height: 40px;
    width: 40px;
  }
}

@media (max-width: 991px) {
  .header-callback {
    order: 3;
    color: white;
  }
}

.catalog-btn {
  text-align: center;
  width: 269px;
  background-color: #ffcc00;
  padding: 12px 35px 12px 70px;
  border-radius: 10px;
  border: none;
  white-space: nowrap;
  display: flex;
  align-items: center;
  background-image: url(img/catalog-btn-close.svg);
  background-size: 17px;
  background-position: 35px center;
  background-repeat: no-repeat;
  color: black;
  /*&:hover,
  &:focus{
    text-decoration: underline;
  }*/
}
.catalog-btn.collapsed {
  background-image: url(img/catalog-btn.svg);
  background-size: 25px;
}

.btn-w-icon {
  display: inline-flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  gap: 15px;
}

.btn:focus .collapse-icon {
  fill: white;
}

.collapsed.btn:focus .collapse-icon {
  fill: white;
}

.collapse-icon {
  fill: #333333;
  rotate: 180deg;
}

.collapsed .collapse-icon {
  rotate: 0deg;
}

.collapse_header-catalog__menu {
  z-index: 101;
  width: 100%;
  max-width: 1200px;
  padding-top: 10px;
  position: absolute;
}

.header-catalog__menu {
  padding: 25px 20px;
  background: #ffffff;
  box-shadow: 0px 0px 3px rgba(0, 0, 0, 0.15);
  border-radius: 10px;
  column-count: 4;
  z-index: 1;
}

.header-catalog__menu-block {
  display: block;
  margin-bottom: 25px;
  break-inside: avoid-column;
}

.header-catalog__menu-item-2 + .header-catalog__menu-item-1 {
  margin-top: 15px;
}

.header-catalog__menu-item-1 {
  margin-bottom: 15px;
  font-style: normal;
  font-weight: bold;
  font-size: 14px;
  line-height: 16px;
  color: #333333;
  display: block;
  text-decoration: none;
}
.header-catalog__menu-item-1:focus,
.header-catalog__menu-item-1:hover {
  color: #333333;
  text-decoration: underline;
}

.header-catalog__menu-item-2 {
  display: block;
  text-decoration: none;
  font-style: normal;
  font-weight: normal;
  font-size: 14px;
  line-height: 22px;
  color: #5f5f5f;
}
.header-catalog__menu-item-2:focus,
.header-catalog__menu-item-2:hover {
  color: #ffcc00;
  text-decoration: none;
}

.header-menu {
  display: flex;
  background-color: #333333;
  border-radius: 10px;
  margin-right: 10px;
  max-width: 826px;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  padding-right: 20px;
}

.collapse_header-menu-container {
  z-index: 2;
  position: absolute;
  top: 100%;
  left: -35px;
  padding-top: 22px;
}

.header-menu__item-level-2 {
  /*
  top: calc(100% + 10px);*/
  left: 0;
  min-width: 200px;
  padding: 25px 20px;
  background: #ffffff;
  box-shadow: 0px 0px 3px rgba(0, 0, 0, 0.15);
  border-radius: 10px;
  z-index: 1;
}

.header-menu__item {
  margin: 0 15px;
  position: relative;
  padding: 0;
  display: flex;
  align-items: center;
  white-space: nowrap;
}
@media (min-width: 992px) {
  .header-menu__item:hover path,
  .header-menu__item:focus path {
    fill: #ffcc00;
  }
  .header-menu__item:hover .header-menu__item-link,
  .header-menu__item:focus .header-menu__item-link {
    color: #ffcc00;
  }
  .header-menu__item:hover .collapse_header-menu-container,
  .header-menu__item:focus .collapse_header-menu-container {
    display: block;
  }
}

.header-menu__item-arrow {
  margin-left: 5px;
  background-color: transparent;
  border: none;
  padding: 5px;

  display: none;
}

@media (max-width: 991px) {
  .header-menu__item-arrow {
    display: block;
  }
}

.header-menu__item-arrow-desktop {
  display: block;
  margin-left: 5px;
  background-color: transparent;
  border: none;
  padding: 5px;
}

@media (max-width: 991px) {
  .header-menu__item-arrow-desktop {
    display: none;
  }
}
.header-menu__item-link {
  color: white;
  text-decoration: none;
}
.header-menu__item-link:hover,
.header-menu__item-link:focus {
  color: #ffcc00;
  text-decoration: none;
}

.header-location-mobile {
  display: none;
  background: #525252;
  border-radius: 7px;
  padding: 5px;
  margin-right: 40px;
  background-image: url(img/location.svg);
  background-repeat: no-repeat;
  background-position: center;
  height: 40px;
  width: 40px;
  min-height: 40px;
  border: none;
}

/* @media (max-width: 991px){
  .header-location-mobile{
    margin-right: 0;
    display: flex;
    order: 1;
  }
} */

@media (max-width: 455px) {
  .header-location-mobile {
    display: none;
  }
}

.header-menu-btn {
  display: none;
  background: transparent;
  border: 0;
  padding: 0;
  order: 4;
  /* margin-left: 40px; */
  width: 40px;
}
.header-menu-btn:hover path,
.header-menu-btn:focus path {
  fill: #ffcc00;
}

.menu-btn-group {
  display: none;
  justify-content: space-between;
  order: 1;
  width: 100%;
  margin-bottom: 46px;
}

.menu-btn-group__title {
  font-style: normal;
  font-weight: normal;
  font-size: 18px;
  line-height: 21px;
  text-transform: capitalize;
  color: #333333;
  display: flex;
  align-items: center;
}

.menu-btn-group__close {
  border: none;
  background-color: transparent;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 8px;
}
.menu-btn-group__close:hover path,
.menu-btn-group__close:focus path {
  fill: #ffcc00;
}

.header-menu-schedule {
  order: 4;
  display: none;
  margin: 0 auto 30px 0;
  display: flex;
  text-align: left;
}
.header-menu-schedule svg {
  margin-right: 10px;
}

.header-menu-schedule__label {
  font-style: normal;
  font-weight: normal;
  font-size: 14px;
  line-height: 16px;
  display: block;
  margin-bottom: 1px;
}

.header-menu-schedule__title {
  font-style: normal;
  font-weight: 700;
  font-size: 14px;
  line-height: 16px;
  display: block;
}

.header-menu-schedule {
  display: none;
}

.header-menu-phone {
  display: none;
}

.header-menu-callback {
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  line-height: 18px;
  color: #333333;
  background-color: transparent;
  padding: 0;
  border: none;
  order: 6;
  text-align: left;
  display: none;
  margin-right: auto;
  transition: color 0.3s ease;
}
.header-menu-callback:hover,
.header-menu-callback:focus {
  color: #ffcc00;
}

.logo img {
  object-fit: contain;
  width: max-content;
}

.logo {
  display: flex;
  gap: 11px;
}

.logo__label {
  padding-left: 11px;
  display: flex;
  align-items: center;
  border-left: 1px solid #ffa300;
  font-weight: 400;
  font-size: 14px;
  color: #333333;
  line-height: 16px;
  max-width: 150px;
}

@media (max-width: 991px) {
  .logo__label {
    color: white;
  }
}

@media (max-width: 710px) {
  .logo__label {
    display: none;
  }
}

@media (min-width: 991px) {
  .header.sticked {
    background-color: #333333;
  }
  .header.header.sticked .header-phone,
  .header.header.sticked .header-phone__title {
    color: #ffffff;
  }
  .header.sticked .catalog-btn {
    position: relative;
    z-index: 10;
  }
  header.sticked .searchform_header,
  header.sticked .logo,
  header.sticked .header-location,
  header.sticked .header-schedule {
    display: none;
  }
  .header.sticked .header__wrapper {
    position: relative;
    padding: 0 !important;
  }
  .header.sticked .header__container {
    position: absolute;
    right: 0;
    top: 50%;
    margin-right: -50%;
    transform: translate(-50%, -50%);
    padding: 0;
  }
  .header.sticked .header__container {
    justify-content: flex-end;
  }
  .header.sticked .header-menu {
    max-width: 750px;
  }
}

@media (min-width: 992px) {
  .header-catalog:hover .collapse_header-catalog__menu,
  .header-catalog:focus .collapse_header-catalog__menu {
    display: block;
  }
}

@media (max-width: 991px) {
  .header-catalog {
    width: 100%;
    padding-bottom: 30px;
    border-bottom: 1px solid #ededed;
  }

  .logo svg {
    width: 156px;
    height: 29px;
  }
}

@media (max-width: 991px) {
  .header {
    background-color: #333333;
    padding: 10px 0;
  }
  .header__container {
    margin-bottom: 0;
    gap: 20px;
  }
  .header-location {
    display: none;
  }

  .logo {
    order: 2;
    height: 29px;
    margin-right: auto;
  }

  .header-schedule {
    display: none;
  }
  .header__container-2 {
    z-index: 999;
    transition: transform 0.3s ease;
    transform: translateX(-100%);
    position: fixed;
    top: 0;
    min-height: 100%;
    right: 0;
    left: 0;
    bottom: 0;
    padding: 15px 15px 80px 15px;
    background-color: white;
    flex-direction: column;
    justify-content: flex-start;
    overflow-y: scroll;
  }
  .header-open-menu.header__container-2 {
    transform: unset;
  }

  .header-menu-btn {
    display: block;
  }
  .menu-btn-group {
    display: flex;
  }
  .searchform_header {
    width: 100%;
    order: 2;
    max-width: 100%;
    margin-bottom: 30px;
  }
  .header-menu {
    order: 3;
    flex-direction: column;
    padding: 0;
    width: 100%;
    max-width: 100%;
    margin: 0 0 40px;
    background-color: white;
  }

  .catalog-btn {
    width: 100%;
    justify-content: space-between;
    padding-right: 20px;
  }
  .catalog-btn:after {
    transition: transform 0.3s ease;
    transform: rotate(90deg);
    display: block;
    content: "";
    width: 20px;
    height: 20px;
    background-image: url(img/arrow-right.svg);
    background-position: center;
    background-repeat: no-repeat;
  }
  .catalog-btn.collapsed:after {
    transform: rotate(0deg);
  }
  .collapse_header-catalog__menu {
    position: relative;
    margin-top: 36px;
  }
  .header-catalog__menu {
    border: none;
    box-shadow: none;
    column-count: 1;
    padding: 0;
    z-index: 2;
  }
  .header-menu__item {
    margin: 0;
    width: 100%;
    justify-content: space-between;
    padding: 20px 0;
    border-bottom: 1px solid #ededed;
    flex-wrap: wrap;
  }
  .header-menu__item-link {
    color: #333;
    font-weight: 700;
    font-size: 18px;
    line-height: 21px;
    text-transform: capitalize;
  }
  .header-menu__item-arrow {
    width: 30px;
    height: 30px;
    transition: transform 0.3s ease;
    transform: rotate(0deg);
  }
  .header-menu__item-arrow path {
    fill: #333;
  }
  .header-menu__item-arrow.collapsed {
    transform: rotate(-90deg);
  }
  .collapse_header-menu-container {
    position: relative;
    left: 0;
    top: 0;
    width: 100%;
    padding-top: 30px;
  }
  .header-menu__item-level-2 {
    border: none;
    box-shadow: none;
    padding: 0;
  }
  .header-catalog__menu-item-1 {
    margin-bottom: 30px;
    font-size: 18px;
    line-height: 21px;
  }
  .header-catalog__menu-item-2 {
    margin-bottom: 20px;
    font-size: 16px;
    line-height: 19px;
  }
  .header-catalog__menu-item-2 + .header-catalog__menu-item-1 {
    margin-top: 30px;
  }
  .header-menu-schedule {
    display: flex;
  }
  .header-menu-phone {
    display: flex;
    color: #333333;
    order: 3;
    gap: 10px;
    background-repeat: no-repeat;
    background-position: 3px center;
    margin: 0 auto 30px 0;
  }

  .header-menu-phone__icon {
    width: 30px;
    display: flex;
    align-items: center;
  }

  .header-menu-phone-container {
    display: flex;
    align-items: center;
  }
  .header-menu-phone__label {
    font-style: normal;
    font-weight: normal;
    font-size: 14px;
    line-height: 16px;
    display: block;
    margin-bottom: 1px;
  }
  .header-menu-phone__title {
    white-space: nowrap;
    font-style: normal;
    font-weight: 700;
    font-size: 14px;
    line-height: 16px;
    display: block;
    color: #333333;
    text-decoration: none;
    transition: color 0.3s ease;
  }
  .header-menu-phone__title:hover,
  .header-menu-phone__title:focus {
    color: #ffcc00;
  }
  .header-menu-callback {
    display: block;
  }
}

.header-menu-location {
  display: none;
}

@media (max-width: 991px) {
  .header-menu-location {
    display: block;
    order: 3;
    margin: 0 auto 30px 0;
    padding-left: 40px;
    background-position: left center;
  }
}
@media (max-width: 455px) {
  .header-callback {
    order: 0;
  }
}

/* end header */

/* start breadcrumbs */
.brs {
  margin-top: 20px;
  margin-bottom: 30px;
  min-height: 24px;
}

.brs a {
  font-weight: 500;
}
/* end breadcrumbs */

/* nav-tabs */
body .nav-tabs {
  gap: 15px;
  border: none;
}

body .nav-tabs .nav-link {
  background: #f2f2f2;
  border-radius: 10px;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 15px 35px;
  text-align: center;
  color: #333333;
  font-weight: 500;
  font-size: 16px;
  line-height: 19px;
  border: none;
  transition: background-color 0.3s ease, color 0.3s ease;
}
body .nav-tabs .nav-link:hover,
body .nav-tabs .nav-link:focus {
  background-color: #333333;
  color: #ffffff;
}
body .nav-tabs .nav-link.active {
  background: #5f5f5f;
  color: #ffffff;
}

body .tab-content {
  padding: 50px 0;
}

/* end nav-tabs */

/* map */
.map {
  position: relative;
  overflow: hidden;
  width: 100%;
}

.map-frame {
  width: 100%;
  min-height: 527px;
}

/* end map */

/* main-why */
.main-why {
  margin-bottom: 90px;
}

.main-why__title {
  font-family: Montserrat, Roboto, Arial, sans-serif;
  font-style: normal;
  font-weight: 600;
  font-size: 35px;
  line-height: 43px;
  color: #333333;
  margin-bottom: 50px;
}

.main-why__container {
  display: flex;
  gap: 40px 20px;
}

.main-why-item {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
}
.product_page__main-why {
  display: flex;
  justify-content: space-between;
}
.product_page__main-why .main-why-item {
  max-width: 224px;
}
.product_page__main-why .main-why-item__sm {
  max-width: 160px;
}

.main-why-item__img {
  margin-bottom: 20px;
}

.main-why-item__title {
  margin-bottom: 10px;
  font-weight: 500;
  font-size: 16px;
  line-height: 19px;
  color: #333333;
}

.main-why-item__desc {
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  line-height: 19px;
  color: #5f5f5f;
}

@media (max-width: 991px) {
  .main-why__title {
    font-size: 30px;
    line-height: 37px;
    text-align: center;
    margin-bottom: 40px;
  }
  .main-why {
    flex-wrap: wrap;
    margin-bottom: 80px;
  }
  .main-why__container {
    flex-wrap: wrap;
  }
  .main-why-item {
    width: calc(50% - 10px);
  }
}

@media (max-width: 575px) {
  .main-why-item__desc {
    max-width: 330px;
  }
  .main-why__title {
    font-size: 24px;
    line-height: 29px;
  }
  .main-why-item {
    width: 100%;
    align-items: center;
    text-align: center;
  }
}

/* end main-why */

/* footer */

.footer__catalog-menu .header-catalog__menu {
  padding: 0;
  background-color: transparent;
  border: none;
  box-shadow: unset;
  gap: 0 30px;
}

@media (max-width: 991px) {
  .footer__catalog-menu .header-catalog__menu {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 0 30px;
  }
}

@media (max-width: 767px) {
  .footer__catalog-menu .header-catalog__menu {
    grid-template-columns: 1fr 1fr;
  }
}

@media (max-width: 360px) {
  .footer__catalog-menu .header-catalog__menu {
    grid-template-columns: 1fr;
  }
}

.footer {
  background-color: #f2f2f2;
}

.footer-logo {
  display: flex;
  align-items: center;
}

.footer-copyright {
  font-style: normal;
  font-weight: normal;
  font-size: 14px;
  line-height: 16px;
  color: #939393;
}

.footer-line-1 {
  padding: 40px 0 30px;
  border-bottom: 1px solid #b8b8b8;
}

.footer-line-2 {
  padding: 25px 0 20px;
}

.footer-title {
  width: 100%;
  margin-bottom: 20px;
  font-style: normal;
  font-weight: 500;
  font-size: 18px;
  line-height: 21px;
  color: #333333;
}

@media (max-width: 767px) {
  .footer-contact__2 {
    grid-column: 1 / 3;
  }
}

.footer-bottom {
  gap: 0 30px;
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
}

@media (max-width: 991px) {
  .footer-bottom {
    grid-template-columns: 1fr 1fr;
  }
}

@media (max-width: 575px) {
  .footer-bottom {
    display: flex;
    flex-direction: column;
  }
}

.footer-contact__cont {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 30px;
}

@media (max-width: 991px) {
  .footer-menu {
    grid-column: 1/3;
  }
}

.footer__line-1-cont {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  gap: 60px;
}

@media (max-width: 991px) {
  .footer__line-1-cont {
    flex-direction: column-reverse;
  }
}

.footer-menu-container {
  column-count: 2;
  column-gap: 30px;
}

.footer-menu__link {
  display: block;
}

.footer-menu-link__label {
  font-style: normal;
  font-weight: normal;
  font-size: 14px;
  line-height: 25px;
  color: #777777;
  text-decoration: none;
  transition: color 0.3s ease;
}
.footer-menu-link__label:hover,
.footer-menu-link__label:focus {
  text-decoration: none;
  color: #ffcc00;
}

.footer-contact-address {
  background-image: url(img/location-gray.svg);
  background-repeat: no-repeat;
  padding-left: 30px;
  font-style: normal;
  font-weight: normal;
  font-size: 14px;
  line-height: 16px;
  color: #777777;
  margin-bottom: 20px;
}

.footer-contact-phone {
  font-style: normal;
  font-weight: bold;
  font-size: 14px;
  line-height: 16px;
  color: #333333;
  text-decoration: none;
  transition: color 0.3s ease;
  white-space: nowrap;
}
.footer-contact-phone:hover,
.footer-contact-phone:focus {
  text-decoration: none;
  color: #ffcc00;
}

.footer-mail {
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  line-height: 19px;
  color: #50acd5;
  text-decoration: none;
  white-space: nowrap;
}
.footer-mail:hover,
.footer-mail:focus {
  color: #50acd5;
  text-decoration: underline;
}

.footer-contact-phones {
  gap: 20px 15px;
  display: grid;
  grid-template-areas:
    "footer-contact-phones_phone-1 footer-messengers footer-messengers"
    "footer-contact-phones_mail . .";
  margin-bottom: 10px;
}

.footer-contact-phones-msk {
  gap: 20px 15px;
  display: grid;
  grid-template-areas:
    "footer-contact-title_phone-1-msk ."
    "footer-contact-phones_phone-1-msk footer-messengers-msk"
    "footer-contact-title_phone-2-msk ."
    "footer-contact-phones_phone-2-msk ."
    "footer-contact-phones_mail-msk .";
  margin-bottom: 10px;
}
.footer-contact-title_phone-1-msk {
  grid-area: footer-contact-title_phone-1-msk;
}
.footer-contact-title_phone-2-msk {
  grid-area: footer-contact-title_phone-2-msk;
}
.footer-contact-phones_phone-1-msk {
  grid-area: footer-contact-phones_phone-1-msk;
}
.footer-contact-phones_phone-2-msk {
  grid-area: footer-contact-phones_phone-2-msk;
}
.footer-messengers-msk {
  grid-area: footer-messengers-msk;
  display: flex;
  gap: 10px;
}
.footer-contact-phones_mail-msk {
  grid-area: footer-contact-phones_mail-msk;
}

.footer-contact-phones_phone-1 {
  grid-area: footer-contact-phones_phone-1;
}

.footer-contact-phones_phone-2 {
  grid-area: footer-contact-phones_phone-2;
}

.footer-messengers {
  grid-area: footer-messengers;
  display: flex;
  gap: 10px;
}

.footer-contact-phones_mail {
  grid-area: footer-contact-phones_mail;
}

.social-block {
  margin-bottom: 20px;
}

.social-block__title {
  font-style: normal;
  font-weight: normal;
  font-size: 14px;
  line-height: 16px;
  color: #333333;
  margin-bottom: 10px;
}

.social-block__container {
  gap: 20px;
  display: flex;
}
.social-block__container a {
  text-decoration: none;
}
.social-block__container a path {
  transition: fill 0.3s ease;
}
.social-block__container a:hover path,
.social-block__container a:focus path {
  fill: #ffcc00;
}

.footer-callback {
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  line-height: 18px;
  color: #333333;
  padding: 0;
  background-color: transparent;
  border: none;
  display: flex;
  align-items: center;
  white-space: nowrap;
  transition: color 0.3s ease;
}
.footer-callback svg {
  margin-right: 10px;
}
.footer-callback svg path {
  transition: fill 0.3s ease;
}
.footer-callback:hover,
.footer-callback:focus {
  color: #ffcc00;
}
.footer-callback:hover path,
.footer-callback:focus path {
  fill: #ffcc00;
}

@media (max-width: 1130px) {
  .footer-contact-phones {
    gap: 24px 15px;
    grid-template-areas:
      "footer-contact-phones_phone-1 footer-contact-phones_phone-1"
      "footer-messengers footer-messengers"
      "footer-contact-phones_mail footer-contact-phones_mail";
    margin-bottom: 20px;
    grid-auto-columns: max-content;
  }
  .footer-contact-phone {
    display: flex;
    align-items: center;
  }
}

@media (max-width: 991px) {
  .footer-logo {
    margin-bottom: 30px;
  }
  .footer-menu {
    margin-bottom: 40px;
  }
}

@media (max-width: 767px) {
  .footer-contact-phones {
    display: flex;
    gap: 30px;
  }

  .footer-logo svg {
    margin-left: auto;
    margin-right: auto;
  }
}

@media (max-width: 575px) {
  .footer-contact-phones {
    display: grid;
    grid-template-areas:
      "footer-contact-phones_phone-1 footer-contact-phones_phone-2"
      "footer-contact-phones_mail footer-messengers";
  }
  .footer-logo {
    margin-bottom: 30px;
  }
}

.footer__ya {
  margin-top: 30px;
}

/* end footer */
/* modal */
.modal-content {
  width: calc(100% - 30px);
  max-width: 390px;
  position: relative;
  background-color: white;
  padding: 50px 30px;
  border-radius: 10px;
}

.modal-content__title {
  font-style: normal;
  font-weight: bold;
  font-size: 24px;
  line-height: 34px;
  text-align: center;
  color: #333333;
  text-align: center;
  margin-bottom: 15px;
}

.modal-content__desc {
  margin-bottom: 35px;
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  line-height: 22px;
  text-align: center;
  color: #333333;
}

.form_modal {
  width: 100%;
}
.form_modal p {
  margin: 0;
}

body div.wpcf7-response-output {
  padding: 0;
  border: none;
  margin: 10px 0 0;
}
.wpcf7-not-valid-tip {
  margin-bottom: 20px;
}

.wp-block-image img {
  height: auto;
}

.modal-content__close {
  position: absolute;
  right: -41px;
  top: -41px;
  background-image: url("img/close-white.svg");
  width: 32px;
  height: 32px;
  padding: 0;
  display: flex;
  background-color: transparent;
  background-repeat: no-repeat;
  background-position: center;
  border: none;
}
.modal-content.border-0.bg-transparent {
  max-width: 100%;
}
.private-policy {
  margin-top: 20px;
  display: flex;
  font-style: normal;
  font-weight: normal;
  font-size: 14px;
  line-height: 16px;
  color: #777777;
}

/* .private-policy {
  display: none;
} */

.grecaptcha-badge {
  display: none !important;
  position: absolute;
  right: 99999px;
}

.private-policy svg {
  margin-right: 15px;
}

.private-policy svg path:nth-child(2) {
  display: none;
}
.private-policy svg path:nth-child(2).active-checkbox {
  display: block;
}

.checkbox-form {
  display: none;
}
.checkbox-wrapper {
  display: none;
}

@media (max-width: 500px) {
  .modal-content__close {
    top: 12px;
    right: 12px;
    background-image: url("img/close-black.svg");
  }
}

/* end modal */

/* city-select  */
.city-select__link {
  display: block;
  text-decoration: none;
  font-style: normal;
  font-weight: normal;
  font-size: 14px;
  line-height: 22px;
  color: #5f5f5f;
}
.city-select__link:not(:last-child) {
  margin-bottom: 10px;
}
.city-select__link:focus,
.city-select__link:hover {
  color: #5f5f5f;
  text-decoration: underline;
}
/* end city-select */

/* rent-discount */
.rent-discount__title {
  font-family: Montserrat, Roboto, Arial, sans-serif;
  font-style: normal;
  font-weight: 600;
  font-size: 35px;
  line-height: 43px;
  margin-bottom: 45px;
}

@media (max-width: 992px) {
  .rent-discount__title {
    font-size: 30px;
    line-height: 37px;
    text-align: center;
  }
}

@media (max-width: 575px) {
  .rent-discount__title {
    font-size: 24px;
    line-height: 29px;
  }
}

/* end rent-discount */

/* product */

.product {
  position: relative;
  height: auto;
  margin: 0 auto;
  max-width: 330px;
  /*max-width: cakc(25% - 15px);*/
  background: #ffffff;
  box-shadow: 0px 0px 3px rgba(0, 0, 0, 0.15);
  border-radius: 10px;
  padding: 20px 20px 15px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.swiper-slide.product {
  height: auto;
  max-width: unset;
}

.product-promo {
  font-style: normal;
  font-weight: 500;
  font-size: 14px;
  line-height: 16px;
  color: #ffffff;
  padding: 4px 18px;
  border-radius: 20px;
  position: absolute;
  top: 35px;
  left: 30px;
  background: #db0000;
}

.product__img {
  margin-bottom: 20px;
  display: block;
  border-radius: 10px;
  overflow: hidden;
  height: 185px;
  position: relative;
}

.product__img:hover,
.product__img:focus {
  color: #333333;
}

.product__img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.product__label {
  background-color: #ffcc00;
  padding: 2px 10px;
  font-size: 12px;
  width: max-content;
  font-weight: 500;
  max-width: 100%;
  position: absolute;
  bottom: 0;
  border-top-right-radius: 5px;
}

.product__title {
  font-family: Roboto, Montserrat, Arial, sans-serif;
  margin-bottom: 13px;
  font-style: normal;
  font-weight: 600;
  font-size: 14px;
  line-height: 16px;
  color: #333333;
  text-decoration: none;
  transition: color 0.3s ease;
}
.product__title:focus,
.product__title:hover {
  color: #ffcc00;
}

.product__title .product-slide-name {
  margin: 0;
  font-style: normal;
  font-weight: 600;
  font-size: 14px;
  line-height: 16px;
  color: #333333;
  text-decoration: none;
  transition: color 0.3s ease;
}

.product-props {
  position: relative;
}

.product-prop-collapse {
  cursor: pointer;
}

.product-prop-collapse svg {
  transition: transform 0.5s ease;
}

.product-prop-collapse.collapsed svg {
  transform: rotate(180deg);
}

.product-props__title {
  margin-bottom: 15px;
  padding-top: 12px;
  font-weight: 500;
  font-size: 14px;
  line-height: 16px;
  color: #333333;
}

.product-props__collapse {
  position: absolute;
  background-color: white;
  bottom: 100%;
  width: 100%;
}

.product-prop {
  padding: 7px 0 7px;
  border-bottom: 1px solid #f2f2f2;
  font-style: normal;
  font-weight: normal;
  font-size: 14px;
  line-height: 16px;
  color: #777777;
  display: flex;
  justify-content: space-between;
  column-gap: 5px;
}

.product__btn {
  width: 100%;
  padding: 15px;
  color: white;
  background-color: #5f5f5f;
}

.price-block__title {
  font-style: normal;
  font-weight: 500;
  font-size: 14px;
  line-height: 16px;
  color: #333333;
  margin-bottom: 10px;
}

.price-block_hour {
  align-items: flex-end;
  display: flex;
  flex-direction: column;
}

.price-block-container {
  width: 100%;
  display: flex;
  column-gap: 20px;
  padding: 5px 0;
  border-bottom: 1px solid #f2f2f2;
  margin: 0 0 15px;
  justify-content: space-between;
  flex-direction: column;
}

.price-block-container .price-block {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 0;
  flex-direction: row;
}

.price-block-container .price-block:not(:last-child) {
  padding-bottom: 10px;
}

.price-block-container div {
  margin-bottom: 0;
}

.price-block__change {
  white-space: nowrap;
  font-style: normal;
  font-weight: 500;
  font-size: 14px;
  line-height: 16px;
  color: #333333;
  padding: 8px 9px;
  display: inline-block;
  background: #ffcc00;
  border-radius: 20px;
  margin-bottom: 6px;
  white-space: nowrap;
}

.price-block__hour {
  font-style: normal;
  font-weight: 500;
  font-size: 14px;
  line-height: 16px;
  color: #333333;
  padding: 8px 9px;
  display: inline-block;
  background: white;
  border: 2px solid #ffcc00;
  border-radius: 20px;
  margin-bottom: 6px;
  white-space: nowrap;
}

.price-block__oldprice {
  font-style: normal;
  font-weight: normal;
  font-size: 14px;
  line-height: 16px;
  text-decoration: line-through;
  color: #777777;
}

.price-block__wrapper {
  display: flex;
  align-items: flex-start;
  gap: 0 5px;
  flex-direction: column;
}

.price-block__wrapper .price-block__change {
  margin-bottom: 0;
}

.price-block__wrapper .price-block__oldprice {
  padding: 8px 9px;
  /* шрифты меньше 14px вызывают у гугла вопросы */
  /* font-size: 12px; */
}
/* end product */

/* main-form */
.main-form-block {
  width: 100%;
  overflow-x: hidden;
  background-color: #f2f2f2;
  min-height: 316px;
  margin-bottom: 90px;
}
.main-form {
  display: flex;
  position: relative;
  padding: 40px 15px 15px;
}

.main-form-block_category {
  min-height: 240px;
  margin-bottom: 0;
  border-bottom: 1px solid #b8b8b8;
}
.main-form_category {
  align-items: center;
}

.main-form__title {
  font-family: Montserrat, Roboto, Arial, sans-serif;
  margin-bottom: 20px;
  margin-right: 20px;
  font-weight: 600;
  font-size: 35px;
  line-height: 40px;
  color: #333333;
  max-width: 535px;
}

.main-form__desc {
  font-size: 16px;
  line-height: 19px;
  color: #333333;
  padding-left: 10px;
  border-left: 3px solid #ffcc00;
  max-width: 590px;
  margin-right: 20px;
}

.main-form__img {
  position: absolute;
  /*right: -200px;*/
  right: -131px;
  width: auto;
  height: auto;
  max-width: 528px;
}

.form_main {
  z-index: 1;
  min-width: 276px;
}

@media (max-width: 991px) {
  .main-form-block {
    margin-bottom: 80px;
  }
  .main-form {
    display: grid;
    grid-template-areas:
      "main-form__container form_main"
      "main-form__container main-form__img";
    grid-auto-columns: 7fr 5fr;
    gap: 30px;
  }
  .main-form_category {
    display: grid;
    grid-template-areas:
      "main-form__container main-form__img main-form__img main-form__img"
      "form_main main-form__img main-form__img main-form__img";
    grid-auto-columns: unset;
    gap: 30px;
    margin-bottom: 0;
  }
  .main-form-block.main-form-block_category {
    margin-bottom: 0;
  }
  .main-form__container {
    grid-area: main-form__container;
  }
  .form_main {
    grid-area: form_main;
  }
  .main-form__img {
    grid-area: main-form__img;
    position: static;
  }
  .main-form__desc {
    margin-right: 0;
  }
  .main-form__title {
    font-size: 30px;
    line-height: 40px;
    margin-right: 0;
  }
}

@media (max-width: 767px) {
  .main-form_category {
    grid-template-areas:
      "main-form__container"
      "form_main"
      "main-form__img";
  }
  .main-form_category .main-form__img {
    margin: 0 auto;
  }
  .main-form_category .main-form__title {
    text-align: center;
    max-width: 100%;
  }
  .main-form_category .form {
    max-width: 100%;
  }
  .main-form__title {
    font-size: 24px;
    line-height: 28px;
  }
}

@media (max-width: 586px) {
  .main-form {
    display: flex;
    flex-direction: column;
    gap: 0;
  }
  .main-form__container {
    margin-bottom: 40px;
  }
  .form_main {
    margin: 0 auto 15px;
    width: 100%;
  }
}

/* end main-form */
/* start page */
.vcard div,
.vcard span {
  font-family: "Roboto";
  font-size: 16px;
  line-height: 19px;
  color: #333333;
}
/* end page */
/* start pagination */
.nav-pages {
  margin: 10px 0;
  font-family: "a_rubricaxtcnregular";
  font-size: 18px;
  line-height: 18px;
}

.nav-pages a:hover,
.nav-pages span.current {
  background: #ffcc00;
}

.nav-pages a,
.nav-pages span {
  background: #c7c7a9;
  color: #fff;
  text-decoration: none;
  float: left;
  width: 30px;
  text-align: center;
  line-height: 30px;
  margin-right: 5px;
  border-bottom: 1px solid #fff;
}

.nav-pages:after {
  content: "";
  display: block;
  clear: both;
}
/* end pagination */
/* start 404 */
.error-404 {
  display: flex;
  justify-content: center;
  margin-top: 20px;
}

.error-404 h1 {
  font-size: 65px;
  border: 11px solid;
  border-radius: 50%;
  width: 152px;
  height: 152px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.error-404 + p {
  font-size: 16px;
  line-height: normal;
  width: 60%;
  text-align: center;
  margin: 0 auto 50px;
}
/* end 404 */
.product-share {
  margin: 10px 0;
}
.category-content .wp-block-gallery.is-cropped .blocks-gallery-item a {
  height: auto !important;
}
/* start about */
.about__container {
  display: grid;
  grid-template-areas: "item item" "item item" "item item" "item item";
  width: 100%;
}
.about-block {
  max-width: 600px;
  width: 100%;
}
.about-block h1 {
  margin-top: 0;
  margin-bottom: 40px;
}
.about-block.about-map {
  height: 339px;
}
.about-contacts,
.adr,
.about-contacts .tel,
.about-contacts span,
.about-contacts a {
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  line-height: 19px;
  color: #333333;
}
.about-contacts a.email {
  color: #50acd5;
}
.table-kontakt td {
  font-size: 14px;
  line-height: 26px;
  color: #333333;
}
.about-block__wrapper {
  width: 100%;
}
.about-props .about-block__wrapper {
  max-width: 100%;
}
.table-kontakt {
  max-width: 342px;
}
.about-map__wrapper {
  display: flex;
  justify-content: flex-end;
  border-radius: 10px;
  overflow: hidden;
}
.about-contacts .adr,
.about-contacts .tel {
  display: flex;
  margin-bottom: 20px;
}
.about-contacts .adr div:nth-child(1),
.about-contacts .tel div:nth-child(1) {
  min-width: 30px;
  min-height: 30px;
  margin-right: 15px;
}
.about-contacts .tel div:nth-child(2) {
  display: flex;
  align-items: center;
  gap: 10px 33px;
}
.about-contacts .mess {
  display: flex;
  align-items: center;
}
.about-contacts .mess a:nth-child(1) {
  margin-right: 20px;
}
.btn-ofert {
  margin-top: 40px;
}
@media (max-width: 991px) {
  .about-block {
    max-width: 100%;
  }
  .about__container {
    display: flex;
    flex-direction: column;
    gap: 40px;
  }
  .about-map:nth-child(2) {
    order: 1;
  }
  .about-contacts .tel div:nth-child(2) {
    flex-direction: column;
  }
  .about-contacts {
    order: 0;
  }
  .about-map {
    order: 1;
  }
  .about-map:nth-child(2) {
    order: 3;
  }
  .about-props {
    order: 4;
  }
  .about-contacts .about-block__wrapper {
    display: flex;
    max-width: 100%;
  }
  .about-contacts .about-block__wrapper div:nth-child(1) {
    max-width: 463px;
  }
}
@media (max-width: 580px) {
  .about-contacts,
  .about-map,
  .about-map:nth-child(2),
  .about-props {
    order: unset;
  }
  .about-contacts {
    order: 0;
  }
  .about-map {
    order: 2;
  }
  .about-map:nth-child(2) {
    order: 3;
  }
  .about-props {
    order: 1;
  }
  .about-contacts .about-block__wrapper {
    display: block;
  }
  .about__container {
    display: grid;
    grid-template-areas: "item" "item" "item";
    gap: 40px;
  }
}
/* end about */
/* list-rubric */
.list-cats {
  gap: 20px 24px;
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 20px;
}

.list-cats .item-cat {
  margin: 0;
  height: auto;
}

.list-rubric {
  gap: 20px 24px;
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 20px;
}

.list-rubric-item {
  display: flex;
  align-items: center;
  flex-direction: column;
  text-decoration: none;
  /* max-height: 191px; */
  height: auto;
  padding: 18px 20px 16px;
  justify-content: space-between;
  background: #ffffff;
  box-shadow: 0px 0px 3px rgba(0, 0, 0, 0.15);
  border-radius: 10px;
  transition: box-shadow 0.3s ease;
  width: 100%;
  position: relative;
  overflow: hidden;
  max-width: calc(20% - 20px);
}

.list-rubric-item:hover,
.list-rubric-item:focus {
  color: #333333;
  box-shadow: 0px 0px 3px rgba(0, 0, 0, 0.5);
}

.list-rubric-item__count {
  font-size: 14px;
  font-weight: 500;
  border-bottom-right-radius: 5px;
  position: absolute;
  top: 0;
  left: 0;
  padding: 3px 10px;
  box-shadow: 0px 0px 3px rgba(0, 0, 0, 0.15);
}

.list-rubric-item__img,
.size-list-rubric-item__img {
  margin-bottom: 30px;
  object-fit: contain;
}
.list-rubric-item__title {
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  line-height: 19px;
  color: #333333;
  text-decoration: none;
  text-align: center;
}

.list-rubric-item__price {
  margin-top: 10px;
  color: #888;
  text-align: center;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

@media (max-width: 991px) {
  .list-rubric {
    gap: 10px 15px;
  }
  .list-rubric-item {
    max-width: calc(25% - 12px);
  }
}

@media (max-width: 767px) {
  .list-rubric-item {
    max-width: calc(33% - 8px);
  }
}

@media (max-width: 680px) {
  .list-rubric-item {
    max-width: calc(50% - 8px);
  }
}

@media (max-width: 359px) {
  .list-rubric-item {
    max-width: 100%;
  }
}

/* end list-rubric */
/* contact_us */
.contact-us {
  padding: 68px 0;
  background-color: #f2f2f2;
}

.contact-us-container {
  display: flex;
  align-items: center;
  column-gap: 85px;
}

.contact-us__wrap {
  max-width: 525px;
}

.contact-us__title {
  font-family: Montserrat, Roboto, Arial, sans-serif;
  margin: 0 0 20px;
  font-style: normal;
  font-weight: 600;
  font-size: 35px;
  line-height: 40px;
  color: #333333;
}

.contact-us__desc {
  padding-left: 10px;
  font-size: 16px;
  line-height: 19px;
  color: #333333;
  border-left: 3px solid #ffcc00;
}
.contact-us__desc a {
  color: #333;
  text-decoration: none;
}
.contact-us__desc a:hover,
.contact-us__desc a:focus {
  text-decoration: underline;
}

.form_contact-us {
  min-width: 275px;
}

@media (max-width: 991px) {
  .contact-us {
    padding: 60px 0;
  }
  .contact-us-container {
    column-gap: 50px;
  }
  .contact-us__img {
    display: none;
  }
  .contact-us__title {
    font-size: 30px;
  }
}

@media (max-width: 720px) {
  .form_contact-us {
    width: 100%;
  }
  .contact-us {
    padding: 50px 0 20px;
  }
  .contact-us-container {
    flex-direction: column;
  }
  .contact-us__wrap {
    margin-bottom: 40px;
    max-width: 100%;
  }
}

/* end contact_us */

iframe {
  max-width: 100%;
}

@media (max-width: 991px) {
  .page_hide-sidebar .fillter__btn {
    display: none;
  }
  .page_hide-sidebar .category-content {
    padding-top: 0;
  }
}

.fors {
  margin-bottom: 20px;
}

.slider-arrow {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 1;
}
@media (max-width: 1750px) {
  .slider-arrow_left {
    left: -100px;
  }

  .slider-arrow_right {
    right: -100px;
  }
}

.main-slider .slider-arrow_left {
  left: calc(50% - 815px);
}

.main-slider .slider-arrow_right {
  right: calc(50% - 815px);
}
@media (max-width: 1750px) {
  .main-slider .slider-arrow_left {
    left: calc(50% - 715px);
  }

  .main-slider .slider-arrow_right {
    right: calc(50% - 715px);
  }
}

@media (max-width: 1550px) {
  .main-slider .slider-arrow_left {
    left: calc(50% - 665px);
  }

  .main-slider .slider-arrow_right {
    right: calc(50% - 665px);
  }
}
@media (max-width: 1350px) {
  .main-slider .slider-arrow_left {
    display: none;
  }

  .main-slider .slider-arrow_right {
    display: none;
  }
}

.main-about__btn {
  margin-top: 40px;
}

.main-about__btn .btn {
  padding: 10px 40px;
}

.main-slider-item__btn {
  margin-top: 20px;
}

.main-slider-item__title-container {
  height: 100%;
  display: flex;
  flex-direction: column;
}

.main-slider-item__link {
  margin-bottom: 10px;
}

.main-slider-item__btn {
  margin-top: auto;
}

.price_val {
  display: flex;
  flex-wrap: wrap;
}

/* sorting */
.sorting {
  display: flex;
  align-items: center;
  gap: 10px 20px;
  margin: 0 0 30px auto;
  flex-wrap: wrap;
  justify-content: center;
}

.sorting__btn {
  appearance: none;
  padding: 5px 10px;
  background-color: transparent;
  border: 1px solid #333;
  border-radius: 6px;
  display: flex;
  gap: 10px;
  align-items: center;
}

/* end sorting */

.btn-up {
  position: fixed;
  bottom: 1rem;
  left: 1rem;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  background-color: #ffcc00;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: background-color 0.3s ease, opacity 0.3s ease;
}

@media (max-width: 400px) {
  .btn-up {
    display: none;
  }
}

.btn-up:hover,
.btn-up:focus {
  background-color: #333333;
}

.btn-up:hover svg path,
.btn-up:focus svg path {
  fill: white;
}

.btn-up svg path {
  transition: fill 0.3s ease;
}

.btn-up_hide {
  opacity: 0;
}

.cat-table {
  border: none;
  background-color: #f2f2f2;
  margin-bottom: 20px;
}

.cat-table tr:first-child td {
  font-weight: 700;
}

.cat-table td {
  padding-top: 5px;
  padding-bottom: 5px;
  padding-left: 5px;
  border-width: 2px;
}

table tr {
  transition: background-color 0.3s ease;
}

table tr:hover {
  background-color: #ffd10024 !important;
}

.letter-link img {
  margin-right: 10px;
  margin-bottom: 10px;
  /* box-shadow: 0 0 3px rgba(0, 0, 0, 0.15); */
  transition: all 0.3s linear;
  width: 218px;
  height: 312px;
}

.letter-link img:hover {
  box-shadow: 0 0 3px rgba(0, 0, 0, 0.3);
}

.mt-60 {
  margin-top: 60px;
}

.mt-0 {
  margin-top: 0px;
}

.mb-60 {
  margin-bottom: 60px;
}

.pesok-advantages {
  list-style: none;
  display: flex;
  justify-content: space-between;
  gap: 20px;
  padding-left: 0;
  flex-wrap: wrap;
  padding-top: 60px;
}

.pesok-advantage .pesok-advantage__link {
  background-color: #333333;
  color: white;
  text-align: left;
  width: 100%;
  display: flex;
  align-items: center;
  column-gap: 16px;
  font-size: 18px;
  line-height: 21px;
  font-weight: 400;
}

.pesok-advantage .btn {
  width: 100%;
  height: 100%;
}

.pesok-advantages .pesok-advantage {
  width: 30%;
}

.pesok-advantages .pesok-advantage:last-child {
  flex-grow: 1;
}

@media (max-width: 630px) {
  .pesok-advantages .pesok-advantage {
    width: 48%;
  }
}

@media (max-width: 530px) {
  .pesok-advantages .pesok-advantage {
    width: 100%;
  }
}

.centered-wrapper {
  text-align: center;
}

.mb-20 {
  margin-bottom: 20px;
}

.type-tech {
  display: none;
}

/* вопрос-ответ */
.category-question-wrapper {
  border: 1px solid #c4c4c4;
  border-radius: 10px;
  padding: 19px 22px;
  margin-bottom: 10px;
}

.category-question-answer {
  margin-bottom: 90px;
}
.category-question {
  padding: 0;
  margin: 0;
  background-color: transparent;
  border: none;
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 20px;
  /* margin-bottom: 14px; */
}

.category-question span {
  font-weight: 500;
  font-size: 16px;
  line-height: 19px;
  color: #333333;
  text-align: left;
}

.category-question svg {
  min-width: 12px;
  min-height: 5px;
}

.category-answer {
  max-height: 0;
  transition: max-height 0.5s ease-out;
  overflow: hidden;
  color: #5f5f5f;
  font-weight: 400;
  font-size: 16px;
  line-height: 19px;
  /* padding-top: 14px;  */
}
.category-answer-padding {
  display: block;
  height: 14px;
}
.category-answer--show {
  max-height: 1000px;
  transition: max-height 0.7s ease-in;
}
/* !вопрос-ответ */

/* Отзывы */

.yndx-wrapper {
  width: 60%;
  margin-left: auto;
  margin-right: auto;
}
#twogis-wrapper,
#google-wrapper {
  width: 60%;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 20px;
  background: #ffffff;
  box-shadow: 0px 0px 3px rgba(0, 0, 0, 0.15);
  border-radius: 10px;
  padding: 20px 20px 15px;
}

.twogis-btns,
.google-btns {
  width: 60%;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 20px;
  text-align: center;
}
.twogis-btns .btn,
.google-btns .btn {
  margin-bottom: 5px;
}
.zoon-widget-comments {
  width: 60%;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 20px;
}
.twogis-review-item,
.google-review-item {
  padding: 24px;
  box-shadow: inset 0 -1px #e6e6e6;
}
.twogis-review-item:last-child,
.google-review-item:last-child {
  box-shadow: unset;
}
.twogis-review-item-first-row {
  -webkit-box-lines: nowrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-box-align: start;
  -ms-flex-align: start;
  margin-bottom: 12px;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: flex-start;
  align-items: flex-start;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  column-gap: 10px;
}
.twogis-review-item-image-wrapper {
  min-width: 72px;
  background-color: #ffcc00;
  min-height: 72px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
}
.twogis-review-item-image-wrapper img {
  width: 64px;
  height: 64px;
  border-radius: 50%;
  overflow: hidden;
}
.twogis-review-item-user-info-wrapper {
  flex-grow: 1;
}
.twogis-review-item-rating {
  white-space: nowrap;
}

.google-review-first-row {
  display: flex;
  align-items: flex-start;
  column-gap: 20px;
  margin-bottom: 20px;
}
.google-review-image {
  width: 70px;
  height: 70px;
  background-color: #ffcc00;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
}
.google-review-image img {
  width: 60px;
  height: 60px;
  height: auto;
}
.google-review-second-row {
  display: flex;
  column-gap: 20px;
  color: rgba(0, 0, 0, 0.54);
  line-height: 20px;
  margin-bottom: 10px;
}
.google-review-text {
  font-weight: 400;
  font-size: 16px;
  line-height: 26px;
}

@media (max-width: 768px) {
  #twogis-wrapper,
  #google-wrapper,
  .yndx-wrapper,
  .twogis-btns,
  .google-btns,
  .zoon-widget-comments {
    width: 80%;
  }
}

@media (max-width: 490px) {
  #twogis-wrapper,
  #google-wrapper,
  .yndx-wrapper,
  .twogis-btns,
  .google-btns,
  .zoon-widget-comments {
    width: 100%;
  }

  .twogis-review-item,
  .google-review-item {
    padding: 14px;
  }
}
@media (max-width: 390px) {
  .google-review-second-row {
    flex-direction: column;
    row-gap: 5px;
  }
}

.tab-box--otzyvy {
  display: block;
}
/* !Отзывы */
.price-page .price-list .accordion-item {
  border: none;
  box-shadow: none;
}

.price-page .price-list .accordion-button {
  background-color: transparent;
  padding: 15px 0;
  border: none;
  border-bottom: 1px solid #e9e9e9;
  color: #404040;
  text-align: center;
  font-family: Roboto;
  font-size: 25px;
  font-style: normal;
  font-weight: 400;
  line-height: 36px;
  box-shadow: none;
  /* 144% */
}

.price-page .price-list .accordion-button:after {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='7' viewBox='0 0 12 7' fill='none'%3E%3Cpath d='M4.99264 6.0533C5.28554 6.34619 5.76041 6.34619 6.0533 6.0533L10.8263 1.28033C11.1192 0.987441 11.1192 0.512563 10.8263 0.21967C10.5334 -0.0732232 10.0585 -0.0732232 9.76561 0.21967L5.52297 4.46231L1.28033 0.21967C0.987437 -0.0732232 0.512563 -0.0732232 0.21967 0.21967C-0.0732233 0.512563 -0.0732233 0.987441 0.21967 1.28033L4.99264 6.0533ZM4.77297 4.52297V5.52297H6.27297V4.52297H4.77297Z' fill='black'/%3E%3C/svg%3E");
}
.category-pesok-content .list-rubric {
  column-gap: 10px;
}

.slide-tech-main-characteristics {
  display: flex;
  gap: 20px;
  justify-content: space-between;
  margin-bottom: 20px;
}

.slide-tech-main-characteristic {
  display: flex;
  gap: 10px;
  max-width: calc(50% - 10px);
}

.slide-tech-main-characteristic svg {
  min-width: 24px;
  max-width: 24px;
  min-height: 24px;
  max-height: 24px;
}

.slide-tech-main-characteristic-info {
  display: flex;
  flex-direction: column;
  gap: 3px;
}
.slide-tech-main-characteristic-name {
  font-size: 12px;
  font-weight: 500;
  line-height: 14.4px;
  color: #333333;
}
.slide-tech-main-characteristic-value {
  font-size: 10px;
  font-weight: 400;
  line-height: 12px;
  color: #5f5f5f;
}

.first-pic-wrapper {
  display: flex;
  gap: 20px;
  margin-top: 50px;
}
.first-pic-wrapper img {
  object-fit: contain;
  width: 100%;
  height: 100%;
  border-radius: 10px;
}

.first-pic-text-wrapper {
  display: flex;
  flex-direction: column;
}

.first-pic-wrapper div {
  width: 50%;
  height: 100%;
}
.content .uslugi-custom-title {
  font-weight: 600;
  font-size: 30px;
  text-align: left;
  color: #333333;
}
.content .uslugi-custom-title:first-child {
  margin-top: 0;
}

.cat-table-uslugi {
  background-color: unset;
  margin-bottom: 20px;
}
.uslugi-custom-title-new {
  margin: 10px 0 30px !important;
}
.cat-table-wrapper {
  overflow: auto;
  scrollbar-width: none;
}
table.cat-table.cat-table-uslugi {
  border-collapse: separate;
  border-spacing: 0;
  width: 100%;
  min-width: 600px;
  td {
    border: #f2f2f2 3px solid;
    border-style: none solid solid none;
    padding: 10px;
  }
  tr:first-child td:first-child {
    border-top-left-radius: 10px;
  }
  tr:first-child td:last-child {
    border-top-right-radius: 10px;
  }
  tr:last-child td:first-child {
    border-bottom-left-radius: 10px;
  }
  tr:last-child td:last-child {
    border-bottom-right-radius: 10px;
  }
  tr:first-child td {
    border-top-style: solid;
  }
  tr td:first-child {
    border-left-style: solid;
  }

  .opt-price-text {
    margin-bottom: 20px;
  }
}

.banner__section {
  position: relative;
  height: 448px;
  padding-top: 50px;
  padding-bottom: 50px;
  width: 100%;
}

.banner__img-picture {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
}

.banner__img-picture::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(
    90deg,
    rgba(51, 51, 51, 0.912) 0%,
    rgba(51, 51, 51, 0.551) 62.03%,
    rgba(51, 51, 51, 0) 100%
  );
}

.banner__img-picture img {
  width: 100%;
  height: 100%;
}
.banner__section .breadcrumbs_uslugi a {
  font-weight: 400;
  font-size: 14px;
  line-height: 17px;
  text-align: left;
  color: #fff;
}

.breadcrumbs_uslugi .breadcrumbs {
  a:last-child::after {
    color: white;
  }
}
.breadcrumbs_uslugi .breadcrumbs {
  a:last-child::before {
    color: white;
  }
}
.h1_uslugi {
  color: #fff !important;
}
.preview_text_uslugi {
  color: #fff !important;
  max-width: 592px;
}
.preview_text_uslugi p {
  color: #fff !important;
}
h1.h1_uslugi {
  margin: 10px 0 20px;
  max-width: 592px;
}

.page .preview_text_uslugi ul {
  list-style-type: unset;
  margin-bottom: 0;
  margin-left: 0;
}

.front-form__title-uslugi {
  font-weight: 700;
  font-size: 24px;
  line-height: 34px;
  text-align: center;
  color: #333333;
}
.uslugi-form-input-wrapper {
  display: flex;
  justify-content: space-between;
}
.uslugi-form-input-wrapper .wpcf7-form-control-wrap {
  position: relative;
  width: calc(100% / 2 - 5px);
}
.uslugi-form-input-wrapper .wpcf7-form-control-wrap input {
  width: 100%;
}
body .front-form-uslugi .btn {
  width: 100%;
}
body .front-form-uslugi .private-policy {
  justify-content: center;
}
.uslugi-banner__form {
  width: 592px;
  display: flex;
  flex-direction: column;
  gap: 15px;
}
.uslugi-form__messengers {
  padding: 16px 20px;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
}
.uslugi-form__messengers-text {
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.banner__wrapper-uslugi {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  gap: 33px;
}
.banner__info-uslugi {
  display: flex;
  flex-direction: column;
  width: 573px;
}
.banner__form-uslugi {
  width: 592px;
  display: flex;
  flex-direction: column;
  gap: 15px;
}
.banner__form-uslugi .front-form-uslugi {
  padding: 20px 20px 20px 20px;
  display: flex;
  flex-direction: column;
  gap: 13px;
  background-color: rgba(242, 242, 242, 0.7);
  backdrop-filter: blur(14px);
  border-radius: 10px;
}
.form__messengers-uslugi {
  padding: 16px 20px;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  background-color: rgba(242, 242, 242, 0.7);
  backdrop-filter: blur(14px);
  border-radius: 10px;
}
.form__messengers-uslugi .form__messengers-text {
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.form__messengers-uslugi .form__messengers-text {
  p:first-child {
    font-size: 14px;
    font-weight: 700;
  }
}
.form__messengers-uslugi .form__messengers-text {
  p:last-child {
    position: relative;
    padding-left: 11px;
    font-size: 10px;
    font-weight: 400;
  }
}
.form__messengers-uslugi .form__messengers-text {
  p:last-child::before {
    content: "";
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background-color: #4db45e;
    position: absolute;
    left: 0;
    top: 3.5px;
    animation: flash 1.2s linear;
    animation-iteration-count: infinite;
  }
}
.form__messengers-uslugi .form__messengers-icons {
  display: flex;
  flex-direction: row;
  gap: 8px;
  align-items: center;
  justify-content: flex-start;
}
.page .form__messengers-uslugi p {
  margin-bottom: 0;
}
.page .front-form-uslugi p {
  margin-bottom: 10px;
}
.front-form-uslugi input {
  padding: 10px 20px;
}
.front-form-uslugi .private-policy {
  margin-top: 0;
}
.grid-calculate-fields.grid-calculate-fields-new .btn {
  width: calc(100% / 2 - 10px);
  flex-basis: initial;
}

.grid-calculate-fields .grid-calculate-field-new {
  width: calc(100% / 4 - 7px);
  flex-basis: initial;
}
.grid-calculate-fields {
  align-items: initial !important;
}
.main-form-uslugi {
  align-items: flex-start;
  padding: 62px 15px 15px;
}
.main-form__container-uslugi {
  width: calc(100% / 2 - 10px);
}
.main-form__subtitle {
  font-weight: 400;
  font-size: 16px;
  text-align: left;
  color: #333333;
  position: relative;
  padding-left: 12px;
}

.main-form__subtitle::after {
  position: absolute;
  content: "";
  top: 4px;
  left: 2px;
  height: 92%;
  width: 3px;
  background-color: #ffcc00;
}
.main-form__img-uslugi {
  right: -185px;
  bottom: 0;
}
.form_main-uslugi {
  min-width: 293px;
  max-width: 293px;
}
.main-form-block-uslugi {
  overflow-x: unset;
  min-height: 318px;
}
@media screen and (max-width: 1200px) {
  .banner__form-uslugi {
    width: calc(100% - 30px);
    margin: 0 auto;
    padding: 15px;
    box-sizing: border-box;
    background-color: rgba(242, 242, 242, 1);
    border-radius: 10px;
  }
  .banner__info-uslugi {
    font-size: 14px;
    gap: 0;
    padding: 20px 15px;
  }
  .banner__wrapper-uslugi {
    margin-bottom: 20px;
    flex-direction: column;
    gap: 10px;
    width: 100%;
  }
  .max-width .category-content-new {
    padding-top: 390px;
  }

  .banner__section {
    max-height: 305px;
    height: 100%;
    padding-top: 0;
    padding-bottom: 0;
  }
  .banner__info-uslugi {
    width: 100%;
  }
}
@media screen and (max-width: 991px) {
  .max-width .category-content-new {
    padding-top: 470px;
  }
  .main-form-uslugi {
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  .main-form__container-uslugi {
    width: 100%;
  }
  .main-form__title {
    max-width: 100%;
  }
  .form_main-uslugi {
    min-width: 100%;
    max-width: 100%;
    width: 100%;
  }
  .main-form_category .main-form__img {
    margin: 0 auto;
  }
}
@media screen and (max-width: 767px) {
  .first-pic-wrapper {
    gap: 5px;
    flex-direction: column;
  }
  .first-pic-wrapper div {
    width: 100%;
    height: 100%;
  }
  .main-form__img-uslugi {
    display: none;
  }
}
@media screen and (max-width: 570px) {
  .banner__section {
    max-height: 355px;
    height: 100%;
  }
  h1.h1_uslugi {
    margin: 10px 0 10px;
    font-size: 30px;
  }
  .preview_text_uslugi p {
    color: #fff !important;
    font-size: 13px !important;
  }
  .page .preview_text_uslugi ul {
    font-size: 13px;
  }
  .banner__wrapper-uslugi {
    gap: 93px;
  }
}

@media screen and (max-width: 444px) {
  .banner__wrapper-uslugi {
    gap: 55px;
  }
}
@media screen and (max-width: 399px) {
  .banner__wrapper-uslugi {
    gap: 35px;
  }
  .max-width .category-content-new {
    padding-top: 530px;
  }
}

.intro__form-privacy__wrapper p,
.intro__form-privacy__wrapper label {
  display: flex;
  align-items: flex-start;
  gap: 5px;
  margin: 12px 0;
}
.checkbox-wrapperr {
  display: flex;
  padding-bottom: 4px;
  gap: 10px;
}
.form input.checkbox-formm {
  width: 20px;
  margin-left: -15px;
}
.checkbox-form-agreement {
  font-size: 14px;
}

.cookie-consent {
  display: none;
  position: fixed;
  bottom: 60px;
  left: 0;
  width: 100%;
  max-width: 378px;
  background-color: #f9f9f9;
  padding: 20px;
  box-shadow: 0 -2px 10px rgba(0, 0, 0, 0.1);
  z-index: 9999;
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  -o-border-radius: 10px;
}

.cookie-consent__content {
  max-width: 600px;
  margin: 0 auto;
}

.cookie-consent p {
  font-size: 14px;
  line-height: 1.5;
  color: #333;
  margin-bottom: 20px;
}

.cookie-consent__button {
  display: inline-block;
  padding: 10px 20px;
  font-size: 16px;
  border-radius: 10px;
  border: solid 1px #333333;
  background-color: #333;
  color: #fff;
  text-decoration: none;
  width: 100%;
  transition: background-color 0.3s ease;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  -o-border-radius: 10px;
}

.cookie-consent__button:hover {
  background-color: #fff;
  color: #333;
}

.catalog-shortcode {
  margin: 40px 0;
}

.footer-contact-phones-msk {
  display: flex;
  flex-direction: column;
  margin-top: 40px;
  gap: 12px;
}

.footer-contact__1 {
  display: flex;
  align-items: flex-start;
  gap: 24px;
 
}

.footer-bottom {
  display: flex;
  justify-content: space-between;
  gap: 24px;
  & * {
    font-family: 'Roboto' !important;
    font-size: 16px !important;
    line-height: 1.4 !important;
    color: #333333 !important;
  }
  & a:hover {
    color: #ffcc00 !important;
  }
}

.footer-contact__1__wrap {
  max-width: 340px;
}

.footer-menu {
  max-width: 320px;
  .footer-menu-link {
    margin-bottom: 12px;
    &:last-child {
      margin-bottom: 0;
    }
  }
}

@media screen and (max-width: 1199px) {
  .footer-contact__1 {
    display: block;
  }

  .footer-contact-phones-msk {
    margin-top: 24px;
  }

}

@media screen and (max-width: 991px) {
  .footer-menu-container {
    column-count: 1;
}
}

@media screen and (max-width: 767px) {
  .footer-bottom {
    flex-direction: column;
    max-width: 390px;
    margin: 0 auto;
  }

  .footer-menu {
    margin-bottom: 0;
  }

  .footer-contact__2 .footer-title {
    display: none;
  }
}



.category-price-block2 {
  margin-bottom: 56px;
}

.pagination {
  width: 100%;
  margin-top: 32px;
}

.page-numbers {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  justify-content: center;
  width: 100%;
  gap: 8px;
  a, span {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 32px;
    height: 32px;
    border: 1px solid #F3F3F3;
    border-radius: 8px;
    font-size: 16px;
  }

  .current {
    background: #FFCC00;
  }
}

.product-prop__val {
  white-space: nowrap;  
}

.header-menu a.is-fire,
.header-catalog__menu a.is-fire {
    position: relative;
    padding-right: 28px;
    display: inline-block;
}

.header-menu a.is-fire::after,
.header-catalog__menu a.is-fire::after {
    content: '';
    position: absolute;
    right: 8px;
    top: 50%;
    transform: translateY(-50%);
    width: 16px;
    height: 16px;
    background: url('/wp-content/themes/dcsrent_2023/assets/fire.svg') no-repeat center / contain;
    pointer-events: none;
}

.header-menu__item-level-2, .header-catalog__menu-block {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
}