@font-face {
    font-family: 'Gotham Pro';
    src: url('../fonts/GothamPro.woff2') format('woff2'),
        url('../fonts/GothamPro.woff') format('woff'),
        url('../fonts/GothamPro.ttf') format('truetype'),
        url('../fonts/GothamPro.svg#GothamPro') format('svg');
    font-weight: 400;
    font-style: normal;
}
@font-face {
    font-family: 'Gotham Pro';
    src: url('../fonts/GothamPro-Bold.woff2') format('woff2'),
        url('../fonts/GothamPro-Bold.woff') format('woff'),
        url('../fonts/GothamPro-Bold.ttf') format('truetype'),
        url('../fonts/GothamPro-Bold.svg#GothamPro-Bold') format('svg');
    font-weight: 700;
    font-style: normal;
}
@font-face {
    font-family: 'Gotham Pro';
    src: url('../fonts/GothamPro-Light.woff2') format('woff2'),
        url('../fonts/GothamPro-Light.woff') format('woff'),
        url('../fonts/GothamPro-Light.ttf') format('truetype'),
        url('../fonts/GothamPro-Light.svg#GothamPro-Light') format('svg');
    font-weight: 300;
    font-style: normal;
}
html * {max-height:1000000px;}
html{
	-moz-text-size-adjust: : none;
	-webkit-text-size-adjust: none;
	-ms-text-size-adjust: none;
}
* {
	-moz-text-size-adjust: : none;
	-webkit-text-size-adjust: none;
	-ms-text-size-adjust: none;
}
body {
	font-family: 'Gotham Pro', arial, sans-serif;
	margin:0;
	padding:0;
	color:#000000;
	font-weight: 400;
	min-width:280px;
	background:#fff;
	height:100%;
	font-size:16px;
	-moz-text-size-adjust: : none;
	-webkit-text-size-adjust: none;
	-ms-text-size-adjust: none;
}
ul{
	padding:0;
}
ul,
li {
	list-style:none;
	}
main input,
main textarea,
main select {
	position:relative;
	outline:none; 
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-webkit-appearance: none;
	appearance: none;
	-moz-appearance: none;
	font-family: 'Gotham Pro';
	font-weight: normal;
	font-size:14px;
	}
main input[type="submit"]{
	border:inherit;
	cursor:pointer;
}
div,
a,
section {
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
}
section{
	overflow:hidden;
}
table {
	border-collapse:collapse;
	padding:0;
	}
h1,
h2,
h3,
h4,
h5,
h6{
	margin:0;
}
a {
	color:#675581;
	font-size:16px;
	outline:none;
	text-decoration:none;
	}
img{border:none;}
b{font-weight:700;}
::-webkit-input-placeholder {color:#18181b;}
::-moz-placeholder          {color:#18181b;}/* Firefox 19+ */
:-moz-placeholder           {color:#18181b;}/* Firefox 18- */
:-ms-input-placeholder      {color:#18181b;}
:focus::-webkit-input-placeholder {color: transparent}
:focus::-moz-placeholder          {color: transparent}
:focus:-moz-placeholder           {color: transparent}
:focus:-ms-input-placeholder      {color: transparent}
input.error::-webkit-input-placeholder {color:#e04a4a;}
input.error::-moz-placeholder          {color:#e04a4a;}/* Firefox 19+ */
input.error:-moz-placeholder           {color:#e04a4a;}/* Firefox 18- */
input.error:-ms-input-placeholder      {color:#e04a4a;}
input.error, textarea.error {border-color: rgb(240, 55, 55)!important;}
input:active, textarea:active {outline:none;}
:focus {outline:none;} 

.radiobox [type="checkbox"]:not(:checked),
.radiobox [type="checkbox"]:checked,
.radiobox [type="radio"]:not(:checked),
.radiobox [type="radio"]:checked {
  position: absolute;
  left: -9999px;
}
.radiobox [type="checkbox"]:not(:checked) + label,
.radiobox [type="checkbox"]:checked + label,
.radiobox [type="radio"]:not(:checked) + label,
.radiobox [type="radio"]:checked + label {
  position: relative;
  padding-left: 35px;
  cursor: pointer;
  font-size:14px;
  display:block;
  display:inline-block;
  margin:10px 0;
}

/* checkbox aspect */
.radiobox [type="checkbox"]:not(:checked) + label:before,
.radiobox [type="checkbox"]:checked + label:before,
.radiobox [type="radio"]:not(:checked) + label:before,
.radiobox [type="radio"]:checked + label:before {
	content: '';
	position: absolute;
	left: 0; top: 50%;
	margin-top:-11.5px;
	width: 23px;
	height: 23px;
	background:url(../images/unchecked.png) no-repeat center;
	transition: all .2s;
}
/* checked mark aspect */
.radiobox [type="checkbox"]:not(:checked) + label:after,
.radiobox [type="checkbox"]:checked + label:after ,
.radiobox [type="radio"]:not(:checked) + label:after,
.radiobox [type="radio"]:checked + label:after {
	content: '';
	position: absolute;
	left: 0; top: 50%;
	margin-top:-11.5px;
	width: 23px;
	height: 23px;
	background:url(../images/checked.png) no-repeat center;
	transition: all .2s;
}
.radiobox [type="checkbox"]:not(:checked) + label:after ,
.radiobox [type="radio"]:not(:checked) + label:after {
  opacity: 0;
  transform: scale(0);
}
.radiobox [type="checkbox"]:checked + label:after,
.radiobox [type="radio"]:checked + label:after {
  opacity: 1;
  transform: scale(1);
}
#pager.disabled{
	pointer-events:none;
	opacity:0;
}
main input[type="text"],
main input[type="tel"],
main input[type="email"]{
	border:1px solid #bfbcbc;
	background:#fff;
	border-radius:30px;
	max-width:276px;
	width:100%;
	padding:15px 30px 13px;
	font-size:14px;
	margin-bottom:15px;
	font-weight:300;
	
}
main textarea{
	border:1px solid #bfbcbc;
	background:#fff;
	border-radius:30px;
	max-width:276px;
	width:100%;
	padding:15px 30px 13px;
	font-size:14px;
	margin-bottom:15px;
	font-weight:300;
	resize:none;
	height:140px;
}
.container{
	max-width:1400px;
	margin:0 auto;
}
.btn{
	font-size:14px;
	font-weight:700;
	color:#fff;
	background: #f46c45;
	background: -moz-linear-gradient(left, #f46c45 0%, #eea549 100%);
	background: -webkit-linear-gradient(left, #f46c45 0%,#eea549 100%);
	background: linear-gradient(to right, #f46c45 0%,#eea549 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f46c45', endColorstr='#eea549',GradientType=1 );
	padding:20px 30px;
	border-radius:40px;
	text-align:center;
	text-decoration:none;
	border:none;
	display:inline-block;
	box-shadow:0px 10px 40px rgba(255, 138, 0, 0.38);
	transition:0.5s all ease;
	-webkit-transition:0.5s all ease;
	-moz-transition:0.5s all ease;
	-o-transition:0.5s all ease;
	-ms-transition:0.5s all ease;
}
.btn:hover{
	box-shadow:none;
	transform:translateY(2px);
	-webkit-transform:translateY(2px);
	-moz-transform:translateY(2px);
	-o-transform:translateY(2px);
	-ms-transform:translateY(2px);
}
.bbtn{
	font-size:14px;
	font-weight:700;
	color:#1e2021;
	background: transparent;
	border:1px solid #1e2021;
	padding:18px 28px;
	border-radius:40px;
	text-align:center;
	text-decoration:none;
	display:inline-block;
	transition:0.5s all ease;
	-webkit-transition:0.5s all ease;
	-moz-transition:0.5s all ease;
	-o-transition:0.5s all ease;
	-ms-transition:0.5s all ease;
	text-transform:uppercase;
}
.bbtn:hover{
	color:#fff;
	background:#1e2021;
}
.row{
	display:table;
	width:100%;
	font-size:0;
	text-align:center;
}
.toggle_mnu {
	background:none;
	width: 40px;
	height: 40px;
	border: none;
	border-radius:5px;
	background:#fff;
	display:inline-block;
	position:relative;
	padding:0;
	cursor:pointer;
}
.toggle_mnu span {
	display: block; 
}
.sandwich {
	width: 28px;
	height: 28px;
	position: absolute;
	top: 8px;
	bottom: 0;
	left: 0;
	right: 0;
	margin: auto;
	z-index: 400; 
	margin:0;
}
.sw-topper {
	position: relative;
	top: 0;
	width: 35px;
	height: 3px;
	background: #141617;
	border: none;
	border-radius: 4px 4px 4px 4px;
	-webkit-transition: -webkit-transform 0.5s, top 0.2s;
	transition: transform 0.5s, top 0.2s;
	display: block; 
}
.sw-bottom {
	position: relative;
	width: 28px;
	height: 3px;
	top: 6.6px;
	background: #86878a;
	border: none;
	border-radius: 4px 4px 4px 4px;
	-webkit-transition: -webkit-transform 0.5s, top 0.2s;
	transition: transform 0.5s, top 0.2s;
	-webkit-transition-delay: 0.2s, 0s;
	transition-delay: 0.2s, 0s; 
}
.sw-footer {
	position: relative;
	width: 43px;
	height: 3px;
	top: 13.5px;
	background: #141617;
	border: none;
	border-radius: 4px 4px 4px 4px;
	-webkit-transition: all 0.5s;
	transition: all 0.5s;
	-webkit-transition-delay: 0.1s;
	transition-delay: 0.1s; 
}
.sandwich.active .sw-topper {
  top: 9px;
  -webkit-transform: rotate(-45deg);
	  -ms-transform: rotate(-45deg);
		  transform: rotate(-45deg); }
.sandwich.active .sw-bottom {
  top: 6px;
  -webkit-transform: rotate(45deg);
	  -ms-transform: rotate(45deg);
		  transform: rotate(45deg); }
.sandwich.active .sw-footer {
  opacity: 0;
  top: 0;
  -webkit-transform: rotate(180deg);
	  -ms-transform: rotate(180deg);
		  transform: rotate(180deg); }
#site-cache.active {
    background-color: rgba(0,0,0,0.6);
    position: fixed;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    z-index: 560;
}
#site-cache {
    transition: 0.5s all ease;
    -webkit-transition: 0.5s all ease;
    -moz-transition: 0.5s all ease;
    -o-transition: 0.5s all ease;
    -ms-transition: 0.5s all ease;
}
.header-container{
	height:115px;
}
header{
	background:#fff;
	position:fixed;
	width:100%;
	left:0;
	top:0;
	background:#fff;
	z-index:550;
	transition:0.5s all ease;
	-webkit-transition:0.5s all ease;
	-moz-transition:0.5s all ease-;
	-ms-transition:0.5s all ease;
	-o-transition:0.5s all ease;

}
header.active{
	box-shadow:0px 4px 11px rgba(0,0,0,0.2);
}
header .menu,
header .logo,
header .contacts,
header .search,
header .cart{
	display:inline-block;
	vertical-align:middle;
	zoom:1;*display:inline;
}
header .menu{
	width:7%;
	text-align:left;
}

header .logo{
	width:43%;
}
header .logo a{
	font-size:0;
	color:#000;
}
header .logo .thumbnail,
header .logo .text{
	display:inline-block;
	vertical-align:middle;
	zoom:1;*display:inline;
}
header .logo .thumbnail img{
	max-width:100%;
	max-height:70px;
}
header .logo .text .title{
	font-size:30px;
	color:#f37846;
	font-weight:700;
	text-transform:uppercase;
	letter-spacing:4px;
}

header .logo .text p{
	margin:0;
	font-size:14px;
}

header .contacts{
	text-align:right;
	width:24%;
}
header .contacts .phone a{
	position:relative;
	font-size:22px;
	font-weight:700;
	color:#141617;
	padding:0 5px 0 0;
}
header .contacts .phone a:first-child{
	display:block;
}
header .contacts .phone a:last-child{
	display:none;
}
header .contacts .phone a:first-child:after{
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 7px 4px 0 4px;
	border-color: #141617 transparent transparent transparent;
	right:-5px;
	top:50%;
	margin-top:-3.5px;
	content:'';
	position:absolute;
}
header .contacts .schedule{
	font-size:14px;
}
header .contacts .phone .inner{
	position:relative;
}
header .contacts .phone:hover .inner a:last-child{
	display:block;
	position:absolute;
	top:100%;
	right:0;
	background:#fff;
}
header .search{
	width:10%;
	text-align:right;
}
header .search a{
	font-size:0;
	display:inline-block;
}
header .search form{
	position:relative;
	text-align:right;
}
header .search .search-input, 
header .search .search-submit{
	display:inline-block;
	vertical-align:middle;
	zoom:1;*display:inline;
}	
header .search .search-input input{
    position: absolute;
    right: 43px;
    border: 1px solid #999999;
    background: #fff;
    border-radius: 30px;
    width: 330px;
    padding: 16px 0 16px 30px;
    font-size: 14px;
    margin-bottom: 0px;
    font-weight: 300;
    top: 50%;
    margin-top: -21px;
	display:none;
}
header .cart{
	text-align:right;
	width:16%;
}
header .cart a{
	font-size:0;
}
header .cart .row{
	text-align:right;
}
header .cart .thumbnail,
header .cart .text{
	display:inline-block;
	vertical-align:middle;
	zoom:1;*display:inline;
	text-align:left;
}
header .cart .thumbnail{
	width:48px;
	height:39px;
	background:url(../images/cart.png) no-repeat center;
	position:relative;
}
header .cart .thumbnail span{
	position:absolute;
	right:-11px;
	top:-14px;
	font-size:14px;
	line-height:32px;
	width:32px;
	text-align:center;
	background: #f46c45;
	background: -moz-linear-gradient(left, #f46c45 0%, #eea549 100%);
	background: -webkit-linear-gradient(left, #f46c45 0%,#eea549 100%);
	background: linear-gradient(to right, #f46c45 0%,#eea549 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f46c45', endColorstr='#eea549',GradientType=1 );
	display:block;
	color:#fff;
	font-weight:400;
	border-radius:50%;
}
header .cart .text{
	padding:0 0 0 30px;
}
header .cart .text .title{
	font-size:14px;
	text-align:left;
	text-transform:uppercase;
}

header .cart .text .cart-total{
	font-size:14px;
	color:#f4704c;
	font-weight:700;
}

#catalog-nav{
	padding:15px 0 15px;
	text-align:center;
}
#catalog-nav a{
	display:inline-block;
	vertical-align:middle;
	zoom:1;*display:inline;
	text-transform:uppercase;
	font-weight:700;
	color:#1f1e1c;
	padding:0 42px;
	padding:0 24px;
}
#catalog-nav a:first-child{
	padding-left:0;
}
#catalog-nav a:last-child{
	padding-right:0;
}
#catalog-nav a span{
	padding:0 0 2px;
	border-bottom:2px solid transparent;
}
#catalog-nav a.selected span{
	display:inline-block;
	border-bottom:2px solid #f46c45;
}
#side-menu{
	position:fixed;
	left:-100%;
	top:0;
	height:100%;
	z-index:600;
	background:#34383e;
	width:280px;
	padding:0 0 0 20px;
	display:table;
}
#side-menu .menu-left{
	display:table-cell;
	vertical-align:middle;
}
#side-menu .phones{
	margin:20px 0 0 0;
	display:none;
}
#side-menu .phones a{
	position:relative;
	font-size:18px;
	font-weight:700;
	color:#141617;
	padding:0 5px 0 0;
	color:#fff;
}
#side-menu .catalog-menu{
	display:none;
}
#side-menu a{
    display: block;
    vertical-align: middle;
    zoom: 1;
    text-transform: uppercase;
    font-weight: 700;
    color: #fff;
    padding: 10px 0;
}

