@import url("bootstrap.css");
@import url("css.css");
@import url("font.css");
@import url("hover.css");

body , html {
    height: 100%;
    font-size: 14px;
    font-family: 'Inter';
    font-weight: 400;
    font-style: normal;
    line-height: inherit;
	color: rgba(0, 0, 0, 1);
	background: rgba(247, 247, 247, 1);
}
.wrapper {
    display: flex;
    flex-direction: column;
    height: 100%;
}
.content {
    flex: 1 0 auto;
}
.footer {
    flex: 0 0 auto;
}
.headerTop {
	background: transparent;
}
.headerCenter {
	background: rgba(2, 154, 173, 1);
	position: sticky;
	top: 0;
    z-index: 9;
}
.headerBottom {
	background: #fff;
}
.cart_info_block {
	display: none;
}
.headerTop .container {
	display: flex;
	align-items: center;
	height: 42px;
}
.language {
    display: flex;
}
.language {
    margin: 0 -4px;
    padding: 0;
    list-style: none;
}
.language li {
    padding: 0 4px;
}
.language li a span.active {
    color: rgba(251, 121, 27, 1);
}
.language li a span {
    color: rgba(2, 154, 173, 1);
	font-weight: 500;
    border-bottom: 1px dashed transparent;
}
.language li a:hover {
    color: #ff863d;
    border-bottom: 1px dashed rgba(251, 121, 27, 1);
}
.valute {
    display: flex;
}
.valute {
    margin: 0 -4px;
    padding: 0;
    list-style: none;
}
.valute li {
    padding: 0 4px;
}
.valute li a span.active {
    color: rgba(251, 121, 27, 1);
}
.valute li a span {
    color: rgba(2, 154, 173, 1);
	font-weight: 500;
    border-bottom: 1px dashed transparent;
}
.valute li a:hover {
    color: #ff863d;
    border-bottom: 1px dashed rgba(251, 121, 27, 1);
}
.header-top-zak {
	margin: 0 20px;
}
.header-top-zak2 {
	margin: 0 20px;
}
svg {
	display: block;
}
svg path {
	transition: all .2s linear;
}


.help-wrapper {
  position: relative;
  display: inline-block;
  border-radius: 30px;
  margin-left: auto;
}
.help-toggle {
  padding: 0 13px 0 15px;
  border: 1px solid rgba(224, 224, 224, 1);
  background-color: #fff;
  color: rgba(0, 0, 0, 1);
  font-size: 14px;
  border-radius: 30px;
  cursor: pointer;
  width: 100%;
  height: 32px;
  display: inline-flex;
  align-items: center;
  line-height: 1;
}
.help-toggle span {
	margin: 0 8px;
}
.help-dropdown {
  position: absolute;
  top: 100%;
  left: 0;
  width: 300px;
  background: white;
  border-radius: 30px;
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.1);
  padding: 20px;
  margin-top: 8px;
  z-index: 1000;
  opacity: 0;
  transform: scaleY(0);
  transform-origin: top;
  transition: all 0.3s ease;
  pointer-events: none;
}
.help-dropdown.active {
  opacity: 1;
  transform: scaleY(1);
  pointer-events: auto;
}
.close-btn {
  margin-top: 10px;
  background: #eee;
  border: none;
  padding: 8px 14px;
  border-radius: 20px;
  cursor: pointer;
}
.headerCenter .container {
	display: flex;
	align-items: center;
	height: 70px;
}
.headerBottom .container {
	display: flex;
	align-items: center;
	height: 60px;
}
.searchContainer {
    flex-grow: 1;
	max-width: 870px;
    margin-left: 50px;
    margin-right: auto;
}
.form_div {
    position: relative;
    height: 50px;
}
.form_div:hover #SearchInput {
    -webkit-box-shadow: 0px 0px 7px 0px rgba(0,0,0,0.35);
    -moz-box-shadow: 0px 0px 7px 0px rgba(0,0,0,0.35);
    box-shadow: 0px 0px 7px 0px rgba(0,0,0,0.35);
}
.form_div form {
    width: 100%;
    height: 100%;
}
#SearchInput {
    background: #fff;
    border-radius: 10px;
    box-shadow: none;
    position: relative;
    padding-left: 20px;
    border: none;
    width: 100%;
    height: 100%;
	font-size: 16px;
    transition: 0.2s linear;
}
#SearchInput::-webkit-input-placeholder {
    color: rgba(181, 181, 181, 1);
}
#SearchInput::-moz-placeholder {
    color: rgba(181, 181, 181, 1);
}
#SearchInput:-moz-placeholder {
    color: rgba(181, 181, 181, 1);
}
#SearchInput:-ms-input-placeholder {
    color: rgba(181, 181, 181, 1);
}
.form_div .my_but {
    float: right;
    width: 60px;
    height: 100%;
    border: none;
    position: absolute;
    right: 0;
    top: 0;
    cursor: pointer;
    background: none;
    color: white;
    font-size: 22px;
    display: flex;
    -ms-flex-pack: center !important;
    justify-content: center !important;
    align-items: center;
}
.form_div .my_but:hover svg path {
    fill: rgba(251, 121, 27, 1);
}
.h-button-container {
	position: relative;
	display: flex;
	align-items: center;
	justify-content: center;
	width: 31px;
	margin: 0 auto;
}
.count {
    width: 16px;
    height: 16px;
    background: rgba(251, 121, 27, 1);
    color: white;
    font-size: 12px;
    font-weight: 700;
    display: flex;
	align-items: center;
	justify-content: center;
    position: absolute;
    border-radius: 100%;
    top: -4px;
    right: -3px;
}
.h-button-title {
	color: #fff;
	font-size: 14px;
	line-height: 170%;
	display: block;
	text-align: center;
}
.wishButton, .cartDiv {
	display: inline-block;
}
#cartMini {
	display: flex;
}
.cartDiv {
	margin-left: 20px;
}
button {
	transition: all .2s linear;
}
.catalogButton  {
	height: 40px;
	border-radius: 8px;
	width: 250px;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 16px;
	font-weight: 500;
	color: #fff;
	background: rgba(2, 154, 173, 1);
	cursor: pointer;
	border: 0;
	z-index: 10;
}
.catalogButton svg + span {
	margin-left: 10px;
}
.catalogButton:hover {
	background: rgba(251, 121, 27, 1);
}

.topNav {
	display: flex;
	align-items: center;
	margin-left: 150px;
	padding: 0;
	margin-bottom: 0;
	list-style: none;
}
.topNav li {
	display: flex;
    align-items: center;
}
.topNav li:after {
	content: '';
	display: block;
	width: 6px;
	height: 18px;
	background-image: url('../images/razd.svg');
	margin: 0 40px;
}
.topNav li:last-child:after {
	display: none;
}
.topNav li a {
	display: inline-flex;
	align-items: center;
}
.topNav li a span + span {
	margin-left: 8px;
}
.autorization {
	display: flex;
    align-items: center;
	margin-left: auto;
}
.autorization a {
	display: flex;
    align-items: center;
}
.autorization a span + span {
	margin-left: 8px;
	font-size: 14px;
}
.autorization a + a {
	margin-left: 20px;
}
.center {
	padding: 20px 0 50px 0;
}
.good_box_container {
	margin-top: 50px;
}
.good_box_container .title {
	margin-bottom: 20px;
	font-size: 30px;
	font-weight: 700;
}
.good_box_catalog .col-lg-2 {
	-ms-flex: 0 0 20%;
	flex: 0 0 20%;
	max-width: 20%;
	margin-bottom: 20px;
}
.ItemDiv .divForImg {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 0;
    padding-top: 100%;
}
.divForImg img {
    max-width: 100%;
    height: auto;
    display: block;
    margin: auto;
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto;
    left: 0;
    right: 0;
    z-index: 2;
}

