:root {
  --font-family: "Manrope", "Arial", "Helvetica Neue", Helvetica, "Arial Rub", sans-serif;
  --content-width: 1305px;
  --container-offset: 15px;
  --container-width: calc(var(--content-width) + (var(--container-offset) * 2));
  --light-color: #ffffff;
  --accent-color: #F2F1F0;
  --dark-color: #000000;
  --grey-color: #757575;
  --accent-color-2: #0af;
  --hover-color: tomato;
}

/* stylelint-disable */
/* stylelint-disable */
/* stylelint-disable */
.custom-checkbox__field:checked + .custom-checkbox__content::after {
  opacity: 1;
}

.custom-checkbox__field:focus + .custom-checkbox__content::before {
  outline: 2px solid #f00;
  outline-offset: 2px;
}

.custom-checkbox__field:disabled + .custom-checkbox__content {
  opacity: 0.4;
  pointer-events: none;
}

/* stylelint-disable */
/* stylelint-disable */
@font-face {
  font-family: "Manrope";
  src: url("../fonts/Manrope-ExtraLight.woff2") format("woff2");
  font-weight: 200;
  font-display: swap;
  font-style: normal;
}
@font-face {
  font-family: "Manrope";
  src: url("../fonts/Manrope-Light.woff2") format("woff2");
  font-weight: 300;
  font-display: swap;
  font-style: normal;
}
@font-face {
  font-family: "Manrope";
  src: url("../fonts/Manrope-Regular.woff2") format("woff2");
  font-weight: 400;
  font-display: swap;
  font-style: normal;
}
@font-face {
  font-family: "Manrope";
  src: url("../fonts/Manrope-Medium.woff2") format("woff2");
  font-weight: 500;
  font-display: swap;
  font-style: normal;
}
@font-face {
  font-family: "Manrope";
  src: url("../fonts/Manrope-SemiBold.woff2") format("woff2");
  font-weight: 600;
  font-display: swap;
  font-style: normal;
}
@font-face {
  font-family: "Manrope";
  src: url("../fonts/Manrope-Bold.woff2") format("woff2");
  font-weight: 700;
  font-display: swap;
  font-style: normal;
}
@font-face {
  font-family: "Manrope";
  src: url("../fonts/Manrope-ExtraBold.woff2") format("woff2");
  font-weight: 800;
  font-display: swap;
  font-style: normal;
}
@font-face {
  font-family: "Arial";
  src: url("../fonts/Arial.woff2") format("woff2");
  font-weight: 400;
  font-display: swap;
  font-style: normal;
}
html {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

*,
*::before,
*::after {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.page {
  height: 100%;
  font-family: var(--font-family);
  -webkit-text-size-adjust: 100%;
  scroll-behavior: smooth;
}

.page__body {
  margin: 0;
  min-width: 320px;
  min-height: 100%;
  font-size: 16px;
  line-height: 22px;
  padding-bottom: 50px;
  height: 100%;
  overflow-x: hidden;
}

img {
  height: auto;
  max-width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

a {
  text-decoration: none;
}

.site-container {
  overflow: hidden;
}

.main {
  min-height: calc(100vh - 200px);
}

.is-hidden {
  display: none !important; /* stylelint-disable-line declaration-no-important */
}

.btn-reset {
  border: none;
  padding: 0;
  background: transparent;
  cursor: pointer;
}

.list-reset {
  list-style: none;
  margin: 0;
  padding: 0;
}

input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

.input-reset {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: none;
  border-radius: 0;
  background-color: #fff;
  outline: none;
}
.input-reset::-webkit-search-decoration, .input-reset::-webkit-search-cancel-button, .input-reset::-webkit-search-results-button, .input-reset::-webkit-search-results-decoration {
  display: none;
}

.x-overflow {
  overflow-x: scroll !important;
  overflow-y: hidden !important;
}
.x-overflow::-webkit-scrollbar {
  display: none !important;
}

.visually-hidden {
  position: absolute;
  overflow: hidden;
  margin: -1px;
  border: 0;
  padding: 0;
  width: 1px;
  height: 1px;
  clip: rect(0 0 0 0);
}

.container {
  margin: 0 auto;
  padding: 0 var(--container-offset);
  max-width: var(--container-width) !important;
}

.js-focus-visible :focus:not(.focus-visible) {
  outline: none;
}

.centered {
  text-align: center;
}

.dis-scroll {
  position: fixed;
  left: 0;
  top: 0;
  overflow: hidden;
  width: 100%;
  height: 100vh;
  -ms-scroll-chaining: none;
  overscroll-behavior: none;
}

.page--ios .dis-scroll {
  position: relative;
}

.overflow-hidden {
  overflow: hidden !important;
}

.swiper {
  width: 100%;
  height: 100%;
}

.swiper-slide {
  text-align: center;
  font-size: 18px;
  background: #fff;
  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;
}

.swiper-slide img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.hidden-top {
  position: fixed;
  top: -70px !important;
  -webkit-transition: 0.2s linear;
  transition: 0.2s linear;
}

.opacity-1 {
  opacity: 1;
}

.opacity-0 {
  opacity: 0;
}

.page__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  max-width: var(--container-width);
  gap: 30px;
  margin: 0 auto;
}
.page__content .main {
  max-width: calc(100% - 300px);
}

.page__path {
  color: var(--grey-color);
  font-size: 14px;
  font-weight: 500;
  line-height: 22px;
  cursor: default;
}
.page__path a {
  color: var(--grey-color);
}
.page__path a:hover {
  color: var(--hover-color);
}

.page__title {
  color: var(--dark-color);
  font-size: 32px;
  font-weight: 700;
  line-height: 38px;
  margin: 0 auto 20px;
  max-width: var(--container-width);
}
.page__title span {
  color: #a1a1a1;
}

.page__aside {
  max-width: 320px;
}

.switch {
  position: relative;
  display: inline-block;
  width: 32px;
  height: 16px;
}

.switch input {
  display: none;
}

.slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #EBEAE8;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}
.slider:hover {
  background-color: #DBDBD9;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}

.slider:before {
  position: absolute;
  content: "";
  height: 12px;
  width: 12px;
  left: 2px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  bottom: 4px;
  background-color: white;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}

input:checked + .slider {
  background-color: #2196F3;
}

input:focus + .slider {
  -webkit-box-shadow: 0 0 1px #2196F3;
  box-shadow: 0 0 1px #2196F3;
}

input:checked + .slider:before {
  -webkit-transform: translateX(14px) translateY(-50%);
  -ms-transform: translateX(14px) translateY(-50%);
  transform: translateX(14px translateY(-50%));
}

.slider.round {
  border-radius: 34px;
}

.slider.round:before {
  border-radius: 50%;
}

.static-header .header__wrapper {
  position: static !important;
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
}

.arrow {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.arrow__text {
  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;
  font-size: 12px;
  font-weight: 500;
}

.special-main {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  gap: 50px;
}

.header {
  position: relative;
  z-index: 50;
  min-height: 160px;
}
.header .nav {
  position: relative;
}
.header .nav__dropdown {
  position: absolute;
  top: 30px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  background-color: var(--light-color);
  width: 900px;
  -webkit-box-shadow: rgba(0, 0, 0, 0.15) 0px 5px 17px 0px;
  box-shadow: rgba(0, 0, 0, 0.15) 0px 5px 17px 0px;
  border-radius: 12px;
  padding: 36px 44px;
}
.header .nav__dropdown-title {
  font-size: 18px;
  font-weight: 800;
  line-height: 24px;
  color: var(--accent-color-2);
  cursor: pointer;
  margin-bottom: 10px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
.header .nav__dropdown-title:hover {
  color: var(--hover-color);
}
.header .nav__dropdown-list {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr)[4];
  grid-template-columns: repeat(4, 1fr);
  gap: 20px;
}
.header .dropdown__item .list-reset a {
  font-size: 13px;
  color: var(--accent-color-2);
  font-weight: 400;
  line-height: 20px;
}
.header .dropdown__item .list-reset a:hover {
  color: var(--hover-color);
}
.header .dropdown__title {
  font-size: 16px !important;
  font-weight: 500 !important;
}

.header__wrapper {
  position: fixed;
  width: 100%;
  min-height: 110px;
  background: var(--light-color);
  padding-bottom: 40px;
}

.header-box-shadow {
  -webkit-box-shadow: 0 10px 10px -10px rgba(0, 0, 0, 0.1);
  box-shadow: 0 10px 10px -10px rgba(0, 0, 0, 0.1);
}

.header__top {
  background: #292929;
  padding: 2px 0;
}

.header__top-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  min-height: 40px;
}

.menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  width: 100%;
}

.menu__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 22px;
}

.menu__link svg {
  color: #8F8F8F;
}
.menu__link svg:hover {
  color: #B8B8B8;
}

.dropdown-item {
  position: relative;
}

.dropdown-item:hover .dropdown {
  display: block;
}

.dropdown-link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 2px;
  fill: #fff;
}

.dropdown-link:hover + .menu__dropdown {
  display: block;
}

.menu__dropdown:hover {
  display: block;
}

.dropdown-link svg {
  rotate: 180deg;
}

.menu__link {
  text-decoration: none;
  line-height: 20px;
  color: #fff;
  font-size: 14px;
  font-weight: 500;
}

.menu__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 12px;
}

.menu__link:hover {
  color: var(--hover-color);
  fill: var(--hover-color);
}

.special-link {
  padding: 8px 14px;
  border-radius: 12px;
  background: #0099f7;
  font-size: 13px;
}

.special-link:hover {
  color: #fff;
  background: #008ee6;
}

.header__bottom {
  background: transparent;
}

.header__bottom-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding-top: 25px;
}
.header__bottom-inner .nav__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 20px;
}
.header__bottom-inner .nav__item {
  position: relative;
}
.header__bottom-inner .nav__link {
  font-size: 14px;
  color: var(--dark-color);
  font-weight: 400;
  line-height: 0;
}
.header__bottom-inner .nav__link:hover {
  color: var(--hover-color);
}

.logo {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  text-decoration: none;
  margin-right: 20px;
  margin-bottom: 10px;
}

.header__search {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  gap: 5px;
}

.header__btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 5px;
  padding: 10px 17px;
  border-radius: 6px;
  background: #0099f7;
  color: #fff;
  white-space: nowrap;
}

.header__btn:hover {
  background: #008ee6;
}

.header__search-content {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background: #0099f7;
  border-radius: 6px;
  margin-right: 25px;
}

.header__search-input {
  width: 715px;
  background: #ffffff;
  height: 40px;
  border-radius: 6px;
  border: 2px solid #0099f7;
  padding: 0 8px;
}
.header__search-input::-webkit-input-placeholder {
  font-size: 14px;
}
.header__search-input::-moz-placeholder {
  font-size: 14px;
}
.header__search-input:-ms-input-placeholder {
  font-size: 14px;
}
.header__search-input::-ms-input-placeholder {
  font-size: 14px;
}
.header__search-input::placeholder {
  font-size: 14px;
}

.header__search-btn {
  height: 40px;
  background: #0099f7;
  padding: 0 20px;
  border-radius: 6px;
  color: #fff;
  cursor: pointer;
}

.header__search-btn:hover {
  background: #008ee6;
}

.header__region {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  gap: 5px;
  background: transparent;
  font-size: 14px;
  color: #000;
  cursor: pointer;
}

.header__region span {
  white-space: nowrap;
}

.header__region:hover {
  color: var(--hover-color);
}

.dropdown {
  display: none;
  position: absolute;
  top: 20px;
  width: 130px;
  padding: 16px;
  border-top: 1px solid #dcdcdc;
  -webkit-box-shadow: 0 5px 17px rgba(0, 0, 0, 0.15);
  box-shadow: 0 5px 17px rgba(0, 0, 0, 0.15);
  background: #fff;
  border-radius: 4px;
  z-index: 2;
}

.dropdown__link {
  font-size: 14px;
  text-decoration: none;
  color: #0af;
}

.dropdown__link:hover {
  color: var(--hover-color);
}

.header__dropdown-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  position: absolute;
  top: 40px;
  left: 0;
  background-color: var(--light-color);
  width: 715px;
  -webkit-box-shadow: rgba(0, 0, 0, 0.15) 0px 5px 17px 0px;
  box-shadow: rgba(0, 0, 0, 0.15) 0px 5px 17px 0px;
  border-radius: 12px;
  z-index: 9;
  padding: 20px 0;
  max-height: 50vh;
  overflow-y: auto;
}
.header__dropdown-list::-webkit-scrollbar {
  display: none;
}
.header__dropdown-item {
  height: 40px;
}
.header__dropdown-link {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  min-height: 40px;
  padding: 0 40px;
  font-size: 16px;
  font-weight: 500;
  color: var(--dark-color);
  width: 100%;
  background-color: var(--light-color);
}
.header__dropdown-link .image {
  position: absolute;
  left: 10px;
}
.header__dropdown-link:hover {
  background-color: #F2EFE9;
}
.header__dropdown-wrapper {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: -1;
  cursor: pointer;
}

