@font-face {
  font-family: Mont;
  font-weight: 400;
  font-style: normal;
  font-display: swap;
  src: url("../fonts/MontRegular/MontRegular.woff"), url("../fonts/MontRegular/MontRegular.woff2"), url("../fonts/MontRegular/MontRegular.ttf");
}

@font-face {
  font-family: Mont;
  font-weight: 600;
  font-style: normal;
  font-display: swap;
  src: url("../fonts/MontSemiBold/MontSemiBold.woff"), url("../fonts/MontSemiBold/MontSemiBold.woff2"), url("../fonts/MontSemiBold/MontSemiBold.ttf");
}

@font-face {
  font-family: Mont;
  font-weight: 700;
  font-style: normal;
  font-display: swap;
  src: url("../fonts/MontBold/MontBold.woff"), url("../fonts/MontBold/MontBold.woff2"), url("../fonts/MontBold/MontBold.ttf");
}

*::placeholder {
  opacity: 1;
}

* {
  box-sizing: border-box;
}

*::before,
*::after {
  box-sizing: border-box;
}

html {
  scroll-padding-top: 75px;
}

body {
  position: relative;
  min-width: 360px;
  color: #0b0d0e;
  font-family: Mont, sans-serif;
  font-size: 16px;
  line-height: 1.2;
  font-weight: 600;
  margin: 0;
}

p {
  margin: 0;
}

a {
  color: inherit;
  font: inherit;
  outline: none;
  text-decoration: none;
}

img {
  transform: translateZ(0);
  max-width: 100%;
  width: auto;
  height: auto;
  vertical-align: bottom;
}

ul li,
ol li,
menu li {
  list-style: none;
}

ul,
ol,
menu {
  display: block;
  padding: 0;
  margin: 0;
}

button {
  border: none;
  background: none;
  font: inherit;
  cursor: pointer;
  outline: none;
  padding: 0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: 400;
  margin: 0;
}

input {
  display: block;
  width: 100%;
  font: inherit;
  outline: none;
}

textarea {
  display: block;
  width: 100%;
  font: inherit;
  outline: none;
  resize: none;
}

.container {
  position: relative;
  max-width: 1190px;
  width: 100%;
  padding: 0 15px;
  margin: 0 auto;
}

[data-tab] {
  display: none;
  transition: opacity 0.5s;
}

[data-accordion-text] {
  overflow: hidden;
  height: 0;
  padding-top: 0;
  transition: all 0.3s;
  box-sizing: content-box;
}

[data-accordion-text].active {
  padding-top: 20px;
}

.totop {
  position: fixed;
  z-index: 5;
  right: 100px;
  bottom: 100px;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  background-color: #fe5000;
  cursor: pointer;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transition: all 0.3s;
}

.totop svg {
  width: 26px;
  height: 26px;
  fill: #fff;
  transform: rotate(-90deg);
}

.totop.active {
  opacity: 1;
  visibility: visible;
  pointer-events: initial;
}

.anchor-wrap {
  position: relative;
}

.anchor {
  position: absolute;
  top: -62px;
  pointer-events: none;
}

.text {
  font-weight: 400;
  font-size: 18px;
  line-height: 1.5;
}

.text b {
  font-weight: 700;
}

.text a {
  color: #fe5000;
  text-decoration: underline;
  transition: text-decoration 0.3s;
}

@media (hover: hover) {
  .text a:hover {
    text-decoration-color: transparent;
  }
}

.text > *:first-child {
  margin-top: 0;
}

.text > *:last-child {
  margin-bottom: 0;
}

.text h2,
.text h3,
.text h4,
.text h5 {
  font-size: 30px;
  line-height: 1.2;
  font-weight: 700;
  margin-top: 32px;
  margin-bottom: 16px;
}

.text p {
  margin: 16px 0;
}

.text ul,
.text ol {
  margin-top: 16px;
  margin-bottom: 32px;
}

.text ul li,
.text ol li {
  margin: 5px 0;
}

.text ul li {
  position: relative;
  padding-left: 14px;
}

.text ul li::after {
  content: "";
  position: absolute;
  top: 10px;
  left: 0;
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background-color: #fe5000;
}

.text ol {
  counter-reset: li;
}

.text ol li {
  counter-increment: li;
}

.text ol li::before {
  content: counter(li, decimal-leading-zero) ".";
  color: red;
  margin-right: 5px;
}

.text__imgs1 {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  width: 100%;
  margin: 24px -4px;
}

.text__imgs1-col {
  width: 50%;
  padding: 0 4px;
  margin-top: 8px;
}

.text__imgs1-col--w100 {
  width: 100%;
}

.text__imgs1-col--w100 .text__imgs1-img1 {
  padding-top: 43%;
}

.text__imgs1-img1 {
  position: relative;
  padding-top: 67%;
}

