* { margin: 0;
	padding: 0;
  }

.clearfix:after {
     visibility: hidden;
     display: block;
     font-size: 0;
     content: " ";
     clear: both;
     height: 0;
     }
.clearfix { display: inline-block; }
/* start commented backslash hack \*/
* html .clearfix { height: 1%; }
.clearfix { display: block; }

  a {color: #54D1E5; text-decoration: underline;}
  a:hover {text-decoration: none; }

/* ======== FONTS ====== */

@font-face {
    font-family: 'Lato-Black';
    src: url('/fonts/Lato-Black.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Lato-Black';
    src: url('/fonts/Lato-BlackItalic.ttf') format('truetype');
    font-weight: normal;
    font-style: italic;
}

@font-face {
    font-family: 'Lato-Bold';
    src: url('/fonts/Lato-Bold.ttf') format('truetype');
    font-weight: bold;
    font-style: normal;
}

@font-face {
    font-family: 'Lato-Bold';
    src: url('/fonts/Lato-BoldItalic.ttf') format('truetype');
    font-weight: bold;
    font-style: italic;
}

@font-face {
    font-family: 'Lato-Hairline';
    src: url('/fonts/Lato-Hairline.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Lato-Hairline';
    src: url('/fonts/Lato-HairlineItalic.ttf') format('truetype');
    font-weight: normal;
    font-style: italic;
}

@font-face {
    font-family: 'Lato-Heavy';
    src: url('/fonts/Lato-Heavy.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Lato-Heavy';
    src: url('/fonts/Lato-HeavyItalic.ttf') format('truetype');
    font-weight: normal;
    font-style: italic;
}

@font-face {
    font-family: 'Lato-Italic';
    src: url('/fonts/Lato-Italic.ttf') format('truetype');
    font-weight: normal;
    font-style: italic;
}

@font-face {
    font-family: 'Lato-Light';
    src: url('/fonts/Lato-Light.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Lato-Light';
    src: url('/fonts/Lato-LightItalic.ttf') format('truetype');
    font-weight: normal;
    font-style: italic;
}

@font-face {
    font-family: 'Lato-Medium';
    src: url('/fonts/Lato-Medium.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Lato-Medium';
    src: url('/fonts/Lato-MediumItalic.ttf') format('truetype');
    font-weight: normal;
    font-style: italic;
}

@font-face {
    font-family: 'Lato-Regular';
    src: url('/fonts/Lato-Regular.ttf') format('truetype'),
    url('/fonts/Lato-Regular.eot') format('embedded-opentype'),
    url('/fonts/Lato-Regular.woff') format('woff'),
    url('/fonts/Lato-Regular.svg') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Lato-Semibold';
    src: url('/fonts/Lato-Semibold.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Lato-Semibold';
    src: url('/fonts/Lato-SemiboldItalic.ttf') format('truetype'),
    url('/fonts/Lato-Semibold.eot?#iefix') format('embedded-opentype'),
    url('/fonts/Lato-Semibold.woff') format('woff'),
    url('/fonts/Lato-Semibold.svg#Lato-Semibold') format('svg');
    font-weight: normal;
    font-style: italic;
}

@font-face {
    font-family: 'Lato-Thin';
    src: url('/fonts/Lato-Thin.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Lato-Thin';
    src: url('/fonts/Lato-ThinItalic.ttf') format('truetype');
    font-weight: normal;
    font-style: italic;
}


.justify

{
  font-size: 1px;
  line-height: 0;
  text-align: justify !important;
  text-justify: newspaper;

}

.justify:after

{
  content: '';
  display: inline !ie;
  display: inline-block;
  height: 0;
  overflow: hidden;
  visibility: hidden;
  width: 100%;
  zoom: 1;

}

.justify > *
{
  display: inline !ie;
  display: inline-block;
  font-size: 14px;
  line-height: normal;
  text-align: left;
  vertical-align: top;
  zoom: 1;
}

.breadcrumbs {
width: 918px;
margin: 10px auto;}
}

/* ===== MAIN ===== */

html {
	height: 100%;
}
article, aside, details, figcaption, figure, footer, header, hgroup, main, nav, section, summary {
	display: block;
}
body {
  font-family: verdana, sans-serif;
	font: 12px/18px verdana, sans-serif;
	width: 100%;
	height: 100%;
}
.main-content {
	min-height: 100%;
	height: auto !important;
	height: 100%;
}

.main-content-center {
	width: 918px;
	margin: 0 auto;
}

a:hover { text-decoration: none;}

.clear {clear: both;}



.invisible {
	background: rgba(0,0,0,0.5);
	height: 100%;
	width: 100%;
	position: fixed;
	display: none;
	z-index: 60;
}
.invisible-no-active {
  height: 100%;
  width: 100%;
  position: fixed;
  display: none;
  z-index: 61;
  margin-left: -264px;
}

#right-window {
	position: fixed;
	right:0;
	top:0;
	background: #fff;
	z-index:62;
	height: 100%;}

.right-window  {
   height: 100%;
   position: relative;
}

.right-window > div {
	overflow: hidden;
	width: 0px;
}

#right-window .navigation-r-w {
	position: absolute;
	left: -66px;
	background: #e88156;
	color: #fff;
	top:50%;
	display: inline-block;
	border-radius:5px 0 0 5px;
	text-align: center;
	width: 66px;
}

#right-window .navigation-r-w > a {
	padding: 15px 0 10px 0;
	display: block;
	font-size: 10px;
	color: #fff;
	text-decoration: none;
}

#right-window .navigation-r-w > a:hover {
	background: #d4764f;
	-moz-transition: all 1s ease-out;
     -o-transition: all 1s ease-out;
     -webkit-transition: all 1s ease-out;transition: 0.5s linear;
}
#right-window .navigation-r-w > a > span {
	display: inline-block;
	padding-left: 20px;
	background: url(/images/like-window.png) no-repeat 0% 50%;
	font-size: 12px;
}

#right-window .navigation-r-w > a > span {
	background: url(/images/like-in-active.png) no-repeat 0% 50%;
}

#right-window .navigation-r-w > div {
	height: 30px;
	background: url(/images/up.png) no-repeat 50% 50%;
	padding: 10px 0 20px 0;
	cursor:pointer;
}

#right-window .navigation-r-w > div:hover {
	background: url(/images/up-active.png) no-repeat 50% 50%;
}

.header-details {
	padding: 11px 14px;
	margin-bottom: 14px;
	text-align: center;
	font-size:23px;
	color: #fff;
	font-weight: bold;
	background: #5ad1e0;
	text-align: left;
	cursor:pointer;
}

.header-details > span {
    -moz-transition: all 1s ease-out;
    -o-transition: all 1s ease-out;
    -webkit-transition: all 1s ease-out;transition: 0.5s linear;
 }

.header-details:hover > span {
	opacity:0.7;}

.yamarket {
  display: inline-block;
  vertical-align: middle;
  height: 31px;
}


.details_selected > div > p {
	padding: 20px 20px 30px 20px;
	margin-top: 30px;
	color: #969595;
	border-top: 1px solid #e1e1e1;

}

.details_selected {
	text-align: center;
	width: 264px;
}

.details_selected > div > a.to-cart {
	background: #d18181;
  text-decoration: none;
  padding: 5px 30px;
  margin:0 20px 15px;
  text-transform: uppercase;
  font-size: 12px;
  display: block;
  color: #fff;
  -moz-transition: all 1s ease-out;
  -o-transition: all 1s ease-out;
  -webkit-transition: all 1s ease-out;transition: 0.5s linear;
}
.details_selected > div > a.to-cart:hover {
	background: #5ad1e0;
}

.details_selected > div > a.issue {
   color:#00002f;}

.details_selected ul {
  text-align: left;
  margin: 0 3px 0 30px;
  padding:0 10px 15px 0;
  overflow-y: scroll;
  height: 350px;
}
.details_selected ul::-webkit-scrollbar {
    width: 5px;
    margin-bottom: 30px;
}

.details_selected ul::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
    background-color: #fff5f6;
}

.details_selected ul::-webkit-scrollbar-thumb {
  background-color: #5ad1e0;
      border-radius: 5px;
  outline: none;
  border:none;
}
.details_selected > div > p.bord-top {
  border-top: 1px solid #e1e1e1;
  padding-top: 30px;
  margin-top: -5px;
}
.details_selected > header {
	color: #464242;
	font-size: 18px;
	text-transform: uppercase;
	text-align: left;
	padding: 0 0 20px 20px;
}

.details_selected li {
  display: block;
  color: #00002f;
  overflow: hidden;
  margin-bottom: 15px;
  position: relative;}

.details_selected li > a {
  overflow: hidden;
  box-sizing:border-box;
  text-align: center;
  float: left;
  margin-right: 12px;}


.details_selected li > a > img {
	height: 70px;
}

.details_selected li > div {
  padding-right: 30px;}

.details-selected li > span {
  position: absolute;
  right: 5px;
  top: 0;}

.details_selected li > div > a {
  font-size: 12px;
  color: #00002f;
  display: block;
  height: 50px;
  overflow: hidden;
  text-decoration: none;
}

.details_selected li > div > a:hover {
  color: #5ad1e0;
  -moz-transition: all 1s ease-out;
  -o-transition: all 1s ease-out;
  -webkit-transition: all 1s ease-out;transition: 0.5s linear;}

.details_selected li > div > span {
	font-weight: bold;
	font-family: 'Lato-Heavy';
}

.details_selected li > span {
	position: absolute;
    right: 5px;
    opacity: 0.7;
    top: 0;
    -moz-transition: all 1s ease-out;
    -o-transition: all 1s ease-out;
    -webkit-transition: all 1s ease-out;transition: 0.5s linear;
}
.details_selected li > span:hover {
	opacity: 1;
}
/* ======== HEADER ======= */


.top-line-navigation {
	background: #f1f1f1;
	height: 40px;
}

.line-one-top > div {
	color: #767676;
    font-size: 11px;
    float: left;
    line-height: 40px;}

.line-one-top > div a {
	color:#28bcbd;
	-moz-transition: all 1s ease-out;
     -o-transition: all 1s ease-out;
     -webkit-transition: all 1s ease-out;transition: 0.5s linear;
    text-decoration: none;
    display: inline-block;}

.line-one-top > div a:first-child {
	margin-right: 0px;
}

.line-one-top > div a:last-child {
	margin-left: 0px;
}
.line-one-top .basket-top a{
  color: #28bcbd;
  text-decoration: none;}

.line-one-top a {
	-moz-transition: all 1s ease-out;
    -o-transition: all 1s ease-out;
    -webkit-transition: all 1s ease-out;transition: 0.5s linear;
}

 .line-one-top a:hover {
 	color: #767676;

 }

 .line-one-top > ul {
 	float: right;
  font-size: 11px;
 }

 .line-one-top > ul > li {
 	display: inline-block;
 	margin-left: 2px;
  vertical-align: middle;
 	line-height: 40px;
 	color: #767676;
 	position: relative;
 }


 .line-one-top > ul > li.currency-top > div {
 	background: #767676;
 	position: absolute;
 	display: none;
 	right: 0;
 }

