/* Устанавливаем глобальную переменную css - начальное значение z-index для класса modal-b */
/* Необходимо для сбрасывания значения z-index of modal-b при закрытии модального окна */
:root {
  --init-z-index-modal: 20000;
}

a.inherit:not(:hover) {
  color: inherit;
}

input, textarea {
  outline: none !important;
}

.cursor_default {
  cursor: default;
}

.no-swiper-container {
	margin-bottom: 22px;
}

.catalog-compare{
	width: 100%; height: 38px; text-align: center; position: absolute; bottom: 0px; background: white;
	display: flex;
	margin-top: 12px;
}
.catalog-b__item:hover .catalog-compare{
	background: #e4e4e4;
}
.catalog-b__item .catalog-compare.active{
	background: #e4e4e4;
}
.catalog-b__item .catalog-compare.active .compare_icon{
	background: url('../img/compare.png') no-repeat #ffdd00;
	background-position:center;
}
.compare-text{
	padding: 11px 0;
	width: calc(100% - 38px);
	text-align: center;
	font-size: 12px;
	color:#272727;
	display: flex;
	align-items: center;
	justify-content:center;
}
.compare_icon{
	width:38px;
	height: 38px;
	margin-right: 5px;
	background: url('../img/compare.png') no-repeat #f5f5f5;
	background-position:center;
	border-radius: 0 8px 0 0;
}
.catalog-b__item:hover .compare_icon{
	background: url('../img/compare.png') no-repeat #ffdd00;
	background-position:center;
}

/*button up page*/
#main_btn_up_page {
	position:fixed;
	bottom: 140px;
	display:none;
	width: auto;
	left: initial;
	right: 58px;
}
@media (max-width: 900px) {
	#main_btn_up_page {
		display:none
	}
}
#main_btn_up_page .up-b__grid {
	margin: 0;
}
#main_btn_up_page .up-b__button {
	position:relative;
	z-index:9;
	cursor:pointer;
	transition:.15s linear;
	background:#e9e9e9;
	width:56px;
	height:56px;
	display:flex;
	align-items:center;
	justify-content:center;
	border-radius:100%
}
#main_btn_up_page .up-b__button:hover {
	background:#8A8A8A;
	box-shadow:0 3px 6px rgba(0,0,0,.16)
}

@media (max-width: 1640px) {
	#main_btn_up_page .up-b__grid {
		margin-right:-15px
	}
}


.bx_catalog-compare-list {
	display: none;
}

.reviews-b__form-rate .reviews-b__form-rate__item > svg {
  cursor: pointer;
}

.reviews-b__form-rate .reviews-b__form-rate__item.active > svg {
  fill: #afcb00;
}

.reviews-b__form-rate[data-value="1"] .reviews-b__form-rate__item:nth-child(1) > svg {
  fill: #afcb00;
}

.reviews-b__form-rate[data-value="2"] .reviews-b__form-rate__item:nth-child(-n + 2) > svg {
  fill: #afcb00;
}

.reviews-b__form-rate[data-value="3"] .reviews-b__form-rate__item:nth-child(-n + 3) > svg {
  fill: #afcb00;
}

.reviews-b__form-rate[data-value="4"] .reviews-b__form-rate__item:nth-child(-n + 4) > svg {
  fill: #afcb00;
}

.reviews-b__form-rate[data-value="5"] .reviews-b__form-rate__item:nth-child(-n + 5) > svg {
  fill: #afcb00;
}

.reviews-b__list .reviews-b__item .reviews-b__stars .icon__star.icon__star_empty {
  fill: #fff;
}

.club-b__person-star .icon__star.icon__star_empty {
  fill: transparent;
  stroke: #f5f5f5;
}

.club-b__person-photo:hover .club-b__person-rating .icon__star.icon__star_empty {
  fill: #fff;
  stroke: #9fb800;
}

.person-b__rating-stars .icon__star.icon__star_empty {
  fill: #fff;
  stroke: #9fb800;
}

.toggle-filter-b {
  position: relative;
}

.toggle-filter-b__links {
  cursor: pointer;
}

.toggle-filter-b__links svg {
  -webkit-transition: 0.15s linear;
  transition: 0.15s linear;
}

.toggle-filter-b__links_active svg {
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
  -webkit-transition: 0.15s linear;
  transition: 0.15s linear;
}

.toggle-filter-b__drop {
  background: #f5f5f5;
  position: absolute;
  top: 30px;
  white-space: nowrap;
  z-index: 1;
  right: 0;
  padding: 5px 0;
  display: none;
}

.toggle-filter-b__drop-link {
  display: block;
  padding: 5px 12px;
  color: #3d3d3d;
  cursor: pointer;
  font-size: 16px;
}

.toggle-filter-b__drop-link:hover {
  color: #afcb00;
}

.toggle-filter-b__drop-link_select {
  color: #afcb00;
}

.club-b__city-links {
  cursor: pointer;
}

.club-b__tags-links.club-b__tags-links_active {
  background: #fafafa;
  border-color: #afcb00;
  box-shadow: 0 5px 15px rgba(175, 203, 0, 0.35);
  transition: 0.15s linear;
}

.reviews-b__form-actions.reviews-b__form-actions_files {
  width: 102px;
  margin: 14px 0 0 25px;
  padding: 0;
  overflow: hidden;
}

.reviews-b__form-actions.reviews-b__form-actions_files > input[type="file"] {
  margin-left: -121px;
}

.like-wp {
  cursor: pointer;
}

@media (min-width: 1200px) {
  .modal-b__gallery-main {
    height: 720px;
  }

  .modal-b__gallery-main .swiper-slide {
    height: 720px;
  }

  .modal-b__gallery-main .swiper-slide img {
    max-height: 700px;
  }

  .modal-b__gallery-main .swiper-wrapper {
    display: flex;
    align-items: center;
  }
}


.reviews-b__form-value_actions {
  width: 120px;
}

@media (max-width: 900px) {
  .reviews-b__form-value.reviews-b__form-value_actions {
    margin-left: 0;
  }

  .reviews-b__form-actions.reviews-b__form-actions_files {
    margin-left: 0;
  }

  .reviews-b__form-value_actions {
    width: 80px;
  }
}


.catalog-b__more {
  margin-top: 20px;
}

.club-b .catalog-b__more {
  margin-bottom: 25px;
}

.header-b__toggle-content {
  flex-wrap: nowrap;
}

.header-b__toggle-content.header-b__toggle-content_list.header-b__toggle-content_show {
  flex-direction: column;
}

.header-b__row {
  display: flex;
  flex-wrap: wrap;
}

.header-b__toggle-content.header-b__toggle-content_list > .header-b__row {
  margin-top: 0;
  margin-bottom: 10px;
}

.header-b__toggle-column.header-b__toggle-column_category .header-b__toggle-element-link {
  border-top: 1px solid #575757;
}

.is-bold {
  font-weight: bold;;
}
.is-loading {
  pointer-events: none;
}
.is-loading::before {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  background: rgba(255, 255, 255, 0.5);
}
.is-loading::after {
  content: '';
  position: absolute;
  width: 40px;
  height: 40px;
  left: calc(50% - 20px);
  top: calc(50% - 20px);
  transform: translate(10%,-50%);
  border: 5px solid #afcb00;
  border-bottom-color: transparent;
  border-radius: 50%;
  display: inline-block;
  box-sizing: border-box;
  animation: rotation 1s linear infinite;
}

.items-preloader {
  text-align: center;
}

.items-preloader > svg {
  -webkit-animation-name: rotation;
  -webkit-animation-duration: 1s;
  -webkit-animation-iteration-count: infinite;
  -webkit-animation-timing-function: linear;
  -moz-animation-name: rotation;
  -moz-animation-duration: 1s;
  -moz-animation-iteration-count: infinite;
  -moz-animation-timing-function: linear;
  -o-animation-name: rotation;
  -o-animation-duration: 1s;
  -o-animation-iteration-count: infinite;
  -o-animation-timing-function: linear;
  animation-name: rotation;
  animation-duration: 1s;
  animation-iteration-count: infinite;
  animation-timing-function: linear;
}

.items-preloader > svg {
  fill: #afcb00;
}