.footer {
  min-width: 300px;
}

.footer__inner {
  padding: 15px;
}

.footer__text {
  font-size: 14px;
  font-weight: 400;
  line-height: 18px;
  color: var(--grey-color);
  margin: 14px 0;
}
.footer__text a {
  color: var(--grey-color);
  text-decoration: underline;
}

.footer__list {
  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;
  gap: 3px;
}

.footer__link {
  color: var(--dark-color);
  font-size: 14px;
  font-weight: 400;
  line-height: 22px;
}
.footer__link:hover {
  color: var(--hover-color);
}

.stories__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 15px;
  padding: 40px 0;
}
.stories__banner {
  border-radius: 16px;
  min-width: 192px;
  min-height: 128px;
}
.stories__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  gap: 15px;
}
.stories__item {
  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: 98px;
}
.stories__item .image {
  border-radius: 50%;
  width: 98px;
  height: 98px;
  padding: 2px;
}
.stories__btn {
  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: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 13px;
  line-height: 16px;
  text-align: center;
  color: #000;
}
.stories__nav {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr)[3];
  grid-template-columns: repeat(3, 1fr);
  gap: 10px;
}
.stories__title {
  display: block;
  color: var(--light-color);
  font-size: 47px;
  font-weight: 700;
  line-height: 51px;
  margin: 0;
}
.stories__text {
  display: block;
  color: var(--light-color);
  font-size: 23px;
  line-height: 27px;
  margin: 15px 0 0 0;
}
.stories__link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  border-radius: 5px;
  color: var(--light-color);
  background: rgb(0, 153, 247);
  padding: 15px 19px;
  margin-top: 30px;
  font-size: 23px;
}

.viewed-stories {
  border: 2px solid #FF6567;
}

.stories__more {
  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;
  background: var(--accent-color);
  width: 92px;
  height: 92px;
  border-radius: 50%;
}
.stories__more-icon {
  width: 35px;
  height: 35px;
  rotate: 90deg;
}

.stories-modal {
  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: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 20px;
  height: 100dvh;
  width: 100dvw;
  background-size: cover;
}

.stories-modal-container {
  overflow: hidden;
  border-radius: 20px;
}
.stories-modal-container .graph-modal__close {
  position: absolute;
  top: 35px;
  right: 20px;
}

.stories-slide {
  display: block;
  height: 2px;
  background: #B7B8C1;
  border-radius: 10px;
}

.storiesSwiper {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  margin: 0 !important;
  height: 140px !important;
  width: 100% !important;
}
.storiesSwiper .swiper-slide {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  gap: 22px;
}
.storiesSwiper .swiper-slide:first-child {
  -webkit-box-pack: start !important;
  -ms-flex-pack: start !important;
  justify-content: flex-start !important;
  gap: 20px !important;
}
.storiesSwiper .swiper-slide:last-child {
  -webkit-box-pack: end !important;
  -ms-flex-pack: end !important;
  justify-content: flex-end !important;
  gap: 20px !important;
}
.storiesSwiper .swiper-button-prev {
  top: 26px !important;
  left: 0 !important;
  width: 90px !important;
  height: 90px !important;
  border-radius: 50% !important;
  background-color: #F2F1F0 !important;
  background-image: url("../img/svg/arrow.svg");
  background-size: 40px;
  background-repeat: no-repeat;
  background-position: center;
  rotate: -90deg;
}
.storiesSwiper .swiper-button-prev:after {
  display: none !important;
}
.storiesSwiper .swiper-button-next {
  top: 26px !important;
  right: 0 !important;
  width: 90px !important;
  height: 90px !important;
  border-radius: 50% !important;
  background-color: #F2F1F0 !important;
  background-image: url("../img/svg/arrow.svg");
  background-size: 40px;
  background-repeat: no-repeat;
  background-position: center;
  rotate: 90deg;
}
.storiesSwiper .swiper-button-next:after {
  display: none !important;
}

.catalog__inner {
  padding: 20px 0 100px;
}

.catalog__list {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr)[4];
  grid-template-columns: repeat(4, 1fr);
  gap: 8px;
}

.catalog__title {
  color: var(--dark-color);
  font-size: 25px;
  font-weight: 700;
  line-height: 30px;
}

.card {
  padding: 8px;
  border-radius: 8px;
  background: var(--light-color);
  cursor: pointer;
  -webkit-transition: 0.2s linear;
  transition: 0.2s linear;
}
.card:hover {
  background: #F5F5F5;
  -webkit-transition: 0.2s linear;
  transition: 0.2s linear;
}

.card__picture {
  border-radius: 5px;
  overflow: hidden;
  max-height: 237px;
}
.card__picture .image {
  max-height: 237px;
  border-radius: 5px;
  overflow: hidden;
}

.card__description {
  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;
  padding-top: 5px;
}

.card__content {
  position: relative;
}

.card__description-title {
  margin: 0;
  font-size: 14px;
  font-weight: 600;
  line-height: 18px;
  color: var(--accent-color-2);
  max-width: 80%;
  text-align: left;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}

.card__description-price {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 5px;
  color: var(--dark-color);
  font-size: 16px;
  line-height: 20px;
  margin: 5px 0 0;
}
.card__description-price strong {
  max-width: 200px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.card__description-price-old {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 10px;
}

.card__description-price-old span {
  color: #858585;
  text-decoration: line-through;
  font-size: 16px;
  font-weight: 400;
  line-height: 22px;
  max-width: 100px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.card__description-discount {
  text-decoration: none !important;
  color: #ff4053 !important;
  max-width: 50px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.card__description-discount::after {
  content: "%";
}

.card__description-text {
  color: #858585;
  font-size: 16px;
  font-weight: 400;
  max-width: 200px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.card__favorite {
  position: absolute;
  top: 0;
  right: 0;
}

.slide__inner {
  padding-top: 50px;
}
.slide__title {
  display: block;
  font-size: 25px;
  font-weight: 700;
  color: var(--dark-color);
  line-height: 30px;
  margin-bottom: 20px;
}
.slide__title:hover {
  color: var(--hover-color);
}
.slide__list {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (484px)[2];
  grid-template-columns: repeat(2, 484px);
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  gap: 10px;
}
.slide__item .image {
  min-width: 484px;
  height: 172px;
  border-radius: 6px;
}
.slide__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  padding-top: 15px;
}
.slide__content-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 5px;
  width: 216px;
}
.slide__content-item {
  width: 100%;
}
.slide__content-link {
  display: block;
  width: 100%;
  color: var(--dark-color);
  font-size: 16px;
  font-weight: 400px;
  line-height: 22px;
}
.slide__content-link:hover {
  color: var(--hover-color);
}

.search__inner {
  padding: 50px 0 0;
}
.search__title {
  display: block;
  color: var(--dark-color);
  font-size: 25px;
  font-weight: 700;
  line-height: 30px;
  margin-bottom: 20px;
}
.search__list {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr)[4];
  grid-template-columns: repeat(4, 1fr);
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  gap: 5px;
}
.search__item {
  background: #f2efe9;
  border-radius: 12px;
  height: 112px;
}
.search__link {
  display: block;
  width: 100%;
  height: 100%;
  padding: 12px 14px 20px 16px;
}
.search__item-title {
  display: block;
  color: var(--dark-color);
  font-size: 16px;
  font-weight: 700;
  line-height: 24px;
}
.search__item-text {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 3;
  color: var(--dark-color);
  font-size: 14px;
  font-weight: 400;
  line-height: 18px;
}

.category__inner {
  padding-top: 30px;
}
.category__list {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr)[3];
  grid-template-columns: repeat(3, 1fr);
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  gap: 8px;
}
.category__item .image {
  width: 100%;
  height: 172px;
  border-radius: 6px;
}
.category__title {
  display: block;
  color: var(--dark-color);
  font-size: 25px;
  font-weight: 700;
  line-height: 30px;
  margin-bottom: 15px;
}
.category__nav {
  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;
  gap: 8px;
  padding-top: 15px;
}
.category__nav-item {
  width: 100%;
}
.category__link {
  display: block;
  width: 100%;
  color: var(--dark-color);
  font-size: 16px;
  font-weight: 400;
  line-height: 22px;
}
.category__link:hover {
  color: var(--hover-color);
}

.filter__title {
  font-size: 20px;
  font-weight: 700;
  line-height: 26px;
  color: var(--dark-color);
  margin-bottom: 6px;
  padding-left: 6px;
}
.filter__item {
  width: 100%;
}
.filter__link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 5px;
  color: var(--dark-color);
  fill: var(--dark-color);
  width: 100%;
  font-size: 14px;
  font-weight: 400;
  line-height: 18px;
}
.filter__link:hover {
  color: var(--hover-color);
  fill: var(--hover-color);
}
.filter__subtitle {
  display: block;
  color: var(--dark-color);
  font-size: 14px;
  font-weight: 700;
  line-height: 18px;
  margin: 5px 0;
  padding-left: 6px;
}
.filter__list {
  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;
  gap: 5px;
  padding-left: 18px;
}

.checkbox {
  position: absolute;
  z-index: -1;
  opacity: 0;
}
.checkbox + label {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  font-size: 14px;
}
.checkbox + label::before {
  content: "";
  display: inline-block;
  width: 18px;
  height: 18px;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  -webkit-box-flex: 0;
  -ms-flex-positive: 0;
  flex-grow: 0;
  background: #ebeae8;
  border-radius: 2px;
  margin-right: 0.5em;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 50% 50%;
  -webkit-transition: 0.2s linear;
  transition: 0.2s linear;
}
.checkbox:checked + label::before {
  background-color: var(--dark-color);
  background-image: url("../img/check.svg");
  background-size: 12px 10px;
  -webkit-transition: 0.2s linear;
  transition: 0.2s linear;
}
.checkbox:disabled + label::before {
  opacity: 0.5;
}
.checkbox:not(:disabled):not(:checked) + label:hover::before {
  border-color: #b3d7ff;
}

.radio {
  position: absolute;
  z-index: -1;
  opacity: 0;
}
.radio + label {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.radio + label::before {
  content: "";
  display: inline-block;
  width: 21px;
  height: 21px;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  -webkit-box-flex: 0;
  -ms-flex-positive: 0;
  flex-grow: 0;
  background: #ebeae8;
  border-radius: 50%;
  margin-right: 0.5em;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 45% 45%;
}
.radio:checked + label::before {
  background-color: var(--dark-color);
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='%23fff'/%3e%3c/svg%3e");
  background-position: center center;
}
.radio:disabled + label::before {
  opacity: 0.5;
}

.__select {
  position: relative;
  height: 40px;
  min-width: 300px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.__select[data-state=active] .__select__title::before {
  -webkit-transform: translate(-3px, -50%) rotate(-45deg);
  -ms-transform: translate(-3px, -50%) rotate(-45deg);
  transform: translate(-3px, -50%) rotate(-45deg);
}
.__select[data-state=active] .__select__title::after {
  -webkit-transform: translate(3px, -50%) rotate(45deg);
  -ms-transform: translate(3px, -50%) rotate(45deg);
  transform: translate(3px, -50%) rotate(45deg);
}
.__select[data-state=active] .__select__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  opacity: 1;
}
.__select[data-state=active] .__select__label + .__select__input + .__select__label {
  max-height: 40px;
  border-top-width: 1px;
}
.__select[data-state=active] .__select__title {
  background: var(--light-color);
  border-color: #80D4FF;
}

.__select__title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 100%;
  height: 100%;
  padding: 8px 16px;
  border-radius: 6px;
  background: #F2FBFF;
  border: 3px solid transparent;
  cursor: pointer;
  color: #999B99;
  font-size: 16px;
  font-weight: 500;
}
.__select__title::before, .__select__title::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 16px;
  display: block;
  width: 10px;
  height: 2px;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
  background-color: #333333;
  -webkit-transform: translate(-3px, -50%) rotate(45deg);
  -ms-transform: translate(-3px, -50%) rotate(45deg);
  transform: translate(-3px, -50%) rotate(45deg);
}
.__select__title::after {
  -webkit-transform: translate(3px, -50%) rotate(-45deg);
  -ms-transform: translate(3px, -50%) rotate(-45deg);
  transform: translate(3px, -50%) rotate(-45deg);
}
.__select__title:hover {
  background: var(--light-color);
}

.__select__content {
  position: absolute;
  top: 43px;
  left: 0;
  display: none;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  max-height: 355px;
  overflow-y: scroll;
  background-color: #ffffff;
  border-top: none;
  border-radius: 6px;
  -webkit-box-shadow: rgba(0, 0, 0, 0.15) 0px 5px 17px 0px;
  box-shadow: rgba(0, 0, 0, 0.15) 0px 5px 17px 0px;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
  opacity: 0;
  z-index: 8;
}

.__select__input {
  display: none;
}
.__select__input:disabled + label {
  opacity: 0.6;
  pointer-events: none;
}
.__select__input:disabled + label:hover {
  background: var(--light-color) !important;
}