.line-one-top > ul > li.currency-top > div > a {
	text-decoration: none;
	color:#fff;
	width: 85px;
	line-height: 11px;
	padding:13px 20px;
	display: block;
	-moz-transition: all 1s ease-out;
    -o-transition: all 1s ease-out;
    -webkit-transition: all 1s ease-out;transition: 0.5s linear;
}

.line-one-top > ul > li.currency-top > div > a:hover {
	background: #5ad1e0;}

 .line-one-top > ul > li.currency-top:hover >div {
 	display: block;
 }

 .line-one-top > ul > li > div > * {
 	display: inline-block;
 }

 .line-one-top > ul > li > div > span {
 	background: #ff6c6c;
 	padding: 2px 4px;
 	color: #fff;
 	line-height: 12px;
 	margin-right: 1px;
 	font-family: 'Lato-Heavy';

 }

 .line-one-top .currency-top span {
 	color: #28bcbd;
 	cursor: pointer;
 	display: inline-block;
 	padding:0 20px 0 5px;
 	position: relative;
 }

 .line-one-top .currency-top span:after {
 	color: #28bcbd;
 	content: url(/images/this-after-top.png);
    margin: 0px 5px;
    position: absolute;
    right:0;
    top:0;
 }


 .line-one-top .currency-top:hover span:after {
 	content: url(/images/this-after-top2.png);
 }

 .line-one-top > ul > li.basket-top > div {
 	margin-left: 5px;
 	display: inline-block;


 }

 .line-one-top > ul > li.basket-top > div  > div {
 	position: relative;
 	color:#28bcbd;
 }

 .line-one-top > ul > li.basket-top > div  > div:after {
  content: '';
  display: inline-block;
  width: 10px;
  height: 6px;
 	background: url(/images/this-after-top.png);
 	margin:0px 5px;
  -webkit-transition: 0.6s;
  -o-transition: 0.6s;
  transition: 0.6s;
 }
 .arrow_c_b_d:after {
 	content: '';
  background: url(/images/this-after-top2.png) !important;
 	margin:0px 5px;
 }


 #dfree
{
  position:absolute;
  z-index:50;
  box-shadow:5px 5px 10px  #ccc;
  background:#fff;
  padding:7px;
  width:376px;
  bottom: 140px;
  right: 542px;
}
  #dfr
{
  font-size:19px;
  color:#4d4bcd;
  padding-top:20px;
  font-weight:bold;
}
    #dfree > div
{
  background:#fff;
  padding:5px 10px;
  border:1px solid #5ad1e0;
}
  #dfree > div > img
{
  float:left;
  margin-right:15px;
}
  #dfree > div > p > *
{
  display:inline-block;
  vertical-align:middle;
}
  #content_dfree
{
  position:relative;
}
  #dfree b
{
  color:#323232;
  font-size:19px;
  line-height:25px;
  font-family:Arial, Helvetica, sans-serif;
  text-align:right;
}
  #dfree > div > p > span
{
    color: #ff6b69;
    font-size: 23px;
    margin-left: 10px;
    font-weight: bold;
    padding: 3px 0;
    display: block;
    text-align: center;
    line-height: 29px;
}

  #dfree > div > div > span, #dfree > div > div > a
{
    vertical-align: top;
    border: none;
    color: #464242;
    margin-left: 3px;
    padding: 7px 20px;
    background: #54d2e1;
    min-width: 100px;
    text-align: center;
    color: #fff;
    text-transform: uppercase;
    font-size: 12px;
    cursor: pointer;
    -moz-transition: all 1s ease-out;
    -o-transition: all 1s ease-out;
    -webkit-transition: all 1s ease-out;
    transition: 0.5s linear;
 }



  #dfree > div > div > a, #dfree > div > div > span:hover
{    background: #ff6b69;
     text-decoration: none;
}

#dfree > div > div > a:hover {
  background: #54d2e1;
}


#contents_basket {
  display: none;
 	position: absolute;
 	background: #767676;
 	line-height: normal;
 	padding:10px;
 	font-weight: normal;
 	top:340px;
  opacity: 0;
 	right: 0px;
  z-index: 55;
  width: 200px;
 }

 #basket-click:hover {
  cursor: pointer;
 }

.c_b_d {
  display: block !important;
  -webkit-animation: basketmenu 0.6s ease-out;
  animation: basketmenu 0.6s ease-out;
  opacity: 1 !important;
  top: 40px !important;
}
@keyframes basketmenu {
  from {opacity:0;top:100px;}
  to {opacity:1;top:40px;}
}
@-webkit-keyframes basketmenu {
  from {opacity:0;top:100px;}
  to {opacity:1;top:40px;}
}
 #contents_basket ul {
 	border-bottom:1px solid #909090;
  max-height: 200px;
  overflow: auto;
 }

 #contents_basket ul::-webkit-scrollbar {
  width: 8px;
  background: #666;
  box-shadow: inset 0 0 2px #ccc;
}

#contents_basket ul::-webkit-scrollbar-thumb {
  background: #ccc;
  box-shadow: inset 0 0 2px #4D4D4D;
  cursor: pointer;
  border-radius: 3px;
}

 #contents_basket li {
 	display: block;
    color: #fff;
    overflow: hidden;
    margin-bottom: 10px;
    position: relative;
 }

#contents_basket li > a {
  height: 80px;
  overflow: hidden;
  width: 70px;
  text-align: center;
  float: left;
  margin-right: 12px;
}

#contents_basket li:nth-child(2n) > a {
	background: #ebf3ff;}

#contents_basket li:nth-child(3n) > a {
	background: #eaffea;}

#contents_basket li > a > img {
  	height: 80px;
  }

#contents_basket li > div {
	padding-right: 20px;
}

#contents_basket li > span {
	position: absolute;
	right: 5px;
	top:0;
}

#contents_basket li > div > a {
  font-size: 11px;
  color: #fff;
  display: block;
  height: 44px;
  margin-bottom: 10px;
  overflow: hidden;
  text-decoration: none;
  -moz-transition: all 1s ease-out;
  -o-transition: all 1s ease-out;
  -webkit-transition: all 1s ease-out;transition: 0.5s linear;
}

#contents_basket li > div > a:hover {
	opacity: 0.5;
}

#contents_basket li > div > span {
	-moz-transition: all 1s ease-out;
    -o-transition: all 1s ease-out;
    -webkit-transition: all 1s ease-out;transition: 0.5s linear;
}

#contents_basket li > span:hover {
	opacity: 0.5;
}

#contents_basket > div {
	color: #fff;
	font-size: 14px;
	margin: 15px 0 20px;
}

#contents_basket > div > b {
	display: inline-block;
	width: 145px;
	text-align: right;
  font-weight: normal;
  text-align: right;
  font-size: 15px;
}

#contents_basket > a {
	color: #fff;
	text-decoration: none;
	text-transform: uppercase;
	display: block;
	text-align: center;
	padding:5px 0;
	background: #ff6c6c;
	-moz-transition: all 1s ease-out;
    -o-transition: all 1s ease-out;
    -webkit-transition: all 1s ease-out;transition: 0.5s linear;
}

#contents_basket > a:hover {
	background: #5ad1e0;
}

 .line-one-top > ul > li.basket-top > div  > div > div > a {
 	display: block;
 	text-decoration: none;
 }

 .line-one-top > ul > li.basket-top > div:hover > div > div {
 	display: block;
 }

 .logo-type {
 	padding: 44px 0 38px;
 }

.logo-type > a {
	float: left;
	vertical-align: middle;
}

.logo-type > ul {
	float: right;
	text-transform: uppercase;
	vertical-align: middle;
	font-size: 12px;
	padding-top: 10px;
}

.logo-type > ul > li {
	display: inline-block;
	vertical-align: top;
	padding-left: 30px;
  font-size: 13px;
}

.logo-type > ul > li > a {
	color: #00002f;
	display: block;
	text-decoration: none;
	-moz-transition: all 1s ease-out;
    -o-transition: all 1s ease-out;
    -webkit-transition: all 1s ease-out;transition: 0.5s linear;
}

.logo-type > ul > li > a:hover {
	color:#28bcbd;

}

#top-main-search {
  background: url(/images/search-t.png) 100% 50% no-repeat;
  padding-right: 16px;
  margin-left: 38px;
  cursor: pointer;
  -moz-transition: all 1s ease-out;
  -o-transition: all 1s ease-out;
  -webkit-transition: all 1s ease-out;
  transition: 0.5s linear;
}
#top-main-search:hover {
  background: url(/images/search-hover.png) 100% 50% no-repeat;
}

#tel-top, #opening-hours {
  margin-left: 30px;
  color: #767676;
  font-size: 11px;
  float: left;
  line-height: 40px; }

.tel-top {
  float: left;
  vertical-align: middle;
  color: #767676;
  text-decoration: none;
  font-size: 11px;
  -moz-transition: all 1s ease-out;
  -o-transition: all 1s ease-out;
  -webkit-transition: all 1s ease-out;
  transition: 0.5s linear;
  line-height: 40px;
  margin-left: 16px;}

.callback-fk {
	margin-right: 40px;
	float:right;
}

#line-search {
  background:#767676;
  line-height: 40px;
  display: none;
}

#line-search input {
  width: 100%;
  background: transparent;
  border: none;
  height: 40px;
  box-sizing:border-box;
  color: #f1f1f1;
}
#line-search input:focus {
  outline: none;
}

#line-search input::-webkit-input-placeholder {color:#fff;}
#line-search input::-moz-placeholder          {color:#fff;}/* Firefox 19+ */
#line-search input:-moz-placeholder           {color:#fff;}/* Firefox 18- */
#line-search input:-ms-input-placeholder      {color:#fff;}

a.tel-top:hover, #top-main-search:hover {
  color: #5ad1e0;
}

#line-search input:-webkit-autofill {
    -webkit-box-shadow: inset 0 0 0 50px #767676 !important; /* Цвет фона */
    -webkit-text-fill-color: #DDDDDD !important; /* цвет текста */
    color: #DDDDDD !important; /* цвет текста */
}
.tel-top > div {
  background: url(/images/ico-tel.png) 50% 50% no-repeat #5ad1e0;
  height: 17px;
  width: 17px;
  border-radius: 50%;
  display: inline-block;
  vertical-align: middle;
  line-height: 0;
  margin-right:1px;

}

/* ====== SLIDER ====== */

.slide-list-main-top {
	position: relative;
	height: 550px;
}

.slide-list-main-top.inner-slider {
	position: relative;
	height: 277px;
  overflow: hidden;
}

.slide-list-main-top li {
	top:0;
	left: 0;
	display: block;
	height: 550px;
	padding-top:205px;
	box-sizing:border-box;
	-moz-box-sizing:border-box;
}
.slide-list-main-top li.slide-number6 p {
  text-shadow:0 0 3px #866C85;

}
.slide-list-main-top.inner-slider li {
	height: 277px;
	padding-top: 72px;
}

