
body {
	font-size: 16px;
	min-width: 320px;
	position: relative;
	line-height: 1.6;
	font-family:'gothicb', sans-serif;
	background-color: #fff;
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover; }

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
	-webkit-tap-highlight-color: transparent;
}

html {
  width: 100%;
  max-width: 100%;
  height: auto;
  overflow-x: hidden;
}


body {
  width: 100%;
  max-width: 100%;
  height: 100%;
}
input, textarea {
	outline:none;
}
.show {
	display: block;	
}
.red {
  color: red!important;
}


ul {
    margin: 0;
    list-style: none;
}
.breadcrumbs {
    display: flex;
    flex-wrap: wrap;
    padding: 0;
}
.actions__list, .item {
    display: flex;
}
.breadcrumbs .item {
    display: flex;
    font: 400 12px/14px Roboto, sans-serif;
    color: #484748;
    margin-bottom: 15px;
    white-space: nowrap;
}
.breadcrumbs .item .home:after {
    display: block;
    content: "";
    width: 18px;
    height: 15px;
    bottom: 2px;
    background: url(/images/cat-home-icon-grey.svg) 50% no-repeat;
}
svg {
    fill: #eee;
}
.breadcrumbs__arrow {
    height: 14px;
    width: 20px;
    stroke: #888484;
}


table {
    width: 100%;
    font-size: 14px;
}
td {
    border: 1px solid #eee;
    padding: 2px 10px;
}
tr:nth-child(odd) {
    background: #e9e9e9e9;
}


.wrap-good-big-img {
    position: relative;
}

.vendor {
    width: 60px;
    margin: 0px;
    padding: 10px;
    text-align: center;
    position: absolute;
    z-index: 30;
    top: 10px;
    right: -10px;
}

.good-header .vendor {
    width: 140px;
    margin: 0px;
    padding: 10px;
    text-align: center;
    position: absolute;
    z-index: 30;
    top: 10px;
    right: -15px;
}

.vendor img {
    max-width: 100%;
}

.wrap-good-big-img img.vendor__logo {
    position: absolute;
    right: 15px;
    border-radius: 0;
    top: 5px;
    width: 70px;
    z-index: 3;
    box-shadow: none;
}
#index .catalog-goods {
    overflow-y: hidden;
    padding: 30px 0;
}

/* Обратный звонок*/
.backCall {
    position: fixed;
    top: 50%;
    left: 80px;
    margin-top: -50px;
    z-index: 2000;
}
.backCall form {
    background: #3b55a5;
    border: 1px solid #fff;
    padding: 5px 20px;
    color: #fff;
    display: none;
    font-size: 12px;
    border-radius: 10px;
}

.backCall .btn {
    background: #4CAF50;
    padding: 5px 0;
    border: none;
    border-radius: 10px;
    color: #fff;
    text-decoration: none;
    font-size: 14px;
    text-shadow: 1px 1px 2px black;
    box-shadow: 1px 1px 2px black;
    transition: all .5s ease;
		margin: 10px 0 5px;
    cursor: pointer;
    text-align: center;
}
.backCall .form {
	display: flex;
    flex-direction: column;
}
.backCall .btn-close {
  position: absolute;
    right: 5px;
    top: 0;
    font-size: 18px;
    cursor: pointer;
    transition: all .5s easy;
}
.backCall .btn-close:hover {
  opacity: .8;
}

.backCall .form input {
	    border-radius: 5px;
    border: none;
    line-height: 25px;
}

.backCall .form-title {
  font-family: 'gothic', sans-serif;
    text-align: center;
    line-height: 1.2;
    margin-bottom: 10px;
}
.backCall .form-title b {
  font-size: 20px;
}
.backCall .form label {
	font-family: 'gothic', sans-serif;
}
/**/
.content-right-block-content ol {
	list-style-position: inside;
}


.group__catalog {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  -o-flex-wrap: wrap;
  flex-wrap: wrap;
  justify-content: center;
}

.catalog__item {
    max-width: 15%;
    border: 1px solid #eee;
    position: relative;
    margin: 5px;
    padding: 10px;
}

.catalog__item_menu {
    text-align: left;
    font-size: 16px;
    position: absolute;
    top: 0;
    opacity: 0;
    transition: all .5s ease;
}

.catalog__item:hover .catalog__item_menu {
  opacity: 1;
}

.catalog__item:hover {
  box-shadow: 2px 2px 3px #eee;
}

.catalog__item_text {
    color: #3b55a5;
    font-family: 'gothicb', sans-serif;
    font-size: 16px;
    position: absolute;
    bottom: 5px;
    left: 10px;
}

.catalog__item_menu a {
  text-decoration: none;
}

.catalog__item img{
  max-width: 100%;
}
.more-desc h2 {
    margin: 20px 0 10px;
}

/*Подробнее про Электровелосипеды и тд*/
#more-close	{
		font-size: 20px;
    position: absolute;
    display: none;
    cursor: pointer;
    margin-left: 3px;
    color: #adabab;
}
.more-desc {
  padding: 5px 10px;
      font-family: 'gothic', sans-serif;
}
.more-desc ul {
    list-style: disc inside;
}


#more-btn {
    font-size: 20px;
    position: absolute;
    margin-left: 3px;
    cursor: pointer;
    color: #adabab;

}

/**/	
.clear {
	margin-bottom: 50px;

}

.catalog .owl-prev {
    background-image: url(../images/prev-b.png);
 }
 .catalog .owl-next {
    background-image: url(../images/next-b.png);
 }
 .owl-prev,  .owl-next {

    padding: 231px 40px;
     }

.owl-prev {
  left: 0;
 }
 .catalog .owl-prev, .catalog .owl-next {
    padding: 50px 20px;
    top: 183px;
}
.top-search {
    position: absolute;
  right: 84px;
  background: #fff;
  border-radius: 3px;
  height: 34px;
  margin: 11px auto;
  width: 280px;
  z-index: 99999;
   border: 1px solid #aaa;
       box-shadow: 1px 2px 2px black;
}

.top-search input {
      background: none;
    border: 0;
    color: #333;
    font-family: "gothic", sans-serif;
    height: 34px;
    float: left;
    font-size: 16px;
    line-height: 34px;
    outline: none;
    padding: 0 5px;
    width: 245px;
}

.top-search button {
    background: #3b55a5;
    border: 0;
    border-radius: 3px;
    float: right;
    height: 30px;
    margin: 1px 1px 0 0;
    padding: 0;
    width: 30px;
    cursor: pointer;
}
.top-search button:hover {
    background: #2196F3;
  }

.top-search .fa-search {
  color: #fff;
}
.good .owl-carousel .owl-stage {
	margin-left: 0;
}
.menu-item .fa-plus-square-o{
	text-align: left;

}
.menu-item .fa-plus-square-o, .menu-item .fa-minus-square-o {
  color: #3B55A5;
  position: absolute;
  left: 10px;
  margin-top: -21px;
  font-size: 20px;
  transition: all .5s ease;
} 
.header .menu-item .fa-plus-square-o, .header .menu-item .fa-minus-square-o {
  color: #3b55a5;
  transition: all .5s ease;
   }
.menu-item .fa-plus-square-o:hover{
  color: #4caf50;
  transition: all .5s ease;
}
.menu-item .fa-minus-square-o:hover {
  color: #f44336;
  transition: all .5s ease;
}

.menu-item:hover  .fa-plus-square-o{
	display: block;
	transition: all .5s ease;
}
.menu-item:hover .menu-item-text {
   color: #3b55a5;

}
.menu-item.act .menu-item-text {
   color: red;

}

.header .menu-item:hover .menu-item-text {
   color: #4CAF50;

}



.menu-item .fa-minus-square-o {
	display: none;	
}

.header {

	/*height: 100vh;*/
}	

.carousel-news-small {
	display: none;
}
.hide {
	display: none;
}

.nohide {
	display: block;
}

.sidemenu {
    background: #3b55a5;
    height: 100%;
    min-height: 100vh;
	float: left;

	text-align: center;
	position: relative;
	width: 80px;
	z-index: 1;
	/*overflow-y: scroll;*/
	box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.2);
	display: flex;
  flex-direction: column;
  justify-content: start;
  justify-items: center;
  align-items: center;
}
/*::-webkit-scrollbar {*/
/*    width: 0px;*/
/*    background: transparent; !* make scrollbar transparent *!*/
/*}*/
/*.section::-webkit-scrollbar, .content::-webkit-scrollbar {*/
/*	width: 8px;*/
/*	background: #eaeaea;*/
/*}*/
/*.section::-webkit-scrollbar-thumb, .content::-webkit-scrollbar-thumb{*/

/*  background: #3B55A5;*/
/*	border-radius: 5px;*/
/*	max-height: 20px;*/
/*}*/
.good header {

  align-self: flex-start;
}

/*.sidemenu::-webkit-scrollbar {*/
/*    width: 0px;*/
/*    background: transparent; !* make scrollbar transparent *!*/
/*}*/
/*.wrap-right-menu {*/
/*!*	direction: rtl;*!*/
/*}*/
/*.wrap-right-menu::-webkit-scrollbar {*/
/* 	width: 8px;*/
/* 	border-right: 1px solid #3B55A5;*/
/* 	border-left: 1px solid #3B55A5;*/
/* }*/

/*.wrap-right-menu::-webkit-scrollbar-thumb{*/

/*  background: #3b55a5;*/
/*	border-radius: 5px;*/
/*	max-height: 20px;*/
/*}*/
/*.catalog-goods::-webkit-scrollbar {*/
/*  width: 8px;*/
/*  border-right: 1px solid #3B55A5;*/
/*  border-left: 1px solid #3B55A5;*/
/* }*/

/*.catalog-goods::-webkit-scrollbar-thumb{*/

/*  background: #3B55A5;*/
/*  border-radius: 5px;*/
/*  max-height: 20px;*/
/*}*/




.info-mail-img, .info-phone-img, .info-messendger-img{
    font-size: 36px;
    font-family: 'gothic', sans-serif;
       text-shadow: 1px 2px 2px #ccc;
    cursor: pointer;
    transition: all .5s ease;
}
.header .info-mail-img, .header .info-phone-img, .header .info-messendger-img {
  text-shadow: 1px 2px 2px #000;
}

.info-mail-img:hover {
	color: #3b55a5;
	transform: rotate(45deg);
	}
  .fa-phone {
    transition: all .5s ease;
  }
  .fa-phone:hover {
  color: #3b55a5;
  transform: rotate(45deg);
  }