.ItemDiv {
    position: relative;
}
.hoverDiv {
    transition: 0.2s linear;
    background: white;
    border-radius: 10px;
}
.ItemDiv .paddingBlock {
    padding: 20px;
}
.forSku {
	margin-top: 10px;
}
.vendor_code {
	color: rgba(135, 135, 135, 1);
	font-size: 12px;
}
.avail-block {
	font-size: 12px;
    margin-top: -1px;
}
.ItemName {
	font-size: 14px;
	line-height: 170%;
	margin-top: 10px;
	display: block;
	height: 70px;
	overflow: hidden;
}
.prBox {
	margin-top: 10px;
}
.prBox table {
	width: 100%;
}
.prBox table tr td {
	padding-top: 2px;
	padding-bottom: 2px;
}
.prBox table tr td:nth-child(1) {
	font-size: 12px;
	padding-right: 5px;
}
.prBox table tr td:nth-child(2) {
	text-align: right;
}
.prBox table tr td b {
	font-weight: 700;
}
table.price_norm tr:nth-child(1) td:nth-child(2) {
	font-size: 18px;
	font-weight: 700;
}
table.price_norm tr:nth-child(2) td:nth-child(2) {
	font-size: 12px;
	font-weight: 700;
	color: rgba(2, 154, 173, 1);
}
table.price_act tr:nth-child(1) td:nth-child(2) del {
	font-size: 12px;
	font-weight: 700;
	color: rgba(135, 135, 135, 1);
	margin-right: 5px;
}
table.price_act tr:nth-child(1) td:nth-child(2) b {
	font-size: 18px;
	font-weight: 700;
	color: rgba(251, 121, 27, 1);
}
table.price_act tr:nth-child(2) td:nth-child(2) {
	font-size: 12px;
	font-weight: 700;
	color: rgba(2, 154, 173, 1);
}
table.price_norm tr td, table.price_act tr td {
	white-space: nowrap;
}
.containerForBadge {
    position: absolute;
    top: 20px;
    left: 20px;
    z-index: 8;
    display: -ms-flexbox!important;
    display: flex!important;
    -ms-flex-direction: column!important;
    flex-direction: column!important;
}
.containerForBadge .bage {
    display: inline-block;
    font-size: 10px;
	font-weight: 700;
    border-radius: 5px;
    margin-bottom: 5px;
    color: white;
    font-weight: 700;
    text-align: center;
    padding: 4px 10px;
}
.bageAction {
    background: #ff3f63;
}
.bageHit {
    background: #009eff;
}
.bageTop {
    background: #F5D40C;
	color: #000!important;
}
.badge-sale {
    background: #2574c2;
}
.bageNew {
    background: #00b157;
}
.bageBlackFriday {
	background: black;
}
.bagePath {
	background: blueviolet;
}
.bageTrand {
	background: rgba(251, 121, 27, 1);
}
.bage-balance {
	background: #333;
}
.bageEx {
	background: #333;
}
.bageExpected {
	background: #ddd;
}
.badge-sale {
	background: #333;
}
.badge-sale {
	background: #ff3f63;
}
.addToWish {
    border: 0;
    background: transparent;
    cursor: pointer;
    width: 40px;
	height: 40px;
    position: absolute;
    right: 10px;
    top: 10px;
	display: flex;
	align-items: center;
	justify-content: center;
    z-index: 8;
    -webkit-transition: 300ms ease-out;
    transition: 300ms ease-out;
}
.addToWish:hover svg path {
    fill: rgba(251, 121, 27, 1);
}
.in-box {
	position: absolute;
    right: 0;
    bottom: 0;
	color: rgba(135, 135, 135, 1);
	font-size: 12px;
	z-index: 8;
	padding: 2px 0 2px 4px;
	background: #fff;
	border-radius: 100px 100px 0 0;
	display: flex;
	align-items: center;
	justify-content: center;
}
.in-box svg {
	margin-right: 2px;
}
.mainButtons {
	display: flex;
	align-items: center;
	margin-left: -5px;
	margin-right: -5px;
	margin-top: 10px;
}
.m-b-number-block {
	width: 50%;
	padding-left: 5px;
	padding-right: 5px;
}
.m-b-buttons-block {
    display: flex;
    align-items: center;
	width: 50%;
	padding-left: 5px;
	padding-right: 5px;
}
.pinkButton {
	width: 100%;
	height: 40px;
	background: rgba(0, 188, 204, 1);
	border-radius: 10px;
	font-size: 14px;
	font-weight: 700;
	color: #fff;
	display: flex;
	align-items: center;
	justify-content: center;
	cursor: pointer;
	border: 0;
}
.pinkButton:hover {
	background: rgba(251, 121, 27, 1);
}
.pinkButton svg {
	margin-right: 5px;
}
.number {
    height: 40px;
    border: 1px solid rgba(223, 223, 223, 1);
    width: 100%;
    border-radius: 10px;
	display: flex;
	align-items: center;
}
.number .minus, .number .plus {
    width: 30%;
    height: 100%;
    display: flex;
	align-items: center;
	justify-content: center;
    cursor: pointer;
    transition: 0.2s linear;
}
.number .minus:hover svg path, .number .plus:hover svg path {
    fill: rgba(0, 188, 204, 1);
}
.number input {
    width: 40%;
    text-align: center;
    font-size: 16px;
    float: left;
    height: 100%;
    border: 0;
}
.noNal {
	width: 100%;
	height: 40px;
	border: 1px solid rgba(0, 188, 204, 1);
	border-radius: 10px;
	font-size: 14px;
	font-weight: 700;
	color: rgba(0, 188, 204, 1);
	display: flex;
	align-items: center;
	justify-content: center;
	cursor: pointer;
	background: transparent;
}
.noNal:hover {
	background: rgba(0, 188, 204, 1);
	color: #fff;
}
.for_href {
	justify-content: center;
}
.for_href .col-lg-2 {
	-ms-flex: 0 0 20%;
	flex: 0 0 20%;
	max-width: 20%;
}
.for_href .col-lg-2 a {
	width: 100%;
	height: 50px;
	background: rgba(0, 188, 204, 1);
	border-radius: 10px;
	font-size: 14px;
	font-weight: 700;
	color: #fff;
	display: flex;
	align-items: center;
	justify-content: center;
	cursor: pointer;
}
.for_href .col-lg-2 a:hover {
	background: rgba(251, 121, 27, 1);
}
.newsOnMain {
	margin-top: 50px;
}
.newsOnMain .title {
	margin-bottom: 20px;
	font-size: 30px;
	font-weight: 700;
}
.newsOnMainRow .col-lg-2 {
	-ms-flex: 0 0 20%;
	flex: 0 0 20%;
	max-width: 20%;
	margin-bottom: 20px;
}
.newsOnMainRow .col-lg-2 a {
	padding: 20px;
	display: block;
	height: 100%;
	border-radius: 10px;
	background: #fff;
}
.new-date {
	color: rgba(135, 135, 135, 1);
	display: block;
	margin-top: 20px;
}
.new-title {
	font-size: 16px;
	font-weight: 700;
	line-height: 24px;
	display: block;
	margin-top: 10px;
}
.new-anons {
	font-size: 14px;
	line-height: 170%;
	display: block;
	margin-top: 10px;
	color: rgba(135, 135, 135, 1);
}
.seo-title {
	font-weight: 700;
	font-size: 30px;
	margin-top: 50px;
	margin-bottom: 20px;
}
.seo-wrapper {
	padding: 40px;
	border-radius: 10px;
	background: rgba(255, 255, 255, 1);
}
.seo-block {
  position: relative;
  overflow: hidden;
  max-height: 200px;
  transition: max-height 0.4s ease;
}
.seo-block .seo {
	padding: 0;
}
.seo-block.expanded {
  max-height: 1000px;
}

.seo-fade {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 150px;
  background: linear-gradient(to bottom, rgba(255,255,255,0), rgba(255,255,255,1));
  pointer-events: none;
}

.seo-toggle {
  width: 200px;	
  margin-top: 10px;
  cursor: pointer;
  color: rgba(2, 154, 173, 1);
  font-weight: 700;
  background: none;
  border: none;
  font-size: 16px;
  margin-left: auto;
  margin-right: auto;
  padding: 5px;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 6px;
}

.seo-toggle svg {
  transition: transform 0.3s ease;
}

.seo-toggle.expanded svg {
  transform: rotate(180deg);
}
.footer {
	background: #fff;
}
.footerTop {
	padding: 80px 0;
}
.new-socials {
	display: flex;
	padding: 0;
	margin : 20px 0 0 0;
	list-style: none;
}
.new-socials li {
	margin-right: 10px;
}
.new-socials li:last-child {
	margin-right: 0;
}
.new-socials li a svg {
	transition: all .1s linear;
}
.new-socials li a:hover svg {
	transform: scale(1.1);
}
.footer-line {
	width: 100%;
	height: 1px;
	background: rgba(223, 223, 223, 1);
}
.footerBottom {
	padding: 40px 0;
}
.heades {
	display: flex;
	align-items: center;
}
.heades span {
	color: rgba(135, 135, 135, 1);
}
.cd-title {
	font-size: 18px;
	font-weight: 700;
	margin-bottom: 20px;
	display: block;
}
.cd-ul {
	padding: 0;
	margin: 0;
	list-style: none;
}
.cd-ul li {
	margin-bottom: 15px;
}
.cd-ul li:last-child {
	margin-bottom: 0;
}
.cd-phone {
	display: block;
	margin-bottom: 10px;
	font-weight: 700;
}
.cd-email {
	display: block;
	margin-bottom: 20px;
	margin-top: 20px;
	font-weight: 700;
	color: rgba(2, 154, 173, 1);
}
.cd-place {
	display: block;
}
.swiper-pagination-bullets-dynamic {
	padding: 4px 6px;
	background: rgba(0, 0, 0, 0.1);
	border-radius: 100px;
	bottom: 20px!important;
	width: 115px!important;
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
	width: 13px;
	height: 13px;
	background: rgba(255, 255, 255, 0.35);
	opacity: 1;
	cursor: pointer;
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active {
	background: #fff;
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main {
	background: #fff;
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet:hover {
	background: #029aad;
}
.swiper-slider .swiper-button-prev, .swiper-slider .swiper-button-next {
   width: 40px;
   height: 40px;
   background: #FFFFFF;
   border-radius: 100px;
   transition: all .2s linear;
}
.swiper-slider .swiper-button-prev:hover, .swiper-slider .swiper-button-next:hover {
   background: #EC7529;
}
.swiper-slider .swiper-button-prev svg path, .swiper-slider .swiper-button-next svg path {
   transition: all .2s linear;
}
.swiper-slider .swiper-button-prev:hover svg path, .swiper-slider .swiper-button-next:hover svg path {
   fill: #fff;
}
.swiper-slider .swiper-button-prev::after, .swiper-slider .swiper-button-next::after {
   display: none;
}
.menuAndSliderRow {
	display: flex;
	margin: 0 -10px;
}
.menuAndSliderRow-left {
	padding: 0 10px;
	width: 80%;
}
.menuAndSliderRow-right {
	padding: 0 10px;
	width: 20%;
	min-height: 100%;
	border-radius: 10px;
	background: #fff;
}
.banners {
	border-radius: 8px;
	overflow: hidden;
}
.banner-item-slider-title {
	font-size: 18px;
	font-weight: 700;
	text-align: center;
	margin-top: 20px;
}
#banner-item-slider {
	padding-bottom: 40px;
}
#banner-item-slider .ItemName {
	height: 46px;
}
#banner-item-slider  .ItemDiv .paddingBlock {
	padding-top: 10px;
}
#banner-item-slider .swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
	width: 12px;
	height: 12px;
	background: rgba(0, 0, 0, 0.2);
	opacity: 1;
	cursor: pointer;
}
#banner-item-slider .swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active {
	background: rgba(0, 0, 0, 1);
}
#banner-item-slider .swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main {
	background: rgba(0, 0, 0, 1);
}
#banner-item-slider .swiper-pagination-bullets-dynamic .swiper-pagination-bullet:hover {
	background: #029aad;
}
#banner-item-slider .hoverDiv:hover {
	box-shadow: none;
}
#banner-item-slider .trend-swiper-button-prev, #banner-item-slider .trend-swiper-button-next {
   width: 30px;
   height: 30px;
   background: #FFFFFF;
   border-radius: 100px;
   transition: all .2s linear;
   position: absolute;
  top: 25%;
  z-index: 1;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
}
#banner-item-slider .trend-swiper-button-prev {
	left: 0;
}
#banner-item-slider .trend-swiper-button-next {
	right: 0;
}
#banner-item-slider .trend-swiper-button-prev:hover, #banner-item-slider .trend-swiper-button-next:hover {
   background: #EC7529;
}
#banner-item-slider .trend-swiper-button-prev svg path, #banner-item-slider .trend-swiper-button-next svg path {
   transition: all .2s linear;
   fill: rgba(0, 188, 204, 1);
}
#banner-item-slider .trend-swiper-button-prev:hover svg path, #banner-item-slider .trend-swiper-button-next:hover svg path {
   fill: #fff;
}
#banner-item-slider .trend-swiper-button-prev::after, #banner-item-slider .trend-swiper-button-next::after {
   display: none;
}
.praim {
	border-radius: 10px;
	margin-top: 50px;
	background: #fff;
	padding: 40px 0;
}
.praim .row .col-lg-2 {
	-ms-flex: 0 0 20%;
    flex: 0 0 20%;
    max-width: 20%;
}
.praim .row .col-lg-2 {
	border-right: 1px solid rgba(223, 223, 223, 1);
}
.praim .row .col-lg-2:last-child {
	border-right: 0;
}
.praim-item {
	text-align: center;
}
.praim-item div:nth-child(1) {
	display: flex;
	justify-content: center;
}
.praim-item div:nth-child(2) {
	font-size: 16px;
	line-height: 135%;
	font-weight: 500;
	margin-top: 20px;
}
.praim-item div:nth-child(3) {
	font-size: 14px;
	line-height: 135%;
	margin-top: 5px;
	color: rgba(135, 135, 135, 1);
}
.catalogNavigation {

}
body.overflow {
    overflow: hidden;
    padding-right: 17px;
}
.catalogNavigationWrapper-background  {
	position: fixed;
	z-index: 9;
	height: 100%;
	width: 100%;
	background: rgba(0, 0, 0, .4);
	right: 0;
	left: 0;
	top: 0;
	will-change: opacity;
	visibility: hidden;
	opacity: 0;
	-webkit-transition: opacity .5s, visibility .2s;
	-o-transition: opacity .5s, visibility .2s;
	transition: opacity .5s, visibility .2s;
}
.catalogNavigationWrapper-background.active {
	opacity: 1;
	visibility: visible;
}
.catalogNavigationWrapper {
    position: absolute;
	z-index: 9;
    max-width: 1650px;
	background: #fff;
    margin: 0 auto;
    left: 0;
    right: 0;
    top: 0;
    display: none;
	border-radius: 10px;
	height: 100%;
}
.catalogNavigationWrapper::-webkit-scrollbar {
      width: 5px;
	  height: 6px;
    }