.slide-list-main-top .main-content-center {
	text-align:center;
    position: relative;}

.slide-list-main-top .main-content-center > div {
	display:inline-block;
	text-transform:uppercase;
	color:#fff;}

.slide-list-main-top .main-content-center > div > span {
	display:inline-block;
	vertical-align: middle;
	font-size: 18px;
}

.slide-list-main-top .main-content-center > div > span:before {
	content:'';
	display: inline-block;
	vertical-align: middle;
	margin-right: 20px;
	width:100px;
	border-top:1px solid #fff;}

.slide-list-main-top .main-content-center > div > span:after {
	content:'';
	display: inline-block;
	vertical-align: middle;
	margin-left: 20px;
	width:100px;
	border-top:1px solid #fff;}

.slide-list-main-top .main-content-center > div > p {
	font-size:36px;
	line-height: 36px;
	margin:0;
	padding:15px 0 35px 0;}

.slide-list-main-top.inner-slider .main-content-center > div > p {
	line-height: 42px;
	padding:10px 0 20px;
}

.slide-list-main-top .main-content-center > div > a {
	display:inline-block;
	color:#fff;
	text-decoration:none;
	padding:9px 27px;
	font-size: 12px;
	background:#ff6c6c;
	-moz-transition: all 1s ease-out;
    -o-transition: all 1s ease-out;
    -webkit-transition: all 1s ease-out;transition: 0.5s linear;
}

.slide-list-main-top .main-content-center > div > a:hover {
	background: #5ad1e0;
}

.slide-list-main-top.owl-theme .owl-controls {

	position: absolute;
	width: 100%;
	bottom: 0;
	z-index: 50;
	bottom: 0;
}

.top_clone {
  position: fixed;
  top:0;
  width: 100%;
  z-index: 60;
  box-shadow: 2px 0 5px -1px #000;
}

/* ==== ELEMENTS OF SLIDER ==== */

.slide-list-main-top  li.slide-one {
	background: url(/images/slide-one.jpg) no-repeat;
	background-position: 50% -150px;
}

.slide-list-main-top  li.slide-number2 {
  background: url(/images/sredstvo_ukreplenya.jpg) no-repeat;
  background-position: 50% 0%;
}

.slide-list-main-top  li.slide-number3 {
  background: url(/images/slide-vinylux.jpg) no-repeat;
  background-position: 50% 0%;
}

.slide-list-main-top  li.slide-number4 {
  background: url(/images/cnd-slide4.jpg) no-repeat;
  background-position: 50% 0%;
}

.slide-list-main-top  li.slide-number5 {
  background: url(/images/cnd-slide5.jpg) no-repeat;
  background-position: 50% 0%;
}



.slide-list-main-top.inner-slider  li.slide-one-inner {
	background: url(/images/slide-one-inner.jpg) no-repeat;
	background-position: 50% 0px;
}

.slide-list-main-top.inner-slider  li.slide-two-inner {
	background: url(/images/slide-two-inner.jpg) no-repeat;
	background-position: 50% 0px;
}

.slide-list-main-top.inner-slider  li.slide-third-inner {
	background: url(/images/slide3-inner.jpg) no-repeat;
	background-position: 50% 0px;
}

/* ====== PAGES OF SLIDER ====== */

.slide-list-main-top.owl-theme .owl-controls .owl-pagination {
	position: relative;
	box-sizing:border-box;
	margin: 0 auto;
	width: 918px;
	text-align: right;
	padding: 0 28px 30px;

}

.slide-list-main-top.owl-theme .owl-controls .owl-page span {
	height: 12px;
	width: 12px;
	border-radius:0px;
	margin: 0 3px;
	background: #fff;
	opacity: 1;
	-moz-transition: all 1s ease-out;
    -o-transition: all 1s ease-out;
    -webkit-transition: all 1s ease-out;transition: 0.5s linear;
}

.slide-list-main-top.owl-theme .owl-controls .owl-page span:hover {
	background: #ff6c6c;
}

.slide-list-main-top.owl-theme .owl-controls .owl-page.active span {
	background: #ff6c6c;
}


/* ====== CONTENT ====== */

.content {
	padding: 0 0 456px;
	width: 100%;
	position: relative;
}

.inner-content > .main-content-center:after {
  display: table;
  clear: both;
  content: '';
}

#content-inner-catalog {
  width: 100%;
  float: left;
  padding-top: 50px;
}

.content-inner-catalog {
	padding-left: 230px;
	padding-bottom: 75px;
}

.inner-catalog-side {
  float: left;
  width: 215px;
  margin-left: -100%;
  margin-bottom: 75px;
  position: relative;
}

.wrap-tabs {
	text-align: center;
	padding:47px 0 49px 0;
}

.wrap-tabs .tabs.categories-list {
	display: inline-block;
	text-transform: uppercase;
	color: #cdcdcd;
	font-size: 12px;
	margin-bottom: 49px;
}

.wrap-tabs .tabs.categories-list > * {
	vertical-align: middle;
	display: inline-block;
}

.wrap-tabs .tabs.categories-list:before {
	content: '';
	display: inline-block;
	width: 105px;
	border-top:1px solid #e9e9e9;
  position: relative;
  top: -0.5em;
}

.wrap-tabs .tabs.categories-list:after {
	content: '';
	display: inline-block;
	width: 105px;
  border-top:1px solid #e9e9e9;
  position: relative;
  top: -0.5em;
}

.wrap-tabs .tabs.categories-list .active, .wrap-tabs .tabs.categories-list li {
    -moz-transition: all 1s ease-out;
    -o-transition: all 1s ease-out;
    -webkit-transition: all 1s ease-out;transition: 0.5s linear;
}

.wrap-tabs .tabs.categories-list .active, .wrap-tabs .tabs.categories-list li:hover {
   color:#464242;
}

.wrap-tabs .tabs.categories-list li span {
	display: inline-block;
	padding: 0 25px;
	font-size: 18px;
	cursor:pointer;
}

.tabs-visible {
	display: none;
	width: 100%;
}

.goods-box  .owl-item > div, .items-market {
	display: inline-block;
	vertical-align: top;
	width: 222px;
	text-align: center;
	margin-right:10px;
	position: relative;

}

.tabs-visible.visible {
	display: block;
}

.goods-box  .owl-item > div > a, .items-market > a {
	display: block;
	position: relative;
	overflow: hidden;
	margin-bottom:22px;
}


.goods-box .image-wrap {
	width: 100%;
	display:table;
}

.goods-box .image-wrap > div {
   height: 256px;
   display: table-cell;
   vertical-align: middle;
   line-height:0;
}

.goods-box  .owl-item > div > a img, .items-market > a img {

    transition: 0.3s linear;}

.goods-box  .owl-item:hover > div > a img, .items-market:hover > a img {

    transform: scale(1.1);}


.goods-box  .owl-item > div > a > p,  .items-market > a > p {
	position: absolute;
	bottom: 0;
	right: 0;
	margin: 0;
	height: 37px;
	line-height: 37px;
	white-space: nowrap;
	padding: 0 20px;
	background: #d08d6f;
	font-size: 14px;
	color: #eeb399;
}

.goods-box  .owl-item > div > a > p span,  .items-market > a > p span {
	color: #fff;
	display: inline-block;
	font-size: 18px;
	margin-right: 10px;
}

.goods-box  .owl-item > div > header,  .items-market > header {
	text-transform: uppercase;
	font-size: 12px;
	margin-bottom: 15px;
	height: 36px;
	overflow: hidden;
}

.goods-box  .owl-item  > div > header a,  .items-market > header > a {
	text-decoration: none;
	color: #00002f;
  font-weight: 600;
	-moz-transition: all 1s ease-out;
    -o-transition: all 1s ease-out;
    -webkit-transition: all 1s ease-out;transition: 0.5s linear;

}

.goods-box  .owl-item  > div > header a:hover,  .items-market > header > a:hover {
    color:#5ad1e0;
}

.goods-box  .owl-item > div > p,  .items-market > p  {
	margin-bottom: 22px;
	padding: 0 10px;
	font-size: 12px;
	color: #464242;
	line-height: 14px;
	height: 20px;
}

.goods-box  .owl-item > div .box-basket > a,  .items-market .box-basket > a {
	background: #e9e9e9;
	display: inline-block;
	font-size: 12px;
	text-decoration: none;
	color: #00002f;
	text-transform: uppercase;
	padding: 5px 0;
	width: 130px;
	position: relative;
}

.goods-box  .owl-item > div .box-basket > div,  .items-market .box-basket > div {
	display: inline-block;
	vertical-align: middle;


}

.goods-box  .owl-item > div:hover .box-basket > div,  .items-market:hover .box-basket > div {
	display: inline-block;
        padding-left:15px;
}

.goods-box  .owl-item > div .box-basket > div > a,  .items-market .box-basket > div > a {
	height: 20px;
	width: 0px;
	display: inline-block;
	background: url(/images/look.png) no-repeat 50% 50%;
	 -moz-transition: all 1s ease-out;
     -o-transition: all 1s ease-out;
     -webkit-transition: all 1s ease-out;transition: 0.5s linear;
}

.goods-box  .owl-item > div .box-basket > div > a:hover,  .items-market .box-basket > div > a:hover {
	background: url(/images/look2.png) no-repeat 50% 50%;}

.goods-box  .owl-item > div .box-basket > div > span,  .items-market .box-basket > div > span {
	height: 20px;
	     cursor: pointer;
	width: 0px;
	display: inline-block;
	border-right:1px solid #fff;
	background: url(/images/like.png) no-repeat 50% 50%;
	 -moz-transition: all 0.2s ease-out;
     -o-transition: all 0.2s ease-out;
     -webkit-transition: all 0.2s ease-out;transition: 0.2s linear;
}
.goods-box  .owl-item > div .box-basket > div > span:hover,  .items-market .box-basket > div > span:hover {
	background: url(/images/like1.png) no-repeat 50% 50%;
}
.in-wishlist {
	background: url(/images/like1.png) no-repeat 50% 50% !important;
}

.goods-box  .owl-item > div:hover .box-basket > div > span,
.items-market:hover .box-basket > div > span,
.goods-box  .owl-item > div:hover .box-basket > div > a,
.items-market:hover .box-basket > div > a  {
	width: 30px;
}

.goods-box  .owl-item > div:hover .box-basket > div > span,
.items-market:hover .box-basket > div > span {
   border-color: #e9e9e9;
}

/*.goods-box  .owl-item > div .box-basket > div > span:hover,  .items-market .box-basket > div > span:hover {
	background: url(/images/like1.png) no-repeat 50% 50%;} */

.goods-box  .owl-item > div .box-basket > a:hover,  .items-market .box-basket > a:hover {
	background: #5ad1e0;
	color: #fff;
	-moz-transition: all 1s ease-out;
    -o-transition: all 1s ease-out;
    -webkit-transition: all 1s ease-out;transition: 0.5s linear;
}

 .tabs-visible .owl-theme .owl-controls {
 	margin-top: 50px;
 }

 .tabs-visible .owl-theme .owl-controls .owl-page span {
	height: 12px;
	width: 12px;
	border-radius:0px;
	margin: 0 5px;
	background: #dfdfdf;
	opacity: 1;
	-moz-transition: all 1s ease-out;
    -o-transition: all 1s ease-out;
    -webkit-transition: all 1s ease-out;transition: 0.5s linear;
}

.tabs-visible .owl-theme .owl-controls .owl-page span:hover {
	background: #ff6c6c;
}

.tabs-visible .owl-theme .owl-controls .owl-page.active span {
	background: #ff6c6c;
}

.items-market > a {
	background: #fff6ee;
}

.items-market {
	margin-bottom: 30px;
}

.items-market .image-wrap {
  width: 120%;
  display: table;
  text-align: center;
  margin-left: -10%;
  margin-top: -10px;
}

.items-market .image-wrap > div {
  height: 256px;
  display: table-cell;
  vertical-align: middle;
  line-height: 0;

}

.items-market:nth-child(3n) {
	margin-right:0px;
}


#filter-catalog {
	background: #f1f1f1;
	padding: 10px 10px 10px 15px;
	margin-bottom: 13px;
}

#filter-catalog:after {
  display: table;
  clear: both;
  content: '';
}