.__select__label {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 100%;
  min-height: 40px;
  max-height: 0;
  padding: 0 16px;
  -webkit-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
  cursor: pointer;
  overflow: hidden;
}
.__select__label:hover {
  background-color: #F2F1F0 !important;
}

.disable-scroll {
  position: relative;
  overflow: hidden;
  height: 100vh;
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
}

.graph-modal {
  --transition-time: 0.3s;
  position: fixed;
  inset: 0;
  z-index: 1000;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 30px 0;
  background-color: rgba(0, 0, 0, 0.7);
  cursor: pointer;
  overflow-y: auto;
  overflow-x: hidden;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: opacity var(--transition-time), visibility var(--transition-time);
  transition: opacity var(--transition-time), visibility var(--transition-time);
}

.graph-modal__container {
  position: relative;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: auto;
  display: block;
  background-color: #fff;
  border-radius: 28px;
  padding: 30px;
  cursor: default;
  display: none;
  max-height: calc(100vh - 100px);
  max-width: 95dvw;
}

@media (max-width: 1024px) {
  .graph-modal__container {
    width: 90%;
  }
}
.graph-modal__close {
  position: absolute;
  right: -40px;
  top: 0px;
  border: none;
  padding: 0;
  width: 20px;
  height: 20px;
  background-color: transparent;
  background-image: url("../img/svg/close.svg");
  cursor: pointer;
}

.graph-modal.is-open {
  opacity: 1;
  visibility: visible;
  -webkit-transition: opacity var(--transition-time), visibility var(--transition-time);
  transition: opacity var(--transition-time), visibility var(--transition-time);
}

.graph-modal__container.graph-modal-open {
  display: block;
}

.fade {
  opacity: 0;
  -webkit-transition: opacity var(--transition-time);
  transition: opacity var(--transition-time);
}

.fade.animate-open {
  opacity: 1;
  -webkit-transition: opacity var(--transition-time);
  transition: opacity var(--transition-time);
}

.fadeInUp {
  opacity: 0;
  -webkit-transform: translateY(-100px);
  -ms-transform: translateY(-100px);
  transform: translateY(-100px);
  -webkit-transition: opacity var(--transition-time), -webkit-transform var(--transition-time);
  transition: opacity var(--transition-time), -webkit-transform var(--transition-time);
  transition: transform var(--transition-time), opacity var(--transition-time);
  transition: transform var(--transition-time), opacity var(--transition-time), -webkit-transform var(--transition-time);
}

.fadeInUp.animate-open {
  opacity: 1;
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
  -webkit-transition: opacity var(--transition-time), -webkit-transform var(--transition-time);
  transition: opacity var(--transition-time), -webkit-transform var(--transition-time);
  transition: transform var(--transition-time), opacity var(--transition-time);
  transition: transform var(--transition-time), opacity var(--transition-time), -webkit-transform var(--transition-time);
}

.travel__title {
  color: var(--dark-color);
  font-size: 25px;
  font-weight: 900;
  line-height: 30px;
  margin-bottom: 15px;
}
.travel__select {
  position: relative;
  min-height: 350px;
  margin-bottom: 10px;
}
.travel__input {
  min-height: 40px;
  min-width: 530px;
  border: 1px solid #ccc;
  padding: 0 15px;
  border-radius: 3px;
  font-size: 16px;
  font-weight: 500;
  color: var(--dark-color);
}
.travel__input:focus {
  -webkit-box-shadow: 0 0 1px 3px rgba(0, 170, 255, 0.3);
  box-shadow: 0 0 1px 3px rgba(0, 170, 255, 0.3);
}
.travel__content {
  position: absolute;
  top: 40px;
  left: 0;
  padding: 6px 0 8px;
  background-color: var(--light-color);
  border-left: 1px solid #ccc;
  border-right: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
  width: 100%;
  max-height: 300px;
  overflow-y: scroll;
  overflow-x: hidden;
  -webkit-box-shadow: 0 1px 3px 0 #9b9b9b;
  box-shadow: 0 1px 3px 0 #9b9b9b;
}
.travel__list {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr)[1];
  grid-template-columns: repeat(1, 1fr);
}
.travel__btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  padding: 0 10px;
  min-height: 32px;
  width: 100%;
  background-color: var(--light-color);
  font-size: 16px;
  font-weight: 500;
  color: var(--dark-color);
}
.travel__btn:hover {
  background-color: #D6F1FF;
}
.travel__btn span {
  color: #8f8f8f;
}
.travel__submit {
  min-height: 40px;
  padding: 0 17px;
  border-radius: 6px;
  background-color: var(--accent-color-2);
  color: var(--light-color);
  font-size: 16px;
  font-weight: 500;
}
.travel__submit:hover {
  background-color: rgb(0, 153, 247);
}
.travel__submit:active {
  background-color: rgb(0, 138, 237);
}

.date {
  padding: 10px 30px;
  min-width: 310px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.date__nav {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr)[3];
  grid-template-columns: repeat(3, 1fr);
  margin-bottom: 10px;
  padding: 0 8px;
}
.date__nav-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.date__nav-item:nth-child(1) {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}
.date__nav-item:nth-child(2) {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.date__nav-item:nth-child(3) {
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}
.date__table {
  width: 100%;
}
.date__table thead {
  margin-bottom: 5px;
}
.date__table thead tr th span {
  font-size: 11px;
  font-weight: 500;
  text-transform: uppercase;
}
.date__table tbody tr td button.btn-reset {
  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;
  min-width: 33px;
  min-height: 33px;
  color: var(--dark-color);
  font-size: 14px;
  font-weight: 400;
}
.date__table tbody tr td button.btn-reset:hover {
  background-color: #D6F1FF;
}
.date__nav-svg {
  width: 14px;
  height: 20px;
}
.date__nav-title {
  font-size: 14px;
  font-weight: 500;
}
.date__clear {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  width: 100%;
  text-align: left;
  font-size: 14px;
  font-weight: 500;
  color: var(--accent-color-2);
  line-height: 20px;
}
.date__clear:hover {
  color: var(--hover-color);
}

.special-week-day {
  color: red;
}

.none-date {
  opacity: 0.5;
  text-decoration: line-through;
  cursor: default;
}
.none-date:hover {
  background-color: var(--light-color) !important;
}

.special-date {
  font-weight: 700;
}

.date-content {
  max-height: unset !important;
  overflow: hidden !important;
}

.modal-def {
  min-width: 630px;
  padding-bottom: 14px;
}
.modal-def__title {
  font-size: 20px;
  font-weight: 700;
  line-height: 26px;
  color: var(--dark-color);
  margin: 0;
}
.modal-def__text {
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  color: var(--dark-color);
  margin: 0;
}
.modal-def__text span {
  color: var(--grey-color);
}
.modal-def__menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 10px;
}
.modal-def__menu .btn-reset {
  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: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  min-height: 40px;
  padding: 0 17px;
  border-radius: 6px;
  font-size: 16px;
  font-weight: 500;
  background-color: var(--accent-color-2);
  color: var(--light-color);
}

.modal-new__title {
  font-size: 25px;
  font-weight: 800;
  line-height: 34px;
  color: var(--dark-color);
  margin: 0;
}
.modal-new__input {
  display: block;
  height: 40px;
  width: 100%;
  border-radius: 3px;
  border: 1px solid rgb(204, 204, 204);
  padding: 0 10px;
}
.modal-new__input:focus {
  -webkit-box-shadow: rgb(207, 237, 255) 0px 0px 0px 3px;
  box-shadow: rgb(207, 237, 255) 0px 0px 0px 3px;
}

.tabs__panel {
  display: none;
}

.tabs__nav {
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.tabs__panel--active {
  display: block;
}

.sort {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.sort__inner {
  padding-top: 50px;
}
.sort__container {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr)[1];
  grid-template-columns: repeat(1, 1fr);
  gap: 30px;
}
.sort__title {
  color: #5c5c5c;
  font-size: 14px;
  font-weight: 700;
  line-height: 20px;
  margin-bottom: 8px;
}
.sort__input {
  width: 100%;
  min-height: 30px;
  border-radius: 3px;
  border: 1px solid #b8b8b8;
  padding: 0 8px;
  -webkit-transition: 0.2s ease-in-out;
  transition: 0.2s ease-in-out;
  font-size: 14px;
  font-weight: 500;
  color: var(--dark-color);
}
.sort__input::-webkit-input-placeholder {
  font-size: 15px;
  font-weight: 500;
  color: #B1B1B1;
}
.sort__input::-moz-placeholder {
  font-size: 15px;
  font-weight: 500;
  color: #B1B1B1;
}
.sort__input:-ms-input-placeholder {
  font-size: 15px;
  font-weight: 500;
  color: #B1B1B1;
}
.sort__input::-ms-input-placeholder {
  font-size: 15px;
  font-weight: 500;
  color: #B1B1B1;
}
.sort__input::placeholder {
  font-size: 15px;
  font-weight: 500;
  color: #B1B1B1;
}
.sort__input:focus {
  -webkit-transition: 0.2s ease-in-out;
  transition: 0.2s ease-in-out;
  -webkit-box-shadow: 0px 0px 0px 4px #B2E5FF;
  box-shadow: 0px 0px 0px 4px #B2E5FF;
}
.sort__list {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr)[2];
  grid-template-columns: repeat(2, 1fr);
  gap: 5px;
}
.sort__list-2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 8px;
}
.sort__color {
  width: 27px;
  height: 27px;
  border-radius: 50%;
  cursor: pointer;
}
.sort__btn {
  color: var(--accent-color-2);
  font-size: 14px;
  font-weight: 700;
}
.sort__content {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr)[2];
  grid-template-columns: repeat(2, 1fr);
  margin-bottom: 25px;
}
.sort__tab {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr)[3];
  grid-template-columns: repeat(3, 1fr);
  min-height: 30px;
  border-radius: 3px;
  border: 1px solid #ccc;
  margin-bottom: 25px;
}
.sort__tab-btn {
  font-size: 14px;
  font-weight: 400;
  color: var(--dark-color);
  min-height: 30px;
}
.sort__tab-btn:not(:last-child) {
  border-right: 1px solid #ccc;
}
.sort__tab-btn:hover {
  background: #f1f1f1;
}
.sort__tab-btn:focus {
  -webkit-transition: 0.2s ease-in-out;
  transition: 0.2s ease-in-out;
  -webkit-box-shadow: 0px 0px 0px 4px #B2E5FF;
  box-shadow: 0px 0px 0px 4px #B2E5FF;
}
.sort__result {
  width: 100%;
  min-height: 30px;
  padding: 0 15px;
  border-radius: 3px;
  background-color: var(--accent-color-2);
  color: var(--light-color);
  font-size: 15px;
  font-weight: 500;
  margin-top: 30px;
}

.active-color-theme {
  background-image: url("../img/checked.svg");
  background-repeat: no-repeat;
  background-size: 17px;
  background-position: center;
}

.active-tab-btn {
  background: #E0E0E0;
}
.active-tab-btn:hover {
  background: #E0E0E0;
}

.product {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  gap: 10px;
  position: relative;
  background-color: var(--light-color);
  padding: 20px;
  border-radius: 8px;
  width: 100%;
}
.product:hover {
  background-color: #F5F5F5;
}
.product:hover .product__contact {
  display: -ms-grid;
  display: grid;
}
.product__link {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}
.product__description {
  position: relative;
  max-width: 470px;
}
.product__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  gap: 10px;
}
.product__picture {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  min-width: 240px;
}
.product__picture .image {
  border-radius: 5px;
}
.product__picture-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  gap: 8px;
}
.product__title {
  display: block;
  position: relative;
  z-index: 2;
  font-size: 18px;
  font-weight: 700;
  line-height: 24px;
  color: var(--accent-color-2);
  white-space: nowrap;
  max-width: 300px;
  overflow: hidden;
  text-overflow: ellipsis;
}
.product__title:hover {
  color: var(--hover-color);
}
.product__price {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 8px;
  margin-bottom: 5px;
}
.product__price-num {
  font-size: 18px;
  font-weight: 700;
  line-height: 22px;
  color: var(--dark-color);
}
.product__price-delivery {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: relative;
}
.product__price-delivery:hover .product__price-delivery__text {
  display: block;
}
.product__price-delivery__text {
  display: none;
  position: absolute;
  z-index: 3;
  bottom: 25px;
  right: 50%;
  -webkit-transform: translateX(50%);
  -ms-transform: translateX(50%);
  transform: translateX(50%);
  white-space: nowrap;
  background: #292929;
  color: var(--light-color);
  font-size: 14px;
  font-weight: 500;
  line-height: 18px;
  padding: 15px 30px;
  border-radius: 12px;
}
.product__price-delivery__text::after {
  content: "";
  position: absolute;
  top: 100%;
  right: 50%;
  -webkit-transform: translateX(50%) rotate(180deg);
  -ms-transform: translateX(50%) rotate(180deg);
  transform: translateX(50%) rotate(180deg);
  width: 0;
  height: 0;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-bottom: 10px solid #292929;
}
.product__price-svg {
  position: relative;
  z-index: 2;
  width: 16px;
  height: 12px;
  fill: #B8B8B8;
  cursor: pointer;
}
.product__price-svg:hover {
  fill: #FFB020;
}
.product__description-text {
  font-size: 14px;
  font-weight: 500;
  line-height: 22px;
}
.product__text {
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 2px;
  font-size: 14px;
  font-weight: 500;
  line-height: 18px;
  color: var(--grey-color);
  margin: 5px 0;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}
