body {
	font: 14px/1.7 Open Sans, sans-serif;
}

section {
	padding: 10px 0px;
}

/* logo */
header {
	padding: 0px;
	background-image: -webkit-gradient(linear, left top, left bottom, color-stop(30%, #ffffff), to(#ededed));
	background-image: -webkit-linear-gradient(top, #ffffff 30%, #ededed 100%);
	background-image: linear-gradient(to bottom, #ffffff 30%, #ededed 100%);
	position: relative;
}

header:before {
	content: "";
	height: 1px;
	width: 100%;
	display: block;
	border-top: 1px solid #dcd9d6;
	border-bottom: 1px solid #ffffff;
	position: absolute;
	top: 92px;
}

header:after {
	content: "";
	height: 1px;
	width: 100%;
	display: block;
	background: rgba(0, 0, 0, 0.2);
}

#logo {
	display: block;
	background-image: -webkit-gradient(linear, left top, left bottom, color-stop(30%, #ffffff), to(#ededed));
	background-image: -webkit-linear-gradient(top, #ffffff 30%, #ededed 100%);
	background-image: linear-gradient(to bottom, #ffffff 30%, #ededed 100%);
	text-align: center;
	margin-bottom: 13px;
}

#logo img {
	margin-top: 17px;
	outline: none;
	display: inline-block;
}

/* social lang and phone */
.social {
	display: inline-block;
	vertical-align: middle;
}

.social div {
	display: inline-block;
	margin-right: 7px;
}

.social .facebook a {
	background: url(../images/social-icon.png) 7px 1px no-repeat;
	height: 26px;
	width: 26px;
	display: inline-block;
}

.social .facebook a:hover {
	opacity: 0.7;
}

.social .twitter a {
	background: url(../images/social-icon.png) -156px 1px no-repeat;
	height: 26px;
	width: 26px;
	display: inline-block;
}

.social .twitter a:hover {
	opacity: 0.7;
}

.social .googleplus a {
	background: url(../images/social-icon.png) -35px 1px no-repeat;
	height: 26px;
	width: 26px;
	display: inline-block;
}

.social .googleplus a:hover {
	opacity: 0.7;
}

.social .instagram a {
	background: url(../images/social-icon.png) -78px 1px no-repeat;
	height: 26px;
	width: 26px;
	display: inline-block;
}

.social .instagram a:hover {
	opacity: 0.7;
}

.social .youtube a {
	background: url(../images/social-icon.png) -119px 1px no-repeat;
	height: 26px;
	width: 26px;
	display: inline-block;
}

.social .youtube a:hover {
	opacity: 0.7;
}

.social .linkedin a {
	background: url(../images/social-icon.png) -190px 0px no-repeat;
	height: 26px;
	width: 26px;
	display: inline-block;
}

.social .linkedin a:hover {
	opacity: 0.7;
}

.social .telegram a {
	position: relative;
	left: -7px;
	background: url(../images/social-icon.png) -216px 1px no-repeat;
	height: 26px;
	width: 26px;
	display: inline-block;
}

.social .telegram a:hover {
	opacity: 0.7;
}

#top-bar {
	margin-top: 5px;
}

#top-bar .phone-and-lang {
	display: inline-block;
	vertical-align: top;
	text-transform: uppercase;
	font: 300 16px Open Sans;
	color: #514d47;
	margin-left: 15px;
	margin-top: 3px;
}

#top-bar .phone-and-lang img {
	margin-left: 2px;
	margin-top: -3px;
}

#top-bar a {
	font: 300 16px Open Sans;
	color: #514d47;
	text-decoration: none;
}

/* main menu */
#main-menu {
	background-image: -webkit-gradient(linear, left top, left bottom, color-stop(-31%, #ffffff), color-stop(164%, #ededed));
	background-image: -webkit-linear-gradient(top, #ffffff -31%, #ededed 164%);
	background-image: linear-gradient(to bottom, #ffffff -31%, #ededed 164%);
	text-align: right;
	-webkit-box-shadow: none;
	box-shadow: none;
	margin-top: 28px;
	margin-bottom: 0px;
	border: none;
	min-height: 22px;
}

#main-menu li {
	margin-top: 10px;
}

#main-menu li input {
	border: 1px solid #e2e2e2;
	background: #fff;
	padding: 5px 10px;
	width: 180px;
}
@media screen and (max-width: 1280px) {
	#main-menu li input {
		width: 150px !important;
	}
}

#main-menu li.dropdown + li {
	/*margin-top: -1px;*/
	position: relative;
}

#main-menu li.dropdown + li span {
/*	background: #e02f2f;
	padding: 0px 5px;
	color: #fff;
	font: 700 12px Open Sans;
	-webkit-border-radius: 50px;
	border-radius: 50px;
	position: absolute;
	bottom: 10px;
	right: 7px;*/
}

#main-menu a {
	text-decoration: none;
	padding: 5px 16px;
	text-transform: uppercase;
	-webkit-border-radius: 2px;
	border-radius: 2px;
	display: inline-block;
	color: #7c675b;
	font: 300 18px Open Sans;
}
html[lang*=ua] #main-menu a {
	padding: 5px 13px;
}

#main-menu a:hover {
	background: none;
	color: #000;
}

#main-menu .dropdown-menu a {
	display: block;
}

/* main slider */
#main-slider {
	background-image: -webkit-gradient(linear, left top, right top, from(#dddddd), color-stop(30%, #bfbfbf), color-stop(70%, #bfbfbf), to(#dddddd));
	background-image: -webkit-linear-gradient(left, #dddddd 0%, #bfbfbf 30%, #bfbfbf 70%, #dddddd 100%);
	background-image: linear-gradient(to right, #dddddd 0%, #bfbfbf 30%, #bfbfbf 70%, #dddddd 100%);
	padding: 0px;
	height: 381px;
	overflow: hidden;
}

#main-slider .slick-slide {
	position: relative;
}

#main-slider .slick-slide .ms-prev-text {
	position: absolute;
	bottom: 0px;
	left: 0px;
	width: 55px;
	height: 100%;
	background: rgba(255, 255, 255, 0.4);
	font: 18px Open Sans;
	color: #ffffff;
}

#main-slider .slick-slide .ms-prev-text span {
	-webkit-transform: rotate(-90deg);
	-ms-transform: rotate(-90deg);
	transform: rotate(-90deg);
	display: block;
	white-space: nowrap;
	bottom: 3%;
	width: 1px;
	position: absolute;
	left: 26px;
}

#main-slider .slick-slide .ms-next-text {
	position: absolute;
	bottom: 0px;
	right: 0px;
	width: 55px;
	height: 100%;
	background: rgba(255, 255, 255, 0.4);
	font: 18px Open Sans;
	color: #ffffff;
}

#main-slider .slick-slide .ms-next-text span {
	-webkit-transform: rotate(-90deg);
	-ms-transform: rotate(-90deg);
	transform: rotate(-90deg);
	display: block;
	white-space: nowrap;
	bottom: 3%;
	width: 1px;
	position: absolute;
	left: 26px;
}

#main-slider .slick-slide .ms-title {
	position: absolute;
	top: 20px;
	left: 7%;
	font: 38px Open Sans;
	color: #fff;
	text-shadow: 1px 2px 1px #46301f;
}

#main-slider .slick-slide .ms-wrapper {
	position: absolute;
	bottom: 20px;
	right: 10%;
}

#main-slider .slick-slide .ms-wrapper .ms-left {
	display: inline-block;
	font: 700 36px Open Sans;
	color: #ffffff;
	text-transform: uppercase;
	line-height: 0.9;
	text-align: center;
}

#main-slider .slick-slide .ms-wrapper a {
	-webkit-border-radius: 0px;
	border-radius: 0px;
	text-shadow: none;
	border: 2px solid #4da14f;
	font: 16px Open Sans;
	background: rgba(255, 255, 255, 0.4);
	padding: 16px 16px;
	text-transform: uppercase;
	color: #fff;
	text-decoration: none;
	vertical-align: top;
	display: inline-block;
	margin-left: 15px;
	-webkit-transition: all 0.2s;
	transition: all 0.2s;
}

#main-slider .slick-slide .ms-wrapper a:hover {
	opacity: 0.8;
}

#main-slider .slick-prev {
	left: 38px;
	z-index: 88;
	width: 50px;
	height: 50px;
	background: url(../images/prev-slide.png) center center no-repeat;
	-webkit-transition: all 0.2s;
	transition: all 0.2s;
}

#main-slider .slick-prev:hover {
	opacity: 0.8;
}

#main-slider .slick-prev:before {
	font-size: 1px;
	line-height: 1;
	opacity: 1;
}

#main-slider .slick-next {
	right: 38px;
	z-index: 88;
	width: 50px;
	height: 50px;
	background: url(../images/next-slide.png) center center no-repeat;
	-webkit-transition: all 0.2s;
	transition: all 0.2s;
}

#main-slider .slick-next:hover {
	opacity: 0.8;
}

#main-slider .slick-next:before {
	font-size: 1px;
	line-height: 1;
	opacity: 1;
}

#main-slider .main-slider {
	margin-bottom: 0px;
}