.catalogNavigationWrapper::-webkit-scrollbar-track {
      -webkit-box-shadow: 5px 5px 5px -5px rgba(34, 60, 80, 0.2) inset;
      background-color: #f9f9fd;
      border-radius: 10px;
    }

.catalogNavigationWrapper::-webkit-scrollbar-thumb {
      border-radius: 10px;
      background: rgba(0, 81, 247, 1);
    }
.catalogNavigationWrapper.active {
    display: block;
}
.catalogNavigation .firstUl  {
    margin: 0;
    list-style: none;
    display: block;
    width: 340px;
    padding: 0 0 0 0;
    z-index: 9;
    min-height: 400px;
    max-height: 80vh;
    overflow-y: auto;
}

.catalogNavigation .firstUl > li > a {
    font-size: 14px;
    position: relative;
    color: rgba(46, 56, 70, 1);
    -ms-flex-align: center !important;
    align-items: center !important;
    display: -ms-flexbox!important;
    display: flex!important;
    padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 20px;
	padding-right: 20px;
	min-height: 50px;
    transition: 0s linear;
}
.catalogNavigation .firstUl > li > a:after {
	content: '';
	width: 8px;
	height: 12px;
	display: block;
	position: absolute;
	right: 24px;
	background-image: url('../images/right-blue-arrow.svg');
	margin-bottom: -3px;
	opacity: 0;
}
.catalogNavigation .firstUl > li.hasUl > a:after {
		opacity: 1;
	}
.catalogNavigation .firstUl > li > a svg {
    margin-right: 14px;
}
.catalogNavigation .firstUl div.subDiv {
    visibility: hidden;
	opacity: 0;
	display: none;
    position: absolute;
    background: #fff;
    left: 340px;
    width: calc(100% - 340px);
	padding-bottom: 20px;
    top: 0;
    padding: 20px 20px 50px 20px;
    z-index: 1;
	transition: opacity .5s; 
    /*overflow-x: hidden;*/
	border-radius: 0 10px 10px 0;
}
.catalogNavigation .firstUl  li.s3 > a {
	display: none;
}
.catalogNavigation .firstUl  li.s3 div.subDiv {
	visibility: visible;
	opacity: 1;
	display: block;
    position: relative;
    left: 0;
    width: 100%;
	padding-bottom: 0;
    top: 0;
    padding: 0;
    z-index: 1;
	transition: opacity .5s; 
}
.catalogNavigation .firstUl  li.s3 div.subDiv .sub-title {
	font-size: 14px;
	font-weight: 700;
	color: rgba(2, 154, 173, 1);
}
.catalogNavigation .firstUl  li.s3 div.subDiv ul {
	display: block;
	margin: 0;
}
.subDiv_img {
  position: absolute;
  right: 50px;
  top: 0;
  bottom: 0;
  margin: auto;
}
.sub-title {
	font-size: 30px;
	font-weight: 700;
}
.catalogNavigation .firstUl div.subDiv ul {
	margin-top: 20px;
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(250px, 1fr));
  gap: 20px 50px;
}
.catalogNavigation .firstUl div.subDiv ul li {

}
.catalogNavigation .firstUl div.subDiv ul li a svg {
	display: none;
}




.return-name {
	display: none;
}
.retunrLi {
	display: none;
}



@media only screen and (min-width: 991px) {
    .catalogNavigation.active {
        display: block;
		position: fixed;
		right: 0;
		top: 0;
		bottom: 0;
		left: 0;
		margin: auto;
		width: 100%;
		top: 180px;
		overflow: auto;
		z-index: 9;
		min-height: 400px;
		max-height: calc(100vh - 200px);
		height: auto;
    }
    .catalogNavigation .firstUl li.on_hover > div.subDiv {
       visibility: visible;
	    opacity: 1;
		display: block;
    }
    .catalogNavigation .firstUl li.on_hover a {
        background: #fff;
    }
    /*.catalogNavigation .firstUl li:hover > div.subDiv, .topNav li.hasUl ul li:hover > ul, .topNav li.hasUl:hover > ul {
         visibility: visible;
		 opacity: 1;
    }*/
	.catalogNavigation .firstUl > li.hasUl:hover > a:after, .catalogNavigation .firstUl > li.on_hover > a:after {
		opacity: 1;
	}
    .catalogNavigation .firstUl li:hover > a  {
        background: white;
		font-weight: 500;
    }

    .hoverDiv:hover .noVisible {
        height: auto;
        display: block;
    }
    .hoverDiv:hover {
        /*position: absolute;*/
        z-index: 3;
        width: 100%;
        background: #fff;
		-webkit-box-shadow: 0px 2px 11px 0px rgba(118,135,250,1);
		-moz-box-shadow: 0px 2px 11px 0px rgba(118,135,250,1);
		box-shadow: 0px 2px 11px 0px rgba(118,135,250,1);
    }
    
    .catalogNavigation::-webkit-scrollbar, .catalogNavigation .firstUl div.subDiv::-webkit-scrollbar {
      width: 6px;
    }
      .catalogNavigation::-webkit-scrollbar { width: 0;-ms-overflow-style: none;overflow: -moz-scrollbars-none; }
    .catalogNavigation .firstUl div.subDiv::-webkit-scrollbar-track {
      -webkit-box-shadow: 5px 5px 5px -5px rgba(34, 60, 80, 0.2) inset;
      background-color: #f9f9fd;
      border-radius: 10px;
    }

    .catalogNavigation .firstUl div.subDiv::-webkit-scrollbar-thumb {
      border-radius: 10px;
      background: rgba(0, 81, 247, 1);
    }
    
    .catalogNavigation .firstUl div.subDiv ul::-webkit-scrollbar {
      width: 4px;
    }
    .catalogNavigation .firstUl div.subDiv ul::-webkit-scrollbar-track {
      background-color: #f9f9fd;
      border-radius: 10px;
    }
    .catalogNavigation .firstUl div.subDiv ul::-webkit-scrollbar-thumb {
      border-radius: 10px;
      background: rgba(0, 81, 247, 1);
    }

}
.page-title {
	font-size: 30px;
	font-weight: 700;
	margin-bottom: 20px;
}
.cat-lg-left {
	-ms-flex: 0 0 20%;
	flex: 0 0 20%;
	max-width: 20%;
	position: relative;
    width: 100%;
    min-height: 1px;
    padding-right: 10px;
    padding-left: 10px;
}
.cat-lg-right {
	-ms-flex: 0 0 80%;
        flex: 0 0 80%;
        max-width: 80%;
	position: relative;
    width: 100%;
    min-height: 1px;
    padding-right: 10px;
    padding-left: 10px;
}
.left-banners a {
	display: block;
	margin-bottom: 20px;
}
.viewBox {
    margin-left: auto;
    white-space: nowrap;
	display: flex;
	align-items: center;
}
.modeNav-title {
	margin-right: 10px;
}
.modeNav {
    display: inline-flex;
    vertical-align: middle;
    border: 1px solid rgba(223, 223, 223, 1);
    border-radius: 5px;
    padding: 4px;
	margin: 0;
}
.modeNav .nav-link {
    background: transparent;
    width: 32px;
	height: 32px;
    border-radius: 5px;
    display: flex;
	align-items: center;
	justify-content: center;
}
.modeNav .nav-link.active {
    background: rgba(2, 154, 173, 1);
}
.modeNav .nav-link svg path {
    fill: rgba(203, 203, 203, 1);
}
.modeNav .nav-link.active svg path {
    fill: white;
}
.SortTwo {
	padding: 20px;
	border-radius: 10px;
	background: #fff;
	margin-bottom: 20px;
	display: flex;
	align-items: center;
}
.otb {
	display: flex;
	align-items: center;
}
.otb a {
    color: rgba(135, 135, 135, 1);
    margin-right: 20px;
}
.otb a:hover {
    color: rgba(251, 121, 27, 1);
}
.otb  .on_popular {
    color: #000;
    display: flex;
    align-items: center;
    position: relative;
}
.otb  .on_popular:after {
    content: "";
    display: inline-block;
	width: 24px;
	height: 24px;
	background-image: url('../images/chevron-down.svg');
	margin-top: 3px;
}
.fiveItems .col-lg-3 {
    margin-bottom: 20px;
}
.pageBox {
	padding: 20px;
	border-radius: 10px;
	background: #fff;
	margin-bottom: 20px;
}
#moreBox {
	display: flex;
}
.loadMore {
	width: 200px;
	height: 40px;
	background: rgba(0, 188, 204, 1);
	border-radius: 10px;
	font-size: 14px;
	font-weight: 700;
	color: #fff;
	display: flex;
	align-items: center;
	justify-content: center;
	cursor: pointer;
	border: 0;
	margin-left: auto;
}
.loadMore:hover {
	background: rgba(251, 121, 27, 1);
}
.loadMore span {
	margin-left: 5px;
}
.seo {
	padding: 40px;
	border-radius: 10px;
	background: #fff;
	color: rgba(135, 135, 135, 1);
}
.seo h1, .seo h2, .seo h3, .seo h4 {
	color: #000;
}
.listTable {
   border-collapse: separate;
   border-spacing: 0 20px;
   width: 100%;
   margin-top: -20px;
}
.listTable tr td {
    padding: 20px 10px;
	background: #fff;
}
/* Скругляем углы у первой и последней ячейки */
.listTable tr td:first-child {
  border-top-left-radius: 10px;
  border-bottom-left-radius: 10px;
  padding-left: 20px;	
  position: relative;
}
.listTable tr td:last-child {
  border-top-right-radius: 10px;
  border-bottom-right-radius: 10px;
  padding-right: 20px;
}
.listTable tr td:last-child {
    position: relative;
}
.listTable tr td:nth-child(1) {
	width: 130px;
}
.listTable tr td:nth-child(1) img {
	max-height: 100px;
	width: inherit;
}
.list-vendore .avail-block {
	margin-left: 20px;
}
.list-name {
	display: block;
	line-height: 150%;
	margin-top: 5px;
}
.listTable .in-box {
	position: relative;
	margin-top: 5px;
	justify-content: flex-start;
}
.listTable table tr td:last-child {
	border-top-right-radius: 0;
    border-bottom-right-radius: 0;
    padding-right: 0;
	padding: 2px 0 2px 0;
	
}
.listTable table tr td:first-child {
    border-top-left-radius: 10px;
    border-bottom-left-radius: 10px;
    padding-left: 0;
    position: relative;
	padding: 2px 20px 2px 0;
	width: inherit;
	font-size: 12px;
}
.listTable tr td:last-child .d-flex {
	align-items: center;
}
.listTable tr td:last-child .d-flex .mainButtons {
	margin-top: 0;
}
.listTable tr td:last-child .d-flex .addToWish {
	position: relative;
	right: 0;
	top: 0;
	margin-left: 10px;
}
.product-left {
	-ms-flex: 0 0 70%;
    flex: 0 0 70%;
    max-width: 70%;
	padding: 0 10px;
}
.product-right {
	-ms-flex: 0 0 30%;
    flex: 0 0 30%;
    max-width: 30%;
	padding: 0 10px;
}
.product-image-block {
	padding: 40px;
	border-radius: 10px;
	background: #fff;
}
.gallery-top {
	position: relative;
}
.gallery-top img {
	  max-width: 100%;
    height: auto;
    width: auto;
    display: block;
    margin: 0 auto;
}

