@font-face {
  font-family: "Inter";
  font-style: normal;
  font-weight: 300;
  font-display: swap;
  src: url("../fonts/inter/Inter-Light.woff2") format("woff2");
}
@font-face {
  font-family: "Inter";
  font-style: italic;
  font-weight: 300;
  font-display: swap;
  src: url("../fonts/inter/Inter-LightItalic.woff2") format("woff2");
}
@font-face {
  font-family: "Inter";
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url("../fonts/inter/Inter-Regular.woff2") format("woff2");
}
@font-face {
  font-family: "Inter";
  font-style: italic;
  font-weight: 400;
  font-display: swap;
  src: url("../fonts/inter/Inter-Italic.woff2") format("woff2");
}
@font-face {
  font-family: "Inter";
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url("../fonts/inter/Inter-Medium.woff2") format("woff2");
}
@font-face {
  font-family: "Inter";
  font-style: italic;
  font-weight: 500;
  font-display: swap;
  src: url("../fonts/inter/Inter-MediumItalic.woff2") format("woff2");
}
@font-face {
  font-family: "Inter";
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: url("../fonts/inter/Inter-SemiBold.woff2") format("woff2");
}
@font-face {
  font-family: "Inter";
  font-style: italic;
  font-weight: 600;
  font-display: swap;
  src: url("../fonts/inter/Inter-SemiBoldItalic.woff2") format("woff2");
}
@font-face {
  font-family: "Inter";
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url("../fonts/inter/Inter-Bold.woff2") format("woff2");
}
@font-face {
  font-family: "Inter";
  font-style: italic;
  font-weight: 700;
  font-display: swap;
  src: url("../fonts/inter/Inter-BoldItalic.woff2") format("woff2");
}
*, *::before, *::after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 0;
  margin: 0;
}

body {
  background-color: #fff;
  font-family: "Inter", sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 150%;
  color: #333;
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
body.overflow-hidden {
  overflow: hidden;
}
body.gray-bg {
  background-color: #f3f3f3;
}

a {
  display: inline-block;
  text-decoration: none;
  color: inherit;
}

img {
  display: block;
  max-width: 100%;
  height: auto;
}

video {
  display: block;
  max-width: 100%;
  height: auto;
}

ul, ol {
  list-style: none;
}

input[type=text], input[type=email], input[type=tel], input[type=search], input[type=password], input[type=number], input[type=date], select, textarea {
  display: block;
  width: 100%;
  height: 40px;
  padding: 0 16px;
  background-color: #fff;
  border: 1px solid #bebdbd;
  border-radius: 10px;
  font-family: inherit;
  font-weight: inherit;
  font-size: 14px;
  line-height: 150%;
  color: #333;
  outline: none;
}
input[type=text]::-webkit-input-placeholder, input[type=email]::-webkit-input-placeholder, input[type=tel]::-webkit-input-placeholder, input[type=search]::-webkit-input-placeholder, input[type=password]::-webkit-input-placeholder, input[type=number]::-webkit-input-placeholder, input[type=date]::-webkit-input-placeholder, select::-webkit-input-placeholder, textarea::-webkit-input-placeholder {
  color: #898989;
}
input[type=text]::-moz-placeholder, input[type=email]::-moz-placeholder, input[type=tel]::-moz-placeholder, input[type=search]::-moz-placeholder, input[type=password]::-moz-placeholder, input[type=number]::-moz-placeholder, input[type=date]::-moz-placeholder, select::-moz-placeholder, textarea::-moz-placeholder {
  color: #898989;
}
input[type=text]:-ms-input-placeholder, input[type=email]:-ms-input-placeholder, input[type=tel]:-ms-input-placeholder, input[type=search]:-ms-input-placeholder, input[type=password]:-ms-input-placeholder, input[type=number]:-ms-input-placeholder, input[type=date]:-ms-input-placeholder, select:-ms-input-placeholder, textarea:-ms-input-placeholder {
  color: #898989;
}
input[type=text]::-ms-input-placeholder, input[type=email]::-ms-input-placeholder, input[type=tel]::-ms-input-placeholder, input[type=search]::-ms-input-placeholder, input[type=password]::-ms-input-placeholder, input[type=number]::-ms-input-placeholder, input[type=date]::-ms-input-placeholder, select::-ms-input-placeholder, textarea::-ms-input-placeholder {
  color: #898989;
}
input[type=text]::placeholder, input[type=email]::placeholder, input[type=tel]::placeholder, input[type=search]::placeholder, input[type=password]::placeholder, input[type=number]::placeholder, input[type=date]::placeholder, select::placeholder, textarea::placeholder {
  color: #898989;
}

textarea {
  height: 148px;
  padding-top: 16px;
  resize: none;
}

.container {
  max-width: 1232px;
  padding: 0 16px;
  margin: 0 auto;
}

.row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-left: -12px;
  margin-right: -12px;
}

.col {
  padding-left: 12px;
  padding-right: 12px;
}

.catalog-section-no-filter {
  width: 100%;
}

.catalog-section-no-filter .cards-col {
  width: 25%;
}

@media (max-width: 1259px) {
  .container {
    max-width: 926px;
  }
}
@media (max-width: 991px) {
  .container {
    max-width: 720px;
  }
}
@media (max-width: 767px) {
  .container {
    max-width: 100%;
  }
}
.border-button {
  display: inline-block;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  padding: 7px;
  background-color: transparent;
  border: 1px solid #333;
  border-radius: 10px;
  font-family: inherit;
  font-size: 16px;
  line-height: 150%;
  color: #333;
  text-align: center;
  cursor: pointer;
}
.border-button.border-button-small {
  padding: 7px;
  border-radius: 10px;
}
.border-button.border-button-medium {
  padding: 11px;
  border-radius: 12px;
}
.border-button.border-button-big {
  padding: 15px;
  border-radius: 12px;
}
.border-button:hover, .border-button:active {
  border-color: #931717;
  color: #931717;
}

.red-button {
  display: inline-block;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  padding: 8px;
  background-color: #d61e1e;
  border: none;
  border-radius: 10px;
  font-family: inherit;
  font-weight: 500;
  font-size: 16px;
  line-height: 150%;
  color: #fff;
  text-align: center;
  cursor: pointer;
}
.red-button.red-button-small {
  padding: 8px;
  border-radius: 10px;
}
.red-button.red-button-medium {
  padding: 12px;
  border-radius: 12px;
}
.red-button.red-button-big {
  padding: 16px;
  border-radius: 12px;
}
.red-button:hover, .red-button:active {
  background-color: #931717;
}

@media (max-width: 767px) {
  .border-button.border-button-big {
    padding: 11px;
  }
  .red-button.red-button-big {
    padding: 12px;
  }
}
.checkbox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
}
.checkbox input {
  width: 1px !important;
  height: 1px !important;
  overflow: hidden !important;
  position: absolute !important;
  white-space: nowrap !important;
  margin: -1px !important;
  padding: 0 !important;
  border: 0 !important;
  clip: rect(0 0 0 0) !important;
  -webkit-clip-path: inset(50%) !important;
          clip-path: inset(50%) !important;
}
.checkbox input:checked + .checkbox-checkmark {
  background-color: #d61e1e;
  border-color: #d61e1e;
}
.checkbox input:checked + .checkbox-checkmark::after {
  opacity: 1;
}
.checkbox .checkbox-checkmark {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 20px;
  height: 20px;
  background-color: #fff;
  border: 1px solid #bebdbd;
  border-radius: 4px;
  margin-right: 10px;
  margin-top: 2px;
  position: relative;
}
.checkbox .checkbox-checkmark::after {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background: url("../img/checkbox-icon.svg") no-repeat center;
  position: absolute;
  left: 0;
  top: 0;
  opacity: 0;
}
.checkbox .checkbox-text {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  font-size: 16px;
  line-height: 150%;
  color: #333;
}
.checkbox .checkbox-count {
  color: #898989;
  margin-left: 4px;
}

.switcher {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border: 1px solid #d61e1e;
  border-radius: 10px;
  position: relative;
}
.switcher input {
  width: 1px !important;
  height: 1px !important;
  overflow: hidden !important;
  position: absolute !important;
  white-space: nowrap !important;
  margin: -1px !important;
  padding: 0 !important;
  border: 0 !important;
  clip: rect(0 0 0 0) !important;
  -webkit-clip-path: inset(50%) !important;
          clip-path: inset(50%) !important;
}
.switcher input:checked + .switcher-text {
  background-color: #d61e1e;
  color: #fff;
}

.switcher-button {
  width: 50%;
  cursor: pointer;
}

.switcher-text {
  display: block;
  width: 100%;
  padding: 7px;
  background-color: #fff;
  border-radius: 10px;
  font-weight: 500;
  font-size: 16px;
  line-height: 150%;
  color: #333;
  text-align: center;
}

.checkbox-switcher input {
  width: 1px !important;
  height: 1px !important;
  overflow: hidden !important;
  position: absolute !important;
  white-space: nowrap !important;
  margin: -1px !important;
  padding: 0 !important;
  border: 0 !important;
  clip: rect(0 0 0 0) !important;
  clip-path: inset(50%) !important;
}

.checkbox-switcher input:checked + .checkbox-switcher-checkmark {
  background-color: #d61e1e;
}

.checkbox-switcher input:checked + .checkbox-switcher-checkmark::after {
  -webkit-transform: translateX(24px);
          transform: translateX(24px);
}

.checkbox-switcher .checkbox-switcher-checkmark {
  display: block;
  width: 52px;
  height: 28px;
  padding: 2px;
  background-color: #e3e3e3;
  border-radius: 40px;
  cursor: pointer;
}

.checkbox-switcher .checkbox-switcher-checkmark::after {
  content: "";
  display: block;
  width: 24px;
  height: 24px;
  background-color: #fff;
  border-radius: 50%;
}

.upload-file {
  display: block;
  width: 282px;
  padding: 28px;
  background-image: url("data:image/svg+xml,%3csvg width='100%25' height='100%25' xmlns='http://www.w3.org/2000/svg'%3e%3crect width='100%25' height='100%25' fill='none' rx='16' ry='16' stroke='%23d61e1e' stroke-width='2' stroke-dasharray='13%2c 13' stroke-dashoffset='0' stroke-linecap='square'/%3e%3c/svg%3e");
  border-radius: 16px;
  position: relative;
  cursor: pointer;
}
.upload-file input {
  width: 1px !important;
  height: 1px !important;
  overflow: hidden !important;
  position: absolute !important;
  white-space: nowrap !important;
  margin: -1px !important;
  padding: 0 !important;
  border: 0 !important;
  clip: rect(0 0 0 0) !important;
  -webkit-clip-path: inset(50%) !important;
          clip-path: inset(50%) !important;
}

.upload-file-text {
  display: block;
  font-size: 16px;
  line-height: 150%;
  color: #555;
  text-align: center;
  margin-bottom: 16px;
}

.upload-file-button {
  display: block;
  width: 168px;
  margin: 0 auto;
}

.select2-container .select2-selection--single {
  height: 40px;
}

.select2-container--default .select2-selection--single {
  border: 1px solid #bebdbd;
  border-radius: 10px;
}

.select2-container .select2-selection--single .select2-selection__rendered {
  padding-left: 16px;
  padding-right: 36px;
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
  line-height: 40px;
  font-size: 14px;
  color: #333;
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
  width: 24px;
  height: 38px;
  background: url("../img/select-arrow-icon.svg") no-repeat center/contain;
  right: 12px;
}

.select2-container--default .select2-selection--single .select2-selection__arrow b {
  display: none;
}

.select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow {
  -webkit-transform: scaleY(-1);
          transform: scaleY(-1);
}

.select2-dropdown {
  border: 1px solid #bebdbd;
  border-radius: 10px;
  overflow: hidden;
}

.select2-container--default .select2-results > .select2-results__options {
  max-height: 400px;
}

.select2-results__option {
  padding: 6px 16px;
  font-size: 14px;
  line-height: 150%;
  color: #333;
}

.select2-container--default .select2-results__option--selected {
  background-color: #f3f3f3;
}

.select2-container--default .select2-results__option--highlighted.select2-results__option--selectable {
  background-color: #d61e1e;
}

button.Zebra_DatePicker_Icon {
  width: 24px;
  height: 24px;
  background: url("../img/calendar-icon.svg") no-repeat;
  right: 12px !important;
}

.Zebra_DatePicker {
  border: none;
  font-family: "Inter", sans-serif;
  font-size: 14px;
  color: #333;
}

.Zebra_DatePicker .dp_daypicker th {
  font-weight: 500;
  color: #898989;
}

.Zebra_DatePicker .dp_body .dp_selected {
  background-color: #d61e1e;
}

@media (max-width: 767px) {
  .select2-container .select2-selection--single .select2-selection__rendered {
    padding-left: 10px;
    padding-right: 30px;
  }
  .select2-container--default .select2-selection--single .select2-selection__arrow {
    width: 20px;
    right: 10px;
  }
  .checkbox-switcher input:checked + .checkbox-switcher-checkmark::after {
    -webkit-transform: translateX(18px);
            transform: translateX(18px);
  }
  .checkbox-switcher .checkbox-switcher-checkmark {
    width: 40px;
    height: 22px;
  }
  .checkbox-switcher .checkbox-switcher-checkmark::after {
    width: 18px;
    height: 18px;
  }
}
.breadcrumbs-section {
  margin-top: -12px;
  margin-bottom: 32px;
}

.breadcrumbs {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.breadcrumbs li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-right: 4px;
}
.breadcrumbs li::after {
  content: "/";
  display: block;
  font-size: 14px;
  margin-left: 4px;
}
.breadcrumbs li:last-child {
  margin-right: 0;
}
.breadcrumbs li:last-child::after {
  display: none;
}
.breadcrumbs a, .breadcrumbs span {
  font-size: 15px;
  line-height: 150%;
}
.breadcrumbs a {
  color: #333;
}
.breadcrumbs span {
  color: #ad1c1c;
}

.breadcrumbs-home a {
  display: block;
  width: 16px;
  height: 16px;
  background: url("../img/breadcrumbs-home-icon.svg") no-repeat center;
}

@media (max-width: 767px) {
  .breadcrumbs-panel {
    margin-top: -8px;
    margin-bottom: 20px;
  }
  .breadcrumbs a, .breadcrumbs span {
    font-size: 14px;
  }
}
.show-more-block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 32px;
}

.show-more-button {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-weight: 500;
  font-size: 20px;
  line-height: 150%;
  color: #d61e1e;
  cursor: pointer;
}
.show-more-button::before {
  content: "";
  -ms-flex-negative: 0;
      flex-shrink: 0;
  display: block;
  width: 36px;
  height: 36px;
  background: url("../img/show-more-arrow-icon.svg") no-repeat;
  margin-right: 20px;
}

.pagination-block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding-top: 32px;
  border-top: 1px solid #bebdbd;
  margin-top: 32px;
}

.pagination {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-left: -8px;
  margin-right: -8px;
}
.pagination li {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  margin: 0 8px;
}
.pagination a, .pagination span {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 36px;
  height: 36px;
  border: 1px solid #d61e1e;
  border-radius: 50%;
  font-weight: 500;
  font-size: 16px;
  line-height: 100%;
  color: #d61e1e;
  text-align: center;
}
.pagination a:hover {
  background-color: #d61e1e;
  color: #fff;
}
.pagination .prev a, .pagination .prev span, .pagination .next a, .pagination .next span {
  position: relative;
}
.pagination .prev a::before, .pagination .prev a::after, .pagination .prev span::before, .pagination .prev span::after, .pagination .next a::before, .pagination .next a::after, .pagination .next span::before, .pagination .next span::after {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
}
.pagination .prev a::before, .pagination .prev span::before, .pagination .next a::before, .pagination .next span::before {
  background: url("../img/pagination-arrow-icon.svg") no-repeat center;
  opacity: 1;
}
.pagination .prev a::after, .pagination .prev span::after, .pagination .next a::after, .pagination .next span::after {
  background: url("../img/pagination-arrow-active-icon.svg") no-repeat center;
  opacity: 0;
}
.pagination .prev a:hover::before, .pagination .next a:hover::before {
  opacity: 0;
}
.pagination .prev a:hover::after, .pagination .next a:hover::after {
  opacity: 1;
}
.pagination .prev {
  margin-right: 24px;
}
.pagination .next {
  -webkit-transform: scaleX(-1);
          transform: scaleX(-1);
  margin-left: 24px;
}
.pagination .current span {
  background-color: #d61e1e;
  color: #fff;
}

@media (max-width: 767px) {
  .show-more-block {
    margin-top: 24px;
  }
  .pagination-block {
    padding-top: 24px;
    margin-top: 24px;
  }
  .pagination {
    margin-left: -6px;
    margin-right: -6px;
  }
  .pagination li {
    margin-left: 6px;
    margin-right: 6px;
  }
  .pagination .prev {
    margin-right: 26px;
  }
  .pagination .next {
    margin-left: 24px;
  }
}
.profiles-counter {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  font-weight: 700;
  font-size: 20px;
  line-height: 100%;
  color: #d61e1e;
  margin-bottom: 20px;
}
.profiles-counter::after {
  content: "";
  -ms-flex-negative: 0;
      flex-shrink: 0;
  display: block;
  width: 24px;
  height: 24px;
  background: url("../img/profiles-counter-icon.svg") no-repeat;
  margin-left: 6px;
}

