@import url(http://allfont.ru/allfont.css?fonts=open-sans);
@import url(http://allfont.ru/allfont.css?fonts=open-sans-light);
@import url(http://allfont.ru/allfont.css?fonts=open-sans-semibold);
@import url(http://allfont.ru/allfont.css?fonts=open-sans-bold);

* {
	margin: 0;
	padding: 0;
}
html {
	height: 100%;
}
article, aside, details, figcaption, figure, footer, header, hgroup, main, nav, section, summary {
	display: block;
}
body {
	font: 12px/18px "Open Sans", sans-serif;
	height: 100%;
}
.wrapper {
	width: 100%;
	min-width: 320px;
	min-height: 100%;
	height: auto !important;
	height: 100%;
}

/* универсальные классы */

.html_overflow {
	overflow: hidden;
}

.transmiss {
	-moz-transition: all 1s ease-out;
     -o-transition: all 1s ease-out;
     -webkit-transition: all 1s ease-out;
     transition: 0.5s linear;
}

.h1 {
	display: block;
	padding: 20px;
	color: #fff;
	border-radius:3px;
	margin-top: 0;
	margin-bottom: 25px;
	text-align: center;
	background-color: #38474f;
	font-size: 24px;

}

.title-line {
	color: #323c3f;
	font-size: 22px;
	text-transform: uppercase;
	position: relative;
	letter-spacing: 5px;
	padding: 40px 0;
	text-align: center;
	line-height: 26px;
}

.title-line:before, .title-line:after {
	width: 100px;
	height: 3px;
	margin:20px auto;
	display: block;
	content: '';
	background:#d0d2d2;
}

.cover {
	background-repeat: no-repeat;
	background-size: cover;
	background-position: 50% 50%;
}

.contain {
	background-repeat: no-repeat;
	background-size: contain;
	background-position: 50% 50%;
}

.padding-full {
	padding: 0 14px;
}

.dec-non, .dec-non:focus, .dec-non:hover {
	text-decoration: none;
}

.btn-tg, .box-basket {
	position: relative;
	background: #e9e9e9;
	display: inline-block;
	font-size: 19px;
	text-decoration: none;
	color: #646c6e;
	text-transform: uppercase;
	padding: 29px 80px;
	text-align: center;
}

.btn-tg:hover, .btn-ptg:hover {
	background:#54d1e1;
	color: #fff;
}

.inline-b {
	display: inline-block;
	vertical-align: top;
}

.btn-ptg {
	background: #ff6c6c;
	display: inline-block;
	font-size: 18px;
	text-decoration: none;
	color: #fff;
	text-transform: uppercase;
	padding: 10px 27px;
	text-align: center;
	border:none;
	font-family: "Open Sans Light";
}

.text-container {
	font-size: 12px;
	line-height: 22px;
	border:1px solid #d9d9dd;
	padding: 20px;
	margin-bottom: 15px;
	color: #38474f;
    font-family: "Open Sans Light";
}

.text-container p {
	margin-bottom: 15px;
}

.content-contact img {
	margin-bottom: 20px;
	width: 100%;
}

.pages {
	margin-bottom: 30px;
	font-size: 15px;
}

.pages a {
	display: inline-block;
	vertical-align: middle;
	padding: 10px 0;
	text-align: center;
	width: 50px;
	margin-right: 2px;
	margin-left: 2px;
	color: #5ad1e0;
	border:1px solid #5ad1e0;
	margin-bottom: 10px;
}

.pages b {
	margin-right: 4px;
}

.pages .next {
	margin-right: 0;
}

.pages span {
	margin-right: 4px;
}

.pages a:hover, .pages span, .pages b {
	color: #fff;
	background: #5ad1e0;
	text-decoration: none;
}

.pages b, .pages span {
	display: inline-block;
	vertical-align: middle;
	padding: 10px 20px;
	border:1px solid #5ad1e0;
	margin-bottom: 10px;
}

/* Header
-----------------------------------------------------------------------------*/

/* swipe */
.top-swipe {
	color:#38474f;
	padding: 35px 20px 25px;
	font-family: "Open Sans Semibold";
	font-size: 22px;
	border-bottom:1px solid #e3e3e3;
	display: block;
}

.top-swipe a {
	color:#38474f;
}

.top-swipe a:hover, .middle-swipe > a:hover, .middle-swipe-list > a:hover {
	color: #5ad1e0;
}

.middle-swipe {
	background: #f5f5f5;
}

.middle-swipe a {
	display: block;
	color: #a6a6ad;
	font-family: "Open Sans Semibold";
	padding:30px 20px;
	font-size: 22px;
	border-bottom: 1px solid #e3e3e3;
}

.middle-swipe > a:last-child {
	border: none;
}

.middle-swipe-list {
	background: #fff;
}
.middle-swipe-list a {
    color: #38474f;
    padding: 30px 20px 30px;
    font-family: "Open Sans Semibold";
    font-size: 22px;
    border-bottom: 1px solid #e3e3e3;
    display: block;}

.middle-swipe-list i {
	font-style: normal;
}

.middle-swipe-list span {
	float: right;
}

.bottom-swipe-list {
	background: #5ad1e0;
}

.bottom-swipe-list > a:hover {
	color: #5ad1e0;
	background: #fff;
}

.bottom-swipe-list a {
	color: #ffffff;
    padding: 30px 20px 30px;
    font-family: "Open Sans Semibold";
    font-size: 22px;
    border-bottom: 1px solid #6de0ef;
    display: block;
}


.line-top {
	padding: 28px 0 35px;
}

#tool-bar, .close-form {
	width: 27px;
    background: #fff;
    border: none;
    margin-right: 8px;
}

.header #tool-bar > span, .close-form > span {
    background: #38474f;
    height: 4px;
    margin-bottom: 4px;
    border-radius: 2px;
    display: block;
}

.header #tool-bar:hover > span, .close-form:hover > span {
	background: #5ad1e0;
}

/* basket-toggle */

.basket-toggle {
	background: #fff;
	position: absolute;
	z-index: 15;
	width: 100%;
	right: 0;
	padding-bottom: 30px;
	display: none;
}

.basket-toggle ul, .basket-container ul li {
    max-height: 400px;
    overflow: auto;
    margin-bottom: 30px;
    padding: 20px;
    width: 100%;
}

.basket-toggle ul li, .basket-container ul li{
	border: 1px solid #d9d9dd;
	display: block;
	margin-bottom: 20px;
	position: relative;
	color: #a6a6ad;
	padding: 10px;
}

.basket-toggle li > a, .basket-container li > a {
    height: 80px;
    overflow: hidden;
    width: 70px;
    text-align: center;
    float: left;
    margin-right: 12px;
}

.basket-toggle li > a img, .basket-container li > a img  {
	height: 80px;
}


.basket-toggle li > div, .basket-container li > div {
    padding-right: 20px;
}

.basket-toggle li > div > a, .basket-container li > div > a {
    font-size: 18px;
    color: #323c3f;
    display: block;
    font-family: "Open Sans Light";
    line-height: 20px;
    height: 44px;
    margin-bottom: 10px;
    overflow: hidden;
}

.basket-toggle li > div > span, .basket-container li > div > span{
	font-size: 18px;
}

.basket-toggle li > span:hover, .basket-container li > span:hover {
    opacity: 0.5;
}

.basket-toggle li > span, .basket-container li > span {
    position: absolute;
    right: 5px;
    top: 5px;}
.basket-toggle li > span a, .basket-container li > span a {
	color: #ccc;
	font-size: 18px;
}

.basket-container label {
	float: right;
	padding: 20px 10px 0 0;
}
.basket-container label input {
	color:#38474f;
	font-size: 16px;
	width: 30px;
	text-align: right;
	border:none;
}

.basket-container label > div {
	display: inline-block;
	vertical-align: middle;
}


.basket-container input[type=number]::-webkit-inner-spin-button,
.basket-container input[type=number]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

.basket-container input[type='number'] {
    -moz-appearance: textfield;
}

.basket-container label > div > span {
	padding: 5px 0 5px 15px;
	font-size: 18px;
	display: block;
	color: #a6a6ad;
}

.basket-container label > div > span:hover {
	color:#38474f;
	cursor: pointer;
}

.logo {
	display: inline-block;
	text-decoration: none;
	vertical-align: top;
	margin-left: 27px;
}

.toggle-search {
	background:#fff;
	border:none;
	width: 53px;
	height: 33px;
	border-right: 4px solid #d0d2d2;
	color: #38474f;
	vertical-align: top;
	text-align: left;
    font-size: 28px;
    outline:none;
}

.toggle-search:hover,.base-basket:hover {
    color: #5ad1e0;}

.base-basket {
	display: inline-block;
	text-decoration: none;
	width: 50px;
	height:33px;
	background:#fff;
	text-align: right;
	color: #38474f;
	vertical-align: top;
	position: relative;
	margin-left: 25px;
}

.base-basket.close-tg {
	position: relative;
}

.base-basket.close-tg:after {
    position: absolute;
    content: '';
    left: 0;
    top: -1px;
    width: 100%;
    height: 100%;
    background: url(../images/close-tg.png) no-repeat 50% 50% #fff;
    z-index: 10;
}
.base-basket > i {
	position: absolute;
	top:4px;
	left: 0;
	z-index: 1;
	font-size: 30px;
}
.base-basket > span {
	display: inline-block;
	text-align: center;
	background: #ff6c6c;
	line-height: 12px;
	color: #fff;
	padding: 2px 11px;
	border-radius:8px;
	position: relative;
	z-index: 2;
}

.form-slide-toggle {
	padding: 10px 0;
	display: none;
}

.form-slide-toggle input {
	width: 100%;
	border:none;
	box-shadow: none;
	border-radius:0;
	background: url(../images/search-toggle.png) #f8f8f8 no-repeat 20px 50%;
	padding: 40px 0 40px 60px;
	font-family: "Open Sans Light";
	font-size: 22px;
}

.form-toggle {
    position: fixed;
    width: 100%;
		right: 0;
    left: 0;
    top: 0;
		bottom: 0;
    height: 100%;
    z-index: 200;
    background: #fff;
    overflow-y: auto;
    overflow-x: visible;
    transform: translate(-100%,0);
    -webkit-transform: translate(-100%,0);
}

/* filter */

.filter-toggle {
    position: fixed;
    width: 0%;
    right: 0;
    top: 0;
    height: 100%;
    z-index: 200;
    background: #fff;
    overflow-y: auto;
    overflow-x: visible;
    background: #fff;
}

.filter-toggle.active {
	width: 100%;
}

.filter-toggle header {
	background: #38474f;
	color: #fff;
	font-family: "Open Sans Semibold";
	padding: 14px 24px;
	font-size: 13px;
	min-width: 320px;
}

.filter-toggle header img {
	margin-right: 15px;
	vertical-align: middle;
}

.filter-toggle .title-filter {
	color:#38474f;
	padding: 14px;
	font-family: "Open Sans Semibold";
	font-size: 13px;
}

.filter-toggle > div {
	min-width: 320px;
}

.filter-toggle .panel-default {
	border:none;
}

.filter-toggle  .panel-default>.panel-heading {
    color: #333;
    background-color: #f0f0f0;
    padding: 0;
    border:none;}

.filter-toggle .panel-title>a, .filter-toggle .panel ul li label {
	padding: 15px;
	color: #7d7e85;
	font-family: "Open Sans Semibold";
	font-size: 13px;
	display: block;
	position: relative;
	cursor: pointer;
}

.filter-toggle .panel ul li label input {
	position: absolute;
	opacity: 0;
}

.filter-toggle .panel-default>.panel-heading+.panel-collapse>.panel-body {
	border:none;
	padding: 10px 0 0 0;
}

.filter-toggle .panel-title>a span {
	float: right;
	color: #8e8f95;
}

.filter-toggle .panel {
	box-shadow: none;
}

.filter-toggle .panel ul {
	margin: 0;
	padding: 0;
	background-color: #f0f0f0;
	border-radius: 3px;
}

.filter-toggle .panel ul li {
	display: block;
}

.filter-toggle .panel ul li label.active:after {
	content: '';
	background: url(../images/checked.png) no-repeat 50% 50%;
	height: 10px;
	width: 10px;
	float: right;
}

.filter-toggle .panel-title>a:hover, .filter-toggle .panel ul li label:hover {
	background: #E4E1E1;
	text-decoration: none;
}

fieldset.many-color, fieldset.price-slider{
    border: none;
    margin: 15px 0;
}

fieldset.price-slider {
	width: 290px;
}

fieldset.price-slider input {
	width: 100%;
	border: none;
	background: #d9d9dd;
	text-align: center;
	padding: 3px 10px;
	font-size: 18px;
	color: #8c8d93;
}

fieldset.price-slider div {
	padding: 0 5px;
}

fieldset.many-color legend, fieldset.price-slider legend {
    color: #38474f;
    border:none;
    display: block;
    font-size: 13px;
    margin-bottom: 20px;
    overflow: hidden;
    position: relative;
    font-family: "Open Sans Bold";
}

fieldset.many-color > div > label {
    overflow: hidden;
    display: inline-block;
    vertical-align: top;
    margin-right: 10px;
    margin-bottom: 10px;
    position: relative;
    width: 24px;
    height: 24px;
    font-size: 0;
    line-height: 0;
    border-radius: 12px;
    padding: 0;
    cursor: pointer;}


fieldset.many-color input {
    opacity: 0;
    position: absolute;
}

fieldset.many-color > div > label.active::after {
    content: url(../images/checked-palitra.png);
    width: 24px;
    height: 24px;
    cursor: pointer;
    opacity: 1;
    position: absolute;
    z-index: 42;
    left: 5px;
    top: 7px;}



.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: 9px;
  height: 18px;
  top: 19px;
  background: #3c3d53;
  cursor: pointer;
}

.irs-slider:hover {
	background: #68d4e2;
	cursor:pointer;
}



/* Middle
-----------------------------------------------------------------------------*/
.content {
	padding: 0 0 100px;
}

/* sliders main */

.one-slider-item {
	display: table;
	width: 100%;
}

.one-slider-item-cell {
	height: 450px;
	background-position: 50% 50%;
	background-repeat: no-repeat;
	background-size: cover;
	display: table-cell;
	vertical-align: middle;
	font-family: 'Open Sans Light';
	text-transform: uppercase;
	color: #fff;
	line-height: 40px;
	font-size: 33px;
}
.one-slider-item-cell p {
	letter-spacing: 8px;}

.one-slider-item-cell strong {
	display: block;
	font-family: 'Open Sans Semibold';
}

.one-slider-item-cell a {
	margin-top: 40px;
}

/* green slider */

.summer-new {
	background: #bbe186;
	text-align: center;
	display: table;
	width: 100%;
    color: #fff;
    text-transform: uppercase;
    margin-bottom: 23px;
}

.summer-new > div {
	display: table-cell;
	vertical-align: middle;
	height: 540px;
}

.summer-new > div > b {
    font-size: 33px;
    line-height: 40px;
    display: block;
    letter-spacing: 8px;
}

.summer-new > div > p {
	font-size: 22px;
	font-family: 'Open Sans Light';
}

.summer-new-point {
	padding: 30px 0;
}

.summer-new a {
	margin-top: 40px;
	line-height: 34px;
}

.summer-new-point i {
    display: inline-block;
    width: 40px;
    height: 40px;
    border-radius: 20px;
    margin: 0 10px;
    background: #d861b2;}

.summer-new-point i:nth-child(2) {
    background: #ddbb35;
}

.summer-new-point i:nth-child(3) {
    background: #8ebb7c;}

.summer-new-point i:nth-child(4) {
    background: #3ab2c4;
}

/* partners */

.partners {
	margin-bottom: 30px;
}

.tabs-brands-box .tabs-brands-box-item {
    overflow: hidden;
    width: 100%;
    line-height: 0;
    padding: 0 10px;

}

.tabs-brands-box .tabs-brands-box-item > div {
    height: 280px;
    border: 1px solid #e9e9e9;
}

/* news */
.box-news-item {
	padding: 0 10px;
}

.box-news-item > a {
    display: block;
    margin-bottom:20px;
    position: relative;
    height: auto;
    overflow: hidden;
    line-height: 0;}

.box-news-item > a > p {
    position: absolute;
    bottom: 1px;
    right: 3.3%;
    margin: 0;
    height: 50px;
    line-height: 50px;
    white-space: nowrap;
    padding: 0 45px;
    background: #d08d6f;
    font-size: 20px;
    color: #fff;}

.box-news-item header a {
	font-size: 20px;
    color:#323c3f;}

.box-news-item header {
	margin-bottom: 30px;
}

.box-news-item  .btn-tg {
    	padding: 18px 30px;
    }

/* work banners */
.work-slider {
	display: table;
	width: 100%;
	margin-bottom: 20px;
}

.work-slider-nails-cell {
   background-image:url(../images/work-slider-one.jpg);
}

.work-slider-foto-cell {
   background-image:url(../images/work-slider-two.jpg);
}

.work-cell {
   height: 280px;
   display: table-cell;
   text-transform: uppercase;
   vertical-align: middle;
   color: #fff;}

.work-cell:hover {
    color: #fff;
}

.work-cell b, .work-cell span {
	display: block;
}

.work-cell b {
	font-size: 33px;
	line-height: 40px;
	font-family: "Open Sans Bold";
	margin-bottom: 23px;
}

.work-cell span {
	font-size: 22px;
	font-family: "Open Sans Light";
	line-height: 30px;
	margin-bottom: 23px;
}

/* market box */

/* Костылики для слайдера */

.one-slider-item p {
	padding: 0 5px;
}

.image-wrap, .image-wrap > div {
	height: 100%;
}

.image-wrap > div img {
	height: 100%;
}

.box-news-item {
	text-align: center;
}


/* */

.market-box {
	margin-bottom: 50px;
}

.market-box .active .market-box-item .title-box {
	color: #323c3f;
    font-size: 22px;
    margin-left: 0;
    text-transform: uppercase;
    position: relative;
    letter-spacing: 5px;
    padding: 15px 0;
    text-align: center;
}

.market-box .market-box-item .title-box {
	text-transform: uppercase;
	margin-left: -80px;
	padding: 57px 0;
	letter-spacing: 5px;
	font-size: 22px;
	color: #ccc;
}

.market-box .active .market-box-item .title-box:before, .market-box .active .market-box-item .title-box:after {
  	width: 100px;
    height: 3px;
    margin: 20px auto;
    display: block;
    content: '';
    background: #d0d2d2;
}

.action-item-image {
	margin-bottom: 25px;
	border-radius: 10px;
}

.action-item {
	margin-bottom: 40px;
}

.action-title {
	font-family: "Open Sans Semibold";
	color: #5ad1e0;
	font-size: 24px;
	margin-bottom: 30px;
	line-height: 28px;
}

.short-desc {
	border:1px solid #d9d9dd;
	padding: 25px;
	border-radius: 3px;
	margin-bottom: 25px;
	color: #323c3f;
	font-family: "Open Sans Light";
	font-size: 20px;
	line-height: 30px;
	text-align: left;
}

.date-time {
	padding-top: 30px;
	color: #a09f9f;
}

/* dostavka */

.main-dev-content-title > span {
    display: block;
    font-size: 18px;
    color: #323c3f;
    text-transform: uppercase;
    line-height: 25px;
    letter-spacing: 2px;
    padding: 10px 0 20px;
}

.main-dev-content-title > span > b {
    color: #5ad1e0;
    display: block;
    font-family: "Open Sans Semibold"
}

#delivery-accordion {
    margin: 0px 0 15px 0;
    color: #7a7a7a;
}

#delivery-accordion > div > header {
    color: #38474f;
    padding: 15px 27px 15px 11px;
    font-size: 14px;
    font-family: "Open Sans Bold";
    cursor: pointer;
    border: 1px solid #e9e9e9;
    margin-bottom: -1px;
    position: relative;
    -webkit-transition: 0.6s;
    -o-transition: 0.6s;
    transition: 0.6s;
    margin-bottom: 10px;
}

#delivery-accordion > div > header:after {
    content: '';
    position: absolute;
    display: inline-block;
    right: 18px;
    top: 22px;
    width: 10px;
    height: 6px;
    background: url(../images/this-after-top.png);
}

#delivery-accordion > div > div {
    padding: 5px 15px 8px 8px;
    display: none;
}

.dev-spisky li {
    display: block;
    padding-left: 15px;
    position: relative;
    margin-bottom: 3px;
    line-height: 18px;
    font-size: 13px;
    color: #323c3f;
}


.dev-spisky li::before {
    content: "•";
    color: rgb(209, 129, 129);
    position: absolute;
    top: 2px;
    left: 0px;
}

.dev-plus > li {
    display: inline-block;
    vertical-align: top;
    border: 1px solid #e9e9e9;
    width: 48%;
    margin-right: 4px;
    text-align: center;
    color: #413838;
    padding-bottom: 20px;
    padding-top: 10px;
    font-size: 12px;
    margin-bottom: 10px;
    height: 196px;
}

.dev-plus > li.dev-plus1 > div {
    background-image: url(../images/plus1.png);
}

.dev-plus > li.dev-plus2 > div {
    background-image: url(../images/plus2.png);
}

.dev-plus > li.dev-plus3 > div {
    background-image: url(../images/plus3.png);
}

.dev-plus > li.dev-plus4 > div {
    background-image: url(../images/plus4.png);
    width: 50px;
    margin: 0 auto 10px;
}

.dev-plus > li > div {
    height: 55px;
    margin-bottom: 10px;
}


.dev-plus > li > b {
    display: block;
    font-family: "Open Sans Bold";
    margin-bottom: 3px;
    color: #413838;
}

.dev-plus > li > p {
    line-height: 17px;
    font-family: "Open Sans Light";
    color: #413838;
}

/* drawing_order */

#drawing_order > input, #feedback > input,
#feedback > textarea, #drawing_order  select,
#drawing_order > textarea {
	width: 100%;
	padding: 10px;
	border: 1px solid #d9d9dd;
	margin-bottom: 10px;
	font-size: 13px;
	font-family: "Open Sans";
	color: #38474f;
}

#drawing_order  select {
	color: #a6a6ad;
	font-weight: normal;}