.text__imgs1-img1 img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 16px;
}

.text__imgs1-descr {
  display: block;
  color: #838383;
  font-size: 14px;
  margin-top: 8px;
}

.text__img1 {
  max-width: 470px;
  width: 100%;
  float: right;
  margin-left: 15px;
  margin-bottom: 15px;
}

.text__img1 img {
  border-radius: 16px;
}

.text__img2 {
  max-width: 470px;
  width: 100%;
  float: left;
  margin-right: 15px;
  margin-bottom: 15px;
}

.text__img2 img {
  border-radius: 16px;
}

.text__blockquote1 {
  position: relative;
  border-radius: 12px;
  background-color: #f7f5f4;
  padding: 24px;
  padding-left: 45px;
  margin: 24px 0;
}

.text__blockquote1::after {
  content: "";
  position: absolute;
  top: 20px;
  left: 16px;
  width: 20px;
  height: 15px;
  background: url("../img/blockquote-icon.svg") center/contain no-repeat;
}

.text__blockquote2 {
  border-left: 4px solid #603620;
  padding-left: 32px;
  margin: 24px 0;
}

.text blockquote {
  border-radius: 12px;
  background-color: #f7f5f4;
  padding: 24px;
  margin: 24px 0;
}

.tooltip {
  position: relative;
  z-index: 1;
  width: 20px;
  height: 20px;
}

.tooltip.active {
  z-index: 2;
}

.tooltip.active .tooltip__text-wrap {
  opacity: 1;
  visibility: visible;
  pointer-events: initial;
}

.tooltip__btn {
  position: relative;
  z-index: 2;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  background-color: #c6c6c6;
}

.tooltip__text-wrap {
  position: absolute;
  z-index: 1;
  top: 0;
  left: -10px;
  width: 300px;
  padding-top: 30px;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transition: all 0.3s;
}

.tooltip__text {
  position: relative;
  border-radius: 5px;
  background-color: #fff;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.2);
  font-size: 14px;
  padding: 15px;
}

.tooltip__text::after {
  content: "";
  position: absolute;
  bottom: 100%;
  left: 12px;
  width: 0;
  height: 0;
  border-bottom: 10px solid #fff;
  border-left: 8px solid transparent;
  border-right: 8px solid transparent;
}

.swiper-button-next-style1,
.swiper-button-prev-style1 {
  position: absolute;
  z-index: 2;
  top: 50%;
  transform: translateY(-50%);
  width: 44px;
  height: 44px;
  border-radius: 50%;
  background-color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  box-shadow: 0 2px 16px 0 rgba(0, 0, 0, 0.08);
}

.swiper-button-next-style1 svg,
.swiper-button-prev-style1 svg {
  width: 24px;
  height: 24px;
  fill: #00091a;
  transition: fill 0.3s;
}

.swiper-button-next-style1 {
  right: -22px;
}

.swiper-button-prev-style1 {
  left: -22px;
}

.swiper-button-prev-style1 svg {
  transform: rotate(180deg);
}

.slider-nav1 {
  width: 88px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
}

.swiper-button-next-style2,
.swiper-button-prev-style2 {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background-color: #f6f7f8;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: background-color 0.3s;
}

.swiper-button-next-style2 svg,
.swiper-button-prev-style2 svg {
  width: 24px;
  height: 24px;
  fill: #00091a;
  transition: fill 0.3s;
}

.swiper-button-prev-style2 svg {
  transform: rotate(180deg);
}

.swiper-pagination-style1 {
  position: absolute;
  z-index: 2;
  top: -25px;
  right: 0;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: center;
  gap: 10px;
  cursor: pointer;
}

.swiper-pagination-style1 .swiper-pagination-bullet {
  width: 8px;
  height: 8px;
  border-radius: 300px;
  background-color: rgba(255, 255, 255, 0.2);
  transition: all 0.3s;
}

.swiper-pagination-style1 .swiper-pagination-bullet-active {
  width: 26px;
  background-color: rgba(255, 255, 255, 0.5);
}

.title1 {
  font-weight: 700;
  font-size: 32px;
  letter-spacing: -0.02em;
}

.title1 b {
  font-weight: 700;
  color: #fe5000;
}

.title2 {
  font-weight: 700;
  font-size: 44px;
  line-height: 1;
  margin-bottom: 16px;
}

.btn1 {
  display: inline-block;
  font-weight: 700;
  font-size: 16px;
  text-align: center;
  color: #fff;
  background-color: #fe5000;
  border-radius: 300px;
  padding: 18px 40px;
  transition: all 0.3s;
}

.soc1__list {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: center;
  gap: 20px;
}

.soc1__item {
  width: 40px;
}

.soc1__item-link {
  display: block;
  transition: transform 0.3s;
}

.input-checkbox1 {
  display: none !important;
}

