@font-face {
  font-family: "Circe";

  src: url("fonts/Circe-Regular.otf");

  font-weight: normal;

  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "geometria";

  src: url("fonts/Geometria.ttf");

  font-weight: normal;

  font-style: normal;
  font-display: swap;
}
.to_top_old {
  position: fixed;
  bottom: 20%;
  right: 4%;
  z-index: 999;
  cursor: pointer;
  display: none;
}
.footer-nav__link.active {
	color: #c30f36;
}
.cabinet-elem.catalogs .card-includes__item {
  flex-direction: row;
  align-items: center;
}
.cabinet-elem.catalogs .card-includes__item {
  height: auto;
  padding: 10px;
  min-height: auto;
  border: none;
}
.cabinet-elem.catalogs .btn.btn--outlined {
  border: none;
  padding-bottom: 1px;
}
.cabinet-elem.catalogs .btn.btn--outlined:hover,
.cabinet-elem.catalogs .btn.btn--outlined:focus {
  background: none;
  color: #c30f36;
}

.cabinet-elem.catalogs .card-includes__item-img {
  margin: 0;
  margin-right: 25px;
}
.cabinet-elem.catalogs .card-includes__item-title {
  text-align: left;
}
.cabinet-elem.cat .catalog__item-img {
  overflow: hidden;
}
.cabinet-elem.cat .catalog__item-img img {
  width: auto;
  height: auto;
  display: block;
  margin: 0 auto;
}
.cabinet-elem.cat .catalog__item-info {
  bottom: 5px;
  margin-left: -30px;
  margin-right: -30px;
}
.cabinet-elem.cat .catalog__item-info-main {
  border: 2px solid #ed1846;
}

.cabinet-elem.cat .catalog__item-info-title.is-col {
  padding-left: 10px;
  padding-right: 10px;
}
.cabinet-elem.cat .catalog__item-info-sale span {
  font-size: 12px;
  margin-left: -20px !important;
  margin-right: 7px;
}

.cabinet-elem.cat .catalog__item-info-sale img {
  height: auto;
}