@keyframes rotate {
	from {transform: rotate(0deg);color:inherit;}
  8% {color:inherit;}
  9% {color: #EE223B;}
	12% {transform: rotate(30deg);}
	13% {transform: rotate(70deg);}
	14% {transform: rotate(30deg);}
	15% {transform: rotate(70deg);}
	16% {transform: rotate(30deg);}
  19% {color: #EE223B;}
  20% {color:inherit;}
	to {transform: rotate(0deg);}
}	
@keyframes rotate-blue {
  from {transform: rotate(0deg);}
  8% {color:#3b55a5;}
  9% {color: #EE223B;}
  12% {transform: rotate(30deg);color: #EE223B;}
  13% {transform: rotate(70deg);color: #EE223B;}
  14% {transform: rotate(30deg);color: #EE223B;}
  15% {transform: rotate(70deg);color: #EE223B;}
  16% {transform: rotate(30deg);color: #EE223B;}
  19% {color: #EE223B;}
  20% {color:#3b55a5;}
  to {transform: rotate(0deg);}
}
.rotate-anime {
  animation: rotate;
  animation-iteration-count:infinite;
  animation-direction: alternate;

  animation-duration: 10s;

}
.rotate-anime-blue{
	animation: rotate-blue;
  animation-iteration-count:infinite;
  animation-direction: alternate;
  animation-duration: 10s;

}
.contacts-header .info-phone-img, .good-header .info-phone-img,  .cart-header .info-phone-img, .section-header .info-phone-img,  .content-header .info-phone-img, .catalog-header .info-phone-img{
  color:#3b55a5;
}
/*@keyframes hide {
	from {opacity: 0;}
	8% {opacity: 0;}
	9% {opacity: .8;}
	19% {opacity: .8;}
	20% {opacity: 0;}
	to {opacity: 0;}
}	
.info-phone-img:before {
    content: 'Заказать обратный звонок';
    position: fixed;
    top: -10px;
    left: -19px;
    transform: rotate(-30deg);
    font-size: 13px;
		opacity: 0;
}

.info-phone-img:before {
	animation: hide;
	animation-iteration-count:infinite;
	animation-direction: alternate;

	animation-duration: 10s;

}*/
.good-header .info-mail-img, .good-header .info-phone-img, .cart-header .info-mail-img, .catalog-header .info-phone-img{
    text-shadow: 1px 2px 2px #ccc;
}

.good-header .info-mail-img:hover, .good-header .info-phone-img:hover, .cart-header .info-mail-img:hover, .cart-header .info-phone-img:hover {
	color: #4caf50;
	}

.content-header .info-mail-img:hover, .content-header .info-phone-img:hover {
	color: #4caf50;
	}			

.tab-panels-desc-content::-webkit-scrollbar {
 	width: 6px;
 	background: #aaa;
 }

.tab-panels-desc-content::-webkit-scrollbar-thumb {
	background: #3B55A5; 
	border-radius: 5px;
	max-height: 20px;
}
.tab-panels-desc {
	width: 100%;
}


/*my slider*/
.slideshow-container {
	position: relative;
	margin: auto;
		background: #fff;
}
.slideshow-container img {
	background: #fff;
	padding: 10px;
}
.prevS, .nextS {
    cursor: pointer;
    position: absolute;
    font-size: 40px;
    top: 50%;
    margin-top: -35px;
    padding: 16px;
    color: #aaa;
    font-weight: bold;
    transition: 0.6s ease;
}
.nextS {
	right: 170px;
}
.prevS {
	left: 170px;
}
.prevS:hover, .nextS:hover{
	color: rgba(59,85,165,0.8);
	} 

.dot {
	cursor: pointer;
	height: 13px;
	width: 13px;
	margin: 0 2px;
	background-color: #bbb;
	border-radius: 50%;
	display: inline-block;
	transition: background-color 0.6s ease;

}	

.slideshow-container .active, .dot:hover {
	background-color: #717171;
}
.fade {
	-webkit-animation-name: fade;
	-webkit-animation-duration: 1.5s;
	animation-name:fade;
	animation-duration: 1.5s;
}

@-webkit-keyframes fade {
	from{opacity:.4}
	to{opacity: 1}
}

@keyframes fade {
	from{opacity:.4}
	to{opacity: 1}
}

/*End my slider*/



.available-colors {

  display: flex;
}

.logo {
	padding: 25px;

}
.content-title-text {
  color: #333;
}
.logo a {
    text-decoration: none;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    font-family: 'sofa', sans-serif;
    transition: all .5s ease;
    
}
.logo span {
    text-decoration: none;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    font-family: 'sofa', sans-serif;
    transition: all .5s ease;

}

.sidemenu span.active i.far, .sidemenu span.active i.fa, .sidemenu span.active i.fas, .sidemenu span.active i.fab {
  color: red!important;
}


.logo-e {
  font-size: 30px;
  color: #ffffff;
  line-height: 30px;

}

.logo-s {
  font-size: 7px;
  color: #ffffff;

}


.catalog-header .sidemenu, .contacts-header .sidemenu, .cart-header .sidemenu, .good-header .sidemenu, .content-header .sidemenu , .section-header .sidemenu{
    background: #ffffff;
}
.catalog-header .logo-e, .contacts-header .logo-e, .cart-header .logo-e, .good-header .logo-e, .content-header .logo-e, .section-header .logo-e{
    color: #3b55a5;
}

.catalog-header .logo-s, .contacts-header .logo-s, .cart-header .logo-s, .good-header .logo-s, .content-header .logo-s, .section-header .logo-s{
    color: #3b55a5;
}


.rightC {
    color: #4caf50;
}


.header #nav-icon3 span {
    background: #fff;
     }


.icon-wrap img {
	width: 23px;
	padding: 25px 0;
}
.icon-wrap .fa ,.icon-wrap .fas,.icon-wrap .far,.icon-wrap .fab, .info-phone-img .fab{
   color: #fff;
  font-size: 30px;
  padding: 10px 0;
  transition: all 0.5s ease;
      text-shadow: 1px 2px 2px #ccc;
}
.header .icon-wrap .fa ,.header .icon-wrap .fas,.header .icon-wrap .far,.header .icon-wrap .fab, .info-phone-img .fab  {
      text-shadow: 1px 2px 2px #000;
}

.search {
  cursor: pointer;
}

.chat {
  cursor: pointer;
  display: none;
}

.good-header .icon-wrap .fa, .good-header .icon-wrap .far, .good-header .icon-wrap .fas,.good-header .info-mail-img, .good-header .info-phone-img,.good-header .info-mail-content a,.good-header .info-phone-content a, .good-header .info-phone-img .fab {
   color: #3b55a5; 
 }
 .cart-header .icon-wrap .fa, .cart-header .icon-wrap .far,.cart-header .icon-wrap .fas, .cart-header .info-mail-img, .cart-header .info-phone-img,.cart-header .info-mail-content a,.cart-header .info-phone-content a ,.cart-header .info-phone-img .fab{
   color: #3b55a5; 
 }
  .content-header .icon-wrap .fa,  .content-header .icon-wrap .far,  .content-header .icon-wrap .fas,.content-header .info-mail-img, .content-header .info-phone-img,.content-header .info-mail-content a,.content-header .info-phone-content a ,.content-header .info-phone-img .fab{
   color: #3b55a5; 
 }
   .section-header .icon-wrap .fa, .section-header .icon-wrap .far, .section-header .icon-wrap .fas, .section-header .info-mail-img, .section-header .info-phone-img,.section-header .info-mail-content a,.section-header .info-phone-content a,.section-header .info-phone-img .fab{
   color: #3b55a5; 
 }
    .catalog-header .icon-wrap .fa,.catalog-header .icon-wrap .far, .catalog-header .icon-wrap .fas, .catalog-header .info-mail-img, .catalog-header .info-phone-img,.catalog-header .info-mail-content a,.catalog-header .info-phone-content a,.catalog-header .info-phone-img .fab{
   color: #3b55a5; 
 }
     .contacts-header .icon-wrap .fa, .contacts-header .icon-wrap .far, .contacts-header .icon-wrap .fas,.contacts-header .info-mail-img, .contacts-header .info-phone-img,.contacts-header .info-mail-content a,.contacts-header .info-phone-content a,.contacts-header .info-phone-img .fab{
   color: #3b55a5; 
 }

.icon-wrap .fa:hover, .icon-wrap .fas:hover, .icon-wrap .far:hover, .icon-wrap .fab:hover, .info-phone-img .fab:hover {
	color: #4caf50;
}
.good-header .icon-wrap .fa:hover ,  .content-header .icon-wrap .fa:hover, .cart-header .icon-wrap .fa:hover, .contacts-header .icon-wrap .fa:hover,
.good-header .icon-wrap .fas:hover ,  .content-header .icon-wrap .fas:hover, .cart-header .icon-wrap .fas:hover, .contacts-header .icon-wrap .fas:hover,
.good-header .icon-wrap .far:hover ,  .content-header .icon-wrap .far:hover, .cart-header .icon-wrap .far:hover, .contacts-header .icon-wrap .far:hover,
.good-header .icon-wrap .fab:hover ,  .content-header .icon-wrap .fab:hover, .cart-header .icon-wrap .fab:hover, .contacts-header .icon-wrap .fab:hover
{
	color: #4caf50;
}
.good-header .icon-wrap .fa, .cart-header .icon-wrap .fa, .content-header  .icon-wrap .fa, .section-header .icon-wrap .fa, .contacts-header .icon-wrap .fa,
.good-header .icon-wrap .fas, .cart-header .icon-wrap .fas, .content-header  .icon-wrap .fas, .section-header .icon-wrap .fas, .contacts-header .icon-wrap .fas,
.good-header .icon-wrap .far, .cart-header .icon-wrap .far, .content-header  .icon-wrap .far, .section-header .icon-wrap .far, .contacts-header .icon-wrap .far,
.good-header .icon-wrap .fab, .cart-header .icon-wrap .fab, .content-header  .icon-wrap .fab, .section-header .icon-wrap .fab, .contacts-header .icon-wrap .fab
{
  text-shadow: 1px 2px 2px #ccc;
}

.catalog .breadcrumbs {
    padding: 5px;
  color: #333;

}
.catalog .breadcrumbs a {
	  color: #333;
}
.catalog .breadcrumbs span {
	font-weight: bold;

}


.good .breadcrumbs {
    color: black;
    font-size: 14px;
    font-family: 'gothic', sans-serif;
    -ms-align-self: flex-start;
    align-self: flex-start;
}
    
.good .breadcrumbs a {
	 text-decoration: none;
	 color: black;	
}
.good .breadcrumbs span {
	font-family: 'gothicb', sans-serif;
}

.head {
	height: 100%;

}
.header::after {
	content: "";
	background: url(../images/head-bg2.webp) no-repeat center center fixed;
	background-size: cover;
	background-color: #3b55a5;
	opacity: .9;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  position: absolute;
  z-index: -1;
}




.catalog{
	height: 100vh;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
}

.catalog::after {
	content: "";
/*	background: url(../images/head-bg8.jpg) no-repeat center center fixed;*/
	background-size: cover;
	background-color: #fff;
  opacity: 0.9;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  position: absolute;
  z-index: -1; 
}

.stars {
    background: url(/images/stars.png);
    width: 130px;
    height: 28px;
    cursor: pointer;
}

#rating {
    width: 130px;
    margin: 0px;
    padding: 10px;
    text-align: center;
    position: absolute;
    z-index: 30;
    top: 15px;
    left: -15px;
}
#rating div {
    float: left;
}


#rating p {
    margin: 0;
    padding: 0;
}

.progress {
    opacity: 0;
}
.progress {
    background: #FFEE00;
}

.progress {
    width: 30px;
    height: 28px;
    cursor: pointer;
}

.wrap-side-good {
  justify-content: center;
}
.good::after {
	content: "";
/*	background: url(../images/head-bg5.jpg) no-repeat center center fixed;*/
	background-size: cover;
	background-color: #fff!important;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  position: absolute;
  z-index: -1; 
}

.content, .section, .contacts{
	/*height: 100vh;*/
	/*overflow-y: scroll;*/

}

.content::after {
	content: "";
/*	background: url(../images/head-bg5.jpg) no-repeat center center fixed;*/
	background-size: cover;
	background-color: #fff!important;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  position: absolute;
  z-index: -1; 
}
.section::after {
  content: "";
/*  background: url(../images/head-bg5.jpg) no-repeat center center fixed;*/
  background-size: cover;
  background-color: #fff!important;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  position: absolute;
  z-index: -1; 
}

.content-img {
  height: 250px;
  width: 670px;
  margin-left: -15px;
}
.content-img.big {
	 height: 250px;
  width: 800px;

}

.content-img.big img {
    margin-top: -120px;
    width: 100%;
}

.head-text {
		text-align: center;
      padding-top: 65px;
}

.head .head-text span {
	opacity: .3;
	text-transform: uppercase;
	font-size: 180px;
	color: #fff;
  display: block;
	font-family:'goth', sans-serif;
}

.head .head-text .e-logo {
    text-transform: uppercase;
    font-size: 65px;
    color: #fff;
    margin-top: -250px;
    font-family: 'sofa', sans-serif;
    text-shadow: 1px 1px 2px black;
}

.head .head-text h1 {
	text-transform: uppercase;
	font-size: 25px;
	color: #fff;
	margin-top: -20px;
	font-family:'gothicb', sans-serif;
	text-shadow: 1px 1px 2px black;
	padding-bottom: 47px;
}

.wrap-btn-open {
	text-align: center;
	font-family:'gothicb', sans-serif;
	padding-bottom: 100px;
}

.wrap-btn-open .btn-open {
	position: relative;
}

.wrap-btn-open .btn-open a {
    background: #4CAF50;
    padding: 11px 17px;
    border: none;
    border-radius: 20px;
    color: #fff;
    text-decoration: none;
    font-size: 14px;
    text-shadow: 1px 1px 2px black;
    box-shadow: 1px 1px 2px black;
    transition: all .5s ease;
}
.wrap-btn-open .btn-open a:hover {
  background: #41c347;
  box-shadow: none;
  text-shadow: none;
}
.wrap-btn-open .btn-open a:focus, .wrap-btn-open .btn-open a:active {
  background: #aaa;
}

.menu {
	transition: all 1s ease;
}

.menu .wrap-btn-menuE, .menu .wrap-btn-menuX {
	position: absolute;
	top: 5px;
	right: 5px;
	cursor: pointer;
	z-index: 3;
	opacity: .9;

}

.menu .wrap-btn-menuX img,  .menu .wrap-btn-menuE img{
	width: 80px;
}

.menu .wrap-btn-menuX {
	display: none;
	opacity: .9;
}
.wrap-right-menu {
	display: none;
	position: absolute;
	top: 0;
	right: 0;
	width: 250px;
	background-color: #fff;
	height: 100%;
  overflow-y: scroll;
  z-index: 999;
  box-shadow: 0 0 20px 5px rgba(0, 0, 0, 0.2);
}

.header .wrap-right-menu {
	background: url(../images/head-bg2-opa.jpg) no-repeat center center fixed;
	background-size: cover;
}
.header .menu-item-text {
    color: #3b55a5;
    text-shadow: 2px 1px 4px #aeacac;
    transition: all .5s ease;
	 }

.header .menu-item-text:focus {
	color: red;
	}
.header .menu-item-text:hover {
	color: #4CAF50;
}


.wrap-menu-item img {
  transition: transform .5s ease ;
	width: 180px;
}
 .advantages-services   {
    justify-content: start;
    display: flex;
        align-items: center;
}
.advantages-services i {
  color: #3b55a5;
  font-size: 30px;
}

.menu-item-text {
	color: #3b55a5;
	font-family:'gothicb', sans-serif;
	font-size: 16px;

}

.menu-item-dropdown {
    text-align: left;
    padding: 10px 30px 10px 20px;
    font-size: 16px;
    position: relative;
}
.catalog__item_drop:hover {
    border: 1px solid #3b55a5;
    background: #3b55a5;
    color: #fff;
    opacity: 1;
}

.menu-item-text-dropdown:hover {
    border: 1px solid #3b55a5;
    background: #3b55a5;
    color: #fff;
}

.header .menu-item-text-dropdown:hover {

    background: #4caf50;

}


.menu-item-text-dropdown {
    text-align: left;
    width: 100%;
    border: 1px solid #3b55a5;
    padding: 2px 15px;
    border-radius: 5px 20px;
    margin: 3px 0;
    transition: .2s ease;
}

.catalog__item_drop {
	text-align: left;
    width: 100%;
    padding: 2px 15px;
    border-radius: 5px 20px;
    margin: 3px 0;
    transition: .2s ease;
    border: 1px solid #3b55a5;
    background: #3b55a5;
    color: #fff;
    opacity: .9;
}
.header .menu-item-text-dropdown {
    border: 1px solid #fff;
    background: #3b55a5;
    color: #fff;
}
.content h1, .section h1, .contacts h1 {
      padding: 10px;
    color: #3b55a5;
    text-align: left;
}

.content h2 {
    padding: 10px 0;
    color: #3b55a5;
    text-align: left;
}   


.menu-item {
	text-decoration: none;
	text-align: center;
	margin-bottom: 20px ;
	cursor: pointer;
	opacity: 1;
	transition: all .5s ease;
}

.menu-item:hover, .act:hover {
    transition: .5s ease;
    z-index: 99999;


}



.act {
	text-decoration: none;
	text-align: center;
	margin-bottom: 20px ;
	cursor: pointer;
	opacity: 1;
	transition: all .3s ease;
  z-index: 99999;
  opacity: 1;

}

.wrap-side-good-small {
	display: none;
}

.button-call-us {
	display: none;
  background-color: rgba(76, 174, 80,.85);
}
.wrap-menu-item .menu-item a {
	text-decoration: none;
	color: #3b55a5;
	transition: all .2s ease;
	font-family:'gothic', sans-serif;
}

.header .wrap-menu-item .menu-item a {
	color: #fff;
}



.wrap-menu-text {
	padding-top: 40px;
	text-align: center;
}
.menu-text{
	color: #0023ff;
}

.menu-text-content {
	font-size: 14px;
	display: inline-block;
	position: relative;
}

.menu-text-content::after {
	display: block;
	position: absolute;
	content: '';
	height: 1px;
	width: 80px;
	top: 25px;
	left: 25%;
	background-color: #0023ff;

}

.menu-text-phone {
	font-size: 26px;
	font-family:'gothicb', sans-serif;
}

.wrap-info {
	position: relative;
	display: block;
	color: #fff;
	font-size: 24px;
	-font-family:'gothicb', sans-serif;
	padding-bottom: 15px;
}
    .wrap-cart h1 {
    padding-top: 40px;
    color: #3b55a5;
  }

.wrap-info-mail {
	padding: 0 ;
}

.wrap-info img {
	width: 30px;
	cursor: pointer;
}

.info-mail-content, .info-phone-content {
	width: 210px;
	height: 220px;
	transform: rotate(90deg);
	margin-left: -180px;
}

.info-mail-content a, .info-phone-content a {
	text-decoration: none;
	transition: all .5s ease;
	color: #fff;
	    text-shadow: 1px 2px 2px #ccc;
}
.header .info-mail-content a, .header .info-phone-content a {
  text-shadow: 1px 2px 2px #000;
}
.info-mail-content a:hover, .info-phone-content a:hover {
	color: #4caf50;
}

.good-header .info-mail-content a, .good-header .info-phone-content a, .cart-header .info-mail-content a, .cart-header .info-phone-content a {
	text-shadow: 2px 1px 2px #ccc
}

.owl-carousel-news {
	width: 500px;
	height: 250px;
	-webkit-transform: skew(-30deg, 0);
	-moz-transform: skew(-30deg, 0);
	-o-transform: skew(-30deg);
	background: rgba(255,255,255,.5);
  overflow: hidden;
  border-radius: 10px;
  border: 2px solid #fff;
}

.owl-carousel-news .wrap-content{
	-webkit-transform: skew(30deg);
	-moz-transform: skew(30deg);
	-o-transform: skew(30deg);


}

.owl-carousel-news img {
    margin-left: -30px;
    margin-top: -120px;
    width: 100%;
}

.item.activ {
  width: 800px;
  height: 250px;
  margin-right: -85px;
  position:relative;
  overflow:hidden;
  border-left: 2px solid #fff;
}


.owl-carousel-news .content-title {
    display: flex;
    align-items: center;
    justify-content: space-around;
    height: 52px;
    width: 530px;
    position: absolute;
    left: -30px;
    bottom: 0;
    background-color: #fff;
    font-size: 16px;
    padding: 0 30px;
    line-height: 14px;

}

.item.activ .content-title {
    display: flex;
    align-items: center;
    justify-content: space-around;
    height: 52px;
    width: 700px;
    position: absolute;
    left: 0;
    bottom: 0;
    background-color: #fff;
    font-size: 16px;
    padding: 0 30px;
    line-height: 19px;
}

.item.activ  .content-news-btn {
	padding-right: 20px;
}
.item.activ .wrap-content {
  position:absolute;
  transform: skew(-30deg); /* Equal to skewX(10deg) */
  height:250px;
  width:800px;
  margin-right:85px;
  border-radius:10px;
  right:0;
  overflow:hidden;
  border-right: 2px solid #fff;
    border-top: 2px solid #fff;
    border-bottom: 2px solid #fff;
}

.activ .wrap-content-news {
	 transform: skew(30deg);
  margin-left: 83px;
  position: relative;
}
.owl-carousel-news .wrap-content-news {
    margin-left: -40px;
    position: relative;
}

.item.final {
  width: 600px;
  height: 250px;
  margin-left: -70px;
  position:relative;
  overflow:hidden;
  border-right: 2px solid #fff;
}

.item.final .wrap-content {
  position:absolute;
  transform: skew(-30deg); /* Equal to skewX(10deg) */
  background-color: transparent;
  height:250px;
  width:600px;
  margin-right:0px;
  border-radius:10px;
  right:-77px;
  overflow:hidden;
  border-top: 2px solid #fff;
   border-bottom: 2px solid #fff;
   border-left: 2px solid #fff;

}

.final .wrap-content-news {
	 transform: skew(30deg);
  margin-left:-90px;
}
.content-title {
    display: flex;
    align-items: center;
    justify-content: space-around;
    height: 50px;
    width: 500px;
    position: absolute;
    left: 0;
    bottom: 0;
    background-color: #fff;
    font-size: 16px;
    padding: 0 10px;
}
.final .content-title {
    display: flex;
    align-items: center;
    justify-content: space-around;
    height: 50px;
    width: 620px;
    position: absolute;
    left: 0;
    bottom: 0;
    background-color: #fff;
    font-size: 16px;
    padding: 0 10px 0 35px;
}
.final .content-img{
	width: 620px;
} 

.final .content-img img {
	    margin-left: 20px;
    margin-top: -120px;
	width: 100%;
}
.wrap-content {
	position: relative;
}
.carousel-news-small .wrap-content-news {
	margin: 0;
	padding: 0;
}
.carousel-news-small .wrap-content-news .content-img {
	height: 100%;
	width: 100%;
	margin: 0;
	padding: 0;
}

.carousel-news-small .wrap-content-news .content-img img {
	margin: 0;
	padding: 0;
}

.carousel-news-small .owl-carousel-news .content-title {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-direction: column;
    height: 50px;
    width: 100%;
    position: absolute;
    left: 0;
    bottom: 0;
    background-color: #fff;
    font-size: 12px;
    padding: 0;
    line-height: 12px;
}
.head .carousel-news-small .owl-carousel-news {
    width: 300px;
    height: 250px;
    -webkit-transform: skew(0deg);
    -moz-transform: skew(0deg);
    -o-transform: skew(0deg);
    background: #fff;
    overflow: hidden;
    border-radius: 10px;
   }
.carousel-news-small .content-title-text {
	margin: 5px 0;
}

.carousel-news-small .content-news-btn {
	padding-top: 7px;
}
.content-news-btn a {
    font-family: 'gothic', sans-serif;
    font-size: 14px;
    text-decoration: none;
    color: #fff;
    padding: 6px 17px;
    background: #3b55a5;
    border: none;
    border-radius: 10px;
    box-shadow: 1px 1px 1px 0px black;
    transition: all .5s ease;
}

.content-news-btn-mobile  a {
    font-family: 'gothic', sans-serif;
    font-size: 14px;
    text-decoration: none;
    color: #fff;
    padding: 6px 17px;
    background: #3b55a5;
    border: none;
    border-radius: 10px;
    box-shadow: 1px 1px 1px 0px black;
    transition: all .5s ease;
}

.content-news-btn a:hover {
    background: #4b74f2;
    box-shadow: none;
}
.tab-panels iframe {
	max-width: 100%;
	width: 100%;
	aspect-ratio: 560/315;
}
.catalog-advantages .owl-nav {
	display: none;
}

  /*burger*/

#nav-icon3{
  width: 40px;
  height: 30px;
  position: fixed;
  top: 15px;
  right: 15px;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: .5s ease-in-out;
  -moz-transition: .5s ease-in-out;
  -o-transition: .5s ease-in-out;
  transition: .5s ease-in-out;
  cursor: pointer;
  z-index: 9999;
}
.good .tab-panels-desc-content table {
  width: 100%;
  max-width: 100%;
}
#nav-icon3 span{
  display: block;
  position: absolute;
  height: 5px;
  width: 100%;
  background: #3b55a5;
  border-radius: 3px;
  opacity: 1;
  left: 0;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: .25s ease-in-out;
  -moz-transition: .25s ease-in-out;
  -o-transition: .25s ease-in-out;
  transition: .25s ease-in-out;

}
.good #nav-icon3 span, .cart #nav-icon3 span {
      background: #3b55a5;
}

.wrap-cart-content {
    margin: 20px 0;
    display: flex;
    justify-content: center;
    zoom: 1.3;
}

.cart .btn {
	background: #4CAF50;
    padding: 11px 17px;
    border: none;
    border-radius: 20px;
    color: #fff;
    text-decoration: none;
    font-size: 14px;
    text-shadow: 1px 1px 2px black;
    box-shadow: 1px 1px 2px black;
    transition: all .5s ease;
        margin: 10px 0;
            cursor: pointer;
}
#nav-icon3 span:nth-child(1) {
  top: 0px;
}

#nav-icon3 span:nth-child(2),#nav-icon3 span:nth-child(3) {
  top: 10px;
}

#nav-icon3 span:nth-child(4) {
  top: 20px;
}

#nav-icon3.open span:nth-child(1) {
  top: 18px;
  width: 0%;
  left: 50%;
  background: #f44336;
}