@media (max-width: 767px) {
  .profiles-counter {
    margin-bottom: 16px;
  }
}
.review-rating {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.review-rating.rating-0 {
  display: none;
}
.review-rating.rating-1 .review-rating-star:nth-child(1)::before {
  opacity: 0;
}
.review-rating.rating-1 .review-rating-star:nth-child(1)::after {
  opacity: 1;
}
.review-rating.rating-2 .review-rating-star:nth-child(-n+2)::before {
  opacity: 0;
}
.review-rating.rating-2 .review-rating-star:nth-child(-n+2)::after {
  opacity: 1;
}
.review-rating.rating-3 .review-rating-star:nth-child(-n+3)::before {
  opacity: 0;
}
.review-rating.rating-3 .review-rating-star:nth-child(-n+3)::after {
  opacity: 1;
}
.review-rating.rating-4 .review-rating-star:nth-child(-n+4)::before {
  opacity: 0;
}
.review-rating.rating-4 .review-rating-star:nth-child(-n+4)::after {
  opacity: 1;
}
.review-rating.rating-5 .review-rating-star:nth-child(-n+5)::before {
  opacity: 0;
}
.review-rating.rating-5 .review-rating-star:nth-child(-n+5)::after {
  opacity: 1;
}

.review-rating-star {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  display: block;
  width: 16px;
  height: 16px;
  position: relative;
  margin-right: 6px;
}
.review-rating-star::before, .review-rating-star::after {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
}
.review-rating-star::before {
  background: url("../img/rating-star-icon.svg") no-repeat center/contain;
  opacity: 1;
}
.review-rating-star::after {
  background: url("../img/rating-star-active-icon.svg") no-repeat center/contain;
  opacity: 0;
}

.likes-rating {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.likes-rating-button {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 20px;
  height: 20px;
  background: url("../img/like-icon.svg") no-repeat center;
}

.likes-rating-button-minus {
  -webkit-transform: scaleY(-1);
          transform: scaleY(-1);
}

.likes-rating-value {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  font-size: 16px;
  line-height: 150%;
  color: #333;
  margin: 0 8px;
}

@media (max-width: 767px) {
  .likes-rating-value {
    font-size: 14px;
  }
}
.custom-table table {
  width: 100%;
  border-collapse: separate;
  border-spacing: 0;
  border: 1px solid #bebdbd;
  border-radius: 16px;
  font-size: 16px;
  line-height: 150%;
  color: #333;
  overflow: hidden;
}
.custom-table table th, .custom-table table td {
  height: 48px;
  padding: 11px 24px;
}
.custom-table table th {
  background-color: #fcefef;
  font-weight: 500;
  font-size: 16px;
  line-height: 150%;
  color: #d61e1e;
  text-transform: uppercase;
  text-align: left;
}
.custom-table table td {
  border-left: 1px solid #bebdbd;
  border-top: 1px solid #bebdbd;
}
.custom-table table td:first-child {
  border-left: none;
}
.custom-table table strong, .custom-table table b {
  font-weight: 600;
}
.custom-table table .checkbox {
  width: 20px;
  margin: 0 auto;
}
.custom-table table .checkbox .checkbox-checkmark {
  margin: 0;
}
.custom-table table tfoot {
  background-color: #f3f3f3;
}

.custom-table-controls {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  padding: 16px 24px;
  background-color: #f3f3f3;
  border: 1px solid #bebdbd;
  border-top: none;
  border-bottom-left-radius: 16px;
  border-bottom-right-radius: 16px;
}

.custom-table-controls-select {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 262px;
  margin-right: 20px;
}

.custom-table-controls-button {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 180px;
}
.custom-table-controls-button .border-button {
  display: block;
  width: 100%;
}

@media (max-width: 767px) {
  .custom-table table {
    font-size: 14px;
  }
  .custom-table table th, .custom-table table td {
    padding: 11px;
  }
  .custom-table-controls {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding: 16px 12px;
  }
  .custom-table-controls-select {
    margin-right: 0;
    margin-bottom: 12px;
  }
  .custom-table-controls-button {
    width: 262px;
  }
}

.mfp-bg {
  background-color: #333;
  opacity: 0.4;
  position: fixed !important;
}

.mfp-wrap {
  position: fixed !important;
  top: 0 !important;
  overflow: hidden auto;
}

.mfp-close {
  width: 24px;
  height: 24px;
  background: url("../img/popup-close-icon.svg") no-repeat !important;
  font-size: 0;
  color: transparent !important;
  opacity: 1;
  right: 16px;
  top: 16px !important;
}

.popup {
  max-width: 432px;
  background-color: #fff;
  border-radius: 20px;
  -webkit-box-shadow: 0 0 25px 0 rgba(41, 41, 41, 0.3);
          box-shadow: 0 0 25px 0 rgba(41, 41, 41, 0.3);
  overflow: hidden;
  position: relative;
  margin: 0 auto;
}

.popup-header {
  padding: 56px 56px 20px;
  background-color: #f3f3f3;
}

.popup-title {
  font-weight: 500;
  font-size: 20px;
  line-height: 150%;
  color: #d61e1e;
  text-transform: uppercase;
  text-align: center;
}

.popup-body {
  padding: 32px 52px 52px;
}

.popup-rating {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 24px;
  margin-bottom: 24px;
}

.popup-rating .rating {
  width: auto;
  height: auto;
}

.popup-rating .rating-star {
  width: 24px;
  height: 24px;
}

.popup-rating-label {
  font-size: 16px;
  line-height: 150%;
  color: #333;
  margin-right: 16px;
}

.popup-rating-clear {
  display: none;
  font-size: 14px;
  line-height: 150%;
  color: #ad1c1c;
  text-decoration: underline;
  -webkit-text-decoration-skip-ink: none;
          text-decoration-skip-ink: none;
  cursor: pointer;
  margin-left: 10px;
}

.rating {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}

.rating-star {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  display: block;
  width: 16px;
  height: 16px;
  cursor: pointer;
  position: relative;
  margin-right: 6px;
}
.rating-star::before, .rating-star::after {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
}
.rating-star::before {
  background: url("../img/rating-star-icon.svg") no-repeat center/contain;
  opacity: 1;
}
.rating-star::after {
  background: url("../img/rating-star-active-icon.svg") no-repeat center/contain;
  opacity: 0;
}
.rating-star.active::before {
  opacity: 0;
}
.rating-star.active::after {
  opacity: 1;
}
.rating-star:hover::before {
  opacity: 0;
}
.rating-star:hover::after {
  opacity: 1;
}
.rating-star:hover ~ .rating-star::before {
  opacity: 0;
}
.rating-star:hover ~ .rating-star::after {
  opacity: 1;
}
.rating-star input {
  width: 1px !important;
  height: 1px !important;
  overflow: hidden !important;
  position: absolute !important;
  white-space: nowrap !important;
  margin: -1px !important;
  padding: 0 !important;
  border: 0 !important;
  clip: rect(0 0 0 0) !important;
  -webkit-clip-path: inset(50%) !important;
          clip-path: inset(50%) !important;
}

.popup-warning-message {
  font-size: 16px;
  line-height: 150%;
  color: #d61e1e;
  margin-bottom: 24px;
}

.popup-form-item {
  margin-bottom: 20px;
}

.popup-form-item textarea {
  height: 204px;
}

.popup-form-label {
  display: block;
  font-size: 16px;
  line-height: 150%;
  color: #333;
  margin-bottom: 6px;
}

.popup-form-item-header {
  display: flex;
  align-items: center;
  margin-bottom: 10px;
}

.popup-form-item-header .popup-form-label {
  margin-bottom: 0;
}

.popup-form-item-header .emoji {
  flex-shrink: 0;
  margin-left: auto;
}

.popup-form-item-header .emoji__btn {
  display: block;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  width: 24px;
  height: 24px;
  background: url("../img/emoji-open-icon.svg") no-repeat;
  border: none;
  font-size: 0;
  color: transparent;
  cursor: pointer;
}

.popup-form-item-header .emoji {
  position: relative;
}

.popup-form-item-header .emoji__list {
  position: absolute;
  top: calc(100% + 8px);
  right: 0;
  padding: 6px;
  display: none;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  width: 268px;
  border-radius: 12px;
  background-color: #fafafa;
  -webkit-box-shadow: 0 1px 2px #dadada;
  box-shadow: 0 1px 2px #dadada;
  z-index: 1;
}

.popup-form-item-header .emoji__list button {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 32px;
  height: 34px;
  background: none;
  appearance: none;
  border: none;
  cursor: pointer;
  font-size: 20px;
}

.popup-form-upload {
  margin-bottom: 32px;
}

.popup-form-upload .preview {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 10px;
}

.popup-form-upload .preview img {
  max-width: 120px;
  max-height: 120px;
  object-fit: cover;
  border: 2px solid #ddd;
  border-radius: 6px;
  box-shadow: 0 2px 5px rgba(0,0,0,0.1);
  transition: transform 0.2s ease;
  cursor: pointer;
  margin: 5px;
}

.popup-form-upload .preview img:hover {
  transform: scale(1.05);
  border-color: #4a90e2;
}

.popup-form-upload .upload-file {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  padding: 20px;
}
.popup-form-upload .upload-file-text {
  text-align: left;
  margin-right: 8px;
  margin-bottom: 0;
}
.popup-form-upload .upload-file-button {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 164px;
  margin: 0;
}

.popup-form-emoticons {
  margin-bottom: 24px;
}
.popup-form-emoticons ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  margin-left: -6px;
  margin-right: -6px;
  margin-top: -12px;
}
.popup-form-emoticons li {
  padding-left: 6px;
  padding-right: 6px;
  margin-top: 12px;
}

.popup-form-submit .red-button {
  display: block;
  width: 100%;
}

.forum-popup {
  max-width: 560px;
}
.forum-popup .popup-form-item textarea {
  height: 160px;
}

.confirm-popup {
  max-width: 720px;
  margin: 0 auto;
}
.confirm-popup .mfp-close {
  display: none;
}

.confirm-popup-inner {
  padding-top: 176px;
  padding-bottom: 20px;
  background-color: #252525;
  border-radius: 20px;
  position: relative;
}
.confirm-popup-inner::before {
  content: "";
  display: block;
  width: 100%;
  height: 176px;
  background: url("../img/confirm-popup-decor-desktop.svg") no-repeat center;
  position: absolute;
  left: 0;
  top: 0;
}

.confirm-popup-logo {
  margin-bottom: 20px;
}
.confirm-popup-logo img {
  margin: 0 auto;
}

.confirm-popup-text {
  font-size: 18px;
  line-height: 150%;
  color: #fff;
  text-align: center;
  margin-bottom: 20px;
}

.confirm-popup-button {
  margin-bottom: 26px;
}
.confirm-popup-button .red-button {
  display: block;
  width: 268px;
  margin: 0 auto;
}

.confirm-popup-checkbox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.confirm-popup-checkbox .checkbox .checkbox-checkmark {
  background-color: transparent;
}
.confirm-popup-checkbox .checkbox .checkbox-text {
  color: #fff;
}

.confirm-popup-copyright {
  font-size: 16px;
  line-height: 150%;
  color: #fff;
  text-align: center;
  margin-top: 97px;
}

@media (max-width: 767px) {
  .mfp-container {
    padding-left: 16px;
    padding-right: 16px;
  }
  .popup-body {
    padding: 32px 20px;
  }
  .popup-header {
    padding: 56px 20px 20px;
  }
  .popup-rating {
    flex-wrap: wrap;
    margin-bottom: 16px;
  }
  .popup-rating .rating {
    margin-right: 10px;
  }
  .popup-rating-clear {
    margin-left: 0;
  }
  .popup-form-upload .upload-file {
    padding: 16px;
  }
  .popup-form-upload .upload-file-button {
    width: 126px;
  }
  .confirm-popup {
    max-width: 328px;
  }
  .confirm-popup-inner {
    padding-top: 171px;
    padding-bottom: 20px;
    -webkit-box-shadow: 0 0 25px 0 rgba(41, 41, 41, 0.3);
            box-shadow: 0 0 25px 0 rgba(41, 41, 41, 0.3);
  }
  .confirm-popup-inner::before {
    height: 171px;
    background: url("../img/confirm-popup-decor-mobile.svg") no-repeat center;
  }
  .confirm-popup-logo {
    margin-top: 30px;
  }
  .confirm-popup-copyright {
    margin-top: 100px;
  }
}
.header {
  height: 68px;
  padding: 16px 0;
  -webkit-box-shadow: 0 4px 12px 0 rgba(51, 51, 51, 0.12);
          box-shadow: 0 4px 12px 0 rgba(51, 51, 51, 0.12);
  position: relative;
  margin-bottom: 32px;
}
.header.has-open-menu {
  -webkit-box-shadow: none;
          box-shadow: none;
}

.header-panel {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.header-hamburger {
  display: none;
}

.header-logo {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  margin-right: 70px;
}

.header-logo.festive-logo {
  margin-top: -6px;
}

.header-menu ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.header-menu ul li {
  margin-right: 24px;
}
.header-menu ul a {
  font-size: 16px;
  line-height: 150%;
  color: #333;
}
.header-menu ul a:hover {
  color: #ad1c1c;
}
.header-menu ul .current a {
  color: #ad1c1c;
}

.header-right {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-left: auto;
}

.header-telegram {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  display: block;
  width: 24px;
  height: 24px;
  background: url("../img/header-telegram-icon.svg") no-repeat;
}

.header-search {
  display: none;
}

.header-favorite {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  display: block;
  width: 24px;
  height: 24px;
  position: relative;
  margin-left: 20px;
}
.header-favorite::before, .header-favorite::after {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
}
.header-favorite::before {
  background: url("../img/header-favorite-icon.svg") no-repeat;
  opacity: 1;
}
.header-favorite::after {
  background: url("../img/header-favorite-active-icon.svg") no-repeat;
  opacity: 0;
}
.header-favorite.current::before {
  opacity: 0;
}
.header-favorite.current::after {
  opacity: 1;
}
.header-favorite:hover::before {
  opacity: 0;
}
.header-favorite:hover::after {
  opacity: 1;
}

.header-login {
  font-size: 16px;
  line-height: 150%;
  color: #ad1c1c;
  margin-left: 20px;
}

.header-account {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-left: 20px;
}

.header-account-avatar {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 24px;
  height: 24px;
  border-radius: 50%;
  overflow: hidden;
  margin-right: 8px;
}
.header-account-avatar img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.header-account-name {
  max-width: 230px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.mobile-menu-wrapper {
  display: none;
}

@media (max-width: 1259px) {
  .header-hamburger {
    -ms-flex-negative: 0;
        flex-shrink: 0;
    display: block;
    width: 24px;
    height: 24px;
    background: url("../img/header-hamburger-icon.svg") no-repeat;
    margin-right: 16px;
    cursor: pointer;
  }
  .header-menu {
    display: none;
  }
  .header-login {
    display: none;
  }
  .header-account {
    display: none;
  }
  .header-search {
    -ms-flex-negative: 0;
        flex-shrink: 0;
    display: block;
    margin-left: 20px;
    cursor: pointer;
  }
  .header-search-button {
    width: 24px;
    height: 24px;
    position: relative;
  }
  .header-search-button::before, .header-search-button::after {
    content: "";
    display: block;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
  }
  .header-search-button::before {
    background: url("../img/header-search-open-icon.svg") no-repeat;
    opacity: 1;
  }
  .header-search-button::after {
    background: url("../img/header-search-close-icon.svg") no-repeat;
    opacity: 0;
  }
  .header-search-button.active::before {
    opacity: 0;
  }
  .header-search-button.active::after {
    opacity: 1;
  }
  .header-search-body {
    display: none;
    padding: 16px;
    background-color: #fff;
    -webkit-box-shadow: 0 4px 8px 0 rgba(51, 51, 51, 0.15);
            box-shadow: 0 4px 8px 0 rgba(51, 51, 51, 0.15);
    position: absolute;
    left: 0;
    right: 0;
    top: 100%;
    -webkit-clip-path: inset(0px -8px -8px -8px);
            clip-path: inset(0px -8px -8px -8px);
  }
  .header-search-body::before {
    content: "";
    display: block;
    height: 1px;
    background-color: #d9d9d9;
    position: absolute;
    left: 16px;
    right: 16px;
    top: 0;
  }
  .header-search-body.active {
    display: block;
  }
  .header-search-field-wrapper {
    position: relative;
  }
  .header-search-field-wrapper .header-search-field {
    padding-right: 48px;
  }
  .header-search-submit {
    display: block;
    width: 48px;
    background: url("../img/search-field-icon.svg") no-repeat center;
    border: none;
    -webkit-appearance: none;
       -moz-appearance: none;
            appearance: none;
    font-size: 0;
    color: transparent;
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    cursor: pointer;
  }
  .mobile-menu-wrapper {
    display: block;
    width: 100%;
    height: 100%;
    position: fixed;
    left: 0;
    top: 0;
    z-index: 5;
    pointer-events: none;
  }
  .mobile-menu-wrapper::before {
    content: "";
    display: block;
    background-color: rgba(51, 51, 51, 0.2);
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    z-index: 0;
    opacity: 0;
    -webkit-transition: opacity 1s cubic-bezier(0.16, 1.08, 0.38, 0.98);
    transition: opacity 1s cubic-bezier(0.16, 1.08, 0.38, 0.98);
  }
  .mobile-menu-wrapper.active {
    pointer-events: all;
  }
  .mobile-menu-wrapper.active::before {
    opacity: 1;
  }
  .mobile-menu-wrapper.active .mobile-menu {
    -webkit-box-shadow: 4px 0 12px 0 rgba(0, 0, 0, 0.2);
            box-shadow: 4px 0 12px 0 rgba(0, 0, 0, 0.2);
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  .mobile-menu {
    width: 288px;
    max-width: 100%;
    height: 100%;
    background-color: #fff;
    position: absolute;
    left: 0;
    z-index: 1;
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%);
    -webkit-transition: -webkit-transform 0.4s;
    transition: -webkit-transform 0.4s;
    transition: transform 0.4s;
    transition: transform 0.4s, -webkit-transform 0.4s;
  }
  .mobile-menu-header {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    height: 68px;
    padding: 16px;
    background-color: #333;
  }
  .mobile-menu-close {
    -ms-flex-negative: 0;
        flex-shrink: 0;
    width: 24px;
    height: 24px;
    background: url("../img/mobile-menu-close-icon.svg") no-repeat;
    cursor: pointer;
  }
  .mobile-menu-logo {
    max-width: 118px;
  }
  .mobile-menu-body {
    height: calc(100% - 68px);
    padding: 0 16px 16px;
    overflow-y: auto;
  }
  .mobile-menu-user {
    padding-top: 32px;
    padding-bottom: 20px;
    position: relative;
  }
  .mobile-menu-user-edit {
    display: block;
    width: 24px;
    height: 24px;
    background: url("../img/mobile-menu-user-edit-icon.svg") no-repeat;
    position: absolute;
    right: 0;
    top: 16px;
  }
  .mobile-menu-user-avatar {
    width: 80px;
    height: auto;
    margin: 0 auto;
  }
  .mobile-menu-user-name {
    font-weight: 500;
    font-size: 13px;
    line-height: 150%;
    color: #ad1c1c;
    text-transform: uppercase;
    text-align: center;
    margin-top: 12px;
  }
  .mobile-menu-user-id {
    font-weight: 500;
    font-size: 13px;
    line-height: 150%;
    color: #ad1c1c;
    text-transform: uppercase;
    text-align: center;
    margin-top: 5px;
  }
  .mobile-menu-user-balance {
    font-size: 16px;
    line-height: 150%;
    color: #333;
    text-align: center;
    margin-top: 6px;
  }
  .mobile-menu-user-balance strong {
    font-weight: 500;
    color: #ad1c1c;
  }
  .mobile-menu-user-button {
    margin-top: 20px;
  }
  .mobile-menu-user-button .border-button {
    display: block;
    width: 100%;
    max-width: 232px;
    margin: 0 auto;
  }
  .mobile-menu-user-statistics {
    padding-bottom: 20px;
    border-bottom: 1px solid #bebdbd;
    margin-top: 20px;
  }
  .mobile-menu-user-statistics li {
    font-size: 14px;
    line-height: 150%;
    color: #333;
    margin-bottom: 4px;
  }
  .mobile-menu-user-statistics li:last-child {
    margin-bottom: 0;
  }
  .mobile-menu-user-statistics li strong {
    font-weight: 400;
    color: #d61e1e;
  }
  .mobile-menu-login {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding: 16px 20px;
    background-color: #f3f3f3;
    font-size: 16px;
    line-height: 150%;
    color: #ad1c1c;
    margin-left: -16px;
    margin-right: -16px;
    margin-bottom: 10px;
  }
  .mobile-menu-login-icon {
    -ms-flex-negative: 0;
        flex-shrink: 0;
    width: 20px;
    height: 20px;
    margin-right: 12px;
  }
  .mobile-menu-list {
    padding-bottom: 20px;
    border-bottom: 1px solid #bebdbd;
    margin-bottom: 20px;
  }
  .mobile-menu-list ul {
    margin-left: -16px;
    margin-right: -16px;
  }
  .mobile-menu-list li {
    display: block;
  }
  .mobile-menu-list a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding: 8px 20px;
    font-size: 16px;
    line-height: 150%;
    color: #333;
  }
  .mobile-menu-list .current a {
    background-color: #d61e1e;
    color: #fff;
  }
  .mobile-menu-list .current .mobile-menu-list-icon img:nth-child(1) {
    display: none;
  }
  .mobile-menu-list .current .mobile-menu-list-icon img:nth-child(2) {
    display: block;
  }
  .mobile-menu-list .current .mobile-menu-list-text span {
    color: #fff;
  }
  .mobile-menu-list.not-authorized-list a {
    padding: 12px 20px;
    font-weight: 500;
    text-transform: uppercase;
  }
  .mobile-menu-list-icon {
    -ms-flex-negative: 0;
        flex-shrink: 0;
    width: 20px;
    height: 20px;
    margin-right: 12px;
  }
  .mobile-menu-list-icon img:nth-child(1) {
    display: block;
  }
  .mobile-menu-list-icon img:nth-child(2) {
    display: none;
  }
  .mobile-menu-list-text span {
    color: #d61e1e;
  }
  .mobile-menu-bot {
    display: block;
    max-width: 220px;
    padding: 12px 24px;
    background-color: #fff;
    border-radius: 12px;
    -webkit-box-shadow: 0 2px 10px 2px rgba(0, 0, 0, 0.15);
            box-shadow: 0 2px 10px 2px rgba(0, 0, 0, 0.15);
    margin: 32px auto 0;
  }
  .mobile-menu-bot-title {
    font-size: 16px;
    line-height: 150%;
    color: #d61e1e;
    text-align: center;
    margin-bottom: 6px;
  }
  .mobile-menu-bot-row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .mobile-menu-bot-icon {
    -ms-flex-negative: 0;
        flex-shrink: 0;
    width: 32px;
    height: 32px;
    margin-right: 10px;
  }
  .mobile-menu-bot-name {
    font-weight: 600;
    font-size: 16px;
    line-height: 150%;
    color: #d61e1e;
  }
}
@media (max-width: 767px) {
  .header {
    height: 60px;
    margin-bottom: 20px;
  }
  .header-logo {
    max-width: 118px;
    margin-right: 20px;
  }
  .header-logo.festive-logo {
    max-width: 110px;
    margin-top: -2px;
  }
  .mobile-menu-header {
    height: 60px;
  }
  .mobile-menu-body {
    height: calc(100% - 60px);
  }
}
.hero-section {
  margin-top: -32px;
}

.hero {
  overflow: hidden;
}
.hero img {
  width: 100%;
}

@media (max-width: 767px) {
  .hero-section {
    margin-top: -20px;
  }
}
.catalog-section {
  padding-top: 30px;
}

.catalog-section-title {
  font-weight: 500;
  font-size: 26px;
  line-height: 130%;
  color: #d61e1e;
  margin-bottom: 32px;
}

.catalog-section-title1 {
  font-weight: 500;
  font-size: 26px;
  line-height: 130%;
  color: #d61e1e;
  margin-top: -35px;
  margin-bottom: 32px;
}

.catalog-section-sidebar-col {
  width: 25%;
}

.catalog-section-main-col {
  width: 75%;
}

.catalog-sidebar {
  height: calc(100vh - 32px);
  padding-right: 8px;
  position: sticky;
  top: 16px;
  overflow-x: hidden;
  overflow-y: auto;
}
.catalog-sidebar::-webkit-scrollbar {
  width: 4px;
}
.catalog-sidebar::-webkit-scrollbar-track {
  background-color: #e3e3e3;
  border-radius: 100px;
}
.catalog-sidebar::-webkit-scrollbar-thumb {
  background-color: #d61e1e;
  border-radius: 100px;
}

.sidebar-filters-title {
  font-weight: 500;
  font-size: 20px;
  line-height: 150%;
  color: #d61e1e;
  text-transform: uppercase;
  margin-bottom: 20px;
}

.sidebar-filters-block {
  border-bottom: 1px solid #bebdbd;
}

.sidebar-filters-block-title {
  padding: 13px 0;
  font-weight: 500;
  font-size: 20px;
  line-height: 150%;
  color: #333;
  cursor: pointer;
}

.sidebar-filters-block-content {
  padding-bottom: 20px;
}

.sidebar-filters-list {
  margin-bottom: 24px;
}
.sidebar-filters-list:last-child {
  margin-bottom: 0;
}
.sidebar-filters-list li {
  margin-bottom: 10px;
}
.sidebar-filters-list li:last-child {
  margin-bottom: 0;
}

.sidebar-filters-list-title {
  font-weight: 500;
  font-size: 16px;
  line-height: 150%;
  color: #d61e1e;
  text-transform: uppercase;
  margin-bottom: 12px;
}

.sidebar-filters-block-collapsible .sidebar-filters-block-title {
  padding-right: 40px;
  position: relative;
}
.sidebar-filters-block-collapsible .sidebar-filters-block-title::after {
  content: "";
  display: block;
  width: 24px;
  height: 24px;
  background: url("../img/sidebar-filters-block-arrow-icon.svg") no-repeat;
  position: absolute;
  right: 8px;
  top: calc(50% - 12px);
}
.sidebar-filters-block-collapsible .sidebar-filters-block-content {
  display: none;
}
.sidebar-filters-block-collapsible.active .sidebar-filters-block-title::after {
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
}
.sidebar-filters-block-collapsible.active .sidebar-filters-block-content {
  display: block;
  padding-top: 4px;
}

.sidebar-filters-inner-block {
  margin-bottom: 24px;
}
.sidebar-filters-inner-block:first-child {
  margin-top: 20px;
}
.sidebar-filters-inner-block:last-child {
  margin-bottom: 20px;
}

.sidebar-filters-inner-title {
  font-weight: 500;
  font-size: 20px;
  line-height: 150%;
  color: #333;
  margin-bottom: 12px;
}

.sidebar-filters-bricks-list ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-left: -5px;
  margin-right: -5px;
  margin-top: -10px;
}
.sidebar-filters-bricks-list li {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  width: 50%;
  padding: 0 5px;
  margin-top: 10px;
}
.sidebar-filters-bricks-list .checkbox input:checked ~ .checkbox-text {
  background-color: #d61e1e;
  color: #fff;
}
.sidebar-filters-bricks-list .checkbox .checkbox-checkmark {
  display: none;
}
.sidebar-filters-bricks-list .checkbox .checkbox-text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 40px;
  border: 1px solid #c1c1c1;
  border-radius: 8px;
  text-align: center;
  cursor: pointer;
}

.catalog-sorting-panel {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 32px;
}

.catalog-search {
  width: 100%;
  max-width: 384px;
  position: relative;
}
.catalog-search .catalog-search-field {
  padding-right: 48px;
}

.catalog-search-submit {
  display: block;
  width: 48px;
  background: url("../img/search-field-icon.svg") no-repeat center;
  border: none;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  font-size: 0;
  color: transparent;
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  cursor: pointer;
}

.catalog-sort {
  width: 100%;
  max-width: 282px;
}
.catalog-sort .select2-container {
  width: 100% !important;
}

.catalog-filters-button {
  display: none;
}

