html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  text-decoration: none;
  background: transparent;
}
p {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  background: transparent;
}


sub, sup {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 70%;
  line-height: 60%;
  background: transparent;
}

tr, th, td {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: middle;
  background: transparent;
}

.editor-content ul, .editor-content ol {
  padding-left: 16px;
  margin-bottom: 16px;
}
.editor-content ul li {
  list-style-type: disc;
  list-style-position: outside;
}
.editor-content ol li {
  list-style-type: decimal;
  list-style-position: outside;
}
.editor-content p {
  margin-bottom: 16px;
}
.editor-content a {
  color: #41b8c3;
  font-weight: 600;
}
.editor-content a:hover {
  color: #a42860;
  text-decoration: none;
  cursor: pointer;
}

blockquote, q {
  quotes: none;
}
:focus {
  outline: 0;
}

:before,
:after {
  box-sizing: border-box;
}


.popupcart .qwnt {
  margin: -5px 5px 0px 5px;
  display: block;
  float: left;
  width: 50px;
  height: 28px;
  line-height: 33px;
  text-align: center;
  font-size: 18px;
  color: #000000;
  font-family: sans-serif;
}

.popupcart .cost {
  padding: 2px;
  float: left;
  font-size: 16px;
}


.sum-popupcart {
  display: flex;
  justify-content: flex-end;
  margin-bottom: 22px;

}

.quantity-dec {
  display: block;
  width: 20px;
  height: 20px;
  background-image: url('minus.svg');
  cursor: pointer;
  opacity: 1;
  transition: opacity .2s lineaer;
}

.quantity-dec:hover {
  opacity: .7;
}

.quantity-inc {
  display: block;
  width: 20px;
  height: 20px;
  background-image: url('plus.svg');
  cursor: pointer;
  opacity: 1;
  transition: opacity .2s lineaer;
}

.quantity-inc:hover {
  opacity: .7;
}


.quantity-container {
  display: flex;
  width: 100%;
}



.popupcart .quantity-container {
  float: left;
  width: 120px;
  margin-left: 9px;
}

article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
  margin:0;
  padding:0;
  border:0;
  outline:0;
  font-size:100%;
  vertical-align:baseline;
  background:transparent;
}
mark {
  background-color: transparent;
  color:#5a3211;
  font-style:italic;
  font-weight:normal;
}
header, nav, section, article, aside, footer {
  display: block;
}

.article {
  line-height: 1.5;
};

ins {
  text-decoration: none;
}
del {
  text-decoration: line-through;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
header, nav, section, article, aside, footer {
  display: block;
}
.bottom-header .cat-arrow {
  position: absolute;
  color: #777;
  height: 30px;
  width: 30px;
  border-radius: 18px;
  border: 1px solid #ccc;
  background-color: #fff;
  margin-top: 8px;
  right: -8px;
  cursor: pointer;
  line-height: 30px;
  text-align: center;
  background: url('harroww.png') -1px 0px #fff;
  box-shadow: 0 2px 2px rgba(50, 50, 50, 0.2);
  z-index: 100;
}

.bottom-header .cat-arrow:hover {

  background: url('harrowh.png') -1px 0px #fff;}
}
bottom-header nav.show .cat-arrow {
  background: ffffff;
}

body {
  position: relative;
  color: #000000;
  font-size: 14px;
  line-height: 18px;
  
  font-family: Arial, Helvetica, sans-serif;
  
  
  background-image: url(bg-loaded.jpg);
  background-position: center center;
  background-repeat: repeat;
  
  background-attachment: fixed;
  
  background-size: cover;
  
  background-color: #ffffff;
  overflow-y: scroll;
}

/** Fixed bug with fps **/

body::before {
    background: url(bg-loaded.jpg) no-repeat center center;
    background-size: cover;
    content: ' ';
    height: 100%;
    left: 0;
    position: fixed;
    top: 0;
    width: 100%;
    will-change: transform;
    z-index: -1;
}

a {
  color: #41b8c3;
  outline: none;
  text-decoration: none;
}
a:hover {
  text-decoration: none;
}

h1,h2,h3,h4 {
  margin-bottom: 8px;
  margin-top: 8px;
  font-weight: normal;

}
h1 {
  font-size: 32px;
  margin-top: 26px;
  font-weight: bold;
  line-height: 1;
  text-align: center;
  color: #252525;
}

h2 {
  font-size: 20px;
  font-weight: 600;
  line-height: 1;
  color: #41b8c3;
  margin: 0px;
}

h3 {
  margin: 0px;
  padding-bottom: 30px;
  padding-top: 50px;
  color: #5fbcbe;
  font-size: 23px;
  font-weight: 600;
  line-height: 132%;
}

h4 {
  color: #41b8c3;
  font-size: 14px;
  font-weight: 600;
  line-height: 1;
}



img {
  border: none;
  max-width: 100%;
}


input {
  vertical-align: middle;
}

.title-h1 {
  display: block;
  font-size: 2em;
  margin-top: 0.67em;
  margin-bottom: 0.67em;
  margin-left: 0;
  margin-right: 0;
  font-weight: bold;
}

.title-h2 {
  display: block;
  font-size: 1.5em;
  margin-top: 0.83em;
  margin-bottom: 0.83em;
  margin-left: 0;
  margin-right: 0;
  font-weight: bold;
  color: #a42860;
}

.title-h3 {
  display: block;
  font-size: 1.17em;
  margin-top: 1em;
  margin-bottom: 1em;
  margin-left: 0;
  margin-right: 0;
  font-weight: bold;
}

input.qwnt {
  border-radius: 3px;
  box-sizing: content-box;
  background-color: #F4F4F4;
  text-align: center;
  width: 20px;
  max-width: 40px;
  height: 2opx;
  border: 0;
  margin: 0 11px;
}

input.qwnt:focus-within {
  outline: 1px solid #000000;
  border-radius: 3px;
}

body#cart .search-block {
  margin-right: 20px;
}

#wrapper {
  width: 1245px;
  max-width: 1245px;
  margin: 0 auto;
}
.center-content {
  padding-bottom: 12px !important;
  width: 1245px;
  color: #6C6C6C;
  margin: 0 auto;
}
.user-block {
  margin-bottom: 15px;
  border: 10px solid #ffffff;
  max-width: 175px;
  overflow: hidden;
}
.user-block p {
  margin-bottom: 0;
}
.user-block img {
  max-width: 175px;
  display: block;
  height: auto;
}
/* Header
-----------------------------------------------------------------------------*/
#header {
  width: 1245px;
  max-height:273px;
  position: relative;
  background: #ffffff;
  z-index: 1011;
}
.top-header {
  

  //background-color: #ffffff;
}
//.dashed {
  border-bottom: 2px dashed #e5e5e5;
  height: 1px;
  margin-top: -3px;
  position: relative;
  z-index: 100;
}
//.dashed2 {
  border-bottom: 2px dashed #a17651;
  height: 1px;
  margin-top: -3px;
  position: relative;
  z-index: 100;
}
.logo {
  height: 97px;
  width: 180px;
  line-height: 97px;
  display: block;
  text-align: center;
  margin-right: 10px;
}
.jm-logo {
  padding: 15px;
}
.jm-logo a {
  background: rgba(255,255,255,0.1);
  -o-transition: -o-transform ease-out 0.1s, background 0.2s;
  -ms-transition: -ms-transform ease-out 0.1s, background 0.2s;
  -webkit-transition: -webkit-transform ease-out 0.1s, background 0.2s;
  transition: transform ease-out 0.1s, background 0.2s;
  display: inline-block;
  position: relative;
  z-index: 1;
  padding: 15px;
  border-radius: 50%;
  -webkit-border-radius: 50%;
}
.jm-logo a:hover {
  background: rgba(255,255,255,0.05);
  -o-transform: scale(0.93);
  -webkit-transform: scale(0.93);
  -ms-transform: scale(0.93);
  transform: scale(0.93);
}

.logo img {
  vertical-align: middle;
  max-height: 90px;
  max-width: 200px;
}
.logo.text {
  
  background: transparent;
  
  font-size: 24px;
  text-transform: uppercase;
  color: #463f3d;
  font-weight: bold;
}

.header-top, .header-top a {
  color: #41b8c3;
  justify-content: space-between;
  transition: color .2s linear;
}


.header-top {position: relative; z-index: 1000;}
.header-info {
  padding-top: 14px;
}

.header-info ul {
  overflow: hidden; zoom: 1;
  max-width: 620px;
  max-height: 36px;
  overflow: hidden;
}
.header-top ul {
  font-size: 14px;
  font-weight: bold;
  margin-bottom: 16px;
}
.header-top ul li {
  display: inline;


}

.header-top .fl li {
  font-size: 14px;
  position: relative;
  margin-right: 12px;
  list-style: none;
  float: left;
  padding: 0 2px;
  margin: 0 1px 0 3px;
  color: #128C47;
  text-decoration: none;
  cursor: pointer;
}

.header-top  li > a:hover  {
  color: #5dd3de;
}

.header-top  li a:hover:before  {
  visibility: visible;
  transform: scaleX(1);
}

.header-top .fr li {
  margin-left: 2px;
}
.phone {
  display: flex;
  justify-content: space-between;
  font-size: 28px;
  margin-top: 22px;
  min-width: 808px;
  width: 100%;
  color: #C43DB7;
  font-weight: bold;
  align-items: center;

}

.header__account {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  width: 65px;
  margin-top: 12px;

}
.header__svg {
  margin-bottom: 15px;
  fill: #4C4C4C;
  opacity: .8;
  width: 28px;
  height: 28px;
  transition: fill .2s, opacity .2s linear;
}

.header__svg:hover {
  opacity: 1;
  fill: #41b8c3;
}

.phone .spb, .phone .msk {display: none;}
.cart p {
  font-size: 13px;
  margin-bottom: 6px;
}
.cart {
  width: 121px;
  text-align: center;
  color: #000000;
  height: 80px;
  margin-bottom: -30px;
  margin-left: 34px;
  position:relative;
}
.cart .order-link {padding: 7px 0px 0px 0px;}
.cart a {
  color: #fe2d29;
}
.cart a.basket {
  display: block;
  background: url(cart_icon.svg) top center no-repeat;
  height: 44px;
  position: center;
  margin-bottom: -8px;
  transition: transform .2s linear;
}

.cart a.basket:hover {
  transform: rotate(4deg);
}

.cart a.basket.zero {
  background: url(cart_icon.svg)top center no-repeat;
}
.header-top:hover {color:green}

.cheader-top a.active, .header-top a:hover {
  text-decoration: none;
}

.cart span#cart_items_count {
  font-size: 15px;
  font-weight: bold;
  display: inline-block;
  position: absolute;
  left: 30px;
  color: #fff;
  top: 6px;
  background: #7AD674;
  width: 20px;
  height: 20px;
  text-align: center;
  line-height: 20px;
  border-radius: 10px;
}

.cart .price {
  font-size: 17px;
  padding-bottom: -38px;
  font-family: 'Arial';
  color: #333;
  font-weight: bold;
}
.search .txt {
  display: flex;
  color: #434343;
  border: solid 1px #ccc;
  padding: 9px 10px 9px 32px;
  width: 87px; /* Ширина по умолчанию */
  border-radius: 5px;
  transition: all .5s linear;
}

.search .txt:focus {
  border-color: #41b8c3;
  width: 200px;
  background: #fff;
}

.search {
  position: relative;
  top: -8px;
  margin-right: 18px;
}

.search .but {
  cursor: pointer;
  border: 0;
  background: url(https://static.insales-cdn.com/assets/1/5494/6501750/1753277288/search4.png) top left no-repeat;
  position: absolute;
  right: 26px;
  top: 8px;
  height: 20px;
  width: 20px;
}
.bottom-header {
}

.head-catalog {
  padding-top: 10px;
  padding-left: 20px;
  flex-wrap: wrap;
  display: flex;
}

.head-catalog li {
  margin-top: 11px;
  display: flex;
  padding: 1px 3px 5px;
  position: relative;
}


.head-catalog a {
  color: #3D3D3D;
  font-size: 14px;
  line-height: 30px;
  height: 30px;
  padding: 0 8px;
  display: block;
  font-weight: normal;
  border-radius: 3px;
}

.head-catalog a:hover {
  background: #5fbcbe;
  color: #ffffff;
}
.head-catalog a.active {
  background: #5fbcbe;
  color: #ffffff;
}

.head-catalog ul {
  position: absolute;
  left: 0;
  top: 36px;
  display: none;
  width: 250px;
  padding: 8px 13px;
  z-index: 200;
  background:#F2F2F2;
  border-left: 1px solid #ccc;
  border-right: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
}
.head-catalog li:hover a{
  background: #ffffff
  text-decoration: underline;
  cursor: pointer;
}
.head-catalog ul li {
  float: none;
  display: block;
  color: #3D3D3D;
}

.head-catalog ul : hover {
  text-decoration: underline;
}

.head-catalog ul ul a {
  top: 0;
  left: 100%;
  padding: 0 13px;
  letter-spacing: 0.5px;
  font-weight: normal;
  color: #6C6C6C;
  font-size: 14px;
  word-wrap: break-word;
  height: 40px;
  display: flex;
  align-items: center;
  line-height: 1;
  text-decoration: none;
}
.head-catalog ul ul li {
  padding-top: 0;
}

.head-catalog ul ul {
  font-size: 14px;
  padding: 3px 10px 5px;
  margin-left: 220px;
  top: -12px;
  width: 220px;
  letter-spacing: 0.3px;
  font-weight: normal;
  color: #6C6C6C;
  word-wrap: break-word;
  background: #FAFAFA
}

.head-catalog ul ul li:hover {
  opacity: 1;
}

.head-catalog li:hover>ul {
  display: block;
  border-radius:3px;
  font-size: 14px;
  padding: 3px 13px 6px;
  letter-spacing: 0.5px;
  font-weight: normal;
  color: #6C6C6C;
  word-wrap: break-word;

}
.center-content nav {
  display: inline-block;
  position: relative;
}

.catalog-ucenka::after{
background-image: url(https://static.insales-cdn.com/assets/1/5494/6501750/1753277288/catalog-ucenka.svg) no-repeat;
}



.bottom-header nav.show {
  height: auto;
  white-space: normal;
}

/* Middle
-----------------------------------------------------------------------------*/
#middle {
  width: 1245px;
  margin: 0 auto;
  padding-bottom: 40px;
  position: relative;


}
#middle:after {
  content: '';
  clear: both;
  display: table;
}
#index #middle {
  padding-top: 0px;

}

#container {
  float: left;
  width: 1201px;
  background: #FFFFFF;
  box-shadow: 0 3px 5px -1px rgba(0,0,0,.2),0 6px 10px 0 rgba(0,0,0,.14),0 1px 18px 0 rgba(0,0,0,.12);
  -moz-box-shadow: 0 3px 5px -1px rgba(0,0,0,.2),0 6px 10px 0 rgba(0,0,0,.14),0 1px 18px 0 rgba(0,0,0,.12);
  -webkit-box-shadow: 0 3px 5px -1px rgba(0,0,0,.2),0 6px 10px 0 rgba(0,0,0,.14),0 1px 18px 0 rgba(0,0,0,.12);
  padding: 22px;
  min-height: 768px;
}
}
#content {min-height: 100%;}
#collection #content {
  margin-left: 13px;
  width: 992px;
  float: right;

}
.breadcrumbs {
  content: "";
  display: inline-block;
  border-bottom: 1px solid #41b8c3;
  font-size: 13px;
  padding: 3px 13px 6px;
  opacity: .7;
  transition: opacity 2s linear;
}

.breadcrumbs:hover {
  opacity: 1;
}

.breadcrumbs a,.breadcrumbs {
  color: #919190;
}

.cat-descr {
  background: #ffffff;
  margin-bottom: 1px;
}


.sort-wrap {
  overflow: hidden;
  margin: 10px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
}
.select-wrap {
  position: relative;
  margin: 10px;
}
/* setting the width and height of the SELECT element to match the replacing graphics */
select.select{
  position:relative;
  z-index:10;
  width:110px !important;
  height:20px !important;
  line-height:20px;
}
/* dynamically created SPAN, placed below the SELECT */
span.select{
  position:absolute;
  bottom:0;
  float:left;
  left:0;
  width:110px;
  height:20px;
  line-height:20px;
  text-indent:10px;
  background:url() no-repeat scroll 93% 55% #e5e5e5;
  border-radius: 5px;
  cursor:default;
  z-index:1;
}
.pagination a, .pagination span {
  width: 20px;
  height: 20px;
  text-align: center;
  line-height: 20px;
  display: inline-block;
  color: #919190;
  font-size: 16px;
}
.pagination span {
  color: #000000;
  background: #e5e5e5;
  border-radius: 5px;
}
.sorting label {
  color: #919190;
  line-height: 40px;
  margin-right: 2px;
}
.sorting .select-wrap {height: 20px;}
.pagination {
  margin-left: 40px;
  margin: 20px 10px 10px 10px;
}



.prod-block {
  position: absolute;
  width: 232px;
  float: left;
  overflow: hidden;
  letter-spacing: 0.01em;
  border: 1px solid #E5E5E5;
  margin-top: -1px!important;
  margin-left: -1px!important;
  margin-right: 0!important;
  display: block!important;
  padding: 7px;
  max-height: 433px;
  background-color:#fff;
  transition: 0.2s;

}
.prod-block:hover {
  box-shadow: 0 2px 10px rgba(0,0,0,0.15);
  z-index: 100;
  background-color:#fff;
  border: 0 1px 1px 1px solid #E5E5E5;

}
.prod-block .rait .mc-details, .prod-block .rait .mc-actions, .prod-block .rait .mc-alert-cnt, .prod-block .rait .mc-alert-cnt, .prod-block .rait .mc-reviews, .prod-block .rait .mc-c .mc-menu, .prod-block .rait .mc-formbtn {display:none !important;}


.prod-block.side {
  margin-right: 0;
}
.prod-block .img {
  display: block;
  width: 237px;
  height: 248px;
  margin: auto;
  text-align: center;
  margin-bottom: 3px;
  background: #ffffff;
}
.prod-block .img img {
  max-height: 237px;
  max-width: 237px;
  vertical-align: middle;
}

.prod-block .title {
  font-size: 14px;
  position: relative;
  line-height: 20px;
  background: #fff;
  position: relative;
  z-index: 10;
}



.prod-block .title a {
  color: #000000;
  font-size: 13px;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  word-wrap: break-word;
  transition: line-clamp .2s, box-shadow .2s lineaer;
}

.prod-block .title a:hover {
  -webkit-line-clamp: 6;
  background: #fff;
  visibility: visible;
  padding-bottom: 8px;
  box-shadow: 0px 14px 12px 0px rgba(255, 255, 255, 1);
}
.prod-block .descr {
  color: #919190;
  margin-bottom: 0px;
  line-height: 16px;
  height: 0px;
  overflow: hidden;
}
.price {
  white-space: nowrap;
}
.prod-block .price {
  font-size: 23px;
  max-width: 57%;
  color: #000000;
  line-height: 38px;
  font-weight: bold;
}
.prod-block .price span {
  font-size: 22px;
  font-weight: normal;
}
.prod-block .price del {
  color: #db0000;
  font-size: 24px;
  margin-right: 10px;
}
.prod-block .price del span {
  font-size: 16px;
  font-weight: normal;
}
.prod-block .notavl {
  color: #db0000;
  font-size: 18px;
  line-height: 38px;

}
.prod-block .buyzone p {
  margin-bottom: 8px;
}

.prod-block .button {
  padding-left: 0;
}

.products-wrap {
  overflow: hidden;
}
.search-prods .prod-block {
  width: 245px;
  float: left;
  position: relative;
  letter-spacing: 0.01em;
  border: 1px solid #E5E5E5;
  margin-top: -1px!important;
  margin-left: -1px!important;
  margin-right: 0!important;
  display: block!important;
  padding: 7px;
  background-color:#fff;
}
.search-prods .prod-block .rait {clear:both;}
.search-prods .prod-block.side {
  margin-right: 8px;
}
.search-prods .prod-block .img {
  display: block;
  width: 237px;
  height: 248px;
  line-height: 248px;
  text-align: center;
  margin-bottom: 3px;
  background: #ffffff;
}
.search-prods .prod-block .img img {
  max-height: 235px;
  max-width: 235px;
  vertical-align: middle;
}
/* product */
.product-info-dashed {
  //border-top: 2px dashed #a17651;
  //border-bottom: 2px dashed #a17651;
  background: #fff;
}
.photo {
  width: 350px;
  margin-right: 30px;
  margin-bottom: 40px;
  margin-top: 20px;
}
.big-img {
  display: block;
  width: 350px;
  height: 350px;
  vertical-align: middle;
  text-align: center;
  line-height: 350px;
  background: #ffffff;
}
.big-img .img {
  max-height: 350px;
  max-width: 350px;
  vertical-align: middle;
}
.gallery {
  margin-top: 0px;
  overflow: hidden;
}
.gallery a {
  float: left;
  margin: 0 10px 10px 0;
  background: #ffffff;
  width: 100px;
  line-height: 100px;
  height: 100px;
  text-align: center;
  border: 5px solid #ffffff;
  transition: all 0.2s;
  -moz-transition: all 0.2s; /* Firefox 4 */
  -webkit-transition: all 0.2s; /* Safari and Chrome */
  -o-transition: all 0.2s; /* Opera */
}
.gallery img {
  vertical-align: middle;
  margin-top: -2px;
}
.gallery a:hover {
  border: 5px solid #2DCDCC;
  border-radius: 8px;
}
.product-info {
  width: 810px;
  margin-bottom: 0px;
}
.product-info-dashed {
  padding: 10px;
  padding-right: 0px;
  padding-left: 0px;

}
.small {
  color: #919190;
}

.product-info .haract {
  font-size: 14px;
  margin-bottom: 10px;
  width: 360px;
}
.product-info .descr {
  font-size: 12px;
  margin-bottom: 10px;
  margin-right: 150px;
  line-height: 18px;
  //width: 400px;
  text-align: justify;


}
.variants {
  display: inline-block;
  vertical-align: top;
  margin-top: 6px;
}
.variants ul {
  margin: 0 2px 15px 0;
  //float: left;

}
.product-info .variants label {
  color: #707070;
  line-height: 30px;
}

.variants ul li {
  //float: left;
}
.variants ul li  {
  display: block;
  background: #e5e5e5;
  //font-size: 18px;
  margin: 2px;
  height: 60px;
  min-width: 30px;
  padding: 0 5px;
  line-height: 30px;
  text-align: center;
  color: #000000;
  display: block;
  margin-left: 5px;
  margin-bottom: 15px;

}
.variants ul li.active {
  background: #2CA753;
  color: #F1F1F1;
  border: 1px solid #000000;
}
.variants ul li:hover {
  border: 1px solid #000000;
  margin: 2px;
  text-decoration: none;
  //height: 44px;
  margin-left: 5px;
  margin-bottom: 15px;
}
.variants .sizes li a {
  font-size: 24px;
  text-transform: uppercase;
}
.props {
  width: 100%;
  margin-bottom: 20px;
  color: #919190;
}
.props td {
  padding-right: 10px;
}
.product-info label {
  margin-right: 10px;
}