#side-menu .toggle_mnu{
	background:none;
	position:absolute;
	right:20px;
	top:20px;
}
#side-menu .sw-bottom,
#side-menu .sw-topper,
#side-menu .sw-footer{
	width:100%;
	background:#fff;
}


/*
*
*
FRONT PAGE
*
*
*/
#front-block{
	margin:0 0 50px;
}
#front-block .swiper-outer{
	position:relative;
	margin:0 0 20px;
}
#front-block .swiper-nav{
	position:absolute;
	top:50%;
	left:5%;
	z-index:200;
	margin-top:-85px;
	
}
#front-block .swiper-slide{
	overflow:hidden;
	display:flex;
	display:-webkit-box;
	display:-ms-flexbox;
	display:flex;
	-webkit-box-align:center;
	-ms-flex-align:center;
	align-items:center;
}
#front-block .swiper-slide .container{
	display:-webkit-box;
	display:-ms-flexbox;
	display:flex;
	-webkit-box-align:center;
	-ms-flex-align:center;
	align-items:center
}
#front-block .description,
#front-block .thumbnail{
	
}
#front-block .description{
	width:41%;
	margin:0 1.1% 0 0;
	text-align:right;
}
#front-block .thumbnail{
	width:57.9%;
	position:relative;
	text-align:left;
	background-size:cover;
	background-position:left center;
	height:638px;
}
#front-block .description .inner{
	display:inline-block;
	text-align:left;
	max-width:548px;
}
#front-block .thumbnail .inner{
	display:inline-block;
	max-width:831px;
}
#front-block .description .title{
	font-size:60px;
	font-weight:700;
	margin:0 0 50px;
}
#front-block .description .text{
	font-size:20px;
	font-weight:300;
	margin:0 0 50px;
}
#front-block .description .btn{
	text-transform:uppercase;
}
#front-block .thumbnail img{
	
}
#front-block .thumbnail .offer{
	background:#00b6ba;
	height:220px;
	width:220px;
	border-radius:50%;
	position:absolute;
	right:50px;
	bottom:90px;
	z-index:1;
	text-align:center;
	
	
	display:-webkit-box;
	display:-ms-flexbox;
	display:flex;
	-webkit-box-align:center;
	-ms-flex-align:center;
	align-items:center
}
#front-block .thumbnail .offer .offer-text{
	width:100%;
	text-align:center;
}
#front-block .thumbnail .offer .title{
	font-size:63px;
	color:#fff;
	font-weight:700;
}
#front-block .thumbnail .offer p{
	color:#fff;
	margin:0;
	font-weight:300;
	font-size:19px;
}
#front-block .arrow{
	text-align:center;
}
#front-block .swiper-button-prev{
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 0 5px 9px 5px;
	border-color: transparent transparent #a5a6a6 transparent;
	
    position: static;
    margin-top: 0px;
	background:none;
	margin:0 auto 30px;
}
#front-block .swiper-button-next {
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 9px 5px 0 5px;
	border-color: #a5a6a6 transparent transparent transparent;


    position: static;
    margin-top: 0px;
    z-index: 10;
    cursor: pointer;
	background:none;
	margin:0 auto;
}
#front-block .swiper-pagination{
	margin:0 0 50px;
	width: auto;
    height: auto;
    transform: initial;
    position: static;
}
#front-block .swiper-pagination span{
	background:none;
	opacity:1;
	width:auto;
	height:auto;
	display:block;
	font-size:14px;
	color:#1e2021;
	margin:0 0 20px;
	border-radius:0;
}
#front-block .swiper-pagination .swiper-pagination-bullet-active {
	font-weight:700;
	font-size:24px;
	padding:5px 10px 5px 0;
	border-right:2px solid #1e2021;
}
.sections{
	margin:0 0 50px;
}
.sections .item{
	display:inline-block;
	vertical-align:middle;
	zoom:1;*display:inline;
	height:360px;
	width:28.4%;
	margin:0 1.1% 20px 0;
	background-position:center;
}
.sections .item:nth-child(1),
.sections .item:nth-child(5){
	width:41%;
}
.sections .item:nth-child(3n + 3){
	margin:0 0% 20px 0;
}
.sections .item{
	position:relative;
	background-size:cover;
}
.sections .item:before{
	width:100%;
	height:100%;
	left:0;
	top:0;
	z-index:10;
	position:absolute;
	content:'';
	pointer-events:none;
	-webkit-pointer-events:none;
	-moz-pointer-events:none;
	-o-pointer-events:none;
	-ms-pointer-events:none;
	transition:0.5s all ease;
	-webkit-transition:0.5s all ease;
	-moz-transition:0.5s all ease-;
	-ms-transition:0.5s all ease;
	-o-transition:0.5s all ease;
	background: -moz-linear-gradient(left, rgba(35,39,45,1) 0%, rgba(0,0,0,0) 100%);
	background: -webkit-linear-gradient(left, rgba(35,39,45,1) 0%,rgba(0,0,0,0) 100%);
	background: linear-gradient(to right, rgba(35,39,45,1) 0%,rgba(0,0,0,0) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#23272d', endColorstr='#00000000',GradientType=1 );
	opacity:1;
	visibility:visible;
}
.sections .item:after{
	width:100%;
	height:100%;
	left:0;
	top:0;
	z-index:10;
	position:absolute;
	content:'';
	pointer-events:none;
	-webkit-pointer-events:none;
	-moz-pointer-events:none;
	-o-pointer-events:none;
	-ms-pointer-events:none;
	transition:0.5s all ease;
	-webkit-transition:0.5s all ease;
	-moz-transition:0.5s all ease-;
	-ms-transition:0.5s all ease;
	-o-transition:0.5s all ease;
	background: -moz-linear-gradient(left, rgba(0,182,186, 1) 0%, rgba(0,0,0,0) 100%);
	background: -webkit-linear-gradient(left, rgba(0,182,186,1) 0%,rgba(0,0,0,0) 100%);
	background: linear-gradient(to right, rgba(0,182,186,1) 0%,rgba(0,0,0,0) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#4000b6ba', endColorstr='#40000000',GradientType=1 );
	opacity:0;
	visibility:hidden;
}
.sections .item:hover:before{
	opacity:0;
	visibility:hidden;
}
.sections .item:hover:after{
	opacity:1;
	visibility:visible;
}
.sections .item a{
	display:block;
	width:100%;
	height:100%;
	font-size:0;
	position:absolute;
	z-index:200;
}
.sections .item .inner{
	position:absolute;
	left:10%;
	bottom:50px;
	text-align:left;
	z-index:40;
	
}
.sections .item .inner .title{
	font-size:26px;
	color:#fff;
	font-weight:700;
	margin:0 0 17px;
}
.sections .item .inner span{
	display:block;
	color:#9fa0a2;
	display:block;
	font-size:14px;
}
.sections .item:hover span{
	color:#fff;
}


#offer-block{
	margin:0 0 100px;
}
#offer-block h2,
#offer-block .text,
#offer-block .button{
	display:inline-block;
	vertical-align:middle;
	zoom:1;*display:inline;
}
#offer-block h2{
	font-size:42px;
	font-weight:700;
	width:55%;
	text-align:center;
}
#offer-block .text{
	font-size:20px;
	font-weight:300;
	text-align:left;
	width:25%;
}
#offer-block .button{
	width:20%;
	text-align:right;
}
#offer-block .button .btn{
	text-transform:uppercase;
}


