.main {
  padding-top: calc(var(--height-header) + 24px);
}

.breadcrumbs {
  margin: 0 auto 20px 0;
  font-size: 16px;
  font-family: "Montserrat", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 5px 30px;
}
.breadcrumbs a {
  margin-right: 30px;
  display: inline-block;
  position: relative;
  font-weight: 500;
}
.breadcrumbs a:after {
  content: "/";
  position: absolute;
  top: -1px;
  right: -19px;
  height: 100%;
}
.breadcrumbs a:last-child {
  margin: 0;
      touch-action: none;
  pointer-events: none;
}
.breadcrumbs a:last-child:after {
  display: none;
}

.title {
  font-size: 20px;
  line-height: 1.2;
  font-weight: 300;
}
.title-section {
  font-size: 16px;
  line-height: 1.2;
  font-weight: 300;
}

.section {
  padding-bottom: 40px;
}
.section-container {
  padding: 0 15px;
  max-width: 100%;
  width: 100%;
}
@media (min-width: 770px) {
  .section-container {
    max-width: 768px;
    margin: 0 auto;
  }
}
@media (min-width: 1290px) {
  .section-container {
    max-width: 1290px;
    padding: 0 15px;
  }
}
@media (min-width: 1920px) {
  .section-container {
    max-width: 1755px;
    padding: 0;
  }
}
.section-header {
  display: flex;
  align-items: center;
          justify-content: space-between;
  width: 100%;
  margin-bottom: 15px;
  padding-right: 15px;
}
.section-header__link {
  cursor: pointer;
}
.section-header__link a {
  transition: fill 0.5s ease-in, color 0.1s ease;
  display: flex;
  align-items: center;
}
.section-header__link a span {
  margin-right: 10px;
  cursor: pointer;
}
.section-header__link a svg {
  fill: black;
}
.section-header__link:hover {
  color: rgb(197, 222, 190);
}
.section-header__link:hover a svg {
  fill: rgb(197, 222, 190);
}

@media (min-width: 576px) {
  .title {
    font-size: 30px;
  }
  .title-section {
    font-size: 20px;
  }
  .section-header {
    margin-bottom: 20px;
  }
  .section-header__link a span {
    margin-right: 15px;
  }
}
@media (min-width: 760px) {
  .section {
    padding-bottom: 80px;
  }
}
@media (min-width: 1290px) {
  .title {
    font-size: 40px;
  }
  .title-section {
    font-size: 40px;
    font-weight: 300;
  }
  .section {
    padding-bottom: 100px;
  }
  .section-header {
    padding-right: 0;
  }
}
.about {
  width: 100%;
  height: 100%;
}
.about .container {
  padding: 0;
}
.about__banner {
  width: 100%;
  min-height: 480px;
  max-height: 480px;
  display: flex;
  flex-direction: column;
  align-items: center;
          justify-content: flex-end;
  text-align: center;
  padding-bottom: 15px;
  position: relative;
  margin-bottom: 30px;
  overflow: hidden;
}
.about__banner--img {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  height: 100%;
  width: 100%;
  background-image: url("/local/templates/ricoco_05.2023/assets/img/about-banner-mob.png");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  z-index: 0;
  overflow: hidden;
}
.about__banner--img-desktop {
  display: none;
}
.about__banner--content {
  z-index: 1;
  display: flex;
  flex-direction: column;
          align-items: center;
  width: 100%;
}
.about__banner--content .about__desc {
  color: white;
  max-width: 236px;
  font-size: 16px;
}
.about__banner--small {
  background-image: url("/local/templates/ricoco_05.2023/assets/img/about-small-banner.png");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  width: 100%;
  padding: 34px 0;
  margin-bottom: 60px;
  color: white;
}
.about__banner--small .container {
          align-items: flex-start;
}
.about__banner--small .about__title {
  font-weight: 500;
}
.about__title {
  margin-bottom: 20px;
  margin-right: auto;
  padding: 0 15px;
  font-size: 20px;
}
.about__text {
  padding: 0 15px;
  font-size: 14px;
  font-weight: 300;
}
.about__text p {
  margin-bottom: 10px;
}
.about__text p:last-child {
  margin-bottom: 0;
}
.about__text--width {
  font-size: 16px;
  margin-bottom: 15px;
}
.about__text--width p {
  font-weight: 500;
}
.about__content {
  margin-bottom: 60px;
  width: 100%;
}
.about__images {
  width: 100%;
  display: flex;
          align-items: center;
  gap: 30px;
  margin-bottom: 15px;
}
.about__images .about__img {
  margin-bottom: 0;
}
.about__images .about__img:nth-child(2) {
  display: none;
}
.about__wrapper {
  margin-bottom: 60px;
  width: 100%;
}
.about__wrapper--col {
  gap: 0;
}
.about__wrapper:last-child {
  margin-bottom: 0;
}
.about__item {
  margin-bottom: 20px;
  width: 100%;
  display: flex;
  flex-direction: column;
          align-items: center;
}
.about__item:last-child {
  margin-bottom: 0;
}
.about__logo {
  max-width: 328px;
  margin-bottom: 15px;
}
.about__img {
  width: 100%;
  max-height: 700px;
  aspect-ratio: 1.16;
  margin-bottom: 15px;
  border-radius: 10px;
  overflow: hidden;
}
.about__img img {
  height: 100%;
     object-fit: cover;
}
.about__img:first-child {
  margin-bottom: 0;
}
.about-gallery__item {
  height: 430px;
}
.about-gallery__item img {
  width: 100%;
  height: 100%;
     object-fit: cover;
}
.about-store-swiper {
  padding: 0 15px;
}