/* main-four-block */
#main-four-block {
	text-align: center;
	border-bottom: 2px dashed #e5e3e2;
	padding: 20px 0px 12px;
}

#main-four-block .mfb-item {
	display: inline-block;
	border: 2px dashed #e5e3e2;
	-webkit-border-radius: 20px;
	border-radius: 20px;
	/*width: 235px;*/
	width: 237px;
	height: 81px;
	padding: 5px 0px;
	text-align: left;
	background: #ecf3e3;
	vertical-align: top;
	margin-right: 5px;
	margin-bottom: 8px;
}
#main-four-block .mfb-item:last-child {
	margin-right: 0;
}

#main-four-block .mfb-item .mfb-title {
	margin: 5px 0px;
	text-transform: uppercase;
	font: 600 13px Open Sans;
	margin: 0px;
}

#main-four-block .mfb-item .mfb-right {
	display: inline-block;
	vertical-align: middle;
	width: 173px;
}

#main-four-block .mfb-item .mfb-img {
	display: inline-block;
	margin-top: 10px;
	margin-bottom: 10px;
	margin-right: 0px;
	text-align: center;
	width: 53px;
	height: 53px;
	vertical-align: middle;
}
#main-four-block .mfb-item .mfb-img.mt-6 {
	margin-top: 6px !important;
}

#main-four-block .mfb-item .mfb-text {
	color: #7f7f7f;
	font: 300 13px Open Sans;
	margin-bottom: 0px;
}

#main-four-block .mfb-item:nth-child(2) .mfb-img {
	padding-top: 8px;
}

#main-four-block .mfb-item:nth-child(3) .mfb-img {
	padding-top: 5px;
}

#main-four-block .slick-slider {
	margin-bottom: 0;
}

/* mechanical-models */
#mechanical-models {
	background-image: -webkit-gradient(linear, left top, left bottom, from(#f1ece7), color-stop(40%, #ffffff));
	background-image: -webkit-linear-gradient(top, #f1ece7 0%, #ffffff 40%);
	background-image: linear-gradient(to bottom, #f1ece7 0%, #ffffff 40%);
	padding-bottom: 20px;
}

#mechanical-models .mp-search > h1{
	background: #4f4f4f;
	margin: 0;
	width: 100%;
	font-size: 16px;
	padding: 10px;
	color: #fff;
	text-align: center;
	margin-top: -10px;
}

#mechanical-models .mm-wrapper {
	padding: 0px 21px;
	text-align: center;
}

#mechanical-models .mm-wrapper h1 {
	font: 300 22px Open Sans;
	text-align: left;
	padding: 0px 13px;
}

.mm-item {
	border: 1px solid #b8b8b8;
	background: #fff;
	width: 272px;
	height: 272px;
	display: inline-block;
	margin: 11px 9px;
	position: relative;
	vertical-align: top;
	-webkit-transition: all 0.2s;
	transition: all 0.2s;
	opacity: 1;
	overflow: hidden;
}

.mm-item:hover {
	border: 1px solid #ee9521;
}

.mm-item .mm-img:hover a{
	opacity: 1;
}

.mm-item .mm-img img {
	-moz-transition: all 0.5s ease-out;
	-o-transition: all 0.5s ease-out;
	-webkit-transition: all 0.5s ease-out;
	transition: all 0.5s ease-out;
	opacity: 1;
}

.mm-item:hover .mm-img img{
	-webkit-transform: scale(1.2);
	-moz-transform: scale(1.2);
	-o-transform: scale(1.2);
	transform: scale(1.2);
	opacity: 1;
}

.mm-item .mm-top {
	position: absolute;
	top: 0px;
	width: 100%;
	padding: 8px;
	text-align: right;
}

.mm-item .mm-top .mm-title {
	font: 700 20px Open Sans;
	color: #000;
	margin: 0px;
}

.mm-item .mm-bottom {
	position: absolute;
	bottom: 0px;
	width: 100%;
	text-align: left;
	padding: 5px 8px;
	background-color: rgba(255, 255, 255, 0.7);
}

.mm-item .mm-bottom .mm-parts {
	margin: 0px;
	text-transform: uppercase;
	padding-bottom: 2px;
	color: #7f7f7f;
	font: 400 18px Open Sans;
	float: left;
}
/*
.mm-item .mm-bottom .mm-parts:after {
	content: "";
	display: block;
	width: 40%;
	height: 1px;
	background: #d0cdc8;
	margin-top: 2px;
}*/

/*.mm-item .mm-bottom .mm-price {
	float: left;
	text-transform: uppercase;
	color: #4da14f;
	font: 700 18px Open Sans;
}

.mm-item .mm-bottom .mm-details {
	float: right;
	text-transform: uppercase;
	margin-top: 1px;
}

.mm-item .mm-bottom .mm-details a {
	font: 400 18px Open Sans;
	color: #000;
	text-decoration: none;
	line-height: 21px;
}

.mm-item .mm-bottom .mm-details a:hover {
	opacity: 0.8;
}

.mm-item .mm-bottom .mm-details a img {
	vertical-align: top;
	margin-left: 5px;
}*/

.mm-item .mm-bottom {
    position: absolute;
    bottom: 0px;
    width: 100%;
    text-align: left;
    padding: 5px 8px;
    background-color: rgba(255, 255, 255, 0.7);
}
.mm-item .mm-bottom .mm-parts {
  color: #4da14f;
  font-weight: 800;
  margin-top: 4px;
  width: 112px;
  text-align: center;
  text-transform: lowercase;
  }

.mm-item .mm-bottom .mm-details a {
color: #fff;
margin: -6px -10px -5px 0;
font: 400 18px Open Sans;
text-decoration: none;
line-height: 21px;  
cursor: pointer
}

.mm-item .mm-bottom .mm-details {
    float: right;
    text-transform: uppercase;
    margin-top: 1px;
}  
/* raring */
.mm-rating {
	width: 103px;
	height: 20px;
	float: right;
	background: url(../images/rating-img-sp.png) center 0px no-repeat;
}

.mm-rating-1 {
	background-position: center -20px;
}

.mm-rating-2 {
	background-position: center -40px;
}

.mm-rating-3 {
	background-position: center -60px;
}

.mm-rating-4 {
	background-position: center -80px;
}

.mm-rating-5 {
	background-position: center -100px;
}

/* our last article */
#our-last-article {
	background-image: -webkit-gradient(linear, left top, left bottom, from(#4f4f4f), color-stop(30%, #626262));
	background-image: -webkit-linear-gradient(top, #4f4f4f 0%, #626262 30%);
	background-image: linear-gradient(to bottom, #4f4f4f 0%, #626262 30%);
	color: #fff;
	border-bottom: 2px dashed #e5e3e2;
	border-top: 2px dashed #e5e3e2;
}

#our-last-article .ola-wrapper {
	padding: 0px 100px;
}

#our-last-article .ola-wrapper h2 {
	font: 300 22px Open Sans;
	margin-top: 16px;
	margin-bottom: 0;
}

#our-last-article .ola-wrapper .oal-all {
	margin-top: -10px;
	text-align: center;
	background: #fff;
	padding: 13px 45px 17px;
	-webkit-border-radius: 100px;
	border-radius: 100px;
	color: #4da14f;
	border: none;
	outline: none;
	-webkit-border-radius: 0px 0px 308px 301px / 0px 0px 143px 150px;
	border-radius: 0px 0px 308px 301px / 0px 0px 143px 150px;
	font: 700 15px Open Sans;
	position: absolute;
	left: 38%;
	top: -17px;
	-webkit-transition: all 0.2s;
	transition: all 0.2s;
}

#our-last-article .ola-wrapper .oal-all:hover {
	color: #000;
	opacity: 1;
	text-decoration: none;
}

#our-last-article .ola-wrapper .col-xs-12 {
	margin-bottom: 20px;
}

#our-last-article .ola-wrapper .col-xs-12 .ola-date {
	color: #bdbdbd;
	font: 300 13px Open Sans;
	margin-bottom: 2px;
}

#our-last-article .ola-wrapper .col-xs-12 .ola-title {
	font: 600 13px Open Sans;
	margin-top: 0px;
	margin-bottom: 7px;
	border-bottom: 1px solid #727272;
	padding-bottom: 7px;
	min-height: 46px;
}

#our-last-article .ola-wrapper .col-xs-3 .ola-title a {
	font: 600 13px Open Sans;
	color: #fff;
}

#our-last-article .ola-wrapper .col-xs-3 .ola-text {
	color: #bdbdbd;
	font: 300 13px Open Sans;
	line-height: 22px !important;
	margin-bottom: 6px;
}
#our-last-article .ola-wrapper .col-xs-3 .ola-more{margin-bottom: 8px;}
#our-last-article .ola-wrapper .col-xs-3 .ola-more a {
	text-transform: uppercase;
	color: #fff;
	font: 600 13px Open Sans;
}

/* block-title */
.block-title {
	background: #626262;
	/*background: #d3d3d3;*/
	font: 300 20px Open Sans;
	color: #fff;
	text-align: center;
	padding: 5px 9px;
}

/* recently-shown */
#model-info {
	padding-top: 0px;
}

#model-info .mi-wrapper {
	overflow: hidden;
	position: relative;
}