.product__text-svg {
  width: 14px;
  height: 14px;
  fill: var(--grey-color);
}
.product__favorite {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 2;
}
.product__favorite-svg {
  fill: var(--accent-color-2);
  width: 20px;
  height: 20px;
  -webkit-transition: 0.1s ease-in-out;
  transition: 0.1s ease-in-out;
}
.product__favorite-svg:hover {
  scale: 1.15;
  -webkit-transition: 0.1s ease-in-out;
  transition: 0.1s ease-in-out;
}
.product__menu {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr)[1];
  grid-template-columns: repeat(1, 1fr);
  gap: 10px;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
}
.product__company .image {
  border-radius: 3px;
}
.product__company-title {
  font-size: 15px;
  font-weight: 500;
  line-height: 22px;
  color: var(--dark-color);
}
.product__company-rating {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 5px;
  font-size: 14px;
  font-weight: 500;
  color: var(--dark-color);
  line-height: 22px;
}
.product__company-star {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 2px;
}
.product__company-star-svg {
  width: 12px;
  height: 12px;
  fill: #FFB020;
}
.product__company-text {
  font-size: 14px;
  font-weight: 400;
  line-height: 22px;
  background: #CCECFF;
  border-radius: 3px;
  color: var(--dark-color);
  text-align: left;
  padding: 0 8px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-top: 5px;
}
.product__contact {
  display: none;
  -ms-grid-columns: (1fr)[1];
  grid-template-columns: repeat(1, 1fr);
  gap: 3px;
  max-width: 200px;
}
.product__contact-btn {
  background: var(--light-color);
  height: 30px;
  border: 1px solid #ccc;
  border-radius: 3px;
  padding: 0 20px;
  font-size: 14px;
  font-weight: 500;
  color: var(--dark-color);
}

.dot {
  display: inline-block;
  width: 8px;
  height: 8px;
  border-radius: 50%;
}

.fixed-tab {
  margin-bottom: 30px;
  background: var(--light-color);
}
.fixed-tab__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  gap: 20px;
  padding-left: 20px;
  width: 100%;
}
.fixed-tab__menu {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 30px;
}
.fixed-tab__type {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  gap: 8px;
}
.fixed-tab__type-btn {
  min-width: 20px;
  min-height: 20px;
  background-image: url("../img/type.svg");
  background-size: cover;
  background-repeat: no-repeat;
  padding: 3px;
  border-radius: 3px;
}
.fixed-tab__type-btn:hover {
  background-color: #EBEAE8;
}
.fixed-tab__type-btn:nth-child(1) {
  background-position-x: 0;
}
.fixed-tab__type-btn:nth-child(2) {
  background-position-x: -30px;
}
.fixed-tab__type-btn:nth-child(3) {
  background-position-x: -60px;
}
.fixed-tab__dropdown {
  position: absolute;
  bottom: -170px;
  left: 100px;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr)[1];
  grid-template-columns: repeat(1, 1fr);
  max-width: 160px;
  width: 100%;
  background-color: var(--light-color);
  z-index: 2;
  padding: 15px 0 20px;
  border-radius: 16px;
  -webkit-box-shadow: rgba(0, 0, 0, 0.05) 0px 1px 3px 0px, rgba(0, 0, 0, 0.12) 0px 4px 24px 0px;
  box-shadow: rgba(0, 0, 0, 0.05) 0px 1px 3px 0px, rgba(0, 0, 0, 0.12) 0px 4px 24px 0px;
}
.fixed-tab__dropdown-item {
  text-align: left;
  padding: 8px 15px;
  font-size: 15px;
  font-weight: 500;
  color: var(--dark-color);
}
.fixed-tab__dropdown-item:hover {
  background-color: #E5DFD3;
}
.fixed-tab__btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 5px;
  font-size: 14px;
  font-weight: 500;
  line-height: 22px;
  color: var(--dark-color);
  padding: 3px 20px 3px 2px;
  border-radius: 3px;
  position: relative;
}
.fixed-tab__btn:hover {
  background-color: #EBEAE8;
}
.fixed-tab__btn::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 3px;
  -webkit-transform: translateY(-50%) rotate(180deg);
  -ms-transform: translateY(-50%) rotate(180deg);
  transform: translateY(-50%) rotate(180deg);
  width: 16px;
  height: 16px;
  background-image: url("../img/arrow.svg");
  background-size: cover;
  background-repeat: no-repeat;
}
.fixed-tab__switch {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 5px;
  font-size: 14px;
  font-weight: 500;
  line-height: 22px;
  color: var(--dark-color);
}
.fixed-tab__favorite {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 5px;
  padding: 3px 2px;
  border-radius: 3px;
  font-size: 14px;
  font-weight: 500;
  line-height: 22px;
  color: var(--dark-color);
}
.fixed-tab__favorite:hover {
  background-color: #EBEAE8;
}
.fixed-tab__favorite-svg {
  width: 16px;
  height: 16px;
}

.active-dropdown-item {
  background-color: #E5DFD3;
  background-image: url("../img/checked_2.svg");
  background-repeat: no-repeat;
  background-size: 15px;
  background-position-y: 50%;
  background-position-x: 87%;
}

.fixed-tab-fixed {
  position: fixed;
  top: 0;
  min-width: 1025px;
  max-width: 1025px;
  padding: 12px 0;
  z-index: 10;
}

.work__inner {
  padding: 35px 0;
}
.work__title {
  color: var(--dark-color);
  font-size: 25px;
  font-weight: 700;
  line-height: 30px;
  margin: 0 0 20px;
}
.work__link {
  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: center;
  -ms-flex-align: center;
  align-items: center;
}
.work__link .image {
  max-width: 54px;
  max-height: 54px;
}
.work__link span {
  color: var(--dark-color);
  font-size: 15px;
  font-weight: 500;
  text-align: center;
}
.work .swiper-slide {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (80px)[10];
  grid-template-columns: repeat(10, 80px);
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.filtering__menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  background-color: var(--light-color);
  padding-bottom: 30px;
}
.filtering__menu-title {
  font-size: 20px;
  font-weight: 900;
  line-height: 26px;
  color: var(--dark-color);
}
.filtering__menu-btn {
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  color: var(--grey-color);
}
.filtering__container {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr)[1];
  grid-template-columns: repeat(1, 1fr);
  gap: 20px;
  overflow-y: scroll;
  max-height: 600px;
  padding: 15px 15px 15px 0;
}
.filtering__tab {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: auto auto auto;
  grid-template-columns: auto auto auto;
  width: 100%;
  min-height: 30px;
  border-radius: 3px;
  border: 1px solid #ccc;
}
.filtering__tab-btn {
  font-size: 15px;
  font-weight: 500;
  line-height: 22px;
  color: var(--dark-color);
  background-color: var(--light-color);
}
.filtering__tab-btn:not(:last-child) {
  border-right: 1px solid #ccc;
}
.filtering__tab-btn:hover {
  background-color: #F5F5F5;
}
.filtering__tab-btn:active {
  background-color: #e0e0e0;
}
.filtering__tab-btn:focus {
  -webkit-box-shadow: 0 0 1px 3px rgba(0, 170, 255, 0.3);
  box-shadow: 0 0 1px 3px rgba(0, 170, 255, 0.3);
}
.filtering__tab-btn-active {
  background-color: #e0e0e0;
}
.filtering__title {
  color: rgb(92, 92, 92);
  font-size: 14px;
  font-weight: 700;
  line-height: 20px;
  margin-bottom: 10px;
}
.filtering__grid-list {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr)[2];
  grid-template-columns: repeat(2, 1fr);
  gap: 8px;
}
.filtering__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  border: 1px solid #ccc;
}
.filtering__content input.input-reset:nth-child(1) {
  border-right: 1px solid #ccc;
}
.filtering__input {
  min-height: 30px;
  padding: 0 10px;
  font-size: 14px;
  font-weight: 500;
  color: var(--dark-color);
}
.filtering__footer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  gap: 15px;
  padding: 26px 0 18px;
  background-color: var(--light-color);
}
.filtering__footer-btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 5px;
  min-height: 40px;
  background-color: var(--accent-color-2);
  color: var(--light-color);
  font-size: 16px;
  font-weight: 600;
  padding: 0 17px;
  border-radius: 6px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
.filtering__footer-map {
  background-color: #CFEDFF;
  color: var(--accent-color-2);
}
.filtering .date {
  padding: 10px !important;
}
.filtering .date table tbody tr td button.btn-reset {
  min-width: 52px !important;
}
.filtering .date .date__nav {
  padding: 0 18px !important;
}

.tool__inner {
  padding: 35px 0;
}
.tool__list {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr)[8];
  grid-template-columns: repeat(8, 1fr);
  gap: 8px;
}
.tool__link {
  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: center;
  -ms-flex-align: center;
  align-items: center;
  color: var(--dark-color);
}
.tool__link span {
  text-align: center;
  font-size: 14px;
  font-weight: 500;
  line-height: 18px;
  color: inherit;
}
.tool__link:hover {
  color: var(--hover-color);
}

.top__inner {
  padding: 35px 0;
}
.top__title {
  color: var(--dark-color);
  font-size: 25px;
  font-weight: 700;
  line-height: 35px;
  margin: 0;
}
.top__subtitle {
  color: var(--dark-color);
  font-size: 16px;
  font-weight: 500;
  line-height: 22px;
  margin: 0 0 20px;
}
.top__list {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr)[4];
  grid-template-columns: repeat(4, 1fr);
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  gap: 8px;
  padding-bottom: 30px;
}
.top__btn {
  padding: 0 17px;
  min-height: 40px;
  border-radius: 6px;
  background-color: #e5dfd3;
  color: var(--dark-color);
  font-size: 16px;
  font-weight: 500;
}

.main__content {
  overflow: hidden;
}

.favourite__inner {
  padding-top: 20px;
}
.favourite__title {
  font-size: 32px;
  font-weight: 800;
  color: var(--dark-color);
  line-height: 36px;
  margin: 0 0 20px;
}
.favourite__category {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 5px;
  margin-bottom: 20px;
  padding-left: 10px;
}
.favourite__category-btn {
  padding: 6px 16px 8px;
  border-radius: 6px;
  background-color: #EBEBEB;
  font-size: 13px;
  font-weight: 400;
  color: var(--dark-color);
  white-space: nowrap;
}
.favourite__sort {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 5px;
  margin-bottom: 20px;
  font-size: 14px;
  font-weight: 400;
  color: var(--dark-color);
  padding-left: 10px;
}
.favourite__sort svg {
  width: 16px;
  height: 16px;
}
.favourite__list {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr)[1];
  grid-template-columns: repeat(1, 1fr);
}

.favourite-tab .tabs__nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  border-bottom: 2px solid #E3E2E1;
  padding-bottom: 15px;
  gap: 30px;
  width: 1000px;
}

.favourite-tab .tabs__nav-btn {
  position: relative;
  font-size: 20px;
  font-weight: 700;
  line-height: 26px;
  color: var(--grey-color);
}

.favourite-tab .tabs__nav-btn sup {
  color: var(--grey-color);
}

.favourite-tab .tabs__nav-btn--active {
  color: var(--dark-color);
}

.favourite-tab .tabs__nav-btn--active::after {
  content: "";
  position: absolute;
  bottom: -17px;
  left: 0;
  height: 3px;
  width: 100%;
  background-color: var(--dark-color);
}

.favourite-tab .tabs__panel {
  padding-top: 20px;
}

.compilation__list {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr)[5];
  grid-template-columns: repeat(5, 1fr);
  gap: 10px;
  padding-bottom: 150px;
}
.compilation__item {
  position: relative;
}
.compilation__link .image {
  max-width: 195px;
  max-height: 195px;
  min-width: 195px;
  min-height: 195px;
}
.compilation__menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  gap: 20px;
  padding-top: 10px;
}
.compilation__title {
  margin: 0;
  color: var(--dark-color);
  font-size: 15px;
  font-weight: 600;
  line-height: 22px;
}
.compilation__text {
  margin: 0;
  color: var(--dark-color);
  font-size: 13px;
  font-weight: 400;
  line-height: 22px;
}
.compilation__btn {
  position: relative;
  z-index: 5px;
  width: 20px;
  height: 20px;
}

