@charset "UTF-8";
.banner-with-button,
.text-and-picture,
.question-and-answer,
.picture-list,
.price-list,
.slider-picture,
.related-service {
  margin: 16px 0;
}

.title-for-blocks {
  font-size: 32px;
  line-height: 1;
  font-weight: bold;
  margin-bottom: 60px;
  margin-top: 60px;
}
.title-for-blocks_992 {
  font-size: 28px;
  line-height: 42px;
  margin-bottom: 40px;
  margin-top: 40px;
}
.title-for-blocks_768 {
  margin-bottom: 28px;
  margin-top: 28px;
}
.title-for-blocks_576 {
  font-size: 22px;
  line-height: 18px;
}

.slice-row-text {
  /* Обрезаем название до 2х строк */
  -ms-text-overflow: ellipsis;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  overflow: hidden;
  -ms-line-clamp: 3;
  -webkit-line-clamp: 3;
  line-clamp: 3;
  display: -webkit-box;
  display: box;
  word-wrap: break-word;
  -webkit-box-orient: vertical;
  box-orient: vertical;
  /* //Обрезаем название до 2х строк */
}

.text-and-picture {
  width: 100%;
  display: flex;
  box-sizing: border-box;
  justify-content: space-between;
  gap: 30px;
}
.text-and-picture__picture {
  min-width: 33%;
  max-width: 33%;
}
.text-and-picture__picture img {
  max-width: 100%;
  max-height: 100%;
  width: 100%;
}
.text-and-picture__text {
  padding: 0 10px;
  color: #818181;
}
.text-and-picture.text-picture .text-and-picture__picture {
  order: 2;
}
.text-and-picture_576 {
  flex-wrap: wrap;
}
.text-and-picture_576 .text-and-picture__picture {
  width: 100%;
  min-width: 100%;
  max-width: 100%;
  display: flex;
  justify-content: center;
}
.text-and-picture_576 .text-and-picture__text {
  padding: 0;
}

.price-list__description {
  margin-bottom: 20px;
}
.price-list table {
  width: 100%;
}
.price-list table caption {
  padding: 12px 6px;
  font-size: 18px;
}
.price-list table tbody tr:nth-of-type(odd) {
  background-color: #FAFAFA;
}
.price-list table tbody td {
  font-size: 14px;
  color: #000000;
}
.price-list table thead td {
  font-size: 16px;
}
.price-list table tbody tr td:first-of-type, .price-list table thead tr td:first-of-type {
  padding-left: 20px;
}
.price-list table tbody tr td:last-of-type, .price-list table thead tr td:last-of-type {
  text-align: right;
  padding-right: 25px;
  width: 20%;
}
.price-list table tbody tr td, .price-list table thead tr td {
  padding: 6px 6px;
  line-height: 1.7em;
}
.price-list_768 table caption {
  font-size: 14px;
  text-align: left;
}
.price-list_768 table thead td {
  color: #000;
  font-weight: 500;
}
.price-list_768 table tbody tr td:first-of-type, .price-list_768 table thead tr td:first-of-type {
  padding-left: 6px;
}
.price-list_768 table tbody tr td:last-of-type, .price-list_768 table thead tr td:last-of-type {
  padding-right: 6px;
}
.price-list_768 table tbody tr td, .price-list_768 table thead tr td {
  font-size: 14px;
}

.question-and-answer {
  line-height: 1em;
  margin: 10px 0;
}
.question-and-answer.active .question-and-answer__question {
  border-radius: 10px;
}
.question-and-answer.active .question-and-answer__button_up {
  display: block !important;
}
.question-and-answer.active .question-and-answer__button_down {
  display: none !important;
}
.question-and-answer.active .question-and-answer__answer {
  opacity: 0;
  padding: 0 26px;
}
.question-and-answer__question {
  position: relative;
  padding: 19px 26px;
  border: 1px solid #B4B4B4;
  border-radius: 10px 10px 0px 0px;
  transition: all 0.3s linear;
  padding-right: 36px;
}
.question-and-answer__button_open {
  position: absolute;
  right: 16px;
  top: 50%;
  transform: translateY(-50%);
  cursor: pointer;
}
.question-and-answer__button_up {
  display: none !important;
}
.question-and-answer__button_down {
  display: block !important;
}
.question-and-answer__answer {
  transition: all 0.3s linear;
  color: #898989;
  padding: 19px 26px;
  background-color: #F8F8F8;
  overflow: hidden;
  border-radius: 0px 0px 10px 10px;
}