.label1 {
  width: 100%;
  display: block;
  cursor: pointer;
  margin-bottom: 16px;
}

.label1--del .input {
  padding-right: 50px;
}

.label1--tel .input {
  padding-left: 80px;
}

.label1--delactive .label1__del-text {
  opacity: 1;
  pointer-events: initial;
}

.label1__text {
  display: block;
  font-size: 14px;
  line-height: 1.1;
  margin-bottom: 4px;
}

.label1__wrap {
  position: relative;
  display: block;
}

.label1__del-text {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  width: 56px;
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.3s;
}

.label1__del-text svg {
  width: 20px;
  height: 20px;
  fill: #8d95a5;
  transition: fill 0.3s;
}

.label1__icon1 {
  position: absolute;
  top: 5px;
  bottom: 5px;
  left: 4px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 5px 10px;
  background-color: #f6f7f8;
  border-radius: 8px;
}

.label1__icon1-img {
  width: 24px;
  margin-right: 8px;
}

.input {
  font-weight: 600;
  font-size: 16px;
  line-height: 1.2;
  color: #0b0d0e;
  border: 1px solid #e2e4e9;
  border-radius: 12px;
  padding: 17px 16px;
}

.input::placeholder {
  color: #8d95a5;
}

.label-checkbox1 {
  display: inline-block;
  padding-left: 32px;
  position: relative;
  margin-top: 16px;
  margin-bottom: 24px;
  font-size: 14px;
  line-height: 1.5;
  font-weight: 400;
  cursor: pointer;
}

.label-checkbox1__icon {
  position: absolute;
  top: -1px;
  left: 2px;
  width: 20px;
  height: 20px;
  border: 1px solid #c6cad2;
  border-radius: 3px;
  transition: all 0.3s;
}

.label-checkbox1__icon::after {
  content: "";
  position: absolute;
  bottom: 3px;
  left: 4px;
  width: 11px;
  height: 11px;
  background: url("../img/check1.svg") center/contain no-repeat;
  opacity: 0;
  transition: opacity 0.3s;
}

.label-checkbox1__text {
  display: block;
}

.label-checkbox1__text a {
  color: #fe5000;
  text-decoration: underline;
  text-decoration-color: transparent;
  transition: text-decoration 0.3s;
}

.form-checkbox .btn1 {
  background-color: #ccc;
  color: #000;
  pointer-events: none;
}

.input-checkbox1:checked ~ .form-checkbox .btn1 {
  color: #fff;
  background-color: #fe5000;
  pointer-events: initial;
}

.input-checkbox1:checked ~ .form-checkbox .label-checkbox1__icon {
  border: 1px solid #0b0d0e;
}

.input-checkbox1:checked ~ .form-checkbox .label-checkbox1__icon::after {
  opacity: 1;
}

.btn2 {
  display: inline-block;
  font-weight: 700;
  font-size: 16px;
  line-height: 1.2;
  color: #0b0d0e;
  background-color: #f1f2f4;
  border: 1px solid #e2e4e9;
  padding: 18px 40px;
  border-radius: 16px;
  transition: background-color 0.3s;
}

body .f-button.is-close-button {
  top: 28px;
  right: 28px;
  width: 32px;
  height: 32px;
  background: url("../img/close1.svg") center/contain no-repeat;
}

body .f-button.is-close-button svg {
  display: none;
}

.select-wrap1 .choices {
  position: relative;
  color: #0b0d0e;
  cursor: pointer;
  outline: none;
  transition: color 0.3s;
}

.select-wrap1 .choices select {
  position: absolute;
  inset: 0 0 0 0;
  opacity: 0;
  visibility: hidden;
}

.select-wrap1 .choices.is-open .choices__list--single::after {
  transform: rotate(180deg);
}

.select-wrap1 .choices.is-open .choices__list--dropdown {
  opacity: 1;
  visibility: visible;
  pointer-events: initial;
}

.select-wrap1 .choices__list--single {
  position: relative;
  border: 1px solid #e2e4e9;
  background-color: #fff;
  border-radius: 12px;
  cursor: pointer;
  padding: 17px 16px;
  padding-right: 50px;
}

.select-wrap1 .choices__list--single [aria-disabled=true] {
  color: #a4a4a4;
}

.select-wrap1 .choices__list--single .choices__item {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  transition: color 0.3s;
}

.select-wrap1 .choices__list--single::after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 56px;
  height: 100%;
  background: url("../img/arrow1.svg") center/24px no-repeat;
  transition: transform 0.3s;
}

.select-wrap1 .choices__input {
  display: none;
}

.select-wrap1 .choices__list--dropdown {
  position: absolute;
  z-index: 10;
  top: calc(100% - 1px);
  left: 0;
  width: 100%;
  border: 1px solid #e2e4e9;
  background-color: #fff;
  border-radius: 12px;
  padding: 10px 0;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transition: all 0.3s;
  padding-right: 8px;
}