#model-info .mi-wrapper .model-img {
	position: absolute;
}

#model-info .mi-wrapper .model-wrapper {
	position: relative;
	z-index: 2;
	padding: 22px;
	padding-right: 0px;
	padding-top: 12px;
	float: right;
	display: inline-block;
	/*background-color: rgba(255, 255, 255, 0.7);
	background-image: -webkit-gradient(linear, left top, right top, from(transparent), color-stop(13%, #ffffff));
	background-image: -webkit-linear-gradient(left, transparent 0%, #ffffff 13%);
	background-image: linear-gradient(to right, transparent 0%, #ffffff 13%);*/
	background-image: -webkit-linear-gradient(left , rgba(255,255,255,0.7)0%, rgba(255,255,255,1)10%);
	background-image: -moz-linear-gradient(left, rgba(255,255,255,0.7)0%, rgba(255,255,255,1)10%);
	background-image: -ms-linear-gradient(left, rgba(255,255,255,0.7)0%, rgba(255,255,255,1)10%);
	background-image: -o-linear-gradient(left, rgba(255,255,255,0.7)0%, rgba(255,255,255,1)10%);
	background-image: linear-gradient(to right, rgba(255,255,255,0.7)0%, rgba(255,255,255,1)10%);
	min-height: 576px;
}

#model-info .mi-wrapper .model-wrapper .mm-rating {
	margin-left: 10px;
	margin-top: 0px;
	display: inline-block;
	vertical-align: middle;
	float: none;
}

#model-info .mi-wrapper .model-wrapper .mi-description {
	margin-top: 23px;
	font: 300 15px/1.5 Open Sans;
}

#model-info .mi-wrapper .model-wrapper .mi-video {
	display: inline-block;
	position: relative;
	cursor: pointer;
	/*background-color: rgba(255, 255, 255, 0.7);
	background-image: -webkit-gradient(linear, left top, left bottom, from(transparent), color-stop(13%, #ffffff));
	background-image: -webkit-linear-gradient(top, transparent 0%, #ffffff 13%);
	background-image: linear-gradient(to bottom, transparent 0%, #ffffff 13%);*/
	/*background-image: -webkit-linear-gradient(top , rgba(255,255,255,0.7)0%, rgba(255,255,255,1)10%);
	background-image: -moz-linear-gradient(top, rgba(255,255,255,0.7)0%, rgba(255,255,255,1)10%);
	background-image: -ms-linear-gradient(top, rgba(255,255,255,0.7)0%, rgba(255,255,255,1)10%);
	background-image: -o-linear-gradient(top, rgba(255,255,255,0.7)0%, rgba(255,255,255,1)10%);
	background-image: linear-gradient(to bottom, rgba(255,255,255,0.7)0%, rgba(255,255,255,1)10%);*/
}

#model-info .mi-wrapper .model-wrapper .mi-video .mi-play {
	position: absolute;
	width: 88px;
	height: 88px;
	left: 50%;
	top: 50%;
	margin-top: -44px;
	margin-left: -44px;
	background: url(../images/mi-play.png) no-repeat;
	opacity: 0.5;
	-webkit-transition: all 0.2s;
	transition: all 0.2s;
}

#model-info .mi-wrapper .model-wrapper .mi-video:hover .mi-play {
	opacity: 1;
}

#model-info .mi-wrapper .model-wrapper .mi-price {
	color: #4da14f;
	font: 700 38px Open Sans;
	text-align: center;
	text-transform: uppercase;
	vertical-align: middle;
}

.btn-buy {
	background: #4da14f;
	background-image: -webkit-gradient(linear, left top, left bottom, from(#4da14f), color-stop(80%, #6db26f));
	background-image: -webkit-linear-gradient(top, #4da14f 0%, #6db26f 80%);
	background-image: linear-gradient(to bottom, #4da14f 0%, #6db26f 80%);
	padding: 11px 36px;
	font: 800 18px Open Sans;
	color: #fff;
	border-top: 2px solid #7ab773;
	vertical-align: middle;
	display: inline-block;
	margin-top: -7px;
	text-decoration: none;
	-webkit-transition: all 2.5s;
	transition: all 2.5s;
	outline: none;
}

.btn-buy:hover {
	color: #fff;
	text-decoration: none;
	background: #4da14f;
}

.in-stock {
	padding: 0px 5px;
	margin: 0px 5px;
	border: 1px solid #f0f0f0;
	display: inline-block;
	color: #4da14f;
}

.not-available {
	color: red;
}

.mi-divider {
	border-bottom: 2px dashed #e5e3e2;
	margin: 20px -22px;
	margin-right: 0px;
}

h1.page-title {
	font: 30px Open Sans;
	color: #000;
	margin: 6px auto;
}

/* watch-model-gallery */
#watch-model-gallery h2 {
	text-align: center;
	font: 300 22px Open Sans;
}

/* gallery-tabs */
#gallery-tabs .block-title {
	padding-top: 5px;
	padding-bottom: 0px;
}

#gallery-tabs .nav-tabs {
	display: inline-block;
	border-bottom: 0px;
	margin-bottom: -6px;
}

#gallery-tabs .nav-tabs li a {
	padding: 5px 9px;
	padding-bottom: 10px;
	-webkit-border-radius: 0px;
	border-radius: 0px;
	font: 300 15px Open Sans;
	border: none;
	color: #fff;
	text-decoration: none;
	outline: none;
}

#gallery-tabs .nav-tabs li a:hover {
	color: #000;
}

#gallery-tabs .nav-tabs li a:after {
	content: "";
	height: 1px;
	width: 100%;
	display: block;
	border-bottom: 1px dashed #fff;
}

#gallery-tabs .nav-tabs li.active a {
	color: #000;
	text-decoration: none;
}

#gallery-tabs .tab-content {
	padding: 20px 0px;
	font-size: 15px;
}

#gallery-tabs .tab-content .gt-text {
	max-width: 900px;
	margin: 0 auto;
	text-align: left;
}

#gallery-tabs .gt-description-block {
	max-width: 960px;
	margin: 0 auto;
}

#gallery-tabs .gt-description-block .gtdb-link {
	padding-left: 27px;
	padding-top: 5px;
	display: inline-block;
	width: 250px;
}

#gallery-tabs .gt-description-block .gtdb-link a {
	color: #218bee;
	text-decoration: underline;
}

#gallery-tabs .gt-description-block .gtdb-link a:hover {
	text-decoration: none;
}

#gallery-tabs .gt-description-block .gtdb-video-instruction {
	display: inline-block;
	width: 130px;
	vertical-align: top;
	margin-left: 30px;
	color: #218bee;
	text-decoration: underline;
	margin-top: 5px;
	cursor: pointer;
	line-height: 1.4;
}

#gallery-tabs .gt-description-block .gtdb-video-instruction:hover {
	text-decoration: none;
}

#gallery-tabs .gtdb-four-block {
	margin-left: -20px;
	margin-top: 10px;
}

.gtdb {
	background: #fff9dd;
	border: 1px solid #f0ecda;
	padding: 12px 30px;
}

.gtdb-item {
	display: inline-block;
	width: 235px;
	height: 74px;
	padding: 5px 0px;
	text-align: left;
	vertical-align: top;
	margin-right: 5px;
}

.gtdb-item .gtdb-title {
	margin: 5px 0px;
	text-transform: uppercase;
	font: 600 13px Open Sans;
	margin: 0px;
}

.gtdb-item .gtdb-right {
	display: inline-block;
	vertical-align: middle;
	width: 173px;
}

.gtdb-item .gtdb-img {
	display: inline-block;
	margin-top: 10px;
	margin-bottom: 3px;
	margin-right: 0px;
	text-align: center;
	width: 53px;
	height: 53px;
	vertical-align: middle;
}

.gtdb-item .gtdb-text {
	color: #7f7f7f;
	font: 300 13px Open Sans;
	margin-bottom: 0px;
}


/* reviews */
#reviews {
	max-width: 960px;
	margin: 0 auto;
}

#reviews .reviews-item {
	border: 1px solid #e5e5e5;
	padding: 10px 20px;
	margin-bottom: 5px;
}

#reviews .reviews-item .mm-rating {
	display: inline-block;
	float: none;
	vertical-align: middle;
	margin-top: -2px;
}

#reviews .answer {
	background: #f6f6f6;
	margin-top: 0px;
	margin-left: 30px;
	position: relative;
}

#reviews .answer:before {
	content: "";
	position: absolute;
	left: 25px;
	top: -5px;
	display: block;
	height: 5px;
	width: 7px;
	background: url(../images/reviews-arrow.jpg) no-repeat;
}

#reviews .reviews-form {
	text-align: left;
	max-width: 540px;
	margin: 35px auto;
}

#reviews .reviews-form .mm-rating {
	display: inline-block;
	float: none;
	vertical-align: middle;
	margin-top: -2px;
}

#reviews .reviews-form label {
	width: 125px;
	margin-right: 10px;
	text-align: right;
	font: 300 15px Open Sans;
	vertical-align: middle;
}

#reviews .reviews-form .rf-name, #reviews .reviews-form .rf-text, #reviews .reviews-form rf-rating {
	margin-bottom: 10px;
}