@-webkit-keyframes rotation {
  0% {
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

@-moz-keyframes rotation {
  0% {
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

@-o-keyframes rotation {
  0% {
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

@keyframes rotation {
  0% {
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(720deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

.inp_blo.inp.captcha {
  display: none !important;
}

.form-group.captcha ~ .modal-b__fast-submit {
  clear: left;
}

.form-b__captcha + .btn {
  margin: 18px 0 0;
}

/* style from footer.php */

.callback_pop {
  width: 425px;
  display: none;
  padding: 25px 25px 40px 25px;
  background: #ecefee;
}

.fancybox-inner h3 {
  font-size: 20px;
  color: #333;
  text-transform: uppercase;
  font-weight: 700;
  margin-bottom: 20px;
  margin-top: -5px;
  line-height: 23px;
}

.fancybox-inner p {
  font-size: 13px;
  color: #666;
  line-height: 15px;
  font-style: italic;
}

.feedback_form {
  padding-top: 45px;
}

.inp_blo {
  position: relative;
}

.inp_blo.inp {
  background: #fff;
  border: 1px solid #ddd;
  position: relative;
  padding: 10px 14px;
  margin-bottom: 23px;
}

.inp_blo.inp input, .inp_blo.inp label, .num_ord label, .inp_blo.text label {
  color: #3c3c3c;
  font-size: 17px;
  border: 0 none;
  background: none;
  width: 100%;
}

.inp_blo.tel {
  color: #999;
  font-size: 19px;
}

.inp_blo.tel input, .num_ord input, .inp_blo.text textarea {
  background: #fff;
  border: 1px solid #ddd;
  position: relative;
  padding: 9px 14px;
  color: #3c3c3c;
  font-size: 17px;
  font-family: Arial, Helvetica, sans-serif;
  font-weight: normal;
  box-sizing: border-box;
}

.inp_blo.text textarea {
  width: 100%;
}

.send_blo {
  text-align: center;
}

.send, .stat_send, .log_in, .send_subs {
  display: inline-block;
  background: #abc43e;
  border: 0 none;
  color: #fff;
  font-size: 19px;
  cursor: pointer;
  padding: 12px 40px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
}

p.fz_notice {
  margin: 20px 0 0 0;
  font-size: 13px;
  font-family: Arial, sans-serif;
  color: #878787;
  font-style: normal;
}

.radio-hidden {
  opacity: 0;
  position: absolute;
}

/* found that looking form */

.form-old-container_middle {
  width: 325px;
}

.form-old {
  display: block;
  padding: 25px 25px 16px 25px;
  background: #ecefee;
}

.form-old__title {
  font-size: 20px;
  color: #333;
  text-transform: uppercase;
  font-weight: 700;
  margin-bottom: 20px;
  margin-top: -5px;
  line-height: 23px;
}

.form-old__description {
  padding-bottom: 20px;
  font-size: 14px;
  color: #666;
  line-height: 15px;
  font-style: italic;
}

.form-that-looking_success {
  display: flex;
  align-items: center;
}

.form-that-looking_success__ava {
  width: 135px;
  height: 85px;
  background: url(/local/templates/finestra/css/../img/modal_al_img.png) no-repeat;
  padding-left: 30px;
}

.form-that-looking_success__text {
  font-size: 16px;
  padding-top: 18px;
  margin-left: 14px;
  font-style: italic;
}

.form-that-looking_success__text_green {
  display: block;
  color: #acc53c;
  font-weight: 700;
  padding-bottom: 9px;
}

.form-old__error-msg {
  padding-bottom: 18px;
}

.grecaptcha-badge {
  visibility: hidden;
}

/* main slider actions */
.sales-b__block img {
  height: auto;
  object-fit: initial
}

@media screen and (max-width: 1100px) {
  .sales-b__list.no_slider .swiper-wrapper {
    flex-wrap: wrap;
    justify-content: space-between;
  }

  .sales-b__list.no_slider .swiper-slide {
    width: calc(50% - 30px);
    margin: 0 15px 30px
  }
}

@media screen and (max-width: 900px) {
  .sales-b__list.no_slider {
    padding: 0
  }

  .main-b__element {
    height: initial !important
  }
}

@media screen and (max-width: 650px) {
  .section__slider_stock {
    padding: 0
  }

  .sales-b__list.no_slider .swiper-slide {
    width: 100%;
    margin: 0 0 15px
  }
}

.catalog-m__title svg,
.subcatalog-m__icon svg {
  fill: #3d3d3d;
  max-width: 32px;
  max-height: 36px;
  object-fit: contain;
  margin-right: 10px;
}

.catalog-m__title svg path,
.subcatalog-m__icon svg path {
  fill: #afcb00;
}

.catalog-m__title span {
  white-space: normal;
  font-size: 10px;
}

.b24-widget-button-wrapper {
  bottom: 80px !important;
}

#CalltouchWidgetFrame {
  bottom: 58px !important;
  z-index: 10150 !important;
}

#main_btn_up_page {
  bottom: 160px;
  z-index: 999;
}

.contacts-services-mobile {
  margin-top: 30px;
  margin-bottom: 30px;
}

/*.modal-b {*/
/*  z-index: var(--init-z-index-modal);*/
/*}*/

.modal-b.modal-b_main .modal-b__block {
  padding-bottom: 45px
}

.nav-mobile-bar {
  z-index: 99;
}

@media (max-width: 579px) {
  .cart-done-b__but > .btn {
    margin-bottom: 20px;
  }
}

@media (max-width: 900px) {
  .modal-b__gallery-qr {
    display: none;
  }
}

@media (max-width: 1250px) {
  .contacts-services {
    display: none;
  }

  #main_btn_up_page {
    display: none !important;
  }

  .btn {
    padding: 0 14px;
  }
}

@media (min-width: 1251px) {
  .contacts-services-mobile {
    display: none;
  }
}

.modal-b__close {
  z-index: 999;
}


/* Modal Cart
    ----------------------
     */
.modal-b__cart {
  margin: 0 0 20px;
  position: relative;
}

.modal-b__cart-close {
  position: absolute;
  top: 15px;
  right: 15px;
  display: none;
  cursor: pointer;
  line-height: 1;
  font-size: 36px;
  color: #000;
}

@media (max-width: 650px) {
  .modal-b__cart-close {
    display: block;
  }
}

.modal-b__cart .modal-b__fast-title {
  text-transform: uppercase;
}

@media (max-width: 650px) {
  .modal-b__cart {
    padding: 18px 15px;
  }

  .modal-b__cart .modal-b__fast-title {
    font-size: 22px;
    text-transform: none;
  }
}

.modal-b__cart-grid {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

@media (max-width: 650px) {
  .modal-b__cart-grid {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}

.modal-b__cart-photo {
  min-width: 162px;
  width: 162px;
  position: relative;
}

@media (max-width: 650px) {
  .modal-b__cart-photo {
    width: 120px;
    min-width: 120px;
  }
}

.modal-b__cart-photo .card-b__labels {
  position: absolute;
  left: 0;
  top: 11px;
  z-index: 2;
  display: block;
}

@media (max-width: 650px) {
  .modal-b__cart-photo .card-b__labels {
    top: 0;
  }
}

.modal-b__cart-photo .catalog-b__label-item {
  font-size: 14px;
  padding: 2px 8px;
  margin: 4px 0;
}

.modal-b__cart-photo img {
  display: block;
  width: 100%;
  height: 162px;
  object-fit: cover;
  border: 1px solid #e4e4e4;
}

@media (max-width: 650px) {
  .modal-b__cart-photo img {
    height: 120px;
  }
}

.modal-b__cart-about {
  -webkit-box-flex: 1;
  -ms-flex: auto;
  flex: auto;
  padding: 0 38px 0 23px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

@media (max-width: 650px) {
  .modal-b__cart-about {
    padding: 0;
    -webkit-box-flex: 0;
    -ms-flex: none;
    flex: none;
    width: calc(100% - 135px);
  }
}

.modal-b__cart-actions {
  margin: auto 0 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.modal-b__cart-actions_mobile {
  display: none;
  width: 100%;
  margin: 15px 0 30px;
}

@media (max-width: 650px) {
  .modal-b__cart-actions_desktop {
    display: none;
  }

  .modal-b__cart-actions_mobile {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 10px;
  }
}

.modal-b__cart-actions .btn {
  padding: 0;
  width: calc(50% - 10px);
}

@media (max-width: 650px) {
  .modal-b__cart-actions .btn {
    width: auto;
    -webkit-box-flex: 1;
    -ms-flex: auto;
    flex: auto;
  }
}

.modal-b__cart-category {
  margin: 0 0 5px;
  font-size: 18px;
  font-weight: bold;
}

@media (max-width: 650px) {
  .modal-b__cart-category {
    font-size: 12px;
  }
}

.modal-b__cart-category a {
  color: #575757;
}

.modal-b__cart-title {
  margin: 0 0 5px;
  font-size: 24px;
  font-weight: bold;
}

@media (max-width: 650px) {
  .modal-b__cart-title {
    font-size: 16px;
    font-weight: normal;
  }
}

.modal-b__cart-title a {
  color: #3d3d3d;
}

.modal-b__cart-info {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-flex: 0;
	-ms-flex: none;
	flex: none;
	max-width: 220px;
}

@media (max-width: 650px) {
  .modal-b__cart-info {
    -webkit-box-flex: initial;
    -ms-flex: initial;
    flex: initial;
    display: block;
    max-width: initial;
    width: 100%;
  }
}

.modal-b__cart-price_mobile {
  display: none;
}

@media (max-width: 650px) {
  .modal-b__cart-price_desktop {
    display: none;
  }

  .modal-b__cart-price_mobile {
    display: block;
  }
}

.modal-b__cart-current {
	font-size: 22px;
	font-weight: bold;
	color: #3d3d3d;
	white-space: nowrap;
}

.modal-b__cart-current_sale {
  color: #e63a2e;
}

.modal-b__cart-current span {
  font-size: 36px;
}

.modal-b__cart-sale {
  font-size: 18px;
  font-weight: bold;
  color: #3d3d3d;
  text-decoration: line-through;
}

.modal-b__cart-sale span {
  font-size: 28px;
}

.modal-b__sale {
  position: relative;
}

@media (max-width: 650px) {
  .modal-b__sale {
    max-width: 280px;
    margin: 0 auto;
  }
}

.modal-b__sale .swiper-container {
  padding: 0 0 22px;
  margin: 0 0 -22px;
}

.modal-b__sale .swiper-pagination {
  bottom: 0;
}

.modal-b__sale .swiper-pagination-bullet {
  width: 10px;
  height: 10px;
  background: #3d3d3d;
  opacity: 1;
  margin: 0 2px;
}

.modal-b__sale .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background: #afcb00;
}

.modal-b__sale-info {
  position: absolute;
  left: -10px;
  top: -10px;
  z-index: 4;
  padding: 0 2px 0 0;
  width: 20px;
  height: 20px;
  background: #afcb00;
  border-radius: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  color: #fff;
  font-style: italic;
  font-weight: bold;
  font-size: 14px;
}

.modal-b__sale-count {
  position: absolute;
  right: -10px;
  top: -10px;
  z-index: 4;
  height: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 0 8px;
  background: #e63a2e;
  border-radius: 10px;
  color: #fff;
  font-size: 14px;
}

.modal-b__sale .swiper-slide {
  position: relative;
  z-index: 1;
}

.modal-b__sale .swiper-slide img {
  max-width: 100%;
  height: auto;
  display: block;
  border-radius: 8px;
}

.modal-b__goods {
  margin: 30px -30px 0;
}

@media (max-width: 650px) {
  .modal-b__goods {
    margin: 30px 0 0;
  }

  .js-order-1click-mini-form {
    margin: 0 !important;
    padding: 0 10px;
  }
}

.modal-b__goods-title {
  height: 50px;
  background: #e4e4e4;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 18px;
  font-weight: bold;
  color: #3d3d3d;
  padding: 0 30px;
}

.modal-b__goods-head {
  padding: 0 30px 5px;
}

.modal-b__goods-scroll {
  background: #fff;
  border-top: 1px solid #ddd;
  border-bottom: 1px solid #ddd;
  padding: 10px;
}

.modal-b__goods-scroll_nopadding {
  padding: 0 10px;
}

.modal-b__goods-list {
  overflow-x: hidden;
  overflow-y: scroll;
  scrollbar-width: thin;
  max-height: 220px;
  padding: 0 20px;
}

@media (max-width: 650px) {
  .modal-b__goods-list {
    overflow: visible;
    max-height: 100%;
    padding: 0 5px;
  }
}

.modal-b__goods-list::-webkit-scrollbar {
  width: 5px;
}

.modal-b__goods-list::-webkit-scrollbar-thumb {
  background: rgba(15, 6, 30, 0);
  border-radius: 8px;
}

.modal-b__goods-list:hover::-webkit-scrollbar-thumb {
  background: rgba(15, 6, 30, 0.2);
}

.modal-b__goods-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.modal-b__goods-column {
  width: 20%;
}

@media (max-width: 650px) {
  .modal-b__goods-column {
    width: auto;
  }
}

.modal-b__goods-column_count {
  text-align: center;
  color: #666;
}

.modal-b__goods-column .cart-table-b__about {
  padding-left: 82px;
  display: flex;
}

.modal-b__goods-column .cart-table-b__about img {
  left: 0;
  width: 60px;
  height: 60px;
  object-fit: cover;
}

.modal-b__goods-column:first-child {
  width: 60%;
}

.modal-b__goods-head .modal-b__goods-column {
  font-size: 12px;
  color: #3d3d3d;
}

.modal-b__goods-head .modal-b__goods-column:first-child {
  padding-left: 82px;
}

.modal-b__goods-item {
  padding: 5px 0;
}

.modal-b__goods-list_cart .modal-b__goods-item {
  margin: 0 0 15px;
}

.modal-b__goods-list_cart .modal-b__goods-item:first-child {
  margin-top: 25px;
}

.modal-b__goods-list_cart .modal-b__goods-item:last-child {
  margin: 0 0 25px;
}

.modal-b__goods-list_cart .cart-table-b__about {
  font-size: 18px;
  color: #3d3d3d;
  min-height: 60px;
  padding: 0 0 0 75px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  position: relative;
}

.modal-b__goods-list_cart .cart-table-b__about img {
  position: absolute;
  left: 0;
  top: 0;
}

.modal-b__goods-list_cart .cart-table-b__about strong {
  display: block;
  font-size: 14px;
  font-weight: bold;
}

@media (max-width: 650px) {
  .modal-b__goods-list_cart .cart-table-b__about {
    font-size: 14px;
    margin: 0;
  }

  .modal-b__goods-list_cart .cart-table-b__about strong {
    font-size: 12px;
  }
}

.modal-b__goods-current {
  font-size: 18px;
  font-weight: bold;
  color: #3d3d3d;
}

.modal-b__goods-current_sale {
  color: #e63a2e;
}

.modal-b__goods-current span {
  font-size: 24px;
}

@media (max-width: 650px) {
  .modal-b__goods-current span {
    font-size: 20px;
  }
}

.modal-b__goods-sale {
  font-size: 18px;
  font-weight: bold;
  color: #3d3d3d;
  text-decoration: line-through;
}

.modal-b__goods-sale span {
  font-size: 24px;
}

@media (max-width: 650px) {
  .modal-b__goods-sale span {
    font-size: 20px;
  }
}

.modal-b__block_pay {
  background: #f5f5f5;
  border-radius: 7px;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.16);
  max-width: 900px;
}

@media (max-width: 650px) {
  .modal-b__block_pay {
    box-shadow: none;
    border-radius: 0;
    padding: 0;
  }

  .modal-b__block_pay .block-b__title {
    background: #f5f5f5;
    font-size: 18px;
  }
}

.modal-b__block_pay .modal-b__top {
  display: none;
}

@media (max-width: 650px) {
  .modal-b__block_pay .modal-b__top {
    padding: 25px 15px 15px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}

.modal-b__form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  background: #e4e4e4;
  padding: 21px 30px 25px;
  margin: 0 -30px -20px;
  border-radius: 0 0 7px 7px;
}

@media (max-width: 650px) {
  .modal-b__form {
    margin: 0;
    padding: 20px 15px 30px;
    display: flex;
  }

  #modal-tocart .input-text_form {

  }

  #modal-tocart .modal-b__form-note {
    min-width: 100%;
    padding: 0 0 10px;
  }

  #modal-tocart .modal-b__form {
    flex-wrap: wrap;
    justify-content: flex-start;
  }

  #modal-tocart .modal-b__form-phone {
    padding: 0 20px 0 0;
    width: 50%;
    min-width: 215px;
  }

  #modal-tocart .modal-b__form-button {
    width: 110px;
  }
}

.modal-b__form-note {
  -webkit-box-flex: 1;
  -ms-flex: auto;
  flex: auto;
  font-size: 18px;
}

@media (max-width: 650px) {
  .modal-b__form-note {
    font-size: 16px;
    width: 100%;
  }
}

.modal-b__form-note strong {
  font-weight: bold;
  display: block;
}

.modal-b__form-phone {
  width: 310px;
  padding: 0 20px 0 30px;
}

@media (max-width: 650px) {
  .modal-b__form-phone {
    padding: 20px 0;
    width: 100%;
  }
}

@media (max-width: 650px) {
  .modal-b__form-button {
    width: 100%;
  }
}

.modal-b__form-button .btn {
  border: 0;
}

.modal-b__block_bgwhite {
  background: #fff;
}

.modal-b__block {
  max-width: 450px;
  width: 100%;
  position: relative;
}

.modal-b__block img {
  max-width: 100%;
  height: auto;
}

.modal-b__block_white {
  background: #fff;
  padding: 25px 30px 20px;
}

.modal-b__block_small {
  max-width: 340px;
}

.modal-b__block_nopadding {
  padding: 0;
}

.modal-b__block_big {
  max-width: 1276px;
}

.modal-b__block_shadow {
  border-radius: 7px;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.16);
}

.modal-b__block_gray {
  background: #f5f5f5;
}

.modal-b__block_fast {
  max-width: 384px;
}

.modal-b__block_smeta {
  max-width: 574px;
}

.modal-b__block_auth {
  max-width: 500px;
}

.modal-b__block_help {
  padding: 18px;
  background: #fff;
  max-width: 266px;
  border-radius: 7px;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.16);
}

.modal-b__block_dark {
  padding: 25px 30px;
  background: #3d3d3d;
  border-radius: 7px 7px 0 0;
  color: #fff;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.16);
}

.modal-b__block .cart-b__sales-item {
  color: #fff;
  background: none;
  padding: 0 0 15px;
  margin: 0 0 15px;
  border: 0;
  border-bottom: 1px solid #707070;
}

.modal-b__block .cart-b__sales-item:last-child {
  border: 0;
  padding: 0;
  margin: 0;
}

.modal-b__block .cart-b__sales {
  margin: 0;
}

.modal-b__block .cart-b__sales-photo {
  width: 100px;
}

.modal-b__block .cart-b__sales-about {
  width: calc(100% - 116px);
}

.modal-b__block .cart-b__sales-title a {
  color: #afcb00;
}

.modal-b__block .cart-b__sales-title a:hover {
  color: #afcb00;
}

.modal-b__block .cart-b__sales-title {
  color: #fff;
}

.modal-b__block .cart-b__sales-rule {
  color: #fff;
}

.modal-b__block .cart-b__sales-rule strong {
  color: #fff;
}

.modal-b__block_pay {
  background: #f5f5f5;
  border-radius: 7px;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.16);
  max-width: 900px;
}