.layout {
	display: inline-block;
	vertical-align: middle;
	line-height: 0;
	padding-top: 3px;
}

.layout > a {
	display: inline-block;
	vertical-align: middle;
	margin-right:8px;
	height: 15px;
	width: 18px;
}

.layout > a:first-child {
	background: url(/images/icons-layot1_2.png) no-repeat;
	background-position: 50% 50%;
}

.layout > a:first-child:hover {
	background: url(/images/icons-layot1.png) no-repeat;
	background-position: 50% 50%;
}


.layout > a:nth-child(2) {
	background: url(/images/icons-layot2_2.png) no-repeat;
	background-position: 50% 50%;
}

.layout > a:nth-child(2):hover {
	background: url(/images/icons-layot2_1.png) no-repeat;
	background-position: 50% 50%;
}

.sort {
	float: right;
	vertical-align: middle;
}

.sort  b {
	background: #fff;
	border:1px solid #d3d3d3;
	font-weight: normal;
	display: inline-block;
	vertical-align: middle;
	padding: 2px  2px 2px 20px;
	position: relative;
	color: #989797;
	cursor:pointer;
	;
}

.sort b:after {
	content:'▼';
	color: #989797;
	display: inline-block;
	padding: 5px 0 3px;
	text-align: center;
	width: 18px;
	line-height: 10px;
	font-size: 10px;
	margin-left: 25px;
	border:1px solid #d3d3d3;
}

.sort > div {
	display: inline-block;
	vertical-align: middle;
	position: relative;
  z-index: 10;
	margin-left: 15px;
}

.sort > div > div{
	position: absolute;
	color: #fff;
	display: none;
	z-index: 10;
	right:0;
	width: 100%;
	top:24px;
	border:1px solid #d3d3d3;
	box-sizing:border-box;
	-moz-box-sizing:border-box;
	background: #fff;
  width: 120px;
}


.sort > div > div > a {
	display: block;
	color: #989797;
	padding: 5px 5px 5px 20px;
	text-decoration: none;
	-moz-transition: all 1s ease-out;
    -o-transition: all 1s ease-out;
    -webkit-transition: all 1s ease-out;transition: 0.5s linear;
}

.sort > div > div > a:hover {
	background:#68d4e2;
	color: #fff;
}

.items-groups {
	margin-bottom: 50px;
	font-size: 1px;
}

#catalog-pages {
	padding:14px 20px;
	background: #f1f1f1;
  margin-bottom: 25px;
}

.number-of-pages {
	vertical-align: middle;
	float: right;
	color:#00002f;
}

.number-of-pages * {
	display: inline-block;
	vertical-align: bottom;
	margin:0 5px;
}

.number-of-pages a {
	text-decoration: none;
	color: #00002f;
	-moz-transition: all 1s ease-out;
    -o-transition: all 1s ease-out;
    -webkit-transition: all 1s ease-out;transition: 0.5s linear;
}

.number-of-pages a:hover {
	color:#68d4e2;
}

.box-area-main {
	margin-bottom:50px;}

.box-area-main > .box-area {
	width:49%;
    text-align: center;
    float: right;}

.box-area-main > .box-area.summer-new {
	background:#54d1e1;
	padding:126px 5px 139px 0;
	float:left;
	color: #fff;
	text-transform: uppercase;
}

.box-area-main > .box-area.summer-new > header {
	font-size: 24px;
	line-height: 24px;
}

.box-area-main > .box-area.summer-new > header > b {
	font-size: 30px;
	display: block;
}

.box-area-main > .box-area.summer-new > div {
	padding:10px;
}

.box-area-main > .box-area.summer-new > div i {
	display: inline-block;
	width: 20px;
	height: 20px;
	border-radius: 10px;
	margin: 0 5px;
	background: #d861b2;
}

.box-area-main > .box-area.summer-new > div i:nth-child(2) {
	background: #ddbb35;
}

.box-area-main > .box-area.summer-new > div i:nth-child(3) {
	background: #8ebb7c;
}

.box-area-main > .box-area.summer-new > div i:nth-child(4) {
	background: #e9578e;
}

.box-area-main > .box-area.summer-new > p {
	margin: 0 0 20px;
	font-size: 12px;
}

.box-area-main > .box-area.summer-new > a {
    background: #d18181;
    text-decoration: none;
    padding: 9px 30px;
    font-size: 12px;
    display: inline-block;
    color: #fff;
    -moz-transition: all 1s ease-out;
    -o-transition: all 1s ease-out;
    -webkit-transition: all 1s ease-out;transition: 0.5s linear;
}

.box-area-main > .box-area.summer-new > a:hover {
	background: #5ad1e0;
}



.box-area-main > .box-area:last-child {
	float:right;}

.box-area-main > .box-area	.summer-new-first {
	background:url(/images/work-slider-one.jpg) no-repeat;
	padding:62px 0;
	display: block;
	text-align: center;
	text-transform: uppercase;
	background-position:50% 50%;
	margin-bottom:12px;
    color: #fff;
    text-decoration: none;
    position: relative;
    overflow: hidden;

}

.box-area-main > .box-area	.summer-new-first > img,
.box-area-main > .box-area .summer-new-second >img
 {
	position: absolute;
	top:0;
    right: 0;
    z-index: 1;
     -moz-transition: all 1s ease-out;
     -o-transition: all 1s ease-out;
     -webkit-transition: all 1s ease-out;transition: 0.5s linear;
}

.box-area-main > .box-area	.summer-new-first:hover > img,
.box-area-main > .box-area .summer-new-second:hover > img,
.tabs-news-box .owl-item:hover > div > a img {
	-webkit-transform: scale(1.1);
 -moz-transform: scale(1.1);
 -o-transform: scale(1.1);
}

.box-area-main > .box-area	.summer-new-first > b,.box-area-main > .box-area .summer-new-second > b {
	display: block;
	font-size: 30px;
	line-height: 31px;
	font-weight: normal;
	margin-bottom:12px;
	position: relative;
	z-index: 2;
}

.box-area-main > .box-area	.summer-new-first > p {
	margin: 0;
	line-height: 20px;
	font-size: 12px;
	position: relative;
	z-index: 2;
}

.box-area-main > .box-area .summer-new-second {
	background:url(/images/work-slider-two.jpg) no-repeat;
	display: block;
	padding: 73px 0;
	text-transform: uppercase;
	text-decoration: none;
	position: relative;
	overflow: hidden;
	color: #fff;
	background-position:50% 50%;
}

.box-area-main > .box-area .summer-new-second > p {
	font-size: 18px;
	position: relative;z-index: 2;
}

/* ====== NEWS ===== */

.tabs-news {
	text-transform:uppercase;
	margin-bottom:50px;
}

.tabs-news > header {
	font-size:18px;
	color:#464242;
	text-align:center;}

.tabs-news > header:before, .tabs-news > header:after {
	content:'';
	display:inline-block;
	width:100px;
	border-top:1px solid #e9e9e9;
	margin:0 15px;
	vertical-align:middle;}

.tabs-news-box {
	padding-top:50px;}

.tabs-news-box .owl-item > div {
	width:220px;
	display:inline-block;
	vertical-align:top;}

.tabs-news-box .owl-item > div > a {
	display: block;
    position: relative;
    overflow: hidden;
    margin-bottom: 12px;
	line-height:0;}

.tabs-news-box .owl-item > div > a img {
	-moz-transition: all 1s ease-out;
     -o-transition: all 1s ease-out;
     -webkit-transition: all 1s ease-out;transition: 0.5s linear;
}