#ben{
	margin:0 0 110px;
}
#ben .item{
	display:inline-block;
	vertical-align:middle;
	zoom:1;*display:inline;
	width:24.5%;
	margin:0 0.66666% 0 0;
	background:#00b6ba;
	text-align:left;
	height:265px;
	position:relative;
	overflow:hidden;
}
#ben .item:last-child{
	margin:0 0% 0 0;
}
#ben .item.dark{
	background:#34383e;
}
#ben .item .inner{
	position:absolute;
	left:10%;
	bottom:50px;
}
#ben .item .title{
	font-size:24px;
	font-weight:700;
	color:#fff;
	margin:0 0 10px;
}
#ben .item span{
	font-size:14px;
	font-weight:300;
	color:#fff;
}
#ben .item .bg{
	position:absolute;
}
#ben .item.b1 .bg{
	width:163px;
	height:178px;
	background:url(../images/b1.png) no-repeat center / contain;
	top:-55px;
	left:7%;
}
#ben .item.b2 .bg{
	width:216px;
	height:187px;
	background:url(../images/b2.png) no-repeat center / contain;
	top:-60px;
	left:7%;
}
#ben .item.b3 .bg{
	width:192px;
	height:221px;
	background:url(../images/b3.png) no-repeat center / contain;
    top: -97px;
    left: 10%;
}
#ben .item.b4 .bg{
	width:135px;
	height:165px;
	background:url(../images/b4.png) no-repeat center / contain;
	top:-45px;
	left:7%;
}


#reviews{
	margin:0 0 110px;
}
#reviews .heading{
	margin:0 0 70px;
	text-align:left;
}
#reviews .heading h2,
#reviews .heading .button,
#reviews .heading .navigations{
	display:inline-block;
	vertical-align:middle;
	zoom:1;*display:inline;
}
#reviews .heading h2{
	font-size:42px;
	font-weight:700;
	width:70%;
}
#reviews .heading .button{
	width:18%;
}
#reviews .heading .navigations{
	width:12%;
}
#reviews .heading .button .btn{
	text-transform:uppercase;
}

#reviews .swiper-button-prev{
	width: 46px;
	height: 46px;
	background:#f5f6f7;
	border-radius:50%;
	
	
	display:inline-block;
    position: relative;
	margin:0 0 0 10px;
	left:auto;
	top:auto;
	right:auto;
	bottom:auto;
}
#reviews .swiper-button-next {
	width: 46px;
	height: 46px;
	background:#f5f6f7;
	border-radius:50%;
	
	display:inline-block;
    position: relative;
	margin:0 0 0 10px;
	left:auto;
	top:auto;
	right:auto;
	bottom:auto;
	

}
#reviews .swiper-container{
	padding:105px 0 0 0;
}
#reviews .swiper-button-prev:after{	
	content:'';
	position:absolute;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 5.5px 10px 5.5px 0;
	border-color: transparent #9fa0a1 transparent transparent;
	left:50%;
	top:50%;
	margin-top:-5px;
	margin-left:-5px;
}
#reviews .swiper-button-next:after{	
	content:'';
	position:absolute;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 5.5px 0 5.5px 10px;
	border-color: transparent transparent transparent #9fa0a1;
	left:50%;
	top:50%;
	margin-top:-5px;
	margin-left:-5px;
}
#reviews .swiper-slide .item{	
	background:#f5f6f7;
	padding:0 50px 40px 50px;
}
#reviews .swiper-slide .item .thumbnail{	
	margin:-100px 0 25px;
	display:inline-block;
	position:relative;
}
#reviews .swiper-slide:nth-child(odd) .item .thumbnail:before{	
	content:'';
	position:absolute;
	right:0;
	top:0;
	width:61px;
	height:61px;
	background:url(../images/like1.png) no-repeat center;
}
#reviews .swiper-slide:nth-child(even) .item .thumbnail:before{	
	content:'';
	position:absolute;
	right:0;
	top:0;
	width:61px;
	height:61px;
	background:url(../images/like2.png) no-repeat center;
}
#reviews .swiper-slide .item .thumbnail img{	
	display:block;
	border-radius:50%;
}
#reviews .swiper-slide .item .title{	
	font-size:24px;
	color:#1e2021;
	font-weight:700;
	margin:0 0 20px;
}
#reviews .swiper-slide .item .subtitle{	
	margin:0 0 30px;
}
#reviews .swiper-slide .item .subtitle span{	
	display:inline-block;
	font-size:14px;
	color:#fff;
	padding:20px;
	background:#34383e;
}
#reviews .swiper-slide .item .subtitle span a{
	color:#fff;
	font-size:14px;
}
#reviews .swiper-slide .item .text{	
	font-size:14px;
	margin:0 0 10px;
}
#reviews .swiper-slide .item .button a{	
	font-size:14px;
	color:#00b6ba;
	text-transform:uppercase;
	display:inline-block;
	border-bottom:1px solid #cce7e9;
	transition:0.5s all ease;
	-webkit-transition:0.5s all ease;
	-moz-transition:0.5s all ease-;
	-ms-transition:0.5s all ease;
	-o-transition:0.5s all ease;
}
#reviews .swiper-slide .item .button a:hover{
	border-color:transparent;
}


#contacts{
	position:relative;
	margin:0 0 70px;
}
#contacts:before{
	content:'';
	position:absolute;
	width:66px;
	height:100%;
	left:0;
	top:0%;
	background:url(../images/cbefore.png) no-repeat center / contain;
}
#contacts .outer{
	display: -webkit-box;   
	display: -ms-flexbox;   
	display: flex;
}
#contacts .left,
#contacts .right{
	display:inline-block;
	vertical-align:middle;
	zoom:1;*display:inline;
}
#contacts .left{
	width:44%;
	background:#f5f6f7;
	text-align:right;

	display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
            justify-content: flex-end;
	border-right:20px solid #fff;
}
#contacts .right{
	width:56%;
}
#map{
	height:640px;
}
[class*="ymaps-2"][class*="-ground-pane"]{filter:url("data:image/svg+xml; utf8,<svg xmlns='http://www.w3.org/2000/svg'><filter id='grayscale'><feColorMatrix type='matrix' values='0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0'/></filter></svg>#grayscale"); filter:gray; -webkit-filter:grayscale(99%); -webkit-backface-visibility:hidden}

#contacts .left .inner{
	max-width:548px;
	text-align:left;
	width:100%;
	display:inline-block;
}
#contacts .left h2{
	font-size:44px;
	font-weight:700;
	text-align:left;
	margin-top:20px;
}
#contacts .left .item{
	margin:30px 0 0;
}
#contacts .left .item .num,
#contacts .left .item .text{
	display:inline-block;
	vertical-align:top;
	zoom:1;*display:inline;
	width:100%;
}
#contacts .left .item .num{
	font-size:20px;
	padding:0 25px 0 0;
	font-weight:700;
}
#contacts .left .item .text{
	padding:0 0 0 50px;
}
#contacts .left .item .text .location{
	font-size:16px;
	margin:0 0 20px;
}
#contacts .left .item .text .phone a{
	font-size:16px;
	font-weight:700;
	color:#1f1e1c;
}
#contacts .left .item:nth-child(1) .num{
	color:#00b6ba;
}
#contacts .left .item:nth-child(1) .text{
	border-left:2px solid #00b6ba;
}
#contacts .left .item:nth-child(2) .num{
	color:#f46c45;
}
#contacts .left .item:nth-child(2) .text{
	border-left:2px solid #f46c45;
}
#contacts .left .item:nth-child(3) .num{
	color:#00b6ba;
}
#contacts .left .item:nth-child(3) .text{
	border-left:2px solid #00b6ba;
	margin-bottom: 20px;
}




/* DETAIL PAGE */

#main #page-heading{
	padding:20px 0;
	background:#f5f6f7;
	margin:0 0 50px;
	position:relative;
	overflow:hidden;
}
#main #page-heading:before{
    position: absolute;
    left: -20px;
    bottom: -29px;
    content: 'SproSonya';
    font-size: 97px;
    line-height: 97px;
    font-weight: 700;
    color: #fff;
    text-transform: uppercase;
    z-index: 0;
}
#main #page-heading h1,
#main #page-heading .breadcrumb-outer{
	display:inline-block;
	vertical-align:middle;
	zoom:1;*display:inline;
	position:relative;
}
#main #page-heading h1{
	width:60%;
	font-size:37px;
	font-weight:700;
	text-align:left;
}
#main #page-heading .breadcrumb-outer{
	width:40%;
	text-align:right;
}
#main #page-heading .breadcrumb-outer .item{
	display:inline-block;
	vertical-align:middle;
}
#main #page-heading .breadcrumb a{
	color:#00b6ba;
	display:inline-block;
	border-bottom:1px solid #79e2c3;
	transition:0.5s all ease;
	-webkit-transition:0.5s all ease;
	-moz-transition:0.5s all ease;
	-ms-transition:0.5s all ease;
	-o-transition:0.5s all ease;
	font-size:14px;
}
#main #page-heading .breadcrumb a{
	border-color:transparent;
}
#main #page-heading .breadcrumb .separator{
	color:#1e2021;
	font-size:14px;
	display:inline-block;
	padding:0 10px;
}
#main #page-heading .breadcrumb .page{
	color:#1e2021;
	font-size:14px;
	display:inline-block;
}



#detail-page .top{
	display:-webkit-box;
	display:-ms-flexbox;
	display:flex;
	margin:0 0 50px;
}
#detail-page .top .gallery,
#detail-page .top .description{
	display:inline-block;
	vertical-align:top;
	zoom:1;*display:inline;
}
#detail-page .top .gallery{
	width:61%;
}
#detail-page .top .description{
	width:39%;
	padding:0 0 0 30px;
}
#detail-page .top .gallery .swiper-slide{
	min-height:500px;
}
#detail-page .top .gallery .swiper-slide a{
	display:block;
	width:100%;
	height:100%;
	background-size:cover;
	background-position:center;
	background-repeat:no-repeat;
	position:absolute;
	background-color:rgba(0, 0, 0, 0.02);
}
#detail-page .top .gallery .thumbnail-noresize .swiper-slide a{
	background-size:contain;
}
#detail-page .top .gallery .swiper-outer{
	position:relative;
	padding:0 40px;
}
#detail-page .top  .swiper-button-next, 
#detail-page .top  .swiper-button-prev {
    position: absolute;
    top: 50%;
    width: 22px;
    height: 41px;
    margin-top: -20.5px;
    z-index: 10;
    cursor: pointer;
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
}
#detail-page .top  .swiper-button-prev{
    background-image: url(../images/d-left-arr.png);
    left: 0px;
    right: auto;
}
#detail-page .top .swiper-button-next{
    background-image: url(../images/d-left-arr.png);
	transform:rotate(180deg);
	-webkit-transform:rotate(180deg);
	-moz-transform:rotate(180deg);
	-o-transform:rotate(180deg);
    right: 0px;
    left: auto;
}
#detail-page .top .gallery .swiper-outer .swiper-slide img{
	width:100%;
}
#detail-page .top .description .price{
	width:100%;
	font-size:30px;
	font-weight:700;
	margin:0 0 20px;
}
#detail-page .top .description .price span.old-price{
	font-weight:400;
	color:#3e4041;
	text-decoration:line-through;
	font-size:16px;
}
#detail-page .top .description .text{
	font-size:14px;
	margin:0 0 40px;
	line-height:20px;
}
#detail-page .top .description .controls{
	margin:0 0 30px;
}
#detail-page .top .description .controls .button{
	display:inline-block;
	vertical-align:middle;
	zoom:1;*display:inline;
}
#detail-page .top .description .controls .button .btn{
	text-transform:uppercase;
	max-width:100%;
}
#detail-page .top .description .controls .button .bbtn{
	text-transform:uppercase;
	max-width:100%;
}