@media (min-width: 1200px) {
  .catalog.catalog-slider .catalog-inner.catalog-inner_new .icon-slide-next {
    width: 170px;
    height: 144px;
    color: #b5b5b5;
    position: absolute;
    right: -90px;
    cursor: pointer;
    z-index: 99999999;
    transition: all 0.3s ease;
    display: flex;
    align-items: center;
  }

  .catalog.catalog-slider .catalog-inner.catalog-inner_new .icon-slide-next::before {
    font-family: fontello;
    font-style: normal;
    font-weight: 400;
    speak: none;
    display: inline-block;
    text-decoration: inherit;
    width: 1em;
    margin-right: 0.2em;
    text-align: center;
    font-variant: normal;
    text-transform: none;
    line-height: 1em;
    margin-left: 0.2em;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: "\e808";
    background: transparent;
    opacity: 1;
    height: auto;
  }
  .catalog.catalog-slider .catalog-inner.catalog-inner_new .icon-slide-prev::before {
    font-family: fontello;
    font-style: normal;
    font-weight: 400;
    speak: none;
    display: inline-block;
    text-decoration: inherit;
    width: 1em;
    margin-right: 0.2em;
    text-align: center;
    font-variant: normal;
    text-transform: none;
    line-height: 1em;
    margin-left: 0.2em;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: "\e808";
    background: transparent !important;
    opacity: 1;
    height: auto;
  }
  .catalog.catalog-slider .catalog-inner_new .slick-arrow-sl.slick-arrow-left i {
    left: -5px !important;
  }
  .catalog.catalog-slider .catalog-inner_new .slick-arrow-sl.slick-arrow-right i {
    left: 0px !important;
  }
  .catalog.catalog-slider .catalog-inner.catalog-inner_new .slick-arrow {
    height: 70px;
    background-color: #fff;
  }
  .catalog.catalog-slider .catalog-inner_new .slick-arrow:hover {
    color: #fff;
    background-color: #ed1846;
    transition: 0.2s;
  }
  .catalog.catalog-slider .catalog-inner.catalog-inner_new .icon-slide-next:hover {
    color: #fff;
    transition: 0.2s;
  }
}
@media (max-width: 1199px) {
  .cabinet-elem.cat .catalog__item-info {
    margin-left: 0;
    margin-right: 0;
  }
}
@media (max-width: 420px) {
  .cabinet-elem.cat .catalog__item-info-main {
    width: 70.33333%;
  }
  .slider-project-autow_test iframe {
    height: 269px !important;
  }
  .card-main__elem-img a {
    height: 269px;
  }
  .detail_new .slick-arrow.prev {
    left: 7%;
  }
  .detail_new .slick-arrow.next {
    right: 7%;
  }
  .cabinet-elem.cat .catalog__item-info-sale {
    width: 29.66667%;
  }
  .card-clients .catalog__item-info.stretch__xs.bg--white {
    display: none;
  }

  .card-main .container.detail_new {
    margin-bottom: 30px;
  }
  .catalog-inner.catalog-inner_new .slick-dots {
    bottom: 0px;
  }
  .card-main .container.detail_new .slick-dots {
    bottom: -55%;
  }
  .card-main__elem-img .slider-project-autow_test .slick-dots {
    bottom: -35% !important;
  }
  .card-main__elem-img .action-kuhni-text {
    font-size: 12px;
    line-height: 16px;
    padding-top: 9px;
  }
  .card-main .card-main__elem-img .slick-slide img {
    height: 269px;
  }
}
@media (max-width: 375px) {
  .cabinet-elem.cat .catalog__item-info {
    margin-left: -10px;
    margin-right: -10px;
  }
  .catalog.catalog-slider .action-kuhni-text {
    font-size: 12px;
  }
  .catalog.catalog-slider .slider .catalog__item-img {
    height: auto !important;
  }
  .slider-project-autow_test iframe {
    width: 100% !important;
  }
  .card-main .card-main__elem-img .slick-slide img {
    height: auto;
  }
  .catalog-grand .catalog-inner_new .catalog__item-img .bx-viewport img {
    width: auto;
  }
}
.meblerovka-slide {
  background: url(images/img-new-ban-meb.png) no-repeat center;
  display: block;
  min-height: 268px;
  text-decoration: none;
  text-align: center;
  padding-top: 30px;
  padding-bottom: 30px;
}
.meblerovka-slide .c-header__title {
  text-align: center;
  text-decoration: none;
}
.meblerovka-slide .c-header__title-important {
  font-size: 40px;
  line-height: 1em;
  font-weight: bold;
  text-transform: uppercase;
  color: #ffffff;
  font-family: CirceBold, serif;
}
.meblerovka-slide .c-header__title-after {
  color: rgba(255, 255, 255, 0.6);
  font-family: Circe;
  text-transform: uppercase;
}
.meblerovka-slide .c-header-list {
  display: flex;
  justify-content: center;
}
.meblerovka-slide .c-header-list-item {
  display: flex;
  align-items: center;
  margin-right: 20px;
  margin-left: 20px;
}
.meblerovka-slide .c-header-list-item-text {
  font-family: Circe;
  font-size: 18px;
  line-height: 20px;
  color: #ffffff;
  padding-left: 20px;
  text-align: left;
}
.meblerovka-slide #find_out_cost_click {
  height: 50px;
  font-weight: 500;
  font-family: geometria;
  background: linear-gradient(180deg, #ff5151 0%, #ee6262 100%, #ee6262 100%);
  border-radius: 30px;
  border: 1px solid transparent;
  font-size: 14px;
  color: #ffffff;
  text-transform: uppercase;
  padding: 0 32px;
  cursor: pointer;
}
.meblerovka-slide #find_out_cost_click:hover {
  color: #ff5151;
  border: 1px solid #ff5151;
  background: transparent;
}
@media (max-width: 768px) {
  .meblerovka-slide .c-header__title-important {
    font-size: 36px;
  }
}
@media (max-width: 500px) {
  .card-main__elem-img .action-kuhni {
    position: absolute;
    bottom: 0;
  }
  .catalog-grand .action-kuhni {
    position: absolute;
  }
}
@media (max-width: 450px) {
  .meblerovka-slide .c-header__title-important {
    font-size: 30px;
  }
  .meblerovka-slide .c-header__title-after {
    display: none;
  }
  .meblerovka-slide,
  .meblerovka-slide .c-header__title {
    text-align: left;
  }
  .meblerovka-slide {
    padding-left: 30px;
    background: url(images/meb-new-ban-adapt.png) no-repeat center;
  }
}

.subscribe-line {
  background: #bebfc1;
  font-size: 16px;
  font-weight: bold;
  color: white;
  padding: 8px 93px;
  display: flex;
  margin-bottom: 29px;
}

.subscribe-line span {
  text-transform: uppercase;
  width: 235px;
  margin-right: 58px;
  line-height: 24px;
}

.subscribe-line input {
  margin-top: 6px;
  height: 37px;
  font-size: 17px;
  font-weight: bold;
  padding-left: 14px;
  margin-right: 15px;
  width: calc(33% - 15px);
}

.subscribe-line input.error {
  border: 1px solid red;
}