#reviews .reviews-form input, #reviews .reviews-form textarea {
	width: 400px;
	border: 1px solid #e2e2e2;
	display: inline-block;
}

#reviews .reviews-form .rf-text {
	vertical-align: top;
}

#reviews .reviews-form .rf-text label {
	margin-top: 21px;
}

#reviews .reviews-form .rf-text textarea {
	vertical-align: top;
}

#reviews .reviews-form button {
	background: #ee9521;
	color: #fff;
	text-transform: uppercase;
	padding: 9px 27px;
	border: none;
	-webkit-transition: all 0.2s;
	transition: all 0.2s;
	font: 800 18px Open Sans;
	margin-left: 135px;
	margin-top: 10px;
	outline: none;
}

#reviews .reviews-form button:hover {
	opacity: 0.8;
	-webkit-transition: all 0.2s;
	transition: all 0.2s;
}

#review + .form-horizontal, #n-reviews-form.form-horizontal {
	text-align: left;
	width: 540px !important;
	padding-top: 0px;
}

#review + .form-horizontal .form-group label, #n-reviews-form.form-horizontal .form-group label {
	width: 150px;
	margin-right: 10px;
	text-align: right;
	font: 300 15px Open Sans;
	vertical-align: middle;
	padding-top: 0px;
	white-space: nowrap;
}

#review + .form-horizontal .form-group .rating-wrapper, #n-reviews-form.form-horizontal .form-group .rating-wrapper{
	cursor: pointer;
}

#review + .form-horizontal .form-group label[for="input-review"] ,#n-reviews-form.form-horizontal .form-group label[for="input-review"]{
	vertical-align: top;
}

#review + .form-horizontal .form-group input[type="text"], #review + .form-horizontal .form-group textarea ,#n-reviews-form.form-horizontal .form-group input[type="text"], #n-reviews-form.form-horizontal .form-group textarea {
	width: 375px;
	border: 1px solid #e2e2e2;
	display: inline-block;
	border-radius: 0px;
	box-shadow: none;
}

#review + .form-horizontal .form-group #captcha, #n-reviews-form.form-horizontal .form-group #captcha {
	margin-left: 138px;
}

#review + .form-horizontal button , #n-reviews-form.form-horizontal button {
	background: #ee9521;
	color: #fff;
	text-transform: uppercase;
	padding: 9px 27px;
	border: none;
	-webkit-transition: all 0.2s;
	transition: all 0.2s;
	font: 800 18px Open Sans;
	margin-left: 139px;
	margin-top: 0px;
	outline: none;
}

#review + .form-horizontal button:hover, #n-reviews-form.form-horizontal button:hover{
	opacity: 0.8;
	-webkit-transition: all 0.2s;
	transition: all 0.2s;
}

/* footer */
footer {
	background-image: -webkit-gradient(linear, left top, left bottom, from(#ffffff), to(#f4f4f4));
	background-image: -webkit-linear-gradient(top, #ffffff 0%, #f4f4f4 100%);
	background-image: linear-gradient(to bottom, #ffffff 0%, #f4f4f4 100%);
	margin-top: 0px;
}

.footer-first {
	padding-top: 27px;
}

.footer-first h4 {
	font: 700 15px Open Sans;
	text-transform: uppercase;
	margin-top: 0px;
}

.footer-first ul {
	margin: 0px;
	padding: 0px;
	list-style: none;
	margin-bottom: 20px;
}

.footer-first ul li {
	padding-bottom: 5px;
}

.footer-first ul li a {
	font: 400 14px Open Sans;
	color: #4f3e35;
}

.footer-first form {
	border: 1px solid #f0ecda;
	background: #fff9dd;
	text-align: center;
	padding: 15px 0px;
	margin-top: 0px;
}

.footer-first form input {
	width: 90%;
	border: 1px solid #cbcbcb;
	padding: 7px;
	text-align: center;
	margin: 10px 0px;
}

.footer-first .social {
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	margin-top: 15px;
}

.footer-first .social div {
	margin-right: 8px;
}

.footer-first .social a {
	background: url(../images/social-icon-2.png) no-repeat;
	height: 38px;
	width: 38px;
}

.footer-first .social .facebook a {
	background-position: 9px 0px;
}

.footer-first .social .twitter a {
	background-position: -222px 0px;
}

.footer-first .social .googleplus a {
	background-position: -53px 0px;
}

.footer-first .social .instagram a {
	background-position: -112px 0px;
}

.footer-first .social .youtube a {
	background-position: -171px 0px;
}
.footer-first .social .linkedin a {
	background-position: -268px -1px;
}
.footer-first .social .telegram a {
	background-position: -309px -1px;
	height: 29px !important;
	width: 29px !important;
}

.footer-first .hand-year {
	margin-left: -8px;
}

.btn-green {
	-webkit-border-radius: 0px;
	border-radius: 0px;
	text-shadow: none;
	border: 2px solid #4da14f;
	font: 800 15px Open Sans;
	background: transparent;
	padding: 5px 14px;
	text-transform: uppercase;
	-webkit-transition: all 0.2s;
	transition: all 0.2s;
}

.btn-green span {
	font-size: 13px;
	margin-left: 10px;
}

.btn-green:hover {
	background: #4da14f;
	color: #fff;
}

.footer-second {
	padding-bottom: 10px;
	font: 13px Open Sans;
	color: #999999;
}

.footer-second:before {
	content: "";
	border-top: 1px solid #e5e5e5;
	border-bottom: 1px solid #fff;
	display: block;
	margin-bottom: 10px;
}

.footer-second .footer-language img {
	margin: 0px 10px 0px 20px;
}

.hand-year {
	/*display: inline-block;*/
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	justify-content: center;
	-ms-align-items: center;
	align-items: center;
}

/*            Default style                   */
/* slick slider and lightbox */
a[data-lightbox] {
	display: inline-block;
	position: relative;
}

a[data-lightbox]:after {
	content: "";
	height: 100%;
	width: 100%;
	position: absolute;
	left: 0px;
	top: 0px;
	background: url(../images/lightbox-overlay.png) center center no-repeat;
	background-color: rgba(0, 0, 0, 0.7);
	-webkit-transition: all 0.5s;
	transition: all 0.5s;
	opacity: 0;
}

a[data-lightbox]:hover:after {
	content: "";
	height: 100%;
	width: 100%;
	position: absolute;
	left: 0px;
	top: 0px;
	background: url(../images/lightbox-overlay.png) center center no-repeat;
	background-color: rgba(0, 0, 0, 0.7);
	opacity: 1;
	-webkit-transition: all 0.5s;
	transition: all 0.5s;
}

.slick-slide {
	outline: none;
}

.slick-dots {
	margin: 0px;
	list-style: none;
	text-align: center;
	margin-top: 35px;
}

.slick-dots li {
	display: inline-block;
	margin: 5px;
}

.slick-dots button {
	text-indent: -9999px;
	-webkit-border-radius: 100px;
	border-radius: 100px;
	border: 6px solid #b87ce7;
	background: #b87ce7;
	width: 34px;
	height: 34px;
	outline: none;
}

.slick-dots .slick-active button {
	background: #8d5ab5;
}

/*        end      Dafault style                   */
/* mobile */
@media (max-width: 768px) {
	body {
		min-width: 350px;
	}

	#logo {
		display: block;
		margin: 0 auto;
		text-align: center;
	}

	#logo img {
		display: inline-block;
		max-width: 108px;
		margin-bottom: 10px;
	}
}

section#gallery, section#gallery-block {
	padding: 0;
}

#gallery h1, #gallery-block h1 {
	background: #4f4f4f;
	margin: 0;
	width: 100%;
	font-size: 16px;
	padding: 10px;
	color: #fff;
	text-align: center
}

#gallery .container, #gallery-block .container {
	padding-top: 20px;
	padding-bottom: 20px;
}

#gallery .photogallery a, #gallery-block .photogallery a {
	font-size: 0px;
	outline: none;
}

#gallery .photogallery img {
	opacity: 1;
	margin: 7px;
	outline: none;
}

#gallery .photogallery a{
	outline: none;
}

#gallery .photogallery img:hover {
	opacity: 0.8
}

#gallery .video-item {
	margin-bottom: 5px;
	overflow: hidden;
}

#gallery .video-item a {
	margin-bottom: 5px;
	border-bottom: 1px dotted #337ab7;
	outline: none;
}

#gallery .video-item a:hover {
	text-decoration: none;
	border-bottom: none;
}

#gallery .video-item p {
	text-align: center;
	margin-top: 5px;
	position: relative;
}

#gallery .video-item p a:after {
	position: absolute;
	content: "";
	width: 18px;
	height: 18px;
	background: url('../images/1455211935_youtube.svg') 0px 0px no-repeat;
	/*top: 4px;*/
	bottom: 1px;
	margin-left: 8px;
	background-size: 18px 18px;
}

.product-gallery {
}


.btn-buy {
	border: 0;
}

#product-gallery .owl-item {
	/*width: 307px !important;*/
}

.product-additional-gallery {
	background: #fff !important
}

.product-additional-gallery .owl-navigation {
}

.product-additional-gallery a.btn-arrow {
	width: 48px;
	height: 48px;
	cursor: pointer;
	display: block;
}