@media (max-width: 650px) {
  .modal-b__block_pay {
    box-shadow: none;
    border-radius: 0;
    padding: 0;
  }

  .modal-b__block_pay .block-b__title {
    background: #f5f5f5;
    font-size: 18px;
  }
}

.modal-b__block_pay .modal-b__top {
  display: none;
}

@media (max-width: 650px) {
  .modal-b__block_pay .modal-b__top {
    padding: 25px 15px 15px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}

.modal-b__block_bgwhite {
  background: #fff;
}

.modal-b__block_dark .modal-b__title {
  color: #fff;
  font-size: 22px;
  margin: 0 0 15px;
}

.modal-b__block_dark .cart-b__sales-item:hover {
  background: none;
}

.cart-b__sales {
  margin: 40px 0 0;
}

.cart-b__sales-item {
  margin: 0 0 10px;
  border: 1px solid #efefef;
  background: #f5f5f5;
  padding: 15px 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-transition: 0.15s linear;
  transition: 0.15s linear;
}

@media (max-width: 650px) {
  .cart-b__sales-item {
    padding: 12px;
  }
}

.cart-b__sales-item:hover {
  background: #f3f3f3;
}

.cart-b__sales-photo {
  width: 60px;
}

.cart-b__sales-photo img {
  width: 100%;
  height: auto;
  max-height: 100px;
  object-fit: cover;
  border-radius: 4px;
  display: block;
}

.cart-b__sales-about {
  width: calc(100% - 75px);
}

.cart-b__sales-title {
  color: #3d3d3d;
  font-size: 16px;
  margin: 0 0 4px;
}

@media (max-width: 650px) {
  .cart-b__sales-title {
    font-size: 15px;
    margin: 0 0 10px;
    line-height: 1.1;
  }
}

.cart-b__sales-title a {
  font-weight: bold;
  color: #afcb00;
  text-decoration: underline;
}

.cart-b__sales-title a:hover {
  color: #3d3d3d;
}

.cart-b__sales-rule {
  margin: 0 0 4px;
  position: relative;
  color: #999;
  padding-left: 25px;
  font-size: 15px;
}

.cart-b__sales-rule:last-child {
  margin: 0;
}

.cart-b__sales-rule strong {
  font-weight: bold;
  margin: 0 7px 0 0;
  color: #3d3d3d;
}

.cart-b__sales-rule_done {
  color: #afcb00;
}

@media (max-width: 650px) {
  .cart-b__sales-rule {
    font-size: 13px;
    line-height: 1.1;
    margin: 0 0 8px;
  }

  .cart-b__sales-rule:last-child {
    margin: 0;
  }

  .cart-b__sales-rule span {
    display: block;
  }

  .cart-b__sales-rule strong {
    margin: 0;
  }
}

.cart-b__sales-icon {
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  border-radius: 100%;
  width: 18px;
  height: 18px;
  z-index: 2;
  background: #888;
}

.cart-b__sales-icon:after {
  content: '×';
  color: #fff;
  position: absolute;
  top: -1px;
  left: 5px;
  z-index: 2;
  font-size: 15px;
  font-weight: bold;
}

@media (max-width: 650px) {
  .cart-b__sales-icon:after {
    top: 0;
    left: 4px;
  }
}

.cart-b__sales-rule_done .cart-b__sales-icon {
  background: #afcb00;
}

.cart-b__sales-rule_done .cart-b__sales-icon:after {
  background: url("/images/check.png") no-repeat;
  width: 12px;
  height: 10px;
  content: '';
  top: 5px;
  left: 4px;
}

@media (max-width: 650px) {
  .cart-b__sales-rule_done .cart-b__sales-icon:after {
    left: 3px;
  }
}

#modal-tocart .modal-b__save {
  width: 50%;
  min-width: 500px;
  margin: 0 auto;
  padding: 30px 0 0;
}

#modal-tocart .modal-b__save-icon {
  float: left;
  margin: 0 0 -20px;
  width: 100px;
  height: 100px;
}

#modal-tocart .modal-b__save-title {
  text-align: left;
  margin: -10px 0 0 130px;
}

#modal-tocart .modal-b__save-text {
  text-align: left;
  margin: 0 0 0 130px;
  padding: 0 0 20px;
}

#modal-tocart .modal-b__form {
  margin: 0;
}

@media (max-width: 455px) {
  #modal-tocart .modal-b__save-text {
    font-size: 15px;
  }

  #modal-tocart .modal-b__save-title {
    font-size: 26px;
  }

  #modal-tocart .modal-b__save-icon {
    width: 70px;
    height: 70px;
    margin-left: 30px;
  }

  #modal-tocart .modal-b__save-icon img {
    max-width: 70%;
  }
}

@media (max-width: 410px) {
  #modal-tocart .modal-b__save-text, #modal-tocart .modal-b__save-title {
    margin-left: 90px;
  }

  #modal-tocart .modal-b__save-icon {
    margin-left: 0;
  }
}

.good-to-know-list {
  display: flex;
  flex-wrap: wrap;
  gap: 48px;
}

.good-to-know__title {
  padding-top: 20px;
  box-sizing: border-box;
}

.good-to-know__title h1 {
  margin: 0 0 36px;
  text-transform: uppercase;
  /*font-size: 24px;*/

  font-size: 36px;
  font-weight: bold;
  /*color: #afcb00;*/
}

.good-to-know-item {
  width: calc((100% - 48px) / 3);
}

.good-to-know-img {
  height: 260px;
  margin-bottom: 40px;
}

.good-to-know-img a {
  text-decoration: none;
}

.good-to-know-img a img {
  border-radius: 5px;
  box-shadow: 0px 6px 20px rgb(0 0 0 / 10%);
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.good-to-know-description {

}

.good-to-know-description a {
  text-decoration: none;
  color: #3d3d3d;
}

.good-to-know-description a h4 {
  text-transform: uppercase;
  font-size: 24px;
  font-weight: bold;
  margin: 0 0 32px;
}

a.good-to-know-btn-link {
  margin-top: 32px;
  color: white;
}

.good-to-know-text {
  font-size: 18px;
  line-height: 22px;
}

.good-to-know-text img {
  max-width: 100%;
  height: auto;
  object-fit: cover;
  margin: 32px 0;
}

.good-to-know-text a {
  color: #9fb800;
}

.good-to-know-text b {
  text-transform: uppercase;
  font-size: 24px;
  font-weight: bold;
  margin: 32px 0;
  display: inline-block;
}

/*.good-to-know-text h1 {*/
/*  margin: 0 0 12px;*/
/*  text-transform: uppercase;*/
/*  font-size: 24px;*/
/*  font-weight: bold;*/
/*  line-height: 1;*/
/*}*/

.good-to-know__wrap {
  /*width: calc(100% - 320px);*/
  padding-bottom: 100px;
  box-sizing: border-box;
}

.good-to-know__wrap .page-title-b {
  margin: 0 0 3px;
}

@media screen and (max-width: 800px) {

  .good-to-know-list {
    flex-direction: column;
  }

  .good-to-know__title {
    padding: 0;
  }

  .good-to-know__title h1 {
    font-size: 24px;
  }

  .good-to-know-item {
    width: 100%;
  }

  .good-to-know-img {
    height: 180px;
    margin: 0 0 28px;
  }

  .good-to-know-description a h4 {
    font-size: 20px;
    margin: 0 0 18px;
  }

  a.good-to-know-btn-link {
    margin-top: 12px;
  }

  .good-to-know-text {
    font-size: 16px;
    line-height: 1.3;
  }

  .good-to-know-text img {
    /*height: 220px;*/
  }

  .good-to-know-text b {
    margin: 24px 0 18px;
    font-size: 20px;
  }
}

.form-loading {
	position: relative;
	pointer-events: none;
	opacity: .5;
}

.modal-b .form-loading {
	opacity: 1;
}

.modal-b .form-loading::after {
	content: '';
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	z-index: 10;
	background: rgba(245, 245, 245, 0.7);
}

.club-b__filter .club-b__tags{
	width: 100%;
}
/* Counter
----------------------
 */
.counter-b {
  padding: 0 70px;
  position: relative;
  width: 100%;
}
.counter-b__control {
	width: 50px;
	height: 50px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	border-radius: 7px;
	background: #e4e4e4;
	cursor: pointer;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	-webkit-transition: 0.15s ease-out;
	transition: 0.15s ease-out;
	top: 0;
	position: absolute;
}
.counter-b__control_minus {
  left: 0;
}
.counter-b__control_plus {
  right: 0;
}
.counter-b__control:hover {
  background: #d1cece;
}
.counter-b__value {
	width: 100%;
	font: 21px/1.2 'Myriad Pro', Arial, sans-serif;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	border: 1px solid #e4e4e4;
	height: 50px;
	text-align: center;
	border-radius: 7px;
	outline: none;
}
.counter-b__value:focus {
	border-color: #afcb00;
}
/*Модал ADD 2 CART*/
/* Added Promo */
.modal-b_gray {
  background: #f5f5f5;
}
.modal-b_dark {
  background: rgba(0,0,0,0.8);
}
.modal-b::-webkit-scrollbar {
  display: none;
}
.modal-b__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 20px 0;
  min-height: 100%;
  position: relative;
  z-index: 2;
}
.modal-b__inner_notice {
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  padding: 0 !important;
}
.modal-b__inner_shops {
  padding: 0 !important;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
}
.modal-b__inner_shop {
  padding: 0 !important;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
}
@media (max-width: 650px) {
  .modal-b__inner {
    padding: 10px;
  }
  .modal-b__inner_pay {
    padding: 0;
  }
}
@media (max-width: 650px){
  .modal-b__inner_added {
    padding: 40px 0 0!important;
  }
}