.swiper-container-vertical > .swiper-scrollbar {
    opacity: 1!important;
}
.gallery-thumbs {
  order: -1;
  width: 100%;
  margin-top: 20px;
}
.gallery-thumbs .swiper-wrapper {
	justify-content: center;
}
.gallery-thumbs .swiper-slide {
    border: 1px solid rgba(223, 223, 223, 1);
    box-sizing: border-box;
    border-radius: 10px;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
	padding: 5px;
}



.gallery-thumbs .swiper-slide img {
  transition: 0.3s;
  max-width: 100%;
    height: auto;
    display: block;
    margin: 0 auto;
}
.gallery-thumbs .swiper-slide-active {
  opacity: 0.9;
}
.gallery-thumbs .swiper-slide-thumb-active {
  opacity: 1;
  border: 1px solid rgba(251, 121, 27, 1);
}
@-webkit-keyframes slide-in {
  from {
    opacity: 0;
    right: -50%;
  }
}
@keyframes slide-in {
  from {
    opacity: 0;
    right: -50%;
  }
}
@media only screen and (max-width: 1430px) {
    .gallery-main {
      width: 500px;
    }
}
@media only screen and (max-width: 1230px) {
    .gallery-main {
      width: 400px;
    }
}
@media only screen and (max-width: 991px) {
    .gallery-main {
        width: 100%;
        height: inherit;
    }
    .gallery-thumbs .swiper-slide {
        margin-bottom: 0;
        margin-left: 5px;
        margin-right: 5px;
        padding: 5px;
        width: auto;
    }
    .gallery-thumbs img {
        max-width: 100%
    }
    .swiper-container-horizontal > .swiper-scrollbar {
        opacity: 1!important;
    }
	.gallery-main .swiper-wrapper {
		align-items: center;
	}
	
}
@media only screen and (max-width: 768px) {

}
@media only screen and (max-width: 480px) {


}
/* Ð£ÑÑ‚Ð°Ð½Ð°Ð²Ð»Ð¸Ð²Ð°ÐµÐ¼ Ð²Ñ‹ÑÐ¾ÐºÐ¸Ð¹ z-index Ð´Ð»Ñ ÐºÐ¾Ð½Ñ‚ÐµÐ¹Ð½ÐµÑ€Ð° Ð·ÑƒÐ¼Ð° */
.zoomContainer {
  z-index: 1!important;
}