@media (min-width: 420px) {
  .about__banner {
    min-height: 368px;
    max-height: 368px;
  }
  .about__banner--img {
    padding-top: 35.9375%;
    background-image: url("/local/templates/ricoco_05.2023/assets/img/about-banner.png");
    background-position: 25% 75%;
  }
  .about__banner--img-desktop {
    display: block;
  }
  .about__banner--img-mobile {
    display: none;
  }
}
@media (min-width: 620px) {
  .about .container {
    padding: 0 15px;
  }
  .about__banner {
    margin-bottom: 60px;
    justify-content: center;
            align-items: flex-end;
    text-align: left;
    padding-bottom: 0;
    padding-right: 40px;
  }
  .about__banner--img {
    padding-top: 35.9167%;
    background-position: 40% 75%;
  }
  .about__banner--content {
    justify-content: center;
            align-items: flex-start;
    text-align: left;
    max-width: 328px;
  }
  .about__banner--small {
    padding: 44px 0;
  }
  .about__banner--small .about__text {
    max-width: 561px;
  }
  .about__wrapper {
    display: flex;
    align-items: center;
    justify-content: space-between;
            flex-direction: row;
    gap: 30px;
  }
  .about__wrapper--col {
    flex-direction: column;
    display: flex;
    gap: 0;
  }
  .about__images .about__img {
    width: calc(50% - 15px);
  }
  .about__images .about__img:nth-child(2) {
    display: block;
  }
  .about__item {
    max-width: calc(50% - 15px);
  }
  .about__title {
    padding: 0;
    font-size: 30px;
  }
  .about__text {
    padding: 0;
  }
  .about-store-swiper {
    padding: 0;
  }
}
@media (min-width: 992px) {
  .about__banner {
    min-height: 518px;
    max-height: 518px;
    padding-right: 168px;
  }
  .about__banner--img {
    background-position: 25% 75%;
  }
}
@media (min-width: 1290px) {
  .about__title {
    margin-bottom: 30px;
    font-size: 40px;
  }
  .about__banner {
    min-height: 518px;
    max-height: 518px;
    padding-right: 242px;
  }
  .about__banner--small {
    padding: 50px 0;
  }
  .about__banner--small .about__text {
    max-width: 825px;
  }
  .about__text p {
    font-size: 20px;
  }
  .about__text--width {
    margin-bottom: 20px;
  }
  .about__images {
            justify-content: center;
  }
  .about__images .about__img {
    width: calc(40% - 15px);
  }
  .about__img {
    max-width: 629px;
  }
  .about-gallery__item {
    height: 525px;
  }
}
@media (min-width: 1920px) {
  .about__banner {
    min-height: 690px;
    max-height: 690px;
    padding-right: 482px;
  }
  .about__banner--small {
    padding: 100px 0;
  }
  .about__img {
    max-width: 810px;
  }
  .about-gallery__item {
    height: 700px;
  }
}
@media (min-width: 2000px) {
  .about__banner--img {
    padding-top: 30%;
  }
}
.wrapper {
  display: flex;
          flex-direction: column;
  width: 100%;
  max-width: 100%;
  gap: 30px;
  padding-bottom: 60px;
  position: relative;
}
.wrapper__content li {
  margin-bottom: 15px;
  font-size: 14px;
}
.wrapper__content li:last-child {
  margin-bottom: 0;
}
.wrapper-header {
  display: flex;
}
.wrapper-header h1 {
  display: none;
}
.wrapper__title {
  font-size: 16px;
  margin-bottom: 15px;
}
.wrapper__text--width {
  font-weight: 500;
}
.wrapper__text--dot {
  position: relative;
}
.wrapper__text--dot:before {
  content: "";
  display: inline-block;
  height: 10px;
  width: 10px;
  background-color: rgb(128, 144, 124);
  margin-right: 5px;
  vertical-align: middle;
  border-radius: 50%;
}
.wrapper__text--bottom {
  margin-bottom: 15px;
}
.wrapper__text a {
  color: rgb(128, 144, 124);
  font-weight: 700;
}