#nav-icon3.open span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
  background: #f44336;
}

#nav-icon3.open span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
  background: #f44336;
}

#nav-icon3.open span:nth-child(4) {
  top: 18px;
  width: 0%;
  left: 50%;
  background: #f44336;
}
  /*END burger*/


.good-header .bx-viewport {
    overflow: inherit!important; 
}


.head .owl-theme .owl-nav [class*='owl-'] {
    color: #FFF;
    font-size: 14px;
    margin: 0px;
    padding: 125px 25px;
    background: #D6D6D6;
    display: inline-block;
    cursor: pointer;
    border-radius: 0px;
}
.head .owl-nav .owl-prev{
	left: 0;
	background: url(../images/prev.png) no-repeat center!important;
	}

.head .owl-nav .owl-prev::after, .catalog .owl-nav .owl-prev::after {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
    background-color: #333;
    opacity: .1;
    transition: all .5s ease;
}	

 .head .owl-nav .owl-prev:hover::after, .catalog .owl-nav .owl-prev:hover::after{
 	opacity: .3;
 }


.head .owl-nav .owl-next{
	background: url(../images/next.png) no-repeat center!important;
	}

.head .owl-nav .owl-next::after {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
    background-color: #333;
    opacity: .1;
    transition: all .5s ease;
}	

 .head .owl-nav .owl-next:hover::after{
 	opacity: .3;
 }



  
.head .owl-theme .owl-dots {
	display: none;
}






.catalog-head {
  padding: 25px;
  color: #3B55A5;
  position: relative;	

}

.catalog-head h1 {
	font-size: 26px;
	text-transform: uppercase;
	padding: 0 10px;
}

.catalog-head h1 span {
	font-size: 22px;
	text-transform: none;
}

.catalog-head h1 b {
	color: #333;
}

.wrap-main-good {
	background-color: #fff;
	position: relative;
	width: 450px;
	margin: 0 67px;
	float: left;
	z-index: 3;
}

.main-good {
	padding: 25px 15px;
}

.wrap-btn-stock {
	background-color: #3D50FF;
	padding: 5px 24px;
	font-size: 20px;
	border: none;
	border-radius: 5px;

}

.wrap-btn-stock .btn-stock a {
	color: #fff;
	text-decoration: none;
	font-family:'gothic', sans-serif;
}

.wrap-btn-more {
  background-color: #3D50FF;
  padding: 5px 0px;
  font-size: 20px;
  border: none;
  border-radius: 5px;
  float: right;
}

.wrap-btn-more .btn-more a {
    color: #fff;
    text-decoration: none;
    font-family: 'gothic', sans-serif;
    padding: 6px 24px;
}


.wrap-good-img {
	padding: 50px 0 15px;
	text-align: center;
}

.wrap-good-img .good-img img {
	width: 62.5%;
}

.wrap-good-content {
	text-align: center;
	font-size: 20px;
	padding-bottom: 20px;
}

.good-price {
	font-size: 27px;
	color: #3D50FF;
	padding-left: 20px;
}
.good-price .good-price-text {

}

.good-price-old {
	float: right;
	font-size: 27px;
	padding-right: 20px;
	font-family:'gothic', sans-serif;
}

.wrap-side-good {
    position: relative;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}

.catalog .side-good-small {
    margin: 5px;
    display: flex;
    flex-direction: column;
        background-color: #eaeaea;
    padding: 5px;
		min-width: 200px;
    border-radius: 10px;
        box-shadow: 1px 2px 2px #969595;

}

.wrap-good-small-img img {
	width: 100.5px;
}
.wrap-good-small-head {
	position: relative;
      max-height: 160px;
      padding-left: 10px;
}
.good-small-head {
  font-size: 13px;
  writing-mode: tb-rl;
  text-align: left;
    line-height: 1.2;
}
.good-small-description {
	text-align: left;
}
.side-good-small-top {
  display: flex;
      align-items: center;
}
.side-good-small-bottom {
    display: flex;
        align-items: center;
        justify-content: space-around;
}
.wrap-good-small-description {
  display: flex;
  flex-direction: column;
}
.good-small-price span, .good-big-price span {
  color: green;
  font-family: 'gothicb', sans-serif;
}
.good-small-price, .good-big-price {
  font-family: 'gothic', sans-serif;
}
.wrap-good-small-description {
	font-size: 12px;
	font-family:'gothic', sans-serif;
	padding-bottom: 10px;
	line-height: 1.1;
  flex: 1;
}



