body {
  background: #fff;
  /*	.container--u-ijem7nvcc {
		padding-left: 0;
		padding-right: 0;
		background-color: #fff;
	}*/
}
body .card-page .kinds-block.kind_columns_4 .kinds-block__items.kinds_slider .kind-item .shop-product-btn:not(.notavailable) span svg {
  display: block;
}
body .card-page .kinds-block.kind_columns_4 .kinds-block__items.kinds_slider .kind-item__inner {
  background: #fff;
  box-shadow: inset 0 0 0 1px rgba(0, 0, 0, 0.1);
}
body .card-page .kinds-block.kind_columns_4 .kinds-block__items.kinds_slider .kind-item .kind-image:hover .quick-view-trigger {
  display: none;
}
body .consultation {
  text-transform: uppercase;
  background: none;
  box-shadow: inset 0 0 0 1px var(--gr_primary);
  color: var(--gr_primary);
  margin-top: 40px;
  font-weight: 400;
  font-size: 15px;
  width: 100%;
}
body .cart-amount .shop2-product-amount.gr_cart_amount {
  width: 90px;
}
body .cart-amount .shop2-product-amount button, body .cart-amount .shop2-product-amount input {
  height: 40px;
}
body .cart-page__bottom .shop2-order-options.shop2-order-in-one-page-form {
  background: #f5f5f5;
  padding: 30px;
  border-radius: 10px;
  width: 50%;
}
@media (max-width: 1023px) {
  body .cart-page__bottom .shop2-order-options.shop2-order-in-one-page-form {
    width: 100%;
  }
}
body .shop2-order-options.shop2-delivery .shop2-order-form.shop2-order-form--offset-left, body .shop2-delivery .shop2-order-form.shop2-order-form--offset-left {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}
body .shop2-order-options.shop2-delivery .shop2-order-form.shop2-order-form--offset-left .form-item, body .shop2-delivery .shop2-order-form.shop2-order-form--offset-left .form-item {
  flex: 1 1 calc(33.3333% - 10px);
}
@media (max-width: 767px) {
  body .shop2-order-options.shop2-delivery .shop2-order-form.shop2-order-form--offset-left .form-item, body .shop2-delivery .shop2-order-form.shop2-order-form--offset-left .form-item {
    flex: 0 0 100%;
    max-width: none;
  }
  body .shop2-order-options.shop2-delivery .shop2-order-form.shop2-order-form--offset-left .form-item label, body .shop2-delivery .shop2-order-form.shop2-order-form--offset-left .form-item label {
    width: 100%;
    max-width: none;
  }
}
body .shop2-order-options.shop2-delivery h2, body .shop2-delivery h2 {
  font-size: 38px;
}
@media (max-width: 767px) {
  body .shop2-order-options.shop2-delivery h2, body .shop2-delivery h2 {
    font-size: 28px;
  }
}
body .shop2-order-form ~ .form-item.form-item-submit button.shop2-btn {
  background: var(--bg_gradient);
  width: auto;
  font-size: 15px;
  font-weight: 400;
  box-shadow: 0px 28px 18px -20px rgba(13, 154, 175, 0.5);
  transition: 0.3s;
}
body .shop2-order-form ~ .form-item.form-item-submit button.shop2-btn:hover {
  box-shadow: unset;
}
body .form-item > label > strong {
  display: none;
}
body .shop2-product-actions dl dt .name-action {
  color: #fff;
}
body .shop2-product-actions dl dt .icon-action svg {
  fill: #fff;
}
body .header-modules {
  display: flex;
  align-items: center;
  gap: 5px;
}
body .header-modules__item {
  height: 62px;
  background: rgba(0, 0, 0, 0.05);
  border-radius: 5px;
  position: relative;
  transition: 0.3s;
  max-height: 62px;
}
body .header-modules__item:hover {
  background: var(--gr_accent);
}
body .header-modules__item:hover svg {
  fill: #fff;
}
body .header-modules__item:hover .text, body .header-modules__item:hover .gr-cart-preview-title {
  opacity: 0;
}
body .header-modules__item a {
  text-decoration: none;
  padding: 10px 15px 12px;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  max-height: 62px;
}
body .header-modules__item .text {
  font-size: 12px;
  color: #ccc;
  text-align: center;
  transition: 0.3s;
}
body .header-modules__item i {
  width: 30px;
  height: 30px;
  display: block;
}
body .header-modules__item svg {
  width: 100%;
  height: 100%;
  transition: 0.3s;
}
body .header-modules .favorite_item .favorite-block.is-null .favorite-count {
  display: none;
}
body .header-modules .favorite_item .favorite-count {
  position: absolute;
  top: 5px;
  right: 20px;
  color: #fff;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  background: var(--gr_primary);
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 12px;
}
body .header-modules .compare_item .gr-compare-btn.active .gr-compare-btn-amount {
  display: flex;
}
body .header-modules .compare_item .gr-compare-btn-amount {
  position: absolute;
  top: 5px;
  right: 20px;
  color: #fff;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  background: var(--gr_primary);
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 12px;
  display: none;
}
body .header-modules .cart_item .gr-cart-total-sum {
  display: none;
}
body .header-modules .cart_item .gr-cart-preview-link .gr-cart-total-amount {
  display: none;
}
body .header-modules .cart_item .gr-cart-preview-link.active .gr-cart-total-amount {
  display: flex;
}
body .header-modules .cart_item .gr-cart-total-amount {
  position: absolute;
  top: 5px;
  right: 20px;
  color: #fff;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  background: var(--gr_primary);
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 12px;
}
body .header-modules .gr-cart-preview-title {
  font-size: 12px;
  color: #ccc;
}
body .product-list.thumbs.main_blocks_list:not(.tns-slider) {
  flex-wrap: wrap;
  row-gap: 20px;
}
body .main-blocks__tabs-head-wr {
  justify-content: center;
  gap: 3px;
}
body .main-blocks__tabs-head {
  margin-bottom: 10px;
}
body .main-blocks__tabs-title {
  position: relative;
  padding: 5px 10px;
  background: #142946;
  color: #fff;
  border-radius: 5px;
  margin-right: 0;
}
@media (max-width: 767px) {
  body .main-blocks__tabs-title {
    font-size: 13px;
  }
}
body .main-blocks__tabs-title span {
  position: relative;
  padding-left: 20px;
}
body .main-blocks__tabs-title span:before {
  content: "";
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: #fff;
  position: absolute;
  left: 0;
  top: calc(50% - 5px);
}
body .main-blocks__tabs-title.active {
  color: #fff;
  background: #142946;
}
body .kind-additional__add {
  margin-top: 10px;
}
body .card-page .kinds-block.kind_columns_4 .kinds-block__items.kinds_slider .kind-item .gr-favorite-btn-wrapper .gr-favorite-btn__icon, body .card-page .kinds-block.kind_columns_4 .kinds-block__items.kinds_slider .kind-item .product-compare .gr-svg-icon.gr_small_icon {
  margin-top: 0;
}
body .montaz {
  margin-top: 20px;
}
body .montaz select {
  display: none;
}
body .montaz .montaz__title {
  font-size: 20px;
  font-weight: 500;
}
body .montaz .gr-select-wrapper:before {
  display: none;
}
body .montaz .jq-selectbox__select {
  font-size: 20px;
}
body .montaz .jq-selectbox__select-text {
  display: none;
}
body .montaz .jq-selectbox__dropdown {
  display: block !important;
  height: auto !important;
}
body .montaz .jq-selectbox__dropdown ul {
  padding: 0;
  list-style: none;
}
body .montaz .jq-selectbox__dropdown ul li {
  font-size: 20px;
  position: relative;
  padding-left: 25px;
  font-weight: 500;
}
body .montaz .jq-selectbox__dropdown ul li.selected:after, body .montaz .jq-selectbox__dropdown ul li.sel:after {
  background: #000;
}
body .montaz .jq-selectbox__dropdown ul li:before {
  content: "";
  width: 15px;
  height: 15px;
  border-radius: 50%;
  position: absolute;
  left: 0;
  top: calc(50%);
  margin-top: -7px;
  border: 1px solid #000;
}
body .montaz .jq-selectbox__dropdown ul li:after {
  content: "";
  width: 10px;
  height: 10px;
  border-radius: 50%;
  position: absolute;
  left: 4px;
  top: 11px;
}
body .g-button {
  background: #109ea1;
  border-color: #109ea1;
  transition: 0.3s;
  position: relative;
}
body .g-button:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  display: block;
  background: transparent;
  transition: 0.3s;
}
body .g-button:hover {
  background: #109ea1;
}
body .g-button:hover:before {
  background: rgba(255, 255, 255, 0.3);
}
body .g-button.g-button--invert {
  color: #109ea1;
  border-color: #109ea1;
}
body .g-button.g-button--invert:hover {
  background: #109ea1;
  color: #fff;
  border-color: #109ea1;
}
#shop2-color-ext-select.shop_product_color {
  margin-top: unset;
  padding: unset;
  display: none !important;
}
#i62u2up6m_0 ~ .container--u-i1vcqwoas .container--u-ijem7nvcc {
  background: #fff;
}
@media (max-width: 639px) {
  .shop-product-data__desc .desc-area.mods_block .kinds-block .kinds-block__items .kind-item {
    width: calc(100%);
  }
}
@media (max-width: 479px) {
  .dropdown--u-imt1kntwg {
    margin-left: 0;
    margin-right: 0;
  }
  .div--u-i2yno06w0 {
    row-gap: 10px;
  }
}
.product-list.thumbs .product-item .gr-product-image a img, .product-list.simple .product-item .gr-product-image a img, .product-list.list .product-item .gr-product-image a img, .card-slider__image a img, .card-slider__thumb-img a img {
  object-fit: contain;
}
body .header-modules__item .text, body .header-modules .gr-cart-preview-title {
  display: none;
}
body .header-modules__item {
  width: 40px;
  height: 40px;
  padding: 5px;
}
body .header-modules__item a {
  padding: 0;
}
body .header-modules__item:hover {
  background: #0000;
}
body .header-modules__item svg {
  fill: #fff;
}
body .header-modules__item.cart_item {
  border-radius: 5px;
  width: 70px;
  background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='34.782' height='35' viewBox='0 0 34.782 35' data-prefix='ilfd7vop6'%3E%3Cpath d='M34.668 8.047l-2.526 8.724a3.546 3.546 0 0 1-3.4 2.53H12.004l-.884 3.489h20.724v3.49H11.12a3.529 3.529 0 0 1-2.787-1.342 3.429 3.429 0 0 1-.645-2.994l1.1-4.348L4.546 3.483H.01v-3.49h4.536a3.55 3.55 0 0 1 3.391 2.5l.332 1.105h23a3.523 3.523 0 0 1 2.825 1.388 3.423 3.423 0 0 1 .574 3.061zM9.321 7.088l2.623 8.723h16.8l2.527-8.723H9.321zm1.3 20.937a3.49 3.49 0 1 1-3.536 3.489 3.513 3.513 0 0 1 3.538-3.489zm17.684 0a3.49 3.49 0 1 1-3.537 3.489 3.513 3.513 0 0 1 3.539-3.489z' fill-rule='evenodd' class='path-imwoo3ncv'%3E%3C/path%3E%3C/svg%3E") left 10px top 50% / 22px auto no-repeat #07f0c6;
}
body .header-modules__item.cart_item svg {
  display: none;
}
body .header-modules .cart_item .gr-cart-preview-link .gr-cart-total-amount {
  display: inline-block;
  background: #0000;
  border-radius: 0;
  color: #000;
  width: auto;
  font-size: 18px;
  right: 13px;
  top: 8px;
}