.selector-wrapper{
  padding: 4.5px 0px;
}

.product-info .buyzone {
  margin-bottom: 10px;
  padding: 5px;
  padding-top: 0px;
}
.product-info .buyzone .qty {
  border: 1px solid #e5e5e5;
  color: #000000;
  font-size: 24px;
  height: 33px;
  line-height: 43px;
  margin: 5px 10px 0 0;
  padding: 0 10px 0 0;
  vertical-align: top;
  width: 30px;
}
.product-info .buyzone .price {
  font-size: 36px;
  color: #000000;
  font-weight: bold;
  line-height: 38px;
  margin-bottom: 3px;
  margin-left: 25px;
  margin-top: 10px;
  text-align: right;
}
.product-info .buyzone .price div {
  //margin-right: 30px;
  position: relative;
  right: 20px;
  margin-top: 20px;
}
.product-info .buyzone .price span {
  font-size: 22px;
}
.product-info .buyzone .price del {
  font-size: 15px;
  color: #db0000;
  //margin-right: 10px;
  margin-left: 3px;
  //position: absolute;
  //top: -30px;
  //right: 0px;
  margin-bottom: 5px;
  font-weight: lighter;
}
.product-info .buyzone .price del span {
  font-size: 18px;
  font-weight: normal;


}
.product-info .buyzone .price span span {
  font-weight: normal;
  font-size: 24px;
}
.button {
  //background: url() left bottom no-repeat;
  height: 37px;
  padding: 0;
  margin: 0;
  padding-left: 30px;
  border: 0;
  font-family: Arial;
}
.product-info .button {
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
  margin: 0;
  padding: 0px 5px 5px 5px;
  border-radius: 5px;
  height: auto;
  background: none;
}

.product-info .avail {
  color: #000;
  font-size: 17px;
  //font-weight: bold;
  display: block;
  //margin-top: 10px;
  color: #64ab04;
  cursor: pointer;
  margin-bottom: 3px;
}

.product-info .avail:hover {
  text-decoration: none;
}

.product-info .avail span.underl {
  border-bottom: 1px dotted #64ab04;
  font-weight: bold;
  font-size: 13px;

}
.product-info .avail span.underl:first-of-type {
  letter-spacing: 0.2px;
}

.product-info .deliver {
  margin-top: 0px;
  font-size: 15px;
  color: #C43DB7;
  line-height: 20px;
  font-weight: normal !important;
}

.product-info .deliver span.underl {
  font-weight: normal;
}

.product-info .deliver span.underl {
  border-bottom: 1px dotted #C43DB7;
}

.product-info .buyblock {
  //border: 1px solid #d5d5d5;
  //padding: 5px;
  border-radius: 5px;
  float: right;
  //width: 190px;
  margin-left: 10px;
  position: relative;
  margin-bottom:0px;
}

.oneclick_new{
    font-size: 17px;
    padding: 0px 5px;
    line-height: 45px;
    text-align: left;
    text-decoration: none;
    font-weight: bold;
    background-color: transparent;
    color: #3E3E3E;
    border: 2px solid #3F3C3C;
    border-radius: 5px;
    transition: color .2s linear;
    box-sizing: border-box;
    width: 220px;
    height: 50px;
    cursor: pointer;
    display: block;
    cursor: pointer;
}

.oneclick_img  {
  display: inline-block;
  width: 24px;
  height: 24px;
  background: url('oneclick.svg');
  background-size: cover;
  position: absolute;
  z-index: 10;
  cursor: pointer;
  top: 12px;
  left: 30px;
}
.one-click-buy {
  line-height: 40px;
  vertical-align: top;
  margin: 0 0.5em 0 0;
}
.product-info span.oneclick a, .prod-block span.oneclick a, .add_cart span.oneclick a {
  font-size: 17px;
  padding: 0px 20px;
  line-height: 45px;
  text-align: left;
  text-decoration: none;
  font-weight: bold;
  background-color: transparent;
  color: #3E3E3E;
  border: 2px solid #3F3C3C;
  border-radius: 5px;
  transition: color .2s linear;
}


.buttons-compare__body {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 30px;
}

.oneclick_compare {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 177px;
  padding: 10px 20px;
  text-decoration: none;
  font-weight: 700;
  color: #3E3E3E;
  border: 2px solid #3F3C3C;
  border-radius: 5px;
  transition: color .2s linear;
}

.oneclick_compare__icon {
  width: 30px;
  height: 30px;
  margin-right: 5px;
}


.product-info span.oneclick a:hover, .prod-block span.oneclick a:hover, .add_cart span.oneclick a:active, .add_cart span.oneclick a:hover {
  color: #000000;
  border: 2px solid #000000;
  transition: color .2s border .2s linear;
  background-color: transparent;
  padding: 0 auto;

}

.product-info span.oneclick a:active, .prod-block span.oneclick a:active, .add_cart {

  background-color: transparent;
}

.new_post_grid_two{
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-gap: 10px;
    margin: 20px 0;
  }

  .new_post_grid_link{
    width: 150px;
    height: 30px;
    color: #000000 !important;
    font-size: 14px;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #84e4ed;
    border-radius: 8px;
  }
  .new_post_grid_link:hover{background-color: #27b1a4;}

/* Botton buy category */

.ctg-buy-wrap {
  display: inline-flex;
  flex-flow:row nowrap;
  justify-content: space-between;
  margin-left: 8px;
  float: right;
}
.ctgbuy {
  width: 44px;
  height: 36px;
  display: inline-block;
  background: url('cart.svg') no-repeat;
  background-position: 50% 50%;
  background-color: #DE0F38;
  border-radius: 5px;
  margin-right: 5px;
  transition: background-color .2s linear;
}
.ctgbuy:hover {
  transition: background-color .2s border .2s linear;
  background-color: #A60A29;
}
.ctgbuy:active {
  background-color: #EA133E;
}

.cart__buy {
  width: 200px;
  height: 50px;
  display: inline-block;
  background: url(cart.svg) no-repeat;
  background-position: 5% 50%;
  margin-top: 20px;
  background-color: #DE0F38;
  border-radius: 5px;
  font-size: 1em;
  font-weight: 700;
  color: #fff;
  text-align: right;
  transition: background-color .2s linear;
}
.cart__buy:hover {
  transition: background-color .2s border .2s linear;
  background-color: #A60A29;
}
.cart__buy:active {
  background-color: #EA133E;
}

/* Botton oneclick category */


.ctgclick {
  width: 0px;
  height: 32px;
  display: inline-block;
  background: url('oneclick.svg') no-repeat;
  background-position: 50% 50%;
  background-color: transparent;
  border: 2px solid #3F3C3C;
  border-radius: 5px;
  transition: color .2s linear;
}

.ctgclick:hover {
  color: #000000;
  border: 2px solid #000000;
  transition: color .2s border .2s linear;
  background-color: transparent;

}

.ctgclick:active {
  color: #3F3C3C;
  border: 2px solid #3F3C3C;
  background-color: transparent;
}
.ctgclick_img  {
  display: inline-block;
  width: 24px;
  height: 24px;
  background: url('oneclick.svg');
  background-size: cover;
  position: absolute;
  z-index: 10;
  cursor: pointer;
  top: 12px;
  left: 30px;
}

.pokazaniya_svg {
  fill: transparent;
  height: 19px;
  width: 30px;
  margin: 0px 13px 0px 0px;
  vertical-align: middle;
  transition: fill .2s linear;
  box-sizing: border-box;
}

.button>span {
  //background: url() right top no-repeat;
  padding-right: 33px;
  display: block;
  position: relative;
}

.button>span {
  //background: url() right top no-repeat;
  padding-right: 0px;
  display: inline;
  position: relative;
  vertical-align: top;
  border-radius: 5px;
}


.button form {
  display: inline;
}

.button span input, .button span a {
  box-sizing: border-box;
  width: 220px;
  height: 50px;
  cursor: pointer;
  display: block;
  line-height: 25px;
  font-family: Arial;
  padding: 13px 53px 12px 30px;
  position: relative;
  font-size: 22px;
  font-weight: bold;
  background: -webkit-#41B8C5;
  background-color: #DE0F38;
  border-radius: 5px;
  text-shadow: 0px 1px 0px #fff;
  color: #fff;
  border-width: 1px 0;
  box-shadow: none;
  -webkit-transition: background .5s ease;
  transition: background .2s linear;
  transition: all ease 0.3s;
}
.button span input:hover, .button span a:hover {
  background-color: #D61339;
  transition: background .2s linear;
}

.button span input:active, .button span a:active {
  background-color: #EA133E;
}

.product-info-dashed h1 {
  font-size: 16px;
  line-height: 22px;
  width: 80%;
  font-weight: bold;
  text-align: left;
}

.cart_img {
  display: inline-block;
  width: 27px;
  height: 27px;
  background: url('cart.svg');
  background-size: cover;
  position: absolute;
  top: 12px;
  left: 53px;
  z-index: 10;
  cursor: pointer;
  pointer-events:none;
}
.descr_links {
  height: 30px;
  max-width: 385px;
  padding: 1px 0;
}

.descr_links span,.header-top a.lolwrap span {
  font-size: 12px;
  color: #C43DB7;
  text-decoration: none;
  font-family: "Arial";
  border-bottom: 1px dotted #C43DB7;
}

.descr_links a,.header-top a.lolwrap {
  padding: 3px 10px 4px 10px;
  border-radius: 3px;

  border: 1px solid #e5e5e5;
}

.descr_links a:first-of-type {
  float: left;
}
.descr_links a:last-of-type, .descr_links a.but_wishlist {
  float: right;
}

.descr_links a:hover {
  text-decoration: none;
}


.descr_links a:hover span {
  color: rgb(230, 40, 57);
  text-decoration: none;
}


.product-info .button span input, .product-info .button span a, .tab .button span input, .add_cart  .button span input, .add_cart  .button span a {
  padding-right: 0px;
}
.product-info .button span a {
  //padding-left: 0px !important;
}

.props span {
  color: #000;
  min-height: 18px;
  line-height: 20px;
  width: 280px;
  display: inline-block;
  //margin-left: 10px;
  vertical-align: top;
}
.property-name {cursor:help;}
.property-name:hover {background:#f7f7f7;}
.property-name .tooltip {display:none;position:absolute;width:422px;left:30px;top:30px;background:#FFFFFF;z-index:1;cursor:auto;border:1px solid #ccc;border-radius:5px;padding:20px;box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.3);}
.property-name .tooltip:after {content:'';width: 0;height: 0;margin: 10px 3px;border: 10px solid transparent;border-bottom-color: #f7f7f7;border-top: 0;position:absolute;top:-19px;}
.property-name .tooltip .close {
  display: block;
  float: right;
  width: 22px;
  height: 23px;
  background: url('fcklose.png') 0 0 no-repeat;
  background-size: 96%;
  margin: 0 0 15px 15px;
  cursor: pointer;
  border-radius: 100%;
  padding: 0px 2px 0px 1px;
}
.property-name .tooltip .close:hover { background-color: #E3F9BC;}
.props .htble {
  border-bottom: 1px solid #d5d5d5;
  display: inline-block;
  vertical-align: top;
  padding-right: 12px;
}

.props .htble:nth-child(even) {
  border-left: 1px solid #d5d5d5;
  padding-left: 10px;
  box-sizing: border-box;
  padding-right: 5px;
  margin-left: -5px;
}

.props .htble:nth-of-type(1), .props .htble:nth-of-type(2) {
  border-top: 1px solid #d5d5d5;
}

.props span:last-of-type {
  color: #000;
  //height: 30px;
  line-height: 20px;
  //border-bottom: none;

}

.button.order-button {
  margin-top: 10px;
  margin-right: 9px;
}
.button.order-button span input {
  border-radius: 4px;
  font-family: sans-serif;
  color: #ffffff;
  font-size: 24px;
  padding: 0px 2px 1px 9px;
  border: solid #d83f82 1px;
  border-bottom: 2px solid #418F2F;
  text-decoration: none;
  text-shadow: 1px 1px 1px rgba(0,0,0,0.3);
  background: #d85e93;
}
.button.order-button span input:hover {
  background: #d85e93 linear-gradient(to bottom, #d85e93, #53c345) repeat scroll 0 0;
}

.product-info .soc-buttons {
  margin-bottom: 40px;
}
.reviews-wrap {
  padding: 0 30px;
}
.reviews-block {
  margin-bottom: 20px;
}
.reviews-block .seo-content-dotted {
  padding-top: 20px;
}
.reviews-section {
  margin-bottom: 50px;
}
.paginate-prods {
  margin-bottom: 60px;
  overflow: hidden;
  font-size: 17px;
}
.paginate-prods a {
  background: url() 0 98% no-repeat;
  color: #000000;
  height: 46px;
  line-height: 46px;
}
.paginate-prods a:hover {
  color: #41b8c3;
}
.paginate-prods .prev-prod {
  padding-left: 43px;
}
.paginate-prods .prev-prod:hover {
  background-position: 0 -91px;
}
.paginate-prods .next-prod {
  background-position: 100% -46px;
  padding-right: 43px;
}
.paginate-prods .next-prod:hover {
  background-position:  100% 0;
}
.rating_wrapper label {float: left; margin-right: 15px;}
.rating_wrapper {overflow: hidden; margin-bottom: 15px;}
ul.reviews li {
  margin-bottom: 10px;
}
ul.reviews .reviews { font-size: 15px; margin-bottom: 4px;}
.review_details {color: #41b8c3;}
.notice.error {color: red;}
.input-error {border: 1px solid red;}
#review_form .txt {   border: medium none;
  height: 22px;
  width: 200px;
  line-height: 22px;
  margin: 0 0 7px;
  padding: 2px;}
#review_form textarea {   border: medium none;
  display: block;
  margin-bottom: 7px;
  margin-top: 3px;
  width: 643px;}
#review_form textarea {margin-bottom: 5px;}
#review_form .txt {height: 24px; line-height: 24px;}
#review_form #review_captcha_solution {width: 120px;}
.review-form label {display: block;}
/*index*/
.slider-wrap {
  
  background-color: #ffffff;
  width: 1245px;
}

.slider li {display: none;}
.slider li:first-child {display: block;}
.slider {width: 1245px;
  height: 260px;


}

.slider {position: relative;}
.slider-nav  a {
  width: 45px;
  height: 76px;
  position: absolute;
  top: 50%;
  margin-top: -38px;
  z-index: 1000;
  opacity: 0.25;
  transition: all 0.5s;
  -moz-transition: all 0.5s; /* Firefox 4 */
  -webkit-transition: all 0.5s; /* Safari and Chrome */
  -o-transition: all 0.5s; /* Opera */
}
.slider-nav  a:hover {opacity: 0.6;}
.slider-nav #slider-prev {left: 2px; ; background: url(https://static-internal.insales.ru/files/1/7552/5315968/original/arr_prev.svg) top left no-repeat;}
.slider-nav #slider-next {right: 2px; background: url(https://static-eu.insales.ru/files/1/5386/3880202/original/arr_next.svg) top left no-repeat;}
//.main-banners {
  width: 315px;
  overflow: hidden;
}

//.main-banner {
  width: 285px;
  border: 10px solid #ffffff;
  overflow: hidden;
  margin-bottom: 0px;
}
//.main-banner p {margin-bottom: 0;}
.collections {
  width: 900px;
  height: 100%;
  overflow: hidden;
}
.collections .prod-block {width: 220px; }
.collections .prod-block .img {width: 220px; height: 220px; line-height: 220px; }
.collections .prod-block .img img {max-height: 220px; max-width: 220px;}
.collections .prod-block .price {font-size: 32px;}
.collections.wide .prod-block {width: 237px; }
.collections.wide .prod-block .img {width: 237px; height: 237px; line-height: 237px;}
.collections.wide .prod-block .img img {max-height: 237px; max-width: 237px;}
.collections.wide {width: 100%;}
.main-banner img {display: block;}

.col-block {
  width: 173px;
  height: 230px;
  display: inline-block;
  letter-spacing: normal;
  vertical-align: top;
  margin: 2px;
  padding: 20px;
  transition: all .2s linear;
}

.div_cat_block_for_type>div{padding:0px;}

.col-block .img {
  display: contents;
  padding: 5px;
  width: 100%;
  /* margin-bottom: 5px; */
  /* line-height: 100px; */
  text-align: center;
  //  background: #ffffff;
}
.col-block:hover {
  box-shadow: 0 2px 10px rgba(0,0,0,0.15) ;
  border-radius; 10px;
  z-index: 100;
}
.col-block.side {
  margin-right: 0;

}
.col-block .img img {
  vertical-align: middle;
  width: 100%;
  height: auto;
}
.col-block p, .p_coll_block_new {
  border-radius:10px;
  font-size: 16px;
  padding: 6px 3px 6px;
  height: 100%;
  vertical-align: middle;
  font-weight: bold;
  color: #6C6C6C;
  word-wrap: break-word;
  text-decoration: none;
  text-align:center;
  background: 41b8c3;
}
.col-block p a:hover, .p_coll_block_new a:hover {
  cursor: pointer;
  -webkit-transition: background 0.5s ease;
  transition: background 0.5s ease;
}
.col-block ul li a {
  font-size: 16px;
  border-bottom: 1px solid #E5E5E5;
  position: relative;
  box-sizing: border-box;
  display: block;
  width: 100%;
  height: 50px;
  padding: 6px 15px 7px;
  vertical-align: middle;
  letter-spacing: 0.5px;
}
.col-block ul li  a.active, .col-block ul li a:hover {
  background: #F1F1F1;

}

/* cart */
.cart-table {
  width: 100%;
  margin-bottom: 10px;
}
.cart-table td {
  text-align: center;
  vertical-align: middle;
}
.cart-table tr td.item-title {
  text-align: left;
}
.cart-table tbody td.item-title {
  font-size: 14px;
  padding-left:0;
}

.cart-table thead td {
  padding-bottom: 3px;
}
.cart-table tbody td {
  padding: 5px 10px;
}
.cart-table tfoot td {
  padding: 10px 5px;
  font-size: 18px;
  text-align: right;
}
.cart-table tfoot td .price {
  font-size: 24px;
}
.cart-table tfoot td .price span  {
  font-size: 20px;
}

.cart-table .price {
  font-weight: normal;
  text-align: right;

}
.cart-table .quantity {
  white-space: nowrap;
  color: #919190;
}
.cart-table  .price {font-weight: solid; font-size: 18px;}
.sub-total .price {color: #000000; font-weight: bold; font-size: 18px;}
.sub-total.discounts .price {font-size: 18px;}
.sub-total.discounts {font-size: 18px; width: 330px;}
.cart-table .quantity input {
  text-align: center;
  font-size: 14px;
}

.quantity input:focus-within {
  outline: 1px solid #000000;
  border-radius: 3px;
}

.cart-table td {
  vertical-align: middle;
}
.cart-table .del {
  font-size: 28px;
}
.cart-table .del a:hover {
  text-decoration: none;
}
.cart-table tfoot .discounts td {
  font-size: 18px;
}
.cart-table tfoot .discounts td .price {
  font-size: 16px;
}
.cart-table tfoot .discounts td .price span {
  font-size: 12px;
}
.cart-table tbody .last td {
  padding-bottom: 5px;
}
.cart-table tr.first td {
  padding-top: 5px;

}
.cart-table td.img {
  border-radius: 5px;
  box-shadow: 7px 0 15px rgb(71 61 104 / 15%);
}
.cart-table td.img a {
  background: #ffffff;
  text-align: center;
  line-height: 100px;
  display: block;
  width: 100px;
  height: 100px;
}
.cart-table td.img img {
  vertical-align: middle;
  margin-top: -2px;
}
.cart-table .vars {
  white-space: nowrap; color: #919190; text-align: left;

}
.sub-total {
  right: 10px;
  width: 215px;
  line-height: 25px;
  font-size: 18px;

}
.coupon {

}
.coupon label  {font-size: 19px;
  color: #000000;position: left; }

.coupon input {
  vertical-align: baseline;
  margin-top: 20px;
  width: 188px;
  font-size: 16px;
  font-weight: 700;
  color: #6C6C6C;
  border-radius: 5px;
  line-height: 22px;
  padding: 6px 15px 7px;
  border: 1px solid #DDDDDD !important;
}
.coupon input:hover {
  border: solid #d83f82 1px;
  text-decoration: none;
}

.coupon input[type="button"]:hover {
  background: #d85e93;
  border-color: #d85e93;
}


.coupon .txt {
  background: #ffffff;
  width: 100%;
  font-size: 16px;
}
.bad {
  background: white;
  border: dashed 1px #C40000;
  margin: 10px 0;
  padding: 5px;
  text-align: center;
}
.coupon .small-button {display: inline-block;}

.cart-banner {
  margin-top: 29px;
}


/* Sidebar Left
-----------------------------------------------------------------------------*/
#collection #sideLeft {
  float: left;
  vertical-align: top;
  width: 177px;
  /*margin-left: -100%;*/
  position: relative;
  background: transparent;
  border: 1px dotted #509957;
  border-radius:10px;
  font-size: 18px;
  margin-left:-10px;
  padding: 3px 13px 6px;
  letter-spacing: 0.5px;
  font-weight: normal;
  color: #6C6C6C;
  word-wrap: break-word;
}
.side-block {
  background:#ffffff;
  margin-bottom: 15px;

}
.side-block-dotted {
  //border-top: 1px dashed #a17651;
  border-bottom: 1px solid #E5E5E5;
  padding: 2px 2px;
}
.seo-content {
  //background: #ffffff;
}
.seo-content-dotted {
  border-top: 2px dashed #e5e5e5;
  border-bottom: 2px dashed #e5e5e5;
  padding: 35px 0 20px;

}
.side-block ul {
  font-size: 14px;
}

.side-block ul li {
  list-style: none;
}

.side-block ul ul a {
}

.side-block ul ul ul a {
  padding-left: 15px;
}
.side-block a {
  display: block;
  margin-bottom: 5px;
  color: #000000;
  border-bottom: 1px solid #E5E5E5;
  padding-left: 0px;
  transition: all .3s linear;
}

.side-block a:hover {
  padding-left: 10px;
}

.side-block ul ul a {
  text-align: justify;
  color: #6C6C6C;

}


.side-block ul a.active, .side-block ul a:hover {
  border-bottom: 1px solid #509957;
  font-weight: solid;
  -webkit-transition-duration: 0.4s;
  -moz-transition-duration: 0.4s;
  -webkit-transition-duration: 0.5s;
  -webkit-transition-timing-function: ease;
  padding-left: 10px;

}


.side-block ul ul a.active {
  background: rgba(239, 152, 40, 0.1);
  border: 1px dotted #509957;
  border-radius: 10px;
  padding: 0px 7px 1px 7px;
}

.cat-descr2 ul li {
  list-style: inside;
}

/* Footer
-----------------------------------------------------------------------------*/
#footer {
  min-height: 360px;
  padding: 25px 0;
  margin-top: 1px;
  font-size: 14px;
  background: #252525;
  flex: 0 0 auto;
  flex-shrink: 0;
  width: 100%;
}
#footer li {
  display: block;
  color: #ffffff;
  font-weight:bold;
}
#footer li  a:hover  {color: #ffffff;}
#footer ul {
  position: relative;
  color: #ffffff;

}
#footer a.active {
}