#drawing_order label.select-row {
	display: block;
}
#drawing_order label.select-row span {
    color: #38474f;
    display: block;
    font-size: 13px;
    margin-bottom: 10px;
    font-family: "Open Sans Bold";}

#drawing_order > header {
	display: block;
    padding: 20px;
    border-radius: 3px;
    margin-bottom: 15px;
    text-align: center;
    background-color: #e9e9e9;
    font-size: 18px;
    color:#a6a6ad;
}

#feedback > textarea {
	height: 70px;

}

#feedback {
	margin-bottom: 20px;
}

#drawing_order > .info-row {
	color: #38474f;
	padding: 10px 0;
	font-size: 13px;
	border: 1px solid #d9d9dd;
	margin: 0 0 15px 0;

}

#drawing_order > .info-row span {
	color:#a6a6ad;
}

#drawing_order > .info-row b {
	font-family: "Open Sans Semibold";}

#drawing_order .btn-ptg {
	font-size: 14px;
	width: 100%;
	margin-bottom: 15px;
}

#drawing_order > a, .bread {
	color:#a6a6ad;
	display: block;
	padding: 10px 0;
	font-size: 13px;
	letter-spacing: 2px;
	font-family: "Open Sans Light";
	border: 1px solid #d9d9dd;
	margin-bottom: 15px;
	width: 100%;
	background: none;
}

