body {
  background-color: #EDEFF0 !important;
  line-height: 18px;
  font-size: 15px;
  color: #222222;
  font-family: 'Manrope',Helvetica,Arial,sans-serif;
  font-weight: 400;
}
@media (max-width: 1300px) {
   .b-page__content {
      display: none;
   }
}
header .grid-container {
  grid-template-columns: 1fr auto auto auto auto;
  margin-top: 0;
}

header {
  background: #fff;
  position: sticky;
  z-index: 99;
}

h4 {
  font-size: 22px;
}

header nav {
  grid-column: 1 / 6;
  grid-row: 1;
}
.logo {
  width: fit-content;
}
.grid-container {
  display: grid;
  max-width: 1170px;
  margin: auto;
  width: calc(100% - 30px);
  grid-gap: 20px;
  margin-top: 20px;
}
.new-btn {
  background-color: #EFEFEF;
  border-radius: 5px;
  font-size: 12px;
  text-transform: uppercase;
  color: #3A3A3A;
  padding: 0 16px;
  border: 1px solid #d9d9d9;
  line-height: 46px;
  height: 48px;
  display: inline-block;
}
.new-btn *[class^="ic-"], .new-btn *[class*=" icon"], .btn *[class*="ic-"] {
  font-size: 20px;
  /*! color: #3A3A3A; */
  float: left;
  line-height: 46px;
}
.new-btn p {
  padding-left: 10px;
  display: inline-block;
  /*! width: max-content; */
  white-space: nowrap;
  float: right;
}
.new-btn:hover {
  background: #ddd;
  color: #333;
}

.top-menu {
  display: block;
  margin-top: 20px;
  /*! margin-bottom: 10px; */
}
.top-menu a, .top-menu p {
  font-size: 12px;
  color: #666;
  text-decoration: none;
  margin-right: 15px;
}
.top-menu p {
  float: right;
  margin-right: 0;
}

.logo img{
  height: 48px;
}

.menu-btn {
  display: block;
  width: 100%;
}
.menu-btn button {
  display: none;
}
#search, #search:hover {
  background: none !important;
  margin-left: 0 !important;
  position: relative !important;
}
#search input {
  font-weight: 400;
  padding: 2px 50px 2px 13px;
  border-radius: 5px;
  font-size: 14px;
  border: 1px solid #dbdbdb;
  height: 48px;
}
#search button {
  background: transparent;
  border: 1px solid transparent;
  margin: 0px;
  position: absolute;
  right: 0;
  z-index: 2;
}

#cart > button {
  background-color: #EEC04D;
  height: 48px;
  padding-left: 18px !important;
  border-radius: 5px;
  font-size: 12px;
  color: #3A3A3A !important;
  text-transform: uppercase;
  display: flex;
  align-items: center;
  font-weight: 400;
  overflow: hidden;
  border: 1px solid #cc9611;
  box-shadow: 0 2px 2px #ffd584 inset;
}

#cart .incart {
  top: 100%;
  transition: top 0.4s ease-out 0s;
  -webkit-transition: top 0.4s cubic-bezier(.08, .82, .17, 1) 0s;
  opacity: 0;
  width: 360px;
  z-index: 999999999999999;
  max-width: 100%;
  position: fixed;
  right: 0;
  display: none;
  background: #ffffff;
  border: 1px solid #EBEBEB;
  padding: 20px;
  text-align: left;
  margin-top: 0;
}
.user__total, .cart__total {
  background-color: #0000000A;
  height: 100%;
  display: none;
  align-items: center;
  padding-left: 10px;
  padding-right: 10px;
  text-transform: uppercase;
  margin-left: 10px;
  border-radius: 4px;
  font-weight: 600;
}
#cart > button > .ic-shopping-cart {
  color: black !important;
  font-size: 20px;
  margin-right: 12px;
}