#detail-page .top .description .controls .button:first-child{
	width:60%;
	text-align:left;
}
#detail-page .top .description .controls .button:last-child{
	width:40%;
	text-align:right;
}
#detail-page .top .description .banks .item{
	margin:10px 0;
	text-align:left;
}
#detail-page .top .description .banks .name,
#detail-page .top .description .banks .logo{
	display:inline-block;
	vertical-align:middle;
	zoom:1;*display:inline;
	text-align:left;
}
#detail-page .top .description .banks .name{
	color:#1e2021;
	font-size:14px;
	width:40%;
}
#detail-page .options{
	background:#f5f6f7;
	padding:55px 0;
	margin:0 0 60px;
}
#detail-page .options .props,
#detail-page .options .color,
#detail-page .options .total{
	display:inline-block;
	vertical-align:top;
	zoom:1;*display:inline;
}
#detail-page .options .props{
	width:40%;
	text-align:left;
}
#detail-page .options .color{
	width:34%;
	text-align:left;
}
#detail-page .options .total{
	width:26%;
	text-align:left;
	padding:0 0 0 30px;
}
#detail-page .options .props .left,
#detail-page .options .props .right{
	display:inline-block;
	vertical-align:top;
	zoom:1;*display:inline;
	text-align:left;
}
#detail-page .options .props .prop{
	margin:0 0 30px;
	width:50%;
	display:inline-block;
	vertical-align:top;
	zoom:1;*display:inline;
}
#detail-page .options.single_prop.no-color .props .prop,
#detail-page .options.single_prop .props .prop{
	width:100%;
}
#detail-page .options.no-color .props .prop{
	width:25%;
}
#detail-page .options.single_prop.no-color .props .prop .radiobox{
	display:inline-block;
	vertical-align:middle;
	zoom:1;*display:inline;
	width:25%;
}
#detail-page .options.single_prop .props .prop .radiobox{
	display:inline-block;
	vertical-align:middle;
	zoom:1;*display:inline;
	width:33.3333%;
}
#detail-page .options.no-color .color{
	display:none;
}
#detail-page .options.no-color .props{
	width:74%;
}
#detail-page .options .props .prop .title{
	font-size:24px;
	font-weight:700;
	margin:0 0 20px;
}
#detail-page .options .props .prop .description-block{
	display:inline-block;
}
#detail-page .options .props .prop .description-block .toggler{
	width:18px;
	line-height:18px;
	background:#e6e6e6;
	border-radius:50%;
	text-align:center;
	display:inline-block;
	margin:0 0 0 10px;
	position:relative;
}
#detail-page .options .props .prop .description-block .cnt{
	opacity:0;
	visibility:hidden;
	transition:0.5s all ease;
	-webkit-transition:0.5s all ease;
	-moz-transition:0.5s all ease;
	-o-transition:0.5s all ease;
	-ms-transition:0.5s all ease;
	position:absolute;
	left:0%;
	top:0%;
	font-size:12px;
	width:280px;
	border-radius:5px;
	background:#e6e6e6;
	padding:10px;
	text-align:left;
	z-index:100;
}
#detail-page .options .props .prop .description-block:hover .cnt{
	opacity:1;
	visibility:visible;
}
#detail-page .options .props .prop .radiobox.disabled{
	display:none;
}
#detail-page .options .props .prop .radiobox label{
	font-size:14px;
}
#detail-page .options .color{
	padding:0 0px 0 0;
}
#detail-page .options .color .title{
	font-size:24px;
	font-weight:700;
	margin:0 0 20px;
}
#detail-page .options .color .title span{
	color:#00b6ba;
}
#detail-page .options .color .row{
	text-align:left;
}
#detail-page .options .color .item{
	width:104px;
	height:60px;
	width:23.5%;
	margin:0 2% 2% 0;
	display:inline-block;
	vertical-align:middle;
	zoom:1;*display:inline;
	max-width:104px;
}
#detail-page .options .color .item:nth-child(4n + 4){
	margin:0 0 2% 0;
}
#detail-page .options .color .item a{
	display:block;
	font-size:0;
	width:100%;
	height:100%;
	border:2px solid transparent;
}
#detail-page .options .color .item.active a{
	position:relative;
	border-color:#00b6ba;
}
#detail-page .options .color .item.active a:after{
	content:'';
	position:absolute;
	right:-8px;
	top:-8px;
	background:url(../images/color-checked.png) no-repeat center;
	width:22px;
	height:22px;
}
#detail-page .options .color .row#color-tabs .color-tab{
	display:none;
}
#detail-page .options .color .row#color-tabs .color-tab.active{
	display:block;
}
#detail-page .options .total .title{
	font-size:24px;
	font-weight:700;
	margin:0 0 20px;
}
#detail-page .options .total .price{
	font-size:30px;
	font-weight:700;
	margin:0 0 10px;
}
#detail-page .options .total .selected{
	margin:0 0 20px;
}
#detail-page .options .total .select{
	text-align:left;
}
#detail-page .options .total .selected span{
	display:inline-block;
	vertical-align:middle;
	zoom:1;*display:inline;
	margin:7px 0;
	font-size:14px;
	width:50%;
}
#detail-page .options .total .btn{
	text-transform:uppercase;
}
#detail-page .ben{
	margin: 0 0 60px;
}
#detail-page .ben .item{
	display:inline-block;
	vertical-align:middle;
	zoom:1;*display:inline;
	width:25%;
}
#detail-page .ben .item .thumbnail,
#detail-page .ben .item .text{
	display:inline-block;
	vertical-align:middle;
	zoom:1;*display:inline;
}
#detail-page .ben .item .thumbnail{
	width:30%;
}
#detail-page .ben .item .text{
	width:70%;
	text-align:left;
	padding:0 0 0 15px;
	font-size:14px;
	margin:0;
}
#detail-page .ben .item .thumbnail img{
	max-width:100%;
}
#detail-page .ben .item .text .title{
	font-size:16px;
	font-weight:700;
	margin:0 0 10px;
}


#detail-page .reviews{
	margin:0 0 60px;
	background:#f5f6f7;
	padding:60px 0 80px;
}
#detail-page .reviews .heading{
	margin:0 0 70px;
	text-align:left;
}
#detail-page .reviews .heading .title,
#detail-page .reviews .heading .button,
#detail-page .reviews .heading .navigations{
	display:inline-block;
	vertical-align:middle;
	zoom:1;*display:inline;
}
#detail-page .reviews .heading .title{
	font-size:42px;
	font-weight:700;
	width:50%;
}
#detail-page .reviews .heading .button{
	width:38%;
	text-align:center;
}
#detail-page .reviews .heading .navigations{
	width:12%;
	text-align:right;
}
#detail-page .reviews .heading .button .btn{
	text-transform:uppercase;
}

#detail-page .reviews .swiper-button-prev{
	width: 46px;
	height: 46px;
	background:#ffffff;
	border-radius:50%;
	
	
	display:inline-block;
    position: relative;
	margin:0 0 0 10px;
	left:auto;
	top:auto;
	right:auto;
	bottom:auto;
}
#detail-page .reviews .swiper-button-next {
	width: 46px;
	height: 46px;
	background:#ffffff;
	border-radius:50%;
	
	display:inline-block;
    position: relative;
	margin:0 0 0 10px;
	left:auto;
	top:auto;
	right:auto;
	bottom:auto;
	

}
#detail-page .reviews .swiper-container{
	
}
#detail-page .reviews .swiper-button-prev:after{	
	content:'';
	position:absolute;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 5.5px 10px 5.5px 0;
	border-color: transparent #9fa0a1 transparent transparent;
	left:50%;
	top:50%;
	margin-top:-5px;
	margin-left:-5px;
}
#detail-page .reviews .swiper-button-next:after{	
	content:'';
	position:absolute;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 5.5px 0 5.5px 10px;
	border-color: transparent transparent transparent #9fa0a1;
	left:50%;
	top:50%;
	margin-top:-5px;
	margin-left:-5px;
}
#detail-page .reviews .swiper-slide{
	padding:0 0 0 90px;
}
#detail-page .reviews .swiper-slide .item{	
	background:#fff;
	padding:40px 50px 40px 0px;
}
#detail-page .reviews .swiper-slide .item .thumbnail{	
	margin:0px;
	display:inline-block;
	position:relative;
	zoom:1;*display:inline;
	vertical-align:top;
	width:20%;
}
#detail-page .reviews .swiper-slide .item .description{	
	display:inline-block;
	zoom:1;*display:inline;
	vertical-align:top;
	width:80%;
	text-align:left;
	padding:0 0 0 30px;
}
#detail-page .reviews .swiper-slide:nth-child(odd) .item .thumbnail:before{	
	content:'';
	position:absolute;
	right:0;
	top:0;
	width:61px;
	height:61px;
	background:url(../images/like1.png) no-repeat center;
}
#detail-page .reviews .swiper-slide:nth-child(even) .item .thumbnail:before{	
	content:'';
	position:absolute;
	right:0;
	top:0;
	width:61px;
	height:61px;
	background:url(../images/like2.png) no-repeat center;
}
#detail-page .reviews .swiper-slide .item .thumbnail img{	
	display:block;
	border-radius:50%;
	margin-left:-87px;
}
#detail-page .reviews .swiper-slide .item .title{	
	font-size:24px;
	color:#1e2021;
	font-weight:700;
	margin:0 0 20px;
}
#detail-page .reviews .swiper-slide .item .subtitle{	
	margin:0 0 30px;
}
#detail-page .reviews .swiper-slide .item .subtitle span{	
	display:inline-block;
	font-size:14px;
	color:#fff;
	padding:20px;
	background:#34383e;
}
#detail-page .reviews .swiper-slide .item .text{	
	font-size:14px;
	margin:0 0 25px;
}
#detail-page .reviews .swiper-slide .item .button a{	
	font-size:14px;
	color:#00b6ba;
	text-transform:uppercase;
	display:inline-block;
	border-bottom:1px solid #cce7e9;
	transition:0.5s all ease;
	-webkit-transition:0.5s all ease;
	-moz-transition:0.5s all ease-;
	-ms-transition:0.5s all ease;
	-o-transition:0.5s all ease;
}
#review-popup{
	padding:30px !important;
}


.buttonz{	
	margin:0 0 70px;
}
.buttonz .item{
	display:inline-block;
	vertical-align:middle;
	zoom:1;*display:inline;
	width:24.5%;
	margin:0 0.66666% 0 0;
	background:#00b6ba;
	text-align:left;
	height:265px;
	position:relative;
	overflow:hidden;
}
.buttonz .item:last-child{
	margin:0 0% 0 0;
}
.buttonz .item.dark{
	background:#34383e;
}
.buttonz .item .inner{
	position:absolute;
	left:10%;
	bottom:50px;
}
.buttonz .item .title{
	font-size:24px;
	font-weight:700;
	color:#fff;
	margin:0 0 10px;
}
#ben .item a{
	font-size:14px;
	font-weight:300;
	color:#fff;
	border-bottom:1px solid #fff;
	transition:0.5s all ease;
	-webkit-transition:0.5s all ease;
	-moz-transition:0.5s all ease;
	-o-transition:0.5s all ease;
	-ms-transition:0.5s all ease;
}
#ben .item a:hover{
	border-color:transparent;
}
#ben .item.b5 .bg{
	position:absolute;
	width:131px;
	height:114px;
	background:url(../images/b5.png) no-repeat center;
    top: -6px;
    left: 10%;
}
#ben .item.b6 .bg{
	position:absolute;
	width:129px;
	height:127px;
	background:url(../images/b6.png) no-repeat center;
    top: -20px;
    left: 8%;
}
#ben .item.b7 .bg{
	position:absolute;
	width:127px;
	height:127px;
	background:url(../images/b7.png) no-repeat center;
    top: -24px;
    left: 10%;
} 
#ben .item.b8 .bg{
	position:absolute;
	width:128px;
	height:128px;
	background:url(../images/b8.png) no-repeat center;
	top:-23px;
	left:7%;
}