#drawing_order > a > span, .bread > span {
	display: inline-block;
	margin-right: 5px;
	margin-top: 2px;
}

#drawing_order > a:hover, .bread:hover {
	color: #5ad1e0;
	border:1px solid #5ad1e0;
}

/* product full */

.product-full {
	position: relative;
	margin-bottom: 15px;
}

.product-full img {
	height: 290px;
}

.product-full .price-product {
	position: absolute;
    top: 15px;
    right: 15px;
    margin: 0;
    height: 37px;
    line-height: 37px;
    white-space: nowrap;
    padding: 0 20px;
    background: #d08d6f;
    font-size: 14px;
    font-family: "Open Sans Semibold";
    color: #ffffff;
}

.product-full .price-product del {
	color: #eeb399;
	display: inline-block;
	margin-left: 10px;
}

.title-product {
	color: #38474f;
	font-size: 15px;
	font-family: "Open Sans Semibold";
	margin-bottom: 20px;
}

.num-product {
	padding-left: 0;
	padding-right: 4px;
}
.num-product > div{
	background: #e9e9e9;
	border-radius: 2px;}

.num-product  input {
    width: 40%;
    vertical-align: top;
    height: 45px;
    border: none;
    text-align: center;
    color: #38474f;
    background: transparent;
	font-size: 15px;
	font-family: "Open Sans Semibold";
}