.tabs-news-box .owl-item > div > a > p {
    position: absolute;
    bottom: 0;
    right: 0;
    margin: 0;
    height: 37px;
    line-height: 37px;
    white-space: nowrap;
    padding: 0 25px;
    background: #d08d6f;
    font-size: 14px;
    color: #fff;}

.tabs-news-box .owl-item > div > header {
  margin-bottom: 14px;
  height: 35px;
  overflow: hidden;
}
.tabs-news-box .owl-item > div > header a {
    text-decoration: none;
    color: #00002f;
    font-size: 12px;
    -moz-transition: all 1s ease-out;
    -o-transition: all 1s ease-out;
    -webkit-transition: all 1s ease-out;transition: 0.5s linear;
}

.tabs-news-box .owl-item > div > header a:hover {
   color:#5ad1e0;}

.tabs-news-box .owl-item > div > header a:hover span {
   color:#5ad1e0;}

.tabs-news-box .owl-item > div > header a span {
   color:#e81212;
   -moz-transition: all 1s ease-out;
    -o-transition: all 1s ease-out;
    -webkit-transition: all 1s ease-out;transition: 0.5s linear;
}

.tabs-news-box .owl-item > div > p {
  color: #767676;
  font-size: 12px;
  text-align: justify;
  text-transform: none;
  height: 55px;
  overflow: hidden;
}

.tabs-news-box .owl-item  .details {
	margin-top:30px;
	text-align: center;
}

.tabs-news-box .owl-item  .details a {
	display: inline-block;
	padding: 5px 25px;
	text-decoration: none;
	background: #e9e9e9;
	color: #00002f;
	-moz-transition: all 1s ease-out;
    -o-transition: all 1s ease-out;
    -webkit-transition: all 1s ease-out;transition: 0.5s linear;
}

.tabs-news-box .owl-item  .details a:hover {
	background: #5ad1e0;
	color: #fff;
}

 .tabs-news .owl-theme .owl-controls {
 	margin-top: 50px;
 }

.tabs-news .owl-theme .owl-controls .owl-page span {
	height: 12px;
	width: 12px;
	border-radius:0px;
	margin: 0 5px;
	background: #dfdfdf;
	opacity: 1;
	-moz-transition: all 1s ease-out;
    -o-transition: all 1s ease-out;
    -webkit-transition: all 1s ease-out;transition: 0.5s linear;
}

.tabs-news .owl-theme .owl-controls .owl-page.active span,
.tabs-news .owl-theme .owl-controls .owl-page span:hover
 {
   background: #ff6c6c;}

/* ====== BRANDS ===== */

.tabs-brands {
  	margin-bottom:50px;
  	text-transform: uppercase;
  }

.tabs-brands > header{
  	font-size: 18px;
    color: #464242;
    text-align: center;
  }

.tabs-brands > header:before, .tabs-brands > header:after {
   content: '';
   display: inline-block;
   width: 100px;
   border-top: 1px solid #e9e9e9;
   margin: 0 15px;
   vertical-align: middle;}

 .tabs-brands-box {
 	padding-top: 50px;
 }

.tabs-brands-box a {
	display: inline-block;
	overflow: hidden;
	height: 207px;
	width: 221px;
	line-height: 0;
	border:1px solid #e9e9e9;
}

.tabs-brands-box a > img {
	height: 207px;
	 -moz-transition: all 1s ease-out;
     -o-transition: all 1s ease-out;
     -webkit-transition: all 1s ease-out;transition: 0.5s linear;
}

.tabs-brands-box a > img:hover {
	-webkit-transform: scale(1.1);
 -moz-transform: scale(1.1);
 -o-transform: scale(1.1);}

.tabs-brands .owl-theme .owl-controls {
    margin-top: 50px;}

.tabs-brands .owl-theme .owl-controls .owl-page.active span,
.tabs-brands .owl-theme .owl-controls .owl-page span:hover {
    background: #ff6c6c;}


.tabs-brands .owl-theme .owl-controls .owl-page span {
    height: 12px;
    width: 12px;
    border-radius: 0px;
    margin: 0 5px;
    background: #dfdfdf;
    opacity: 1;}

/* ===== ASIDE ====== */

.inner-catalog-side {
	padding-top:50px;}

.inner-catalog-side h1 {
	text-transform:uppercase;
	overflow: hidden;
	font-weight:normal;
	margin-bottom:30px;
	color:#464242;
	position: relative;
}

.inner-catalog-side > header, .inner-catalog-side legend {
	color:#5ad1e0;
	display:block;
	font-size:18px;
	line-height:25px;
	text-transform:uppercase;
	margin-bottom:30px;
	overflow: hidden;
	position: relative;
}

.inner-catalog-side legend {
	padding-right: 10px;
}

.inner-catalog-side fieldset {
	border:none;
	border-top:1px solid #e9e9e9;
	color:#464242;
	margin-bottom: 20px;
}

.inner-catalog-side fieldset.first-field {
	border-top: none;
}

.inner-catalog-side fieldset input {
	opacity: 0;
	position: absolute;
}


.inner-catalog-side fieldset label {
	display: block;
	cursor: pointer;
	margin-bottom: 20px;
	padding-left: 18px;
	position: relative;
}

.inner-catalog-side fieldset label:before {
	position: absolute;
	content: '';
	display: inline-block;
	width: 6px;
	height: 6px;
	left:0px;
	top:4.5px;
	border:1px solid #bcbcbc;
}

.inner-catalog-side fieldset label.active:before
 {
	background: #68d4e2;
	border-color:#68d4e2;
	-moz-transition: all 1s ease-out;
    -o-transition: all 1s ease-out;
    -webkit-transition: all 1s ease-out;transition: 0.5s linear;
}

.inner-catalog-side fieldset label:hover {
	color:#68d4e2;
	-moz-transition: all 1s ease-out;
    -o-transition: all 1s ease-out;
    -webkit-transition: all 1s ease-out;transition: 0.5s linear;
}

.inner-catalog-side > header > span, .inner-catalog-side h1 > span {
	position: relative;
	display: inline-block;
	position: relative;
	z-index: 3;
	padding-right: 10px;
	background: #fff;}

.inner-catalog-side > header:after, .inner-catalog-side h1:after {
	content:'';
	display:inline-block;
	width:100%;
	vertical-align:middle;
	z-index: 2;
	top:47%;
	left:0;
	position: absolute;
	border-top:1px solid #e9e9e9;}

.inner-catalog-side > ul > li > a {
	color:#464242;
	text-decoration:none;
	display:block;
	font-size:12px;
	-moz-transition: all 1s ease-out;
    -o-transition: all 1s ease-out;
    -webkit-transition: all 1s ease-out;transition: 0.5s linear;
}

.inner-catalog-side > ul > li > a:hover {
	color: #68d4e2;
}

.inner-catalog-side > ul {
	margin-bottom:20px;}

.inner-catalog-side > ul > li {
	display:block;
	padding-bottom: 20px;}

.tags > a {
	background:#f1f1f1;
	text-decoration:none;
	display:inline-block;
	vertical-align:top;
	margin-right:3px;
	margin-bottom:3px;
	padding:10px 15px;
	font-size:12px;
	color:#464242;
	-moz-transition: all 1s ease-out;
    -o-transition: all 1s ease-out;
    -webkit-transition: all 1s ease-out;transition: 0.5s linear;
}

.tags > a:hover {
	background: #68d4e2;
	color: #fff;
}


.irs-line {
  position: relative;
  display: block;
  overflow: hidden;
  height: 5px;
  top: 26px;
  background: #c6ccd2;
  border-radius: 5px;
  margin-bottom: 50px;}

 .irs-min, .irs-max {
  position: absolute;
  display: block;
  cursor: default;
  color: #b3b3b3;
  font-size: 10px;
  line-height: 1.333;
  top: 4px;}

.irs-from, .irs-to, .irs-single {
  position: absolute;
  display: block;
  top: 2px;
  left: 0;
  cursor: default;
  white-space: nowrap;
  color: #666;
  font-size: 13px;
  line-height: 1.333;
  font-weight: 600;}

.irs-diapason {
  position: absolute;
  display: block;
  left: 0;
  width: 100%;
  height: 5px;
  top: 26px;
  background: #777777;}

.irs-slider {
  position: absolute;
  display: block;
  left: 0;
  width: 18px;
  height: 18px;
  top: 19px;
  border:2px solid #fff;
  border-radius: 50%;
  background: #6f6f6f;
  cursor: pointer;
}

.irs-slider:hover {
	background: #68d4e2;
	cursor:pointer;
}


.feature-97  div input {
	opacity:0;
	position: absolute;
}

.feature-97 > div {
	padding: 0 15px;
}

.feature-97  > div > label {
  overflow: hidden;
	display: inline-block;
	vertical-align: top;
	margin-right: 2px;
	margin-bottom: 3px;
	position: relative;
	width: 24px;
	height: 24px;
	font-size: 0;
	line-height: 0;
	border-radius:12px;
	padding: 0;
	cursor: pointer;
	box-sizing:border-box;
	-moz-transition: all 0.1s ease-out;
    -o-transition: all 0.1s ease-out;
    -webkit-transition: all 0.1s ease-out;transition: 0.1s linear;
}

.feature-97> div > label:before {
	display: none;
}
.feature-97  > div > label::after {
  content: url(/images/checked-palitra.png);
  top:-20px;
  left: -7px;
  box-sizing:border-box;
  -moz-transition: all 0.1s ease-out;
  -o-transition: all 0.1s ease-out;
  -webkit-transition: all 0.1s ease-out;transition: 0.1s linear;
}
.feature-97  > div > label.active::after, .feature-85  > div > label:hover::after {
  content: url(/images/checked-palitra.png);
  width: 24px;
  height: 24px;
  cursor: pointer;
  opacity: 1;
  position: absolute;
  z-index: 42;
  left: 5px;
  top: 7px;
}
.feature-97 > div > label.active:last-child, .feature-85 > div > label:hover:last-child {
	background-image: url(/images/checked-palitra-last.png);
    background-repeat: no-repeat;
	background-position: 50% 50%;
	cursor: pointer;
}

/* ====== 	INNER CONTENT ===== */

.goods-content {
	padding-top: 50px;
	margin-bottom: 50px;
}

.goods-content > a {
	text-align:center;
	float:left;
	width:289px;
	box-sizing:border-box;
}

.goods-content > .main-goods-content {
	float:right;
	width:610px;}

.goods-content > .main-goods-content h2, .goods-content > .main-goods-content h1 {
	padding:0;
	margin-bottom:0px;
	color: #464242;
	font-weight: normal;
	text-transform:uppercase;
	font-size:18px;
  line-height: 22px;}

.goods-content > .main-goods-content > span {
	display:block;
	color:#41bdab;
	text-transform:uppercase;
	font-size:16px;
	padding-bottom:20px;
  padding-top: 10px;}

.good-price {
	display:inline-block;
	padding:8px 17px;
	border:1px solid #e9e9e9;
	margin-bottom:30px;}


.good-price > span {
	font-size:24px;
	display:inline-block;
	vertical-align:bottom;
	color:#413838;
	padding-right:10px;}

.good-price > del {
	display:inline-block;
	font-size:18px;
	color:#ccc;
	vertical-align:bottom;}

#price {
  text-transform: none;
}

.main-goods-content > #good-text {
	font-size:12px;
	color:#7a7a7a;
	line-height:19px;
	padding-bottom:30px;
	border-bottom:1px solid #e9e9e9;
	margin-bottom:12px;}

.main-goods-content > #good-text .collection {
    color: #00002f;
    font-size: 12px;
    text-transform: uppercase;
    margin-bottom:25px;
    display:block;}

.main-goods-content > #good-text .collection > a {
	color: #00002f;
	text-decoration: none;
	-moz-transition: all 1s ease-out;
    -o-transition: all 1s ease-out;
    -webkit-transition: all 1s ease-out;transition: 0.5s linear;
}

.main-goods-content > #good-text .collection > a:hover {
	color: #68d4e2;
}

.goods-param button {
	color:#fff;
	background:#ff6c6c;
	padding:10px 46px;
	margin-right: 10px;
	text-transform:uppercase;
	cursor:pointer;
	border:none;
	-moz-transition: all 1s ease-out;
    -o-transition: all 1s ease-out;
    -webkit-transition: all 1s ease-out;transition: 0.5s linear;
}


.goods-param button:hover {
   background: #68d4e2;
}

.goods-param form > div {
	display: inline-block;
	vertical-align: top;
}

.goods-param form > div > span {
	display:inline-block;
	vertical-align:top;
	height:35px;
	padding: 9px 0;
	box-sizing:border-box;
	cursor:pointer;
	font-size:25px;
	font-weight: bold;
	text-align: center;
	border:1px solid #ccc;
	width:34px;
	color:#464242;
	-moz-transition: all 1s ease-out;
    -o-transition: all 1s ease-out;
    -webkit-transition: all 1s ease-out;transition: 0.5s linear;
}

.goods-param form > div > span:hover {
	color:#68d4e2;
}

.goods-param form > div > input {
	width:50px;
	height: 33px;
	line-height: 35px;
	vertical-align: top;
	border:none;
	border-top:1px solid #ccc;
	border-bottom:1px solid #ccc;
	text-align: center;
	color: #00002f;
    font-size: 12px;}

.goods-param form > div > input::-webkit-inner-spin-button,
.goods-param form > div > input::-webkit-outer-spin-button {
	-webkit-appearance: none;
    margin:0;}

.goods-param form .print {
	display:inline-block;
	vertical-align:middle;
	color:#ccc;
	padding:3px 15px 3px 35px;
	background:url(/images/print.png) 10px 50%;
	background-repeat: no-repeat;
	border-right:1px solid #ccc;
	text-decoration: none;
	margin-right: 5px;
	-moz-transition: all 1s ease-out;
    -o-transition: all 1s ease-out;
    -webkit-transition: all 1s ease-out;transition: 0.5s linear;
}

.goods-param form .print:hover {
	color: #68d4e2;
	background:url(/images/print2.png) 10px 50%;
	background-repeat: no-repeat;
}

.goods-param form .favorites {
	display:inline-block;
	vertical-align:middle;
	color:#ccc;
	padding:5px 20px 5px 30px;
	background:url(/images/favorites.png) 4px 50%;
    background-repeat: no-repeat;
    text-decoration: none;
    -moz-transition: all 1s ease-out;
    -o-transition: all 1s ease-out;
    -webkit-transition: all 1s ease-out;transition: 0.5s linear;
}

.goods-param form .favorites:hover {
	color: #68d4e2;
	background:url(/images/favorites2.png) 4px 50%;
	background-repeat: no-repeat;
}

.wrap-product-details {
	margin-bottom: 50px;
}

.product-details-list li {
	text-transform: uppercase;
	padding: 10px 25px;
	color:#464242;
	display: inline-block;
	vertical-align: bottom;
	font-size: 14px;
	cursor: pointer;
  border: 1px solid transparent;
  border-bottom: none;
}
.product-details-list li > span {
  -moz-transition: all 1s ease-out;
  -o-transition: all 1s ease-out;
  -webkit-transition: all 1s ease-out;transition: 0.5s linear;
}
.product-details-list li:hover {
	color: #41bdab;
}

.product-details-list li.active {
	color: #41bdab;
	border: 1px solid #e9e9e9;
	border-bottom: none;
	background-color: #fff;
}

.product-details {
	border: 1px solid #e9e9e9;
	padding: 15px;
	margin-top: -1px;
	display: none;
  height: 480px;
}

.product-details.visible {
	display: block;
}
.product-details iframe {
  width: 100%;
  height: 100%;
  border: none;
}
.tabs-goods {
	margin-bottom:50px;}

.tabs-goods > header {
    font-size: 18px;
    color: #464242;
    text-align: center;
    margin-bottom: 49px;
    text-transform:uppercase;}

.tabs-goods > header:before, .tabs-goods > header:after {
    content: '';
    display: inline-block;
    width: 100px;
    border-top: 1px solid #e9e9e9;
    margin: 0 15px;
    vertical-align: middle;}

.tabs-goods .owl-theme .owl-controls {
    margin-top: 50px;}

.tabs-goods .owl-theme .owl-controls .owl-page span {
    height: 12px;
    width: 12px;
    border-radius: 0px;
    margin: 0 5px;
    background: #dfdfdf;
    opacity: 1;
    -moz-transition: all 1s ease-out;
    -o-transition: all 1s ease-out;
    -webkit-transition: all 1s ease-out;transition: 0.5s linear;
}

.tabs-goods .owl-theme .owl-controls .owl-page.active span,
.tabs-goods .owl-theme .owl-controls .owl-page:hover span
 { background: #ff6c6c;}

/* ====== basket ====== */

#shopping-cart {
	padding: 50px 0;
}

#shopping-cart > form {
  position: relative;
}

#shopping-cart h1 {
	padding-bottom: 30px;
	font-weight: normal;
	margin-bottom: 35px;
	color:#464242;
	font-size: 18px;
	border-bottom:1px solid #e9e9e9;
	text-transform: uppercase;
}

.shopping-cart {
	margin-bottom: 40px;
	color: #464242;
	width: 100%;
	border-collapse: collapse;

}

.shopping-cart th {
	background: #fbfbfb;
	padding: 12px 22px;
	border:1px solid #e9e9e9;
	text-transform: uppercase;
	text-align: left;
}

.shopping-cart td {
	border:1px solid #e9e9e9;
    padding:20px;
    vertical-align: middle;}

.shopping-cart td.product_image {
	text-align: center;
}

.shopping-cart td.product_image > a {
	line-height: 0;
	display: inline-block;
	width: 100px;
	background: #f1f6ff;
}

.shopping-cart tbody tr:nth-child(2n) td.product_image > a {
	background: #e9fff2;
}


.shopping-cart tbody tr:nth-child(3n) td.product_image > a {
	background: #fff3f3;
}

.shopping-cart tbody tr:nth-child(4n) td.product_image > a {
	background: #f1f6ff;
}


.shopping-cart td.product_image > a img {
	height: 100px;}

.shopping-cart td.product_name > a {
	text-decoration: none;
	color: #464242;
	padding-left: 30px;
}

.shopping-cart td.product_name > a:hover,.shopping-cart td.product_number span:hover {
   color:#54d2e1;
   -moz-transition: all 1s ease-out;
    -o-transition: all 1s ease-out;
    -webkit-transition: all 1s ease-out;transition: 0.5s linear;
}

.shopping-cart td.product_price {
	text-align: right;
	font-weight: bold;
}

.shopping-cart td.product_number {
	text-align: center;
}

.shopping-cart td.product_number input {
	width: 70px;
	text-align: center;
	height: 30px;
	border:1px solid #e9e9e9;
	color: #464242;
	margin-bottom: 3px;
	color: #00002f;
}


.shopping-cart td.product_number input::-webkit-inner-spin-button,
.shopping-cart td.product_number input::-webkit-outer-spin-button {
	-webkit-appearance: none;
	-moz-appearance:textfield;
    margin:0;}

.shopping-cart td.product_number span {
	width: 32px;
	text-align: center;
    color: #464242;
    font-size: 25px;
    padding:5px 0;
    font-style: normal;
	border:1px solid #e9e9e9;
	display: inline-block;
	cursor: pointer;
}

.shopping-cart td.product_number span.sum_f {
	margin-right: 3px;
}

.shopping-cart td.product_delete {
	text-align: center;
}

.shopping-cart td.product_delete > a:hover {
   opacity:0.6;
}

.shopping-cart tr.last-t-foot td {
	background: #fbfbfb;
	padding: 12px 22px;
	border:1px solid #e9e9e9;
	text-transform: uppercase;
	text-align: right;
	font-weight: bold;
}

.right-cart {
  text-align: right;
}

.right-cart > * {
  text-align: left;
}

.control_buttons {
	text-align: right;
}

.control_buttons > a {
	display: inline-block;
	vertical-align: top;
	color: #464242;
	text-decoration: none;
	text-transform: uppercase;
	padding: 8px 21px;
	border:1px solid #e9e9e9;
	box-sizing:border-box;
	height: 33px;
	font-size: 12px;
}

.control_buttons > button, .button-pass, #feedback button {
	vertical-align: top;
	border:none;
	color: #464242;
	margin-left: 3px;
	padding: 9px 34px;
	background: #ff6b69;
	color: #fff;
	text-transform: uppercase;
	font-size: 12px;
	cursor:pointer;
	-moz-transition: all 1s ease-out;
    -o-transition: all 1s ease-out;
    -webkit-transition: all 1s ease-out;transition: 0.5s linear;
}
.button-pass {
  height: 40px;
}