footer .row{
	text-align:left;
}
footer .about,
footer .menu,
footer .socials,
footer .contacts{
	display:inline-block;
	vertical-align:top;
	zoom:1;*display:inline;
}
footer .about.about-mobile{
	display:none;
}
footer .about{
	width:26%;
}
footer .menu{
	width:36%;
}
footer .socials{
	width:12%;
}
footer .contacts{
	width:26%;
	text-align:right;
}
footer .about .logo{
	margin:0 0 15px;
}
footer .about .logo a{
	font-size:24px;
	display:block;
	font-weight:700;
	text-transform:uppercase;
	letter-spacing:4px;
	color:#141617;
}
footer .about .copyrights{
	font-size:12px;
	margin:0 0 15px;
}
footer .about .info{
	font-size:12px;
	margin:0 0 15px;
	max-width:270px;
}
footer .about .pp,
footer .about .sitemap{
	margin:0 0 15px;
}
footer .about .pp a,
footer .about .sitemap a{
	font-size:12px;
	color:#f46b45;
	display:inline-block;
	border-bottom:1px soli #f46b45;
	transition:0.5s all ease;
	-webkit-transition:0.5s all ease;
	-moz-transition:0.5s all ease;
	-o-transition:0.5s all ease;
	-ms-transition:0.5s all ease;
}
footer .about .pp a:hover,
footer .about .sitemap a:hover{
	border-color:transparent;
}

footer .menu ul{
	display:inline-block;
	vertical-align:top;
	zoom:1;*display:inline;
	width:50%;
}
footer .menu ul li:first-child a{
	font-size:14px;
	font-weight:700;
	text-transform:uppercase;
	color:#1f1e1c;
}
footer .menu ul li{
	margin:0 0 15px;
}
footer .menu ul li a{
	font-size:14px;
	color:#1f1e1c;
}
footer .socials .title{
	font-size:14px;
	font-weight:700;
	margin:0 0 15px;
	text-transform:uppercase;
}
footer .socials a{
	display:inline-block;
	margin:0 10px 0 0;
	width:43px;
	height:43px;
	border-radius:50%;
	box-shadow:0px 10px 40px rgba(255, 138, 0, 0.38);
}
footer .socials .insta{
	background-color: #f46c45;
	background-image: url(../images/insta.png), -moz-linear-gradient(left, #f46c45 0%, #eea549 100%);
	background-image: url(../images/insta.png), -webkit-linear-gradient(left, #f46c45 0%,#eea549 100%);
	background-image: url(../images/insta.png), linear-gradient(to right, #f46c45 0%,#eea549 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f46c45', endColorstr='#eea549',GradientType=1 );
	background-position:center;
	background-repeat:no-repeat
}
footer .socials .fb{
	background-color: #f46c45;
	background-image: url(../images/fb.png), -moz-linear-gradient(left, #f46c45 0%, #eea549 100%);
	background-image: url(../images/fb.png), -webkit-linear-gradient(left, #f46c45 0%,#eea549 100%);
	background-image: url(../images/fb.png), linear-gradient(to right, #f46c45 0%,#eea549 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f46c45', endColorstr='#eea549',GradientType=1 );
	background-position:center;
	background-repeat:no-repeat;
}


footer .contacts .phone{
	margin:0 0 15px;
}
footer .contacts .phone a{
	position:relative;
	font-size:22px;
	font-weight:700;
	color:#141617;
	padding:5px 5px 5px 5px;
}
footer .contacts .phone a:first-child{
	display:block;
}
footer .contacts .phone a:last-child{
	display:none;
}
footer .contacts .phone a:first-child:after{
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 7px 4px 0 4px;
	border-color: #141617 transparent transparent transparent;
	right:-5px;
	top:50%;
	margin-top:-3.5px;
	content:'';
	position:absolute;
}
footer .contacts .schedule{
	font-size:14px;
	margin:0 0 20px;
}
footer .contacts .btn{
	text-transform:uppercase;
}
footer .contacts .phone .inner{
	position:relative;
}
footer .contacts .phone:hover .inner a:last-child{
	display:block;
	position:absolute;
	top:100%;
	right:0;
	background:#fff;
}


/*
*
*
CATALOG PAGE
*
*
*/

#catalog-page .filters{
	margin:0 0 50px;
}
#catalog-page .filters .controls{
	text-align:left;
}
#catalog-page .filters .control{
	display:inline-block;
	vertical-align:bottom;
	zoom:1;*display:inline;
	width:25%;
	width:20%;
	text-align:left;
	margin:0 0 20px;
}
#catalog-page .filters .control .title{
	font-size:14px;
	font-weight:700;
	text-transform:uppercase;
	margin:0 0 15px;
	padding:0 0 0 30px;
}
#catalog-page .filters .control.controls-slider .title{
	padding:0 0 0 0px;
}
#catalog-page .filters .control .input{
	position:relative;
	max-width:256px;
}
#catalog-page .filters .control .input select{
	appearance:none;
	-webkit-appearance:none;
	-moz-appearance:none;
	-o-appearance:none;
	-ms-appearance:none;
	border:1px solid #1e2021;
	border-radius:35px;
	font-size:14px;
	color:#1e2021;
	text-transform:uppercase;
	padding:19px 0 19px 30px;
	padding:16px 0 16px 20px;
	max-width:280px;
	max-width:256px;
	width:100%;
	background:url(../images/select-down.png) no-repeat calc(100% - 15px) center;
}
#catalog-page .filters .control .input .input-slider{
	max-width:310px;
}
#catalog-page .sorting{
	display:-webkit-box;
	display:-ms-flexbox;
	display:flex;
	-webkit-box-align:center;
	-ms-flex-align:center;
	        align-items:center;
	-ms-flex-wrap:wrap;
	    flex-wrap:wrap;
	-webkit-box-pack:end;
	-ms-flex-pack:end;
	        justify-content:flex-end;
	font-size:16px;
}
#catalog-page .sorting .title{
	color:#9d9d9d;
	margin:5px 0 0 0;
}
#catalog-page .sorting .input{
	display:-webkit-box;
	display:-ms-flexbox;
	display:flex;
	-webkit-box-align:center;
	-ms-flex-align:center;
	align-items:center;
	-ms-flex-wrap:wrap;
	flex-wrap:wrap;
	
}
#catalog-page .sort-button{
	display:block;
	margin:5px 0 0 15px;
	background:none;
	border:none;
	padding:0;
	cursor:pointer;
	font-size:16px;
	
	-webkit-transition:0.5s all ease;
	-o-transition:0.5s all ease;
	transition:0.5s all ease;
}
#catalog-page .sort-button:hover,
#catalog-page .sort-button.selected{
	color:#f4704c;
}
#catalog-page .sort-button.selected{
	cursor:default;
}
#catalog-page #catalog-content{
	display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
	flex-wrap: wrap;
	margin:0 0 50px;
	-webkit-box-pack:center;
	-ms-flex-pack:center;
	justify-content:center;
}
#catalog-page #catalog-content .item-offer,
#catalog-page #catalog-content .item{
	display:inline-block;
	vertical-align:top;
	zoom:1;*display:inline;
	width:23.6%;
	margin:0 1.3333% 20px 0;
}
#catalog-page #catalog-content .element:nth-child(4n + 4){
	margin:0 0% 20px 0;
}
#catalog-page #catalog-content .element{
	opacity: 0;
	
}
#catalog-page #catalog-content .item{
	border:2px solid #e3e3e5;
}
#catalog-page #catalog-content .item .inner{
	padding:30px 40px 40px 40px;
	text-align:left;
}
#catalog-page #catalog-content .item .thumbnail img{
	width:100%;
	height:218px;
	object-fit:cover;
	-webkit-object-fit:cover;
	-ms-object-fit:cover;
	-moz-object-fit:cover;
	-o-object-fit:cover;
}
#catalog-page #catalog-content .item .thumbnail.thumbnail-noresize{
	text-align:center;
	background: rgba(0, 0, 0, 0.02);
}
#catalog-page #catalog-content .item .thumbnail.thumbnail-noresize img{
	width:100%;
	width:auto;
	max-width:100%;
	max-height:218px;
	object-fit:cover;
	-webkit-object-fit:cover;
	-ms-object-fit:cover;
	-moz-object-fit:cover;
	-o-object-fit:cover;
}
#catalog-page #catalog-content .item .thumbnail a{
	font-size:0;
}
#catalog-page #catalog-content .item .title{
	margin:0 0 10px;
	height:81px;
	height:50px;
	-webkit-transition: 0.2s;
    -o-transition: 0.2s;
    transition: 0.2s;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}