.num-product span {
	text-align: center;
	width: 30%;
	color: #a6a6ad;
	padding: 15px 5px 0;
    height: 45px;
    font-size: 15px;
}

.num-product span:hover {
	color: #5ad1e0;
}

.num-product  input[type=number]::-webkit-inner-spin-button,
.num-product  input[type=number]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

.num-product input[type='number'] {
    -moz-appearance: textfield;
}

.product-basket {
	padding-left: 2px;
	padding-right: 0;
}

.prod-row {
	margin-right: 0;
	margin-left: 0;
	margin-bottom: 15px;
}

.product-basket button {
	color: #fff;
	width: 100%;
	text-align: center;
	height: 45px;
	padding-top: 5px;
	text-transform: uppercase;
	font-size: 13px;
	font-family: "Open Sans Semibold";
	border: none;
	background: #ff6c6c;
	padding: 2px;
}

.product-basket button:hover {
	background:#54d1e1;
	color: #fff;
}

.product-basket button span {
	display: inline-block; margin-right: 10px;
}

.desc-header {
    padding: 20px;
    border-radius: 3px;
    margin-bottom: 15px;
    text-align: center;
    background-color: #e9e9e9;
    text-transform: uppercase;
    font-size: 14px;
    color: #646c6e;
}

.product-description {
	font-size: 12px;
	line-height: 22px;
	border:1px solid #d9d9dd;
	padding: 20px;
	margin-bottom: 15px;
	color: #38474f;
    font-family: "Open Sans Light";
}