.subscribe-line input[type="submit"],
.subscribe-line button {
  color: white;
  background: #bebfc1;
  border: 1px solid white;
  cursor: pointer;
  transition: 0.3s;
  min-width: 150px;
}

.subscribe-line input[type="submit"]:hover,
.subscribe-line button:hover {
  color: #bebfc1;
  background: white;
}

.subscribe-line input::placeholder {
  /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #bebfc1;
}
.subscribe-line input:-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  color: #bebfc1;
}
.subscribe-line input::-ms-input-placeholder {
  /* Microsoft Edge */
  color: #bebfc1;
}

.subscribe-line input.error::placeholder {
  /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: red;
}
.subscribe-line input.error:-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  color: red;
}

.hidden-subscribe-from-kitchen-container input.error::placeholder,
.hidden-subscribe-from-kitchen-container input.error:-ms-input-placeholder,
.hidden-subscribe-from-kitchen-container input.error::-ms-input-placeholder,
.subscribe-line input.error::placeholder,
.subscribe-line input.error:-ms-input-placeholder,
.subscribe-line input.error::-ms-input-placeholder {
  /* Microsoft Edge */
  color: red;
}

.subscribe-line-form {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  width: calc(100% - 293px);
}

.btn--gray {
  background: #d5d8e4;
  color: #1c1f25;
}

.btn--gray:hover {
  color: white;
  background: #808080;
}

.hidden-subscribe-from-kitchen-container {
  overflow: hidden;
  height: 0px;
}

.hidden-subscribe-from-kitchen-container input {
  width: 100%;
  height: 54px;
  font-size: 16px;
  padding: 20px;
}

.subscribe-kitchen-back {
  display: none;
  position: relative;
  top: -12px;
  font-size: 13px;
  cursor: pointer;
}

.subscribe-kitchen-back:hover {
  text-decoration: underline;
}

.hidden-subscribe-from-kitchen-container input.error {
  border: 1px solid red;
}

.error-popup {
  position: absolute;
  max-width: 300px;
  left: 0px;
  top: 0px;
  font-size: 14px;
  text-align: center;
  z-index: 10000;
}

.error-popup .error-popup-text {
  position: relative;
  width: 100%;
  height: 100%;
  background: white;
  box-shadow: 0px 0px 3px 2px rgba(220, 0, 0, 0.3);
  z-index: 2;
  padding: 5px;
}

.error-popup:before {
  content: "";
  display: block;
  position: absolute;
  left: 10px;
  bottom: -6px;
  box-shadow: 0px 0px 2px 2px rgba(220, 0, 0, 0.3);
  z-index: 1;
  background: white;
  width: 10px;
  height: 10px;
  transform: rotate(45deg);
}

.error-popup:after {
  content: "";
  position: absolute;
  width: 9px;
  height: 9px;
  background: white;
  left: 10px;
  bottom: -5px;
  z-index: 3;
  transform: rotate(45deg);
}

[name="dsg_success"] {
  display: none;
}

.checkbox label:after,
.radio label:after {
  border-color: #cecece;
}

#excursion-error {
  padding: 10px;
  color: #ed1846;
}

@media (max-width: 1200px) {
  .subscribe-line {
    flex-wrap: wrap;
  }
  .subscribe-line-form {
    width: 100%;
  }
  .subscribe-line span {
    width: 100%;
    text-align: center;
  }
}
@media (max-width: 900px) {
  .slider-project-autow_test .slick-dots li {
    width: auto !important;
  }
}
@media (max-width: 767px) {
  .subscribe-line input {
    width: 100%;
  }
}

@media (max-width: 600px) {
  .catalog-all.on-main .beta.is-col__md-12.text--center {
    margin-top: 15px;
  }
  .catalog-all.on-main .catalog-all-inner.is-row.is-row--null-md {
    padding-top: 0px;
  }
}
@media (max-width: 479px) {
  .main-news .shares__item-inner .btn--primary {
    margin-bottom: 30px;
    display: inline-block;
  }
}
.video-item {
  padding-top: 50px;
}

.video-section .slick-dots {
  position: static;
}

.video-section .slick-slider {
  height: 584px !important;
}

.container.video-section {
  padding-bottom: 10px;
}

.slider-project .icon-slide-next::before,
.catalog-inner.catalog-inner_new .icon-slide-next::before {
  content: "";
  background: url(images/new-arrow-1.png) no-repeat;
  width: 26px;
  height: 25px;
  opacity: 0.7;
}