@media (min-width: 760px) {
  .wrapper__title {
    font-size: 20px;
    margin-bottom: 20px;
  }
}
@media (min-width: 1290px) {
  .wrapper {
            flex-direction: row;
  }
  .wrapper__title {
    font-size: 30px;
  }
  .wrapper-profile {
    gap: 171px;
  }
}
@media (max-width: 760px) {
  .wrapper-header h1 {
    display: block;
  }
}
.accordion {
  width: 100%;
  padding-bottom: 40px;
}
.accordion-padding {
  padding-top: 20px;
}
.accordion-panel {
  font-size: 14px;
  padding-bottom: 15px;
}
.accordion-panel p {
  font-weight: 400;
}
.accordion-thumb {
  padding: 15px 0;
  width: 100%;
  cursor: pointer;
  position: relative;
  font-size: 16px;
}
.accordion-thumb::before {
  content: "";
  display: inline-block;
  height: 7px;
  width: 7px;
  margin-right: 1rem;
  margin-left: 0.5rem;
  vertical-align: middle;
  border-right: 1px solid;
  border-bottom: 1px solid;
  transform: rotate(45deg);
  transition: transform 0.2s ease-out;
  position: absolute;
  right: 0;
  top: 23px;
}
.accordion-thumb.is-active:before {
          transform: rotate(-136deg);
}
.accordion__item {
  margin: 0 !important;
  border-bottom: 1px solid rgb(128, 144, 124);
}
.accordion__item p {
  margin-bottom: 10px;
}
.accordion__item p:last-child {
  margin-bottom: 0;
}
.accordion__item--dot p {
  position: relative;
}
.accordion__item--dot p::before {
  content: "";
  display: inline-block;
  height: 10px;
  width: 10px;
  background-color: rgb(128, 144, 124);
  margin-right: 5px;
  vertical-align: middle;
  border-radius: 50%;
}

@media (min-width: 760px) {
  .accordion-padding {
    padding-top: 30px;
  }
  .accordion-thumb {
    font-size: 20px;
  }
  .accordion-panel {
    font-size: 16px;
  }
}
.contacts {
  max-width: 100%;
  width: 100%;
}
.contacts__title {
  margin-bottom: 25px;
  font-weight: 300;
}
.contacts__title-small {
  font-size: 16px;
  margin-bottom: 25px;
}
.contacts__list {
  display: flex;
          flex-direction: column;
  gap: 20px;
  padding-bottom: 40px;
}
.contacts__content {
  display: flex;
          align-items: center;
  gap: 30px;
}
.contacts__name {
  margin-bottom: 15px;
  font-weight: 500;
}
.contacts__item {
  display: flex;
          flex-direction: column;
  gap: 20px;
}
.contacts__item img {
  width: 24px;
  height: 24px;
}
.contacts__item span {
  font-size: 14px;
  font-weight: 500;
  color: rgb(128, 144, 124);
}
.contacts__link a {
  display: flex;
          align-items: center;
  gap: 10px;
}
.contacts__address {
  position: relative;
  margin-bottom: 40px;
}
.contacts__address--content {
  padding: 0 15px;
  display: flex;
          flex-direction: column;
  gap: 50px;
}
.contacts__address--content p {
  font-weight: 500;
}
.contacts__feedback {
  width: 100%;
  display: flex;
          justify-content: center;
  background-image: url("/local/templates/ricoco_05.2023/assets/img/feedbackBg.png");
  padding: 40px 0;
}
.contacts__feedback .container {
          align-items: center;
}
.contacts__feedback .contacts__title {
  font-size: 20px;
  margin-bottom: 10px;
}
.contacts__feedback-wrapper {
  max-width: 738px;
  width: 100%;
  padding: 30px 15px;
  background-color: rgb(255, 255, 255);
  border-radius: 10px;
  display: flex;
  flex-direction: column;
          align-items: center;
  text-align: center;
  gap: 10px;
}
.contacts__feedback a {
  display: inline-block;
}
.contacts__feedback a:hover {
  text-decoration: underline;
}
.contacts__feedback form {
  width: 100%;
  max-width: 100%;
}
.contacts__feedback--desc {
  max-width: 345px;
  text-align: center;
  margin: 10px auto 10px;
}
.contacts__feedback .form__captcha {
  margin-bottom: 10px;
}
.contacts__feedback .form__captcha img {
  max-width: 150px;
  margin-top: 10px;
  margin-left: 10px;
}
.contacts__feedback .form__btns {
  display: flex;
  align-items: center;
          justify-content: center;
  width: 100%;
}
.contacts__feedback label {
  width: 100%;
  max-width: 551px;
}
.contacts__feedback input {
  width: 100%;
  padding: 10px;
  font-size: 16px;
  color: rgb(0, 0, 0);
  border: none;
  border-bottom: 1px solid rgb(128, 144, 124);
}
.contacts__feedback input::placeholder {
  color: rgb(128, 144, 124);
}
.contacts__feedback--desc {
  font-size: 12px;
  color: rgb(128, 144, 124);
}