.product-other {
	margin-bottom: 30px;
}

.catalog-row {
	margin: 0;
}

.catalog-col {
	margin-bottom: 30px;
	padding: 7px;
}

.catalog-col .box-news-item {
	padding: 0;
}

.sort {
    float: left;
    vertical-align: middle;
}

.sort > div {
    display: inline-block;
    vertical-align: middle;
    position: relative;
    z-index: 10;
    margin-left: 15px;
}

.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 > 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 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 > 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;
}

.filter-button {
	float: right;
    background: none;
    border: none;
    border-radius: 3px;
    padding: 5px;
    margin-top: -43px;
    position: relative;
    z-index: 10;
}


/* o kompanii */

.premium li {
    display: block;
    font-size: 12px;
    line-height: 19px;
    margin-bottom: 50px;
}

.premium li > b {
    font-size: 24px;
    text-align: center;
    padding: 15px 0;
    width: 55px;
    color: #fff;
    display: inline-block;
    font-weight: normal;
    margin-right: 15px;
    background: #5ad1e0;
    line-height: 24px;
    vertical-align: top;
    float: left;
}

.premium li > div {
	padding-left: 70px;
}

.premium li > div > header {
    text-transform: uppercase;
    font-family: "Open Sans Bold";
    color: #38474f;
}