@media (max-width: 650px) {
  .modal-b__inner_book {
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    padding: 0;
  }
}
.modal-b__close {
  position: absolute;
  color: #fff;
  top: -60px;
  right: -50px;
}
@media (max-width: 900px) {
  .modal-b__close {
    right: 0px;
    top: -50px;
  }
}
.modal-b__close_gallery {
  position: relative;
  display: table;
  top: 0;
  right: 0;
  margin: 10px 60px 25px auto;
}
@media (max-width: 900px) {
  .modal-b__close_gallery {
    margin: 0 10px 20px auto;
  }
}
.modal-b__close i {
  cursor: pointer;
  font-size: 28px;
  height: 40px;
  width: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  border: 1px solid #fff;
  border-radius: 25px;
  -webkit-transition: 0.15s linear;
  transition: 0.15s linear;
}
.modal-b__close i:before {
  content: '×';
  display: block;
  position: absolute;
  left: 12px;
  top: 1px;
  -webkit-transition: 0.15s linear;
  transition: 0.15s linear;
  opacity: 1;
  -webkit-transition-delay: 0.1s;
  transition-delay: 0.1s;
}
.modal-b__close i:after {
  opacity: 0;
  -webkit-transition: 0s;
  transition: 0s;
  position: absolute;
  left: 17px;
  top: 10px;
  font-size: 14px;
  content: '← Закрыть';
  display: block;
}
.modal-b__close_white i {
  border-color: #8a8a8a;
  color: #8a8a8a;
}
@media (min-width: 900px) {
  .modal-b__close:hover i {
    width: 100px;
    -webkit-transition: 0.15s linear;
    transition: 0.15s linear;
  }
  .modal-b__close:hover i:before {
    -webkit-transition: 0.15s linear;
    transition: 0.15s linear;
    opacity: 0;
  }
  .modal-b__close:hover i:after {
    opacity: 1;
    -webkit-transition: 0.15s linear;
    transition: 0.15s linear;
    -webkit-transition-delay: 0.15s;
    transition-delay: 0.15s;
  }
}
.modal-b__close_inside {
  top: 15px;
  right: 20px;
}
.modal-b__block {
  max-width: 450px;
  width: 100%;
  position: relative;
}
.modal-b__block img {
  max-width: 100%;
  height: auto;
}
.modal-b__block.modal-b__block_promo {
	max-width: 640px;
}
.modal-b__block_white {
  background: #fff;
  padding: 25px 30px 20px;
}
.modal-b__block_small {
  max-width: 340px;
}
.modal-b__block_nopadding {
  padding: 0;
}
.modal-b__block_big {
  max-width: 1276px;
}
.modal-b__block_shadow {
  border-radius: 7px;
  -webkit-box-shadow: 0 5px 15px rgba(0,0,0,0.16);
  box-shadow: 0 5px 15px rgba(0,0,0,0.16);
}
.modal-b__block_gray {
  background: #f5f5f5;
}
.modal-b__block_fast {
  max-width: 384px;
}
.modal-b__block_smeta {
  max-width: 574px;
}
.modal-b__block_auth {
  max-width: 500px;
}
@media (max-width: 650px) {
  .modal-b__block_auth {
    border-radius: 7px 7px 0 0;
  }
}
.modal-b__block_help {
  padding: 18px;
  background: #fff;
  max-width: 266px;
  border-radius: 7px;
  -webkit-box-shadow: 0 5px 15px rgba(0,0,0,0.16);
  box-shadow: 0 5px 15px rgba(0,0,0,0.16);
}
.modal-b__block_dark {
  padding: 25px 30px;
  background: #3d3d3d;
  border-radius: 7px 7px 0 0;
  color: #fff;
  -webkit-box-shadow: 0 5px 15px rgba(0,0,0,0.16);
  box-shadow: 0 5px 15px rgba(0,0,0,0.16);
}
.modal-b__block .cart-b__sales-item {
  color: #fff;
  background: none;
  padding: 0 0 15px;
  margin: 0 0 15px;
  border: 0;
  border-bottom: 1px solid #707070;
}
.modal-b__block .cart-b__sales-item:last-child {
  border: 0;
  padding: 0;
  margin: 0;
}
.modal-b__block .cart-b__sales {
  margin: 0;
}
.modal-b__block .cart-b__sales-photo {
  width: 100px;
}
.modal-b__block .cart-b__sales-about {
  width: calc(100% - 116px);
}
.modal-b__block .cart-b__sales-title a {
  color: #afcb00;
}
.modal-b__block .cart-b__sales-title a:hover {
  color: #afcb00;
}
.modal-b__block .cart-b__sales-title {
  color: #fff;
}
.modal-b__block .cart-b__sales-rule {
  color: #fff;
}
.modal-b__block .cart-b__sales-rule strong {
  color: #fff;
}
.modal-b__block_pay {
  background: #f5f5f5;
  border-radius: 7px;
  -webkit-box-shadow: 0 5px 15px rgba(0,0,0,0.16);
  box-shadow: 0 5px 15px rgba(0,0,0,0.16);
  max-width: 900px;
}
@media (max-width: 650px) {
  .modal-b__block_pay {
    -webkit-box-shadow: none;
    box-shadow: none;
    border-radius: 0;
    padding: 0;
  }
  .modal-b__block_pay .block-b__title {
    background: #f5f5f5;
    font-size: 18px;
  }
}
.modal-b__block_pay .modal-b__top {
  display: none;
}
@media (max-width: 650px) {
  .modal-b__block_pay .modal-b__top {
    padding: 25px 15px 15px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
.modal-b__block_bgwhite {
  background: #fff;
}
.modal-b__block_book {
  background: #fff;
  max-width: 458px;
  border-radius: 8px;
  -webkit-box-shadow: 0 5px 15px rgba(0,0,0,0.16);
  box-shadow: 0 5px 15px rgba(0,0,0,0.16);
  position: relative;
  padding: 0 0 34px;
  overflow: hidden;
}
@media (max-width: 650px) {
  .modal-b__block_book {
    border-radius: 8px 8px 0 0;
    padding: 0 0 28px;
    max-width: 100%;
  }
}
.modal-b__block_video {
  max-width: 1280px;
  padding: 0;
}
@media (max-width: 650px) {
  .modal-b__block_video iframe {
    height: 260px;
  }
}
.modal-b__block_book .modal-b__close {
  top: 24px;
  right: 24px;
  cursor: pointer;
}
.modal-b__block_book .modal-b__close img {
  -webkit-filter: brightness(0) invert(1);
  filter: brightness(0) invert(1);
}
.modal-b__thanks {
  text-align: center;
}
.modal-b__thanks-pic {
  border-radius: 7px 7px 0 0;
  margin: 0 0 34px;
}
@media (max-width: 650px) {
  .modal-b__thanks-pic {
    margin: 0 0 25px;
  }
}
.modal-b__thanks-pic img {
  width: 100%;
  height: auto;
  display: block;
}
.modal-b__thanks-text {
  margin: 0 48px 12px;
  font-size: 36px;
  font-weight: bold;
  text-transform: uppercase;
  line-height: 1.2;
  color: #afcb00;
}
@media (max-width: 650px) {
  .modal-b__thanks-text {
    margin: 0 20px 10px;
    font-size: 28px;
  }
}
.modal-b__thanks-button {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.modal-b__thanks-button .btn {
  height: 56px;
  padding: 0 61px;
  -webkit-box-shadow: none;
  box-shadow: none;
  font-size: 18px;
  border-radius: 28px;
}
.modal-b__block_dark .modal-b__title {
  color: #fff;
  font-size: 22px;
  margin: 0 0 15px;
}
.modal-b__inner_shops .modal-b__close {
  top: 20px;
  right: 20px;
}
.modal-b__inner_shops .modal-b__close i {
  background: rgba(0,0,0,0.2);
  border: 0;
}
.modal-b__inner_shop .modal-b__close {
  top: 20px;
  right: 20px;
}
.modal-b__inner_shop .modal-b__close i {
  background: rgba(0,0,0,0.2);
  border: 0;
}
.modal-b__inner_notice .modal-b__block {
  background: none;
}
.modal-b__inner_notice .modal-b__close {
  top: -60px;
  right: 20px;
}
.modal-b__help-title {
  text-align: center;
  font-size: 18px;
  font-weight: bold;
  margin: 0 0 13px;
  color: #3d3d3d;
}
.modal-b__help-actions {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.modal-b__help-actions .btn {
  width: calc(50% - 7px);
  padding: 0;
  font-size: 18px;
  height: 36px;
}
.modal-b__auth {
  padding: 40px 65px 50px 32px;
}
.modal-b__auth_green {
  background: #afcb00;
  color: #fff;
  margin: 0 -30px -20px;
  border-radius: 0 0 7px 7px;
}
@media (max-width: 650px) {
  .modal-b__auth_green {
    margin: 0;
    border-radius: 0;
  }
}
.modal-b__auth-head {
  margin: 0 auto 20px;
  max-width: 360px;
  padding-left: 26px;
  padding-bottom: 3px;
  border-left: 7px solid #afcb00;
}
.modal-b__auth-title {
  color: #afcb00;
  font-weight: bold;
  margin: 0 0 8px;
  font-size: 36px;
}
.modal-b__auth-note {
  font-size: 18px;
  color: #8a8a8a;
}
.modal-b__auth_green .modal-b__auth-head {
  max-width: 100%;
  padding: 10px 0 10px 26px;
  margin: 0 0 20px;
  border-color: #fff;
}
.modal-b__auth_green .modal-b__auth-title {
  font-size: 28px;
  color: #fff;
}
.modal-b__auth_green .modal-b__auth-note {
  color: #fff;
  font-size: 14px;
}
.modal-b__auth_green .modal-b__auth-note br {
  display: none;
}
.modal-b__auth .modal-b__fast {
  max-width: 290px;
  padding: 0;
  margin: 0 auto;
}
.modal-b__fast {
  text-align: center;
  padding: 40px 20px 25px;
}
.modal-b__fast-grid {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  max-width: 500px;
  margin: 0 auto;
  padding: 20px 0 0;
}
@media (max-width: 650px) {
  .modal-b__fast-grid {
    max-width: 100%;
    padding: 0 20px;
  }
}
.modal-b__fast-grid_w3 {
  max-width: 100%;
  padding: 0;
}
@media (max-width: 650px) {
  .modal-b__fast-grid_w3 {
    max-width: 250px;
  }
}
.modal-b__fast-grid_middle {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
@media (max-width: 650px) {
  .modal-b__fast-grid_middle {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }
}
.modal-b__fast-title {
  color: #3d3d3d;
  margin: 0 0 18px;
  font-size: 28px;
  font-weight: bold;
}
.modal-b__fast-field {
  margin: 0 0 18px;
  position: relative;
}
.modal-b__fast-field .input-text {
  background: #fff;
  -webkit-box-shadow: none;
  box-shadow: none;
  font-size: 28px;
  height: 56px;
  border-radius: 7px;
}
.modal-b__fast-icon {
  position: absolute;
  right: -30px;
  top: 48px;
}
.modal-b__fast-grid .modal-b__fast-field {
  width: calc(50% - 10px);
  margin: 0 0 30px;
  text-align: center;
}
.modal-b__fast-grid .modal-b__fast-field_full {
  width: 100%;
}
@media (max-width: 650px) {
  .modal-b__fast-grid .modal-b__fast-field {
    margin: 0 0 20px;
  }
}
.modal-b__fast-grid .modal-b__fast-field .input-text {
  text-align: center;
}
.modal-b__fast-grid .modal-b__fast-field .btn {
  margin: 0 auto;
}
@media (max-width: 650px) {
  .modal-b__fast-grid .modal-b__fast-field .btn {
    width: 100%;
    font-size: 16px;
    height: 48px;
    padding: 0;
  }
}
.modal-b__fast-grid_w3 .modal-b__fast-field {
  width: calc(33.3% - 10px);
  margin: 0;
}
@media (max-width: 650px) {
  .modal-b__fast-grid_w3 .modal-b__fast-field {
    width: 100%;
    margin: 0 0 25px;
  }
}
.modal-b__fast-grid_middle .modal-b__fast-field {
  text-align: left;
}
.modal-b__fast-grid_middle .modal-b__fast-field .btn {
  padding: 0 50px;
  height: 48px;
  border-radius: 35px;
}
.modal-b__fast-note {
  text-align: center;
  opacity: 0.6;
  font-size: 13px;
  padding: 9px 0 0;
}
@media (max-width: 650px) {
  .modal-b__fast-note {
    font-size: 12px;
    padding: 6px 0 0;
  }
}
.modal-b__fast-label {
  margin: 0 0 8px;
  text-align: center;
  font-size: 18px;
  color: #8a8a8a;
}
.modal-b__fast-grid .modal-b__fast-label {
  color: #3d3d3d;
}
.modal-b__fast-info {
  font-weight: bold;
  text-align: center;
  font-size: 16px;
  padding: 36px 0 0;
  color: #3d3d3d;
}
@media (max-width: 650px) {
  .modal-b__fast-info {
    padding: 0;
    font-size: 15px;
  }
  .modal-b__fast-info br {
    display: none;
  }
}
.modal-b__fast-pay {
  text-align: left;
}
.modal-b__fast-pay strong {
  font-weight: bold;
  font-size: 16px;
  color: #3d3d3d;
  display: block;
  margin: 0 0 2px;
}
.modal-b__fast-pay span {
  font-size: 12px;
  display: block;
  color: #666;
}
.modal-b__fast-submit {
  padding: 15px 0 0;
}
.modal-b__fast-submit .btn {
  height: 56px;
  font-size: 18px;
  min-width: 190px;
  border-radius: 28px;
}
.modal-b__auth_green .modal-b__fast-label {
  color: #fff;
}
.modal-b__auth_green .modal-b__fast-submit {
  padding: 30px 0 0;
}
@media (max-width: 650px) {
  .modal-b__auth_green .modal-b__fast-submit {
    padding: 0;
    text-align: center;
    width: 100%;
  }
}
.modal-b__auth_green .modal-b__fast-field .input-text {
  border: 0;
  color: #fff;
  background: rgba(0,0,0,0.1);
}
.modal-b__auth_green .modal-b__fast-field .input-text::-webkit-input-placeholder {
  color: rgba(255,255,255,0.7);
}
.modal-b__auth_green .modal-b__fast-field .input-text::-moz-placeholder {
  color: rgba(255,255,255,0.7);
}
.modal-b__auth_green .modal-b__fast-field .input-text:-ms-input-placeholder {
  color: rgba(255,255,255,0.7);
}
.modal-b__auth_green .modal-b__fast-field .input-text::-ms-input-placeholder {
  color: rgba(255,255,255,0.7);
}
.modal-b__auth_green .modal-b__fast-field .input-text::placeholder {
  color: rgba(255,255,255,0.7);
}
.modal-b__auth_green .modal-b__fast-field .input-text:hover {
  background: rgba(0,0,0,0.5) !important;
}
.modal-b__auth_green .modal-b__fast-field .input-text:focus {
  background: rgba(0,0,0,0.5) !important;
}
.modal-b__save {
  text-align: center;
  padding: 50px 0 30px;
  color: #3d3d3d;
}
.modal-b__save-icon {
  margin: 0 auto 35px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-radius: 100%;
  background: #afcb00;
  width: 120px;
  height: 120px;
}
.modal-b__save-icon img {
  display: block;
}
.modal-b__save-title {
  margin: 0 0 15px;
  line-height: 1.2;
  font-size: 36px;
  font-weight: bold;
}
@media (max-width: 650px) {
  .modal-b__save-title {
    font-size: 28px;
  }
}
.modal-b__save-text {
  font-size: 18px;
}
.modal-b__save-text a {
  color: #859900;
  text-decoration: underline;
}
.modal-b__save-text a:hover {
  color: #222;
}
.modal-b__goods {
  margin: 30px -30px 0;
}
@media (max-width: 650px) {
  .modal-b__goods {
    margin: 30px 0 0;
  }
}
.modal-b__goods-title {
  height: 50px;
  background: #e4e4e4;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 18px;
  font-weight: bold;
  color: #3d3d3d;
  padding: 0 30px;
}
.modal-b__goods-head {
  padding: 0 30px 5px;
}
.modal-b__goods-scroll {
  background: #fff;
  border-top: 1px solid #ddd;
  border-bottom: 1px solid #ddd;
  padding: 10px;
}
.modal-b__goods-scroll_nopadding {
  padding: 0 10px;
}
.modal-b__goods-list {
  overflow-x: hidden;
  overflow-y: scroll;
  scrollbar-width: thin;
  max-height: 220px;
  padding: 0 20px;
}
@media (max-width: 650px) {
  .modal-b__goods-list {
    overflow: visible;
    max-height: 100%;
    padding: 0 5px;
  }
}
.modal-b__goods-list::-webkit-scrollbar {
  width: 6px;
}
.modal-b__goods-list::-webkit-scrollbar-thumb {
  background: rgba(15,6,30,0.2);
  border-radius: 8px;
}
.modal-b__goods-list:hover::-webkit-scrollbar-thumb {
  background: rgba(15,6,30,0.5);
}
.modal-b__goods-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.modal-b__goods-column {
  width: 20%;
}
@media (max-width: 650px) {
  .modal-b__goods-column {
    width: auto;
  }
}
.modal-b__goods-column_count {
  text-align: center;
  color: #666;
}
.modal-b__goods-column .cart-table-b__about {
  padding-left: 82px;
}
.modal-b__goods-column .cart-table-b__about img {
  left: 0;
  width: 60px;
  height: 60px;
  -o-object-fit: cover;
  object-fit: cover;
}
.modal-b__goods-column:first-child {
  width: 60%;
}
.modal-b__goods-head .modal-b__goods-column {
  font-size: 12px;
  color: #3d3d3d;
}
.modal-b__goods-head .modal-b__goods-column:first-child {
  padding-left: 82px;
}
.modal-b__goods-item {
  padding: 5px 0;
}
.modal-b__goods-list_cart .modal-b__goods-item {
  margin: 0 0 15px;
}
.modal-b__goods-list_cart .modal-b__goods-item:first-child {
  margin-top: 25px;
}
.modal-b__goods-list_cart .modal-b__goods-item:last-child {
  margin: 0 0 25px;
}
.modal-b__goods-list_cart .cart-table-b__about {
  font-size: 18px;
  color: #3d3d3d;
  min-height: 60px;
  padding: 0 0 0 75px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  position: relative;
}
.modal-b__goods-list_cart .cart-table-b__about img {
  position: absolute;
  left: 0;
  top: 0;
}
.modal-b__goods-list_cart .cart-table-b__about strong {
  display: block;
  font-size: 14px;
  font-weight: bold;
}
@media (max-width: 650px) {
  .modal-b__goods-list_cart .cart-table-b__about {
    font-size: 14px;
    margin: 0;
  }
  .modal-b__goods-list_cart .cart-table-b__about strong {
    font-size: 12px;
  }
}
.modal-b__goods-current {
  font-size: 18px;
  font-weight: bold;
  color: #3d3d3d;
}
.modal-b__goods-current_sale {
  color: #e63a2e;
}
.modal-b__goods-current span {
  font-size: 24px;
}
@media (max-width: 650px) {
  .modal-b__goods-current span {
    font-size: 20px;
  }
}
.modal-b__goods-sale {
  font-size: 18px;
  font-weight: bold;
  color: #3d3d3d;
  text-decoration: line-through;
}
.modal-b__goods-sale span {
  font-size: 24px;
}
@media (max-width: 650px) {
  .modal-b__goods-sale span {
    font-size: 20px;
  }
}
.modal-b__end {
  padding: 20px 0 0;
}
.modal-b__qr img {
  border-radius: 7px;
}
.modal-b__qr-notice {
  margin: 22px auto 0;
  display: table;
  color: #fff;
  background: #3d3d3d;
  font-size: 14px;
  padding: 7px 10px;
  max-width: 280px;
  border-radius: 7px;
}
.modal-b__gallery-slider {
  background: #000;
  position: relative;
  padding: 14px 0 20px;
  min-height: 100vh;
}
@media (max-width: 900px) {
  .modal-b__gallery-slider {
    min-height: auto;
  }
}
@media (max-width: 650px) {
  .modal-b__gallery-slider {
    padding: 0 0 15px;
  }
}
.modal-b__gallery-slider_white {
  background: #fff;
}
.modal-b__gallery-slider_white .swiper-container-3d .swiper-slide-shadow-left {
  background: rgba(255,255,255,0.7);
}
.modal-b__gallery-slider_white .swiper-container-3d .swiper-slide-shadow-right {
  background: rgba(255,255,255,0.7);
}
.modal-b__gallery-main {
  position: relative;
}
.modal-b__gallery-main .arrow-b {
  position: absolute;
  z-index: 99;
  top: 0;
  height: 100%;
  width: 21%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}
.modal-b__gallery-main .arrow-b svg {
  position: relative;
  z-index: 2;
}
@media (max-width: 900px) {
  .modal-b__gallery-main .arrow-b {
    -webkit-transform: none;
    transform: none;
    top: 75px;
    height: auto;
  }
  .modal-b__gallery-main .arrow-b svg {
    height: 60px;
    width: auto;
  }
}
@media (max-width: 650px) {
  .modal-b__gallery-main .arrow-b {
    top: 0;
    height: 100%;
    width: 40px;
    padding: 0 !important;
    -webkit-box-pack: center !important;
    -ms-flex-pack: center !important;
    justify-content: center !important;
  }
  .modal-b__gallery-main .arrow-b svg {
    height: 30px;
  }
}
.modal-b__gallery-main .arrow-b_left {
  left: 0;
  padding-right: 50px;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}
.modal-b__gallery-main .arrow-b_left:before {
  z-index: 1;
  content: '';
  position: absolute;
  right: -10px;
  top: -100px;
  height: calc(100% + 200px);
  border-radius: 50%;
  width: calc(100% + 100px);
  -webkit-box-shadow: inset 0 0 30px rgba(0,0,0,0.3);
  box-shadow: inset 0 0 30px rgba(0,0,0,0.3);
  opacity: 0;
  -webkit-transition: 0.15s linear;
  transition: 0.15s linear;
}
@media (max-width: 900px) {
  .modal-b__gallery-main .arrow-b_left:before {
    display: none;
  }
}
.modal-b__gallery-main .arrow-b_left:hover:before {
  opacity: 1;
  -webkit-transition: 0.15s linear;
  transition: 0.15s linear;
}
@media (max-width: 900px) {
  .modal-b__gallery-main .arrow-b_left {
    left: 10px;
  }
}
@media (max-width: 650px) {
  .modal-b__gallery-main .arrow-b_left {
    left: 0;
  }
}
.modal-b__gallery-main .arrow-b_right {
  right: 0;
  padding-left: 50px;
}
.modal-b__gallery-main .arrow-b_right:before {
  z-index: 1;
  content: '';
  position: absolute;
  left: -10px;
  top: -100px;
  height: calc(100% + 200px);
  border-radius: 50%;
  width: calc(100% + 100px);
  -webkit-box-shadow: inset 0 0 30px rgba(0,0,0,0.3);
  box-shadow: inset 0 0 30px rgba(0,0,0,0.3);
  opacity: 0;
  -webkit-transition: 0.15s linear;
  transition: 0.15s linear;
}
@media (max-width: 900px) {
  .modal-b__gallery-main .arrow-b_right:before {
    display: none;
  }
}
.modal-b__gallery-main .arrow-b_right:hover:before {
  opacity: 1;
  -webkit-transition: 0.15s linear;
  transition: 0.15s linear;
}
@media (max-width: 900px) {
  .modal-b__gallery-main .arrow-b_right {
    right: 10px;
  }
}
@media (max-width: 650px) {
  .modal-b__gallery-main .arrow-b_right {
    right: 0;
  }
}
.modal-b__gallery-main .swiper-container {
  width: 100%;
  height: 100%;
}
.modal-b__gallery-main .swiper-slide {
  text-align: center;
  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;
  width: 80%;
}
@media (max-width: 900px) {
  .modal-b__gallery-main .swiper-slide {
    width: 100%;
  }
}
.modal-b__gallery-main .swiper-slide img {
  width: 100%;
  height: auto;
  -o-object-fit: cover;
  object-fit: cover;
  display: block;
}
.modal-b__gallery-slider_white .modal-b__gallery-main .arrow-b:before {
  -webkit-box-shadow: inset 0 0 30px rgba(255,255,255,0.3);
  box-shadow: inset 0 0 30px rgba(255,255,255,0.3);
}
.modal-b__gallery-thumbs {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 20px 0 0;
  margin: 0 auto;
  max-width: 470px;
}
@media (max-width: 650px) {
  .modal-b__gallery-thumbs {
    padding: 10px 0 0;
  }
}
.modal-b__gallery-thumbs .swiper-wrapper {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.modal-b__gallery-thumbs .swiper-slide {
  opacity: 0.5;
  cursor: pointer;
  width: 60px;
}
.modal-b__gallery-thumbs .swiper-slide img {
  width: 60px;
  height: 60px;
  display: block;
  -o-object-fit: cover;
  object-fit: cover;
}
.modal-b__gallery-thumbs .swiper-slide-thumb-active {
  opacity: 1;
}
.modal-b__gallery-photo {
  position: relative;
  padding: 0 85px;
}
@media (max-width: 900px) {
  .modal-b__gallery-photo {
    padding: 0;
  }
}
.modal-b__gallery-help {
  position: absolute;
  z-index: 5;
}
@media (max-width: 900px) {
  .modal-b__gallery-help {
    display: none;
  }
}
.modal-b__gallery-help__icon {
  width: 40px;
  height: 40px;
  border-radius: 100%;
  display: block;
  border: 1px solid #fff;
  background: #afcb00;
  -webkit-box-shadow: 0 5px 15px rgba(175,203,0,0.35);
  box-shadow: 0 5px 15px rgba(175,203,0,0.35);
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  -webkit-transition: 0.15s linear;
  transition: 0.15s linear;
  z-index: 5;
  cursor: pointer;
}
@media (max-width: 650px) {
  .modal-b__gallery-help__icon {
    display: none;
  }
}
.modal-b__gallery-help__icon img {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 56px;
  height: 56px;
  -o-object-fit: cover;
  object-fit: cover;
  border-radius: 100%;
  display: block;
  -webkit-transition: 0.15s linear;
  transition: 0.15s linear;
  opacity: 0;
}
.modal-b__gallery-help__price {
  display: none;
  display: block;
  font-weight: bold;
  color: #8a8a8a;
}
@media (max-width: 650px) {
  .modal-b__gallery-help__price {
    display: block;
  }
}
.modal-b__gallery-help__text {
  padding: 10px 15px 10px 55px;
  border-radius: 20px;
  background: #fafafa;
  border: 1px solid #afcb00;
  white-space: nowrap;
  -webkit-box-shadow: 0 5px 15px rgba(175,203,0,0.35);
  box-shadow: 0 5px 15px rgba(175,203,0,0.35);
  position: absolute;
  left: -20px;
  top: -18px;
  z-index: 4;
  -webkit-transition: 0.15s linear;
  transition: 0.15s linear;
  -webkit-transform: translateX(-10px);
  transform: translateX(-10px);
  opacity: 0;
  pointer-events: none;
}
@media (max-width: 650px) {
  .modal-b__gallery-help__text {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
    pointer-events: auto;
    color: #fff;
    font-size: 10px;
    border: 1px solid #afcb00;
    background: #3d3d3d;
    border-radius: 8px;
    padding: 5px 10px;
    white-space: normal;
    width: 130px;
    text-align: left;
    position: relative;
  }
  .modal-b__gallery-help__text span {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    line-clamp: 2;
    -webkit-box-orient: vertical;
  }
  .modal-b__gallery-help__text:after,
  .modal-b__gallery-help__text:before {
    bottom: 100%;
    left: 50%;
    border: solid transparent;
    content: "";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
  }
  .modal-b__gallery-help__text:after {
    border-color: rgba(61,61,61,0);
    border-bottom-color: #3d3d3d;
    border-width: 5px;
    margin-left: -5px;
  }
  .modal-b__gallery-help__text:before {
    border-color: rgba(175,203,0,0);
    border-bottom-color: #afcb00;
    border-width: 6px;
    margin-left: -6px;
  }
}
@media (min-width: 650px) {
  .modal-b__gallery-help:hover .modal-b__gallery-help__icon {
    width: 56px;
    height: 56px;
    background: #e4e4e4;
    border-color: #afcb00;
    -webkit-transition: 0.15s linear;
    transition: 0.15s linear;
  }
  .modal-b__gallery-help:hover .modal-b__gallery-help__icon img {
    -webkit-transition: 0.15s linear;
    transition: 0.15s linear;
    opacity: 1;
  }
  .modal-b__gallery-help:hover .modal-b__gallery-help__text {
    -webkit-transition: 0.3s linear;
    transition: 0.3s linear;
    -webkit-transform: translateX(0px);
    transform: translateX(0px);
    opacity: 1;
    pointer-events: auto;
  }
}
.modal-b__gallery-content {
  padding: 50px 0;
}
@media (max-width: 900px) {
  .modal-b__gallery-content {
    padding: 25px 15px;
  }
}
@media (max-width: 650px) {
  .modal-b__gallery-content {
    padding: 0;
  }
  .modal-b__gallery-content .top-b {
    margin-left: 15px;
    margin-right: 15px;
    font-size: 18px;
  }
  .modal-b__gallery-content .top-b:before {
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
  }
  .modal-b__gallery-content .top-b span {
    margin: 0 auto;
    text-align: center;
  }
  .modal-b__gallery-content .catalog-b__list {
    margin: 0 15px;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
  .modal-b__gallery-content .catalog-b__item {
    margin: 0 0 14px;
    padding: 0;
    width: calc(50% - 7px);
  }
  .modal-b__gallery-content .catalog-b__end {
    border: 0;
    padding: 30px 0;
  }
}
.modal-b__gallery-info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin: 0 0 10px;
}
@media (max-width: 900px) {
  .modal-b__gallery-info {
    margin: 0 0 25px;
  }
}
.modal-b__gallery-column {
  font-size: 28px;
}
@media (max-width: 900px) {
  .modal-b__gallery-column {
    font-size: 18px;
  }
}
.modal-b__gallery-column svg {
  margin: 0 4px 0 0;
}
.modal-b__gallery-column_views {
  margin: 0 75px 0 65px;
}
@media (max-width: 900px) {
  .modal-b__gallery-column_views {
    margin: 0 30px;
  }
}
.modal-b__gallery-column_want {
  margin: 0 0 0 54px;
  position: relative;
}
@media (max-width: 900px) {
  .modal-b__gallery-column_want {
    margin: 0;
  }
}
.modal-b__gallery-column_want:hover .notice-b {
  opacity: 1;
  -webkit-transition: 0.15s linear;
  transition: 0.15s linear;
  -webkit-transform: translateY(0px);
  transform: translateY(0px);
}
.modal-b__gallery-column_author {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.modal-b__gallery-author {
  padding: 8px 15px 8px 10px;
  border-radius: 28px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  border: 1px solid transparent;
  margin: 0 0 0 10px;
  color: #000;
}
.modal-b__gallery-author img {
  -o-object-fit: cover;
  object-fit: cover;
  margin: 0 10px 0 0;
  width: 40px;
  height: 40px;
  display: block;
  border-radius: 100%;
}
.modal-b__gallery-author:hover {
  border-color: rgba(175,203,0,0.35);
  -webkit-box-shadow: 0 5px 15px rgba(175,203,0,0.35);
  box-shadow: 0 5px 15px rgba(175,203,0,0.35);
}
.modal-b__gallery-right {
  margin: 0 0 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
@media (max-width: 900px) {
  .modal-b__gallery-right {
    width: 100%;
    margin: 0;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
}
.modal-b__gallery-share {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  color: #000;
}
.modal-b__gallery-share svg {
  margin: 0 8px 0 0;
}
.modal-b__gallery-share:hover {
  opacity: 0.7;
}
.modal-b__gallery-tags {
  margin: 0 0 10px;
}
.modal-b__gallery-tags .btn {
  margin: 0 10px 10px 0;
}
.modal-b__gallery-grid {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin: 0 0 35px;
}
.modal-b__gallery-text {
  width: calc(100% - 120px);
  font-size: 18px;
}
@media (max-width: 900px) {
  .modal-b__gallery-text {
    width: 100%;
    margin: 0 0 25px;
  }
}
.modal-b__gallery-qr {
  width: 90px;
  position: relative;
}
@media (max-width: 900px) {
  .modal-b__gallery-qr {
    width: auto;
  }
}
.modal-b__gallery-qr img {
  max-width: 100%;
  height: auto;
  display: block;
}
.modal-b__gallery-qr span {
  cursor: pointer;
}
.modal-b__gallery-qr:hover .notice-b {
  opacity: 1;
  -webkit-transition: 0.15s linear;
  transition: 0.15s linear;
  -webkit-transform: translateY(0px);
  transform: translateY(0px);
}
.modal-b__messenger-title {
  font-weight: bold;
  font-size: 24px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin: 0 0 15px;
  color: #3d3d3d;
}
.modal-b__messenger-title img {
  margin: 0 10px 0 0;
}
.modal-b__messenger-grid {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin: 0 0 20px;
}
.modal-b__messenger-pic {
  width: 80px;
}
.modal-b__messenger-pic img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
  display: block;
}
.modal-b__messenger-text {
  width: calc(100% - 105px);
  font-size: 14px;
}
.modal-b__messenger-button {
  text-align: center;
}
.modal-b__messenger-button .btn {
  font-weight: bold;
  font-size: 18px;
  padding: 0 15px;
}
.modal-b__done-grid {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.modal-b__done-pic {
  width: 26%;
}
@media (max-width: 650px) {
  .modal-b__done-pic {
    display: none;
  }
}
.modal-b__done-pic img {
  width: 100%;
  height: 100%;
  display: block;
  -o-object-fit: cover;
  object-fit: cover;
}
.modal-b__done-text {
  width: 74%;
  padding: 50px;
  text-transform: uppercase;
  font-size: 55px;
  font-weight: bold;
  color: #afcb00;
}
@media (max-width: 650px) {
  .modal-b__done-text {
    width: 100%;
    font-size: 28px;
    padding: 25px 50px 25px 25px;
  }
}
.modal-b__done-guest {
  padding: 20px;
  background: #e4e4e4;
  color: #3d3d3d;
}
.modal-b__done-title {
  font-size: 24px;
  font-weight: bold;
}
@media (max-width: 650px) {
  .modal-b__done-title {
    font-size: 20px;
    line-height: 1.2;
    margin: 0 0 10px;
  }
}
.modal-b__done-note {
  font-size: 18px;
  margin: 0 0 15px;
}
@media (max-width: 650px) {
  .modal-b__done-note {
    font-size: 16px;
  }
}
.modal-b__done-send {
  padding: 15px;
  color: #fff;
  background: #afcb00;
  font-weight: bold;
  font-size: 20px;
  text-align: center;
}
@media (max-width: 650px) {
  .modal-b__done-send {
    font-size: 16px;
  }
}
.modal-b__title {
  font-weight: bold;
  font-size: 36px;
  margin: 0 0 15px;
  color: #3d3d3d;
  line-height: 1;
}
@media (max-width: 650px) {
  .modal-b__title {
    font-size: 26px;
  }
}
.modal-b .reviews-b__item {
  padding: 0;
  margin: 0;
  border: 0;
}
.modal-b .reviews-b__form-actions {
  width: 55px;
  padding-left: 25px;
}
.modal-b .reviews-b__form-value {
  width: calc(100% - 55px);
}
.modal-b textarea.input-text {
  min-height: 140px;
}
.modal-b_main .modal-b__inner {
  display: block;
  padding: 30px 0;
}
.modal-b_main .modal-b__inner .block-b__title {
  font-size: 18px;
}
.modal-b_gray .modal-b__inner .block-b__title {
  background: #f5f5f5;
}
.modal-b__search {
  padding: 0 15px 25px;
}
.modal-b__search .header-b__search {
  margin: 0;
  width: 100%;
}
.modal-b__search .header-b__search-input {
  height: 56px;
  font-size: 18px;
  padding-left: 64px;
}
.modal-b__search .header-b__search-icon {
  left: 25px;
  top: 17px;
}
.modal-b__search .header-b__search-icon svg {
  height: 22px;
}
.modal-b__preview {
  margin: 0 0 15px;
  padding: 0 15px;
}
.modal-b__preview img {
  width: 100%;
  height: 110px;
  -o-object-fit: cover;
  object-fit: cover;
  border-radius: 7px;
  -webkit-box-shadow: 0 5px 15px rgba(0,0,0,0.16);
  box-shadow: 0 5px 15px rgba(0,0,0,0.16);
}
.modal-b__top {
  padding: 0 15px 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  width: 100%;
}
.modal-b__top_cart {
  display: none;
}
@media (max-width: 650px) {
  .modal-b__top_cart {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
.modal-b__top .btn {
  height: 32px;
  padding: 0 15px;
  font-size: 12px;
  color: #3d3d3d;
}
.modal-b__top .btn svg {
  margin: 0 7px 0 0;
}
.modal-b__top .btn svg.icon__home {
  margin: 0 0 0 7px;
}
.modal-b__top .btn_dark {
  border: 0;
  background: #e4e4e4;
}
.modal-b__notice {
  background: #fff;
  padding: 30px 23px;
  border-radius: 7px 7px 0 0;
}
.modal-b__notice-note {
  text-align: center;
  font-size: 18px;
}
.modal-b__notice-note p {
  margin: 0 0 20px;
}
.modal-b__shops {
  position: relative;
  background: #fff;
  overflow: hidden;
  border-radius: 7px 7px 0 0;
  height: calc(100vh - 30px);
}
.modal-b__shops .btn {
  position: absolute;
  bottom: 30px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  white-space: nowrap;
}
.modal-b__shops-frame {
  height: 100%;
  position: relative;
}
.modal-b__shops-frame img {
  width: 100%;
  height: 100%;
  display: block;
  -o-object-fit: cover;
  object-fit: cover;
}
.modal-b__shops-item {
  position: absolute;
  z-index: 3;
  padding: 0 15px;
  width: 100%;
}
.modal-b__shops-item--inner {
  background: #3d3d3d;
  position: relative;
  z-index: 3;
  -webkit-box-shadow: 0 0 10px rgba(0,0,0,0.1);
  box-shadow: 0 0 10px rgba(0,0,0,0.1);
  border-radius: 7px;
  overflow: hidden;
}
.modal-b__shops-item--inner .contacts-b__block {
  background: none;
  margin: 0;
  overflow: hidden;
  border: 0;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  color: #fff;
}
.modal-b__shops-item--inner .contacts-b__address {
  font-weight: normal;
}
.modal-b__shops-item--inner .contacts-b__map {
  border-radius: 7px;
  overflow: hidden;
  display: none;
}
.modal-b__shops-item--inner .contacts-b__grid {
  -webkit-box-align: initial;
  -ms-flex-align: initial;
  align-items: initial;
}
.modal-b__shops-item--inner .contacts-b__more {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 16px;
  color: #fff;
  font-weight: normal;
  margin: auto 0 0;
}
.modal-b__shops-item--inner .contacts-b__more img {
  display: block;
  margin: 1px 6px 0 0;
  width: 18px;
  height: auto;
}
.modal-b__shops-item--inner .contacts-b__pic {
  width: 130px;
  height: auto;
}
.modal-b__shops-item--inner .contacts-b__about {
  width: calc(100% - 130px);
  font-size: 16px;
  padding: 16px;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  min-height: 160px;
}
.modal-b__shops-item--inner .contacts-b__close {
  position: absolute;
  top: 8px;
  right: 12px;
  color: #fff;
  font-weight: 300;
  font-size: 26px;
  line-height: 1;
}
.modal-b__shops-item--inner .contacts-b__title {
  padding: 0 60px 0 0;
  margin: 0 0 5px;
}
.modal-b__shops-item--inner .contacts-b__address {
  font-weight: normal;
  padding: 0 60px 0 0;
}
.modal-b__shops-item--inner .contacts-b__time {
  display: none;
}
.modal-b__shops-item--inner .contacts-b__call {
  display: none;
}
.modal-b__shops-item--inner .contacts-b__item_active .contacts-b__more {
  color: #fff;
}
.modal-b__shops-item--inner .contacts-b__item_active .contacts-b__more img {
  -webkit-filter: brightness(0) invert(1);
  filter: brightness(0) invert(1);
}
.modal-b__shops-item--arrow {
  background: #3d3d3d;
  position: absolute;
  z-index: 2;
  -webkit-transform: rotate(45deg) translateX(-50%);
  transform: rotate(45deg) translateX(-50%);
  -webkit-transform-origin: center center;
  transform-origin: center center;
  width: 30px;
  height: 30px;
  bottom: -20px;
  left: 50%;
}
.modal-b__shop {
  border-radius: 7px 7px 0 0;
  background: #fff;
  overflow: hidden;
  padding: 0 0 32px;
}
.modal-b__shop-pic {
  margin: 0 0 20px;
}
.modal-b__shop-pic img {
  width: 100%;
  height: 170px;
  display: block;
  -o-object-fit: cover;
  object-fit: cover;
}
.modal-b__shop-desc {
  padding: 0 30px 25px 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  color: #3d3d3d;
  font-weight: normal;
}
.modal-b__shop-desc .contacts-b__about {
  width: calc(100% - 130px);
  font-size: 14px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  padding: 0 20px 0 0;
  -webkit-box-flex: 1;
  -ms-flex: auto;
  flex: auto;
}
.modal-b__shop-desc .contacts-b__address {
  font-size: 14px;
  font-weight: normal;
}
.modal-b__shop-desc .contacts-b__time-column {
  font-weight: normal;
}
.modal-b__shop-desc .contacts-b__time-label {
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  margin: 0 0 2px;
}
.modal-b__shop-desc .contacts-b__title {
  font-weight: bold;
}
.modal-b__shop-desc .contacts-b__time {
  display: block;
  text-align: right;
  -webkit-box-flex: 1;
  -ms-flex: auto;
  flex: auto;
  width: auto;
  padding: 0;
}
.modal-b__shop-desc .contacts-b__call {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 5px 0 0;
  font-size: 18px;
}
.modal-b__shop-actions {
  padding: 0 30px 0 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  gap: 15px;
}
.modal-b__shop-actions .btn {
  -webkit-box-flex: 1;
  -ms-flex: auto;
  flex: auto;
  padding: 0;
  font-size: 18px;
  line-height: 1;
}
.modal-b__shop-actions .btn_gray {
  color: #3d3d3d;
}
/* Modal Cart
    ----------------------
     */
.modal-b__cart {
  margin: 0 0 20px;
  position: relative;
}
.modal-b__cart-close {
  position: absolute;
  top: 15px;
  right: 15px;
  display: none;
  cursor: pointer;
  line-height: 1;
  font-size: 36px;
  color: #000;
}
@media (max-width: 650px) {
  .modal-b__cart-close {
    display: block;
  }
}
.modal-b__cart .modal-b__fast-title {
  text-transform: uppercase;
}
@media (max-width: 650px) {
  .modal-b__cart {
    padding: 18px 15px;
  }
  .modal-b__cart .modal-b__fast-title {
    font-size: 22px;
    text-transform: none;
  }
}
.modal-b__cart-grid {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
@media (max-width: 650px) {
  .modal-b__cart-grid {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}
.modal-b__cart-photo {
  min-width: 162px;
  width: 162px;
  position: relative;
}
@media (max-width: 650px) {
  .modal-b__cart-photo {
    width: 120px;
    min-width: 120px;
  }
}
.modal-b__cart-photo .card-b__labels {
  position: absolute;
  left: 0;
  top: 11px;
  z-index: 2;
  display: block;
}
@media (max-width: 650px) {
  .modal-b__cart-photo .card-b__labels {
    top: 0;
  }
}
.modal-b__cart-photo .catalog-b__label-item {
  font-size: 14px;
  padding: 2px 8px;
  margin: 4px 0;
}
.modal-b__cart-photo img {
  display: block;
  width: 100%;
  height: 162px;
  -o-object-fit: cover;
  object-fit: cover;
  border: 1px solid #e4e4e4;
}
@media (max-width: 650px) {
  .modal-b__cart-photo img {
    height: 120px;
  }
}
.modal-b__cart-about {
  -webkit-box-flex: 1;
  -ms-flex: auto;
  flex: auto;
  padding: 0 38px 0 23px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}
@media (max-width: 650px) {
  .modal-b__cart-about {
    padding: 0;
    -webkit-box-flex: 0;
    -ms-flex: none;
    flex: none;
    width: calc(100% - 135px);
  }
}
.modal-b__cart-actions {
  margin: auto 0 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.modal-b__cart-actions_mobile {
  display: none;
  width: 100%;
  margin: 15px 0 30px;
}
@media (max-width: 650px) {
  .modal-b__cart-actions_desktop {
    display: none;
  }
  .modal-b__cart-actions_mobile {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 10px;
  }
}
.modal-b__cart-actions .btn {
  padding: 0;
  width: calc(50% - 10px);
}
@media (max-width: 650px) {
  .modal-b__cart-actions .btn {
    width: auto;
    -webkit-box-flex: 1;
    -ms-flex: auto;
    flex: auto;
  }
}
.modal-b__cart-category {
  margin: 0 0 5px;
  font-size: 18px;
  font-weight: bold;
}
@media (max-width: 650px) {
  .modal-b__cart-category {
    font-size: 12px;
  }
}
.modal-b__cart-category a {
  color: #575757;
}
.modal-b__cart-title {
  margin: 0 0 5px;
  font-size: 24px;
  font-weight: bold;
}
@media (max-width: 650px) {
  .modal-b__cart-title {
    font-size: 16px;
    font-weight: normal;
  }
}
.modal-b__cart-title a {
  color: #3d3d3d;
}
.modal-b__cart-info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-flex: 0;
  -ms-flex: none;
  flex: none;
  max-width: 200px;
}
@media (max-width: 650px) {
  .modal-b__cart-info {
    -webkit-box-flex: initial;
    -ms-flex: initial;
    flex: initial;
    display: block;
    max-width: initial;
    width: 100%;
  }
}
.modal-b__cart-price_mobile {
  display: none;
}
@media (max-width: 650px) {
  .modal-b__cart-price_desktop {
    display: none;
  }
  .modal-b__cart-price_mobile {
    display: block;
  }
}
.modal-b__cart-current {
  font-size: 22px;
  font-weight: bold;
  color: #3d3d3d;
}
.modal-b__cart-current_sale {
  color: #e63a2e;
}
.modal-b__cart-current span {
  font-size: 36px;
}
.modal-b__cart-sale {
  font-size: 18px;
  font-weight: bold;
  color: #3d3d3d;
  text-decoration: line-through;
}
.modal-b__cart-sale span {
  font-size: 28px;
}
.modal-b__sale {
  position: relative;
}
@media (max-width: 650px) {
  .modal-b__sale {
    max-width: 280px;
    margin: 0 auto;
  }
}
.modal-b__sale .swiper-container {
  padding: 0 0 22px;
  margin: 0 0 -22px;
}
.modal-b__sale .swiper-pagination {
  bottom: 0;
}
.modal-b__sale .swiper-pagination-bullet {
  width: 10px;
  height: 10px;
  background: #3d3d3d;
  opacity: 1;
  margin: 0 2px;
}
.modal-b__sale .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background: #afcb00;
}
.modal-b__sale-info {
  position: absolute;
  left: -10px;
  top: -10px;
  z-index: 4;
  padding: 0 2px 0 0;
  width: 20px;
  height: 20px;
  background: #afcb00;
  border-radius: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  color: #fff;
  font-style: italic;
  font-weight: bold;
  font-size: 14px;
}
.modal-b__sale-count {
  position: absolute;
  right: -10px;
  top: -10px;
  z-index: 4;
  height: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 0 8px;
  background: #e63a2e;
  border-radius: 10px;
  color: #fff;
  font-size: 14px;
}
.modal-b__sale .swiper-slide {
  position: relative;
  z-index: 1;
}
.modal-b__sale .swiper-slide img {
  max-width: 100%;
  height: auto;
  display: block;
  border-radius: 8px;
}
.modal-b__form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  background: #e4e4e4;
  padding: 21px 30px 25px;
  margin: 0 -30px -20px;
  border-radius: 0 0 7px 7px;
}
@media (max-width: 650px) {
  .modal-b__form {
    margin: 0;
    padding: 20px 15px 30px;
    display: block;
  }
}
.modal-b__form-note {
  -webkit-box-flex: 1;
  -ms-flex: auto;
  flex: auto;
  font-size: 18px;
}
@media (max-width: 650px) {
  .modal-b__form-note {
    font-size: 16px;
    width: 100%;
  }
}
.modal-b__form-note strong {
  font-weight: bold;
  display: block;
}
.modal-b__form-phone {
  width: 310px;
  padding: 0 20px 0 30px;
}
@media (max-width: 650px) {
  .modal-b__form-phone {
    padding: 20px 0;
    width: 100%;
  }
}
@media (max-width: 650px) {
  .modal-b__form-button {
    width: 100%;
  }
}
.modal-b__form-button .btn {
  border: 0;
}
/* Added
    --------------------------
     */
.modal-b__block_added {
  background: #fff;
  max-width: 1100px!important;
  border-radius: 7px;
  overflow: hidden;
}
.modal-b__added-close {
  position: absolute;
  top: 24px;
  right: 24px;
  cursor: pointer;
  z-index: 2;
}
.modal-b__added-close img {
  width: 20px;
  height: 20px;
}
@media (max-width: 650px) {
  .modal-b__added-close {
    top: 12px;
    right: 12px;
  }
  .modal-b__added-close img {
    width: 16px;
    height: 16px;
  }
}
.modal-b__added-grid {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
@media (max-width: 650px) {
  .modal-b__added-grid {
    display: block;
  }
}
.modal-b__added-content {
  width: 59%;
  padding: 12px 20px;
}
@media (max-width: 650px) {
  .modal-b__added-content {
    width: 100%;
    padding: 20px 15px;
  }
}
.modal-b__added-title {
  margin: 0 0 12px;
  text-transform: uppercase;
  color: #3d3d3d;
  font-size: 28px;
  font-weight: bold;
}
@media (max-width: 650px) {
  .modal-b__added-title {
    font-size: 20px;
  }
}
.modal-b__added-card {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin: 0 0 18px;
}
.modal-b__added-preview {
  width: calc(50% - 7px);
}
.modal-b__added-preview img {
  width: 100%;
  height: 295px;
  border-radius: 7px;
  -o-object-fit: cover;
  object-fit: cover;
}
@media (max-width: 650px) {
  .modal-b__added-preview {
    width: calc(40% - 7px);
  }
  .modal-b__added-preview img {
    height: 120px;
    border: 1px solid #ddd;
  }
}


.modal-b__added-label {
  font-size: 22px;
  font-weight: bold;
  color: #3d3d3d;
  line-height: 1;
  margin: 0 0 3px;
}

@media (max-width: 650px) {
  .modal-b__added-label {
    font-size: 16px;
  }
}



.modal-b__added-info {
  width: calc(50% - 7px);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}
@media (max-width: 650px){
  .modal-b__added-info {
    width: calc(60% - 7px);
  }
}

.modal-b__added-info .card-b__labels {
  margin: 0 0 6px;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}
.modal-b__added-info .catalog-b__label-item {
  height: 21px;
  border-radius: 7px;
  padding: 2px 8px 0;
  font-size: 14px;
  margin: 0 6px 6px 0;
}
.modal-b__added-info .modal-b__sale {
  margin: auto 0 0;
  max-width: 100%;
}
.modal-b__added-info .modal-b__sale .swiper-container {
  margin: 0;
}
.modal-b__added-info .modal-b__sale .swiper-slide img {
  width: 100%;
}
.modal-b__added-label a{
  font-weight: bold;
  color: #3d3d3d;
  line-height: 1;
  margin: 0 0 3px;
}
.modal-b__added-article {
  margin: 0 0 30px;
}
.modal-b__added-sidebar {
  width: 41%;
}
@media (max-width: 650px) {
  .modal-b__added-sidebar {
    width: 100%;
  }
}
.modal-b__added-actions {
  margin: 0 0 10px;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media (max-width: 650px) {
  .modal-b__added-actions {
    display: block;
    margin: 0 0 25px;
  }
}
.modal-b__added-currency {
  width: calc(50% - 7px);
  background: #e4e4e4;
  border-radius: 7px;
  padding: 0 5px 0 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  height: 50px;
}

.modal-b__added-currency.red {
  background: #e63a2e;
}

.modal-b__added-currency .modal-b__added_product_price {
  font-weight: bold;
  font-size: 26px;
  color: #000;
}

.modal-b__added-currency.red .modal-b__added_product_price {
  font-weight: bold;
  font-size: 26px;
  color: #fff;
}

@media (max-width: 650px) {
  .modal-b__added-currency {
    width: 100%;
    margin: 0 0 25px;
  }
}

.modal-b__added-currency .modal-b__added_product_price span {
  font-size: 28px;
  font-weight: bold;

}

.modal-b__added-currency .card-b__information-toggle {
  position: relative;
  display: block;
}
.modal-b__added-currency .card-b__information-select {
  width: 104px;
  -webkit-box-flex: 0;
  -ms-flex: none;
  flex: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  height: 38px;
  border-radius: 5px;
  background: #fff;
  color: #3d3d3d;
  font-size: 22px;
  font-weight: bold;
}
.modal-b__added-currency .card-b__information-select svg {
  margin: 0 0 0 8px;
}
.modal-b__added-currency .card-b__information-select:hover svg {
  fill: #3d3d3d;
}
.modal-b__added-currency .card-b__information-select_active svg {
  fill: #3d3d3d;
}
.modal-b__added-counter {
  width: calc(50% - 7px);
}
@media (max-width: 650px) {
  .modal-b__added-counter {
    width: 100%;
    padding: 0 20px;
  }
}
.modal-b__added-price {
  padding: 0 0 10px 20px;
  color: #575757;
  font-size: 14px;
  line-height: 1;
}
.modal-b__added-price strong {
  font-size: 32px;
  font-weight: bold;
  display: block;
}
.modal-b__added-price strong em {
  font-size: 20px;
  font-style: normal;
}
.modal-b__added-button .btn {
  border-radius: 7px;
  height: 60px;
  width: 100%;
  font-size: 22px;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.modal-b__added-bottom {
  background: #e4e4e4;
  padding: 18px 20px 19px 35px;
}
@media (max-width: 650px) {
  .modal-b__added-bottom {
    padding: 20px 25px;
  }
}
.modal-b__added-bottom .modal-b__form {
  padding: 0;
  margin: 0;
  background: none;
}
.modal-b__added-bottom .modal-b__form-note {
  line-height: 1.1;
  -webkit-box-flex: 0;
  -ms-flex: none;
  flex: none;
}
.modal-b__added-bottom .modal-b__form-note strong {
  font-weight: normal;
}
.modal-b__added-bottom .modal-b__form-phone {
  -webkit-box-flex: 1;
  -ms-flex: auto;
  flex: auto;
  padding: 0 0 0 20px;
}
@media (max-width: 650px) {
  .modal-b__added-bottom .modal-b__form-phone {
    padding: 0;
  }
  .modal-b__added-bottom .modal-b__form-phone .input-text {
    font-size: 19px;
  }
}
.modal-b__added-bottom .modal-b__form-grid {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 1;
  -ms-flex: auto;
  flex: auto;
}
.modal-b__added-bottom .modal-b__form-button {
  -webkit-box-flex: 0;
  -ms-flex: none;
  flex: none;
  margin: 0 0 0 20px;
}
@media (max-width: 650px) {
  .modal-b__added-bottom .modal-b__form-button {
    width: auto;
    margin: 0 0 0 10px;
  }
  .modal-b__added-bottom .modal-b__form-button:last-child {
    display: none;
  }
}

.modal-b__added-bottom .modal-b__form-grid {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 1;
  -ms-flex: auto;
  flex: auto;
}


.modal-b__added-bottom .modal-b__form-button .btn {
  border-radius: 7px;
  height: 56px;
  -webkit-box-shadow: none;
  box-shadow: none;
  border: 0;
  text-align: center;
  line-height: 1;
  font-size: 18px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}
.modal-b__added-bottom .modal-b__form-button .btn_dark {
  max-width: 170px;
}
@media (max-width: 650px) {
  .modal-b__added-bottom .modal-b__form-button .btn {
    font-size: 17px;
    border-radius: 35px;
    max-width: initial;
    padding: 0 25px;
  }
  .modal-b__added-bottom .modal-b__form-button .btn span {
    display: none;
  }
}
.modal-b__added .modal-b__goods {
  margin: 0;
  background: #f5f5f5;
  height: 100%;
  padding: 20px 14px 0 20px;
}
@media (max-width: 650px) {
  .modal-b__added .modal-b__goods {
    padding: 0;
    background: #fff;
  }
}
.modal-b__added .modal-b__goods-title {
  height: initial;
  margin: 0 0 14px;
  text-align: center;
  font-size: 18px;
  font-weight: bold;
  background: none;
}
@media (max-width: 650px) {
  .modal-b__added .modal-b__goods-title {
    margin: 0;
    font-size: 17px;
    background: #f5f5f5;
    padding: 15px 15px;
  }
}
.modal-b__added .modal-b__goods-scroll {
  height: 100%;
  border: 0;
  background: none;
  padding: 0;
}
.modal-b__added .modal-b__goods-scroll .modal-b__goods-list_cart .cart-table-b__about {
  padding-left: 93px;
  min-height: 80px;
  font-size: 16px;
  display: block;
}
.modal-b__added .modal-b__goods-scroll .modal-b__goods-list_cart .cart-table-b__about strong {
  color: #575757;
}
.modal-b__added .modal-b__goods-scroll .cart-table-b__price {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  line-height: 1;
}
.modal-b__added .modal-b__goods-scroll .cart-table-b__price .modal-b__goods-current {
  margin-right: 12px;
}
@media (max-width: 650px) {
  .modal-b__added .modal-b__goods-scroll .cart-table-b__price .modal-b__goods-current {
    font-size: 13px;
    margin: 0;
  }
}
@media (max-width: 650px) {
  .modal-b__added .modal-b__goods-scroll .cart-table-b__price .modal-b__goods-sale {
    font-size: 13px;
  }
}
.modal-b__added .modal-b__goods-list {
  padding: 14px 20px 14px 0;
  max-height: 510px;
  overflow-y: auto;
}
@media (max-width: 650px) {
  .modal-b__added .modal-b__goods-list {
    max-height: 450px;
    padding: 15px 0 15px 0;
  }
}
.modal-b__added .modal-b__goods-list .cart-table-b__about img {
  width: 80px;
  height: 80px;
  top: 2px;
}
.modal-b__added .modal-b__goods-item {
  margin: 0 0 20px !important;
  padding: 0;
}
.modal-b__added .modal-b__goods-item:last-child {
  margin: 0 !important;
}
.modal-b__added-sale {
  display: none;
  margin: 15px 0 35px;
}
@media (max-width: 650px) {
  .modal-b__added-sale {
    display: block;
  }
}
.modal-b__added-buttons {
  display: none;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  gap: 15px;
}
.modal-b__added-buttons .btn {
  font-size: 17px;
  padding: 0;
  -webkit-box-flex: 1;
  -ms-flex: auto;
  flex: auto;
}
.modal-b__added-buttons .btn_green-border {
  border-color: #afcb00;
  -webkit-box-shadow: 0 5px 15px rgba(175,203,0,0.35);
  box-shadow: 0 5px 15px rgba(175,203,0,0.35);
}
@media (max-width: 650px) {
  .modal-b__added-buttons {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
@media (max-width: 650px) {
  .modal-b__added-button {
    display: none;
  }
}

@media (max-width: 650px) {
  .modal-b__added-bottom .modal-b__form-note {
    margin: 0 0 15px;
    font-size: 17px;
  }
  .modal-b__added-bottom .modal-b__form-note strong {
    font-weight: bold;
  }
}
@media (max-width: 650px) {
  .modal-b__added .modal-b__goods-scroll {
    padding: 0 15px;
  }
}

@media (max-width: 650px) {
  .modal-b__added .modal-b__goods-scroll .modal-b__goods-list_cart .cart-table-b__about {
    padding: 0 100px 0 60px;
    font-size: 12px;
    min-height: 60px;
    line-height: 1.2;
  }
  .modal-b__added .modal-b__goods-scroll .modal-b__goods-list_cart .cart-table-b__about strong {
    display: block;
    margin: 0 0 2px;
    line-height: 1.2;
  }
}

@media (max-width: 650px) {
  .modal-b__added .modal-b__goods-scroll .cart-table-b__price {
    display: block;
    position: absolute;
    right: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    text-align: right;
  }
  .modal-b__added .modal-b__goods-scroll .cart-table-b__price span {
    font-size: 16px;
  }
}
@media (max-width: 650px) {
  .modal-b__added .modal-b__goods-list .cart-table-b__about img {
    width: 50px;
    height: 50px;
  }
}
.modal-b__added-counter{
  display: none;
}
.modal-b__added-price{
  display: none;
}

.banner-mobile__slider_bigger .banner-mobile__bg {
	object-fit: contain;
}


.card-page-b__brand img{
	width: 180px;
}
.product-item-detail-slider-container{
	display: flex;
	flex-direction: row-reverse;
	justify-content: space-between;
}
.card-page-b__actions .catalog-b__avail-text{
	margin: 2px 0 0 10px;
	text-wrap: balance;
}
.card-b__information-actions .btn{
	min-width: auto;
	width: calc(50% - 10px);
}
.card-page-b__buttons{
	width: 100%;
}
.card-page-b__buy{
	width: 100%;
}
.card-page-b__buy .btn{
	width: 100%;
}
.card-page-b__gallery-thumbs .card-b__thumb{
	background: #fff;
}
.card-page-b__gallery-thumbs .card-b__thumb.active{
	background: #f5f5f5;
}
.card-b__gallery.card-page-b__gallery-main{
	background: #f5f5f5;
}
.card-b__title.card-page-b__title{
	font-size: 36px;
}
.card-page-b__currency-value_price{
	font-size: 20px !important;
}
.card-page-b__currency-old{
	font-size: 24px !important;
}
.card-page-b__currency-old > s > span{
	font-size: 36px !important;
}
.toggle-measure{
	color: #3d3d3d !important;
	font-weight: 700 !important;
	font-size: 22px !important;
}
.card-page-b__currency-other span > span{
	margin-right: 0 !important;
}
/* Promo */
.modal-b__promo {
	background: #fff;
	width: 100%;
	border-radius: 7px;
	margin: 0 auto;
	color: #3d3d3d;
	padding: 20px;
}
.modal-b__promo-title {
	margin: 0 0 10px;
	text-transform: uppercase;
	font-weight: bold;
	font-size: 28px;
}
.modal-b__promo-grid {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	margin: 0 0 20px;
}
.modal-b__promo-pic {
	width: 60px;
}
.modal-b__promo-pic img {
	border-radius: 5px;
	width: 100%;
	aspect-ratio: 1;
}
.modal-b__promo-content {
	width: calc(100% - 80px);
}
.modal-b__promo-text {
	margin: 0 0 15px;
	font-size: 18px;
}
.modal-b__promo-text strong {
	display: block;
	font-weight: bold;
	font-size: 20px;
	margin: 0 0 2px;
}
.modal-b__promo-label {
	margin: 0 0 5px;
	color: #575757;
	font-size: 18px;
	font-weight: bold;
}
.modal-b__promo-list {
	margin: 0 0 15px;
}
.modal-b__promo-field {
	margin: 0 0 10px;
	font-size: 18px;
	position: relative;
}
.modal-b__promo-field:last-child {
	margin: 0;
}
.modal-b__promo-icon {
	left: -30px;
	top: 0;
	position: absolute;
}
.modal-b__promo-status {
	font-weight: bold;
	font-size: 18px;
	color: #8a8a8a;
}
.modal-b__promo-field_done .modal-b__promo-status {
	color: #9fb800;
}
.modal-b__promo-actions {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	gap: 10px;
}
.modal-b__promo-btn {
	border-radius: 15px;
	background: #575757;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	padding: 0 10px;
	height: 30px;
	color: #f5f5f5;
	font-size: 16px;
}
.modal-b__promo-btn_green {
	background: #859900;
}
.modal-b__promo-btn:hover {
	opacity: 0.8;
}
.modal-b__promo-price {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	gap: 20px;
}
.modal-b__promo-price_field {
	-webkit-box-flex: 1;
	-ms-flex: auto;
	flex: auto;
	padding: 0 15px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	color: #575757;
	background: #e4e4e4;
	border-radius: 7px;
	line-height: 1;
	height: 60px;
}
.modal-b__promo-price_field strong {
	display: block;
	font-size: 36px;
	line-height: 1;
	font-weight: bold;
}
.modal-b__promo-price_field strong em {
	font-size: 24px;
}
.modal-b__promo-price_field-red {
	background: #e63a2e;
	color: #fff;
}
.modal-b__promo .modal-b__close {
	top: 30px;
	right: 30px;
	cursor: pointer;
	-webkit-transition: 0.3s ease-out;
	transition: 0.3s ease-out;
}
.modal-b__promo .modal-b__close:hover {
	opacity: 0.6;
}