@media (min-width: 760px) {
  .contacts__list {
            flex-direction: row;
    gap: 40px;
  }
  .contacts .contacts__title {
    font-size: 30px;
  }
  .contacts .contacts__title-small {
    font-size: 20px;
  }
  .contacts__content {
    flex-direction: column;
            align-items: flex-start;
    gap: 18px;
  }
  .contacts__name {
    margin-bottom: 20px;
  }
  .contacts__address {
    padding: 45px 0;
  }
  .contacts__address--content {
    flex-direction: row;
            justify-content: space-between;
  }
  .contacts__square--block {
    width: 50%;
  }
  .contacts__feedback {
    padding: 76px 0;
  }
  .contacts__feedback-wrapper {
    padding: 40px;
  }
}
@media (min-width: 992px) {
  .contacts__square--block {
    width: 70%;
  }
}
@media (min-width: 1290px) {
  .contacts__address .map {
    max-width: 1145px;
    margin-left: auto;
  }
  .contacts__address .map img {
    margin-left: auto;
  }
  .contacts__square {
    max-width: 520px;
  }
  .contacts__square--small {
    max-width: 334px;
  }
  .contacts__list {
    gap: 85px;
  }
  .contacts .contacts__title {
    font-size: 40px;
  }
  .contacts__feedback {
    padding: 65px 0;
  }
  .contacts__feedback .container {
            align-items: flex-end;
  }
  .contacts__feedback form {
    max-width: 631px;
            align-items: flex-start;
    text-align: left;
  }
}
@media (min-width: 1920px) {
  .contacts__address .map {
    max-width: 1370px;
  }
  .contacts__list {
    gap: 140px;
  }
  .contacts__feedback form {
    padding: 50px;
  }
  .contacts__feedback input {
    font-size: 20px;
  }
}
.basket-icon-wrp {
  cursor: pointer;
}

.order-list__item:first-child {
  margin-top: 0;
}

.main-collection__list {
  display: flex;
  gap: 15px;
  width: 100%;
}
.main-collection__item {
  width: calc(50% - 7.5px);
  aspect-ratio: 1.086;
  position: relative;
  display: flex;
  align-items: flex-end;
          justify-content: center;
  padding-bottom: 9px;
}
.main-collection__img {
  position: absolute;
  height: 100%;
  width: 100%;
  top: 50%;
  left: 50%;
          transform: translate(-50%, -50%);
  z-index: 0;
  overflow: hidden;
  border-radius: 10px;
}
.main-collection__img img {
     object-fit: cover;
  max-width: 100%;
  width: 100%;
  height: 100%;
  max-height: 100%;
}
.main-collection__name {
  position: relative;
  z-index: 1;
  color: white;
  font-size: 16px;
  max-width: 105px;
  text-align: center;
}
.main-collection__link {
  margin-left: auto;
}