.requisites p {
	margin-bottom: 20px;
}

.news-box-content {
	margin-bottom: 30px;
}

/* contact */

.map {
	margin-bottom: 20px;
}

.infoblock li {
    display: table;
    border: 1px solid #e9e9e9;
    padding: 30px 18px;
    width: 100%;
    text-align: center;
    color: #323c3f;
    font-size: 13px;
    line-height: 18px;
    margin-bottom: 20px;
}

.infoblock li > div {
	height: 159px;
	display: table-cell;
	vertical-align: middle;
}

.infoblock li > div > div {
    margin-bottom: 25px;
}

.infoblock li header {
	font-family: "Open Sans Bold";
    font-size: 14px;
    margin-bottom: 10px;
}

/* Footer
-----------------------------------------------------------------------------*/
.footer {
	margin: -100px auto 0;
	min-width: 320px;
	height: 100px;
	background: #BFF08E;
	position: relative;
}

.footer-form {
	background: #5ad1e0;
    padding: 25px;
    font-size: 1px;
}

.footer-form input {
	border-radius:0;
	box-shadow: none;
	height: 63px;
	border:none;
	font-family: "Open Sans Light";
	width: 60%;
	display: inline-block;
	vertical-align: top;
}

.footer-form button {
	font-family: "Open Sans Light";
	width: 40%;
	border:1px solid transparent;
	padding: 20px 0;
	height: 63px;
	outline: none;
	letter-spacing: 1px;
}

.footer-form button:hover {
	border-color: #fff;
}

.links-footer {
	background: #333333;
}

.links-footer a {
	display: block;
	text-transform: uppercase;
	font-family: "Open Sans Light";
	font-size: 18px;
	padding: 45px 0;
	letter-spacing: 2px;
	color: #fff;
	border-bottom:1px solid #494949;
}

.links-footer a span {
	float: right;
	color: #c7c7c7;
	font-size: 15px;
}

.links-footer a:last-child {
	border-bottom: none;
}

.dop-options > * {
    display: block;
    background: #272727;
    color: #969696;
    padding: 30px 20px 30px 25px;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    text-align: right;
    font-size: 18px;
    font-family: "Open Sans Light";
    letter-spacing: 2px;
    border-top:1px solid #333333;
}

.dop-options > div b, .dop-options > a b {
    color: #fff;
    display: block;
    text-transform: uppercase;
    font-weight: normal;
    font-size: 20px;
    margin-bottom: 7px;

}

.dop-options >div > img, .dop-options >a > img {
	float: left;
}

.dop-options {
	background: #333333;
	padding-bottom: 25px;
}

.foot-copy {
	background: #272727;
	color: #969696;
	border-bottom:1px solid #333333;
	font-size: 20px;
	font-family: "Open Sans Light";
	letter-spacing: 2px;
	padding: 44px 0;
	line-height: 30px;
}

.foot-copy.smart {
	text-transform: uppercase;
	color: #fff;
}

.foot-copy.smart a {
	color: #5ad1e0;
	font-family: "Open Sans Semibold";
}

.links-footer a:hover {
	color: #5ad1e0;
}

.dop-options a:hover {
	color: #5ad1e0;
}

.full-site {
	background: #272727;
	padding: 50px 0;
}

.full-site a {
	color: #fff;
	font-size: 14px;
	padding: 10px 20px;
	border:1px solid #424242;
	font-family: "Open Sans Light";
	letter-spacing: 2px;
	border-radius: 3px;
	display: inline-block;
}

.full-site a:hover {
	background: #fff;
	color: #272727;
}


@media (max-width:500px) {
	.logo img {
		width: 132px;
		margin-top: 5px;
	}

	.logo {
		margin-left: 9px;
	}

	.toggle-search {
    	width: 40px;
    	height: 29px;
    	font-size: 26px;

}

#tool-bar, .close-form {
    margin-right: 0px;
}