#catalog-page #catalog-content .item .title a{
	font-size:22px;
	color:#1e2021;
	font-weight:700;
	
}
#catalog-page #catalog-content .item .section{
	font-size:16px;
	color:#1e2021;
	margin:0 0 20px;
}
#catalog-page #catalog-content .item .price{
	font-size:24px;
	font-weight:700;
	color:#1e2021;
	margin:0 0 20px;
}
#catalog-page #catalog-content .item .price span.old-price{
	font-weight:400;
	color:#3e4041;
	text-decoration:line-through;
	font-size:18px;
}
#catalog-page #catalog-content .item .btn-catalog{
	font-size:14px;
	font-weight:700;
	color:#f46b45;
	border:2px solid #f46c45;
	padding:18px 0px;
	text-transform:uppercase;
	border-radius:40px;
	text-align:center;
	text-decoration:none;
	width:100%;
	background:#fff;
	display:block;
	transition:0.5s all ease;
	-webkit-transition:0.5s all ease;
	-moz-transition:0.5s all ease;
	-o-transition:0.5s all ease;
	-ms-transition:0.5s all ease;
}
#catalog-page #catalog-content .item .btn-catalog span{
	display:inline-block;
	vertical-align:middle;
	zoom:1;*display:inline;
	width:10px;
	height:10px;
	background:url(../images/plus.png) no-repeat center;
	margin:0 0 3px 15px;
}
#catalog-page #catalog-content .item .btn-catalog:hover{
	background: #f46c45;
	background: -moz-linear-gradient(left, #f46c45 0%, #eea549 100%);
	background: -webkit-linear-gradient(left, #f46c45 0%,#eea549 100%);
	background: linear-gradient(to right, #f46c45 0%,#eea549 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f46c45', endColorstr='#eea549',GradientType=1 );
	box-shadow:0px 10px 40px rgba(255, 138, 0, 0.38);
	color:#fff;
}
#catalog-page #catalog-content .item .btn-catalog:hover span{
	display:none;
}
#catalog-page #catalog-content .item-offer{
	background-repeat:no-repeat;
	background-position:center;
	background-size:cover;
	text-align:left;
	padding:20px 50px;
	border:2px solid #e3e3e5;
	display:-webkit-box;
	display:-ms-flexbox;
	display:flex;
	-webkit-box-pack:center;
	-ms-flex-pack:center;
	        justify-content:center;
	-webkit-box-orient:vertical;
	-webkit-box-direction:normal;
	-ms-flex-direction:column;
	        flex-direction:column;
}
#catalog-page #catalog-content .item-offer a{
	display:block;
	width:100%;
	height:100%;
}
#catalog-page #catalog-content .item-offer .title{
	font-size:34px;
	font-weight:700;
	color:#fff;
	margin:0 0 20px;
}
#catalog-page #catalog-content .item-offer .subtitle{
	font-size:24px;
	font-weight:700;
	color:#fff;
	margin:0 0 20px;
}
#catalog-page #catalog-content .item-offer .text{
	font-size:16px;
	color:#fff;
	font-weight:300;
	margin:0 0 20px;
}
#catalog-page #catalog-content .item-offer .btn{
	text-transform:uppercase;
}
#catalog-page #catalog-content.content-sections{
	-webkit-box-pack: start;
	-ms-flex-pack: start;
	justify-content: flex-start;
}
#catalog-page #catalog-content.content-sections .item-offer{
	background-repeat:no-repeat;
	background-position:center;
	background-size:cover;
	text-align:left;
	padding:30px;
	border:2px solid #e3e3e5;
	position:relative;
	height:300px;
	
	display: inline-block;
    vertical-align: top;
    zoom: 1;
    width: 23.6%;
    margin: 0 1.3333% 20px 0;
}
#catalog-page #catalog-content.content-sections .item-offer .inner{
    position: absolute;
    z-index: 30;
    bottom: 35px;
}
#catalog-page #catalog-content.content-sections .item-offer .title{
	font-size:26px;
	font-weight:700;
	color:#fff;
	margin:0 0 10px;
}
#catalog-page #catalog-content.content-sections .item-offer:before{
	width:100%;
	height:100%;
	left:0;
	top:0;
	z-index:10;
	position:absolute;
	content:'';
	pointer-events:none;
	-webkit-pointer-events:none;
	-moz-pointer-events:none;
	-o-pointer-events:none;
	-ms-pointer-events:none;
	transition:0.5s all ease;
	-webkit-transition:0.5s all ease;
	-moz-transition:0.5s all ease-;
	-ms-transition:0.5s all ease;
	-o-transition:0.5s all ease;
	background: -moz-linear-gradient(left, rgba(35,39,45,1) 0%, rgba(0,0,0,0) 100%);
	background: -webkit-linear-gradient(left, rgba(35,39,45,1) 0%,rgba(0,0,0,0) 100%);
	background: linear-gradient(to right, rgba(35,39,45,1) 0%,rgba(0,0,0,0) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#23272d', endColorstr='#00000000',GradientType=1 );
	opacity:1;
	visibility:visible;
}
#catalog-page #catalog-content.content-sections .item-offer:after{
	width:100%;
	height:100%;
	left:0;
	top:0;
	z-index:10;
	position:absolute;
	content:'';
	pointer-events:none;
	-webkit-pointer-events:none;
	-moz-pointer-events:none;
	-o-pointer-events:none;
	-ms-pointer-events:none;
	transition:0.5s all ease;
	-webkit-transition:0.5s all ease;
	-moz-transition:0.5s all ease-;
	-ms-transition:0.5s all ease;
	-o-transition:0.5s all ease;
	background: -moz-linear-gradient(left, rgba(0,182,186, 1) 0%, rgba(0,0,0,0) 100%);
	background: -webkit-linear-gradient(left, rgba(0,182,186,1) 0%,rgba(0,0,0,0) 100%);
	background: linear-gradient(to right, rgba(0,182,186,1) 0%,rgba(0,0,0,0) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#4000b6ba', endColorstr='#40000000',GradientType=1 );
	opacity:0;
	visibility:hidden;
}
#catalog-page #catalog-content.content-sections .item-offer:hover:before{
	opacity:0;
	visibility:hidden;
}
#catalog-page #catalog-content.content-sections .item-offer:hover:after{
	opacity:1;
	visibility:visible;
}
#catalog-page #catalog-content.content-sections .item-offer .link {
    display: block;
    color: #9fa0a2;
    display: block;
    font-size: 14px;
}
#catalog-page #catalog-content.content-sections .item-offer:hover .link{
	color:#fff;
}

#catalog-page .section-block{
	margin:0 0 40px;
	display:block;
}
#catalog-page .section-block .thumbnail{
	width:50%;
	display:inline-block;
	vertical-align:middle;
	zoom:1;*display:inline;
}
#catalog-page .section-block .section-content{
	width:50%;
	display:inline-block;
	vertical-align:middle;
	zoom:1;*display:inline;
	padding:0 0 0 20px;
}
#catalog-page .section-block .thumbnail img{
	width:100%;
	height:378px;
	-o-object-fit:cover;
	object-fit:cover;
}
#catalog-page .section-block .section-content h2{
    font-size: 26px;
    font-weight: 700;
	margin:0 0 20px;
	text-align:left;
}

#catalog-page .section-block .section-content .text{
	font-size:16px;
	text-align:left;
}
#catalog-page .section-block .swiper-pagination-bullet-active{
	background-color:#f46c45;
}



#catalog-page .bottom{
	text-align:center;
	margin:0 0 50px;
}
#catalog-page .text-block{
	margin:0 0 60px;
	line-height:21px;
}
#catalog-page .text-block h2{
	margin:0 0 15px;
}
#catalog-page .catalog-links{
	background:#f5f6f7;
	padding:50px 0;
	margin:0 0 20px;
}
#catalog-page .catalog-links .item{
	display:inline-block;
	vertical-align:top;
	zoom:1;*display:inline;
	text-align:left;
	margin:0 0 25px;
	width:25%;
}
#catalog-page .catalog-links .item .title{
	font-size:14px;
	color:#141617;
	font-weight:700;
	text-transform:uppercase;
	margin:0 0 20px;
}
#catalog-page .catalog-links .row{
	text-align:left;
}
#catalog-page .catalog-links .item li{
	margin:0 0 7px;
}
#catalog-page .catalog-links .item li a{
	font-size:14px;
	color:#1f1e1c;
	border-bottom:1px solid #1f1e1c;
	transition:0.5s all ease;
	-webkit-transition:0.5s all ease;
	-moz-transition:0.5s all ease;
	-o-transition:0.5s all ease;
	-ms-transition:0.5s all ease;
}
#catalog-page .catalog-links .item li a:hover{
	border-color:transparent;
}


/*
*
*
ABOUT PAGE
*
*
*/


#about .about-block{
	margin:0 0 50px;
}
#about .about-block .thumbnail,
#about .about-block .content{
	display:inline-block;
	vertical-align:middle;
	zoom:1;*display:inline;
	width:50%;
}
#about .about-block .thumbnail img{
	width:100%;
}
#about .about-block .content{
	text-align:left;
	padding:0 0 0 5%;
}
#about .about-block.reversed .content{
	text-align:right;
	padding:0 5% 0 0%;
}
#about .about-block .content .inner{
	display:inline-block;
	max-width:626px;
	text-align:left;
}
#about .about-block h2{
	font-size:28px;
	margin:0 0 40px;
	font-weight:700;
}
#about .about-block p{
	font-size:18px;
	margin:0;
}

#about .mini-sections{
	margin:0 0 50px;
}
#about .mini-sections .item{
	width:24%;
	margin:0 1.3333% 0 0;
	display:inline-block;
	vertical-align:middle;
	zoom:1;*display:inline;
	text-align:left;
}
#about .mini-sections .item:last-child{
	margin:0;
}
#about .mini-sections .item .title a{
	font-size:24px;
	color:#f46b45;
	font-weight:700;
	border-bottom:1px solid #f46b45;
	transition:0.5s all ease;
	-webkit-transition:0.5s all ease;
	-moz-transition:0.5s all ease-;
	-ms-transition:0.5s all ease;
	-o-transition:0.5s all ease;
}
#about .mini-sections .item .title a:hover{
	border-color:transparent;
}
#about .mini-sections .item .title{
	margin:0 0 15px;
}
#about .mini-sections .item .text{
	font-size:18px;
	min-height:60px;
	margin:0 0 25px;
}
#about .mini-sections .item .thumbnail img{
	width:100%;
}




/*
*
*
BASKET PAGE
*
*
*/

#basket{
	margin: 0 0 80px;
}
#basket .cart .headings{
	margin:0 0 25px;
}
#basket .cart .headings .title{
	display:inline-block;
	vertical-align:middle;
	zoom:1;*display:inline;
	color:#1e2021;
	font-size:20px;
	font-weight:700;
	width:16.66666666%;
}
#basket .cart .headings .title:nth-child(1){
	text-align:left;
	width:50%;
}
#basket .cart .cart-rows{
	margin:0 0 60px;
}
#basket .cart .cart-rows .row{
	margin:0 0 10px;
	background:#f5f6f7;
	text-align:left;
	position:relative;
}
#basket .cart .cart-rows .row .close{
	position:absolute;
	right:0;
	top:0;
	background:#a8aaad url(../images/cart-close.png) no-repeat center;
	width:22px;
	height:22px;
	cursor:pointer;
}
#basket .cart .cart-rows .info{
	width:50%;
	display:inline-block;
	vertical-align:middle;
	zoom:1;*display:inline;
}
#basket .cart .cart-rows .quantity,
#basket .cart .cart-rows .price,
#basket .cart .cart-rows .total-price{
	display:inline-block;
	vertical-align:middle;
	zoom:1;*display:inline;
	width:16.66666666%;
}
#basket .cart .cart-rows .info .description,
#basket .cart .cart-rows .info .thumbnail{
	display:inline-block;
	vertical-align:middle;
	zoom:1;*display:inline;
}
#basket .cart .cart-rows .info .thumbnail{
	width:33%;
}
#basket .cart .cart-rows .info .thumbnail img{
	width:100%;
}
#basket .cart .cart-rows .info .description{
	width:67%;
	padding:0 0 0 10%;
}
#basket .cart .cart-rows .info .description .title{
	font-size:18px;
	font-weight:700;
	margin:0 0 15px
}
#basket .cart .cart-rows .info .description .prop{
	margin:0 0 7px;
}
#basket .cart .cart-rows .info .description .prop span{
	display:inline-block;
	vertical-align:middle;
	zoom:1;*display:inline;
	font-size:14px;
	color:#1e2021;
}
#basket .cart .cart-rows .info .description .prop span:first-child{
	opacity:0.7;
	min-width:140px;
}
#basket .cart .cart-rows .quantity{
	text-align:center;
}
#basket .cart .cart-rows .quantity button{
	outline:none;
	border:none;
	background:#f48356;
	font-size:18px;
	text-align:center;
	width:26px;
	padding:0;
	line-height:26px;
	border-radius:50%;
	display:inline-block;
	vertical-align:middle;
	zoom:1;*display:inline;
	color:#fff;
	cursor:pointer;
}
#basket .cart .cart-rows .quantity input{
	border:none;
	background:transparent;
	width:40px;
	max-width:40px;
	font-size:18px;
	text-align:center;
	margin:0 0px;
	display:inline-block;
	vertical-align:middle;
	zoom:1;*display:inline;
	padding:0;
}
#basket .cart .cart-rows .price,
#basket .cart .cart-rows .total-price{
	font-size:18px;
	font-weight:700;
	text-align:center;
}
#basket .form{
	margin:0 0 80px;
}
#basket .form .delivery,
#basket .form .personal,
#basket .form .comments{
	display:inline-block;
	vertical-align:top;
	zoom:1;*display:inline;
	width:33.3333%;
}
#basket .form .personal{
	padding:0 0 0 30px;
}
#basket .form .comments{
	padding:0 0 0 55px;
}
#basket .form .title{
	font-size:24px;
	font-weight:700;
	color:#1e2021;
	margin:0 0 30px;
	text-align:left;
}
#basket .form .control{
	display:table;
	font-size:0;
	width:100%;
	margin:0 0 15px;
	text-align:left;
}
#basket .form .control span{
	font-size:16px;
	color:#1e2021;
	font-weight:700;
	display:inline-block;
	width:35%;
}
#basket .form .input{
	display:inline-block;
	vertical-align:middle;
	zoom:1;*display:inline;
	width:65%;
}
#basket .form .control.vt{
	margin:40px 0 0 0;
}
#basket .form .control.vt span,
#basket .form .control.vt .input{
	vertical-align:top;
}
#basket .form .input select{
	appearance:none;
	-webkit-appearance:none;
	-moz-appearance:none;
	-o-appearance:none;
	-ms-appearance:none;
	border:1px solid #999999;
	border-radius:35px;
	font-size:14px;
	color:#1e2021;
	padding:19px 0 19px 30px;
	max-width:250px;
	width:100%;
	background:url(../images/cart-selected.png) no-repeat calc(100% - 20px) center;
}
#basket .form .input input[type="text"], 
#basket .form .input input[type="tel"], 
#basket .form .input input[type="email"] {
    border: 1px solid #999999;
    background: #fff;
    border-radius: 30px;
    max-width: 250px;
    width: 100%;
	padding:19px 0 19px 30px;
    font-size: 14px;
    margin-bottom: 0px;
    font-weight: 300;
}
#basket .form .input label{
	margin:0 0 20px;
}
#basket .form textarea{
	width:100%;
	max-width:100%;
	border-radius:15px;
	height:342px;
}