@media (min-width: 576px) {
  .main-collection__list {
    align-items: center;
            justify-content: space-between;
  }
  .main-collection__item-two {
    max-width: 268px;
    max-height: 268px;
  }
}
@media (min-width: 760px) {
  .main-collection__list {
    gap: 60px;
  }
  .main-collection__item {
    max-width: 268px;
    aspect-ratio: 1;
    padding-bottom: 40px;
  }
  .main-collection__item-first {
    max-width: 410px;
  }
}
@media (min-width: 1290px) {
  .main-collection__list {
    gap: 140px;
    align-items: center;
            justify-content: flex-start;
  }
  .main-collection__item {
    max-width: 410px;
    padding-bottom: 60px;
  }
  .main-collection__item-first {
    max-width: 630px;
    aspect-ratio: 1.08;
  }
  .main-collection__item-two {
    max-height: unset;
  }
}
@media (min-width: 1920px) {
  .main-collection__list {
    gap: 170px;
            align-items: center;
  }
  .main-collection__item {
    max-width: 530px;
    padding-bottom: 80px;
  }
  .main-collection__item-first {
    max-width: 810px;
  }
}
.arrow-top {
  background-color: rgba(128, 144, 124, 0.5);
  border-radius: 50%;
  width: 36px;
  height: 36px;
  display: flex;
  align-items: center;
          justify-content: center;
  cursor: pointer;
}
.arrow-top:hover {
  background-color: rgb(128, 144, 124);
}
.arrow-top-wrapper {
  position: sticky;
  width: 100%;
  bottom: 20px;
  display: flex;
          justify-content: flex-end;
  padding-right: 5%;
  z-index: 1;
}
.arrow-top svg {
  stroke: #FFFFFF;
}

@media (min-width: 1290px) {
  .arrow-top-wrapper {
    display: flex;
  }
}
.fancybox-slide--html .fancybox-close-small {
  top: 12px;
}

.fancybox-content {
  border-radius: 10px;
  padding: 25px 15px;
  max-width: 656px;
  width: 100%;
}
.fancybox-content.obmer-grid {
  max-width: 768px;
}

@media (min-width: 1290px) {
  .fancybox-content.obmer-grid {
    max-width: 1126px;
  }
  .fancybox-content.obmer-grid .table {
    max-width: 100%;
  }
}
.filter {
  max-width: 100%;
}
.filter.bx-filter {
  margin-bottom: 0;
}
.filter__wrap {
  display: flex;
  align-items: center;
          justify-content: space-between;
}
.filter__col {
  padding: 0;
}
.filter__count {
  display: none;
}
.filter__row {
  display: flex;
          align-items: center;
  padding: 0 5px;
}
.filter .smartfilter {
  display: flex;
          flex-direction: column;
}
.filter .row {
  margin: 0;
}
.filter .bx-filter-section {
  margin: 0;
  padding: 0;
  display: flex;
          align-items: center;
  background-color: transparent !important;
}
.filter .bx-filter-title {
  display: none;
}
.filter .bx-ui-slider-track-container {
  padding: 0;
  margin: 0;
}
.filter .bx-filter-parameters-box {
  padding: 0;
  width: max-content;
  display: flex;
      flex-wrap: wrap;
  margin-right: 0;
}
.filter .bx-filter-parameters-box:last-child {
  margin-right: 21px;
          order: -1;
  width: fit-content;
}
.filter .bx-filter-parameters-box-title {
  width: fit-content;
  font-size: 16px;
  line-height: 19px;
  color: rgb(0, 0, 0);
  padding-bottom: 10px;
}
.filter .bx-filter-parameters-box-title .fa {
  margin-left: 10px;
}
.filter .bx-filter-parameters-box-title span {
  color: rgb(0, 0, 0);
  border: none;
  width: 100%;
  display: flex;
  justify-content: space-between;
          align-items: center;
}
.filter.bx-filter .bx-filter-block {
  min-width: 190px;
  display: none;
  z-index: 11;
  left: 0;
  padding: 8px 0;
  background-color: #FFFFFF;
  margin-top: 5px;
  width: 100%;
}
.filter.bx-filter .row {
  display: flex;
          flex-direction: column;
  padding: 0;
}
.filter.bx-filter .row .filter__col {
  display: flex;
          flex-direction: column;
}
.filter .bx-ui-slider-track-container {
  display: none;
}
.filter.bx-filter .checkbox input {
  z-index: -1;
  opacity: 0;
  position: absolute;
}
.filter.bx-filter .checkbox input:checked + label {
  background-color: rgba(165, 201, 156, 0.2);
}
.filter .bx-filter-container-modef {
  min-height: 30px;
  width: 100%;
}
.filter.bx-filter .bx-filter-param-label {
  padding: 3px 10px;
  width: 100%;
  cursor: pointer;
}
.filter.bx-filter .bx-filter-param-label span {
  cursor: pointer;
}
.filter.bx-filter .bx-filter-popup-result {
  position: static !important;
  border: none;
  margin: 5px 0 0;
  padding: 0 10px;
  display: block !important;
}
.filter.bx-filter .bx-filter-popup-result .arrow {
  display: none;
}
.filter.bx-filter .bx-filter-popup-result a {
  padding: 7px 20px;
  display: inline-block;
  text-align: center;
  font-size: 14px;
  line-height: 17px;
  font-weight: 300;
  background-color: rgba(165, 201, 156, 0.2);
  width: 100%;
  color: rgb(83, 83, 83);
}
.filter .bx-filter-parameters-box-container-block {
  position: relative;
  padding: 0;
  margin: 0 5px 0 5px;
}
.filter .bx-filter-input-container input {
  padding: 6px 10px 6px 33px;
  font-size: 16px;
  line-height: 19px;
  font-weight: 300;
  border: 1px solid rgba(128, 144, 124, 0.1);
  border-radius: 4px;
  background-color: rgba(165, 201, 156, 0.1);
  color: rgb(128, 144, 124);
  outline: none;
}
.filter .bx-filter-input-container input:focus {
  border: 1px solid rgba(128, 144, 124, 0.1);
  outline: none;
}
.filter .bx-filter-input-container input:visited {
  border: 1px solid rgba(128, 144, 124, 0.1);
  outline: none;
}
.filter.bx-filter.bx-blue .bx-filter-input-container input:focus {
  border: 1px solid rgba(128, 144, 124, 0.1);
  outline: none;
}
.filter.bx-filter .bx-filter-parameters-box.bx-active .bx-filter-block i.bx-ft-sub {
  position: absolute;
  left: 10px;
  top: 50%;
          transform: translateY(-50%);
  font-size: 16px;
  line-height: 19px;
  font-weight: 300;
  padding-bottom: 0;
}