#cart.open .incart {
  opacity: 1;
  margin: 0;
  display: grid;
  border-left: 1px solid #ccc;
  top: 0;
  grid-template-rows: min-content auto min-content;
  height: calc(100vh - 60px);
  height: calc((var(--vh, 1vh) * 100) - 60px);
}
@media (min-width: 1000px) {
  #cart.open .incart {
    height: 100vh;
  }
}

nav.navbar {
  display: block;
  margin-bottom: 0;
}
.bottom-menu {
  grid-column: 1 / 6;
  grid-row: 3;
}
.bottom-menu .nav {
  display: flex;
}
.bottom-menu .nav > li > a {
  padding-top: 8px;
}
.nav > li > a {
  font-size: 14px;
  text-transform: uppercase;
  font-weight: 700;
  padding: 0 20px 0 0;
  color: #333;
}
.nav > li > a:hover, .nav > li > a:focus {
  background-color: transparent;
}
header .nav > li:last-child {
  margin-left: auto;
}

.menu-btn {
  display: block;
}
@media (min-width: 1200px) {
  #burger-menu-toggler {
    display: none;
  }
}
#cart-total {
  display: none;
}

.btn-mini, .new-btn-second {
  color: #333;
  padding: 10px;
  border-radius: 5px;
  border: 1px solid #ddd;
  vertical-align: top;
  line-height: 16px;
  text-align: center;
  display: inline-block;
}
.btn-mini:hover, a.btn-mini:focus, .new-btn-second:hover, .new-btn-second:focus {
  text-decoration: none;
}
.btn-mini.active {
  background: #eee;
}
.new-btn-second {
  width: 48px;
  height: 48px;
}
.btn-mini.btn-mini-quad {
  width: 38px;
  height: 38px;
}
.input-mini {
  width: 38px;
  height: 38px;
  border-top: 1px solid #ddd;
  border-bottom: 1px solid #ddd;
  border-left: none;
  border-right: none;
  text-align: center;
}
.new-input {
  width: 48px;
  height: 48px;
  border-top: 1px solid #ddd;
  border-bottom: 1px solid #ddd;
  border-left: none;
  border-right: none;
  text-align: center;
}
.new-transp-button {
  background: transparent;
  width: 48px;
  height: 48px;
  border: none;
  font-size: 30px;
}
@media (max-width: 768px) {
  .btn-mini.btn-mini-quad {
    width: 45px;
    height: 45px;
    font-size: 20px;
    line-height: 26px;
  }
  .input-mini {
    width: 45px;
    height: 45px;
  }
}
/* Группы элементов */
.group-elements {
  /*! width: 100%; */
  display: inline-block;
}
.group-elements > * {
  display: inline-block;
  /*! float: left; */
}
.group-elements > *:first-child {
  border-radius: 5px 0 0 5px;
}
.group-elements > *:last-child {
  border-radius: 0 5px 5px 0;
}
.bonus-btn {
  display: none;
  background: linear-gradient(45deg, #1bb00e, #0a8400);
  border-color: #3fa431;
  box-shadow: 0 2px 2px #44ff008a, 0 2px 2px #86ca7d inset;
  color: #fff;
  white-space: nowrap;
}
.bonus-btn:hover {
  background: #15b515;
  color: #fff;
  border-color: #09c409;
}

@media (min-width: 1200px) {
  .bonus-btn {
    display: block;
  }
  .bottom-menu {
    display: block !important;
  }
  header {
    top: -40px;
  }
  .cart-btn #cart {
    width: 100%;
  }
  #cart > .btn {
    width: 100%;
  }
  .search {
    width: 340px;
    grid-column: 2;
  }

}
.youtube > svg {
  width: 80px;
}

.product-block-new {
  grid-template-columns: repeat(3, 1fr);
  grid-gap: 20px;
  display: grid;
}
.product-block-module-new {
  grid-template-columns: repeat(4, 1fr);
  display: grid;
}
.product-block-module-new h2, .grid-template_collection .grid-full-width, .grid-template_collection iframe {
  grid-column: 1 / -1;
  text-align: center;
  width: 100%;
}
.grid-template_collection iframe {
  aspect-ratio: 1170/567;
}