.catalog-selected-list ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-left: -8px;
  margin-right: -8px;
}
.catalog-selected-list li {
  padding-left: 8px;
  padding-right: 8px;
  margin-bottom: 16px;
}
.catalog-selected-list li:last-child {
  margin-bottom: 32px;
}
.catalog-selected-list a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 5px 13px;
  background-color: #fcefef;
  border: 1px solid #d61e1e;
  border-radius: 30px;
  font-size: 16px;
  line-height: 150%;
}
.catalog-selected-list a::after {
  content: "";
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 16px;
  height: 16px;
  background: url("../img/catalog-selected-close-icon.svg") no-repeat center/contain;
  margin-left: 10px;
}
.catalog-selected-list .catalog-selected-reset {
  background-color: #ad1c1c;
  border-color: #ad1c1c;
  color: #fff;
}
.catalog-selected-list .catalog-selected-reset::after {
  display: none;
}

.cards-row {
  margin-top: -24px;
}

.cards-col {
  width: 33.3333333333%;
  margin-top: 24px;
}

.card {
  height: 100%;
  background-color: #fff;
  border-radius: 12px;
  -webkit-box-shadow: 0 4px 20px 0 rgba(0, 0, 0, 0.15);
          box-shadow: 0 4px 20px 0 rgba(0, 0, 0, 0.15);
  position: relative;
}
.card:hover .card-phone-panel {
  -webkit-transform: translateY(0);
          transform: translateY(0);
}

.card-badge-top {
  width: 55px;
  height: 62px;
  background: url('../img/top-badge-icon.svg') no-repeat center / contain;
  position: absolute;
  left: -3px;
  top: -3px;
  z-index: 1;
}

.card-badge-massage {
  display: flex;
  align-items: center;
  width: 100%;
  padding: 8px 16px;
  background-color: #f3f3f3;
  font-weight: 500;
  color: #d61e1e;
  position: absolute;
  left: 0;
  bottom: 0;
}

.card-badge-massage::before {
  content: '';
  flex-shrink: 0;
  display: block;
  width: 24px;
  height: 24px;
  background: url('../img/massage-badge-icon.svg') no-repeat;
  margin-right: 10px;
}

.card-top {
  border-top-left-radius: 12px;
  border-top-right-radius: 12px;
  position: relative;
  overflow: hidden;
}

.card-image {
  display: block;
  height: 336px;
}
.card-image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.card-statuses {
  position: absolute;
  right: 8px;
  top: 8px;
}

.card-status {
  width: 40px;
  height: 40px;
  position: relative;
  margin-bottom: -6px;
}

.card-status-checked, .map-card-status-checked {
  background: url("../img/status-checked-icon.svg") no-repeat center/contain;
  z-index: 4;
}

.card-status-top, .map-card-status-top {
  background: url("../img/status-top-icon.svg") no-repeat center/contain;
  z-index: 3;
}

.card-status-video, .map-card-status-video {
  background: url("../img/status-video-icon.svg") no-repeat center/contain;
  z-index: 2;
}

.card-status-indi, .map-card-status-indi {
  background: url("../img/status-indi-icon.svg") no-repeat center/contain;
  z-index: 1;
}

.card-phone-panel {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-left: 16px;
  padding-right: 22px;
  padding-top: 8px;
  padding-bottom: 8px;
  background-color: #d61e1e;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  -webkit-transform: translateY(100%);
          transform: translateY(100%);
  -webkit-transition: -webkit-transform 0.3s;
  transition: -webkit-transform 0.3s;
  transition: transform 0.3s;
  transition: transform 0.3s, -webkit-transform 0.3s;
}

.card-phone {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-weight: 500;
  font-size: 16px;
  line-height: 150%;
  color: #fff;
}
.card-phone::before {
  content: "";
  -ms-flex-negative: 0;
      flex-shrink: 0;
  display: block;
  width: 20px;
  height: 20px;
  background: url("../img/card-phone-icon.svg") no-repeat;
  margin-right: 6px;
}

.card-favorite {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  display: block;
  width: 20px;
  height: 20px;
  position: relative;
}
.card-favorite::before, .card-favorite::after {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
}
.card-favorite::before {
  background: url("../img/card-favorite-icon.svg") no-repeat;
  opacity: 1;
}
.card-favorite::after {
  background: url("../img/card-favorite-active-icon.svg") no-repeat;
  opacity: 0;
}
.card-favorite.active::before {
  opacity: 0;
}
.card-favorite.active::after {
  opacity: 1;
}
.card-favorite:hover::before {
  opacity: 0;
}
.card-favorite:hover::after {
  opacity: 1;
}

.card-delete-top {
  display: none;
}

.card-bottom {
  border-bottom-left-radius: 12px;
  border-bottom-right-radius: 12px;
  overflow: hidden;
}

.card-bottom-info {
  padding: 16px;
  background-color: #fff;
  position: relative;
}

.card-viewed {
  display: block;
  width: 24px;
  height: 24px;
  background: url('../img/card-viewed-icon.svg') no-repeat center / contain;
  position: absolute;
  right: 16px;
  top: 19px;
}

.card-name {
  display: block;
  padding-right: 24px;
  font-weight: 500;
  font-size: 20px;
  line-height: 150%;
  text-transform: uppercase;
  color: #ad1c1c;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}

.card-location {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 16px;
  line-height: 150%;
  color: #555;
  margin-top: 4px;
}
.card-location::before {
  content: "";
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 20px;
  height: 24px;
  background: url("../img/card-location-icon.svg") no-repeat center;
  margin-right: 6px;
}

.card-properties {
  font-size: 16px;
  line-height: 150%;
  color: #333;
  margin-top: 6px;
}

.card-prices {
  margin-top: 6px;
}
.card-prices li {
  font-size: 16px;
  line-height: 150%;
  color: #555;
  margin-bottom: 3px;
}
.card-prices li strong {
  font-weight: 600;
  color: #333;
}
.card-prices li:last-child {
  margin-bottom: 0;
}

.card-delete-bottom {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 40px;
  border: 1px solid #333;
  border-radius: 10px;
  font-weight: 500;
  font-size: 14px;
  line-height: 150%;
  color: #333;
  margin-top: 10px;
}
.card-delete-bottom::before {
  content: "";
  -ms-flex-negative: 0;
      flex-shrink: 0;
  display: block;
  width: 20px;
  height: 20px;
  background: url("../img/card-delete-icon.svg") no-repeat;
  margin-right: 10px;
}

.card-right {
  display: none;
}

.catalog-telegram-block {
  margin-top: 80px;
}

.telegram-block {
  width: 100%;
  max-width: 416px;
  padding: 20px 32px;
  background-color: #fff;
  border-radius: 12px;
  -webkit-box-shadow: 0 0 14px 0 rgba(0, 0, 0, 0.17);
          box-shadow: 0 0 14px 0 rgba(0, 0, 0, 0.17);
  margin: 0 auto;
}

.telegram-block-title {
  font-weight: 500;
  font-size: 24px;
  line-height: 150%;
  color: #d61e1e;
  text-align: center;
  margin-bottom: 16px;
}

.telegram-block-item {
  display: block;
  margin-bottom: 16px;
}

.telegram-block-item:last-child {
  margin-bottom: 0;
}

.telegram-block-item-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  justify-content: center;
}

.telegram-block-item-icon {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  margin-right: 12px;
}

.telegram-block-item-name {
  font-weight: 500;
  font-size: 20px;
  line-height: 150%;
  color: #d61e1e;
}

.catalog-text-block {
  font-size: 16px;
  line-height: 150%;
  color: #555;
  margin-top: 80px;
}

@media (max-width: 1259px) {
  .catalog-section-sidebar-col {
    display: none;
  }
  .catalog-section-main-col {
    width: 100%;
  }
  .catalog-search {
    display: none;
  }
  .catalog-filters-button {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    width: 160px;
    height: 40px;
    background-color: #d61e1e;
    border-radius: 10px;
    font-weight: 500;
    font-size: 14px;
    line-height: 150%;
    color: #fff;
    cursor: pointer;
  }
  .catalog-filters-button::before {
    content: "";
    -ms-flex-negative: 0;
        flex-shrink: 0;
    display: block;
    width: 20px;
    height: 20px;
    background: url("../img/filters-button-icon.svg") no-repeat;
    margin-right: 10px;
  }
  .cards-col {
    width: 33.3333333333%;
  }
  .card-image {
    height: 336px;
  }
}
@media (max-width: 991px) {
  .cards-col {
    width: 50% !important;
  }
  .card-image {
    height: 396px;
  }
}
@media (max-width: 767px) {
  .catalog-section {
    padding-top: 0px;
  }
  .catalog-section-title {
    font-size: 22px;
  }
  .catalog-section-title1 {
    font-size: 22px;
    margin-top: 0;
    margin-bottom: 20px;
  }
  .catalog-panels {
    padding: 20px 16px 4px;
    background-color: #f3f3f3;
    margin-left: -16px;
    margin-right: -16px;
    margin-bottom: 20px;
  }
  .catalog-sorting-panel {
    margin-bottom: 16px;
  }
  .catalog-sort {
    width: calc(50% - 4px);
    max-width: 100%;
    margin-right: 4px;
  }
  .catalog-filters-button {
    width: calc(50% - 4px);
    margin-left: 4px;
  }
  .catalog-selected-list ul {
    margin-left: -6px;
    margin-right: -6px;
  }
  .catalog-selected-list li {
    padding-left: 6px;
    padding-right: 6px;
    margin-bottom: 12px;
  }
  .catalog-selected-list li:last-child {
    margin-bottom: 16px;
  }
  .catalog-selected-list a {
    padding: 4px 11px;
    font-size: 14px;
  }
  .catalog-selected-list a::after {
    width: 14px;
    height: 14px;
  }
  .cards-row {
    padding: 0 4px;
  }
  .cards-col {
    width: 100% !important;
    padding: 0;
  }
  .card {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .card-badge-top {
    width: 45px;
    height: 51px;
    left: -2px;
    top: -2px;
  }
  .card-top {
    -ms-flex-negative: 0;
        flex-shrink: 0;
    width: 176px;
    min-height: 310px;  
    border-top-right-radius: 0;
    border-bottom-left-radius: 12px;
  }
  .card-image {
    height: 100%;
  }
  .card-status {
    width: 30px;
    height: 30px;
  }
  .card-phone-panel {
    display: none;
  }
  .card-delete-top {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    width: 40px;
    height: 40px;
    background-color: #fff;
    border: 1px solid #333;
    border-radius: 10px;
    position: absolute;
    left: 8px;
    bottom: 8px;
  }
  .card-delete-top::before {
    content: "";
    -ms-flex-negative: 0;
        flex-shrink: 0;
    display: block;
    width: 20px;
    height: 20px;
    background: url("../img/card-delete-icon.svg") no-repeat;
  }
  .card-bottom {
    display: none;
  }
  .card-right {
    display: block;
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    width: calc(100% - 176px);
  }
  .card-right-info {
    padding: 16px 14px;
    position: relative;
  }
  .card-viewed {
    width: 20px;
    height: 20px;
    right: 12px;
    top: 18px;
  }
  .card-right-name {
    display: block;
    padding-right: 20px;
    font-weight: 500;
    font-size: 16px;
    line-height: 150%;
    color: #ad1c1c;
    text-transform: uppercase;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
  }
  .card-right-phone {
    display: block;
    font-weight: 500;
    font-size: 14px;
    line-height: 150%;
    color: #d61e1e;
    margin-top: 7px;
  }
  .card-right-phone-number {
    display: none;
  }
  .card-right-location {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    font-size: 14px;
    line-height: 150%;
    color: #555;
    margin-top: 14px;
  }
  .card-right-location::before {
    content: "";
    -ms-flex-negative: 0;
        flex-shrink: 0;
    width: 20px;
    height: 21px;
    background: url("../img/card-location-icon.svg") no-repeat center;
    margin-right: 6px;
  }
  .card-right-properties {
    margin-top: 14px;
  }
  .card-right-properties li {
    font-size: 14px;
    line-height: 150%;
    color: #555;
    margin-bottom: 4px;
  }
  .card-right-properties li strong {
    font-weight: 500;
    color: #333;
  }
  .card-right-properties li:last-child {
    margin-bottom: 0;
  }
  .card-right-prices {
    margin-top: 14px;
  }
  .card-right-prices li {
    font-size: 14px;
    line-height: 130%;
    color: #555;
    margin-bottom: 4px;
  }
  .card-right-prices li strong {
    font-weight: 600;
    color: #333;
  }
  .card-right-prices li:last-child {
    margin-bottom: 0;
  }
  .catalog-telegram-block {
    margin-top: 60px;
  }
  .telegram-block {
    padding: 20px;
    max-width: 240px;
  }
  .telegram-block-title {
    font-weight: 400;
    font-size: 20px;
    text-align: center;
  }
  .telegram-block-item {
    margin-bottom: 12px;
  }
  .telegram-block-item-channel .telegram-block-item-icon {
    width: 34px;
  }
  .telegram-block-item-bot .telegram-block-item-icon {
    width: 46px;
  }
  .telegram-block-item-name {
    font-weight: 600;
    font-size: 16px;
  }
  .catalog-text-block {
    margin-top: 60px;
  }
}
.mobile-filters-wrapper {
  display: none;
}

@media (max-width: 375px) {
  .card .card-right-info a[href*="42425-id.html"] {
    width: 140px;
  }
}

@media (max-width: 1259px) {
  .mobile-filters-wrapper {
    display: block;
    width: 100%;
    height: 100%;
    position: fixed;
    left: 0;
    top: 0;
    z-index: 5;
    pointer-events: none;
  }
  .mobile-filters-wrapper::before {
    content: "";
    display: block;
    background-color: rgba(51, 51, 51, 0.2);
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    z-index: 0;
    opacity: 0;
    -webkit-transition: opacity 1s cubic-bezier(0.16, 1.08, 0.38, 0.98);
    transition: opacity 1s cubic-bezier(0.16, 1.08, 0.38, 0.98);
  }
  .mobile-filters-wrapper.opened {
    pointer-events: all;
  }
  .mobile-filters-wrapper.opened::before {
    opacity: 1;
  }
  .mobile-filters-wrapper.opened .mobile-filters {
    -webkit-box-shadow: 4px 0 12px 0 rgba(0, 0, 0, 0.2);
            box-shadow: 4px 0 12px 0 rgba(0, 0, 0, 0.2);
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  .mobile-filters {
    width: 360px;
    max-width: 100%;
    height: 100%;
    background-color: #fff;
    position: absolute;
    left: 0;
    z-index: 1;
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%);
    -webkit-transition: -webkit-transform 0.4s;
    transition: -webkit-transform 0.4s;
    transition: transform 0.4s;
    transition: transform 0.4s, -webkit-transform 0.4s;
  }
  .mobile-filters-header {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    height: 68px;
    padding: 16px;
    background-color: #fff;
    -webkit-box-shadow: 0 4px 8px 0 rgba(51, 51, 51, 0.15);
            box-shadow: 0 4px 8px 0 rgba(51, 51, 51, 0.15);
    position: relative;
  }
  .mobile-filters-header-title {
    font-weight: 500;
    font-size: 20px;
    line-height: 150%;
    color: #d61e1e;
    text-transform: uppercase;
  }
  .mobile-filters-close {
    -ms-flex-negative: 0;
        flex-shrink: 0;
    width: 24px;
    height: 24px;
    background: url("../img/mobile-filters-close-icon.svg") no-repeat;
    cursor: pointer;
  }
  .mobile-filters-tabs {
    background-color: #f5f5f5;
  }
  .mobile-filters-tabs-navigation {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    padding: 20px 16px 12px;
    margin-left: -4px;
    margin-right: -4px;
  }
  .mobile-filters-tabs-button {
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    width: calc(50% - 8px);
    height: 40px;
    background-color: #ad1c1c;
    border-radius: 10px;
    font-weight: 500;
    font-size: 16px;
    line-height: 150%;
    color: #fff;
    text-align: center;
    margin-left: 4px;
    margin-right: 4px;
    margin-bottom: 8px;
    cursor: pointer;
  }
  .mobile-filters-tabs-button.active {
    background-color: #cb1c1c;
  }
  .mobile-filters-tab {
    display: none;
    background-color: #fff;
    overflow-y: auto;
    position: fixed;
    left: 0;
    right: 0;
    top: 196px;
    bottom: 0;
    z-index: 1;
  }
  .mobile-filters-tab.active {
    display: block;
  }
  .mobile-filters-tab-content {
    padding: 0 16px 20px;
  }
  .mobile-filters-body {
    height: calc(100% - 196px);
    padding: 20px 16px;
    overflow-y: auto;
  }
  .mobile-filters-block {
    border-bottom: 1px solid #bebdbd;
  }
  .mobile-filters-block-title {
    padding: 13px 0;
    font-weight: 500;
    font-size: 18px;
    line-height: 150%;
    color: #C00;
    cursor: pointer;
  }
  .mobile-filters-block-content {
    padding-bottom: 20px;
  }
  .mobile-filters-list {
    margin-bottom: 24px;
  }
  .mobile-filters-list:last-child {
    margin-bottom: 0;
  }
  .mobile-filters-list li {
    margin-bottom: 10px;
  }
  .mobile-filters-list li:last-child {
    margin-bottom: 0;
  }
  .mobile-filters-list-title {
    font-weight: 500;
    font-size: 16px;
    line-height: 150%;
    color: #d61e1e;
    text-transform: uppercase;
    margin-bottom: 12px;
  }
  .mobile-filters-inner-block {
    margin-bottom: 24px;
  }
  .mobile-filters-inner-block:first-child {
    margin-top: 20px;
  }
  .mobile-filters-inner-block:last-child {
    margin-bottom: 20px;
  }
  .mobile-filters-inner-title {
    font-weight: 500;
    font-size: 18px;
    line-height: 150%;
    color: #C00;
    margin-bottom: 12px;
  }
  .mobile-filters-bricks-list ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin-left: -5px;
    margin-right: -5px;
    margin-top: -10px;
  }
  .mobile-filters-bricks-list li {
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    width: 50%;
    padding: 0 5px;
    margin-top: 10px;
  }
  .mobile-filters-bricks-list .checkbox input:checked ~ .checkbox-text {
    background-color: #d61e1e;
    color: #fff;
  }
  .mobile-filters-bricks-list .checkbox .checkbox-checkmark {
    display: none;
  }
  .mobile-filters-bricks-list .checkbox .checkbox-text {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    height: 40px;
    border: 1px solid #c1c1c1;
    border-radius: 8px;
    text-align: center;
    cursor: pointer;
  }
}
@media (max-width: 767px) {
  .card-photo-checked {
    display: flex;
    align-items: center;
    font-size: 14px;
    line-height: 1;
    color: #2B822D;
    margin-top: 14px;
  }
  .card-photo-checked::before {
    content: '';
    flex-shrink: 0;
    display: block;
    width: 18px;
    height: 18px;
    background: url('../img/card-photo-checked-icon.svg') no-repeat center / contain;
    margin-right: 4px;
  }
  .mobile-filters {
    width: 100%;
  }
  .mobile-filters-header {
    height: 60px;
  }
  .mobile-filters-body {
    height: calc(100% - 188px);
  }
  .mobile-filters-tab {
    top: 188px;
  }
}
.heading-section {
  margin-bottom: 32px;
}

.heading-section-title {
  font-weight: 500;
  font-size: 32px;
  line-height: 130%;
  color: #d61e1e;
}

@media (max-width: 767px) {
  .heading-section {
    margin-bottom: 20px;
  }
  .heading-section-title {
    font-size: 26px;
  }
}
.favorites-section .cards-col {
  width: 25%;
}

@media (max-width: 1259px) {
  .favorites-section .cards-col {
    width: 33.3333333333%;
  }
}
@media (max-width: 991px) {
  .favorites-section .cards-col {
    width: 50%;
  }
}
@media (max-width: 767px) {
  .favorites-section .cards-col {
    width: 100%;
  }
}
.product-col {
  width: 50%;
}

.product-col-left .product-header {
  display: none;
}

.product-col-left-content {
  padding-right: 16px;
}

.product-header-row {
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.product-name {
  font-weight: 500;
  font-size: 24px;
  line-height: 150%;
  color: #ad1c1c;
  text-transform: uppercase;
}

.product-nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-left: -8px;
  margin-right: -8px;
}

.product-nav-item {
  display: block;
  width: 36px;
  height: 36px;
  border: 1px solid #d61e1e;
  border-radius: 50%;
  margin: 0 8px;
  position: relative;
}
.product-nav-item::before, .product-nav-item::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
}
.product-nav-item::before {
  background: url("../img/product-nav-arrow-icon.svg") no-repeat center;
  opacity: 1;
}
.product-nav-item::after {
  background: url("../img/product-nav-arrow-active-icon.svg") no-repeat center;
  opacity: 0;
}
.product-nav-item:hover {
  background-color: #d61e1e;
}
.product-nav-item:hover::before {
  opacity: 0;
}
.product-nav-item:hover::after {
  opacity: 1;
}

.product-nav-next {
  -webkit-transform: scaleX(-1);
          transform: scaleX(-1);
}

.product-activity {
  font-size: 16px;
  line-height: 150%;
  color: #555;
  margin-top: 8px;
}
.product-activity strong {
  font-weight: 500;
  color: #333;
}

.product-gallery {
  padding: 24px;
  background-color: #fff;
  border-radius: 32px;
  -webkit-box-shadow: 0 0 12px 0 rgba(0, 0, 0, 0.2);
          box-shadow: 0 0 12px 0 rgba(0, 0, 0, 0.2);
  position: relative;
}

.product-gallery-main {
  border-radius: 20px;
  overflow: hidden;
  position: relative;
}

.product-gallery-image {
  display: block;
}
.product-gallery-image img {
  width: 100%;
}

.product-statuses {
  position: absolute;
  right: 24px;
  top: 24px;
}

.product-status {
  width: 54px;
  height: 54px;
  position: relative;
  margin-bottom: -6px;
}

.product-status-massage {
  background: url("../img/status-massage-icon.svg") no-repeat center/contain;
  z-index: 5;
}

.product-status-checked {
  background: url("../img/status-checked-icon.svg") no-repeat center/contain;
  z-index: 4;
}

.product-status-top {
  background: url("../img/status-top-icon.svg") no-repeat center/contain;
  z-index: 3;
}

.product-status-video {
  background: url("../img/status-video-icon.svg") no-repeat center/contain;
  z-index: 2;
}

.product-status-indi {
  background: url("../img/status-indi-icon.svg") no-repeat center/contain;
  z-index: 1;
}

.product-badge-top {
  width: 129px;
  height: 146px;
  background: url('../img/top-badge-icon.svg') no-repeat center / contain;
  position: absolute;
  left: -7px;
  top: -7px;
  z-index: 1;
}

.product-gallery-thumbs {
  margin-top: 22px;
}

.product-gallery-thumbs-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-left: -11px;
  margin-right: -11px;
  margin-top: -22px;
}

.product-gallery-thumbs-col {
  width: 33.3333333333%;
  padding: 0 11px;
  margin-top: 22px;
}