.good-small-btn {
    background-color: #3b55a5;
    padding: 5px 10px;
    font-size: 12px;
    border: none;
    border-radius: 5px;
    color: #fff;
    text-decoration: none;
    box-shadow: 2px 1px 2px #333;
    transition: all .5s ease;
}
.good-small-btn:hover {
	background-color: #0519cc;
	box-shadow: none;
} 
.good-big-btn {
    background-color: #3b55a5;
    padding: 10px 10px;
    font-size: 12px;
    border: none;
    border-radius: 5px;
    color: #fff;
    text-decoration: none;
    box-shadow: 2px 1px 2px #333;
    transition: all .5s ease;
}
.good-big-btn:hover {
	background-color: #0519cc;
	box-shadow: none;
} 


.wrap-good-small-price {
      font-size: 12px;
    line-height: 1.4;
}



.good-small-stock {
      font-size: 12px;
    line-height: 1.4;
    display: flex;
}

.side-good-big {
    background-color: #eaeaea;
    padding: 5px;
        margin: 5px;
    width: 520px;
    margin-bottom: 10px;
    border-radius: 10px;
    display: flex;
    box-shadow: 1px 2px 2px #969595;
}
.search-items {
	display: flex;
	justify-content: center;
	flex-wrap: wrap;

}
.catalog-goods {
    padding: 30px 0;
    flex: 1;
}
.side-good-search	{
  background-color: #eaeaea;
      margin: 10px;
    padding: 10px;
    width: 520px;
    margin-bottom: 10px;
    border-radius: 10px;
		display: none;
    box-shadow: 1px 1px 1px #969595;
}

.wrap-good-big-img img {
	width: 200px;
  border-radius: 15px;
  box-shadow: 1px 1px 3px #969595;

}
.wrap-good-small-img img {
  border-radius: 15px;
  box-shadow: 1px 1px 3px #969595;

}
.wrap-good-big {
  border-radius: 10px;
  border: 1px solid #3b55a5;
}

.wrap-good-big-head {
	position: relative;
	font-family:'gothic', sans-serif;
}
.good-big-head {
    font-size: 18px;
    line-height: 1;
    font-weight: bold;	
}
.services-text-top {
  color: #3b55a5;
}
.services-text-bottom {
  color: #333;
  font-family: 'gothic', sans-serif;
}
.wrap-btnprice {
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
.good-big-head span{
  font-size: 12px;
  color: #d6d6d6;
}

.wrap-good-big-description {
    font-size: 16px;
    font-family: 'gothic', sans-serif;
    line-height: 1.3;
}

.wrap-good-big-btn {
	float: left;
	padding-right: 15px;
}



.wrap-good-big-price {

}

.wrap-good-big-content {
  display: flex;
    flex-direction: column;
    justify-content: space-around;
        padding-left: 10px;
            text-align: left;
}

.wrap-side-group {
      display: flex;
    flex-direction: column;
    -ms-align-items: center;
    align-items: center;
}
.wrap-catalog-advantages {
    padding: 0px 0 5px;
}



.wrap-good-side {
    padding-left: 25px;
    /*overflow-y: scroll;*/

}
.wrap-advantages-sercvice {


}
.wrap-side-good-small.owl-carousel {
	display: none;
}
.wrap-services-text{
      padding-left: 10px;
	line-height: 1.3;
}


.catalog-advantages {
	display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-content: space-between;
  padding: 0 60px;
}

.good-side, .good-left-side-small {
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	color: #fff;
	background-color: #fff;
	text-align: center;
	-webkit-flex-wrap: wrap;
	-moz-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	-o-flex-wrap: wrap;
	flex-wrap: wrap;
	position: relative;
	    justify-content: center;
}

.good-left-side-small img{
	width: 90px;
	height: 90px;
	transition: all .5s ease;
	padding: 5px;
}
.good-left-side-small img:hover {
	box-shadow: 0 15px 20px rgba(0, 0, 0, 0.2);
	transform: scale(1.1);
}


.good-left-side-small-img {
	padding: 10px;
	border: 1px solid #F9F8F6;
	margin: 10px;
	cursor: pointer;
}

.good-left-side {
	width: 500px;
	height: 500px;
	position: relative;
	top: 0;
	left: 0;
	right: 0;
}
.good-side .prev img{
	width: 30px;
	transition: all .5s ease;
}
.good-side .prev img:hover{
	transform: scale(1.2);
}

.good-side .next img{
	width: 30px;
	transition: all .5s ease;
}

.good-side .next img:hover{
	transform: scale(1.2);
}

.good-left-side-img {
	text-align: center;
	position: absolute;
	color: #fff;
	display: none;
}
.wrap-cart {
    flex-direction: column;
    text-align: center;
    /* overflow-y: scroll; */
    /* height: 100vh; */
    justify-content: space-between;
}

.cart .wrap-cart #sendmessageform {
  display: flex;
    flex-direction: column;
    align-items: center;
}
.cart .wrap-cart #sendmessageform .form {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    max-width: 300px;

}
.cart .wrap-cart #sendmessageform .form input {

  width: 100%;
    padding: 10px;
    border-radius: 10px;
    border: 2px solid #3b55a5;
}
.cart .wrap-cart #sendmessageform .form textarea {

  width: 100%;
    padding: 10px;
    border-radius: 10px;
    border: 2px solid #3b55a5;
}
.cart .wrap-cart #sendmessageform .form label {
      text-align: left;

    width: 100%;
    padding: 0 10px;
}
.contacts .camera {
  width: 100%;
  padding: 10px;
  flex: 1;   
}
.contacts .camera .wrap-camera iframe {
  height: 370px;      
}
.contacts .map {
    width: 100%;
    margin: 10px;
    flex: 1;
}
.contacts .map .google-map {
  height: 370px!important;  
}
.contacts  .form-map {

  display: flex;  
}


.contacts #sendmessageform {
  display: flex;
    flex-direction: column;
    flex: 1;

}
.contacts #sendmessageform .form {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;

    margin: 10px; 
}
.contacts #sendmessageform .form h3 {
    background: #3b55a5;
    width: 100%;
    color: #fff;
    border-radius: 5px;
     }
.contacts #sendmessageform .form input {

  width: 100%;
    padding: 10px;
    border-radius: 10px;
    border: 2px solid #3b55a5;
}
.contacts #sendmessageform .form textarea {

  width: 100%;
    padding: 10px;
    border-radius: 10px;
    border: 2px solid #3b55a5;
}
.contacts #sendmessageform .form label {
      text-align: left;

    width: 100%;
    padding: 0 10px;
}
.contacts .btn {
    background: #4CAF50;
    padding: 11px 17px;
    border: none;
    border-radius: 20px;
    color: #fff;
    text-decoration: none;
    font-size: 14px;
    text-shadow: 1px 1px 2px black;
    box-shadow: 1px 1px 2px black;
    transition: all .5s ease;
    margin: 10px 0;
    cursor: pointer;
}
.contacts .requisites {
  padding: 10px;  
}
.contacts .requisites-adress {
    display: flex;
}
.contacts .requisites-adress-left {
      font-size: 14px;
    color: #333;
    text-align: justify;
    font-family: 'gothicb';


}
.contacts .requisites-adress-right {
      font-size: 14px;
    color: #333;
    text-align: justify;
    font-family: 'gothic';
    padding-left: 10px; 


}

.wrap-cart-img img {
  max-width: 300px;

}
.wrap-cart-content {
      margin: 20px 0;
	display: flex;
	justify-content: center;
}
.good-left-side-img.curr {
	display: block;
}

.good-left-side-img  {

}


.good-left-side-img img {
	width: 100%;
	height: 100%;
	display: block;
	padding: 10px;
	transition: all .5s ease;
}

.wrap-info-mail-content {
    display: none;
}

.prev {
    position: relative;
    top: 245px;
    left: 0px;
    cursor: pointer;
    font-size: 40px;
    color: #aaa;
}

.next {
	position: relative;
	top: 245px;
	right: 0px;
	cursor: pointer;
    font-size: 40px;
    color: #aaa;
}

.good h1 {
	font-size: 26px;
  color: #3b55a5;
  padding: 15px 0;
      align-self: flex-start;
}

.wrap-good {
	display: flex;


}

.wrap-good-side {
	padding: 15px;
	flex:.6;
	/*height: 100vh;*/
  /*overflow-y: scroll;*/
}


.wrap-good-description {
	flex: 1;
	text-align: center;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
    overflow-y: auto;
}
.wrap-overflow {
    flex: 1;
    text-align: center;
    /*overflow-Y: scroll;*/
    display: flex;
    flex-direction: column;
    justify-content: space-between;	
}

.good-description {
	background-color: #F0F0F0	;
	flex: 5;
}

.vh100 {
	height: 100vh;
}


.good-description-text {
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	justify-content: space-around;
	padding-bottom: 60px;
}

.good-description-text ul  {
	font-family:'gothic', sans-serif;	
  list-style-type: none;
  font-size: 20px;
  line-height: 	1.3;
  text-align: left;	
}
.good-side .section-desc {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    position: absolute;
    width: 100%;
}

.item-descr, .item-dev {
	   display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: flex-start;
    font-size: 16px;
    color: black;

}

.righC {
    color: #4caf50;
}

.item-descr {
  padding-right: 10px;
    line-height: 1;
}
.leftC {
	font-family: 'gothic', sans-serif;
  margin-right: 5px;
}
/*tabs*/
.tab-box {
	display: flex;
	height: 100%;
}
.tab-nav {
    list-style: none;
    display: flex;
    flex-direction: column;
    background: #aaa;
		padding: 8px 0 0px 5px;
    z-index: 2;
		justify-content: flex-start;
    min-width: 50px;
} 
.tab-nav-desc {
	background: #5677dd;
	z-index: 5;
	margin-bottom: 0px;
}
.tab-nav-charac {
	background: #3B55A5;
	z-index: 4;
	margin-bottom: 0px;
}
.tab-nav-gallery {
	background: #2E4076;
	z-index: 3;
	margin-bottom: 0px;
}
.tab-nav-delivery {
	background: #273458;
	z-index: 2;
	margin-bottom: 0px;
}
.tab-nav li{
    writing-mode: tb;
    transform: rotate(180deg);
    display: flex;
    justify-content: center;
    align-items: center;
    border-top-right-radius: 15px;
    border-bottom-right-radius: 15px;
    margin-top: -8px;
}
.tab-nav li a{
	font-size: 16px;
  font-family: 'gothicb', sans-serif;
  color: #fff;
  text-decoration: none;
  padding: 25px 10px;
}
.tab-nav li a:hover{
  color:#fff;
  text-decoration:none;
}
.tab-nav li.select a{
		color: #333;
}
.tab-nav .select{
	background: #fff;

}

.tab-panels{
	display: flex;
  width: 100%;
  }
.good-header .mySlides img{
	background: #fff;
  padding: 10px;
}
.mySlides {
		display: none;						
}
.vis {
		display: block;					
}
.mySlides2 {
	display: none;	
}

/*End tabs*/
.contacts .description-text {
	   font-size: 14px;
    color: #333;
    text-align: justify;
    font-family: 'gothic';
    padding: 10px;
}
.tab-panels-desc-content {
    font-size: 14px;
    text-align: justify;
    padding: 15px;
    margin: 0 5px 0px 5px;
    /*overflow-y: scroll;*/
	    background: #fff;
    border-radius: 5px;
    font-family: 'gothic', sans-serif;
}

        .tab-panels-char {
           padding: 15px 0; 
        }

.tab-panels-desc-content.sld {
	text-align: center;
	position: relative;
	overflow-y: hidden;
  display: flex;
  align-items: center;
    justify-content: center;
    overflow: hidden;
    background: transparent;

}
.tab-panels-title {
  padding-top: 10px;
}
.fa-arrow-circle-left:hover, .fa-arrow-circle-right:hover {
	color: #3b55a5;
} 

.section-price-text {
	font-size: 8px;
}
.section-stock {
	font-size: 12px;	
}
.wrap-color {
	justify-content: space-around;
	display: flex;
}
.color	{
    height: 20px;
  width: 20px;
  margin: 0 2px;
  border: 1px solid #aaa;
}
.wrap-section-price {
	display: flex;
	justify-content: space-between;
	border: 1px solid #f0f0f0;
	align-items: center;
	height: 100%;
	flex: 1;
	zoom: 1.2;
	width: 100%;
	gap: 10px;
	padding: 5px;
}
.section-price {
      display: flex;
    flex-direction: column;
}
.section-price-cost {
	font-size: 12px;
  font-family: 'gothicb', sans-serif;
  color: #333;
   display: flex;
  justify-content: space-between;
  justify-items: center;
  align-items: center;
}
.section-price-cost b {
    font-size: 26px;
    color: #4caf50;
    padding: 0 5px;
}
.section-btn-buy {
	padding-left: 5px;
}

.btn-buy	{
    border: none;
    background-color: #3b55a5;
    font-size: 12px;
		padding: 5px 15px 5px;
    border-radius: 5px;
    font-family: 'gothicb', sans-serif;
}
.btn-buy_green {
    background-color: #4caf50;
    padding: 10px 10px;
    text-shadow: 2px 1px 2px #333;
    box-shadow: 2px 1px 2px #333;
    transition: all .5s ease;
    color: #fff;
    cursor: pointer;
}

.btn-buy_green:hover {
	background-color: #2ebd34;

  box-shadow: none;
}
.btn-buy a {
	text-decoration: none;
	color: #fff;
	padding: 10px 20px;
}

.rbank {
	display: flex;
	align-items: center;
	gap: 5px;
    flex-wrap: wrap;
}