.prod-card-new {
  border-radius: 5px;
  overflow: hidden;
  background: #fff;
  color: #333;
  box-shadow: 0px 4px 4px #D3DADE61;
  position: relative;
}
.prod-card-new:hover, .prod-card-new:focus {
  text-decoration: none;
  box-shadow: 0px 4px 4px #D3DADE;
}
.prod-card-new .prod-card-desc {
  margin: 10px;
  padding: 0;
}
.prod-card-new .p1_semi {
  font-weight: 600;
  /*! padding: 10px; */
}
.prod-card-new .btn-large {
  width: 100%;
  padding: 0 20px;
}
.slider_content img{
  width: 100%;
  aspect-ratio:1170/560;
}
.prod-card-new .new-btn, .new-btn-primary {
  background: #eec04d;
  color: #222;
  font-weight: 600;
  border-color: #cc9611;
}
.prod-card-new .new-btn:hover, .new-btn-primary:hover {
  background: #FFC125;
  color: #222;
  font-weight: 600;
  border-color: #cc9611;
}


.prod-label {
  position: absolute;
  top: 0;
  right: 0;
}
.prod-label p {
  color: #fff;
  padding: 5px 10px;
  opacity: .8;
  margin: 0 0 10px;
  display: inline-block;
}
.prod-label-leto {background-color: #4eaa1a}
.prod-label-new {background-color: #4eaa1a}
.prod-label-360 {background-color: #03add5}
.prod-label-sale {background-color: #ee3030}


@media (min-width: 600px) and (max-width: 1199px) {

  .menu-btn button {
    display: block;
    float: right;
  }
  .bottom-menu .nav {
    display: block;
    margin: 0;
  }
  .bottom-menu .nav > li {
    margin: 0 20px 20px 0;
    display: inline-block;
  }
  .bottom-menu .nav > li > a {
    border: 1px solid #ddd !important;
    padding: 20px !important;
    display: inline-block;
    border-radius: 5px;
    box-shadow: 0 2px 2px #0000001c;
  }
}
@media (max-width: 1199px) {
  .top-menu, .bottom-menu {
    display: none;
  }
  header {
    padding: 15px 0;
    height: auto;
  }
  .product-block-module-new {
    grid-template-columns: repeat(4, 1fr);
  }
}
@media (max-width: 1024px) {
  .account-name {
    display: none !important;
  }
  #search {
    width: 100%;
  }
  .product-block-module-new {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media (max-width: 799px) {
  .menu-btn .new-btn p {
    display: none;
  }
  .product-block-module-new {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 600px) {
  .account-btn, .menu-btn {
    display: none;
  }
  #search {
    grid-column: 2 / 6;
    width: 100%;
  }
  .cart-btn {
    position: absolute;
  }
  #cart > button, .ma-nav-mobile-container, .full-cart > span {
    display: none !important;
  }
}


.new-slideshow {
  position: relative;
}
.gallery {
    display: grid;
    grid-gap: 10px;
    grid-auto-flow: column;
    grid-auto-columns: calc(100%);
    border-radius: 5px;
    scroll-snap-type: x mandatory;
    overflow: auto;
}.slide {
    scroll-snap-align: center;
}.slide:last-child {
    position: relative;
}.slide:last-child::after {
    content: '';
    position: absolute;
    top: 0;
    width: 20px;
    height: 100%;
}

.slider-tabs {
  display: block;
  position: absolute;
  right: 10px;
  top: 10px;
}
.slider-tabs a {
  display: inline-block;
  padding: 10px;
  background: #fff;
  margin: 10px 5px;
  border-radius: 10px;
  height: 5px;
  opacity: 0.7;
}
.slider-tabs .active {
  opacity: 1;
  background: #ff7d00;
}
.info {
  background: #519fc6;
  width: 20px;
  height: 20px;
  text-align: center;
  color: #fff;
  border-radius: 20px;
  display: inline-block;
  margin-right: 5px;
}






@font-face {
  font-family: 'icomoon';
  src:  url('/fonts/icomoon.eot?7wlyq1');
  src:  url('/fonts/icomoon.eot?7wlyq1#iefix') format('embedded-opentype'),
    url('/fonts/icomoon.ttf?7wlyq1') format('truetype'),
    url('/fonts/icomoon.woff?7wlyq1') format('woff'),
    url('/fonts/icomoon.svg?7wlyq1#icomoon') format('svg');
  font-weight: normal;
  font-style: normal;
  font-display: block;
}


[class^="ic-"], [class*=" ic-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'icomoon' !important;
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;

  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.ic-grid:before {
  content: "\e900";
}
.ic-menu:before {
  content: "\e902";
}
.ic-x-circle:before {
  content: "\e903";
}
.ic-x-octagon:before {
  content: "\e904";
}
.ic-youtube:before {
  content: "\e905";
}
.ic-circle:before {
  content: "\e906";
}
.ic-clipboard:before {
  content: "\e907";
}
.ic-clock:before {
  content: "\e908";
}
.ic-copy:before {
  content: "\e909";
}
.ic-corner-down-left:before {
  content: "\e90a";
}
.ic-download:before {
  content: "\e90b";
}
.ic-edit:before {
  content: "\e90c";
}
.ic-edit-3:before {
  content: "\e90d";
}
.ic-external-link:before {
  content: "\e90e";
}
.ic-eye:before {
  content: "\e90f";
}
.ic-eye-off:before {
  content: "\e910";
}
.ic-film:before {
  content: "\e911";
}
.ic-filter:before {
  content: "\e912";
}
.ic-gift:before {
  content: "\e913";
}
.ic-globe:before {
  content: "\e914";
}
.ic-help-circle:before {
  content: "\e915";
}
.ic-image:before {
  content: "\e916";
}
.ic-link:before {
  content: "\e917";
}
.ic-list:before {
  content: "\e91a";
}
.ic-log-in:before {
  content: "\e91b";
}
.ic-log-out:before {
  content: "\e91c";
}
.ic-mail:before {
  content: "\e91d";
}
.ic-map-pin:before {
  content: "\e91e";
}
.ic-message-circle:before {
  content: "\e91f";
}
.ic-moon:before {
  content: "\e920";
}
.ic-more-vertical:before {
  content: "\e921";
}
.ic-package:before {
  content: "\e922";
}
.ic-paperclip:before {
  content: "\e923";
}
.ic-phone:before {
  content: "\e924";
}
.ic-printer:before {
  content: "\e925";
}
.ic-save:before {
  content: "\e926";
}
.ic-share-2:before {
  content: "\e928";
}
.ic-sliders:before {
  content: "\e929";
}
.ic-smartphone:before {
  content: "\e92a";
}
.ic-sun:before {
  content: "\e92b";
}
.ic-trash:before {
  content: "\e92c";
}
.ic-trash-2:before {
  content: "\e92d";
}
.ic-zap:before {
  content: "\e92e";
}
.ic-alert-circle:before {
  content: "\e92f";
}
.ic-alert-octagon:before {
  content: "\e930";
}
.ic-archive:before {
  content: "\e931";
}
.ic-award:before {
  content: "\e932";
}
.ic-battery-charging:before {
  content: "\e933";
}
.ic-bell:before {
  content: "\e934";
}
.ic-bell-off:before {
  content: "\e935";
}
.ic-book:before {
  content: "\e936";
}
.ic-bookmark:before {
  content: "\e937";
}
.ic-camera:before {
  content: "\e938";
}
.ic-camera-off:before {
  content: "\e939";
}
.ic-cast:before {
  content: "\e93a";
}
.ic-check-circle:before {
  content: "\e93b";
}
.ic-check-square:before {
  content: "\e93c";
}
.ic-arrow-down:before {
  content: "\e901";
}
.ic-arrow-left:before {
  content: "\e918";
}
.ic-arrow-right:before {
  content: "\e919";
}
.ic-arrow-up:before {
  content: "\e927";
}
.ic-chevron-up:before {
  content: "\e968";
}
.ic-chevron-down:before {
  content: "\e941";
}
.ic-chevron-left:before {
  content: "\e943";
}
.ic-chevron-right:before {
  content: "\e95b";
}
.ic-user:before {
  content: "\e9ad";
}
.ic-logout:before {
  content: "\e9ae";
}
.ic-degrees:before {
  content: "\e9af";
}
.ic-gem-regular:before {
  content: "\e95f";
}
.ic-heart:before {
  content: "\e964";
}
.ic-invoice:before {
  content: "\e96c";
}
.ic-visibility:before {
  content: "\e994";
}
.ic-visibility-off:before {
  content: "\e995";
}
.ic-check:before {
  content: "\e996";
}
.ic-close:before {
  content: "\e997";
}
.ic-edit1:before {
  content: "\e999";
}
.ic-email:before {
  content: "\e99a";
}
.ic-file:before {
  content: "\e99b";
}
.ic-gift1:before {
  content: "\e99c";
}
.ic-chart-bar:before {
  content: "\e99d";
}
.ic-notification:before {
  content: "\e99e";
}
.ic-plus-circle:before {
  content: "\e99f";
}
.ic-ruble:before {
  content: "\e9a0";
}
.ic-search:before {
  content: "\e9a1";
}
.ic-settings:before {
  content: "\e9a2";
}
.ic-shopping-cart:before {
  content: "\e9a3";
}
.ic-slider:before {
  content: "\e9a4";
}
.ic-suitcase:before {
  content: "\e9a5";
}
.ic-thumb-down:before {
  content: "\e9a6";
}
.ic-thumb-up:before {
  content: "\e9a7";
}
.ic-upload:before {
  content: "\e9a8";
}
.ic-view-boxes:before {
  content: "\e9a9";
}
.ic-open-in-new:before {
  content: "\e9aa";
}
.ic-wallet:before {
  content: "\e9ab";
}
.ic-home:before {
  content: "\e9ac";
}
.ic-delete:before {
  content: "\e9b0";
}


/* BEGIN Отключить после удаления bootstrap */
.breadcrumb {
  background: none;
  margin-bottom: 0;
}
.breadcrumb a {
  color: #333;
}
/* END Отключить после удаления bootstrap */



.breadcrumb {
  padding: 0;
  text-transform: capitalize;
}




/* BEGIN Стили для категорий товаров */


.category_row_page_new #column-left {
  width: 100%;
}

.search_block {
  display: none;
}

.category_row_page_new {
  display: grid;
  grid-template-columns: 1fr 3fr;
}

.category-title h2 {
  margin-right: 10px;
  font-family: 'Playfair Display';
  font-size: 48px;
  margin-top: 20px;
  text-transform: uppercase;
  display: inline-block;
}
.panel-sort {
  width: 100%;
}
.panel {
  background: #fff;
  border-radius: 5px;
  padding: 10px;
  margin-bottom: 20px;
  box-shadow: 0px 4px 4px #D3DADE61;
  display: inline-block;
}
.left, .right {
  display: inline-block;
}
.left {
  float: left;
}
.right {
  float: right;
}
.panel-sort p {
  display: inline-block;
  margin: 0;
  line-height: 40px;
}

.prod-view {
  display: inline-block;
  margin-right: 10px;
  vertical-align: top;
}
.panel-sort select.input {
  background-color: transparent;
  border: 1px solid #ddd;
  border-radius: 5px;
  padding: 8px;
}
.price-new {
  display: inline-block;
  margin-right: 10px;
  font-size: 20px;
  font-weight: 600;
}
.pro-mode-inner__header {
  padding: 10px;
}
.view_vertically {
  grid-template-columns: 1fr;
}
.view_vertically .prod-label {
  position: relative;
}
.view_vertically .prod-card-new {
  display: grid;
  grid-template-columns: auto 1fr 3fr;
}
.view_vertically .prod-card-new img {
  max-height: 200px;
}
.view_vertically .prod-card-desc, .pro-mode-inner {
  display: none;
}
.view_vertically .prod-card-desc.pro-mode-inner {
  display: grid;
  grid-template-columns: 1fr 1fr;
}
.view_vertically .pro-mode-inner__options-line label {
  width: 80%;
}
.view_vertically .pro-mode-inner__options-name {
  display: inline-block;
  margin-left: 5px;
}
.view_vertically .pro-mode-inner__options-qty {
  display: inline-block;
  float: right;
  font-weight: 400;
}
.view_vertically .pro-mode-inner__counter-row-3 {
  width: 100%;
  display: inline-block;
  margin: 10px 0;
}
.view_vertically .pro-mode-inner__counter-col {
  position: relative;
}
.view_vertically .pro-mode-inner__counter-row-1 {
  margin-bottom: 10px; 
}
.view_vertically .pro-mode-inner__counter-col .new-btn {
  bottom: 0;
  left: 0;
}
.pro-mode-inner__price {
  font-size: 20px;
  line-height: 40px;
}
.pro-mode-inner__counter, .pro-mode-inner__counter-row-3 {
  text-align: right;
}
.view_vertically .pro-mode-inner__add-to-cart {
  width: auto;
  float: right;
}
.pro-mode-inner .btn-preorder {
  width: auto;
  float: right;
}

.open-filter {
  display: block !important;
  position: fixed;
  z-index: 999;
  top: 0;
  right: 0;
  left: 0;
  padding-right: 0 !important;
  padding-bottom: 100px !important;
  bottom: 0;
  overflow-y: scroll;
  background: #fff;
}



@media (max-width: 1024px) {
  .product-block-new {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 960px) {
  .view_vertically .prod-card-desc.pro-mode-inner {
    margin-top: 0;
  }
  .view_vertically .prod-card-new {
    display: grid;
    grid-template-columns: auto 3fr;
  }
  .prod-card-desc.pro-mode-inner {
  }
  .pro-mode-inner__header {
    grid-area: 1 / 2 / 2 / 2;
  }
  .prod-card-new > a {
    grid-area: 1 / 1 / 3 / 1;
  }
  .view_vertically .prod-label {
    position: absolute;
  }
}
@media (max-width: 768px) {
  .search_block {
    display: block;
    position: fixed;
    top: 100px;
    left: 0;
    background: #eec04d;
    padding: 20px;
    z-index: 998;
  }
  .category_row_page_new {
    grid-template-columns: 4fr;
  }
  .panel-sort .right {
    float: left;
    width: 100%;
  }
  .panel-sort select.input {
    height: 45px;
    margin-bottom: 10px;
  }
  .prod-view {
    margin-bottom: 10px;
  }
}
@media (max-width: 600px) {
  .view_vertically .prod-card-desc.pro-mode-inner {
    grid-template-columns: 1fr;
  }
  .view_vertically .prod-label {
    position: relative;
  }
  .pro-mode-inner__counter, .pro-mode-inner__counter-row-3 {
    text-align: left;
    margin-top: 10px;
  }
  .view_vertically .pro-mode-inner__add-to-cart {
    width: 100%;
  }

}


.view_vertically.product-block-new {
  grid-template-columns: 1fr;
}

.product-search {
  grid-template-columns: repeat(4, 1fr);
}

@media (max-width: 1024px) {
  .product-search {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media (max-width: 960px) {
  .product-search {
    grid-template-columns: repeat(2, 1fr);
  }
}

/* END Стили для категорий товаров */


/* BEGIN Стили для карточки товара */

.product-card {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 15px;
}
.product-card-right h1, .product-card-right .new-transp-button {
  display: inline-block;
  margin-right: 10px;
}
.product-card-new {
  margin: 10px;
}
.product-card-right s {
  font-size: 14px;
}
.product-card-new .block_desk {
  margin: 10px 0;
  line-height: 24px;
}
.product-card-new .block_specifications {
  max-height: 200px;
  overflow-y: scroll;
}
.product-card .product-card-right .new-btn-primary {
  display: inline-block;
  vertical-align: top;
  /*! margin-left: 10px; */
}
.product-card-right .prices > div {
  border: 1px solid #ddd;
  width: 150px;
  display: inline-block;
  margin: 0 5px 10px 0;
  padding: 10px;
  border-radius: 5px;
}
.product-card-right .prices > div > p {
  font-size: 20px;
  margin: 10px 0 0;
}
.product-card-left img {
  border-radius: 5px;
  width: 100%;
}
.product-card-left {
  grid-area: 1 / 1 / 4 / 1;
  position: relative;
  padding-right: 10px;
}
.product-card-right {
  grid-area: 1 / 2;
}
.product-card .blocks_desc {
  border-top: 1px dashed #ddd;
}
.product-card .blocks_reviews {
  border-top: 1px dashed #ddd;
}
.product-card .spec_tabel {
  margin: 10px 0 0 0;
  border-left: 2px solid #ddd;
  padding-left: 10px;
}
.product-card .ya-share2__icon {
  margin: 5px;
}
.ya-share2__badge {
  border-radius: 50px;
}
/* Мод радиокнопок */
.new-radio {
  display: inline-block;
  margin-right: 5px;
}
.new-radio label {
  padding: 8px 16px;
  border: 1px solid #CCCCCC;
  border-radius: 5px;
  cursor: pointer;
  border-radius: 5px;
  font-weight: 400;
}
.new-radio input[type="radio"] {
  display: none;
}
.new-radio input[type="radio"]:checked + label {
  background-color: #353535;
  color: #fff;
  border: 1px solid #000;
}
.product-card-right .list_product_info li {
  margin: 5px 0;
}
#button-cart.new-btn span {
  margin-right: 10px;
}
.new-product-thumbs {
  width: 75px;
  grid-area: 1 / 1 / 4 / 2;
}
.new-product-thumbs a {
  margin-bottom: 10px;
  display: block;
  position: relative;
  min-height: 75px;
  border-radius: 5px;
  overflow: hidden;
}
.new-product-thumbs img {
  width: 100%;
}
.product-card-new .holder_360, .product-card-new .small-preview-play-btn {
  position: absolute;
  z-index: 2;
  width: 100%;
  left: 0;
  padding: 10px 10px;
  max-width: 100px;
  /*! right: 0; */
}
.product-card-new .small-preview-play-btn {
  top: 8px;
}
.product-with-addimages {
  grid-template-columns: auto 1fr 1fr;
  overflow: hidden;
}
.product-with-addimages .product-card-left {
  grid-area: 1 / 2 / 4 / 2;
}
.product-with-addimages .product-card-right {
  grid-area: 1 / 3;
}
.product-with-addimages .thumb-image {
  display: block;
  /*! aspect-ratio: 600 / 800; */
}
.product-with-addimages .video-preview-img-small {
  position: absolute;
  height: 100%;
  width: auto;
  left: -29px;
}
.product-with-addimages .product-card-left a {
  display: block;
}
#ball_popup, #ball_popup_2, #text-popup {
  /*! display: none; */
}
.new-product-thumbs .thumb-current {
  border: 3px solid #eec04d !important;
}
.product-card-new .wrapper-slide {
  display: none;
  position: relative;
}
.product-card-new .wrapper-current {
  display: block;
}
.product-card-new .link-img-download {
  position: absolute;
  right: 20px;
  top: 10px;
  color: #fff;
  background: #0006;
}
.product-card-new .link-img-download b {
  display: none;
  opacity: 0;
}
.product-card-new .link-img-download:hover {
  width: 220px;
}
.product-card-new .link-img-download:hover b {
  display: inline-block;
  margin-right: 10px;
  opacity: 1;
}
.product-card-left .popup-youtube svg {
  position: absolute;
  z-index: 99;
  width: 100%;
  height: 50px;
  left: 0;
  top: 45%;
}
.youtube-wrapper {
  position: relative;
  width: 100%;
  overflow: hidden;
  aspect-ratio: 1/1;
  border-radius: 5px;
}
.youtube-wrapper img {
  width: auto;
  height: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.product-card-left .v_thumb_block {
  width: 100%;
}
.thumb-view360 {
  z-index: 1 !important;
}
.row_quantity_button {
  margin-top: 5px;
}
.row_quantity_button .number-spinner {
  margin-right: 10px;
  margin-bottom: 10px;
}
.product-card-new .row_quantity_button .number-spinner input {
  height: auto;
}
.product-card-new .new-btn-primary {
  width: fit-content;
}

@media (max-width: 768px) {
  .link-img-download b {
    display: none !important;
  }
  .product-card-new .link-img-download:hover {
    width: auto;
  }
  .product-card .blocks_reviews {
    grid-area: 2 / 1;
  }
  .product-card-left {
    padding-right: 0;
  }
  .product-card-right h1, .product-card-right .new-transp-button {
    font-size: 28px;
  }
  .product-with-addimages {
    grid-template-columns: 75px auto !important;
  }
  .product-with-addimages .new-product-thumbs {
    grid-area: 1 / 1;
  }
  .product-with-addimages .product-card-left {
    grid-area: 1 / 2;
  }
  .product-with-addimages .product-card-right {
    grid-area: 2 / 1 / 2 / 3;
  }
  .product-with-addimages .blocks_desc {
    grid-area: 3 / 1 / 3 / 3;
  }
  .product-with-addimages .blocks_reviews {
    grid-area: 4 / 1 / 4 / 3;
  }
}
@media (max-width: 520px) {
  .product-card {
    grid-template-columns: 1fr;
  }
  .product-card-left {
    grid-area: 1 / 1;
  }
  .product-card-right {
    grid-area: 2 / 1;
  }
  .blocks_desc {
    grid-area: 3 / 1;
  }
  .product-card .blocks_reviews {
    grid-area: 4 / 1 / 4 / 3;
  }
}
.icon-gem-regular {
  line-height: 44px;
}


body input[type=range] {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background-color: transparent;
}
body input[type=range]::-webkit-slider-thumb {
  -webkit-appearance: none;
  appearance: none;
  border: 2px solid #f8b195;
  border-radius: 50%;
  height: 20px;
  width: 20px;
  position: relative;
  bottom: 8px;
  box-shadow: 0px 3px 5px 0px rgba(0, 0, 0, 0.4);
  cursor: grab;
}
body input[type=range]::-webkit-slider-thumb:active {
  cursor: grabbing;
}
body input[type=range]::-moz-range-thumb {
  -moz-appearance: none;
  appearance: none;
  border: 2px solid #f8b195;
  border-radius: 50%;
  height: 20px;
  width: 20px;
  position: relative;
  box-shadow: 0px 3px 5px 0px rgba(0, 0, 0, 0.4);
  cursor: grab;
}
body input[type=range]::-moz-range-thumb:active {
  cursor: grabbing;
}
body input[type=range]::-ms-thumb {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: 2px solid #f8b195;
  border-radius: 50%;
  height: 20px;
  width: 20px;
  position: relative;
  bottom: 8px;
  box-shadow: 0px 3px 5px 0px rgba(0, 0, 0, 0.4);
  cursor: grab;
}
body input[type=range]::-ms-thumb:active {
  cursor: grabbing;
}
#show-reward-modal-btn {
  background: #1bb00e;
  box-shadow: 0 2px 2px #86ca7d inset;
}

.balance-account {
  margin-top: 10px;
}