.product-gallery-thumb {
  display: block;
  height: 160px;
  border-radius: 12px;
  overflow: hidden;
}
.product-gallery-thumb img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.product-title {
  font-weight: 500;
  font-size: 20px;
  line-height: 150%;
  color: #d61e1e;
  margin-bottom: 12px;
}

.product-video {
  padding: 0 24px;
  margin-top: 40px;
}
.product-video video {
  width: 100%;
  max-height: 356px;
}

.product-video-wrapper {
  border-radius: 20px;
  overflow: hidden;
}

.product-tags-row {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -10px;
}

.product-tags-col {
  padding: 0 10px;
  margin-top: 16px;
}

.product-checked-label {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 6px 16px;
  background-color: #38a840;
  border-radius: 30px;
  font-weight: 500;
  font-size: 16px;
  line-height: 150%;
  color: #fff;
}
.product-checked-label::before {
  content: "";
  display: block;
  width: 20px;
  height: 20px;
  background: url("../img/product-checked-icon.svg") no-repeat;
  margin-right: 8px;
}

.product-massage-label {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 6px 16px;
  background-color: #2787f5;
  border-radius: 30px;
  font-weight: 500;
  font-size: 16px;
  line-height: 150%;
  color: #fff;
}

.product-massage-label::before {
  content: "";
  display: block;
  width: 20px;
  height: 20px;
  background: url("../img/product-massage-icon.svg") no-repeat;
  margin-right: 8px;
}

.product-checked-date {
  margin-top: 6px;
  font-size: 16px;
  line-height: 150%;
  color: #555;
  text-align: center;
}

.product-about {
  margin-top: 16px;
}

.product-about-text {
  color: #333; 
  font-size: 15px;  
  line-height: 22px;
  padding:10px 5px 5px 5px;
}

.product-about-text a:hover {text-decoration: none;}
.product-about-text a {
  text-decoration: underline;
}

.product-contacts {
  padding: 20px;
  background-color: #fff;
  border: 1px solid #e3e3e3;
  border-radius: 16px;
  -webkit-box-shadow: 0 2px 10px 0 rgba(0, 0, 0, 0.15);
          box-shadow: 0 2px 10px 0 rgba(0, 0, 0, 0.15);
  position: relative;
  margin-top: 20px;
}
.product-contacts .product-name {
  display: none;
}

.product-phone-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.product-phone {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-weight: 500;
  font-size: 20px;
  line-height: 150%;
  color: #ac1b1b;
  margin-right: 20px;
}
.product-phone::before {
  content: "";
  -ms-flex-negative: 0;
      flex-shrink: 0;
  display: block;
  width: 21px;
  height: 21px;
  background: url("../img/product-phone-icon.svg") no-repeat center / contain;
  margin-right: 10px;
}

.product-messengers {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.product-messenger {
  display: block;
  width: 32px;
  height: 32px;
  margin-right: 20px;
}
.product-messenger:last-child {
  margin-right: 0;
}

.product-messenger-telegram {
  background: url("../img/messenger-telegram-icon.svg") no-repeat;
}

.product-messenger-whatsapp {
  background: url("../img/messenger-whatsapp-icon.svg") no-repeat;
}

.product-messenger-max {
  background: url("../img/messenger-max-icon.svg") no-repeat;
}

.product-messenger-vk {
  background: url("../img/messenger-vk-icon.svg") no-repeat;
}

.product-location {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 16px;
  line-height: 150%;
  color: #333;
  margin-top: 16px;
}
.product-location::before {
  content: "";
  -ms-flex-negative: 0;
      flex-shrink: 0;
  display: block;
  width: 24px;
  height: 24px;
  background: url("../img/product-location-icon.svg") no-repeat;
  margin-right: 10px;
}

.product-time {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 16px;
  line-height: 150%;
  color: #333;
  margin-top: 16px;
}
.product-time::before {
  content: "";
  -ms-flex-negative: 0;
      flex-shrink: 0;
  display: block;
  width: 24px;
  height: 24px;
  background: url("../img/product-time-icon.svg") no-repeat;
  margin-right: 10px;
}

.product-actions {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: absolute;
  right: 20px;
  top: 20px;
}

.product-favorite {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  display: block;
  width: 24px;
  height: 24px;
  position: relative;
}
.product-favorite::before, .product-favorite::after {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
}
.product-favorite::before {
  background: url("../img/product-favorite-icon.svg") no-repeat;
  opacity: 1;
}
.product-favorite::after {
  background: url("../img/product-favorite-active-icon.svg") no-repeat;
  opacity: 0;
}
.product-favorite.active::before {
  opacity: 0;
}
.product-favorite.active::after {
  opacity: 1;
}
/* .product-favorite:hover::before {
  opacity: 0;
}
.product-favorite:hover::after {
  opacity: 1;
} */

.product-complain {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  display: block;
  width: 24px;
  height: 24px;
  background: url("../img/product-complain-icon.svg") no-repeat;
  display: none;
}

.product-parameters {
  margin-top: 40px;
}

.product-parameters-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-left: -4px;
  margin-right: -4px;
  margin-top: -8px;
}

.product-parameters-col {
  width: 25%;
  padding-left: 4px;
  padding-right: 4px;
  margin-top: 8px;
}

.product-parameters-col.wide {
  width: 100%;
}

.product-parameter {
  height: 100%;
  padding: 11px 6px;
  border: 1px solid #e3e3e3;
  border-radius: 12px;
  box-shadow: 0 2px 4px 2px rgba(0, 0, 0, 0.1);
  text-align: center;
}

.product-parameter-label {
  font-size: 14px;
  line-height: 150%;
  color: #898989;
  margin-bottom: 1px;
}

.product-parameter-value {
  font-size: 16px;
  line-height: 150%;
  color: #333;
}

.product-parameter.product-parameter-departure {
  padding: 20px;
  text-align: left;
}

.product-parameter.product-parameter-departure .product-parameter-label {
  font-weight: 500;
  font-size: 16px;
  line-height: 150%;
  color: #d61e1e;
  text-transform: uppercase;
  margin-bottom: 6px;
}

.product-prices {
  margin-top: 40px;
}

.product-prices-table {
  border: 1px solid #bebdbd;
  border-radius: 12px;
  overflow: hidden;
}

.product-prices-table-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border-bottom: 1px solid #bebdbd;
}
.product-prices-table-row:last-child {
  border: none;
}

.product-prices-table-col {
  padding: 10px;
  border-right: 1px solid #bebdbd;
  font-weight: 500;
  font-size: 15px;
  line-height: 150%;
  color: #333;
  text-align: center;
}
.product-prices-table-col:nth-child(1) {
  width: 30%;
}
.product-prices-table-col:nth-child(2) {
  width: 35%;
}
.product-prices-table-col:nth-child(3) {
  width: 35%;
}
.product-prices-table-col:first-child {
  font-weight: 400;
  color: #555;
}
.product-prices-table-col:last-child {
  border-right: none;
}

.product-prices-table-header {
  background-color: #fcefef;
}
.product-prices-table-header .product-prices-table-row:last-child {
  border-bottom: 1px solid #bebdbd;
}
.product-prices-table-header .product-prices-table-col {
  padding: 11px 10px;
  border-right: none;
}

.product-prices-table-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-weight: 400;
  font-size: 14px;
  line-height: 150%;
  color: #333;
}
.product-prices-table-item::before {
  content: "";
  -ms-flex-negative: 0;
      flex-shrink: 0;
  display: block;
  width: 22px;
  height: 22px;
  margin-right: 8px;
}
.product-prices-table-item.time::before {
  background: url("../img/product-prices-time-icon.svg") no-repeat;
}
.product-prices-table-item.apartments::before {
  background: url("../img/product-prices-apartments-icon.svg") no-repeat;
}
.product-prices-table-item.departure::before {
  background: url("../img/product-prices-departure-icon.svg") no-repeat;
}

.product-prices-message {
  padding: 20px;
  background-color: #f3f3f3;
  border: 1px solid #bebdbd;
  border-radius: 12px;
  color: #160f0c;
  margin-top: 16px;
}

.product-warning {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 24px;
  background-color: #f5f5f5;
  border-radius: 12px;
  font-size: 14px;
  line-height: 150%;
  color: #333;
  margin-top: 20px;
}
.product-warning::before {
  content: "";
  -ms-flex-negative: 0;
      flex-shrink: 0;
  display: block;
  width: 24px;
  height: 24px;
  background: url("../img/warning-icon.svg") no-repeat;
  margin-right: 20px;
}

.product-services {
  margin-top: 40px;
}
.product-services li {
  padding-left: 28px;
  font-size: 15px;
  line-height: 150%;
  color: #333;
  position: relative;
  margin-bottom: 10px;
}
.product-services li::before {
  content: "";
  display: block;
  width: 18px;
  height: 18px;
  background: url("../img/services-list-icon.svg") no-repeat center / contain;
  position: absolute;
  left: 0;
  top: 3px;
}
.product-services li:last-child {
  margin-bottom: 0;
}

.product-services-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-left: -12px;
  margin-right: -12px;
  margin-top: -32px;
}

.product-services-col {
  width: 50%;
  padding-left: 12px;
  padding-right: 12px;
  margin-top: 32px;
}

.product-services-title {
  font-weight: 500;
  font-size: 16px;
  line-height: 150%;
  color: #d61e1e;
  text-transform: uppercase;
  margin-bottom: 12px;
}

.product-services-comment {
  font-size: 14px;
  line-height: 150%;
  color: #d61e1e;
}

.product-services-price {
  font-weight: 500;
  font-size: 14px;
  color: #d61e1e;
}

.product-reviews {
  margin-top: 60px;
}

.product-reviews-button {
  margin-top: 20px;
}

.product-reviews-button.disable {
  margin-top: 50px;
  font-weight: bold;
}
.product-reviews-button .red-button {
  display: block;
  width: 100%;
  max-width: 248px;
}

.product-reviews-list {
  padding: 32px;
  background-color: #fff;
  border-radius: 32px;
  -webkit-box-shadow: 0 0 12px 0 rgba(0, 0, 0, 0.2);
          box-shadow: 0 0 12px 0 rgba(0, 0, 0, 0.2);
  margin-top: 32px;
}
.product-reviews-list .product-review-comment {
  width: 76%;
  max-width: 862px;
}
.product-reviews-list .product-review-answer {
  width: 76%;
  max-width: 862px;
  margin-left: auto;
}

.product-review {
  margin-bottom: 32px;
}
.product-review:last-child {
  margin-bottom: 0;
}

.product-review-comment {
  padding: 24px;
  background-color: #f3f3f3;
  border: 1px solid #e3e3e3;
  border-radius: 20px;
}

.product-review-comment-header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding-bottom: 4px;
  border-bottom: 1px solid #bebdbd;
  margin-bottom: 16px;
}

.product-review-comment-name {
  font-weight: 500;
  font-size: 16px;
  line-height: 150%;
  color: #333;
  text-transform: uppercase;
}

.product-review-comment-date {
  font-size: 16px;
  line-height: 150%;
  color: #555;
}

.product-review-comment-text {
  font-size: 16px;
  line-height: 150%;
  color: #333;
  margin-top: 10px;
}

.product-review-answer {
  padding: 24px;
  background-color: #fcefef;
  border: 1px solid #bebdbd;
  border-radius: 20px;
  margin-left: auto;
  margin-top: 24px;
}

.product-review-answer-header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding-bottom: 4px;
  border-bottom: 1px solid #bebdbd;
  margin-bottom: 16px;
}

.product-review-answer-name {
  font-weight: 500;
  font-size: 16px;
  line-height: 150%;
  color: #ad1c1c;
  text-transform: uppercase;
}

.product-review-answer-date {
  font-size: 16px;
  line-height: 150%;
  color: #555;
}

.product-review-answer-text {
  font-size: 16px;
  line-height: 150%;
  color: #333;
  margin-top: 10px;
}

.product-complain-button {
  margin-top: 60px;
}

.product-complain-button .border-button {
  display: block;
  width: 100%;
  max-width: 248px;
}