#feedback button {
  margin-right: 7px;
}

#feedback p.shape__good {
    color: #5ad1e0;
    font-size: 18px;
    clear: both;
    width: 100%;
    float: none;
    text-align: left;
    margin-bottom: 20px;
}
#feedback p.shape_error,
#feedback p.shape__err {
	float: none!important;
	text-align: left;
}
#feedback .filedoc {
  border:1px solid #e9e9e9;
  padding: 9px 15px;
  display: inline-block;
  cursor: pointer;
  font-size: 11px;
  vertical-align: top;
  margin-right: 20px;
  text-transform: uppercase;
  color: #7a7a7a;
}


.control_buttons > button:after {
	content:url(/images/control-after.png);
	margin-left: 20px;
	vertical-align: middle;
}

.control_buttons > button:hover, #feedback button:hover {
	background: #54d2e1;
}

.control_buttons > a:hover {
	border-color:#54d2e1;
}

#feedback .filedoc:hover {
  border-color:#54d2e1;
  color: #54d2e1;
}

.control_buttons > a:before {
	content:url(/images/control-before.png);
	margin-right: 15px;
	vertical-align: middle;
}


.shopping-cart-block header, .shopping-cart-last header {
  padding-bottom: 30px;
  font-weight: normal;
  margin-bottom: 13px;
  color: #464242;
  font-size: 18px;
  border-bottom: 1px solid #e9e9e9;
  text-transform: uppercase;}

.shopping-cart-block {
	margin-bottom: 20px;
}



.content-contact h1 a {
  color: #cdcdcd;
  text-decoration: none;
  -moz-transition: all 1s ease-out;
    -o-transition: all 1s ease-out;
    -webkit-transition: all 1s ease-out;transition: 0.5s linear;
}

.content-contact h1 span {
  display: inline-block;
  font-size: 14px;
  margin: 0 20px;
  color: #cdcdcd;
}

.content-contact h1 span:first-child {
  color: #464242;
}

#feedback_form {
  margin-top: 40px;}

.content-contact h1 a:hover {
    color: #464242; }

.shopping-cart-block label {
	color: #464242;
  vertical-align: top;
	display: inline-block;
	margin-bottom: 20px;
	margin-right: 9px;
	width: 32%;
}


.shopping-cart-block label input {
	width: 100%;
	box-sizing:border-box;
	color: #464242;
	height: 40px;
	padding-left: 10px;
	line-height: 40px;
	border:1px solid #e9e9e9;
	background: #fbfbfb;
}

.shopping-cart-block label span {
	display: block;
	font-weight: bold;
	text-transform: uppercase;
	margin-bottom: 3px;
  margin-top: 3px;
}

.shopping-cart-block label select {
	width: 100%;
	box-sizing:border-box;
	color: #464242;
	height: 40px;
	line-height: 40px;
	border:1px solid #e9e9e9;
	background: #fbfbfb;
	padding-left: 10px;

}

.shopping-cart-last {
	margin-bottom: 50px;
}
.shopping-cart-last > div {
   display: table;
   margin-top: 35px;
   width: 100%;
   border-collapse: collapse;
}

.shopping-cart-last  p {
	background: #fbfbfb;
	display: table-row;
}

.shopping-cart-last  p > span {
	display: inline-block;
	text-align: right;
	text-transform: uppercase;
	width: 72%;
	height: 38px;
	display: table-cell;
	vertical-align: middle;
	border:1px solid #e9e9e9;
	padding: 0 20px;
	border-right: none;
	font-weight: bold;
}

.shopping-cart-last p > i {
	display: inline-block;
	height: 38px;
	font-weight: bold;
	width: 27%;
	vertical-align: middle;
	font-style: normal;
	display: table-cell;
	text-align: right;
	border:1px solid #e9e9e9;
	border-left: none;
	padding: 0 20px;
	line-height: 14px;
}

#logo_cnd {
  float: left;
  margin: 0 25px 15px 0;
}
.cnd_o_nas {
  padding-top: 50px;
  color: #7a7a7a;
  line-height: 19px;
}