.rbank-number {
	  font-family: 'gothicb', sans-serif;
    color: #3b55a5;
    font-size: 20px;
}

.rbank-text {
	color: #333;
	font-size: 12px;
	text-align: left;
	padding: 0 10px 0 2px;
	line-height: 9px;
}
.rbank-logo {
	padding-top: 8px;
}
.rbank-logo img, .halva-logo img, .belgaz-logo img, .magnit-logo img{
	height: 30px;
}
.halva-logo {
	margin-bottom: -8px;
	z-index: 1;
}
.belgaz-logo {
    margin: -10px 0 -8px -10px;
}

.magnit-logo {
    margin: 7px -25px -12px 0px;
          z-index: 2;
}
.wrap-relation-products {
	flex: 2;
	background: #fff;
}
.relation-products {
		display: flex;
    position: relative;
    justify-content:start;
    
    height: 100%;

}
.no-owl {
  display: flex;
  justify-content: space-around;
  align-items: center;
  text-align: center;
} 
.relation-products-text {
    writing-mode: tb;
    transform: rotate(180deg);
    color: #aaa;
    padding: 15px 8px 15px 8px;
    background: #f0f0f0;	writing-mode: tb;
	
} 

.relation-products-goods {
	padding: 11px 5px;
}

.relation-products .owl-nav {
	display: none;
}

.wrap-relation-products-carousel {
		overflow: hidden;
    background: #fff;
    height: 100%;
    text-align: center;
    align-items: center;
    display: flex;
        justify-content: center;
}
.relation-products-goods-text {
  font-size: 12px;
}

.relation-products-goods-img img {
	width: 150px;
}


.basket .wrap-good-description h1 {
  color: #0023ff;
  font-size: 40px;
  padding: 30px 30px 0px;
  text-align: left;
}
.basket .wrap-good-description h2 {
  font-size: 30px;
  text-align: left;
  padding: 0 90px 90px 30px;
  line-height: 1.1;
}

.basket .wrap-good-description form label {
	font-size: 22px;
	font-family:'gothic', sans-serif;
  padding: 20px 10px 20px 0;
}

.basket .wrap-good-description input {
    font-size: 22px;
    padding: 8px 5px;
    margin: 6px 0;
    border-radius: 5px;
    border: 1.5px solid #3D50FF;
    background-color: transparent;
}


.basket .wrap-good-description table{
    width:900px;
}
.basket .wrap-good-description td{
    width:0;
    white-space:nowrap;
}
.basket .wrap-good-description td.field{
    width:100%;
}
.basket .wrap-good-description input{
    width:100%;
}

.basket .wrap-good-description form {
  text-align: left;
  font-size: 22px;
  padding: 0 60px 20px 30px;
}

.wrap-pay-text {
	font-family:'gothic', sans-serif;
	font-size: 20px;
}

.wrap-pay {
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	flex-wrap: wrap;
}
.good td {
	border: 1px solid #aaa;
	padding: 3px;
}
.wrap-pay-price {
	font-size: 40px;
	color: #3D50FF;
}
.wrap-form-text {
    font-size: 15px;
    padding: 80px 0;
}



.content {
display: block;
}
.content .title, .section .title {
  font-size: 22px;
  color: #333;
  padding: 0 20px;
  text-align: left;
}

.content .breadcrumbs, .section .breadcrumbs {
    padding: 0px 10px 5px;
    color: #333;
    text-align: left;

}
.content .breadcrumbs a, .section .breadcrumbs a {
	color: #333;
}
.content .breadcrumbs span, .section .breadcrumbs span {
	color: #3b55a5;
}
.content-left-block {
	float: left;
}

.content-left-block {
	overflow-y: scroll;
}
.content-right-block {
	text-align: left;
}

.content-left-block-bottom {
	display: flex;
  align-content: space-around;
}
.content-left-block-bottom-img {
	flex: 1;
	text-align: center;
	padding: 30px;
}

.content-left-block-bottom-img img {
	width: 100%;
	border-radius: 20px;
}

.content-left-block-main {
	padding: 0px 30px 0px 10px;
	float: left;
	width: 50%;
}
.content-left-block-main img {
	width: 100%;
	border-radius: 20px;
  background: #3b55a5;
    padding: 3px;
}

.owl-carousel .owl-stage {
    margin-left: 0px;
}

.content .content-right-block h1 {
	padding: 0px 70px 30px 25px;
	color: #3b55a5;
	line-height: 30px;
}


.content-right-block-content {
	padding: 25px;
  font-size: 14px;
  color: #333;
  text-align: justify;
  font-family: 'gothic';
}


.content-right-block-date, .content-right-block-item {
    padding: 5px 20px;
    font-size: 20px;
    border-radius: 5px;
    background-color: #3b55a5;
    color: #fff;
}


.content-right-block-top {
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
}

.content-item	{
	display: flex;
  flex-direction: row;
  justify-content: space-around;
  align-items: center;
      border-bottom: 1px solid #fff;
      padding: 5px 0;
}
.content-item .content-right-block a {
	color: #fff;
}
.content-item .content-right-block a h1:hover {
	opacity: .8;
}
.content-item .content-left-block-main {
    padding: 5px 20px 0;
    width: 100%;
    flex: 1;
}
.content-item .content-right-block {
	flex: 10;
}
.content-item .content-right-block-date {
    padding: 0px 10px;
    font-size: 12px;
    border-radius: 5px;
    background-color: #fff;
    color: #3D50FF;
}

.content .content-item .content-right-block h1 {
    padding: 0px;
    color: #fff;
    line-height: inherit;
    font-size: 18px;
}

.content .content-item .content-right-block-content {
   padding: 5px 10px 0 0;
    font-size: 13px;
    color: #fff;
    text-align: justify;
    font-family: 'gothic';
     overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;

}

.section .section-item {
      display: flex;
    padding: 15px 5px 10px 0;
    border-bottom: 1px dashed #3b55a5;
}

.section .section-left-block {
      display: flex;
    flex: 1;
    flex-direction: column;
        padding: 0 10px;
}
.section .section-left-block-img img {
      width: 100%;
    border-radius: 10px;
    border: 2px solid #3b55a5
}
.section .section-right-block {
  flex: 7;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}

/* .section-right-block-title {
display: flex;
        align-items: center;
        justify-content: center;
} */

.section-right-block-title a {
  color: #3b55a5;
  font-size: 18px;
  transition: all .5s ease;
}
.section-right-block-title a:hover {
  color: #4caf50;
}
.section-right-block-content {
      font-size: 14px;
    color: #333;
    text-align: justify;
    font-family: 'gothic', sans-serif;
}



.section-right-block-date  {
    padding: 0px 5px;
    font-size: 12px;
    border-radius: 5px;
    background-color: #3b55a5;
    color: #fff;
}

.bx-wrapper .bx-pager.bx-default-pager a {
    background: #fff;
    text-indent: -9999px;
    display: block;
    width: 15px;
    height: 15px;
    margin: 0 5px;
    outline: 0;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 7.5px;
    border: 2px solid #3b55a5;
}
.bx-wrapper .bx-pager.bx-default-pager a:hover, .bx-wrapper .bx-pager.bx-default-pager a.active, .bx-wrapper .bx-pager.bx-default-pager a:focus {
    background: #3b55a5;
}
.mobile {
  display: none;
}

.search {
    display: none;
}

.desktop {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
}

.sub-cat {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: start;
}

.sub-cat-link {
  text-decoration: none;
  color: #fff;
  background: #3b55a5;
  border-radius: 5px;
  padding: 0 10px;
  margin: 10px 5px 5px 5px;
  font-size: 14px;
  border: 1px solid #3b55a5;
  transition: all .5s ease;
}

.sub-cat-link:hover, .sub-cat-link.active {
  color: #3b55a5;
  background: #fff;
}

.presents__box {
    display: flex;
    flex-direction: column;
}
.presents__group {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}
.present__item {
    max-width: 25%;
    margin: 10px;
}


.vendor__block, .warranty__block, .importer__block {
    position: relative;
}
.vendor__btn, .warranty__btn, .importer__btn {
    opacity: .8;
    cursor: pointer;
    transition: all .3s ease;
    text-decoration: underline;
    line-height: 1;
}
.mr10 {
    margin-right: 5px;
}

#vendor__info {
    left: 0px;
}
#vendor__info, #warranty__info, #importer__info {
    opacity: 0;
    transform: translateX(0) translateY(60px);
    transition: all .3s ease;
    padding: 15px;
    background: #fff;
    z-index: -1;
    top: 0;
    left: -110px;
    position: absolute;
    width: 300px;
}
#vendor__info.active, #warranty__info.active, #importer__info.active {
    opacity: 1;
    z-index: 2;
    top: 25px;
    box-shadow: 2px 2px 5px 0px #1c2b3f;
    transform: translateX(0) translateY(0px);
    transition: all .3s ease;
}

.info__group {
    display: flex;
    justify-content: center;
    padding: 10px 0 20px;
    background: #fff;
}

.df {
    display: flex;
    padding-left: 20px;
}
.info__text_light {
    font-weight: 300;
    font-family: 'gothic', sans-serif;
    line-height: 1.2;
    font-size: 14px;
}

#vendor__info {
    left: 30px;
}
#warranty__info {
    left: -215px;
}

.belgaz-logo {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    float: right;
    position: relative;
    top: 2px;
    left: 5px;
    width: 45px;
}

.belgaz-logo .magnit {
    z-index: 5;
    position: absolute;
    top: -8px;

}
.belgaz-logo .magnit:hover {
    z-index: 18;
    top: -10px;
    right: 5px;
}
.belgaz-logo .magnit img {
    width: 40px;
    max-height: 25px;
    -webkit-border-radius: 1px;
    border-radius: 1px;
    -webkit-box-shadow: 1px 1px 5px 1px rgb(0 0 0 / 70%);
    box-shadow: 1px 1px 5px 1px rgb(0 0 0 / 70%);
}

.belgaz-logo .magnit:hover img, .belgaz-logo .karta-pokupok:hover img {
    width: 70px;
    height: 42px;
    max-height: inherit;
}
.belgaz-logo .karta-pokupok {
    z-index: 4;
    position: absolute;
    top: -18px;
    right: 0;

}
.belgaz-logo .karta-pokupok:hover {
    z-index: 18;
    top: -35px;

}
.belgaz-logo .karta-pokupok img {
    width: 40px;
    max-height: 25px;
    -webkit-border-radius: 1px;
    border-radius: 1px;
    -webkit-box-shadow: 1px 1px 5px 1px rgb(0 0 0 / 70%);
    box-shadow: 1px 1px 5px 1px rgb(0 0 0 / 70%);
}

.corousel-news {
    display: flex;
    padding-bottom: 60px;
    flex-direction: column;
    align-items: center;
}

.footer {
    text-align: center;
    font-size: 14px;
    line-height: 1.3;
    padding: 30px 0 10px;
}

.wrap__div {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    min-height: 100vh;
}

.paging {
    text-align: center;
    margin: 10px;
}
.pg-wrap {
    padding: 10px;
}
.pg-wrap span.active {
    color: #fff;
    background: #3b55a5;
    border: #3b55a5 1px solid;
    padding: 3px 7px;
    border-radius: 3px;
}
.pg-wrap a {
    border: #3b55a5 1px solid;
    padding: 3px 7px;
    border-radius: 3px;
    text-decoration: none;
}

.pg-wrap a:hover {
    border: #3b55a5 1px solid;
    background: #3b55a5;
    padding: 3px 7px;
    border-radius: 3px;
    text-decoration: none;
    color: #fff;
}

.pg-wrap a:first-child {
    margin-right: 3px;
}

.pg-wrap a:last-child {
    margin-left: 3px;
}

.top-model {
    overflow-x: auto;
    margin-bottom: 50px;
    font-size: 14px;
}
.top-model table th, .top-model table td {
    text-align: center;
    vertical-align: middle;
    padding: 3px;
}
.ya__metric{
	text-align: center;
    margin: 10px 0 0 0;
}
.description__item {
	display: flex;
	gap: 40px;
}

.description__group {
	text-align: justify;
	display: flex;
	flex-direction: column;
	gap: 20px;
}

.description__item_img {
	max-width: 100%;
}
.float__left {
	float: left;
	padding-right: 10px;
}
.float__right {
	float: right;
	padding-left: 10px;
}
.description__item_img img {
	aspect-ratio: 2 / 1;
	max-width: 100%;
	max-height: 180px;
}
.item__height {
	min-height: 200px;
}
.description__item {
	display: block;
}

.good__price-discount {
	font-size: 16px;
	text-decoration: line-through;
	color: #000;

}

.replain-link.target__click {
	opacity: 0!important;
}
.replain-link {
	position: fixed!important;
	right: 19px!important;
	bottom: 19px!important;
	z-index: 9999999999;
	width: 60px!important;
	height: 60px!important;
	border-radius: 30px!important;
	padding: 11px 13px 6px 11px!important;

}

.target__click .replain-link__icon svg {
	width: 35.23px!important;
	height: 37px!important;
}

.replain-link.-replain-only-icon {
	padding-left: 12px!important;
}


.keywords__wrap {
    display: flex;
justify-content: flex-start;
flex-wrap: wrap;
align-items: center;
}
.keywords__wrap.mobile {
justify-content: flex-start;
flex-wrap: wrap;
align-items: center;
display: none;
}


.tags__a {
    margin-left: 5px;
    border-bottom: none;
    color: #999;
    font-size: 14px;
    font-weight: normal;
    text-decoration: none;
}
.tags__a:hover {
    color: #242b33;
}

.content-right-block {
    padding: 0 0 0 25px;
}

.content-news-btn-mobile {
    text-align: center;
}