@media (max-width: 1259px) {
  .product-gallery-thumb {
    height: 109px;
  }
  .product-messengers {
    width: 100%;
    margin-top: 16px;
  }
  .product-parameters-col {
    width: 50%;
  }
}
@media (max-width: 991px) {
  .product-col {
    width: 100%;
  }
  .product-col-left {
    margin-bottom: 40px;
  }
  .product-col-left .product-header {
    display: block;
  }
  .product-col-left-content {
    padding-right: 0;
  }
  .product-gallery {
    margin-top: 20px;
  }
  .product-gallery-thumb {
    height: 199px;
  }
  .product-col-right .product-header {
    display: none;
  }
  .product-contacts .product-name {
    display: block;
    margin-bottom: 12px;
  }
  .product-messengers {
    width: auto;
    margin-top: 0;
  }
  .product-parameters-col {
    width: 25%;
  }
}
@media (max-width: 767px) {
	.product-services li {
    padding-left: 22px;
    font-size: 14px;
    line-height: 130%;
   }
  .product-services li::before {
    width: 14px;
    height: 14px;
    top: 3px;
  }
  .product-nav {
    margin-left: -6px;
    margin-right: -6px;
  }
  .product-nav-item {
    width: 32px;
    height: 32px;
    margin: 0 6px;
  }
  .product-activity {
    margin-top: 12px;
  }
  .product-tags-row {
    flex-direction: column;
    align-items: center;
  }
  .product-tags-col {
    margin-top: 12px;
  }
  .product-col-left {
    margin-bottom: 20px;
  }
  .product-gallery {
    padding: 0;
    border-radius: 0;
    -webkit-box-shadow: none;
            box-shadow: none;
    margin-left: -8px;
    margin-right: -8px;
  }
  .product-gallery-main {
    border-radius: 16px;
  }
  .product-statuses {
    right: 16px;
    top: 16px;
  }
  .product-status {
    width: 46px;
    height: 46px;
    margin-bottom: -6px;
  }
  .product-badge-top {
    width: 86px;
    height: 98px;
    left: -5px;
    top: -5px;
  }
  .product-gallery-thumbs {
    margin-top: 8px;
  }
  .product-gallery-thumbs-row {
    margin-left: -4px;
    margin-right: -4px;
    margin-top: -8px;
  }
  .product-gallery-thumbs-col {
    padding: 0 4px;
    margin-top: 8px;
  }
  .product-gallery-thumb {
    height: 109px;
  }
  .product-video {
    padding: 0;
    margin-top: 20px;
  }
  .product-video video {
    max-height: 222px;
  }
  .product-video-wrapper {
    border-radius: 16px;
  }
  .product-about {
    margin-top: 20px;
  }
  .product-contacts {
    padding: 16px;
  }
  .product-contacts .product-name {
    font-size: 20px;
  }
  .product-phone {
    font-size: 20px;
  }
  .product-messengers {
    width: 100%;
    margin-top: 12px;
    margin-bottom: 12px;
  }
  .product-location {
    margin-top: 12px;
  }
  .product-time {
    margin-top: 12px;
  }
  .product-actions {
    right: 16px;
    top: 16px;
  }
  .product-parameters-row {
    margin-left: 0;
    margin-right: 0;
    margin-top: -10px;
  }
  .product-parameters-col {
    width: 100%;
    padding-left: 0;
    padding-right: 0;
    margin-top: 10px;
  }
  .product-parameter {
    display: flex;
    align-items: baseline;
    padding: 0;
    border: none;
    border-radius: 0;
    box-shadow: none;
    text-align: left;
  }
  .product-parameter-label {
    flex-grow: 1;
    flex-shrink: 0;
    display: flex;
    align-items: baseline;
    width: 52%;
    max-width: 52%;
    font-size: 16px;
    margin-bottom: 2px;
  }
  .product-parameter-label::after {
    content: '';
    flex-grow: 1;
    display: block;
    min-width: 8px;
    border-bottom: 1px dotted;
    margin-left: 4px;
    margin-right: 4px;
  }
  .product-parameter.product-parameter-departure {
    padding: 0;
  }
  .product-parameter.product-parameter-departure .product-parameter-label {
    font-size: 16px;
    color: #898989;
    text-transform: none;
  }
  .product-prices-table-col {
    padding: 10px 2px;
  }
  .product-prices-table-col:nth-child(1) {
    width: 26%;
  }
  .product-prices-table-col:nth-child(2) {
    width: 37%;
  }
  .product-prices-table-col:nth-child(3) {
    width: 37%;
  }
  .product-prices-table-col:first-child {
    font-size: 14px;
  }
  .product-prices-table-header .product-prices-table-col {
    padding: 11px 2px;
  }
  .product-prices-table-item::before {
    margin-right: 4px;
  }
  .product-prices-table-item.time::before {
    display: none;
  }
  .product-prices-message {
    padding: 16px;
  }
  .product-warning {
    padding: 16px;
    margin-top: 16px;
  }
  .product-services-row {
    margin-left: -10px;
    margin-right: -10px;
    margin-top: -20px;
  }
  .product-services-col {
    padding-left: 10px;
    padding-right: 10px;
    margin-top: 20px;
  }
  .product-services-comment {
    font-size: 12px;
  }
  .product-services-price {
    font-size: 13px;
  }
  .product-reviews {
    margin-top: 40px;
  }
  .product-reviews-list {
    padding: 0;
    border-radius: 0;
    -webkit-box-shadow: none;
            box-shadow: none;
    margin-top: 40px;
  }
  .product-reviews-list .product-review-comment {
    width: auto;
    margin-right: 32px;
  }
  .product-reviews-list .product-review-answer {
    width: auto;
    margin-left: 32px;
  }
  .product-review-comment {
    padding: 16px;
  }
  .product-review-comment-header {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .product-review-comment-name {
    margin-bottom: 4px;
  }
  .product-review-comment-date {
    font-size: 14px;
  }
  .product-review-comment-text {
    font-size: 14px;
  }
  .product-review-answer {
    padding: 16px;
    margin-top: 16px;
  }
  .product-review-answer-header {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .product-review-answer-name {
    margin-bottom: 4px;
  }
  .product-review-answer-date {
    font-size: 14px;
  }
  .product-review-answer-text {
    font-size: 14px;
  }
  .product-complain-button {
    margin-top: 40px;
  }
}
.reviews-sorting-panel {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 20px;
  flex-wrap: wrap;
}
.reviews-sorting-panel .profiles-counter {
  margin-bottom: 0;
}

.reviews-sort {
  width: 100%;
  max-width: 282px;
}
.reviews-sort .select2-container {
  width: 100% !important;
}

/* На мобильных — второй блок на всю ширину */
@media (max-width: 768px) {
  .reviews-sort {
    flex: 0 0 100%;   /* занимает всю строку */
    max-width: 100%;  /* убираем ограничение */
    margin-top: 10px; /* можно добавить отступ сверху */
  }
}
.reviews-header-panel {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 32px;
}
.reviews-header-panel .profiles-counter {
  margin-bottom: 0;
}

.reviews-header-title {
  font-weight: 500;
  font-size: 24px;
  line-height: 130%;
  color: #d61e1e;
}

.review-card {
  padding: 32px;
  background-color: #fff;
  border-radius: 32px;
  -webkit-box-shadow: 0 0 12px 0 rgba(0, 0, 0, 0.2);
          box-shadow: 0 0 12px 0 rgba(0, 0, 0, 0.2);
  margin-bottom: 24px;
}

.review-card-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.review-card-left {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  -ms-flex-item-align: start;
      align-self: flex-start;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 454px;
}

.review-card-image {
  display: block;
}

.review-card-image-block {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 222px;
  margin-right: 16px;
  position: relative;
}

.review-card-image {
  height: 280px;
  border-radius: 12px;
  overflow: hidden;
}
.review-card-image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.review-card-info {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.review-card-name {
  font-weight: 500;
  font-size: 20px;
  line-height: 150%;
  color: #ad1c1c;
  text-transform: uppercase;
  margin-bottom: 12px;
}

.review-card-location {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 16px;
  line-height: 150%;
  color: #555;
  margin-bottom: 6px;
}
.review-card-location::before {
  content: "";
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 20px;
  height: 24px;
  background: url("../img/review-card-location-icon.svg") no-repeat center;
  margin-right: 6px;
}

.review-card-age {
  font-size: 16px;
  line-height: 150%;
  color: #333;
  margin-bottom: 6px;
}

.review-card-price {
  font-weight: 600;
  font-size: 16px;
  line-height: 150%;
  color: #333;
  margin-bottom: 6px;
}

.review-card-availability-block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

.review-card-availability-status {
  padding: 4px 12px;
  border: 1px solid #333;
  border-radius: 30px;
  font-size: 14px;
  line-height: 150%;
  color: #333;
  text-align: center;
  margin-bottom: 6px;
}
.review-card-availability-status.moderation {
  background-color: #fef6ec;
  border-color: #e97a00;
  color: #e97a00;
}
.review-card-availability-status.enabled {
  background-color: #ecf7ec;
  border-color: #38a840;
  color: #38a840;
}
.review-card-availability-status.disabled {
  background-color: #fcefef;
  border-color: #d61e1e;
  color: #d61e1e;
}

.review-card-count {
  font-size: 16px;
  line-height: 150%;
  color: #d61e1e;
  margin-top: auto;
}

.review-card-right {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  padding-left: 24px;
}
.review-card-right .review-card-availability-block {
  display: none;
}
.review-card-right .product-review-answer {
  margin-top: 12px;
}

.review-card-rating {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
.review-card-rating .review-rating {
  margin-bottom: 20px;
}
.review-card-rating .review-rating-star {
  width: 20px;
  height: 20px;
}

@media (max-width: 991px) {
  .review-card-row {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .review-card-left {
    width: 100%;
    margin-bottom: 20px;
  }
  .review-card-right {
    width: 100%;
    padding-left: 0;
  }
  .review-card-rating {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
}
@media (max-width: 767px) {
	.product-services-title {
    font-size: 14px;
  font-weight: 600;
    }
  /*.reviews-sort {
    max-width: 208px;
  }*/
  .review-card {
    padding: 16px;
    border-radius: 20px;
  }
  .review-card-left .review-card-availability-block {
    display: none;
  }
  .review-card-image-block {
    width: 148px;
    margin-right: 10px;
  }
  .review-card-image {
    height: 187px;
  }
  .review-card-name {
    font-size: 16px;
    margin-bottom: 8px;
  }
  .review-card-location {
    font-size: 14px;
    margin-bottom: 4px;
  }
  .review-card-location::before {
    height: 21px;
  }
  .review-card-age {
    margin-bottom: 4px;
  }
  .review-card-price {
    margin-bottom: 4px;
  }
  .review-card-right .review-card-availability-block {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .review-card-right .review-card-availability-status {
    margin-bottom: 20px;
  }
  .review-card-rating .review-rating-star {
    width: 16px;
    height: 16px;
  }
}
.registration-block {
  max-width: 792px;
  margin: 0 auto;
}

.registration-block-header {
  max-width: 588px;
  margin: 0 auto 32px;
}

.registration-title {
  font-weight: 500;
  font-size: 32px;
  line-height: 130%;
  color: #d61e1e;
  text-align: center;
}

.registration-text {
  font-weight: 500;
  font-size: 16px;
  line-height: 150%;
  color: #333;
  text-align: center;
  margin-top: 20px;
}

.registration-types-row {
  margin-top: -24px;
}

.registration-types-col {
  width: 50%;
  margin-top: 24px;
}

.registration-type {
  min-height: 248px;
  height: 100%;
  padding: 24px;
  background-color: #fff;
  border: 1px solid #bebdbd;
  border-radius: 20px;
  -webkit-box-shadow: 0 2px 10px 0 rgba(51, 51, 51, 0.18);
          box-shadow: 0 2px 10px 0 rgba(51, 51, 51, 0.18);
  position: relative;
}

.registration-type-image {
  position: absolute;
  right: 0;
  bottom: 0;
}

.registration-type-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  height: 100%;
  position: relative;
}

.registration-type-title {
  font-weight: 500;
  font-size: 18px;
  line-height: 150%;
  color: #d61e1e;
  text-transform: uppercase;
  margin-bottom: 12px;
}

.registration-type-list {
  max-width: 222px;
  margin-bottom: 12px;
}
.registration-type-list li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 16px;
  line-height: 150%;
  color: #333;
  margin-bottom: 8px;
}
.registration-type-list li::before {
  content: "";
  -ms-flex-negative: 0;
      flex-shrink: 0;
  display: block;
  width: 16px;
  height: 16px;
  background: url("../img/registration-type-list-icon.svg") no-repeat center/contain;
  margin-right: 8px;
  margin-top: 4px;
}
.registration-type-list li:last-child {
  margin-bottom: 0;
}

.registration-type-button {
  margin-top: auto;
}
.registration-type-button .red-button {
  display: block;
  width: 100%;
  max-width: 164px;
}

.registration-block-footer {
  max-width: 588px;
  margin: 0 auto;
}

.access-or-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 32px;
  margin-bottom: 32px;
}
.access-or-row::before, .access-or-row::after {
  content: "";
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  display: block;
  height: 1px;
  background-color: #bebdbd;
}

.access-or-text {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 56px;
  height: 56px;
  background-color: #fff;
  border: 1px solid #bebdbd;
  border-radius: 50%;
  font-weight: 500;
  font-size: 16px;
  line-height: 150%;
  color: #ad1c1c;
  text-transform: uppercase;
}

.registration-button .border-button {
  display: block;
  width: 100%;
}

@media (max-width: 991px) {
  .registration-types-col {
    width: 100%;
  }
}
@media (max-width: 767px) {
  .registration-block-header {
    margin-bottom: 24px;
  }
  .registration-title {
    font-size: 26px;
  }
  .registration-text {
    margin-top: 12px;
  }
  .registration-type {
    min-height: 212px;
    padding: 20px;
    border-radius: 16px;
  }
  .registration-type-1 .registration-type-image {
    width: 177px;
  }
  .registration-type-2 .registration-type-image {
    width: 129px;
  }
  .registration-type-title {
    font-size: 16px;
    margin-bottom: 10px;
  }
  .registration-type-list {
    max-width: 188px;
    margin-bottom: 10px;
  }
  .registration-type-list li {
    font-size: 14px;
    margin-bottom: 6px;
  }
  .registration-type-list li::before {
    width: 14px;
    height: 14px;
  }
  .access-or-row {
    margin-top: 20px;
    margin-bottom: 20px;
  }
  .access-or-text {
    width: 48px;
    height: 48px;
    font-size: 14px;
  }
}
.access-section {
  padding-top: 28px;
}

.access-block {
  max-width: 588px;
  margin: 0 auto;
}

.access-title {
  font-weight: 500;
  font-size: 32px;
  line-height: 130%;
  color: #d61e1e;
  text-align: center;
  margin-bottom: 32px;
}

.access-message {
  padding: 6px 12px;
  background-color: #fef6ec;
  border: 1px solid #f48000;
  border-radius: 8px;
  font-size: 16px;
  line-height: 150%;
  color: #f48000;
  text-align: center;
  margin-bottom: 32px;
}

.access-form-item {
  margin-bottom: 20px;
}

.access-form-label {
  display: block;
  font-size: 16px;
  line-height: 150%;
  color: #333;
  margin-bottom: 6px;
}
.access-form-label .required {
  color: #d61e1e;
}

.access-form-input {
  position: relative;
}
.access-form-input input[type=text], .access-form-input input[type=email], .access-form-input input[type=tel], .access-form-input input[type=search], .access-form-input input[type=password], .access-form-input input[type=number], .access-form-input input[type=date] {
  height: 56px;
  padding-left: 60px;
  font-size: 16px;
  line-height: 150%;
}
.access-form-input input[type=text].has-error, .access-form-input input[type=email].has-error, .access-form-input input[type=tel].has-error, .access-form-input input[type=search].has-error, .access-form-input input[type=password].has-error, .access-form-input input[type=number].has-error, .access-form-input input[type=date].has-error {
  border-color: #d61e1e;
}

.access-form-input-icon {
  width: 24px;
  height: 24px;
  position: absolute;
  left: 20px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  pointer-events: none;
}

.access-form-input-login .access-form-input-icon {
  background: url("../img/access-form-login-icon.svg") no-repeat center;
}

.access-form-input-user .access-form-input-icon {
  background: url("../img/access-form-user-icon.svg") no-repeat center;
}

.access-form-input-password input[type=password], .access-form-input-password input[type=text] {
  padding-right: 60px;
}
.access-form-input-password .access-form-input-icon {
  background: url("../img/access-form-password-icon.svg") no-repeat center;
}

.access-form-input-captcha .access-form-input-icon {
  background: url("../img/access-form-captcha-icon.svg") no-repeat center;
}

.access-form-show-password {
  display: block;
  width: 24px;
  height: 24px;
  position: absolute;
  right: 20px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  cursor: pointer;
}
.access-form-show-password::before, .access-form-show-password::after {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
}
.access-form-show-password::before {
  background: url("../img/password-eye-icon.svg") no-repeat;
  opacity: 1;
}
.access-form-show-password::after {
  background: url("../img/password-eye-active-icon.svg") no-repeat;
  opacity: 0;
}
.access-form-show-password.active::before {
  opacity: 0;
}
.access-form-show-password.active::after {
  opacity: 1;
}

.access-form-error {
  font-size: 14px;
  line-height: 150%;
  color: #d61e1e;
  margin-top: 4px;
}

.access-form-captcha-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.access-form-captcha-row .access-form-label {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  margin-right: 34px;
}

.access-form-captcha {
  max-width: 174px;
}

.access-form-captcha-image {
  margin-bottom: 4px;
}

.access-form-captcha-refresh {
  font-size: 12px;
  line-height: 150%;
  color: #333;
  text-decoration: underline;
  -webkit-text-decoration-skip-ink: none;
          text-decoration-skip-ink: none;
}

.access-form-link {
  font-size: 16px;
  line-height: 150%;
  color: #ad1c1c;
}

.access-form-check {
  font-size: 16px;
  line-height: 150%;
  color: #ad1c1c;
  margin-top: 10px;
}

.access-form-check-result {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

.access-form-check-message {
  padding: 6px 12px;
  border-radius: 8px;
  font-size: 16px;
  line-height: 150%;
  margin-top: 10px;
}
.access-form-check-message.fail {
  background-color: #fef6ec;
  border: 1px solid #f48000;
  color: #f48000;
}
.access-form-check-message.success {
  background-color: #f5faf5;
  border: 1px solid #38a840;
  color: #38a840;
}

.access-form-submit-item {
  margin-top: 32px;
}
.access-form-submit-item .red-button {
  display: block;
  width: 100%;
}

.access-form-button .border-button {
  display: block;
  width: 100%;
}

.access-form-button-login {
  margin-top: 20px;
}

@media (max-width: 767px) {
  .access-section {
    padding-top: 8px;
  }
  .access-title {
    font-size: 26px;
    margin-bottom: 24px;
  }
  .access-message {
    margin-bottom: 24px;
  }
  .access-form-label {
    font-size: 14px;
  }
  .access-form-input input[type=text], .access-form-input input[type=email], .access-form-input input[type=tel], .access-form-input input[type=search], .access-form-input input[type=password], .access-form-input input[type=number], .access-form-input input[type=date] {
    height: 48px;
    padding-left: 52px;
    font-size: 14px;
  }
  .access-form-input-icon {
    left: 16px;
  }
  .access-form-show-password input[type=password], .access-form-show-password input[type=text] {
    padding-right: 48px;
  }
  .access-form-show-password {
    right: 16px;
  }
  .access-form-captcha-row .access-form-label {
    margin-right: 18px;
  }
  .access-form-link {
    font-size: 14px;
  }
  .access-form-check {
    font-size: 14px;
  }
  .access-form-check-message {
    font-size: 14px;
  }
}
.account-section .pagination-block {
  padding-top: 0;
  border-top: none;
}

.account-header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 32px;
}

.account-header-title {
  font-weight: 500;
  font-size: 32px;
  line-height: 130%;
  color: #d61e1e;
}

.account-header-button {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 224px;
}
.account-header-button .red-button {
  display: block;
  width: 100%;
}

.account-balance {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.account-balance-info {
  font-size: 20px;
  line-height: 150%;
  color: #333;
  margin-right: 24px;
}
.account-balance-info strong {
  font-weight: 500;
  color: #ad1c1c;
}

.account-balance-button .red-button {
  width: 180px;
}

.account-section-sidebar-col {
  width: 25%;
}

.account-section-main-col {
  width: 75%;
}

.account-menu {
  background-color: #fff;
  border-radius: 16px;
  -webkit-box-shadow: 0 4px 10px 0 rgba(0, 0, 0, 0.2);
          box-shadow: 0 4px 10px 0 rgba(0, 0, 0, 0.2);
  overflow: hidden;
}

.account-menu-header {
  padding: 9px;
  background-color: #ad1c1c;
}

.account-menu-title {
  font-weight: 500;
  font-size: 20px;
  line-height: 150%;
  color: #fff;
  text-transform: uppercase;
  text-align: center;
}

.account-menu-list {
  padding-bottom: 10px;
}
.account-menu-list li {
  display: block;
}
.account-menu-list a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 12px 20px;
  font-size: 16px;
  line-height: 150%;
  color: #333;
}
.account-menu-list .current a {
  color: #d61e1e;
}
.account-menu-list .current .account-menu-list-icon img:nth-child(1) {
  display: none;
}
.account-menu-list .current .account-menu-list-icon img:nth-child(2) {
  display: block;
}
.account-menu-list .current .account-menu-list-text span {
  color: #d61e1e;
}

.account-menu-list-icon {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 20px;
  height: 20px;
  margin-right: 12px;
}
.account-menu-list-icon img:nth-child(1) {
  display: block;
}
.account-menu-list-icon img:nth-child(2) {
  display: none;
}

.account-menu-list-text span {
  color: #d61e1e;
}

.account-data {
  background-color: #fff;
  -webkit-box-shadow: 0 4px 10px 0 rgba(0, 0, 0, 0.2);
          box-shadow: 0 4px 10px 0 rgba(0, 0, 0, 0.2);
  border-radius: 16px;
  overflow: hidden;
  margin-top: 24px;
}

.account-data-header {
  padding: 9px;
  background-color: #ad1c1c;
}

.account-data-title {
  font-weight: 500;
  font-size: 20px;
  line-height: 150%;
  color: #fff;
  text-transform: uppercase;
  text-align: center;
}

.account-data-list {
  padding: 20px;
}
.account-data-list li {
  font-size: 16px;
  line-height: 150%;
  color: #333;
  margin-bottom: 8px;
}
.account-data-list li:last-child {
  margin-bottom: 0;
}
.account-data-list li strong {
  font-weight: 500;
}

.account-client-panel {
  margin-bottom: 40px;
}

.account-client-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.account-client-avatar {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 46px;
  height: 46px;
  margin-right: 16px;
}

.account-client-name {
  font-weight: 500;
  font-size: 20px;
  line-height: 150%;
  color: #333;
  margin-right: 16px;
}

.account-client-statistics {
  margin-top: 12px;
}
.account-client-statistics li {
  font-size: 16px;
  line-height: 150%;
  color: #333;
}
.account-client-statistics strong {
  font-weight: 400;
  color: #d61e1e;
}

.account-client-level {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}
.account-client-level .level-line {
  width: 3px;
  background-color: #898989;
  border-radius: 3px;
  margin-right: 3px;
}
.account-client-level .level-line:nth-child(1) {
  height: 10px;
}
.account-client-level .level-line:nth-child(2) {
  height: 13px;
}
.account-client-level .level-line:nth-child(3) {
  height: 17px;
}
.account-client-level .level-line:nth-child(4) {
  height: 20px;
}
.account-client-level .level-line:last-child {
  margin-right: 0;
}
.account-client-level.level-1 .level-line:nth-child(1) {
  background-color: #d61e1e;
}
.account-client-level.level-2 .level-line:nth-child(-n+2) {
  background-color: #d61e1e;
}
.account-client-level.level-3 .level-line:nth-child(-n+3) {
  background-color: #d61e1e;
}
.account-client-level.level-4 .level-line:nth-child(-n+4) {
  background-color: #d61e1e;
}

.account-statistics {
  margin-bottom: 60px;
}

.account-statistics-row {
  margin-top: -24px;
}

.account-statistics-col {
  width: 33.3333333333%;
  margin-top: 24px;
}

.account-statistics-col-1 {
  display: none;
}

.account-statistics-card {
  height: 100%;
  background-color: #fff;
  -webkit-box-shadow: 0 4px 10px 0 rgba(0, 0, 0, 0.2);
          box-shadow: 0 4px 10px 0 rgba(0, 0, 0, 0.2);
  border-radius: 16px;
  overflow: hidden;
}

.account-statistics-card-header {
  padding: 9px;
  background-color: #ad1c1c;
}

.account-statistics-card-title {
  font-weight: 500;
  font-size: 20px;
  line-height: 150%;
  color: #fff;
  text-transform: uppercase;
  text-align: center;
}

.account-statistics-card-list {
  padding: 20px;
}
.account-statistics-card-list li {
  font-size: 16px;
  line-height: 150%;
  color: #333;
  margin-bottom: 8px;
}
.account-statistics-card-list li:last-child {
  margin-bottom: 0;
}
.account-statistics-card-list li strong {
  font-weight: 400;
  color: #d61e1e;
}

.account-info {
  padding: 24px;
  background-color: #fcefef;
  border-radius: 16px;
  font-size: 16px;
  line-height: 150%;
  color: #333;
}
.account-info p {
  margin-bottom: 24px;
}
.account-info p:last-child {
  margin-bottom: 0;
}
.account-info a {
  text-decoration: underline;
  -webkit-text-decoration-skip-ink: none;
          text-decoration-skip-ink: none;
}
.account-info a:hover {
  text-decoration: none;
}
.account-info strong {
  font-weight: 600;
}
.account-info .red {
  color: #d61e1e;
}

.account-cards-groups {
  margin-top: 60px;
}

.account-cards-group-header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 32px;
}

.account-cards-group-title {
  font-weight: 500;
  font-size: 24px;
  line-height: 130%;
  color: #d61e1e;
}

.account-cards-group-sort {
  width: 240px;
}

.account-cards-group-button .red-button {
  display: block;
  width: 232px;
}

.account-cards-controls {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 16px 24px;
  border: 1px solid #898989;
  border-radius: 12px;
  margin-bottom: 32px;
}

.account-cards-control {
  margin-right: 32px;
}

.account-cards-control-4 {
  margin-left: auto;
  margin-right: 0;
}

.account-cards-control-select .checkbox .checkbox-text {
  -webkit-box-ordinal-group: 0;
      -ms-flex-order: -1;
          order: -1;
  margin-right: 20px;
}

.account-cards-control-actions {
  width: 240px;
}

.account-cards-control-selected {
  font-size: 16px;
  line-height: 150%;
  color: #333;
}
.account-cards-control-selected strong {
  font-weight: 400;
  color: #d61e1e;
}

.account-cards-control-reset {
  font-size: 16px;
  line-height: 150%;
  color: #d61e1e;
  text-decoration: underline;
  -webkit-text-decoration-skip-ink: none;
          text-decoration-skip-ink: none;
  cursor: pointer;
}

.account-cards-row {
  margin-top: -24px;
}

.account-cards-col {
  width: 50%;
  margin-top: 24px;
}

.account-card {
  background-color: #fff;
  border-radius: 20px;
  box-shadow: 0 8px 20px 0 rgba(0, 0, 0, 0.15);
}

.account-card-header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 16px 20px;
  background-color: #fcefef;
  border-top-left-radius: 20px;
  border-top-right-radius: 20px;
}

.account-card-id {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  font-size: 16px;
  line-height: 150%;
  color: #333;
  margin-right: 20px;
}

.account-card-expiration {
  font-weight: 500;
  font-size: 16px;
  line-height: 150%;
  color: #d61e1e;
  text-align: center;
  margin-top: 16px;
}

.account-card-select {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  margin-left: auto;
}
.account-card-select .checkbox .checkbox-checkmark {
  margin: 0;
}

.account-card-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.account-card-left {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 212px;
}

.account-card-right {
  width: calc(100% - 212px);
}

.account-card-left-content {
  position: relative;
}

.account-card-image {
  display: block;
  height: 312px;
}
.account-card-image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.account-card-right-content {
  padding: 16px 16px 0;
}

.account-card-name {
  display: block;
  font-weight: 500;
  font-size: 20px;
  line-height: 150%;
  color: #ad1c1c;
  text-transform: uppercase;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.account-card-phone {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-weight: 500;
  font-size: 16px;
  line-height: 150%;
  color: #d61e1e;
}
.account-card-phone::before {
  content: "";
  -ms-flex-negative: 0;
      flex-shrink: 0;
  display: block;
  width: 20px;
  height: 24px;
  background: url("../img/account-card-phone-icon.svg") no-repeat;
  margin-right: 6px;
}

.account-card-map {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 16px;
  line-height: 150%;
  color: #d61e1e;
  margin-top: 8px;
}
.account-card-map::before {
  content: "";
  -ms-flex-negative: 0;
      flex-shrink: 0;
  display: block;
  width: 20px;
  height: 20px;
  background: url("../img/account-card-map-icon.svg") no-repeat;
  margin-right: 10px;
}
.account-card-map span {
  text-decoration: underline;
  -webkit-text-decoration-skip-ink: none;
          text-decoration-skip-ink: none;
}

.account-card-location {
  display: block;
  padding-left: 26px;
  font-size: 16px;
  line-height: 150%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  position: relative;
  margin-top: 10px;
}
.account-card-location::before {
  content: "";
  -ms-flex-negative: 0;
      flex-shrink: 0;
  display: block;
  width: 20px;
  height: 24px;
  background: url("../img/account-card-location-icon.svg") no-repeat center;
  position: absolute;
  left: 0;
  top: 0;
}

.account-card-properties {
  margin-top: 20px;
}

.account-card-properties li {
  font-size: 16px;
  line-height: 150%;
  color: #555;
  margin-bottom: 4px;
}

.account-card-properties li:last-child {
  margin-bottom: 0;
}

.account-card-properties li strong {
  font-weight: 500;
  color: #333;
}

.account-card-prices {
  margin-top: 16px;
}
.account-card-prices li {
  font-size: 16px;
  line-height: 150%;
  color: #555;
  margin-bottom: 3px;
}
.account-card-prices li:last-child {
  margin-bottom: 0;
}
.account-card-prices li strong {
  font-weight: 600;
  color: #333;
}

.account-card-footer {
  padding: 20px;
}

.account-card-moderation {
  margin-top: 12px;
}

.account-card-moderation-label {
  font-weight: 500;
  font-size: 16px;
  line-height: 150%;
  color: #333;
  margin-bottom: 6px;
}

.account-card-moderation-text {
  padding: 6px 12px;
  background-color: #fef6ec;
  border: 1px solid #e97a00;
  border-radius: 10px;
  font-size: 14px;
  line-height: 150%;
  color: #e97a00;
}

.account-card-availability-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.account-card-availability-label {
  font-weight: 500;
  font-size: 16px;
  line-height: 150%;
  color: #333;
  margin-right: 10px;
}

.account-card-availability-status {
  padding: 4px 12px;
  border: 1px solid #333;
  border-radius: 30px;
  font-size: 14px;
  line-height: 150%;
  color: #333;
}
.account-card-availability-status.moderation {
  background-color: #fef6ec;
  border-color: #e97a00;
  color: #e97a00;
}
.account-card-availability-status.enabled {
  background-color: #ecf7ec;
  border-color: #38a840;
  color: #38a840;
}
.account-card-availability-status.disabled {
  background-color: #fcefef;
  border-color: #d61e1e;
  color: #d61e1e;
}

.account-card-info {
  padding: 14px;
  background-color: #f3f3f3;
  border-radius: 12px;
  margin-top: 16px;
}

.account-card-views-title {
  font-weight: 500;
  font-size: 16px;
  line-height: 150%;
  color: #d61e1e;
  text-transform: uppercase;
  margin-bottom: 12px;
}

.account-card-views-row {
  justify-content: space-between;
  max-width: 340px;
  margin-left: -10px;
  margin-right: -10px;
  margin-top: -6px;
}

.account-card-views-col {
  padding-left: 10px;
  padding-right: 10px;
  margin-top: 6px;
}

.account-card-views-list li {
  margin-bottom: 6px;
}

.account-card-views-list li:last-child {
  margin-bottom: 0;
}

.account-card-views-list li strong {
  font-weight: inherit;
  color: #d61e1e;
}

.account-card-views-list li a {
  text-decoration: underline;
}

.account-card-controls-list {
  margin-top: 16px;
}

.account-card-controls-list ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-left: -6px;
  margin-right: -6px;
  margin-top: -12px;
}
.account-card-controls-list li {
  padding-left: 6px;
  padding-right: 6px;
  margin-top: 12px;
}

.account-card-controls-list.wide-buttons li {
  width: 50%;
}

.account-card-control {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  min-width: 40px;
  height: 40px;
  padding: 0 9px;
  border: 1px solid #333;
  border-radius: 10px;
  font-weight: 500;
  font-size: 14px;
  line-height: 150%;
}
.account-card-control::before {
  content: "";
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 20px;
  height: 20px;
}
.account-card-control span {
  margin-left: 9px;
}
.account-card-control.edit::before {
  background: url("../img/account-card-control-edit-icon.svg") no-repeat;
}
.account-card-control.photo::before {
  background: url("../img/account-card-control-photo-icon.svg") no-repeat;
}
.account-card-control.video::before {
  background: url("../img/account-card-control-video-icon.svg") no-repeat;
}
.account-card-control.delete::before {
  background: url("../img/account-card-control-delete-icon.svg") no-repeat;
}
.account-card-control.disable::before {
  background: url("../img/account-card-control-disable-icon.svg") no-repeat;
}
.account-card-control.enable::before {
  background: url("../img/account-card-control-enable-icon.svg") no-repeat;
}

.account-card-control.top {
  background-color: #d61e1e;
  border-color: #d61e1e;
  color: #fff;
}
.account-card-control.top.disabled {
  background-color: #eb8f8f;
  border-color: #eb8f8f;
  pointer-events: none;
  user-select: none;
}
.account-card-control.top::before {
  background: url("../img/account-card-control-top-white-icon.svg") no-repeat;
}

.account-card-control.map::before {
  background: url("../img/account-card-control-map-icon.svg") no-repeat;
}

@media (max-width: 1259px) {
  .account-section-sidebar-col {
    display: none;
  }
  .account-section-main-col {
    width: 100%;
  }
  .account-statistics-col-1 {
    width: 100%;
    display: block;
  }
}
@media (max-width: 991px) {
  .account-balance {
    display: none;
  }
  .account-statistics-col {
    width: 50%;
  }
  .account-cards-control {
    margin-right: 20px;
  }
  .account-cards-col {
    width: 100%;
  }
}
@media (max-width: 767px) {
  .account-header {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin-bottom: 20px;
  }
  .account-header-title {
    font-size: 26px;
  }
  .account-header-button {
    margin-top: 32px;
  }
  .account-statistics {
    margin-bottom: 40px;
  }
  .account-statistics-col {
    width: 100%;
  }
  .account-info {
    padding: 16px;
    font-size: 14px;
  }
  .account-info p {
    margin-bottom: 21px;
  }
  .account-cards-groups {
    margin-top: 40px;
  }
  .account-cards-group-header {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    margin-bottom: 20px;
  }
  .account-cards-group-sort {
    margin-top: 16px;
  }
  .account-cards-group-button {
    margin-top: 16px;
  }
  .account-cards-controls {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    padding: 16px;
  }
  .account-cards-control {
    margin-right: 0;
  }
  .account-cards-control-1 {
    width: 100%;
    margin-bottom: 16px;
  }
  .account-cards-control-select {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .account-cards-control-2 {
    width: 100%;
  }
  .account-cards-control-3 {
    margin-top: 16px;
  }
  .account-cards-control-4 {
    margin-top: 16px;
  }
  .account-card-header {
    flex-wrap: wrap;
    padding: 13px 20px;
    position: relative;
  }
  .account-card-name {
    font-size: 16px;
    margin-right: 20px;
  }
  .account-card-id {
    font-size: 14px;
  }
  .account-card-select {
    position: absolute;
    right: 20px;
    top: 14px;
  }
  .account-card-expiration {
    font-size: 14px;
  }
  .account-card-left {
    width: 164px;
  }
  .account-card-right {
    width: calc(100% - 164px);
  }
  .account-card-image {
    height: 268px;
  }
  .account-card-right-content {
    padding: 12px 12px 0;
  }
  .account-card-info {
    padding-left: 12px;
    padding-right: 16px;
    padding-top: 12px;
  }
  .account-card-phone {
    font-size: 14px;
  }
  .account-card-phone::before {
    display: none;
  }
  .account-card-map {
    font-size: 14px;
  }
  .account-card-location {
    font-size: 14px;
  }
  .account-card-properties {
    margin-top: 16px;
  }
  .account-card-properties li {
    font-size: 14px;
  }
  .account-card-prices li {
    font-size: 14px;
    margin-bottom: 4px;
  }
  .account-card-controls-list.wide-buttons li {
    width: 100%;
  }
  .account-card-views-list li {
    font-size: 14px;
    line-height: 150%;
  }
}

.adding-content .qq-upload-drop-area {
  background: transparent;
}

.adding-content-nav {
  margin-bottom: 32px;
}
.adding-content-nav ul {
  display: flex;
  flex-wrap: wrap;
  margin: -8px -8px 0;
}
.adding-content-nav li {
  width: 20%;
  padding: 0 8px;
  margin-top: 8px;
}
.adding-content-nav li .border-button {
  width: 100%;
}
.adding-massage {
  padding: 24px;
  background-color: #f3f3f3;
  border-radius: 16px;
  margin-bottom: 24px;
}

.adding-massage-checkbox {
  margin-bottom: 12px;
}

.adding-massage-text {
  font-size: 16px;
  line-height: 150%;
  color: #333;
}

.adding-block {
  margin-top: 60px;
}
.adding-block:first-child {
  margin-top: 0;
}

.adding-title {
  padding-bottom: 12px;
  border-bottom: 1px solid #bebdbd;
  font-weight: 500;
  font-size: 24px;
  line-height: 130%;
  color: #d61e1e;
  margin-bottom: 32px;
}

.adding-row {
  margin-top: -24px;
}

.adding-col {
  width: 33.3333333333%;
  margin-top: 24px;
}

.adding-form-item-label {
  display: block;
  font-size: 14px;
  line-height: 150%;
  color: #333;
  margin-bottom: 4px;
}
.adding-form-item-label .required {
  color: #d61e1e;
}
.adding-form-item-label .description {
  color: #898989;
}

.adding-form-item .select2-container {
  width: 100% !important;
}

.adding-inner-block {
  margin-top: 40px;
}

.adding-inner-title {
  font-weight: 500;
  font-size: 20px;
  line-height: 150%;
  color: #333;
  margin-bottom: 16px;
}
.adding-inner-title .red {
  color: #d61e1e;
}

.adding-phone {
  width: 50%;
  margin-bottom: 24px;
}

.adding-call-time {
  width: 50%;
  margin-bottom: 32px;
}

.adding-call-time-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-left: -12px;
  margin-right: -12px;
}

.adding-call-time-col {
  width: 50%;
  padding-left: 12px;
  padding-right: 12px;
}

.adding-call-time-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.adding-call-time-label {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  font-size: 14px;
  line-height: 150%;
  color: #333;
  margin-right: 12px;
}

.adding-showing-phone {
  margin-bottom: 32px;
}

.adding-showing-phone-checkbox {
  margin-top: -6px;
}

.adding-messengers-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-left: -16px;
  margin-right: -16px;
  margin-top: -32px;
}

.adding-messengers-col {
  width: 50%;
  padding-left: 16px;
  padding-right: 16px;
  margin-top: 32px;
}

.adding-messenger {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.adding-messenger-label {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 16px;
  line-height: 150%;
  color: #333;
  margin-right: 20px;
}
.adding-messenger-label::before {
  content: "";
  -ms-flex-negative: 0;
      flex-shrink: 0;
  display: block;
  width: 32px;
  height: 32px;
  margin-right: 10px;
}
.adding-messenger-label.whatsapp::before {
  background: url("../img/messenger-whatsapp-icon.svg") no-repeat center/contain;
}
.adding-messenger-label.telegram::before {
  background: url("../img/messenger-telegram-icon.svg") no-repeat center/contain;
}
.adding-messenger-label.max::before {
  background: url("../img/messenger-max-icon.svg") no-repeat center/contain;
}
.adding-messenger-label.vk::before {
  background: url("../img/messenger-vk-icon.svg") no-repeat center/contain;
}

.adding-messenger-field {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}

.adding-place {
  margin-bottom: 24px;
}

.adding-place-title {
  font-weight: 500;
  font-size: 16px;
  line-height: 150%;
  color: #d61e1e;
  text-transform: uppercase;
  margin-bottom: 12px;
}

.adding-place-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
  margin-left: -12px;
  margin-right: 12px;
  margin-top: -20px;
}

.adding-place-col {
  padding-left: 12px;
  padding-right: 12px;
  margin-top: 20px;
}

.adding-prices-block {
  margin-top: 60px;
}

.adding-prices-block-col.col-left {
  width: 55%;
}

.adding-prices-block-col.col-right {
  width: 45%;
}

.adding-prices-row {
  flex-wrap: nowrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 16px;
}
.adding-prices-row:last-child {
  margin-bottom: 0;
}
.adding-prices-row:first-child .adding-prices-col {
  font-size: 16px;
  line-height: 150%;
  color: #333;
  text-align: center;
}

.adding-prices-col {
  width: 100%;
}
.adding-prices-col:first-child {
  flex-shrink: 0;
  width: 164px;
  font-size: 16px;
  line-height: 150%;
  color: #333;
}

.adding-prices-comment-title {
  font-weight: 500;
  font-size: 20px;
  line-height: 150%;
  margin-bottom: 16px;
}

.adding-prices-comment-field textarea {
  height: 202px;
}

.adding-services {
  margin-top: 32px;
}

.adding-services-group {
  margin-bottom: 24px;
}
.adding-services-group:last-child {
  margin-bottom: 0;
}

.adding-services-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-left: -8px;
  margin-right: -8px;
  margin-bottom: 8px;
}
.adding-services-row:last-child {
  margin-bottom: 0;
}