.cnd_o_nas p {
  margin-bottom: 15px;
  text-align: justify;
}

.cnd_o_nas h1 {
  text-transform: uppercase;
  font-weight: normal;
  margin-bottom: 30px;
  font-size: 18px;
  color: #464242;
  position: relative;

}
.cnd_o_nas h1 > b {
  color: #5ad1e0;
  font-weight: normal;
}

.premium {
  margin: 50px 0;
}

.premium li {
  display: inline-block;
  width: 49%;
  font-size: 12px;
  line-height: 19px;
}

.premium li > b {
   font-size: 24px;
   text-align: center;
   padding: 15px 0;
   width: 55px;
   color: #fff;
   display: inline-block;
   font-weight: normal;
   font-style: italic;
   margin-right:20px;
   background: #5ad1e0;
   line-height: 24px;
   vertical-align: top;

}

.premium li > div {
  display: inline-block;
  vertical-align: top;
  width: 372px;
}

.premium li > div > header {
  text-transform: uppercase;
  font-weight: bold;
}
.premium > header {
  font-size: 18px;
  color: #464242;
  text-transform: uppercase;
  margin-bottom: 50px;
  text-align: center;}

.premium > header:before, .premium > header:after {
  content: '';
  display: inline-block;
  width: 100px;
  border-top: 1px solid #e9e9e9;
  margin: 0 15px;
  vertical-align: middle;}

  .content-contact {
    padding: 40px 0;
  }
  .content-contact h1, .reach {
    padding-bottom: 30px;
    font-weight: normal;
    margin-bottom: 40px;
    color: #464242;
    font-size: 18px;
    border-bottom: 1px solid #e9e9e9;
    text-transform: uppercase;
  }

  .content-contact p {
    color: #7a7a7a;
  }
  #map {
    margin-bottom: 50px;
  }

  .infoblock {
    padding-bottom: 50px;
    list-style-type: none;
  }
  .infoblock li {
    float: left;
    border:1px solid #e9e9e9;
    box-sizing:border-box;
    padding: 30px 18px;
    width: 32.433%;
    margin: 0.666%;
    height: 194px;
    text-align: center;
    color: #7a7a7a;
    font-size: 12px;
    line-height: 18px;
    margin-bottom: 20px;
  }
  .infoblock > li:first-child,
  .infoblock > li:nth-child(4) {
    margin-left: 0;
  }
  .infoblock > li:last-child,
  .infoblock > li:nth-child(3){
    margin-right: 0;
  }

  .infoblock li > div {
    margin-bottom: 25px;
  }

  .infoblock li > header {
    text-transform: uppercase;
    font-size: 18px;
    color: #464242;
    margin-bottom: 10px;
  }

  .instruct_c {
    margin: 20px 0 30px 0;
  }


/* ====== FOOTER ======= */

.footer {
	margin: -456px auto 0;
	height: 456px;
	background: #333333;
	position: relative;
}

.footer-line-news {
	background: #5ad1e0;
	padding:25px 0;
}

.footer-line-news  div.form  {
	float:left;
	color:#fff;
	vertical-align: middle;
	text-transform: uppercase;
	padding-top: 4px;
}

.footer-line-news  div.form > * {
	display: inline-block;
	vertical-align: middle;
}

.footer-line-news  form {
	margin-left: 10px;
}

.footer-line-news  form  input {
	width: 240px;
	height: 35px;
	border:none;
	line-height: 35px;
	padding-left: 10px;
	text-transform: uppercase;
	vertical-align: top;
	font-size: 12px;
}

.footer-line-news  form button {
	border:none;
	color: #fff;
	height: 35px;
	line-height: 35px;
	padding: 0 20px;
	box-sizing:border-box;
	vertical-align: top;
	cursor: pointer;
	font-size: 12px;
	text-transform: uppercase;
	background: #ff6c6c;
	border:1px solid #ff6c6c;
}

.footer-line-news  form button:hover {
	background: none;
	border-color:#fff;
	-moz-transition: all 1s ease-out;
    -o-transition: all 1s ease-out;
    -webkit-transition: all 1s ease-out;transition: 0.5s linear;
}

.footer-line-news ul {
	float: right;
	vertical-align: middle;
	line-height: 0;
}

.footer-line-news li {
	display: inline-block;
	vertical-align: middle;
	margin-left:6px;
}

.footer-line-news li a {
	line-height: 0;
	display: inline-block;
	width: 42px;
	height: 42px;
	border-radius: 50%;
  	overflow: hidden;
  	border: 1px solid transparent;
}
.footer-line-news li a:hover {
	border: 1px solid #fff;
}
.footer-line-news li a.vk-set {
	background: url(/images/vk-doub.png) 50% 50% no-repeat;
}

.footer-line-news li a.ok-set {
	background: url(/images/ok-doub.png) 50% 50% no-repeat;
}

.footer-line-news li a.gp-set {
	background: url(/images/gp-doub.png) 50% 50% no-repeat;
}

.footer-line-news li a.fb-set {
	background: url(/images/fb-doub.png) 50% 50% no-repeat;
}

.footer-line-news li a:hover > img {
	display: none;
}
.footer-content {
	padding: 50px 0 42px;
}

.ul-footer {
	display: inline-block;
	vertical-align: top;
}

.ul-footer > span, .useful-footer >span {
	text-transform: uppercase;
	margin-bottom:25px;
	color: #fff;
	display: block;
	font-size: 11px;
}

.ul-footer > span > a, .useful-footer >span > a {
	color: #fff;
	text-decoration: none;
	-moz-transition: all 1s ease-out;
    -o-transition: all 1s ease-out;
    -webkit-transition: all 1s ease-out;transition: 0.5s linear;
}

.ul-footer > span:hover > a, .useful-footer >span:hover > a {
	color: #5ad1e0;
}

.ul-footer > span:after {
	content:'';
	display: inline-block;
	vertical-align: middle;
	border-top:1px solid #585858;
	width: 119px;
    margin-left: 6px;}

.useful-footer >span:after {
	content:'';
	display: inline-block;
	vertical-align: middle;
	border-top:1px solid #585858;
	width: 104px;
    margin-left:6px;}

.ul-footer li  {
	color:#969696;
	line-height: 20px;
	margin-bottom:25px;
	display: block;
	position: relative;
	height: 35px;
}

.ul-footer li > span {
	display: inline-block;
	vertical-align: middle;
	padding-left: 15px;
}

.ul-footer li:before {
	content:'';
	display: inline-block;
	vertical-align: middle;
	width: 35px;
	height: 35px;
	border-radius:17px;
}

.ul-footer li:first-child:before {
    background: url(/images/maps1.png) #5ad1e0 no-repeat;
    background-position: 50% 50%;
}

.ul-footer li:nth-child(2):before {
    background: url(/images/phone1.png) #5ad1e0 no-repeat;
    background-position: 50% 50%;
    -moz-transition: all 1s ease-out;
    -o-transition: all 1s ease-out;
    -webkit-transition: all 1s ease-out;transition: 0.5s linear;
}

.ul-footer li:last-child:before {
    background: url(/images/email1.png) #5ad1e0 no-repeat;
    background-position: 50% 50%;
    -moz-transition: all 1s ease-out;
    -o-transition: all 1s ease-out;
    -webkit-transition: all 1s ease-out;transition: 0.5s linear;
}

.ul-footer li:first-child:hover:before {
    background: url(/images/maps2.png) #fff no-repeat;
    background-position: 50% 50%;
}

.ul-footer li:nth-child(2):hover:before {
    background: url(/images/phone2.png) #fff no-repeat;
    background-position: 50% 50%;
}

.ul-footer li:last-child:hover:before {
    background: url(/images/email2.png) #fff no-repeat;
    background-position: 50% 50%;
}

.useful-footer {
	display: inline-block;
	vertical-align: top;
	margin-left:35px;
}

.useful-footer > a {
	display: block;
	color:#969696;
	font-size: 11px;
	margin-bottom:15px;
	text-decoration: none;
	-moz-transition: all 1s ease-out;
    -o-transition: all 1s ease-out;
    -webkit-transition: all 1s ease-out;transition: 0.5s linear;
}

.useful-footer a:hover {
	color: #5ad1e0;
}

.useful-footer > a:before {
	content:'►';
	display: inline-block;
	vertical-align: middle;
	margin-right:15px;
	color:#585858;
	font-size: 10px;
}

.dop-footer {
	display: inline-block;
	vertical-align: top;
	float: right;
	width: 260px;
}

.dop-footer > * {
	display: block;
	background: #272727;
	margin-bottom:10px;
	color: #969696;
	padding: 20px 16px 16px 26px;
	box-sizing:border-box;
	-moz-box-sizing:border-box;
}
.dop-footer > a {
	padding: 16px 20px 20px 30px;
}

.dop-footer >div > *, .dop-footer >a > * {
	display: inline-block;
	vertical-align: middle;
}

.dop-footer >div > p {
	padding-left: 15px;
	font-size: 11px;
	text-align: right;
}

.dop-footer >a > p {
    padding-left: 11px;
    font-size: 11px;
    text-align: right;
    min-width: 155px;
}

.dop-footer > div b, .dop-footer > a b{
	color:#fff;
	display: block;
	text-transform: uppercase;
	font-weight:normal;
	font-size: 12px;
}

.footer-bottom {
	background: #272727;
	padding: 13px;
	color: #969696;
	font-size: 12px;
}

.footer-bottom a {
	text-decoration: none;
	color: #5ad1e0;
	display: inline-block;
	margin-left: 7px;
	-moz-transition: all 1s ease-out;
    -o-transition: all 1s ease-out;
    -webkit-transition: all 1s ease-out;transition: 0.5s linear;
}

.footer-bottom span {
	color: #5ad1e0;
}

.footer-bottom a:hover {
	text-decoration: underline;
}


.footer-bottom .oplata {
	float:right;
	vertical-align: middle;
}

.footer-bottom  ul {
	display: inline-block;
}

.footer-bottom  ul > li {
	display: inline-block;
	vertical-align: top;
	margin-right: 15px;
}
.red {
	color: #ff6c6c;
}
.line-one-top > ul > li.basket-top > div > div.no-basket-product:after {
  content: '';
  background: url(/images/this-after-top.png);
  margin: 0px;
}
.like-no-active {
  background: url(/images/like.png) no-repeat 0% 50% !important;
}