/* classes */
#wrapper .hidden {
  background-color: #ffffff;
  display:none;
  list-style: none;
}
.clear {
  clear: both;
}
.main-clear {
  clear: both;
  height: 10px;

}
.color {
  color: #41b8c3;
}
.main-color {
  color: #000000;
}
.decoration {
  // text-decoration: underline;
}
a.decoration:hover {
  text-decoration: none;
}
.fr {
  display: flex;
  justify-content: center;
}
.fl {
  float: left;
  display: inline;
}
.disabled {
  cursor: text;
  opacity: 0.7;
}
.nomargin {
  margin: 0;
}
.ovh {
  overflow: hidden;
}

.iefix {
  display: none;
}
.padd {
  padding: 0px 0px 0px 20px;
  background: #ffffff;
}
/* add product notification */
#add_product_notification {
background: #ffffff;
float:center;
padding: 13px 12px;
font-weight: normal;
border: 1px solid #e5e5e5;
//text-transform: uppercase;
box-shadow: 2px 2px 5px #767270;
overflow: hidden;
/*width: 383px;*/
}
#add_product_notification .popupcart .popupcart {
max-height: 760px;
width: 600px;
overflow: auto;
margin-bottom: 15px;
}
#own_preloader {
z-index: 9999;
text-align: center;
vertical-align: middle;
width: 500px;
background-color: #fff;
}


.noscript {
  background: url(https://static.insales-cdn.com/assets/1/5494/6501750/1753277288/warning.png) no-repeat scroll 0 15px transparent;
  font-size: 16px;
  min-height: 131px;
  padding: 20px 0 10px 170px;
}
.noscript-wrap {
  background: none repeat scroll 0 0 #F9CFCF;
  border-bottom: 2px solid #666666;
  box-shadow: 0 20px 20px #999999;
  left: 0;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 10000;
}
.date {
  color: #919190;
  font-size: 13px;
  float: right;
  margin-bottom: 3px;
  margin-top: 7px;
}
ul.comments li {list-style:none;
  list-style: none outside none;
  padding: 5px 0;}

ul.comments li.last {border: 0;}
div#comments {padding: 15px 20px; margin: 25px 0; border-top: 2px dashed #a17651; border-bottom: 2px dashed #a17651;}
#comment_form .notice {  font-style: italic;
  margin-bottom: 15px;}
#comment_form label {display: block;}
#comment_body {
  border: none;
  display: block;
  margin-bottom: 7px;
  margin-top: 3px;
  width: 643px;
}
#captcha_challenge {float: left;}
#captcha small {clear: both;}
ul.comments {
  padding-left: 0;
}
#comment_form small {font-size: 11px;}
#comment_form input.txt {margin: 0; margin-bottom: 7px; border: none; padding: 2px; height: 22px; line-height: 22px;}

.status {
  position: absolute;
  top: 0%;
  left: 0;
  width: 100%;
  text-align: right;

}

.status span {display: inline-block; padding: 0 15px; min-width: 45px; font-weight: bold; color: #ffffff;
  //text-transform: uppercase;
  line-height: 45px; font-size: 12px;
  -webkit-transform: rotate(49deg);
  -moz-transform: rotate(49deg);
  -o-transform: rotate(49deg);
  writing-mode: lr-tb;
  //text-transform: uppercase; z-index: 10;
  background: url() right top repeat-x;
}

.tab-head {
  top:0;
  background: #fff;
  z-index:900;
  display: flex;
  justify-content: space-between;
  flex-grow: inherit;
  flex-wrap: nowrap;
  width: 1200px;
}

.tab-head li {
  display: inline-block;
  text-align: center;
  height: 35px;
  width: 19.1%;
  line-height: 35px;
  border-radius: 5px 5px 0px 0px;
  border-top: 1px solid #d5d5d5;
  border-left: 1px solid #d5d5d5;
  border-right: 1px solid #d5d5d5;
  border-bottom: 1px solid #d5d5d5;
  background: #fff;
  font-size: 1em;
  padding: 0 0.26em;
}

.tab-head li:last-of-type {
  margin-right: 0px;
}

.tab-head li.active {
  background: #ffffff;
}

.tab-head li a {
  color: #565656;
  font-family: Roboto, sans-serif;;
  font-weight: 500;
  text-decoration: none;
  display: flex;
  justify-content: center;
  cursor: pointer;
  flex-wrap: nowrap;
}

.tab-head li a:hover {
  color:#41b8c3;
  text-decoration: none;
}

.tab-head li.active a {
  color: #E16D9C;
  border-radius: 10px 10px 0px 0px;
  border: none;
}

.tab {
  width: 1200px;
  background: #ffffff;
  padding: 20px;
  border-top:1px solid #d5d5d5;
  border-bottom: 1px solid #d5d5d5;
  border-left: 1px solid #d5d5d5;
  border-right: 1px solid #d5d5d5;
  margin-top: -1px;
}

.tab8 {
  padding-left: 5px;
  padding-right: 0px;
}
.tab8 .prod-block .crr-cnt .crr .mc-star{display: none;}

.tab8 .prod-block:nth-of-type(4n) {
  margin-right: 0px;
}

.prod_popup {
  min-width: 215px;
  position: absolute;
  border: 1px solid #d5d5d5;
  top: 20px;
  right: -24px;
  top: 340px;
  background: #fff;
  display: none;
  font-weight: normal;
  padding: 5px;
  color: #000;
}


.avail:hover div {
  //display: block;
}

.haract table {
  margin-top: 10px;
  margin-bottom: 10px;
  width: 390px;
  font-size: 13px;
}

.haract table tr {
  line-height: 22px;
  height: 22px;
  border-bottom: 1px solid #d5d5d5;
}

.haract table tr:last-of-type {
  //border-bottom: none;
  //margin-bottom: 8px;
}

.haract table tr td:first-of-type {
  color: #707070;
  width: 220px;
}

.compare .buy-button > span {
  display: block;
}

.tablecompare td, .tablecompare th {
  text-align: center;
  vertical-align: middle;
  padding: 10px;
  min-width: 180px;


}



.tablecompare .description td {
  vertical-align: top;
}

.tablecompare tr {
  height: 50px;
  border-top: 1px solid #d5d5d5;
}

.tablecompare tr:last-of-type {
  height: 50px;
  border-bottom: 1px solid #d5d5d5;
}

.tablecompare tr td:first-of-type, .tablecompare th:first-of-type {
  width: 120px;
  min-width: 150px;
  text-align: left;
}

.tablecompare tr td, .tablecompare th {
  border-right: 1px solid #d5d5d5;
}

.tablecompare tr td:first-of-type, .tablecompare th:first-of-type  {
  border-left: 1px solid #d5d5d5;
}


.tablecompare .close_top, .tablecompare .name, .tablecompare .images, .tablecompare .prise {
  background-color: #fff;
}

.tablecompare .prise td:first-of-type {
  font-weight: normal;
}
.tablecompare .prise {
  font-weight: bold;
}

.tablecompare .prise .price_old {
  text-decoration: line-through;
  font-size: 12px;
}

.del_compare {
  cursor:pointer;
  font-size: 24px;
}
.del_compare:hover {
  text-decoration:none;
  font-size: 32px;
  color: #FE2D29;
}

.add_cart input.buy {
  box-sizing: border-box;
  width: 220px;
  height: 50px;
  cursor: pointer;
  margin: 0;
  display: block;
  line-height: 50px;
  text-align: right;
  font-family: 'Arial', sans-serif;
  padding: 0 22px;
  position: relative;
  font-size: 30px;
  color: #ffffff;
  font-weight: bold;
  background: -webkit-#41B8C5;
  background-color: #41B8C5;
  border-radius: 5px;
  color: #000;
  text-shadow: 0px 1px 0px #fff;
  color: #fff;
  border-width: 1px 0;
  box-shadow: none;
  margin-bottom: 5px;
  -webkit-transition: background 0.5s ease;
  transition: background 0.2s ease;
  padding-right: 70px;
}