.select-wrap1 .choices__list--dropdown .choices__item {
  padding: 10px;
  padding-left: 16px;
  transition: color 0.3s;
}

.select-wrap1 .choices__list--dropdown .choices__item--disabled {
  display: none;
}

.select-wrap1 .choices__list--dropdown .choices__list {
  overflow: auto;
  max-height: 220px;
}

.select-wrap1 .choices__list--dropdown .choices__list::-webkit-scrollbar {
  width: 5px;
  height: 5px;
}

.select-wrap1 .choices__list--dropdown .choices__list::-webkit-scrollbar-track {
  background-color: transparent;
}

.select-wrap1 .choices__list--dropdown .choices__list::-webkit-scrollbar-thumb {
  background-color: #d9d9d9;
  border-radius: 300px;
}

.choices.is-disabled {
  color: #0b0d0e;
}

.choices.is-disabled .choices__list {
  background-color: light-dark(rgba(239, 239, 239, 0.3), rgba(59, 59, 59, 0.3));
}

.title-wrap1 {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: flex-end;
  gap: 10px;
  margin-bottom: 24px;
}

.sort {
  position: relative;
  width: 40px;
  height: 40px;
}

.sort.active .sort__btn {
  border: 1px solid #fe5000;
}

.sort__btn {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  border: 1px solid #e2e4e9;
  border-radius: 8px;
  cursor: pointer;
  transition: border 0.3s;
}

.sort__btn svg {
  width: 16px;
  height: 16px;
  fill: #00091a;
}

.sort__filter {
  position: absolute;
  z-index: 55;
  top: calc(100% + 4px);
  left: 0;
  box-shadow: 0 6px 36px 0 rgba(0, 0, 0, 0.2);
  background-color: #fff;
  border-radius: 16px;
  padding: 16px;
  width: 213px;
}

.label-radio1 {
  position: relative;
  display: block;
  cursor: pointer;
  padding-left: 28px;
  margin-bottom: 12px;
}

.label-radio1:last-child {
  margin-bottom: 0;
}

.label-radio1 input {
  display: none;
}

.label-radio1 input:checked ~ .label-radio1__icon {
  border: 1px solid #fe5000;
}

.label-radio1 input:checked ~ .label-radio1__icon::after {
  opacity: 1;
}

.label-radio1__icon {
  position: absolute;
  top: -1px;
  left: 2px;
  width: 18px;
  height: 18px;
  border: 1px solid #c6cad2;
  border-radius: 50%;
  transition: border 0.3s;
}

.label-radio1__icon::after {
  content: "";
  position: absolute;
  inset: 3px;
  background-color: #fe5000;
  border-radius: 50%;
  opacity: 0;
  transition: opacity 0.3s;
}

.label-radio1__text {
  display: block;
  font-size: 14px;
  line-height: 1.3;
}

.date {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  border: 1px solid #e2e4e9;
  padding: 9.5px 14px;
  border-radius: 8px;
  cursor: pointer;
  transition: border 0.3s;
}

.date__icon {
  display: flex;
}

.date__icon svg {
  width: 16px;
  height: 16px;
  fill: #000;
}

.type {
  position: relative;
}

.type.active .type__btn {
  border: 1px solid #fe5000;
}

.type.active .type__btn-icon svg {
  transform: rotate(-90deg);
}

.type__btn {
  display: inline-flex;
  align-items: flex-end;
  justify-content: center;
  gap: 8px;
  border: 1px solid #e2e4e9;
  border-radius: 8px;
  padding: 9.5px 13px;
  cursor: pointer;
  transition: border 0.3s;
}

.type__btn-icon {
  margin-bottom: 1px;
  display: flex;
}

.type__btn-icon svg {
  width: 16px;
  height: 16px;
  fill: #00091a;
  transform: rotate(90deg);
  transition: transform 0.3s;
}

.type__filter {
  position: absolute;
  z-index: 55;
  top: calc(100% + 4px);
  border-radius: 16px;
  width: 279px;
  background-color: #fff;
  box-shadow: 0 6px 36px 0 rgba(0, 0, 0, 0.16);
  padding: 16px;
}

.type__filter-wrap {
  height: 228px;
  overflow: auto;
  margin-bottom: 16px;
}

.type__filter-wrap::-webkit-scrollbar {
  width: 5px;
  height: 5px;
}

.type__filter-wrap::-webkit-scrollbar-track {
  background-color: transparent;
}

.type__filter-wrap::-webkit-scrollbar-thumb {
  background-color: #d9d9d9;
  border-radius: 300px;
}

.label-checkbox2 {
  position: relative;
  display: block;
  cursor: pointer;
  padding-left: 56px;
  margin-bottom: 15px;
}