#tool-bar {
	margin-top: 5px;
}

.base-basket {
    margin-left: 8px;
}

.base-basket > i {
    font-size: 27px;
}

.xs-padding-right {
	padding-right: 0;
}

.xs-padding-left {
	padding-left: 0;
}

.one-slider-item-cell {
	line-height: 32px;
    font-size: 22px;
    height: 350px;
}

.one-slider-item-cell a {
    margin-top: 30px;
}

.market-box .market-box-item .title-box {
    margin-left: -50px;
    padding: 37px 0;
    letter-spacing: 0px;
    font-size: 14px;
}

.market-box .active .market-box-item .title-box {
    font-size: 14px;
    margin-left: 0;
    letter-spacing: 0px;
    padding: 10px 0;
}

.market-box .active .market-box-item .title-box:before, .market-box .active .market-box-item .title-box:after {
    margin: 13px auto;}

 .box-news-item > a {
    margin-bottom: 13px;
    height: auto;
}

.box-news-item > a > p {
    height: 33px;
    line-height: 33px;
    white-space: nowrap;
    padding: 0 16px;
    font-size: 14px;
}

.box-news-item header a {
    font-size: 13px;
}

.box-news-item header {
    margin-bottom: 17px;
}

.box-news-item .btn-tg, .box-basket {
    padding: 8px 14px;
    font-size: 13px;
}
.btn-tg {
    padding: 13px 63px;
}

.summer-new > div {
    height: 433px;
}

.tabs-brands-box .tabs-brands-box-item > div {
    height: 150px;}

 .title-line {
    font-size: 15px;
    letter-spacing: 1px;
    padding: 20px 0;}

.title-line:before, .title-line:after {
    margin: 10px auto;}
.footer-form input, .footer-form button {
    width: 100%;
    height: 40px;
    font-size: 14px;
    text-align: center;
}

.footer-form button {
	padding: 10px 0;
}

.dop-options >div > img, .dop-options >a > img {
    float: left;
    width: 40px;
}

.dop-options > * {
    padding: 20px 10px 10px 18px;
    font-size: 13px;}

.dop-options > div b, .dop-options > a b {
    font-size: 13px;}

.foot-copy {
    font-size: 14px;
    letter-spacing: 1px;
    padding: 30px 0;}

.full-site a {
    font-size: 13px;
    padding: 10px 6px;
    letter-spacing: 1px;}

.full-site {
	padding: 30px 0;
}

.links-footer a {
    font-size: 15px;
    padding: 30px 0;}

.work-cell b {
    font-size: 26px;
    line-height: 30px;}

.summer-new > div > b {
    font-size: 28px;
    line-height: 30px;
    padding: 0 10px;
    box-sizing: border-box;}

.middle-swipe a, .middle-swipe-list a, .bottom-swipe-list a {
    padding: 24px 16px;
	font-size: 16px;}

.h1 {
    display: block;
    font-size: 20px;
    padding: 15px;}

 .action-title {
    font-size: 18px;
    margin-bottom: 21px;
    line-height: 26px;}

.action-item-image {
    margin-bottom: 15px;}
.short-desc {
    padding: 15px;
    font-size: 13px;
    line-height: 24px;}
.date-time {
    padding-top: 15px;}



}
.no-items {
	font-size: 12px;
	text-transform: uppercase;
	text-align: center;
}
#dfree img {
	display: block;
	margin: 0 auto 10px;
}
#dfree p {
	color: #38474f;
    font-size: 13px;
    text-align: center;
}
#dfree p span {
	font-family: "Open Sans Bold";
	font-size: 14px;
	display: block;
}
#dfree .halflings * {
	float: left;
    width: 48%;
    text-align: center;
    padding: 10px 0;
    box-sizing: border-box;
    margin-bottom: 25px;
    color: #000;
    text-transform: uppercase;
    font-size: 10px;
    color: #fff;
    background: #ACBEC7;
}
#dfree .halflings *:last-child {
	float: right;
}

.stabilizer {
	display: inline-block;
	height: 100%;
	vertical-align: middle;
}

.catalog-col .box-news-item > a > img {
    width: 108%;
    margin-left: -4%;
    height: auto !important;
}

.box-news-item > p {
	height: 35px;
	overflow: hidden;
}

.box-news-item header {
	height: 55px;
	position: relative;
	overflow: hidden;
}

.box-news-item header:after {
	position: absolute;
	content: '';
	width: 100%;
	height: 30px;
	bottom: -17px;
	left: 0;
	background: linear-gradient(to bottom,rgba(255,255,255,.0) 0%, rgba(255,255,255,.7) 50%, rgba(255,255,255,1) 100%);
}

.form-toggle.ssm-nav-visible {
	transition-duration: 0.3s;
    transform: translate(0px, 0px);
}

.middle-swipe ul, .level_1, .level_2 {
	margin: 0;
}

.glyphicon {
	line-height: 20px;
}

.level_2 {
	display: none;
}

.level_2 a {
	display: block;
    color: #a6a6ad;
    background: #f5f5f5;
    font-family: "Open Sans Semibold";
    border-bottom: 1px solid #e3e3e3;
    padding: 24px 16px;
    font-size: 16px;
}