.favourite-search__menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-bottom: 20px;
}
.favourite-search__menu-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 10px;
}
.favourite-search__menu-btn {
  min-height: 32px;
  padding: 0 13px;
  border-radius: 6px;
  background-color: #F2EFE9;
  color: var(--dark-color);
  font-size: 14px;
  font-weight: 400;
}
.favourite-search__menu-text {
  display: block;
  font-size: 14px;
  font-weight: 400;
  color: var(--dark-color);
  line-height: 18px;
}
.favourite-search__list {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr)[1];
  grid-template-columns: repeat(1, 1fr);
  gap: 20px;
}
.favourite-search__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.favourite-search__description {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  gap: 15px;
}
.favourite-search__link {
  display: block;
  font-size: 16px;
  font-weight: 700;
  color: var(--accent-color-2);
  line-height: 24px;
}
.favourite-search__link:hover {
  color: var(--hover-color);
}
.favourite-search__description-text {
  display: block;
  font-size: 16px;
  font-weight: 400;
  color: var(--grey-color);
  line-height: 24px;
}

.favourite-profile__list {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (700px)[1];
  grid-template-columns: repeat(1, 700px);
}
.favourite-profile__user {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 10px;
  margin-bottom: 10px;
}
.favourite-profile__user .image {
  border-radius: 50%;
}
.favourite-profile__description-name {
  margin: 0;
  font-size: 16px;
  font-weight: 700;
  line-height: 24px;
  color: var(--dark-color);
}
.favourite-profile__description-num {
  display: block;
  font-size: 14px;
  font-weight: 400;
  line-height: 24px;
  color: var(--dark-color);
}

.messenger {
  max-width: 770px;
}
.messenger__inner {
  position: relative;
  padding-top: 30px;
}
.messenger__menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-bottom: 30px;
}
.messenger__title {
  margin: 0;
  font-size: 32px;
  font-weight: 700;
  line-height: 36px;
  color: var(--dark-color);
}
.messenger__menu-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  gap: 10px;
}
.messenger__btn {
  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;
  gap: 5px;
  color: var(--dark-color);
  background-color: #F2EFE9;
  padding: 0 13px;
  min-height: 32px;
  border-radius: 6px;
  font-size: 14px;
  font-weight: 400;
  color: var(--dark-color);
}
.messenger__btn:nth-child(2) {
  padding: 0 !important;
  width: 32px;
}
.messenger .nav {
  margin-bottom: 20px;
  padding-right: 5px;
}
.messenger .nav__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 10px;
}
.messenger .nav__item {
  position: relative;
}
.messenger .nav__item:not(:first-child) {
  width: 100%;
}
.messenger__select {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  background-color: #F2F1F0;
  border-radius: 6px;
  padding: 0 10px;
  min-height: 32px;
  width: 100%;
  font-size: 14px;
  font-weight: 400;
  color: var(--dark-color);
}
.messenger__input {
  background-color: #F2F1F0;
  border-radius: 6px;
  padding: 0 10px;
  min-height: 32px;
  font-size: 14px;
  line-height: 22px;
  font-weight: 400;
  width: 100%;
  cursor: default;
}
.messenger__input:hover {
  background-color: rgb(235, 234, 232);
}
.messenger__input:focus {
  -webkit-box-shadow: rgb(128, 212, 255) 0px 0px 0px 3px;
  box-shadow: rgb(128, 212, 255) 0px 0px 0px 3px;
}
.messenger__list {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr)[1];
  grid-template-columns: repeat(1, 1fr);
  gap: 20px;
  padding-top: 50px;
  padding-bottom: 400px;
}
.messenger__item {
  position: relative;
  border-radius: 20px;
  min-width: 770px;
  min-height: 100px;
}
.messenger__item:hover {
  background-color: #F7F7F5;
}
.messenger__item:hover .messenger__more {
  display: block;
}
.messenger__link {
  display: block;
  min-height: 100px;
}
.messenger__chat {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  padding: 20px;
  gap: 10px;
}
.messenger__chat .image {
  border-radius: 50%;
}
.messenger__description {
  max-width: 550px;
}
.messenger__description-title {
  font-size: 16px;
  font-weight: 700;
  color: var(--dark-color);
  line-height: 24px;
}
.messenger__text {
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  margin: 0;
  font-size: 14px;
  font-weight: 400;
  color: var(--grey-color);
  line-height: 24px;
}
.messenger__date {
  position: absolute;
  top: 20px;
  right: 20px;
  font-size: 13px;
  font-weight: 400;
  color: var(--grey-color);
}
.messenger__more {
  display: none;
  position: absolute;
  bottom: 20px;
  right: 20px;
  padding: 5px 5px 2px;
  border-radius: 50%;
}
.messenger__more:hover {
  background-color: #E3E2E1;
}

.admin {
  background-color: #E6F6FF;
  border-radius: 20px;
  min-height: 72px;
}
.admin:hover {
  background-color: #CFEDFF;
}
.admin__link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.admin__link .image {
  margin-left: 30px;
}
.admin__link-description {
  padding: 15px 30px 15px 15px;
}
.admin__link-title {
  display: block;
  font-size: 16px;
  font-weight: 700;
  color: var(--dark-color);
  line-height: 24px;
}
.admin__link-text {
  display: block;
  font-size: 14px;
  font-weight: 400;
  color: var(--dark-color);
  line-height: 14px;
}

.ads-btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center !important;
  -ms-flex-align: center !important;
  align-items: center !important;
  -webkit-box-pack: justify !important;
  -ms-flex-pack: justify !important;
  justify-content: space-between !important;
}
.ads-btn span {
  text-align: left;
  max-width: 230px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.ads-btn .image {
  border-radius: 6px !important;
  width: 47px;
  height: 36px;
}

.notifications {
  max-width: 720px;
}
.notifications__inner {
  padding-top: 30px;
}
.notifications__title {
  margin: 0 0 10px;
}
.notifications__list {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr)[1];
  grid-template-columns: repeat(1, 1fr);
  min-width: 720px;
}
.notifications__item {
  position: relative;
  min-width: 720px;
  min-height: 75px;
}
.notifications__item:not(:last-child) {
  border-bottom: 1px solid #ccc;
}
.notifications__item:hover {
  background-color: #D9F3FF;
}
.notifications__link {
  min-width: 720px;
  min-height: 75px;
}
.notifications__naming {
  margin: 15px 15px 0 15px;
  font-size: 16px;
  font-weight: 800;
  line-height: 24px;
  color: var(--dark-color);
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  max-width: 600px;
}
.notifications__text {
  font-size: 14px;
  font-weight: 400;
  line-height: 24px;
  color: var(--dark-color);
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  margin: 0 15px 15px;
  max-width: 600px;
}
.notifications__date {
  position: absolute;
  top: 15px;
  right: 15px;
  display: block;
  font-size: 14px;
  font-weight: 400;
  line-height: 24px;
  color: var(--grey-color);
}

.message__inner {
  padding-top: 30px;
}
.message__title {
  font-size: 32px;
  font-weight: 700;
  line-height: 36px;
  color: var(--dark-color);
  margin: 0 0 10px;
}
.message__link {
  display: block;
  font-size: 16px;
  font-weight: 500;
  color: var(--accent-color-2);
  line-height: 22px;
  margin-bottom: 10px;
}
.message__link:hover {
  color: var(--hover-color);
}

.wallet {
  max-width: 720px;
}
.wallet__inner {
  padding-top: 30px;
}
.wallet__title {
  margin: 0 0 20px;
  font-size: 32px;
  font-weight: 800;
  line-height: 46px;
  color: var(--dark-color);
}
.wallet__balance {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (220px)[2];
  grid-template-columns: repeat(2, 220px);
  margin-bottom: 50px;
}
.wallet__balance-item {
  min-height: 54px;
}
.wallet__balance-title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 5px;
  font-size: 16px;
  font-weight: 400;
  line-height: 22px;
  color: var(--dark-color);
}
.wallet__balance-title svg {
  width: 20px;
  height: 20px;
  fill: #B8B8B8;
}
.wallet__balance-num {
  display: block;
  font-size: 25px;
  font-weight: 700;
  line-height: 30px;
  color: var(--dark-color);
}
.wallet__payment {
  position: relative;
  max-width: 205px;
  max-height: 48px;
  margin-bottom: 40px;
}
.wallet__payment span {
  position: absolute;
  top: 50%;
  right: 15px;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  font-size: 18px;
  font-weight: 400;
  color: var(--dark-color);
}
.wallet__input {
  min-width: 205px;
  min-height: 48px;
  max-width: 205px;
  max-height: 48px;
  border-radius: 6px;
  background-color: #F2F1F0;
  padding: 0 30px 0 20px;
  font-size: 18px;
  border: 3px solid transparent;
}
.wallet__input:hover {
  background-color: #ebeae8;
}
.wallet__input:focus {
  background-color: var(--light-color);
  border-color: #80d4ff;
}
.wallet__way-title {
  font-size: 16px;
  font-weight: 600;
  line-height: 24px;
  color: var(--dark-color);
  margin-bottom: 10px;
}
.wallet__way-list {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (330px)[2];
  grid-template-columns: repeat(2, 330px);
}
.wallet__way-link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 10px;
  min-width: 330px;
  min-height: 50px;
}
.wallet__way-link:hover {
  color: var(--hover-color);
}
.wallet__history-list {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr)[1];
  grid-template-columns: repeat(1, 1fr);
  gap: 20px;
}
.wallet__history-month {
  display: block;
  font-size: 16px;
  font-weight: 500;
  color: #8B8B8B;
  line-height: 24px;
}
.wallet__history-title {
  display: block;
  font-size: 16px;
  font-weight: 700;
  color: var(--dark-color);
  line-height: 24px;
}
.wallet__history-text {
  display: block;
  font-size: 16px;
  font-weight: 400;
  color: var(--dark-color);
  line-height: 24px;
  margin: 0;
  max-width: 720px;
  text-overflow: ellipsis;
  overflow: hidden;
}
.wallet__history-date {
  display: block;
  font-size: 14px;
  font-weight: 400;
  color: var(--grey-color);
  line-height: 24px;
}

.wallet-tab .tabs__nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.wallet-tab .tabs__nav-btn {
  min-height: 36px;
  padding: 0 12px;
  border-radius: 18px;
  font-size: 16px;
  font-weight: 400;
  color: var(--accent-color-2);
}
.wallet-tab .tabs__nav-btn--active {
  background-color: #F5F5F5 !important;
  font-weight: 700 !important;
  color: var(--dark-color);
}
.wallet-tab .tabs__panel {
  padding-top: 30px;
}

.pro {
  max-width: 720px;
}
.pro__inner {
  padding-top: 30px;
}
.pro__title {
  margin: 0 0 30px;
  font-size: 32px;
  font-weight: 700;
  line-height: 36px;
  color: var(--dark-color);
}
.pro__text {
  margin: 0;
  font-size: 16px;
  font-weight: 500;
  line-height: 24px;
  color: var(--dark-color);
}
.pro__menu {
  margin: 20px 0 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  gap: 5px;
}
.pro__menu-link {
  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;
  border-radius: 6px;
  padding: 0 17px;
  min-height: 40px;
  font-size: 16px;
  font-weight: 600;
}
.pro__menu-link:nth-child(1) {
  background-color: var(--accent-color-2);
  color: var(--light-color);
}
.pro__menu-link:nth-child(2) {
  background-color: #CFEDFF;
  color: var(--accent-color-2);
}
.pro .nav {
  margin-bottom: 50px;
}
.pro .nav__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.pro .nav__link {
  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;
  padding: 0 12px;
  min-height: 36px;
  border-radius: 18px;
  color: var(--accent-color-2);
  font-size: 16px;
  font-weight: 400;
}
.pro .nav-active {
  background-color: #F5F5F5;
  color: var(--dark-color);
  font-weight: 700;
}
.pro .tabs__nav {
  border-radius: 6px;
  overflow: hidden;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
.pro .tabs__nav-btn {
  min-height: 40px;
  background-color: #F2F1F0;
  padding: 0 17px;
  font-size: 16px;
  font-weight: 400;
  color: var(--dark-color);
}
.pro .tabs__nav-btn--active {
  background-color: #DBD3C1;
}
.pro .tabs__panel {
  padding-top: 30px;
}

.rate__title {
  font-size: 25px;
  font-weight: 700;
  line-height: 30px;
  color: var(--dark-color);
  margin-bottom: 30px;
}
.rate__list {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (340px)[2];
  grid-template-columns: repeat(2, 340px);
  gap: 10px;
}
.rate__list .rate__title {
  font-size: 20px !important;
  font-weight: 700 !important;
  margin-bottom: 10px !important;
}
.rate__menu {
  padding-top: 10px !important;
}
.rate__link {
  font-size: 16px;
  font-weight: 400;
  color: var(--accent-color-2);
}

.promo__inner {
  padding-top: 30px;
}
.promo__title {
  font-size: 32px;
  font-weight: 700;
  line-height: 36px;
  color: var(--dark-color);
  margin: 0 0 20px;
}
.promo__text {
  margin: 0;
  font-size: 16px;
  font-weight: 500;
  line-height: 24px;
  color: var(--dark-color);
}
.promo__link {
  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;
  padding: 0 17px;
  min-height: 40px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  background-color: var(--accent-color-2);
  color: var(--light-color);
  font-size: 16px;
  font-weight: 500;
  border-radius: 6px;
  margin: 20px 0 50px;
}
.promo .tabs__nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  border-bottom: 2px solid #E3E2E1;
  padding-bottom: 15px;
  gap: 30px;
  width: 1000px;
}
.promo .tabs__nav-btn {
  position: relative;
  font-size: 25px;
  font-weight: 700;
  line-height: 26px;
  color: var(--grey-color);
}
.promo .tabs__nav-btn sup {
  color: var(--grey-color);
}
.promo .tabs__nav-btn--active {
  color: var(--dark-color);
}
.promo .tabs__nav-btn--active::after {
  content: "";
  position: absolute;
  bottom: -17px;
  left: 0;
  height: 3px;
  width: 100%;
  background-color: var(--dark-color);
}
.promo .tabs__panel {
  padding-top: 20px;
}