.good .section-item {
    display: flex;
    padding: 15px 5px 10px 0;
    border-bottom: 1px dashed #3b55a5;
}
.good .section-left-block {
    display: flex;
    flex: 1;
    flex-direction: column;
    padding: 0 10px;
}

.good .section-right-block {
    flex: 7;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}
.good .section-left-block-img img {
    width: 100%;
    border-radius: 10px;
    border: 2px solid #3b55a5;
}

.content img {
    max-width: 100%;
}

.content-title-text a {
    text-decoration: none;
    color: #3b55a5;
}

.content-title-text a:hover {
    color: #4b74f2;
}

.toggle-menu-btn{
    display: none;
}
  


      .content  .content-right-block-content {
display: flex;;
        flex-direction: column;
        gap: 10px;
    }

    .content  .content-right-block-content img{
max-width: 400px;
    }
@media only screen and (max-width: 1919px) {
	.menu-text-phone {
	font-size: 24px;
	}

	.basket .wrap-good-description form {
    padding: 0 60px 0px 30px;
	}



	.basket .wrap-good-description table {
    width: 800px;
	}



	.good-left-side {
    width: 450px;
    height: 450px;
  }


  .good-left-side-small-img {
    padding: 5px;
    margin: 5px;
  }




	.icon-wrap img {

    padding: 15px 0;
	}

	.wrap-menu-item .menu-item {
    font-size: 12px;
    padding: 12px 0;
	}




	.catalog-advantages {
    padding: 0 25px;
	}



  .content-right-block {
    flex: 1.5;
    }
}

@media only screen and (max-width: 1670px) {
    #index .head-text {
        text-align: center;
        padding-top: 0px;
    }
    #index .catalog-goods {
        overflow-y: hidden;
        padding: 10px 0;
    }
    .wrap-btn-open {
        text-align: center;
        font-family: 'gothicb', sans-serif;
        padding-bottom: 40px;
    }
}

@media only screen and (max-width: 1601px) {
    #index .wrap-side-good {
        margin: 0;
    }
    #index .catalog-goods {
        overflow-y: hidden;
        padding: 0 0 30px;
    }

  .wrap-cart-content {
    margin: 20px 0;
    display: flex;
    justify-content: center;
    zoom: 1;
}

  .wrap-side-good {
    margin: 50px 0;
}

	.wrap-section-price {

    zoom: 1.2;
	}

	.good-left-side {
    width: 400px;
    height: 400px;
	}


	.content-right-block-content {
    margin-left: 0px;
	}
	.menu-text-phone {
		font-size: 22px;
	}

	.head .head-text h1 {
		padding-top: 60px;
	}





	.wrap-form-text {
    font-size: 14px;
    padding: 20px 0;
	}

	.basket .wrap-good-description h2 {
    padding: 0 90px 30px 30px;
    font-size: 22px;
	}

	.basket .wrap-good-description table {
    width: 600px;
	}

	.wrap-good-side {
    flex: 0.6;
	}


	.relation-products-goods-img img {
    width: 80px;
	}

		.relation-products-goods-text {
	    font-size: 12px;
    margin: 0 auto;
	}

	.good-side, .good-left-side-small {
	  padding-bottom: 30px;
	}



	.next,.prev {
    top: 200px;
  }

  .good-left-side-small img {
    width: 75px;
    height: 75px;
  }




	.wrap-heart {
	   padding: 60px 0 45px 285px;
	}
	.wrap-info {

    margin: 0;
	}
	.icon-wrap img {
    width: 20px;
	}



  .catalog-advantages {
  	padding: 0 15px;
  }

  .services-img img {
    width: 30px;
    margin: 8px;
	}



	.wrap-services-text {
    font-size: 12px;
        padding-left: 10px;
	}

	.wrap-right-menu {
    width: 250px;
  }

  .menu-item-img img {
  	width: 140px;
  }

  .wrap-menu-item .menu-item {
    font-size: 12px;
    padding: 10px 0;
	}

	.wrap-main-good {
    margin: 0 65px 0 0;
	}

	.owl-prev {

  }

}

#tagcloud {
    font-size: 14px;
    padding: 20px 0 0;
}

#tagcloud .small {
    font-size: 1.1em;
}
#tagcloud .medium {
    font-size: 1.2em;
}
#tagcloud .large {
    font-size: 1.4em;
}

#tagcloud span {
    padding: 0 5px;
}
#tagcloud .small a {
    color: #fff;
}
#tagcloud a {
    color: #fff;
    text-decoration: none;
}
#tagcloud a:hover {
    text-decoration: underline;
}
.tags {
    padding: 10px;
}
.tags #tagcloud a {
    color: #3b55a5;
}


@media only screen and (min-width: 670px) {
    .content-right-block-content p.with-image {
    display: flex;
    gap: 10px;
    align-items: flex-start;
}

.content-right-block-content p img {

}
p.with-image.left img {
  order: 0;
}
p.with-image img {
max-width: 300px;

}
p.with-image.right img {
  order: 1;
}

.content__line {
display: flex;
    gap: 20px;
}
.content__line p {
  order: 1;
}


.content__line:nth-of-type(even) img {
  order: 1;
}

.content__line:nth-of-type(even) p {
  order: 0;
}

}
@media only screen and (max-width: 1440px) {
	.content, .content .content-right-block h1, .content-right-block  {
		text-align: center;
	}
	.content-item  .content-right-block h1, .content-item  .content-right-block {
    text-align: left;
}
  .wrap-side-good {
    margin: 25px 0;
}

}
@media only screen and (max-width: 1367px) {
    .catalog-head {
        padding: 0;
    }

    .catalog-head h1 {
        font-size: 20px;
        text-transform: uppercase;
        padding: 10px;
    }

    .wrap-side-good {
        margin: 0;
    }

    .head .head-text {
        padding-top: 0;
    }

    .wrap-btn-open {

        padding-bottom: 90px;
    }

    .content-item .content-right-block {
        flex: 7;
    }

    .mySlides img {
        background: #fff;
        padding: 0;
    }

    .nextS {
        right: 60px;
    }

    .prevS {
        left: 60px;
    }

    .next, .prev {
        top: 150px;
    }

    .wrap-section-price {

        zoom: 1;
    }

    .tab-panels-desc-content {
        font-size: 12px;

    }

    .tab-nav li a {
        font-size: 12px;
        font-family: 'gothicb', sans-serif;
        color: #fff;
        text-decoration: none;
        padding: 25px 10px;
    }

    .item-descr, .item-dev {
        display: flex;
        flex-direction: row;
        flex-wrap: wrap;
        justify-content: flex-start;
        font-size: 12px;
        color: black;
        opacity: .5;

    }

    .good .breadcrumbs {
        color: black;
        font-size: 14px;
        font-family: 'gothic', sans-serif;
        padding-top: 10px;
    }

    .catalog .breadcrumbs {
        font-size: 13px;

    }

    .good h1 {
        font-size: 16px;

    }

    .good-left-side {
        width: 330px;
        height: 330px;
    }



    .content .content-right-block h1 {
        padding: 15px 70px 30px 25px;
        font-size: 24px;
        text-align: left;
    }


    .content-left-block {
        width: 500px;
    }


    .good-side, .good-left-side-small {
        padding: 0px;
    }

    .wrap-heart {
        padding: 5px 0 45px 285px;
    }


    .menu-text-phone {
        font-size: 22px;
    }

    .head .head-text h1 {
        padding-top: 10px;
    }




    .wrap-info-phone-content {
        display: none;
    }

    .catalog-head h1 {
        float: none;
    }
}
@media only screen and (max-width: 1279px) {
        .search {
            display: block;
        }

        .top-search {
            display: none;
        }
        .wrap-good-description {
            flex: 2;
        }

        .menu-item {
            transition: none;
        }

        .menu-item:hover, .act:hover {
            transition: none;
        }

        .act {
            transition: none;
        }

        .menu-item-text {
            font-size: 14px;
        }

        .menu-item .fa-plus-square-o, .menu-item .fa-minus-square-o {
            color: #3B55A5;
            position: absolute;
            left: 10px;
            margin-top: -20px;
            font-size: 20px;

        }

        .menu-item .fa-plus-square-o {
            display: block;
        }


        .content-left-block {
            float: none;
        }


        .catalog .services-img img {
            width: 20px;
            margin: 3px;
        }

        .catalog .good-small-btn {
            padding: 6px 10px;
            font-size: 12px;
        }

        .catalog .wrap-good-small-btn {
            margin-top: -10px;
        }

        .catalog .wrap-good-small-price {
            padding: 0;
            font-size: 13px;
        }

        .catalog .side-good-small {

            width: 220px;
            margin-bottom: 10px;
        }


        .basket .wrap-heart {
            position: absolute;
            right: 245px;
            top: 20px;
            padding: 0;
        }


        .basket .good-side, .basket .good-left-side-small {
            padding: 0px 0 0px 20px;
        }

        .basket .good-left-side {
            width: 180px;
            height: 180px;
        }

        .basket .good-left-side-img {
            width: 180px;
            height: 180px;
        }

        .basket .good-left-side-img img {
            width: 180px;
            height: 180px;
        }

        .good .wrap-heart {
            position: absolute;
            right: 245px;
            top: 20px;
            padding: 0;
        }


        .good .good-side, .good .good-left-side-small {
            padding: 0px 0 0px 20px;
        }

        .good .good-left-side {
            width: 330px;
            height: 330px;
        }



        .vh100 {
            height: 100%;
        }

        .section-btn-buy {
            padding: 15px 10px;
        }


        .relation-products {
            text-align: center;
        }

        .relation-products-goods {
            padding: 15px 0;
        }


        .wrap-good-side {
            padding: 30px 0 0 15px;
            flex: 1;

        }

        .good-left-side-small img {
            width: 40px;
            height: 40px;
        }


        .good-side, .good-left-side-small {
            padding: 30px 0 0 10px;
        }


        .wrap-heart span {
            font-size: 20px;
        }

        .next, .prev {
            top: 100px;
        }

        .wrap-main-good {
            display: none;
        }


        .catalog-head h1 {
            font-size: 25px;
            float: none;
        }

        .catalog-head h1 span {
            font-size: 15px;
        }


        .sidemenu {
            width: 60px;
            height: 100vh;
        }

        .catalog-goods {
            transform: scale(1);
            margin: 0;
        }


        .info-mail-content, .info-phone-content {
            margin-left: -180px;
        }

        .wrap-info-mail {
            padding: 65px 0;
        }


        .menu-item-img img {
            width: 150px;
        }


    }
@media only screen and (max-width: 1139px) {


        .head .owl-theme .owl-nav [class*='owl-'] {
            padding: 90px 25px;
        }

        .head .owl-carousel-news {
            width: 300px;
            height: 180px;
        }

        .head .head-text h1 {
            padding-bottom: 25px;
        }

        .wrap-btn-open {
            padding-bottom: 30px;
        }

        .catalog .owl-nav {

        }


        .head .owl-nav .owl-prev {
            left: 0px;
        }

        .head .owl-carousel .owl-stage {
            margin-left: 8px;
        }


        .owl-carousel-news {
            width: 300px;
            height: 250px;
            -webkit-transform: skew(0deg, 0);
            -moz-transform: skew(0deg, 0);
            -o-transform: skew(0deg);
            background: #fff;
            overflow: hidden;
            border-radius: 10px;
        }

        .owl-carousel-news .wrap-content {
            display: block;
            -webkit-transform: skew(0deg);
            -moz-transform: skew(0deg);
            -o-transform: skew(0deg);
            text-align: center;
            height: 180px;

        }

        .owl-carousel-news img {
            margin-left: -73px;
        }


        .head, .catalog, .good, .basket {
            /*height: 100vh;*/
        }

        .head .head-text span {
            opacity: .3;
            font-size: 40px;
            padding-top: 35px;
            margin-bottom: -75px;
        }

        .head .head-text .e-logo {
            font-size: 35px;
            margin-top: 0px;
        }

        .head .head-text h1 {
            font-size: 12px;
            margin: 0;
        }

        .wrap-good {
            position: relative;
        }

    }
@media only screen and (max-width: 1024px) {
        .catalog__item_text {
            font-size: 13px;
        }

        .catalog__item_drop {
            padding: 2px 5px;
            opacity: .7;
            font-size: 16px;
        }

        .catalog__item_menu {
            opacity: 1;
        }
    }
@media only screen and (max-width: 1281px) {
    .carousel-news-small {
        display: block;
        padding-bottom: 60px;
            flex-direction: column;
    align-items: center;
    }
    .head .owl-carousel .owl-stage {
        margin-left: 8px;
    }
    .head .carousel-news-small .owl-carousel-news {
        width: 300px;
        height: 180px;
        -webkit-transform: skew(
                0deg
        );
        -moz-transform: skew(0deg);
        -o-transform: skew(0deg);
        background: #fff;
        overflow: hidden;
        border-radius: 10px;
        justify-content: center;
    }
    .owl-carousel-news .wrap-content {
        display: block;
        -webkit-transform: skew(
                0deg
        );
        -moz-transform: skew(0deg);
        -o-transform: skew(0deg);
        text-align: center;
        height: 180px;
    }
    .carousel-news-small .wrap-content-news .content-img {
        height: 180px;
    }
    .carousel-news-small .owl-carousel-news .content-title {
        display: flex;
        align-items: center;
        justify-content: center;
        flex-direction: column;
        height: 50px;
        background-color: #fff;
        font-size: 12px;
        padding: 0;
        line-height: 12px;
    }
    .carousel-news-small .content-news-btn {
        padding: 0;
        margin-top: 0;
        position: absolute;
        top: -50px;
    }
    .content-news-btn a {
        box-shadow: 1px 1px 1px 0px #fff;
    }
    .head .owl-theme .owl-nav [class*='owl-'] {
        padding: 90px 25px;
    }
    .head .owl-theme .owl-nav [class*='owl-'] {
        margin: 0px;
    }
    .corousel-news {
        display: none;
    }
}
@media only screen and (max-width: 850px) {


        body .zopim {
            opacity: 0 !important;
            width: 40px !important;
            height: 60px !important;
            top: 359px !important;
            left: 3px !important;
            right: inherit !important;
        }

        .chat {
            display: block;
        }

        .contacts #sendmessageform .form {
            margin: 0px;
        }

        .catalog__item {
            max-width: 30%;
        }

        .catalog__item_text {
            font-size: 16px;
        }

        .side-good-big {

        }

        .catalog-goods::-webkit-scrollbar {
            width: 0;

        }

        .catalog-goods::-webkit-scrollbar-thumb {

            background: transparent;
            width: 0;
        }

        .catalog-goods .side-good-search {
            display: none !important;
        }

        .section .section-right-block {
            flex: 3;
        }


        .hidden {
            display: none;
        }


        .logo-e {
            font-size: 18px;
            line-height: 16px;
        }

        .logo-s {
            font-size: 4.2px;
        }

        .info-mail-img:hover, .info-phone-img:hover {
            transform: none;
        }

        .content-news-btn a {
            box-shadow: 1px 1px 1px 0px #fff;
        }
