table {
  border-collapse: collapse;
}

body {
  font-family: 'Bellota Text', cursive;
  /*background: url(tmp.jpg) no-repeat 50% -38px;*/
}

body.oh {
  overflow: hidden;
}

.mb30 {margin-bottom: 30px;}

#bx-b-video-blogPostForm {
  display: none;
}

/*.feed-post-block .post__col{
width: calc(100% - 15px);
    flex: 0 0 calc(100% - 15px);
    margin: 0 7.5px;
}
.feed-post-block  .post__preview_big {
    padding-bottom: 55%;
}*/

.tablet-visible {
  display: none;
}

.slick-dots li {
  display: flex;
}

.slick-dots li button {
  padding: 0;
  border: 0;
  background-color: rgb(255 255 255 / 40%);
  width: 6px;
  height: 6px;
  font-size: 0;
  border-radius: 50%;
  transition: .3s;
  outline: 0
}

.slick-dots li.slick-active button {
  width: 12px;
  height: 12px;
  background-color: #fff
}


  .bx-section-desc__custome .catalog_box_img_box_custome{
        display: block;
        flex: 0 0 80%;
        width: 80%;
        margin-left: auto;
        margin-right: auto;
  }
  .section_popup::after{
    left: 75px;
  }
  .section_popup {
      width: 150px;
      border: 3px solid #56697e;
      /*border-radius: 5px;*/
      padding-left: 6px;
      padding-right: 6px;
      padding-top: 7px;
      padding-bottom: 14px;
      display: none;
      /* z-index: 5; */
      position: absolute;
      background: white;
      z-index: 1;
  }
  .section_popup_box__img {
      width: 100%;
      min-height: 69px;
      background-size: contain;
      margin-bottom: 15px;
  }

  .catalog_box_img_box span {
    display: inline-block;
    margin-left: 4px;
    color: #535372;
    font-size: 14px;
}

.item_slect, .link_style {
    display: inline-block;
    /* width: 10px; */
    /* height: 10px; */
    width: 14px;
    height: 14px;
    border: 3px solid white;
    border-radius: 50%;
    background: #4063ab;
    position: absolute;
}

.link_style {
    border: 1px solid white;
    opacity: 0.7;
    box-shadow: 2px 2px 4px rgb(0 0 0 / 50%);
}

.section_popup::after {
    content: '';
    background-image: url(/bitrix/templates/seoma/img/arr_section.png);
    width: 10px;
    height: 12px;
    position: absolute;
    top: -12px;
    left: 6px;
}

@media (max-width: 1460px) {

  .section_popup::after {
    left: 75px;
  }

}


.catalog_box_img_box_custome_3 {
    margin-top: 30px;
    margin-bottom: 30px;
}


.ipolkladrform{
  width: 280px !important;
}
.ipolkladrform .panel-map {
  display: none;
}

.ipolkladrform form input[type="text"] {

  min-width: 140px !important;
}

.text-page__inner p {
  font-size: 16px;
  line-height: 210%;
  color: #031224;
  font-family: 'Roboto', sans-serif;

}

.text-page__inner p:not(:last-of-type) {
  margin-bottom: 20px
}

.navgiation ul li:not(:last-of-type, :first-of-type) {
  border-top: 1px solid #56697e;
  border-bottom: 1px solid #56697e;
  border-left: 1px solid #56697e
}

.magnifier {
  z-index: 2 !important;
}

.navgiation ul li:not(:last-of-type, :first-of-type) a {
  width: 30px;
  height: 30px;
  padding: 0;
  display: flex;
  justify-content: center;
  align-items: center
}

.checkout-field__wrap[data-property-id-row="54"]{
  display: none;

}