.catalog__item-img .bx-controls .bx-next,
.detail_new .slick-arrow.next {
  background: url(images/new-arrow-1.png) !important;
  width: 26px;
  height: 25px;
  opacity: 0.7;
}
.slider-project .slick-arrow {
  width: 26px;
  height: 25px;
}
.card-main .card-main__elem-img .slick-arrow {
  background-color: transparent !important;
}
.catalog__item-img .bx-controls .bx-prev,
.detail_new .slick-arrow.prev,
.slider-project .icon-slide-prev::before,
.catalog-inner.catalog-inner_new .icon-slide-prev::before,
.card-main__elem .slider-project-autow_test .bx-prev {
  background: url(images/new-arrow-1.png) !important;
  width: 26px;
  height: 25px;
  opacity: 0.7;
  -moz-transform: rotate(-180deg);
  -ms-transform: rotate(-180deg);
  -webkit-transform: rotate(-180deg);
  -o-transform: rotate(-180deg);
  transform: rotate(-180deg);
}
.slider-project .icon-slide-prev::before,
.catalog-inner.catalog-inner_new .icon-slide-prev::before {
  content: "";
}
.catalog-inner.catalog-inner_new .slick-arrow {
  background: transparent;
}
.slider-project .slick-arrow-left i,
.catalog-inner.catalog-inner_new .slick-arrow-left i {
  left: -10px;
}
.slider-project .slick-arrow-right i,
.catalog-inner.catalog-inner_new .slick-arrow-right i {
  left: auto;
  right: -10px;
}
.catalog.catalog-slider .icon-slide-prev::before {
  content: "";
  background: url(images/new-arrow-1.png);
  width: 26px;
  height: 25px;
  opacity: 0.7;
  -moz-transform: rotate(-180deg);
  -ms-transform: rotate(-180deg);
  -webkit-transform: rotate(-180deg);
  -o-transform: rotate(-180deg);
  transform: rotate(-180deg);
}
.catalog.catalog-slider .icon-slide-next:hover::before,
.catalog.catalog-slider .icon-slide-prev:hover::before,
.slider-project .icon-slide-prev:hover::before,
.slider-project .icon-slide-next:hover::before,
.catalog-inner.catalog-inner_new .icon-slide-prev:hover::before,
.catalog-inner.catalog-inner_new .icon-slide-next:hover::before {
  opacity: 1;
  transition: 0.6s;
}
.slider-project .slick-arrow-mini:hover i {
  background-color: transparent;
}
.catalog.catalog-slider .catalog-inner_new .slick-arrow-sl.slick-arrow-left i {
  left: -15px;
}

.catalog.catalog-slider .catalog-inner_new .slick-arrow-sl.slick-arrow-right i {
  left: 5px;
}
.catalog.catalog-slider .slick-arrow:hover {
  background: none;
}

.catalog.catalog-slider .slick-arrow {
  background: none;
}
.cabinet-elem.catalogs .card-includes__item .card-includes__item-title p {
  text-align: left;
  margin-bottom: 0;
  font-size: 16px;
  line-height: 18px;
}
.cabinet-elem.catalogs .card-includes__item {
  border: 1px solid #ececec;
  margin: 6px 10px;
  height: 70px;
  padding-left: 16px;
}
.catalog-file-size {
  padding-left: 10px;
  font-size: 14px;
  color: #a6a6a6;
  font-family: leto_sansregular, Arial, sans-serif;
}

.card-clients .catalog__item-info.stretch__xs.bg--white {
  border: 1px solid #ccc;
}
.main-news .shares-inner.main-news-slider {
  padding-bottom: 35px;
}
.card-main .bx-wrapper .bx-controls-direction a {
  top: 63%;
}

.card-main .bx-wrapper .bx-controls-direction a.bx-next {
  background: url(images/new-arrow-1.png) !important;
  width: 26px;
  height: 25px;
  opacity: 0.7;
  left: 1175px !important;
}
.card-main .card-main__elem-img iframe {
  max-width: 100%;
}

.objects-card-mobile-button {
  display: none;
}

@media (max-width: 1199px) {
  .objects.card {
    padding-top: 20px;
  }

  .objects.card .objects-header.is-row.is-row--null .is-col:first-child {
    justify-content: flex-start;
  }
  .objects-card-mobile-button {
    display: flex;
    justify-content: center;
    margin-top: 20px;
  }
  .objects.card .objects-header .is-col {
    margin-left: 0;
    margin-right: 0;
  }
  .objects-card-mobile-button button {
    width: 157px;
    height: 46px;
    border: 1px solid #ed1847;
    font-family: CirceRegular;
    font-style: normal;
    font-weight: normal;
    font-size: 18px;
    line-height: 100.5%;
    display: flex;
    align-items: center;
    text-align: center;
    color: #ed1847;
    justify-content: center;
    background: #ffffff;
    margin-bottom: 15px;
  }
  .objects-card-mobile-button button.active {
    color: #ffffff;
    background: #ed1847;
  }
  .objects.card #map_salons {
    display: none;
  }
  .objects.card #map_salons.active {
    display: block;
  }
  .objects.card #map {
    display: none;
  }
  .objects.card #map.active {
    display: block;
  }
}