.label-checkbox2--1 .label-checkbox2__icon2 {
  background-color: #88fcb0;
}

.label-checkbox2--2 .label-checkbox2__icon2 {
  background-color: #86b0ff;
}

.label-checkbox2--3 .label-checkbox2__icon2 {
  background-color: #3974e4;
}

.label-checkbox2--4 .label-checkbox2__icon2 {
  background-color: #963b3b;
}

.label-checkbox2:last-child {
  margin-bottom: 0;
}

.label-checkbox2 input {
  display: none;
}

.label-checkbox2 input:checked ~ .label-checkbox2__icon1 {
  border: 1px solid #fe5000;
  background-color: #fe5000;
}

.label-checkbox2 input:checked ~ .label-checkbox2__icon1::after {
  opacity: 1;
}

.label-checkbox2__icon1 {
  position: absolute;
  top: 0.5px;
  left: 2px;
  width: 20px;
  height: 20px;
  border: 1px solid #c6cad2;
  border-radius: 5px;
  transition: all 0.3s;
}

.label-checkbox2__icon1::after {
  content: "";
  position: absolute;
  bottom: 5px;
  left: 5px;
  width: 10px;
  height: 7px;
  background: url("../img/check2.svg") center/contain no-repeat;
  opacity: 0;
  transition: opacity 0.3s;
}

.label-checkbox2__icon2 {
  position: absolute;
  top: 3px;
  left: 33px;
  width: 14px;
  height: 14px;
  background-color: #3b965a;
  border-radius: 50%;
}

.label-checkbox2__text {
  display: block;
}

.label-checkbox4 {
  cursor: pointer;
}

.label-checkbox4__wrap {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 1px solid #e2e4e9;
  padding: 9px 13px;
  border-radius: 8px;
  gap: 8px;
  transition: all 0.3s;
}

.label-checkbox4 input {
  display: none;
}

.label-checkbox4 input:checked ~ .label-checkbox4__wrap {
  background-color: #FEEAE0;
  border: 1px solid #fe5000;
}

.label-checkbox4 input:checked ~ .label-checkbox4__wrap .label-checkbox4__icon {
  display: flex;
}

.label-checkbox4__text {
  display: block;
}

.label-checkbox4__icon {
  display: none;
}

.label-checkbox4__icon svg {
  width: 20px;
  height: 20px;
}

.label-checkbox3 {
  position: relative;
  min-height: 20px;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  cursor: pointer;
  padding-left: 32px;
  margin-bottom: 15px;
  padding-right: 5px;
}

.label-checkbox3:last-child {
  margin-bottom: 0;
}

.label-checkbox3 input {
  display: none;
}

.label-checkbox3 input:checked ~ .label-checkbox3__icon {
  border: 1px solid #fe5000;
  background-color: #fe5000;
}

.label-checkbox3 input:checked ~ .label-checkbox3__icon::after {
  opacity: 1;
}

.label-checkbox3__icon {
  position: absolute;
  top: 0;
  left: 2px;
  width: 20px;
  height: 20px;
  border: 1px solid #c6cad2;
  border-radius: 5px;
  transition: all 0.3s;
}

.label-checkbox3__icon::after {
  content: "";
  position: absolute;
  bottom: 5px;
  left: 5px;
  width: 10px;
  height: 7px;
  background: url("../img/check2.svg") center/contain no-repeat;
  opacity: 0;
  transition: opacity 0.3s;
}

.label-checkbox3__text {
  display: block;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.restaurant {
  position: relative;
}

.restaurant.active .restaurant__btn {
  border: 1px solid #fe5000;
}

.restaurant.active .restaurant__btn-icon svg {
  transform: rotate(-90deg);
}

.restaurant__btn {
  display: inline-flex;
  align-items: flex-end;
  justify-content: center;
  gap: 8px;
  border: 1px solid #e2e4e9;
  border-radius: 8px;
  padding: 9.5px 13px;
  cursor: pointer;
  transition: border 0.3s;
}

.restaurant__btn-icon {
  margin-bottom: 1px;
  display: flex;
}

.restaurant__btn-icon svg {
  width: 16px;
  height: 16px;
  fill: #00091a;
  transform: rotate(90deg);
  transition: transform 0.3s;
}

.restaurant__filter {
  position: absolute;
  z-index: 55;
  top: calc(100% + 4px);
  border-radius: 16px;
  width: 432px;
  background-color: #fff;
  box-shadow: 0 6px 36px 0 rgba(0, 0, 0, 0.16);
  padding: 16px;
}

.restaurant__filter .label2 {
  margin-bottom: 12px;
}

.restaurant__filter-wrap {
  height: 267px;
  overflow: auto;
  margin-bottom: 16px;
}

.restaurant__filter-wrap::-webkit-scrollbar {
  width: 5px;
  height: 5px;
}

.restaurant__filter-wrap::-webkit-scrollbar-track {
  background-color: transparent;
}

.restaurant__filter-wrap::-webkit-scrollbar-thumb {
  background-color: #d9d9d9;
  border-radius: 300px;
}

.label2 {
  position: relative;
  display: block;
  cursor: pointer;
}

.label2__icon {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 15px;
  display: flex;
}

.label2__icon svg {
  width: 20px;
  height: 20px;
  fill: #00091a;
}

.label2 .input1 {
  padding-left: 42px;
}

.input1 {
  color: #0b0d0e;
  font-size: 14px;
  font-weight: 600;
  line-height: 1.4;
  padding: 11px 15px 7px 15px;
  border: 1px solid #e2e4e9;
  border-radius: 12px;
}

.input1::placeholder {
  color: #8d95a5;
}

.js-filter-window {
  visibility: hidden;
  opacity: 0;
  pointer-events: none;
  transition: all 0.3s;
}

.js-filter-part.active .js-filter-window {
  visibility: visible;
  opacity: 1;
  pointer-events: initial;
}

.cover {
  display: none;
  position: fixed;
  z-index: 51;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.7);
  visibility: hidden;
  opacity: 0;
  pointer-events: none;
}