/* Ð£Ð±ÐµÐ´Ð¸Ñ‚ÐµÑÑŒ, Ñ‡Ñ‚Ð¾ ÑÐ»Ð°Ð¹Ð´ÐµÑ€ Ð½Ðµ Ð¾Ð³Ñ€Ð°Ð½Ð¸Ñ‡Ð¸Ð²Ð°ÐµÑ‚ Ð²Ð¸Ð´Ð¸Ð¼Ð¾ÑÑ‚ÑŒ ÐºÐ¾Ð½Ñ‚ÐµÐ¹Ð½ÐµÑ€Ð° */
#gallery1 {
  overflow: visible !important;
}
.pib-right .swiper-button-prev-unique, .pib-right .swiper-button-next-unique {
	width: 40px;
	height: 40px;
	border: 1px solid rgb(172 172 172);
	display: flex;
	align-items: center;
	justify-content: center;
	border-radius: 100%;
	background: #fff;
	transition: all .2s linear;
	margin-top: 0;
	top: inherit;
	bottom: -5px;
}
.pib-right .swiper-button-prev-unique {
	left: 0;
}
.pib-right .swiper-button-next-unique {
	right: 0;
}
.pib-right .swiper-button-prev-unique:after, .pib-right .swiper-button-next-unique:after {
	font-size: 16px;
	color: rgb(172 172 172);
}
.pib-right .swiper-button-prev-unique:hover, .pib-right .swiper-button-next-unique:hover {
	background: #333;
	border: 1px solid #333;
}
.pib-right .swiper-button-prev-unique:hover:after, .pib-right .swiper-button-next-unique:hover:after {
	color: #fff;
}
.gallery-main .swiper-slide {
	display: flex;
	align-items: center;
}
@media only screen and (min-width: 992px) {
	.pib-right:hover .swiper-button-prev-unique, .pib-right:hover .swiper-button-next-unique {
		visibility: visible;
	}
}
#videoModal button.close {
    z-index: 9;
    width: 50px;
    height: 50px;
    background: #000;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    top: 0;
    right: 0;
}
#videoModal .modal-dialog {
    margin: 10% auto 0;
    max-width: 800px;
}
#videoModal .modal-content {
    padding: 0;
}
#videoModal video {
  width: 100%!important;
  height: auto!important;
}
.product-video-wrapper {
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
}
.swiper-slide-with-video {
	width: 100%;
	height: 100%;
	display: flex;
	align-items: center;
}
.videoWrapper {
    width: 100%;
    position: relative;
    padding-bottom: 56.25%; /* 16:9 */
    padding-top: 25px;
    height: 0;
}
.videoWrapper iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.play_this_video {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    width: 100px;
    height: 100px;
    cursor: pointer;
    z-index: 1;
}
.play_this_video svg {
    width: 100px;
    height: 100px;
}
.pib-left {
    -ms-flex: 0 0 57%;
    flex: 0 0 57%;
    max-width: 57%;
    padding: 0 10px;
}
.pib-right {
    -ms-flex: 0 0 43%;
    flex: 0 0 43%;
    max-width: 43%;
    padding: 0 10px 0 40px;
}
.main-chars {
	margin-top: 40px;
}
.main-chars-title {
	font-size: 16px;
	font-weight: 700;
}
.main-chars ul {
	padding: 0;
	margin: 0;
	list-style: none;
}
.main-chars ul li {
	margin-top: 15px;
	border-bottom: 1px dashed rgba(203, 203, 203, 1);
	font-size: 14px;
	line-height: 150%;
	display: flex;
}
.main-chars ul li div {
	width: 50%;
}
.main-chars ul li div:nth-child(2) {
	padding-left: 20px;
	text-align: right;
}
.gallery-top .containerForBadge {
	left: 0;
	top: 0;
}
.gallery-top .swiper-button-prev, .gallery-top .swiper-button-next {
	display: none;
}
.product-image-block .page-title {
	margin-bottom: 40px;
}
.product {
	margin-top: 20px;
}
.descr-div {
	padding: 40px;
	border-radius: 10px;
	background: #fff;
	margin-top: 20px;
}
.descr-div-title {
	font-size: 30px;
	font-weight: 700;
}
.descr-div-cotent {
	margin-top: 10px;
	line-height: 150%;
}
.reviews-in-product {
	background: #fff;
	padding: 40px;
	margin-top: 20px;
	border-radius: 10px;
}
.reviews-in-product-ul {
	margin: 20px 0 0 0;
	padding: 0;
	list-style-type: none;
}
.reviews-in-product-ul li {
	display: flex;
	flex-wrap: wrap;
	width: 100%;
	padding: 20px 0;
	border-bottom: 1px solid #DFDFDF;
}
.reviews-in-product-ul li:nth-child(1) {
	border-top: 1px solid #DFDFDF;
}
.reviews-in-product-ul li .first-symbol-name {
	min-width: 60px;
	height: 60px;
	background: rgba(247, 247, 247, 1);
	border-radius: 100px;
	font-weight: 400;
	font-size: 24px;
	display: flex;
	align-items: center;
	justify-content: center;
	margin-right: 20px;
}
.reviews-in-product-ul li .ar-right {
	flex-grow: 1;
}
.reviews-in-product-ul li .ar-right div:nth-child(1) {
	display: flex;
	align-items: center;
	justify-content: space-between;
	font-size: 16px;
}
.reviews-in-product-ul li .ar-right div:nth-child(2) {
	margin-top: 10px;
}
.reviews-in-product-ul li .ar-right div:nth-child(1) span:nth-child(1) {
	font-weight: bold;
}
.reviews-in-product-ul li .ar-right div:nth-child(1) span:nth-child(2) {
	color: #878787;
}
.reviews-in-product-u li .ar-right div:nth-child(2) {
	margin-top: 15px;
	font-size: 16px;
}
.reviews-in-product-ul li .ar-right p {
	margin-bottom: 0;
	
}
.reviews-in-product-ul li ul {
	min-width: calc(100% - 80px);
	padding-left: 0;
	margin-left: 80px;
	background: #F8F8F8;
	margin-top: 15px;
}
.reviews-in-product-ul li ul li {
	border: 0;
	padding: 20px;
}
.reviews-in-product-ul li ul li:nth-child(1) {
	border-top: 0;
}
.make-review {
	width: 240px;
    max-width: 100%;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: rgba(2, 154, 173, 1);
    border-radius: 10px;
    font-weight: 700;
	font-size: 16px;
    color: #fff;
	border: 0;
	cursor: pointer;
	transition: all .2s linear;
}
.make-review:hover {
	background: rgba(251, 121, 27, 1);
}
.my-rating {
	height: 25px;
	margin-left: 15px;
}
.jq-stars {
    display: inline-flex;
	align-items: center;
}
.jq-star {
    width: 12px;
    height: 12px;
    display: inline-block;
    cursor: pointer;
}
.jq-star-svg {
    padding-left: 3px;
    width: 100%;
    height: 100%;
}
.hidden {
	display: none;
}
.c-rate {
	    margin-left: -18px;
    margin-top: 10px;
}
.c-rate svg {
	display: inline;
	width: 14px;
	height: 14px;
	margin-right: 1px;
}
.c-icon {
    --star-active: rgba(251, 121, 27, 1);
    --star-inactive: #CBCBCB;
    fill: var(--star-inactive);
}
.c-icon.active {
    fill: var(--star-active);
}
.loock-buttons {
	display: flex;
	margin: 0 -5px;
}
.loock-buttons div {
	min-width: 40px;
	height: 40px;
	box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.15);
	background: #fff;
	border-radius: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
	cursor: pointer;
	margin: 0 5px;
}
.title-loocked {
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.product-right-content {
	padding: 40px;
	border-radius: 10px;
	background: #fff;
	position: sticky;
    top: 90px;
    z-index: 2;
}
.OpTable {
	width: 100%;
	margin-top: -5px;
}
.OpTable tr td {
	padding-top: 5px;
	padding-bottom: 5px;
}
.OpTable tr td:nth-child(1) {
	color: rgba(135, 135, 135, 1);
	padding-right: 10px;
}
.OpTable tr td:nth-child(2) {
	text-align: right;
}
.productPrice  {
	padding: 20px 0;
	margin: 15px 0 20px 0;
	border-top: 1px solid rgba(223, 223, 223, 1);
	border-bottom: 1px solid rgba(223, 223, 223, 1);
}
.productPrice .prBox {
	margin-top: 0;
}
.productPrice .prBox table tr td:nth-child(1) {
	font-size: 14px;
}
.productPrice table.price_norm tr:nth-child(1) td:nth-child(2) {
	font-size: 24px;
}
.productPrice table.price_norm tr:nth-child(2) td:nth-child(2) {
	font-size: 16px;
}
.productPrice .m-b-number-block {
	width: 40%;
}
.productPrice .m-b-buttons-block {
	width: 60%;
}
.productPrice .number {
	height: 50px;
}
.productPrice .pinkButton {
	height: 50px;
	font-size: 16px;
}
.productPrice .mainButtons {
	margin-top: 20px;
}
.pr-box-buttons2-product {
	position: relative;
	display: flex;
	align-items: center;
	justify-content: space-between;
	margin-top: 20px;
}
.pr-box-buttons2-product .addToWish {
	right: 0;
	top: 0;
	position: relative;
}
.cheaper {
	padding: 0;
	margin: 0;
	border: 0;
	background: transparent;
	cursor: pointer;
	font-size: 14px;
	font-weight: 700;
	color: rgba(2, 154, 173, 1);
}
.cheaper:hover {
	color: rgba(251, 121, 27, 1);
}
.see-news {
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.see-news  .new-socials {
	margin-top: 0;
}
.see-news-title {
	color: rgba(135, 135, 135, 1);
}
.wiUl {
	margin-top: 20px;
}
.wiUl li {
    height: 65px;
	border-top: 1px solid rgba(223, 223, 223, 1);
	position: relative;
}
.wiUl li:last-child {
	border-bottom: 1px solid rgba(223, 223, 223, 1);
}
.cL {
	white-space: nowrap;
}
.catnam {

    cursor: pointer;
}
.catnam:before {
	content: '';
	display: block;
	width: 2px;
	height: 90%;
	margin: auto;
	top: 0;
	bottom: 0;
	left: -30px;
	position: absolute;
	background: transparent;
}
.cL input.cats:checked + .catnam {
    font-weight: 700;
}
.cL input.cats:checked + .catnam:before {
	background: rgba(251, 121, 27, 1);
}
.wi .moreInfo {
	width: 100%;
	height: 40px;
	background: rgba(0, 188, 204, 1);
	border-radius: 10px;
	font-size: 14px;
	font-weight: 700;
	color: #fff;
	display: flex;
	align-items: center;
	justify-content: center;
	cursor: pointer;
	border: 0;
	margin-top: 10px;
}
.wi .moreInfo:hover {
	background: rgba(251, 121, 27, 1);
}
.wi {
    padding: 30px;
	background: #fff;
	border-radius: 10px;
}
.wi-title {
	display: block;
	font-size: 18px;
	font-weight: 700;
}
.border-left {
    border-left: 1px solid #DFDFDF;
}
.newCatBtn {
    border: 1px solid rgba(0, 188, 204, 1);
    background: none;
    height: 40px;
    font-size: 14px;
    font-weight: 700;
    cursor: pointer;
    width: 100%;
    display: flex;
	align-items: center;
	justify-content: center;
    color: rgba(0, 188, 204, 1);
	border-radius: 10px;
	margin-top: 20px;
}
.newCatBtn:hover {
    background: rgba(0, 188, 204, 1);
	color: #fff;

}
.eddWLCat {
    width: 25px;
    min-width: 25px;
    height: 25px;
    cursor: pointer;
    background-color: transparent;
    display: flex;
	align-items: center;
	justify-content: center;
	border: 0;
	padding: 0;
}
.delWLCatModal {
    width: 25px;
    min-width: 25px;
    height: 25px;
    cursor: pointer;
    background-color: transparent;
    display: flex;
	align-items: center;
	justify-content: center;
	border: 0;
	padding: 0;
	margin-left: 5px;
}
.eddWLCat:hover svg path, .delWLCatModal:hover svg path {
    fill: rgba(251, 121, 27, 1);
}
.cL {
    margin-bottom: 0;
}
.cL input {
    border: 0;
    width: 70%;
    display: inline-block;
}
.cL span + span {
    display: inline-block;
    color: #a0a0a0;
}

.aAll {
    display: block;
    font-size: 18px;
    font-weight: 600;
    color: #a1556a;
    margin-top: auto;
    margin-bottom: 20px;
}
.aAll:hover {
    text-decoration: underline;
}
.del {
    position: absolute;
    background: none;
    border: 0;
    cursor: pointer;
    top: 18px;
    right: 18px;
	z-index: 11;
}
.checkout-row-left {
	-ms-flex: 0 0 30%;
	flex: 0 0 30%;
	max-width: 30%;
	position: relative;
    width: 100%;
    min-height: 1px;
    padding-right: 10px;
    padding-left: 10px;
}
.checkout-row-right {
	-ms-flex: 0 0 70%;
        flex: 0 0 70%;
        max-width: 70%;
	position: relative;
    width: 100%;
    min-height: 1px;
    padding-right: 10px;
    padding-left: 10px;
}
.checkout-list {
	border-radius: 10px;
	background: #fff;
	padding: 30px;
	margin-bottom: 20px;
}
.checkout-list-title {
	display: flex;
	align-items: center;
	position: relative;
	cursor: pointer;
	font-size: 18px;
	font-weight: 700;
	margin-bottom: 20px;
	padding-right: 25px;
}
.checkout-list-title:after {
	content: '';
	display: block;
	background-image: url('../images/chevron-down.svg');
	width: 24px;
    height: 24px;
	position: absolute;
	right: 0;
	top: 0;
	bottom: 0;
}
.allOrdersUl {
	display: none;
}
.checkout-list.active .allOrdersUl {
	display: block;
}
.checkout-list.active .checkout-list-title:after {
	transform: rotate(180deg);
}
.checkout-list.no-li .checkout-list-title {
	cursor: inherit;
}
.checkout-list.no-li .checkout-list-title:after {
  display: none;
}
.allOrdersUl {
	margin-top: 20px;
}
.allOrdersUl li {
	display: flex;
	align-items: center;
	justify-content: space-between;
	height: 44px;
	border-bottom: 1px solid rgba(223, 223, 223, 1);
}
.allOrdersUl li:nth-child(1) {
	border-top: 1px solid rgba(223, 223, 223, 1);
}
.addToCartFromHistory {
	padding: 0;
	margin: 0;
	border: 0;
	background: transparent;
	cursor: pointer;
	font-size: 14px;
	font-weight: 700;
	color: rgba(2, 154, 173, 1);
}
.addToCartFromHistory:hover {
	color: rgba(251, 121, 27, 1);
}
#cartBlock-full {
	border-radius: 10px;
	overflow: hidden;
	background: #fff;
}
.orderTable {
	width: 100%;
}
.orderTable thead tr th, .orderTable tbody tr td {
	padding: 15px 20px;
	font-size: 14px;	
}
.orderTable thead tr th {
	color: rgba(135, 135, 135, 1);
	height: 60px;
	font-weight: 400;
}
.orderTable tbody tr td {
	height: 100px;
}
.orderTable tbody tr {
	border-top: 1px solid rgba(223, 223, 223, 1)
}
.orderTable .number {
	width: 130px;
}
.orderTable tbody tr td:nth-child(4) {
	white-space: nowrap;
}
.orderTable tbody tr td:nth-child(6) {
	font-size: 18px;
	font-weight: 700;
}
.j-del {
	min-width: 40px;
	width: 40px;
	height: 40px;
	box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.15);
	background: #fff;
	border-radius: 100%;
	border: 0;
	display: flex;
	align-items: center;
	justify-content: center;
	cursor: pointer;
}
.j-del:hover svg path {
	fill: rgba(251, 121, 27, 1);
}
.orderTable tbody tr td:nth-child(1) {
	width: 110px;
}
.itogo {
	padding: 30px;
	background: #fff;
	border-radius: 10px;
	margin-top: 20px;
	display: flex;
	align-items: center;
	justify-content: flex-end;
}
.xls {
	padding: 0;
	margin: 0;
	border: 0;
	background: transparent;
	cursor: pointer;
	font-size: 14px;
	font-weight: 700;
	color: rgba(2, 154, 173, 1);
	display: inline-flex;
	align-items: center;
}
.xls:hover {
	color: rgba(251, 121, 27, 1);
}
.xls svg {
	margin-right: 10px;
}
.itogo a + div {
	display: inline-flex;
	align-items: center;
}
.itogo a + div span:nth-child(1) {
	font-size: 16px;
	margin-right: 15px;
}
.itogo a + div span:nth-child(2) {
	font-size: 24px;
	font-weight: 700;
}
.for-order-nav {
	padding: 20px 30px;
	background: #fff;
	border-top: 1px solid #DFDFDF;
	border-bottom: 1px solid #DFDFDF;

}
.orderNav {
    border: 1px solid rgba(251, 121, 27, 1);
    border-radius: 10px;
    overflow: hidden;
}
.orderNav li {
    padding: 0 0px;
    width: 50%;
}
.orderNav li a {
    font-size: 14px;
    text-align: center;
    height: 50px;
    width: 100%;
    display: flex;
	align-items: center;
	justify-content: center;
    background: #fff;
    color: #000;
    text-transform: inherit;
}
.orderNav li a.active {
    background: rgba(251, 121, 27, 0.15);
    color: rgba(251, 121, 27, 1);
	font-weight: 700;
}
.order-in-button {
    height: 40px;
      border: 0;
      background: rgba(0, 188, 204, 1);
      border-radius: 10px;
      overflow: hidden;
      color: white;
      text-align: center;
      display: block;
      cursor: pointer;
      font-size: 14px;
      font-weight: 700;
      transition: all .2s linear;
      margin-top: 10px;
      padding: 0 50px;
}
.order-in-button:hover {
    background: #333;
}