.banner-with-button {
  background-size: cover;
  background-position-x: center;
  background-position-y: center;
  min-height: 460px;
  overflow: hidden;
  position: relative;
}
.banner-with-button_992 .banner-with-button__title {
  font-size: 28px;
  line-height: 36px;
}
.banner-with-button_992 .banner-with-button__description {
  font-size: 14px;
  line-height: 21px;
}
.banner-with-button_992 .banner-with-button__button_text {
  font-size: 14px;
}
.banner-with-button_768 {
  height: auto;
  min-height: auto;
}
.banner-with-button_768 .banner-with-button__image {
  position: relative;
  max-width: 100%;
  height: auto;
}
.banner-with-button_768 .banner-with-button__container-content {
  min-height: auto;
  padding: 15px;
  width: 100%;
  gap: 20px;
}
.banner-with-button_768 .banner-with-button__title {
  font-size: 22px;
  line-height: 28px;
}
.banner-with-button__image {
  position: absolute;
  max-height: 100%;
  right: 0;
  height: 100%;
}
.banner-with-button__container-content {
  height: 100%;
  min-height: 460px;
  width: 50%;
  background: #4CB4FFF2;
  backdrop-filter: blur(8px);
  padding: 40px 40px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  row-gap: 10px;
}
.banner-with-button__title {
  font-size: 32px;
  color: #fff;
  line-height: 48px;
  font-weight: bold;
}
.banner-with-button__description {
  font-size: 16px;
  color: #000;
  line-height: 27px;
}
.banner-with-button__button_text {
  font-size: 16px;
  border: 1px solid #fff;
  border-radius: 10px;
  padding: 10px 40px;
  display: inline-block;
  color: #fff;
}

.picture-list {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 50px;
}
.picture-list_992 .picture-list__description {
  font-size: 14px;
}
.picture-list_768 {
  grid-template-columns: repeat(3, 1fr);
}
.picture-list_768 .picture-list__cart {
  gap: 15px;
}
.picture-list_576 {
  grid-template-columns: repeat(2, 1fr);
  gap: 35px;
}
.picture-list_480 {
  grid-template-columns: repeat(1, 1fr);
}
.picture-list__cart {
  display: grid;
  gap: 30px;
  justify-items: center;
}
.picture-list__image {
  max-width: 100%;
  max-height: 100%;
  width: 100%;
}
.picture-list__description {
  font-size: 16px;
  line-height: 24px;
  /* Обрезаем название до 2х строк */
  -ms-text-overflow: ellipsis;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  overflow: hidden;
  -ms-line-clamp: 3;
  -webkit-line-clamp: 3;
  line-clamp: 3;
  display: -webkit-box;
  display: box;
  word-wrap: break-word;
  -webkit-box-orient: vertical;
  box-orient: vertical;
  /* //Обрезаем название до 2х строк */
}

.slider-picture-cont {
  position: relative;
}
.slider-picture-cont_992 .swiper-button-prev {
  right: 0;
}
.slider-picture-cont_992 .swiper-button-next {
  left: 0;
}
.slider-picture-cont_480 .swiper-button-prev, .slider-picture-cont_480 .swiper-button-next {
  display: none;
}
.slider-picture-cont .swiper-button-prev, .slider-picture-cont .swiper-button-next {
  width: 16px;
  height: 28px;
}
.slider-picture-cont .swiper-button-prev {
  right: -25px;
}
.slider-picture-cont .swiper-button-next {
  left: -25px;
}