.cover.active {
  visibility: visible;
  opacity: 1;
  pointer-events: initial;
}

.js-filter-window {
  display: none;
}

.js-filter-part.active .js-filter-window {
  display: block;
}
.label-checkbox2.is-disabled,
.label-checkbox3.is-disabled {
  opacity: 0.4;
  cursor: not-allowed;
  pointer-events: none;
}

.label-checkbox2.is-disabled .label-checkbox2__text,
.label-checkbox3.is-disabled .label-checkbox3__text {
  /*text-decoration: line-through;*/
  color: #999;
}

.label-checkbox2.is-disabled input:disabled,
.label-checkbox3.is-disabled input:disabled {
  cursor: not-allowed;
}
.label-checkbox2.is-disabled,
.label-checkbox3.is-disabled,
.label-checkbox4.is-disabled {
  opacity: 0.4;
  cursor: not-allowed;
}

.label-checkbox2.is-disabled input:disabled,
.label-checkbox3.is-disabled input:disabled,
.label-checkbox4.is-disabled input:disabled {
  pointer-events: none;
}

.events__filter .sort__btn.is-active,
.events__filter .type__btn.is-active,
.events__filter .restaurant__btn.is-active,
.events__filter #date2.is-active {
  background-color: #FEEAE0;
  border: 1px solid #fe5000;
}

@media (max-width: 1200px) {
  .totop {
    right: 15px;
  }

  .totop svg {
    width: 22px;
    height: 22px;
  }

  .anchor {
    top: -150px;
  }

  .title2 {
    font-size: 34px;
  }
}

@media (max-width: 750px) {
  html {
    scroll-padding-top: 64px;
  }

  .body-overflow {
    overflow: hidden;
  }

  .totop {
    width: 41px;
    height: 41px;
    bottom: 150px;
  }

  .anchor {
    top: -50px;
  }

  .text {
    font-size: 14px;
  }

  .text ul li::after {
    width: 4px;
    height: 4px;
    top: 7px;
  }

  .text ul, .text ol {
    margin-top: 10px;
    margin-bottom: 20px;
  }

  .text h2,
  .text h3,
  .text h4,
  .text h5 {
    font-size: 26px;
    margin-top: 24px;
  }

  .text p {
    margin: 10px 0;
  }

  .text__img1 {
    max-width: none;
    float: none;
    margin-left: 0;
  }

  .text__img2 {
    max-width: none;
    float: none;
    margin-right: 0;
  }

  .text__blockquote1 {
    padding: 20px 15px;
    padding-left: 45px;
  }

  .text__blockquote1::after {
    top: 15px;
  }

  .text__blockquote2 {
    padding-left: 20px;
    margin: 15px 0;
  }

  .text blockquote {
    padding: 20px 15px;
    margin: 15px 0;
  }

  .slider-nav1 {
    width: 76px;
  }

  .swiper-button-next-style2,
  .swiper-button-prev-style2 {
    width: 32px;
    height: 32px;
  }

  .swiper-button-next-style2 svg,
  .swiper-button-prev-style2 svg {
    width: 16px;
    height: 16px;
  }

  .title1 {
    font-size: 18px;
    line-height: 1.1;
  }

  .title2 {
    font-weight: 600;
    font-size: 24px;
    margin-bottom: 12px;
  }

  .btn1 {
    font-size: 14px;
    font-weight: 600;
    padding: 16px 40px;
  }

  .soc1__item {
    width: 34px;
  }

  .label1__text {
    font-size: 12px;
    line-height: 1.2;
  }

  .label1__icon1 {
    font-size: 14px;
  }

  .input {
    font-size: 14px;
    padding: 15px 16px;
  }

  .label-checkbox1 {
    font-size: 12px;
    margin-top: 10px;
    margin-bottom: 15px;
  }

  .label-checkbox1__icon {
    top: -3px;
  }

  .btn2 {
    font-size: 14px;
    font-weight: 600;
    padding: 15px 40px;
  }

  body .f-button.is-close-button {
    width: 20px;
    height: 20px;
    top: 16px;
    right: 16px;
  }

  .select-wrap1 {
    font-size: 14px;
  }

  .select-wrap1 .choices__list--single {
    padding: 15px 16px;
    padding-right: 50px;
  }

  .title-wrap1 {
    margin-bottom: 16px;
  }

  .sort__filter {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    top: auto;
    border-radius: 24px 24px 0 0;
    padding: 24px 16px;
    padding-bottom: 50px;
    max-height: 100vh;
    overflow: auto;
  }

  .type__filter {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    top: auto;
    border-radius: 24px 24px 0 0;
    padding: 24px 16px;
    max-height: 100vh;
    overflow: auto;
  }

  .restaurant__filter {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    top: auto;
    border-radius: 24px 24px 0 0;
    padding: 24px 16px;
    max-height: 100vh;
    overflow: auto;
  }

  .cover {
    display: block;
  }
}