.product-additional-gallery a.next {
	background: url('../images/owl-arrow.png') 0 -48px;
	position: absolute;
	right: 0;
	top: 82px;
}

.product-additional-gallery a.prev {
	background: url('../images/owl-arrow.png');
	position: absolute;
	left: 0;
	top: 82px;
}

.product-additional-gallery {
	position: relative;
}

.product-additional-gallery img {
	opacity: 1;
	max-width: 100%;
}

.product-additional-gallery img:hover {
	opacity: 0.8
}

#content-page {
	padding-bottom: 20px;
}

#content-page .mm-wrapper {
	padding: 0px 21px;
	text-align: center;
}

#content-page .mm-wrapper h1 {
	font: 500 22px Open Sans;
	text-align: center;
	padding: 0px 13px;
	margin-top: 15px;
}

#content-page .wrapper {
	border: 3px solid #fcd549;
	padding: 15px;
	margin-top: 15px;
	text-align: left;
	margin-bottom: 25px;
}

#content-page .wrapper img {
	max-width: 100%;
	height: auto;
}

#content-page .wrapper iframe {
	max-width: 100%;
}

@media screen and (max-width: 767px) {
	#content-page .wrapper iframe {
		height: 250px;
	}
}

.navbar-collapse {
	padding: 0 !important
}

#blog-page {
	background-image: -webkit-gradient(linear, left top, left bottom, from(#f1ece7), color-stop(40%, #ffffff));
	background-image: -webkit-linear-gradient(top, #f1ece7 0%, #ffffff 40%);
	background-image: linear-gradient(to bottom, #f1ece7 0%, #ffffff 40%);
	padding-bottom: 20px;
}

section#blog-page {
	padding-top: 0
}

#blog-page h1 {
	background: #4f4f4f;
	margin: 0;
	width: 100%;
	font-size: 16px;
	padding: 10px;
	color: #fff;
	text-align: center
}

.our-blog-border {
	background-image: -webkit-gradient(linear, left top, left bottom, from(#4f4f4f), color-stop(30%, #626262));
	background-image: -webkit-linear-gradient(top, #4f4f4f 0%, #626262 30%);
	background-image: linear-gradient(to bottom, #4f4f4f 0%, #626262 30%);
	color: #fff;
	border-bottom: 2px dashed #afafaf;
}

.article-layout {
	border-bottom: 2px dashed #afafaf;
	width: 100%
}

.article-layout:last-child {
	border-bottom: 0 !important;
}

.container-blog {
	width: 100%
}

.article-list .article-item {
	margin: 0 auto;
	margin-top: 30px;
	margin-bottom: 30px;
}

.article-list .article-item span.title {
	display: block;
}

.article-list .article-item span.title a {
	font-size: 16px;
	color: #1f8eea;
	line-height: 20px;
	text-decoration: underline;
}

.article-list .article-item span.title a:hover {
	text-decoration: none;
}

.article-list .article-item span.text {
	display: block;
	color: #333;
	margin-top: 10px;
}

.blog-page-title a {
	background: #4f4f4f;
	margin: 0;
	width: 100%;
	font-size: 16px;
	padding: 5px;
	color: #fff;
	text-align: center;
	display: block;
	text-decoration: none
}

#page-not-found {
	text-align: center;
	font-size: 24px;
}

#page-not-found h1 {
	font-size: 7em;
}

#page-not-found .container {
	margin-bottom: 40px;
}

#page-cart {
	text-align: center;
	font-size: 22px;
}

#page-cart .container {
	margin-bottom: 20px;
}
a.instructions {
	background: #ee9521;
	color: #fff;
	text-transform: uppercase;
	padding: 9px 27px;
	border: none;
	-webkit-transition: all 0.2s;
	transition: all 0.2s;
	font: 400 18px Open Sans;
	outline: none;
}
a:hover.instructions{
	opacity: 0.8;
	-webkit-transition: all 0.2s;
	transition: all 0.2s;
	text-decoration:none
}


#main-menu ul.navbar-right{float:left !important}

/*contact-page*/
#content-page.contact-page .wrapper{
	padding-top: 0px;
	padding-bottom: 20px;
	border-color: transparent;
}

#content-page.contact-page h3{
	font-size: 20px;
}
.contact-page .buttons{
	padding-left: 5px;
}
.contact-page .captcha-img{
	margin-top: 10px;
	display: block;
}

.contact-page  .contact-image-logo{
	padding-left: 0px;
}
.contact-page  .contact-address{
	padding-left: 5px;
}

.contact-page label{
	/*width: 125px;*/
	margin-right: 0px;
	text-align: right;
	font: 300 15px Open Sans;
	vertical-align: middle;
	padding-top: 0;
}

.contact-page textarea, .contact-page input{
	/*width: 400px;*/
	border: 1px solid #e2e2e2;
	/*display: inline-block;*/
	border-radius: 0px;
	box-shadow: none;
	max-width: 600px;
}


.contact-page .contact-phone strong, .contact-page .contact-address strong{
	padding-bottom: 5px;
	padding-top: 5px;
	display: block;
}


.contact-page .buttons .btn {
	background: #ee9521;
	color: #fff;
	text-transform: uppercase;
	padding: 9px 27px;
	border: none;
	-webkit-transition: all 0.2s;
	transition: all 0.2s;
	font: 800 18px Open Sans;
	margin-top: 0;
	outline: none;
	border-radius: 0;
	width: auto;
}

.contact-page .buttons .btn:hover{
	opacity: 0.8;
	-webkit-transition: all 0.2s;
	transition: all 0.2s;
}

/* faq accordion */
.acordion{}
.acordion .item{border-bottom: 1px solid #ccc; padding: 16px;}
.acordion .item:first-child{padding-top: 0;}
.acordion .item:last-child{border-bottom: 1px solid transparent;padding-bottom: 0;}
.acordion .item .text-accordion{cursor: pointer; font-weight: 600;font-size: 15px;}
.acordion .item .text-accordion:before{
	content: "";
	display: inline-block;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 6px 0 6px 6px;
	border-color: transparent transparent transparent #000 ;
	margin-right: 16px;
	margin-left: 3px;
	transition: all .3s;
}
.title-accordion.open .text-accordion:before{
	transform: rotate(90deg);
	transition: all .3s;
}
.acordion .item .content-accordion{color:#4f3e35;margin-top: 6px;}
.acordion .item .content-accordion p{margin: 0;}


body{
	background: #f4f4f4;
}

section{
	background: #fff;
}

@media screen  and (max-width: 1280px){
	html #main-menu a{
		padding: 5px 6px;
		font-size: 16px;
	}
	html[lang*=ua] #main-menu a{
		padding: 5px 5px;
		font-size: 16px;
	}
	#main-menu li input{
		width: 182px;
	}
	html[lang*=ua] #main-menu li input{
		width: 171px;
	}
	#logo img {
		margin-top: 32px;
	}
	#main-four-block .mfb-item{
		margin-right: 3px;
		width: 230px;
	}
	#main-four-block .mfb-item:last-child{
		margin-right: 0;
	}
	#main-four-block .mfb-item .mfb-right{
		width: 169px;
	}
	.gtdb-item{
		width: 230px;
	}
}

@media screen and (min-width: 1199px) and (max-width: 1250px){
	.hidden-lg{
		display: none;
	}
}


body, .container{min-width: 992px;}
#map-store{background: #fff;}
#map-store #map-wrapper{position: relative;overflow: hidden;}
#map-store #map{
	height: 460px;
	width: 100%;
}
#map-store #map-wrapper .transparent-line{
	width: 100%;
	height: 60px;
	position: absolute;
	bottom: 0;
	left: 0;
	background-image: -webkit-linear-gradient(top, rgba(255,255,255,0)0%, rgba(255,255,255,1)80%);
	background-image: -moz-linear-gradient(top, rgba(255,255,255,0)0%, rgba(255,255,255,1)80%);
	background-image: -ms-linear-gradient(top, rgba(255,255,255,0)0%, rgba(255,255,255,1)80%);
	background-image: -o-linear-gradient(top, rgba(255,255,255,0)0%, rgba(255,255,255,1)80%);
	background-image: linear-gradient(to bottom, rgba(255,255,255,0)0%, rgba(255,255,255,1)80%);
	z-index: 100;
}
#map-store #map-store-tab .acordion{
	margin: 15px auto;
}
#map-store #map-store-tab .acordion .item{ width: 48%; margin: 0 1% ;display:inline-block; vertical-align: top;}
#map-store #map-store-tab .acordion .content-accordion a{text-decoration: underline;}
#map-store #map-store-tab .acordion .content-accordion a:hover{text-decoration: none;}
#map-store #map-store-tab .acordion .content-accordion a:focus{outline: none;}
/*map overlay*/
#map-overlay-wrapper{
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	background: rgba(0,0,0,0.5);
	transition: all 0.9s;
	z-index: 102;
}
#map-overlay-wrapper .mew-dialog{
	position: absolute;
	left: 50%;
	top: 50%;
	margin-left: -250px;
	margin-top: -60px;
	width: 500px;
	height: 120px;
	padding: 30px;
	text-align: center;
	background: rgba(0,0,0,0.5);
	color: white;
}
#map-overlay-wrapper .mew-dialog .mew-view{
	background: none;
	border: none;
	box-shadow: none;
	text-decoration: underline;
	outline: none;
}
#map-overlay-wrapper .mew-dialog .mew-view:hover{
	text-decoration: none;
}
.row  .col-xs-12  .acordion  p {display: none;}
.row  .col-xs-12  .acordion  .item p {display: block;}
.row  .col-xs-12  .acordion   .item .title-accordion + p, .row  .col-xs-12  .acordion   .item .title-accordion + p + p  {display: none;}
.info-window-text a{outline: none;}
.where-buy {
    text-align: center;
}
.where-buy a,
.where-buy a:hover {
    color: #fff;
	text-accordion: none;
}
.is_mobile {
	background: #4f4f4f;
	margin: 0;
	width: 100%;
	font-size: 5em;
	color: #fff;
	text-align: center;
}
.is_mobile a{color: #fff; text-decoration: none;padding: 10px; display: block}
#_3drotate object {
    text-align: center;
    margin: 0 auto;
    display: block;
	width: 800px;
	height: 600px
}


