a,
b,
h1,
h2,
h3,
h4,
h5,
h6,
li,
ol,
p,
span,
ul {
  margin: 0;
  padding: 0;
}
*,
.amount-rooms__txt,
.catalog-case__back-btn,
.popup__inner {
  -webkit-box-sizing: border-box;
}
*,
.header__action-txt {
  font-family: ProximaNova;
}
.dropdown,
.page__wrapper {
  position: relative;
}
.add-advertisement-btn,
.page__wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
}
.conditions__field.subway-station .checkbox-dropdown-list__col ul li,
.conditions__title,
.dropdown__menu.share-list .dropdown__link,
.footer__privacy-txt,
.goods-case__params-col,
.goods-case__subaddress,
.range-dropdown__label,
.site-checkbox__label {
  white-space: nowrap;
}
a,
a:active,
a:focus,
a:hover,
input,
textarea {
  text-decoration: none;
  outline: 0;
}
button {
  border: 0;
  outline: 0;
}
.btn.active.focus,
.btn.active:focus,
.btn.focus,
.btn:active.focus,
.btn:active:focus,
.btn:focus,
a,
a.active.focus,
a.active:focus,
a.focus,
a:active.focus,
a:active:focus,
a:focus,
button.active.focus,
button.active:focus,
button.focus,
button:active.focus,
button:active:focus,
button:focus {
  outline: transparent 0 !important;
  -webkit-tap-highlight-color: transparent;
}
input,
input:active,
input:focus,
input:hover,
textarea,
textarea:active,
textarea:focus,
textarea:hover {
  outline: 0;
  outline-offset: 0;
}
select {
  outline: 0;
}
li,
ol,
ul {
  list-style: none;
}
* {
  box-sizing: border-box;
}
input,
textarea {
  border: 0;
  -webkit-appearance: none;
}
@font-face {
  font-family: ProximaNova;
  src: url(../static/fonts/ProximaNova-Light.woff2) format("woff2");
  font-display: fallback;
  font-style: normal;
  font-weight: 300;
}
@font-face {
  font-family: ProximaNova;
  src: url(../static/fonts/ProximaNova-Regular.woff2) format("woff2");
  font-display: fallback;
  font-style: normal;
  font-weight: 400;
}
@font-face {
  font-family: ProximaNova;
  src: url(../static/fonts/ProximaNova-Semibold.woff2) format("woff2");
  font-display: fallback;
  font-style: normal;
  font-weight: 600;
}
@font-face {
  font-family: ProximaNova;
  src: url(../static/fonts/ProximaNova-Bold.woff2) format("woff2");
  font-display: fallback;
  font-style: normal;
  font-weight: 700;
}
@font-face {
  font-family: ProximaNova;
  src: url(../static/fonts/ProximaNova-Extrabld.woff2) format("woff2");
  font-display: fallback;
  font-style: normal;
  font-weight: 800;
}
body,
html {
  height: 100%;
  scroll-behavior: smooth;
}
body.disable-scroll,
html.disable-scroll {
  overflow: hidden;
}
.page__wrapper {
  overflow: hidden;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  min-height: 100%;
}
.page__content {
  -webkit-box-flex: 1;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  border-radius: 12px;
}
.site-container {
  max-width: 1189px;
  margin: 0 auto;
  padding: 0 28px;
}
.body-overlay {
  opacity: 0;
  visibility: hidden;
  position: fixed;
  z-index: 80;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.4);
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.body-overlay.show {
  opacity: 1;
  visibility: visible;
}
.lazy_img {
  -webkit-transition: opacity 0.4s linear 0.4s;
  transition: opacity 0.4s linear 0.4s;
  opacity: 0;
}
.lazyloaded,
.lazyloading {
  opacity: 1;
}
.site-btn {
  display: block;
  margin: 0 auto;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  padding: 10px 22px;
  font-family: Montserrat;
  font-weight: 600;
  font-size: 16px;
  line-height: 140%;
  color: #fff;
  background-color: #1e2022;
  border: 1px solid transparent;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.site-btn--white,
.site-btn:hover {
  color: #1e2022;
  background-color: #fff;
}
.site-btn:hover {
  border-color: #1e2022;
}
.site-btn--white:hover {
  color: #fff;
  background-color: #1e2022;
  border-color: #fff;
}
.site-link {
  font-family: Montserrat;
  font-size: 14px;
  line-height: 140%;
  font-weight: 600;
  text-decoration: underline;
  padding-bottom: 2px;
  color: #1e2022;
}
.checkbox-dropdown .checkbox-dropdown-btn a:hover,
.range-dropdown__submit:hover,
.site-link:hover {
  text-decoration: none;
}
@media (max-width: 800px) {
  .site-link {
    padding-bottom: 0;
    padding-top: 3px;
  }
}
.add-advertisement-btn {
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background: #fd5631;
  border-radius: 4px;
  text-align: center;
  font-weight: 400;
  font-size: 14px;
  line-height: 20px;
  color: #fff;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.site-text h1,
.site-text h2,
.site-text h3,
.site-text h4,
.site-title {
  line-height: 120%;
}
.add-advertisement-btn.big {
  padding: 9px 16px;
}
.add-advertisement-btn.medium {
  padding: 12px 13px;
}
.add-advertisement-btn:hover {
  background-color: #e8360e;
}
.add-advertisement-btn .icon {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-right: 4px;
}
.site-title {
  font-size: 25px;
  font-weight: 600;
}
@media (max-width: 800px) {
  .site-title {
    font-size: 20px;
  }
}
.site-text h1 {
  font-size: 40px;
}
.site-text h2 {
  font-weight: 600;
  font-size: 25px;
  margin-bottom: 30px;
}
@media (max-width: 800px) {
  .site-text h2 {
    font-size: 20px;
    margin-bottom: 20px;
  }
}
.site-text h3 {
  font-weight: 400;
  font-size: 25px;
}
.site-text h4,
.site-text h5 {
  font-size: 20px;
  font-weight: 400;
}
.site-text h5 {
  line-height: 140%;
}
.site-text p {
  font-size: 16px;
  line-height: 140%;
  margin-bottom: 28px;
}
.site-text--white h2,
.site-text--white p {
  color: #fff;
}
.splide__arrows .splide__arrow {
  height: 40px;
  width: 40px;
  background-color: rgba(255, 255, 255, 0.5);
  -webkit-transition: 0.5s;
  transition: 0.5s;
  opacity: 1;
}
@media (min-width: 681px) {
  .splide__arrows .splide__arrow {
    opacity: 0;
    -webkit-transition: 0.3s;
    transition: 0.3s;
  }
}
.splide__arrows .splide__arrow svg {
  fill: #fff;
  width: 11px;
  height: 11px;
}
.splide__arrows .splide__arrow--prev {
  left: 0;
  border-radius: 0 4px 4px 0;
}
.splide__arrows .splide__arrow--next {
  right: 0;
  border-radius: 4px 0 0 4px;
}
.splide__pagination {
  bottom: 14px;
}
@media (max-width: 680px) {
  .site-text p {
    font-size: 14px;
  }
  .splide__arrows {
    display: none;
  }
  .splide__pagination {
    bottom: 8px;
  }
}
.splide__pagination__page {
  width: 5px;
  height: 5px;
  background: #fff;
  opacity: 0.3;
}
.splide__pagination__page.is-active {
  opacity: 0.8;
}
@media (min-width: 681px) {
  .goods-case__slider:hover .splide__arrow {
    opacity: 1;
  }
}
.goods-case__slider .splide__arrow:hover {
  background-color: #fd5631;
}
.logo__image {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.logo__image svg {
  width: 100%;
  max-width: 180px;
}

@media (max-width: 768px) {
  .logo__image {
    max-width: 120px;
    max-height: 12px;
  }
  .logo__image svg {
    width: 100%;
    height: 100%;
  }
}
.dropdown__menu {
  display: block;
  position: absolute;
  z-index: 100;
  top: 100%;
  left: 0;
  padding: 5px;
  background-color: #1e2022;
  -webkit-transform: translateY(20px);
  transform: translateY(20px);
  opacity: 0;
  visibility: hidden;
}
.dropdown__menu.open {
  opacity: 1;
  visibility: visible;
  -webkit-transform: translateY(0);
  transform: translateY(0);
}
.dropdown__menu .dropdown__link {
  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: 5px;
  font-size: 14px;
  color: #fff;
  padding: 5px 10px;
  margin-bottom: 3px;
}
.dropdown__menu .dropdown__link:hover {
  background-color: #fff;
  color: #1e2022;
}
.dropdown__menu .dropdown__link .lang__ico {
  margin-left: 10px;
}
.dropdown__menu.share-list {
  min-width: 180px;
  left: 0;
  -webkit-transform: translateX(0);
  transform: translateX(0);
}
.dropdown__ico {
  padding-bottom: 5px;
}
.dropdown__ico.rotate {
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}
.dropdown__item:last-child .dropdown__link {
  margin-bottom: 0;
}
.dropdown__link {
  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: 8px;
  font-size: 14px;
  color: #fff;
}
.menu {
  z-index: 5;
}
.menu__burger {
  display: block;
  cursor: pointer;
}
@media (max-width: 350px) {
  .menu__burger {
    -webkit-transform: translate(0, 2px);
    transform: translate(0, 2px);
  }
}
.menu__burger .bar1,
.menu__burger .bar2,
.menu__burger .bar3 {
  width: 22px;
  height: 2px;
  background-color: #FD5631;
  margin: 5px 0;
  -webkit-transition: 0.4s;
  transition: 0.4s;
  border-radius: 5px;
}
.menu__burger.change .bar1 {
  -webkit-transform: rotate(-45deg) translate(-1px, 4px);
  transform: rotate(-45deg) translate(-1px, 4px);
}
.menu__burger.change .bar2 {
  opacity: 0;
}
.menu__burger.change .bar3 {
  -webkit-transform: rotate(45deg) translate(-6px, -9px);
  transform: rotate(45deg) translate(-6px, -9px);
}
.site-checkbox:hover .site-checkbox__label {
  text-decoration: underline;
}
.site-checkbox label {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  height: 24px;
}
.site-checkbox input[type="checkbox"] {
  display: none;
}
.site-checkbox__label {
  font-family: Montserrat;
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 120%;
  color: #000;
  padding-left: 40px;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  cursor: pointer;
}
.site-checkbox__label:after,
.site-checkbox__label:before {
  width: 22px;
  height: 22px;
  border: 1px solid #1e2022;
  position: absolute;
  top: 0;
  left: 0;
  content: "";
}
.site-checkbox__label:before {
  background: #fff;
}
.site-checkbox__label:after {
  background: url(../static/icons/total_icons/mdi-light_check.svg) center
    no-repeat #1e2022;
  opacity: 0;
}
input[type="checkbox"]:checked ~ .site-checkbox__label:after {
  opacity: 1;
}
.checkbox-dropdown {
  position: relative;
}
.checkbox-dropdown.open .checkbox-dropdown-label {
  background-color: #f5f5f5;
  border-color: #ebebeb;
  border-bottom-right-radius: 0;
}
.checkbox-dropdown .checkbox-dropdown-list {
  position: absolute;
  left: 0;
  right: 0;
  z-index: 10;
  display: none;
}
.checkbox-dropdown .checkbox-dropdown-list__container {
  position: relative;
  padding-bottom: 40px;
  background: #fff;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
  overflow: hidden;
  -webkit-box-shadow: 0 2px 20px rgba(0, 0, 0, 0.08);
  box-shadow: 0 2px 20px rgba(0, 0, 0, 0.08);
}
.checkbox-dropdown .checkbox-dropdown-list__inner {
  padding-top: 16px;
  padding-left: 20px;
  max-height: 250px;
  width: 100%;
  overflow: hidden;
  overflow-y: auto;
  scrollbar-width: thin;
  scrollbar-color: #99a2aa #f5f5f5;
}
@media (max-width: 680px) {
  .checkbox-dropdown .checkbox-dropdown-list__inner {
    padding-left: 10px;
  }
}
.checkbox-dropdown .checkbox-dropdown-list__inner::-webkit-scrollbar {
  width: 8px;
}
.checkbox-dropdown .checkbox-dropdown-list__inner::-webkit-scrollbar-thumb {
  background: #99a2aa;
  border-radius: 4px;
}
.checkbox-dropdown .checkbox-dropdown-list__inner::-webkit-scrollbar-track {
  background: #f5f5f5;
}
.checkbox-dropdown .checkbox-dropdown-btn {
  background-color: #fff;
  -webkit-box-shadow: 0 2px 20px rgba(0, 0, 0, 0.08);
  box-shadow: 0 2px 20px rgba(0, 0, 0, 0.08);
  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: 0;
  left: 0;
  right: 0;
}
.checkbox-dropdown .checkbox-dropdown-btn a {
  width: 100%;
  padding: 6px 0;
  font-weight: 600;
  font-size: 14px;
  line-height: 24px;
  text-align: center;
  letter-spacing: 0.49px;
  -webkit-text-decoration-line: underline;
  text-decoration-line: underline;
  color: #fd5631;
}
.checkbox .checkbox-custom-label,
.checkbox-dropdown .checkbox-dropdown-label,
.checkbox-title,
.range-dropdown__label,
.range-dropdown__txt {
  letter-spacing: 0.49px;
  font-weight: 400;
}
.checkbox-dropdown .checkbox-dropdown-label {
  height: 45px;
  border: 1px solid #d5dae2;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 14px;
  line-height: 14px;
  color: #1e2022;
  padding: 0 35px 0 17px;
  cursor: pointer;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
@media (max-width: 680px) {
  .checkbox-dropdown .checkbox-dropdown-label {
    height: 45px;
    font-size: 16px;
  }
}
.checkbox-dropdown .checkbox-dropdown-label:before {
  content: "";
  position: absolute;
  right: 20px;
  top: 50%;
  width: 15px;
  height: 100%;
  -webkit-transform: translateY(-50%) rotate(-180deg);
  transform: translateY(-50%) rotate(-180deg);
  -webkit-transition: -webkit-transform 0.25s;
  transition: -webkit-transform 0.25s;
  transition: transform 0.25s;
  transition: transform 0.25s, -webkit-transform 0.25s;
  -webkit-transform-origin: center center;
  transform-origin: center center;
  background-image: url(../static/icons/dropdown-arrow.svg);
  background-repeat: no-repeat;
  background-position: center;
}
.checkbox-dropdown .checkbox-dropdown-label.active {
  color: #1e2022;
}
.checkbox-dropdown .checkbox-dropdown-label-ico {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-right: 5px;
}
.checkbox-dropdown .checkbox-dropdown-label-txt {
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}
.checkbox-dropdown.open .checkbox-dropdown-list {
  display: block;
}
.checkbox-dropdown.open .checkbox {
  -webkit-transition: 2s opacity 2s;
  transition: 2s opacity 2s;
  opacity: 1;
}
.checkbox-dropdown.open .checkbox-dropdown-label:before {
  -webkit-transform: translateY(-50%) rotate(0);
  transform: translateY(-50%) rotate(0);
}
.checkbox-title {
  line-height: 26px;
  color: #1e2022;
  margin-bottom: 9px;
}
@media (max-width: 680px) {
  .checkbox-title {
    font-size: 14px;
    line-height: 120%;
  }
}
.checkbox {
  opacity: 0;
  -webkit-transition: opacity 0.2s;
  transition: opacity 0.2s;
  margin-bottom: 10px;
}
.checkbox.error label {
  color: red;
}
.checkbox.error label:before {
  border-color: red !important;
}
.checkbox:last-child {
  padding-bottom: 22px;
  margin-bottom: 0;
}
.checkbox .checkbox-custom {
  display: none;
}
.checkbox .checkbox-custom-label {
  display: inline-block;
  position: relative;
  vertical-align: middle;
  cursor: pointer;
  font-size: 14px;
  line-height: 24px;
  color: #1e2022;
}
@media (max-width: 680px) {
  .checkbox .checkbox-custom-label {
    font-size: 14px;
    line-height: 120%;
  }
}
.checkbox .checkbox-custom + .checkbox-custom-label:before {
  content: "";
  background: 0 0;
  display: inline-block;
  vertical-align: middle;
  margin-right: 10px;
  text-align: center;
  width: 16px;
  height: 16px;
  border: 1px solid #d5dae2;
  border-radius: 4px;
  margin-top: -2px;
}
@media (max-width: 680px) {
  .checkbox .checkbox-custom + .checkbox-custom-label:before {
    width: 18px;
    height: 18px;
  }
}

.checkbox .checkbox-custom:checked + .checkbox-custom-label:before {
  border-color: #fd5631;
}
.checkbox .checkbox-custom:checked + .checkbox-custom-label:after {
  content: "";
  position: absolute;
  top: 6px;
  left: 6px;
  height: 4px;
  width: 1px;
  padding: 2px;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  text-align: center;
  border: solid #fd5631;
  border-width: 0 1px 1px 0;
}
@media (max-width: 768px) {
  .checkbox .checkbox-custom:checked + .checkbox-custom-label:after {
    top: 2px;
    left: 7px;
  }
}
.range-dropdown {
  position: relative;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.range-dropdown.open {
  background-color: #f5f5f5;
  border-color: #ebebeb;
}
.range-dropdown.open .range-dropdown__list {
  display: block;
}
.range-dropdown__fields,
.range-dropdown__label {
  display: -webkit-box;
  display: -ms-flexbox;
  -webkit-box-align: center;
}
.range-dropdown.open .range-dropdown__label {
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}
.range-dropdown.open .range-dropdown__label:before {
  -webkit-transform: translateY(-50%) rotate(0);
  transform: translateY(-50%) rotate(0);
}
.range-dropdown.active .range-dropdown__label {
  color: #1e2022;
}
.range-dropdown__label {
  position: relative;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  height: 45px;
  font-size: 14px;
  line-height: 14px;
  color: #1e2022;
  padding: 0 35px 0 12px;
  cursor: pointer;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  border: 1px solid #d5dae2;
  border-radius: 4px;
}
@media (max-width: 680px) {
  .range-dropdown__label {
    font-size: 15px;
  }
}
.range-dropdown__label:before {
  content: "";
  position: absolute;
  right: 10px;
  top: 50%;
  width: 15px;
  height: 100%;
  -webkit-transform: translateY(-50%) rotate(-180deg);
  transform: translateY(-50%) rotate(-180deg);
  -webkit-transition: -webkit-transform 0.25s;
  transition: -webkit-transform 0.25s;
  transition: transform 0.25s;
  transition: transform 0.25s, -webkit-transform 0.25s;
  -webkit-transform-origin: center center;
  transform-origin: center center;
  background-image: url(../static/icons/dropdown-arrow.svg);
  background-repeat: no-repeat;
  background-position: center;
}
.range-dropdown__txt {
  font-size: 16px;
  line-height: 26px;
  color: #1e2022;
  margin-bottom: 22px;
  margin-top: -10px;
}
.range-dropdown__list {
  position: absolute;
  left: 0;
  right: 0;
  z-index: 10;
  display: none;
  background-color: #fff;
  -webkit-box-shadow: 0 2px 20px rgba(0, 0, 0, 0.08);
  box-shadow: 0 2px 20px rgba(0, 0, 0, 0.08);
  padding: 22px 20px 0;
}
.range-dropdown__list.open {
  display: block;
}
.range-dropdown__checkbox .checkbox {
  opacity: 1;
}
.range-dropdown__checkbox
  .checkbox
  .checkbox-custom
  + .checkbox-custom-label:after,
.range-dropdown__checkbox
  .checkbox
  .checkbox-custom
  + .checkbox-custom-label:before {
  display: none;
}
.range-dropdown__fields {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  gap: 11px;
}
.range-dropdown__value.price input {
  width: 92px;
}
.range-dropdown__value.area input {
  width: 73px;
}
.range-dropdown__value input {
  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;
  height: 33px;
  text-align: center;
  border: 1px solid #d5dae2;
  border-radius: 4px;
}
@media (max-width: 680px) {
  .range-dropdown__value.price input {
    width: 102px;
  }
  .range-dropdown__value.area input {
    width: 81px;
  }
  .range-dropdown__value input {
    height: 37px;
  }
}
.range-dropdown__value input.error {
  border-color: red;
}
.range-dropdown__value input::-webkit-inner-spin-button {
  display: none;
}
.amount-rooms__list,
.range-dropdown__btn {
  display: -webkit-box;
  display: -ms-flexbox;
  -webkit-box-align: center;
}
.range-dropdown__value input::-webkit-input-placeholder {
  font-weight: 400;
  font-size: 15px;
  line-height: 26px;
  text-align: center;
  letter-spacing: 0.49px;
  color: #99a2aa;
}
.range-dropdown__value input::-moz-placeholder {
  font-weight: 400;
  font-size: 15px;
  line-height: 26px;
  text-align: center;
  letter-spacing: 0.49px;
  color: #99a2aa;
}
.range-dropdown__value input:-ms-input-placeholder {
  font-weight: 400;
  font-size: 15px;
  line-height: 26px;
  text-align: center;
  letter-spacing: 0.49px;
  color: #99a2aa;
}
.range-dropdown__value input::-ms-input-placeholder {
  font-weight: 400;
  font-size: 15px;
  line-height: 26px;
  text-align: center;
  letter-spacing: 0.49px;
  color: #99a2aa;
}
.range-dropdown__value input::placeholder {
  font-weight: 400;
  font-size: 15px;
  line-height: 26px;
  text-align: center;
  letter-spacing: 0.49px;
  color: #99a2aa;
}
.amount-rooms__txt,
.range-dropdown__submit {
  font-weight: 600;
  line-height: 26px;
  letter-spacing: 0.49px;
  text-align: center;
}
.range-dropdown__btn {
  margin-top: 22px;
  margin-left: -20px;
  margin-right: -20px;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-shadow: inset 0 14px 20px -12px rgba(0, 0, 0, 0.08);
  box-shadow: inset 0 14px 20px -12px rgba(0, 0, 0, 0.08);
  background-color: #fff;
}
.range-dropdown__submit {
  padding: 6px 0;
  width: 100%;
  font-size: 14px;
  -webkit-text-decoration-line: underline;
  text-decoration-line: underline;
  color: #fd5631;
}
.amount-rooms__inner {
  height: 45px;
}
@media (max-width: 680px) {
  .amount-rooms__inner {
    height: 45px;
  }
}
.amount-rooms__list {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  gap: 9px;
}
.amount-rooms__txt,
.pagination__row {
  display: -webkit-box;
  display: -ms-flexbox;
}
.amount-rooms__label input:checked ~ span {
  border-color: #fd5631;
  color: #fd5631;
}
.amount-rooms__txt {
  cursor: pointer;
  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: 45px;
  height: 45px;
  background-color: #fff;
  border: 1px solid #d5dae2;
  box-sizing: border-box;
  border-radius: 4px;
  font-size: 14px;
  color: #99a2aa;
  -webkit-transition: 0.2s;
  transition: 0.2s;
  font-weight: 400;
}
@media (max-width: 680px) {
  .amount-rooms__txt {
    font-size: 16px;
  }
}
.pagination__row {
  margin-left: -15px;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
@media (max-width: 680px) {
  .amount-rooms__txt {
    width: 45px;
    height: 45px;
  }
  .pagination {
    margin-bottom: 40px;
  }
  .pagination__row {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    gap: 1px;
  }
}
.pagination__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 21px;
}
@media (max-width: 680px) {
  .pagination__list {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    gap: 2px;
  }
  .pagination__item:nth-child(1),
  .pagination__item:nth-child(2) {
    margin-right: 13px;
  }
}
.pagination__btn,
.pagination__item a {
  display: -webkit-box;
  display: -ms-flexbox;
  -webkit-box-align: center;
  border-radius: 4px;
}
.pagination__item a {
  font-weight: 300;
  font-size: 16px;
  line-height: 72px;
  color: #000;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 39px;
  height: 39px;
}
@media (max-width: 680px) {
  .pagination__item a {
    width: 31px;
    height: 31px;
  }
}
.pagination__item a.active {
  background-color: #fd5631;
  color: #fff;
}
.pagination__item a:hover:not(.active) {
  background-color: #e8360e;
  color: #fff;
}
.pagination__btn {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 39px;
  height: 39px;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.pagination__btn svg * {
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.pagination__btn-next-ico,
.pagination__btn-prev-ico {
  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;
}
@media (max-width: 1100px) {
  .desktop {
    display: none !important;
  }
}
@media (min-width: 1101px) {
  .tablet {
    display: none !important;
  }
}
@media (min-width: 550px) {
  .mobile {
    display: none !important;
  }
}
.breadcrumbs__back-btn,
.breadcrumbs__list {
  display: -webkit-box;
  display: -ms-flexbox;
  -webkit-box-align: center;
}
/* .breadcrumbs__inner {
  padding: 30px 0 50px;
} */
.breadcrumbs__list {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
}
.breadcrumbs__back-btn {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-right: 10px;
}
.header__action-list,
.header__inner {
  display: -webkit-box;
  display: -ms-flexbox;
}
.breadcrumbs__back-btn svg * {
  fill: #6b6b6b;
}
@media (max-width: 680px) {
  .pagination__btn {
    width: 35px;
    height: 35px;
  }
  .breadcrumbs__inner {
    padding-bottom: 30px;
  }
  header {
    position: relative;
    z-index: 400;
  }
  header.fixed {
    position: fixed;
    top: 0;
    width: 100%;
  }
}
.header {
  
   background-color: #1e2022;
   
  /* --------------- new styles authorization form and personal ---------------*/
}

.header__inner {
  display: flex;
  align-items: center;
  min-height: 59px;
}

@media (max-width: 768px) {
  .header__inner {
    min-height: 50px;
  }
}

.header__action {
  margin-left: auto;
}

.header__action--user {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 38px;
  height: 38px;
  background-color: #fff;
  border: 1px solid #fff;
  border-radius: 50%;
  transition: 0.2s;
  cursor: pointer;
}
.header__action--user:hover{
  border-color: #fd5631;
}

@media (max-width: 768px) {
  .header__action--user {
    width: 30px;
    height: 30px;
  }
}

.header__action--user .header__action-ico {
  margin-right: 0;
}

.header__action-list {
  display: flex;
  align-items: center;
  gap: 35px;
}

@media (max-width: 768px) {
  .header__action-list {
    gap: 20px;
  }
}

.header__action-item {
  display: flex;
  align-items: center;
  position: relative;
}

@media (max-width: 768px) {
  .header__action-item .add-advertisement-btn {
    padding: 7px;
  }

  .header__action-item .add-advertisement-btn .icon {
    width: 16px;
    height: 16px;
    margin-right: 0;
  }

  .header__action-item .add-advertisement-btn .icon svg {
    width: 100%;
    height: 100%;
  }

  .header__action-item .add-advertisement-btn .txt {
    display: none;
  }
}

.header__action-ico {
  display: flex;
  margin-right: 7px;
}

.header__action-txt {
  font-family: "ProximaNova";
  font-weight: 300;
  font-size: 16px;
  line-height: 150%;
  color: #fff;
}

.header__switchers {
  margin-left: 25px;
}

@media (max-width: 768px) {
  .header__switchers {
    margin-left: 14px;
  }
}

.header__switchers .lang-switcher {
  margin-right: -10px;
}

.header__switchers .lang-switcher .dropdown {
  padding: 10px;
}

.header .dropdown__menu {
  left: -4px;
  padding-top: 13px;
  background-color: transparent;
}

.header .dropdown__menu:after {
  content: "";
  position: absolute;
  left: 15px;
  top: 1px;
  width: 18px;
  height: 19px;
  background-image: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTkiIGhlaWdodD0iMTkiIHZpZXdCb3g9IjAgMCAxOSAxOSIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggZD0iTTcuNzM2MjEgMS4yOTkzN0M4LjQ4OTY5IC0wLjExMDEwNCAxMC41MTAzIC0wLjExMDEwNSAxMS4yNjM4IDEuMjk5MzdMMTguNzUyMSAxNS4zMDcxQzE5LjQ2NDMgMTYuNjM5NCAxOC40OTkgMTguMjUgMTYuOTg4MyAxOC4yNUgyLjAxMTY5QzAuNTAwOTk3IDE4LjI1IC0wLjQ2NDMwOCAxNi42Mzk0IDAuMjQ3OTA1IDE1LjMwNzFMNy43MzYyMSAxLjI5OTM3WiIgZmlsbD0id2hpdGUiLz4KPC9zdmc+Cg==");
  background-repeat: no-repeat;
  background-size: 100%;
  z-index: 99;
}

@media (max-width: 768px) {
  .header .dropdown__menu:after {
    left: unset;
    right: 23px;
  }
}

@media (max-width: 768px) {
  .header .dropdown__menu {
    left: unset;
    right: -18px;
    padding-top: 17px;
  }
}

.header .dropdown__list {
  padding: 30px 20px;
  background-color: #fff;
  border-radius: 4px;
  box-shadow: 1px 2px 48px rgba(0, 0, 0, 0.08);
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.header .dropdown__case a {
  display: flex;
  align-items: center;
  gap: 12px;
}

.header .dropdown__case a .ico {
  display: flex;
  align-items: center;
  justify-content: center;
}

.header .dropdown__case a .ico svg * {
  transition: 0.2s;
}

.header .dropdown__case a .txt {
  font-family: "ProximaNova";
  font-style: normal;
  font-weight: 400;
  font-size: 15px;
  line-height: 140%;
  color: #1e2022;
  white-space: nowrap;
}

.header .dropdown__case a:hover .ico svg * {
  fill: #fd5631;
}

.header .dropdown__case a:hover .txt {
  color: #fd5631;
}

/*.header__inner {
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  min-height: 59px;
}
.header__action {
  margin-left: auto;
}
.header__action--user {
  opacity: 0.7;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.header__action--user:hover {
  opacity: 1;
}
@media (max-width: 768px) {
  .header__inner {
    min-height: 50px;
  }
  .header__action--user {
    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: 30px;
    height: 30px;
    border: 1px solid #fff;
    border-radius: 4px;
  }
  .header__action--user .header__action-ico {
    margin-right: 0;
  }
  .header__action--user .header__action-txt {
    display: none;
  }
}
.header__action-list {
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 35px;
}
.header__action-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
@media (max-width: 768px) {
  .header__action-list {
    gap: 11px;
  }
  .header__action-item .add-advertisement-btn {
    padding: 7px;
  }
  .header__action-item .add-advertisement-btn .icon {
    width: 16px;
    height: 16px;
    margin-right: 0;
  }
  .header__action-item .add-advertisement-btn .icon svg {
    width: 100%;
    height: 100%;
  }
  .header__action-item .add-advertisement-btn .txt {
    display: none;
  }
} */
.popup,
.popup__overlay {
  top: 0;
  height: 100%;
  width: 100%;
  left: 0;
}
.header__action-ico,
.popup {
  display: -webkit-box;
  display: -ms-flexbox;
}
.header__action-ico {
  display: flex;
  margin-right: 7px;
}
.header__action-txt {
  font-weight: 300;
  font-size: 16px;
  line-height: 150%;
  color: #fff;
}
.header__switchers {
  margin-left: 25px;
}
@media (max-width: 768px) {
  .header__switchers {
    margin-left: 14px;
  }
}
.header__switchers .lang-switcher {
  margin-right: -10px;
}
.header__switchers .lang-switcher .dropdown {
  padding: 10px;
}
.popup {
  position: fixed;
  background-color: rgba(0, 0, 0, 0.7);
  -webkit-transition: 0.3s all;
  transition: 0.3s all;
  z-index: -1;
  visibility: hidden;
  opacity: 0;
  overflow-y: auto;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
@media (max-height: 630px) {
  .popup {
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
}
.popup.open {
  z-index: 350;
  opacity: 1;
  visibility: visible;
}
.popup__body {
  position: relative;
  margin-left: auto;
  margin-right: auto;
  margin-top: 40px;
  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;
  max-width: 660px;
  background-color: #fff;
  border-radius: 4px;
}
.popup__overlay {
  display: none;
  position: absolute;
  z-index: 50;
  background-color: rgba(30, 32, 34, 0.5);
}
.popup__overlay.active {
  display: block;
}
.popup__inner {
  width: 100%;
  box-sizing: border-box;
  position: relative;
}
.popup__close {
  position: absolute;
  top: 20px;
  right: 20px;
  width: 20px;
  height: 20px;
  cursor: pointer;
  -webkit-transition: 0.3s all;
  transition: 0.3s all;
  z-index: 3;
}
.popup__close:hover {
  opacity: 0.7;
}
@media (max-width: 680px) {
  .popup__close {
    width: 15px;
    height: 15px;
  }
  .popup.add_advertisement,
  .popup.feedback-popup {
    display: block;
    top: 45px;
  }
  .popup.add_advertisement .popup__body,
  .popup.feedback-popup .popup__body {
    max-width: 100vw;
    margin-top: 0;
    border-radius: 0;
    height: calc(100vh - 70px);
  }
}
.popup.add_advertisement .popup__inner,
.popup.feedback-popup .popup__inner {
  height: 100%;
  background-color: #e7eaf3;
}
.add_advertisement__feedback {
  border-radius: 4px;
  padding: 58px 67px 54px;
  background-color: #e7eaf3;
}
@media (max-width: 680px) {
  .add_advertisement__feedback {
    padding: 67px 20px;
  }
  .add_advertisement__feedback .feedback {
    margin: 0;
  }
  .add_advertisement__feedback .feedback__inner {
    padding: 0;
  }
}
.add_advertisement__feedback .feedback__inner {
  padding: 0;
  border-radius: 4px;
}
.add_advertisement__feedback .feedback__txt {
  margin-bottom: 37px;
  text-align: center;
  font-weight: 600;
  font-size: 20px;
  line-height: 127%;
  color: #1e2022;
}
.add_advertisement__feedback .feedback__image {
  width: 100%;
}
.add_advertisement__feedback .feedback__image-inner {
  position: relative;
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.add_advertisement__feedback .feedback__image-inner:before {
  content: "";
  display: block;
  padding-top: 58%;
}
@media (max-width: 680px) {
  .add_advertisement__feedback .feedback__txt {
    font-size: 18px;
    margin-bottom: 34px;
  }
  .add_advertisement__feedback .feedback__image-inner:before {
    padding-top: 68%;
  }
}
.add_advertisement__feedback .feedback__image-inner svg {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 100%;
  height: 100%;
  max-width: 405px;
}
.add_advertisement__feedback .feedback .contact-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  gap: 15px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-bottom: 29px;
}
@media (max-width: 680px) {
  .add_advertisement__feedback .feedback .contact-list {
    margin-bottom: 37px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 20px;
  }
}
.add_advertisement__feedback .feedback .contact-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 10px;
  width: 144px;
  padding: 6px 13px 6px 9px;
  background-color: #fff;
  border-radius: 4px;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
@media (max-width: 680px) {
  .add_advertisement__feedback .feedback .contact-item {
    gap: 12px;
    width: 160px;
    padding: 7px 15px 7px 10px;
  }
}
.add_advertisement__feedback .feedback .contact-item:hover .contact-item__ico {
  background: -webkit-gradient(
    linear,
    right top,
    left top,
    from(#fd5631),
    color-stop(86.25%, #fd5631)
  );
  background: linear-gradient(270deg, #fd5631 0, #fd5631 86.25%);
}
.add_advertisement__feedback .feedback .contact-item__ico {
  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: 35px;
  height: 35px;
  border-radius: 4px;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
@media (max-width: 680px) {
  .add_advertisement__feedback .feedback .contact-item__ico {
    width: 40px;
    height: 40px;
  }
}
.add_advertisement__feedback .feedback .contact-item__ico.telegram {
  background: -webkit-gradient(
    linear,
    right top,
    left top,
    from(#039be5),
    color-stop(86.25%, #039be5)
  );
  background: linear-gradient(270deg, #039be5 0, #039be5 86.25%);
}
.add_advertisement__feedback .feedback .contact-item__ico.viber {
  background: -webkit-gradient(
    linear,
    right top,
    left top,
    from(#8e24aa),
    color-stop(86.25%, #8e24aa)
  );
  background: linear-gradient(270deg, #8e24aa 0, #8e24aa 86.25%);
}
.add_advertisement__feedback .feedback .contact-item__ico.facebook {
  background: -webkit-gradient(
    linear,
    right top,
    left top,
    from(#81d7fe),
    color-stop(86.25%, #e781fb)
  );
  background: linear-gradient(270deg, #81d7fe 0, #e781fb 86.25%);
}
.feedback-popup .feedback__inner {
  padding: 38px 67px;
}
.feedback-popup .feedback__contact {
  margin-bottom: 60px;
}
@media (max-width: 680px) {
  .feedback-popup .feedback__contact {
    margin-bottom: 35px;
  }
}
.feedback-popup .contact-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-orient: horizontal !important;
  -webkit-box-direction: normal !important;
  -ms-flex-direction: row !important;
  flex-direction: row !important;
  margin-bottom: 0 !important;
}
@media (max-width: 680px) {
  .feedback-popup .contact-list {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
    -ms-flex-direction: column !important;
    flex-direction: column !important;
  }
}
.author__info-txt,
.catalog-case__aside .goods-case__address-row,
.catalog__list,
.features__case-inner,
.feedback .contact-list,
.feedback__title {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
}
.feedback-popup .contact-item {
  width: 100%;
}
.footer {
  background-color: #1e2022;
}
.footer__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;
  min-height: 65px;
}
.footer__privacy {
  text-align: center;
  -webkit-transform: translateX(-35px);
  transform: translateX(-35px);
}
@media (max-width: 680px) {
  .footer__inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 20px;
    padding-top: 20px;
    padding-bottom: 15px;
  }
  .footer__privacy {
    -webkit-transform: translateX(0);
    transform: translateX(0);
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3;
  }
}
.footer__social-item,
.footer__social-list {
  display: -webkit-box;
  display: -ms-flexbox;
  -webkit-box-align: center;
}
.footer__privacy-txt {
  font-style: normal;
  font-weight: 300;
  font-size: 14px;
  line-height: 150%;
  color: #fff;
  opacity: 0.7;
}
.footer__social-list {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  gap: 10px;
}
.footer__social-item {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.footer__social-ico {
  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: 40px;
  height: 40px;
  padding: 8px;
  border-radius: 50%;
  background-color: rgba(255, 255, 255, 0.1);
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
@media (max-width: 768px) {
  .footer__social-ico {
    width: 32px;
    height: 32px;
  }
}
.footer__social-ico:hover {
  background-color: rgba(255, 255, 255, 0.2);
}
.footer__social-ico svg {
  width: 100%;
  height: 100%;
}
.home-page .page__wrapper,
.product-page .page__wrapper {
  overflow: visible;
}
.hero-section{
  margin-bottom: -30px;
}
@media (max-width:680px) { 
  .hero-section{
    margin-bottom: 0;
  }
}
.hero-filter{
  margin-top: 30px;
}
.hero-section__inner {
  padding-top: 45px;
  padding-bottom: 61px;
  background-image: url(../media/img/no_rieltor-ilustr.svg);
  background-position-y: bottom;
  background-position-x: calc(100% - 50px);
  background-repeat: no-repeat;
  background-size: 41%;
}
@media (max-width: 992px) {
  .hero-section__inner {
    background-size: auto;
    padding-bottom: 68px;
    background-image: url(../media/img/no_rieltor-ilustr--mobile-1.svg);
  }
}
@media (max-width: 680px) {
  .footer__privacy-txt {
    font-size: 14px;
  }
  .hero-section__inner {
    padding-top: 20px;
    background-position-x: right;
    background-color: #f4f3f3;
  }
}
.hero-section__info h1 {
  font-weight: 800;
  font-size: 36px;
  line-height: 120%;
  color: #1e2022;
  margin-bottom: 9px;
}
@media (max-width: 768px) {
  .hero-section__inner {
    padding-bottom: 250px;
  }
  .hero-section__info h1 {
    font-size: 30px;
    margin-bottom: 11px;
  }
}
@media (max-width: 680px) {
  .hero-section__info h1 {
    margin-bottom: 4px;
  }
}
.hero-section__info p {
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 150%;
  color: #1e2022;
  margin-bottom: 31px;
}
@media (max-width: 768px) {
  .hero-section__info p {
    font-size: 16px;
    margin-bottom: 30px;
  }
}
.hero-section .add-advertisement-btn {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
@media (max-width: 680px) {
  .hero-section__info p {
    margin-bottom: 23px;
  }
  .hero-section__info p br {
    display: none;
  }
  .hero-section .add-advertisement-btn {
    height: 45px;
    width: 190px;
    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;
  }
}
.conditions__row,
.hero-filter__top {
  display: -webkit-box;
  display: -ms-flexbox;
  -webkit-box-align: center;
}
.hero-filter {
  margin-bottom: 72px;
}
@media (max-width: 992px) {
  .hero-filter {
    margin-top: -7px;
    background-color: #fff;
  }
}
@media (max-width: 768px) {
  .hero-filter {
    margin-bottom: 40px;
  }
}
@media (max-width: 680px) {
  .hero-filter {
    margin-bottom: 10px;
  }
}
.hero-filter__body {
  padding: 32px 36px 31px;
  background-color: #fff;
  -webkit-box-shadow: 1px 2px 43px rgba(0, 0, 0, 0.08);
  box-shadow: 1px 2px 43px rgba(0, 0, 0, 0.08);
  border-radius: 4px;
}
.hero-filter__top {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  gap: 21px;
  margin-bottom: 27px;
}
@media (max-width: 768px) {
  .hero-filter__body {
    padding: 30px 0;
    -webkit-box-shadow: unset;
    box-shadow: unset;
  }
  .hero-filter__top {
    gap: 0;
    margin-bottom: 20px;
  }
}
@media (max-width: 680px) {
  .conditions {
    display: none;
  }
  .conditions.active {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .conditions__row {
    margin-top: 20px;
  }
}
.conditions__row {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
}
.conditions__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 22px;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  width: 100%;
}
@media (max-width: 1340px) {
  .conditions__list {
    gap: 5px;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
}
@media (max-width: 1250px) and (max-width: 992px) {
  .conditions__list .conditions__btn {
    margin-top: 20px;
  }
}
@media (max-width: 1250px) {
  .conditions__list {
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    gap: 20px;
  }
  .conditions__list .conditions__btn {
    margin-left: auto;
  }
  .conditions__list .conditions__more-btn {
    width: auto;
    height: auto;
    padding: 15px;
  }
  .conditions__list .conditions__more-btn-txt {
    display: none;
  }
}
@media (max-width: 1170px) {
  .conditions__list {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .conditions__list .conditions__more-btn-txt {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .conditions__list .conditions__btn {
    margin-left: 0;
  }
}
@media (max-width: 1170px) and (max-width: 992px) {
  .conditions__list .conditions__btn {
    margin-top: 20px;
  }
}
.conditions__list.more-conditions {
  display: none;
  margin-top: 25px;
}
.conditions__list.more-conditions.active {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media (max-width: 1220px) {
  .conditions__case {
    width: calc(33.333% - 10px);
  }
}
@media (max-width: 992px) {
  .conditions__case {
    width: calc(50% - 10px);
  }
}
@media (min-width: 769px) {
  .conditions__case.search-dropdown-case {
    display: none;
  }
}
.conditions__case.search-dropdown-case
  .checkbox-dropdown
  .checkbox-dropdown-label {
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
}
.conditions__case.search-dropdown-case
  .checkbox-dropdown.open
  .checkbox-dropdown-label {
  border-bottom-left-radius: 0;
}
.conditions__case.new-building .checkbox {
  padding-top: 25px;
  opacity: 1;
  padding-bottom: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.conditions__case.new-building .checkbox .checkbox-custom-label:after,
.conditions__case.new-building .checkbox .checkbox-custom-label:before {
  width: 27px;
  height: 27px;
}

@media (max-width: 680px) {
  .conditions__case.new-building .checkbox .checkbox-custom-label:after,
  .conditions__case.new-building .checkbox .checkbox-custom-label:before {
    width: 30px;
    height: 30px;
  }
}
.conditions__case.new-building .checkbox .checkbox-custom-label:after {
  top: 2px !important;
  left: 10px !important;
  height: 9px !important;
  width: 4px !important;
  border-width: 0 2px 2px 0 !important;
}
@media (min-width: 681px) {
  .conditions__case.type-apartment--mobile {
    display: none;
  }
}
.conditions__case.subway-distance-case .range-dropdown {
  min-width: 197px;
}
.conditions__title {
  font-weight: 600;
  font-size: 14px;
  line-height: 24px;
  letter-spacing: 0.46px;
  text-transform: uppercase;
  color: #1e2022;
  margin-bottom: 4px;
}
.conditions__field.district_name .checkbox-dropdown-label,
.conditions__field.price-condition .checkbox-dropdown-label,
.conditions__field.subway-station .checkbox-dropdown-label,
.conditions__field.type-apartment .checkbox-dropdown-label {
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
}
.conditions__field .checkbox-dropdown.open .checkbox-dropdown-label {
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}
.conditions__field.price-condition .range-dropdown {
  min-width: 221px;
  max-width: 230px;
}
@media (max-width: 680px) {
  .conditions__list.more-conditions {
    margin-top: -20px;
  }
  .conditions__list {
    gap: 20px;
  }
  .conditions__case.type-apartment--desktop {
    display: none;
  }
  .conditions__case.price-condition-case {
    width: 100%;
  }
  .conditions__case.price-condition-case .range-dropdown {
    width: 100% !important;
  }
  .conditions__case.amount-rooms-case {
    width: 100%;
  }
  .conditions__case.amount-rooms-case .amount-rooms__list {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
  .conditions__case.area-total-case .range-dropdown {
    width: 182px !important;
  }
  .conditions__case.new-building .checkbox-custom-label {
    margin-left: auto;
  }
  .conditions__case.district_name-case {
    width: 100%;
  }
  .conditions__case.district_name-case .checkbox-dropdown {
    width: 100% !important;
  }
  .conditions__case.subway-station-case {
    width: 100%;
  }
  .conditions__case.subway-station-case .checkbox-dropdown {
    width: 100% !important;
  }
  .conditions__case.subway-distance-case {
    width: 100%;
  }
  .conditions__case.subway-distance-case .range-dropdown {
    width: 100% !important;
  }
  .conditions__field.price-condition .range-dropdown {
    min-width: 100%;
    max-width: 100%;
  }
}
.conditions__field.area-total .range-dropdown {
  min-width: 178px;
  max-width: 180px;
}
@media (max-width: 680px) {
  .conditions__field.area-total .range-dropdown {
    min-width: initial;
    max-width: initial;
  }
}
.conditions__field.type-apartment .checkbox-dropdown {
  min-width: 178px;
  max-width: 180px;
}
@media (max-width: 680px) {
  .conditions__field.type-apartment .checkbox-dropdown {
    min-width: 100%;
    max-width: 100%;
    width: 100%;
  }
}
.conditions__field.district_name .checkbox-dropdown {
  min-width: 215px;
  max-width: 220px;
}
@media (max-width: 680px) {
  .conditions__field.district_name .checkbox-dropdown {
    min-width: 100%;
    max-width: 100%;
  }
}
.conditions__field.subway-station
  .checkbox.red
  .checkbox-custom:checked
  + .checkbox-custom-label:after,
.conditions__field.subway-station
  .checkbox.red
  .checkbox-custom:checked
  + .checkbox-custom-label:before,
.conditions__field.subway-station
  .checkbox.red
  ~ ul
  li
  .checkbox
  .checkbox-custom:checked
  + .checkbox-custom-label:after,
.conditions__field.subway-station
  .checkbox.red
  ~ ul
  li
  .checkbox
  .checkbox-custom:checked
  + .checkbox-custom-label:before {
  border-color: #e53027;
}
.conditions__field.subway-station
  .checkbox.blue
  .checkbox-custom:checked
  + .checkbox-custom-label:after,
.conditions__field.subway-station
  .checkbox.blue
  .checkbox-custom:checked
  + .checkbox-custom-label:before,
.conditions__field.subway-station
  .checkbox.blue
  ~ ul
  li
  .checkbox
  .checkbox-custom:checked
  + .checkbox-custom-label:after,
.conditions__field.subway-station
  .checkbox.blue
  ~ ul
  li
  .checkbox
  .checkbox-custom:checked
  + .checkbox-custom-label:before {
  border-color: #2385c5;
}
.conditions__field.subway-station
  .checkbox.green
  .checkbox-custom:checked
  + .checkbox-custom-label:after,
.conditions__field.subway-station
  .checkbox.green
  .checkbox-custom:checked
  + .checkbox-custom-label:before,
.conditions__field.subway-station
  .checkbox.green
  ~ ul
  li
  .checkbox
  .checkbox-custom:checked
  + .checkbox-custom-label:after,
.conditions__field.subway-station
  .checkbox.green
  ~ ul
  li
  .checkbox
  .checkbox-custom:checked
  + .checkbox-custom-label:before {
  border-color: #34b560;
}
.conditions__field.subway-station .checkbox-dropdown {
  width: 196px;
}
@media (max-width: 1220px) {
  .conditions__field.subway-station .checkbox-dropdown {
    width: 268px;
  }
  .conditions__field.subway-station .checkbox-dropdown-list--desktop {
    display: none;
  }
}
.conditions__field.subway-station .checkbox-dropdown-list--mobile {
  left: 0 !important;
  right: 0 !important;
  -webkit-transform: unset !important;
  transform: unset !important;
}
@media (min-width: 1221px) {
  .conditions__field.subway-station .checkbox-dropdown-list--mobile {
    display: none;
  }
}
.conditions__field.subway-station .checkbox-dropdown-list--mobile ul li ul {
  padding-left: 31px;
}
.conditions__field.subway-station
  .checkbox-dropdown-list--mobile
  ul
  li
  ul
  li.hide {
  display: none;
}
.conditions__field.subway-station
  .checkbox-dropdown-list--mobile
  .checkbox-custom-label {
  font-size: 15px;
}
.conditions__field.subway-station .checkbox-dropdown-list__inner {
  padding-top: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 20px;
  overflow: visible;
}
@media (max-width: 1220px) {
  .conditions__field.subway-station .checkbox-dropdown-list__inner {
    max-height: 830px;
    padding-top: 17px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 0;
    overflow: hidden;
    overflow-y: auto;
  }
  .conditions__field.subway-station .checkbox {
    margin-bottom: 12px;
  }
}
.conditions__field.subway-station .checkbox:last-child {
  padding-bottom: 0;
  margin-bottom: 12px;
}
.conditions__field.subway-station .checkbox-dropdown-list__col {
  padding-top: 20px;
  min-width: 265px;
  overflow: hidden;
  overflow-y: auto;
  scrollbar-width: thin;
  scrollbar-color: #99a2aa #f5f5f5;
}
.conditions__field.subway-station
  .checkbox-dropdown-list__col::-webkit-scrollbar {
  width: 8px;
}
.conditions__field.subway-station
  .checkbox-dropdown-list__col::-webkit-scrollbar-thumb {
  background: #99a2aa;
  border-radius: 4px;
}
.conditions__field.subway-station
  .checkbox-dropdown-list__col::-webkit-scrollbar-track {
  background: #f5f5f5;
}
@media (max-width: 1220px) {
  .conditions__field.subway-station .checkbox-dropdown-list__col ul li ul {
    padding-top: 23px;
  }
}
.conditions__field.subway-station .checkbox-dropdown-list__col ul li ul li {
  padding-left: 31px;
  margin-bottom: 9px;
}
.conditions__field.subway-station
  .checkbox-dropdown-list__col
  .checkbox:last-child {
  padding-bottom: 0;
}
.conditions__field.subway-station .checkbox-dropdown .checkbox-dropdown-list {
  right: unset;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}
.conditions__field.subway-station .show-all {
  display: block;
  margin-bottom: 23px;
  padding-left: 60px;
  text-decoration: underline;
  font-weight: 400;
  font-size: 16px;
  line-height: 26px;
  letter-spacing: 0.49px;
  color: #1e2022;
}
.conditions__btn {
  margin-top: 20px;
  margin-left: auto;
}
@media (max-width: 1400px) {
  .conditions__btn {
    margin-left: 0;
  }
}
.conditions__more-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: 160px;
  height: 45px;
  gap: 4px;
  border: 1px solid #fd5631;
  border-radius: 4px;
  font-weight: 400;
  font-size: 14px;
  line-height: 24px;
  letter-spacing: 0.49px;
  background-color: #fff;
  color: #fd5631;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.conditions__more-btn svg * {
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.conditions__more-btn svg path {
  fill: #fd5631;
}
.author__social-ico svg path,
.conditions__more-btn--mobile svg path,
.conditions__more-btn--mobile.active svg path,
.conditions__more-btn.active svg path,
.conditions__more-btn:hover svg path,
.description__notify-btn a:hover svg path {
  fill: #fff;
}
.conditions__more-btn.active {
  background-color: #fd5631;
  color: #fff;
}
.conditions__more-btn:hover {
  color: #fff;
  background-color: #e8360e;
}
@media (max-width: 680px) {
  .conditions__more-btn {
    display: none;
  }
}
.conditions__more-btn--mobile {
  height: 45px;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background-color: #fd5631;
  color: #fff;
  border: 1px solid #fd5631;
  font-weight: 300;
  font-size: 15px;
  line-height: 26px;
}
.conditions__more-btn--mobile.active {
  background-color: #e8360e;
  color: #fff;
}
@media (min-width: 681px) {
  .conditions__more-btn--mobile {
    display: none;
  }
}
.conditions__more-btn-ico {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.search__submit button,
.search__wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  -webkit-box-align: center;
  border-radius: 4px;
}
.search__wrap {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  width: 100%;
}
.search__input {
  width: 100%;
}
.search__input input {
  font-weight: 400;
  font-size: 14px;
  line-height: 23px;
  letter-spacing: 0.49px;
  padding: 0 17px;
  vertical-align: middle;
  height: 45px;
  width: 100%;
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
  border-left: 1px solid #d5dae2;
  border-top: 1px solid #d5dae2;
  border-bottom: 1px solid #d5dae2;
}
.search__input input::-webkit-input-placeholder {
  font-weight: 400;
  font-size: 14px;
  line-height: 23px;
  letter-spacing: 0.49px;
  color: #99a2aa;
}
.search__input input::-moz-placeholder {
  font-weight: 400;
  font-size: 14px;
  line-height: 23px;
  letter-spacing: 0.49px;
  color: #99a2aa;
}
.search__input input:-ms-input-placeholder {
  font-weight: 400;
  font-size: 14px;
  line-height: 23px;
  letter-spacing: 0.49px;
  color: #99a2aa;
}
.search__input input::-ms-input-placeholder {
  font-weight: 400;
  font-size: 14px;
  line-height: 23px;
  letter-spacing: 0.49px;
  color: #99a2aa;
}
.search__input input::placeholder {
  font-weight: 400;
  font-size: 14px;
  line-height: 23px;
  letter-spacing: 0.49px;
  color: #99a2aa;
}
.search__dropdown {
  width: 100%;
  max-width: 195px;
}
@media (max-width: 680px) {
  .search__dropdown {
    max-width: 100%;
  }
}
@media (max-width: 768px) {
  .search__input input::-webkit-input-placeholder {
    font-size: 15px;
  }
  .search__input input::-moz-placeholder {
    font-size: 15px;
  }
  .search__input input:-ms-input-placeholder {
    font-size: 15px;
  }
  .search__input input::-ms-input-placeholder {
    font-size: 15px;
  }
  .search__input input::placeholder {
    font-size: 15px;
  }
  .search__input input {
    height: 45px;
  }
  .search__dropdown.desktop-dropdown {
    display: none;
  }
}
@media (min-width: 769px) {
  .search__dropdown.mobile-dropdown {
    display: none;
  }
}
.search__submit button {
  cursor: pointer;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 126px;
  height: 45px;
  gap: 8px;
  background-color: #fd5631;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  color: #fff;
}
.features__list,
.search__submit button span.ico {
  display: -webkit-box;
  display: -ms-flexbox;
  -webkit-box-align: center;
}
.search__submit button:hover {
  background-color: #e8360e;
}
.search__submit button span.ico {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.search__submit button span.txt {
  font-weight: 400;
  font-size: 16px;
  line-height: 19px;
  text-align: center;
  letter-spacing: 1.07px;
  color: #fff;
}
.features {
  margin-bottom: 62px;
}
@media (max-width: 768px) {
  .search__submit button {
    width: 43px;
    height: 45px;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
  }
  .features,
  .search__submit button span.txt {
    display: none;
  }
}
.features__list {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.features__case,
.features__case-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  -webkit-box-align: center;
}
.features__case {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.features__case.first {
  -webkit-transform: translateX(29px);
  transform: translateX(29px);
}
@media (max-width: 992px) {
  .features__case {
    width: 50%;
    padding-bottom: 25px;
  }
  .features__case.first {
    -webkit-transform: unset;
    transform: unset;
  }
}
.features__case.second {
  -webkit-transform: translateX(49px);
  transform: translateX(49px);
}
@media (max-width: 992px) {
  .features__case.second {
    -webkit-transform: unset;
    transform: unset;
  }
}
.features__case.third {
  -webkit-transform: translateX(39px);
  transform: translateX(39px);
}
.features__case.fourth {
  -webkit-transform: translateX(14px);
  transform: translateX(14px);
}
.features__case-inner {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 18px;
  width: 100%;
  max-width: 239px;
}
.features__case-ico {
  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: 54px;
  height: 54px;
  border-radius: 8px;
  background-color: rgba(253, 86, 49, 0.2);
}
.features__case-txt {
  text-align: center;
  font-weight: 400;
  font-size: 14px;
  line-height: 120%;
  color: #1e2022;
}
.feedback {
  position: sticky;
  top: 20px;
}
.feedback__inner {
  padding: 47px 22px 9px;
  background-color: #e7eaf3;
  border-radius: 4px;
}
@media (max-width: 680px) {
  .feedback {
    position: static;
    margin-left: -28px;
    margin-right: -28px;
  }
  .feedback__inner {
    padding-top: 38px;
    padding-bottom: 52px;
  }
}
.feedback__title {
  -ms-flex-direction: column;
  flex-direction: column;
  font-weight: 400;
  font-size: 18px;
  line-height: 127%;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
  color: #1e2022;
  margin-bottom: 19px;
}
@media (max-width: 768px) {
  .feedback__title {
    font-size: 20px;
  }
}
.feedback__title .uppercase {
  color: #fd5631;
  font-weight: 700;
  text-transform: uppercase;
}
.feedback__image {
  width: 100%;
}
.feedback__image-inner {
  position: relative;
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.feedback__image-inner:before {
  content: "";
  display: block;
  padding-top: 100%;
}
.feedback__image-inner svg {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 100%;
  height: 100%;
  max-width: 330px;
}
.feedback .contact-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 16px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: auto auto 23px;
}
.feedback .contact-item,
.feedback .contact-item__ico {
  display: -webkit-box;
  display: -ms-flexbox;
  border-radius: 4px;
}

.feedback .contact-item {
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 10px;
  padding: 6px 13px 6px 9px;
  background-color: #fff;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

@media (max-width: 680px) {
  .feedback__image-inner:before {
    padding-top: 87%;
  }
  .feedback .contact-list {
    margin-bottom: 37px;
  }
  .feedback .contact-item {
    gap: 12px;
    padding: 7px 15px 7px 10px;
  }
}

.feedback .contact-item:hover .contact-item__ico {
  background: -webkit-gradient(
    linear,
    right top,
    left top,
    from(#fd5631),
    color-stop(86.25%, #fd5631)
  );
  background: linear-gradient(270deg, #fd5631 0, #fd5631 86.25%);
}
.feedback .contact-item__ico {
  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: 35px;
  height: 35px;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
@media (max-width: 680px) {
  .feedback .contact-item__ico {
    width: 40px;
    height: 40px;
  }
}
.catalog__container,
.catalog__list {
  display: -webkit-box;
  display: -ms-flexbox;
}
.feedback .contact-item__ico.telegram {
  background: -webkit-gradient(
    linear,
    right top,
    left top,
    from(#039be5),
    color-stop(86.25%, #039be5)
  );
  background: linear-gradient(270deg, #039be5 0, #039be5 86.25%);
}
.feedback .contact-item__ico.viber {
  background: -webkit-gradient(
    linear,
    right top,
    left top,
    from(#8e24aa),
    color-stop(86.25%, #8e24aa)
  );
  background: linear-gradient(270deg, #8e24aa 0, #8e24aa 86.25%);
}
.feedback .contact-item__ico.facebook {
  background: -webkit-gradient(
    linear,
    right top,
    left top,
    from(#81d7fe),
    color-stop(86.25%, #e781fb)
  );
  background: linear-gradient(270deg, #81d7fe 0, #e781fb 86.25%);
}
.feedback .contact-item__txt {
  font-weight: 400;
  font-size: 14px;
  line-height: 150%;
  color: #1e2022;
}
@media (max-width: 680px) {
  .feedback .contact-item__txt {
    font-weight: 400;
    font-size: 16px;
    line-height: 150%;
    color: #1e2022;
  }
}
.catalog__inner {
  margin-bottom: 67px;
}
@media (max-width: 768px) {
  .catalog__inner {
    margin-bottom: 40px;
  }
}
@media (max-width: 680px) {
  .catalog__inner {
    margin-bottom: 0;
  }
}
.catalog__title {
  font-weight: 700;
  font-size: 34px;
  line-height: 44px;
  letter-spacing: 1.43px;
  color: #1e2022;
  margin-bottom: 25px;
}
@media (max-width: 768px) {
  .catalog__title {
    font-size: 24px;
    margin-bottom: 13px;
  }
}
.catalog__container {
  display: flex;
  gap: 28px;
  margin-bottom: 38px;
}
@media (max-width: 992px) {
  .features__case.third {
    -webkit-transform: unset;
    transform: unset;
  }
  .catalog__container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}
@media (max-width: 680px) {
  .catalog__container {
    gap: 0;
    margin-bottom: 0;
  }
}
.catalog__list {
  width: 100%;
  max-width: 970px;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 25px;
}
@media (max-width: 992px) {
  .catalog__list {
    max-width: 100%;
  }
}
.catalog__list .pagination {
  margin-top: 7px;
}
@media (max-width: 680px) {
  .catalog__list .pagination {
    margin-top: 3px;
  }
}
.catalog__aside {
  width: 100%;
  max-width: 270px;
}
@media (max-width: 992px) {
  .catalog__aside {
    margin: 0 auto;
  }
}
.goods-case {
  background-color: #fff;
  -webkit-box-shadow: 0 2px 48px rgba(0, 0, 0, 0.06);
  box-shadow: 0 2px 48px rgba(0, 0, 0, 0.06);
  border-radius: 14px;
  overflow: hidden;
  min-height: 256px;
}

.goods-case__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  min-height: 256px;
}
@media (max-width: 680px) {
  .goods-case__inner {
    flex-direction: column;
  }
}

@media (max-width: 680px) {
  .catalog__aside {
    max-width: 100%;
  }
  .goods-case__inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}
.goods-case__image {
  max-width: 319px;
  width: 100%;
}
@media (max-width: 1220px) {
  .goods-case__image {
    max-width: 280px;
  }
}
.goods-case__slider,
.goods-case__slider-container {
  height: 100%;
}
.goods-case__slide {
  height: 100%;
  max-height: 256px;
}
.goods-case__slide-image {
  position: relative;
  overflow: hidden;
  height: 100%;
  width: 100%;
}
@media (max-width: 680px) {
  .goods-case__image {
    max-width: 100%;
  }
  .goods-case__slider-container {
    display: grid;
  }
  .goods-case__slide-image:before {
    content: "";
    display: block;
    padding-bottom: 100%;
  }
}
@media (max-width: 680px) {
  .goods-case__slide-image:before {
    content: "";
    display: block;
    padding-bottom: 100%;
  }
}

@media (max-width: 680px) and (max-width: 680px) {
  .goods-case__slide-image:before {
    padding-bottom: 69.5%;
  }
}

.goods-case__slide-image picture {
  width: 100%;
  height: 100%;
  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;
}
.goods-case__slide-image img {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  width: 100%;
  object-fit: cover;
}
@media (max-width: 680px) {
  .goods-case__slide-image img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    -webkit-transition: all 1s;
    transition: all 1s;
  }
}
.goods-case__info {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  width: 100%;
  padding: 20px 31px 20px 38px;
}

@media (max-width: 992px) {
  .goods-case__info {
    padding: 20px;
  }
}


.goods-case__top {
  position: relative;
  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;
}
.goods-case__status {
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  padding: 4px 9px;
  height: 25px;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  font-family: "ProximaNova";
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  color: #1e2022;
  line-height: 17px;
  border-radius: 4px;
}

.goods-case__status.active {
  color: #32c968;
  background-color: rgba(50, 201, 104, 0.2);
}

.goods-case__status.edit {
  color: #4068f0;
  background-color: rgba(64, 104, 240, 0.2);
}

.goods-case__status.disabled {
  background-color: #e7eaf3;
}
.goods-case__price {
  font-weight: 600;
  font-size: 20px;
  line-height: 150%;
  color: #1e2022;
}
@media (max-width: 680px) {
  .goods-case__price {
    font-size: 18px;
  }
}
.goods-case__favorite,
.goods-case__favorite span {
  display: none;
}
.goods-case__favorite span.active {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.goods-case__favorite-ico {
  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: 35px;
  height: 35px;
  -webkit-box-shadow: 1px 2px 12px rgba(31, 27, 45, 0.1);
  box-shadow: 1px 2px 12px rgba(31, 27, 45, 0.1);
  border-radius: 50%;
}
.goods-case__address {
  font-weight: 600;
  font-size: 14px;
  line-height: 150%;
  color: #1e2022;
  margin-bottom: 3px;
}
@media (max-width: 680px) {
  .goods-case__address {
    margin-bottom: 3px;
    font-size: 15px;
  }
}
.goods-case__address-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 37px;
  margin-bottom: 8px;
}
.goods-case__bottom,
.goods-case__params {
  display: -webkit-box;
  display: -ms-flexbox;
}
@media (max-width: 768px) {
  .goods-case__address-row {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 6px;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
}
.goods-case__subaddress {
  font-weight: 300;
  font-size: 15px;
  line-height: 150%;
  color: rgba(30, 32, 34, 0.6);
}
.goods-case__description,
.goods-case__params-col {
  font-weight: 400;
  font-size: 14px;
  color: #1e2022;
  line-height: 150%;
}
@media (max-width: 768px) {
  .goods-case__description,
  .goods-case__params-col {
    font-size: 16px;
  }
}

.goods-case__description {
  margin-bottom: 12px;
  font-weight: 400;
  font-size: 14px;
  line-height: 150%;
  color: #1E2022;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}

@media (max-width: 680px) {
  .goods-case__description {
    -webkit-line-clamp: 3;
    margin-bottom: 10px;
  }
}

@media (max-width: 680px) {
  .goods-case__address-row {
    margin-bottom: 12px;
  }
  .goods-case__description {
    -webkit-line-clamp: 3;
    margin-bottom: 10px;
  }
}
.goods-case__params {
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 22px;
  margin-bottom: 16px;
}

.goods-case__params-col {
  white-space: nowrap;
  font-weight: 400;
  font-size: 14px;
  line-height: 150%;
  color: #1E2022;
}

@media (max-width: 680px) {
  .goods-case__params {
    gap: 20px;
  }
  .goods-case__params-col {
    font-size: 15px;
  }
}
.goods-case__bottom {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: auto;
  padding-top: 13px;
  border-top: 1px solid #efecf3;
}

.goods-case__bottom-reviews,
.goods-case__bottom-time {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 12px;
}
.goods-case__bottom-reviews {
  margin-left: 35px;
}

@media (max-width: 1100px) {
  .goods-case__bottom-reviews {
    margin-left: 15px;
  }
}

@media (max-width: 800px) {
  .goods-case__bottom-reviews {
    width: 50%;
  }
}

@media (max-width: 680px) {
  .goods-case__bottom-reviews {
    width: initial;
  }
}

.goods-case__bottom-reviews-ico,
.goods-case__bottom-time-ico {
  display: flex;
  align-items: center;
  justify-content: center;
}

.goods-case__bottom-reviews-txt,
.goods-case__bottom-time-txt {
  font-weight: 300;
  font-size: 14px;
  line-height: 26px;
  letter-spacing: 0.49px;
  color: rgba(30, 32, 34, 0.6);
}

@media (max-width: 370px) {
  .goods-case__bottom-reviews-txt,
  .goods-case__bottom-time-txt {
    font-size: 13px;
  }
}

.goods-case__bottom-btn {
  padding: 10px 20px;
  background-color: #fd5631;
  border-radius: 4px;
  font-weight: 600;
  font-size: 14px;
  line-height: 17px;
  color: #fff;
  transition: 0.5s;
}
@media (max-width: 680px) {
  .goods-case__bottom-btn {
    display: none;
  }
}
.goods-case__bottom-btn:hover {
  background-color: #e8360e;
}








.catalog-case {
  margin-top: 35px;
  margin-bottom: 72px;
}
@media (max-width: 768px) {
  .catalog-case {
    margin-top: 0;
    margin-bottom: 40px;
  }
}
.catalog-case__inner {
  position: relative;
}
.catalog-case__back-btn {
  position: absolute;
  z-index: 99;
  top: 10px;
  left: 27px;
  width: 30px;
  height: 30px;
  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-color: #fff;
  border: 1px solid #fff;
  box-sizing: border-box;
  border-radius: 4px;
}
@media (min-width: 681px) {
  .catalog-case__back-btn {
    display: none;
  }
}
.catalog-case__body-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 27px;
  margin-bottom: 47px;
}

@media (max-width: 992px) {
  .catalog-case__body-wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}
.catalog-case__slider {
  width: 100%;
}
.catalog-case__product {
  border-radius: 12px;
  overflow: hidden;
  margin-bottom: 12px;
}
@media (max-width: 768px) {
  .catalog-case__body-wrapper {
    gap: 0;
  }
  .catalog-case__product {
    margin-bottom: 20px;
  }
}
.catalog-case__product .splide__arrows .splide__arrow {
  width: 35px;
  height: 35px;
}
.catalog-case__product .splide__arrows .splide__arrow svg {
  width: 16px;
  height: 20px;
}
.carousel__case-img,
.carousel__case-img picture {
  height: 100%;
  -webkit-box-align: center;
  width: 100%;
}
.catalog-case__aside-inner {
  position: sticky;
  top: 20px;
}
@media (max-width: 992px) {
  .catalog-case__aside-inner {
    position: static;
    max-width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    gap: 30px;
  }
}
@media (max-width: 768px) {
  .catalog-case__aside-inner {
    max-width: initial;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 20px;
  }
}
@media (max-width: 680px) {
  .catalog-case__product {
    margin-left: -28px;
    margin-right: -28px;
    border-radius: 0;
  }
  .catalog-case__aside-inner {
    margin-left: -10px;
    margin-right: -10px;
  }
  .catalog-case__aside .goods-case__info {
    padding: 15px 20px 25px;
  }
}
.catalog-case__aside {
  width: 100%;
  max-width: 384px;
}
.catalog-case__aside .goods-case__info {
  border-radius: 12px;
  margin-bottom: 25px;
  padding: 17px 21px;
  -webkit-box-shadow: 0 2px 48px rgba(0, 0, 0, 0.06);
  box-shadow: 0 2px 48px rgba(0, 0, 0, 0.06);
}
@media (max-width: 992px) {
  .catalog-case__aside {
    max-width: 100%;
  }
  .catalog-case__aside .goods-case__info {
    width: 50%;
    margin-bottom: 0;
  }
}
@media (max-width: 768px) {
  .catalog-case__aside .goods-case__info {
    width: 100%;
  }
}
.catalog-case__aside .goods-case__top {
  margin-bottom: 10px;
}
.catalog-case__aside .goods-case__address {
  font-weight: 600;
  font-size: 14px;
  line-height: 150%;
  color: #1e2022;
}
@media (max-width: 680px) {
  .catalog-case__aside .goods-case__top {
    margin-bottom: 2px;
  }
  .catalog-case__aside .goods-case__address {
    font-size: 15px;
    margin-bottom: 7px;
  }
}
.catalog-case__aside .goods-case__address-wrapp {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 10px;
}
.catalog-case__aside .goods-case__address-row {
  gap: 7px;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-direction: column;
  flex-direction: column;
  margin-bottom: 18px;
}
@media (max-width: 680px) {
  .catalog-case__aside .goods-case__address-row {
    gap: 5px;
    margin-bottom: 18px;
  }
  .catalog-case__aside .goods-case__address-ico {
    display: none;
  }
}
.catalog-case__aside .goods-case__params {
  gap: 31px;
  margin-bottom: 16px;
}
.catalog-case__aside .goods-case__bottom {
  border-top: 0;
  padding-top: 0;
}
@media (max-width: 992px) {
  .catalog-case__author {
    width: 50%;
  }
  .catalog-case__description.description--desktop {
    display: none;
  }
}
.catalog-case__description {
  margin-top: 42px;
}
@media (max-width: 768px) {
  .catalog-case__author {
    width: 100%;
  }
  .catalog-case__description {
    margin-top: 40px;
  }
}
@media (min-width: 993px) {
  .catalog-case__description.description--mobile {
    display: none;
  }
}
.carousel__case-img {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  position: relative;
  overflow: hidden;
  background-color: rgba(0,0,0,0.3);
}
.carousel__case-img:before {
  content: "";
  display: block;
  padding-bottom: 54%;
}
.carousel__case-img picture {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.carousel__case-img img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  -webkit-transition: all 1s;
  transition: all 1s;
}
.carousel__pagination-numbers {
  position: absolute;
  bottom: 18px;
  right: 20px;
  width: 38px;
  height: 20px;
  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-color: rgba(30, 32, 34, 0.6);
  border-radius: 4px;
  font-weight: 400;
  font-size: 12px;
  line-height: 150%;
  color: #fff;
}
@media (max-width: 680px) {
  .carousel__pagination-numbers {
    right: 20px;
    width: 45px;
    height: 22px;
  }
}
@media (max-width: 680px) {
  .catalog-case__aside .goods-case__params {
    gap: 25px;
  }
  .catalog-case__description {
    margin-top: 45px;
  }
  .carousel__case-img:before {
    padding-bottom: 61%;
  }
  .carousel__pagination-numbers {
    bottom: 9px;
    font-size: 12px;
  }
}
.thumbnail-bar__case {
  overflow: hidden;
  border-radius: 12px;
  opacity: 0.5;
  border: 0 !important;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.thumbnail-bar__case.is-active {
  opacity: 1;
}
.thumbnail-bar__case-inner {
  height: 100%;
}
.thumbnail-bar__case-img {
  height: 87px;
}
@media (max-width: 1220px) {
  .thumbnail-bar__case-img {
    height: 70px;
  }
}
@media (max-width: 992px) {
  .thumbnail-bar__case-img {
    height: 100px;
  }
}
.thumbnail-bar__case-img img {
  width: 100%;
  height: 100%;
}
.description__row {
  margin-bottom: 31px;
}
@media (max-width: 768px) {
  .thumbnail-bar {
    display: none;
  }
  .description__row {
    margin-bottom: 20px;
  }
}
.description__row:last-child {
  margin-bottom: 0;
}
.description__row h2 {
  font-weight: 700;
  font-size: 22px;
  line-height: 26px;
  color: #1e2022;
  margin-bottom: 20px;
}
@media (max-width: 680px) {
  .description__row h2 {
    margin-bottom: 14px;
  }
}
.description__row p {
  font-weight: 400;
  font-size: 14px;
  line-height: 150%;
  color: #1e2022;
  margin-bottom: 23px;
}
@media (max-width: 680px) {
  .description__row p {
    font-size: 15px;
    line-height: 154%;
  }
}
.author__phone-wrapp a,
.author__social-title {
  line-height: 20px;
  font-weight: 400;
  font-size: 14px;
}
@media (max-width: 680px) {
  .author__phone-wrapp a,
  .author__social-title {
    font-size: 16px;
  }
}
.description__row p:last-child {
  margin-bottom: 0;
}
.description__notify-btn a {
  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: 6px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  padding: 12px 20px;
  background-color: #fff;
  border: 1px solid #fd5631;
  border-radius: 4px;
  font-weight: 400;
  font-size: 14px;
  line-height: 20px;
  color: #fd5631;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.description__notify-btn a .ico {
  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;
}
.description__notify-btn a svg * {
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.description__notify-btn a:hover {
  background-color: #e8360e;
  color: #fff;
}
.description__map {
  margin-top: 45px;
}
@media (max-width: 768px) {
  .description__map {
    margin-top: 30px;
  }
}
.description__map h2 {
  margin-bottom: 14px;
}
.description__map #map,
.description__map #map-0 {
  overflow: hidden;
  border-radius: 12px;
  width: 100%;
  height: 370px;
}
@media (max-width: 992px) {
  .description__map #map,
  .description__map #map-0 {
    height: 395px;
  }
}
.author {
  padding: 22px 21px;
  background: #fff;
  -webkit-box-shadow: 0 2px 48px rgba(0, 0, 0, 0.06);
  box-shadow: 0 2px 48px rgba(0, 0, 0, 0.06);
  border-radius: 12px;
}
@media (max-width: 680px) {
  .description__map {
    margin-top: 33px;
  }
  .author {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: flex-start;
    -ms-flex-align: flex-start;
    align-items: flex-start;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    padding-top: 16px;
    padding-bottom: 30px;
  }
}
.author__info,
.author__info-txt {
  display: -webkit-box;
  display: -ms-flexbox;
}
.author__info {
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 13px;
  margin-bottom: 20px;
}
@media (max-width: 680px) {
  .author__info {
    margin-bottom: 18px;
  }
}
.author__info-img {
  width: 55px;
  height: 55px;
  border-radius: 50%;
  border: 1px solid #dadada;
}
.author__info-txt {
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 4px;
}
.author__info-txt-title {
  font-weight: 700;
  font-size: 16px;
  color: #1e2022;
}
@media (max-width: 680px) {
  .author__info-txt-title {
    font-size: 18px;
  }
}

.author__info-txt-name {
  font-weight: 400;
  font-size: 16px;
  color: #1e2022;
}
.author__phone-wrapp {
  margin-bottom: 30px;
}
.author__phone-wrapp a {
  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-color: #fd5631;
  border-radius: 4px;
  width: 221px;
  height: 49px;
  color: #fff;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.author__phone-wrapp a:hover {
  background-color: #e8360e;
}
.author__phone-wrapp a.active {
  background-color: #fff;
  color: #fd5631;
  border: 1px solid #fd5631;
}
.author__phone-wrapp a.hide {
  display: none;
}
.author__social-case,
.author__social-list {
  display: -webkit-box;
  display: -ms-flexbox;
  -webkit-box-align: center;
}
.author__social-title {
  color: #1e2022;
  margin-bottom: 15px;
}
.author__social-list {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  gap: 15px;
}
@media (max-width: 680px) {
  .author__phone-wrapp a {
    height: 45px;
  }
  .author__social-title {
    margin-bottom: 12px;
  }
  /* .author__social-list {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  } */
}
.author__social-case {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  border-radius: 4px;
  overflow: hidden;
}
.author__social-case:hover .author__social-ico {
  background: -webkit-gradient(
    linear,
    right top,
    left top,
    from(#fd5631),
    color-stop(86.25%, #fd5631)
  );
  background: linear-gradient(270deg, #fd5631 0, #fd5631 86.25%);
}
.author__social-ico {
  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%;
  height: 100%;
}
.author__social-ico.telegram {
  background: -webkit-gradient(
    linear,
    right top,
    left top,
    from(#039be5),
    color-stop(86.25%, #039be5)
  );
  background: linear-gradient(270deg, #039be5 0, #039be5 86.25%);
}
.author__social-ico.viber {
  background: -webkit-gradient(
    linear,
    right top,
    left top,
    from(#8e24aa),
    color-stop(86.25%, #8e24aa)
  );
  background: linear-gradient(270deg, #8e24aa 0, #8e24aa 86.25%);
}
.author__social-ico.facebook {
  background: -webkit-gradient(
    linear,
    right top,
    left top,
    from(#81d7fe),
    color-stop(86.25%, #e781fb)
  );
  background: linear-gradient(270deg, #81d7fe 0, #e781fb 86.25%);
}

.conditions .search__mobile {
  margin-top: 20px;
}

.conditions .search__mobile button {
  width: 100%;
  border-radius: 4px;
}

.search__submit.search__mobile button span.txt {
  display: block;
}

@media (min-width: 680px) {
  .conditions .search__mobile {
    display: none;
  }
}

/* --------------- new styles authorization form and personal ---------------*/

.authorization__inner {
  background: url("../media/img/auth-bg.png") no-repeat center center;
  width: 100%;
  height: 100vh;
  display: flex;
  align-items: center;
  justify-content: center;
}

@media (max-width: 680px) {
  .authorization__inner {
    background-image: url("../media/img/auth-bg-mob.png");
    background-size: cover;
    align-items: flex-start;
  }
}

.authorization__body {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  padding: 20px 27px;
  width: 100%;
}

@media (max-width: 680px) {
  .authorization__body {
    margin-top: 50px;
    justify-content: flex-start;
  }
}

@media (max-width: 370px) {
  .authorization__body {
    padding: 20px 10px;
  }
}

.authorization__logo {
  margin-bottom: 40px;
}

@media (max-width: 680px) {
  .authorization__logo {
    margin-bottom: 30px;
  }
}

.authorization__form {
  background-color: #fff;
  border-radius: 4px;
  padding: 30px 50px;
  width: 100%;
  max-width: 460px;
}

@media (max-width: 680px) {
  .authorization__form {
    padding: 28px 30px 35px;
  }
}

.authorization__action {
  margin-top: 20px;
}

.authorization__action-inner {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
}

@media (max-width: 680px) {
  .authorization__action-inner {
    flex-direction: column;
  }
}

.authorization__action-txt {
  font-family: "ProximaNova";
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 150%;
  color: #1e2022;
}

.authorization__action-btn {
  font-family: "ProximaNova";
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 150%;
  color: #fd5631;
  text-decoration: underline;
}

.authorization__action-btn:hover {
  text-decoration: none;
}

@media (max-height: 530px) {
  .authorization__inner {
    align-items: flex-start;
    height: 100%;
  }
}

.authorization-form__inner {
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.authorization-form__title {
  font-family: "ProximaNova";
  font-style: normal;
  font-weight: 700;
  font-size: 24px;
  line-height: 150%;
  text-align: center;
  letter-spacing: 0.02em;
  color: #1e2022;
  margin-bottom: 15px;
}

.authorization-form__info {
  margin-bottom: 15px;
}

.authorization-form__info p {
  font-family: "ProximaNova";
  font-style: normal;
  font-weight: 300;
  font-size: 13px;
  line-height: 150%;
  text-align: center;
  letter-spacing: 0.02em;
  color: #000000;
}

.authorization-form__field {
  display: flex;
  flex-direction: column;
  gap: 10px;
  margin-bottom: 15px;
}

@media (max-width: 680px) {
  .authorization-form__field {
    margin-bottom: 20px;
  }
}

.authorization-form__field:last-child {
  margin-bottom: 0;
}

.authorization-form__field.checkbox-field {
  display: block;
  position: relative;
  padding-left: 35px;
  margin-bottom: 20px;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  font-family: "ProximaNova";
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 150%;
  color: #1e2022;
}

@media (max-width: 680px) {
  .authorization-form__field.checkbox-field {
    padding-left: 25px;
    margin-bottom: 25px;
    line-height: 120%;
  }
}

.authorization-form__field.checkbox-field input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}

.authorization-form__field.checkbox-field .checkmark {
  position: absolute;
  top: 0;
  left: 0;
  height: 20px;
  width: 20px;
  background-color: #fff;
  border: 1px solid #d5dae2;
  border-radius: 4px;
}

@media (max-width: 680px) {
  .authorization-form__field.checkbox-field .checkmark {
    width: 15px;
    height: 15px;
  }
}

.authorization-form__field.checkbox-field .checkmark:after {
  content: "";
  position: absolute;
  display: none;
  top: -1px;
  left: -1px;
  width: 20px;
  height: 20px;
  background: url("../static/icons/auth-tick.svg") no-repeat center;
}

@media (max-width: 680px) {
  .authorization-form__field.checkbox-field .checkmark:after {
    width: 15px;
    height: 15px;
  }
}

.authorization-form__field.checkbox-field:hover input ~ .checkmark {
  background-color: #fff;
}

.authorization-form__field.checkbox-field input:checked ~ .checkmark {
  background-color: #fd5631;
  border-color: #fd5631;
}

.authorization-form__field.checkbox-field input:checked ~ .checkmark:after {
  display: block;
}

.authorization-form__field-row {
  display: flex;
  justify-content: space-between;
}

@media (max-width: 680px) {
  .authorization-form__field-row .authorization__action-btn {
    line-height: 120%;
  }
}

.authorization-form__timer {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  margin-bottom: 12px;
}

.authorization-form__timer-label,
.authorization-form__countdown {
  font-family: "ProximaNova";
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 150%;
  letter-spacing: 0.02em;
  color: #000000;
}

.authorization-form__code-wrapp {
  display: flex;
  justify-content: center;
  gap: 21px;
  margin-bottom: 20px;
}

@media (max-width: 680px) {
  .authorization-form__code-wrapp {
    gap: 5px;
  }
}

.authorization-form__code-wrapp input {
  background: #ffffff;
  border: 1px solid #d5dae2;
  border-radius: 4px;
  font-family: "ProximaNova";
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 150%;
  letter-spacing: 0.02em;
  color: #000000;
  width: 42px;
  height: 42px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
}

@media (max-width: 680px) {
  .authorization-form__code-wrapp input {
    width: 40px;
    height: 40px;
  }
}

.authorization-form__input-wrapp {
  position: relative;
}

.authorization-form__input-wrapp span.error-message {
  display: flex;
  top: 100%;
  margin-top: 10px;
  left: 0;
  font-family: "ProximaNova";
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 18px;
  color: #fd5631;
}

.authorization-form__input-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  z-index: 10;
  width: 20px;
  height: 20px;
  top: 14px;
  cursor: pointer;
}

.authorization-form__input-icon .visible {
  display: none;
}

.authorization-form__input-icon.left {
  pointer-events: none;
  left: 20px;
}

.authorization-form__input-icon.right {
  right: 10px;
}

.authorization-form__input {
  width: 100%;
  margin-right: auto;
  gap: 10px;
  padding: 11px 20px 11px 46px;
  border: 1px solid #d5dae2;
  border-radius: 4px;
  font-family: "ProximaNova";
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 150%;
  color: #1e2022;
}

.authorization-form__input.error-message {
  border-color: #fd5631;
}

.authorization-form__input[type="password"] {
  letter-spacing: 4px;
}

.authorization-form__input[type="password"]::placeholder {
  letter-spacing: 0px;
}

.authorization-form__submit {
  padding: 12px 11px;
  margin: 0 auto;
  width: 100%;
  background: #fd5631;
  border-radius: 4px;
  font-family: "ProximaNova";
  font-style: normal;
  font-weight: 600;
  font-size: 14px;
  line-height: 24px;
  text-align: center;
  letter-spacing: 0.02em;
  color: #ffffff;
  transition: 0.3s;
  cursor: pointer;
}

@media (max-width: 680px) {
  .authorization-form__submit {
    font-size: 16px;
  }
}

.authorization-form__submit:hover {
  background-color: #e8360e;
}

.authorization-form__submit.go-personal {
  max-width: 300px;
}

.breadcrumbs__inner {
  padding-top: 30px;
  padding-bottom: 14px;
}

@media (max-width: 768px) {
  .breadcrumbs__inner {
    padding-top: 20px;
  }
}

.breadcrumbs__list {
  display: flex;
}

.breadcrumbs__item {
  display: flex;
  position: relative;
  padding-right: 8px;
  margin-right: 4px;
}

.breadcrumbs__item a {
  color: rgba(30, 32, 34, 0.5);
}

.breadcrumbs__item span {
  color: #1e2022;
}

.breadcrumbs__item:after {
  display: flex;
  position: absolute;
  content: "/";
  right: 0;
  color: rgba(30, 32, 34, 0.5);
}

.breadcrumbs__item:last-child:after {
  display: none;
}

.breadcrumbs__link {
  font-family: "ProximaNova";
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 140%;
  white-space: nowrap; 
}

.personal__title {
  font-family: "ProximaNova";
  font-style: normal;
  font-weight: 600;
  font-size: 24px;
  line-height: 140%;
  color: #000000;
  margin-bottom: 20px;
}

.personal-form__row {
  display: flex;
  align-items: center;
  column-gap: 30px;
  margin-bottom: 30px;
}

@media (max-width: 768px) {
  .personal-form__row {
    row-gap: 20px;
    flex-direction: column;
    margin-bottom: 20px;
  }
}

.personal-form__col {
  width: 100%;
  max-width: 300px;
}

@media (max-width: 768px) {
  .personal-form__col {
    max-width: 100%;
  }
}

.personal-form__col.checkbox-col .personal-form__label {
  color: transparent;
  margin-bottom: 0;
}

@media (max-width: 768px) {
  .personal-form__col.checkbox-col .personal-form__label {
    display: none;
  }
}

.personal-form__group {
  display: flex;
  flex-direction: column;
}

.personal-form__group.checkbox-field {
  display: block;
  position: relative;
  padding-left: 35px;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  font-family: "ProximaNova";
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 150%;
  color: #1e2022;
  white-space: nowrap;
}

@media (max-width: 768px) {
  .personal-form__group.checkbox-field {
    white-space: normal;
  }
}

.personal-form__group.checkbox-field input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}

.personal-form__group.checkbox-field .checkmark {
  position: absolute;
  top: -2px;
  left: 0;
  height: 27px;
  width: 27px;
  background-color: #fff;
  border: 1px solid #d5dae2;
  border-radius: 4px;
}

.personal-form__group.checkbox-field .checkmark:after {
  content: "";
  position: absolute;
  display: none;
  top: -1px;
  left: -1px;
  width: 27px;
  height: 27px;
  background-image: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTUiIGhlaWdodD0iMTEiIHZpZXdCb3g9IjAgMCAxNSAxMSIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggZD0iTTUuMzM1NTggMTAuNDQ2OEM1LjE1NDY3IDEwLjQ0NjggNC45NzM3NiAxMC4zNzc2IDQuODM1OTQgMTAuMjM5OEwwLjUwNzI5NyA1LjkxMDk5QzAuMjMwODg1IDUuNjM0NzEgMC4yMzA4ODUgNS4xODggMC41MDcyOTcgNC45MTE3MkMwLjc4MzU3OSA0LjYzNTQzIDEuMjMwMTYgNC42MzU0MyAxLjUwNjU3IDQuOTExNzJMNS4zMzU1OCA4Ljc0MDcyTDEzLjQ5MzUgMC41ODI5NDRDMTMuNzY5OCAwLjMwNjY2MiAxNC4yMTYzIDAuMzA2NjYyIDE0LjQ5MjggMC41ODI5NDRDMTQuNzY5IDAuODU5MzU2IDE0Ljc2OSAxLjMwNTk0IDE0LjQ5MjggMS41ODIzNUw1LjgzNTM0IDEwLjIzOThDNS42OTc1MyAxMC4zNzc2IDUuNTE2NDkgMTAuNDQ2OCA1LjMzNTU4IDEwLjQ0NjhaIiBmaWxsPSIjRkQ1NjMxIi8+Cjwvc3ZnPgo=");
  background-repeat: no-repeat;
  background-position: center;
}

.personal-form__group.checkbox-field:hover input ~ .checkmark {
  background-color: #fff;
}

.personal-form__group.checkbox-field input:checked ~ .checkmark {
  border-color: #fd5631;
}

.personal-form__group.checkbox-field input:checked ~ .checkmark:after {
  display: block;
}

.personal-form__group span.error-message {
  display: flex;
  margin-top: 10px;
  font-family: "ProximaNova";
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 18px;
  color: #fd5631;
}
.personal-form__group input.error-message {
  color: #fd5631;
}

.personal-form__group .tippy-ico {
  margin-left: 6px;
}

.personal-form__label {
  display: flex;
  margin-bottom: 5px;
  font-family: "ProximaNova";
  font-style: normal;
  font-weight: 600;
  font-size: 14px;
  line-height: 26px;
  letter-spacing: 0.458824px;
  text-transform: uppercase;
  color: #1e2022;
}

.personal-form__input-wrapp {
  display: flex;
  align-items: center;
  border-top: 1px solid #d5dae2;
  border-bottom: 1px solid #d5dae2;
  border-right: 1px solid #d5dae2;
  border-radius: 4px;
}

.personal-form__input-wrapp input {
  border: none !important;
}

.personal-form__input-ico {
  display: flex;
  align-items: center;
  justify-content: center;
  border-left: 1px solid #d5dae2;
  border-right: 1px solid #d5dae2;
  border-radius: 4px;
  height: 45px;
  min-width: 45px;
  width: 45px;
}

.personal-form__input {
  display: flex;
  width: 100%;
  padding: 8.5px 15px;
  border: 1px solid #d5dae2;
  border-radius: 4px;
  font-family: "ProximaNova";
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 26px;
  letter-spacing: 0.494118px;
  color: #1e2022;
}

.personal-form__input::placeholder {
  color: rgba(30, 32, 34, 0.4);
}

.personal-form__input.error-message {
  border-color: #fd5631;
}

.personal-form__action {
  display: flex;
  align-items: center;
  gap: 20px;
  width: 100%;
}

@media (max-width: 768px) {
  .personal-form__action {
    margin-bottom: 50px;
  }
}

.personal-form__btn {
  display: flex;
  padding: 12px 20px;
  font-family: "ProximaNova";
  font-style: normal;
  font-weight: 600;
  font-size: 16px;
  line-height: 19px;
  color: #ffffff;
  background-color: #fd5631;
  border-radius: 4px;
  transition: 0.3s;
  cursor: pointer;
}

@media (max-width: 768px) {
  .personal-form__btn {
    padding: 9px 20px;
    font-size: 14px;
  }
}

.personal-form__btn:hover {
  background-color: #e8360e;
}

.announcement__counter {
  margin-bottom: 30px;
}

.announcement__counter-inner {
  padding: 15px 0;
  border-top: 1px solid #efecf3;
  border-bottom: 1px solid #efecf3;
}

.announcement__counter-inner p {
  font-family: "ProximaNova";
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 150%;
  color: #000000;
}

.announcement .goods-case {
  margin-bottom: 30px;
  width: 100%;
}

.announcement .goods-case:last-child {
  margin-bottom: 0;
}

.announcement .goods-case ~ .pagination {
  margin-top: 50px;
  margin-bottom: 40px;
}

.announcement .goods-case__bottom {
  width: 100%;
  column-gap: 12px;
}

@media (max-width: 1100px) {
  .announcement .goods-case__bottom {
    flex-wrap: wrap;
    row-gap: 15px;
  }
}

.announcement .goods-case__bottom-info {
  display: flex;
  align-items: center;
}

@media (max-width: 680px) {
  .announcement .goods-case__bottom-info {
    width: 100%;
    justify-content: space-between;
  }
}

.goods-case__bottom-action{
  position: absolute;
  right: 31px;
  bottom: 18px;
}

@media (max-width: 992px) {
  .goods-case__bottom-action{
    right: 20px;
  }
  .announcement .goods-case__bottom-action{
    position: static;
    padding: 0 20px 20px;
    margin-left: auto;
  }
}
.announcement .goods-case__bottom-action {
  display: flex;
  align-items: center;
  gap: 10px;
  bottom: 13px;
}

@media (max-width: 1100px) {
  .announcement .goods-case__bottom-action {
    flex-wrap: wrap;
  }
}

@media (max-width: 680px) {
  .announcement .goods-case__bottom-action {
    width: 100%;
  }
}

.announcement .goods-case__bottom-btn {
  padding: 10px;
}

.announcement .goods-case__bottom-btn.remove-btn {
  margin-left: auto;
  width: 35px;
  min-width: 35px;
  height: 35px;
  padding: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #ffffff;
  box-shadow: 1px 2px 12px rgba(31, 27, 45, 0.1);
  border-radius: 40px;
}

.announcement .goods-case__bottom-btn.remove-btn .ico {
  display: flex;
  align-items: center;
  justify-content: center;
}

@media (max-width: 680px) {
  .announcement .goods-case__bottom-btn.remove-btn {
    margin-left: 0;
  }
}

.announcement .goods-case__bottom-btn.view-btn {
  font-family: "ProximaNova";
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 17px;
  color: #1e2022;
  background-color: #e7eaf3;
  transition: 0.2s;
}

.announcement .goods-case__bottom-btn.view-btn:hover {
  background-color: #c9cdd8;
}

.announcement .goods-case__bottom-btn.action-btn {
  font-family: "ProximaNova";
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 17px;
  color: #ffffff;
}

@media (max-width: 680px) {
  .announcement .goods-case__bottom-btn.action-btn {
    display: flex;
  }
}

@media (max-width: 370px) {
  .announcement .goods-case__bottom-btn.action-btn {
    font-size: 11px;
  }
}

.announcement__action-btn {
  margin-top: 30px;
  margin-bottom: 99px;
}

@media (max-width: 680px) {
  .announcement__action-btn {
    margin-bottom: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
  }
}

.announcement__action-btn a {
  width: fit-content;
  padding: 13px 17px !important;
}

@media (max-width: 680px) {
  .announcement-popup {
    display: block;
  }
}

.announcement-popup .popup__body {
  width: 100%;
  max-width: 460px;
}

@media (max-width: 680px) {
  .announcement-popup .popup__body {
    width: initial;
    max-width: 460px;
    margin: 70px 28px 0;
  }
}

.announcement-popup .popup__inner {
  padding: 40px 45px;
  max-width: 460px;
}

@media (max-width: 680px) {
  .announcement-popup .popup__inner {
    display: block;
  }
}

.announcement-popup .popup__title {
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: "ProximaNova";
  font-style: normal;
  font-weight: 600;
  font-size: 24px;
  line-height: 127%;
  color: #1e2022;
  margin-bottom: 13px;
  text-align: center;
}

.announcement-popup__content p {
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: "ProximaNova";
  font-style: normal;
  font-weight: 400;
  font-size: 13px;
  line-height: 127%;
  display: flex;
  align-items: center;
  text-align: center;
  color: #1e2022;
}

.announcement-popup__action {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 25px;
  gap: 11px;
}

.announcement-popup__action a {
  min-width: 60px;
  padding: 9px 12px;
  font-family: "ProximaNova";
  font-style: normal;
  font-weight: 600;
  font-size: 14px;
  line-height: 17px;
  color: #ffffff;
  background-color: #fd5631;
  border-radius: 4px;
  text-align: center;
}

.announcement-popup__action a.grey {
  background: #e7eaf3;
  border-radius: 4px;
  color: #1e2022;
}

/*personal add form styles*/

.personal-add {
  /*headings*/
  /*progressbar*/
  /*progressbar connectors*/
  /*marking active/completed steps orange*/
  /*The number of the step and the connector before it = orange*/
  /*dropzone*/
}

.personal-add__form {
  position: relative;
  /*buttons*/
}

.personal-add__form .action-button {
  cursor: pointer;
  font-family: "ProximaNova";
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  line-height: 19px;
  display: flex;
  align-items: center;
  text-align: center;
  color: #ffffff;
  background: #fd5631;
  border-radius: 4px;
  width: fit-content;
  padding: 13px 25px;
  border: 0;
}

.personal-add__form .action-button:hover,
.personal-add__form .action-button:focus {
  background-color: #e8360e;
}

@media (max-width: 680px) {
  .personal-add__form .action-button {
    font-size: 14px;
    line-height: 17px;
    padding: 9px 20px;
  }
}

.personal-add .fs-title {
  font-family: "ProximaNova";
  font-style: normal;
  font-weight: 600;
  font-size: 18px;
  line-height: 22px;
  display: flex;
  align-items: center;
  color: #3f3f44;
  margin-bottom: 25px;
}

.personal-add .fs-subtitle {
  font-family: "ProximaNova";
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 17px;
  color: #3f3f44;
  margin-top: -10px;
  margin-bottom: 26px;
}

@media (max-width: 1220px) {
  .personal-add .fs-subtitle {
    display: none;
  }
}

.personal-add .progressbar {
  display: flex;
  margin-bottom: 30px;
  overflow: hidden;
  /*CSS counters to number the steps*/
  counter-reset: step;
}

.personal-add .progressbar li {
  position: relative;
  display: block;
  width: 100%;
  max-width: 243px;
}

.personal-add .progressbar li .inner {
  display: block;
  margin-top: 10px;
}

@media (max-width: 680px) {
  .personal-add .progressbar li .inner {
    margin-top: 15px;
  }
}

.personal-add .progressbar li .txt {
  font-family: "ProximaNova";
  font-style: normal;
  font-weight: 400;
  font-size: 15px;
  line-height: 18px;
  color: #3f3f44;
}

.personal-add .progressbar li:first-child {
  max-width: 140px;
}

.personal-add .progressbar li:before {
  content: counter(step);
  counter-increment: step;
  width: 40px;
  height: 40px;
  border: 1px solid rgba(253, 86, 49, 0.3);
  border-radius: 50%;
  box-shadow: 3px 8px 20px -1px rgba(0, 0, 0, 0.1);
  line-height: 20px;
  background: white;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  font-family: "ProximaNova";
  font-style: normal;
  font-weight: 600;
  font-size: 16px;
  line-height: 1;
  text-align: center;
  color: rgba(253, 86, 49, 0.3);
}

@media (max-width: 680px) {
  .personal-add .progressbar li:before {
    width: 30px;
    height: 30px;
  }
}

.personal-add .progressbar li:after {
  content: "";
  width: 100%;
  height: 2px;
  background-color: rgba(253, 86, 49, 0.3);
  position: absolute;
  left: -100%;
  top: 20px;
  z-index: -1;
  /*put it behind the numbers*/
}

@media (max-width: 680px) {
  .personal-add .progressbar li:after {
    top: 15px;
  }
}

.personal-add .progressbar li:first-child:after {
  /*connector not needed before the first step*/
  content: none;
}

.personal-add .progressbar li.current:before {
  border-color: #fd5631;
  color: #fd5631;
}

.personal-add .progressbar li.current:after {
  background-color: #fd5631;
}

.personal-add .progressbar li.active:before {
  background-image: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTIiIGhlaWdodD0iMTAiIHZpZXdCb3g9IjAgMCAxMiAxMCIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggZD0iTTExLjY0ODUgMi42ODQyNUw1LjMxODAxIDkuMDE0MzFDNC44NDkyMyA5LjQ4MzE4IDQuMDg4NzkgOS40ODMxOCAzLjYxOTU3IDkuMDE0MzFMMC4zNTE3MTkgNS43NDYyM0MtMC4xMTcyNCA1LjI3NzM1IC0wLjExNzI0IDQuNTE2ODMgMC4zNTE3MTkgNC4wNDc4N0MwLjgyMDc2NyAzLjU3ODgyIDEuNTgxMTUgMy41Nzg4MiAyLjA0OTk5IDQuMDQ3NjlMNC40NjkwNCA2LjQ2Njc4TDkuOTQ5OTggMC45ODU4MDhDMTAuNDE5IDAuNTE2NzYgMTEuMTc5NSAwLjUxNzExNSAxMS42NDgzIDAuOTg1ODA4QzEyLjExNzIgMS40NTQ3NyAxMi4xMTcyIDIuMjE1MDMgMTEuNjQ4NSAyLjY4NDI1WiIgZmlsbD0id2hpdGUiLz4KPC9zdmc+Cg==");
  background-position: center;
  background-repeat: no-repeat;
  background-color: #fd5631;
  border-color: #fd5631;
  color: transparent;
}

.personal-add .progressbar li.active:after {
  background-color: #fd5631;
}

.personal-add__form-row {
  margin-bottom: 100px;
  background: white;
  border: 0 none;
  padding: 0;
  /*stacking .personal-add__form-rows above each other*/
  position: relative;
  /*Hide all except first .personal-add__form-row*/
}

.personal-add__form-row:not(:first-of-type) {
  display: none;
}

.personal-add .dropzone-label {
  margin-bottom: 30px;
}

.personal-add .dropzone-previews {
  display: flex;
  flex-wrap: wrap;
  column-gap: 34px;
  border: 0;
  min-height: unset;
  padding: 0;
}

.personal-add .dropzone-previews.first-hidden .dz-preview {
  width: 160px;
  margin: 0;
}

.personal-add .dropzone-previews.first-hidden .dz-preview:first-child .dz-action-btn.status ~ .hidden {
  display: none;
}

.personal-add .dropzone.needsclick {
  border: 0;
  border-radius: 10px;
  background-image: repeating-linear-gradient(0deg, #bcbcbc, #bcbcbc 8px, transparent 8px, transparent 20px, #bcbcbc 20px), repeating-linear-gradient(90deg, #bcbcbc, #bcbcbc 8px, transparent 8px, transparent 20px, #bcbcbc 20px), repeating-linear-gradient(180deg, #bcbcbc, #bcbcbc 8px, transparent 8px, transparent 20px, #bcbcbc 20px), repeating-linear-gradient(270deg, #bcbcbc, #bcbcbc 8px, transparent 8px, transparent 20px, #bcbcbc 20px);
  background-size: 1px 100%, 100% 1px, 1px 100%, 100% 1px;
  background-position: 0 0, 0 0, 100% 0, 0 100%;
  background-repeat: no-repeat;
}

.personal-add .dropzone .capture {
  display: flex;
  margin-bottom: 18px;
  margin: 0 auto;
}

@media (max-width: 768px) {
  .personal-add .dropzone .capture {
    width: 50px;
    height: 50px;
  }
}

.personal-add .dropzone .note {
  font-family: "ProximaNova";
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 17px;
  text-align: center;
  color: #3f3f44;
}

.personal-add .dropzone .note strong {
  display: block;
  margin-top: 17px;
  font-family: "ProximaNova";
  font-style: normal;
  font-weight: 600;
  font-size: 14px;
  line-height: 17px;
  text-align: center;
  text-decoration-line: underline;
  color: #3f3f44;
}

@media (max-width: 1220px) {
  .personal-add .dropzone .note .desktop-note {
    display: none;
  }
}

@media (min-width: 1221px) {
  .personal-add .dropzone .note .mobile-note {
    display: none;
  }
}

.personal-add .dropzone .dz-preview .dz-image {
  width: 160px !important;
  height: 120px;
  border-radius: 4px;
}

@media (max-width: 550px) {
  .personal-add .dropzone .dz-preview .dz-image {
    width: 100% !important;
    height: 100% !important;
  }
}

.personal-add .dropzone .dz-preview .dz-image img {
  width: 100% !important;
  height: 100% !important;
}

.personal-add .action-row {
  display: flex;
  align-items: center;
  gap: 20px;
}

.personal-add .dropzone .dz-preview .dz-details {
  display: none;
}

.personal-add .dropzone .dz-preview .dz-success-mark {
  width: 54px;
  height: 54px;
}

.personal-add .dropzone .dz-preview {
  width: 160px;
  margin: 0;
  margin-bottom: 30px !important;
}

@media (max-width: 550px) {
  .personal-add .dropzone .dz-preview {
    width: 100% !important;
    height: 100%;
  }
}

.personal-add .dropzone .dz-preview:first-child .dz-image {
  border: 1px solid #fd5631;
}

.personal-add .dropzone .dz-preview:first-child .dz-action-btn.status {
  display: flex;
}

.personal-add .dropzone .dz-preview .dz-action-btn.status {
  pointer-events: none;
}

.personal-add .dropzone .dz-preview .dz-action-btn.status ~ .hidden {
  display: none;
}

@media (max-width: 1220px) {
  .personal-add .dropzone .dz-preview .dz-action-btn.status ~ .hidden {
    display: flex;
  }
}

.personal-add .dropzone .dz-preview:hover .dz-remove {
  display: flex;
}

.personal-add .dropzone .dz-preview:hover .dz-action-btn.hidden {
  display: flex;
}

.personal-add .dropzone .dz-preview:hover .dz-image img {
  transform: scale(1);
  filter: blur(0px);
}

.personal-add .dropzone .dz-remove {
  background-color: #fff;
  border-radius: 50%;
  background-image: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjAiIGhlaWdodD0iMjAiIHZpZXdCb3g9IjAgMCAyMCAyMCIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggZD0iTTEwLjAwMDIgMC44MzMzNzRDOC4xODcxNyAwLjgzMzM3NCA2LjQxNDg5IDEuMzcwOTkgNC45MDc0NCAyLjM3ODI0QzMuMzk5OTkgMy4zODU0OCAyLjIyNTA3IDQuODE3MTIgMS41MzEyNyA2LjQ5MjExQzAuODM3NDY4IDguMTY3MSAwLjY1NTkzNyAxMC4wMTAyIDEuMDA5NjQgMTEuNzg4NEMxLjM2MzMzIDEzLjU2NjUgMi4yMzYzNyAxNS4xOTk5IDMuNTE4MzYgMTYuNDgxOUM0LjgwMDM0IDE3Ljc2MzggNi40MzM2OCAxOC42MzY5IDguMjExODQgMTguOTkwNkM5Ljk5IDE5LjM0NDMgMTEuODMzMSAxOS4xNjI3IDEzLjUwODEgMTguNDY4OUMxNS4xODMxIDE3Ljc3NTEgMTYuNjE0NyAxNi42MDAyIDE3LjYyMiAxNS4wOTI4QzE4LjYyOTIgMTMuNTg1MyAxOS4xNjY4IDExLjgxMyAxOS4xNjY4IDEwQzE5LjE2NCA3LjU2OTc3IDE4LjE5NzMgNS4yMzk4NiAxNi40Nzg4IDMuNTIxNEMxNC43NjA0IDEuODAyOTMgMTIuNDMwNCAwLjgzNjI0MSAxMC4wMDAyIDAuODMzMzc0Wk0xMy41MzUyIDEyLjM1NzVDMTMuNjE0OCAxMi40MzQ0IDEzLjY3ODIgMTIuNTI2NCAxMy43MjE5IDEyLjYyOEMxMy43NjU2IDEyLjcyOTcgMTMuNzg4NiAxMi44MzkxIDEzLjc4OTUgMTIuOTQ5N0MxMy43OTA1IDEzLjA2MDQgMTMuNzY5NCAxMy4xNzAxIDEzLjcyNzUgMTMuMjcyNUMxMy42ODU2IDEzLjM3NDkgMTMuNjIzNyAxMy40NjggMTMuNTQ1NSAxMy41NDYyQzEzLjQ2NzMgMTMuNjI0NCAxMy4zNzQyIDEzLjY4NjMgMTMuMjcxOCAxMy43MjgyQzEzLjE2OTQgMTMuNzcwMSAxMy4wNTk3IDEzLjc5MTIgMTIuOTQ5IDEzLjc5MDJDMTIuODM4NCAxMy43ODkzIDEyLjcyOSAxMy43NjYzIDEyLjYyNzMgMTMuNzIyNkMxMi41MjU3IDEzLjY3OSAxMi40MzM3IDEzLjYxNTUgMTIuMzU2OCAxMy41MzU5TDEwLjAwMDIgMTEuMTc4NEw3LjY0MzUgMTMuNTM1OUM3LjQ4NjMzIDEzLjY4NzcgNy4yNzU4MyAxMy43NzE3IDcuMDU3MzMgMTMuNzY5OEM2LjgzODg0IDEzLjc2NzkgNi42Mjk4MyAxMy42ODAyIDYuNDc1MzIgMTMuNTI1N0M2LjMyMDgxIDEzLjM3MTIgNi4yMzMxNyAxMy4xNjIyIDYuMjMxMjcgMTIuOTQzN0M2LjIyOTM3IDEyLjcyNTIgNi4zMTMzNyAxMi41MTQ3IDYuNDY1MTcgMTIuMzU3NUw4LjgyMTgzIDEwTDYuNDY1MTcgNy42NDI1NEM2LjM4NTU4IDcuNTY1NjcgNi4zMjIwOSA3LjQ3MzcxIDYuMjc4NDIgNy4zNzIwNEM2LjIzNDc0IDcuMjcwMzcgNi4yMTE3NSA3LjE2MTAzIDYuMjEwNzkgNy4wNTAzOEM2LjIwOTgzIDYuOTM5NzMgNi4yMzA5MiA2LjgyOTk5IDYuMjcyODIgNi43Mjc1OEM2LjMxNDcyIDYuNjI1MTcgNi4zNzY1OSA2LjUzMjEyIDYuNDU0ODQgNi40NTM4OEM2LjUzMzA4IDYuMzc1NjMgNi42MjYxMyA2LjMxMzc2IDYuNzI4NTQgNi4yNzE4NkM2LjgzMDk1IDYuMjI5OTYgNi45NDA2OSA2LjIwODg3IDcuMDUxMzMgNi4yMDk4M0M3LjE2MTk4IDYuMjEwNzkgNy4yNzEzMyA2LjIzMzc4IDcuMzczIDYuMjc3NDZDNy40NzQ2NyA2LjMyMTEzIDcuNTY2NjMgNi4zODQ2MiA3LjY0MzUgNi40NjQyMUwxMC4wMDAyIDguODIxNzFMMTIuMzU2OCA2LjQ2NDIxQzEyLjQzMzcgNi4zODQ2MiAxMi41MjU3IDYuMzIxMTMgMTIuNjI3MyA2LjI3NzQ2QzEyLjcyOSA2LjIzMzc4IDEyLjgzODQgNi4yMTA3OSAxMi45NDkgNi4yMDk4M0MxMy4wNTk3IDYuMjA4ODcgMTMuMTY5NCA2LjIyOTk2IDEzLjI3MTggNi4yNzE4NkMxMy4zNzQyIDYuMzEzNzYgMTMuNDY3MyA2LjM3NTYzIDEzLjU0NTUgNi40NTM4OEMxMy42MjM3IDYuNTMyMTIgMTMuNjg1NiA2LjYyNTE3IDEzLjcyNzUgNi43Mjc1OEMxMy43Njk0IDYuODI5OTkgMTMuNzkwNSA2LjkzOTczIDEzLjc4OTUgNy4wNTAzOEMxMy43ODg2IDcuMTYxMDMgMTMuNzY1NiA3LjI3MDM3IDEzLjcyMTkgNy4zNzIwNEMxMy42NzgyIDcuNDczNzEgMTMuNjE0OCA3LjU2NTY3IDEzLjUzNTIgNy42NDI1NEwxMS4xNzg1IDEwTDEzLjUzNTIgMTIuMzU3NVoiIGZpbGw9IiNGRDU2MzEiLz4KPC9zdmc+Cg==");
  background-position: center;
  background-repeat: no-repeat;
  width: 18px;
  height: 18px;
  color: transparent;
  position: absolute;
  z-index: 99;
  top: -9px;
  right: -9px;
  display: none;
}

@media (max-width: 1220px) {
  .personal-add .dropzone .dz-remove {
    display: flex;
  }
}

.personal-add .dz-action-btn {
  display: none;
  justify-content: center;
  align-items: center;
  margin-top: 20px;
  width: 100%;
  font-family: "ProximaNova";
  font-style: normal;
  font-weight: 600;
  font-size: 14px;
  line-height: 150%;
  background-color: #fff;
  color: #fff;
  border: 1px solid #fd5631;
  border-radius: 4px;
  padding: 13px;
  text-align: center;
}

.personal-add .dz-action-btn.dark {
  background-color: #fd5631;
}

.personal-add .dz-action-btn.dark:hover {
  background-color: #e8360e;
}

.personal-add .dz-action-btn.hidden {
  color: #fd5631;
}

.personal-add .dz-action-btn.hidden:hover {
  border: 1px solid #e8360e;
}

.personal-add .dz-action-btn:last-child {
  margin-top: 0;
}

.personal-add__form-inner {
  padding: 30px 40px 40px;
  background: #ffffff;
  box-shadow: 0px 2px 48px rgba(0, 0, 0, 0.06);
  border-radius: 14px;
  margin-bottom: 30px;
}

@media (max-width: 992px) {
  .personal-add__form-inner {
    padding: 0;
    background: #ffffff;
    box-shadow: unset;
  }
}

@media (max-width: 680px) {
  .personal-add__form-inner {
    margin-bottom: 25px;
  }
}

.personal-add__form-fields {
  display: flex;
  gap: 30px;
  margin-bottom: 30px;
}

@media (max-width: 992px) {
  .personal-add__form-fields {
    flex-wrap: wrap;
  }
}

@media (max-width: 680px) {
  .personal-add__form-fields {
    gap: 20px;
  }
}

.personal-add__form-fields:last-child {
  margin-bottom: 0;
}

.personal-add__form-fields.error-total .error-message {
  display: none;
  order: 1;
  margin-top: -10px;
  font-family: "ProximaNova";
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 23px;
  color: #fd5631;
}

.personal-add__form-group-wrapp {
  display: flex;
  gap: 9px;
  max-width: 260px;
}

@media (max-width: 992px) {
  .personal-add__form-group-wrapp {
    max-width: 100%;
    width: 100%;
  }
}

.personal-add__form-group {
  display: flex;
  flex-direction: column;
  width: 100%;
  max-width: 300px;
  /*inputs,selects,textarea*/
}

@media (max-width: 992px) {
  .personal-add__form-group {
    max-width: 100%;
  }
}

.personal-add__form-group.col-1 {
  width: 100%;
  max-width: 80%;
}

@media (max-width: 992px) {
  .personal-add__form-group.col-1 {
    max-width: 100%;
  }
}

.personal-add__form-group.col-2 {
  width: 100%;
  max-width: 550px;
}

@media (max-width: 992px) {
  .personal-add__form-group.col-2 {
    max-width: 100%;
  }
}

.personal-add__form-group.col-3 {
  width: 100%;
  max-width: 260px;
}

@media (max-width: 992px) {
  .personal-add__form-group.col-3 {
    max-width: 100%;
  }
}

.personal-add__form-group.currency {
  max-width: 85px;
}

.personal-add__form-group textarea,
.personal-add__form-group input {
  width: 100%;
  border: 1px solid #d5dae2;
  border-radius: 4px;
  padding: 10px 15px;
  font-family: "ProximaNova";
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 23px;
  letter-spacing: 0.494118px;
  color: #1e2022;
}

.personal-add__form-group textarea.error-message,
.personal-add__form-group input.error-message {
  border: 1px solid #fd5631;
  color: #fd5631;
}

.personal-add__form-group textarea {
  min-height: 160px;
  resize: none;
}

.personal-add__form-group select.error-message ~ .select2-container .select2-selection {
  border: 1px solid #fd5631;
}

.personal-add__form-group .select2-container .select2-selection {
  height: 45px;
  padding: 10px 15px;
  border: 1px solid #d5dae2;
}

.personal-add__form-group .select2-container .select2-selection__rendered {
  display: flex;
  align-items: center;
  height: 100%;
  width: 100%;
}

.personal-add__form-group .select2-container .select2-selection__arrow {
  height: 100%;
  background-image: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTAiIGhlaWdodD0iNiIgdmlld0JveD0iMCAwIDEwIDYiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+CjxwYXRoIGQ9Ik01LjI3NDQyIDUuMjg2NzVMOS44ODY5MiAwLjY2MTQ1OEMxMC4wMzggMC41MDk5MTUgMTAuMDM3NyAwLjI2NDU2NSA5Ljg4NjE0IDAuMTEzMjc2QzkuNzM0NTkgLTAuMDM3ODk0OSA5LjQ4OTExIC0wLjAzNzUwNDMgOS4zMzc5NSAwLjExNDA1OEw0Ljk5OTk4IDQuNDY0MDRMMC42NjIwMzIgMC4xMTM5QzAuNTEwODYxIC0wLjAzNzY0MTkgMC4yNjU1MyAtMC4wMzgwMzI2IDAuMTEzOTY4IDAuMTEzMTE5QzAuMDM3OTkxNSAwLjE4ODk1OSAyLjg1NTM3ZS0wNiAwLjI4ODMxNCAyLjg1MzQyZS0wNiAwLjM4NzY2OUMyLjg1MTQ4ZS0wNiAwLjQ4Njc3IDAuMDM3NzM3OCAwLjU4NTczNSAwLjExMzE4NyAwLjY2MTQzN0w0LjcyNTU3IDUuMjg2NzVDNC43OTgxOSA1LjM1OTc0IDQuODk3MDEgNS40MDA3IDQuOTk5OTggNS40MDA3QzUuMTAyOTUgNS40MDA3IDUuMjAxNjYgNS4zNTk2MiA1LjI3NDQyIDUuMjg2NzVaIiBmaWxsPSIjOTlBMkFBIi8+Cjwvc3ZnPgo=");
  background-repeat: no-repeat;
  background-color: transparent;
  background-size: contain;
  border: none !important;
  height: 10px !important;
  width: 10px !important;
  top: 50%;
  right: 10px;
  transform: translateY(-30%) rotate(0);
}

.personal-add__form-group .select2-container .select2-selection__arrow b {
  display: none;
}

.personal-add__form-group .select2-container--open .select2-selection__arrow {
  transform: translateY(-70%) rotate(180deg);
}

.personal-add__form-group.checkbox-col .personal-add__form-label {
  white-space: nowrap;
  opacity: 0;
}

@media (max-width: 680px) {
  .personal-add__form-group.checkbox-col .personal-add__form-label {
    display: none;
  }
}

.personal-add__form-group.checkbox-col .checkbox-field {
  margin-top: 11px;
}

@media (max-width: 680px) {
  .personal-add__form-group.checkbox-col .checkbox-field {
    margin-top: 0;
  }
}

.personal-add__form-group span.error-message {
  display: flex;
  order: 1;
  padding-top: 10px;
  font-family: "ProximaNova";
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 1;
  color: #fd5631;
}

.personal-add__form-group .tippy-ico {
  margin-left: 6px;
}

.personal-add__form-label {
  display: flex;
  font-family: "ProximaNova";
  font-style: normal;
  font-weight: 600;
  font-size: 14px;
  line-height: 26px;
  letter-spacing: 0.458824px;
  text-transform: uppercase;
  color: #1e2022;
  margin-bottom: 5px;
}

/* code popup*/

.code-popup .popup__body {
  max-width: 400px;
}

.code-popup .popup__inner {
  padding: 30px;
}

.code-popup .popup__title {
  font-family: "ProximaNova";
  font-style: normal;
  font-weight: 700;
  font-size: 24px;
  line-height: 127.5%;
  text-align: center;
  letter-spacing: 0.02em;
  color: #1e2022;
  margin-bottom: 12px;
}

.code-popup .authorization__form {
  padding: 0;
}

.code-popup .authorization-form__field-row-wrapp {
  max-width: 235px;
  margin: 0 auto;
}

.code-popup .authorization-form__code-error {
  display: none;
  justify-content: center;
  align-items: center;
  margin-top: 10px;
  margin-bottom: 15px;
  font-family: "ProximaNova";
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 18px;
  text-align: center;
  color: #fd5631;
  white-space: nowrap;
}

/* customize plugins */

.tippy-box {
  transform: translate(-14px, 5px);
  background-color: #fff;
  border: 0.5px solid #fd5631;
  border-radius: 4px;
}

.tippy-content {
  max-width: 235px;
  padding: 7px 12px;
  font-family: "ProximaNova";
  font-style: normal;
  font-weight: 300;
  font-size: 9px;
  line-height: 150%;
  color: #000000;
}

.tippyArrow {
  position: relative;
  top: -8px;
  left: 8px;
  transform: rotate(180deg);
}

.svg-content {
  fill: white;
}

.svg-arrow {
  fill: #fd5631;
}

.select2-dropdown {
  border-color: #d5dae2;
}

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

.contact_group ~ span.error-message{
  display: none !important;
}

.personal-add__form-fields .conditions__field.subway-station .checkbox-dropdown{
  width: 100%;
}

.carousel-galery{
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #fff;
}

.carousel-galery.open{
  display: flex;
  z-index: 999;
}

@media (min-width: 680px) {   
  .carousel-galery{
    display: none !important;
  }
}

.carousel-galery__inner{

}

.carousel-galery__top{
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 19px;
}

.carousel-galery__close{
  margin-right: auto;
  margin-left: -10px;
  padding: 10px;
}

.carousel-galery__title{
  font-family: 'ProximaNova';
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 150%;
  color: #1E2022;
  margin-right: auto;
}

.carousel-galery__body{
  overflow: hidden;
  overflow-y: auto;
  height: calc(100% - 45px);
}

.carousel-galery__list{
  display: flex;
  flex-direction: column;
  gap: 10px;

}

.carousel-galery__item{

}

.carousel-galery__img{

}

.carousel-galery__img img{
  width: 100%;
  height: 100%;
}

.tippy-content{
  font-size: 13px
}

.spinner {
  width: 30px;
  height: 30px;
  border: 4px solid rgba(0, 0, 0, 0.1);
  border-top-color: #333;
  border-radius: 50%;
  animation: spin 0.8s linear infinite;
  margin: 10px auto;
}

@keyframes spin {
  to { transform: rotate(360deg); }
}

.js-sms-post-confirm.disabled {
  pointer-events: none;
  opacity: 0.6;
}

.price-row {
  display: flex;
  justify-content: space-between;
  width: 100%;
}

.price-left {
  flex: 1;
  text-align: left;
}

.price-right {
  flex: 1;
  text-align: right;
  white-space: nowrap;
  overflow: visible;
  text-overflow: unset;
}

.price-single {
  text-align: left;
}

/*# sourceMappingURL=maps/styles.min.css.map */