.orderForm .row .col-lg-6:nth-child(1) {
	border-right: 1px solid #DFDFDF;
}
.orderForm .myCheckbox label:before {
	top: 4px;
}
.orderForm .myCheckbox label {
	padding-left: 22px;
}
.coment-f-g {
	padding: 30px;
	background: #fff;
	border-radius: 10px;
	margin-top: 20px;
}
.login_with_socials {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	height: 130px;
	background: #F8F8F8;
	border-radius: 5px;
	margin-top: 30px;
}
.login_with_socials ul {
	margin: 10px auto 0;
	padding: 0;
	list-style-type: none;
	display: flex;
	align-items: center;
}
.login_with_socials ul li {
	padding: 0 10px;
}
.login_with_socials ul li a svg path {
	transition: all .2s linear;
}
.login_with_socials ul li a:hover svg path {
	fill: #333;
}
.login-yes {
	height: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
	flex-direction: column;
}
.pay-info {
    padding: 15px;
    font-weight: 500;
    font-size: 12px;
    color: #FF0000;
    background: rgba(255, 0, 0, 0.1);
    line-height: 150%;
    margin-top: 10px;
}
.export-line {
  height: 1px;
  background: #DFDFDF;
  margin: 20px 0;
}
.radio {
    display: none;
}

.radio-custom {
    width: 16px;
    height: 16px;
    border: 1px solid #dbdbdb;
    border-radius: 3px;
    position: relative;
    margin-right: 10px;
}