.market-box-list img {
	width: 100%;
	height: auto;
	display: inline-block !important;
}

.num-product span {
	padding: 12px 5px 0;
}

.prevAll, .nextAll {
	display: none !important;
}
.market-box {
	position: relative;
}
.market-box-list-item .owl-dots, .market-box-list-item .owl-controls {
	display: none !important;
}
.market-box .owl-controls {
    position: absolute;
    top: 28px;
    width: 100%;
    height: 40px;
    left: 0;
}
.market-box .owl-nav {
	height: 100%;
	text-align: center;
}
.market-box .owl-prev, .market-box .owl-next {
	background: transparent;
	font-size: 0;
    height: 100%;
    width: 65px;
    display: inline-block !important;
    float: left;
}
.market-box .owl-next {
	float: right;
}
.row {
	margin-left: -14px !important;
	margin-right: -14px !important;
}
.last-news img {
	width: auto !important;
}
.action-item img {
	width: 100% !important;
	height: auto !important;
}
.container-full h1 a, .action-item a {
	color: inherit;
}
.action-item datetime {
	margin-bottom: 5px;
    display: block;
}
.text-container table {
	word-break: break-all;
}

.text-container table td, .text-container table th {
	padding: 0 5px;
	width: 33%;
}
.text-container iframe {
	width: 100%;
}
.filter-toggle .glyphicon {
	line-height: normal !important;
}
.premium li:last-child {
	margin: 0;
}
.infoblock li:last-child {
	margin: 0;
}
.content-contact .text-container:last-child {
	margin: 0;
}
.red {
	color: #ff6c6c;
	font-size: 14px;
}
.padding-full {
    padding: 0 14px;
}

.news_date {
	margin-top: 15px;
	margin-bottom: 0 !important;
}
/* care with this fix */
.row.catalog-row {
	font-size: 0;
}

#contents_basket > a{
	background: #ff6c6c;
	display: block;
	width: 240px;
	font-size: 18px;
	text-decoration: none;
	color: #fff;
	margin: 0 auto;
	text-transform: uppercase;
	padding: 10px 27px;
	text-align: center;
	border: none;
	font-family: "Open Sans Light";
	margin-bottom: 12px;
}
#contents_basket > div {
	display: none;
}

#shopping-cart .row.info-row {
	width: 100%;
	margin-left: auto!important;
	margin-right: auto!important;
}
.market-box-list .box-basket {
	padding: 0;
}
.market-box-list .box-basket > a {
	display: block;
	padding: 8px 14px;
	position: static!important;
	background: #e9e9e9;
	text-decoration: none;
	color: #646c6e;
}
.market-box-list .box-basket > a:hover {
	text-decoration: none;
	background: #54d1e1;
	color: #fff;
}

.callback_menu--wrapper {
	height: 94px;
	background-color: #5ad1e0;
	border-top: 1px solid #6de0ef;
}
.menu_mobile-callback {
	display: block;
	width: 282px;
	height: 42px;
	margin: 25px auto 0 auto;
	border: 0;
	border-radius: 3px;
	background-color: #fff;
	color: #5e5e5e;
	font-size: 14px;
	font-weight: 600;
}
.menu_mobile-callback:active,
.menu_mobile-callback:focus {
	outline: none;
	background-color: #eee;
}
.call_me--wrapper {
	display: none;
	position: fixed;
	z-index: 1001;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	background-color: rgba(18, 18, 18, .7);
}
#call_me {
	position: absolute;
	display: block;
	z-index: 500;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	width: 296px;
	background-color: #fff;
}
#call_me .shape__err {
	padding: 5px 20px;
	text-align: center;
	color: #ff6b69;
	font-size: 14px;
}
#call_me .shape__good {
	text-align: center;
}
#call_me .shape_error {
	display: none;
	padding: 5px 20px;
	text-align: center;
	font-size: 14px;
}
#call_me header {
	margin-top: 26px;
	margin-bottom: 26px;
	color: #323c3f;
	font-size: 12px;
	text-transform: uppercase;
	text-align: center;
}
#call_me label {
	display: block;
	margin: 0 auto 12px auto;
}
#call_me input,
#call_me textarea,
#call_me button {
	display: block;
	margin: 0 auto;
}
#call_me input,
#call_me textarea {
	width: 90%;
	border: 1px solid #d9d9dd;
	border-radius: 1px;
	padding-left: 12px;
}
#call_me input:focus,
#call_me textarea:focus {
	outline-color: #d9d9dd;
}
#call_me input {
	height: 41px;
	line-height: 39px;
	color: #38474f;
}
#call_me textarea {
	height: 66px;
	padding-top: 12px;
	resize: none;
}
#call_me button {
	width: 142px;
	height: 38px;
	border: 0;
	border-radius: 2px;
	background-color: #ff6b69;
	color: #fff;
	text-transform: uppercase;
}
#call_me .call_me-close {
	width: 220px;
	height: 30px;
	margin: 0 auto;
	line-height: 30px;
	text-align: center;
	cursor: pointer;
	text-decoration: underline;
	font-size: 12px;
	color: #9d9d9d;
}
#search_form button[type="submit"].active {
	color: #428bca;
}
#method_payments {
	width: 100%;
}
#method_payments span {
	color: #38474f;
	display: block;
	font-size: 13px;
	margin-bottom: 10px;
	font-family: "Open Sans Bold";
}