.header__user-links {border-right: 1px solid #F1F1F5;}
.header__user-links svg {
  stroke: #56697E;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 20px;
  height: 20px
}
.header__user-links li {border-left: 1px solid #F1F1F5;}

.header__user-links li a {
  transition: .3s;
}

.header__user-links li a:hover {
  /*background-color: #D78F78;*/
}

.ad__banner-link.h120 {
  min-height: 92px;
}

.week-brand__products .product-item__wrap.product-item--min {
  width: 25%
}

.footer-sub__form button {
  position: absolute;
  background: #fb7044;
  width: 50px;
  height: 40px;
  text-align: center;
  font-weight: 500;
  font-size: 14px;
  line-height: 17px;
  color: #fff;
  right: 0;
}

.page__top-back a svg,
.set-org__main-back a svg,
.categories-detail__back a svg {
  position: absolute;
  width: 5px;
  height: 8px;
  fill: #adb1b5;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  transition: .3s
}

.page__top-back a:hover svg,
.set-org__main-back a:hover svg,
.categories-detail__back a:hover svg {
  fill: #56697e
}

.breadcrumbs {
  width: 100%;
  padding: 0 80px;
}

.breadcrumbs ul {
  flex-wrap: wrap;
  justify-content: center;
}


.breadcrumbs ul li {
  padding-right: 30px;
  margin-right: 6px;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 5px;
  margin-bottom: 5px;
}

.breadcrumbs ul li:not(:last-of-type)::after {
  content: '';
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  height: 1px;
  width: 22px;
  background: #efefef
}

.user-form__item input::placeholder,
.user-form__item textarea::placeholder
{
  color: #adb1b5
}



.user-form__item .check__box {
  background-color: #fff;
}

.user-form__item .check__label {
  font-size: 12px;
}

.user-form__item .check__label a {
  display: inline;
  text-decoration: underline;
  color: #d78f78;
}

.page__top a:hover {
  color: #56697e
}

.catalog-products__names li a span {
  font-weight: 400;
  font-size: 14px;
  line-height: 125%;
  color: #b3b3b3;
  font-family: 'Roboto Condensed', sans-serif
}

.select__wrapper select {
  border: 1px solid rgba(0, 0, 0, .2);
  height: 36px;
  background-color: transparent;
  /*font-weight: 500;*/
  font-size: 14px;
  line-height: 16px;
  /*text-align: center;*/
  /*letter-spacing: 0.05em;*/
  /*font-variant: small-caps;*/
  /*text-transform: uppercase;*/
  padding-left: 15px;
  padding-right: 35px;
  appearance: none;
  cursor: pointer;
  width: 100%;
}


.bx-soa-pp-field select {
  border: 1px solid rgba(0, 0, 0, .2);
  height: 36px;
  background-color: transparent;
  font-weight: 500;
  font-size: 14px;
  line-height: 16px;
  text-align: center;
  letter-spacing: 0.05em;
  /*font-variant: small-caps;*/
  /*text-transform: uppercase;*/
  padding-left: 15px;
  padding-right: 35px;
  appearance: none;
  cursor: pointer;
  width: 100%;
}

.bx-soa-pp-field label {
  margin-bottom: 10px;
}


.bx-soa-pp-field .bx-soa-service-small {
  display: none;
}


.select__wrapper label {
  font-size: 14px;
  line-height: 16px;
  color: #000000;
  display: flex;
  align-items: center;
}

.select__wrapper label select {
  margin-left: 10px;
}

.catalog-collection__inner {
  display: flex;
  flex-wrap: wrap;
  margin: -10px
}

.catalog-collection__item-wrap {
  width: 33.3333%;
  padding: 10px;
  display: flex;
}
.column-4 .catalog-collection__item-wrap {
  width: 25%;
}

.catalog-collection__item {
  position: relative;
  display: flex;
  flex-direction: column;
}

.catalog-collection__tags {
  position: absolute;
  top: 10px;
  left: 10px;
  z-index: 5
}

.catalog-collection__item-img {
  margin-bottom: 15px
}

.catalog-collection__item-img img {
  height: 310px;
  width: 100%;
  object-fit: cover
}
.column-4 .catalog-collection__item-img img {
  height: 255px;
}

.catalog-collection__item-title {
  font-weight: 700;
  font-size: 16px;
  line-height: 20px;
  letter-spacing: .15em;
  text-transform: uppercase;
  color: #67778a;
  margin-bottom: 10px
}

.catalog-collection__price {
  font-weight: 700;
  font-size: 16px;
  line-height: 19px;
  letter-spacing: .01em;
  color: #191918;
  display: flex;
  align-items: center;
  margin-top: auto;
}

.catalog-collection__more {
  max-width: 340px;
  margin: 40px auto 0
}

.articles__wrap {
  padding: 30px 0
}

.articles__tags {
  display: flex;
  align-items: center;
  flex-wrap: nowrap;
  white-space: nowrap;
  overflow: auto;
  margin-bottom: 25px
}

.articles__tags li {
  margin-bottom: 5px;
}

.articles__tags li:not(:last-of-type) {
  margin-right: 10px
}

.articles__tags li a {
  padding: 10px 15px;
  font-weight: 500;
  font-size: 14px;
  line-height: 16px;
  text-align: center;
  letter-spacing: .15em;
  font-variant: small-caps;
  font-family: 'Roboto', sans-serif;
  text-transform: uppercase;
  border: 1px solid #c8c8c9;
  transition: .3s
}

.articles__tags li.active a {
  background: #56697e;
  border-color: #56697e;
  color: #fff
}

.articles__inner {
  display: flex;
  flex-wrap: wrap;
  margin: -10px
}

.articles__item-wrap {
  padding: 10px;
  width: 25%;
  display: flex
}

.articles__item {
  position: relative;
  display: flex;
  flex-direction: column
}

.articles__item-tags {
  position: absolute;
  left: 10px;
  top: 10px;
  display: none;
  z-index: 100;
}

.articles__item-img a,
.new .articles__item-tags {
  display: block
}

.articles__item-img {
  overflow: hidden;
}

.articles__item-img img {
  height: 255px;
  width: 100%;
  object-fit: cover;
  transition: .3s;
}

.articles__item-img img:hover {
  transform: scale(1.05);
}

.articles__item-content {
  padding: 15px;
  background-color: #fff;
  flex-grow: 1
}

.articles__item-title {
  font-size: 14px;
  line-height: 16px;
  font-family: 'Roboto Condensed', sans-serif;
  color: #518d70;
  margin-bottom: 10px;
  transition: .3s;
}


.articles__item-title:hover {
  color: #56697E;
}

.articles__item-preview {
  font-family: 'Roboto', sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 130.3%;
  letter-spacing: .05em;
  text-transform: uppercase;
  color: #1a1a1a
}

.bg-white {
  background-color: #fff
}

.contacts__inner {
  display: flex;
  justify-content: space-between;
  padding: 30px 0
}

.contacts__left {
  max-width: 600px;
  width: 100%;
  margin-right: 30px;
}

.contacts__title {
  margin-bottom: 60px
}

.contacts__left-item:not(:last-of-type) {
  padding-bottom: 35px;
  margin-bottom: 25px;
  border-bottom: 1px solid rgba(227, 227, 227, .6)
}

.contacts__left-item-title {
  font-weight: 700;
  font-size: 18px;
  line-height: 165%;
  color: #242731;
  margin-bottom: 13px
}

.contacts__left-inner {
  display: flex
}

.contacts__phone-item:not(:last-of-type) {
  margin-right: 60px
}

.contacts__phone-item {
  font-family: 'Roboto', sans-serif
}

.contacts__adress span,
.contacts__phone-number {
  font-size: 14px;
  line-height: 165%;
  color: #afafaf
}

.contacts__phone-number a {
  display: block;
  margin-bottom: 6px
}

.contacts__adress,
.contacts__phone-number a {
  font-size: 16px;
  line-height: 165%;
  color: #242731
}

.contacts__adress span {
  display: block
}

.contacts__inner .user-form {
  margin-top: 0;
  max-width: 650px;
  padding: 30px;
  background-color: #fff;
}

.contacts__inner .user-form__item input,
.contacts__inner .user-form__item textarea {
  border: 1px solid #efefef
}

.app-svg {
  position: absolute;
  width: 0;
  height: 0;
  left: 0;
  top: 0
}

.container {
  max-width: 1330px;
  padding: 0 15px;
  margin: 0 auto
}

.accent {
  color: #fb7044 !important
}

.section__title {
  font-weight: 700;
  font-size: 25px;
  line-height: 31px;
  letter-spacing: .1em
}

.btn {
  font-family: 'Roboto', sans-serif;
  font-weight: 500;
  font-size: 14px;
  line-height: 19px;
  /*text-transform: uppercase;*/
  color: #fff;
  /*letter-spacing: .15em;*/
  /*font-variant: small-caps;*/
  /*padding: 15px 0;*/
  width: 100%;
  text-align: center;
  background: #d78f78;
  display: flex;height:40px;align-items: center;justify-content: center;
  transition: .3s;
  border: 0;
  cursor: pointer;
}
.btn_border {background:transparent;border:1px solid #d78f78;color:#D78F78}
.btn_46, .product__add-cart .btn {
	height: 46px;
    letter-spacing: 0.15em;
    text-transform: uppercase;
    font-size: 13px;
}
.btn_49 {
	height: 49px;
    letter-spacing: 0.15em;
    text-transform: uppercase;
}
.btn.disabled {opacity:0.5}


.btn-theme {
  font-family: 'Roboto', sans-serif;
  font-weight: 500;
  font-size: 14px;
  line-height: 19px;
  text-transform: uppercase;
  color: #f1f1f0;
  /*letter-spacing: .15em;*/
  font-variant: small-caps;
  padding: 15px 0;
  width: 100%;
  text-align: center;
  background: #d78f78;
  display: block;
  transition: .3s;
  border: 0;
  cursor: pointer;
}

.btn:hover {
  background: #C8806A;color: #fff;
}

.adress_value {
  padding: 20px 0;
}


.adress_value span {

  color: #d78f78;
}

.checkout__box-item {
  padding: 20px 0;
}

.slick-arrow {
  outline: 0;
  background-color: transparent;
  padding: 0;
  border: 0;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 5
}

.slick-arrow.slick-prev {
  left: 70px
}

.slick-arrow.slick-next {
  right: 70px
}

.slick-arrow svg {
  fill: transparent;
  width: 55px;
  height: 55px
}

.slick-slide {
  outline: 0
}

.slick-dots {
  position: absolute;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  bottom: 20px
}

.slick-dots li:not(:last-of-type) {
  margin-right: 5px
}

.page__title {
  font-weight: 700;
  font-size: 35px;
  line-height: 125%;
  color: #051a32;
  margin-bottom: 25px
}

.text-page__wrap {
  padding: 30px 0;
  background-color: #fafafb
}

.text-page__inner {
  max-width: 970px;
  width: 100%;
  margin: 0 auto;
  background-color: #fff;
  padding: 20px 30px
}

.navgiation {
  margin-top: 20px;
  background-color: #fff;
  font-family: 'Roboto', sans-serif;
  font-size: 14px;
  line-height: 125%;
  color: #56697e
}

.navgiation ul {
  display: flex;
  align-items: center;
  padding: 15px 20px
}

.navgiation ul li.pagination_before {
  margin-right: auto
}

.navgiation ul li.pagination_after {
  margin-left: auto
}

.navgiation ul li:nth-last-of-type(2) {
  border-right: 1px solid #56697e
}

.navgiation ul li a {
  padding: 6px 10px;
  transition: .3s
}

.navgiation ul li:not(.disabled) a:hover, .navgiation ul li.active a {
  color: #fff;
  background-color: #56697e
}
.navgiation .disabled {opacity: 0.3}

.header {
  padding-top: 15px;
  font-family: 'Roboto', sans-serif;
  font-size: 14px;
  line-height: 16px;
  /*letter-spacing: .15em;*/
  /*text-transform: uppercase;*/
  color: #828589;
  z-index: 1300;
  background-color: #fff;
  position: relative;
}

.header--home {
  position: absolute;
  width: 100%;
  /*z-index: 10;*/
  background-color: transparent;
}

.header__top {
  /*background: #56697e*/
}

.header--home .header__top {
  background: transparent;
  border-top: 1px solid rgba(255, 255, 255, 0.4);
  border-bottom: 1px solid rgba(255, 255, 255, 0.4);
}

.header__top-inner {
  /*position: relative;*/
  display: flex;
  height: 40px
}

.header__catalog-wrap {
  margin-right: auto
}

.header__catalog-list {
  display: flex;
  align-items: center;
  height: 100%;
  /*font-variant: small-caps;*/
  color: #f1f1f0
}

.header__catalog-list li {
  height: 100%
}

.header__catalog-list li a {
  height: 100%;
  padding: 0 12px;
  border-left: 1px solid rgba(255, 255, 255, 0.4);
  display: flex;
  justify-content: center;
  align-items: center;font-size: 16px;
}

.header__catalog-list li:last-of-type a {
  border-right: 1px solid rgba(255, 255, 255, 0.4);
}

.header__catalog-list li a.catalog-icon {
  padding-left: 44px;
  position: relative;
  background-color: #D78F78;
}

.header__catalog-list li a.catalog-icon:hover {
  background-color: #C8806A;
}

.header__catalog-list li a.catalog-icon::before,
.header__user-city-head::after {
  content: '';
  position: absolute;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain
}

.header__catalog-list li a.catalog-icon::before {
  top: 13.5px;
  left: 12px;
  width: 19px;
  height: 11px;
  background-image: url(../images/icons/catalog-icon.svg)
}

.header__catalog-list li a.catalog-icon.active::before {
  background-image: url(../images/icons/close-white.svg)
}

.header__logo {
  /*position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  height: 40px;*/
  margin-right: 30px;
  min-width: 167px;
}





.header__user-block {
  display: flex;
  align-items: center
}

.header__user-city,
.header__user-links li {
  height: 100%
}

.header__user-city-head,
.header__user-links li a {
  height: 100%;
  justify-content: center;
  position: relative;
  border-right: 1px solid rgba(255, 255, 255, 0.4);
}

.header__user-city-head {
  text-align: right;
  padding-left: 12px;
  padding-right: 27px;
  display: flex;
  align-items: center;
  cursor: pointer;
  border-left: 1px solid rgba(255, 255, 255, 0.4);
  transition: .3s;
}

.header__user-city {
  transition: .3s;
}

.header__user-city:hover {
  background-color: #D78F78;
}

.header__user-city-head::after {
  top: 50%;
  transform: translateY(-50%);
  background-image: url(../images/icons/arrow-down-white.svg);
  width: 8px;
  height: 5px;
  right: 12px
}

.header__user-city-dropdown {
  display: none
}

.header__user-links {
  display: flex;
  align-items: center;
  height: 100%
}

.header__user-links li a {
  width: 49px;
  font-size: 0
}

.header__user-search svg {
  fill: transparent
}

.header__user-cart svg {
  fill: #56697E;
  stroke-width: .2px
}

.header__user-links li .header__user-notification svg {stroke: transparent;fill: #fff;}
.header__user-links li.mob-menu__user-actions .header__user-notification svg {stroke: transparent;fill: #242731;}
li.mob-menu__user-actions .header__user-notification svg {stroke: transparent;fill: #242731;}

.header__user-wishlist svg {
  fill: #56697E;
  stroke: none;
  width: 21px;
}

.header__user-bell svg {
  fill: #56697E;
  stroke: none;
}

.header__user-cabinet svg {
  fill: #56697E;
  stroke-width: .5px
}

.header__user-catalog svg {
  fill: #fff;
  stroke: #d78f78;
}

.mobile-open__catalog {
  position: relative;
}

.mobile-open__catalog::after {
  content: '';
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  background-image: url(../images/icons/close-orange.svg);
  background-repeat: no-repeat;
  background-size: 100%;
  background-position: center;
  width: 15px;
  height: 15px;
  opacity: 0;
  pointer-events: none;
}

.mobile-open__catalog.active svg {
  display: none;
}

.mobile-open__catalog.active::after {
  opacity: 1;
}

.header--home .header__nav {
  color: #e9e9e8
}

.header__nav li a {
  transition: .3s;
}

.header__nav .icon-specials a {display: flex;align-items: center;color: #D78F78;}
.header__nav .icon-specials svg {width:21px;height: 21px;margin-right:10px}

.header__nav li a:hover {
  color: #D78F78;
}

.header--home .header__nav li a:hover {
  color: #e9e9e8;
}

.cart__counter {
  position: absolute;
  top: 2px;
  right: 11px;
  width: 14px;
  height: 14px;
  border-radius: 50%;
  color: #fff;
  font-size: 8px;
  line-height: 1;
  display: flex;
  justify-content: center;
  align-items: center;
  letter-spacing: 0;
  background-color: #FB7044;
  pointer-events: none;
}
.cart__counter.v2 {background-color: #FB7044;}

.header__nav {
  color: #051A32;
  padding: 13px 0;margin-bottom: 18px;
  letter-spacing: 0.05em;
}

.header__nav ul,
.header__user-links li a {
  display: flex;
  align-items: center
}

.header__nav ul li:not(:last-of-type) {
  margin-right: 30px
}

.mobile-open__catalog,
.header-mobile__search,
.header-mobile__hamburger,
.mobile-nav__row,
.header-mobile__menu,
.сatalog-filter__mobile-close {
  display: none;
}

.intro {
  color: #fff;    margin-bottom: 20px;
  text-align: center
}

.intro__slider {
  min-width: 1px
}
.intro__slider .intro__slide {background-repeat: no-repeat;
  background-position: center;
  background-size: cover;}

.intro__content {
  min-height: 310px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;    max-width: 700px;
    margin: 0 auto;padding-bottom: 30px;
}

.intro__title {
  font-weight: 700;
  font-size: 50px;
  line-height: 120%;
  letter-spacing: .1em;
  margin-bottom: 17px;
}

.intro__subtitle {
    font-family: 'Roboto', sans-serif;
    font-size: 25px;
    line-height: 16px;
    margin-bottom: 35px;
    text-transform: uppercase;
}
.intro__subtitle2 {
    font-family: Roboto;
    font-size: 12.5px;
    letter-spacing: 0.15em;
    text-transform: uppercase;
    margin-bottom: 30px;
}

.intro__btn {
  max-width: 160px;
  width: 100%
}
.intro__btn2 {max-width: 200px;}
.intro__btn .btn {background: #FFFFFF;color: #56697E;}

.home-banners {
  margin-top: 20px;
  margin-bottom: 45px
}
.home-banners.v2 {padding-top: 20px;margin-bottom: 25px;}

.ad__banner-link {
  display: block;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover
}

.ad__banner-link.h92 {
  min-height: 92px;
}

.ad__banner-link.h210 {
  min-height: 210px
}

.ad__banner-link.h320 {
  min-height: 320px
}

.ad__inner, .banners__inner {
  display: flex;
  flex-wrap: wrap;
  margin: -15px -10px
}

.ad__item, .banners__item {
  padding: 15px 10px;
  width: 100%
}

.ad__item.w75, .banners__item.w75 {
  width: 75%
}

.ad__item.w66, .banners__item.w66 {
  width: 66.666666666%
}

.ad__item.w33, .banners__item.w33 {
  width: 33.333333333%
}

.ad__item.w25, .banners__item.w25 {
  width: 25%
}

.ad__slider, .banners__slider {
  min-height: 1px;
  min-width: 1px;
  overflow: hidden
}

.ad__slider .slick-list,
.ad__slider .slick-track,
.banners__slider .slick-list,
.banners__slider .slick-track
 {
  height: 100%;
}

.ad__slider .slick-arrow.slick-prev,
.banners__slider .slick-arrow.slick-prev  {
  left: 25px;
}

.ad__slider .slick-arrow.slick-next,
.banners__slider .slick-arrow.slick-next {
  right: 25px;
}

.ad__slider-item {background-size: cover;}
.ad__slider-item_inner {padding: 35px 0 30px 45px;max-width: 400px;color:#fff;}
.ad__slider-item_inner .name {
    font-weight: bold;
    font-size: 25px;
    line-height: 1.24;
    margin-bottom: 20px;
    letter-spacing: 0.1em;
}
.ad__slider-item_inner .text {font-family: Roboto;max-width: 80%;margin-bottom: 30px;}
.ad__slider-item_inner .btn_wrap {max-width: 220px;}

.ad__img.h758 .ad__slider-item_inner {padding-top:60px;}
.ad__img.h758 .ad__slider-item_inner .name, .ad__img.h758 .ad__slider-item_inner .text {margin-bottom: 40px;}
/*.ad__slider-item a {
  display: block;
  width: 100%;
  height: 100%;
}

.ad__slider-item a img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}*/

.ad__img.h200,
.ad__slider.h200,
.banners__slider.h200 {
  height: 200px
}

.ad__slider.h310,
.banners__slider.h310 {
  height: 310px
}

.ad__slider .slick-dots,
.banners__slider .slick-dots {
  bottom: 20px
}

.ad__img.h310 {
  height: 310px
}
.ad__img.h758 {
  height: 758px
}
.ad__img {background-size: cover;}
.ad__img a.full_width {
    display: flex;
    height: 100%;
    font-size: 22px;
    line-height: 1.27;
    text-align: center;
    letter-spacing: 0.1em;
    color: #FFFFFF;
    font-weight: bold;
}
.ad__img a.full_width span {margin: auto 20px 20px;}

.ad__img img {
  width: 100%;
  height: 100%;
  object-fit: cover
}

.best {
  margin-bottom: 50px;position: relative;
}
.section-bg__wrap {
  margin: -30px -50px;
  padding: 50px
}



.best__top {
  justify-content: space-between;
  margin-bottom: 25px
}

.best__top,
.breadcrumbs ul,
.tabs__links {
  display: flex;
  align-items: center
}

.best-tabs__links li:not(:last-of-type) {
  margin-right: 30px
}

.best-tabs__links li a {
  position: relative;
  padding-bottom: 3px;
  color: #adaca9;
  transition: .3s;
      font-family: 'Roboto Condensed';
    font-size: 18px;
    letter-spacing: 0.08em;
}

.best-tabs__links li a::before {
  content: '';
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 1px;
  background-color: transparent;
  transition: .3s
}

.best-tabs__links li.active a::before {
  background-color: #d78f78
}

.best-tabs__links li.active a {
  color: #000
}

.products__inner {
  display: flex;
  flex-wrap: wrap;
  margin: -13px -10px
}

.product-item__wrap {
  padding: 13px 10px;
  width: 25%;
  display: flex;
}

.product-item {
  background: #fff;
  padding: 15px 12px;
  display: flex;
  flex-direction: column;
  width: 100%;
      position: relative;
}

.articles__item-tags,
.catalog-collection__tags,
.product__tags {
  font-size: 12px;
  line-height: 14px;
  letter-spacing: .15em;
  font-variant: small-caps;
  color: #fff;
  text-transform: uppercase;
  font-family: 'Roboto', sans-serif;
  display: flex;
  align-items: center;
  margin-bottom: 20px
}

.product__tags {
  flex-wrap: wrap;
}
.product-item__wrap .product__tags {position: absolute;}

.articles__item-tags li,
.catalog-collection__tags li,
.product__tags li {
  padding: 5px 14px
}

.product__tags li {
  margin-bottom: 5px;    white-space: nowrap;
}

.articles__item-tags li :not(:last-of-type),
.catalog-collection__tags li:not(:last-of-type),
.product__tags li:not(:last-of-type) {
  margin-right: 12px
}



.product__img {
  height: 286px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 20px
}

.product__img a {
  display: block;
  width: 100%;
  height: 100%;
      display: flex;
    align-items: center;
}

.product__img img {
  /*width: 100%;*/
  /*height: 100%;*/
  margin: 0 auto;
      max-height: 100%;
  /*object-fit: cover;*/
}

.product__name {
  font-family: 'Roboto', sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 20px;
  /*letter-spacing: .15em;*/
  color: #56697E;
  margin-bottom: 13px;
  transition: .3s
}

.product__name:hover,
.product__price-new {
  color: #fc7f57
}

.product__price-wrapper {
  margin-bottom: 12px;
  font-family: 'Roboto Condensed', sans-serif;
  margin-top: auto
}

.product__price-title {
  font-size: 14px;
  line-height: 16px;
  color: #d4d6d9;
  margin-bottom: 5px;
  display: flex;
  align-items: center;
}

.product__select-type {
  margin-left: 4px;
}

.product__select-type li.active,
.product__select-type li:hover {
  color: #D78F78;
}



.product__select-type li {
  display: inline-block;
  transition: .3s;
}

.product__price-box {
  padding: 9px 0;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  border-top: 1px solid #e1e4e8;
  border-bottom: 1px solid #e1e4e8
}

.product__type-pack {
  display: none;
}

.product__price-numerals {
  display: flex;
  align-items: flex-end;
  font-weight: 700;
  letter-spacing: .01em;
  text-transform: uppercase
}

.product__price-new {
  margin-right: 7px;
  font-size: 16px;
  line-height: 19px;
}

.product__price-old {
  color: #d1d1d1;
  position: relative
}

.product__price-old::after {
  content: '';
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 100%;
  left: 0;
  height: 1px;
  background-color: #888
}



.product__price-old,
.product__price-text {
  font-size: 14px;
  line-height: 16px;
}

.product__footer {
  display: flex
}

.product__quantity {
  max-width: 59px;
  width: 100%;
  margin-right: 10px;
  font-family: 'Roboto Condensed', sans-serif;
  font-weight: 700;
  position: relative;
  flex-shrink: 0;
}



.product__quantity input {
  width: 100%;
  border: 1px solid #e1e4e8;
  height: 46px;
  font-size: 16px;
  color: #1a1a1a;
  padding-left: 4px;
  padding-right: 18px;
  text-align: center;
  font-family: 'Roboto Condensed', sans-serif;
  font-weight: 700;
}

.product__quantity-storage input {
  padding-left: 4px;
  padding-right: 4px;
  font-weight: bold;
}

.product__remove {
  flex-shrink: 0;
  max-width: 59px;
  width: 100%;
  height: 49px;
  margin-left: 8px;
}

.product__remove button {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  background: #FAFAFB;
  border: 1px solid #E1E4E8;
  transition: .3s;
}

.product__remove button:hover {
  border-color: red;
}


.product__quantity-storage .product__add-cart .btn {
  font-size: 14px;
  letter-spacing: 0;
}


.product__quantity input:focus {
  border-color: #fc7f57;
}

.product__quantity-storage .product__quantity input:focus {
  border: 1px solid #e1e4e8;
}

.product__quantity-minus,
.product__quantity-plus {
  position: absolute;
  font-size: 0px;
  right: 0;
  width: 23px;
  height: 24px;
  transition: .3s
}

.product__quantity-minus::after,
.product__quantity-plus::before,
.product__quantity-plus::after {
  content: '';
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  height: 2px;
  width: 8px;
  background: #E1E4E8;
  transition: .3s;
  pointer-events: none;
}

.product__quantity-minus:hover::after,
.product__quantity-plus:hover::before,
.product__quantity-plus:hover::after {
  background: #fc7f57;
}

.product__quantity-plus::before {
  height: 8px;
  width: 2px;
}

.style-item__name:hover {
  color: #fc7f57
}

.product__quantity-plus {
  top: 0px;
}

.product__quantity-minus {
  top: auto;
  bottom: 0;

}

.product__add-cart {
  flex-grow: 1
}

.style {
  margin-bottom: 60px
}

.style__title {
  text-align: center;
  margin-bottom: 28px
}

.style__inner {
  display: flex;
  margin: 0 -12.5px
}

.style-item__wrap {
  padding: 0 12.5px;
  width: 16.6666666%;
}

.style-item {
  text-align: center;font-family: 'Roboto', sans-serif;
}

.style-item__img {
  /*width: 195px;*/
  /*height: 195px;*/
  margin-bottom: 12px
}

.style-item__img a,
.style-item__img img {
  width: 100%;
  height: 100%
}

.style-item__img img {
  object-fit: cover
}

.style-item__name {
  font-size: 16px;
  line-height: 20px;
  color: #051a32;
  margin-bottom: 1px;
  transition: .3s
}

.style-item__quantity {
  font-size: 12px;
  line-height: 18px;
  color: #7C7C7C;
  font-family: 'Rubik', sans-serif;
}

.week {
  margin-bottom: 30px
}

.week__title {
  margin-bottom: 30px
}

.week__inner {
  /*margin: 0 -10px*/
}

.week__item {
  /*padding: 0 10px*/
}

.week__item.w25 {
  margin-top: 40px;
}

.week-brand__img {
  margin-bottom: 13px
}

.week-brand__title {
  font-weight: 700;
  font-size: 21px;
  line-height: 26px;
  letter-spacing: .15em;
  text-transform: uppercase;
  color: #67778b;
  margin-bottom: 17px;
  transition: .3s
}

.footer-category__list li:hover,
.week-brand__title:hover {
  color: #fc7f57
}

.week-brand__products {
  display: flex;
  flex-wrap: wrap;
  margin: -10px;
}

.product-item--min .product__price-wrapper {
  margin-bottom: 0
}


.product-item--min .product__price-box {
  /*border-bottom: 0;*/
  /*padding-bottom: 0*/
      margin-bottom: 10px;
}

.collection {
  margin-bottom: 30px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover
}

.collection__content {
  min-height: 720px;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  padding-bottom: 90px;
  color: #fff
}

.views {
  margin-bottom: 90px
}

.views__title {
  text-align: center;
  margin-bottom: 40px
}

.views__inner {
  display: flex;
  overflow-x: auto;
}

.views-item__wrap {
  flex-shrink: 0;
  width: 280px;
  margin-right: 20px;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #fff;
}

.views-item {
  height: 100%;
}

.views-item a {
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}

.footer {
  /*margin-top: 90px*/
}

.footer-categories {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -50px 60px;
}

.footer-category__wrap {
  padding: 0 50px;
  width: 16.66666666%
}

.footer-category__top {
  margin-bottom: 10px;
}

.footer-category__img {
  margin-bottom: 20px;
  width: 94px;
  height: 94px;
  flex-shrink: 0;
}

.footer-category__img a {
  display: block;
  width: 100%;
  height: 100%;
}

.footer-category__img a img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.footer-category__title {
  font-weight: 700;
  font-size: 14px;
  line-height: 20px;
  color: #051a32;
  transition: .3s
}

.footer-category__list li {
  font-size: 14px;
  line-height: 18px;
  color: #b4bbc2
}

.footer-category__list li:not(:last-of-type) {
  margin-bottom: 5px
}

.footer-bottom {
  background: #333e4a;
  padding: 42px 0;
  color: #fff
}

.footer-bottom__inner {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin: 0 -20px
}

.footer-bottom__column {
  padding: 0 20px;
  width: 16.66666666%
}

.footer-bottom__column-title {
  font-weight: 700;
  font-size: 17px;
  line-height: 18px;
  color: #fff;
  margin-bottom: 25px
}

.footer-bottom__column-list {
  font-size: 14px;
  line-height: 20px;
  color: #d9dfe8;
  font-family: 'Roboto', sans-serif
}

.footer-bottom__column-list li a,
.page__top a {
  transition: .3s
}

.footer-bottom__column-list li a:hover {
  color: #fff
}

.footer-bottom__column-list li {
  margin-bottom: 6px
}

.footer-sub__text {
  font-size: 13px;
  line-height: 17px;
  color: #fff;
  opacity: .9;
  margin-bottom: 25px
}

.footer-sub__form,
.page__top {
  font-family: 'Roboto', sans-serif
}

.footer-sub__form {
  position: relative
}

.footer-sub__form input {
  height: 40px;
  line-height: 40px;
  border: 1px solid #858b92;
  padding-left: 11px;
  width: 100%;
  font-size: 14px;
  color: #d9dfe8
}

.page__top {
  background: #fafafb;
  font-size: 14px;
  line-height: 16px;
  letter-spacing: .05em;
  color: #adb1b5;
  /*margin-bottom: 20px*/
}

.page__top-inner {
  display: flex;
  flex-wrap: wrap;
  position: relative;
  padding: 10px 0
}

.page__top-back {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0
}

.page__top-back a,
.set-org__main-back a,
.categories-detail__back a {
  position: relative;
  padding-left: 14px
}

.breadcrumbs ul li a.bread-home {
  font-size: 0;
  line-height: 0;
  width: 18px;
  height: 18px;
  background-image: url(../images/icons/bread-home.png);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center
}

.user-form {
  max-width: 700px;
  background: #fafafb;
  margin: 50px auto 0;
  padding: 30px
}

.user-form__title {
  font-family: 'Bellota Text', cursive;
  font-weight: 700;
  font-size: 20px;
  line-height: 125%;
  color: #051a32;
  margin-bottom: 12px;
  text-align: center
}

.user-form__inner {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -9px
}

.user-form__item {
  width: 100%;
  margin-bottom: 10px;
  position: relative;
  font-family: 'Roboto', sans-serif
}
.user-form__inner .user-form__item {padding: 0 9px;}
.user-form__item .prev_seoma {color: #6d6d6d;margin: 15px 0 10px;}

.user-form__item.w50 {
  width: 50%
}

.user-form__item input,
.user-form__item textarea {
  width: 100%;
  font-size: 14px;
  color: #000;
  background-color: #fff;
  border: 0;
  resize: none;
  height: 300px;
  line-height: 18px;
  padding: 12px
}

.user-form__item input {
  height: 45px;
  padding: 0 12px
}

.user-form__item input.input-forgot-pass {
  padding-right: 130px
}

.user-form__item input:focus {
  border: 1px solid rgba(86, 105, 126, .5)
}

.user-form__submit {
  max-width: 300px;
  width: 100%;
  margin: 15px auto 0
}

.user-form__soc {
  padding-top: 19px;
  border-top: 1px solid #eaecef;
  margin-top: 25px
}

.user-form__soc-title {
  text-align: center;
  font-weight: 700;
  font-size: 16px;
  line-height: 125%;
  color: #051a32;
  margin-bottom: 20px;
}


.soc__list {
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 0;
}

.soc__list li:not(:last-of-type) {
  margin-right: 12px;
}

.soc__list li {
  position: relative;
}

.soc__list li.active::after {
  content: '';
  position: absolute;
  right: -5px;
  top: -5px;
  width: 15px;
  height: 15px;
  border-radius: 50%;
  background-color: #489F20;
}

.soc-icon {
  width: 40px;
  height: 40px;
  background-color: #fff;
  transition: .3s;
  background-repeat: no-repeat;
  background-position: center;
  background-size: 26px 26px;
}

.soc-icon:hover {
  box-shadow: 0px 0px 5px rgba(0, 0, 0, .3);
}

.soc-icon-vk {
  background-image: url(../images/icons/soc-vk-icon.svg);
}

.soc-icon-tl {
  background-image: url(../images/icons/soc-tl-icon.svg);
}

.soc-icon-tt {
  background-image: url(../images/icons/soc-tiktok-icon.svg);
}

.soc-icon-google {
  background-image: url(../images/icons/soc-google-icon.svg);
}

.soc-icon-fb {
  background-image: url(../images/icons/soc-fb-icon.svg);
}

.soc-icon-odnk {
  background-image: url(../images/icons/soc-odnk-icon.svg);
  background-size: 20px 26px;
}

.forgot-pass,
.give__review a {
  line-height: 18px;
  transition: .3s
}

.forgot-pass,
.select__wrapper::after {
  position: absolute;
  top: 50%;
  transform: translateY(-50%)
}

.forgot-pass {
  right: 10px;
  font-size: 14px;
  color: #adb1b5;
  line-height: 45px;
  height: 45px;
  padding-right: 5px;
  padding-left: 5px;
}


.forgot-pass:hover,
.give__review a:hover {
  color: #56697e
}

.ad-catalog {
  margin-bottom: 30px
}

.ad-catalog.mb0 {
  margin-bottom: 0
}

.ad-catalog__banner,
.catalog-categories {
  padding: 30px 0
}

.catalog-brands__title,
.catalog-categories__title,
.user__lent-title {
  margin-bottom: 25px;
  font-family: 'Bellota Text', cursive;
}

.user__lent-title {
  display: none;
}

.catalog-categories__inner {
  display: flex;
  flex-wrap: wrap;
  margin: -15px -10px 40px
}

.catalog-categories__item-wrap {
  padding: 15px 10px;
  width: 16.66666666%
}

.catalog-categories__item-img {
  background-color: #fff;
  margin-bottom: 18px;
  height: 200px;
}

.catalog-categories__item-img a {
  display: flex;
  width: 100%;
  height: 100%;
  justify-content: center;
  align-items: center;
}


.catalog-categories__item-img img {
  /*width: 105px;
  height: 105px;
  object-fit: cover;*/
}

.catalog-categories__item-title {
  font-weight: 700;
  font-size: 16px;
  line-height: 125%;
  text-align: center;
  color: #051a32;
  transition: .3s;
}

.catalog-categories__item:hover .catalog-categories__item-title {
  color: #D78F78;
}

.catalog-brands {
  padding: 30px 0
}

.catalog-brands__inner {
  display: flex;
  flex-wrap: wrap;
  margin: -10px
}

.catalog-brands__item-wrap {
  padding: 10px;
  width: 12.5%
}

.catalog-collection,
.catalog-products {
  padding: 30px 0
}

.catalog-collection__title {
  margin-bottom: 20px
}

.catalog-products__title {
  margin-bottom: 25px
}

.catalog-products__title span,
.product-card__reviews-title span {
  font-size: 14px;
  line-height: 16px;
  letter-spacing: 0.01em;
  color: rgba(0, 0, 0, 0.3);
  opacity: 0.9;
  font-family: 'Roboto Condensed', sans-serif;
}

.catalog-products__inner {
  display: flex;
  margin: 0 -10px
}

.catalog-products__names {
  padding: 0 10px;
  width: 25%;
  font-weight: 700;
  font-size: 16px;
  line-height: 125%;
  color: #051a32
}

.catalog-products__names li a {
  margin-bottom: 10px;
  display: block;
  padding: 4px 10px;
  transition: .3s
}

.catalog-products__names li a:hover {
  background-color: #56697e;
  color: #fff
}

.level-1 {
  background: #fff;
  padding: 20px 10px
}

.level-2 {
  padding-left: 10px
}

.level-3 {
  padding-left: 20px
}

.catalog-products__content {
  padding: 0 10px;
  width: 75%
}

.catalog-products__filter {
  padding-bottom: 25px;
  border-bottom: 1px solid rgba(86, 105, 126, .1);
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  margin: -5px;
  margin-bottom: 20px;
  background-color: #f7f8f9;
}

.catalog-filter__item-wrap {
  padding: 5px;
  /*width: 200px;*/
}

.catalog-filter__item-wrap.selected .mibok-item-filter {
  background-color: #56697E;
}

.catalog-filter__item-wrap.selected .mibok-filter-name,
.catalog-filter__item-wrap.selected .mibok-filter-value {
  color: #fff
}


.catalog-filter__item-wrap:last-of-type {
  margin-left: 20px;
}

.select__wrapper {
  font-family: 'Roboto', sans-serif;
  position: relative
}

.select__wrapper::after {
  content: '';
  right: 15px;
  width: 8px;
  height: 6px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  background-image: url(../images/icons/select-icon.svg);
  pointer-events: none
}

.catalog-filter__btns {
  display: flex;
}

.filter-reset,
.filter-sumbit {
  font-family: 'Roboto', sans-serif;
  font-weight: 500;
  font-size: 14px;
  line-height: 16px;
  letter-spacing: .15em;
  font-variant: small-caps;
  padding: 5px;
  text-transform: uppercase;

  min-height: 36px;
  display: flex;
  align-items: center;
}

.filter-reset {
  color: #E83B3B;
}

.filter-sumbit {
  color: #518D70;
}

.catalog-product__list .product-item__wrap {
  width: 33.333333%
}

.user__top,
.user__top-left {
  display: flex;
  align-items: center
}

.user__top {
  justify-content: space-between;
  margin-bottom: 18px;
  position: relative;
}

.user__top-left {
  margin-right: 30px;
  flex-grow: 1;
}

.user__top-right {
  max-width: 300px;
  width: 100%;
}



.user__ava img {
  width: 68px;
  height: 68px;
  border-radius: 50%
}

.user__ava {
  margin-right: 15px;
  flex-shrink: 0;
}

.user__name {
  font-weight: 700;
  font-size: 25px;
  line-height: 125%;
  color: #051a32;
  margin-bottom: 4px
}

.user__descr {
  font-family: 'Roboto', sans-serif;
  font-size: 16px;
  line-height: 130%;
  color: #68717c
}

.user__top-review {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  margin-bottom: 14px
}

.user__top-review .rate {
  margin-right: 18px
}

.rate__text {
  font-size: 14px;
  line-height: 18px;
  color: rgba(5, 26, 50, .5)
}

.rate__text span {
  color: #051a32;
  font-weight: 700;
  margin-right: 6px
}

.rate__text.green span {
  color: #518D70;
}

.give__review {
  text-align: right
}

.give__review a {
  font-size: 16px;
  color: #fb7044
}

.user__block-ad {
  margin-bottom: 40px
}

.links {
  font-family: 'Roboto', sans-serif;
  display: flex;
  align-items: center;
  white-space: nowrap;
  overflow-x: scroll;
  font-size: 16px;
  line-height: 130%;
  color: #68717c
}

.links li:not(:last-of-type),
.sublinks li:not(:last-of-type) {
  margin-right: 30px
}

.links-min li:not(:last-of-type) {
  margin-right: 20px;
}

.links li a {
  position: relative;
  padding-bottom: 18px;
  border-bottom: 5px solid transparent;
  transition: .3s
}

.links-min {
  font-size: 14px;
}

.links-min li a {
  padding-bottom: 11px;
  padding-top: 13px;
}

.links li.active a,
.links li:hover a {
  border-color: #fb7044;
  color: #031224
}

.user__doc {
  padding: 30px 0
}

.user__doc-inner {
  display: flex;
  flex-wrap: wrap;
  margin: -10px
}

.user__doc-item-wrap {
  padding: 10px;
  width: 16.6666666%
}

.user__doc-img {
  margin-bottom: 11px
}

.user__doc-img img {
  height: 286px;
  object-fit: cover
}

.user__doc-title {
  font-family: 'Roboto', sans-serif;
  font-weight: 500;
  font-size: 14px;
  line-height: 18px;
  color: #051a32
}

.user__reviews-sort {
  margin-bottom: 30px;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  justify-content: space-between;
  font-family: 'Roboto', sans-serif
}

.user__reviews-sort-left {
  margin-right: 30px;
  white-space: nowrap;
}

.sublinks {
  display: flex
}

.sublinks li a {
  font-size: 16px;
  line-height: 130%;
  color: #adb1b5;
  transition: .3s
}

.sublinks li.active a {
  color: #fb7044
}

.information {
  max-width: 625px;
  width: 100%;
  margin: 0 auto;
  font-family: 'Roboto', sans-serif
}

.information .user-form {
  margin-top: 0;
  background: #fff
}

.information .user-form__item input {
  background: #f9f9f9
}

.information__card-wrap {
  background: #fff
}

.information__card-text p:not(:last-of-type),
.information__card-wrap:not(:last-of-type) {
  margin-bottom: 20px
}

.information__card {
  padding: 15px;
  font-size: 14px;
  line-height: 18px
}

.information__card-user {
  display: flex;
  align-items: center;
  margin-bottom: 35px
}

.information__card-user-ava {
  margin-right: 13px
}

.information__card-user-ava img {
  width: 42px;
  height: 42px;
  object-fit: cover
}

.information__card-user-name {
  font-weight: 500;
  font-size: 16px;
  line-height: 18px;
  color: #051a32;
  margin-bottom: 1px
}

.information__card-user-date {
  color: #051a32
}

.information__card-subuser {
  margin-bottom: 25px
}

.information__card-rate {
  display: flex;
  /*align-items: center*/
}

.information__card-rate .rate {
  margin-bottom: 10px;
}

.information__card-rate-text {
  color: #697684;margin: 4px 0 0 10px;
}
.information__card-rate-product {padding-right: 50px;font-size: 16px;line-height: 1.2;}
.information__card-rate-product a {color: #56697E;}
.information__card-rate-product a:hover {color: #fb7044;}

.information__card-link {
  margin-left: auto
}

.information__card-link a,
.user__logout a {
  position: relative;
  color: #fb7044;
  padding-left: 22px
}

.user__logout {
  text-align: right;
}

.information__card-link a::after {
  content: '';
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 17px;
  height: 17px;
  background-image: url(../images/icons/review-link-icon.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain
}

.information__card-link a::before {
  background-color: #fb7044
}

.information__card-link a::before,
.user__logout a::before {
  content: '';
  position: absolute;
  transition: .3s;
  width: 0;
  left: 50%;
  transform: translateX(-50%);
  bottom: -6px;
  height: 1px
}

.information__card-link a:hover::before,
.user__logout a:hover::before {
  width: 100%
}

.information__card-text {
  color: #051a32
}

.information__card-text h4 {
  font-weight: 500;
  margin-bottom: 5px
}

.information__card-text p {
  font-weight: 400
}

.information__card-date {
  color: #697684;
  margin-top: 20px
}

.information__card-order {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-bottom: 10px
}

.information__card-order-title {
  font-weight: 500;
  color: #051a32;
  margin-right: 20px;
  margin-bottom: 8px;
}

.information__card-order-link {
  color: #051a32;
  opacity: .6;
  margin-bottom: 8px;
  transition: .3s
}

.information__card-order-link:hover {
  opacity: 1
}

.information__card-order-status {
  margin-bottom: 18px
}

.information__card-order-status span {
  font-size: 12px;
  line-height: 14px;
  letter-spacing: .15em;
  font-variant: small-caps;
  text-transform: uppercase;
  color: #fff;
  padding: 5px 14px
}

.information__card-order-status.completed span {
  background: #518d70
}

.lk-top__block .user__top {
  margin-bottom: 55px
}

.user__name-lk {
  font-weight: 900;
  font-size: 25px;
  line-height: 125%;
  color: #051a32
}

.user__name-lk span {
  display: block
}

.user__logout a {
  font-weight: 700;
  font-size: 14px;
  line-height: 135%;
  letter-spacing: .01em;
  color: #9f372f;
  padding-left: 33px
}

.user__logout a::after {
  content: '';
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 24px;
  height: 24px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  background-image: url(../images/icons/logout-icon.svg)
}

.user__logout a::before {
  background-color: #9f372f
}

.user__orders,
.user__profile,
.user__reviews {
  padding: 30px 0
}

.user__orders-links {
  margin-bottom: 35px;
  flex-wrap: nowrap;
  white-space: nowrap;
}

.product-card__gallery {
  display: flex;
  height: fit-content;
  margin-right: 40px;
}

.product-card__slider-nav {
  width: 73px;
  margin-right: 16px;
  min-width: 1px;
}

.product-card__slider-nav-wrap {
  height: 73px;
  margin-bottom: 5px;
}

.product-card__slider-nav-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  height: 100%;
  cursor: pointer;
  border: 1px solid transparent;
  border-radius: 5px;
}

.product-card__slider-nav-item img {
  width: 73px;
  height: 73px;
  object-fit: cover;
}

.product-card__slider-nav-wrap.slick-current .product-card__slider-nav-item {
  border: 1px solid rgba(0, 0, 0, 0.1);
}

.slick-vertical .slick-slide {
  border: 0;
}

.product-card__slider-for {
  width: 410px;
}

.product-card__slider-for img {
  /*width: 100%;*/
  /*height: 100%;*/
  /*object-fit: cover;*/
}

.product-card__slider-for-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  height: 410px;
  background: #fff;
}


.product-card {
  margin-bottom: 60px;    padding-top: 20px;
}

.product-card__top {
  margin-bottom: 20px;
}

.product-card__actions {
  display: flex;
  align-items: center;
  font-weight: 700;
}

.product-card__rate {
  display: flex;
  align-items: center;
  margin-right: 20px;
}

.product-card__rate .rate {
  margin-right: 11px;
}

.product-card__wishlist svg,
.product-card__compare svg,
.product-card__share svg,
.product-card__edit svg {
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  transition: .3s;
  fill: #518D70;
}

.product-card__wishlist,
.product-card__compare,
.product-card__share {
  margin-right: 20px;
}

.product-card__wishlist a,
.product-card__compare a,
.product-card__share a,
.product-card__edit a {
  color: #518D70;
  transition: .3s;
  position: relative;
  padding-left: 20px;

}



.product-card__wishlist a:hover,
.product-card__compare a:hover,
.product-card__share a:hover {
  color: #FB7044;
}

.product-card__wishlist a:hover svg,
.product-card__compare a:hover svg,
.product-card__share a:hover svg {
  fill: #FB7044;
}

.product-card__edit svg {fill: #FB7044;}
.product-card__edit a {color: #FB7044;padding-left: 25px;}


.product-card__wishlist a svg {
  width: 15px;
  height: 15px;
}

.product-card__compare a svg {
  width: 16px;
  height: 14px;
}

.product-card__share a svg {
  width: 17px;
  height: 14px;
}

.product-card__edit a svg {
  width: 20px;
  height: 20px;
}

.product-card__articul {
  margin-left: auto;
  font-weight: 900;
  font-size: 14px;
  line-height: 125%;
  color: rgba(5, 26, 50, 0.5);
}

.product-card__wrap {
  padding: 30px 0;
}

.product-card__inner {
  padding-bottom: 30px;
  display: flex;
}

.product-card__prop-wrap {
  flex-grow: 1;
}

.product-card__color {
  font-weight: 900;
  font-size: 14px;
  line-height: 18px;
  color: #051A32;
  margin-bottom: 30px;
}

.product-card__color-name {
  font-family: 'Roboto', sans-serif;
  margin-bottom: 10px;
  font-weight: 500;
}

.product-card__color-name span {
  padding-left: 40px;
  position: relative;
}

.product-card__color-name span::after {
  content: '';
  width: 22px;
  height: 1px;
  left: 8px;
  background-color: #E9E9E9;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}

.product-card__color-list {
  display: flex;
  align-items: center;
}

.product-card__color-list li {
  display: flex;
  padding: 3px;
  border: 1px solid transparent;
  width: 44px;
  height: 44px;
}

.product-card__color-list li.active {
  border: 1px solid #518D70;
}

.product-card__color-list li:not(:last-of-type) {
  margin-right: 7px;
}

.product-card__color-list li a {
  width: 100%;
  height: 100%;
}


.product-card__prop-table {
  /*font-family: 'Roboto', sans-serif;*/
  font-size: 14px;
  line-height: 18px;
  color: rgba(5, 26, 50, 0.3);
  text-align: left;
  margin-bottom: 25px;
}

.product-card__prop-item {
  display: flex;
  /*align-items: center;*/
}

.product-card__prop-item:not(:last-child) {
  margin-bottom: 20px;
}

.product-card__prop-name {
  font-weight: 500;
  color: #5A6C7D;
  max-width: 200px;
  width: 100%;
  margin-right: 10px;
  position: relative;
}

.product-card__prop-name::after {
  content: '';
  position: absolute;
  top: 10px;
  left: 0;
  width: 100%;
  height: 1px;
  background-color: #E9E9E9;
}

.product-card__prop-name span {
  background-color: #f7f8f9;
  z-index: 2;
  position: relative;
  padding-right: 10px;
}

.product-card__prop-select {
  flex-grow: 1;
  /*flex-shrink: 0;*/
  color: #051A32;
  font-weight: 600;

}
.product-card__prop-select .select__wrapper {margin-top: -5px;}

.product-card__prop-select select {
  font-family: 'Roboto', sans-serif;
  width: 100%;
  height: 34px;
  line-height: 34px;
  border: 1px solid #E6E6E6;
  text-transform: none;
  font-variant: initial;
  letter-spacing: 0;
  padding-left: 8px;
  color: #37485B;
}

.select__wrapper {}

/* .product-card__prop-table td::before {
  content: '';
  position: absolute;
  height: 1px;
  width: 230px;
  background-repeat: repeat-x;
  background-position: center;
  background-image: url(../images/icons/dots-prop.svg);
  background-size: auto;
}  */

.product-card__go-descr {
  font-weight: 900;
  font-size: 16px;
  line-height: 125%;
  color: #518D70;
}

.product-card__info {
  max-width: 310px;
  width: 100%;
  position: sticky;
  top: 20px;
}

.product-card__price {
  padding: 20px;
  background-color: #fff;
  margin-bottom: 20px;
}

.product-card__price .product__price-new {
  font-weight: 900;
  font-size: 30px;
  line-height: 1;
  color: #E53759;
}

.product-card__price .product__price-old {
  font-weight: 900;
  font-size: 16px;
  line-height: 125%;
  color: #051A32;
}

.product__price-one {
  position: relative;
  right: -5px;
  bottom: 0;
  font-weight: 900;
  font-size: 16px;
  line-height: 125%;
  color: rgba(5, 26, 50, 0.3);
  text-transform: none;
}


.product-card__price .product__price-box {
  padding: 0;
  border: 0;
  margin-bottom: 10px;
  padding-bottom: 10px;
  border-bottom: 1px solid #EBEBEE;
  flex-wrap: wrap;
}

.product-card__price .product__price-text {
  width: 100%;
  margin-top: 10px;
  font-weight: 900;
  font-size: 14px;
  line-height: 125%;
  color: #518D70;

}

.product-card__delivery {
  padding: 20px;
  background-color: #fff;
  font-weight: 900;
}

.product-card__delivery-company {
  font-size: 18px;
  line-height: 125%;
  color: #051A32;
  margin-bottom: 13px;
}

.product-card__delivery-city {
  font-size: 14px;
  line-height: 125%;
  color: #051A32;
  margin-bottom: 13px;
}

.product-card__delivery-city a,
.product-card__delivery-company a {
  color: #518D70;
}

.product-card__delivery-price {
  font-size: 13px;
  line-height: 125%;
  color: rgba(5, 26, 50, 0.4);
  margin-bottom: 20px;
}

.product-card__delivery-way .way-courier,
.product-card__delivery-way .way-self {
  padding-left: 33px;
  position: relative;
  color: #9BA3AD;
  font-size: 14px;
  line-height: 140%;
}

.product-card__delivery-way .way-courier {
  margin-bottom: 20px;
}

.product-card__delivery-way .way-courier span,
.product-card__delivery-way .way-self span {
  color: #051A32;
}

.product-card__delivery-way .way-courier::after,
.product-card__delivery-way .way-self::after {
  content: '';
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  background-repeat: no-repeat;
  background-size: 100%;
  background-position: center;
}

.product-card__delivery-way .way-courier::after {
  width: 23px;
  height: 16px;
  background-image: url(../images/icons/del-cour.svg);
}

.product-card__delivery-way .way-self::after {
  width: 23px;
  height: 25px;
  background-image: url(../images/icons/del-self.svg);
}

.recomended,
.similiar {
  margin-bottom: 50px;
}


.product-card__descr {
  display: flex;
  margin-bottom: 35px;
}

.product-card__descr-banner {
  max-width: 365px;
  width: 100%;
  margin-left: auto;
}

.product-card__descr-content {
  padding: 25px;
  background-color: #fff;
  max-width: 875px;
  width: 100%;
  margin-right: 20px;
}

.product-card__descr-title {
  margin-bottom: 15px;
}

.product-card__text {
  font-weight: 900;
  font-size: 16px;
  line-height: 160%;
  color: rgba(55, 72, 91, 0.9);
  margin-bottom: 30px;
}

.product-card__сharacteristics {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.product-card__сharacteristics .product-card__prop-table {
	width: 46%;
}
.product-card__сharacteristics .product-card__prop-name {
    max-width: 270px;
}
.product-card__сharacteristics .product-card__prop-name span {
    background-color: #ffffff;
}
.product-card__more {
  color: #518D70;
  font-weight: 900;
  margin-top: 10px;
}


.product-card__reviews {
  padding: 20px;
  background-color: #fff;
}

.product-card__reviews-title {
  margin-bottom: 15px;
}

.product-card__reviews-top {
  margin-bottom: 30px;
  display: flex;
}


.product-card__reviews-gallery {
  max-width: 890px;
  margin-right: 30px;
  flex:1;
}

.product-card__reviews-ball {
  max-width: 325px;
  width: 100%;
  margin-left: auto;
}

.product-card__reviews-gallery .slick-arrow {
  position: absolute;
  z-index: 30;
  top: 50%;
  transform: translateY(-50%);
  font-size: 0;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  background: #F2F2F2;
}

.product-card__reviews-gallery .slick-arrow.slick-prev {
  left: -15px;
}

.product-card__reviews-gallery .slick-arrow.slick-next {
  right: -15px;
}

.product-card__reviews-gallery .slick-arrow::before {
  content: '';
  width: 8px;
  height: 8px;
  border-top: 1.5px solid #000;
  border-right: 1.5px solid #000;
  position: absolute;
  left: 50%;
  top: 50%;
}

.product-card__reviews-gallery .slick-arrow.slick-next::before {
  transform: translate(-48%, -50%) rotate(45deg);
}

.product-card__reviews-gallery .slick-arrow.slick-prev::before {
  transform: translate(-48%, -50%) rotate(-135deg);
}

.product-card__reviews-gallery-title,
.product-card__reviews-ball-title {
  font-weight: bold;
  font-size: 16px;
  line-height: 18px;
  color: #051A32;
  margin-bottom: 20px;
}


.product-card__reviews-gallery-slider-item {
  /* max-width: 84px; */
  /* height: 84px; */
  margin-right: 6px;
}

.product-card__reviews-gallery-slider-item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.product-card__reviews-sort {
  max-width: 200px;
  margin-bottom: 30px;
}



.product-card__reviews-sort select {
  width: 100%;
}

.product-card__reviews-list {
  font-family: 'Roboto', sans-serif;
}

.product-card__reviews-list .information__card-wrap {
  padding-bottom: 30px;
  /*border-bottom: 1px solid #E9E9E9;*/
}

.product-card__reviews-list .information__card-wrap:not(:last-child) {
  margin-bottom: 30px;
}

.product-card__reviews-list .information__card {
  padding: 0;
}

.product-card__reviews-list .information__card-user {
  margin-bottom: 20px;
}

.product-card__reviews-ball .user__top-review {
  justify-content: flex-start;
}

.product-card__reviews-ball .give__review a {
  width: 100%;
  padding: 11px 0;
  text-align: center;
  border: 1px solid #FB7044;
}

.product-card__reviews-ball .give__review a:hover {
  border-color: #56697e;
}

.set-org {
  padding: 30px 0;
  font-family: 'Roboto', sans-serif;
}

.set-org__inner {
  display: flex;
  align-items: flex-start;
}

.set-org__content {
  max-width: 970px;
  width: 100%;
  margin-right: 30px;
}

.set-org__top {
  margin-bottom: 30px;
  background: #FFFFFF;
  padding: 20px;
}

.set-org__balance {
  display: flex;
  margin-bottom: 25px;
}

.balance__item:not(:last-of-type) {
  margin-right: 85px;
}

.balance__text {
  font-size: 14px;
  line-height: 18px;
  color: rgba(0, 0, 0, 0.5);
  margin-bottom: 7px;
}

.balance__number {
  font-size: 20px;
  line-height: 18px;
  color: #000000;
}

.balance__number.lock {
  color: #FF0000;
}

.set-org__actions {
  display: flex;
  flex-wrap: wrap;
  margin: -6px;
}

.set-org__actions li {
  padding: 6px;
  width: 162px;
}

.set-org__actions li a {
  display: block;
  width: 100%;
  background: #F4F4F5;
  height: 150px;
  position: relative;
  font-weight: 500;
  font-size: 14px;
  line-height: 18px;
  text-align: center;
  color: #56697E;
  padding: 0 10px;
  padding-top: 83px;
  transition: .3s;
}

.set-org__actions li a:hover {
  /* color: #FB7044; */
  background: #EDEDED;
}

.set-org__actions li a svg {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: 34px;
  width: 35px;
  height: 35px;
  fill: #56697E;
  transition: .3s;
}

/* .set-org__actions li a:hover svg {
  fill: #FB7044;
} */

.set-org__nav {
  width: 100%;
  max-width: 300px;
  padding: 20px;
  background: #FFFFFF;
}

.set-org__nav-profile {
  display: flex;
  align-items: center;
  padding-bottom: 25px;
  border-bottom: 1px solid #EFEFEF;
  margin-bottom: 12px;
}

.set-org__nav-profile .user__ava {
  margin-right: 14px;
}

.set-org__nav-profile .user__ava img {
  width: 42px;
  height: 42px;
}

.set-org__nav-profile .user__name {
  font-size: 16px;
  line-height: 18px;
}

.user__back a {
  font-size: 14px;
  line-height: 130%;
  color: #031224;
  opacity: 0.5;
  transition: .3s;
}

.user__back a:hover {
  opacity: 1;
}

.set-org__nav-list li:not(:last-of-type) {
  margin-bottom: 15px;
}

.set-org__nav-list li {
  font-size: 16px;
  line-height: 130%;
  color: #828D99;
  position: relative;
}

.set-org__nav-list li a {
  width: 100%;
}

.set-org__nav-list li::before {
  content: '';
  position: absolute;
  left: -20px;
  height: 14px;
  width: 5px;
  background: #FB7044;
  top: 50%;
  transform: translateY(-50%);
  opacity: 0;
  transition: .3s;
}

.set-org__nav-list li.active::before {
  opacity: 1;
}

.set-org__nav-list li.active {
  color: #051A32;
}

.set-org__nav-list li:hover {
  color: #051A32;
}

.set-org__nav-list li:hover::before {
  opacity: 1;
}

.set-org__main-box {
  background-color: #fff;
}

.set-org__main-box:not(:last-of-type) {
  margin-bottom: 30px;
}


.set-org__main-header {
  padding: 15px 20px;
  display: flex;
  align-items: center;
  background: rgba(173, 177, 181, 0.14);
  margin-bottom: 20px;
}

.set-org__main-title {
  font-family: 'Bellota Text', cursive;
  font-weight: 900;
  font-size: 20px;
  line-height: 125%;
  color: #051A32;
  margin-right: 10px;
}

.set-org__filter {
  display: flex;
  align-items: center;
  margin: 0 -5px;
  padding: 0 20px;
  margin-bottom: 20px;
}

.set-org__filter select,
.set-org__select select {
  text-transform: none;
  font-size: 14px;
  line-height: 16px;
  letter-spacing: 0;
  font-variant: none;
  border: 1px solid #EFEFEF;
  font-weight: 400;
}

.set-org__filter-item {
  padding: 0 5px;
}

.set-org__filter-search {
  flex-grow: 1;
}

.set-org__filter-search form {
  width: 100%;
  position: relative;
}

.set-org__filter-search input {
  width: 100%;
  border: 1px solid #EFEFEF;
  height: 36px;
  line-height: 36px;
  padding: 0 12px;
  font-size: 14px;
  padding-right: 38px;
}

.set-org__filter-search form button {
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  height: 36px;
  width: 36px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: 15px 15px;
  background-image: url(../images/icons/icon-search.svg);
  font-size: 0;
  line-height: 0;
}

.set-org__order-table {
  width: 100%;
  padding: 0 20px;
  min-width: 970px;

}

.set-org__finans-table {
  width: 100%;
  min-width: 970px;
}


.set-org__order-table th {
  font-size: 12px;
  line-height: 18px;
  color: #737578;
  font-weight: 400;
  text-align: left;
  padding: 14px 0;
}

.set-org__order-table th:last-of-type {
  text-align: right;
  padding-right: 20px;
}


.set-org__order-table th:first-of-type,
.set-org__order-table td:first-of-type {
  padding-left: 20px;
}

.set-org__order-table td:last-of-type {
  padding-right: 20px;
}





.set-org__order-table td {
  padding: 14px 0;
  border-bottom: 1px solid #F8F8F8;
  font-size: 14px;
  line-height: 18px;
  padding-right: 5px;
}

.set-org__order-table a {
  transition: .3s;
}

.set-org__order-table a:hover {
  color: #219653;
}


.set-org__order-table td:first-of-type {
  width: 8%;
}

.set-org__order-table td:nth-of-type(2) {
  width: 10%;
}

.set-org__order-table td:nth-of-type(3) {
  width: 10%;
}

.set-org__order-table td:nth-of-type(4) {
  width: 15%;
  position: relative;
}

.set-org__order-table td:nth-of-type(5) {
  width: 14%;
}

.set-org__order-table td:nth-of-type(6) {
  width: 13%;
}

.set-org__order-table td:last-of-type {
  width: 16%;
  text-align: right;
}

.table__day td {
  text-align: center;
  padding: 8px 0;
  font-weight: 500;
  color: #56697E;
  background: #F4F4F5;
  border: 0;
  width: 100%;
  text-align: center !important;
}

.new-order td:first-of-type,
.new-order td:nth-of-type(2) {
  color: #219653;
}

.hint {
  font-size: 10px;
  color: #474747;
  display: block;
}

.hint.completed {
  color: #27AE60;
}

.hint.wait {
  color: #F2994A;
}

.hint.cancel {
  color: #EB5757;
}

.delivery-order td:first-of-type,
.delivery-order td:nth-of-type(2) {
  color: #FB7044;
}

.cancel-order td:first-of-type,
.cancel-order td:nth-of-type(2) {
  color: #EB5757;
}

.order-table__message {
  position: absolute;
  left: 88px;
  display: flex;
  top: 50%;
  transform: translateY(-50%);
}

.order-table__message svg {
  width: 15px;
  height: 15px;
  fill: #B3B3B3;
}

.order-table__message span {
  font-size: 10px;
  line-height: 18px;
  color: #EB5757;
  padding-left: 3px;
  display: none;
}

.message-active .order-table__message svg {
  fill: #EB5757;
}

.message-active .order-table__message span {
  display: block;
}

.set-org__order-table td:nth-of-type(4) a:first-of-type {
  display: block;
  width: 82px;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}


.set-org__form {
  padding-left: 20px;
  padding-right: 20px;
  padding-bottom: 20px;
}

.admin-content .set-org__form {
  margin-top: -20px;
  padding-top: 20px;
}

.set-org__form-item:not(:last-of-type) {
  margin-bottom: 10px;
}

.set-org__form-item {
  display: flex;
  align-items: center;
  position: relative;
  max-width: 927px;
}

.set-org__form-item label {
  font-size: 14px;
  line-height: 18px;
  text-align: right;
  color: rgba(0, 0, 0, 0.5);
  margin-right: 7px;
  flex-grow: 1;
  max-width: 200px;
  width: 100%;
  min-height: 45px;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  flex-shrink: 0;
}

.set-org__form-item input {
  background: #F9F9F9;
  height: 45px;
  line-height: 45px;
  width: 100%;
  max-width: 720px;
  margin-left: auto;
  border: 1px solid #F9F9F9;
  padding: 0 10px;
}

.set-org__form.section-bg__gray input,
.section-bg__gray .set-org__form-item input {
  background-color: #fff;
}

.set-org__form-item input.with-download {
  padding-right: 150px;
}

.set-org__form-item input:focus {
  border: 1px solid #FB7044;
}

.set-org__form-item a {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 10px;
  font-size: 14px;
  line-height: 16px;
  letter-spacing: 0.1px;
  color: #FB7044;
}

.set-org__form-item a.left {
  right: auto;
  left: 221px;
}

.set-org__form-submit {
  max-width: 210px;
  margin: 0 auto;
  margin-top: 20px;
}

.set-org__period {
  margin-left: auto;
  display: flex;
  /**/
}
div.set-org__period {align-items: center;}
form.set-org__period .set-org__period {align-items: initial;}
form.set-org__period .set-org__period > .set-org__period-text {margin-top: 6px;}

.set-org__select + .set-org__period .set-org__period-date,
.set-org__select ~ .set-org__select .set-org__plan {height: 32px;margin-top: 16px;}
.set-org__period .set-org__select .set-org__plan {height: 32px;}

.set-org__period:not(:last-of-type) {
  margin-right: 10px;
}


.set-org__period-text {
  font-size: 14px;
  line-height: 16px;
  color: #000000;
  opacity: 0.6;
  margin-right: 14px;
}

.set-org__period-date {
  padding: 9px 10px;
  background: #FFFFFF;
  font-size: 14px;
  line-height: 16px;
  color: #FB7044;
  min-width: 215px;
  padding-right: 3px;

}

.set-org__period-date input {
  border: 0;
  width: 84px;
  text-align: center;
  font-size: 14px;
  line-height: 16px;
}

.set-org__import a {
  font-size: 12px;
  line-height: 14px;
  text-align: center;
  color: #000000;
  padding-top: 11px;
  padding-bottom: 11px;
  padding-right: 8px;
  padding-left: 36px;
  background-color: #fff;
  position: relative;
}

.set-org__import a::before {
  content: '';
  position: absolute;
  left: 10px;
  top: 50%;
  transform: translateY(-50%);
  width: 19px;
  height: 19px;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  background-image: url(../images/icons/exel-icon.svg);
}

.thead-gray th {
  font-size: 12px;
  line-height: 18px;
  color: #737578;
  padding: 8px 0;
  background: #F4F4F5;
  font-weight: 400;
  text-align: left;
}

.thead-white th {
  font-size: 12px;
  line-height: 18px;
  color: #737578;
  padding: 8px 0;
  background: #fff;
  font-weight: 400;
  text-align: left;
}


.thead-gray th:first-of-type,
.thead-white th:first-of-type {
  padding-left: 20px;
}

.thead-gray th:last-of-type,
.thead-white th:last-of-type {
  padding-right: 20px;
}

.set-org__finans-table td {
  padding: 10px 0;
  font-size: 14px;
  line-height: 18px;
  border-bottom: 1px solid #F4F4F5;
  padding-right: 5px;
  vertical-align: text-top;
}

.set-org__finans-table td:first-of-type {
  width: 8%;
  padding-left: 20px;
}

.set-org__finans-table td:nth-of-type(2) {
  width: 9%;
}

.set-org__finans-table td:nth-of-type(3) {
  width: 13%;
}

.set-org__finans-table td:nth-of-type(4) {
  width: 24%;
}

.set-org__finans-table td:nth-of-type(5) {
  width: 24%;
}

.set-org__finans-table td:last-of-type {
  width: 24%;
  padding-right: 20px;
}

.set-org__finans-table .profit td:nth-of-type(3) {
  color: #129858;
}

.set-org__finans-table .loss td:nth-of-type(3) {
  color: #FF0000;
}

.set-org__finans-table .total td {
  background: #F4F4F5;
}

.set-org__finans-table .total td:first-of-type {
  font-weight: 500;
}

.set-org__finans-table .total.loss td:nth-of-type(2) {
  color: #FF0000;
}

.set-org__finans-table .total.profit td:nth-of-type(2) {
  color: #129858;
}

.set-org__add {
  margin-left: 22px;
}

.add a {
  padding-left: 37px;
  position: relative;
  transition: .3s;
}

.add a:hover {
  color: #FB7044;
}

.add a::before {
  content: '';
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  background-position: center;
  background-repeat: no-repeat;
  background-image: url(../images/icons/add-icon.svg);
  background-size: contain;
  width: 28px;
  height: 28px;
}

.set-org__products-inner {
  display: flex;
  flex-wrap: wrap;
  margin: -8px;
}

.set-org__product-wrap {
  padding: 8px;
  width: 25%;
}

.set-org__product-img {
  margin-bottom: 12px;
}

.set-org__product-img a {
  display: block;
}

.set-org__product-img img {
  width: 100%;
  height: 252px;
  object-fit: cover;
}

.set-org__product-title {
  font-size: 14px;
  line-height: 18px;
  color: #000000;
  font-weight: 500;
  padding-right: 30px;
}


.admin-tabs__links {
  margin-bottom: 30px;
}

.admin-content,
.user__friends,
.user__company {
  font-family: 'Roboto', sans-serif;
}

.users__list {}

.ac-users__list.users__list {
  max-width: 625px;
  margin: 0 auto;
  padding: 30px 0;
}

.users__list-search {
  position: relative;
}

.users__list-search input {
  background-color: #fff;
  height: 44px;
  line-height: 44px;
  padding-left: 46px;
  padding-right: 13px;
  width: 100%;
  border: 0;
}

.users__list-search button {
  position: absolute;
  width: 44px;
  height: 44px;
  background-repeat: no-repeat;
  background-size: 15px 15px;
  background-position: center;
  background-image: url(../images/icons/icon-search.svg);
  left: 0px;
  top: 50%;
  transform: translateY(-50%);
  font-size: 0;
}

.users__list-item-wrap {
  background-color: #fff;
}
.items-has-margin .users__list-item-wrap {margin-bottom:15px;}

.user__list-item {
  display: flex;
  align-items: center;
  padding: 10px 12px;
  padding-right: 40px;
  border-top: 1px solid #EFEFEF;
  position: relative;
}
.items-has-margin .user__list-item {border:0}

.link_green {
  color: #518D70;
}
.orange {
  color: #FB7044;
}

.gray {
  color: #A2A2A8;
}


.user__list-item-ava {
  width: 55px;
  height: 55px;
  margin-right: 15px;
  flex-shrink: 0;
}

.user__list-item-ava a {
  display: block;
  width: 100%;
  height: 100%;
}

.user__list-item-ava img {
  border-radius: 50%;
  width: 100%;
  height: 100%;
}

.user__list-item-content {
  /*letter-spacing: 0.1px;*/
  font-size: 14px;
  line-height: 16px;
  color: #171725;
  max-width: 450px;
  width: 100%;
}
.user__list-item-content.w230 {max-width: 230px;}

.user__list-item-content-name {
  color: #051A32;
  margin-bottom: 5px;
  font-weight: 500;
      font-size: 16px;
}

.user__list-item-content-login {
  font-weight: 400;
  margin-bottom: 5px;
}

.user__list-item-content-email {
  font-weight: 400;
}
.user__list-item-content-email a {margin-right:15px;}

.user__list-settings {
  position: absolute;
  top: 50%;
  margin-top: -12px;
  right: 12px;
}

.user__list-settings>button,
.user__list-settings>a {
  display: block;
  width: 24px;
  height: 24px;
}

.user__list-settings svg {
  fill: #92929D;
  width: 24px;
  height: 24px;
}

.mb0 {
  margin-bottom: 0;
}

.user__company-add {
  text-align: center;
  margin-top: 30px;
}

.admin-lk-table {
  font-size: 14px;
  line-height: 18px;
  min-width: 1000px;
}
.admin-lk-table .with_border td {border-bottom:1px solid #EEEEEE}


.admin-lk-table td:first-of-type {
  width: 15%;
  padding-left: 20px;
}

.admin-lk-table td {
  padding-right: 5px;
  padding-top: 5px;
  padding-bottom: 5px;
}

.admin-lk-table td:nth-of-type(2) {
  width: 13%;
}

.admin-lk-table td:nth-of-type(3) {
  width: 16%;
}

.admin-lk-table td:nth-of-type(4) {
  width: 24%;
}

.admin-lk-table td:nth-of-type(5) {
  width: 9%;
}

.admin-lk-table td:last-of-type {
  width: 11%;
  text-align: right;
  padding-right: 20px;
}

.admin-lk-table th:last-of-type {
  text-align: right;
}

.admin-lk-table a {
  color: #FB7044;
}

.admin-lk-table .green {
  color: #518D70;
}

.admin-lk-table .red {
  color: #FF3838;
}

.set-org__add-service-wrap {
  background-color: #fff;
  padding: 20px;
}

.set-add__inner {
  display: flex;
  flex-wrap: wrap;
  margin: -10px;
  border-bottom: 1px solid #ECECEC;
}

.set-org__add-service-wrap .set-add__inner,
.variations .set-add__inner {
  padding-bottom: 25px;
  margin-bottom: 25px;
}

.set-add__item {
  padding: 10px;
  width: 100%;
  display: flex;
  flex-direction: column;
}

.set-add__item input:not([type='checkbox']),
.set-add__item textarea {
  display: block;
  width: 100%;
  border: 1px solid #E7E7E7;
  background-color: transparent;
  height: 36px;
  padding: 0 10px;
}

.set-add__item textarea {
  height: 100px;
  line-height: 18px;
  resize: none;
  padding-top: 10px;
}


.set-add__item.w75 {
  width: 75%;
}

.set-add__item.w66 {
  width: 66.6666666%;
}

.set-add__item.w60 {
  width: 60%;
}

.set-add__item.w50 {
  width: 50%;
}

.set-add__item.w33 {
  width: 33.3333333%;
}

.set-add__item.w25 {
  width: 25%;
}

.set-add__item.w20 {
  width: 20%;
}

.set-add__item.w16 {
  width: 16.666666%;
}



.set-add__title {
  font-weight: 500;
  font-size: 14px;
  line-height: 18px;
  color: #051A32;
  display: block;
  margin-bottom: 12px;
}

.set-add__title.fg {
  flex-grow: 1;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
}

.set-add__title span {
  color: red;
}

.checkbox__wrap .set-add__title span {
  color: #000;
}

.set-add__service-preview {
  width: 100%;
}

.set-add__service-preview-img img {
  width: 100%;
  height: 212px;
  object-fit: cover;
}

.set-add__item.w16 .set-add__service-preview-img img {
  height: 210px;
}

.set-add__service-preview-img {
  margin-bottom: 8px;
}

.set-add__photo-replace {
  font-weight: 500;
  font-size: 12px;
  line-height: 14px;
  display: flex;
  align-items: center;
  color: #979797;
  justify-content: space-between;
}

.set-add__photo-replace a {
  transition: .3s;
}

.set-add__photo-replace a:hover {
  color: #FB7044;
}

.set-add__photo-remove,
.sert-remove {
  font-size: 0;
  width: 11px;
  height: 14px;
  background-image: url(../images//icons/remove-icon.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}

.set-add__service-item {}

.set-add__service-gallery {
  display: flex;
  flex-wrap: wrap;
  margin: -10px;
}

.set-add__service-gallery-item-wrap {
  width: 25%;
  padding: 10px;
}

.set-add__service-gallery-img {
  height: 140px;
  margin-bottom: 8px;
}

.set-add__service-gallery-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.set-add__service-btn {
  font-weight: 500;
  font-size: 12px;
  line-height: 18px;
  color: #FB7044;
  border: 1px solid #FB7044;
  width: 100%;
  height: 140px;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  padding-top: 30px;
}

.set-add__service-btn::after {
  content: '';
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: 45px;
  background-position: center;
  background-repeat: no-repeat;
  background-image: url(../images/icons/add-icon.svg);
  background-size: contain;
  width: 28px;
  height: 28px;
}


.user__contacts {
  padding: 30px 0;
  font-family: 'Roboto', sans-serif;
}

.user__contacts-tabs-links {
  margin-bottom: 15px;
}

.user__contacts-tabs-links li:not(:last-of-type) {
  margin-right: 40px;
}

.user__contacts-tabs-links a {
  position: relative;
  padding-left: 28px;
  font-size: 16px;
  color: #A2A8AE;
  transition: .3s;
}

.user__contacts-tabs-links svg {
  fill: #A2A8AE;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 18px;
  height: 18px;
  transition: .3s;
}

.user__contacts-tabs-links li.active svg {
  fill: #FB7044;
}

.user__contacts-tabs-links li.active a {
  color: #031224;
}

#user__contacts-map {
  position: relative;
}

#user__contacts-map {
  height: 490px;
}

#user__contacts-map img {
  height: 100%;
  width: 100%;
  object-fit: cover;
}

.user__contacts-map-box img {
  height: 490px;
  width: 100%;
  object-fit: cover;
}

#user__contacts-map .user__contacts-map-box {
  position: absolute;
  left: 125px;
  bottom: 60px;
  max-width: 310px;
  width: 100%;
}

.user__contacts-map-box {
  background-color: #fff;
  padding: 15px;
}

.user__contacts-map-title {
  font-weight: bold;
  font-size: 19px;
  line-height: 125%;
  color: #051A32;
  font-family: 'Bellota Text', cursive;
  margin-bottom: 20px;
}

.user__contacts-map-descr {
  font-size: 14px;
  line-height: 130%;
  color: #858C95;
  margin-bottom: 20px;
}

.user__contacts-map-descr p:not(:last-of-type) {
  margin-bottom: 10px;
}

.user__contacts-map-phone {
  font-size: 14px;
  line-height: 130%;
  color: #000000;
}

.user__contacts-list-inner {
  display: flex;
  flex-wrap: wrap;
  margin: -10px;
}

.user__conctacts-list-item {
  padding: 10px;
  width: 25%;
}

.delivery__title {
  margin-bottom: 25px;
}

.delivery__wrap {
  padding-top: 30px;
}

.delivery__ways {
  display: flex;
  padding-bottom: 30px;
  border-bottom: 1px solid #F3F3F4;
}

.devlivery__way-item:not(:last-of-type) {
  margin-right: 130px;
}

.delivery__way-img {
  width: 41px;
  height: 41px;
  margin-bottom: 15px;
}

.delivery__way-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.delivery__way-descr {
  font-weight: bold;
  font-size: 16px;
  line-height: 165%;
  color: #242731;
}

.delivery__benefits {
  padding: 60px 0;

}

.delivery__benefits-title {
  text-align: center;
  margin-bottom: 40px;
}


.delivery__benefits-inner {
  display: flex;
  justify-content: space-between;
}

.delivery__benefits-item {
  max-width: 315px;
  width: 100%;
  text-align: center;
}



.delivery__benefits-item-img {
  width: 184px;
  height: 118px;
  margin: 0 auto;
  margin-bottom: 22px;
}

.delivery__benefits-item-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;

}

.delivery__benefits-item-title {
  font-weight: bold;
  font-size: 16px;
  line-height: 165%;
  color: #051A32;
  margin-bottom: 15px;
}

.delivery__benefits-item-descr {
  font-size: 14px;
  line-height: 165%;
  color: #37485B;
  font-family: 'Roboto', sans-serif;
}

.questions__wrap {
  padding-top: 30px;
  padding-bottom: 70px;
}

.questions__title {
  text-align: center;
  margin-bottom: 45px;
}

.questions__inner {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  margin: 0 -20px;
}

.questions__accordion-item {
  margin-bottom: 25px;
  padding: 0 20px;
  width: 50%;
}

.questions__accordion-heading {
  font-weight: bold;
  font-size: 16px;
  line-height: 165%;
  color: #051A32;
  padding-bottom: 14px;
  border-bottom: 1px solid #EEEEF1;
  position: relative;
  transition: .3s;
  padding-right: 15px;
  cursor: pointer;
}

.questions__accordion-heading.active {
  color: #FB7044;
}

.questions__accordion-content {
  font-family: 'Roboto', sans-serif;
  padding: 4px 0;
  font-size: 14px;
  line-height: 165%;
  color: #37485B;
  display: none;
}

.questions__accordion-heading::after,
.questions__accordion-heading::before {
  content: '';
  position: absolute;
  top: 6px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: auto;
  width: 10px;
  height: 10px;
  right: 0;
  transition: .3s;
}

.questions__accordion-heading::after {
  background-image: url(../images/icons/plus.svg);
}

.questions__accordion-heading::before {
  background-image: url(../images/icons/minus.svg);
  opacity: 0;
}

.questions__accordion-heading.active::after {
  opacity: 0;
  transform: rotate(90deg);
}

.questions__accordion-heading.active::before {
  opacity: 1;
}

.user__lent {
  padding: 10px 0;
  font-family: 'Roboto', sans-serif;
}

.user__lent-wrap-min {
  max-width: 985px;
  margin: 0 auto;
}

.user__lent-inner {
  display: flex;
  margin: 0 -20px;
}

.user__lent-item {
  padding: 0 20px;
}

.user__lent-friends {
  max-width: 340px;
  width: 100%;
}

.user__lent-box {
  background-color: #fff;
  padding: 15px;
  margin-bottom: 20px;
}

.user__lent-top {
  display: flex;
  align-items: center;
  margin-bottom: 20px;
  position: relative;
}

.user__lent-box-title {
  font-weight: 500;
  font-size: 14px;
  line-height: 16px;
  letter-spacing: 0.1px;
  color: #171725;
}

.user__lent-counter {
  margin-left: 30px;
  position: relative;
}

.user__lent-counter::after {
  content: '';
  position: absolute;
  left: -15px;
  top: 50%;
  transform: translateY(-50%);
  width: 4px;
  height: 4px;
  background: #D8D8D8;
}

.user__lent-top-all {
  margin-left: auto;
  font-weight: 500;
  font-size: 12px;
  line-height: 14px;
  letter-spacing: 0.8px;
  text-transform: uppercase;
  color: #9F372F;
}

.user__lent-friends-list {
  display: flex;
  flex-wrap: wrap;
  margin: -7px;
}

.user__lent-friend {
  padding: 7px;
  width: 20%;
}

.user__lent-friend a {
  display: block;
  width: 42px;
  height: 42px;
}

.user__lent-friend a img {
  width: 100%;
  height: 100%;
  border-radius: 50%;
}

.user__lent-content {
  flex-grow: 1;
  max-width: 66%;
  width: 100%;
}

.user__lent-post {
  background: #FFFFFF;
  padding: 20px;
}

.user__lent-post:not(:last-of-type) {
  margin-bottom: 20px;
}

.user__lent-new-post {}

.new-post__title {
  font-weight: 500;
  font-size: 14px;
  line-height: 16px;
  letter-spacing: 0.1px;
  color: #171725;
  margin-bottom: 15px;
}

.user__lent-post .video_box,
.user__lent-post .video_box .video-js {
      max-width: 100%;
}

.post__comment {
  display: flex;
  padding: 15px 20px;
  margin: 0 -20px 10px;
  border-top: 1px solid #F1F1F5;
  position: relative;
  border-bottom: 1px solid #F1F1F5;
}

.post__comment-photo {
  width: 36px;
  height: 36px;
  margin-right: 9px;
  flex-shrink: 0;
}

.post__comment-photo a {
  width: 100%;
  height: 100%;
}

.post__comment-photo a img {
  width: 100%;
  height: 100%;
  border-radius: 50%;
}

.post__comment-text {
  flex-grow: 1;
}

.post__comment-text textarea {
  width: 100%;
  font-size: 14px;
  line-height: 24px;
  letter-spacing: 0.1px;
  color: #171725;
  resize: none;
  background: #FAFAFB;
  border: 1px solid #F1F1F5;
  padding-top: 11px;
  padding-bottom: 11px;
  padding-left: 15px;
  padding-right: 120px;
  height: 48px;
}

.post__comment-text textarea:focus {
  border-color: #FB7044;
}

.post__comment-text textarea::placeholder {
  color: #92929D;
}

.post__comment-btns {
  /*position: absolute;
  right: 40px;
  top: 28px;*/
  display: flex;
  align-items: center;
}

.post__comment-btns li:not(:last-of-type) {
  margin-right: 15px;
}

.post__comment-btns li a {
  display: flex;
}

.post__comment-btns svg {
  width: 22px;
  height: 22px;
  transition: .3s;
  fill: #92929D;
}

.post__header {
  display: flex;
  align-items: center;
  padding-right: 30px;
  position: relative;
  margin-bottom: 20px;
}

.post__header-avatar {
  width: 43px;
  height: 43px;
  margin-right: 9px;
  flex-shrink: 0;
}

.post__header-avatar a {
  display: block;
  width: 100%;
  height: 100%;
}

.post__header-avatar a img {
  border-radius: 50%;
  width: 100%;
  height: 100%;
}

.post__header-info {}

.post__author {
  font-weight: bold;
  font-size: 14px;
  line-height: 16px;
  letter-spacing: 0.1px;
  color: #171725;
  margin-bottom: 9px;

}

.post__date {
  font-size: 12px;
  line-height: 14px;
  color: #92929D;
}

.post__header-settings {
  position: absolute;
  right: 0;
  cursor: pointer;
}

.settings svg {
  width: 24px;
  height: 24px;
  fill: #92929D;
}

.settings button {
  width: 24px;
  height: 24px;
}

.post__text {
  margin-bottom: 20px;
  font-size: 14px;
  line-height: 24px;
  letter-spacing: 0.1px;
}

.post__counters {
  border-top: 1px solid #F1F1F5;
  padding-top: 20px;
  margin-bottom: 20px;
  margin-top: 20px;
  display: flex;
  align-items: center;
}

.post__counters li:not(:last-of-type) {
  margin-right: 25px;
}

.post-counter {
  position: relative;
  padding-left: 35px;
  font-size: 14px;
  line-height: 24px;
  letter-spacing: 0.1px;
  color: #44444F;
}

.post-counter svg {
  width: 22px;
  height: 22px;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  fill: #92929D;
}

.post-counter__like svg {
  transition: .3s;
  fill: transparent;
  stroke-width: 1.3px;
  stroke: #92929D;
}

.post-counter__like.active svg {
  stroke: #EF2424;
  fill: #EF2424;
}



.user__lent-groups {
  max-width: 34%;
  width: 100%;
}

.user__lent-groups .user__list-item {
  padding: 0;
  border: 0;
}

.user__lent-groups .user__list-item:not(:last-of-type) {
  margin-bottom: 25px;
}

.user__lent-groups .user__list-item-ava {
  width: 42px;
  height: 42px;
}

.user__lent-groups .user__list-item-content-descr {
  font-size: 14px;
  line-height: 130%;
  color: #031224;
  opacity: 0.5;
}

.user__lent-sub a {
  font-weight: 500;
  font-size: 16px;
  line-height: 19px;
  text-align: center;
  font-variant: small-caps;
  color: #FFFFFF;
  background: #FB7044;
  padding: 15px 0;
  display: block;
  position: relative;
}

.user__lent-sub a span {
  position: relative;
  padding-left: 24px;
}

.user__lent-sub a span::before {
  content: '';
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 16px;
  height: 16px;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  background-image: url(../images/icons/sub-icon.svg);
}

.user__lent-sub {
  margin-bottom: 20px;
}

.articles-single {
  margin-bottom: 30px;
}

.articles-single__wrapper {
  max-width: 530px;
  margin: 0 auto;
  font-family: 'Roboto', sans-serif;
}

.articles-single__title {
  margin-bottom: 18px;
}

.articles-single__subtitle {
  font-size: 18px;
  line-height: 150%;
  color: #37485B;
  margin-bottom: 36px;
}

.articles-single__info {
  display: flex;
  align-items: center;
  font-family: 'Roboto Condensed', sans-serif;
  font-size: 16px;
  line-height: 150%;
  color: #051A32;
  margin-bottom: 30px;
}

.articles-single__date {
  margin-right: 30px;
}

.articles-single__time {
  margin-right: 30px;
}

.articles-single__theme {
  color: #518D70;
}

.articles-single__banner {
  height: 500px;
  margin-bottom: 35px;
}

.articles-single__banner img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.articles-single__text {
  margin-bottom: 70px;
}

.articles-single__text h3 {
  font-weight: bold;
  font-size: 24px;
  line-height: 32px;
  color: #051A32;
  font-family: 'Bellota Text', cursive;
  margin-bottom: 8px;
}

.articles-single__text p {
  font-size: 16px;
  line-height: 210%;
  color: #031224;
}

.articles-single__text p:not(:last-of-type) {
  margin-bottom: 15px;
}

.articles-single__text img {
  margin-bottom: 15px;
  width: 100%;
}

.articles-single__aside {
  width: 90px;
  top: 20px;
  left: 0;
  position: sticky;
}

.articles-single__wrapper .articles-single__buttons {
  /* display: flex; */
  display: none;
}

.articles-single__aside .articles-single__buttons {
  display: none;
}

.articles-single__wrapper .articles-single__buttons li:not(:last-of-type) {
  margin-right: 13px;
}

.articles-single__aside .articles-single__buttons li:not(:last-of-type) {
  margin-bottom: 13px;
}

.articles-single__buttons li {
  display: flex;
  align-items: center;
  font-size: 14px;
  line-height: 140%;
  letter-spacing: 0.01em;
  color: #242731;
}

.articles-single__buttons li a {
  border: 1px solid rgba(55, 72, 91, 0.1);
  width: 36px;
  height: 36px;
  position: relative;
  margin-right: 10px;
}

.articles-single__buttons li a svg {
  width: 15px;
  height: 15px;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  fill: #242731;
}

.as_button-counter {}

.articles-single-df {
  display: flex;
  position: relative;
  align-items: flex-start;
}

.articles-single-df .articles-single__wrapper {
  margin: 0;
  margin-left: 295px;
}

.articles-signle__footer {
  display: flex;
}

.articles-single__share {
  margin-left: auto;
}

.other-article__title {
  text-align: center;
  margin-bottom: 30px;
}

.other-article {
  padding: 30px 0;
}

.filial__head {
  padding: 14px 18px;
  background: rgba(173, 177, 181, 0.14);
  font-size: 16px;
  line-height: 18px;
  color: #000000;
  margin-bottom: 20px;
}

.filial__list {
  padding-left: 20px;
  padding-right: 20px;
  padding-bottom: 20px;
}

.filial__wrapper {
  border: 1px solid #ECECEC;
}

.filial__wrapper:not(:last-child) {
  margin-bottom: 20px;
}

.filial__content .set-org__form-submit {
  max-width: 210px;
}

.create-content,
.variations,
.create-top {
  font-family: 'Roboto', sans-serif;
}

.variations {
  margin-top: 40px;
}

.create-content .set-add__inner {
  border: 0;
}

.create-top {
  padding: 30px 30px 25px;

  background: #fff;
}
.create-top.with_border {border-bottom: 1px solid #E7E7E7;}
.create-content {padding:10px 30px;background: #fff;}

.create-top__inner {
  display: flex;
  align-items: center;
}

.create-top__title {
  font-weight: 500;
  font-size: 25px;
  line-height: 125%;
  color: #051A32;
}

.create-top__title.mr {
  margin-right: auto;
}

.create-top__select {
  margin-left: auto;
}

.create-top__select select {
  font-size: 14px;
  line-height: 17px;
  color: #242731;
  text-transform: none;
  letter-spacing: 0;
  font-variant: initial;
}

.create-top__submit {
  margin-left: 20px;
}

.create-top__submit-btn {
  font-weight: 500;
  font-size: 14px;
  line-height: 17px;
  color: #FFFFFF;
  background: #FB7044;
  height: 36px;
  line-height: 36px;
  padding: 0 30px;
}


.variations__top {
  display: flex;
  align-items: center;
  margin-bottom: 30px;
}

.variations__title {
  font-weight: 500;
  font-size: 20px;
  line-height: 1.1;
  color: #051A32;
  margin-right: 22px;

}


.variations__links {
  font-weight: 500;
  padding-left: 20px;
}

.variations__links li a {
  padding-bottom: 8px;
  color: rgba(36, 39, 49, 0.5);
}

.variations__links li.active a,
.variations__links li:hover a {
  color: #FB7044;
}

.set-add__gray {
  background-color: #FBFBFB;
  padding: 20px;
  margin-bottom: 20px;
}

.set-add__gray .set-add__item input,
.set-add__gray .set-add__item textarea,
.set-add__gray .set-add__item select {
  background-color: #fff;
}

.variations .set-add__service-gallery-item-wrap {width: 33.3%;padding: 10px;}

.set-add__wrapper {
  display: flex;
  margin: 0 -15px;
}

.set-add__wrapper .set-add__inner {
  width: 50%;
  padding: 0 15px;
  margin: 0;
}
.set-add__wrapper .set-add__inner.w75 {width: 75%;}

.set-add__parameters {}

.set-add__parameters-item {
  display: flex;
  align-items: center;
  margin-bottom: 15px;
}

.set-add__parameters-title {
  min-width: 80px;
  flex-shrink: 0;
  text-align: right;
  font-size: 14px;
  line-height: 18px;
  color: #051A32;
  margin-right: 14px;
}

.set-add__parameters-fields {
  display: flex;
  align-items: center;
}

.set-add__parameters-fields.w100 {
  width: 100%;
  margin: 0 -5px;
}

.set-add__parameters-fields.w100 .set-add__parameters-field {
  width: 41%;
  margin: 0;
  padding: 0 5px;
}

.set-add__parameters-fields.w100 .set-add__parameters-field:last-of-type {
  width: 18%;
}

.set-add__parameters-fields.w100 .set-add__parameters-field input {
  max-width: none;
}

.set-add__parameters-field:not(:last-of-type) {
  margin-right: 10px;
}

.set-add__parameters-field input {
  max-width: 70px;
}

.set-add__parameters-field .select__wrapper {
  min-width: 70px;
}

.set-add__parameters-field.w150 .select__wrapper {
  min-width: 150px;
}

.set-add__parameters-field .select__wrapper select {
  border: 1px solid #E7E7E7;
  height: 40px;
  line-height: 40px;
  text-transform: none;
  letter-spacing: 0;
  font-variant: initial;
  width: 100%;
  padding-right: 30px;
  font-weight: 400;
}

.set-add__parameters-field.w150 .select__wrapper select {
  max-width: 150px;
  width: 100%;

}

.set-add__inner.no-df {
  display: block;
}

.set-add__parameters-wrap {
  margin-bottom: 25px;
}

.set-add__parameters,
.set-add__sert-list {
  margin-bottom: 15px;
}

.set-add__sert-list li {
  display: flex;
  align-items: flex-start;
}


.set-add__sert-list a {
  color: #FB7044;
  font-size: 14px;
  line-height: 18px;
  margin-right: 15px;
}

.create-top__add {
  margin-left: 22px;
  margin-right: auto;
}

.set-org__plan {
  /*padding: 5px 15px;
  font-size: 16px;
  line-height: 19px;*/
  padding: 8px 15px;
  font-size: 12px;
  line-height: 1;
  color: #FFFFFF;
  background: #D78F78;
  /*font-variant: small-caps;*/
  white-space: nowrap;
}

.set-org__main-links {
  margin: 0 12px;
}

.set-org__main-links.mb {
  margin-bottom: 15px;
}

.set-org__main-links.links li a {
  padding-bottom: 13px;
}

.set-org__main-links.links li:not(:last-of-type) {
  margin-right: 20px;
}

.set-org__graph-wrap {
  padding: 10px;
  background-color: #F4F4F5;
}

.set-org__analitic-cards-wrap {
  padding: 10px;
  background-color: #F4F4F5;
}

.set-org__analitic-cards {
  margin: 0 -5px;
  display: flex;
  flex-wrap: wrap;
}

.set-org__analitic-card-wrap {
  padding: 5px;
  width: 33.333333%;

}

.set-org__analitic-card {
  background: #FFFFFF;
  padding: 20px;
  height: 100%;
  display: flex;
  flex-direction: column;
}

.set-org__analitic-card__title {
  font-weight: 500;
  font-size: 16px;
  line-height: 19px;
  letter-spacing: 0.1px;
  color: #171725;
  margin-bottom: 24px;
}

.set-org__analitic-card-numeral-wrap {
  margin-top: auto;
  margin-bottom: 11px;
  display: flex;
  align-items: flex-end;
}

.set-org__analitic-card-numeral {
  font-weight: 500;
  font-size: 28px;
  line-height: 33px;
  letter-spacing: 0.1px;
  color: #171725;
  margin-right: 8px;
}

.set-org__analitic-card-numeral span {
  color: #A2A2A8;
}

.set-org__analitc-p-l {
  font-weight: 600;
  font-size: 16px;
  line-height: 24px;
  letter-spacing: 0.1px;
}

.set-org__analitc-p-l.profit {
  color: #3DD598;
}

.set-org__analitc-p-l span {
  position: relative;
  padding-right: 20px;
}

.set-org__analitc-p-l span::after {
  content: '';
  position: absolute;
  width: 16px;
  height: 16px;
  right: 0;
  bottom: 2px;
  background-repeat: no-repeat;
  background-position: center;
}

.set-org__analitc-p-l.profit span::after {
  background-image: url(../images/icons/profit-arrow.svg)
}

.set-org__analitc-p-l.loss span::after {
  background-image: url(../images/icons/loss-arrow.svg)
}

.set-org__analitc-p-l.loss {
  color: #FC5A5A;
}

.set-org__analitic-period {
  font-size: 14px;
  line-height: 16px;
  letter-spacing: 0.1px;
  color: #696974;
}

.create-place__df {
  display: flex;
  margin: 0 -15px;
}


.create-place__info,
.create-place__banners {
  padding: 0 15px;
}

.create-place__info {
  width: 66.666666%;
}

.create-place__info .set-org__form {
  padding: 0;
}

.create-place__banners {
  width: 33.3333333%;
}

.create-place__banners .set-add__service-preview-img img {
  height: 166px;
}

.admin-pl__tabel {min-width: 100%;}
.admin-pl__tabel tr:first-child p {font-weight: 700;}
.admin-pl__tabel tr td {
  width: 110px;
  padding: 8px 0;
  padding-right: 10px;
}
.admin-pl__tabel tr:hover td {background: rgb(255 255 255 / 50%);}

.admin-pl__tabel tr.bold,
.set-org-plan__table tr.bold {
  font-weight: 700;
}



.admin-pl__tabel tr td:first-of-type,
.set-org-plan__table tr td:first-of-type {
  width: 200px;
}

.set-org-plan__table {
  width: 1400px;
  background: #F4F4F5;
}

.set-org-plan__table input {
  border: 0;
  background-color: transparent;
  width: auto;
}

.set-org-plan__table tr {
  background: #F4F4F5;
}

.set-org-plan__table.thead-white th {
  background: #F4F4F5;
}

.set-org-plan__table tr td {
  padding: 10px;
}

.set-org-plan__table tr.white {
  background: #fff;
}

.set-add__checkboxs-list {
  display: flex;
}

.set-add__checkboxs-list .checkbox__wrap {
  margin-bottom: 10px;
}

.set-add__checkboxs-list .checkbox__wrap:not(:last-of-type) {
  margin-right: 35px;
}

.ac__applic-list {
  padding: 20px;
}

.ac__applic-item {
  display: flex;
  padding: 15px;
  background: #FFFFFF;
}

.ac__applic-item:not(:last-of-type) {
  margin-bottom: 20px;
}

.ac__applic-content {
  margin-right: auto;
  font-size: 14px;
  line-height: 125%;
}

.ac__applic-content p:not(:last-of-type) {
  margin-bottom: 15px;
}

.ac__applic-info {
  color: #FB7044;
}

.ac__applic-status {
  margin-left: 20px;
  max-width: 165px;
  width: 100%;
  flex-shrink: 0;
}

.ac__applic-status-item {
  font-weight: 500;
  font-size: 14px;
  line-height: 17px;
}

.ac__applic-status-item span,
.ac__applic-status-item a,
.ac__applic-status-item button {
  padding: 9px 20px;
  display: block;
  text-align: center;
  color: #fff;
}

.ac__applic-status-item:not(:last-of-type) {
  margin-bottom: 15px;
}

.ac__applic-status-item.completed {
  background-color: #27AE60;
}

.ac__applic-status-item.wait {
  background-color: #56697E;
}

.ac__applic-status-item.cancel {
  background-color: #FF3838
}

.edit-store__wrap,
.edit-theme__wrap {
  padding: 20px;
}

.edit-store__wrap .users__list-search,
.edit-theme__wrap .users__list-search {
  margin-bottom: 10px;
}

.edit-store__wrap .users__list .users__list-item-wrap:not(:last-of-type) {
  margin-bottom: 10px;
}

.user__list-item-sum {
  font-size: 14px;
  line-height: 18px;
}


.user__list-item-sum.green {
  margin-left: auto;
  margin-right: 40px;
}

.user__list-item-sum.green span {
  color: #27AE60;
}

.user__list-item-sum.red {
  margin-right: 30px;
}

.user__list-item-sum.red span {
  color: #FF3838;
}

.drop-catalog {
  font-family: 'Bellota Text', cursive;
  position: absolute;
  top: 81px;
  width: 100vw;
  /* min-width: 1200px; */
  left: 50%;
  transform: translate(-50%, 20px);
  background-color: #F8F8F8;
  z-index: -500;
  text-transform: none;
  letter-spacing: 0;
  padding-bottom: 30px;
  opacity: 0;
  transition: .3s;
  pointer-events: none;
  overflow: hidden;
}

.drop-catalog.active {
  opacity: 1;
  transform: translate(-50%, 0px);
  pointer-events: auto;
  z-index: 1000;
}

.drop-catalog__df {
  display: flex;
  align-items: flex-start;

}

.drop-catalog__links {
  max-width: 245px;
  width: 100%;
  flex-shrink: 0;
  flex-wrap: wrap;
  padding-top: 20px;
}

.drop-catalog__links li {
  width: 100%;
}

.drop-catalog__links li a {
  display: block;
  padding: 11px;
  transition: .3s;
  font-weight: bold;
  font-size: 14px;
  line-height: 18px;
  color: #242731;
}

.drop-catalog__links li.active a {
  background-color: #fff;
  color: #D78F78;
}

.drop-catalog__content {
  padding-left: 30px;
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #fff;
  flex-grow: 1;
  box-shadow: 0px 11px 14px rgba(0, 0, 0, 0.05);
}

.drop-catalog__inner {
  display: flex;
  margin: 0 -15px;
}

.drop-catalog__column {
  padding: 0 15px;
  width: 20%;
}

.drop-catalog__list-wrapper:not(:last-of-type) {
  margin-bottom: 30px;
}

.drop-catalog__list-title {
  font-weight: bold;
  font-size: 16px;
  line-height: 20px;
  color: #242731;
  margin-bottom: 12px;
}

.drop-catalog__list li:not(:last-of-type) {
  margin-bottom: 14px;
}

.drop-catalog__list li a {
  font-weight: bold;
  font-size: 14px;
  line-height: 18px;
  color: #67788B;
}

.header__catalog-list li a {
  transition: .3s;
}

.header__catalog-list li a:hover,
.header__catalog-list li a.active {
  background-color: #D78F78;
}

.shadow__block {
  position: fixed;
  z-index: 1200;
  top: 0;
  left: 0;
  background-color: rgba(0, 0, 0, .5);
  width: 100%;
  height: 100%;
  opacity: 0;
  pointer-events: none;
  transition: .3s;
}

.shadow__block.active {
  opacity: 1;
  pointer-events: auto;
}

.drop-search {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  background-color: #fff;
  z-index: 1300;
  opacity: 0;
  transform: translateY(20px);
  pointer-events: none;
  transition: .3s;
  box-shadow: 0px 11px 14px rgba(0, 0, 0, 0.05);
  letter-spacing: 0;
  overflow-y: auto;
  max-height: 100%;
}

.drop-search.active {
  opacity: 1;
  transform: translateY(0px);
  pointer-events: auto;
}

.drop-search__wrapper {
  padding: 70px 15px;
  position: relative;
  max-width: 1090px;
  margin: 0 auto;
}

.drop-search form {
  width: 100%;
  position: relative;
  margin-bottom: 30px;
}

.drop-search form input {
  font-size: 18px;
  line-height: 18px;
  color: #051A32;
  height: 70px;
  line-height: 70px;
  border: 0;
  border-bottom: 1px solid #E7E7E7;
  width: 100%;
  padding-right: 230px;
}

.drop-search form input:focus {
  border-bottom: 1px solid #D78F78;
}

.drop-search form input::placeholder {
  opacity: 0.5;
}

.drop-search form button {
  position: absolute;
  right: 60px;
  top: 50%;
  transform: translateY(-50%);
  width: auto;
  padding-left: 50px;
  padding-right: 50px;
}

.drop-search__item {
  display: flex;
  align-items: start;
  margin-bottom: 15px;
}

.drop-search__results {
  /* display: none; */
  padding-right: 230px;
}

.header__user-links .drop-search__results a {
  width: initial;
  font-size: initial;
  display: inline-block;
  border: 0;
  height: initial;
}

.header__user-links li .drop-search__results a:hover {
  background-color: initial;
  color: #D78F78;
}


.drop-search__item-title {
  font-size: 14px;
  line-height: 18px;
  text-align: right;
  color: #868686;
  text-transform: none;
  margin-right: 22px;
  max-width: 70px;
  width: 100%;
  flex-shrink: 0;
}

.drop-search__item-content {
  flex-grow: 1;
  font-size: 14px;
  line-height: 18px;
  color: #051A32;
  text-transform: none;
  padding-bottom: 15px;
  border-bottom: 1px solid #E7E7E7;
}

.drop-search__product {
  display: flex;
  align-items: center;

}

.drop-search__product:not(:last-of-type) {
  margin-bottom: 10px;
}

.drop-search__product-img {
  width: 56px;
  height: 56px;
  border-radius: 5px;
  overflow: hidden;
  margin-right: 13px;
}

.drop-search__product-img a {
  display: block;
  width: 100%;
  height: 100% !important;
}

.drop-search__product-img img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.drop-search__product-price {
  margin-left: auto;
}

.close {
  font-size: 0;
}

.close svg {
  width: 20px;
  height: 20px;
  transition: .3s;
  fill: #B3B3B3;
}

.close:hover svg {
  fill: #000;
}

.drop-search__close {
  position: absolute;
  right: 15px;
  top: 95px;
  width: 20px;
  height: 20px;
}

#ascrail2000-hr {
  margin-top: 20px;
  cursor: grab;
}

#ascrail2001-hr {
  margin-top: 10px;
  cursor: grab;
}

#ascrail2002-hr {
  margin-top: 5px;
  cursor: grab;
}

.product__types>div {
  display: none;
}

.product__types>div.active {
  display: block;
}

.product__select-type li {
  position: relative;
  cursor: pointer;
}

.product__select-type li.active:after {
  content: "";
  position: absolute;
  height: 1px;
  width: 100%;
  background: #D78F78;
  left: 0;
  bottom: -6px;
}

.mibok-dropdown {
  position: relative;
}

.mibok-item-filter {
  border: 1px solid rgba(0, 0, 0, .2);
  padding: 0px 30px 0px 15px;
  position: relative;
  font-family: 'Roboto', sans-serif;
  cursor: pointer;
  letter-spacing: 0.15em;
  height: 36px;
  line-height: 36px;
}

/*.mibok-filter-name, .mibok-filter-value {
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  width: calc(100% - 20px);
}*/

.mibok-filter-name {
  color: #000;
  font-weight: 500;
  font-size: 14px;
  /* line-height: 16px; */
  /* letter-spacing: .15em; */
  text-transform: lowercase;
}

.mibok-filter-value {
  font-size: 12px;
  font-weight: 500;
  font-style: normal;
  color: #484c55;
}

.mibok-caret {
  position: absolute;
  right: 13px;
  top: 50%;
  transform: translateY(-50%);
  transition: .3s;
  width: 8px;
  height: 6px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  background-image: url(../images/icons/select-icon.svg);
  pointer-events: none;
}

.mibok-item-filter.active .mibok-caret,
.catalog-filter__item-wrap.active .mibok-caret {
  transform: translateY(-50%) rotate(180deg);
}

.catalog-filter__item-wrap.selected .mibok-caret {
  background-image: url(../images/icons/select-icon-white.svg);
}



.dropdown-menu {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  min-width: 160px;
  padding: 5px 0;
  margin: 2px 0 0;
  font-size: 14px;
  text-align: left;
  list-style: none;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #ccc;
  border: 1px solid rgba(0, 0, 0, .15);
  /*border-radius: 4px;*/
  -webkit-box-shadow: 0 6px 12px rgb(0 0 0 / 18%);
  box-shadow: 0 6px 12px rgb(0 0 0 / 18%);
}

.dropdown-menu.active,
.catalog-filter__item-wrap.active .dropdown-menu {
  transform: translateY(0);
  opacity: 1;
  pointer-events: auto;
}

div.dropdown-menu {
  padding: 0;
  /*border-radius: 7px;*/
  border: none;
  width: 100%;
  opacity: 0;
  transition: .3s;
  transform: translateY(20px);
  pointer-events: none;
}

.mibok-dropdown .dropdown-menu ul {
  margin: 0px;
  padding-top: 10px;
  width: 100%;
  border: none;
  list-style: none;
  max-height: 200px;
  height: auto;
  position: relative;
  padding-left: 0px;
  overflow-y: auto;
}

.mibok-dropdown .dropdown-menu ul li {
  padding: 0px 10px;
  margin-bottom: 10px;
}

.mibok-dropdown .dropdown-menu ul li:first-child {
  border-radius: 7px 7px 0px 0px;
}

.check__label {
  padding-left: 30px;
  display: block;
  position: relative;
  cursor: pointer;
  font-size: 14px;
  line-height: 112.1%;
  color: #000;
  text-align: left;
}

.check__input {
  opacity: 0;
  position: absolute;
  width: 1px;
  height: 1px;
  left: 14px;
  top: 100%;
}

.check__box {
  border: 1px solid #E7E7E7;
  background-color: transparent;
  width: 20px;
  height: 20px;
  display: block;
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
.offerta_check__input .check__box {top: 35%;}

.check__box::after {
  content: '';
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 15px;
  height: 15px;
  background-image: url('../images/icons//check-icon.svg');
  background-position: center;
  background-repeat: no-repeat;
  -webkit-background-size: 100% 100%;
  -moz-background-size: 100%;
  -o-background-size: 100%;
  background-size: 100%;
  opacity: 0;
  -webkit-transition: .3s;
  -o-transition: .3s;
  -moz-transition: .3s;
  transition: .3s;
}

.check__input:checked~.check__box::after {
  opacity: 1;
}

/* popup styles start */

.popup {
  position: fixed;
  top: 0;
  left: 0;
  background: rgba(255, 255, 255, 1);
  width: 100%;
  height: 100%;
  overflow: auto;
  /* display: none; */
  opacity: 0;
  pointer-events: none;
  z-index: -1000;
  -webkit-transition: .3s;
  -o-transition: .3s;
  -moz-transition: .3s;
  transition: .3s;
}

.popup.open {
  opacity: 1;
  z-index: 9999;
  pointer-events: auto;
}

.popup__wrapper {
  display: table;
  height: 100%;
  overflow: hidden;
  width: 100%;
}

.popup__inner {
  display: table-cell;
  vertical-align: middle;
}

.popup__content {
  background: rgba(255, 255, 255, 1);
  width: 100%;
  height: 100%;
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -moz-box;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  -moz-box-orient: vertical;
  -moz-box-direction: normal;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  -moz-box-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  -moz-box-pack: center;
  justify-content: center;
  padding: 40px;
  /* max-width: 680px;
  margin: 0 auto; */
  -webkit-transform: translateY(30%) scale(.9);
  -moz-transform: translateY(30%) scale(.9);
  -ms-transform: translateY(30%) scale(.9);
  -o-transform: translateY(30%) scale(.9);
  transform: translateY(30%) scale(.9);
  -webkit-transition: ease-in-out .3s;
  -moz-transition: ease-in-out .3s;
  -o-transition: ease-in-out .3s;
  transition: ease-in-out .3s;
  opacity: 0;
}

.popup.open .popup__content {
  -webkit-transform: translateY(0%) scale(1);
  -moz-transform: translateY(0%) scale(1);
  -ms-transform: translateY(0%) scale(1);
  -o-transform: translateY(0%) scale(1);
  transform: translateY(0%) scale(1);
  opacity: 1;
}

.popup__content-city {
  max-width: 680px;
  width: 100%;
}

.popup__close {
  position: absolute;
  right: 113px;
  top: 40px;
  width: 30px;
  height: 30px;
  background-color: transparent;
  background-image: url('../images/icons/close-white.svg');
  background-repeat: no-repeat;
  background-position: center;
  -webkit-background-size: 100% 100%;
  -moz-background-size: 100%;
  -o-background-size: 100%;
  background-size: 100%;
  border: 0;
  padding: 0;
  outline: none;
  cursor: pointer;
}

.popup__close svg {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  pointer-events: none;
}

.popup__title {
  font-weight: bold;
  font-size: 25px;
  line-height: 125%;
  color: #051A32;
  margin-bottom: 20px;
}

.popup-city__search {
  width: 100%;
  position: relative;
  margin-bottom: 25px;
}

.popup-city__search input {
  width: 100%;
  display: block;
  height: 37px;
  line-height: 37px;
  padding-left: 12px;
  padding-right: 40px;
  border: 1px solid #EFEFEF;
}

.popup-city__search input:focus {
  border: 1px solid #D78F78;
}

.popup-city__search button {
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 37px;
  height: 37px;
  background-repeat: no-repeat;
  background-image: url(../images/icons/icon-search.svg);
  background-position: center;
  background-size: 15px 15px;
  font-size: 0;
}

.popup-city__list {
  display: flex;
  flex-wrap: wrap;
  margin: -10px -15px;
}

.popup-city__list li {
  width: 33.333333%;
  padding: 10px 15px;
  transition: .3s;
}

.popup-city__list li:hover a {
  color: #CE8973;
  text-decoration: underline;
}

.moobile__close-message {
  display: none;
}

.user__messages {
  padding: 30px 0;
  font-family: 'Roboto', sans-serif;
}

.user__messages-inner {
  display: flex;
  background: #FFFFFF;
  padding: 25px;
}

.user__messages-list-wrapper {
  max-width: 445px;
  width: 100%;
  flex-shrink: 0;
  border-right: 1px solid #F8F8F9;
}

.user__messages-title {
  font-weight: 500;
  font-size: 25px;
  line-height: 125%;
  color: #051A32;
  margin-bottom: 25px;
}

.user__messages-list {}

.user__messages-list-item {
  padding: 12px 15px;
  display: flex;
  align-items: center;
  margin-bottom: 25px;
  position: relative;
  transition: .3s;
}

.user__messages-list-item.active {
  background: #FB7044;
}

.user__messages-list-item:hover:not(.active) {
  background-color: rgba(215, 143, 120, .3);
}

.user__messages-list-ava,
.user__messages-content-ava {
  width: 56px;
  height: 56px;
  margin-right: 12px;
  flex-shrink: 0;
}

.user__messages-list-ava a,
.user__messages-content-ava a {
  display: block;
  width: 100%;
  height: 100%;
}

.user__messages-list-ava img,
.user__messages-content-ava img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 50%;
}


.user__messages-list-info {
  min-width: 1px;
  flex-grow: 1;
}

.user__messages-list-name {
  font-size: 17px;
  line-height: 18px;
  color: #051A32;
  margin-bottom: 10px;
  transition: .3s;
  display: block;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  width: calc(100% - 65px);
}

.user__messages-list-item.active .user__messages-list-name {
  color: #FFFFFF;
}

.user__messages-list-last-text {
  font-size: 14px;
  line-height: 18px;
  color: #646567;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  width: calc(100% - 65px);
  transition: .3s;
}

.user__messages-list-item.active .user__messages-list-last-text {
  color: #E0E0E0;
}

.user__messages-list-date {
  position: absolute;
  right: 15px;
  top: 18px;
  font-size: 12px;
  line-height: 14px;
  color: #C3C5C8;
}

.user__messages-list-item.active .user__messages-list-date {
  color: #FED4C7;
}

.user__messages-list-counter {
  position: absolute;
  right: 15px;
  bottom: 15px;
  background: #FB7044;
  border-radius: 50%;
  width: 24px;
  height: 24px;
  font-weight: bold;
  font-size: 12px;
  line-height: 120%;
  color: #FFFFFF;
  display: flex;
  align-items: center;
  justify-content: center;
}

.user__messages-list-item.active .user__messages-list-counter {
  background-color: #fff;
  color: #FB7044;
}

.user__messages-content {
  flex-grow: 1;
}

.user__messages-content-title {
  padding-left: 25px;
  display: flex;
  align-items: center;
  padding-bottom: 18px;
  border-bottom: 1px solid #F8F8F9;
  ;
  margin-bottom: 25px;

}

.user__messages-content-name {
  font-weight: 500;
  font-size: 18px;
  line-height: 125%;
  color: #051A32;
  flex-grow: 1;

}

.user__messages-content-name a {
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  width: calc(100% - 65px);
}

.user__messages-body {
  padding-left: 25px;
  display: flex;
  flex-direction: column;
  min-height: 300px;
}

.message__item {
  margin-bottom: 25px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}

.message__author {
  font-size: 12px;
  line-height: 18px;
  color: #737578;
  margin-bottom: 10px;
}

.message__text {
  font-size: 14px;
  line-height: 18px;
  color: #242731;
  padding: 14px 18px;
  padding-bottom: 32px;
  background: #F8F8F9;
  position: relative;
}

.message__date {
  position: absolute;
  right: 14px;
  bottom: 14px;
  font-size: 10px;
  line-height: 12px;
  color: #737578;
  opacity: 0.7;
}

.message-you {
  align-items: flex-end;

}

.message-you .message__text {
  background: #EEF3FB;
}

.message__write {
  position: relative;
}

.message__write-attach,
.message__write-send {
  position: absolute;
  left: 30px;
  bottom: 22px;
  width: 24px;
  height: 24px;
}

.message__write-send {
  left: auto;
  top: auto;
  right: 17px;
  bottom: 22px;
}

.message__write-attach img,
.message__write-send img {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}

.message__write-send img {
  width: 21px;
  height: 21px;
  transform: translate(-50%, -50%) rotate(45deg);
}

.message__write-attach img {
  width: 25px;
  height: 22px;
}

.message__write textarea {
  border: 1px solid #E6E6E6;
  border-radius: 5px;
  resize: none;
  width: 100%;
  padding-top: 20px;
  padding-bottom: 20px;
  padding-left: 67px;
  padding-right: 50px;
  height: 60px;
  margin: 0 auto;
}

.edit-theme__wrap .user__list-item {
  background-color: rgba(28, 31, 41, 0.02);;
  margin-bottom: 15px;
  border: 0;
  max-width: 625px;
  min-height: 73px;
  padding: 10px 23px;
}
.edit-theme__wrap .user__list-item-content {font-size: 16px;}
.edit-theme__wrap .user__list-item-content-name {margin-bottom: 0;}

.edit-theme__wrap .user__list-item.active {
  border-color: #fb7044
}

.edit-theme__wrap .user__list-item.level-2 {
  margin-left: 50px;
}

.edit-theme__wrap .user__list-item.level-3 {
  margin-left: 100px;
}


.other-products {
  width: 100%;
  background: #FFFFFF;
  padding: 25px 30px;
  margin-top: 10px;
}

.other-product__title {
  margin-bottom: 25px;
}

.other-product__item {
  display: flex;
  align-items: center;
  flex-shrink: 0;
  padding: 30px 0;
  border-top: 1px solid rgba(5, 26, 50, 0.1);
}

.other-product__img {
  width: 87px;
  height: 87px;
  margin-right: 25px;
  flex-shrink: 0;
}

.other-product__img a {
  display: block;
  width: 100%;
  height: 100%;
}

.other-product__img img {
  border-radius: 50%;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.other-product__name-wrap {
  margin-right: 55px;
}

.other-product__name {
  font-weight: bold;
  font-size: 16px;
  line-height: 125%;
  color: #051A32;
  margin-bottom: 3px;
}

.other-product__descr {
  font-weight: bold;
  font-size: 13px;
  line-height: 125%;
  color: rgba(5, 26, 50, 0.3);
}

.other-product__price {
  margin-left: auto;
  flex-shrink: 0;
}

.other-product__price-new {
  font-weight: bold;
  font-size: 20px;
  line-height: 125%;
  color: #E53759;
  margin-bottom: 7px;
}

.other-product__price-old {}

.other-product__price-sale {
  font-size: 12px;
  line-height: 14px;
  letter-spacing: 0.15em;
  font-variant: small-caps;
  color: #FFFFFF;
  padding: 5px 14px;
  background: #FB7044;
  margin-right: 9px;
  font-family: 'Roboto', sans-serif;
}

.other-product__price-old-numeral {
  font-weight: bold;
  font-size: 16px;
  line-height: 125%;
  color: #051A32;
  position: relative;
}

.other-product__price-old-numeral::before {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) rotate(-5deg);
  width: 102%;
  height: 2px;
  background-color: #E53759;
}

.other-product__btns {
  display: flex;
  max-width: 200px;
  width: 100%;
  margin-left: 20px;
}

.cart__inner {
  display: flex;
  align-items: flex-start;
  font-family: 'Roboto', sans-serif;
  padding: 50px 0;
}

.cart__products {
  max-width: 860px;
  padding: 30px;
  width: 100%;
  background-color: #fff;
}

.cart__product {
  display: flex;
  align-items: center;
}

.cart__product:not(:last-of-type) {
  margin-bottom: 24px;
}

.cart__product-img {
  width: 125px;
  height: 125px;
  border-radius: 10px;
  overflow: hidden;
  margin-right: 13px;
  flex-shrink: 0;
}

.cart__product-img a {
  display: block;
  width: 100%;
  height: 100%;
}

.cart__product-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.cart__product-info {
  font-size: 14px;
  line-height: 18px;
  margin-right: 90px;
  max-width: 380px;
  flex-grow: 1;
}

.cart__product-name {
  font-weight: 500;
  font-size: 18px;
  color: #051A32;
  margin-bottom: 15px;
}

.cart__product-articul {
  color: #37485B;
  margin-bottom: 10px;
}

.cart__product-articul span {
  color: #9BA4AD;
}

.cart__product-storage {
  color: #098333;
  margin-bottom: 10px;
}

.storage-no {
  color: #FF0000;
}

.cart__product-seller {
  color: #051A32;
}

.cart__product-seller a {
  color: #D78F78;
  display: inline;
}

.cart__product-quantity-wrap {
  margin-right: auto;
  max-width: 100px;
  width: 100%;
}

.cart__product-quantity {
  position: relative;
  margin-bottom: 15px;
}

.cart__product-quantity .product__quantity {
  margin-left: auto;
  margin-right: auto;
}

.cart__product-quantity-price {
  font-weight: bold;
  font-size: 14px;
  line-height: 18px;
  text-align: center;
  color: #051A32;
  opacity: 0.7;
  font-family: 'Roboto Condensed', sans-serif;
}

.cart__product-price-sum {
  font-weight: bold;
  font-size: 16px;
  line-height: 18px;
  font-family: 'Roboto Condensed', sans-serif;
  color: #051A32;
  margin-right: 15px;
  margin-left: 15px;
  flex-shrink: 0;
}

.cart__product-remove {
  width: 20px;
  height: 20px;
  position: relative;
}

.cart__product-remove button {
  width: 20px;
  height: 20px;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%) rotate(45deg);
}



.cart__product-remove button::after,
.cart__product-remove button::before {
  content: '';
  position: absolute;
  background: #FF3838;
  border-radius: 1px;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}

.cart__product-remove button::after {
  width: 10px;
  height: 1px;

}

.cart__product-remove button::before {
  height: 10px;
  width: 1px;
}

.cart__info {
  flex-grow: 1;
  margin-left: 20px;
  padding: 30px;
  background: #FFFFFF;
  position: sticky;
  top: 20px;
}

.cart__info-title {
  font-weight: 500;
  font-size: 16px;
  line-height: 18px;
  color: #051A32;
  margin-bottom: 15px;
}

.cart__info-row {
  display: flex;
  justify-content: space-between;
  margin-bottom: 12px;
}

.cart__info-row-text {
  margin-right: 20px;
}

.cart__info-row-sum {
  font-weight: 700;
}

.discount {
  color: #F45151;
  font-weight: 700;
}


.cart__info-checkout .btn {
  letter-spacing: 0.07em;
}

.cart__info-text {
  margin: 20px 0;
  font-size: 12px;
  line-height: 18px;
  color: #051A32;
  opacity: 0.5;
}


.table__wrapper {
  overflow: auto;
  width: 100%;
}

.tr-links tbody tr {
  transition: .3s;
  cursor: pointer;
}

.tr-links a {
  pointer-events: none;
}

.tr-links tbody tr:hover {
  background-color: #FCF4F1;
}

.checkout__inner {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  margin: 0 -10px;
  padding: 50px 0;
  font-family: 'Roboto', sans-serif;

}

.checkout__column {
  width: 50%;
  padding: 0 10px;
}

.checkout__box {
  background-color: #fff;
  padding: 30px;
}

.checkout__box-item:not(:last-child) {
  margin-bottom: 45px;
}

.checkout__box-title {
  font-size: 16px;
  line-height: 18px;
  color: #051A32;
  margin-bottom: 25px;

}

.checkout-fileds__inner {
  display: flex;
  flex-wrap: wrap;
  margin: -12.5px;
}

.checkout-field__wrap {
  width: 100%;
  padding: 12.5px;
}

.checkout-field__wrap input {
  width: 100%;
  height: 37px;
  line-height: 37px;
  padding: 0 12px;
  font-size: 14px;
  line-height: 18px;
  border: 0;
  background: #F9F9F9;
}

.checkout-field__wrap textarea {
  background: #F9F9F9;
  height: 150px;
  width: 100%;
  padding: 10px 12px;
  font-size: 14px;
  line-height: 18px;
  border: 0;
  resize: none;
}

.checkout-field__wrap input::placeholder,
.checkout-field__wrap textarea::placeholder {
  color: #ADB1B5;
}

.checkout-field__wrap.w50 {
  width: 50%;
}

.checkout__radio-list {}

.checkout__radio-item {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}

.checkout__radio-item:not(:last-child) {
  margin-bottom: 20px;
}


.radio__label {
  padding-left: 35px;
  display: block;
  position: relative;
  cursor: pointer;
  font-size: 14px;
  line-height: 18px;
  color: #051A32;
  text-align: left;
}

.radio__label span {
  color: #D78F78;
}

.radio__input {
  opacity: 0;
  position: absolute;
  width: 1px;
  height: 1px;
  left: 14px;
  top: 100%;
}

.radio__box {
  width: 24px;
  height: 24px;
  border: 1px solid #E6E6E6;
  background-color: transparent;
  display: block;
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  border-radius: 50%;
  transition: .3s;
}


.radio__box::after {
  content: '';
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 10px;
  height: 10px;
  background-color: #fff;
  border-radius: 50%;
  opacity: 1;
  -webkit-transition: .3s;
  -o-transition: .3s;
  -moz-transition: .3s;
  transition: .3s;
}


.radio__input:checked~.radio__box {
  border: 0;
  background: #D78F78;
}



.delivery-way__date {
  color: #797979;
  padding-left: 35px;
  padding-top: 5px;
}

.delivery-way__more {
  font-size: 12px;
  line-height: 18px;
  color: #797979;

  transition: .3s;
}

.delivery-way__more a {
  border-bottom: 1px dashed #797979;
}

.delivery-way__more:hover {
  color: #D78F78;
  border-color: #D78F78;
}


.checkout__client-inner {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 20px;
}

.checkout__client-item {
  margin-bottom: 5px;
}

.checkout__client-item:not(:last-child) {
  margin-right: 15px;
}

.checkout__client-item label {
  position: relative;
}

.checkout__client-item input {
  opacity: 0;
  position: absolute;
  width: 1px;
  height: 1px;
  left: 14px;
  top: 100%;
  appearance: none;
}

.checkout__client-item label span {
  display: block;
  padding: 10px 16px;
  font-size: 14px;
  line-height: 18px;
  color: #797979;
  background: transparent;
  border: 1px solid transparent;
  cursor: pointer;
  transition: .3s;
}

.checkout__client-item input:checked~span {
  color: #051A32;
  background: #F9F9F9;
  border: 1px solid #D78F78;
}

.checkout__submit .btn {
  max-width: 290px;
  padding: 9px 0;
}

.checkout__submit-privacy {
  margin-top: 25px;
  font-size: 12px;
  line-height: 130%;
  color: rgba(36, 39, 49, 0.5);
  max-width: 400px;
}

.checkout__submit-privacy a {
  color: #D78F78;
  text-decoration: underline;
  display: inline;
}

.checkout__products {
  padding: 30px 20px;
  border: 1px solid #EFEFEF;
  margin-bottom: 25px;
}

.checkout__products-title {
  margin-bottom: 25px;
}

.checkout__products-title span {
  color: #D78F78;
}

.checkout__products-list {}

.checkout__products-item {
  display: flex;
  align-items: center;
  font-size: 14px;
  line-height: 18px;
}

.checkout__products-item:not(:last-child) {
  margin-bottom: 35px;
}

.checkout__product-img {
  flex-shrink: 0;
  width: 85px;
  height: 85px;
}

.checkout__product-img {
  margin-right: 16px;
}

.checkout__product-img a {
  display: block;
  width: 100%;
  height: 100%;
}

.checkout__product-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.checkout__product-info {}

.checkout__product-name {
  color: #051A32;
  margin-bottom: 10px;
  transition: .3s;
}

.checkout__product-name:hover {
  color: #D78F78;
}

.checkout__product-storage {
  color: #098333;
  margin-bottom: 10px;
}

.checkout__product-seller a {
  color: #D78F78;
}


.checkout__product-price {
  margin-left: auto;
  width: 80px;
  flex-shrink: 0;
  text-align: center;
}

.price__new {
  color: #F45151;
  font-weight: 700;
  margin-bottom: 4px;
}

.price__old {
  font-weight: bold;
  font-size: 12px;
  color: #051A32;
}

.price__old span {
  position: relative;
}

.price__old span::after {
  content: '';
  position: absolute;
  width: calc(100% + 12px);
  height: 1px;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background: #000;

}

.checkout__promo {
  position: relative;
  margin-bottom: 25px;
}

.checkout__promo input {
  width: 100%;
  height: 37px;
  line-height: 37px;
  background: #F9F9F9;
  border: 0;
  font-size: 14px;
  padding-left: 12px;
  padding-right: 115px;
}


.checkout__promo input::placeholder {
  color: #BCBCBC;
}

.checkout__promo button {
  font-weight: 500;
  font-size: 14px;
  line-height: 37px;
  height: 37px;
  color: #D78F78;
  position: absolute;
  padding-right: 15px;
  padding-left: 15px;
  right: 0px;
  bottom: 0;
}

.checkout__promo-title {
  font-size: 16px;
  line-height: 18px;
  color: #051A32;
  margin-bottom: 13px;
}

.checkout__info {}

.checkout__info-row {
  display: flex;
  justify-content: space-between;
}

.checkout__info-row:not(:last-child) {
  margin-bottom: 12px;
}

.checkout__info-row div:first-child {
  margin-right: 10px;
}

.checkout__info-row .discount {
  font-weight: 700;
}

.checkout__info-row .delivery {
  color: #518D70;
}

.checkout__info-row.sum {
  font-weight: 700;
}

.order-info {
  position: sticky;
  top: 25px;
}

.mobile-drop-open {
  display: none;
}

.jq-ry-container {
  padding-left: 0;
}


.settings__dropdown {
  position: absolute;
  width: auto;
  right: -13px;
  transform: translateY(8px);
  background: #fff;
  border: 1px solid #F1F1F5;
  box-sizing: border-box;
  box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.05);
  z-index: 50;
  opacity: 0;
  transition: .3s;
  pointer-events: none;
  white-space: nowrap;
}

.settings__dropdown::before,
.settings__dropdown::after {
  position: absolute;
  pointer-events: none;
  content: '';
  height: 0;
  width: 0;
  bottom: 100%;
  border: solid transparent;
  right: 24.5px;
  border-width: 6px;
  margin: 0 -6px;
  border-bottom-color: #F1F1F5;
}

.settings__dropdown::after {
  border-width: 5px;
  margin: 0 -5px;
  border-bottom-color: #fff;
}

.settings__dropdown a {
  padding: 10px;
  display: block;
  font-size: 13px;
  line-height: 15px;
  letter-spacing: 0.1px;
  color: #D78F78;
  transition: .3s;
}

.settings__dropdown a:hover {
  background-color: rgba(215, 143, 120, .1);
  box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.05);
}

.settings:hover .settings__dropdown {
  transform: translateY(0px);
  opacity: 1;
  pointer-events: auto;
}

.post__gallery {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 15px -7.5px 0;
}

.post__col {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 calc(50% - 15px);
  flex: 0 0 calc(50% - 15px);
  width: calc(50% - 15px);
  margin: 0 7.5px;
}

.post__preview {
  position: relative;
  font-size: 0;
  cursor: pointer;
}

.post__preview:not(:last-child) {
  margin-bottom: 15px;
}

.post__preview_big {
  padding-bottom: 115%;
}

.post__preview:before {
  content: "";
  /*position: absolute;*/
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  background: rgba(23, 23, 37, 0.2);
  opacity: 0;
  -webkit-transition: opacity .25s;
  -o-transition: opacity .25s;
  transition: opacity .25s;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

.post__preview:hover:before {
  opacity: 1;
}

.post__preview .post__pic {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}




.post__preview_sm {
  padding-bottom: calc((115%/2) - 7.5px);
}

.set-org__main-back {
  margin-right: 19px;
}

.set-org__product-title-wrap {
  position: relative;
}

.set-org__product-settings {
  position: absolute;
  right: 0;
  top: -2px;
  width: 24px;
  height: 24px;
}

.chosen-container-multi .chosen-choices li.search-choice {
  background: #F8F8F9;
  border-radius: 5px;
  border: 0;
  font-size: 14px;
  line-height: 1;
  color: #242731;
}

.chosen-container .chosen-results li.highlighted {
  background-color: #FB7044;
  background-image: none;
}

.chosen-container {
  min-height: 36px;
  line-height: 40px;
}

.chosen-container-multi .chosen-choices {
  min-height: 32px;
  line-height: 1;
  border: 1px solid #E7E7E7;
  box-shadow: none;
  background-image: none;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}

.set-org__select {
  margin-left: auto;
  margin-right: 50px;
}

.set-org__select select {
  background-color: #fff;
  padding-left: 10px;
}

.set-org__select label {
  font-size: 14px;
  line-height: 16px;
  text-align: right;
  color: rgba(0, 0, 0, .6);
}

.set-org__select ~ .set-org__period {
  margin-left: 0;
}

.product-card__left {
  display: flex;
  flex-wrap: wrap;
  margin-right: 40px;
}


.product-card__right {
  width: 100%;
  max-width: 310px;
  position: sticky;
  top: 20px;
}


.categories-detail__back a {
  font-size: 14px;
  line-height: 16px;
  letter-spacing: 0.05em;
  color: #ADB1B5;
  transition: .3s;
}

.categories-detail__back a:hover {
  color: #56697e;
}


.catalog-categories-detail {
  background-color: #FAFAFB;
  padding-top: 40px;
}

.categories-detail__back {
  background-color: #fff;
  padding: 11px 30px;
}

.categories-detail__banner {
  min-height: 500px;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  padding: 80px 350px;
  margin-bottom: 40px;
}
.categories-detail__banner-title {
  font-weight: bold;
  font-size: 35px;
  line-height: 125%;
  color: #FFFFFF;
  margin-bottom: 20px;
}
.categories-detail__banner-text {
  font-size: 18px;
  line-height: 150%;
  color: #FFFFFF;
  margin-bottom: 30px;
  font-family: 'Roboto', sans-serif;
}

.categories-detail__banner-text p:not(:last-of-type) {
  margin-bottom: 10px;
}

.categories-detail__banner-btn {
  max-width: 300px;
}
.categories-detail__inner {
  display: flex;
  align-items: flex-start;
  padding-bottom: 50px;
  border-bottom: 1px solid #68717C;
}
.categories-detail__question {
  flex-shrink: 0;
  max-width: 260px;
  margin-right: 50px;
  background-color: #fff;
  padding: 50px;
  text-align: center;
  position: sticky;
  top: 20px;
}

.categories-detail__question-img {
  margin-bottom: 18px;
}

.categories-detail__question-img img {
  margin: 0 auto;
}



.categories-detail__question-text {
  font-size: 14px;
  line-height: 140%;
  color: #031224;
  font-family: 'Roboto', sans-serif;
  margin-bottom: 20px;
}

.btn-border {
  border: 1px solid #D78F78;
  font-family: 'Roboto', sans-serif;
  font-weight: 500;
  font-size: 16px;
  line-height: 19px;
  text-align: center;
  color: #D78F78;
  width: 100%;
  padding: 11px 5px;
}

.categories-detail__content {
  font-family: 'Roboto', sans-serif;
}

.categories-detail__content h3 {
  font-weight: bold;
  font-size: 24px;
  line-height: 130%;
  color: #051A32;
  margin-bottom: 12px;
  font-family: 'Bellota Text', cursive;
}

.categories-detail__content h3:not(:first-of-type) {
  margin-top: 30px;
}

.categories-detail__content p {
  font-size: 16px;
  line-height: 210%;
  color: #031224;
}

.categories-detail__content p:not(:last-of-type) {
  margin-bottom: 30px;
}

.categories-detail__content > img {
  margin-bottom: 30px;
}

.categories-detail__content p + ul {
  margin-top: -15px;
  font-size: 16px;
  line-height: 210%;
  color: #031224;
}

.categories-detail__content ul li {
  position: relative;
  padding-left: 18px;
}

.categories-detail__content ul li::after {
  content: '';
  position: absolute;
  left: 0;
  top: 12px;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #FB7044;
}

.categories-detail__content a {
  color: #FB7044;
  text-decoration: underline;
}

.categories-detail__content table {
  margin: 30px 0;
  border-collapse: collapse;
  font-size: 16px;
  line-height: 120%;
  color: #031224;
}



.categories-detail__content table th {
  font-weight: bold;
  text-align: left;
  padding: 10px;
  border: 1px solid #68717C;
}


.categories-detail__content table td {
  padding: 10px;
  border: 1px solid #68717C;
  width: 33.3333%;
}

.example {
  padding-left: 20px;
  border-left: 5px solid #F1F1F5;
}



.title-border {
  padding-top: 30px;
  border-top: 1px solid #68717C;
}
.categories-detail__gallery {
  display: flex;
  flex-wrap: wrap;
  margin: -5px;
}
.categories-detail__gallery-item-wrap {
  width: 25%;
  padding: 5px;
}
.categories-detail__gallery-item {
}
.categories-detail__price-row {
  display: flex;
  z-index: 2;
  flex-wrap: wrap;
}

.categories-detail__price-row p {
  margin-bottom: 0 !important;
}
.categories-detail__price-row p:first-child {position: relative;width:85%;margin-right: 10px;}
.categories-detail__price-row p:first-child::after {
    content: '';
    position: absolute;
    top: 15px;
    left: 0;
    width: 100%;
    height: 1px;
    border-top: 1px dotted #AFAFB0;
}
.categories-detail__price-row p:first-child span {
    background-color: #fafafb;
    z-index: 2;
    position: relative;
    padding-right: 10px;
}

.bold {
  font-weight: bold;
}
.categories-detail__price-old {
  font-size: 14px;
  line-height: 16px;
  letter-spacing: 0.01em;
  color: rgba(0, 0, 0, 0.2);
  position: relative;
}

.categories-detail__price-old::after {
  content: '';
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%,-50%);
  height: 1px;
  width: 100%;
  background-color: #888888;
}

.categories-detail__order {
  margin-top: 40px;
  background: #FFFFFF;
  border: 1px solid #F1F1F5;
  padding: 30px;
}
.categories-detail__order-form {
  display: flex;
  flex-wrap: wrap;
  margin: -10px;
  margin-top: 20px;
}
.categories-detail__order-form-item {
  width: 33.3333%;
  padding: 10px;
}

.categories-detail__order-form-item input {
  display: block;
  width: 100%;
  border: 1px solid #68717C;
  height: 40px;
  line-height: 40px;
  padding: 0 5px;
}

.categories-detail__order-form-item button {
  padding-top: 0;
  padding-bottom: 0;
  height: 40px;
  line-height: 40px;
}

.submit__text {
  margin-top: 10px;
  font-size: 12px !important;
  line-height: 1.4 !important;
  color: #68717C !important;
}

.catalog-categories-other {
  background-color: #FAFAFB;
}

.catalog-categories-other .section__title {
  text-align: center;
}

.catalog-categories__links {
    font-family: 'Roboto', sans-serif;
    display: flex;
    align-items: center;
    white-space: nowrap;
    font-size: 14px;
    line-height: 130%;
    color: #68717c;
    border-bottom:1px solid #E2E2E2;
}
.catalog-categories__links li:not(:last-of-type) {
    margin-right: 20px;
}
.catalog-categories__links li a {
    position: relative;
    padding-bottom: 10px;
    border-bottom: 5px solid transparent;
    transition: .3s;
}
.catalog-categories__links li.active a {
    border-color: #fb7044;
    color: #031224;
}
.section-search-results {padding: 40px 0}
.section-search-results .users__list-item-wrap {margin-bottom: 10px;}
.section-search-results .user__list-item-content-name {font-family: Roboto;font-weight: 500;}


.post__comment-btns select {
    background-color: #fff;
    font-variant: none;
    border: 1px solid #F1F1F5;
    font-weight: 400;
    padding-left: 15px;
    padding-right: 35px;
    appearance: none;
    cursor: pointer;
    font-family: Roboto;
    text-transform: none;
    letter-spacing: 0;
    color: #68717C;
}
/*.post__comment-btns .select__wrapper:before {
    content: "";
    width: 1px;
    height: 16px;
    background-color: #F1F1F5;
    position: absolute;
    right: 0;
    top: 10px;
}*/
.post__comment-btns .select__wrapper {padding-right: 15px;}
.select__wrapper::after {/*right: 30px;*/}
.post__comment_after {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
.post__comment_after button {
    width: auto;
    padding: 0 20px;
    color: #fff;
    text-transform: none;
    font-variant: none;
    font-weight: 400;
}

.post__comment_dropzone, .post__comment_dropzone-info, .post__comment_video {display: none;}
.open_dropzone_active .post__comment_dropzone {display: block;}
.open_dropzone_active .post__comment_dropzone-info, .open_video_upload_active .post__comment_video {display: flex;}
.post__comment_dropzone {background: #FAFAFA;padding:10px;margin-bottom: 10px;}
.post__comment_dropzone-inner {
    border: 1px dashed #92929D;
    border-radius: 5px;
    font-size: 12px;
    line-height: 14px;
    padding: 50px 20px;
    display: flex;
    flex-direction: column;
    align-items: center;
}
.post__comment_dropzone-inner button {
    border: 1px solid #92929D;
    border-radius: 3px;
    height: 25px;
    display: flex;
    align-items: center;
    color: #FB7044;margin-bottom: 15px;
}
.post__comment_dropzone-inner button span {padding:0 20px;border-left: 1px solid #92929D;}
.post__comment_dropzone-inner button svg {
    height: 25px;
    width: 14px;
    margin: 0 10px;
}
.post__comment_dropzone-inner-help {color: #707781;}
.post__comment_dropzone-info {padding:5px 0;}
.post__comment_dropzone-info .item {
    width: 100px;
    margin: 0 20px 15px 0;
    position: relative;
}
.post__comment_dropzone-info .item img {border-radius: 2px;}
.post__comment_dropzone-info .item .close {
    position: absolute;
    width: 24px;
    height: 24px;
    background: #FB7044;
    text-align: center;
    right: -12px;
    top: -12px;
    border-radius: 50px;
    padding-top: 7px;
    cursor: pointer;
}
.post__comment_dropzone-info .item .close svg {width: 10px;height: 10px;fill:#fff;}

.post__comment_video {
    color: #68717C;
    align-items: center;
    margin-bottom: 15px;
}
.post__comment_video span {margin-right: 15px;}
.post__comment_video input {
    width: 100%;
    flex: 1;
    height: 34px;
    border: 1px solid #68717C;
    padding: 0 10px;
}


.set-add__inner .add {padding:20px 0 0 10px;}
.user-services__price {
	font-family: Roboto;
	font-size: 14px;
	line-height: 125%;
	color: #7f8a96;
	padding: 0 0 10px 10px;
}
.user-services__title {
	font-family: Roboto;
	font-size: 16px;
	line-height: 120%;
	letter-spacing: 0.05em;
	color: #1a1a1a;
	padding: 0 0 15px 10px;
}

.jq-selectbox {color: #68717C;font-size: 13px;letter-spacing: 0.1px;padding-right: 5px;}
.jq-selectbox__select {position: relative;/*border: 1px solid #F1F1F5;*/padding: 7px 35px 7px 10px;cursor:pointer;}
.jq-selectbox__select:after {
    content: '';
    right: 13px;
    width: 8px;
    height: 6px;
    position: absolute;
    top: 12px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    background-image: url(../images/icons/select-icon.svg);
    pointer-events: none;
}
.jq-selectbox:before {
    content: "";
    width: 1px;
    height: 16px;
    background-color: #F1F1F5;
    position: absolute;
    right: 0;
    top: 7px;
}
.jq-selectbox select, .jq-select-multiple select {display: none;}
.jq-selectbox__dropdown {
	left: 0;
	background: #FFFFFF;
	border: 1px solid #F1F1F5;
	box-sizing: border-box;
	box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.05);
    padding: 10px 0;
    width: 100% !important;
}
.jq-selectbox__dropdown li {padding: 6px 14px;margin:0 !important;width:100%;cursor:pointer;text-align: left;}
.jq-selectbox__dropdown li:hover {background: #f0f1f2;box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.05);}

.user-form__item img.calendar-icon {position: absolute;right: 20px;top: 13px;}
.sale-order-detail .sale-order-detail-general-head {background: #56697e;}

.user-form__reg {text-align:center;}
.user-form__reg a {font-size: 18px;text-decoration: underline;color: #051A32;}
.user-form__reg a:hover {text-decoration: none;}
.select__wrapper, .jq-selectbox {max-width: 170px;}
.set-org__filter-item .select__wrapper {max-width: 240px;}
.user-form__item .jq-selectbox {max-width: 100%;}
.select__wrapper select {max-width: 100%;}
.set-org__form-item__text {padding-left: 10px;}
.product-card__reviews-empty {align-self: flex-end;color: #87919d;font-weight: 700;}
.user__reviews-empty {color: #87919d;font-weight: 700;text-align: center;padding: 100px 0;}

.user__lent-box_info {font-size: 14px;line-height: 18px;color: #051A32;}
.user__lent-box_info .item {margin-bottom:15px;}
.user__lent-box_info .item span {color: #797979;}
.user__lent-box_btns .btn {text-transform: initial;font-variant: initial;}
.user__lent-box_btns .btn:not(:last-of-type) {margin-bottom:15px;}
.user__lent-box_soc {margin-left: auto;}
.user__lent-box_soc .soc__list {justify-content: initial;}
.user__lent-box_soc .soc__list li:not(:last-of-type) {margin-right: 15px;}
.user__lent-box_soc .soc-icon {background-color: #FAFAFB;}
.user__lent-box_soc .soc-icon:hover {box-shadow: none;}

.user__lent-content.on-center {margin: 0 auto;}



/* order detail*/
.sale-order-detail-title-element {font-family: Bellota Text;font-weight: bold;margin-bottom: 15px;font-size: 35px;line-height: 125%;color: #051A32;}
.sale-order-detail {font-family: Roboto;padding: 50px 0;}
.sale-order-detail-about-order-container .sale-order-detail-about-order-title,
.sale-order-detail-about-order-title, .sale-order-detail-payment-options-title, .sale-order-detail-payment-options-shipment-composition-title, .sale-order-detail-payment-options-order-content-title, .sale-order-detail-payment-options-order-content-title {background: #fff;}
.sale-order-detail-about-order-container .sale-order-detail-about-order-title-element {font-style: normal;font-weight: normal;font-size: 16px;line-height: 18px;color: #051A32;}
.sale-order-detail-about-order-container .sale-order-detail-about-order-inner-container,
.sale-order-detail-about-order-inner-container-name-title .sale-order-detail-general {border: 0}
.sale-order-detail-about-order-inner-container-name-title {color: #797979;}
.sale-order-detail-order-item-imgcontainer {border: 1px solid #EFF0F2;width: 85px;height: 85px;}
.sale-order-detail .sale-order-detail-order-item-img-block {margin-right: 15px;}
.sale-order-detail h3 {font-weight: normal;font-size: 16px;line-height: 18px;color: #051A32;}
.sale-order-detail .sale-order-detail-general {border: 0;background: #fff;padding-top: 20px;}
.sale-order-detail .sale-order-detail-about-order {margin:0;}

/* user lenta - add photos */
.post__comment-text .file-selectdialog {background: #FAFAFA;border: 0;margin-top: 10px;}
.post__comment-text .file-selectdialog .file-label {background: none;color: #707781;font-size: 14px;padding-left: 0;}
.post__comment-text .file-selectdialog .file-extended .file-selector {opacity: 0.8;border: 2px dashed #FAFAFA;color: #707781;font-size: 14px;line-height: 16px;font-weight: 400;padding: 40px 60px 40px 170px;}
.post__comment-text .file-selectdialog .file-extended .file-selector:hover {opacity: 1;border-color:#d4dde1}
.post__comment-text .file-selectdialog .file-extended .file-uploader .file-but-text {font-size: 14px;line-height: 16px;text-decoration-line: underline;color: #FB7044;padding-top: 5px;}
.post__comment-text .file-selectdialog .file-extended .file-selector:hover .file-but-text {text-decoration: none;}
.post__comment-text .file-selectdialog .file-extended .file-load-img,
.post__comment-text .file-selectdialog .file-extended .file-selector:hover .file-load-img {width: 30px;height: 40px;left: 120px;top: 45px;background-size: cover;background: url(../images/icons/icon-file-load-img.svg)}

/* user lenta - add video */
body .bx-core-adm-dialog {border-radius: 0;}
body .bx-core-adm-dialog .bx-core-adm-dialog-head {background-color: #fff;border-bottom: 1px solid #F1F1F5;box-shadow: none;height: 40px;}
body .bx-core-adm-dialog .bx-core-adm-dialog-head-inner {margin: 10px 0 0 20px;font-size: 14px;color: #171727;letter-spacing: 0.1px;font-family: Roboto !important;font-weight: 600;}
body .bx-core-adm-dialog .bx-core-adm-dialog-head-icons {background-color: #fff;}
body .bx-core-adm-dialog .bx-core-adm-icon-close {height: 13px;width: 13px;background: url(../images/icons/close-black.svg);background-size: cover;}
body .bx-core-adm-dialog .bx-core-adm-icon-close:hover {background-position: 0 0}
body .bx-core-adm-dialog .bx-core-adm-dialog-content {border: 0;background-color: #fff;}
body .bx-core-adm-dialog td {font-family: 'Roboto';}
body .bx-core-adm-dialog input[type="text"] {border: 1px solid #68717C;height: 34px;padding: 0 10px;}
body .bxhtmled-dialog .bxhtmled-dialog-tbl .bxhtmled-right-c {width: 80%;}
body .bx-core-adm-dialog .bx-core-adm-dialog-buttons input {margin-right: 25px;background: #D78F78;color: #fff;border: 0;height: 30px;padding: 0 30px;cursor: pointer;}
body .bx-core-adm-dialog .bx-core-adm-dialog-buttons input:hover {background: #C8806A;}
body .bx-core-adm-dialog .bx-core-adm-dialog-buttons {border-top: 1px solid #F1F1F5;}

/* user lenta - comments */
body .feed-com-block-cover {border-top:1px solid #F1F1F5}
body .feed-com-main-content {border-radius: 0;}
body .feed-com-block {margin: 0 0 0 50px;border-radius: 0;max-width: calc(100% - 50px);}
body .feed-com-avatar, body .feed-com-avatar img {width: 40px;height: 40px;}
body .feed-com-avatar {left: -50px;top: 0;}
body .feed-com-main-content {width: 100%;}
body .feed-com-informers-bottom {margin: 10px 0 0 50px;display: flex;}
body .feed-com-informers-bottom .feed-time.feed-com-time {order: 1;text-transform: capitalize;}
body .feed-com-informers-bottom .feed-com-reply {order: 2;}
body .feed-com-informers-bottom .bx-ilike-button {order: 3;margin: 0 20px 0 auto;}
body .feed-com-informers-bottom .feed-post-more-link {order: 10;}

/*chat*/
.user__messages-items, .user__messages-list {overflow-y: auto;padding-right: 5px;}
.user__messages-items::-webkit-scrollbar,
.user__messages-list::-webkit-scrollbar {
    width: 5px;
}

.user__messages-items::-webkit-scrollbar-track,
.user__messages-list::-webkit-scrollbar-track {
	background: #ffc7b5;
}

.user__messages-items::-webkit-scrollbar-thumb,
.user__messages-list::-webkit-scrollbar-thumb {
    background: #fb7044;
    cursor: pointer;
}


/*compare modal*/
body .bx_catalog-compare-list {
    z-index: 1400;
    font-family: Roboto;
    font-size: 16px;
    padding: 20px;
    border: 1px solid #F1F1F5;
    border-radius: 0;
    box-shadow: 0px 0px 5px rgb(0 0 0 / 10%);
    width: 420px;
}
body .bx_catalog_compare_count p.compare-redirect {margin-bottom: 20px;font-weight: 400;}
body .compare-redirect a {
    font-size: 14px;
    display: block;
    background: #D78F78;
    color: #FFFFFF;
    padding: 12px 10px;
}
body .compare-redirect a:hover {
    background: #C8806A;
}
body .bx_catalog-compare-list .compare-items td {text-align: left;font-weight: normal;font-size: 14px;}
.bx_catalog_compare_form .compare-items {width:100%}
.bx_catalog_compare_form .compare-items a {font-size: 16px;color: #051A32;}
.bx_catalog_compare_form .compare-items td:last-child a {
    display: block;
    background: url(../images/icons/close-red.svg);
    width: 14px;
    height: 14px;
    font-size: 0;
    background-size: contain;
}

/*compare page*/
.bx_compare {
    max-width: 1330px;
    padding: 0 15px;
    margin: 0 auto;
    font-family: Roboto;
    font-size: 14px;
}
.bx_compare .tabs-head {display: flex;margin-bottom:30px;}
.bx_compare .tabs-head li {margin-right:20px;}
.bx_compare .tabs-head li a {color: #242731;}
.bx_compare .tabs-head li.active a {color: #D78F78;}
.bx_compare .wrap_remove_button  {float: right;margin-top: -45px;}
.bx_compare .wrap_remove_button span {font-size: 10px;padding: 5px 10px;}
body .bx_compare .table_compare table tr td {padding:12px 15px;}

.bx_compare .bx_filtren_container ul {display: flex;flex-wrap: wrap;margin-bottom: 50px;}
.bx_compare .bx_filtren_container ul li span:has(input) + label {}
.bx_compare .bx_filtren_container ul li {
    font-weight: 400;
    min-width: 210px;
    text-align: left;
    margin-bottom: 10px;
    text-transform: initial;
    font-variant: initial;

    padding: 0;
    width: auto;
    color: #000;
    background: #fff;
}
/*.bx_compare .bx_filtren_container ul li span {padding-left:30px;position: relative;cursor:pointer;}
.bx_compare .bx_filtren_container ul li span:before {
    content: "";
    border: 1px solid #E7E7E7;
    background-color: transparent;
    width: 20px;
    height: 20px;
    display: block;
    position: absolute;
    left: 0;
    top: 0%;
}
.bx_compare .bx_filtren_container ul li span:after {
    content: '';
    position: absolute;
    left: 3px;
    top: 2px;
    width: 15px;
    height: 15px;
    background-image: url(../images/icons/check-icon.svg);
    background-position: center;
    background-repeat: no-repeat;
    -webkit-background-size: 100% 100%;
    -moz-background-size: 100%;
    -o-background-size: 100%;
    background-size: 100%;

    -webkit-transition: .3s;
    -o-transition: .3s;
    -moz-transition: .3s;
    transition: .3s;
}
.bx_compare .bx_filtren_container ul li.visible span:after {opacity: 0;}*/
body .bx_compare .bx_bt_button.bx_small,
body .bx_compare .table_compare table tr:last-child td a {
    padding: 12px;
    background: #d78f78;
    color: #fff;
    text-align: center;
    cursor: pointer;
    display: block;
    width: 130px;
    height: auto;
    line-height: 1;
    text-shadow: initial;
    border-radius: 0;
}
body .bx_compare .bx_bt_button.bx_small:hover,
body .bx_compare .table_compare table tr:last-child td a:hover {background: #C8806A;text-decoration:none;}
body .bx_compare .table_compare table tr:first-child td a {font-weight: 500;color: #051A32;display: block;}

body .bx_compare .bx_sort_container .sortbutton,
body .bx_compare .bx_sort_container .sortbutton.current {
    background: none;
    text-shadow: initial;

    box-shadow: initial;
    font-weight: 400;
    border: 0;
}
body .bx_compare .bx_sort_container .sortbutton {color: #242731;}
body .bx_compare .bx_sort_container .sortbutton.current {color: #D78F78;}
body .bx_compare .bx_filtren_container {padding: 0;border: 0;background: none;}

/*admin/users-admin*/
.profile-table thead tr {display: none}
.profile-table tr td {padding:12px 15px;}
.profile-table tr:nth-child(2n-1) {background: #f9f9f9;}
.profile-table .set-add__item {position: relative;padding: 0;width: 100% !important;}
.profile-table .set-add__item:not(:last-of-type) {margin-bottom:10px}
.profile-table .set-add__item img.calendar-icon {position: absolute;right: 15px;top: 10px;}
.profile-table .btn_input_add {margin-left: 0;}

/*.niceScroll() off*/
.views__inner {padding-bottom:10px;}
.views__inner::-webkit-scrollbar {height: 7px;}
.views__inner::-webkit-scrollbar-track {background: #dcdcdc;}
.views__inner::-webkit-scrollbar-thumb {background: #d78f78;cursor: pointer;}

.footer-bottom__column input {color: #000}
.user-form__notification {
    background: #FFFFFF;
    border: 1px solid #518D70;
    text-align: center;
    font-family: 'Roboto';
    padding: 40px 20px;
    line-height: 1.4;
}
.user-form__notification_btn {margin: 20px auto 0;max-width:233px;}

/*fix page /personal_/analytics/posts/*/
.set-org__main-title {max-width: 300px;}
.set-org__select .select__wrapper label {display:block;text-align: left;}
.set-org__select .select__wrapper label .jq-selectbox {margin-left: -10px;}
.chosen-container-single .chosen-single,
.chosen-container-active.chosen-with-drop .chosen-single {
    min-height: 32px;
    line-height: 1;
    border: 1px solid #E7E7E7;
    box-shadow: none;
    background: #fff;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    border-radius: 0;
}
.chosen-container-single .chosen-single div b {
    content: '';
    right: 13px;
    width: 8px;
    height: 6px;
    position: absolute;
    top: 50%;
    margin-top: -3px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    background-image: url(../images/icons/select-icon.svg);
    pointer-events: none;
}

/*fix page /personal_/store/ubdate-stor.php?id=6744*/
.set-org__form-item-doc {display: flex;align-items: center;margin-bottom: 10px;}
.set-org__form-item-doc .set-org__form-item {flex: 1;}
.set-org__form-item-doc > a {
    padding-left: 30px;
    position: relative;
    width: 120px;
    margin-left: 80px;
}
.set-org__form-item-doc > a:before {
    content: "";
    background-image: url(../images/icons/eye.svg);
    width: 20px;
    height: 13px;
    position: absolute;
    left: 0;
    background-size: cover;
    top: 1px;
}

/*fix page /add-oferes/*/
.page-add-oferes .col-12 {background: #F4F4F5;font-family: Roboto;color: #051A32;}
.page-add-oferes .col-12 > div {background: rgba(173, 177, 181, 0.14);padding: 10px 20px;}
.page-add-oferes .col-12 > div h1 {font-weight: 500;font-size: 25px;}
.page-add-oferes form {padding:20px;display: flex;flex-wrap: wrap;justify-content: space-between;}
.page-add-oferes form h3 {font-family: 'Bellota Text', cursive;font-size: 20px;color: #051A32;}
.page-add-oferes form .input_place_row, .page-add-oferes form .select_row {width:48%;margin-bottom:20px;}
.page-add-oferes form .input_place_row_1 {width:100%;}
.page-add-oferes form .input_place_row_1 p {display: none;}
.page-add-oferes form .input_place_row p, .page-add-oferes form .select_row p {font-size: 14px;margin-bottom:10px;font-weight: 500;}
.page-add-oferes form .input_place_row input {
    background: #FFFFFF;
    border: 1px solid #E7E7E7;
    width: 100%;
    padding: 0 15px;
    height: 50px;
}
.page-add-oferes form .select_row .jq-selectbox__select {    background: #fff;}
.page-add-oferes form .submit_row {margin: 0 auto;}
.page-add-oferes form .submit_row__submit {
    font-weight: 500;
    font-size: 14px;
    line-height: 19px;
    text-transform: uppercase;
    color: #f1f1f0;
    /* letter-spacing: .15em; */
    font-variant: small-caps;
    padding: 15px 30px;
    width: 100%;
    text-align: center;
    background: #d78f78;
    display: block;
    transition: .3s;
    border: 0;
    cursor: pointer;
}
.page-add-oferes .text_description_add {
    font-size: 14px;
    line-height: 18px;
   	width: 100%;
}
.page-add-oferes form .select_row .chosen-container {width:100% !important}
.page-add-oferes form .select_row .chosen-container-single .chosen-single,
.page-add-oferes form .select_row .chosen-container-active.chosen-with-drop .chosen-single {min-height: 50px;}

/*fix page /add-money/*/
.page-add-money .add_element {margin-bottom: 20px;}
.page-add-money .no-money {font-size: 14px;text-align: center;color: rgba(0, 0, 0, 0.5);padding:40px 20px;}

.search__wrapper {

}

.search__wrapper form {
    width: 100%;
    display: flex;
    margin-bottom: 30px;
}

.search__wrapper form input {
    height: 37px;
    width: 100%;
    padding-right: 230px;
    font-family: Roboto;
    font-size: 14px;
    background: #FFFFFF;
    border: 1px solid #EFEFEF;
    padding: 0 12px;
}
.search__wrapper form .btn {
    height: 37px;
    width: 132px;
    padding: 0;
}
.product__btns {border-top: 1px solid rgba(103, 120, 139, 0.2);padding-top: 15px;}
.product__btns .btn {margin-bottom:10px;}
.product__btns .btn-border {text-transform: uppercase;font-size: 14px;}


/*fix page /personal_/chat_io/*/
.bx-im-fullscreen-block-scroll {overflow: auto;}
.chat_page {background: #E5E5E5;padding:30px 0;font-family: Roboto;}
.chat_page .bx-im-fullscreen-adaptive .bx-messenger-body-wrap {margin: 0 0 0 20px;}
.chat_page .bx-messenger-box-contact {width: 420px;}
.chat_page .bx-desktop-appearance-content {min-height:90vh;margin-left:50px}
.chat_page .bx-messenger-body-bg {background: #fff;}
.bx-messenger-content-group-title {
    background-color: #EDF2FA;
    border: 0;
    font-weight: 500;
    font-size: 10px;
    color: #051A32 !important;
    padding: 9px 15px;
}
.bx-messenger-content-group-float .bx-messenger-content-group-title {color: #051A32 !important;}
.chat_page .bx-messenger-content-item-content,
.chat_page .bx-messenger-content-item-ol-output .bx-messenger-content-item-content {border: 0;border-radius: 0;background-color: #F8F8F9;margin: 0 60px 0 55px;}
.chat_page .bx-messenger-content-item-1 .bx-messenger-content-item-content {background-color: #EEF3FB;}
.chat_page .bx-messenger-content-item-text-center {font: 14px/18px "Roboto", Helvetica, Arial, sans-serif;}
.chat_page .bx-messenger-content-item-avatar-block, .bx-messenger-content-item-avatar-img {width: 40px;height: 40px;}
.chat_page .bx-messenger-box-contact {border-right: 1px solid #F8F8F9;}
.chat_page .bx-messenger-panel {height: 85px;border-bottom: 1px solid #F8F8F9;}
.chat_page .bx-messenger-panel-avatar {width: 56px;height: 56px;margin-left: 0;}
.chat_page .bx-messenger-panel-title  {
    text-shadow: none;
    padding: 0;
    position: absolute;
    left: 90px;
    top: 35px;
    overflow: initial;
    /*width: calc(100% - 110px);*/
}
.chat_page .bx-messenger-panel-title-link {
    font: 18px "Roboto", Helvetica, Arial, sans-serif;
    color: #051A32 !important;
}
.chat_page .bx-messenger-panel-title-position {
    font: 12px "Roboto", Helvetica, Arial, sans-serif;
    color: #737578;
    font-style: initial;
    margin-left: 15px;
}
.chat_page .bx-messenger-panel-desc {display: none;}
.chat_page .bx-messenger-content-item-2 .bx-messenger-content-item-avatar,
.chat_page .bx-im-fullscreen-adaptive .bx-messenger-content-item-1 .bx-messenger-content-item-avatar {margin-left: -70px;}

.chat_page .bx-messenger-textarea {
    margin: -20px 7px 0;padding: 10px 60px 10px 15px;
    border: 1px solid #E6E6E6;
    border-radius: 5px;
}
.chat_page .bx-messenger-textarea-send-button {
	background:url('../images/icons/send-mes-icon.svg') no-repeat;
	border: 0;
    transform: translate(-50%, -35%) rotate( 45deg );
    opacity: 1;
}
.chat_page .bx-messenger-custom-scroll div::-webkit-scrollbar-thumb:hover {
	background-image: -webkit-linear-gradient(right,transparent, transparent 5px, #fb7044 5px, #fb7044 12px, transparent 12px);
	background-image:   linear-gradient(to right, transparent, transparent 5px, #fb7044 5px,#fb7044 12px, transparent 12px);
}
.chat_page .bx-messenger-textarea-icons {display: none}
.chat_page .bx-messenger-cl-item {
    padding: 15px 20px;
    margin: 0;
    border-radius: 0;
}
.chat_page .bx-messenger-cl-avatar {
    width: 56px;
    height: 56px;
    margin-right: 12px;
}
.chat_page .bx-messenger-recent-wrap .bx-messenger-cl-user-title {font: 17px "Roboto", Helvetica, Arial, sans-serif;color: #051A32;margin-bottom:10px;}
.chat_page .bx-messenger-cl-user {height: 56px;}
.chat_page .bx-messenger-cl-search-wrap {
    margin: 20px 30px 0 0px;
    border-radius: 0;
    background: #FAFAFB;
    border: 1px solid #F1F1F5;
    height: 42px;
}
.chat_page .bx-messenger-cl-search-wrap:before {
    background: url(../images/icons/icon-search.svg);
    height: 13px;
    width: 13px;
    position: absolute;
    margin-top: 13px;
    margin-left: 10px;
}
.chat_page .bx-messenger-cl-search-wrap .bx-messenger-input {
    height: 100%;
    font-size: 14px;
    padding-left: 35px;
    font-family: Roboto;
}
.chat_page .bx-messenger-cl-search-wrap .bx-messenger-input-close {
	background: url(../images/icons/close-red.svg);
    height: 12px;
    width: 12px;
    background-size: cover;
    margin: 14px 10px 0 0;
}
.chat_page .bx-messenger-box-desktop .bx-messenger-cl-panel {display: none;}
.chat_page .bx-desktop-appearance-menu {width: 50px;border-right: 1px solid #F8F8F9}
.chat_page .bx-desktop-tab-icon-im {
	background: url(../images/icons/chat_bx-desktop-tab-icon-im.svg);
	background-size: contain;
    width: 17px;
    height: 17px;
}
.chat_page .bx-desktop-tab-icon-notify {
	background: url(../images/icons/chat_bx-desktop-tab-icon-notify.svg);
	background-size: contain;
    width: 16px;
    height: 16px;
}
.chat_page .bx-desktop-tab-active .bx-desktop-tab-icon-im {background-image:url(../images/icons/chat_bx-desktop-tab-icon-im-active.svg)}
.chat_page .bx-desktop-tab-active .bx-desktop-tab-icon-notify {background-image:url(../images/icons/chat_bx-desktop-tab-icon-notify-active.svg)}
.chat_page #bx-desktop-tab-config,
.chat_page #bx-desktop-tab-im-lf,
.chat_page .bx-desktop-separator {display:none}
.chat_page .bx-desktop-tab-counter-digit {background-color: #fb7044;}
.chat_page .bx-messenger-cl-avatar-img-default,
.chat_page .bx-messenger-panel-avatar-img-default {
	background: url(../images/icons/chat_bx-messenger-cl-avatar-img-default.svg) no-repeat 50%;
}
.chat_page .bx-messenger-avatar-notify {
	background: #FB7044 url(../images/icons/chat_bx-messenger-avatar-notify.svg) no-repeat 50%;
}
.chat_page .bx-notifier-item-button {
    background: none;
    border: 0;
    border-bottom: 1px dashed #66686F;
    color: #66686F !important;
    font: 10px/18px "Roboto", Helvetica, Arial, sans-serif!important;
    padding: 2px;
}
.chat_page .bx-messenger-content-load-text {
    font: 16px/19px "Rubik","Roboto",Arial,sans-serif;
    color: #92929D;
}
.chat_page .bx-messenger-chatlist-group-add {
    width: 23px;
    height: 23px;
    border: 0;
    border-radius: 0%;
    background: #FB7044 url(../images/icons/chat_bx-messenger-chatlist-group-add.svg) no-repeat 50%;
}
.chat_page .bx-messenger-chatlist-group-add:hover {background-color: #FB7044}
.chat_page .bx-messenger-recent-group, .chat_page .bx-messenger-chatlist-group {overflow: initial;}
.chat_page .bx-messenger-cl-count {background-color: #FB7044}

.chat_page .bx-desktop-tab-im {margin-bottom: 10px;}
.chat_page .bx-desktop-tab-counter-digit {
    padding: 0;
    display: block;
    border: 0;
    border-radius: 25px;

    width: 16px;
    height: 16px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.chat_page .bx-messenger-cl-count-digit {
    padding: 0;
    border: 0;
    border-radius: 25px;
    text-align: center;
    width: 25px;
    height: 25px;
        display: flex;
    align-items: center;
    justify-content: center;
}
.chat_page .bx-messenger-panel-create-input {
    min-height: 40px;
    background: #FAFAFB;
    border: 1px solid #F1F1F5;
    border-radius: 0;
    padding: 0;
    margin-top: -10px;
}
.chat_page .bx-messenger-panel-create-input input {
    height: 40px;
    margin: 0;
    padding: 0 15px;
}


#bx-messenger-popup-history {background: #FFFFFF;box-shadow: 0px 0px 29px rgba(0, 0, 0, 0.15);}
#bx-messenger-popup-history .popup-window-titlebar {
    margin-bottom: 0;
    height: 39px;
    display: flex;
    align-items: center;
    justify-content: center;
}
#bx-messenger-popup-history .bx-messenger-title {
    margin-left: 0;
    font: 10px/18px "Roboto",Helvetica,Arial,sans-serif;
    color: #66686F;
    height: auto;
}
#bx-messenger-popup-history .popup-window-close-icon {
	background: url(../images/icons/close-red.svg) no-repeat 50%;
    background-size: 10px;

    width: 10px;
    height: 10px;

    right: 20px!important;
    top: 10px !important;
    padding: 10px;
}
#bx-messenger-popup-history .popup-window-close-icon:hover {
    background-position: 50%;
}
#bx-messenger-popup-history .popup-window-content {
    border: 0;
    border-top: 1px solid #F8F8F9;
}
#bx-messenger-popup-history .bx-messenger-panel-title {
    text-shadow: none;
    padding: 0;
    position: absolute;
    left: 70px;
    top: 25px;
    overflow: initial;
    font: 14px "Roboto", Helvetica, Arial, sans-serif;
}
#bx-messenger-popup-history .bx-messenger-panel-desc {display: none}
#bx-messenger-popup-history .bx-messenger-panel-basket {
	background: url(../images/icons/chat_bx-messenger-panel-basket.svg);
	border: 0;
    background-size: cover;
    border-radius: 0;
    width: 15px;
    height: 17px;
    margin: 25px 16px 0 0;
}
#bx-messenger-popup-history .bx-messenger-panel {border-bottom: 1px solid #F8F8F9;}

#bx-messenger-popup-history .bx-messenger-filter-text {
    border-radius: 0;
    background: #FAFAFB;
    border: 1px solid #F1F1F5;
    height: 42px;
        margin-right: 180px;
}
#bx-messenger-popup-history .bx-messenger-filter-text:before {
    content:"";

    background: url(../images/icons/icon-search.svg);
    height: 13px;
    width: 13px;
    position: absolute;
    margin-top: 13px;
    margin-left: 10px;
}
#bx-messenger-popup-history .bx-messenger-filter-text input {
    height: 100%;
    font-size: 14px;
    padding-left: 35px;
    font-family: Roboto;
    margin: 0;
}
#bx-messenger-popup-history .bx-messenger-input-close {
	background: url(../images/icons/close-red.svg);
    height: 12px;
    width: 12px;
    background-size: cover;
    margin: 14px 10px 0 0;
}



#bx-messenger-popup-history .bx-messenger-filter-date {
    width: 160px;
    right: 20px;
    background: #FAFAFB;
    border: 1px solid #F1F1F5;
    height: 42px;
}
#bx-messenger-popup-history .bx-messenger-filter-date input {
    height: 100%;
    padding: 0px 0 0 35px;
    margin: 0;
    width: 100%;
}
#bx-messenger-popup-history .bx-messenger-input-date {
	background: url(../images/icons/chat_bx-messenger-input-date.svg);
    height: 14px;
    width: 13px;
    margin-left: 10px;
    margin-top: 12px;
}
#bx-messenger-popup-history .bx-messenger-history-item {border-radius: 0;border: 0;background-color: #EEF3FB;}
#bx-messenger-popup-history .bx-messenger-history-item-2 {
    background-color: #F8F8F9;
}

.chat_page .bx-messenger-panel-history {
	background: #F8F8F9 url(../images/icons/chat_bx-messenger-panel-history.svg) no-repeat 50%;
	width: 37px;
	height: 37px;
	border: 0;
    border-radius: 0;
}
.chat_page .bx-messenger-panel-mute {
	background: #F8F8F9 url(../images/icons/chat_bx-messenger-panel-mute.svg) no-repeat 50%;
	width: 37px;
	height: 37px;
	border: 0;
    border-radius: 0;
}
.chat_page .bx-messenger-panel-mute.bx-messenger-panel-unmute {
	background: #F8F8F9 url(../images/icons/chat_bx-messenger-panel-unmute.svg) no-repeat 50%;
}
.bx-messenger-popup-menu-items .bx-messenger-popup-menu-item,
.bx-messenger-popup-menu-items .bx-messenger-menu-hr {display: none;}
.bx-messenger-popup-menu-items .bx-messenger-popup-menu-item.chat-item6,
.bx-messenger-popup-menu-items .bx-messenger-popup-menu-item.chat-item6 + .bx-messenger-menu-hr,
.bx-messenger-popup-menu-items .bx-messenger-popup-menu-item.chat-item9 {display: block;}

.bx-messenger-input-search-create {
	background: url(../images/icons/chat_bx-messenger-input-search-create.svg) no-repeat 50%;
	width: 24px;
	height: 22px;
	background-size: contain;
	margin-top: 10px;
}
.bx-messenger-input-search-create:hover {background-position:50%}
.chat_page .bx-messenger-panel-call-enabled, .chat_page .bx-messenger-panel-call-disabled {display: none}
.chat_page .bx-messenger-panel-chat {
    border-radius: 0;
    border: 0;
    height: 37px;
    line-height: 37px;
    background: #F8F8F9;
    font-family: "Roboto", Helvetica, Arial;
    color: #051A32!important;
    position: relative;
}
.chat_page .bx-messenger-panel-chat:before {
    top: 5px;
}
#bx-messenger-popup-newchat {margin-left: -190px;}
#bx-messenger-popup-newchat .popup-window-angly,
#bx-messenger-popup-newchat .bx-messenger-chatlist-group,
#bx-messenger-popup-newchat .bx-messenger-chatlist-search-button-wrap,
#bx-messenger-popup-newchat .bx-messenger-popup-newchat-checkbox {display: none}
#bx-messenger-popup-newchat .bx-messenger-popup-newchat-caption,
#bx-messenger-popup-newchat .bx-messenger-chatlist-group-title {
    font-family: Roboto;
	font-weight: 500;
	font-size: 10px;
	line-height: 18px;
	color: #66686F;
}
#bx-messenger-popup-newchat .popup-window-buttons {display: flex;}
#bx-messenger-popup-newchat .popup-window-button {
    width: 50%;
    border: 0;
    border-radius: 0;
    padding: 0;
    background: #EDEDED;
    height: 46px;
    line-height: 46px !important;
}
#bx-messenger-popup-newchat .popup-window-button-accept {background: #D78F78;}
#bx-messenger-popup-newchat .popup-window-button-accept:hover {background: #C8806A !important;}
#bx-messenger-popup-newchat .bx-messenger-popup-newchat-dest  {
    border-radius: 0;
    background: #FAFAFB;
    border: 1px solid #F1F1F5;
    min-height: 42px;
    /*padding: 0;*/
}
/*#bx-messenger-popup-newchat .bx-messenger-popup-newchat-dest:before {
    content: "";
    background: url(../images/icons/icon-search.svg);
    height: 13px;
    width: 13px;
    position: absolute;
    margin-top: 10px;
    margin-left: 10px;
}*/
#bx-messenger-popup-newchat .bx-messenger-popup-newchat-dest-even .bx-messenger-input {
    width: 100%;
    margin: 0;
    padding: 0 0 0 40px;
    height: 36px;
    background: url(../images/icons/icon-search.svg) no-repeat 10px 50%;
}
#bx-messenger-popup-newchat .bx-messenger-popup-newchat-cl {
    border-radius: 0;
    border: 1px solid #F1F1F5;
}
#bx-messenger-popup-newchat .bx-messenger-cl-user {font-family: Roboto;}
#bx-messenger-popup-newchat .bx-messenger-dest-block {
    font-family: Roboto;
    background-color: #d78f78;
    color: #ffffff!important;
}
#bx-messenger-popup-newchat .bx-messenger-dest-del {
	background: url(../images/icons/close-white.svg);
    width: 10px;
    height: 10px;
    background-size: contain;
    top: 6px;
}

/*fix page /personal_/application-create-store/*/
.container-application-create-store h1 {
    padding: 15px 20px;
    background: rgba(173, 177, 181, 0.14);
    margin-bottom: 0px;
    font-weight: 900;
    font-size: 20px;
    line-height: 125%;
    color: #051A32;
}
.container-application-create-store .admin-lk-table {font-family: 'Roboto', sans-serif;}
.container-application-create-store .admin-lk-table thead th {font-weight: 500;font-size: 14px;color: #737578;}
.container-application-create-store .admin-lk-table {border-left: 1px solid #F8F8F8;border-right: 1px solid #F8F8F8;}
.container-application-create-store .admin-lk-table th {padding: 8px;border-bottom: 1px solid #F8F8F8;}
.container-application-create-store .list_application {overflow-x: auto;}

.container-application-create-store .admin-lk-table a[download] {text-decoration: underline;}
.container-application-create-store .admin-lk-table a:hover {text-decoration: none;}
.container-application-create-store .admin-lk-table .submit.top_level__submit {color: #FF3838;}
.container-application-create-store .admin-lk-table .submit.submit_grinn {color: #518D70;}


/*fix page /personal_/add-friends/*/
.page-add-friends {background: #E5E5E5;padding:50px 0;}
.page-add-friends .form_wrap {max-width: 625px;margin: 0 auto;background: #fff;padding: 20px;font-family: 'Roboto';font-size: 14px;line-height: 24px;}
.page-add-friends .page-add-friends-promt {margin-bottom:20px;}
.page-add-friends .page-add-friends-user-name {font-weight: 600;margin-bottom:20px;}
.page-add-friends-user-message textarea {width: 100%;resize: none;background: #FAFAFB;border: 1px solid #F1F1F5;padding: 5px 10px;height: 100px;}
.page-add-friends .btn {border: 0;width: 260px;text-transform: none;font-variant: initial;margin-top: 5px;}
.page-add-friends .viewprofile_link {margin-top:20px;}

/*fix page /update_prop/?section_id=1531*/
.update_prop_js {font-family: 'Roboto';font-size: 14px;}
.update_prop_js h1 {background: rgba(173, 177, 181, 0.14);padding: 10px 20px;font-weight: 500;font-size: 25px;margin-bottom: 20px;}
.update_prop_js h5 {margin-bottom: 20px;}
.update_prop_js .row {display: flex;flex-wrap: wrap;}

.update_prop_js .row .col-sm-2 {width: calc(2*100% / 12);}
.update_prop_js .row .col-3, .update_prop_js .row .col-sm-3 {width: calc(3*100% / 12);}
.update_prop_js .row .col-sm-4 {width: calc(4*100% / 12);font-weight: 500;}
.update_prop_js .row .col-sm-6 {width: calc(6*100% / 12);margin-bottom: 15px;}
.update_prop_js .row .col-sm-8 {width: calc(8*100% / 12);margin-bottom: 15px;}
.update_prop_js .row .col-9 {width: calc(9*100% / 12);}
.update_prop_js .row .col-sm-10 {width: calc(10*100% / 12);}
.update_prop_js .row .col-12 {width: 100%;}

.update_prop_js .hidden {display: none;}
.update_prop_js .hidden.active, .update_prop_js .top_section {display: flex;}
.update_prop_js .user_ubdate_props_div__span__js {width: 20px;display: inline-block;cursor: pointer;text-align: center;}
.update_prop_js .user_prop_menu_inner, .update_prop_js .one_prop_wrap /*.update_prop_js .user_prop_list > div*/
{background: #FAFBFB;padding: 20px;margin-bottom:20px;}
.update_prop_js .user_prop_list > div {margin-left:20px;}
.update_prop_js .submit_red {float: right;color: #FF3838;font-size: 12px;text-align: right;}
.update_prop_js .user_ubdate_props {padding:3px 5px;}
.update_prop_js .selected {background: #56697E;color: #FFFFFF;}
.update_prop_js input[type="text"] {background: #FFFFFF;border: 1px solid #E7E7E7;width:100%;padding:0 10px;height:42px;}
.update_prop_js .btn {padding: 15px 30px;width: auto;display: inline-block;border: 0;}
.update_prop_js .update_prop_add_prop_link {margin: 50px 0 10px;}
.kladr-error{color:#cb3e27}#kladr_autocomplete ul{position:absolute;display:block;margin:0;padding:0;border:1px solid #c4c4c4;background-color:#fff;z-index:9999;overflow-x:hidden;overflow-y:auto;min-width:200px;max-height:420px;color:#5c5e8d}#kladr_autocomplete li{display:list-item;list-style-type:none;margin:0;padding:6px 10px;overflow:hidden;white-space:nowrap;text-overflow:ellipsis}#kladr_autocomplete li:hover{background-color:#f2f2f2;cursor:pointer}#kladr_autocomplete li.active{background-color:#e9e9e9}#kladr_autocomplete a{text-decoration:none}#kladr_autocomplete strong{font-weight:700}#kladr_autocomplete a,#kladr_autocomplete strong,#kladr_autocomplete small{font-family: 'Roboto', sans-serif;font-size:14px}#kladr_autocomplete small{color:#AAA;font-size:12px}#kladr_autocomplete .spinner{position:absolute;display:block;margin:0;padding:0;width:16px;height:16px;background:url("../images/spinner.png") center center no-repeat;z-index:9999}

.green-in {
    border: 2px #47f500 solid !important;
}


.green-in::after {
  content: "✓";
}

.product__price-text span {
  color: #051A32;
}

/*new styles since 02/2022*/
.header_before {
    font-weight: bold;
    font-size: 22px;
    letter-spacing: 0.05em;
    color: #FFFFFF;
    text-shadow: 1px 0px 0px #fff;
}
.header_before.bg_blue {background: #224875 url(../images/bg_header_before-blue.svg) no-repeat 50% 0;}
.header_before.bg_green {background: #387622 url(../images/bg_header_before-green.svg) no-repeat 50% 0;}
.header_before .container {
    display: flex;
    justify-content: space-between;
    min-height: 60px;
    align-items: center;
    max-width: 1110px;
}
.header_before-center {font-size: 30px;}
.header__top-links a {color: #051A32;}
.header__top-city a {text-decoration-line: underline;}
.header__top-links {display: flex;justify-content: space-between;margin-bottom: 10px;opacity: 0.9;}
.header__top-links ul {display: flex;}
.header__top-links ul li {margin-right:20px;letter-spacing: 0.05em;}

.header__search {width:100%;margin:0 30px;display:flex;border: 1px solid #D78F78;height: 40px;}
.header__search .input_wrap input {
    width: 100%;
    border: 0;
    background: transparent;
    height: 100%;
    padding: 0 10px 0 47px;
    letter-spacing: 0.03em;
}
.header__search .input_wrap {position: relative;width: 100%;}
.header__search svg {
    fill: none;
    stroke: #B0B0B0;
    position: absolute;
    left: 25px;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 14px;
    height: 14px;
}
.header__search .btn {max-width: 98px;height: 38px;}

.select__wrapper2 {background: url(../images/icons/select-icon.svg) no-repeat 80% 50%;}
.select__wrapper2 select {padding: 0 20px;border: 0;background: transparent;}
.header__search .select__wrapper2 select {width: 94px;height: 38px;border-right: 1px solid rgb(215 143 120 / 50%);}

.header__search .jq-selectbox {margin-top: 4px;}

.products__inner_more {font-family: 'Rubik', sans-serif;/*font-weight: 500;*/text-align: center;padding-top: 50px;}
.products__inner_more a {color:#56697E}
.products__inner_more a svg {width: 8px;height: 13px;margin-left: 5px;}

.popular_products {margin-bottom: 60px;}
.popular_products-slider {margin: 0 -10px;}
.popular_products-slider .product-item--min {padding: 0 10px; }
.popular_products-slider .product-item--min .product-item {max-width: 200px;padding: 10px;}
.popular_products-slider .product-item--min .product__tags {font-size: 11px;}
.product-item--min .product__img {height: auto;}
.popular_products-slider .product-item--min .product__price-box {}
.popular_products-slider .slick-arrow {top: -45px;}
.popular_products-slider .slick-arrow.slick-next {right: 10px;}
.popular_products-slider .slick-arrow.slick-prev {left: auto;right: 100px;top: -45px;}

.ad__item .section__title {margin-bottom: 12px;}
.ad__item .product__price-new {margin-right: 10px;font-size: 20px;}

.catalog-products__map {position:relative;margin-bottom: 25px;}
.catalog-products__map .btn {
    height: 47px;
    width: 310px;
    position: absolute;
    bottom: 10px;
    left: 50%;
    margin-left: -155px;
}

#catalog_static_map {height: 250px;}
#catalog_full_map {height: 100vh;}

.catalog-full-map {position:relative;}
.catalog_full_map-item {max-width:270px;}
.catalog_full_map-item .name {font-family: 'Bellota Text', cursive;font-weight: bold;font-size: 19px;margin-bottom: 20px;color: #051A32;}
.catalog_full_map-item .text, .catalog_full_map-item .phone {font-family: Roboto;font-size: 14px;line-height: 130%;color: #858C95;margin-bottom: 20px;}
.catalog_full_map-item .text p {margin-bottom: 10px;}
.catalog_full_map-item .phone a {color: #000000;}

.products_on_map {
    position: absolute;
    width: 35%;
    height: 90%;
    top: 5%;
    left: 5%;
    background: #fff;

    padding: 15px 30px;
    z-index: 10;
}
.products_on_map-top {display:flex;justify-content: space-between;}
.products_on_map-top .btn {width: 105px;height: 30px;}
.products_on_map-items {
    display: flex;
    flex-wrap: wrap;
    margin: -20px -22px;
    overflow-y: auto;
    height: calc(100% - 40px);
}
.products_on_map-items .product-item__wrap {width: 50%;}
.products_on_map .filter-reset {
    width: 100%;
    border: 1px solid rgba(86, 105, 126, 0.5);
    justify-content: center;
    margin: 5px;
}
.products_on_map .catalog-products__filter {
    padding-bottom: 0;
    border-bottom: 0;
    background-color: transparent;
}
.products_on_map .catalog-products__names {width: 100%;background: #FAFAFB;}
.products_on_map .catalog-products__names .level-1 {background: transparent;}
.products_on_map .hidden_filter {display: none}
.products_on_map.show_filter .hidden_filter {display: block}
.products_on_map.show_filter .products_on_map-items {display: none}

.ymaps-2-1-79-ground-pane.dark {
	filter: brightness(50%);
	-ms-filter: brightness(50%);
	-webkit-filter: brightness(50%);
	-moz-filter: brightness(50%);
	-o-filter: brightness(50%);
}

.section-bg__brown {
  background-color: #f7f5f1
}

.section-bg__gray {
  /*background-color: #f7f8f9*/
  background-color: #FAFAFB
}

.store__img {margin-bottom:10px}
.store__name {font-size: 25px;color: #051A32;font-weight: 700;margin-bottom:10px}
.store__desc {font-family: Roboto;line-height: 130%;color: #031224;opacity: 0.6;}

.user__lent-menu {
  	max-width: 340px;
  	width: 100%;
  	position: sticky;
    top: 20px;
    height: 100%;
}
.user__lent-menu .user__lent-box {padding: 15px 23px;}
.user__lent-menu li {color: rgba(5, 26, 50, 0.5);}
.user__lent-menu li:not(:last-child) {margin-bottom:15px;}
.user__lent-menu li.active {position:relative;color: #051A32;}
.user__lent-menu li.active:after {
    content: "";
    background: #FB7044;
    position: absolute;
    width: 5px;
    height: 14px;
    left: -23px;
    top: 1px;
}

.user__lent-2column {display: flex;flex-wrap: wrap;width: 100%;}
.user__lent-full-width {margin-bottom: 30px;width:100%}
.user__lent-main-picture {position:relative;}
.user__lent-main-picture:before {
    content: "";
    position: absolute;
    background: linear-gradient(90deg, rgba(0, 0, 0, 0.3) 4.97%, rgba(0, 0, 0, 0) 43.26%);
    width: 100%;
    height: 100%;
}
.user__lent-main-ava {width:165px;margin-right: 40px;margin-top: -80px;}
.user__lent-main-ava img {border: 1px solid #FFFFFF;border-radius: 50%;}

.user__lent-main-info {
    display: flex;
    align-items: flex-end;

    position: relative;
    background: #fff;
    padding: 10px 30px 25px;
}
.user__lent-main-name {font-family: 'Bellota Text';font-weight: 700;font-size: 25px;color: #171725;margin-bottom: 10px;}

.user__lent-main_btns {display: flex;}
.user__lent-main_btns .btn:not(:last-child) {margin-right:20px;}

.user__lent-box-photos {display: flex;flex-wrap: wrap;margin:-5px;}
.user__lent-box-photos a {width:33.3333%;padding:5px;}

.user__page {width:100%}
.user__page-title {
  font-family: 'Bellota Text';font-weight: 700;
  font-size: 25px;
  color: #171725;
}
.user__page-subtitle {letter-spacing: 0.1px;color: #051A32;margin-left: 30px;margin-top: 7px;}

.user__page-photos {display: flex;flex-wrap: wrap;margin:0 -15px;}
.user__page-photos .item {width:20%;padding:15px;}
.user__page-photos .item span {display:block;margin-top:10px;}
.user__page-photos .set-add__service-btn {height: 100%;}
.user__page-photos .set-add__service-btn::after {width: 32px;height: 32px;}

.user__lent-top .btn {width:150px;height:34px;margin-left:auto}

.admin_links_wrap {padding-bottom:30px;margin-bottom:30px;border-bottom: 1px solid rgb(0 0 0 / 10%);}
.admin-tabs__links-v2 {font-size: 14px;margin: -5px;}
.admin-tabs__links-v2 li {margin: 5px !important;}
.admin-tabs__links-v2 li a {padding:9px 14px;border:1px solid rgba(86, 105, 126, 0.3);color: #000000;background: #fff}
.admin-tabs__links-v2 li.active a {background: #FB7044;border-color:#FB7044;color:#FFFFFF;}


.variations input, .variations textarea {font-size:14px;}
.variations .set-add__gallery {border-bottom: 1px solid #ECECEC;padding: 0;}
.input_df_wrap {display: flex;}
.input_df_wrap .select__wrapper {min-width: 80px;margin-left: 10px;}
.create-content .select__wrapper select {border-color: #E7E7E7;}
.set-add__item .btn {width:184px;height:38px;}

.users__list-search-v2 {margin-bottom:15px;}
.users__list-search-v2 input {border: 1px solid #EFEFEF;height:38px;width:100%;padding:0 12px;font-size: 14px;}

.users__list-search.bg_gray input {background: #FAFAFB}

.create-top__inner .add {margin:0 auto 0 20px;color:#FB7044}

.section-bg__gray-v2 {background: #f7f8f9;}

.set-org__selects {margin-left: auto;display: flex;}
.set-org__selects .item {margin-left: 10px;}
.set-org__selects label, .set-org__filter-item label {display:block;font-size: 14px;margin-bottom: 5px;color: rgb(0 0 0 / 60%);}
.set-org__selects .chosen-container-multi .chosen-choices li.search-choice,
.set-org__filter-item .chosen-container-multi .chosen-choices li.search-choice {font-size:12px}

.set-org__period-btn {margin-left: 10px;}
.set-org__period-btn .btn, .set-org__filter-item .btn {height: 36px;padding: 0 10px;}

.set-org__btn-links {
    display: flex;
    border-top: 1px solid #F4F4F5;
    padding: 10px 20px;
    justify-content: space-between;
}
.set-org__btn-links a {
    border: 1px solid #56697E;
    width: 32%;
    text-align: center;
    height: 38px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.set-org__btn-links a.active {background: #FB7044;color:#fff;border-color:#FB7044}

.set-org__btn29 {}
.set-org__btn29 .btn {height: 29px;padding:0 10px;background: #DDA796;}

.list_tree {padding:20px 10px 15px 15px;font-family: 'Bellota Text';font-weight: 600;}
.list_tree ul li {margin-bottom: 5px;}
.list_tree ul li.parent {}
.list_tree ul li.parent > span {display: inline-block;cursor:pointer;margin-right:5px;width: 9px;height: 9px;background: url('../images/icons/li_parent_plus.svg') no-repeat 50% 50%;}
.list_tree ul li.parent.open > span {background-image: url('../images/icons/li_parent_minus.svg');}
.list_tree ul li.parent > ul {display:none;margin-left: 20px;}
.list_tree ul li.parent.open > ul {display:block}
.list_tree ul li > a {padding:4px 3px;display: inline-block;}
.list_tree ul li.active > a {background: #56697E;color: #FFFFFF;}

.content-edit-props {padding:20px 15px;font-size:14px;}
.content-edit-props .set-add__item input:not([type='checkbox']) {background-color:#fff}
.content-edit-props .props_list {display:flex;font-weight: 500;padding:15px 0}
.content-edit-props .props_list span {font-weight: 400;margin-left:5px;}
.content-edit-props .props_list .props_list-item:not(:last-of-type) {margin-right:30px;}
.content-edit-props .props_val {display:flex;align-items: center;justify-content: space-between;margin-bottom:10px}
.content-edit-props .props_val .props_val-input {margin:0 25px 0 auto;width:44%;position: relative;}
.content-edit-props .props_val .props_val-del a {color: #FF3838;}

.props_val-input .input_clear {
    background-image: url(../images/icons/close-black.svg);
    width: 9px;
    height: 9px;
    background-size: contain;
    top: 50%;
    right: 15px;
    position: absolute;
    transform: translateY(-50%);
    cursor: pointer;
}

.page_cash_pl-edit .admin_links_wrap {padding:0px 20px 25px;}
.page_cash_pl-edit .table__wrapper {padding: 0 20px;}
.page_cash_pl-edit .select_month {display:flex;border-bottom:1px solid #F4F4F5;margin-bottom: 20px;}
.page_cash_pl-edit .select_month li {color:#767676;margin-right: 18px;}
.page_cash_pl-edit .select_month .active {color:#000;border-bottom:2px solid #FB7044;margin-bottom: -1px;}
.page_cash_pl-edit .admin-pl__tabel {margin-bottom: 20px;}
.page_cash_pl-edit .admin-pl__tabel td {padding: 10px 10px 10px 0;}
.page_cash_pl-edit .admin-pl__tabel td:nth-child(2) {width: auto;}
.page_cash_pl-edit .admin-pl__tabel input {
    background: #F9F9F9;
    padding: 0 10px;
    border: 0;
    height: 45px;
    width: 100%;
}
.btns {display: flex;margin-bottom: 30px;}
.btns .btn {width:100px;margin-right:16px;}

.set-org__main-header .chosen-container-multi .chosen-choices, .filters_full_width .chosen-container-multi .chosen-choices {min-height: 36px;}
.set-org__main-header .set-org__period, .filters_full_width .set-org__filter-item:last-child {margin-top: auto;}

.filters_full_width .set-org__filter-item {flex:1}
.filters_full_width .set-org__filter-item .chosen-container {width:100% !important}