.promocode__inner {
  padding: 30px;
}
.promocode__title {
  font-size: 32px;
  font-weight: 800;
  line-height: 36px;
  color: var(--dark-color);
  margin: 0 0 30px;
}
.promocode__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  gap: 50px;
}
.promocode__container {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr)[1];
  grid-template-columns: repeat(1, 1fr);
  row-gap: 50px;
}
.promocode__container-item {
  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;
}
.promocode__container-title {
  font-size: 20px;
  font-weight: 800;
  line-height: 26px;
  color: var(--dark-color);
  margin-bottom: 15px;
}
.promocode__input {
  min-height: 40px;
  width: 100%;
  background-color: #F2F1F0;
  border-radius: 6px;
  padding: 0 20px;
  font-size: 16px;
  font-weight: 500;
  color: var(--dark-color);
  line-height: 22px;
}
.promocode__input:focus {
  -webkit-box-shadow: rgb(128, 212, 255) 0px 0px 0px 3px;
  box-shadow: rgb(128, 212, 255) 0px 0px 0px 3px;
  background-color: var(--light-color);
}
.promocode__advice {
  display: block;
  font-size: 14px;
  font-weight: 400;
  color: var(--grey-color);
  line-height: 18px;
  margin-top: 5px;
}
.promocode__link {
  font-size: 16px;
  font-weight: 500;
  color: var(--accent-color-2);
  line-height: 22px;
}
.promocode__link:hover {
  color: var(--hover-color);
}
.promocode__rebate {
  margin-top: 20px;
}
.promocode__subtitle {
  font-size: 16px;
  font-weight: 800;
  color: var(--dark-color);
  line-height: 22px;
  margin-bottom: 5px;
}
.promocode__rebate-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  gap: 5px;
  max-width: 205px;
  min-width: 205px;
  position: relative;
}
.promocode__rebate-btn {
  position: relative;
  background-color: #F2F1F0;
  border-radius: 6px;
  min-width: 72px;
  min-height: 40px;
  text-align: left;
  padding: 0 15px;
  font-size: 16px;
  font-weight: 600;
  color: var(--dark-color);
}
.promocode__rebate-btn::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 10px;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 20px;
  height: 20px;
  background-image: url("../img/arrow-2.svg");
  background-size: cover;
  background-repeat: no-repeat;
}
.promocode__value {
  margin-top: 20px;
  margin-bottom: 20px;
}
.promocode__value .promocode__input {
  max-width: 140px;
}
.promocode div label {
  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;
  padding-left: 25px;
}
.promocode div label::before {
  position: absolute;
  left: 0;
  top: 5px;
}
.promocode__container-btn {
  padding: 0 17px;
  min-height: 40px;
  border-radius: 6px;
  background-color: #F2EFE9;
  margin-top: 20px;
  font-size: 16px;
  font-weight: 500;
  color: var(--dark-color);
}
.promocode__description {
  min-width: 350px;
  background-color: var(--light-color);
  border-radius: 20px;
  -webkit-box-shadow: rgba(0, 0, 0, 0.05) 0px 1px 3px 0px, rgba(0, 0, 0, 0.12) 0px 4px 24px 0px;
  box-shadow: rgba(0, 0, 0, 0.05) 0px 1px 3px 0px, rgba(0, 0, 0, 0.12) 0px 4px 24px 0px;
  padding: 20px 24px 32px;
}
.promocode__description-title {
  font-size: 16px;
  font-weight: 800;
  color: var(--dark-color);
  line-height: 22px;
  margin-bottom: 20px;
}
.promocode__description-text {
  margin: 0;
  font-size: 16px;
  font-weight: 500;
  color: var(--dark-color);
  line-height: 22px;
}
.promocode .special-description-text::before {
  content: "- ";
}
.promocode__menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  gap: 8px;
  padding-top: 50px;
  margin-bottom: 10px;
}
.promocode__menu-btn {
  min-height: 40px;
  padding: 0 17px;
  border-radius: 6px;
  font-size: 16px;
  font-weight: 600;
}
.promocode__menu-btn:nth-child(1) {
  background-color: var(--accent-color-2);
  color: var(--light-color);
}
.promocode__menu-btn:nth-child(2) {
  background-color: #CFEDFF;
  color: var(--accent-color-2);
}

.defender {
  max-width: 720px;
}
.defender__inner {
  padding-top: 30px;
  padding-left: 5px;
}
.defender__title {
  font-size: 32px;
  font-weight: 800;
  line-height: 36px;
  color: var(--dark-color);
  margin: 0 0 25px;
}
.defender__text {
  font-size: 16px;
  font-weight: 400;
  line-height: 22px;
  color: var(--grey-color);
  margin: 0;
}
.defender__container {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr)[1];
  grid-template-columns: repeat(1, 1fr);
  gap: 50px;
}
.defender__container-title {
  font-size: 25px;
  font-weight: 800;
  line-height: 36px;
  color: var(--dark-color);
  margin: 0 0 15px;
}
.defender__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  gap: 20px;
}
.defender__description {
  max-width: 530px;
}
.defender .list-reset {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr)[1];
  grid-template-columns: repeat(1, 1fr);
  gap: 20px;
}
.defender .list-reset li {
  position: relative;
}
.defender .list-reset li span {
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  font-size: 16px;
  font-weight: 400;
  color: var(--grey-color);
}
.defender__btn {
  position: absolute;
  bottom: 0;
  right: 0;
  min-width: 32px;
  min-height: 32px;
  max-width: 32px;
  max-height: 32px;
  padding: 5px;
  background-color: #F2EFE9;
  border-radius: 6px;
}
.defender__input {
  display: block;
  min-width: 205px;
  min-height: 40px;
  padding: 0 15px;
  background-color: #F2F1F0;
  border-radius: 6px;
}
.defender__input:focus {
  -webkit-box-shadow: rgb(128, 212, 255) 0px 0px 0px 3px;
  box-shadow: rgb(128, 212, 255) 0px 0px 0px 3px;
}
.defender__submit {
  display: block;
  padding: 0 17px;
  min-height: 40px;
  border-radius: 6px;
  background-color: var(--accent-color-2);
  color: var(--light-color);
  font-size: 16px;
  font-weight: 400;
}

.address__inner {
  padding-top: 30px;
}
.address__title {
  margin: 0 0 20px;
  font-size: 32px;
  font-weight: 800;
  color: var(--dark-color);
  line-height: 36px;
}
.address__text {
  margin: 0;
  font-size: 18px;
  font-weight: 500;
  color: var(--dark-color);
  line-height: 24px;
  max-width: 518px;
}
.address__btn {
  padding: 0 17px;
  min-height: 44px;
  border-radius: 12px;
  background-color: var(--dark-color);
  color: var(--light-color);
  font-size: 16px;
  font-weight: 500;
}
.address__list {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr)[3];
  grid-template-columns: repeat(3, 1fr);
  gap: 8px;
}
.address__item {
  background-color: #F2F1F0;
  border-radius: 24px;
  padding: 10px 16px 24px;
}
.address__list-title {
  font-size: 18px;
  font-weight: 900;
  line-height: 22px;
  color: var(--dark-color);
}
.address__list-text {
  font-size: 15px;
  font-weight: 400;
  line-height: 22px;
  color: var(--dark-color);
}

.address-modal {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (450px)[2];
  grid-template-columns: repeat(2, 450px);
}
.address-modal__title {
  font-size: 26px;
  font-weight: 700;
  line-height: 30px;
  color: var(--dark-color);
}
.address-modal__description {
  padding-right: 40px;
}
.address-modal__input {
  background-color: #F2F1F0;
  min-height: 40px;
  width: 100%;
  border-radius: 12px;
  padding: 0 40px;
  background-image: url("../img/search.svg");
  background-repeat: no-repeat;
  background-size: 20px;
  background-position-x: 10px;
  background-position-y: 50%;
}
.address-modal__input::-webkit-input-placeholder {
  font-size: 15px;
  font-weight: 500;
}
.address-modal__input::-moz-placeholder {
  font-size: 15px;
  font-weight: 500;
}
.address-modal__input:-ms-input-placeholder {
  font-size: 15px;
  font-weight: 500;
}
.address-modal__input::-ms-input-placeholder {
  font-size: 15px;
  font-weight: 500;
}
.address-modal__input::placeholder {
  font-size: 15px;
  font-weight: 500;
}
.address-modal__type {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  gap: 5px;
}
.address-modal__type-btn {
  padding: 0 15px;
  min-height: 36px;
  border-radius: 12px;
  background-color: #F2F1F0;
  font-size: 14px;
  font-weight: 400;
  color: var(--dark-color);
}
.address-modal__type-btn--active {
  background-color: var(--dark-color);
  color: var(--light-color);
}
.address-modal__subtitle {
  font-size: 16px;
  font-weight: 800;
  line-height: 20px;
  color: var(--dark-color);
}
.address-modal__content {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr)[3];
  grid-template-columns: repeat(3, 1fr);
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  gap: 5px;
}
.address-modal__content-type {
  background-color: #F2F1F0;
  max-width: 130px;
  min-height: 44px;
  border-radius: 12px;
  padding: 10px 10px 12px 15px;
  border: 3px solid transparent;
}
.address-modal__content-type:focus {
  border-color: var(--accent-color-2);
}
.address-modal__content-type::-webkit-input-placeholder {
  font-size: 15px;
  font-weight: 500;
}
.address-modal__content-type::-moz-placeholder {
  font-size: 15px;
  font-weight: 500;
}
.address-modal__content-type:-ms-input-placeholder {
  font-size: 15px;
  font-weight: 500;
}
.address-modal__content-type::-ms-input-placeholder {
  font-size: 15px;
  font-weight: 500;
}
.address-modal__content-type::placeholder {
  font-size: 15px;
  font-weight: 500;
}
.address-modal__textarea {
  resize: none;
  background-color: #F2F1F0;
  width: 100%;
  min-height: 85px;
  border-radius: 12px;
  padding: 10px 39px 12px 15px;
  border: 3px solid transparent;
}
.address-modal__textarea:focus {
  border-color: var(--accent-color-2);
}
.address-modal__textarea::-webkit-input-placeholder {
  font-size: 15px;
  font-weight: 500;
}
.address-modal__textarea::-moz-placeholder {
  font-size: 15px;
  font-weight: 500;
}
.address-modal__textarea:-ms-input-placeholder {
  font-size: 15px;
  font-weight: 500;
}
.address-modal__textarea::-ms-input-placeholder {
  font-size: 15px;
  font-weight: 500;
}
.address-modal__textarea::placeholder {
  font-size: 15px;
  font-weight: 500;
}
.address-modal__alert {
  display: block;
  font-size: 13px;
  font-weight: 400;
  color: var(--grey-color);
  line-height: 18px;
}
.address-modal__alert a {
  color: var(--grey-color);
  text-decoration: underline;
}
.address-modal__btn {
  padding: 0 17px;
  min-height: 44px;
  border-radius: 12px;
  font-size: 16px;
  font-weight: 500;
  background-color: var(--accent-color-2);
  color: var(--light-color);
}