@media (hover) {
  .totop:hover {
    background-color: #d54300;
  }

  .tooltip:hover .tooltip__text-wrap {
    opacity: 1;
    visibility: visible;
    pointer-events: initial;
  }

  .select-wrap1 .choices__list--dropdown .choices__item:hover {
    color: #fe5000;
  }
}

@media (hover: hover) {
  .swiper-button-next-style1:hover svg,
  .swiper-button-prev-style1:hover svg {
    fill: #fe5000;
  }

  .swiper-button-next-style2:hover,
  .swiper-button-prev-style2:hover {
    background-color: #fe5000;
  }

  .swiper-button-next-style2:hover svg,
  .swiper-button-prev-style2:hover svg {
    fill: #fff;
  }

  .swiper-pagination-style1 .swiper-pagination-bullet:hover {
    background-color: rgba(255, 255, 255, 0.5);
  }

  .btn1:hover {
    background-color: #d54300;
  }

  .soc1__item-link:hover {
    transform: translateY(1px);
  }

  .label1__del-text:hover svg {
    fill: #0b0d0e;
  }

  .label-checkbox1__text a:hover:hover {
    text-decoration-color: #fe5000;
  }

  .input-checkbox1:checked ~ .form-checkbox .btn1:hover {
    background-color: #d54300;
  }

  .btn2:hover {
    background-color: #dadde2;
  }

  .sort__btn:hover {
    border: 1px solid #fe5000;
  }

  .date:hover {
    border: 1px solid #fe5000;
  }

  .type__btn:hover {
    border: 1px solid #fe5000;
  }

  .label-checkbox4:hover .label-checkbox4__wrap {
    border: 1px solid #fe5000;
  }

  .restaurant__btn:hover {
    border: 1px solid #fe5000;
  }
}











/* Календарь */

body .mbsc-windows.mbsc-popup {
  box-shadow: 0 6px 36px 0 rgba(0, 0, 0, 0.16);
  background-color: #fff;
  border: none;
  border-radius: 16px;
  width: 312px !important;
  max-width: none !important;
  padding: 16px;
}

body .mbsc-windows.mbsc-popup::before {
  content: "Выбор даты";
  font-size: 22px;
  font-weight: 700;
  line-height: 1.2;
  margin-bottom: 15px;
}

body .mbsc-font {
  font-family: Mont, sans-serif;
}

body .mbsc-windows.mbsc-icon-button.mbsc-calendar-button-prev {
  order: -1;
  transform: rotate(180deg);
}

body .mbsc-windows.mbsc-icon-button {
  border: 1px solid #e2e4e9;
  border-radius: 8px;
  padding: 0;
  width: 32px;
  height: 32px;
  background: url("../img/calarrow1.svg") center no-repeat;
}

body .mbsc-windows.mbsc-icon-button span {
  display: none;
}

body .mbsc-windows.mbsc-calendar-controls {
  padding: 0;
  margin-bottom: 16px;
}

body .mbsc-calendar-title-wrapper {
  justify-content: center;
}

body .mbsc-calendar-title-wrapper .mbsc-windows.mbsc-button {
  border: none;
  padding: 0;
  font-size: 16px;
  font-weight: 600;
}

body .mbsc-calendar-title-wrapper .mbsc-windows.mbsc-button::after {
  content: "";
  width: 20px;
  height: 20px;
  background: url("../img/calarrow2.svg") center/contain no-repeat;
  position: relative;
  top: -1px;
}