@media (max-width: 1290px) {
  .filter .bx-filter-section {
    width: 100%;
  }
  .filter__col .checkbox:last-child {
    margin-bottom: 0;
  }
  .filter form {
    width: 100%;
  }
  .filter .bx-filter-container-modef {
    min-height: 0;
  }
  .filter .bx-filter-parameters-box {
    width: 100%;
  }
  .filter .bx-filter-input-container input {
    width: 100%;
  }
  .filter .bx-filter-parameters-box-title {
    width: fit-content;
    min-width: 80px;
  }
  .filter .bx-filter-parameters-box-title span {
    width: 100%;
    display: flex;
    align-items: center;
            justify-content: space-between;
    color: #80907C;
  }
  .filter .checkbox label {
    display: flex;
            align-items: center;
    padding: 10px 0;
    color: #80907C;
  }
  .filter .checkbox label:before {
    content: "";
    display: flex;
    align-items: center;
            justify-content: center;
    width: 14px;
    height: 14px;
    border: 1px solid #80907C;
    border-radius: 2px;
    margin-right: 10px;
  }
  .filter.bx-filter .checkbox input:checked + label {
    background-color: transparent;
  }
  .filter.bx-filter .checkbox input:checked + label:before {
    background-color: #80907C;
    content: url("/local/templates/ricoco_05.2023/assets/svg/chevron-down.svg");
  }
  .filter.bx-filter .bx-filter-popup-result a {
    max-width: 301px;
    background: #A5C99C;
    color: black;
    display: block;
    margin: 0 auto;
    border-radius: 10px;
  }
  .filter.bx-filter .bx-filter-popup-result {
    margin-top: 15px;
  }
}
@media (min-width: 1290px) {
  .filter {
    max-width: 200px;
  }
  .filter__wrap {
    display: flex;
    align-items: center;
            justify-content: space-between;
  }
  .filter .bx-filter-parameters-box {
    padding: 0;
    width: max-content;
    margin-right: 21px;
    display: flex;
        flex-wrap: wrap;
  }
  .filter .bx-filter-parameters-box:last-child {
            order: -1;
  }
  .filter .bx-filter-parameters-box-title {
    padding: 8px 4px;
    background-color: rgba(197, 222, 190, 0.2);
    border-radius: 4px;
  }
  .filter.bx-filter .bx-filter-param-label {
    padding: 3px 10px;
    width: 100%;
    cursor: pointer;
  }
  .filter.bx-filter .bx-filter-param-label span {
    cursor: pointer;
  }
  .filter.bx-filter .bx-filter-popup-result {
    position: static !important;
    border: none;
    margin: 5px 0 0;
    padding: 0 10px;
    display: block !important;
  }
  .filter.bx-filter .bx-filter-popup-result .arrow {
    display: none;
  }
  .filter.bx-filter .bx-filter-popup-result a {
    padding: 7px 20px;
    display: inline-block;
    text-align: center;
    font-size: 14px;
    line-height: 17px;
    font-weight: 300;
    background-color: rgba(165, 201, 156, 0.2);
    width: 100%;
    color: rgb(83, 83, 83);
  }
  .filter .bx-filter-parameters-box-container-block {
    position: relative;
    padding: 0;
    margin: 0 5px 0 5px;
  }
  .filter .bx-filter-input-container input {
    padding: 6px 10px 6px 33px;
    font-size: 16px;
    line-height: 19px;
    font-weight: 300;
    border: 1px solid rgba(128, 144, 124, 0.1);
    border-radius: 4px;
    background-color: rgba(165, 201, 156, 0.1);
    color: rgb(128, 144, 124);
    outline: none;
  }
  .filter .bx-filter-input-container input:focus {
    border: 1px solid rgba(128, 144, 124, 0.1);
    outline: none;
  }
  .filter .bx-filter-input-container input:visited {
    border: 1px solid rgba(128, 144, 124, 0.1);
    outline: none;
  }
  .filter.bx-filter.bx-blue .bx-filter-input-container input:focus {
    border: 1px solid rgba(128, 144, 124, 0.1);
    outline: none;
  }
  .filter.bx-filter .bx-filter-parameters-box.bx-active .bx-filter-block i.bx-ft-sub {
    position: absolute;
    left: 10px;
    top: 50%;
            transform: translateY(-50%);
    font-size: 16px;
    line-height: 19px;
    font-weight: 300;
    padding-bottom: 0;
  }
  .filter.bx-filter .row {
            flex-direction: row;
  }
  .filter.bx-filter .bx-filter-block {
    display: none;
    left: 0;
    padding: 8px 0;
    width: fit-content;
    border-radius: 4px;
    top: 100% !important;
    right: 0;
            box-shadow: 0 2px 6px 0 rgba(0, 0, 0, 0.25);
    position: absolute;
  }
}
.popup__wrapper {
  display: flex;
  align-items: center;
          justify-content: space-between;
}