@media (max-width: 420px) {
  .objects-card-mobile-button {
    justify-content: space-between;
  }
  .card-feature.hidden__sm.hidden__xs .h3 {
    margin-bottom: 50px;
  }
  .objects.card .objects-btn .btn__lg.near-act {
    height: 50px;
    width: 100%;
    font-size: 14px;
  }
  .objects.card .objects-btn {
    right: 0;
  }
}

@media (max-width: 600px) {
  .subscribe-line {
    width: 100%;
    margin: 0px;
    padding: 10px 0px;
  }
  .subscribe-line span {
    margin: 0;
    font-size: 14px;
  }
}
.objects.card .objects-header.is-row.is-row--null .is-col:first-child {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  padding-right: 10px;
  font-family: CirceRegular;
  font-style: normal;
  font-weight: normal;
  font-size: 20px;
  line-height: 24px;
  color: #1c1f25;
}

.prorf {
  width: 100px;
  display: block;
  margin: 0 auto;
  padding: 10px 0px;
}
.prorf img {
  border-radius: 50%;
  transition: all 0.5s;
}
.prorf:hover img {
  box-shadow: 0px 0px 15px #868686;

  transform: scale(1.1);
}
.social__link.prorf {
  width: 41px;
  display: block;
  margin: 0 auto;
  padding: 0px;
}

@media (max-width: 600px) {
  .popup-body {
    padding: 0;
  }
  .control,
  .select2-container--default .select2-selection--single {
    font-size: 14px;
  }
  .new_year_form_wrap {
    padding: 0px;
    margin: 0px;
    width: 100%;
  }
  #premialnyy-syurpriz .is-col__xs-12,
  #premialnyy-syurpriz .nav__justified {
    padding: 0px;
    margin: 0px;
    width: 100%;
  }
  .new_year-act2 {
    margin-top: 30px;
  }
  .checkbox label::after,
  .radio label::after {
    left: unset;
  }
}
.error .select2-selection {
  border-color: #ed1846 !important;
}

.btn--primary.focus,
.btn--primary:focus,
.btn--primary:hover {
  background-color: #fff !important;
}

.notice-metka-promo {
  background-color: #2d9c57;
  text-transform: none;
  left: 0;
  right: unset;
  font-size: 13px;
}

.card-main__info-body h1 {
  margin-top: 0px;
}
.card-main__info-body .sale {
  margin: 5px auto;
}

.meblerovka__slide {
  display: block;
  text-decoration: none;
  min-height: 658px;
}
.mebel-banner {
  position: relative;
}
.mebel-banner__slider {
  overflow: hidden;
  max-height: 658px;
  max-height: auto;
  background: #252525;
  background: #fff;
}
.meblerovka__slide {
  padding-top: 160px;
  padding-bottom: 215px;
}
.meblerovka__slide img {
  display: block;
  object-fit: cover;
  height: 658px;
  height: auto;
  width: 100%;
    max-width: 1920px;
    margin: 0 auto;
}
.page-na-zakaz .meblerovka__slide img,
.page-na-zakaz .mebel-banner__slider,
.page-na-zakaz .meblerovka__slide{
  height: 658px;
}

.mebel-banner__title {
  font-family: leto_sansregular;
  color: #fff;
}
.mebel-banner__title-important {
  margin-bottom: 8px;
  font-family: leto_sansbold;
  font-size: 64px;
  line-height: 50px;
}
.mebel-banner__price {
  font-family: leto_sansbold, CirceBold;
  font-size: 36px;
  color: #ed1846;
}
.mebel-banner__title-after {
  margin-bottom: 18px;
  font-family: leto_sansregular;
  font-size: 18px;
  text-transform: uppercase;
}
.mebel-banner .btn--outline {
  font-family: leto_sansregular;
  font-size: 20px;
  padding: 12px 24px;
  color: #ffffff;
  border: 1px solid #ffffff;
  background: transparent;
}
.mebel-banner .btn--outline:hover {
  color: #000;
  background: #fff;
}
.mebel-banner .btn--outline svg {
  margin-left: 16px;
}