.radio-custom,
.label {
    display: inline-block;
    vertical-align: middle;
    cursor: pointer;
}
.radio:checked + .radio-custom {
    background: #fff;
    border: 2px solid rgba(0, 188, 204, 1);
}
.radio:checked + .radio-custom::before {
    content: "";
    display: block;
    position: absolute;
    top: 2px;
    right: 2px;
    bottom: 2px;
    left: 2px;
    background: rgba(0, 188, 204, 1);
    border-radius: 2px;
}
.radio-custom,
.radio:checked + .radio-custom::before {
    border-radius: 50%;
}
.ordering-form-item {
	padding: 30px;
	background: #fff;
	border-radius: 10px;
}
.ordering-form-title {
	font-size: 18px;
	font-weight: 700;
	margin-bottom: 20px;
	display: block;
}
.for-orderNav {
	padding: 30px;
	border-radius: 10px;
	background: #fff;
	margin-bottom: 20px;
	margin-top: 20px;
}
.order-buttons {
	margin: 20px -5px 0 -5px;
	display: flex;
	align-items: center;
	justify-content: flex-end;
}
.removezr {
	width: 210px;
	height: 50px;
	border: 1px solid rgba(0, 188, 204, 1);
	border-radius: 10px;
	font-size: 16px;
	font-weight: 700;
	color: rgba(0, 188, 204, 1);
	display: flex;
	align-items: center;
	justify-content: center;
	cursor: pointer;
	background: transparent;
	margin: 0 5px;
}
.removezr:hover {
	background: rgba(0, 188, 204, 1);
	color: #fff;
}
.ofzr {
	width: 230px;
	height: 50px;
	background: rgba(0, 188, 204, 1);
	border-radius: 10px;
	font-size: 16px;
	font-weight: 700;
	color: #fff;
	display: flex;
	align-items: center;
	justify-content: center;
	cursor: pointer;
	border: 0;
	margin: 0 5px;
}
.ofzr:hover {
	background: rgba(251, 121, 27, 1);
}
.see-good {
	margin-top: 50px;
	font-size: 20px;
	font-weight: 700;
}
.see-good b {
	color: rgba(251, 121, 27, 1);
}
.checkout-see-good .good_box_container {
	margin-top: 20px;
}
.checkout-see-good .good_box_container .title {
	display: none;
}
.checkout-see-good .good_box_container .for_href {
	display: none;
}
.ma-auth-button {
	width: 230px;
	height: 50px;
	background: rgba(0, 188, 204, 1);
	border-radius: 10px;
	font-size: 16px;
	font-weight: 700;
	color: #fff;
	display: flex;
	align-items: center;
	justify-content: center;
	cursor: pointer;
	border: 0;
	margin: 20px auto;
}
.ma-auth-button:hover {
	background: rgba(251, 121, 27, 1);
	color: #fff;
}
.lkNav {
	margin: 0;
	padding: 10px 0;
	list-style: none;
	border-radius: 10px;
	overflow: hidden;
	background: #fff;
}
.lkNav li {
    width: 100%;
	background: #fff;
}
.lkNav li a {
    display: flex;
	height: 50px;
	align-items: center;
    text-transform: inherit;
    font-size: 14px;
    padding: 0px 0 0px 20px;
}
.lkNav li a svg {
	width: 24px;
	height: 24px;
	margin-right: 5px;
}
.lkNav li a svg path {
	fill: rgba(203, 203, 203, 1);
}
.lkNav li a.active {
    font-weight: 700;
}
.lkNav li a.active svg path {
	fill: rgba(2, 154, 173, 1);
}
.data-section {
	padding: 30px;
	border-radius: 10px;
	background: #fff;
	margin-bottom: 20px;
}
.data-section-title {
	font-size: 30px;
	font-weight: 700;
	margin-bottom: 20px;
}
.save {
	width: 220px;
	height: 50px;
	background: rgba(0, 188, 204, 1);
	border-radius: 10px;
	font-size: 16px;
	font-weight: 700;
	color: #fff;
	display: flex;
	align-items: center;
	justify-content: center;
	cursor: pointer;
	border: 0;
}
.save:hover {
	background: rgba(251, 121, 27, 1);
	color: #fff;
}
.history-container {
	border-radius: 10px;
	overflow: hidden;
	background: #fff;
}
.history {
	width: 100%;
	margin-bottom: 0;
}
.history th, .history td {
    padding: 5px 30px;
}
.history thead th {
    height: 60px;
    vertical-align: middle;
    font-weight: 400;
	color: rgba(135, 135, 135, 1);
	background: transparent;
}
.history tbody tr {
	border-top: 1px solid rgba(223, 223, 223, 1);
}
.history tbody tr td {
    height: 60px;
    vertical-align: middleW;
}
.table .bg-info .table {
    background: #f6f6f6;
}
.history a.blue {
    font-weight: 700;
	color: rgba(2, 154, 173, 1);
}
.history .bg-info thead {
    background: #f6f6f6;
}
.open-order {
	min-width: 40px;
	width: 40px;
	height: 40px;
	box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.15);
	background: #fff;
	border-radius: 100%;
	border: 0;
	display: flex;
	align-items: center;
	justify-content: center;
	cursor: pointer;
	margin-left: auto;
}
.open-order:hover svg path {
	fill: rgba(251, 121, 27, 1);
} 
.cabinet_new {
	display: inline-block;
	font-size: 14px;
	padding: 9px 15px;
	border-radius: 100px;
	font-size: 14px;
	background: rgba(0, 210, 72, 0.15);
	color: rgba(0, 210, 72, 1);
	line-height: .9;
    text-align: center;
}
.cabinet_expected_goods {
	display: inline-block;
	font-size: 14px;
	padding: 9px 15px;
	border-radius: 100px;
	font-size: 14px;
	background: rgba(255, 138, 0, 0.15);
	color: rgba(255, 138, 0, 1);
	line-height: .9;
    text-align: center;
}
.cabinet_in_way {
	display: inline-block;
	font-size: 14px;
	padding: 9px 15px;
	border-radius: 100px;
	font-size: 14px;
	background: rgba(92, 9, 142, 0.15);
	color: rgba(92, 9, 142, 1);
	line-height: .9;
    text-align: center;
}
.cabinet_ready_to_ship {
	display: inline-block;
	font-size: 14px;
	padding: 9px 15px;
	border-radius: 100px;
	font-size: 14px;
	background: rgba(255, 0, 0, 0.15);
	color: rgba(255, 0, 0, 1);
	line-height: .9;
    text-align: center;
}
.cabinet_sent {
	display: inline-block;
	font-size: 14px;
	padding: 9px 15px;
	border-radius: 100px;
	font-size: 14px;
	background: rgba(0, 178, 255, 0.15);
	color: rgba(0, 178, 255, 1);
	line-height: .9;
    text-align: center;
}
.cabinet_payment_pending {
	display: inline-block;
	font-size: 14px;
	padding: 9px 15px;
	border-radius: 100px;
	font-size: 14px;
	background: rgba(35, 79, 254, 0.15);
	color: rgba(35, 79, 254, 1);
	line-height: .9;
    text-align: center;
}
.cabinet_backorder {
	display: inline-block;
	font-size: 14px;
	padding: 9px 15px;
	border-radius: 100px;
	font-size: 14px;
	background: rgba(217, 128, 106, 0.15);
	color: rgba(217, 128, 106, 1);
	line-height: .9;
    text-align: center;
}
.cabinet_for_assembly {
	display: inline-block;
	font-size: 14px;
	padding: 9px 15px;
	border-radius: 100px;
	font-size: 14px;
	background: rgba(255, 213, 0, 0.15);
	color: rgba(206, 172, 0, 1);
	line-height: .9;
    text-align: center;
}
.one-order-bottom .row .col-lg-6 {
	margin-top: 20px;
}
.one-order-bottom-item {
	padding: 30px;
	border-radius: 10px;
	background: #fff;
	height: 100%;
}
.one-order-bottom-title {
	font-size: 18px;
	font-weight: 700;
	margin-bottom: 20px;
	display: block;
}
.one-order-bottom-table  {
    width: 100%;
}
.one-order-bottom-table tr td {
    padding: 16px 5px;
    font-size: 14px;
}
.one-order-bottom-table  tr td:nth-child(1) {
    padding-left: 0;
	color: rgba(135, 135, 135, 1);
}
.one-order-bottom-table tr td:nth-child(2) {
    color: #000;
    text-align: right;
	padding-right: 0;
}
.one-order-bottom-table  tr {
    border-bottom: 1px solid rgba(223, 223, 223, 1);
}
.one-order-bottom-table  tr:last-child {
    border-bottom: 0;
}
.one-order-container {
	border-radius: 10px;
	background: #fff;
	overflow: hidden;
}
.one-order-title {
	height: 65px;
	padding: 0 30px;
	display: flex;
	align-items: center;
	font-size: 20px;
	font-weight: 700;
	border-bottom: 1px solid rgba(223, 223, 223, 1);
}
.oneOrder {
	width: 100%;
	margin-bottom: 0;
}
.oneOrder th, .oneOrder td {
    padding: 5px 30px;
}
.oneOrder thead th {
    height: 60px;
    vertical-align: middle;
    font-weight: 400;
	color: rgba(135, 135, 135, 1);
	background: transparent;
}
.oneOrder tbody tr {
	border-top: 1px solid rgba(223, 223, 223, 1);
}
.oneOrder tbody tr td {
    height: 100px;
    vertical-align: middleW;
}
.one-order-sum {
	height: 100px;
	padding: 0 30px;
	display: flex;
	align-items: center;
	justify-content: flex-end;
	margin-top: 20px;
	background: #fff;
	border-radius: 10px;
}
.one-order-sum span:nth-child(1) {
	font-size: 16px;
	margin-right: 15px;
}
.one-order-sum span:nth-child(2) {
	font-size: 24px;
	font-weight: 700;
}
.dynamic_search {
	display: none;
    position: absolute;
    top: calc(100% - 10px);
	overflow: hidden;
    background: #fff;
    z-index: 9;
    width: 100%;
    max-height: 400px;
    overflow: auto;
    z-index: 999;
	
	border-radius: 0 0 10px 10px;
	box-shadow: 0px 4px 8px 0px rgba(0, 0, 0, 0.1);
}
.dynamic_search table {
	width: 100%;
	border-top: 1px solid rgba(223, 223, 223, 1);
	margin-top: 10px;
}
.dynamic_search table tr td {
    padding-top: 10px;
    padding-bottom: 10px;
}
.dynamic_search table tr td:nth-child(1) {
    padding-right: 20px;
    padding-left: 20px;
	width: 100px;
}
.dynamic_search table tr td:nth-child(2) {
	padding-right: 20px;
}
.dynamic_search .line {
    background: #DFDFDF;
	height: 1px;
    margin: 20px 0;
}
.show-all-res {
	padding-left: 20px;
	padding-right: 20px;
}
.show-all-res a {
	height: 60px;
	font-size: 14px;
	font-weight: 700;
	color: rgba(2, 154, 173, 1);
	display: flex;
	align-items: center;
	border-top: 1px solid rgba(223, 223, 223, 1);
}
.result-search {
	display: flex;
	align-items: baseline;
	margin-bottom: 20px;
	font-size: 16px;
}
.result-search b {
	margin-left: 10px;
}
.result-search b:nth-child(1) {
	font-size: 30px;
}
.result-search span {
	margin: 0 20px;
}
.modal-title {
	font-size: 24px;
	font-weight: 700;
	margin-bottom: 10px;
}
.modalButton {
      height: 50px;
      border: 0;
      background: rgba(0, 188, 204, 1);
      border-radius: 10px;
      overflow: hidden;
      color: white;
      text-align: center;
      display: block;
      cursor: pointer;
      font-size: 16px;
      font-weight: 700;
  }
    .modalButton:hover {
        color: white;
		background: rgba(251, 121, 27, 1);
    }
.modalButtonDismiss  {
  height: 50px;
  border: 0;
  background: rgba(251, 121, 27, 1);
  border-radius: 10px;
  overflow: hidden;
  color: white;
  text-align: center;
  display: block;
  cursor: pointer;
  font-size: 16px;
  font-weight: 700;
  transition: all .2s linear;
}
.modalButtonDismiss:hover {
  background: #333;
}
.underline.black {
	text-decoration: underline;
}
.underline.black:hover {
	text-decoration: none;
}
.button-orange-without-border {
    background: transparent;
    border: 0;
    cursor: pointer;
	font-weight: 700;
	color: rgba(2, 154, 173, 1);
}
.button-orange-without-border:hover {
	color: rgba(251, 121, 27, 1);
}
.myCheckbox label, .standart-checkbox label {
    display: inline-block;
    cursor: pointer;
    position: relative;
    padding-left: 30px;
    font-size: 14px;
    height: 18px;
	margin-bottom: 0;
}
.standart-checkbox label {
  padding-left: 22px;
  margin-bottom: 0;
}
.myCheckbox label:before, .standart-checkbox label:before {
    content: "";
    display: inline-block;
    width: 18px;
    height: 18px;
    margin-right: 5px;
    position: absolute;
    left: 0px;
    top: 0;
    border: 1px solid rgba(223, 223, 223, 1);
	border-radius: 3px;
    background: white;
}
.standart-checkbox label:before {
  top: inherit;
  bottom: 0;
}
.myCheckbox input[type=checkbox], .standart-checkbox input[type=checkbox] {
    display: none;
    margin-left: 0;
}
.myCheckbox input[disabled] + label, .standart-checkbox input[disabled] + label  {
    color: #b0b0b0;
    pointer-events: none;
}
.myCheckbox input[type=checkbox]:checked + label:before, .standart-checkbox input[type=checkbox]:checked + label:before {
    content: "\2714";
    font-size: 14px;
    text-align: center;
    line-height: 18px;
    background-color: rgba(0, 188, 204, 1);
    color: white;
    border: 0;
	border-radius: 3px;
}
.pika_play {
    display: none!important;
}
.pika_subdiv img {
    display: block;
    margin: 0 auto;
    max-width: 100%;
}
#pikame li {
    display: inline-block;
    width: auto!important;
    height: auto!important;
    margin-right: 10px;
    cursor: pointer;
}
#pikame li  img{
    width: 70px!important;
    height: 70px!important;
    border: 1px solid #dddddd;
    padding: 5px;
	border-radius: 10px;
}
#pikame li img.pika_selected {
    border: 1px solid rgba(0, 188, 204, 1);
}
#pikame {
    padding: 0px;
    margin-top: 10px;
}
.pika_navigation {display:none!important;}
.qm-name {
	font-size: 24px;
    font-weight: 700;
    margin-bottom: 10px;
	display: block;
}
.modalProdHref {
	color: rgba(2, 154, 173, 1);
	font-weight: 600;
}
.fixed-tg-wiget .lay {
    position: fixed;
    z-index: 1000000;
    height: 100%;
    width: 100%;
    background: rgba(0,0,0, 0.8);
    left: 0;
    top: 0;
    will-change: opacity;
    visibility: hidden;
    opacity: 0;
    -webkit-transition: opacity .5s, visibility .2s;
    -o-transition: opacity .5s, visibility .2s;
    transition: opacity .5s, visibility .2s;
	display: none;
}
.ftg-content {
  padding: 40px;
  background: #fff;
  position: fixed;
  border-radius: 10px;
  bottom: 20px;
  left: 0;
  right: 0;
  margin: auto;
  max-width: 730px;
  box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.1);
  z-index: 10000001;
  display: flex;
  align-items: center;
  justify-content: center;
  will-change: opacity;
  visibility: hidden;
  opacity: 0;
  -webkit-transition: opacity .5s, visibility .2s;
  -o-transition: opacity .5s, visibility .2s;
  transition: opacity .5s, visibility .2s;
}
.ftg-content div:nth-child(1) {
  margin-right: 20px;
}
.ftg-content div:nth-child(2) span:nth-child(1) {
	display: block;
	font-weight: 700;
}
.ftg-content div:nth-child(2) span:nth-child(2) {
	display: block;
	margin-top: 5px;
}
.ftg-content div:nth-child(3) {
  margin-left: 40px;
}
.ftg-button {
    height: 50px;
    padding: 0 30px;
    border: 0;
    background: rgba(0, 188, 204, 1);
    border-radius: 10px;
    overflow: hidden;
    color: white;
    text-align: center;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    font-size: 16px;
    font-weight: 700;
    transition: all .2s linear;
}
.ftg-button:hover {
  background: rgba(251, 121, 27, 1);
  color: #fff;
}
.ftg-close {
  box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.15);		
  position: absolute;
  right: -20px;
  top: -20px;
  width: 40px;
  height: 40px;
  border-radius: 100%;
  cursor: pointer;
  background: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
}