@media (max-width: 1290px) {
  .popup {
    position: fixed;
    width: 100%;
    left: 0;
    bottom: 0;
    height: 0;
    overflow: hidden;
    z-index: 10;
    background-color: rgba(0, 0, 0, 0.4);
    display: flex;
    align-items: flex-end;
    transition: height 0.4s ease;
  }
  .popup.active {
    height: 100vh;
  }
  .popup__btn {
    position: fixed;
    bottom: 0;
    background-color: white;
  }
  .popup__wrapper {
    background-color: white;
    max-width: 768px;
    width: 100%;
    height: 70vh;
    border-top-right-radius: 10px;
    border-top-left-radius: 10px;
    padding: 60px 15px 20px;
    position: relative;
    max-height: 70%;
    overflow-y: scroll;
    overflow-x: hidden;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
            justify-content: flex-start;
    margin: 0 auto;
  }
  .popup__wrapper::-webkit-scrollbar {
    width: 0;
  }
}
.left-menu {
  width: 100%;
  display: flex;
          justify-content: flex-end;
}

@media (min-width: 1290px) {
  .left-menu {
    max-width: max-content;
    min-width: max-content;
            justify-content: flex-start;
  }
}
.profile__title {
  display: none;
}

.wrapper-profile .dropdown {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 2;
  width: max-content;
}
.wrapper-profile .wrapper-header {
  align-items: flex-start;
          flex-direction: column;
  gap: 20px;
}
.wrapper-profile .wrapper-header h1 {
  display: block;
  width: fit-content;
      flex-shrink: 0;
  margin-bottom: 0;
  font-size: 20px;
}
.wrapper-profile .wrapper-header .left-menu {
  width: fit-content;
}