body .mbsc-calendar-title-wrapper .mbsc-calendar-title {
  padding: 0;
  margin-right: 4px;
  font-size: 16px;
}

body .mbsc-datepicker .mbsc-calendar-slide {
  padding: 0;
}

body .mbsc-windows.mbsc-calendar-day-text {
  font-size: 16px;
  font-weight: 400;
  line-height: 36px;
  transition: all 0.3s;
}

body .mbsc-windows.mbsc-range-day .mbsc-calendar-cell-inner,
body .mbsc-windows.mbsc-selected .mbsc-calendar-cell-inner {
  color: #fff;
  background-color: #fe5000;
}

body .mbsc-windows.mbsc-range-day .mbsc-calendar-cell-inner .mbsc-windows.mbsc-calendar-today,
body .mbsc-windows.mbsc-range-day .mbsc-calendar-cell-inner .mbsc-windows.mbsc-calendar-week-nr,
body .mbsc-windows.mbsc-selected .mbsc-calendar-cell-inner .mbsc-windows.mbsc-calendar-today,
body .mbsc-windows.mbsc-selected .mbsc-calendar-cell-inner .mbsc-windows.mbsc-calendar-week-nr {
  color: #fff;
}

body .mbsc-windows.mbsc-calendar-cell-inner {
  border-radius: 50%;
  transition: background-color 0.3s;
}

body .mbsc-windows.mbsc-calendar-today,
body .mbsc-windows.mbsc-calendar-week-nr {
  color: #ff7535;
}

body .mbsc-windows.mbsc-calendar-cell.mbsc-hover .mbsc-windows.mbsc-calendar-cell-inner {
  color: #fff;
  background-color: #fe5000;
}

body .mbsc-windows.mbsc-calendar-cell.mbsc-hover .mbsc-windows.mbsc-calendar-cell-inner .mbsc-windows.mbsc-calendar-today,
body .mbsc-windows.mbsc-calendar-cell.mbsc-hover .mbsc-windows.mbsc-calendar-cell-inner .mbsc-windows.mbsc-calendar-week-nr,
body .mbsc-windows.mbsc-calendar-cell.mbsc-hover .mbsc-windows.mbsc-calendar-cell-inner .mbsc-windows.mbsc-calendar-day-text {
  color: #fff;
  opacity: 1;
}

body .mbsc-windows.mbsc-calendar-cell::after {
  display: none;
}

body .mbsc-windows.mbsc-datepicker-tab,
body .mbsc-windows.mbsc-picker-header,
body .mbsc-windows.mbsc-popup-buttons,
body .mbsc-windows.mbsc-popup-header {
  border: none;
  align-items: center;
}

body .mbsc-datepicker .mbsc-calendar {
  padding-bottom: 0;
  margin-bottom: 15px;
}

body .mbsc-button-flat {
  transition: opacity 0.3s !important;
}

body .mbsc-windows.mbsc-popup-button.mbsc-button-flat {
  font-weight: 600;
  font-size: 14px;
  line-height: 1.4;
  color: #fff;
  background-color: #fe5000;
  border-radius: 12px;
  padding: 10px 10px 8px 10px;
}

body .mbsc-windows.mbsc-popup-button.mbsc-button-flat.mbsc-popup-button-close {
  border: 1px solid #e2e4e9;
  background-color: #f1f2f4;
  padding: 11px 10px 8px 10px;
  color: #0b0d0e;
}

body .mbsc-windows.mbsc-popup-buttons {
  gap: 8px;
}

body .mbsc-windows.mbsc-calendar-week-day {
  line-height: 36px;
  font-size: 12px;
  font-weight: 500;
  color: #0b0d0e;
}

body .mbsc-disabled .mbsc-calendar-cell-text,
body .mbsc-disabled .mbsc-calendar-month-name {
  opacity: 1;
  color: #c6cad2;
}

body .mbsc-windows.mbsc-popup-arrow-bottom {
  display: none;
}

@media (max-width: 700px) {
  body .mbsc-windows.mbsc-popup {
    position: fixed;
    top: auto !important;
    bottom: 0 !important;
    left: 0 !important;
    width: 100% !important;
    border-radius: 24px 24px 0 0;
    padding: 25px 15px;
  }

  body .mbsc-popup-body {
    max-width: 343px;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
  }

  body .mbsc-windows.mbsc-popup::before {
    font-size: 16px;
    max-width: 343px;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
  }

  body .mbsc-windows.mbsc-calendar-day-text {
    line-height: 44px;
  }

  body .mbsc-windows.mbsc-popup-button.mbsc-button-flat {
    padding: 8px 10px 6px 10px;
  }

  body .mbsc-windows.mbsc-popup-button.mbsc-button-flat.mbsc-popup-button-close {
    padding: 9px 10px 6px 10px;
  }
}