.content-news-btn-mobile a {
            box-shadow: 1px 1px 1px 0px #fff;
        }

        .carousel-news-small .content-news-btn {
            padding: 0;
            margin-top: 0;
            position: absolute;
            top: -50px;
        }

        .carousel-news-small .owl-carousel-news .content-title {
            display: flex;
            align-items: center;
            justify-content: center;
            flex-direction: column;
            height: 50px;
            background-color: #fff;
            font-size: 12px;
            padding: 0;
            line-height: 12px;
        }

        .carousel-news-small .wrap-content-news .content-img {
            height: 180px;
        }



        .tab-panels-desc-content.sld {
            text-align: center;
            position: relative;
            display: flex;
            align-items: center;
            justify-content: center;
            overflow: inherit;
        }

        .sidemenu {
            width: 45px;
        }

        .wrap-good-side {
            align-items: flex-start;
        }

        .content-item .title-news {
            padding: 0 5px;
            font-size: 16px;
            line-height: 17px;
        }

        .content-item .content-right-block {
            flex: 3;
        }

        .content-item .content-left-block-main {
            padding: 5px;
            width: 160px;
        }

        .content .content-item .content-right-block-content {
            padding: 5px;
            font-size: 12px;
            -webkit-line-clamp: 4;
        }

        .content .content-item .content-right-block a {
            padding: 5px;
            line-height: 16px;
            font-size: 14px;
        }

        .tab-panels-desc-content {

            padding: 0px 5px;
        }

        .tab-panels-char {
           padding: 15px 0px; 
        }
        .tab-panels-desc-content {
            margin: 0;
        }

        .relation-products-goods-img img {
            width: 130px;
        }

        .wrap-good-side {

            overflow-y: inherit;
        }

        .wrap-overflow {

            overflow-Y: inherit;
        }

        .wrap-good-description {

            overflow-Y: inherit;
        }

        .item-descr, .item-dev {
            font-size: 12px;

        }

        .mySlides img {
            height: 100%;
        }

        .relation-products-text {
            transform: inherit;
            color: #aaa;
            padding: 5px 0px 10px 0px;
            background: #f0f0f0;
            writing-mode: inherit;
        }

        .wrap-relation-products {

            border-top: 1px solid #aaa;
        }

        .head, .catalog, .good, .basket {
            height: 100vh;
            overflow-y: scroll;
        }

        .relation-products {
            flex-direction: column;
            overflow: hidden;
        }

        .wrap-good-side {
            padding: 10px;
            flex: 1;
            height: 100%;
        }

        .wrap-good {
            height: auto;
            flex-direction: column;

        }
				.wrap-section-price {
					display: flex;
					justify-content: space-around;
					border: 1px solid #f0f0f0;
					align-items: center;
					height: 100%;
					flex: 1;
					min-height: 220px;
					flex-wrap: wrap;
			}



        .info-mail-content, .info-phone-content {
            width: 210px;
            height: 195px;
            transform: rotate(90deg);
            margin-left: -160px;
        }

        .wrap-info {

            font-size: 22px;
        }

        .content .breadcrumbs {
            padding: 10px;
            font-size: 12px;
            text-align: left;
        }


        .wrap-menu-item .menu-item {
            font-size: 14px;
        }

        .logo-wrap {
            padding-top: 10px;
        }


        .catalog .breadcrumbs {

            padding: 0 10px 5px;
            color: #333;
            font-size: 12px;
        }


        .wrap-info {
            margin: 0;
        }

        .icon-wrap img {
            padding: 10px 0;
        }

        .wrap-info-mail {
            padding: 10px 0;
        }

        .wrap-info-phone {
            padding: 10px 0;
        }


        .head .owl-theme .owl-nav [class*='owl-'] {
            margin: 0px;
        }

        .menu-text-phone {
            font-size: 22px;
        }




        .corousel-news {
            display: none;
        }

        html, body {
            width: 100%;
            height: auto;
        }


        .content-left-block {
            flex: none;
            max-width: 100%;
            width: inherit;
        }

        .content-right-block {
            padding: 0;
        }

        .content .content-right-block h1 {
            padding: 5px;

            font-size: 16px;
            line-height: 1.3;
        }

        .content-left-block-bottom-img img {
            max-width: 100%;
            border-radius: 5px;
        }

        .content-right-block-content {
            padding: 10px;
            color: #333;
            line-height: 15px;
        }


        .logo-wrap .logo img {
            width: 35px;
        }

        .content-right-block-date, .content-right-block-item {
            padding: 5px 5px;
            font-size: 14px;
            border-radius: 5px;

            width: 100%;
        }

        .content-left-block-main {
            padding: 0 5px;
        }

        .content-right-block-top {
            text-align: center;
            padding: 5px;
        }

        .content-left-block-bottom-img {
            flex: 1;
            text-align: center;
            padding: 8px;
        }

        .good-small-head {
            font-size: 13px;
            writing-mode: inherit;
            font-weight: bold;
            padding: 5px 0;
        }

        .wrap-good-small-img {
            text-align: center;

        }


        .catalog .side-good-small {
            width: 280px;
            box-shadow: 1px 2px 2px #969595;
            background-color: #eaeaea;
        }

        .section-stock, .rbank {
            padding: 5px 0;
            margin-bottom: 10px;
        }

        .top-search {

            left: 55px;
            width: 250px;
        }

        .top-search input {
            width: 140px;
        }

        .wrap-side-good.owl-carousel {
            display: none !important;
        }

        .wrap-side-good-small {
            display: block;
            touch-action: none;
        }

        .owl-prev, .owl-next {

            top: 40px;
        }

        .catalog .owl-prev, .catalog .owl-next {
            padding: 50px 20px;
            top: 35px;
        }

        .catalog .owl-nav .owl-prev::after, .catalog .owl-nav .owl-next::after {

            opacity: 0.05;

        }

        .catalog-head {
            padding: 5px;
        }

        .content h1, .section h1, .catalog h1 {
            padding: 5px;
            font-size: 18px;
            line-height: 1.2;
            width: 80%;
        }

        .wrap-cart h2 {
            font-size: 18px;
        }

        .wrap-cart h1 {
            padding-top: 0;
        }

        .wrap-good-small-description {
            display: flex;
            flex-direction: row;
        }

        .wrap-catalog-advantages {
            padding: 10px 0 30px;
        }

        .section-desc {
            top: -15px;
        }

        .contacts .requisites-adress {
            display: flex;
            flex-direction: column;
            text-align: left;
            align-items: flex-start;
        }

        .contacts .requisites-adress-right {
            font-size: 14px;
            color: #333;
            text-align: justify;
            font-family: 'gothic';
            padding-left: 0px;
        }

        .contacts .map {
            margin: 0;
        }

        .contacts .form-map {

            flex-direction: column;
        }

        .backCall {

            left: 45px;

        }

        .mobile {
            display: -webkit-flex;
            display: -moz-flex;
            display: -ms-flex;
            display: -o-flex;
            display: flex;
            align-items: center;
            justify-content: center;
        }

        .desktop {
            display: none;
        }

        .catalog {
            display: block;
        }

        .wrap-side-good {

        }

    }
@media only screen  and (max-width: 670px) {



    .content__line {
        display: flex;
    flex-direction: column;
    gap: 10px;
    }

    .good-left-side-small.presents__box {
        display: none;
    }
.rbank-logo {
    display: none;
}
.keywords__wrap.mobile {

display: flex;
}

        .top-model__description {
            min-width: 600px;
        }


        .footer {
					padding: 20px 5px 50px;

					position: relative;
        }

        #index .footer {
            padding: 20px 0 50px;
            left: 0;
            position: relative;
        }


        .breadcrumbs .item {
            margin-bottom: 5px;

        }
        .good-side, .good-left-side-small {
            justify-content: center;
        }

        .vendor {

            right: 5px;
        }
        .side-good-big {
            width: 300px;
            flex-direction: column;
            align-items: center;
        }



        .good .section-desc {
            left: 0px;
        }

        .tab-nav {
            min-width: 35px;
        }

        .catalog__item {
            max-width: 100%;
        }

        .catalog__item_drop {
            font-size: 16px;
        }

        .catalog__item_menu {
            right: 4px;
        }

        .section-stock {
            display: -webkit-flex;
            display: -moz-flex;
            display: -ms-flex;
            display: -o-flex;
            display: flex;
        }

        .catalog__item_text {
            font-size: 18px;

        }

        .item-descr {

        }

        .sub-cat-link {
            padding: 0 5px;
            margin: 5px 3px 10px 5px;
            font-size: 14px;
        }

        .catalog .owl-prev, .catalog .owl-next {
            padding: 50px 20px;
            top: 110px;
        }


        .catalog {
            display: block;
            justify-content: start;
        }

        .wrap-catalog-advantages {
            padding: 10px 0 60px;
        }

        .catalog .side-good-small {
            width: 190px;
        }

        .wrap-good-small-description {
            display: flex;
            flex-direction: column;
        }

        .wrap-cart-content {

            flex-direction: column;
        }

        .section .section-right-block {

            align-items: center;
        }

        .section .section-right-block-content {
            font-size: 12px;
            color: #333;
            line-height: 15px;
        }

        .section .section-right-block-title {

            line-height: 1.2;
            padding: 10px 0
        }

        .section .section-right-block-title a {
            font-size: 16px;
            text-decoration: none;
        }

        .section .section-item {
            flex-direction: column;
            padding: 5px;
        }


        




                .good .section-right-block {

            align-items: center;
        }

        .good .section-right-block-content {
            font-size: 12px;
            color: #333;
            line-height: 15px;
        }

        .good .section-right-block-title {
        line-height: 1;
        padding: 0;
        text-align: justify;
        font-size: 14px;
        }

        .good .section-right-block-title a {
            font-size: 16px;
            text-decoration: none;
        }

        .good .section-item {
            flex-direction: column;
            padding: 5px;
        }


            .good .section-left-block {
        display: flex;
        flex: 1;
        flex-direction: row;
        padding: 0;
    }

        .owl-prev, .owl-next {

            top: 90px;
        }


        .catalog-head {
            padding: 5px;
        }


        .wrap-good-small-img img {
            width: 200px;
            border-radius: 15px;
            box-shadow: 1px 1px 1px #969595;
        }

        .side-good-small-top {
            display: flex;
            align-items: start;
        }

        .good-header .mySlides img {

            padding: 0px;
        }

        .good-header .bx-viewport {
            overflow: hidden !important;
        }

        .header .owl-prev, .header .owl-next {
            top: 100px;
        }

        .top-search {
            position: absolute;
            left: 48px;
            margin: 5px auto;
        }

        .head-text {
            padding-top: 0;
        }

        .carousel-news-small .content-news-btn {
            padding: 5px 0;
        }

        .carousel-news-small .owl-carousel-news .content-title {
            display: flex;
            align-items: center;
            justify-content: center;
            flex-direction: column;
            height: 50px;
            width: 100%;
            position: absolute;
            left: 0;
            bottom: 0;
            background-color: #fff;
            font-size: 12px;
            padding: 0;
            line-height: 12px;
        }

        .carousel-news-small .wrap-content-news .content-img {
            height: 250px;
        }

        .content-news-btn a {
            font-size: 16px;
            padding: 4px 17px;

        }