#basket .block-total{
	margin:0 auto;
	background:#f5f6f7;
	max-width:870px;
	width:100%;
	padding:50px;
}
#basket .block-total .payment,
#basket .block-total .totals{
	display:inline-block;
	vertical-align:top;
	zoom:1;*display:inline;
	text-align:left;
}
#basket .block-total .payment{
	width:55%;
}
#basket .block-total .totals{
	width:45%;
}
#basket .block-total .title{
	font-weight:700;
	font-size:24px;
	margin:0 0 20px;
}
#basket .block-total .totals .price{
	font-weight:700;
	font-size:37px;
	margin:0 0 20px;
}
#basket .block-total .totals .props{
	margin:0 0 20px;
}
#basket .block-total .totals .prop{
	margin:0 0 10px;
}
#basket .block-total .totals p{
	font-size:14px;
	display:inline-block;
	vertical-align:middle;
	zoom:1;*display:inline;
	margin:0;
}
#basket .block-total .totals p:first-child{
	opacity:0.7;
	width:40%;
}
#basket .block-total .totals .btn{
	text-transform:uppercase;
	max-width:230px;
	width:100%;
}


/*
*
*
BLOG
*
*
*/

#blog{
	margin:0 0 50px;
}
#blog .blog-content .item{
	display:table;
	width:100%;
	font-size:0;
	text-align:left;
	margin:0 0 50px;
}
#blog .blog-content .item .thumbnail{
	width:25%;
	display:inline-block;
	vertical-align:middle;
	zoom:1;*display:inline;
}
#blog .blog-content .item .preview{
	width:75%;
	display:inline-block;
	vertical-align:middle;
	zoom:1;*display:inline;
}
#blog .blog-content .item:nth-child(odd) .preview{
	padding:0 0 0 5%;
}
#blog .blog-content .item:nth-child(even) .preview{
	padding:0 5% 0 0%;
}
#blog .blog-content .item .thumbnail a{
	font-size:0;
}
#blog .blog-content .item .thumbnail img{
	width:100%;
}
#blog .blog-content .item .preview .date{
	font-size:14px;
	color:#1e2021;
	text-transform:uppercase;
	margin:0 0 15px;
}
#blog .blog-content .item .preview .title{
	margin:0 0 20px;
}
#blog .blog-content .item .preview .title a{
	font-size:24px;
	font-weight:700;
	display:inline-block;
	color:#1e2021;
	border-bottom:1px solid #1e2021;
	transition:0.5s all ease;
	-webkit-transition:0.5s all ease;
	-moz-transition:0.5s all ease;
	-o-transition:0.5s all ease;
	-ms-transition:0.5s all ease;
}
#blog .blog-content .item .preview .title a:hover{
	border-color:transparent;
}
#blog .blog-content .item .preview .text{
	margin:0 0 20px;
	font-size:16px;
}
#blog .blog-content .item .preview .button a{
	font-weight:700;
	color:#f37846;
	text-transform:uppercase;
	font-size:14px;
	display:inline-block;
	border-bottom:1px solid #f37846;
	transition:0.5s all ease;
	-webkit-transition:0.5s all ease;
	-moz-transition:0.5s all ease;
	-o-transition:0.5s all ease;
	-ms-transition:0.5s all ease;
}
#blog .blog-content .item .preview .button a:hover{
	border-color:transparent;
}
#blog .bottom{
	text-align:center;
	margin:0 0 70px;
}


/*
*
*
BLOG DETAIL
*
*
*/

#blog-detail .top{
	margin:0 0 50px;
}
#blog-detail .top .thumbnail,
#blog-detail .top .heading{
	display:inline-block;
	vertical-align:middle;
	zoom:1;*display:inline;
	width:50%;
}
#blog-detail .top .thumbnail img{
	width:100%;
}
#blog-detail .top .heading{
	text-align:left;
}
#blog-detail .top .heading .inner{
	width:100%;
	display:inline-block;
	max-width:540px;
	width:100%;
	padding:0 0 0 8%;
}
#blog-detail .top .heading .inner .date{
	font-size:14px;
	font-weight:700;
	text-transform:uppercase;
	opacity:0.6;
	margin:0 0 35px;
}
#blog-detail .top .heading .inner .title{
	font-size:37px;
	line-height:45px;
	font-weight:700;
}
#blog-detail .blog-content{
	max-width:935px;
	margin:0 auto 100px;
}
#blog-detail .blog-content img{
	max-width:100%;
}
#blog-detail .bottom{
	max-width:935px;
	margin:0 auto 80px;
}
#blog-detail .bottom .share,
#blog-detail .bottom .button{
	display:inline-block;
	vertical-align:middle;
	zoom:1;*display:inline;
}
#blog-detail .bottom .share{
	width:60%;
	text-align:left;
}
#blog-detail .bottom .button{
	width:40%;
	text-align:right;
}
#blog-detail .bottom .share .title{
	font-size:14px;
	font-weight:700;
	letter-spacing:2px;
	text-transform:uppercase;
	display:inline-block;
	vertical-align:middle;
	zoom:1;*display:inline;
	width:50%;
}
#blog-detail .bottom .share .socials{
	display:inline-block;
	vertical-align:middle;
	zoom:1;*display:inline;
	width:50%;
	text-align:right;
}
#blog-detail .bottom .share .socials a{
	width:42px;
	height:42px;
	border-radius:50%;
	border:1px solid #c5c5ca;
	margin:0 0 0 10px;
	display:inline-block;
}
#blog-detail .bottom .share .socials a.vk{
	background:#fff url(../images/vk.png) no-repeat center;
}
#blog-detail .bottom .share .socials a.fb{
	background:#fff url(../images/fb2.png) no-repeat center;
}
#blog-detail .bottom .share .socials a.gp{
	background:#fff url(../images/gp.png) no-repeat center;
}
#blog-detail .bottom .share .socials a.tw{
	background:#fff url(../images/tw.png) no-repeat center;
}
#blog-detail .bottom .share .socials a.yt{
	background:#fff url(../images/yt.png) no-repeat center;
}
#blog-detail .bottom .button .btn{
	box-shadow:none;
	text-transform:uppercase;
	background:#d9d9d9;
	color:#000;
	padding: 22px 23px;
}


/*
*
*
CONTACTS PAGE
*
*
*/

#contacts-block .left,
#contacts-block .right{
	display:inline-block;
	vertical-align:top;
	zoom:1;*display:inline;
}
#contacts-block .left{
	text-align:right;
	width:49.6666%;
	margin:0 0.6666% 0 0;
}
#contacts-block .right{
	text-align:left;
	width:49.6666%;
}
#contacts-block .item{
	text-align:left;
	width:50%;
	display:inline-block;
	vertical-align:middle;
	zoom:1;*display:inline;
}
#contacts-block .right .item:nth-child(1){
	width:65%;
}
#contacts-block .right .item:nth-child(2){
	width:35%;
}
#contacts-block .left .content,
#contacts-block .right .content{
	max-width:700px;
	width:100%;
	display:inline-block;
	margin:0 0 45px;
}
#contacts-block .right .content{
	padding:0 0 0 15%;
}
#contacts-block .item .thumbnail{
	max-width:100px;
	width:100%;
	height:100px;
	background-size:contain;
	background-repeat:no-repeat;
	background-position:center;
	margin:0 0 20px;
}
#contacts-block .left .item:nth-child(1) .thumbnail{
	background-image:url(../images/c1.jpg);
}
#contacts-block .left .item:nth-child(2) .thumbnail{
	background-image:url(../images/c2.jpg);
}
#contacts-block .right .item:nth-child(1) .thumbnail{
	background-image:url(../images/c3.jpg);
}
#contacts-block .right .item:nth-child(2) .thumbnail{
	background-image:url(../images/c4.jpg);
}
#contacts-block .item .title{
	font-size:24px;
	font-weight:700;
	margin:0 0 20px;
}
#contacts-block .item .text{
	font-size:16px;
	min-height:55px;
}
#contacts-block .item .text a{
	font-size:16px;
	display:inline-block;
	border-bottom:1px solid #f46c45;
	color:#f46c45;
	transition:0.5s all ease;
	-webkit-transition:0.5s all ease;
	-moz-transition:0.5s all ease-;
	-ms-transition:0.5s all ease;
	-o-transition:0.5s all ease;

}
#contacts-block .item .text a{
	border-color:transparent;
}
#contacts-block .map{
	height:555px;
	margin:0 0 15px;
}


/*
*
*
DELIVERY PAGE
*
*
*/


#delivery{
	margin:0 0 20px;
}
#delivery .payment{
	min-height:400px;
	margin:0 0 60px;
}
#delivery .payment .heading,
#delivery .payment .content{
	display:inline-block;
	vertical-align:top;
	zoom:1;*display:inline;
}
#delivery .payment .heading{
	width:33%;
	position:relative;
	font-size:16px;
	color:#fff;
	text-align:left;
	padding:80px 0 0 0;
}
#delivery .payment .heading .inner{
	padding: 0px 0 0 0px;
    max-width: 300px;
    display: inline-block;
}
#delivery .payment .content{
	width:67%;
     padding: 0 0 0 130px;
}
#delivery .payment .heading .bg{
	position:absolute;
	right:0;
	top:0;
	z-index:-1;
}
#delivery .payment .heading h2{
	font-size:34px;
	font-weight:700;
	color:#f48356;
	margin:0 0 7px;
}
#delivery .payment .content .item{
	display:inline-block;
	vertical-align:top;
	zoom:1;*display:inline;
	width:50%;
	padding:80px 0 0 0;
}
#delivery .payment .content .item:nth-child(2n + 2){
	text-align:right;
}
#delivery .payment .content .item .inner{
	padding: 0px 0 0 0px;
	max-width: 300px;
	display: inline-block;
}
#delivery .payment .content .top{
	text-align:left;
	margin:0 0 10px;
	position:relative;
}
#delivery .payment .content .item:nth-child(1) .top:before{
	content:'';
	position:absolute;
    left: -92px;
    top: -29px;
	background:url(../images/d1.jpg) no-repeat center;
	width:71px;
	height:77px;
}
#delivery .payment .content .item:nth-child(2) .top:before{
	content:'';
	position:absolute;
    left: -100px;
    top: -29px;
	background:url(../images/d2.jpg) no-repeat center;
	width:77px;
	height:77px;
}
#delivery .payment .content .top .title,
#delivery .payment .content .top .thumbnail{
	display:inline-block;
	vertical-align:middle;
	zoom:1;*display:inline;
}
#delivery .payment .content .title{
	font-size:24px;
	font-weight:700;
	color:#1e2021;
}
#delivery .payment .content .title .thumbnail{
	
}
#delivery .payment .content .text{
	text-align:left;
	max-width:300px;
}
#delivery .payment .content .text ul li{
	font-size:16px;
	color:#1f1e1c;
	opacity:0.8;
	position:relative;
	padding:0 0 0 15px;
	margin:0 0 10px;
}
#delivery .payment .content .text ul li:before{
	content:'';
	position:absolute;
	left:0;
	top:8px;
	width:6px;
	height:4px;
	background:#f48356;
}