@media (min-width: 600px) {
  .wrapper-profile .dropdown {
    left: auto;
    right: 0;
  }
  .wrapper-profile .wrapper-header {
    align-items: center;
            flex-direction: row;
    gap: 20px;
  }
}
@media (min-width: 800px) {
  .wrapper-profile .dropdown {
    left: 50%;
    right: auto;
            transform: translateX(-50%);
  }
}
@media (min-width: 1290px) {
  .profile__title {
    display: block;
  }
  .wrapper-profile .modal-select a {
    min-width: 255px;
  }
  .wrapper-profile .wrapper-header {
    justify-content: space-between;
            align-items: flex-start;
  }
  .wrapper-profile .wrapper-header h1 {
    display: none;
  }
}
@media (max-width: 760px) {
  .wrapper-profile .profile-close {
    display: block;
  }
  .wrapper-profile .left-menu {
            justify-content: space-between;
  }
}
.ui-notification-balloon {
  position: fixed;
  top: 0 !important;
  left: 0;
  width: 100%;
  background: rgb(197, 222, 190);
  border-radius: 0;
  display: flex;
  align-items: center;
          justify-content: center;
}

.ui-notification-balloon-content {
  background-color: transparent;
  width: 100% !important;
}

.ui-notification-balloon-message {
  padding: 16px;
  text-align: center;
  color: rgb(121, 119, 119);
  font-weight: 600;
  font-size: 18px;
  line-height: 22px;
}

.ui-notification-balloon-animate {
  opacity: 1;
}

.ui-notification-balloon-close-btn {
  top: 50%;
          transform: translateY(-50%);
}

.ui-notification-link {
  cursor: pointer;
}

.ui-notification-text {
  cursor: pointer;
}

@media (max-width: 1420px) {
  .ui-notification-balloon-message {
    font-size: 16px;
    line-height: 19px;
    padding: 18px;
  }
}
.bxmaker-authuserphone-login {
  border: none !important;
}

.bitrix-default-auth-bxmaker-authuserphone {
  margin: 0 auto;
}

.ui-notification-balloon-close-btn {
  opacity: 1;
}

.ui-notification-balloon-close-btn:before {
  width: 16px;
}

.ui-notification-balloon-close-btn:after {
  height: 16px;
}

.favorite-wrapper {
  width: 100%;
}

.jq-selectbox {
  z-index: 7 !important;
}

.bxmaker-authuserphone-input-phone__field {
  background-color: rgba(165, 201, 156, 0.2);
  border: 1px solid #80907C;
}

.bxmaker-authuserphone-input-phone--focus .bxmaker-authuserphone-input-phone__field, .bxmaker-authuserphone-input-phone--hover .bxmaker-authuserphone-input-phone__field, .bxmaker-authuserphone-input-phone:hover .bxmaker-authuserphone-input-phone__field {
  border: 1px solid #80907C;
}

.bxmaker-authuserphone-input-phone__input {
  height: 44px;
  overflow: hidden;
  position: relative !important;
}

.bxmaker-authuserphone-input-phone--focus .bxmaker-authuserphone-input-phone__title, .bxmaker-authuserphone-input-phone--hover .bxmaker-authuserphone-input-phone__title {
  left: 52px;
}

.bxmaker-authuserphone-header {
  text-align: center;
}

.bxmaker-authuserphone-input-phone--flag.bxmaker-authuserphone-input-phone input[type=text] {
  z-index: 0;
  position: absolute;
  left: -10px;
  top: 3px;
  background-color: transparent;
  padding: 15px 12px 8px !important;
}

.bxmaker-authuserphone-input-phone__flag {
  width: 40px;
  border-right: 1px solid #80907C;
  padding: 9px 3px 3px;
  margin: 7px;
  background-color: transparent !important;
}

.bxmaker-authuserphone-input-phone__flag:after {
  content: "+7";
  display: block;
  margin: 0 auto;
}

.bxmaker-authuserphone-input-phone__title {
  left: 0px;
  top: 15px;
}

.bxmaker-authuserphone-input-phone--focus .bxmaker-authuserphone-input-phone__title, .bxmaker-authuserphone-input-phone--hover .bxmaker-authuserphone-input-phone__title {
  left: 0px;
}

.header-title-custom {
  font-size: 20px;
}



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