.chatroom {
  max-width: 770px;
}
.chatroom__inner {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr)[1];
  grid-template-columns: repeat(1, 1fr);
  min-width: 770px;
  position: relative;
}
.chatroom__header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-shadow: rgba(0, 0, 0, 0.13) 0px 24px 24px -24px;
  box-shadow: rgba(0, 0, 0, 0.13) 0px 24px 24px -24px;
  width: 100%;
  height: 64px;
  padding: 5px 10px 5px 28px;
}
.chatroom__menu .list-reset {
  top: 60px;
  right: 20px;
  bottom: unset;
}
.chatroom__header-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 10px;
}
.chatroom__header-content .image {
  border-radius: 50%;
  height: 40px;
}
.chatroom__header-return {
  -webkit-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  transform: rotate(-90deg);
  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: 36px;
  height: 36px;
  border-radius: 50%;
}
.chatroom__header-return:hover {
  background-color: #EBEAE8;
}
.chatroom__header-user {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 5px;
}
.chatroom__header-user a {
  display: block;
  font-size: 16px;
  font-weight: 900;
  color: var(--dark-color);
  line-height: 24px;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  max-width: 200px;
}
.chatroom__header-user a:hover {
  color: var(--hover-color);
}
.chatroom__header-user time {
  font-size: 13px;
  font-weight: 500;
  line-height: 18px;
  color: var(--grey-color);
  cursor: default;
}
.chatroom__header-item {
  display: block;
  font-size: 14px;
  font-weight: 400;
  color: var(--dark-color);
  line-height: 20px;
}
.chatroom__header-item:hover {
  color: var(--hover-color);
}
.chatroom__header-menu {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 10px;
}
.chatroom__header-menu a {
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
  color: var(--dark-color);
  cursor: pointer;
}
.chatroom__header-btn {
  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;
  padding: 0 13px;
  border-radius: 6px;
  min-height: 30px;
  background-color: #F2EFE9;
  font-size: 14px;
  font-weight: 500;
  color: var(--dark-color);
}
.chatroom__header-btn:hover {
  background-color: rgb(237, 233, 225);
}
.chatroom__header-btn:active {
  background-color: rgb(229, 223, 211);
}
.chatroom__container {
  min-height: 660px;
  max-height: 660px;
  padding: 30px 20px 30px 50px;
  overflow-y: scroll;
  overflow-x: hidden;
}
.chatroom__container::-webkit-scrollbar-button {
  display: none;
}
.chatroom__container::-webkit-scrollbar {
  width: 6px;
  background-color: #FAFAFA;
}
.chatroom__container::-webkit-scrollbar-thumb {
  border-radius: 6px;
  background-color: #C5C5C5;
}
.chatroom__container::-webkit-scrollbar-thumb:hover {
  background-color: #969696;
}
.chatroom__date {
  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: 100%;
  padding: 12px 52px 24px;
  height: 54px;
  font-size: 14px;
  font-weight: 800;
  color: var(--dark-color);
  line-height: 18px;
  text-align: center;
}
.chatroom__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 2px;
  width: 100%;
  min-height: 46px;
  margin-bottom: 15px;
}
.chatroom__sender {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  margin-left: auto;
}
.chatroom__sender .chatroom__message {
  position: relative;
  background-color: #E6F6FF;
  border-radius: 16px;
  padding: 11px 16px 13px 16px;
  min-height: 46px;
  font-size: 16px;
  font-weight: 500;
  line-height: 22px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  max-width: 470px;
}
.chatroom__sender .chatroom__message .chatroom__message-info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 3px;
  position: absolute;
  left: -55px;
  bottom: 13px;
  font-size: 12px;
  font-weight: 500;
  color: var(--grey-color);
}
.chatroom__recipient {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  margin-right: auto;
}
.chatroom__recipient .chatroom__message {
  position: relative;
  background-color: #F2F1F0;
  border-radius: 16px;
  padding: 11px 16px 13px 16px;
  min-height: 46px;
  font-size: 16px;
  font-weight: 500;
  line-height: 22px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  max-width: 470px;
}
.chatroom__recipient .chatroom__message .chatroom__message-info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 3px;
  position: absolute;
  right: -40px;
  bottom: 13px;
  font-size: 12px;
  font-weight: 500;
  color: var(--grey-color);
}
.chatroom .nav {
  -webkit-box-shadow: rgba(0, 0, 0, 0.13) 0px -24px 24px -24px;
  box-shadow: rgba(0, 0, 0, 0.13) 0px -24px 24px -24px;
  min-height: 72px;
  padding: 10px 30px;
}
.chatroom .nav__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 5px;
}
.chatroom .nav__btn {
  position: relative;
  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: 36px;
  height: 36px;
  border-radius: 50%;
}
.chatroom .nav__btn:hover {
  background-color: #EBEAE8;
}
.chatroom .nav__btn .input-reset {
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  width: 100%;
  height: 100%;
  cursor: pointer;
  z-index: 2;
}
.chatroom .nav__input {
  display: block;
  height: 40px;
  max-width: 585px;
  width: 100%;
  padding: 9px 15px;
  border-radius: 6px;
  font-size: 16px;
  line-height: 22px;
  font-weight: 500;
  resize: none;
}
.chatroom .nav__input::-webkit-scrollbar {
  display: none;
}
.chatroom .nav__input:focus {
  -webkit-box-shadow: inset 0 0 0 3px #80d4ff;
  box-shadow: inset 0 0 0 3px #80d4ff;
}
.chatroom .checked {
  fill: var(--accent-color-2);
}
.chatroom__dropdown .list-reset {
  position: absolute;
  bottom: 70px;
  background-color: var(--light-color);
  -webkit-box-shadow: rgba(0, 0, 0, 0.05) 0px 1px 3px 0px, rgba(0, 0, 0, 0.12) 0px 4px 24px 0px;
  box-shadow: rgba(0, 0, 0, 0.05) 0px 1px 3px 0px, rgba(0, 0, 0, 0.12) 0px 4px 24px 0px;
  border-radius: 12px;
  padding: 16px 0 22px;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr)[1];
  grid-template-columns: repeat(1, 1fr);
  gap: 0;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  z-index: 8;
  overflow: hidden;
}
.chatroom__dropdown .list-reset li {
  position: relative;
}
.chatroom__dropdown .list-reset li .button {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  gap: 5px;
  min-height: 40px;
  background-color: var(--light-color);
  color: var(--dark-color);
  font-size: 16px;
  font-weight: 400;
  padding: 8px 24px 10px;
  width: 100%;
}
.chatroom__dropdown .list-reset li .button:hover {
  background-color: #E5DFD3;
}
.chatroom__dropdown .list-reset li .button .image {
  border-radius: 50%;
}
.chatroom__dropdown .list-reset li .button .input-reset {
  opacity: 0;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  cursor: pointer;
}

.modal-fast {
  width: 700px;
}
.modal-fast__title {
  font-size: 32px;
  font-weight: 700;
  line-height: 36px;
  color: var(--dark-color);
  margin-bottom: 10px;
}
.modal-fast__text {
  font-size: 16px;
  font-weight: 400;
  color: var(--dark-color);
  line-height: 24px;
  margin: 0 0 35px;
}
.modal-fast__list {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr)[1];
  grid-template-columns: repeat(1, 1fr);
  margin-bottom: 20px;
}
.modal-fast__item {
  position: relative;
  min-width: 600px;
  border-radius: 12px;
  padding: 18px 20px;
  background-color: var(--light-color);
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  cursor: pointer;
}
.modal-fast__item:hover {
  background-color: #F7F7F5;
}
.modal-fast__item:hover .modal-fast__item-menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.modal-fast__item-title {
  font-size: 18px;
  font-weight: 700;
  line-height: 24px;
  color: var(--dark-color);
  margin-bottom: 10px;
  cursor: inherit;
}
.modal-fast__item-text {
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  color: var(--dark-color);
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  cursor: inherit;
  overflow: hidden;
}
.modal-fast__item-menu {
  position: absolute;
  top: -15px;
  right: 20px;
  padding: 8px 10px;
  max-height: 30px;
  display: none;
  background-color: var(--light-color);
  -webkit-box-shadow: 0px 0px 12px 0px rgb(163, 163, 163);
  box-shadow: 0px 0px 12px 0px rgb(163, 163, 163);
  border-radius: 6px;
}
.modal-fast__item-menu .btn-reset:not(:last-child) {
  margin-right: 10px;
  padding-right: 10px;
  border-right: 1px solid #ccc;
}
.modal-fast__btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 10px;
  padding: 0 13px;
  min-height: 40px;
  border-radius: 6px;
  background-color: #F2EFE9;
  font-size: 16px;
  font-weight: 400;
  color: var(--dark-color);
}
.modal-fast__btn:hover {
  background-color: #ede9e1;
}
.modal-fast__btn:active {
  background-color: #e5dfd3;
}

.modal-ads {
  width: 470px;
  height: 680px;
  overflow-y: auto;
}
.modal-ads::-webkit-scrollbar {
  display: none;
}
.modal-ads__title {
  font-size: 25px;
  font-weight: 700;
  line-height: 30px;
  color: var(--dark-color);
}
.modal-ads__list {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr)[1];
  grid-template-columns: repeat(1, 1fr);
  gap: 8px;
}
.modal-ads__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  gap: 15px;
}
.modal-ads__item .image {
  border-radius: 6px;
}
.modal-ads__description {
  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;
}
.modal-ads__item-title {
  text-align: left;
  font-size: 13px;
  font-weight: 400;
  color: var(--dark-color);
  white-space: nowrap;
  max-width: 400px;
  overflow: hidden;
  text-overflow: ellipsis;
}
.modal-ads__price {
  text-align: left;
  font-size: 13px;
  font-weight: 600;
  color: var(--grey-color);
  white-space: nowrap;
  max-width: 400px;
  overflow: hidden;
  text-overflow: ellipsis;
}

.modal-control__title {
  font-size: 25px;
  font-weight: 700;
  color: var(--dark-color);
  line-height: 30px;
}
.modal-control__text {
  font-size: 16px;
  font-weight: 400;
  color: var(--dark-color);
  line-height: 24px;
}
.modal-control .nav__list {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr)[2];
  grid-template-columns: repeat(2, 1fr);
  gap: 20px;
}
.modal-control .nav__item:nth-child(2) .btn-reset {
  background-color: #F2EFE9 !important;
  color: var(--dark-color) !important;
}
.modal-control .nav__item:nth-child(2) .btn-reset:hover {
  background-color: rgb(237, 233, 225) !important;
}
.modal-control .nav__item:nth-child(2) .btn-reset:active {
  background-color: rgb(229, 223, 211) !important;
}
.modal-control .nav__item .btn-reset {
  width: 100%;
  height: 40px;
  padding: 0 17px;
  border-radius: 6px;
  font-size: 16px;
  font-weight: 500;
  background-color: var(--accent-color-2);
  color: var(--light-color);
  min-width: 190px;
}
.modal-control .nav__item .btn-reset:hover {
  background-color: rgb(0, 153, 247);
}
.modal-control .nav__item .btn-reset:active {
  background-color: rgb(0, 138, 237);
}

.small-btn {
  font-size: 14px !important;
  height: 32px !important;
  min-height: unset !important;
}

.active-dropdown-btn {
  background-image: url("../img/checked_2.svg");
  background-size: 16px;
  background-position-x: 90%;
  background-position-y: 50%;
  background-repeat: no-repeat;
  background-color: #E5DFD3 !important;
}

.cart__inner {
  padding-top: 30px;
}
.cart__title {
  font-size: 32px;
  font-weight: 700;
  line-height: 36px;
  color: var(--dark-color);
  margin: 0;
}
.cart__title span {
  color: var(--grey-color);
}
.cart__container {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 350px;
  grid-template-columns: 1fr 350px;
  gap: 30px;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}
.cart__content {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr)[1];
  grid-template-columns: repeat(1, 1fr);
}
.cart__menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-bottom: 50px;
}
.cart__menu-btn {
  color: var(--accent-color-2);
  font-size: 15px;
  font-weight: 400;
}
.cart__menu-btn:hover {
  color: var(--hover-color);
}
.cart__menu-btn span::before {
  content: "(";
}
.cart__menu-btn span::after {
  content: ")";
}
.cart__list {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr)[1];
  grid-template-columns: repeat(1, 1fr);
  gap: 20px;
}
.cart__store {
  margin-bottom: 20px;
}
.cart__store div label {
  font-size: 15px;
  font-weight: 500;
  color: var(--dark-color);
}
.cart__store div label a {
  font-size: 21px;
  font-weight: 700;
  line-height: 26px;
  color: var(--dark-color);
}
.cart__store div label a:hover {
  color: var(--hover-color);
}
.cart__store div label svg {
  width: 16px;
  height: 16px;
  fill: #FFB021;
  margin: 0 5px;
}
.cart__review {
  margin-right: 5px;
}
.cart__list-num {
  color: var(--grey-color);
}
.cart__list-num::before {
  content: "(";
}
.cart__list-num::after {
  content: ")";
}
.cart__store-link {
  display: block;
  margin-top: 10px;
  font-size: 14px;
  font-weight: 400;
  line-height: 22px;
  color: var(--dark-color);
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
.cart__store-link:hover {
  color: var(--hover-color);
}
.cart__product {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  width: 100%;
  margin-bottom: 30px;
}
.cart__product .image {
  border-radius: 12px;
  width: 112px;
  height: 112px;
}
.cart__product-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}
.cart__product-description {
  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;
  gap: 5px;
  padding-left: 20px;
}
.cart__product-title {
  display: block;
  font-size: 15px;
  font-weight: 500;
  line-height: 20px;
  max-width: 200px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  color: var(--dark-color);
}
.cart__product-title:hover {
  color: var(--hover-color);
}
.cart__product-property {
  display: block;
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
  max-width: 200px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  color: var(--grey-color);
}
.cart__product-link {
  display: block;
  font-size: 15px;
  font-weight: 400;
  line-height: 20px;
  max-width: 200px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  color: var(--accent-color-2);
}
.cart__product-link:hover {
  color: var(--hover-color);
}
.cart__product-price {
  display: block;
  font-size: 18px;
  font-weight: 800;
  color: var(--dark-color);
  line-height: 24px;
  margin-bottom: 8px;
}
.cart__product-value-menu {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr)[3];
  grid-template-columns: repeat(3, 1fr);
  background-color: #F2F1F0;
  width: 135px;
  height: 44px;
  border-radius: 12px;
  overflow: hidden;
}
.cart__product-value-menu span {
  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;
  font-size: 16px;
  font-weight: 500;
}
.cart__product-value-btn {
  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;
}
.cart__product-value-btn:hover {
  background-color: #ebeae8;
}
.cart__product-value-btn:active {
  background-color: #e3e2e1;
}
.cart__description {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr)[1];
  grid-template-columns: repeat(1, 1fr);
  gap: 10px;
  min-width: 350px;
  -webkit-box-shadow: rgba(255, 255, 255, 0.05) 0px 1px 3px 0px, rgba(0, 0, 0, 0.12) 0px 4px 24px 0px;
  box-shadow: rgba(255, 255, 255, 0.05) 0px 1px 3px 0px, rgba(0, 0, 0, 0.12) 0px 4px 24px 0px;
  padding: 20px 24px 32px;
  border-radius: 20px;
}
.cart__description-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  gap: 2px;
}
.cart__description-item span {
  white-space: nowrap;
}
.cart__description-border {
  display: block;
  width: 100%;
  height: 1px;
  border-bottom: 1px dotted var(--grey-color);
  margin-bottom: 3px;
}
.cart__description-btn {
  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;
  min-height: 52px;
  width: 100%;
  border-radius: 16px;
  background-color: #965EEB;
  color: var(--light-color);
  font-size: 16px;
  font-weight: 500;
  margin-top: 10px;
}
.cart__description-btn:hover {
  background-color: #8c4fe8;
}
.cart__description-btn:active {
  background-color: #8144db;
}
.cart .nav__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 25px;
}
.cart .nav__btn {
  width: 20px;
  height: 20px;
}
.cart .nav__btn svg {
  fill: #B8B8B8;
}
.cart .nav__btn svg:hover {
  fill: var(--dark-color);
}