.slider-picture {
  overflow: hidden;
}
.slider-picture_992 {
  padding: 0 25px;
}
.slider-picture_992 .slider-picture__description {
  font-size: 14px;
}
.slider-picture_480 {
  padding: 0;
}
.slider-picture__cart {
  display: grid;
  gap: 30px;
  justify-items: center;
}
.slider-picture__image {
  max-width: 100%;
  max-height: 100%;
  width: 100%;
}
.slider-picture__description {
  font-size: 16px;
  line-height: 24px;
}

.related-service-cont {
  position: relative;
}
.related-service-cont_992 .swiper-button-prev {
  right: -12px;
}
.related-service-cont_992 .swiper-button-next {
  right: -12px;
}
.related-service-cont_576 .swiper-button-prev {
  right: 0;
}
.related-service-cont_576 .swiper-button-next {
  right: 0;
}
.related-service-cont_480 .swiper-button-prev, .related-service-cont_480 .swiper-button-next {
  display: none;
}
.related-service-cont .swiper-button-prev, .related-service-cont .swiper-button-next {
  width: 16px;
  height: 28px;
}
.related-service-cont .swiper-button-prev {
  right: -25px;
}
.related-service-cont .swiper-button-next {
  left: -25px;
}

.related-service {
  overflow: hidden;
  padding: 10px;
  padding-bottom: 20px;
}
.related-service__cart {
  border-radius: 10px;
  overflow: hidden;
  box-shadow: 0px 0px 16px rgba(0, 0, 0, 0.1);
  min-height: 100%;
}
.related-service__img-cont {
  display: flex;
  justify-content: center;
}
.related-service__img {
  max-width: 100%;
  max-height: 100%;
  width: 100%;
}
.related-service__description {
  padding: 20px 25px;
}
.related-service__title {
  font-size: 18px;
  line-height: 28px;
  font-weight: 500;
  margin-bottom: 10px;
}
.related-service__price {
  font-size: 16px;
  line-height: 24px;
  margin-bottom: 16px;
}
.related-service__price price {
  color: #4CB4FF;
  font-size: 22px;
}
.related-service__property {
  font-size: 14px;
  line-height: 24px;
  padding: 5px 0;
  border-top: 1px solid #DBDBDB;
  color: #595959;
  display: block;
}
.related-service__property:last-of-type {
  border-bottom: 1px solid #DBDBDB;
}
.related-service_576 .related-service__title {
  font-size: 16px;
  line-height: 21px;
}
.related-service_576 .related-service__price {
  font-size: 14px;
}
.related-service_576 .related-service__price price {
  font-size: 18px;
}
.related-service_576 .related-service__property {
  font-size: 12px;
}

.block-of-advantages_992 .block-of-advantages__cart-cont {
  grid-template-columns: repeat(2, 1fr);
}
.block-of-advantages_768 .block-of-advantages__cart {
  padding: 10px 0;
}
.block-of-advantages_768 .block-of-advantages__img-cont {
  margin-top: 20px;
  margin-bottom: 20px;
}
.block-of-advantages_768 .block-of-advantages__desciption-cart {
  font-size: 14px;
  margin: 0 10px;
}
.block-of-advantages_480 .block-of-advantages__cart {
  padding: 25px 0;
}
.block-of-advantages_480 .block-of-advantages__cart-cont {
  grid-template-columns: repeat(1, 1fr);
}
.block-of-advantages_480 .block-of-advantages__desciption-cart {
  margin: 0 25px;
}
.block-of-advantages__cart-cont {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 30px;
}
.block-of-advantages__title {
  font-size: 18px;
  font-weight: 700;
  line-height: 26px;
  text-align: center;
}
.block-of-advantages__img-cont {
  display: flex;
  justify-content: center;
  margin-top: 30px;
  margin-bottom: 35px;
  height: 100px;
}
.block-of-advantages__img {
  max-width: 100%;
  max-height: 100%;
}
.block-of-advantages__desciption-cart {
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  text-align: left;
}

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