.add_cart input.buy:hover {
  color: #fff;
  background-color: #ff5534;
  background-image: -webkit-linear-gradient(top, #ff5534 0%, #e4003a 100%);
  background-image: linear-gradient(to bottom, #ff5534 0%, #e4003a 100%);
}

.add_cart input.buy:active {
  box-sizing: border-box;
  width: 220px;
  height: 50px;
  cursor: pointer;
  margin: 0;
  display: block;
  line-height: 50px;
  text-align: right;
  font-family: 'Arial', sans-serif;
  padding: 0 22px;
  position: relative;
  font-size: 30px;
  color: #ffffff;
  font-weight: bold;
  background: -webkit-#41B8C5;
  background-color: #41B8C5;
  border-radius: 5px;
  color: #000;
  text-shadow: 0px 1px 0px #fff;
  color: #fff;
  border-width: 1px 0;
  box-shadow: none;
  margin-bottom: 5px;
  -webkit-transition: background 0.5s ease;
  transition: background 0.2s ease;
  padding-right: 70px;
}

.galwrapper {
  position: absolute;
  width: 1190px;
  background: #fff;
  -webkit-box-shadow: 0px 0px 5px 1px rgba(0,0,0,0.75);
  -moz-box-shadow: 0px 0px 5px 1px rgba(0,0,0,0.75);
  box-shadow: 0px 0px 5px 1px rgba(0,0,0,0.75);
  z-index: 1000;
  left: 0px;
  padding: 10px;
  top: 500px;
}

.photo .galwrapper .descr_links {
  margin-left: 150px;
}

.tab {
  overflow:hidden;
  box-sizing:border-box;
}

.descrwrapper {
  width: 100%;
}


.colorblock {
  //border: 1px solid #d5d5d5;
  border-radius: 5px;
  //width: 206px;
  //float:right;
  //display: inline-block;
}

.colorblock a {
  display: inline-block;
  height: 20px;
  width: 35px;
  margin: 5px;
  border: 1px solid #777;
  border-radius: 2px;

}

.colorblock a:hover {
  text-decoration: none;
  transition: all 0.5s ease-in-out;
  -webkit-transition: all 0.5s ease-in-out; /** Chrome & Safari **/
  -moz-transition: all 0.5s ease-in-out; /** Firefox **/
  -o-transition: all 0.5s ease-in-out; /** Opera **/
  -webkit-box-shadow: 0px 0px 0px 2px rgba(50, 50, 50, 0.75);
  -moz-box-shadow:    0px 0px 0px 2px rgba(50, 50, 50, 0.75);
  box-shadow:         0px 0px 0px 2px rgba(50, 50, 50, 0.75);
}

.rightblock {
  float: right;
  width: 249px;
}

.colorblock p {
  margin: 0;
}

.colorblock {
  //margin-left: 23px;

  min-width: 182px;
}

.colorblock .active {
  -webkit-box-shadow: 0px 0px 0px 3px rgba(50, 50, 50, 0.5);
  -moz-box-shadow:    0px 0px 0px 3px rgba(50, 50, 50, 0.5);
  box-shadow:         0px 0px 0px 3px rgba(50, 50, 50, 0.5);
}

.product-info .buyzone .price .percentage {
  text-align: center;
  font-size: 13px;
  margin-bottom: -10px;
  float: right;
  right: 0;
  margin-top: 10px;
  font-weight: lighter;
  border-radius: 2px;
  border: 1px solid red;
  line-height: 17px;
  width: 35px;
  margin-left: 5px;

}

span.pewpew {
  display: inline-block;
  height: 20px;
  width: 18px;
  background: url('pewpew.png');
  vertical-align: top;
  margin-right: 5px;
}

.undrln {
  border-bottom: 3px dotted #8f9392;
  margin: 15px 24px 10px 24px;
}


.question {
  color: #777;
  box-sizing: border-box;
  font-size: 12px;
  line-height: 20px;
  border-radius: 10px;
  border: 1px solid #777;
  width: 20px;
  height: 20px;
  text-align: center;
  float: right;
  margin-top: 5px;
  margin-left: 5px;
  cursor: pointer;
}
.question:hover {
  color: red;
}


.qupopup {
  font-size: 15px;
  text-align: justify;
  color: #000;
  position: absolute;
  min-width: 250px;
  background: #DEDEDE;
  border: 2px solid #777;
  border-radius: 5px;
  padding: 20px;
  top: 20px;
  right: -10 px;
  transition: all 1s ease;
  -webkit-transition: all 1s ease;
  -moz-transition: all 1s ease;
  display: none;
  background: #fff;
  z-index: 9999999;



}

.qupopup .qucontent {
  overflow: hidden;
  max-height: 195px;
  right: -10 px;
  transition: all 1s ease;
  -webkit-transition: all 1s ease;
  -moz-transition: all 1s ease;
}


.harrow {
  position: absolute;
  color: #777;
  height: 30px;
  width: 30px;
  border-radius: 18px;
  border: 1px solid #777;
  background-color: #fff;
  right: 15px;
  bottom: -15px;
  cursor: pointer;
  line-height: 30px;
  text-align: center;
  //transform: rotate(90deg);
  //-webkit-transform: rotate(90deg);
  //-moz-transform: rotate(90deg);
  transition: all 1s ease;
  -webkit-transition: all 1s ease;
  -moz-transition: all 1s ease;
  background: url('harrow.png') -1px 0px #fff;

}

.harrow span {
  display: none;
  //transform: scaleY(2);
  //-webkit-transform: scaleY(2);
  //-moz-transform: scaleY(2);
  padding-left: 2px;
}

.harrow:hover {background: url('harrowh.png') -1px 0px #fff;}

.present {
  height: 41px;
  width: 41px;
  float: right;
  background: url(present.png);
  cursor: pointer;
  position: relative;
}
.tab td {
  width: 232px;
}


.colornotif {
  color: #707070;
  line-height: 30px;

}


.colorblock .colornotif {

  display: inline-block;
  vertical-align: top;
}

.colorblock p {
  display: inline-block;
  vertical-align: top;
}


.cart_count {
  background-color: #fff;
  color: #fc3937;
  border: 1px solid #999;
  font: 11px/12px arial;
  text-align: center;
  height: 14px;
  width: 14px;
  margin: 0;
  padding: 0;
  position: absolute;
  left: 14px;
  top: 3px;
  border-radius: 25px;
  letter-spacing: -1px;
  z-index: 2;
}

.cart-popup {
  background: #fff;
  border-left: none;
  -moz-border-radius: 0 10px 10px 0;
  border-radius: 0 10px 10px 0;
  padding-left: 7px;
  overflow: hidden;
}

.cart-container {
    display: flex;
    align-items: flex-start;
    width: 100%;
    justify-content: space-between;
    margin-top: 2rem;
}

.cart__oreder-img {
  margin-right: 15px;
  min-width: 100px;
}

.cart__oreder-img img {
  display: block;
  margin: 0 auto;

}
    .cart-row {
      display: grid;
      grid-template-columns: repeat(3, 1fr);
      gap: 10px;
      align-items: flex-start;
    }

.cart-item {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    width: 100%;
}

.cart_order-right {
      gap: 1rem;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

    .row-wrap {
      display: flex;
      flex-direction: column;
      gap: 1rem;
      text-align: center;
    }

    .cart-row img {
      max-width: 100%;
      height: auto;
    }

.cart_order-title-img {
  display: flex;
  max-width: 66%;
}
    .item-title {
      display: flex;
      flex-direction: column;
      align-items: flex-start;
    }

    .item-props {
      display: flex; 
      flex-direction: column; 
      text-align: left; 
      margin-top: 8px; 
      font-size:12px;
    }

    .quantity-container {
      display: flex;
      align-items: center;
    }

    .quantity-container a {
      cursor: pointer;
    }

.block_popup {
  float: right;
  margin: 3px 0 0 7px;
  padding: 0;
  display: none;
  -webkit-transition: all 1s ease 0s;
  border: 1px

}
li:hover .block_popup{
  display: block;
  position: absolute;
  left: 50px;
  top: -4px;
  background: #fff;
  border: 1px solid #eee;
  text-align: left;
  padding: 7px 5px 5px 4px;
  width: 190px;
  opacity: 1;
  height: 75px;
  max-width: 200px;
  -webkit-transition: all 1s ease 0s;box-shadow: 0 0 5px #000;
}
li:hover .popup_line {
  background: #fff; border-top: 1px solid #eee; border-bottom: 1px solid #eee; height: 38px;
  position: absolute; width: 58px;
  top:-1px; left: -58px;
}
.cart-popup-container:hover .cart-popup>img {position: relative; z-index: 1;}
.block_popup .but_clear {
  font-size: 14px;
  padding: 8px 11px;
  text-decoration: none;
  font-weight: 700;
  background-color: transparent;
  color: #3E3E3E;
  border: 2px solid #3F3C3C;
  border-radius: 4px;
  transition: color .2s linear;
  margin: 10px 0px 0px 5px;
}
.block_popup .but_clear:hover {
  color: #000000;
  border: 2px solid #000000;
  transition: color .2s border .2s linear;
  background-color: transparent;
}

.block_popup .but_popup {
  background: #DE0F38;
  padding: 9px 15px;
  display: inline-block;
  color: #fff!important;
  text-decoration: none;
  font-weight: 700;
  font-size: 14px;
  border-radius: 4px;
  margin-top: 10px;
  cursor: pointer;
  transition: background-color .2s linear;
}
.block_popup .but_popup:hover {
  background-color: #f74e4a;
  transition: background-color .2s linear;
}

.block_popup .but_popup:active {
  background-color: #d13632;
}

.block_popup p {
  margin: 0 0 1px 10px;
  padding: 1px;
  font-size: 14px;
  color: rgb(68, 68, 68);
}

.subs__massage {
  display: flex;
  cursor: pointer;
  align-items: center;
  justify-content: center;
  color: #fff !important;
  font-size: 12px;
  font-weight: 700;
  padding: 5px 7px;
  margin-right: 2.8rem;
  text-decoration: none; !important;
  background-color: #e53e3a;
  border-radius: 5px;
  transition: background-color .2s linear;
}

.basket-side-block span {
  font-size: 16px;
}

.basket-side-block a, .block_popup a {
  color: #687984;
  font-size: 12px;

  margin: 0;

  text-decoration: underline;
  float: left;
}

.basket-side-block a.bas {
  text-decoration: none;
  float: right;
}

.SpriteBasket {
  width: 30px;
  height: 31px;
  background-position: -156px -470px;

}

.lolcart {
  background-color: #ffffff;
}



.additional-block {
  position: relative;
  border: 1px solid #e5e5e5;
  z-index: 3;

  margin-left: 18px;
  padding: 5px;
  padding-bottom: 15px;
  max-width: 220px;
}

.additional-block:nth-of-type(1) {
  border-top: none;
  width: 230px;
}

.additional-block:nth-of-type(2) {
  z-index: 2;
  border-top: none;
  //background-color: #e9f5f1;
  width: 230px;
}

.additional-block:nth-of-type(3) {
  z-index: 1;
  border-top: none;
}


.additional-block a {
  color: #000;

}
.additional-block input {
  //appearance: radio;
  //-webkit-appearance: radio;
  margin-left: 7px;
  margin-right: 5px;
}

.lightgreen {
  background-color: #e9f5f1;
  padding: 5px;
  padding-left: 10px;
  //width: 210px;
  //margin-left: 5px;
  //margin-bottom: 10px;
}

.quest {
  position: relative;
}

.question .qupopup {
  top: 20px;
  left: -220px;

}

.present .qupopup {
  top: 45px;
  right: -10px;
}

.rightblock .buyblock {
}

.variants .sizeclass ul li {
  //width: 30px;
  display: inline-block;
  padding: 0;
}

.variants .sizeclass ul {  display: inline-block;}
.variants .sizeclass {
  display: inline-block;
  vertical-align: top;
  margin-top: 10px;
}

.clse {
  float: right;

}

.variants .sizeclass label {
  display: inline-block;

}

.pluso-more {
  display: none !important;
}

.pluso-wrap a:first-of-type {
  margin-left: 0 !important;

}
.crr mc-c {  font-size: 8px;}
.but_wishlist i { }
.wishlistcat i { background: url(icons.png) no-repeat -562px 0; width: 11px; height: 16px; margin-right: 6px; display: inline-block;vertical-align: middle; }
.but_wishlist.active {color: #e4003a;}
.product_page .but_wishlist.active {border-color:#e4003a;}
.but_wishlist.active i {background-position: -578px 0;  }
.tocompare {width: 220px;
  text-align: left;
}
.compare i, .tocompare i { background: url(icons.png) no-repeat -529px 0; width: 14px; height: 18px; margin-right: 6px; display: inline-block;vertical-align: middle;}
.tocompare i {
  margin-top: 11px;
  height: 26px;
  width: 30px;
  background: url(https://static.insales-cdn.com/files/1/2627/36104771/original/SRAVNENIYE.png);
  margin-left: 10px;
}

.brief_buttons {padding: 0 5px 2px 0;}
.brief_buts {
  align-items: center;
  height: 10px;
  display: flex;
  justify-content: space-between;
  align-content: center;
  flex-wrap: nowrap;
  width: inherit;
  padding: 5px 5px 5px;
}
.brief_buttons a {border: 1px solid #e5e5e5; border-radius: 3px; padding: 3px 10px 4px; display: block; margin-bottom: 5px;}
.brief_buttons a span {border-bottom: 1px dotted #c43db7;color: #c43db7;font-size: 12px;text-decoration: none;}
.brief_buts a {font-size: 12px; color:#29ABDF; width: 100%;}
.brief_buts a:hover {color: #e4003a;}
.crr-cnt {display: block;}
.lnk_rating {position: absolute; top:0; left: 0; width: 100%; height: 12px; z-index: 1;}
.prod-block .rait .crr-cnt .crr.mc-c {line-height: 11px !important;}
.prod-block .rait .crr-cnt .crr .mc-star { color: #ED2D30 !important; font-size: 11px!important; margin: 0 !important; line-height: 11px !important; display:block !important;float:left !important;}
.prod-block .rait .crr-cnt .crr .mcicon-star-o {color:#999 !important;border-color:#999 !important;}
.prod-block .rait .crr-cnt .crr .mc-star span {font-size: 11px!important; margin: 0 !important;line-height: 11px !important; display:block !important;float:left !important; padding: 0 2px !important;}
.prod-block .rait .crr-cnt .crr.mc-c .reviews_count { text-decoration:underline !important;font-size: 11px!important; margin:0 !imortant;padding:0 !important;line-height: 11px !important; display:block !important;float:left !important; }
.panel_left {position: fixed; top: 200px; left: 0; text-align: center; background: #fff; box-shadow: 0 0 5px rgb(68, 68, 68); z-index: 10000000000;}
.panel_left li {border-bottom: 1px solid #F0F0EE; padding: 4px 3px; font-size: 15px; color: #FC3937; position: relative;}
.panel_left li i {background: url(bookmarks.png) no-repeat; width: 20px; height: 26px; padding-right: 2px; display: inline-block;vertical-align: middle; position: relative; z-index: 1;
  padding-top: 6px;
  font-size: 11px;
}
.panel_left li.panel_wishlist i {background-size: cover;background-position: -1px 2px;}
.panel_left li.panel_compare i {
  width: 13px;
  padding-right: 8px;
  background: url(compare_new_.png) no-repeat;
  background-position: -1px -1px;
  background-size: 121%;
  padding-top: 11px;
  padding-left: 1px;
}
.panel_left li.panel_wishlist .popup_line, .panel_left li.panel_compare .popup_line {height: 36px;}

.popupcart{display:none;position:absolute;top:88px;right:0; background:#fff; border:1px solid #ccc;padding: 23px 10px;}
.highcart > .popupcart {width: 500px;}
.popupcart > table, .basket-side-block .popupcart > table {width:auto;}
.popupcart td, .basket-side-block .popupcart td {}
.popupcart td, .basket-side-block .popupcart td:last-child{}
.popupcart td.image {width:100px;text-align:center;vertical-align:middle;}
.popupcart td.image img {max-width:100px;}
.popupcart td.desc {width:100%;text-align:left;}
.popupcart td.desc>p {display: block; margin: 9px;}
.popupcart td.desc>a {display:block;font-weight:normal; font-size: 14px; color: #000;margin: 9px;}
.popupcart td.desc>a:hover {color: #fe2d29;}
.popupcart td.del {vertical-align:middle !important;text-align:center;}
#add_product_notification .popupcart {position: relative;display: block !important;top:0;right:0;padding:0;border:none;}
#add_product_notification .btn.to_cart,  .btn.to-cart {
  display: flex;
  align-items: center;
  justify-content: center; !important;
  color: #fff !important;
  padding: 5px 15px;
  width: 100%;
  max-width: 390px;
  cursor: pointer;
  height: auto;
  text-decoration: none;
  text-transform: uppercase;
  border-radius: 5px;
  transition: background-color .2s, transform .2s ease-in-out;
}
#add_product_notification .btn.to_cart,  .btn.to_cart:hover {
  background-color: #41b8c3;
  transition: background-color .2s ease-in-out;
}

#add_product_notification .btn.to_cart, .btn.to_cart:active {
  background-color: #41b8c3;
}

.panel_left .btn.to_cart {
  padding: 1px;
  margin: 0 auto;
  text-align: center;
  margin-top: 5px;
}

.panel_left .btn.to_cart:hover {
  filter: brightness(1.1);
}
#add_product_notification .btn.to_cart:hover,  .panel_left .btn.to_cart:hover {
  text-decoration: none;
}
#add_product_notification .btn.back {
  background: #9a9a9a;
  transition: all 200ms cubic-bezier(0.42, 0, 0.58, 1) 10ms;
  border-radius: 4px;
  color: #313131;
  font-size: 14px;
  padding: 6px 8px;
  max-width: 400px;
  margin: 10px 0;
  border: solid #808080 1px;
  text-decoration: none;
  transiton: all .2s linear;
}

#add_product_notification .btn.back:hover {
  filter: brightness(1.1);
}
#add_product_notification .btn.to_cart:hover {
  filter: brightness(1.1);
}
#add_product_notification .btn.back:active {
  position: relative;
  cursor: default;
  top: 1px;
  border: 1px solid rgba(211,211,211,1);
  color: rgba(114,114,114,1);
  background: rgba(247,247,247,1);
  -webkit-box-shadow: 0 0 1px 1px rgba(255,255,255,0.8) inset, 0 1px 0 0 rgba(0,0,0,0.298039) inset;
  box-shadow: 0 0 1px 1px rgba(255,255,255,0.8) inset, 0 1px 0 0 rgba(0,0,0,0.298039) inset;
  -webkit-transition: all 200ms cubic-bezier(0.42, 0, 0.58, 1) 10ms;
  -moz-transition: all 200ms cubic-bezier(0.42, 0, 0.58, 1) 10ms;
  -o-transition: all 200ms cubic-bezier(0.42, 0, 0.58, 1) 10ms;
  transition: all 200ms cubic-bezier(0.42, 0, 0.58, 1) 10ms;
}

/* not_aval Push */
@-webkit-keyframes not_aval {
  50% {
    -webkit-transform: scale(0.8);
    transform: scale(0.8);
  }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
@keyframes hvr-push {
  50% {
    -webkit-transform: scale(0.8);
    transform: scale(0.8);
  }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}


.not_aval {
  display: inline-block;
  background-image: url('cart.svg') no-repeat;
  background-position: 50% 50%;
  background-color: #236569;
  transform: perspective(1px) translateZ(0);
}
.not_aval:hover {
  background-color: #44989d;
}
.not_aval:active {
  -webkit-animation-name: hvr-push;
  animation-name: hvr-push;
  -webkit-animation-duration: 0.3s;
  animation-duration: 0.3s;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
  -webkit-animation-iteration-count: 1;
  animation-iteration-count: 1;
}

/* Push */
@-webkit-keyframes push {
  50% {
    -webkit-transform: scale(0.9);
    transform: scale(0.9);
  }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
@keyframes hvr-push {
  50% {
    -webkit-transform: scale(0.9);
    transform: scale(0.9);
  }
  100% {
    -webkit-transform: scale(0.95);
    transform: scale(0.95);
  }
}


.push {
  background-position: 50% 50%;
  transform: perspective(1px) translateZ(0);
}

.push:active {
  -webkit-animation-name: hvr-push;
  animation-name: hvr-push;
  -webkit-animation-duration: 0.2s;
  animation-duration: 0.2s;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
  -webkit-animation-iteration-count: 1;
  animation-iteration-count: 1;
}

.basket-side-block .popupcart {width:auto;display:none;position:relative;border:none;top:100%:}
.basket-side-block .popupcart td.image {text-align:center;vertical-align:middle;}
.basket-side-block .popupcart td.desc {text-align:left;vertical-align:top;}
.header-top a.lolwrap {display:block;position:absolute;top:-8px;left:-160px;padding:3px 3px 4px;}
.compare_hide_similar {    display: block;
  padding: 7px;
  color: white;
  background-color: #FE673A;
  text-align: center;
  font-size: 15px;
  margin: 15px 0;
  width: 210px;}

.compare_hide_similar:hover {background:#649B04;}

.compare_show_similar {
  display: block;
  padding: 7px;
  color: white;
  background-color: #649B04;
  text-align: center;
  font-size: 15px;
  margin: 15px 0;
  width: 265px;
}
.compare_show_similar:hover { background-color: #FE673A;}

.hide_important {
  display: none !important;
}

.price-widget {position:absolute;
  right: 0px;
  top: -2px;
  height: 110px;
  width: 108px;
  z-index: 1;
}
.price-widget2 {position:absolute;
  left: 0px;
  top: 1px;
  height: 90px;
  width: 120px;
  z-index: 1;
}


.status-wrap {
    display: flex;
    align-items: flex-start;
    flex-wrap: wrap;
    gap: 5px;
    justify-content: space-between;
    position: absolute;
}


.hit-nedeli {
background: url(hit-nedeli.svg) center center no-repeat;
}


.newYear2025 {
background: url(https://static.insales-cdn.com/files/1/457/37659081/original/new-year2025.png) center center no-repeat;
}

.akciya {
background: url(https://static.insales-cdn.com/files/1/3450/36728186/original/akciyaKras.png) center center no-repeat;
}

.vybor_activnyh {
  background: url(vybor_activnyh.png) center center no-repeat;
}


.vibroGift {
  background: url(vibroGift-status2.svg) center center no-repeat;
  position: initial;
  height: 42px;
  width: 191px;
}

.manzheta {
background: url(manzheta-status2.svg) center center no-repeat;
opacity: .9;
position: initial;
height: 39px;
width: 126px;
}

.ucenka-status {
background: url(ucenka-status.svg) center center no-repeat;
}

.discount1111 {
background: url(discount-11.11.png) center center no-repeat;
}

.black-friday {
background: url(black_friday.svg) center center no-repeat;
}
.registratsionnoe-udostoverenie {
background: url(registratsionnoe-udostoverenie.svg) center center no-repeat;
}

.ne_postavlyaetsa {
background: url(ne_postavlyaetsa.png) center center no-repeat;
}
.skidka-i-podarok-sleva {
  background: url(skidka-i-podarok-sleva.png) center center no-repeat;
}
.super-vygoda-sleva {
  background: url(super-vygoda-sleva.png) center center no-repeat;
}
.skidka-procent-sleva {
  background: url(skidka-procent-sleva.png) center center no-repeat;
}
.akciya-procent-sleva {
  background: url(akciya-procent-sleva.png) center center no-repeat;
}
.discount {
  background: url(discount.png) center center no-repeat;
}
.promo {
  background: url(promo.png) center center no-repeat;
}
.skoro-v-prodazhe {
  justify-content: center;
  align-items: center;
  display: flex;
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 18px;
  color: white;
  width: 119px;
  height: 30px;
  background: linear-gradient(114.2deg, #6286E4 16.9%, #8AC7F7 91.63%);
  border-radius: 10px;
  position: absolute;
  top: 3px;
  right: 3px;
  padding: 0px 4px 0px 5px;
}

.predzakazIcon {
  margin-right: 6px;
}

.snyat {
  background: url(snyat.png) center center no-repeat;
}

.new {
  font-weight: 500;
  top: 3px;
  z-index: 100;
  font-size: 16px;
  border-radius: 11px;
  font-family: Montserrat, 'Roboto';
  background: linear-gradient(56deg, #4eaead -59.53%, #70dcdc 90.14%) !important;
  color: white;
  padding: 2px 13px 5px 10px;
  width: auto;
  position: absolute;
  right: 3px;
  height: auto;
}

.iconforstatusnew {
    margin-right: 6px;
    margin-top: 3px;
    width: 16px;
}

.ekpert {
  background: url(ekspert.png) center center no-repeat;
}
.sale {
  background: url(rasprodazha.png) center center no-repeat;
}
.skidka {
  background: url(skidka.png) center center no-repeat;
}
.hit-prodazh {
  background: url(hit_prodazh.png) center center no-repeat;
}
.jeekskljuziv {
  background: url(jeekskljuziv.png) center center no-repeat;
}
.biznes {
  background: url(Dlja-biznesa.png) center center no-repeat;
}
.gift {
  background: url(gift.png) center center no-repeat;
}
.sixlist {
  background: url(sixlist.png) center center no-repeat;
}
.leqgift {
  background: url(leqgift.png) center center no-repeat;
}
.exgift {
  background: url(exgift.png) center center no-repeat;
}
.giftoneex {
  background: url(giftoneex.png) center center no-repeat;
}
.gift2 {
  background: url(gift2.png) center center no-repeat;
}
.ozhidaemsent {
  background: url(ozhidaemsent.png) center center no-repeat;
}
.ozhidaemokt {
  background: url(ozhidaemokt.png) center center no-repeat;
}
.oyanv {
  background: url(oyanv.png) center center no-repeat;
}
.odek {
  background: url(odek.png) center center no-repeat;
}
.giftone {
  background: url(giftone.png) center center no-repeat;
}
.bizhome {
  background: url(bizhome.png) center center no-repeat;
}
.6list {
  background: url(6list.png) center center no-repeat;
}
.ozhidaemfevral {
  background: url(ozhidaemfevral.png) center center no-repeat;
}
.ozhidaemoktt {
  background: url(ozhidaemoktt.png) center center no-repeat;
}
.vibor {
  background: url(vibor.png) center center no-repeat;
}
.tenlist {
  background: url(tenlist.png) center center no-repeat;
}
.fev {
  background: url(fev.png) center center no-repeat;
}
.oyanvtwenty {
  background: url(oyanvtwenty.png) center center no-repeat;
}
.ofeveighteen {
  background: url(ofeveighteen.png) center center no-repeat;
}
.ofevtwentysix {
  background: url(ofevtwentysix.png) center center no-repeat;
}
.profitable-proposition {
  background: url(profitable-proposition.png) center center no-repeat;
}
.saving-10-thousand-rubles {
  background: url(saving-10-thousand-rubles.png) center center no-repeat;
}
.fivethousand {
  background: url(fivethousand.png) center center no-repeat;
}
.percentless {
  background: url(percentless.png) center center no-repeat;
}
.fiveapr {
  background: url(fiveapr.png) center center no-repeat;
}
.tenmaya {
  background: url(tenmaya.png) center center no-repeat;
}
.threemaya {
  background: url(threemaya.png) center center no-repeat;
}
.threemaya {
  background: url(threemaya.png) center center no-repeat;
}
.juli {
  background: url(https://static-eu.insales.ru/files/1/6923/5733131/original/v_sentyabre.png) center center no-repeat;
}
.ojulfifteen {
  background: url(https://static-internal.insales.ru/files/1/2469/5679525/original/v_noyabre.png) center center no-repeat;
}
.ojuntwentyfive {
  background: url(ojuntwentyfive.png) center center no-repeat;
}
.O12sent {
  background: url(O12sent.png) center center no-repeat;
}
.prod-block {position:relative; }

.photo.fl {
  position: relative;
}

.reg-icon {
  // position: absolute;
  left: 0px;
  top: 30px;
  z-index: 1;
}

.reg-icon-product {
  width: 50px;
  height: 100%;
  z-index: 1;
}

.minicartdel {
  display: block;
  width: 20px;
  height: 20px;
  background-image: url('delete-position.svg');
  cursor: pointer;
  float: right;
  opacity: .6;
  transition: opacity .2s linear;
}
.minicartdel:hover {
  opacity: 1;
}

.question .qupopup .clse:hover,
.lightgreen .clse:hover,
.present .clse:hover {background-color: #E3F9BC;}


.simple-little-table {
  font-family:Arial, Helvetica, sans-serif;
  color:#666;
  font-size:12px;
  text-shadow: 1px 1px 0px #fff;
  background:#eaebec;
  margin:0px;
  border:#ccc 1px solid;
  border-collapse:separate;
  border-spacing:4px;


  -moz-border-radius:3px;
  -webkit-border-radius:3px;
  border-radius:3px;

  -moz-box-shadow: 0 1px 2px #d1d1d1;
  -webkit-box-shadow: 0 1px 2px #d1d1d1;
  box-shadow: 0 1px 2px #d1d1d1;
}

.simple-little-table th {
  font-weight:bold;
  padding:1px 5px 2px 5px;
  border-top:1px solid #fafafa;
  border-bottom:1px solid #e0e0e0;

  background: #ededed;
  background: -webkit-gradient(linear, left top, left bottom, from(#ededed), to(#ebebeb));
  background: -moz-linear-gradient(top,  #ededed,  #ebebeb);
}
.simple-little-table th:first-child{
  text-align: left;
  padding-left:6px;
}
.simple-little-table tr:first-child th:first-child{
  -moz-border-radius-topleft:3px;
  -webkit-border-top-left-radius:3px;
  border-top-left-radius:3px;
}
.simple-little-table tr:first-child th:last-child{
  -moz-border-radius-topright:3px;
  -webkit-border-top-right-radius:3px;
  border-top-right-radius:3px;
}
.simple-little-table tr{
  text-align: center;
  padding-left:3px;
}
.simple-little-table tr td:first-child{
  text-align: left;
  padding-left:3px;
  border-left: -1px;
}
.simple-little-table tr td {
  padding:3px;
  border-top:1px solid #ffffff;
  border-bottom:2px solid #e0e0e0;
  border-left:2px solid #e0e0e0;

  background: #fafafa;
  background: -webkit-gradient(linear, left top, left bottom, from(#fbfbfb), to(#fafafa));
  background: -moz-linear-gradient(top,  #fbfbfb,  #fafafa);
}
.simple-little-table tr:nth-child(even) td{
  background: #f6f6f6;
  background: -webkit-gradient(linear, left top, left bottom, from(#f8f8f8), to(#f6f6f6));
  background: -moz-linear-gradient(top,  #f8f8f8,  #f6f6f6);
}
.simple-little-table tr:last-child td{
  border-bottom:0;
}
.simple-little-table tr:last-child td:first-child{
  -moz-border-radius-bottomleft:3px;
  -webkit-border-bottom-left-radius:3px;
  border-bottom-left-radius:3px;
}
.simple-little-table tr:last-child td:last-child{
  -moz-border-radius-bottomright:3px;
  -webkit-border-bottom-right-radius:3px;
  border-bottom-right-radius:3px;
}
.simple-little-table tr:hover td{
  background: #f2f2f2;
  background: -webkit-gradient(linear, left top, left bottom, from(#f2f2f2), to(#f0f0f0));
  background: -moz-linear-gradient(top,  #f2f2f2,  #f0f0f0);
}


.simple-little-table a:link {
  color: #666;
  font-weight: bold;
  text-decoration:none;
}
.simple-little-table a:visited {
  color: #999999;
  font-weight:bold;
  text-decoration:none;
}
.simple-little-table a:active,
.simple-little-table a:hover {
  color: #bd5a35;
  text-decoration:none;
}
.gift_usl {
  color: #9C9C9C;
  font-size: 12px;
}

.bottom_pay {
  border-radius: 4px;
  font-family: sans-serif;
  color: #ffffff;
  font-size: 18px;
  padding: 0px 8px 1px 8px;
  border: solid #d83f82 1px;
  border-bottom: 2px solid #418F2F;
  text-decoration: none;
  text-shadow: 1px 1px 1px rgba(0,0,0,0.3);
  background: #d85e93;

}
.bottom_pay span input:hover {
  background: #d85e93 linear-gradient(to bottom, #d85e93, #53c345) repeat scroll 0 0;
}
.sidebar_block-title {
  color: #424242;
  text-transform: uppercase;
  font-size: 16px;
  font-weight: bold;
  font-family: "Roboto Slab", sans-serif;
  position: relative;
  margin-bottom: 6px;
  display: block;
  padding-bottom: 1em;
  border-bottom: 1px solid #cccccc;
}

. blog-details {
  background: #f2f2f2;

  border: 1px solid transparent;
  display: block;
  padding: 0 10px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
}

Edit in JSFiddle
Result
HTML
CSS
/* скрываем чекбоксы и блоки с содержанием */
.hide {
  display: none;
}
.hide + label ~ div{
  display: none;
}
/* оформляем текст label */
.hide + label {
  border-bottom: 1px dotted green;
  background: #4ac24a;
  background-image: -webkit-linear-gradient(top, #4ac24a, #2c7d44);
  background-image: -moz-linear-gradient(top, #4ac24a, #2c7d44);
  background-image: -ms-linear-gradient(top, #4ac24a, #2c7d44);
  background-image: -o-linear-gradient(top, #4ac24a, #2c7d44);
  background-image: linear-gradient(to bottom, #4ac24a, #2c7d44);
  -webkit-border-radius: 28;
  -moz-border-radius: 28;
  border-radius: 28px;
  font-family: Arial;
  color: #ffffff;
  font-size: 16px;
  padding: 2px 15px 2px 15px;
  text-decoration: none;
  display: inline-block;
  cursor: pointer;
}
/* вид текста label при активном переключателе */
.hide:checked + label {
  background: #4ac24a;
  background-image: -webkit-linear-gradient(top, #4ac24a, #2c7d44);
  background-image: -moz-linear-gradient(top, #4ac24a, #2c7d44);
  background-image: -ms-linear-gradient(top, #4ac24a, #2c7d44);
  background-image: -o-linear-gradient(top, #4ac24a, #2c7d44);
  background-image: linear-gradient(to bottom, #4ac24a, #2c7d44);
  -webkit-border-radius: 28;
  -moz-border-radius: 28;
  border-radius: 28px;
  font-family: Arial;
  color: #ffffff;
  font-size: 16px;
  padding: 2px 15px 2px 15px;
  text-decoration: none;
  cursor: pointer;
}
.hide + label:hover { background: #865aed;
  background-image: -webkit-linear-gradient(top, #865aed, #5b24c9);
  background-image: -moz-linear-gradient(top, #865aed, #5b24c9);
  background-image: -ms-linear-gradient(top, #865aed, #5b24c9);
  background-image: -o-linear-gradient(top, #865aed, #5b24c9);
  background-image: linear-gradient(to bottom, #865aed, #5b24c9);
  text-decoration: none;}
/* когда чекбокс активен показываем блоки с содержанием  */
.hide:checked + label + div {
  display: block;
  background: #ffffff;
  padding: 3px;
}

/* demo контейнер */
.demo {
  margin: -0.2%;
}
.m-modal-button--checkout.button--checkout {
  padding: 0 50px 0 20px;
  font-size: 20px;
  font-weight: bold;
  background: url('ffcall.png') no-repeat 90% center, #DE0F38;
  filter: brightness(1);
  transition: filter .2s linear;

}
.m-modal-button--checkout.button--checkout:hover {
  filter: brightness(1.1);
}
button.m-modal-close {
  height: 50px;
  width: 50px;
  border-radius: 3px;

  background-image:  url('fcklose.png');
  //background-color: #6d7e04;
}
button.m-modal-close:hover {background-color: #e3f9bc; border-radius: 29px;}
.buyzone {
  position: relative;
  z-index: 1;
}
.m-modal-button--checkout.button--checkout {padding-top: 5px;
  padding-bottom: 5px;}
.m-modal-heading {    font-weight: bold; color:grey;}
.buyzone .old-price {
  color: #262626 !important;
  position: absolute;
  top: 39px;
  left: 0;
  text-decoration: line-through;
}

.mc-attachimg-cnt .mc-attachimg i {font-size: 28px !important;}

.article_preview
{ border-radius: 4px;
  color: #ffffff;
  font-size: 15px;
  padding: 0px 1px 1px 2px;
  border: solid #d83f82 1px;
  text-decoration: none;
  text-shadow: 1px 1px 1px rgba(0,0,0,0.3);
  background: #d85e93;
  float: right;}

.article_preview:hover  { background: #C43DB7; box-shadow: 0 0 5px #d83f82 ; z-index: 100;}

<style>
.style-block {
  display: none;
}
.style-block h2 {
  color: #262626;
}
.small-prod-list li {
  overflow: hidden;
  margin-bottom: 15px;
  border-top: 1px solid #e1e4d9;
  padding-top: 15px;
}
.small-prod-list .title {
  font-size: 116%;
  color: #262626;
  margin-bottom: 10px;
  display: block;
  text-transform: uppercase;
  font-weight: bold;
}
.small-prod-list a.title:hover {
  text-decoration: none;
}
.small-prod-list img {
  max-height: 48px;
  max-width: 48px;
  vertical-align: middle;
  margin-top: -2px;
}
.small-prod-list .img {
  display: block;
  height: 50px;
  margin-right: 10px;
  width: 50px;
  line-height: 50px;
  text-align: center;
  float: left;
}
.small-prod-list .buyzone {
  padding-top: 5px;
}
.small-prod-list .price {
  font-size: 18px;
  font-weight: bold;
  color: #70543f;
  //float: right;
}
.small-prod-list .old-price {
  text-decoration: line-through;
}
.buyzone p {
  margin-bottom: 10px;
  // Блок иконок категорий на главных страницах разделов
}

.div_cat_block_for_type {
  width: 233px;
  background: #FFFFFF;
  border-radius: 6px;
}


.coll_for_type {
  padding: 5px;
  width: 100%;
  height: 100%;
  margin: 11px auto;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  grid-template-columns: repeat( auto-fit, minmax(230px, 1fr) );
  grid-gap: 20px;
}

.col-block_for_type {
  overflow: hidden;
  margin-bottom: 3px;
  width: 100%;
  height: auto;
  border-radius: 3px;
  transition: box-shadow .2s linear;
}

.col-block_for_type:hover {
  border-radius: 5px;
  box-shadow: 6px 5px 16px -7px rgba(34, 60, 80, 0.2);
}


//стиль таблицы seo
.seoTbl {
  width: 100%;
  border: 2px solid #ffcc00;
  font-size: 12px;
  border-spacing: 7px 5px;
  border-collapse: separate;}

.seoTbl td {
  padding: 20px;
  border: 1px solid #C43DB7;}

.seoTbl tbody tr td:first-child {
  background: #52da5e;
  color: #333;}

ul1 {
  padding: 0; /* Убираем поля */
  margin-left: 20px; /* Отступ слева */
}


.product_page article hr{
  clear: both;
}
.product_page article img{
  margin-bottom: 25px;
}
#order .add-morepresents .gift_usl {font-size: 14px; position: relative;}
#order .add-morepresents .gift_usl.display-last,
#order .add-morepresents.new-active .gift_usl.display-first{
  display: none;
}
#order .add-morepresents.new-active .gift_usl.display-last{ cursor: pointer;
  display: block;
  font-size: 12px;
}
#order .add-morepresents .gift_usl img{
  position: absolute;
  right: 33px;
  top: -10px;
  cursor: pointer;
  transform: rotate(317deg);
  width: 45px;
  transition: 1s;
}
.all_news{
  text-align: center;
}
.all_news .article_preview{
  display: inline-block;
  float: none;
}
.harrow{
  border-radius: 50%;
  height: 30px;
  width: 30px;
  background-repeat: no-repeat;
}
.puffIn{-webkit-animation-name:puffIn;animation-name:puffIn;}

.vsvideo  {
  margin: 75px auto 80px;
  border-radius: 18px;
  overflow: hidden;
  max-width: 100%;
  height: 100%;
  -webkit-box-shadow: 0px 0px 20px 0px rgba(0,0,0,0.25);
  -moz-box-shadow: 0px 0px 20px 0px rgba(0,0,0,0.25);
  box-shadow: 0px 0px 20px 0px rgba(0,0,0,0.25);}


.container3d li,
.modal3d .bx-viewport li{
  width: 100px;
  height: 100px;
  position: relative;
  text-align: center;
  display: block;
  float: left;
  vertical-align: top;
  margin-right: 10px;
  line-height: 100px;
  border: 5px solid rgba(0,0,0,0);
  cursor: pointer;
  transition: all 0.5s ease 0s;
}
.modal-video .bx-viewport li iframe{
  border: 5px solid rgba(0,0,0,0);
  transition: all 0.5s ease 0s;
}
.container3d li:hover,
.graphic3d .bx-viewport li:hover,
.modal-video .bx-viewport li:hover iframe{
  border-color: #6b6664;
}
.container3d li:nth-child(3){
  margin-right: 0;
  top: -18px;
}
.container3d li:nth-child(n+4){
  display: none;
}
.prod-mini-title{
  font-size: 16px;
  font-weight: bold;
  color: #6c6c6c;
  text-align: center;
  padding-top: 20px;
  padding-bottom: 15px;
  clear: both;
}
.container3d li img,
.modal3d .bx-viewport li img{
  max-width: 100%;
  vertical-align: middle;
}
.container3d .icon3d,
.modal3d .bx-viewport li img.icon3d{
  position: absolute;
  margin: auto;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  height: 30px;
  width: 30px;
  z-index: 100;
  opacity: 0.8;
}
.modal3d .bg{
  position: fixed;
  top: 0;
  left:0;
  width: 100%;
  height: 100%;
  z-index: 2000;
  background: rgba(0, 0, 0, 0.6);
}
.modal3d .big-3d{
  margin-bottom: 9px;

}

.modal3d .big-3d{

}

div.big-3d iframe {
    margin-left: auto;
    margin-right: auto;
    height: 75vh!important;
}


.modal3d .wrapper3d{
  position: fixed;
	margin: auto;
	background: #fff;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	height: 630px;
	width: 65%;
	z-index: 2005;
  	border-radius: 1em;
}
.graphic3d .slider3d iframe{
  display: none;
}
.modal-video .big-3d iframe{
  width: 640px !important;
	height: 360px !important;
}
.modal3d{
display: none;
}
.graphic3d .bx-viewport{
  height: 110px !important;
}
.modal3d .bx-viewport li img{
  max-height: 100px;
	cursor: pointer;
}
.closer{
  border-radius: 50%;
	height: 50px;
	position: absolute;
	right: 7px;
	top: -50px;
	width: 50px;
  	opacity: .7;
}

.slocer:hover {
  transition: 1s opacity linear;
  opacity: 1;
}

.closer span{
  margin: 0;
	cursor: pointer;
}
.modal3d .bx-controls a{
  height: 34px;
  width: 36px;
	position: absolute;
	 background-image: url("fancybox_sprite.png");
	bottom: 50px;
	display: block;
	left: 20px;
	background-position: 0 -36px;
}
.modal3d .bx-controls a:hover{
  opacity: 0.7;
}
.modal3d .bx-controls a.bx-next{
  left: auto;
	right: 5px;
	background-position: 0 -72px;
}
.modal3d .bx-controls a.disabled,
.modal3d .bx-controls a.disabled:hover{
  opacity: 0.3;
}
.gallery .open3d{
  border-color:  #41b8c3;
    position: relative;
    background-repeat: no-repeat;
    background-size: cover;
    overflow: hidden;
    background-position: center;
}
.gallery .video-small{

}
.gallery .video-small:hover {
  border: 5px solid #2DCDCC;
  border-radius: 8px;
}
.gallery .open3d:hover{
  border: 5px solid #2DCDCC;
  border-radius: 8px;
}
.gallery .open3d .image2 {
  position: relative;
  z-index: 10;
  top: 0;
  left: 0;
}
.gallery .open3d img{
  max-width: 100%;
  max-height: 100%;
}
.open3d{
  cursor: pointer;
}
.gallery {
  margin-top: 5px;
  height: 360px;
}
.galwrapper .gallery {
  height: auto;
}
.gallery a:nth-child(n+10){
  display: block !important;
}
.model3dtab{
  text-align: center;
}
.model3dtab iframe{
  margin: 10px auto 20px;
}
.video-small > p:nth-child(n+3){
  display: none !important;
}
.video-small > p,
.video-small iframe{
  width: 100px !important;
	height: 100px !important;
}
.video-small{position: relative;margin-right: 0! important;}
.video-small > *,
.modal-video .slider3d li > *{margin: 0 !important;}
.video-small > span,
.modal-video .slider3d li > span{
	display: block;
	height: 100%;
	left: 0;
	opacity: 0;
	position: absolute;
	top: 0;
	width: 100%;
	z-index: 500;
	cursor: pointer;
}
.modal-video .wrapper3d{
height: 615px;
}
.modal-video .slider3d iframe{
  width: 95% !important;
	height: 148px !important;
}
.wrapper3d .closer{
top: 5px;
}

.modal-video .slider3d li{
  height: auto;
  width: 278px !important;
  margin: 0 !important;
}
.modal-video .slider3d ul{
  transform: translate3d(0px, 0px, 0px);}
.modal-video .bx-controls a{
  bottom: 73px;
}
.modal3d .bx-viewport{
	margin: auto;
	width: 90% !important;
	height: auto !important;
}
.modal3d .bx-controls a {
	left: 1px;
}
.modal-video .bx-controls a.bx-next {
	left: auto;
	right: 1px;
}
.modal-video .modal_title{
  font-family: Arial;
	  font-weight: bold;
  font-size: 16px;
  padding-left: 45px;
	  color: #6C6C6C;
}
.modal-video .big-3d {
	margin-bottom: 6px;
}
.modal3d .bx-wrapper{
  max-width: 100% !important;;
}
.graphic3d .bx-wrapper li{
  width: 119px !important;
}
.graphic3d .wrapper3d{
  height: 80vh;
}
.graphic3d .bx-viewport {
	margin: auto;
	width: 546px !important;
}

.graphic3d .bx-controls a {
	bottom: 46px;
}/*
.gallery a:nth-child(3n+4) {
margin-right: 0;
}

/*
#galwrapper  .gallery .video-small{
display: block !important;
}
#galwrapper .gallery .clone-video,
#galwrapper.galwrapper .gallery .video-small{
display: none !important;
}*/
#galwrapper .gallery .video-small{
  display: block !important;
  margin-right: 10px !important;
  overflow: hidden;
}
.gallery a:nth-child(3n+3) {
  margin-right: 0 !important;
}
.galwrapper .gallery a:nth-child(3n+3) {
  margin-right: 10px !important;
}
.galwrapper .gallery a:nth-child(10n+10) {
  margin-right: 0 !important;
}

.tags-block h3 {
  float: left;
  margin: 0;
  padding-right: 10px;
  font-weight: bold;
}

.tags-list.list-horizontal {
  padding: 0;
  list-style: none;
}

.tags-list.list-horizontal li {
  display: inline-block;
  padding: 0 6px 0 0;
  list-style: none;
}

.tags-list.list-horizontal li a {
  text-decoration: underline;
}

#result-ajax1 {
  position: absolute;
  background: #fff;
  width: 342px;
  padding: 10px;
  box-sizing: border-box;
  border: 2px solid #C43DB7 !important;
  border-radius: 5px;
  margin-top: 52px;
}

#result-ajax1 a:hover {
  color: #c43db7;
}

.prod-list > li {
  display: flex !important;
  justify-content: space-around;
  /* align-items: flex-start; */
  /* flex-direction: row; */
  width: 318px;
}
.prod-list .avat {display: inline-block;width: 85px;}
.prod-list .avat img {max-width: 85px;}
.prod-list .tit {
  display: inline;
  vertical-align: center;
  max-width: 325px;
}


.prod-list li a:before {display:none}



.buyblock{
  float: left;
  margin-bottom: 20px;

}

.mCustomScrollbar {
  width: 300px;  padding-right: 5px;
}

.last-reviews-section{width: 290px;float: left;margin: 0 0 20px 10px}
.last-reviews{width: 280px}
.mc-c li.gal_mc_list{
  margin: 0 1px !important;
  display: inline-block !important;
  width: 70px !important;
  height: 70px !important;
  overflow: hidden !important;
  position: relative !important;
}

.mc-c .mc-comment-media1 li.gal_mc_list .gallery_mc{display: block !important;width: 70px !important;height: 70px !important;background-position: center !important;background-size: cover !important}


.mc-c li.gal_mc_list:nth-child(n+4){
  display: none !important;
}

.mc-c li.vid_item a{
  width: 100% !important;
  height: 100% !important;
  position: relative !important;
  display: block;
}

.mc-c li.vid_item a:before{
  content: " ";
  width: 25px;
  height: 25px;
  position: absolute;
  display: block;
  top: 22px;
  left: 22px;
  background: url(ytplay.png) center no-repeat;
  opacity: 0.6;
  background-size: cover;
  transition: opacity .2s!important

}

.mc-c li.vid_item a:hover:before{
  opacity: 1;

}

/* Gradient transparent - color - transparent */

hr {
  border: 0;
  height: 1px;
  margin: 40px 0;
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0), rgb(160 160 160 / 75%), rgba(0, 0, 0, 0));
}
.newFilter {
  color: #000;
  font-size: 14px;
}

.newFilter .filter{
  margin-bottom:10px;
  padding-bottom:10px;
  border-bottom:1px solid #cccccc;
}
.newFilter .filter-control-title {
  font-weight: bold;
  padding: 4px 0 10px;
  font-size: 13px;
}

.filter-span input ~ label::before {
  content: "";
  display: block;
  left: 0;
  position: absolute;
}
.filter-span input ~ label::before {
  background: #fff none repeat scroll 0 0;
  border: 1px solid #e5e5e5;
  border-radius: 3px;
  box-shadow: 0 1px 1px rgba(229, 229, 229, 0.75) inset;
  box-sizing: content-box;
  color: #fff;
  font-family: "FontAwesome" !important;
  font-size: 10px;
  font-style: normal !important;
  font-variant: normal !important;
  font-weight: normal !important;
  height: 13px;
  line-height: 13px;
  text-align: center;
  text-transform: none !important;
  width: 13px;
}
.filter-span input ~ label:hover::before {
  box-shadow: 0 1px 1px rgba(204, 204, 204, 0.75) inset, 0 0 8px rgba(228, 0, 58, 0.6);
}
.filter-span input:checked ~ label::before {
  background: #e4003a none repeat scroll 0 0;
  border-color: #e4003a;
  box-shadow: none;
  content: "";
}
.filter-item input[type="checkbox"], .filter-item input[type="radio"] {
  clip: rect(0px, 0px, 0px, 0px);
  position: absolute;
}
.filter-label{
  display: block;
  padding: 0 0 0 23px;
  position: relative;
  min-height: 20px;
  line-height: 16px;
  font-size: 13px;
}
.filter-ot{
  float:left;
  width: 40%;
}
.filter-do{
  float:left;
  width: 40%;
  text-align: right;
}
.filter-mez{
  float:left;
  width: 20%;
  text-align: center;
}
.filter-ot input, .filter-do input{
  max-width: 50%;
}
.row::after{
  clear: both;
  content: "";
  display: block;
  width: 100%;
}



#slider-range {
  background: rgba(228, 0, 58 , 0.4);
  border: 1px solid #ccc;
  height: 10px;
  position: relative;
  margin-bottom: 10px;
}
.ui-slider .ui-slider-range {
  background: rgba(228, 0, 58 , 1);
  background-position: 0 0;
  border: 0 none;
  display: block;
  position: absolute;
  z-index: 1;
  height:10px;
}
.ui-slider .ui-slider-handle {
  height: 16px;
  position: absolute;
  width: 10px;
  z-index: 2;
  cursor: pointer;
  margin-top: 10px;
}
.ui-slider .ui-slider-handle:nth-child(2) {
  background: url('left.png');
  margin-left: -10px;
}
.ui-slider .ui-slider-handle:nth-child(3) {
  background: url('right.png');
}

.filterVid2 .filter-items-wrapper, .filterVid3, .filterVid3 .filter-items-wrapper{
  display:none;
}
.filter-control-title {
  cursor: pointer;
  width: calc(100% - 25px);
  float:left;
}

.filter-control-title::before{
  content: "\f105";
  display: inline-block;
  font-family: FontAwesome;
  font-feature-settings: normal;
  font-kerning: auto;
  font-language-override: normal;
  font-size: inherit;
  font-size-adjust: none;
  font-stretch: normal;
  font-style: normal;
  font-synthesis: weight style;
  font-variant: normal;
  font-weight: normal;
  line-height: 1;
  text-rendering: auto;
  transform: translate(0px, 0px);
  width: 10px;
}
.filter.active .filter-control-title::before{
  content: "\f107";
}
.thisCount {
  margin: -28px 0 0 200px;
  position: absolute;
  width: 270px;
  z-index:160;
}
.row.thisClick .thisCount {
  margin: -2px 0 0 200px;
}
.thisCountText{
  border: 1px solid #e4003a;
  font-size: 13px;
  line-height: 20px;
  padding: 5px 14px;
  color: #808080;
  border-left:none;
  position: relative;
  z-index: 2;
  background:#fff;
  display: block;
  float: left;
}
.thisCount::before {
  background: #fff none repeat scroll 0 0;
  border: 1px solid #e4003a;
  border-radius: 2px 1px 2px 0;
  content: "";
  display: block;
  height: 22px;
  left: 0;
  margin-left: -12px;
  margin-top: 4px;
  overflow: hidden;
  position: absolute;
  transform: rotate(45deg);
  width: 22px;
  z-index: 1;
}
.thisCount .thisCountButton {
  background-color: #e85538;
  background: -webkit-linear-gradient(bottom,  #f9781c  0%, #fee753 100%); /* Chrome10+,Safari5.1+ */
  background: linear-gradient(to top,  #f9781c  0%, #fee753 100%); /* W3C */
  background-color: #e85538;
  background-image: -webkit-linear-gradient(top, #e85538 0%, #e4003a 100%);
  background-image: linear-gradient(to bottom, #e85538 0%, #e4003a 100%);
  -webkit-transition: background 0.5s ease;
  transition: background 0.5s ease;
  border: none;
  box-shadow: none;
  color: #fff;
  cursor:pointer;
  border-radius: 3px;
  font-size: 13px;
  line-height: 1.53846;
  padding: 6px 14px;
  display: block;
  float: left;
}
.thisCount .thisCountButton:hover {
  color: #fff;
  background-color: #ff5534;
  background-image: -webkit-linear-gradient(top, #ff6634 0%, #f4153a 100%);
  background-image: linear-gradient(to bottom, #ff6634 0%, #f4153a 100%);
  -webkit-transition: background 0.5s ease;
  transition: background 0.5s ease;
}
#filteredCount img {
  height: 13px;
  left: 5px;
  position: relative;
  top: 3px;
}
.filter-submit {
  background: -webkit-linear-gradient(bottom,  #f9781c  0%, #fee753 100%); /* Chrome10+,Safari5.1+ */
  background: linear-gradient(to top,  #f9781c  0%, #fee753 100%); /* W3C */
  background-color: #e85538;
  background-image: -webkit-linear-gradient(top, #e85538 0%, #e4003a 100%);
  background-image: linear-gradient(to bottom, #e85538 0%, #e4003a 100%);
  -webkit-transition: background 0.5s ease;
  transition: background 0.5s ease;

  border-radius: 3px;
  color: #fff;
  cursor: pointer;
  font-size: 15px;
  line-height: 1.6667;
  padding: 4px 14px;
  width: 60%;
}
.filter-submit:hover {
  color: #fff;
  background-color: #ff5534;
  background-image: -webkit-linear-gradient(top, #ff6634 0%, #f4153a 100%);
  background-image: linear-gradient(to bottom, #ff6634 0%, #f4153a 100%);
  -webkit-transition: background 0.5s ease;
  transition: background 0.5s ease;
}
.allParams{
  padding-top:10px;
  text-align:center;
  cursor:pointer;
}
.filter_section-range_input {
  background-color: #fff;
  border: 1px solid #e5e5e5;
  border-radius: 3px;
  box-shadow: 0 1px 1px rgba(229, 229, 229, 0.75) inset;
  color: #000;
  font-size: 13px;
  height: 15px;
  line-height: 1.53846;
  padding: 4px 7px;
}
#sbrosit {
  cursor: pointer;
  float: right;
  font-size: 13px;
  height: 38px;
  line-height: 38px;
}
.slznach {
  border-left: 1px solid #ccc;
  border-right: 1px solid #ccc;
  color: #666;
  font-size: 10px;
  height: 12px;
  margin-top: 20px;
  position: relative;
  top: 8px;
}
.slznach div{
  position: relative;
  top: -18px;
}
.filter-block-sbros {
  display:block;
  width:25px;
  height:25px;
  background:url(https://static.insales-cdn.com/assets/1/5494/6501750/1753277288/fcklose_small.png) 50% 50% no-repeat;
  border-radius: 100%;
  cursor: pointer;
  float:right;
}
.activeBlock .filter-block-sbros {
  background:url(https://static.insales-cdn.com/assets/1/5494/6501750/1753277288/close-param-activ.png) 50% 50% no-repeat;
}
.filter-block-sbros:hover {
  background-color:#e3f9bc;
}
.filter-label span{
  color: #8b99a0;
  font-size: 0.71em;
}
#sbrosit:hover{
  text-decoration: underline;
}

.filter-items-list .filter-item {
  display:none;
}
.filter-items-list .filter-item:nth-child(1), .filter-items-list .filter-item:nth-child(2), .filter-items-list .filter-item:nth-child(3), .filter-items-list .filter-item:nth-child(4), .filter-items-list .filter-item:nth-child(5), .filter-items-list .filter-item:nth-child(6) {
  display:block;
}
.more-this {
  border-bottom: 1px dotted #999999;
  color: #999999;
  cursor: pointer;
  font-family: "Arial";
  font-size: 12px;
  padding-top: 10px;
}
.more-this-open {
  border-bottom: 1px dotted #999999;
  color: #999999;
  cursor: pointer;
  font-family: "Arial";
  font-size: 12px;
  padding-top: 10px;
}

.cart a.orderlink {
  display: flex;
  width: 110px;
  background: #D84882;
  border-radius: 5px;
  color: #ffffff;
  font-size: 12px;
  font-weight: 700;
  padding: 2.2px 4px;
  margin-top: 7px;
  justify-content: center;
  cursor: pointer;
  text-decoration: none;
  transition: background .2s linear;
}

.cart a.orderlink:hover {
  background: #af3066;
  z-index: 100;
}

.page-review__button {
  display: flex;
  width: 320px;
  left: 35%;
  margin: 25px 0;
  background: #D84882;
  border-radius: 4px;
  color: #ffffff;
  font-size: 16px;
  font-weight: 700;
  padding: 20px 4px;
  justify-content: center;
  cursor: pointer;
  text-decoration: none;
  transition: background .2s linear;
}

.page-review__button:hover {
  background: #af3066;
  z-index: 100;
}

.page-review__button:active {
  background: #D84882;
  z-index: 100;
}

.cart span#cart_items_count {
  font-size: 15px;
  font-weight: bold;
  display: inline-block;
  position: absolute;
  left: 30px;
  color: #fff;
  top: 6px;
  background: #D84882;
  width: 20px;
  height: 20px;
  text-align: center;
  line-height: 20px;
  border-radius: 10px;
}

.cart .price {
  font-size: 17px;
  padding-bottom: -38px;
  font-family: 'Arial';
  color: #333;
  font-weight: bold;
}

.big_orderlink {
  font-size: 24px !important;
  line-height: 26px;
  width: 185px;
  padding: 0px 10px 2px !important;
}
.highcart .popupcart{
  padding: 23px 10px 2px !important;
}

//стиль таблицы seo
.seoTbl {
  width: 100%;
  border: 2px solid #ffcc00;
  font-size: 12px;
  border-spacing: 7px 5px;
  border-collapse: separate;}

.seoTbl td {
  padding: 20px;
  border: 1px solid #C43DB7;}

.seoTbl tbody tr td:first-child {
  background: #52da5e;
  color: #333;}

ul1 {
  padding: 0; /* Убираем поля */
  margin-left: 20px; /* Отступ слева */
}
//стиль таблицы simple
.simple {
  width: 100%;
  border: 2px solid #ffcc00;
  font-size: 12px;
  border-spacing: 7px 5px;
  border-collapse: separate;
}
.simple td  {
  padding: 15px;
  text-align: center;
  border: 1px solid #E5E5E5;
  vertical-align: top;
}


.simple tbody tr td:first-child {
  color: #333;}
ul1 {
  padding: 0; /* Убираем поля */
  margin-left: 2px; /* Отступ слева */
}

//стиль таблицы simple2
.simple2 {
  border: 2px solid #ffcc00;
  font-size: 12px;
  border-spacing: 7px 5px;
  border-collapse: separate;
}

.simple2 td  {
  padding: 5px;
  text-align: center;
  border: 1px solid #E5E5E5;
  vertical-align: top;
}

.simple2 tbody tr td:first-child {
  color: #333;}
ul1 {
  padding: 0; /* Убираем поля */
  margin-left: 2px; /* Отступ слева */
}



//стиль таблицы simple3 (таблица для описания)
.simple3 {
  border-collapse: collapse;
  vertical-align: middle;
}
.simple3 td, simple3 th {
  border-bottom: 1px solid #DDDDDD;
  padding-top: 10px;
  padding-bottom: 10px;
  vertical-align: middle;
}


.simple3 tr:first-child th {
  border-top: 0;
}
simple3 tr:last-child td {
  border-bottom: 0;
}
.simple3 tr td:first-child,
.simple3 tr th:first-child {
  border-left: 0;
}
.simple3 tr td:last-child,
.simple3 tr th:last-child {
  border-right: 0;
}

clear {
  margin-bottom: 0px;
}

.sliderA {
  width: 400px;
  height: 250px;
  position: relative;
  text-align: center;
}
.sliderA > input {
  display: none;
}
.sliderA > input + label {
  display: inline-block;
  width: 15px;
  height: 15px;
  border-radius: 50%;
  background: #FFF;
  border: 2px solid #CDD1DA;
  cursor: pointer;
  z-index: 100;
  position: relative;
  margin-right: 4px;
  top: 102%;
  transition: background 0.8s ease-out 0s;
}

.sliderA > input + label:hover {
  background: #9FD468;
  box-shadow: inset 0 1px 1px rgba(0,0,0,.5);
}

.sliderA > input:checked + label {
  background: #9FD468;
}
.sliderA > div {
  position: absolute;
  top: 0px;
  left: 0px;
  right: 0px;
  bottom: 0px;
  z-index: 0;
}
.sliderA > div {
  visibility: hidden;
  opacity: 0;
  transition: opacity 0.8s ease-out 0.1s, visibility 0.1s ease-out 0.9s;
}

.sliderA > input:checked + label + div {
  visibility: visible;
  opacity: 1;
  transition: opacity 0.8s ease-out 0.1s, visibility 0.1s ease-out 0s;
}
.sliderA > div > p {
  position: absolute;
  top: 0px;
  left: 0px;
  right: 0px;
  text-align: center;
  color: #fff;
  text-shadow: 1px 1px 2px #000;
}

.sliderB {
  width: 400px;
  height: 250px;
  position: relative;
  text-align: center;
}
.sliderB > input {
  display: none;
}
.sliderB > input + label {
  display: inline-block;
  width: 15px;
  height: 15px;
  border-radius: 50%;
  background: #FFF;
  border: 2px solid #CDD1DA;
  cursor: pointer;
  z-index: 100;
  position: relative;
  margin-right: 4px;
  top: 102%;
  transition: background 0.8s ease-out 0s;
}

.sliderB > input + label:hover {
  background: #9FD468;
  box-shadow: inset 0 1px 1px rgba(0,0,0,.5);
}

.sliderB > input:checked + label {
  background: #9FD468;
}
.sliderB > div {
  position: absolute;
  top: 0px;
  left: 0px;
  right: 0px;
  bottom: 0px;
  z-index: 0;
}
.sliderB > div {
  visibility: hidden;
  opacity: 0;
  transition: opacity 0.8s ease-out 0.1s, visibility 0.1s ease-out 0.9s;
}

.sliderB > input:checked + label + div {
  visibility: visible;
  opacity: 1;
  transition: opacity 0.8s ease-out 0.1s, visibility 0.1s ease-out 0s;
}
.sliderB > div > p {
  position: absolute;
  top: 0px;
  left: 0px;
  right: 0px;
  text-align: center;
  color: #fff;
  text-shadow: 1px 1px 2px #000;

}

.sliderC {
    display: flex;
    flex-wrap: wrap;
    flex-direction: column-reverse;
    justify-content: space-between;
    align-items: center;
    width: 90%;
    min-height: 270px;
    height: 100%;
    margin-bottom: 35px;
    position: relative;
    text-align: center;
}

.sliderC > input {
  display: none;
}
.sliderC > input + label {
  display: inline-block;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #FFF;
  border: 2px solid #CDD1DA;
  cursor: pointer;
  z-index: 100;
  position: relative;
  margin-right: 4px;
  top: 102%;
  transition: background 0.8s ease-out 0s;
}

.sliderC > input + label:hover {
  background: #9FD468;
  box-shadow: inset 0 1px 1px rgba(0,0,0,.5);
}

.sliderC > input:checked + label {
  background: #9FD468;
}
.sliderC > div:not(.nice-select) {
  position: absolute;
  top: 0px;
  left: 0px;
  right: 0px;
  bottom: 0px;
  z-index: 0;
}
.sliderC > div:not(.nice-select) {
  visibility: hidden;
  opacity: 0;
  transition: opacity 0.8s ease-out 0.1s, visibility 0.1s ease-out 0.9s;
}

.sliderC > input:checked + label + div {
  visibility: visible;
  opacity: 1;
  transition: opacity 0.8s ease-out 0.1s, visibility 0.1s ease-out 0s;
}
.sliderC > div > p {
  position: absolute;
  top: 0px;
  left: 0px;
  right: 0px;
  text-align: center;
  color: #fff;
  text-shadow: 1px 1px 2px #000;
}


.sliderC1 {
  width: 100%;
  height: 250px;
  position: relative;
  text-align: center;
  display: grid;
  gap: 20px;
  justify-content: center;
  grid-auto-flow: column;
  align-items: end;
}
.sliderC1 > input {
  display: none;
}

.onas .sliderC1 > input + label {
  width: 8px;
  height: 8px;
}

.sliderC1 > input + label {
  display: inline-block;
  width: 18px;
  height: 18px;
  border-radius: 50%;
  background: #FFF;
  border: 2px solid #34a2ad;
  cursor: pointer;
  z-index: 100;
  top: 10%;
  position: relative;
  transition: background 0.8s ease-out 0s;
}

.sliderC1 > input + label:hover {
  background: #7ce1eb;
}

.sliderC1 > input:checked + label {
  background: #71d6df;
}
.sliderC1 > div {
  position: absolute;
  top: 0px;
  left: 0px;
  right: 0px;
  bottom: 0px;
  z-index: 0;
}
.sliderC1 > div {
  visibility: hidden;
  opacity: 0;
  transition: opacity 0.8s ease-out 0.1s, visibility 0.1s ease-out 0.9s;
}

.sliderC1 > input:checked + label + div {
  visibility: visible;
  opacity: 1;
  transition: opacity 0.8s ease-out 0.1s, visibility 0.1s ease-out 0s;
}
.sliderC1 > div > p {
  position: absolute;
  top: 0px;
  left: 0px;
  right: 0px;
  text-align: center;
  color: #fff;
  text-shadow: 1px 1px 2px #000;
}

.sliderD {
  width: 400px;
  height: 250px;
  position: relative;
  text-align: center;
}
.sliderD > input {
  display: none;
}
.sliderD > input + label {
  display: inline-block;
  width: 15px;
  height: 15px;
  border-radius: 50%;
  background: #FFF;
  border: 2px solid #CDD1DA;
  cursor: pointer;
  z-index: 100;
  position: relative;
  margin-right: 4px;
  top: 93%;
  transition: background 0.8s ease-out 0s;
}

.sliderD > input + label:hover {
  background: #9FD468;
  box-shadow: inset 0 1px 1px rgba(0,0,0,.5);
}

.sliderD > input:checked + label {
  background: #9FD468;
}
.sliderD > div {
  position: absolute;
  top: 0px;
  left: 0px;
  right: 0px;
  bottom: 0px;
  z-index: 0;
}
.sliderD > div {
  visibility: hidden;
  opacity: 0;
  transition: opacity 0.8s ease-out 0.1s, visibility 0.1s ease-out 0.9s;
}

.sliderD > input:checked + label + div {
  visibility: visible;
  opacity: 1;
  transition: opacity 0.8s ease-out 0.1s, visibility 0.1s ease-out 0s;
}
.sliderD > div > p {
  position: absolute;
  top: 0px;
  left: 0px;
  right: 0px;
  text-align: center;
  color: #fff;
  text-shadow: 1px 1px 2px #000;
}

.sliderDA {
  width: 400px;
  height: 250px;
  position: relative;
  text-align: center;
}
.sliderDA > input {
  display: none;
}
.sliderDA > input + label {
  display: inline-block;
  width: 15px;
  height: 15px;
  border-radius: 50%;
  background: #FFF;
  border: 2px solid #CDD1DA;
  cursor: pointer;
  z-index: 100;
  position: relative;
  margin-right: 4px;
  top: 93%;
  transition: background 0.8s ease-out 0s;
}

.sliderDA > input + label:hover {
  background: #9FD468;
  box-shadow: inset 0 1px 1px rgba(0,0,0,.5);
}

.sliderDA > input:checked + label {
  background: #9FD468;
}
.sliderDA > div {
  position: absolute;
  top: 0px;
  left: 0px;
  right: 0px;
  bottom: 0px;
  z-index: 0;
}
.sliderDA > div {
  visibility: hidden;
  opacity: 0;
  transition: opacity 0.8s ease-out 0.1s, visibility 0.1s ease-out 0.9s;
}

.sliderDA > input:checked + label + div {
  visibility: visible;
  opacity: 1;
  transition: opacity 0.8s ease-out 0.1s, visibility 0.1s ease-out 0s;
}
.sliderDA > div > p {
  position: absolute;
  top: 0px;
  left: 0px;
  right: 0px;
  text-align: center;
  color: #fff;
  text-shadow: 1px 1px 2px #000;
}



.sliderE {
  width: 400px;
  height: 365px;
  position: relative;
  text-align: center;
}
.sliderE > input {
  display: none;
}
.sliderE > input + label {
  display: inline-block;
  width: 15px;
  height: 15px;
  border-radius: 50%;
  background: #FFF;
  border: 2px solid #CDD1DA;
  cursor: pointer;
  z-index: 100;
  position: relative;
  margin-right: 4px;
  top: 91%;
  transition: background 0.8s ease-out 0s;
}

.sliderE > input + label:hover {
  background: #9FD468;
  box-shadow: inset 0 1px 1px rgba(0,0,0,.5);
}

.sliderE > input:checked + label {
  background: #9FD468;
}
.sliderE > div {
  position: absolute;
  top: 0px;
  left: 0px;
  right: 0px;
  bottom: 0px;
  z-index: 0;
}
.sliderE > div {
  visibility: hidden;
  opacity: 0;
  transition: opacity 0.8s ease-out 0.1s, visibility 0.1s ease-out 0.9s;
}

.sliderE > input:checked + label + div {
  visibility: visible;
  opacity: 1;
  transition: opacity 0.8s ease-out 0.1s, visibility 0.1s ease-out 0s;
}
.sliderE > div > p {
  position: absolute;
  top: 0px;
  left: 0px;
  right: 0px;
  text-align: center;
  color: #fff;
  text-shadow: 1px 1px 2px #000;
}


.sliderF {
  width: 400px;
  height: 250px;
  position: relative;
  text-align: center;
}
.sliderF > input {
  display: none;
}
.sliderF > input + label {
  display: inline-block;
  width: 15px;
  height: 15px;
  border-radius: 50%;
  background: #FFF;
  border: 2px solid #CDD1DA;
  cursor: pointer;
  z-index: 100;
  position: relative;
  margin-right: 4px;
  top: 99%;
  transition: background 0.8s ease-out 0s;
}

.sliderF > input + label:hover {
  background: #9FD468;
  box-shadow: inset 0 1px 1px rgba(0,0,0,.5);
}

.sliderF > input:checked + label {
  background: #9FD468;
}
.sliderF > div {
  position: absolute;
  top: 0px;
  left: 0px;
  right: 0px;
  bottom: 0px;
  z-index: 0;
}
.sliderF > div {
  visibility: hidden;
  opacity: 0;
  transition: opacity 0.8s ease-out 0.1s, visibility 0.1s ease-out 0.9s;
}

.sliderF > input:checked + label + div {
  visibility: visible;
  opacity: 1;
  transition: opacity 0.8s ease-out 0.1s, visibility 0.1s ease-out 0s;
}
.sliderF > div > p {
  position: absolute;
  top: 0px;
  left: 0px;
  right: 0px;
  text-align: center;
  color: #fff;
  text-shadow: 1px 1px 2px #000;

}

.sliderG {
  width: 400px;
  height: 210px;
  position: relative;
  text-align: center;
}
.sliderG > input {
  display: none;
}
.sliderG > input + label {
  display: inline-block;
  width: 15px;
  height: 15px;
  border-radius: 50%;
  background: #FFF;
  border: 2px solid #CDD1DA;
  cursor: pointer;
  z-index: 100;
  position: relative;
  margin-right: 4px;
  top: 89%;
  transition: background 0.8s ease-out 0s;
}

.sliderG > input + label:hover {
  background: #9FD468;
  box-shadow: inset 0 1px 1px rgba(0,0,0,.5);
}

.sliderG > input:checked + label {
  background: #9FD468;
}
.sliderG > div {
  position: absolute;
  top: 0px;
  left: 0px;
  right: 0px;
  bottom: 0px;
  z-index: 0;
}
.sliderG > div {
  visibility: hidden;
  opacity: 0;
  transition: opacity 0.8s ease-out 0.1s, visibility 0.1s ease-out 0.9s;
}

.sliderG > input:checked + label + div {
  visibility: visible;
  opacity: 1;
  transition: opacity 0.8s ease-out 0.1s, visibility 0.1s ease-out 0s;
}
.sliderG > div > p {
  position: absolute;
  top: 0px;
  left: 0px;
  right: 0px;
  text-align: center;
  color: #fff;
  text-shadow: 1px 1px 2px #000;

}

.youtube { display: inline-block;}

::selection {
  background: #80bd01;
  color: #fff;
}

.loader_field {
  background: url(loader_field.gif) repeat;

}

p.dline {
  line-height: 1.5;
}
.mc-star svg {width:11px; height:11px;}
.cr-last .mc-star svg path,.mc-star svg path,.cr .mc-breakdwn .mc-breakdwn-star path {fill:#f00 !important}
.prod-block .rait .crr-cnt .crr .mc-star {margin-top:2px !important;}
.crr-cnt{line-height: 1;text-decoration:underline;}
.rait .crr .mc-stars{margin-left: 0px !important;}


.product-info .button span a.button-credit, .button-credit {
  background-color: transparent;
  border: 2px solid #D84882;
  color: #D84882;
  font-size: 17px;
  line-height: 40px;
  border-radius: 5px;
  padding: 3px 8px 0px 8px;
  transition: border .2s, color .2s linear;
}


.product-info .button span a.button-credit:hover, .button-credit:hover {
  color: #922651;
  background-color: transparent;
  border: 2px solid #922651;
  transition: border .2s, color .2s linear;
}

.product-info .button span a.button-credit:active, .button-credit:active {
  color: #B53266;
  background-color: transparent;
  border: 2px solid #B53266;
}


.kredit_online {
  position: fixed;
}
.fast_check_kredit, .kredit_online {
  display:none;
}

.searchtable {
  border: 2px dotted rgba(206, 206, 206, 0.51);
  border-radius: 21px;
  border-spacing: 16px 16px;
  border-collapse: separate;
  vertical-align: middle;
  margin: auto;
}



/* Всплывающий блок текста */


#i-have-a-tooltip {
	padding-top: 15px;
	width: auto;
	font-weight: 100;
	font-size: 14px;
	text-align: left;
	position: relative;
	color: #128c47;
	-webkit-appearance: none;
	-moz-appearance: none;
	 appearance: none;
	z-index: 99;
	cursor: pointer;
}

#i-have-a-tooltip:before {
  content:attr(data-description);
  box-sizing:border-box;
  display:block;
  background: #3e3e3e;
  color:white;
  padding:20px;
  position:absolute;
  left:20%;
  top:-150px;
  font-size: 13px;
  margin-left:-100px;
  width:400px;
  height:175px;
  line-height:18px;
  border-radius:5px;
  display:none;
  transition:.25s ease-in-out;
  z-index: 99;
}

#i-have-a-tooltip:after {
  content:'';
  display:block;
  position:absolute;
  top:-150px;
  left:20%;
  margin-left:-8px;
  height:0;
  width:0;
  border-left:8px solid transparent;
  border-right:8px solid transparent;
  border-top:8px solid #3e3e3e;;
  transition:.25s ease-in-out;
  display:none;
  border: none !important;
  z-index: 99;
}

#i-have-a-tooltip:hover:before {
  display: block;
  top:-150px;
}

#i-have-a-tooltip:hover:after {
  display: block;
  top:15px;
}

/* Конец всплывающий блок текста */


.butn {

  background: #58a4f5;
  background-image: -webkit-linear-gradient(top, #58a4f5, #1f63d1);
  background-image: -moz-linear-gradient(top, #58a4f5, #1f63d1);
  background-image: -ms-linear-gradient(top, #58a4f5, #1f63d1);
  background-image: -o-linear-gradient(top, #58a4f5, #1f63d1);
  background-image: linear-gradient(to bottom, #58a4f5, #1f63d1);
  -webkit-border-radius: 8;
  -moz-border-radius: 8;
  border-radius: 8px;
  font-family: Arial;
  color: #ffffff;
  font-size: 14px;
  padding: 10px 20px 10px 20px;
  text-decoration: none;
}

.butn:hover {
  background: #3D94F6;
  background-image: -webkit-linear-gradient(top, #3D94F6, #D00C5B);
  background-image: -moz-linear-gradient(top, #3D94F6, #D00C5B);
  background-image: -ms-linear-gradient(top, #3D94F6, #D00C5B);
  background-image: -o-linear-gradient(top, #3D94F6, #D00C5B);
  background-image: linear-gradient(to bottom, #3D94F6, #D00C5B);
  text-decoration: none;
}



.jm-logo a {
  background: rgba(255,255,255,0.1);
  -o-transition: -o-transform ease-out 0.1s, background 0.2s;
  -ms-transition: -ms-transform ease-out 0.1s, background 0.2s;
  -webkit-transition: -webkit-transform ease-out 0.1s, background 0.2s;
  transition: transform ease-out 0.1s, background 0.2s;
  display: inline-block;
  position: relative;
  z-index: 1;
  padding: 15px;
  border-radius: 50%;
  -webkit-border-radius: 50%;
}
.jm-logo a:hover {
  background: rgba(255,255,255,0.05);
  -o-transform: scale(0.93);
  -webkit-transform: scale(0.93);
  -ms-transform: scale(0.93);
  transform: scale(0.93);
}
.sliderC select {
  display: block;
  width: 100%;
  top: 25px;
  border-radius: .3em;
  position: relative;
  padding: 4px 10px;
  border: 1px solid #ccc;
}
.sliderC label {
  display: none !important;
}

.video-container {
  position: relative;
  padding-bottom: 56.25%; /* 16:9 */
  height: 0;
}
.video-container iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.slider-news {
  width: 100%;
  position: relative;
  text-align: center;
}
.slider-news > input {
  display: none;
}
.slider-news > input + label {
  display: inline-block;
  width: 15px;
  height: 15px;
  border-radius: 50%;
  background: #FFF;
  border: 2px solid #34a2ad;
  cursor: pointer;
  z-index: 100;
  position: relative;
  margin-right: 4px;
  bottom: 104%;
  transition: background 0.8s ease-out 0s;
}

.slider-news > input + label:hover {
  background: #7ce1eb;
}

.slider-news > input:checked + label {
  background: #71d6df;
}
.slider-news > div {
  position: absolute;
  top: 0px;
  left: 0px;
  right: 0px;
  bottom: 0px;
  z-index: 0;
}
.slider-news > div {
  visibility: hidden;
  opacity: 0;
  transition: opacity 0.8s ease-out 0.1s, visibility 0.1s ease-out 0.9s;
}

.slider-news > input:checked + label + div {
  visibility: visible;
  opacity: 1;
  transition: opacity 0.8s ease-out 0.1s, visibility 0.1s ease-out 0s;
}
.slider-news > div > p {
  position: absolute;
  top: 0px;
  left: 0px;
  right: 0px;
  text-align: center;
  color: #fff;
  text-shadow: 1px 1px 2px #000;
}


.slider_btns {
  position: absolute !important;
  width: 100%;
  z-index: 999 !important;
  opacity: 1 !important;
  bottom: auto !important;
  top: 50% !important;
  visibility: visible !important;
  margin-top: -10px !important;
}
.slider_btns > div {
  background: #5abebc;
  width: 20px;
  height: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  position: absolute;
  cursor: pointer;
  opacity: .6;
  transition: opacity .3s linear;
}

.slider_btns > div:hover {
  opacity: 1;
}

.sider_btn_prev {
  left: 0;
}
.sider_btn_prev svg {
  transform: rotate(90deg);
}
.sider_btn_next {
  position: absolute;
  right: 0;
}
.sider_btn_next svg {
  transform: rotate(-90deg);
}

.btn-size {
  display: flex;
  cursor: pointer;
  flex-wrap: nowrap;
  align-items: center;
  justify-content: center;
  color: #fff !important;
  font-size: 15px;
  font-weight: bold;
  padding: 16px 15px;
  width: 180px;
  text-decoration: none; !important;
  background: rgb(72,235,231);
  background: linear-gradient(150deg, rgba(72,235,231,1) 21%, rgba(10,148,179,1) 74%);
  border-radius: 5px;
  margin-bottom: 8px;
  opacity: 1;
  transition: opacity .2s ease-in-out;
}

.btn-size:hover {
  opacity: .8;
}

.btn-size:active {
  opacity: 1;
}

.btn__continue {
  display: flex;
  cursor: pointer;
  flex-wrap: nowrap;
  align-items: center;
  justify-content: center;
  color: #fff !important;
  font-size: 15px;
  font-weight: bold;
  padding: 10px 15px;
  width: 220px;
  text-decoration: none; !important;
  background-color: #e53e3a;
  border-radius: 5px;
  margin-bottom: 20px;
  transition: background-color .2s ease-in-out;
}

.btn__continue:hover {
  background-color: #f74e4a;
}

.btn__continue:active {
  background-color: #d13632;
}
.subs__massage::before {
  content: url(sitting-man.svg);
  padding-right: 5px;
  width: 36px;
}

.subs__massage {
  display: flex;
  cursor: pointer;
  align-items: center;
  justify-content: center;
  color: #fff !important;
  font-size: 12px;
  font-weight: 700;
  padding: 5px 7px;
  text-decoration: none; !important;
  background-color: #e53e3a;
  border-radius: 5px;
  transition: background-color .2s linear;
}

.subs__massage:hover {
  background-color: #f74e4a;
  transition: background-color .2s linear;
}

.subs__massage:active {
  background-color: #d13632;
}

.co-order-state {
  padding: 0.31rem 0.75rem;
}

.btnwrapper {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 15px;
}


.btn {
  display: flex;
  align-items: center;
  justify-content: center!important;
  color: #fff!important;
  font-size: 22px;
  padding: 10px 15px;
  width: 100%;
  max-width: 620px;
  margin: 0 auto;
  line-height: 28px;
  height: auto;
  background-color: #5dd3de;
  text-decoration: none;
  text-transform: uppercase;
  border-radius: 5px;
  transition: background-color .2s ease-in-out;
}

.btn:hover {
  background-color: #42a1aa;
  transition: background-color .2s ease-in-out;
}

.btn:active {
  background-color: #5dd3de;
}

co-order-state {
  padding: 0.31rem 0.75rem;
}

.blog {
  display: flex;
  flex-wrap: wrap;
  margin: 25px 0;
  justify-content: space-between;
}

.blog__news {
  width: 26%;
  padding: 0 40px;
  display: flex;
  flex-direction: column;
  height: auto;
  justify-content: space-between;
  margin-bottom: 35px;
}

.blog__img {
  border-radius: 12px;
  margin-bottom: 12px;
  width: 100%;
  display: flex;
  align-items: center;
  transition: all .2s linear;
}

.blog__img:hover {
  transform: scale(1.07);
}


.blog-order {
  margin-right: 24px;
  display: flex;
  justify-content: space-between;
}
.blog-order-box {
  flex: 1 1 auto;
}


.blog-oreder-img:hover {
  opacity: 60%;
}

.blog-details {
  border: 1px solid transparent;
  display: flex;
}

.blog_content {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 5; /* number of lines to show */
  -webkit-box-orient: vertical;
}

.blog-order {
  margin-right: 24px;
  display: flex;
  justify-content: space-between;
  width: 360px;
}

.blog-order-title {
  height: 70px;
  width: 330px;
  color: #41b8c3;
  font-size: 17px;
  line-height: 1.2;
  font-weight: 700;
  display: flex;
  max-height: 80px;
  padding-bottom: 10px;
  transition: color .2s linear;

}
.blog-order-title:root {
  color: #a42860; !important;
}

.blog-oreder-img {
  width: 360px;
  height: 255px;
  display: flex;
  align-items: center;
  transition: opacity .2s linear;
}

.blog-oreder-img:hover {
  opacity: 50%;
}

.tag-cloud {
  margin: auto;
}
.tag-cloud ul {
  list-style-type: none;
  padding: 0;
}
.tag-cloud li {
  margin: 5px 5px 5px 10px;
  float: left;
}
.tag-cloud a {
  display: inline-block;
  position: relative;
  color: #ffffff;
  text-shadow: 0 1px 0 rgb(255 255 255 / 40%);
  text-decoration: none;
  text-align: center;
  padding: 4px 9px 6px 16px;
  font: bold 11px Tahoma, sans-serif;
  border-radius: 3px;
  border: 1px solid #41b8c3;
  -webkit-box-shadow: 0 1px 3px rgb(0 0 0 / 12%);
  box-shadow: 0 1px 2px rgb(0 0 0 / 20%), 0 1px 0px rgb(255 255 255 / 40%) inset;
  background-image: -webkit-linear-gradient(top, rgb(50 168 170) 0%,rgb(94 188 190) 60%,rgb(65 184 195) 100%);
}
.tag-cloud a:hover {
  color: #88f7f9;
}
.tag-cloud a:after {
  content: '';
  position: absolute;
  height: 49%;
  width: 15px;
  border-left: 1px solid #41b8c3;

  background-image: -webkit-linear-gradient(top, rgb(50 168 170) 0%,rgb(94 188 190) 60%,rgb(65 184 195) 100%);
  left: -5px;
  top: 1px;

  -webkit-transform: skewX(-35deg);
  -moz-transform: skewX(-35deg);
  -o-transform: skewX(-35deg);
  -ms-transform: skewX(-35deg);
  transform: skewX(-35deg);
}

.tag-cloud a:before {
  content: '';
  position: absolute;
  height: 48%;
  width: 15px;
  border-left: 1px solid #41b8c3;
  bottom: 1px;
  left: -5px;

  -webkit-transform: skewX(35deg);
  -moz-transform: skewX(35deg);
  -o-transform: skewX(35deg);
  -ms-transform: skewX(35deg);
  transform: skewX(35deg);

  background-image: -webkit-linear-gradient(top, rgb(50 168 170) 0%,rgb(94 188 190) 60%,rgb(65 184 195) 100%);
  -webkit-box-shadow: -2px 1px 2px rgba(100,100,100,0.1);
  box-shadow: -2px 1px 2px rgba(100,100,100,0.1);
}
.tag-cloud a span {
  background-color: #FFFFFF;
  border: 1px solid #CC912D;
  border-radius: 5px 5px 5px 5px;
  box-shadow: 0 1px 1px rgba(255, 255, 255, 0.4),
    0 1px 1px rgba(0, 0, 0, 0.2) inset;
  display: inline-block;
  height: 5px;
  left: -5px;
  position: relative;
  top: -1px;
  vertical-align: middle;
  width: 5px;
  z-index: 10;
}

.blogs__disclaimer {
  font-size: .8rem;
  padding: 10px;
  color: #252525;
  margin: 2rem 1rem;
  background-image: repeating-linear-gradient(28deg, #41b8c3, #41b8c3 18px, transparent 18px, transparent 31px, #41b8c3 31px), repeating-linear-gradient(118deg, #41b8c3, #41b8c3 18px, transparent 18px, transparent 31px, #41b8c3 31px), repeating-linear-gradient(208deg, #41b8c3, #41b8c3 18px, transparent 18px, transparent 31px, #41b8c3 31px), repeating-linear-gradient(298deg, #41b8c3, #41b8c3 18px, transparent 18px, transparent 31px, #41b8c3 31px);
  background-size: 1px 100%, 100% 1px, 1px 100% , 100% 1px;
  background-position: 0 0, 0 0, 100% 0, 0 100%;
  background-repeat: no-repeat;
  display: inline-block;
}

.scale {
  width: 100%;
  transition: scale .2s linear;
}
.scale:hover {
  transform: scale(0.93);
}
.art404 {
  font-size: 24px;
  margin-top: 15px;
  text-transform: uppercase;
}

.btn-to-cart {
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  padding: 19px 15px;
  width: 100%;
  float: right;
  font-weight: 700;
  max-width: 169px;
  cursor: pointer;
  height: 1px;
  background-color: #DE0F38;
  text-decoration: none;
  border-radius: 5px;
  font-size: 17px;
  margin-bottom: 20px;
  transition: background-color .2s, transform .2s ease-in-out;
}
.btn-to-cart:hover {
  background-color: #A60A29;
  transition: background-color .2s ease-in-out;
}

.btn-to-cart:active {
  background-color: #EA133E;
}

.btn-back {
  display: block;
  cursor: pointer;
  width: 20px;
  height: 20px;
  float: right;
  background-image: url('close-popup.svg');
  opacity: 1;
  transition: opacity .2s, transform .2s ease-in-out;
}

.btn-back:hover {
  opacity: .8
}


.btn-accessories {
  display: flex;
  align-items: center;
  justify-content: center;
  !important: ;
  color: #DE0F38 !important;
  font-size: 17px;
  padding: 13.5px 0px;
  width: 128px;
  cursor: pointer;
  height: 1px;
  text-decoration: none;
  border: 1px solid #DE0F38;
  border-radius: 5px;
  transition: border .2s, linear;
}

.btn-accessories:hover {
  background-color: #DE0F38;
  color: #fff !important;
  transition: background-color .2s linear;
}

.btn_wrap {
  margin-top: 49px;
}

.btn_wrap_horizont {
  margin-top: 45px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.btn-product {
  border: 1px solid #E16D9C;
  color: #E16D9C;! important;
  cursor: pointer;
  font-size: 14px;
  font-weight: 700;
  border-radius: 5px;
  height: 50px;
  display: flex;
  justify-content: start;
  align-items: center;
  margin-bottom: 15px;
  background-color: #fff;
  transition: border, color .2s linear;
}


.btn-product:hover {
  color: #D84882;
  background-color: transparent;
  transition: color, border .2s linear;
}

.btn-product:active {
  color: #de5f92;
  background-color: transparent;
  border: 1px solid #E16D9C;
}


.botton3 {
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid #E16D9C;
  color: #E16D9C;
  cursor: pointer;
  font-size: 14px;
  font-weight: 700;
  border-radius: 5px;
  width: 208px;
  padding: 6px 8px 7px 26px;
  margin-bottom: 45px;
  transition: border, color .2s linear;
}

.botton3:hover {
  color: #D84882;
  background-color: transparent;
  transition: color, border .2s linear;
}

.botton3:active {
  color: #de5f92;
  background-color: transparent;
  border: 1px solid #E16D9C;
}

.morephoto:before  {
  content: url('more-photo.svg');
  width: 17px;
  display: inline-block;
  background-size: cover;
  position: absolute;
  z-index: 10;
  cursor: pointer;
  pointer-events: none;
  left: 84px;
  margin-right: 21px;
}
.product_wrap {
  width: 100%;
  display: flex;
  justify-content: space-between;
}

.cart__wrap {
  width: 97%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: 37px auto 0 auto;
}

.dop__var {
  display: flex;
  justify-content: space-between;
  margin-top: 35px;
  margin-bottom: 20px;
  width: 1200px;
}

.dop__var img {
  cursor: pointer;
  max-width: 285px;
  transition: opacity .2s linear;
  /*
  -webkit-box-shadow: 0px 2px 11px -2px rgba(34, 60, 80, 0.2);
  -moz-box-shadow: 0px 2px 11px -2px rgba(34, 60, 80, 0.2);
  box-shadow: 0px 2px 11px -2px rgba(34, 60, 80, 0.2);
  */
}

.dop__var img:not(:first-child) {
  margin-left: 15px;
}
.dop__var img:hover {
  opacity: 0.7;
  transition: opacity .2s linear;
}

.dop__var img:active {
  opacity: 1;
}

/* social__item */

.social {
  display: flex;
  justify-content: space-between;
  margin-top: 35px;
}

.social img {
  max-width: 290px;
}

.social img:not(:first-child) {
  padding-left: 15px;
}

.social__item:hover .social__icon {
  fill: #000;
}

.social__icon {
  fill: transparent;
  height: 23px;
  width: 23px;
  margin-right: 13px;
  vertical-align: middle;
  transition: fill .2s linear;
}

.botton3 .social__icon {
  fill: transparent;
}

.product-button__icon {
  fill: transparent;
  height: 22px;
  width: 30px;
  margin-right: 10px;
  vertical-align: middle;
  transition: fill .2s linear;
}

.buysvg {
  fill: transparent;
  height: 27px;
  width: 27px;
  margin-right: 10px;
  vertical-align: middle;
  transition: fill .2s linear;
}

.btn4_svg {
  fill: #E16D9C;
  height: 17px;
  width: 17px;
  margin: 0px 13px 0px 0px;
  vertical-align: middle;
  transition: fill .2s linear;
}

.botton2 {
  width: 228px;
  justify-content: left;
}
.title {
  height: 80px;
}

.compared {
  width: 202px;
}

.cookie-banner {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-around;
  box-shadow: 0 0 1rem 0 rgba(0, 0, 0, .2);
  background-color: #fff;
  backdrop-filter: blur(5px);
}

.cookie-banner p {
  padding: 15px;
  color: #151515;
}

.close {
  width: 23px;
  height: 22px;
  opacity: 50%;
  background: url()50% 50% no-repeat;
  border-radius: 100%;
  cursor: pointer;
}

.callme {
  display: flex;
  width: 122px;
  height: 10px;
  margin-right: 10px;
  background: #D84882;
  border-radius: 5px;
  color: #fff; !important: ;
  text-decoration: none;
  cursor: pointer;
  padding: 10px 6px 10px 7px;
  line-height: 8px;
  font-size: 12px;
  transition: background .2s linear;
}

.callme:hover {
  background: #af3066;
  transition: background .2s linear;
}

.callme:active {
  background: #e85691;
}

.callmeimg {
  display: block;
  margin: -2px 5px 0px 1px;
}

.zapis_massage {
  height: 49px;
  margin-bottom: 6px;
}

.accessories__popup {
  display: flex;
  margin-top: 25px;
  justify-content: center;
  flex-wrap: nowrap;
  align-items: center;
}

.txtc {
  display: inline-grid;
}

.txtc span {
  height: 23px;
  display: inline-flex;
  vertical-align: top;
  padding-top: 7px;
  padding-left: 10px;
}

.cr .mc-score .mc-btn2 { width: 380px!important; font-size: 18px!important; background: #f00 !important; color: #fff !important; border-radius: 3px !important; }

/** Button */
button {
  margin: 0;
  border: none;
  border-radius: 0;
  outline: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  cursor: pointer;
  position: relative;
}

/** Modal */
.modal {
  pointer-events: none;
  opacity: 0;
  transition: opacity 0.3s;
  position: absolute;
  top: 10px;
  left: 0;
  right: 0;
  max-width: 300px;
  margin: 0 auto;
  padding: 30px;
  background: #fff;
  border-radius: 4px;
  box-shadow: 0 3px 10px rgba(0,0,0,0.3);
}
.modal-close-btn {
  position: absolute;
  right: 10px;
  top: 10px;
  font-size: 20px;
}

/** Overlay */
.overlay {
  pointer-events: none;
  opacity: 0;
  transition: opacity 0.3s;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0,0,0,0.3);
}

/** JS */
.is-visible {
  opacity: 1;
  pointer-events: auto;
}


.wrap {
  display: flex;
  flex: 1 1 auto;
  flex-flow: wrap;
  margin: 0 auto;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  padding-top: 7px;
}

.wrap__cart {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  flex-direction: column;
}
.blog-order-title a {
  min-height: 36px;
  height: 100%;
}

.wrap__contact {
  display: flex;
  flex: 1 1 auto;
  flex-flow: wrap;
  margin: 45px auto;
  width: 100%;
  justify-content: space-evenly;
  align-items: center;
  flex-direction: row;
}

.contact_blocks {
  width: 30%;
}

.w-50 {
  width: 50%;
}
.footer__social {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  /*padding: 0px 15px;*/
  width: 100%;
  min-width: 1201px;
}

.footer__svg {
  height: 36px;
  width: 36px;
  fill: #41B8C3;
  margin-right: 20px;
  transition: fill .2s linear;
}
.footer__svg:hover {
  fill: #65d8e3;
}
body {
  /*display: flex;*/
  flex-direction: column;
}
.form__book {
  display: flex;
  align-items: center;
  width: fit-content;
  margin-left: 120px;
}

.styleavgust {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  overflow: hidden;
  background: #FFFFFF;
  box-shadow: 3px 3px 4px rgb(0 0 0 / 5%), inset 3px 3px 3px rgb(0 0 0 / 4%);
  border-radius: 6px;
}

.rubrika_september{
  display: flex;
  flex-wrap: wrap;
  justify-content:space-evenly;
  grid-gap: 10px;
  margin: 30px 0;
}

.rubrika_september_item{
  border: 1px solid #d5d5d5;
  flex: 1 0 7%;
  padding: 10px;
  border-radius: 8px;
  min-width: 15%;
  text-transform: uppercase;
  font-size: 13px;
  display: flex;
  align-items: center;
  font-weight: 600;
  color: #7e7e7e;
  box-sizing: border-box;
}

.rubrika_september_item:hover{
  transition-duration: 500ms;
  box-shadow: 1px 5px 5px rgb(0 0 0 / 10%);
  transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;
}

.is-active{background: #41b8c3;
  color: white;}



/* NEW-POST */

.p_container {
  width: 800px;
  margin: 0 auto;
  background-color: #ffffff;
  position: relative;
}

.p_title_top>p {
  font-family: PT Sans;
  font-style: normal;
  font-weight: normal;
  font-size: 24px;
  line-height: 141.4%;
  color: #000000;
  margin-bottom: 75px;
}


.p_title {
  font-style: normal;
  font-weight: normal;
  font-size: 38px;
  line-height: 50px;
  margin: 59px 0;
  color: #000000;
  text-align: left;
}

.p_text {
  margin-bottom: 59px;
}

.p_text>p {
  font-family: PT Sans;
  font-style: normal;
  font-weight: normal;
  font-size: 18px;
  line-height: 141.4%;
  margin-bottom: 10px;
}

.p_text>pre {
  font-family: PT Sans;
  font-style: normal;
  font-weight: normal;
  font-size: 18px;
  line-height: 141.4%;
  margin-bottom: 10px;
}


.p_img {
  margin: 0px 0px 59px 0;
  padding: 0px 0px 52% 0px;
  overflow: hidden;
  position: relative;
  max-height: 490px;

}

.p_img>img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: absolute;
  top: 0;
  left: 0;
}

.p_text>h2 {
  margin-top: 50px;
  margin-bottom: 30px;
  font-family: PT Sans;
  font-style: normal;
  font-weight: 600;
  font-size: 28px;
  line-height: 39px;
  color: #5fbcbe;
}


.p_title_img>p {
  font-family: PT Sans;
  font-weight: 600 !important;
  font-size: 19px;
  line-height: 134%;
  color: #000000;
  border-left: 5px solid rgba(65, 184, 195, 0.5);
  padding-left: 30px;
  min-width: 324px;
  grid-column-start: 2;
}



.p_title_img>img {
  overflow: hidden;
  position: relative;
  height: auto;
  grid-column-start: 4;
  grid-column-end: 13;
}


.p_title_img {
  display: grid;
  grid-template-columns: repeat(12, 1fr);
  align-items: center;
  grid-gap: 0em;
  margin-bottom: 59px;
  margin-top: 59px;
}

.p_text>p>img{
  width: 100%;
}

.full_border {
  font-family: PT Sans;
  font-weight: 600;
  font-size: 19px;
  line-height: 135%;
  color: #000000;
  border-left: 5px solid rgba(65, 184, 195, 0.5);
  padding-left: 30px;
  margin-bottom: 59px;
  margin-top: 59px;
  margin-left: 50px;
}

.p_dot>li{
  list-style-type: initial;
  font-family: PT Sans;
  font-style: normal;
  font-weight: normal;
  font-size: 18px;
  line-height: 141.4%;
  margin-bottom: 5px;
}
.p_dot{margin-left:60px;}
.p_number{margin-left:30px;}

.p_number>li{
  list-style-type: decimal;
  font-family: PT Sans;
  font-style: normal;
  font-weight: normal;
  font-size: 18px;
  line-height: 141.4%;
  margin-bottom: 5px;
  margin-left: 30px;
}

.full_img{overflow: hidden;
  position: relative;
  width: 1246px;
  right: 14rem;
  margin:59px 0}

.p_flex_product{
  width: 988px;
  margin: 0 auto;
  margin: 15px 0;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}


@media screen and (max-width: 855px) {
  .p_container {
    padding: 10px;
  }

  .p_title_img {
    grid-template-columns: 1fr;
    margin-bottom: 20px;
    grid-gap: 0px;
  }

  .p_title_img>img{grid-column-start: 1;}

}

.h1__art {
  display: flex;
  align-items: baseline;
  justify-content: space-between;
}

.side-block ul, li {

}

.zoom__image {
  overflow: hidden;
  transition: all .2s linear;
}

.zoom__image:hover {
  transform: scale(1.07);
}

.hover-underline-animation {
  display: inline-block;
  position: relative;
  color: #41b8c3;
}

.hover-underline-animation:after {
  content: '';
  position: absolute;
  width: 100%;
  transform: scaleX(0);
  height: 2px;
  bottom: 0;
  left: 0;
  background-color: #41b8c3;
  transform-origin: bottom right;
  transition: transform 0.25s ease-out;
}

.hover-underline-animation:hover:after {
  transform: scaleX(1);
  transform-origin: bottom left;
}

.social_new{
  margin-top:40px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  grid-gap:20px;}

.botton_new{
    box-sizing: border-box;
  	display: flex;
    align-items: center;
    border: 1px solid #E16D9C;
    color: #E16D9C;
    cursor: pointer;
    font-size: 14px;
    font-weight: 700;
    border-radius: 5px;
    width: 264px;
  	height:50px;
    padding: 8px 30px 8px 23px;
    transition: border, color .2s linear;
}

.buy-btn_new{
	width: 160px !important;
  padding: 12px 0 12px 19px !important;
    display: flex !important;
    align-items: center;
}

.new_btn_1{
  background: #FFFFFF !important;
  border: 1px solid #333333 !important;
  border-radius: 3px;
  width:53px !important;
  margin-left: 7px;
}

.new_btn_1>span{
    font-size: 0px;}

.d-flex-buy{
  display:flex !important;
}

.icon_svg_66{
  padding: 10px 8px;
  fill: #4C4C4C;
  width: 35.84px;
  height: 28px;
  vertical-align: middle;
  transition: fill .2s linear;
}

.product-button{
  padding: 14px 9px 14px 13px;
  display:flex;
  align-items: center;
  position: relative;
  width: 220px;
  height: 50px;
  font-weight: 600;
  background: #FFFFFF;
  border: 2px solid #2DCDCC;
  box-sizing: border-box;
  border-radius: 4px;
}

.product-button>img,
.sale_btnrass>img{
  margin-right: 9px;
  width: 22px;
  height: 22px;
}

.sale_btnrass{
  margin-top:24px;
  display:flex;
  align-items:center;
  padding: 14px 9px 14px 13px;
	width: 220px;
    height: 50px;
    background: #D84882;
    border: 2px solid #D84882;
    box-sizing: border-box;
    border-radius: 4px;

    font-weight: 700;
    font-size: 16px;
    line-height: 132%;
    color: #FFFFFF;
}

.ammout_salerub{
  display:flex;
  justify-content: flex-end;
  font-weight: 700;
  font-size: 36px;
  line-height: 132%;
  color: #000000;
  margin-top:24px;
  padding-right:19px;
}

.btn_sale-info {
  color: #000000;
  border-radius: 3px;
  border: 1px solid #E7E7E7;
  background: #F9F9F9;
  transition: background .2s linear;
}

.btn_sale-info:hover {
  cursor: pointer;
  background: #EFEFEF;
  transition: background .2s linear;
}

.btn_sale-info:active {
  background: #F9F9F9;
}

.col-block .img {
  height: 124px;
  width: initial;
}

#client_consent_to_personal_data {
  width: initial;
  height: initial;
}

#new_client > div.set-block > div:nth-child(5) > div.field-content > div {
  display: inline-block;
}

.single-option-selector {
-webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    border: 1px solid #d3dee7;
    padding-left: 0.35rem;
    padding-bottom: 0.35rem;
    padding-top: 0.35rem;
    background-color: #fff;

  cursor: pointer;
}
.single-option-selector {
  background-image: url("https://static-internal.insales.ru/files/1/6577/4192689/original/arrow.png") !important;
    -webkit-appearance: none;
    padding-right: 25px;
    background-repeat: no-repeat;
    background-position: right 0.381rem center;
}

.single-option-selector option {
    padding-bottom: 0;
    padding-top: 0;
}

.tagcloud {
    margin: 10px 0 32px 0;
}
.popupcart.scrolable_fix {
    max-height: 361px !important;
}
.add_prod_img img {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}
.add_prod_img {
    position: relative;
    margin-bottom: 10px;
    width: 100%;
    height: 100%;
}
.add_modal_small_title {
    font-weight: bold;
    text-align: center;
    width: 100%;
    clear: both;
    margin: 10px;
    padding-top: 10px;
    font-size: 16px;
}
.add_prod_name {
    font-size: 13px;
	height: 100%;
    overflow: hidden;
}
.add_prod_price {
    font-size: 16px;
    font-weight: bold;
    margin: 5px;
}
.oneclick_title {
    font-size: 20px;
    margin-bottom: 15px;
    font-weight: bold;
    color: #717171;
}
form.one_one label {
    position: absolute;
    left: -23px;
    font-size: 30px;
    color: #ff0000;
    top: 61px;
}
form.one_one {
    margin: 0 auto 15px auto;
    width: 340px;
    position: relative;
}
.one_info {
    font-size: 11px;
    line-height: 1.2;
    margin-top: 15px;
}
form.one_one input {
    font-size: 16px;
    padding: 8px 10px;
    width: 100%;
    margin-bottom: 10px;
    box-sizing: border-box;
    border: 1px solid #ccc;
}
.add_modal_prods .swiper-button-next {
    background-image: url(fancybox_sprite.png);
    background-position: 0 -72px;
    width: 36px;
    height: 34px;
    background-size: 44px;
    opacity: .7;
    cursor: pointer;
	right: 20px;
  transition: opacity .2s linear;
}
.add_modal_prods .swiper-button-next:after{font-size:0;}
.add_modal_prods .swiper-button-prev:after{font-size:0;}

.add_modal_prods .swiper-button-prev {
    background-image: url(fancybox_sprite.png);
    background-position: 0 -36px;
    width: 36px;
    height: 34px;
    background-size: 44px;
    opacity: 1;
    cursor: pointer;
	left: 0;
    transition: opacity .2s linear;
}

.add_modal_prods .swiper-button-next:hover,
.add_modal_prods .swiper-button-prev:hover {
  opacity: 50%;
}

div#add_product_notification .m-modal-button {
    margin: 0;
}
.add_overlay {
position: fixed;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    z-index: 9998;
    background-color: rgba(0,0,0,0.5);
}
span.js-total {
    font-size: 16px;
}
.no_manufactured, .prod_analogs {
    font-size: 16px !important;
    display: block;
    line-height: 20px !important;
    padding-top: 5px !important;
}
.no_manufactured {
    background: #828282 !important;
}

.autorotate{
  background-color: #000;
  color: #ffff;
  padding: 5px;
  border-radius: 8px;
}

.order__social {
  display: flex;
  justify-content: space-evenly;
  align-items: center;
  gap: 180px;
  text-align: center;
}

.order__phone {
  height: 100%;
  min-height: 168px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.mySwiper>.swiper-button-prev{width:46px;}

.mySwiper>.swiper-button-next{width:46px;}

.swiper-horizontal>.swiper-pagination-bullets, .swiper-pagination-bullets.swiper-pagination-horizontal, .swiper-pagination-custom, .swiper-pagination-fraction {
    position: relative;
  }

.line_dots{
	border: 1px dashed #000;
  padding: 10px;
  margin-top: 40px;
}

  .btn_rek_foo{
  display: flex;
  justify-content: space-between;
  // margin: 30px 0;
  padding: 0 5rem;
  align-items: center;
}

  .btn_rek_foo:last-child{
  	margin:50px 0;
  }

.btn_rek_foo>a {
  text-align: center;
  	width: 250px;
    background: #D84882;
    color: #ffffff;
    height: 50px;
    border-radius: 8px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 18px;
    margin: 0;
    padding: 5px;
    color: white;
    transition: background .2s linear;
}
  .btn_rek_foo>a>img{margin-left:5px;}
  .line_dots{
  border: 1px dashed #000;
    padding:10px;
  }

  .ya_btn{
  background-color: #FED42B !important;
  }

  .btn_vk{
    background-color: #45668E !important;
  }

.btn_rek_item{
display:flex;
}
.btn_rek_item>a{
    text-align: center;
  	width: 250px;
    height: 50px;
    border-radius: 8px;
    display: flex;
    align-items: center;
    justify-content: space-around;
    font-size: 18px;
    padding: 5px;
    color: white;
    transition: background .2s linear;
}
.btn_ok{
  margin-right:10px;
    background-color: #EF8A18 !important;
  }

  .btn_rek_foo>a:hover{
  	 background: #ad3766;
    color: white;
    transition: background .2s linear;
  }


  .row_flex_table {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
    grid-gap: 20px;
    margin: 20px auto;
  }

  .row_flex_table .col-flex-box {
    overflow: hidden;
    min-width: 230px;
    flex: 1;
  }

 .row_flex_table .col-flex-box img {
 	max-width: 100%;
  }

.col-flex-box>ul>li{list-style-position: inside;}
.col-flex-box>ol>li{list-style-position: inside;}


.art_fix{
  display:flex;}

.art_news {
    font-size: 14px;
  }

.variant-barcode {
  width: 457px;
  line-height: 22px;
  height: 22px;
  margin-top: -0.4rem;
  font-size: .82rem;
  border-bottom: 1px solid #d5d5d5;
}

/*COMMENT STYLE*/
.d_box_comment{display:flex;align-items:flex-start;grid-column-gap:27px;margin-bottom:55px}.d_box_comment .d_item{display:grid}.d_box_comment .d_item h3{font-weight:700;font-size:17px;margin-bottom:26px;color:#000}.d_box_comment .d_item_box{display:grid;grid-row-gap:14px;margin-bottom:28px}.d_box_comment .d_item_box div{height:100%;max-height:43px;display:grid;grid-template-columns:25px 25px 1fr;align-items:center;grid-column-gap:16px;color:#000}.d_box_comment .d_item_box div img{width:25px}.d_box_comment .d_item_box div p{max-width:100%;font-weight:400;font-size:19px;margin-left:9px;margin-bottom:0}.d_box_comment .d_item .btn_comment{max-width:-webkit-max-content;max-width:-moz-max-content;max-width:max-content;padding:11px 15px;font-weight:700;font-size:22px;line-height:27px;text-align:center;color:#2bbccd;background:#fff;border:2px solid #2bbccd;border-radius:6px;transition:all .5s}.d_box_comment .d_item .btn_comment:hover{background-color:#2bbccd;color:#fff;transition:all .5s}/*# sourceMappingURL=style.min.css.map */

.d_flex_article>iframe{
    margin: 2rem 1rem;
  border-radius: 10px;
  box-shadow: 0px 4px 34px rgba(47, 47, 47, 0.08);
}



.mgo-number {
  margin-right: 5px;
}.filter_osnovnye-rezhimy-raboty {
  padding: 1em;
  margin-bottom: 1em;
  border: 1px solid #e5e5e5;
}

.filter_osnovnye-rezhimy-raboty .filter-control-title {
  font-weight: bold;
  font-size: 13px;
}

.filter_osnovnye-rezhimy-raboty .filter-items-list {
  display: grid;
  margin-top: 1em;
  grid-gap: 0.5em;
  grid-template-columns: 1fr 1fr 1fr;
}

.filter_osnovnye-rezhimy-raboty .thisCount {
  margin: 5px 0 0 -9px;
  width: 170px;
}

.filter_osnovnye-rezhimy-raboty .row.thisClick .thisCount {
  margin: 25px 0 0 1px;
}

.filter_osnovnye-rezhimy-raboty .filter-item .thisCount {
  margin: 5px 0 0 -9px;
}

.filter_osnovnye-rezhimy-raboty .thisCount::before {
  width: 14px;
  height: 14px;
  margin-top: -7px;
  margin-left: 10px;
  z-index: 0;
}
.filter_osnovnye-rezhimy-raboty .thisCount::after {
  top: 0;
  left: 0;
  content: ' ';
  width: 13px;
  height: 13px;
  background: #fff;
  position: absolute;
  transform: rotate(45deg);
  border-radius: 2px 1px 2px 0;
  margin-left: 11px;
  margin-top: -6px;
  z-index: 2;
}

.filter_osnovnye-rezhimy-raboty .thisCount > span {
  display: block;
  float: none;
}

.filter_osnovnye-rezhimy-raboty .thisCount .thisCountText {
  text-align: center;
  border-radius: 3px 3px 0 0;
  border-left: 1px solid #e4003a;
}

.filter_osnovnye-rezhimy-raboty .thisCount .thisCountButton {
  border-radius: 0 0 3px 3px;
  text-align: center;
}.swiper {
    width: 600px;
    height: 300px;
    overflow: hidden;
  }

  .swiper-button-next,
  .swiper-button-prev {
    top: 45%;
    opacity: .7;
    transition: opacity: .2s linear;
  }

  .swiper-button-next:hover,
  .swiper-button-prev:hover {
    opacity: 1;
  }

  .swiper-button-next {
    background-image: url(https://static-sl.insales.ru/files/1/2709/18418325/original/правая.png);
    background-repeat: no-repeat;
    background-size: 100% auto;
    background-position: center;
    width: 70px;
    height: 70px;
  }

  .swiper-container-horizontal>.swiper-pagination-bullets,
  .swiper-pagination-custom,
  .swiper-pagination-fraction {
    width: 100%;
  }

  .swiper-button-next::after {
    display: none;
  }

  .swiper-button-prev {
    background-image: url(https://static-sl.insales.ru/files/1/2708/18418324/original/левая.png);
    background-repeat: no-repeat;
    background-size: 100% auto;
    background-position: center;
    width: 70px;
    height: 70px;
  }

  .swiper-button-prev::after {
    display: none;
  }


  .swiper-pagination-bullet-active {
    background-color: #d94981;
  }

  .swiper-pagination {
    position: sticky;
  }

  .swiper-container-horizontal>.swiper-pagination-bullets,
  .swiper-pagination-custom,
  .swiper-pagination-fraction {
    bottom: 1px;
  }

  .swiper {
    width: 100%;
    height: 100%;
  }

  .swiper-slide {
    widtH: 200px!important;
    text-align: center;
    font-size: 14px;
    background: #fff;
    min-height: 250px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    color: black !important;
    border: 0;
    /* Center slide text vertically */
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    padding-bottom: 10px;
    align-content: flex-start;
  }

  .swiper-slide img {
    display: block;
    width: 100%;
    height: initial;
    object-fit: cover;
    padding-bottom: 10px;
  }

.d-flex-rek {
    display: grid;
    grid-template-columns: 45% 55%;
    grid-gap: 20px;
    margin-bottom: 20px;
    align-items: center;
}
  
.d-item-rek-slide {
    width: 100%;
    margin: auto;
}

.events {
  max-width: 90%;
}

.page__body {
    font-weight: 400;
    font-size: 15px;
    line-height: 150%;
    margin: 20px 0;
    padding: 20px;
}

.page__body ul li {
  margin-left: 16px;
}

.page__body ul {
  margin: 10px 0;
  margin-left: 16px;
}

.page__body img {
  border-radius: 5px;
  transition: all .2s linear;
}

.page__body img:hover {
  border-radius: 5px;
  transform: scale(1.05);
}

.js-big-img {
  overflow: hidden;
}

.our-events .swiper-button-prev {
  left: -50px;
}

.our-events .swiper-button-next {
  right: 50px;
}

// .swiper-slide {
//     margin-left: -30px !important;
// }

.consultation-link {
  background-color: #50C7D4!important;
  transition: filter .2s linear!important;
}

.consultation-link:hover {
  filter: brightness(1.1);
}

  .halva-bnpl__body {
    border: 1px solid #DBE0E5;
    padding: 12px;
    border-radius: 6px;
    margin-top: 15px;
  }

  .halva-bnpl__header {
    display: flex;
    justify-content: space-between;
    align-items: center;
  }

  .halva-bnpl-logo {
    display: inline-flex;
  }

  .halva-bnpl__icon {
    margin-right: 5px;
  }

  .halva-bnp__title {
    font-weight: 700;
    text-transform: uppercase;
  }

  .halva-bnpl__description {
    font-size: 14px;
    margin: 12px 0;
  }

  .halva-bnpl__description-bold {
    font-weight: 700;
  }

  .halva-bnpl__querstion {
    color: #BFBFBF;
    border: 1px solid #BFBFBF;
    border-radius: 50%;
    padding: 0px 5px;
    font-weight: 700;
    transition: all .2s linear;
  }

  .halva-bnpl__querstion:hover {
    color: #323232;
    border: 1px solid #323232;
    transition: all .2s linear;
  }

  .halva-bnpl__querstion:active {
    color: #BFBFBF;
    border: 1px solid #BFBFBF;
    transition: all .2s linear;
  }


  .split-body {
    display: flex;
    justify-content: space-between;
    align-items: center;
  }

  .split-body__item {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
  }

  .split-body__part {
    border-radius: 20px;
    background: #D84882;
    height: 4px;
    opacity: 0.3;
  }

  .split-body__part-active {
    border-radius: 20px;
    background: #D84882;
    height: 4px;
    width: 46px;
  }

  .split-date {
    color: #939393;
    font-size: 12px;
    margin: 4px 0;
  }

  .split-price {
    color: #323232;
    font-weight: 700;
    font-size: 12px;
  }
  
  .black-friday__body {
    background: url('https://static.insales-cdn.com/assets/1/5494/6501750/1753277288/left-sticker-prop-status.png') no-repeat;
    // position: absolute;
    // left: -3px;
    // top: -3px;
    font-weight: 600;
    min-width: 100px;
    height: 30px;
    z-index: 99;
    opacity: .9;
    padding: 8px 5px 5px 15px;
    font-size: 16px;
  }


  .black-friday__value {
    color: #fff;
    user-select: none;
  }

   .media-image {
    min-width: 100%;
    min-height: 333px;
    margin-bottom: 10px;
    border-radius: 4px;
  }

  .zam01-gift {
    background: url("https://static.insales-cdn.com/files/1/8002/32038722/original/zam-02-gift2.jpg") no-repeat;
    background-size: contain;
  }

  .zam02-gift {
    background: url("https://static.insales-cdn.com/files/1/8005/32038725/original/zam-02-gift.jpg") no-repeat;
    background-size: contain;
  }

  .hr-page-promo {
  margin: 40px 0;
}

.article-item {
  display: grid;
  gap: 20px;
  grid-template-areas: 
    "content content image"
    "button button image"
    "button button .";
}

.article-description {
  grid-area: content;
}

.article-image {
  grid-area: image;
}

.article-button {
  grid-area: button;
  margin: 0!important;
}

.page404__btn-back {
  display: block;
  margin: auto;
  transition: all .2s linear;
  padding: 2rem 0;
}

.page404__btn-back:hover {
  transform: translateY(-4%);
}

.page404__btn-back:active {
  transform: translateY(0);
}

.box-kp {
  display: flex;
  flex-direction: row;
}

.img-kp {
  margin-right: 7px;
}

.text-kp {
  padding-top: 3px;
}

.extremism__asterisk {
  font-weight: 700;
  font-size: 26px;
}

.cosmo-title {
  margin: 0px;
  color: #262626;
  margin-bottom: 40px;
}

.p_cosmo_img>p {
    font-family: PT Sans;
    font-style: italic;
    font-weight: normal;
    font-size: 23px;
    line-height: 141.4%;
    color: #000000;
    border-left: 5px solid rgba(65, 184, 195, 0.5);
    padding-left: 30px;
    max-width: 594px;
    grid-column-start: 2;
}

.p_cosmo_img {
  display: flex;
  justify-content: space-between;
  margin-bottom: 70px;
}

.csm-mrgn {
  margin-bottom: 60px;
}

.cosm-important {
  width: 400px;
}

.cosm-img-1 {
  top: 130px;
  right: 27px;
}

.cosm-img-2 {
  top: 441px;;
  right: 27px;
  margin-bottom: 20px;
}

.cosmo-block {
  padding-top: 30px !important;
}

.td-cosmo {
  padding-right: 109px;
  width: 630px;
  vertical-align: top;
}

.papam {
  position: absolute;
  top: 626px;
}

.papamp {
  position: absolute;
  top: 724px;
}

.bessmislennost {
  margin-bottom: 40px;
  display: block;
}

.gospodi {
  width: 500px;
  margin-right: 50px;
}

.boshe {
  width: 500px;
}

.gospodiboshe {
  display: flex;
  flex-direction: row;
}

.last-block {
  margin-bottom: 63px;
  width: 100%;
  flex-direction: row;
  display: flex;
}

.cosmo-card {
  font-size: 16px;
  padding-bottom: 6px;
  margin: 0px;
  padding-right: 55px;
  color: #252525 !important;
}

.mamamama {
  margin: 0px !important;
  padding-top: 30px;
}

.bespl-mass {
  margin: 0 auto;
  width: 502px;
  padding-top: 36px;
  font-size: 20px;
  font-weight: bold;
  color: #252525;
  line-height: normal;
}

.free__address {
  margin: 0 auto !important;
  border-radius: 10px;
  margin: 0px;
  padding: 24px 24px 10px 16px;
  width: 462px;
  background-color: #e9f1ff;
  margin-bottom: 20px;
}

.img__free {
  margin: 0 auto !important;
}

.text_freetext {
  text-align: left;
  width: 200px;
}

.free__address_2 {
  margin: 0 auto !important;
  border-radius: 10px;
  margin: 0px;
  padding: 0px 38px 0px 0px;
  width: 462px;
  background-color: white;
  margin-bottom: 20px !important;
}

.free__address_3 {
  margin: 0 auto !important;
  margin: 0px;
  width: 496px;
  background-color: white;
  margin-bottom: 20px !important;
}

.img__free {
	border-radius: 10px;
}

.cosm-land-one-text {
  width: 607px;
}

.div_for_error_item {
  width: 353px;
}

.cosm-important-title {
  font-weight: 700;
  font-size: 16px;
}

.div_for_error {
  margin-bottom: 63px;
  display: flex;
}

.cosm-img-2 {
  position: relative;
  top: -59px;
  right: -741px;
  margin-bottom: 20px;
}

.cosm-land-one-text {
  top: 61px;
  position: relative;
}

.snoska {
  margin-bottom: 57px;
  color: #262626 !important;
  font-size: 38px !important;
  font-family: Helvetica !important;
}

.acsiyaDimy {
  width: 1160px;
  height: 250px;
}

.footer_reiting {
  top: -55px;
  right: -501px;
  position: relative;
  width: 257px;
  height: 13px;
  padding: 3px;
}

.footer_logotype {
  top: 100px;
  position: relative;
}

.rutube {
  display: inline-block;
  width: 375px;
  height: 211px;
}


.container-content {
  font-family: "Roboto";
  max-width: 600px;
  word-break: break-all;
}

.content_title {
  font-size: 20px;
  font-weight: 700;
  padding-top: 30px;
  margin-bottom: 40px;
  color: #333333 !important;
}

.level-one {
  margin-bottom: 60px;
  font-size: 16px;
  padding: 0;
  margin: 10px 0;
  list-style-type: none;
}

.level-two {
  margin-bottom: 22px;
  margin-top: 10px;
}

.li_level-two {
  margin: 0;
  padding: 0 0 0 25px;
  position: relative;
  line-height: 20px;
  list-style-type: none;
}

.li_level-one {
  margin: 0;
  padding: 0 0 0 25px;
  position: relative;
  line-height: 20px;
  list-style-type: none;
}

.content_text:hover {
  color: #4ea376;
}

.li_level-one::before {
  display: inline-block;
  position: absolute;
  top: 5px;
  left: 5px;
  width: 10px;
  height: 10px;
  background: #fff;
  color: #000;
  text-align: center;
  line-height: 32px;
  font-size: 12px;
  border-radius: 50%;
  list-style-type: none;
  width: 3px;
  height: 3px;
  content: url("http://www.example.com/test.png");
  border:#4ea376;
  border-style: dashed;
}

.li_level-two::before {
  display: inline-block;
  position: absolute;
  top: 5px;
  left: 5px;
  width: 10px;
  height: 10px;
  background: #fff;
  color: #000;
  text-align: center;
  line-height: 32px;
  font-size: 12px;
  border-radius: 50%;
  list-style-type: none;
  content: url("http://www.example.com/test.png");
  width: 2px;
  height: 2px;
  border:#92d69c;
  border-style: dashed;
}

.content_text {
  padding-bottom: 12px;
  margin-bottom: 20px;
  font-size: 18px;
  text-decoration: none;
  color: #333333;
}

.li_level-one {
  margin-bottom: 14px;
}

.li_level-two {
font-weight: 300;
  margin-bottom: 14px;
}

.li_level-two:last-child {
  margin-bottom: 26px;
}

.level-two {
  padding-top: 4px;
}

.forCard {
  height: 571px;
  width: 1170px !important;
}

.cardVideo {
  overflow: scroll;
  padding-left: 14px;
  padding-top: 14px;
  border-radius: 18px;
  max-width: 1164px;
  height: 600px;
}

.image3 {
  height: 84px;
  width: 86px;
}


.collection-percentage {
  margin-left: 5px;
  color: white;
  text-align: center;
  border-radius: 100px;
  height: 18px;
  display: inline-block;
  min-width: 54px;
  background: #5fbcbe;
}

.anotherTable {
  display: none;
}

.forTextspoiler {
    margin-bottom: 10px;
    line-height: 142%;
    font-size: 16px !important;
}

.spoilerArtOld {
    margin-bottom: 6px;
}


li#video {
    width: 106px;
}

li#razmery {
    width: 123px;
}


div#dopolnitelnye_ha {
    min-height: 669px;
}


.allCertificates {
  display: flex;
  flex-wrap: wrap;
}

.certificatesItem {
  margin-right: 20px;
  margin-bottom: 20px;
}

.allCertificatesTitle {
  font-size: 14pt;
  margin-top: 20px;
  margin-bottom: 30px;
}


.img-rozygrishdesk {
  width: 100%;
  border-radius: 10px;
}

.img-rozygrish {
  display: none;
}


.marginb60px {
  margin-bottom: 60px;
}

.h2forpolycy {
  margin-bottom: 20px;
  color: #333333;
  font-family: 'Roboto';
  width: auto;
}

.polycytext {
  line-height: 142%;
  color: #040404;
  max-width: 1000px;
  font-family: 'Roboto';
  font-size: 16px;
}

.marginb30px {
  margin-bottom: 30px;
}

.h5forpolycy {
  font-family: 'Roboto';
  color: #333333;
  width: auto;
}

.bgforpolycy {
  margin-bottom: 10px;
  border-radius: 10px;
  margin-top: 20px;
  max-width: 900px;
  padding: 16px 2px 2px 22px;
  background: #e8e8e8;
}


.h1forpolycy {
  text-align: left;
}

.linkpolycy {
  left: 255px;
  top: 121px;
  position: relative;
  color: #8f8f8f;
  font-size: 13px;
}

.items-list-schema {
  list-style: none;
  padding-left: 0;
  margin-left: 0;
}