#delivery .delivery{
	min-height:831px;
}
#delivery .delivery .heading,
#delivery .delivery .content{
	display:inline-block;
	vertical-align:top;
	zoom:1;*display:inline;
}
#delivery .delivery .heading{
	width:33%;
	position:relative;
	font-size:16px;
	color:#fff;
	text-align:left;
	padding:80px 0 0 0;
}
#delivery .delivery .content{
	width:67%;
	padding: 0 0 0 130px;
}
#delivery .delivery .heading .bg{
	position:absolute;
	right:0;
	top:0;
	z-index:-1;
}
#delivery .delivery .heading h2{
	font-size:34px;
	font-weight:700;
	color:#00b6ba;
	margin:0 0 7px;
}
#delivery .delivery .content .item{
	display:inline-block;
	vertical-align:top;
	zoom:1;*display:inline;
	width:50%;
	padding:80px 0 0 0;
}
#delivery .delivery .content .item:nth-child(2n + 2){
	text-align:right;
}
#delivery .delivery .content .item .inner{
	padding: 0px 0 0 0px;
    max-width: 300px;
    display: inline-block;
}
#delivery .delivery .content .top{
	text-align:left;
	margin:0 0 10px;
	position:relative;
}
#delivery .delivery .content .item:nth-child(1) .top:before{
	content:'';
	position:absolute;
    left: -100px;
    top: 0px;
	background:url(../images/d3.jpg) no-repeat center;
	width:81px;
	height:52px;
}
#delivery .delivery .content .item:nth-child(2) .top:before{
	content:'';
	position:absolute;
    left: -100px;
    top: 0;
	background:url(../images/d4.jpg) no-repeat center;
	width:81px;
	height:71px;
}
#delivery .delivery .content .item:nth-child(3) .top:before{
	content:'';
	position:absolute;
    left: -100px;
    top: -10px;
	background:url(../images/d5.jpg) no-repeat center;
	width:72px;
	height:72px;
}
#delivery .delivery .content .item:nth-child(4) .top:before{
	content:'';
	position:absolute;
    left: -100px;
    top: -10px;
	background:url(../images/d6.jpg) no-repeat center;
	width:71px;
	height:71px;
}
#delivery .delivery .content .top .title,
#delivery .delivery .content .top .thumbnail{
	display:inline-block;
	vertical-align:middle;
	zoom:1;*display:inline;
}
#delivery .delivery .content .title{
	font-size:24px;
	font-weight:700;
	color:#1e2021;
}
#delivery .payment .content .title .thumbnail{
	
}
#delivery .delivery .content .text{
	text-align:left;
}
#delivery .delivery .content .text ul li{
	font-size:16px;
	color:#1f1e1c;
	opacity:0.8;
	position:relative;
	padding:0 0 0 15px;
	margin:0 0 10px;
}
#delivery .delivery .content .text ul li:before{
	content:'';
	position:absolute;
	left:0;
	top:8px;
	width:6px;
	height:4px;
	background:#00b6ba;
}


.fancybox-container .form{
	max-width:375px;
	width:100%;
	padding:40px 5px !important;
}
.fancybox-container .form .title{
	font-weight:700;
	font-size:18px;
	text-align:center;
	text-transform:uppercase;
	margin:0 0 20px;
}
.fancybox-container .form .title.thanks-title{
	margin:0 0 0px;
}
.fancybox-container .form .title span{
	font-weight:400;
	font-size:14px;
	display:block;
	text-transform:initial;
}
.fancybox-container .form input[type="text"],
.fancybox-container .form input[type="tel"],
.fancybox-container .form textarea,
.fancybox-container .form input[type="email"]{
	border: 1px solid #999999;
    background: #fff;
    border-radius: 30px;
    max-width: 320px;
    width: 100%;
    padding: 19px 0 19px 30px;
    font-size: 14px;
    margin-bottom: 0px;
    font-weight: 300;
	display:block;
	margin:0 auto 15px;
	box-sizing:border-box;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	-o-box-sizing:border-box;
	-ms-box-sizing:border-box;
}
.fancybox-container .form input[type="submit"]{
	text-transform:uppercase;
    max-width: 320px;
	margin:0 auto;
	width:100%;
	display:block;
	cursor:pointer;
}
.fancybox-container .form textarea{
	resize:none;
	height:100px;
}

#add2cart{
	max-width:500px;
	width:100%;
	padding:40px 20px !important;
}
#add2cart .text{
	margin:0 0 0px;
}
#add2cart .text  .button{
	display:inline-block;
	vertical-align:middle;
	zoom:1;*display:inline;
	width:49%;
	margin-bottom:0px;
}
#add2cart .text  .button:first-child{
	margin-right:2%;
}
#add2cart .text .button a{
	text-transform:uppercase;
	padding:16px 0;
	text-align:center;
	width:100%;
}
#add2cart .recommended-block{
	margin:30px 0 0 0;
}
#add2cart .recommended{
	display:table;
	width:100%;
	font-size:0;
}
#add2cart .recommended .item-offer,
#add2cart .recommended .item{
	display:inline-block;
	vertical-align:top;
	zoom:1;*display:inline;
	width:49%;
	margin:0 0.5%;
}
#add2cart .recommended .item{
	border:2px solid #e3e3e5;
}
#add2cart .recommended .item .inner{
	padding:15px 20px 20px 20px;
	text-align:left;
}
#add2cart .recommended .item .thumbnail img{
	width:100%;
	height:150px;
	object-fit:cover;
	-webkit-object-fit:cover;
	-ms-object-fit:cover;
	-moz-object-fit:cover;
	-o-object-fit:cover;
}
#add2cart .recommended .item .thumbnail a{
	font-size:0;
}
#add2cart .recommended .item .title{
	margin: 0 0 10px;
    height: 81px;
    height: 65px;
    text-align: left;
    text-transform: capitalize;

}
#add2cart .recommended .item .title a{
	font-size:22px;
	color:#1e2021;
	font-weight:700;
}
#add2cart .recommended .item .section{
	font-size:16px;
	color:#1e2021;
	margin:0 0 10px;
	height:50px;
}
#add2cart .recommended .item .price{
	font-size:24px;
	font-weight:700;
	color:#1e2021;
	margin:0 0 20px;
}
#add2cart .recommended .item .price span.old-price{
	font-weight:400;
	color:#3e4041;
	text-decoration:line-through;
	font-size:18px;
}
#add2cart .recommended .item .btn-catalog{
	font-size:14px;
	font-weight:700;
	color:#f46b45;
	border:2px solid #f46c45;
	padding:18px 0px;
	text-transform:uppercase;
	border-radius:40px;
	text-align:center;
	text-decoration:none;
	width:100%;
	background:#fff;
	display:block;
	transition:0.5s all ease;
	-webkit-transition:0.5s all ease;
	-moz-transition:0.5s all ease;
	-o-transition:0.5s all ease;
	-ms-transition:0.5s all ease;
}
#add2cart .recommended .item .btn-catalog span{
	display:inline-block;
	vertical-align:middle;
	zoom:1;*display:inline;
	width:10px;
	height:10px;
	background:url(../images/plus.png) no-repeat center;
	margin:0 0 3px 15px;
}
#add2cart .recommended .item .btn-catalog:hover{
	background: #f46c45;
	background: -moz-linear-gradient(left, #f46c45 0%, #eea549 100%);
	background: -webkit-linear-gradient(left, #f46c45 0%,#eea549 100%);
	background: linear-gradient(to right, #f46c45 0%,#eea549 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f46c45', endColorstr='#eea549',GradientType=1 );
	box-shadow:0px 10px 40px rgba(255, 138, 0, 0.38);
	color:#fff;
}
#add2cart .recommended .item .btn-catalog:hover span{
	display:none;
}


#page404 h2{
	margin:0 0 20px;
}
#page404{
	margin:0 0 50px;
	padding:50px 0;
}

#search-page{
	margin:0 0 50px;
}
#search-page form{
	margin:0 0 40px;
}
#search-page .search,
#search-page .button{
	display:inline-block;
	vertical-align:middle;
	zoom:1;*display:inline;
}
#search-page .search{
	width:85%;
	margin-right:5%;
}
#search-page .button{
	width:10%;
}
#search-page .search input,
#search-page .button input{
	width:100%;
	max-width:100%;
	margin:0;
}
#search-page .button input{
	text-transform:uppercase;
	max-width:150px;
	min-width:150px;
	padding:15px 0;
}
#search-page .content{
	margin:0 0 30px;
}
#search-page .item{
	padding:25px 45px;
}
#search-page .item a{
	font-size:22px;
	text-transform:uppercase;
	margin:0;
}
#search-page .item:nth-child(odd){
	background:#f5f6f7;
}
#search-page .pagin-nav{
	width:30px;
	margin:0 10px;
	display:inline-block;
	line-height:30px;
	text-align:center;
	border-radius:50%;
	border:1px solid #34383e;
	transition:0.5s all ease;
	-webkit-transition:0.5s all ease;
	-moz-transition:0.5s all ease-;
	-ms-transition:0.5s all ease;
	-o-transition:0.5s all ease;

}
#search-page .pagin-nav:hover{
	background:#34383e;
	color:#fff;

}

#privacy-policy{
	max-width:475px;
	width:100%;
	height:500px;
	overflow-y:auto;
	overflow-x:hidden;
	padding:30px 25px !important;
}

#page{
	margin:0 0 80px;
}

.result-empty{
	height:473px;
	margin:0;
}

.select-custom{
	display:none;
}
.styledSelect {
    position:relative;
    top:0;
    right:0;
    bottom:0;
    left:0;

	
	appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    -o-appearance: none;
    -ms-appearance: none;
    border: 1px solid #1e2021;
    border-radius: 35px;
    font-size: 14px;
    color: #1e2021;
    text-transform: initial;
    padding: 19px 0 19px 30px;
    padding: 16px 0 16px 20px;
    max-width: 280px;
    max-width: 256px;
    width: 100%;
    background: url(../images/select-down.png) no-repeat calc(100% - 15px) center;
}
.styledSelect:after {
    content:"";
    width:15px;
    height:18px;
    position:absolute;
    top:50%;
    right:15px;
	margin-top:-9px;
	background:url(../images/select_arr.png) no-repeat right center;
}
.styledSelect:active, 
.styledSelect.active {
    background-color:#eee;
}
.optionz {
    display:none;
    position:absolute;
    top:100%;
    right:0;
	font-size:14px;
    left:0;
    z-index:999;
    max-width: 256px;
    margin:0 0;
    padding:0 0;
    list-style:none;
    background-color:white;
    -webkit-box-shadow:0 6px 8px rgba(0, 0, 0, 0.2);
    -moz-box-shadow:0 6px 8px rgba(0, 0, 0, 0.2);
    box-shadow:0 6px 8px rgba(0, 0, 0, 0.2);
}
.optionz li {
	position:static;
    margin:0 0;
    padding: 9px 10px;
    border-bottom: 1px solid #95969675;
	cursor:pointer;
}
.optionz li:hover {
    background-color:#f46c45;
    color:white;
}
.optionz li:before{
	display:none;
}



.scrollup {
    width: 40px;
    height: 40px;
    position: fixed;
    bottom: 20px;
    right: 20px;
    display: none;
    text-indent: -9999px;
    background: #f47246 url(../images/faq_arrow_up.png) no-repeat center;
    background-size: 50%;
    z-index: 1000;
	border-radius:5px;
}