.ftg-close:hover svg path {
  fill: rgba(251, 121, 27, 1);
}
.fixed-tg-wiget.open .lay, .fixed-tg-wiget.open .ftg-content {
      opacity: 1;
      visibility: visible;
}

.social-fixed-button {
	display: block;
	right: 20px;
	bottom: 20px;
	position: fixed;
	z-index: 99;
}
.sfb-tg {
  width: 50px;
  height: 50px;
  border-radius: 100%;
  cursor: pointer;
  background: rgba(38, 165, 228, 1);
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all .2s linear;
}
.sfb-tg svg {
	margin-left: -5px;
}
.sfb-tg:hover {
	background: #333;
}
.sfb-viber {
  width: 50px;
  height: 50px;
  border-radius: 100%;
  cursor: pointer;
  background: rgba(114, 49, 179, 1);
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all .2s linear;
  margin-top: 10px;
}
.sfb-viber:hover {
	background: #333;
}
.sfb-go-top {
  width: 50px;
  height: 50px;
  border-radius: 100%;
  cursor: pointer;
  background: rgba(0, 188, 204, 1);
  display: none;
  align-items: center;
  justify-content: center;
  transition: all .2s linear;
  margin-top: 10px;
}
.sfb-go-top:hover {
	background: #333;
}
.sfb-go-top.active {
	display: flex;
}
.cheking{text-align:center;margin-top:25px;}
.cheking input {display:none;}
.cheking input:not(checked) + label{cursor:pointer;margin-right:5px;font-weight:400;display:inline-flex;align-items: center; justify-content: center; padding: 0 10px;min-width:50px;height:50px;border:1px solid #ddd;border-radius: 10px;font-size: 16px;}
.cheking input:checked + label {background:rgba(0, 188, 204, 1);color:white;border: 1px solid rgba(0, 188, 204, 1);}
.cart_modal_chk1 {height:50px;width:160px;border:1px solid #ddd;padding-left:10px;margin:15px auto;display:block;border-radius: 10px;font-weight: 700;text-align: center;}
.cart_modal_chk2 {height:50px;width:160px;color:white;font-size:16px;margin:0 auto;background:rgba(0, 188, 204, 1);display:flex;border:0;cursor: pointer;align-items: center; justify-content: center;border-radius: 10px;font-weight: 700;}
.cart_modal_chk2:hover {
	background: rgba(251, 121, 27, 1);
}
.vrntAvl1 {display:none;}
.exportClose {
  height: 50px;
  border-radius: 10px;
  font-size: 16px;
  font-weight:700;
  background: transparent;
  border: 1px solid rgba(0, 188, 204, 1);
  color: rgba(0, 188, 204, 1);
  cursor: pointer;
  padding: 0 20px;
  max-width: 100%;
}
.exportClose.active {
  background: rgba(0, 188, 204, 1);
  color: white;
}
.generationNow {
  height: 50px;
  border-radius: 10px;
  font-size: 16px;
  font-weight: 700;
  background: rgba(0, 188, 204, 1);
  border: 1px solid rgba(0, 188, 204, 1);
  color: white;
  cursor: pointer;
  width: 100%;
  max-width: 100%;
  transition: all .2s linear;
}
.generationNow:hover {
  background: #333;
  color: fff;
  border: 1px solid #333;
}
.dd-button, .dd-a a {
  font-size: 16px;
  font-weight: 700;
  color: rgba(0, 188, 204, 1);
  text-decoration: none;
  border: 1px solid rgba(0, 188, 204, 1);
  border-radius: 10px;
  height: 50px;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all .2s linear;
}
.dd-button svg {
  display: block;
}
.dd-button svg path {
  fill: rgba(0, 188, 204, 1);
  transition: all .2s linear;
}
.dd-button:hover, .dd-a a:hover {
  color: #fff;
  background: rgba(0, 188, 204, 1);
}
.dd-button:hover svg path {
  fill: #fff;
}
#export_catList ul > div {
  display: none;
}
#export_catList {
  border: 1px solid #DFDFDF;
}
#export_catList ul {
  padding: 0;
  margin: 0;
  list-style-type: none;
}
#export_catList ul > li {
  padding: 10px 10px 10px 35px;
  border-bottom: 1px solid #DFDFDF;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  position: relative;
}
#export_catList ul li ul {
  padding-left: 0;
  width: 100%;
  min-width: 100%;
}
#export_catList ul li ul li {
  border: 0;
  padding: 10px 0 10px 25px;
}
#export_catList ul li label {
  margin: 0;
  cursor: pointer;
}
.lvl-1 > .standart-checkbox {
  position: absolute;
  left: 10px;
  top: 10px;
}
.lvl-1 > .standart-checkbox label:before, .lvl-2 > .standart-checkbox label:before {
  bottom: -2px;
}
.lvl-2 > .standart-checkbox {
  position: absolute;
  left: 0;
  top: 10px;
}
.main-title-xml {
  width: 100%;
  position: relative;
  padding-right: 30px;
}
.CatName {
  cursor: pointer;
  margin-left: 0;
}
.mtx-status {
  position: absolute;
  right: 0;
  font-size: 25px;
  top: 0;
}
.lvl-1.active .l1 .mtx-status {
  transform: rotate(180deg);
}
.lvl-2.active .l2 .mtx-status {
  transform: rotate(180deg);
}
.export_goodsList {
  border: 1px solid #DFDFDF;
    margin-top: 10px;
}
.export_goodsList table {
  width: calc(100% + 25px);
    margin-left: -25px;

}
.export_goodsList table td, .export_goodsList table th {
  border: 1px solid #DFDFDF;
  padding: 5px;
}
.export_goodsList table tr td:nth-child(4) {
	white-space: nowrap;
}
.static-container {
	max-width: 1000px;
	margin: 10px auto;
}
.map-section {
	border: 5px solid rgba(255, 255, 255, 1);
	border-radius: 10px;
	overflow: hidden;
}
.map-wrapper {
  width: 100%;
  height: 350px;
}
.map-wrapper iframe {
  width: 100%;
  height: 100%;
  border: 0;
}
.contact-section {
	border-radius: 10px;
	overflow: hidden;
	padding: 40px;
	margin-top: 20px;
	background: #fff;
	font-size: 16px;
	line-height: 170%;
}
.static-title {
	font-size: 30px;
	font-weight: 700;
	margin-bottom: 20px;
}
.cd-email-2 {
    font-weight: 700;
    color: rgba(2, 154, 173, 1);
	text-decoration: underline;
}
.static-sub {
	font-weight: 700;
}
.del-section {
	border-radius: 10px;
	overflow: hidden;
	padding: 40px;
	background: #fff;
	font-size: 16px;
	line-height: 170%;
	margin-top: 10px;
}
.del-sub-1 {
	font-size: 20px;
	font-weight: 700;
}
.del-ul {
	padding: 10px 0 0 0;
	margin: 0;
	list-style: none;
}
.del-ul > li {
	padding: 20px;
	border-radius: 10px;
	border: 1px solid rgba(223, 223, 223, 1);
	margin-top: 20px;
}
.del-ul > li ol {
	padding: 0;
	margin: 0;
	list-style: none;
}
.del-ul > li ol li {
	display: flex;
	align-items: center;
}
.del-ul > li ol li div:nth-child(2) {
	margin-left: 15px;
}
.del-ul > li ol li div:nth-child(2) b {
	display: block;
}
.mb-15 {
	margin-bottom: 15px;
}
.del-ul > li ol li div:nth-child(2) a {
	 font-weight: 700;
    color: rgba(2, 154, 173, 1);
	text-decoration: underline;
}
/************************************скрол шапка*******************************/
.place-for-gamburger {
	width: 50px;
	height: 50px;
	display: flex;
	align-items: center;
	justify-content: center;
	border-radius: 10px;
	border: 1px solid transparent;
	margin-left: 50px;
	transform: rotate(180deg) scale(0);
	transition: transform .5s ease;
	z-index: 10;
}
.place-for-gamburger svg {
	opacity: 0;
  visibility: hidden;
  transition: opacity 0.5s ease;
}
.headerCenter.scrolled .place-for-gamburger {
	border: 1px solid #fff;
	transform: rotate(1turn) scale(1);
	cursor: pointer;
}
.headerCenter.scrolled .place-for-gamburger svg {
	opacity: 1;
  visibility: visible;
}
.h-button-title {
	transition: all .3s linear;
}
.headerCenter.scrolled .h-button-title {
	max-height: 0;
    max-width: 0;
    opacity: 0;
}
.place-for-auth {
	margin-right: 20px;
}
.place-for-auth .autorization a {
	pointer-events: none;
	opacity: 0;
	transition: opacity .3s ease;
}
.headerCenter.scrolled .place-for-auth .autorization a {
	opacity: 1;
	pointer-events: all;
}
.place-for-auth .autorization a span + span {
	display: none;
}
.place-for-auth .autorization a svg {
	width: 30px;
	height: auto;
}
.place-for-auth .autorization a svg path {
	fill: #fff;
}

.headerCenter.scrolled .catalogNavigation.active {
	top: -30px;
}
.headerCenter.scrolled {
	z-index: 11;
}
/************************************скрол шапка конец*************************/