.mebel-banner__controlls {
  position: absolute;
  bottom: 40px;
  left: 0;
  width: 100%;
}
.mebel-banner__controlls-row {
  display: flex;
  align-items: flex-end;
}
.mebel-banner__position {
  font-family: leto_sansbold;
  font-size: 25px;
  line-height: 26px;
  letter-spacing: 8.5%;
  color: #fff;
}
.mebel-banner__current-slide {
  font-size: 36px;
  line-height: 42px;
}
.mebel-banner__maximum-slides {
  font-family: leto_sansregular;
  font-size: 20px;
  line-height: 22px;
}
.mebel-banner__arrows {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 62px;
  height: 20px;
  margin-left: 20px;
  margin-bottom: 8px;
}
.mebel-banner__arrows button {
  position: static;
  display: inline-block;
  width: 11px;
  height: 20px;
  transform: none;
  font-size: 0;
  text-indent: -9999px;
  background: url("images/arrow-right.svg") no-repeat center/contain;
  padding: 0;
  border: none;
}
.mebel-banner__arrows .slick-prev {
  transform: rotate(180deg);
}
.mebel-banner__arrows button:hover {
  background: url("images/arrow-right.svg") no-repeat center/contain;
  opacity: 0.7;
}

@media (max-width: 1900px) {
  .meblerovka__slide {
    position: relative;
    min-height: auto;
    background-size: cover;
    background-position: center;
    padding-top: 100px;
    padding-bottom: 100px;
  }
  .meblerovka__slide .container {
    position: relative;
    padding-left: 20px;
  }
  .mebel-banner__title-important {
    font-size: 44px;
    line-height: 40px;
  }
}
.mebel-banner-m {
  display: none;
}
@media (max-width: 768px) {
  .mebel-banner {
    display: none;
  }
  .mebel-banner-m {
    display: block;
    position: relative;
  }
  .meblerovka__slide img {
    height: auto;
  }
  .mebel-banner-m .container {
    position: absolute;
    top: 15px;
    z-index: 5;
    display: flex;
    justify-content: space-between;
    width: 95%;
    padding: 10px 15px;
    background: #ed1846;
  }
  .meblerovka__slide {
    padding: 0;
  }
  .mebel-banner__title {
    margin: 0;
    display: flex;
    padding-right: 10px;
  }
  .mebel-banner__title-important,
  .mebel-banner__price {
    font-family: leto_sansregular;
    font-size: 16px;
    line-height: 20px;
    color: #ffffff;
    margin: 0;
  }
  .mebel-banner__price {
    font-family: leto_sansbold;
  }
  .mebel-banner-m .btn--outline {
    display: inline-flex;
    align-items: center;
    font-family: leto_sansbold;
    font-size: 12px;
    line-height: 1;
    color: #fff;
    background: none;
    border: 1px solid #fff;
    min-width: auto;
    height: 40px;
    padding: 0 10px;
  }
  .mebel-banner-m .slick-dots li button {
    width: 13px;
    height: 13px;
    background: #ffffff;
  }
  .mebel-banner-m .slick-dots li.slick-active button {
    background: #ed1846;
  }
}

.z-top-bg .meblerovka__slide img,
.z-top-bg .mebel-banner__slider,
.z-top-bg .meblerovka__slide,{
  height: 600px;
}
.z-top-bg .meblerovka__slide .container{
  /*min-height: 600px !important;*/
}
body .mebel-banner .dop_info{
/*  min-height: unset !important;
  display: flex !important;
  padding: 0px !important;
  position: absolute;
  bottom: 0;
  max-width: 1280px !important;
  width: 100%;
  margin: 0 auto;*/
min-height: unset !important;
padding: 0px !important;
max-width: 1280px !important;
width: 100%;
margin-top: -30px;
}
.mebel-banner .dop_info p{
  align-content: center;
  color: #fff;
  padding: 0px 20px;
}
.mebel-banner-m .banner__timer {
  min-width: 305px;
  min-height: 150px;
  padding-top: 20px;
  padding-bottom: 20px;
  padding: 20px 15px;
  color: #fff;
  font-family: leto_sansregular, Arial, sans-serif;
  text-align: center;
  background: linear-gradient(180deg, rgba(254, 77, 79, 0.9) 0%, rgba(226, 3, 27, 0.9) 100%);
/*  position: absolute;
  right: 15vw;
  top: 50%;
  transform: translateY(-75%);*/
  padding-bottom: 30px;
}
.new_b, .new_b .mebel-banner-m__slider, .new_b .meblerovka__slide{
  min-height: 300px;
  width:100%;
}
.new_b .meblerovka__slide {
  height: 100%;
}
.new_b .meblerovka__slide img {
    height: 100%;
    min-height: 300px;
}
.new_b .slick-dots {
    bottom: -20px;
}
.new_b .slick-dots li.slick-active button {
    background: #ed1846;
    /*border: 1px solid #e6e0de;*/
}
.timer__title {
  margin-bottom: 8px;
  font-family: leto_sansbold, Arial, sans-serif;
  font-weight: 700;
  font-size: 18px;
  line-height: 22px;
  text-transform: uppercase;
}
.timer__info {
  width: 90%;
  margin: 0 auto;
  font-size: 12px;
  line-height: 14px;
}
.counter {
  display: flex;
  padding-top: 12px;
}
.counter-item {
  flex: 1 1 100%;
}
.counter-item:not(:last-child) {
  border-right: 1px solid #FFF;
}
.new_b .dop_info p{
  position: absolute;
  margin-top: -25px;
  color: #fff;
  padding: 0px 5px;
}
.new_b .slick-dots li button {
    width: 13px;
    height: 13px;
    background: #5f6165;
}