/*
-----------------------------------------------------------------------------------------------------------------*/
.inner-catalog-side > ul > li.level_1  {
  display: block;
  line-height: 25px;
  text-transform: uppercase;
  margin-bottom: 30px;
  overflow: hidden;
  position: relative;
}
.inner-catalog-side ul > li > a:hover {
  color: #68d4e2 !important;
}
.inner-catalog-side > ul > li.level_1 > a {
  color: #5ad1e0;
  font-size: 18px;
  position: relative;
  display: inline-block;
  z-index: 3;
  padding-right: 10px;
  background: #fff;
}
.inner-catalog-side ul.level_2 > li.level_2 > a {
  text-transform: none;
  color: #464242;
  text-decoration: none;
  display: block;
  font-size: 12px;
  -moz-transition: all 1s ease-out;
  -o-transition: all 1s ease-out;
  -webkit-transition: all 1s ease-out;
  transition: 0.5s linear;
}
.inner-catalog-side > ul > li.level_1::after {
	  content: '';
  display: inline-block;
  width: 100%;
  vertical-align: middle;
  z-index: 2;
  top: 1em;
  left: 0;
  position: absolute;
  border-top: 1px solid #e9e9e9;
}
.fotorama__thumb {
	border-radius:  7px !important;
}
.fotorama__nav__frame img {
  opacity: 0.5 !important;
}
.fotorama__nav__frame:hover img {
  opacity: 1 !important;
}
.fotorama__active img {
  opacity: 1 !important;
}

.goods-param form a.favorites.in-wishlist {
  color: #68d4e2 !important;
  background: url(/images/favorites2.png) 4px 50% !important;
  background-repeat: no-repeat !important;
}

.plus, .minus {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.search {
  display: inline-block;
  vertical-align: middle;
  margin-right: 8px;
  height: 15px;
  width: 14px;
  background: url(/images/search.png) no-repeat;
}
.search:hover {
  background: url(/images/search-hover.png);
}
#search-block {
  display: block;
  width: 100%;
  border: 1px solid #f1f1f1;
  padding: 10px 10px 10px 15px;
  margin-bottom: 13px;
  display: none;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
}
#search-block > input {
  display: block;
  width: 100%;
  border: none;
}
#search-block > input:focus {
  outline: none;
}

/* ПЛЕЕР */
video::-webkit-media-controls-panel {
	background-color: #03CEDA;
	border-radius: 0;
	padding: 7px;
	top: -30px;
	width: 90%;
	margin: 0 auto;
}
video::-webkit-media-controls-timeline {
	background: #C2CBD1;
	border-radius: 10px;
	height: 5px;
}
video::-webkit-media-controls-play-button: {
	color: #C2CBD1;
}
span.article > b {
  font-weight: normal;
}
#acct {
  background-color: #5ad1e0;
}
#acct:hover {
  background-color: #ff6b69;
}
#acct:after {
  content: url(/images/rebut.png);
}
 /* Поп Ап  */
#pop-up-good {
  display: none;
  width: 918px;
  height: 388px;
  margin: auto;
  background: #fff;
  position: fixed;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  z-index: 99;
  box-shadow: 0 0 0 10000px rgba(0,0,0,0.5);
  border-radius: 7px;
  padding: 15px;
}
#pop-up-good > .goods-content {
  padding: 5px;
  margin: 0;
}
#pop-up-good .overflow-pop-up {
  height: 130px;
  overflow: hidden;
  padding-bottom: 3px;
}
.close-pop-up {
  display: inline-block;
  width: 15px;
  height: 15px;
  background: url(/images/close.png);
  position: absolute;
  right: 7px;
  top: 7px;
  cursor: pointer;
}
.close-pop-up:hover {
  background: url(/images/close-hover.png);
}
#pop-up-login {
  display: none;
  width: 351px;
  height: 388px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  margin: auto;
  background: #fff url(/images/top-pop-up-bg.jpg) 55px 0 repeat-x;
  position: fixed;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  z-index: 99;
  box-shadow: 0 0 0 10000px rgba(0,0,0,0.5);
  border-radius: 5px;
  padding: 35px;
}
#pop-up-login header {
  background: url(/images/pop-up-login.png) no-repeat;
  padding:0 0 15px 50px;
  line-height: 45px;
}
#pop-up-login label {
  width: 100%;
}
#pop-up-login button {
  vertical-align: top;
  width: 100%;
  border: none;
  color: #464242;
  padding: 9px 0;
  text-align: center;
  background: #ff6b69;
  color: #fff;
  text-transform: uppercase;
  font-size: 12px;
  cursor: pointer;
  -moz-transition: all 1s ease-out;
  -o-transition: all 1s ease-out;
  -webkit-transition: all 1s ease-out;
  transition: 0.5s linear;
}
#pop-up-login button:hover {
  background: #54d2e1;
}
#pop-up-login a {
  vertical-align: top;
  width: 100%;
  display: block;
  color: #464242;
  text-decoration: none;
  text-align: center;
  padding: 9px 0;
  color: #c6c6c6;
  text-transform: uppercase;
  font-size: 12px;
  cursor: pointer;
  -moz-transition: all 1s ease-out;
  -o-transition: all 1s ease-out;
  -webkit-transition: all 1s ease-out;
  transition: 0.5s linear;
}
#pop-up-login a:hover {
  color: #54d2e1;
}
#pop-up-login .registr {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  background: #54d2e1;
  color: #fff;
  border-radius:0 0 5px 5px;
}
#pop-up-login .registr:hover {
  background: #ff6b69;
  color: #fff;
}
#call_me {
  display: none;
  background: #fff url(/images/top-pop-up-bg.jpg) 55px 0 repeat-x;
  border-radius: 10px;
  padding: 20px 30px 23px;
  position: fixed;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  text-align: left;
  width: 918px;
  z-index: 120;
  margin: auto;
  height: 430px;
  box-shadow: 0 0 0 10000px rgba(0,0,0,0.5);
}
#call_me header {
  background: url(/images/callme-phone.png) no-repeat;
  padding:0 0 15px 50px;
  line-height: 45px;
}
#call_me .callme_text {
  width: 100%;
}
#call_me textarea, #feedback textarea {
  width: 100%;
  box-sizing: border-box;
  color: #464242;
  height: 100px;
  padding-left: 10px;
  line-height: 40px;
  border: 1px solid #e9e9e9;
  background: #fbfbfb;
  font-family: verdana;
  resize: none;
}

#feedback label.callme_text {
  width: 916px;
}
#call_me .control_buttons > p {
  float: left;
  color: #d2cfcf;
  font-size: 18px;
  width: 700px;
  text-align: left;
}
.control_buttons > p {
  float: left;
}
.control_buttons div {
  float: right;
}
#legal_user {
  display: none;
}
#call_me .control_buttons > p.shape__good {
  color: #5ad1e0;
}
#call_me .control_buttons > p.shape__err {
  color: #ff6b69;
}
.g-recaptcha {
    float: left;
    margin-right: 20px;
}
/* РЕГИСТРАЦИЯ И Т.Д.-----------------------------------------------------------------------*/
fieldset {
  border: none;
}
#type_face > label {
  color: #464242;
  display: inline-block;
  margin-bottom: 20px;
  margin-right: 10px;
  width: 32%;
  font-size: 12px;
  text-transform: uppercase;
  vertical-align: top;
}
#type_face > label > input {
  height: 16px;
  width: auto;
  margin-right: 10px;
  vertical-align: middle;
}
.left {
  text-align: left;
}
.err {
  font-size: 12px;
  text-transform: uppercase;
  color: red;
}
.no-before:before {
  content: none !important;
}
.good-change {
  font-size: 15px;
  text-transform: uppercase;
  color: green;
  padding-bottom: 8px;
  font-style: italic;
}

/* НОВОСТИ ---------------------------------------------------------------------------------------*/
.news_text {
  position: relative;
}
.news_text h2 {
  font-size: 18px;
  text-transform: uppercase;
  color: #54D1E5;
  font-weight: 400;
  margin: 20px 0 10px;
  line-height: 1.2;
}
.news_text a {
  text-decoration: none;
}
.news_text datetime, .news_text span.date-time-news {
  color: #9f9f9f;
  font-size: 12px;
  margin: 0 0 10px;
  display: block;
}
.news_text p {
  color: #7a7a7a;
}
.read-more-news {
  text-align: center;
  position: relative;
  left: 100%;
  margin:15px 0 35px -126px;
  background: #e9e9e9;
  display: inline-block;
  font-size: 12px;
  text-decoration: none;
  color: #00002f;
  text-transform: uppercase;
  padding: 5px 0;
  width: 130px;
}
.inner-catalog-side > h1 > span > a {
  color: #464242;
  text-decoration: none;
}
.read-more-news:hover {
  background: #5ad1e0;
  color: #fff;
  -moz-transition: all 1s ease-out;
  -o-transition: all 1s ease-out;
  -webkit-transition: all 1s ease-out;
  transition: 0.5s linear;
}
.news-group {
  overflow: hidden;
}
.owl-theme .owl-controls .owl-page span {
  -moz-transition: all 1s ease-out;
  -o-transition: all 1s ease-out;
  -webkit-transition: all 1s ease-out;
  transition: 0.5s linear;
}
.footer-line-news form input {
  text-transform: none;
}
.dop-footer > a {
  text-decoration: none;
}
.fotorama__thumb-border {
  display: none;
}
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin:0;
}
input[type="number"] {
  -moz-appearance:textfield;
  margin:0;
}

/* TEST AREA */

      #trailer .main-content-center {
  text-align:center;
    position: absolute;
left: 0;
right: 0;
bottom: 0;
top: 0;
margin: auto;
height: 180px;
}

#trailer .main-content-center > div {
  display:inline-block;
  text-transform:uppercase;
  color:#fff;}

#trailer .main-content-center > div > span {
  display:inline-block;
  vertical-align: middle;
  font-size: 18px;
}

#trailer .main-content-center > div > span:before {
  content:'';
  display: inline-block;
  vertical-align: middle;
  margin-right: 20px;
  width:100px;
  border-top:1px solid #fff;}

#trailer .main-content-center > div > span:after {
  content:'';
  display: inline-block;
  vertical-align: middle;
  margin-left: 20px;
  width:100px;
  border-top:1px solid #fff;}

#trailer .main-content-center > div > p {
  font-size:36px;
  line-height: 36px;
  margin:0;
  padding:15px 0 35px 0;}

#trailer.inner-slider .main-content-center > div > p {
  line-height: 42px;
  padding:10px 0 20px;
}

#trailer .main-content-center > div > a {
  display:inline-block;
  color:#fff;
  text-decoration:none;
  padding:9px 27px;
  font-size: 12px;
  background:#ff6c6c;
  -moz-transition: all 1s ease-out;
    -o-transition: all 1s ease-out;
    -webkit-transition: all 1s ease-out;transition: 0.5s linear;
}

#trailer .main-content-center > div > a:hover {
  background: #5ad1e0;
}

#video {
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	top: 0;
	margin: auto;
}

/* fix 23.12.2015 */

#method_payments {
	display: block;
  	width: 32%;
	float: right;
}