.video-flex-container {
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	-webkit-flex-wrap: wrap;
	-moz-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	-o-flex-wrap: wrap;
	flex-wrap: wrap;
}


@media screen and (max-width: 1280px) {
	#main-four-block .mfb-wrapper {
		display: -webkit-flex;
		display: -moz-flex;
		display: -ms-flex;
		display: -o-flex;
		display: flex;
		-webkit-flex-wrap: wrap;
		-moz-flex-wrap: wrap;
		-ms-flex-wrap: wrap;
		-o-flex-wrap: wrap;
		flex-wrap: wrap;
		justify-content: center;
	}
	#main-four-block .mfb-wrapper .mfb-item {
		margin-right: 30px;
		margin-left: 30px;
		width: 230px;
	}
	#main-four-block .mfb-wrapper .mfb-item:nth-child(3) {
		margin-bottom: 20px;
	}


	body > footer > div.footer-first > div > div > div.col-xs-7.col-sm-7 > div > div.col-xs-6.col-sm-6.text-right {
	  display: flex;
	  align-items: center;
	}

	.footer-first .social {
	  display: flex;
	  flex-wrap: wrap;
	  float: left;
	}
	.footer-first .social > * {
	  width: 60px;
	}
	.footer-first .social > :nth-child(3) {
	  margin-bottom: 0;
	}
	.social .telegram a {
		left: -4px;
	}

}


/* top-info-banner */
.top-info-banner {
  position: relative;
  display: none;
  align-items: center;
  padding: 22px 0px 34px 0px;
  background: #fff;
}
.top-info-banner.active {
  display: flex;
}
.top-info-banner:before {
  content: '';
  position: absolute;
  left: 0;
  bottom: 9px;
  width: 100%;
  height: 1px;
  background: #DCD9D6;
}
.top-info-banner > .container {
  display: flex;
  align-items: center;
}
.top-info-banner .text {
  margin: 0 auto 0 0;
}
.top-info-banner .more {
  position: relative;
  display: inline-block;
  margin: 0 0 0 0;
  color: #4CA34F;
  text-decoration: none;
}
.top-info-banner .more:before {
  content: '';
  position: absolute;
  left: 0px;
  bottom: 0px;
  height: 1px;
  width: 0;
  background: #4CA34F;
  transition: width 0.3s;
}
.top-info-banner .more:hover:before {
  width: 100%;
}
.top-info-banner .close-banner, .top-info-banner .ok-banner {
  width: 180px;
  height: 40px;
  font: 400 16px/40px Open Sans;
  text-align: center;
  color: #4C301F;
  text-decoration: none;
  background: #e5e5e5;
}
.top-info-banner .ok-banner {
  width: 80px;
  margin-right: 25px;
}

/* bottom-info-banner */
.bottom-info-banner {
  display: none;
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  align-items: center;
  padding: 25px 0px 25px 0px;
  /*background: #67a844;*/
  background: linear-gradient(0deg, rgb(43, 131, 181) 0%, rgb(23,82,145) 84%);
}
.bottom-info-banner.active {
  display: flex;
}
.bottom-info-banner > .snowfall {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  pointer-events: none;
}
.bottom-info-banner > .container {
  display: flex;
  align-items: center;
  position: relative;
}
.bottom-info-banner .text {
  margin: 0 auto 0 0;
  color: #fff;
  font-size: 20px;
  line-height: 22px;
}
.bottom-info-banner .text a {
	color: #fff;
	text-decoration: none;
}
.bottom-info-banner .more {
  position: relative;
  display: inline-block;
  margin: 5px 0 0 0;
  font-size: 15px;
  color: #eeeeee;
  text-decoration: none;
}
.bottom-info-banner .ok-banner {
  width: 180px;
  height: 40px;
  font: 400 16px/40px Open Sans;
  text-align: center;
  color: rgb(23,82,145);
  text-decoration: none;
  background: #fff;
  width: 80px;
  margin-right: 25px;
}
.bottom-info-banner .ok-banner:hover {
  opacity: 0.8;
}
/* ---- */