.content-news-btn-mobile  a {
            font-size: 16px;
            padding: 4px 17px;

        }
        .head .carousel-news-small .owl-carousel-news {
            width: 300px;
            height: 250px;
            -webkit-transform: skew(0deg);
            -moz-transform: skew(0deg);
            -o-transform: skew(0deg);
            background: #fff;
            overflow: hidden;
            border-radius: 10px;
        }

        .section-price {
            position: inherit;
        }

        .wrap-section-price {
            position: inherit;
        }

        .wrap-section-price {
            display: flex;
            justify-content: space-around;
            border: 1px solid #f0f0f0;
            align-items: center;
            height: 100%;
            flex: 1;
            min-height: auto;
        }


        .wrap-good-side {
            align-items: center;
        }

        .bx-viewport {
            height: 100%;
            margin-bottom: 0 !important;

        }

        .mySlides img {
            width: 100%;
        }

        .news-item {

            flex-direction: column;
        }


        .wrap-relation-products {
            flex: 2;
            background: #fff;
            margin-bottom: 50px;
        }

        .mySlides img {
            height: 100%;
        }

        .tab-panels-desc-content.sld {
            padding: 0px;
            font-size: 12px;
            line-height: 14px;
            display: block;

        }

        .tab-panels {
            padding: 0;
        }

        .tab-panels-title {
            padding: 5px;
        }

        .next, .prev {
position: absolute;
z-index: 99999;
        }

        .tab-nav {
            padding: 8px 0 0 0;
        }

        .nextS {
            right: 5px;
        }

        .prevS {
            left: 5px;
        }

        .content-left-block-bottom {
            display: block;
        }


        .content-header .content-left-block-main {
            padding: 5px;
            width: 100%;
        }


        .content-left-block-bottom-img {
            padding: 0px 8px;
        }


        .catalog .breadcrumbs {

        }


        .wrap-menu-item .menu-item {
            padding: 0;
        }

        .menu-item-text-dropdown a:before {
            top: -1px;
            left: 20px;
        }

        .menu-item-text-dropdown a:after {
            bottom: 0;
            left: 20px;
        }

        .catalog .side-good-small {
            background-color: #eaeaea;
            width: 236px;
            margin-bottom: 10px;
        }


        .menu-item-dropdown {
            text-align: left;
            padding: 10px 30px 10px 20px;
        }

        .wrap-right-menu {
            width: 230px;
        }

        .button-call-us {
            display: block;
            position: fixed;
            width: 100%;
            bottom: 0;
            left: 0;
            z-index: 10;
            padding: 10px 0;
            border: none;
            color: #fff;
            font-size: 18px;
            border-top: 1px solid #ced1f3;
        }

        .button-call-us img {
            width: 20px;
            padding-right: 3px;
        }

        .menu-text-phone {
            font-size: 20px;
        }


        .wrap-menu-text {
            padding-top: 20px;
            text-align: center;
        }


        .catalog .owl-item {
            margin-right: 30px !important;
        }

        .head .owl-item {
            margin-right: 30px !important;
        }

        .wrap-info-mail {
            padding: 0;
        }

        .head .wrap-btn-open {
            padding-bottom: 50px;
        }

        .head .owl-theme .owl-nav [class*='owl-'] {
            padding: 25px 18px;
        }


        .head .owl-nav .owl-prev {
            display: none;
        }


        .head .owl-carousel .owl-stage {
            margin-left: 8px;
        }


        .head .owl-carousel-news {
            width: 300px;
            height: 250px;
            -webkit-transform: skew(0deg);
            -moz-transform: skew(0deg);
            -o-transform: skew(0deg);
            background: #fff;
            overflow: hidden;
            border-radius: 10px;
        }

        .head .owl-carousel-news .wrap-content {
            display: block;
            -webkit-transform: skew(0deg);
            -moz-transform: skew(0deg);
            -o-transform: skew(0deg);
            text-align: center;
            height: 100%;
        }

        .head .owl-carousel-news img {
            margin-left: -73px;
        }


        .head .item.activ, .head .item.final {
            display: none;
        }


        .head .head-text span {
            opacity: .3;
            font-size: 40px;
            padding-top: 60px;
            margin-bottom: -75px;
        }

        .head .head-text .e-logo {
            font-size: 25px;
            margin-top: 0px;
        }

        .head .head-text h1 {
            font-size: 14px;
            margin: 0;
        }


        .catalog .wrap-good-small-btn {
            float: left;
            padding-right: 15px;
            margin-top: 0;
        }

        .catalog .good-small-btn {
            background-color: #3b55a5;
            padding: 5px 9px;
            font-size: 12px;
            border: none;
            border-radius: 5px;
        }

        .catalog .services-img img {
            width: 30px;
            margin: 8px;
        }


        .basket .wrap-heart {
            position: absolute;
            left: 80px;
            top: 20px;
            padding: 0;
        }


        .basket .good-side, .basket .good-left-side-small {
            padding: 30px 0 0px 13px;
        }

        .basket .good-left-side {
            width: 220px;
            height: 220px;
        }


        .good .wrap-heart {
            position: absolute;
            left: 80px;
            top: 20px;
            padding: 0;
        }


        .good .good-side, .good .good-left-side-small {
            padding: 0;
        }


        .wrap-pay {
            display: block;
            text-align: center;
        }

        .wrap-pay-btn-buy button {
            margin: 30px 0px 60px 0px;
        }

        .basket .wrap-good-description table {
            width: 345px;
        }

        .basket .wrap-good-description form label {
            font-size: 15px;
        }

        .basket .wrap-good-description form {
            padding: 0 15px;
            font-size: 18px;
        }

        .basket .wrap-good-description h2 {
            padding: 15px 15px 30px;
            font-size: 20px;
            text-align: center;
        }

        .basket .wrap-good-description h1 {
            color: #0023ff;
            font-size: 35px;
            padding: 30px 30px 15px;
            text-align: center;
        }

        .footer {
    text-align: center;
    font-size: 10px;
    line-height: 1.3;
    padding: 20px 5px 30px;
}
.mdn {
    display: none;
}

}  
@media only screen and (max-width: 480px) {

	.logo {
    padding: 10px;
}
.info-mail-img, .info-phone-img, .info-messendger-img {
	font-size: 30px;

}

        .good .breadcrumbs {
            max-width: 300px;
        }
        .section .section-left-block {
            display: flex;
            flex: 1;
            flex-direction: row;
            padding: 0;
        }
    .section .section-right-block-title {
        order: 1;

        justify-content: left;
        align-items: flex-start;
    }

    .section-right-block-title__tags {
        width: 80%;
    }
    .section-left-block-img {
        width: 80px;
        margin-right: 10px;
    }
    .section-right-block-date {
        width: 35%;
    }
    .section .section-right-block-title {
        padding: 5px 0;
    }

    }
@media only screen and (max-width: 380px) {
        .wrap-section-price {
            display: flex;
            justify-content: space-around;
            border: 1px solid #f0f0f0;
            align-items: center;
            height: 100%;
            flex: 1;
            min-height: 190px;
						flex-direction: column;
        }

    }
@media only screen and (max-width: 320px) {


        .basket .wrap-good-description table {
            width: 290px;
        }

        .basket .good-left-side-small img {
            width: 40px;
            height: 40px;
        }

        .basket .good-left-side-img img {
            width: 200px;
            height: 200px;
        }

        .basket .good-left-side-img {
            width: 200px;
            height: 200px;
        }

        .basket .good-left-side {
            width: 200px;
            height: 200px;
        }

        .basket .good-side, .basket .good-left-side-small {
            padding: 27px 0 0px 0px;
        }

        .basket .wrap-heart {
            position: absolute;
            left: 80px;
            top: 10px;
            padding: 0;
        }


        .good .good-left-side-small img {
            width: 40px;
            height: 40px;
        }

        .good .good-left-side-img img {
            max-width: 100%;
            max-height: 100%;
        }

        .good .good-left-side-img {
            width: 180px;
            height: 180px;
        }

        .good .good-left-side {
            width: 180px;
            height: 180px;
        }


        .good .good-side, .good .good-left-side-small {
            padding: 27px 0 0px 0px;
        }

        .good .wrap-heart {
            position: absolute;
            left: 80px;
            top: 10px;
            padding: 0;
        }


        .head .owl-carousel .owl-stage {
            margin-left: 5px;
        }


        .head .owl-carousel-news {
            width: 250px;
            height: 200px;
        }

        .head .owl-theme .owl-nav [class*='owl-'] {
            padding: 100px 25px;
        }


        .section-quantity {
            padding: 0px 125px;
        }


        .wrap-side-group {
            margin-left: -27px;
        }


        .wrap-services-text {
            font-size: 9px;
        }

        .services-img img {
            width: 24px;
            margin: 7px;
        }


        .wrap-menu-text {
            padding-top: 15px;
        }

        .wrap-info-mail {
            padding: 25px 0;
        }
    }
@media only screen and (max-height: 376px) {

        .head .head-text {
            text-align: center;
            transform: scale(0.8);
        }

        .head .head-text span {
            opacity: .3;
            font-size: 40px;
            padding-top: 5px;
            margin-bottom: -85px;
        }

        .head .wrap-btn-open {
            padding-bottom: 5px;
        }
    }
@media only screen and (max-height: 320px) {


        .catalog .wrap-good-small-price {
            padding-left: 13px;
        }

        .catalog-head h1 {
            font-size: 20px;
            line-height: 1;
            padding: 0px;
        }


        .wrap-btn-open {
            padding-bottom: 0px;
        }


        .basket .wrap-pay-btn-buy button {
            margin: 35px 0px 0px 35px;
        }

        .basket .wrap-good-description table {
            width: 510px;
        }

        .basket .wrap-good-side {
            padding: 0px 0 0 15px;
        }

        .basket .good-left-side-small img {
            width: 40px;
            height: 40px;
        }


        .good .wrap-good-side {
            padding: 0px 0 0 15px;
        }

        .good-left-side-small img {
            width: 40px;
            height: 40px;
        }

        .good .wrap-heart {
            position: absolute;
            right: 175px;
            top: 20px;
            padding: 0;
        }

        .catalog .side-good-small {
            padding: 5px;
        }


        .head .owl-theme .owl-nav [class*='owl-'] {
            padding: 90px 25px;
        }

        .owl-carousel-news .wrap-content {
            height: 150px;
        }

        .head .owl-carousel-news {
            width: 300px;
            height: 150px;
        }

        .head .head-text h1 {
            padding-bottom: 15px;
        }

        .head .wrap-btn-open .btn-open a {
            padding: 6px 17px;
        }

        .content-news-btn a {
            padding: 3px 17px;

        }

        .head .head-text span {
            opacity: .3;
            font-size: 40px;
            padding-top: 15px;
            margin-bottom: -75px;
        }

        .catalog .side-good-small {
            width: 270px;
        }

        .wrap-good-small-img img {
            width: 100px;
        }

        .wrap-good-small-description {

            padding: 0;
        }

        .wrap-good-small-img {
            text-align: center;
            float: left;
        }

        .side-good-small-bottom {
            display: flex;
            align-items: center;
            justify-content: start;
        }

        .catalog .wrap-good-small-btn {

            margin: 0 15px;
        }

        .wrap-good-small-description {
            font-size: 12px;
        }

        .catalog .good-small-btn {
            padding: 6px 4px;
        }

    }
@media only screen and (min-width: 1023px) and (max-width: 1025px) {
        .section-btn-buy {
            padding: 15px 5px;
        }

        .section-price-cost b {
            font-size: 16px;
        }
    }
@media only screen and (min-width: 767px) and (max-width: 769px) {


    .section-price {
        top: 175px;
        right: unset;
    }

    .wrap-section-price {
        position: absolute;
        display: flex;
        flex-direction: column;
        justify-content: flex-start;
        top: 60px;
        right: 80px;
        border: none;
        align-items: start;
    }
}


.cookie-holder {
    bottom: 0;
    position: fixed;
    width: 100%;
    z-index: 120;
    display: none;
        left: 0px;
}

.cookie-main span {
    display: block;
}
.cookie-main {
    -ms-flex-direction: column;
    flex-direction: column;
    line-height: 14px;
    margin: 12px 8px;
}
.cookie-title {
    font-size: 14px;
    font-weight: 700;
    line-height: 14px;
}
.cookie-text {
    font-size: 14px;
    -webkit-text-size-adjust: 100%;
    margin-top: 6px;
    line-height: 14px;
}
.cookie-button {
    background-color: #3b55a5;
    border-radius: 5px;
    cursor: pointer;
    line-height: 16px;
    margin: 12px;
    margin-top: 0;
    min-width: 124px;
    padding: 5px;
    color: #fff;
    text-align: center;
}

.cookie-disclaimer {
    background-color: #c0c8d9;
    box-shadow: 0 19px 38px 0 #00143c, 0 15px 12px 0 #00143c;
    color: #000;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: row;
    flex-direction: row;
    font-family: Verdana,Helvetica,Arial,sans-serif;
    font-size: 14px;
    margin: 0 auto;
    z-index: 120;
    justify-content: center;
}

.alert-holder {
    top: 0;
    position: fixed;
    width: 100%;
    z-index: 999999;
    display: none;
}

.alert-main span {
    display: block;
}
.alert-main {
    -ms-flex-direction: column;
    flex-direction: column;
    line-height: 14px;
    margin: 12px 8px;
}
.alert-title {
    font-size: 14px;
    font-weight: 700;
    line-height: 14px;
}
.alert-text {
    font-size: 14px;
    -webkit-text-size-adjust: 100%;
    margin-top: 6px;
    line-height: 14px;
}
.alert-button {
    background-color: #3b55a5;
    border-radius: 5px;
    cursor: pointer;
    line-height: 16px;
    margin: 12px;
    margin-top: 0;
    min-width: 124px;
    padding: 5px;
    color: #fff;
    text-align: center;
}

.alert-disclaimer {
    background-color: #c0c8d9;
    box-shadow: 0 19px 38px 0 #00143c, 0 15px 12px 0 #00143c;
    color: #000;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: row;
    flex-direction: row;
    font-family: Verdana,Helvetica,Arial,sans-serif;
    font-size: 14px;
    margin: 0 auto;
    z-index: 120;
    justify-content: center;
}

.rbank__wrap {
	display: flex;
	align-items: center;
}

@media only screen and (max-width: 768px) {

    .cookie-disclaimer {
        -ms-flex-direction: column;
        flex-direction: column;
    }
        .alert-disclaimer {
        -ms-flex-direction: column;
        flex-direction: column;
    }
}
@media only screen and (max-width: 390px) {
        .good .good-left-side {
            width: 240px;
            height: 240px;
        }
    }
@media only screen and (min-width: 769px) {
    .cookie-button {
        margin: auto 5px;
        width: 230px;
        box-shadow: 2px 2px 1px #ccc;
        outline: none;

    }
        .cookie-button:active, .cookie-button:focus {
        box-shadow: none;

    }
        .alert-button {
        margin: auto 5px;
        width: 230px;
        box-shadow: 2px 2px 1px #ccc;
        outline: none;

    }
        .alert-button:active, .cookie-button:focus {
        box-shadow: none;

    }
}