.settings {
  max-width: 720px;
}
.settings__inner {
  padding-top: 30px;
  padding-left: 20px;
}
.settings__title {
  margin: 0;
  font-size: 32px;
  font-weight: 800;
  line-height: 36px;
  color: var(--dark-color);
}
.settings__mail {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  width: 100%;
  padding-bottom: 30px;
}
.settings__mail-btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 5px;
  font-size: 21px;
  font-weight: 500;
}
.settings__mail-alert {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 5px;
  font-size: 14px;
  font-weight: 400;
  color: var(--dark-color);
}
.settings__container {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr)[1];
  grid-template-columns: repeat(1, 1fr);
  gap: 20px;
}
.settings__container-item {
  border-top: 1px solid #D6D6D6;
  padding-top: 20px;
}
.settings__phone-title {
  font-size: 18px;
  font-weight: 500;
  color: var(--dark-color);
  line-height: 24px;
}
.settings__phone-text {
  position: relative;
  margin: 0;
  font-size: 14px;
  font-weight: 400;
  line-height: 18px;
  color: var(--dark-color);
}
.settings__phone-text svg {
  position: absolute;
  top: 0;
  left: -18px;
  fill: #04E061;
}
.settings__phone-text a:hover {
  color: var(--hover-color);
}
.settings__phone-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.settings__phone-content span {
  font-size: 14px;
  font-weight: 500;
  line-height: 18px;
  color: var(--grey-color);
}
.settings__phone-num {
  font-weight: 400 !important;
  color: var(--dark-color) !important;
}
.settings__phone-btn {
  padding: 0 13px;
  min-height: 32px;
  border-radius: 6px;
  background-color: #F2EFE9;
  font-size: 14px;
  font-weight: 400;
  color: var(--dark-color);
}
.settings__bell-title {
  font-size: 21px;
  font-weight: 800;
  line-height: 26px;
  color: var(--dark-color);
}
.settings__text {
  font-size: 13px;
  font-weight: 400;
  line-height: 18px;
  color: var(--dark-color);
  margin: 0;
}
.settings__text a:hover {
  color: var(--hover-color);
}
.settings__bell-subtitle {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 5px;
  font-size: 16px;
  font-weight: 700;
  line-height: 20px;
  color: var(--dark-color);
  margin-bottom: 5px;
}
.settings__bell-content {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 5px;
}
.settings__bell-content div {
  margin-left: 10px;
}
.settings__bell-btn {
  min-width: 165px;
  min-height: 44px;
  border-radius: 12px;
  background-color: #F2F1F0;
  padding: 12px 16px;
  text-align: left;
  font-size: 15px;
  font-weight: 500;
  color: #838383;
  border: 3px solid transparent;
}
.settings__bell-btn:focus {
  border-color: var(--accent-color-2);
}
.settings__social-title {
  font-size: 18px;
  font-weight: 500;
  line-height: 24px;
  color: var(--dark-color);
}
.settings__social-content {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (200px)[2];
  grid-template-columns: repeat(2, 200px);
  gap: 100px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.settings__social-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.settings__social-name {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 5px;
  font-size: 14px;
}
.settings__sales .settings__text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-left: auto;
}
.settings__sales-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  gap: 20px;
  max-width: 320px;
  margin-bottom: 15px;
}
.settings__custom .settings__text {
  font-size: 14px !important;
}
.settings__custom-title {
  font-size: 18px;
  font-weight: 500;
  line-height: 24px;
  color: var(--dark-color);
}
.settings .switch {
  width: 40px !important;
  height: 20px !important;
}
.settings .switch input:checked + .slider:before {
  -webkit-transform: translateX(20px) translateY(-50%);
  -ms-transform: translateX(14px) translateY(-50%);
  transform: translateX(14px translateY(-50%));
}
.settings .switch .slider {
  border-radius: 3px;
}
.settings .switch .slider::before {
  width: 15px;
  height: 15px;
  border-radius: 3px;
}
.settings__list {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr)[1];
  grid-template-columns: repeat(1, 1fr);
  gap: 15px;
}
.settings__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.settings__list-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}
.settings__list-title {
  display: block;
  font-size: 14px;
  font-weight: 500;
  line-height: 18px;
  color: var(--dark-color);
}
.settings__list-text {
  display: block;
  font-size: 14px;
  font-weight: 500;
  line-height: 18px;
  color: var(--grey-color);
}
.settings__delete {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.settings__delete-content .settings__text {
  font-size: 14px !important;
  font-weight: 500 !important;
  color: var(--grey-color) !important;
  max-width: 440px;
}
.settings__delete-title {
  font-size: 18px;
  font-weight: 400;
  line-height: 24px;
  color: var(--dark-color);
  margin-bottom: 10px;
}
.settings__delete-btn {
  font-size: 14px;
  font-weight: 400;
  color: var(--accent-color-2);
}
.settings__delete-btn:hover {
  color: var(--hover-color);
}

.special-container {
  padding: 0;
}

.special-container .container {
  padding: 0 !important;
}

.basic {
  max-width: 720px;
}
.basic__inner {
  padding-top: 30px;
}
.basic__title {
  font-size: 36px;
  font-weight: 700;
  line-height: 36px;
  color: var(--dark-color);
  margin: 0 0 20px;
}
.basic__user {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.basic__text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 5px;
  font-size: 15px;
  font-weight: 400;
  line-height: 20px;
  color: var(--dark-color);
  margin: 0;
}
.basic__user-picture {
  position: relative;
}
.basic__user-picture .image {
  border-radius: 50%;
}
.basic__user-set {
  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;
  position: absolute;
  bottom: 8px;
  right: 8px;
  width: 36px;
  height: 36px;
  background-color: var(--light-color);
  border-radius: 50%;
}
.basic__user-set .input-reset {
  position: absolute;
  width: 100%;
  height: 100%;
  opacity: 0;
}
.basic__pin {
  margin-bottom: 50px;
}
.basic__panel-title {
  font-size: 21px;
  font-weight: 700;
  line-height: 26px;
  color: var(--dark-color);
  margin-bottom: 15px;
}
.basic__pin-alert {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 5px;
  padding: 10px 12px;
  border-radius: 6px;
  background-color: #E6F6FF;
  font-size: 14px;
  font-weight: 400;
  color: var(--dark-color);
}
.basic__confirm {
  margin-bottom: 50px;
}
.basic__confirm-list {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr)[1];
  grid-template-columns: repeat(1, 1fr);
  gap: 10px;
}
.basic__confirm-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.basic__confirm-item .btn-reset {
  color: var(--accent-color-2);
  font-size: 15px;
  font-weight: 400;
}
.basic .tabs__nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  border-bottom: 2px solid #E3E2E1;
  padding-bottom: 15px;
  gap: 30px;
  width: 1000px;
}
.basic .tabs__nav-btn {
  position: relative;
  font-size: 20px;
  font-weight: 700;
  line-height: 26px;
  color: var(--grey-color);
}
.basic .tabs__nav-btn sup {
  color: var(--grey-color);
}
.basic .tabs__nav-btn--active {
  color: var(--dark-color);
}
.basic .tabs__nav-btn--active::after {
  content: "";
  position: absolute;
  bottom: -17px;
  left: 0;
  height: 3px;
  width: 100%;
  background-color: var(--dark-color);
}
.basic .tabs__panel {
  padding-top: 20px;
  padding-bottom: 70px;
}
.basic__alert {
  padding: 20px 48px 32px 24px;
  background-color: #D4F0FF;
  border-radius: 24px;
  margin-bottom: 50px;
}
.basic__alert-title {
  font-size: 21px;
  font-weight: 800;
  line-height: 26px;
  color: var(--dark-color);
  margin-bottom: 10px;
}
.basic__alert-btn {
  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: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  padding: 5px 17px;
  min-height: 40px;
  border-radius: 12px;
  background-color: var(--light-color);
  color: var(--dark-color);
  font-size: 16px;
  font-weight: 400;
  margin-top: 20px;
}
.basic__profile {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-bottom: 50px;
}
.basic__link {
  display: block;
  color: var(--accent-color-2);
  font-size: 15px;
  font-weight: 400;
  text-align: left;
  margin-bottom: 50px;
}
.basic__link:hover {
  color: var(--hover-color);
}
.basic__container {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr)[1];
  grid-template-columns: repeat(1, 1fr);
  gap: 50px;
}
.basic__container-title {
  font-size: 21px;
  font-weight: 800;
  line-height: 26px;
  color: var(--dark-color);
  margin-bottom: 15px;
}
.basic__container-avatar {
  position: relative;
  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: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  gap: 5px;
  width: 200px;
  height: 120px;
  border-radius: 6px;
  background-color: #F2EFE9;
}
.basic__container-avatar .input-reset {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  cursor: pointer;
}
.basic__container-btn {
  padding: 0 12px;
  border-radius: 6px;
  min-height: 30px;
  background-color: #F2EFE9;
  font-size: 15px;
  font-weight: 400;
  color: var(--dark-color);
}

.my-review {
  width: 770px;
}
.my-review__inner {
  padding-top: 30px;
}
.my-review__title {
  margin: 0 0 20px;
  font-size: 32px;
  font-weight: 700;
  line-height: 36px;
  color: var(--dark-color);
}
.my-review__text {
  font-size: 16px;
  font-weight: 400;
  line-height: 22px;
  margin: 0;
}
.my-review__list {
  padding-top: 20px;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr)[2];
  grid-template-columns: repeat(2, 1fr);
  gap: 20px;
}
.my-review__item {
  position: relative;
  padding: 23px 23px 12px;
  border-radius: 20px;
  border: 1px solid #EBEBEB;
}
.my-review__item:hover .my-review__btn {
  display: block;
}
.my-review__description {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  gap: 10px;
  margin-bottom: 10px;
}
.my-review__description .my-review__text {
  font-size: 14px !important;
  line-height: 18px !important;
}
.my-review__picture {
  position: relative;
}
.my-review__picture a:nth-child(1) .image {
  border-radius: 6px;
  overflow: hidden;
}
.my-review__picture a:nth-child(2) {
  position: absolute;
  top: -10px;
  left: -10px;
  border-radius: 50%;
  overflow: hidden;
  border: 2px solid var(--light-color);
}
.my-review__list-user {
  font-size: 16px;
  font-weight: 700;
  color: var(--dark-color);
}
.my-review__list-user:hover {
  color: var(--hover-color);
}
.my-review__star {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 5px;
  fill: #E0E0E0;
}
.my-review__star:hover {
  fill: #FFB020;
}
.my-review__btn {
  display: none;
  position: absolute;
  top: 23px;
  right: 23px;
}
.my-review .tabs__nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.my-review .tabs__nav-btn {
  padding: 0 12px;
  min-height: 40px;
  border-radius: 18px;
  color: var(--accent-color-2);
}
.my-review .tabs__nav-btn--active {
  background-color: #F5F5F5;
  color: var(--dark-color);
  font-weight: 700;
}
.my-review .tabs__panel {
  padding-top: 20px;
}/*# sourceMappingURL=main.css.map */