.adding-services-col {
  padding-left: 8px;
  padding-right: 8px;
}
.adding-services-col:nth-child(1) {
  width: 31%;
}
.adding-services-col:nth-child(2) {
  width: 18%;
}
.adding-services-col:nth-child(2) .adding-services-title {
  padding-left: 16px;
}
.adding-services-col:nth-child(2) .adding-form-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.adding-services-col:nth-child(2) .adding-form-item::before {
  content: "+";
  font-size: 16px;
  line-height: 150%;
  color: #333;
  margin-right: 5px;
}
.adding-services-col:nth-child(2) .adding-form-item.no-plus-sign::before {
  opacity: 0;
}
.adding-services-col:nth-child(3) {
  width: 51%;
}

.adding-services-title {
  font-weight: 500;
  font-size: 16px;
  line-height: 150%;
  color: #d61e1e;
  text-transform: uppercase;
}

.adding-photos {
  margin-bottom: 46px;
}

.adding-photos-title {
  font-weight: 500;
  font-size: 16px;
  line-height: 150%;
  color: #d61e1e;
  text-transform: uppercase;
  margin-bottom: 16px;
}

.adding-photos-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-left: -12px;
  margin-right: -12px;
}

.adding-photos-col {
  padding-left: 12px;
  padding-right: 12px;
}
.adding-photos-col:nth-child(1) {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 306px;
}
.adding-photos-col:nth-child(2) {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}

.adding-photos-instruction li {
  padding-left: 12px;
  font-size: 16px;
  line-height: 150%;
  color: #333;
  position: relative;
  margin-bottom: 4px;
}
.adding-photos-instruction li::before {
  content: "";
  display: block;
  width: 4px;
  height: 4px;
  background-color: #d61e1e;
  border-radius: 50%;
  position: absolute;
  left: 0;
  top: 10px;
}
.adding-photos-instruction li:last-child {
  margin-bottom: 0;
}

.uploaded-photos-row {
  margin-top: -24px;
}

.uploaded-photos-col {
  width: 33.3333333333%;
  margin-top: 24px;
  position: relative;
}

.uploaded-photo-card-image {
  height: 390px;
  border-radius: 12px;
  overflow: hidden;
  margin-bottom: 16px;
}
.uploaded-photo-card-image a {
  display: block;
  height: 100%;
}

.uploaded-photo-card-image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.uploaded-photo-card-button {
  display: block;
  width: 100%;
  margin-bottom: 8px;
}
.uploaded-photo-card-button:last-child {
  margin-bottom: 0;
}

.uploaded-photo-card-button-main.active {
  background-color: #931717;
}