.featured-catalog-button {
	margin-top: 70px;
	margin-bottom: 50px;
}
/*custom-popup*/
.custom-popup-wrap {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  padding: 0 10px 0 10px;
  background: rgba(0, 0, 0, 0.6);
  z-index: 10; }
  .custom-popup-wrap.open {
    display: flex;
    justify-content: center;
    align-items: center; }
  .custom-popup-wrap .custom-popup {
    position: relative;
    display: flex;
    flex-direction: column;
    width: 100%;
    max-width: 400px;
    height: auto;
    border-radius: 0;
    overflow: hidden; }
    .custom-popup-wrap .custom-popup .custom-popup-header {
      flex: 1;
      padding: 10px;
      font-size: 15px;
      color: #333;
      text-align: center;
      background: #eee; }
    .custom-popup-wrap .custom-popup .custom-popup-content {
      flex: 4;
      padding: 10px;
      min-height: 80px;
      text-align: center;
      background: #fbfbfb; }
      .custom-popup-wrap .custom-popup .custom-popup-content strong {
        font-size: 16px; }
    .custom-popup-wrap .custom-popup .custom-popup-links {
      /*flex: 1;*/
      display: flex;
      justify-content: space-between; }
      .custom-popup-wrap .custom-popup .custom-popup-links a {
        flex: 1;
        padding: 15px 10px;
        text-align: center;
        line-height: 15px;
        display: flex;
        align-items: center;
        justify-content: center; }
        .custom-popup-wrap .custom-popup .custom-popup-links a:hover {
          text-decoration: none; }
        .custom-popup-wrap .custom-popup .custom-popup-links a:first-child {
          color: #fff;
          background: #a8a8a8; }
          .custom-popup-wrap .custom-popup .custom-popup-links a:first-child:hover {
            background: gray; }
        .custom-popup-wrap .custom-popup .custom-popup-links a:last-child {
          color: #fff;
          background: #4da14f; }
          .custom-popup-wrap .custom-popup .custom-popup-links a:last-child:hover {
            background: #257927; }
/*checkbox-default*/
.checkbox-default {
  position: relative;
  padding: 3px 0 0 33px;
  font: 400 15px Open sans;
  color: #0c2044; }
  .checkbox-default:before {
    content: "";
    display: block;
    position: absolute;
    left: 0;
    top: 5px;
    width: 18px;
    height: 18px;
    border: 2px solid #4da14f;
    border-radius: 0;
    background: #fff;
    -webkit-transition: all .3s;
    transition: all .3s; }
  .checkbox-default:after {
    content: '';
    display: block;
    position: absolute;
    left: 7px;
    top: 9px;
    width: 3px;
    height: 6px;
    border: solid transparent;
    border-width: 0 2px 2px 0;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    -webkit-transition: all .3s;
    transition: all .3s;
    box-sizing: content-box; }
  .checkbox-default.active, .checkbox-default:active {
    box-shadow: none; }
    .checkbox-default.active:before, .checkbox-default:active:before {
      background: #4da14f;
      -webkit-transition: all .3s;
      transition: all .3s; }
    .checkbox-default.active:after, .checkbox-default:active:after {
      border-color: #fff;
      -webkit-transition: all .3s;
      transition: all .3s;
      box-sizing: content-box; }
  .checkbox-default input {
    display: none;
    }			
/*radio-default*/
.radio-default {
  position: relative;
  padding: 3px 0 0 33px;
  font: 400 15px Open sans;
  text-transform: uppercase;
  white-space: normal;
  text-align: left; }
  .radio-default:before {
    content: "";
    display: block;
    position: absolute;
    left: 0;
    top: 3px;
    width: 21px;
    height: 21px;
    border: 2px solid #4da14f;
    border-radius: 100%; }
  .radio-default:after {
    content: "";
    display: block;
    position: absolute;
    width: 9px;
    height: 9px;
    left: 6px;
    top: 9px;
    border-radius: 100%;
    background: transparent;
    -webkit-transition: all .3s;
    transition: all .3s; }
  .radio-default.active, .radio-default:active {
    box-shadow: none; }
    .radio-default.active:after, .radio-default:active:after {
      background: #ee9521;
      -webkit-transition: all .3s;
      transition: all .3s; }
  .radio-default input {
    display: none; }

.agree-informed {
  margin-top: 30px; }

.agree-informed .link-blue {
  display: inline-block;
  margin-top: 9px;
  vertical-align: top;
  line-height: 1; }

.more-details {
  padding-left: 33px;
  max-height: 0;
  overflow: hidden;
  -webkit-transition: max-height .6s;
  transition: max-height .6s; }
  .more-details input {
    margin-top: 17px; }
  .more-details .bootstrap-select {
    margin-bottom: 10px; }
    .more-details .bootstrap-select [title='Nothing selected'] {
      color: #8b8e94; }
  .more-details .text-danger {
    width: 324px;
    text-align: center; }

.active + .description + .more-details {
  max-height: 500px;
  -webkit-transition: max-height .6s;
  transition: max-height .6s;
  overflow: visible; }
  .active + .description + .more-details input {
    margin-top: 17px; }

.delivery .block-title {
  margin-bottom: 28px;
  text-align: left;
  background: #b8b8b8; }

.delivery .description {
  color: #8b8e94;
  padding-left: 33px; }

/*select*/
.bootstrap-select {
  margin-bottom: 10px; }
  .bootstrap-select .btn-default {
    cursor: pointer;
    width: 324px;
    height: 41px;
    background: #fff;
    border: 1px solid  #e2e2e2;
    border-radius: 0;
    padding: 7px 25px 10px 13px;
    font: 400 15px Open sans;
    box-shadow: none !important; }
    .bootstrap-select .btn-default:focus {
      outline: none !important;
      background: none !important; }
    .bootstrap-select .btn-default:active, .bootstrap-select .btn-default.active {
      background: #fff;
      border: 1px solid  #e2e2e2; }
  .bootstrap-select .dropdown-menu {
    border-radius: 0;
    border: 1px solid  #e2e2e2;
    background: #fff;
    font-size: 15px;
    width: 324px;
    box-shadow: none; }
    .bootstrap-select .dropdown-menu li:focus {
      outline: none !important; }
    .bootstrap-select .dropdown-menu a {
      padding: 7px 13px 10px; }
  .bootstrap-select.open > .dropdown-toggle.btn-default, .bootstrap-select.open > .dropdown-toggle.btn-default:hover {
    background: #fff !important;
    border: 1px solid  #e2e2e2; }

.bootstrap-select > .dropdown-toggle.bs-placeholder, .bootstrap-select > .dropdown-toggle.bs-placeholder:active, .bootstrap-select > .dropdown-toggle.bs-placeholder:focus, .bootstrap-select > .dropdown-toggle.bs-placeholder:hover {
  color: #333; }

/*remove*/
.remove {
  display: block;
  padding: 2px 1px 1px 2px;
  height: 22px;
  width: 22px;
  font-size: 16px;
  color: #626262;
  line-height: 1px;
  background: none;
  opacity: 1;
  -webkit-transition: all .4s;
  transition: all .4s;
  cursor: pointer;
  outline: none;
  border: 0; }
  .remove:hover:before {
    background: #ffa287; }
  .remove:hover:after {
    background: #ffa287; }
  .remove:before {
    content: '';
    position: absolute;
    top: 7px;
    left: 0;
    height: 2px;
    width: 18px;
    background: #b8b8b8;
    transform: rotate(45deg); }
  .remove:after {
    content: '';
    position: absolute;
    top: 7px;
    left: 0;
    height: 2px;
    width: 18px;
    background: #b8b8b8;
    transform: rotate(-45deg); }

/*cart*/
.your-order .block-title {
  margin-bottom: 28px;
  text-align: left; }

.your-order .yo-cart .yoc-item {
  padding-left: 50px;
  padding-bottom: 18px;
  margin-bottom: 18px;
  position: relative;
  border-bottom: 2px dashed #e5e3e2; }

.your-order .yo-cart .yoc-left {
  float: left;
  margin-top: 0; }

.your-order .yo-cart .yoc-item .remove {
  position: absolute;
  left: 0;
  top: 50%;
  margin-top: -17px; }

.your-order .yo-cart .yoc-right {
  padding-left: 80px; }

.your-order .yo-cart .yoc-title a {
  color: #4da14f; }

.yo-data label {
  min-width: 160px; }

.yo-data .text-danger {
  text-align: center;
  padding-left: 41px; }

.checkout-bottom {
  display: inline-block;
  vertical-align: top;
  margin-top: 28px;
  margin-bottom: 20px; }
  .checkout-bottom + .checkout-bottom {
    margin-left: 30px;
    text-decoration: underline; }
    .checkout-bottom + .checkout-bottom:hover {
      text-decoration: none; }

#payment .block-title {
  margin-bottom: 28px;
  text-align: left;
  background: #b8b8b8; }

.text-danger {
  color: #ff0000; }

.input-error-border {
  border-color: #ff0000 !important; }

.required {
  color: #ff0000; }
.form-group input[type="text"], .form-group input[type="email"], .form-group input[type="tel"], .form-group input[type="[password"] {
  display: inline-block;
  width: 324px;
  border: 1px solid #e2e2e2;
  color: #081245;
  min-height: 38px;
  padding: 0 10px;
  outline: none;
  /* Firefox 19+ */
  /* Firefox 18- */ }
  .form-group input[type="text"]::-webkit-input-placeholder, .form-group input[type="email"]::-webkit-input-placeholder, .form-group input[type="tel"]::-webkit-input-placeholder, .form-group input[type="[password"]::-webkit-input-placeholder {
    color: #333; }
  .form-group input[type="text"]::-moz-placeholder, .form-group input[type="email"]::-moz-placeholder, .form-group input[type="tel"]::-moz-placeholder, .form-group input[type="[password"]::-moz-placeholder {
    color: #333; }
  .form-group input[type="text"]:-moz-placeholder, .form-group input[type="email"]:-moz-placeholder, .form-group input[type="tel"]:-moz-placeholder, .form-group input[type="[password"]:-moz-placeholder {
    color: #333; }
  .form-group input[type="text"]:-ms-input-placeholder, .form-group input[type="email"]:-ms-input-placeholder, .form-group input[type="tel"]:-ms-input-placeholder, .form-group input[type="[password"]:-ms-input-placeholder {
    color: #333; }
/*quantity*/
.product-quantity {
  float: right;
  margin-top: 7px; }
  .product-quantity .qty {
    width: 30px;
    border: 1px solid #e2e2e2;
    height: 31px;
    text-align: center; }
  .product-quantity .btn {
    position: relative;
    background: #b8b8b8;
    color: #fff;
    font-size: 20px;
    line-height: 17px;
    margin-top: -3px;
    border-radius: 50%;
    width: 16px;
    height: 16px;
    padding: 5px 0 0; }
    .product-quantity .btn:before {
      content: '';
      position: absolute;
      top: 6px;
      left: 2px;
      width: 10px;
      height: 2px;
      background: #fff; }
    .product-quantity .btn:after {
      content: '';
      position: absolute;
      top: 6px;
      left: 2px;
      width: 10px;
      height: 2px;
      background: #fff;
      transform: rotate(90deg); }
    .product-quantity .btn.qtyminus {
      padding-top: 2px;
      font-size: 24px; }
      .product-quantity .btn.qtyminus:after {
        display: none; }
.total {
	text-align: right;
	margin-bottom: 22px;
}
.total p {
	margin:0;
	padding:0
}	


.payment-method {
	display: inline-block;
	padding: 0 10px;
}



.checkout-confirm h2 {
  text-align: center;
}
@media screen and (max-width: 767px) {
  .checkout-confirm h2 {
    font-size: 18px;
  }
}
.checkout-confirm .content .form {
  margin: 0 auto;
}
.checkout-confirm .content .form tr td {
  padding: 10px;
}
@media screen and (max-width: 767px) {
  .checkout-confirm .content .form tr td {
    padding: 5px;
    font-size: 12px;
  }
}
.checkout-confirm .content .form input, .checkout-confirm .content .form select {
  padding: 2px 5px;
  height: 32px;
  background-color: white;
  border: 2px solid #a2a2a4;
  -webkit-border-radius: 0;
          border-radius: 0;
  -webkit-box-shadow: none;
          box-shadow: none;
  outline: none;
}
.checkout-confirm .buttons .pull-right {
  float: none !important;
  padding: 20px 0;
  text-align: center;
}
.checkout-confirm .buttons input[type="submit"] {
  display: inline-block;
  max-width: 380px;
  width: 100%;
  height: 46px;
  font: 700 16px/19px Open Sans, sans-serif;
  color: #fff;
  background: #4fa251;
  -webkit-border-radius: 5px;
          border-radius: 5px;
  border: none;
  outline: none;
  -webkit-transition: background .3s;
  -o-transition: background .3s;
  transition: background .3s;
}
@media screen and (max-width: 767px) {
  .checkout-confirm .buttons input[type="submit"] {
    height: 40px;
    max-width: 255px;
    font: 700 14px/16px Open Sans, sans-serif;
  }
}
.checkout-confirm .buttons input[type="submit"]:hover {
  background: #63b665;
}
.breadcrumbs {
  margin: 0;
  padding: 0;
  list-style: none; }
  .breadcrumbs li {
    position: relative;
    display: inline-block;
    margin-right: 30px !important;
    }
    .breadcrumbs li:before {
      content: '';
      position: absolute;
      top: 10px;
      right: -20px;
      height: 1px;
      width: 8px;
      background: #999;
      transform: rotate(30deg); }
    .breadcrumbs li:after {
      content: '';
      position: absolute;
      top: 14px;
      right: -20px;
      height: 1px;
      width: 8px;
      background: #999;
      transform: rotate(-30deg); }
    .breadcrumbs li:last-child:before {
      display: none; }
    .breadcrumbs li:last-child:after {
      display: none; }
    .breadcrumbs li a {
      display: inline-block; }
	  
.mm-bottom-details {
	color: #333;
	bottom: 43px !important;
	border-bottom:1px solid #b8b8b8;
}	
.mm-bottom-details a {
	color: #333 !important;
	margin: -6px 0px -5px 0 !important;
	padding-bottom: 0 !important;
}
.mm-bottom-details .mm-parts {
    color: #7c675b !important;
    font-weight: 500 !important;
    margin-top: 0 !important;
    width: 112px;
	font: 400 16px Open Sans !important;
    text-align: center;
    text-transform: uppercase !important;
}
.mm-bottom-ua {
    bottom: 40px !important;	
}
.pre-order {
    font-size: 11px; 
}
.bottom-null {
	bottom: 0 !important
}
.fly_p{
	padding-top: 5px;
}
#new_gallery{
	padding: unset;
}

.filter-portfolio a{
	cursor: pointer;
}
ul.filter-portfolio.d-flex{
	display: flex!important;
}

/**
 * Google Material Design Preloader
 *
 * CSS animated SVG implementation of the Google Material Design preloader
 *
 * License: MIT
 * Author: Rudi Theunissen (rudolf.theunissen@gmail.com)
 * Version: 1.1.0
 */
.md-preloader {
	font-size: 0;
	display: inline-block;
	animation: outer 6600ms linear infinite;
}
.md-preloader svg {
	animation: inner 1320ms linear infinite;
}
.md-preloader svg circle {
	fill: none;
	stroke: #448aff;
	stroke-linecap: square;
	animation: arc 1320ms cubic-bezier(0.8, 0, 0.4, 0.8) infinite;
}
@keyframes outer {
	0% {
		transform: rotate(0);
	}
	100% {
		transform: rotate(360deg);
	}
}
@keyframes inner {
	0% {
		transform: rotate(-100.80000000000001deg);
	}
	100% {
		transform: rotate(0);
	}
}
@keyframes arc {
	0% {
		stroke-dasharray: 1 210.48670779051614px;
		stroke-dashoffset: 0;
	}
	40% {
		stroke-dasharray: 151.5504296091716px, 210.48670779051614px;
		stroke-dashoffset: 0;
	}
	100% {
		stroke-dasharray: 1 210.48670779051614px;
		stroke-dashoffset: -151.5504296091716px;
	}
}

body{
	background-color: #fff!important;
}
#new_gallery .grid{
	background-color: #d3d3d3;!important;
}
#new_gallery .preloader_gallery{
	width: 100%;
	text-align: center;
	padding: 100px;
	background-color: #d3d3d3;!important;

}
.portfolio-item{
	z-index: 1;
}
.has-error {
	border: 1px solid #ff0000
}
.modal-body .addmore,
.modal-body .addmore:hover {
	cursor: pointer;
	text-decoration: none;
}
.modal-body .remove-form,
.modal-body .remove:hover {
	color: #ff0000;
	cursor: pointer;
	text-decoration: none;
}
.modal-body .remove-form-parent {
	opacity: 0;
}
.form-file .form-control {
    padding: 9px 12px;
}

.mm-item .btn-buy.out_of_stock {
	position: relative;
	padding-left: 10px!important;
	padding-right: 10px!important;
	min-width: 144px;
	background: #909090!important;
	background-image: -webkit-gradient(linear, left top, left bottom, from(#909090), color-stop(80%, #909090))!important;
	background-image: -webkit-linear-gradient(top, #909090 0%, #909090 80%)!important;
	background-image: linear-gradient(to bottom, #909090 0%, #909090 80%)!important;
}
.cookie-popup {
	position: fixed;
    width: 100%;
    height: auto;
    background: #ccc;
	color: #4C301F;
    bottom: 0;
    padding: 20px;
    z-index: 2;
	text-align: center
}
.cookie-popup .cookie-popup-button .agree,
.cookie-popup .cookie-popup-button .decline {
    width: 180px;
    height: 40px;
    font: 400 16px/40px Open Sans;
    text-align: center;
    color: #4C301F;
    text-decoration: none;
    background: #e5e5e5;
	border: 0;
}
#ocfilter-content {
  margin-top: 8px; }
  #ocfilter-content .dropdown.open .dropdown-toggle {
    border-bottom: 1px solid #fbfbfb !important; }
    #ocfilter-content .dropdown.open .dropdown-toggle:before {
      content: '';
      position: absolute;
      bottom: 0;
      left: 1px;
      right: 1px;
      height: 1px;
      background: #fbfbfb;
      z-index: 9999; }
    #ocfilter-content .dropdown.open .dropdown-toggle:hover, #ocfilter-content .dropdown.open .dropdown-toggle:focus {
      background: #fbfbfb !important;
      border: 1px solid #cec5bd !important;
      border-bottom: 1px solid #fbfbfb !important;
      box-shadow: none !important; }
  #ocfilter-content .dropdown .dropdown-toggle {
    height: 45px;
    background: #fbfbfb !important;
    border: 1px solid #cec5bd !important;
    border-radius: 0;
    box-shadow: none !important; }
    #ocfilter-content .dropdown .dropdown-toggle:hover, #ocfilter-content .dropdown .dropdown-toggle:focus {
      background: #fbfbfb !important;
      border: 1px solid #cec5bd !important;
      box-shadow: none !important; }
    #ocfilter-content .dropdown .dropdown-toggle .fa-angle-down {
      position: relative;
      width: 30px;
      height: 20px;
      border-left: 1px solid #c9c9c9; }
      #ocfilter-content .dropdown .dropdown-toggle .fa-angle-down:before {
        content: '';
        position: absolute;
        top: 9px;
        left: 13px;
        width: 8px;
        height: 1px;
        background: #5a5751;
        transform: rotate(45deg); }
      #ocfilter-content .dropdown .dropdown-toggle .fa-angle-down:after {
        content: '';
        position: absolute;
        top: 9px;
        left: 19px;
        width: 8px;
        height: 1px;
        background: #5a5751;
        transform: rotate(-45deg); }
    #ocfilter-content .dropdown .dropdown-toggle span {
      color: #514d47;
      font-size: 15px;
      font-weight: 400;
      line-height: 20px;
      text-shadow: none; }
  #ocfilter-content .dropdown .dropdown-menu {
    margin: -1px 0 0 0;
    padding: 0;
    width: calc(100% + 18%) !important;
    border: 1px solid #cec5bd;
    border-radius: 0;
    background: #fbfbfb !important;
    box-shadow: none; }
    #ocfilter-content .dropdown .dropdown-menu li {
      padding: 8px 0 !important; }
      #ocfilter-content .dropdown .dropdown-menu li label {
        display: flex;
        align-items: center;
        margin: 0;
        padding: 9px 8px; }
        #ocfilter-content .dropdown .dropdown-menu li label:hover {
          background: #cec5bd; }
          #ocfilter-content .dropdown .dropdown-menu li label:hover .chbox {
            border-color: #fff; }
            #ocfilter-content .dropdown .dropdown-menu li label:hover .chbox.checked:before, #ocfilter-content .dropdown .dropdown-menu li label:hover .chbox.checked:after {
              background: #000; }
      #ocfilter-content .dropdown .dropdown-menu li input[type="checkbox"] {
        display: none; }
      #ocfilter-content .dropdown .dropdown-menu li .chbox {
        display: inline-block;
        margin: 0 16px 0 10px;
        width: 21px;
        height: 21px;
        border: 1px solid #cec4bd; }
        #ocfilter-content .dropdown .dropdown-menu li .chbox.checked {
          position: relative;
          border: none; }
          #ocfilter-content .dropdown .dropdown-menu li .chbox.checked:before {
            content: '';
            position: absolute;
            top: 11px;
            left: 3px;
            width: 7px;
            height: 3px;
            background: #c9c9c9;
            transform: rotate(50deg); }
          #ocfilter-content .dropdown .dropdown-menu li .chbox.checked:after {
            content: '';
            position: absolute;
            top: 10px;
            left: 6px;
            width: 14px;
            height: 3px;
            background: #c9c9c9;
            transform: rotate(-50deg); }
      #ocfilter-content .dropdown .dropdown-menu li .disabled {
        color: #d5d5d5;
        font-size: 15px;
        font-weight: 400;
        line-height: 20px; }
      #ocfilter-content .dropdown .dropdown-menu li a {
        color: #514d47;
        font-size: 15px;
        font-weight: 400;
        line-height: 20px; }
      #ocfilter-content .dropdown .dropdown-menu li small {
        display: none; }