.onenews__item, .onenews__item span, .onenews__item p{
  font-family: leto_sansregular, Arial, sans-serif !important;
  font-size: 14px;
}
.shares__item-desc, .shares__item-desc span, .shares__item-desc p{
  font-family: leto_sansregular, Arial, sans-serif !important;
  font-size: 14px;
}
@media screen and (max-width: 768px){
  .new_b .dop_info p{
    position: absolute;
    bottom: 5px;
    left: 10px;
    margin: 0px;
  }
  .new_b .meblerovka__slide {
    height: 100%; 
  }
  .new_b .meblerovka__slide img{
    height: auto;
  }
}

@media screen and (min-width: 768px){
  .mebel-banner__title-important {
      line-height: 65px;
  }
}

#podp_error{
  color: red;
  padding-top: 10px;
}
#podp_error .light{
  color: #fff;
}

.main_page_banner .mebel-banner__title-after{
  text-transform: unset;
}
.catalog-inner .slick-dots {
    bottom: -15px;
}
.main-news .shares-inner.main-news-slider {
    padding-bottom: 20px;
}
/*.catalog__item {
    margin: 0 0 10px;
}*/
  body .slick-dots li button{
    width: 10px !important;
    height: 10px !important;
  }
  body .slick-dots li {
    margin: 0px 5px !important;
  }
@media (max-width: 768px){
  body .slick-dots li button{
    width: 5px !important;
    height: 5px !important;
  }
  body .slick-dots li {
    margin: 0px 2px !important;
  }
}
.promo__list.container-more .promo__list.container-more{
  width: 100%;
}


@media screen and (max-width: 768px){
  .catalog-grand .show-more .btn__lg{
    height: auto;
  }
}


.modal {
    display: none;
    position: fixed;
    z-index: 20;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    background-color: rgb(0, 0, 0);
    background-color: rgba(0, 0, 0, 0.4);
}

.modal-content {
    min-height: 100px;
    width: 505px;
    border-radius: 8px;
    box-shadow: 0 3px 30px 0 rgba(0, 0, 0, 0.5);
    padding-bottom: 20px;
    text-align: center;
    pointer-events: auto;
    transition: transform .3s;
    background-color: #F8F8F8;
    color: #000;
    position: relative;
    left: 50%;
    top: 50%;
    transform: translateX(-50%) translateY(-50%);
}

@media (max-width: 600px) {
    .modal-content {
        width: 100%;
    }
}

.close {
    color: #646464;
    font-size: 28px;
    position: absolute;
    right: 5px;
    background: #ccc;
    border-radius: 50%;
    height: 20px;
    width: 20px;
    top: 5px;
    line-height: 20px;
}

.close:hover,
.close:focus {
    color: #000;
    cursor: pointer;
}

.mo_img {
    margin-bottom: 15px;
}

.mo_img img {
    border-radius: 8px 8px 0px 0px;
}

.comagic-personal-form__title {
    font-family: "Open Sans CoMagic", sans-serif;
    font-weight: 300;
    font-size: 28px;
    overflow: hidden;
    text-overflow: ellipsis;
    line-height: 33px;
    padding: 0 45px;
    text-align: center;
}

.comagic-personal-form__main-btn {
    display: inline-block;
    background: none;
    background-color: rgba(0, 0, 0, 0);
    background-image: none;
    background-image: linear-gradient(180deg, rgba(255, 255, 255, 0.15) 0, rgba(255, 255, 255, 0) 100%);
    box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.16), 0 2px 3px rgba(0, 0, 0, 0.3);
    height: 42px;
    text-decoration: none;
    border-radius: 3px;
    padding: 0 20px;
    min-width: 0;
    cursor: pointer;
    outline: none;
    margin: 0 0 4px 0;
}

.comagic-personal-form__message {
    font-family: "Open Sans CoMagic", sans-serif;
    font-weight: 400;
    font-size: 13px;
    line-height: 20px;
    text-overflow: ellipsis;
    overflow: hidden;
    max-height: 140px;
    margin: 5px 0px;
    padding: 0 45px;
    text-align: center;
}