.uploaded-photo-card-button-delete {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.uploaded-photo-card-button-delete::before {
  content: "";
  -ms-flex-negative: 0;
      flex-shrink: 0;
  display: block;
  width: 20px;
  height: 20px;
  background: url("../img/card-delete-icon.svg") no-repeat;
  margin-right: 10px;
}
.uploaded-photo-card-button-delete:hover, .uploaded-photo-card-button-delete:active {
  border-color: #333;
  color: #333;
}

.uploaded-photos-col .icon_move {
  display: block;
  width: 32px;
  height: 32px;
  background: rgba(255, 255, 255, 0.8) url('../img/move.png') no-repeat center;
  border-radius: 50%;
  position: absolute;
  left: 20px;
  top: 8px;
}

.confirmation-photos {
  margin-top: 20px;
}

.confirmation-photos-content {
  font-size: 16px;
  line-height: 150%;
  color: #333;
  margin-bottom: 32px;
}
.confirmation-photos-content p {
  margin-bottom: 12px;
}
.confirmation-photos-content p:last-child {
  margin-bottom: 0;
}
.confirmation-photos-content strong {
  font-weight: 600;
}
.confirmation-photos-content .red {
  color: #ad1c1c;
}

.confirmation-photos-content-row {
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
}

.confirmation-photos-content-col {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}
.confirmation-photos-content-col:nth-child(2) {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 306px;
}

.confirmation-photos-upload {
  width: 100%;
  max-width: 588px;
  margin-bottom: 46px;
}
.confirmation-photos-upload .upload-file {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
}
.confirmation-photos-upload .upload-file-text {
  text-align: left;
  margin-right: 32px;
  margin-bottom: 0;
}
.confirmation-photos-upload .upload-file-button {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  margin: 0;
}

.confirmation-photos-uploaded {
  margin-bottom: 32px;
}

.adding-video {
  margin-top: 32px;
}

.adding-video-upload {
  width: 100%;
  max-width: 524px;
  margin-bottom: 32px;
}
.adding-video-upload .upload-file {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
}
.adding-video-upload .upload-file-text {
  text-align: left;
  margin-right: 32px;
  margin-bottom: 0;
}
.adding-video-upload .upload-file-button {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  margin: 0;
}

.uploaded-video-card {
  width: 100%;
  max-width: 524px;
}

.uploaded-video-card-video {
  margin-bottom: 16px;
  border-radius: 20px;
  overflow: hidden;
}
.uploaded-video-card-video video {
  width: 100%;
}

.uploaded-video-card-delete {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
}
.uploaded-video-card-delete::before {
  content: "";
  -ms-flex-negative: 0;
      flex-shrink: 0;
  display: block;
  width: 20px;
  height: 20px;
  background: url("../img/card-delete-icon.svg") no-repeat;
  margin-right: 10px;
}
.uploaded-video-card-delete:hover, .uploaded-video-card-delete:active {
  border-color: #333;
  color: #333;
}

.adding-location {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.adding-location-label {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  font-size: 16px;
  line-height: 150%;
  color: #333;
  margin-right: 24px;
}

.adding-location-field {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  margin-right: 24px;
}

.adding-location-button {
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.adding-location-button .red-button {
  display: block;
  width: 180px;
}

.adding-form-submit {
  margin-top: 60px;
}
.adding-form-submit .red-button {
  display: block;
  width: 248px;
  margin: 0 auto;
}

@media (max-width: 991px) {
  .adding-col {
    width: 50%;
  }
  .adding-prices-block-col.col-left {
    width: 100%;
    margin-bottom: 32px;
  }
  .adding-prices-block-col.col-right {
    width: 100%;
  }
  .uploaded-photo-card-image {
    height: 294px;
  }
}
@media (max-width: 767px) {
  .adding-content-nav li {
    width: 100%;
  }
  .adding-massage {
    padding: 16px;
    margin-bottom: 20px;
  }
  .adding-massage-checkbox .checkbox .checkbox-checkmark {
    margin-top: 1px;
  }
  .adding-massage-checkbox .checkbox .checkbox-text {
    font-size: 14px;
  }
  .adding-massage-text {
    font-size: 14px;
  }
  .adding-block {
    margin-top: 40px;
  }
  .adding-title {
    margin-bottom: 24px;
  }
  .adding-row {
    margin-top: -20px;
  }
  .adding-col {
    width: 100%;
    margin-top: 20px;
  }
  .adding-phone {
    width: 100%;
    margin-bottom: 20px;
  }
  .adding-call-time {
    width: 204px;
  }
  .adding-call-time-row {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .adding-call-time-col {
    width: 100%;
    margin-bottom: 12px;
  }
  .adding-call-time-col:last-child {
    margin-bottom: 0;
  }
  .adding-showing-phone-checkbox .checkbox .checkbox-checkmark {
    margin-top: 1px;
  }
  .adding-showing-phone-checkbox .checkbox .checkbox-text {
    font-size: 14px;
  }
  .adding-messengers-row {
    margin-top: -20px;
  }
  .adding-messengers-col {
    width: 100%;
    margin-top: 20px;
  }
  .adding-messenger {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
  .adding-messenger-label {
    font-size: 14px;
    margin-right: 0;
    margin-bottom: 8px;
  }
  .adding-messenger-label::before {
    width: 26px;
    height: 26px;
  }
  .adding-messenger-field {
    width: 100%;
  }
  .adding-place-checkbox .checkbox .checkbox-checkmark {
    margin-top: 1px;
  }
  .adding-place-checkbox .checkbox .checkbox-text {
    font-size: 14px;
  }
  .adding-prices-block {
    margin-top: 40px;
  }
  .adding-prices-row {
    margin-left: -6px;
    margin-right: -6px;
    margin-bottom: 12px;
  }
  .adding-prices-row:first-child .adding-prices-col {
    font-size: 14px;
  }
  .adding-prices-col {
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    width: 128px;
    padding-left: 6px;
    padding-right: 6px;
  }
  .adding-prices-col:first-child {
    -ms-flex-negative: 0;
        flex-shrink: 0;
    -webkit-box-flex: 0;
        -ms-flex-positive: 0;
            flex-grow: 0;
    width: 84px;
    font-size: 14px;
  }
  .adding-services-col:nth-child(1) {
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
  }
  .adding-services-col:nth-child(2) {
    -ms-flex-negative: 0;
        flex-shrink: 0;
    -ms-flex-item-align: start;
        align-self: flex-start;
    width: 38%;
  }
  .adding-services-col:nth-child(3) {
    width: 100%;
    margin-top: 6px;
  }
  .adding-services-col:nth-child(3) .adding-services-title {
    display: none;
  }
  .adding-services-col .checkbox .checkbox-checkmark {
    margin-top: 1px;
  }
  .adding-services-col .checkbox .checkbox-text {
    font-size: 14px;
  }
  .adding-photos {
    margin-bottom: 32px;
  }
  .adding-photos-row {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .adding-photos-col {
    width: 100%;
  }
  .adding-photos-col:nth-child(1) {
    width: 100%;
  }
  .adding-photos-col:nth-child(2) {
    -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
            order: -1;
    margin-bottom: 32px;
  }
  .adding-photos-instruction li {
    font-size: 14px;
    margin-bottom: 6px;
  }
  .addding-photos-upload {
    padding-left: 23px;
    padding-right: 23px;
  }
  .addding-photos-upload .upload-file {
    width: 100%;
  }
  .uploaded-photos-row {
    margin-left: -4px;
    margin-right: -4px;
    margin-top: -20px;
  }
  .uploaded-photos-col {
    width: 50%;
    padding-left: 4px;
    padding-right: 4px;
    margin-top: 20px;
  }
  .uploaded-photo-card-image {
    height: 222px;
  }
  .uploaded-photos-col .icon_move {
    left: 12px;
  }
  .confirmation-photos-content {
    font-size: 14px;
  }
  .confirmation-photos-content-row {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .confirmation-photos-content-col {
    width: 100%;
  }
  .confirmation-photos-content-col:nth-child(2) {
    -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
            order: -1;
    width: 100%;
    margin-top: 8px;
    margin-bottom: 20px;
  }
  .confirmation-photos-content-col:nth-child(2) img {
    margin: 0 auto;
  }
  .confirmation-photos-upload {
    max-width: 100%;
    padding: 0 23px;
    margin-bottom: 32px;
  }
  .confirmation-photos-upload .upload-file {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    width: 100%;
  }
  .confirmation-photos-upload .upload-file-text {
    text-align: center;
    margin-right: 0;
    margin-bottom: 16px;
  }
  .confirmation-photos-uploaded {
    margin-bottom: 24px;
  }
  .adding-video-upload {
    max-width: 100%;
    padding: 0 23px;
  }
  .adding-video-upload .upload-file {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    width: 100%;
  }
  .adding-video-upload .upload-file-text {
    text-align: center;
    margin-right: 0;
    margin-bottom: 16px;
  }
  .adding-video-upload .upload-file-button {
    margin: 0 auto;
  }
  .uploaded-video-card {
    max-width: 100%;
  }
  .uploaded-video-card-video {
    border-radius: 16px;
  }
  .adding-location {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .adding-location-label {
    width: 100%;
    margin-right: 0;
    margin-bottom: 16px;
  }
  .adding-location-field {
    width: calc(100% - 110px);
    margin-right: 10px;
  }
  .adding-location-button .red-button {
    width: 100px;
  }
}
.tariffs-content {
  font-size: 16px;
  line-height: 150%;
  color: #333;
}
.tariffs-content h2 {
  font-weight: 500;
  font-size: 20px;
  line-height: 150%;
  color: #333;
  margin-top: 24px;
  margin-bottom: 12px;
}
.tariffs-content h2:first-child {
  margin-top: 0;
}
.tariffs-content p {
  margin-bottom: 12px;
}
.tariffs-content p:last-child {
  margin-bottom: 0;
}
.tariffs-content strong {
  font-weight: 600;
}
.tariffs-content strong.red {
  color: #ad1c1c;
}
.tariffs-content ul li {
  padding-left: 14px;
  position: relative;
  margin-bottom: 8px;
}
.tariffs-content ul li::before {
  content: "";
  display: block;
  width: 4px;
  height: 4px;
  background-color: #d61e1e;
  border-radius: 50%;
  position: absolute;
  left: 0;
  top: 10px;
}
.tariffs-content ul li:last-child {
  margin-bottom: 0;
}

@media (max-width: 767px) {
  .tariffs-content {
    font-size: 14px;
  }
  .tariffs-content h2 {
    margin-top: 20px;
  }
}
.balance-warning {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 24px;
  background-color: #fcefef;
  border-radius: 12px;
  font-size: 16px;
  line-height: 150%;
  color: #333;
  margin-bottom: 32px;
}
.balance-warning::before {
  content: "";
  -ms-flex-negative: 0;
      flex-shrink: 0;
  display: block;
  width: 24px;
  height: 24px;
  background: url("../img/warning-icon.svg") no-repeat;
  margin-right: 20px;
}

.balance-options {
  margin-bottom: 60px;
}
.balance-options:last-child {
  margin-bottom: 0;
}

.balance-option {
  margin-bottom: 60px;
}
.balance-option:last-child {
  margin-bottom: 0;
}

.balance-option-title {
  padding-bottom: 12px;
  border-bottom: 1px solid #bebdbd;
  font-weight: 500;
  font-size: 24px;
  line-height: 130%;
  color: #d61e1e;
  margin-bottom: 24px;
}

.balance-option-text {
  font-size: 16px;
  line-height: 150%;
  color: #333;
}
.balance-option-text p {
  margin-bottom: 24px;
}
.balance-option-text p:last-child {
  margin-bottom: 0;
}

.balance-option-button {
  margin-top: 20px;
}
.balance-option-button .red-button {
  display: block;
  width: 180px;
}

.balance-option-pay {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 24px;
}

.balance-option-pay-label {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  font-size: 16px;
  line-height: 150%;
  color: #333;
  margin-right: 24px;
}

.balance-option-pay-field {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  margin-right: 24px;
}

.balance-option-pay-button {
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.balance-option-pay-button .red-button {
  display: block;
  width: 180px;
}

.balance-instruction {
  padding: 24px;
  background-color: #fef6ec;
  border: 1px solid #f48000;
  border-radius: 20px;
  margin-bottom: 60px;
}
.balance-instruction:last-child {
  margin-bottom: 0;
}

.balance-instruction-title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-weight: 500;
  font-size: 20px;
  line-height: 150%;
  color: #333;
  margin-bottom: 24px;
}
.balance-instruction-title::before {
  content: "";
  -ms-flex-negative: 0;
      flex-shrink: 0;
  display: block;
  width: 24px;
  height: 24px;
  background: url("../img/warning-orange-icon.svg") no-repeat;
  margin-right: 20px;
}

.balance-instruction-text {
  font-size: 16px;
  line-height: 150%;
  color: #333;
}
.balance-instruction-text p {
  margin-bottom: 20px;
}
.balance-instruction-text p:last-child {
  margin-bottom: 0;
}
.balance-instruction-text a {
  color: #f48000;
}
.balance-instruction-text ul {
  margin-top: -12px;
  margin-bottom: 20px;
}
.balance-instruction-text ul li {
  padding-left: 14px;
  position: relative;
  margin-bottom: 6px;
}
.balance-instruction-text ul li::before {
  content: "";
  display: block;
  width: 4px;
  height: 4px;
  background-color: #f48000;
  border-radius: 50%;
  position: absolute;
  left: 0;
  top: 10px;
}
.balance-instruction-text ul li:last-child {
  margin-bottom: 0;
}
.balance-instruction-text ul:first-child {
  margin-top: 0;
}

.payments-instruction {
  margin-top: 60px;
}

.payments-instruction-title {
  font-weight: 500;
  font-size: 20px;
  line-height: 150%;
  text-align: center;
  margin-bottom: 24px;
}

.payments-instruction-title:last-child {
  margin-bottom: 0;
}

.payments-instruction-title-2 {
  font-weight: 600;
  font-size: 18px;
  line-height: 150%;
  text-align: center;
  margin-bottom: 24px;
}

.payments-instruction-title-2:last-child {
  margin-bottom: 0;
}

.payments-instruction ol {
  list-style-type: decimal;
  padding-left: 0;
  margin-left: 20px;
  margin-top: 0;
  margin-bottom: 24px;
}

.payments-instruction ol:last-child {
  margin-bottom: 0;
}

.payments-instruction li {
  margin-bottom: 16px;
}

.payments-instruction li:last-child {
  margin-bottom: 0;
}

.payments-instruction .red {
  color: #d61e1e;
}

.payments-instruction a {
  color: #d61e1e;
  text-decoration: underline;
}

.payments-instruction-images-row {
  display: flex;
  flex-wrap: wrap;
  padding-left: 20px;
  margin-left: -10px;
  margin-right: -10px;
  margin-top: -20px;
  margin-bottom: 32px;
}

.payments-instruction-images-col {
  padding: 0 10px;
  margin-top: 20px;
}

.payments-instruction-text {
  margin-bottom: 24px;
}

.payments-instruction-text p {
  margin-bottom: 16px;
}

.payments-instruction-text p:last-child {
  margin-bottom: 0;
}

@media (max-width: 767px) {
  .balance-warning {
    padding: 16px;
    font-size: 14px;
  }
  .balance-option-title {
    margin-bottom: 16px;
  }
  .balance-option-text {
    font-size: 14px;
  }
  .balance-option-text p {
    margin-bottom: 21px;
  }
  .balance-option-pay {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    margin-top: 16px;
  }
  .balance-option-pay-label {
    margin-right: 0;
    margin-bottom: 12px;
  }
  .balance-option-pay-field {
    width: 100%;
    margin-right: 0;
    margin-bottom: 20px;
  }
  .balance-option-pay-button {
    width: 100%;
  }
  .balance-option-pay-button .red-button {
    width: 100%;
  }
  .balance-instruction {
    padding: 16px;
  }
  .balance-instruction-title {
    margin-bottom: 16px;
  }
  .balance-instruction-text {
    font-size: 14px;
  }
  .balance-instruction-text ul li::before {
    top: 9px;
  }
}
.transfer-title {
  font-weight: 500;
  font-size: 24px;
  line-height: 130%;
  color: #d61e1e;
  margin-bottom: 20px;
}

.transfer-form {
  max-width: 386px;
  margin-bottom: 40px;
}

.transfer-form-item {
  margin-bottom: 24px;
}

.transfer-form-item-label {
  display: block;
  font-size: 14px;
  line-height: 150%;
  color: #333;
  margin-bottom: 4px;
}

.transfer-form-submit {
  margin-top: 32px;
}
.transfer-form-submit .red-button {
  display: block;
  width: 100%;
}

.transfer-warning {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 24px;
  background-color: #fcefef;
  border-radius: 12px;
  font-size: 16px;
  line-height: 150%;
  color: #333;
}
.transfer-warning::before {
  content: "";
  -ms-flex-negative: 0;
      flex-shrink: 0;
  display: block;
  width: 24px;
  height: 24px;
  background: url("../img/warning-icon.svg") no-repeat;
  margin-right: 20px;
}

.transfer-warning-text p {
  margin-bottom: 16px;
}
.transfer-warning-text p:last-child {
  margin-bottom: 0;
}

@media (max-width: 767px) {
  .transfer-warning {
    padding: 16px;
    font-size: 14px;
  }
}
.finance-title {
  font-weight: 500;
  font-size: 24px;
  line-height: 130%;
  color: #d61e1e;
  margin-bottom: 20px;
}

.finance-controls {
  margin-bottom: 40px;
}

.finance-controls-title {
  font-weight: 400;
  font-size: 16px;
  line-height: 150%;
  color: #333;
  margin-bottom: 16px;
}

.finance-controls-col {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 228px;
}
.finance-controls-col:last-child {
  width: 248px;
}

.finance-control {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.finance-control-label {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  font-size: 14px;
  line-height: 150%;
  color: #333;
  margin-right: 12px;
}

.finance-control-submit {
  width: 100%;
}
.finance-control-submit .red-button {
  display: block;
  width: 100%;
}

.finance-table .custom-table table th:first-child {
  width: 612px;
}
.finance-table .custom-table table th:last-child {
  width: 280px;
  text-align: center;
}
.finance-table .custom-table table td:last-child {
  text-align: center;
}

@media (max-width: 767px) {
  .finance-controls {
    margin-bottom: 32px;
  }
  .finance-controls-title {
    margin-bottom: 12px;
  }
  .finance-controls-row {
    margin-left: -10px;
    margin-right: -10px;
  }
  .finance-controls-col {
    width: 50%;
    padding-left: 10px;
    padding-right: 10px;
  }
  .finance-controls-col:last-child {
    width: 100%;
    margin-top: 20px;
  }
  .finance-control {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
  .finance-control-label {
    margin-right: 0;
    margin-bottom: 4px;
  }
  .finance-control-field {
    width: 100%;
  }
  .finance-table .custom-table table th:first-child {
    width: 186px;
  }
  .finance-table .custom-table table th:last-child {
    width: 140px;
  }
}

.messages-navigation {
  margin-bottom: 32px;
  border-bottom: 1px solid #d9d9d9;
}

.pm_subj { text-decoration:underline;display: block; }
.pm_last_message {
  display: block;
  font-size: 13px;
}
.images_pm_text {
  display: flex;
  flex-direction: row;
  margin-top: 20px;
  flex-wrap: wrap;
}
.images_pm_text > div {
  margin-right: 10px;
}

.messages-navigation ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border-bottom: 1px solid #d9d9d9;
}

.messages-navigation li {
  margin-right: 40px;
  margin-bottom: -1px;
}
.messages-navigation li:last-child {
  margin-right: 0;
}
.messages-navigation a {
  display: block;
  padding-bottom: 12px;
  font-weight: 500;
  font-size: 16px;
  line-height: 150%;
  color: #333;
  text-transform: uppercase;
  border-bottom: 2px solid transparent;
}
.messages-navigation .current a {
  color: #d61e1e;
  border-color: #d61e1e;
}

.messages-title {
  font-weight: 500;
  font-size: 24px;
  line-height: 130%;
  color: #d61e1e;
  margin-bottom: 20px;
}

.messages-table .custom-table table {
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}
.messages-table .custom-table table th:nth-child(1) {
  width: 406px;
}
.messages-table .custom-table table th:nth-child(2) {
  width: 204px;
}
.messages-table .custom-table table th:nth-child(3) {
  width: 204px;
  text-align: center;
}
.messages-table .custom-table table th:nth-child(4) {
  width: 78px;
}
.messages-table .custom-table table td:nth-child(3) {
  text-align: center;
}
.messages-table .custom-table table strong {
  font-weight: normal;
}
.messages-table .custom-table table .pm-unread-image {
  font-weight: bold;
}
.messages-table .custom-table table .pm-unread-image strong {
  font-weight: bold;
}

.create-message-form-item {
  margin-bottom: 20px;
}

.create-message-form-label {
  display: block;
  font-size: 14px;
  line-height: 150%;
  color: #333;
  margin-bottom: 4px;
}

.create-message-form-upload {
  max-width: 650px;
  margin-top: 24px;
}
.create-message-form-upload .upload-file {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
}
.create-message-form-upload .upload-file-text {
  text-align: left;
  margin-right: 32px;
  margin-bottom: 0;
}
.create-message-form-upload .upload-file-button {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  margin: 0;
}

.create-message-warning {
  margin-top: 24px;
}

.create-message-form-submit {
  margin-top: 40px;
}
.create-message-form-submit .red-button {
  display: block;
  width: 248px;
}

.message {
  padding: 32px;
  background-color: #f3f3f3;
  border: 1px solid #e3e3e3;
  border-radius: 20px;
}

.message-header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding-bottom: 8px;
  border-bottom: 1px solid #bebdbd;
  margin-bottom: 20px;
}

.message-header-info {
  font-size: 16px;
  line-height: 150%;
  color: #333;
}
.message-header-info strong {
  font-weight: 400;
  color: #d61e1e;
}

.message-header-answer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 16px;
  line-height: 150%;
  color: #d61e1e;
}
.message-header-answer::before {
  content: "";
  -ms-flex-negative: 0;
      flex-shrink: 0;
  display: block;
  width: 20px;
  height: 20px;
  background: url("../img/answer-icon.svg") no-repeat;
  margin-right: 8px;
}

.message-title {
  font-weight: 500;
  font-size: 24px;
  line-height: 130%;
  color: #d61e1e;
  margin-bottom: 12px;
}

.message-text {
  font-size: 16px;
  line-height: 150%;
  color: #333;
}

.message-btn {
  margin-top: 20px;
  display: flex;
  flex-direction: row;
  border-top: 1px solid #bebdbd;
  flex-wrap: wrap;
}
.message-btn > div a {
  text-decoration: underline;
}
.message-btn > div {
  margin-left: 10px;
}


@media (max-width: 767px) {
  .messages-navigation {
    margin-top: 12px;
    margin-bottom: 24px;
  }
  .messages-navigation li {
    width: 50%;
    margin-right: 0;
  }
  .messages-navigation a {
    text-align: center;
  }
  .messages-table .custom-table {
    overflow-x: auto;
  }
  .messages-table .custom-table::-webkit-scrollbar {
    height: 4px;
  }
  .messages-table .custom-table::-webkit-scrollbar-track {
    background-color: #e3e3e3;
    border-radius: 100px;
  }
  .messages-table .custom-table::-webkit-scrollbar-thumb {
    background-color: #d61e1e;
    border-radius: 100px;
  }
  .messages-table .custom-table table {
    width: 600px;
  }
  .messages-table .custom-table table th:nth-child(1) {
    width: 249px;
  }
  .messages-table .custom-table table th:nth-child(2) {
    width: 144px;
  }
  .messages-table .custom-table table th:nth-child(3) {
    width: 125px;
  }
  .messages-table .custom-table table th:nth-child(4) {
    width: 80px;
  }
  .create-message-form-upload {
    max-width: 100%;
    padding: 0 23px;
  }
  .create-message-form-upload .upload-file {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    width: 100%;
  }
  .create-message-form-upload .upload-file-text {
    text-align: center;
    margin-right: 0;
    margin-bottom: 16px;
  }
  .create-message-form-submit .red-button {
    margin: 0 auto;
  }
  .message {
    padding: 20px;
  }
  .message-header {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .message-header-left {
    margin-bottom: 12px;
  }
  .message-text {
    font-size: 14px;
  }
}
.forum-count {
  font-size: 14px;
  line-height: 150%;
  color: #555;
  margin-bottom: 12px;
}
.forum-count strong {
  font-weight: 600;
  color: #333;
}

.forum-back-button .red-button {
  display: block;
  width: 224px;
}

.forum-rules {
  padding: 20px 24px;
  background-color: #fff;
  border: 1px solid #e3e3e3;
  border-radius: 16px;
  box-shadow: 0 2px 10px 0 rgba(0, 0, 0, 0.15);
  margin-bottom: 24px;
}

.forum-rules-header {
  display: flex;
  align-items: center;
  cursor: pointer;
}

.forum-rules-header::after {
  content: '';
  flex-shrink: 0;
  display: block;
  width: 24px;
  height: 24px;
  background: url('../img/forum-rules-title-icon.svg') no-repeat;
}

.forum-rules-title {
  font-weight: 500;
  font-size: 24px;
  line-height: 130%;
  color: #d61e1e;
  margin-right: 10px;
}

.forum-rules-body {
  display: none;
  margin-top: 12px;
}

.forum-rules-content {
  color: #555;
}

.forum-rules-content p {
  margin-bottom: 0.75em;
}

.forum-rules-content p:last-child {
  margin-bottom: 0;
}

.forum-rules-content .account-info {
  padding: 20px;
  margin-top: 16px;
}

.forum-card {
  padding: 24px;
  background-color: #D8E6F3;
  border-radius: 16px;
  margin-bottom: 24px;
}
.forum-card:last-child {
  margin-bottom: 0;
}

.forum-card-body {
  padding-bottom: 20px;
  border-bottom: 1px solid #bebdbd;
}

.forum-card-text a, .comment-card-text a, .comment-answer-text a {
  text-decoration: underline;
}
.forum-card-text a:hover, .comment-card-text a:hover, .comment-answer-text a:hover {
  text-decoration: none;
}

.forum-card-text {
  font-size: 14px;
  line-height: 150%;
  color: #333;
}

.forum-card-panel {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-top: 20px;
}

.forum-card-info {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  font-size: 14px;
  line-height: 150%;
  color: #555;
  margin-right: auto;
}

.forum-card-author {
  display: flex;
  align-items: baseline;
  font-weight: 600;
  color: #333;
  margin-right: 20px;
}

.forum-card-author .account-client-level, .comment-card-author .account-client-level, .comment-answer-author .account-client-level {
  margin-left: 8px;
}

.forum-card-author .account-client-level .level-line, .comment-card-author .account-client-level .level-line, .comment-answer-author .account-client-level .level-line {
  margin-right: 2px;
}

.forum-card-author .account-client-level .level-line:last-child, .comment-card-author .account-client-level .level-line:last-child, .comment-answer-author .account-client-level .level-line:last-child {
  margin-right: 0;
}

.forum-card-author .account-client-level .level-line:nth-child(1), .comment-card-author .account-client-level .level-line:nth-child(1), .comment-answer-author .account-client-level .level-line:nth-child(1) {
  height: 9px;
}

.forum-card-author .account-client-level .level-line:nth-child(2), .comment-card-author .account-client-level .level-line:nth-child(2), .comment-answer-author .account-client-level .level-line:nth-child(2) {
  height: 12px;
}

.forum-card-author .account-client-level .level-line:nth-child(3), .comment-card-author .account-client-level .level-line:nth-child(3), .comment-answer-author .account-client-level .level-line:nth-child(3) {
  height: 14px;
}

.forum-card-author .account-client-level .level-line:nth-child(4), .comment-card-author .account-client-level .level-line:nth-child(4), .comment-answer-author .account-client-level .level-line:nth-child(4) {
  height: 17px;
}

.forum-card-info strong {
  font-weight: 600;
  color: #333;
}

.forum-card-buttons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
  margin-right: 32px;
  margin-top: -8px;
}

.forum-card-button {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 14px;
  line-height: 150%;
  color: #333;
  margin-right: 32px;
  margin-top: 8px;
}
.forum-card-button::before {
  content: "";
  -ms-flex-negative: 0;
      flex-shrink: 0;
  display: block;
  width: 20px;
  height: 20px;
  margin-right: 8px;
}
.forum-card-button.forum-card-button-comments::before {
  background: url("../img/comments-icon.svg") no-repeat;
}
.forum-card-button.forum-card-button-answer::before {
  background: url("../img/answer-icon.svg") no-repeat;
}
.forum-card-button.forum-card-button-edit::before {
  background: url("../img/edit-icon.svg") no-repeat;
}
.forum-card-button:last-child {
  margin-right: 0;
}

.forum-card.unread, .comment-answer.unread {
  background-color: #bcd3e8;
}

.comment-answer.unread {
  padding: 16px;
  border-radius: 8px;
}

.comment-answer.unread:first-child {
  border-top: none;
}

.forum-card-button.forum-card-button-comments span {
  color: #d61e1e;
}

@media (max-width: 991px) {
  .forum-card-buttons {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    width: 100%;
    margin-right: 0;
    margin-top: 16px;
  }
}
@media (max-width: 767px) {
  .forum-rules {
    padding: 20px;
  }
  .forum-rules-content {
    font-size: 14px;
    line-height: 150%;
  }
  .forum-rules-content .account-info {
    padding: 16px;
  }
  .forum-card {
    padding: 20px;
  }
  .forum-card-text {
    font-size: 13px;
  }
  .forum-card-info {
    flex-direction: column;
    align-items: flex-start;
    width: calc(100% - 90px);
    font-size: 13px;
  }
  .forum-card-author {
    margin-right: 0;
    margin-bottom: 6px;
  }
  .forum-card-button {
    font-size: 13px;
  }
}
.blacklist-search {
  margin-bottom: 32px;
}

.blacklist-search-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.blacklist-search-label {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  font-size: 16px;
  line-height: 150%;
  color: #333;
  margin-right: 24px;
}

.blacklist-search-field {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  margin-right: 24px;
}

.blacklist-search-button {
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.blacklist-search-button .red-button {
  display: block;
  width: 180px;
}

.blacklist-count {
  font-size: 14px;
  line-height: 150%;
  color: #555;
  margin-bottom: 12px;
}
.blacklist-count strong {
  font-weight: 600;
  color: #333;
}

.blacklist-table .custom-table table {
  border: none;
  color: #000;
}

.blacklist-table .custom-table table th:nth-child(1) {
  width: 206px;
}
.blacklist-table .custom-table table th:nth-child(2) {
  width: 206px;
}
.blacklist-table .custom-table table th:nth-child(3) {
  width: 482px;
}

.blacklist-table .custom-table table th {
  background-color: #D8E6F3;
  font-size: 14px;
  color: #000;
}

.blacklist-table .custom-table table td {
  padding: 24px;
  background-color: #D8E6F3;
  border-color: #fff;
}

.blacklist-table .custom-table table td:nth-child(1), .blacklist-table .custom-table table td:nth-child(2) {
  font-size: 14px;
}

.blacklist-comment-body {
  padding-bottom: 16px;
  border-bottom: 1px solid #bebdbd;
}

.blacklist-comment-text {
  font-size: 14px;
  line-height: 150%;
  padding-bottom: 20px;
  color: #000;
}

.blacklist-comment-panel {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding-top: 16px;
  margin-bottom: -8px;
}

.blacklist-comment-author {
  font-size: 14px;
  line-height: 150%;
  color: #000;
  margin-right: 32px;
  margin-bottom: 8px;
}

.blacklist-comment-buttons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
}

.blacklist-comment-button {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 14px;
  line-height: 150%;
  color: #333;
  margin-right: 32px;
  margin-bottom: 8px;
}

.blacklist-comment-button a {
  text-decoration: none;
}
.blacklist-comment-button a:hover{
  text-decoration: underline;
}

.blacklist-comment-button::before {
  content: "";
  -ms-flex-negative: 0;
      flex-shrink: 0;
  display: block;
  width: 20px;
  height: 20px;
  margin-right: 8px;
}
.blacklist-comment-button.blacklist-comment-button-answer::before {
  background: url("../img/answer-icon.svg") no-repeat;
}
.blacklist-comment-button.blacklist-comment-button-edit::before {
  background: url("../img/edit-icon.svg") no-repeat;
}
.blacklist-comment-button:last-child {
  margin-right: 0;
}

.blacklist-back-button .red-button {
  display: block;
  width: 224px;
}
.blacklist-comment-button.blacklist-comment-button-answer span {
  color: #d61e1e;
}

@media (max-width: 991px) {
  .blacklist-table .custom-table table {
    display: block;
    border: none;
    border-radius: 0;
  }
  .blacklist-table .custom-table table thead {
    display: none;
  }
  .blacklist-table .custom-table table tr {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    border-radius: 12px;
    overflow: hidden;
    margin-bottom: 20px;
  }
  .blacklist-table .custom-table table tr:last-child {
    margin-bottom: 0;
  }
  .blacklist-table .custom-table table td {
    display: block;
    height: auto;
    border: none;
  }
  .blacklist-table .custom-table table td::before {
    content: attr(data-title);
    display: block;
    padding: 11px 24px;
    background-color: #D8E6F3;
    border-bottom: 1px solid #fff;
    font-weight: 500;
    font-size: 14px;
    line-height: 150%;
    color: #000;
    margin-left: -24px;
    margin-right: -25px;
    margin-top: -24px;
    margin-bottom: 24px;
  }
  .blacklist-table .custom-table table td:nth-child(1) {
    width: 50%;
    border-right: 1px solid #fff;
  }
  .blacklist-table .custom-table table td:nth-child(2) {
    width: 50%;
  }
  .blacklist-table .custom-table table td:nth-child(3) {
    width: 100%;
    border-top: 1px solid #fff;
  }
  .blacklist-table .custom-table table td:nth-child(3)::before {
    display: none;
  }
}
@media (max-width: 767px) {
  .blacklist-search-row {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
  .blacklist-search-label {
    margin-right: 0;
    margin-bottom: 12px;
  }
  .blacklist-search-field {
    width: 100%;
    margin-right: 0;
    margin-bottom: 20px;
  }
  .blacklist-search-button {
    width: 100%;
  }
  .blacklist-search-button .red-button {
    width: 100%;
  }
  .blacklist-table .custom-table table td {
    padding: 12px;
  }
  .blacklist-table .custom-table table td::before {
    padding: 11px 12px;
    margin-left: -12px;
    margin-right: -13px;
    margin-top: -12px;
    margin-bottom: 14px;
  }
  .blacklist-table .custom-table table td:nth-child(1) {
    width: 50%;
  }
  .blacklist-table .custom-table table td:nth-child(2) {
    width: 50%;
  }
  .blacklist-comment-body {
    padding-bottom: 12px;
  }
  .blacklist-comment-text {
    padding-top: 5px;
    font-size: 13px;
  }
  .blacklist-comment-panel {
    padding-top: 12px;
  }
  .blacklist-comment-author {
    font-size: 13px;
  }
  .blacklist-comment-button {
    font-size: 13px;
  }
}
.comment-card {
  padding: 24px;
  background-color: #D8E6F3;
  border-radius: 16px;
  margin-bottom: 24px;
}
.comment-card:last-child {
  margin-bottom: 0;
}

.comment-card-header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 16px;
}

.comment-card-author {
  display: flex;
  align-items: baseline;
  font-weight: bold;
  font-size: 14px;
  line-height: 150%;
  color: #000;
}

.comment-card-date {
  font-size: 14px;
  line-height: 150%;
  color: #000;
}

.comment-card-phone {
  font-size: 14px;
  line-height: 150%;
  margin-bottom: 16px;
}

.comment-card-text {
  font-size: 14px;
  line-height: 150%;
  color: #000;
}

.comment-card-panel {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-top: 20px;
}

.comment-card-buttons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
  margin-top: -8px;
  margin-right: 32px;
}

.comment-card-buttons:last-child {
  margin-right: 0;
}

.comment-card-button {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 14px;
  line-height: 150%;
  color: #000;
  margin-right: 32px;
  margin-top: 8px;
}
.comment-card-button::before {
  content: "";
  -ms-flex-negative: 0;
      flex-shrink: 0;
  display: block;
  width: 20px;
  height: 20px;
  margin-right: 8px;
}
.comment-card-button.comment-card-button-comments::before {
  background: url("../img/comments-icon.svg") no-repeat;
}
.comment-card-button.comment-card-button-answer::before {
  background: url("../img/answer-icon.svg") no-repeat;
}
.comment-card-button.comment-card-button-edit::before {
  background: url("../img/edit-icon.svg") no-repeat;
}
.comment-card-button:last-child {
  margin-right: 0;
}

.comment-answer-form {
  display: none;
  padding-top: 20px;
}

.comment-answer-form-item {
  margin-bottom: 20px;
}

.comment-answer-form-submit .red-button {
  display: block;
  width: 180px;
}

.comment-answer {
  margin-top: 20px;
}
.comment-answer.forum-comment-answer {
  margin-left: 40px;
}
.comment-answer:first-child {
  padding-top: 20px;
  border-top: 1px solid #bebdbd;
}

.comment-answer-header {
  margin-bottom: 16px;
}

.comment-answer-authors {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-bottom: 6px;
}

.comment-answer-date {
  font-size: 14px;
  line-height: 150%;
  color: #000;
  margin-left: auto;
}

.comment-answer-author {
  display: flex;
  align-items: baseline;
  font-size: 14px;
  line-height: 150%;
  font-weight: bold;
  color: #000;
}

.comment-answer-icon {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 20px;
  height: 20px;
  background: url("../img/answer-icon.svg") no-repeat center;
  margin: 0 12px;
}

.comment-answer-text {
  font-size: 14px;
  line-height: 150%;
  color: #000;

  /*background: #fff;
  padding: 10px;
  border-radius: 10px;*/
}

.comment-answer-panel {
  padding-top: 16px;
}

.comment-answer-buttons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
}

@media (max-width: 767px) {
  .comment-card {
    padding: 20px;
  }
  .comment-card-header {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .comment-card-author {
    font-size: 13px;
    margin-bottom: 4px;
  }
  .comment-card-date {
    font-size: 13px;
  }
  .comment-card-text {
    font-size: 13px;
  }
  .comment-card-buttons {
    width: 100%;
    margin-right: 0;
    margin-bottom: 16px;
  }
  .comment-card-button {
    font-size: 13px;
  }
  .comment-answer-authors {
    margin-bottom: 4px;
  }
  .comment-answer-author {
    font-size: 13px;
  }
  .comment-answer-date {
    font-size: 13px;
  }
  .comment-answer-text {
    font-size: 13px;
  }
  .comment-answer.forum-comment-answer {
    margin-left: 20px;
  }
  .comment-answer.forum-comment-answer .comment-answer-date {
    width: 100%;
    margin-left: 0;
    margin-top: 4px;
  }
}

.settings-content-block {
  margin-top: 60px;
}

.settings-content-block:first-child {
  margin-top: 0;
}

.settings-content-title {
  font-weight: 500;
  font-size: 24px;
  line-height: 130%;
  color: #d61e1e;
  margin-bottom: 20px;
}

.settings-block {
  margin-top: 40px;
}
.settings-block:first-child {
  margin-top: 0;
}

.settings-title {
  font-weight: 500;
  font-size: 16px;
  line-height: 150%;
  color: #d61e1e;
  text-transform: uppercase;
  margin-bottom: 16px;
}

.settings-details {
  max-width: 828px;
}

.settings-details-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.settings-details-col:nth-child(1) {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 282px;
}
.settings-details-col:nth-child(2) {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  padding-left: 60px;
}

.settings-upload-avatar .upload-file {
  margin-bottom: 16px;
}

.settings-avatar-delete-button, .settings-account-delete-button {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
}
.settings-avatar-delete-button::before, .settings-account-delete-button::before {
  content: "";
  -ms-flex-negative: 0;
      flex-shrink: 0;
  display: block;
  width: 20px;
  height: 20px;
  background: url("../img/card-delete-icon.svg") no-repeat;
  margin-right: 10px;
}
.settings-avatar-delete-button:hover, .settings-avatar-delete-button:active, .settings-account-delete-button:hover, .settings-account-delete-button:active {
  border-color: #333;
  color: #333;
}

.settings-form-item {
  margin-bottom: 24px;
}
.settings-form-item:last-child {
  margin-bottom: 0;
}

.settings-form-item-label {
  display: block;
  font-size: 14px;
  line-height: 150%;
  color: #333;
  margin-bottom: 4px;
}

.settings-form-item-check {
  display: block;
  font-size: 14px;
  line-height: 150%;
  color: #ad1c1c;
  margin-top: 10px;
}

.settings-form-check-result {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

.settings-form-check-message {
  padding: 6px 12px;
  border-radius: 8px;
  font-size: 14px;
  line-height: 150%;
  margin-top: 10px;
}
.settings-form-check-message.fail {
  background-color: #fef6ec;
  border: 1px solid #f48000;
  color: #f48000;
}
.settings-form-check-message.success {
  background-color: #f5faf5;
  border: 1px solid #38a840;
  color: #38a840;
}

.settings-password {
  width: 55%;
}

.settings-actions-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.settings-actions-col:nth-child(1) {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 55%;
}
.settings-actions-col:nth-child(2) {
  width: 45%;
  padding-left: 24px;
}

.settings-actions-notifications {
  max-width: 328px;
}

.settings-actions-delete-button {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 220px;
}
.settings-actions-delete-button::before {
  content: "";
  -ms-flex-negative: 0;
      flex-shrink: 0;
  display: block;
  width: 20px;
  height: 20px;
  background: url("../img/card-delete-icon.svg") no-repeat;
  margin-right: 10px;
}
.settings-actions-delete-button:hover, .settings-actions-delete-button:active {
  border-color: #333;
  color: #333;
}

.settings-form-submit {
  margin-top: 40px;
}
.settings-form-submit .red-button {
  display: block;
  width: 248px;
  margin: 0 auto;
}

.settings-telegram-block {
  margin-top: 32px;
}

.settings-telegram-notifications {
  max-width: 690px;
}

.settings-telegram-notifications-title {
  font-weight: 500;
  font-size: 16px;
  line-height: 150%;
  color: #d61e1e;
  text-transform: uppercase;
  margin-bottom: 16px;
}

.settings-telegram-notifications-row {
  margin-top: -20px;
}

.settings-telegram-notifications-col {
  margin-top: 20px;
}

.settings-telegram-notifications-col:nth-child(1) {
  flex-grow: 1;
}

.settings-telegram-notifications-col:nth-child(2) {
  flex-shrink: 0;
  width: 204px;
}

.settings-telegram-notifications-col:nth-child(2) .red-button {
  width: 100%;
}

.settings-telegram-bot {
  max-width: 475px;
  padding: 24px;
  background-image: url("data:image/svg+xml,%3csvg width='100%25' height='100%25' xmlns='http://www.w3.org/2000/svg'%3e%3crect width='100%25' height='100%25' fill='none' rx='16' ry='16' stroke='%23d61e1e' stroke-width='2' stroke-dasharray='13%2c 13' stroke-dashoffset='0' stroke-linecap='square'/%3e%3c/svg%3e");
  border-radius: 16px;
  margin-top: 32px;
}

.settings-telegram-bot-row {
  align-items: center;
  margin-top: -20px;
}

.settings-telegram-bot-col {
  margin-top: 20px;
}

.settings-telegram-bot-col:nth-child(1) {
  width: 314px;
}

.settings-telegram-bot-title {
  font-weight: 500;
  font-size: 20px;
  line-height: 150%;
  margin-bottom: 6px;
}

.settings-telegram-bot-text {
  color: #555553;
}

.settings-telegram-bot-link {
  display: flex;
  align-items: center;
}

.settings-telegram-bot-icon {
  flex-shrink: 0;
  width: 32px;
  height: 32px;
  margin-right: 10px;
}

.settings-notifications {
  margin-top: 40px;
}

.settings-notifications-row {
  margin-bottom: 20px;
}

.settings-notifications-row:first-child {
  align-items: center;
}

.settings-notifications-row:last-child {
  margin-bottom: 0;
}

.settings-notifications-col {
  flex-shrink: 0;
}

.settings-notifications-col:nth-child(1) {
  width: 430px;
}

.settings-notifications-col:nth-child(2) {
  width: 154px;
}

.settings-notifications-col:nth-child(3) {
  width: 124px;
}

.settings-notifications-title {
  font-weight: 500;
  color: #21211f;
  text-transform: uppercase;
}

.settings-notifications-type {
  display: flex;
  align-items: center;
}

.settings-notifications-type-icon {
  flex-shrink: 0;
  width: 32px;
  height: 32px;
  margin-right: 12px;
}

.settings-delete-button .border-button {
  max-width: 220px;
}

@media (max-width: 767px) {
  .settings-details-row {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .settings-details-col {
    width: 100%;
    margin-bottom: 24px;
  }
  .settings-details-col:nth-child(1) {
    width: 100%;
  }
  .settings-details-col:nth-child(2) {
    padding-left: 0;
  }
  .settings-details-col:last-child {
    margin-bottom: 0;
  }
  .settings-upload-avatar {
    padding-left: 23px;
    padding-right: 23px;
  }
  .settings-upload-avatar .upload-file {
    width: 100%;
  }
  .settings-form-item {
    margin-bottom: 20px;
  }
  .settings-password {
    width: 100%;
  }
  .settings-actions-row {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .settings-actions-col {
    width: 100%;
  }
  .settings-actions-col:nth-child(1) {
    width: 100%;
    margin-bottom: 24px;
  }
  .settings-actions-col:nth-child(2) {
    width: 100%;
    padding-left: 0;
  }
  .settings-actions-notifications {
    max-width: 100%;
  }
  .settings-actions-delete-button {
    width: 100%;
  }
  .settings-form-submit .red-button {
    margin: 0 auto;
  }
  .settings-telegram-notifications {
    max-width: 100%;
  }
  .settings-telegram-notifications-col:nth-child(1) {
    width: 100%;
  }
  .settings-telegram-notifications-col:nth-child(2) {
    width: 100%;
  }
  .settings-telegram-bot {
    max-width: 100%;
  }
  .settings-telegram-bot-col:nth-child(1) {
    width: 100%;
  }
  .settings-notifications-row {
    margin-left: -10px;
    margin-right: -10px;
  }
  .settings-notifications-col {
    padding: 0 10px;
  }
  .settings-notifications-col:nth-child(1) {
    width: 228px;
  }
  .settings-notifications-col:nth-child(2), .settings-notifications-col:nth-child(3) {
    width: 60px;
  }
  .settings-notifications-type-lable {
    display: none;
  }
}

.footer {
  padding: 36px 0;
  background-color: #333;
  margin-top: 80px;
}

.footer-menu ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.footer-menu ul li {
  font-size: 16px;
  line-height: 150%;
  color: #fff;
  padding-right: 9px;
  position: relative;
  margin-right: 8px;
}
.footer-menu ul li::after {
  content: "";
  display: block;
  width: 1px;
  height: 22px;
  background-color: #bebdbd;
  position: absolute;
  right: 0;
  top: 0;
}
.footer-menu ul li:last-child {
  padding-right: 0;
  margin-right: 0;
}
.footer-menu ul li:last-child::after {
  display: none;
}

.footer-text {
  max-width: 546px;
  font-size: 16px;
  line-height: 150%;
  color: rgba(255, 255, 255, 0.9);
  text-align: center;
  margin: 10px auto 0;
}

.to-top-button {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 70px;
  height: 70px;
  background-color: #f3f3f3;
  border: 1px solid #d9d9d9;
  border-radius: 50%;
  cursor: pointer;
  position: fixed;
  right: 20px;
  bottom: 20px;
  z-index: 99;
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.3s;
}

.to-top-button::before {
  content: '';
  flex-shrink: 0;
  width: 46px;
  height: 46px;
  background: url('../img/to-top-button-icon.svg') no-repeat center / contain;
}

.to-top-button.active {
  opacity: 1;
  pointer-events: all;
}

@media (max-width: 767px) {
  .footer {
    padding: 24px 0;
  }
  .footer-menu ul {
    margin-top: -6px;
  }
  .footer-menu ul li {
    font-size: 14px;
    margin-top: 6px;
  }
  .footer-menu ul li::after {
    height: 21px;
  }
  .footer-text {
    max-width: 546px;
    font-size: 14px;
    margin: 12px auto 0;
  }
  .to-top-button {
    right: 16px;
    bottom: 16px;
  }
}

.product-review-btns {
  display:flex;
}
.product-review-btns a {
  margin-right: 20px;
}


/*maps*/

#map {
  margin-top: 10px;
  width: 100%;
  height: 440px;
}

.map-container {
    width: 100%;
    height: 320px;
    margin: 0px auto;
    background: #eee;
/*    background-image: url(../img/map-screen.jpg);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;*/
}

.full-map .map-container {
    height: 600px;
}
.map-container .item-card {
    gap: 12px 8px;
    grid-template-columns: 135px auto;
    grid-auto-rows: initial;
}

.map-container .item-card::before {
    display: none;
}

.map-container .item-card__media {
    min-height: 190px;
    width: 135px;
}

.map-container .item-card__media:hover .item-card__photo img {
    -webkit-transform: scale(1.1) !important;
    -ms-transform: scale(1.1) !important;
    transform: scale(1.1) !important;
}

.map-container .item-card__photo {
    border-radius: 8px;
}

.map-container .item-card__photo img {
    border-radius: 8px;
}

.map-container .item-card__photo-verified {
    padding: 0px 7px;
    top: 5px;
    right: 4px;
    font-size: 8px;
}

.map-container .item-card__photo-verified svg {
    margin-right: 3px;
    width: 8px;
    height: 8px;
}

.map-container .item-card__count-video {
    position: absolute;
    bottom: 6px;
    right: 46px;
    width: 33px;
    height: 20px;
    border-radius: 21px;
    font-size: 8px;
}

.map-container .item-card__count-video svg {
    width: 9px;
    height: 9px;
}

.map-container .item-card__count-photo {
    position: absolute;
    bottom: 6px;
    right: 6px;
    width: 33px;
    height: 20px;
    border-radius: 21px;
    font-size: 8px;
}

.map-container .item-card__count-photo svg {
    width: 8px;
    height: 8px;
}

.map-container .item-card__name {
    font-size: 16px;
}

.map-container .item-card__location {
    margin-top: 1px;
    margin-bottom: 4px;
    font-size: 11px;
}

.map-container .item-card__location svg {
    margin-right: 2px;
    width: 11px;
    height: 13px;
}

.map-container .item-card__params {
    margin-top: 4px;
}

.map-container .item-card__params li span {
    font-size: 12px;
}

.map-container .item-card__params li span:first-child {
    font-size: 12px;
}

.map-container .item-card__services {
    margin-top: 0;
    margin-right: -2px;
    width: calc(100% + 2px);
    max-width: 160px;
}

.map-container .item-card__services-item {
    margin-top: 3px;
    margin-right: 2px;
    padding: 1px 4px 2px;
    border-radius: 21px;
    font-size: 11px;
}

.map-container .item-card__services-item:first-child {
    width: initial;
}

.map-container .item-card__prices {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
}

.map-container .item-card__price-item--hourly .item-card__price-type svg {
    width: 23px;
    height: 23px;
}

.map-container .item-card__price-type {
    font-size: 11px;
}

.map-container .item-card__price-value {
    margin-left: 9px;
    font-size: 13px;
}

.map-container .item-card:hover .item-card__photo img {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
}

/*maps*/

#yaMap .item-card__info {
    min-width: 153px;
}




/* Map card */
.map-card {
  width: 166px;
  background-color: #fff;
  border-radius: 7px;
  box-shadow: 0 4px 15px 0 rgba(0, 0, 0, 0.15);
  position: relative;
}

/*.map-card::before {
  content: '';
  width: 30px;
  height: 23px;
  background: url('../img/map-card-decor.svg') no-repeat;
  position: absolute;
  left: 30px;
  bottom: -23px;
}*/

.map-card-close {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 36px;
  height: 36px;
  background-color: #fff;
  border: 2px solid #d61e1e;
  border-radius: 50%;
  cursor: pointer;
  position: absolute;
  right: -22px;
  top: -25px;
  z-index: 1;
}

.map-card-close::before {
  content: '';
  flex-shrink: 0;
  display: block;
  width: 16px;
  height: 16px;
  background: url('../img/map-card-close-icon.svg') no-repeat;
}

.map-card-badge-top {
  width: 45px;
  height: 51px;
  background: url('../img/top-badge-icon.svg') no-repeat center / contain;
  position: absolute;
  left: -2px;
  top: -2px;
  z-index: 1;
}

.map-card-top {
  border-top-left-radius: 7px;
  border-top-right-radius: 7px;
  position: relative;
  overflow: hidden;
}

.map-card-image {
  display: block;
  height: 198px;
}

.map-card-image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.map-card-statuses {
  position: absolute;
  right: 8px;
  top: 8px;
}

.map-card-status {
  width: 24px;
  height: 24px;
  position: relative;
  margin-top: -4px;
}

.map-card-phone-panel {
  padding: 4px 15px;
  background-color: #d61e1e;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  -webkit-transform: translateY(100%);
          transform: translateY(100%);
  -webkit-transition: -webkit-transform 0.3s;
  transition: -webkit-transform 0.3s;
  transition: transform 0.3s;
  transition: transform 0.3s, -webkit-transform 0.3s;
}

.map-card:hover .map-card-phone-panel {
  -webkit-transform: translateY(0);
          transform: translateY(0);
}

.map-card-phone {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-weight: 500;
  font-size: 12px;
  line-height: 150%;
  color: #fff;
}

.map-card-phone::before {
  content: "";
  -ms-flex-negative: 0;
      flex-shrink: 0;
  display: block;
  width: 16px;
  height: 16px;
  background: url("../img/card-phone-icon.svg") no-repeat center / contain;
  margin-right: 6px;
}

.map-card-bottom {
  border-bottom-left-radius: 7px;
  border-bottom-right-radius: 7px;
  overflow: hidden;
}

.map-card-bottom-info {
  padding: 10px;
}

.map-card-name {
  display: block;
  font-weight: 500;
  font-size: 14px;
  line-height: 150%;
  text-transform: uppercase;
  color: #ad1c1c;
}

.map-card-properties {
  font-size: 12px;
  line-height: 150%;
  color: #333;
  margin-top: 2px;
}

.map-card-prices {
  margin-top: 2px;
}

.map-card-prices li {
  font-size: 12px;
  line-height: 150%;
  color: #555;
  margin-bottom: 2px;
}

.map-card-prices li:last-child {
  margin-bottom: 0;
}

.map-card-prices li strong {
  font-weight: 600;
  color: #333;
}

.sitemap_items {
    column-count: 5;
    margin: 30px auto;
    font-size: 14px;
}

.sitemap_items li {
    line-height: 150%;
}

.sitemap_items li a {
    text-decoration: none;
    transition: .3s
}

.sitemap_items li a:hover {
    color: #ad1c1c;
    text-decoration: underline;
}

.sitemap_title {
    font-weight: 600;
    font-size: 36px;
    line-height: 1.13889;
    color: #ad1c1c;
}

.product-review-name {
  display: flex;
  align-items: center;
  font-weight: bold;
  font-size: 14px;
  line-height: 100%;
  color: #333333;
}

.product-review-name > a {
  display: flex;
  align-items: center;
  color: inherit;
}

.product-review-avatar {
  flex-shrink: 0;
  width: 36px;
  height: 36px;
  border-radius: 50%;
  overflow: hidden;
  margin-right: 10px;
}

.product-review-avatar img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.product-review-name .account-client-level {
  margin-left: 15px;
  margin-bottom: 10px;
}

@media (max-width: 992px) {
  .sitemap_items {
    column-count: 4;
  }
}
@media (max-width: 767px) {
  .sitemap_items {
    column-count: 3;
  }
}
@media (max-width: 576px) {
  .sitemap_items {
    column-count: 2;
    margin-top: 20px;
    margin-left: 15px;
  }
}
.not_found {padding: 20px 20px 20px 12px;}


/* Back to bot button */
.back-to-bot {
  display: none;
}

@media (max-width: 575px) {
  .back-to-bot, .back-to-bot * {
    box-sizing: border-box;
  }

  .back-to-bot {
      display: flex;
      flex-direction: column;
      justify-content: center;
      align-items: center;
      width: 80px;
      height: 80px;
      background-color: #33aae2;
      border-radius: 50%; 
      font-size: 12px;
      line-height: 100%;
      color: #fff;
      text-decoration: none;
      text-align: center;
      position: fixed;
      right: 10px;
      bottom: 10px;
      z-index: 10;
  }

  .back-to-bot::before {
      content: '';
      flex-shrink: 0;
      display: block;
      width: 28px;
      height: 28px;
      background: url('../img/back-to-bot-icon.svg') no-repeat;
      margin-bottom: 2px;
  }
}
.js-autoheight {
  resize: none;
  box-sizing: border-box;
}