.comagic-personal-form__message ul {
    list-style: none;
    text-align: left;
}

.comagic-personal-form__main-btn__inner {
    text-decoration: none;
    font-family: Arial;
    font-weight: bold;
    font-size: 14px;
    text-transform: uppercase;
    line-height: 42px;
    display: block;
}

@media (max-width: 600px) {
    .comagic-personal-form__title {
        font-size: 20px;
        line-height: 24px;
    }
}

text {
    font-family: Helvetica, Arial, sans-serif;
    font-size: 16px;
    pointer-events: none;
    font-weight: bold;
}

#chart {
    width: 450px;
    height: 450px;
    top: 0;
    left: 0;

    /*animation: radial-pulse 1s infinite;
		border-radius: 50%;*/
    margin: 20px 5px;
}

@keyframes radial-pulse {
    0% {
        box-shadow: 0 0 0 0px rgba(237, 24, 70, 0.5);
    }

    100% {
        box-shadow: 0 0 0 40px rgba(237, 24, 70, 0);
    }
}

.modalDialog:target {
    display: block;
    pointer-events: auto;
}

.modalDialog>div {
    width: 400px;
    position: relative;
    margin: 10% auto;
    padding: 5px 20px 13px 20px;
    border-radius: 10px;
    background: #fff;
    background: -moz-linear-gradient(#fff, #999);
    background: -webkit-linear-gradient(#fff, #999);
    background: -o-linear-gradient(#fff, #999);
}

.modalDialog {
    position: fixed;
    font-family: Arial, Helvetica, sans-serif;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: rgba(0, 0, 0, 0.8);
    z-index: 99999;
    -webkit-transition: opacity 400ms ease-in;
    -moz-transition: opacity 400ms ease-in;
    transition: opacity 400ms ease-in;
    display: none;
    pointer-events: none;
}

.close {
    position: absolute;
    right: 5px;
    top: 5px;
    background: transparent !important;
    box-shadow: none !important;
}

.close:hover {}

.ddaa>div {
    width: 80%;
    /*height: 600px;*/
    max-width: 1000px;
    background: #fff;
    display: flex;
    background: url('../../bg_box-min.jpg');
    background-size: cover;
}

div#div_form {
    text-align: left;
    width: 50%;
    margin-left: 50px;
    display: flex !important;
    flex-direction: column;
    align-self: center;
}

@keyframes glowing {
    0% {
        background-color: #ed1846;
        box-shadow: 0 0 5px #ed1846;
    }

    50% {
        background-color: #ff053b;
        box-shadow: 0 0 15px #ff053b;
        font-size: 21px;
    }

    100% {
        background-color: #ec1846;
        box-shadow: 0 0 5px #ec1846;
    }
}

.btn--primary.focus,
.btn--primary:focus,
.btn--primary:hover {
    background-color: #ed1846;
    border-color: #ed1846;
    color: #ed1846;
    -webkit-animation-play-state: paused;
    -moz-animation-play-state: paused;
    animation-play-state: paused;
}

.fqq {
    background-color: #ed1846;
    border-color: #ed1846;
    color: #ed1846;
    animation: glowing 750ms infinite;
}

@media (max-width: 768px) {
    .ddaa>div {
        width: 100%;
        height: 100%;
        margin: 0px;
        border-radius: 0px;
        display: flex;
        flex-direction: column;
        overflow: scroll;
    }

    div#div_form {
        width: 100%;
        margin: 10px;
        padding-bottom: 25px;
    }

    .adfqq1 {
        display: none;
    }

    #chart {
        width: 310px;
        height: 310px;
        margin: 0px auto;
        margin-top: 25px;
    }

    text {
        font-size: 12px;
    }

}

.load_more:hover .btn {
	    color: #ed1846 !important;
	}

@media screen and (max-width: 768px){
  .white-popup-body.popup-body .new_year_form_wrap{
    padding: 0px 25px !important;
  }
}

.pie text{
  font-family: leto_sansregular, Arial, sans-serif;
  font-size: 33px;
}
.pie {
  animation: blinker1 1s linear infinite;
}
@keyframes blinker {
  50% {
    opacity: 0;
  }
}
.pie {
  position: relative;
}

.pie::after {
  animation: pulse 2000ms cubic-bezier(0.9, 0.7, 0.5, 0.9) infinite;
}

@keyframes pulse {
  0% {
    opacity: 0;
  }
  50% {
    transform: scale(1.4);
    opacity: 0.4;
  }
}

.pie::after {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: #ed184730;
  border-radius: 50%;
  z-index: -1;
}