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

@media screen and (max-width: 1023px) {
	body {
		overflow-x: hidden;
	}
}

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 {
	display: none;
	content: "";
	height: 1px;
	width: 100%;
	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;
}

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

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

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

.webp .social .twitter a {
	background: url(../images/social-icon.webp) -156px 1px no-repeat;
	height: 26px;
	width: 26px;
	display: inline-block;
}
.no-webp .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;
}

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

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

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

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

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

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

.webp .social .youtube a {
	background: url(../images/social-icon.webp) -119px 1px no-repeat;
	height: 26px;
	width: 26px;
	display: inline-block;
}
.no-webp .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;
}

.webp .social .linkedin a {
	background: url(../images/social-icon.webp) -190px 0px no-repeat;
	height: 26px;
	width: 26px;
	display: inline-block;
}
.no-webp .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;
}

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

.no-webp .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 {
	/*hardfix:hardfix*/
	position: absolute;
	top: 20px;
	left: 7%;
	font: 37px 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;
}

.no-webp #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;
}

.webp #main-slider .slick-prev {
	left: 38px;
	z-index: 88;
	width: 50px;
	height: 50px;
	background: url(../images/prev-slide.webp) 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;
}

.no-webp #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;
}

.webp #main-slider .slick-next {
	right: 38px;
	z-index: 88;
	width: 50px;
	height: 50px;
	background: url(../images/next-slide.webp) 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 */
.no-webp .mm-rating {
	width: 103px;
	height: 20px;
	float: right;
	background: url(../images/rating-img-sp.png) center 0px no-repeat;
}
.webp .mm-rating {
	width: 103px;
	height: 20px;
	float: right;
	background: url(../images/rating-img-sp.webp) center 0px no-repeat;
}

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

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

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

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

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

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

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

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

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

.webp .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: 92px;
	height: 75px;
	left: 50%;
	top: 50%;
	margin-top: -44px;
	margin-left: -44px;
	background: url(data:img/png;base64,iVBORw0KGgoAAAANSUhEUgAAAFwAAABLCAYAAAD9POB7AAAABGdBTUEAALGPC/xhBQAAACBjSFJNAAB6JgAAgIQAAPoAAACA6AAAdTAAAOpgAAA6mAAAF3CculE8AAAABmJLR0QA/wD/AP+gvaeTAAAAB3RJTUUH4wQJExob8KQE2AAACKtJREFUeNrtnWtsVMcVx393vWuwXQwB2w0lqaEQLGKpoVVUt0mNG1ArVeoXpDQqaijwzUIVpRVKmhKpaqQIVKImCAqNEyCy3BCnpBCSqtAVxkkwr2AMAvMwtsFZv1k/9sF62cedfhivX1nb+55r8E9erX3X986Zv2bPnjlz56xGcpkHzAGyBp8BsgEtye1GigCcg7/3A/cGn3uS1WCiO54G5AKPAt8E0pNleJLxAV1AJ3AXCCbqwokSPBsoQIqdlmp1kkwQKfpNht8NMROv4JlIoR9TrUqKaEUK74n1ArEKbgGWAgsBk2oVUowO3AEaAH+0J8cieB7wfaToDzN+4CLQHc1J0frb7wDLYzjvQSQNWAAEgL5oTooEE/AUsATjhHRGQEO+4zORI11MdkIkgqcDRchQb5rwzAZykKHkhCHkZIJbgB8Cj6ju0RQgAyl6B/KDNSwTCW4CfgDMVd2TKcRM5Iy6nXHcy0SCFyI/FKaJjkykZwgbvYwn+Hyk4NPExiOAC3CPfSHcpGUmMiKZJj6eQmo5inCCP8n0pCYRWJBajmKsS5mLYleyefPmJTk5OWkNDQ0x5ysMRDZgBwZCB8aO8GWqLSwpKXmisrLy71ar9YUFCxZM1fTuSEZpOlLwuRgkBDSbzTNXrFjx4tWrV/eWlZU9q9qeOBml60jBF6u2bCyZmZm569ate7m1tXXbpk2bDGdfFAzZHhI8HblCY0hyc3MLd+zY8ealS5d+W1RUlK3anhgYWv0KCf4YCpNSb/zqez8pXflEwWT/t2zZsp9VVVW9Y7Vaf5mZmTmV8vAag4s0IaPnq7Rm+bdnP/3KTx/fUfOn515L14IzJvpfi8WSUVJSstZms+0tKyv7kUq7o2Q+SMHTkNkudQiEBjw+S1v+dLptfSSnzJo1a/769etfaW1t3VZaWpqv1P7ImAOkmZC3MihdUBAghHzGhB6Vq8jLyyvcuXPnW/X19ZuLiopmqezHJJiAeSZUj25AFwiBidAj6p6YTGlLly5defLkyberqqpeUN2fCZhtQs6GlCJCP3FisVi+UVxc/KLD4Xh39+7dRar7FYZsEzKdqBQh0OXoTkyglJWVlVdaWrq1o6Nju8H8e6aJMBmtVCNACA3kI3HRaW5u7pO7du1669q1a78vLCxUPrCAmSbArNoKXaALEZv/ngxN09IKCgqeq62tPVBdXb1GcVfNBhFc6ELTEGgJ8OThsVgsGcXFxWvcbvd+hf7dbIjZmkDThRgUXCR3wpuRkZGzcePGrd3d3X9bvXp1ytMZhhBcF8gRnqzhHYacnJwlhw4devvWrVsvLVq0aEb8V4wMQwguxKDUmiYfKULTNNPixYt/fPPmzYoTJ048n4o2DSF4UKBL/60lLDSMBrPZPGPlypW/8Xg85du3b/9uMtsyhOC6QNcxoSsSPERGRsacLVu2/HnDhg1Ju/1aeYQCUnA0ZCCuCCGEsNlstatWrfprY2OjN1ntGGeEC3Uj3OFw2EpLSzfl5+e/lkyxwTgjPChnmKkV3O8d8H740b/3rF27tjpVbRplhKcwIAQ94MP+5cfc2vXrmQtvffCLNc8sXpiqto0ywvWUjGwhcDXX0n5sD8EBJ6AxJyt96eafF756x+5++UxDV9K2C4YwnODJEt57t4UO6zt42m8OHtEICnzX2vo/+d17p9+3u7xR79eJBUMIHhRihOCJJeBx0vV5Bf31nw0eke209XlObztS9+4XNzrtqeyrIQQf7VISM8JFwIe97hhdpypBDw5d1+X13z5Y01i253/19Sr6ahTBxdAIj3tqL3A21tJedQC/q1fqrGn4A7rj1I3Oij+U1xxX2VdDCC4XIOIf2V77V7RZ9+HpbJQHNA1diMCNtv6jW98/W9lidw3E10L8GEJwXYy/JyYS/Pf66Kr5F31DflrS2e85v+f41QOf1t5pU93HUFfNyH2GSoUXI11KFD5cD/jouWyl++xhdP99Qn7a7fW3HjnXVPbmfy5fUtmvMAQNIfhIHx4pjqYLtJ+swO/uHTyiEQzqnjMNneV/rKg55vUH43rXJImAGfCieCE5mnskBu5+RXt1OffaGobPF+hNXf3H//Lh+Yrrrb0ulX2ZhPtmZGWEOaotmYzAgJOuM4fpvVI16niv23t17/Erew+fa7KptjECPGZkDZBvqbZkPEQwgP2yle6zH6P7h4OMAV+g61hdy/7XP/ryjGobo8BlBhyqrRgPZ3MdHV8cxNffNXQsqAvv5Tt3D7168OyRbofHp9rGKOk3I+s7BTFQhYj7vW10fH4QV8uVUcdtPe7PXj90fv+Fpu6IqzcYCB3oMSPFdmCQ/T3O5jp6r1QjxHCQ4RzwNZZXX//HeyevN8R+ZeX0MxgWgtyQbwjB/e7hwesL6H2nbrRXvFR+yqrargTQAcPxdytyE6chaqHI6Xjf0a3/PP2Brced1CWvFCGQGg8J7kNuxle+saqz33N+938v7ztW19Kh2pYE0oXUeNQMsxmFgru9ftunF27ve+PoxYuKxUkGzaFfxrqQZ1Hgy58pmD/vYnN3n0Gn4/HSC9SE/hgr+Fyk6NMkjhqk6MDXV+17AaOkMh8E2hghNoS/TeIaMRRAnOZr+JFajiLc7DKATGgZNr8yRbhEmHqG403nXci94dPV3GLjNtAU7oWJ8id25IeoETYjTSXsyNEddVU3gQzY84CU7RCY4jiBc0xQLHKyDKGOzAFMiz45TuAMkwQckaRkg8jwZtq9jE8PcJYIortIc+A6UvR0psByXIq5A9QR4dcWRLPoIJAJLhfSxRjiVmeFBJD1w5uIYhE8ngr5BUA+D5/wOtCC/GqClFTIH0kWUviHpUZtG1Loe7FeIFELDrOR3wnxoNYY70R+50PcC+6JXuFJRxbTehQZ1RhiBSkGBDLp1IlcqUnY3QHJFCQNWd4pG+l6ZiP9vdHKJLmQftmBdBVOhu9kSDj/B1KvFHP8TMTwAAAAAElFTkSuQmCC) no-repeat;
	opacity: 1;
	-webkit-transition: all 0.2s;
	transition: all 0.2s;
}

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

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

#model-info .mi-wrapper .model-wrapper .mi-price {
	color: #4da14f;
	font: 800 28px Open Sans;
	text-align: center;
	text-transform: uppercase;
	vertical-align: middle;
	margin-top: 24px;

}

#model-info .mi-wrapper .model-wrapper .mi-price sup {
	top: -0.3em!important;
}

.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;
}

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

.webp .footer-first .social a {
	background: url(../images/social-icon-2.webp) 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 .pinterest 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;
}

.no-webp 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;
}

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

.no-webp 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;
}
.webp a[data-lightbox]:hover:after {
	content: "";
	height: 100%;
	width: 100%;
	position: absolute;
	left: 0px;
	top: 0px;
	background: url(../images/lightbox-overlay.webp) 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;
}

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

.no-webp .product-additional-gallery a.prev {
	background: url('../images/owl-arrow.png');
	position: absolute;
	left: 0;
	top: 82px;
}
.webp .product-additional-gallery a.prev {
	background: url('../images/owl-arrow.webp');
	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;
	}

}

@media screen and (max-width: 767px) {
	#main-four-block {
		padding-top: 0;
	}
	
	#main-four-block .mfb-wrapper .mfb-item {
		flex-direction: column;
		text-align: center;
		height: auto;
	}

	#main-four-block .mfb-item .mfb-img {
		margin-right: 0 !important;
		margin-bottom: 10px;
	}
}


/* 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%); */
  background: #eaf5e6;
  border-top: 2px solid #e2e2e2;
}
.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; */
  color: #393333;
  /* font-size: 20px; */
  font-size: 15px;
  /* line-height: 22px; */
  line-height: 15px;
}
.bottom-info-banner .text p:last-of-type {
	margin-bottom: 0;
}
.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); */
  color: #fff;
  text-decoration: none;
  /* background: #fff; */
  background: #4da14f;
  width: 80px;
  margin-right: 25px;
  border-radius: 15px;
}
.bottom-info-banner .ok-banner:hover {
  opacity: 0.8;
}

@media screen and (max-width: 991px) {
	.bottom-info-banner > .container {
		flex-direction: column;
		padding: 0 10px;
	}

	.bottom-info-banner .text {
		margin-bottom: 15px;
		line-height: 18px;
	}
}
/* ---- */

.featured-catalog-button {
	margin-top: 50px;
	margin-bottom: 70px;
}
/*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: 100000; }
  .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;
}
.has-error {
	border: 1px solid #ff0000 !important
}
.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-right: -16px;
  margin-top: 8px; }
@media screen and (max-width: 1279px) {
	#ocfilter-content {
		margin-right: -11px;
	}
}
@media screen and (max-width: 991px) {
	#ocfilter-content {
		margin-right: -15px;
	}
}
  #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: 31px;
      height: 20px;
      border-left: 1px solid #c9c9c9; }
      #ocfilter-content .dropdown .dropdown-toggle .fa-angle-down:before {
        content: '';
        position: absolute;
        top: 9px;
        left: 14px;
        width: 8px;
        height: 1px;
        background: #5a5751;
        transform: rotate(45deg); }
      #ocfilter-content .dropdown .dropdown-toggle .fa-angle-down:after {
        content: '';
        position: absolute;
        top: 9px;
        left: 20px;
        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% + 22px) !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; }

div.account a.logout span{
	background: red;
	right: 48px;
	position: absolute;
	top: -2px;
	display: inline-block;
	padding: 0 3px;
	height: 16px;
	min-width: 16px;
	color: #fff;
	text-align: center;
	line-height: 16px;
	font-size: 11px;
	z-index: 104;
	border-radius: 16px;
}
img.account-product-image{
	height: 64px;
}

.btn-buy.combo_offer_buy {
	display: inline-block;
	padding: 0 20px;
	height: 53px;
	min-width: 110px;
	width: auto;
	font-size: 20px;
	font-weight: 700;
	color: #fff;
	border: none;
	background: #4fa251;
	border-radius: 6px;
	outline: none;
	transition: background 0.3s;
}

.btn-buy.combo_offer_buy:hover {
	background: #428743;
}

.p-currency-char {
	margin: 0 3px 0 0;
	font-weight: normal;
}

#model-info .mi-wrapper .model-wrapper .mi-price sup {
	font-size: 19px;
}

/*// 2019.05.13 - account pages - slipker //*/
.captcha-img,
.account-pages div.form-group select,
.account-pages div.form-group textarea,
.account-pages div.form-group input[type="text"],
.account-pages div.form-group input[type="tel"],
.account-pages div.form-group input[type="email"],
.account-pages div.form-group input[type="password"]
{
	height: 45px;
	background-color: white;
	border: 2px solid #a2a2a4;
	-webkit-border-radius: 0;
	border-radius: 0;
	-webkit-box-shadow: none;
	box-shadow: none;
}
.account-pages div.form-group textarea{
	height: 245px;

}
.account-pages .circle-account p{
	margin: 0 auto;
	padding-bottom: 7px;
	padding-top: 55px;
	width: 85%;
}
.account-pages .circle-account {
	margin: 0 auto;
	background-color: #fff9dd;
	width:  250px;
	height: 250px;
	text-align: center;

}
.account-pages #content{
	/*padding-top: 50px;*/
	padding-bottom: 150px;
}
.account-pages .breadcrumb>li+li:before {
	content: "\003E\00A0"!important;
}
.account-pages .breadcrumb {
	margin-top: 0px;
	margin-bottom: unset;
	background-color: unset;
}
/*.account-pages .form-group select {*/
	/*height: 45px;*/
	/*background-color: white;*/
	/*border: 2px solid #a2a2a4;*/
	/*-webkit-border-radius: 0;*/
	/*border-radius: 0;*/
	/*-webkit-box-shadow: none;*/
	/*box-shadow: none;*/
/*}*/
.account-pages .block-title {
	margin: 0 0 15px 0;
	font: 700 15px/26px Open Sans, sans-serif!important;
	color: #000;
	background-color: unset!important;
	font-weight: 700!important;
	padding: 0px;
}

.account-pages .form-group .warning-message {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	padding: 2px 0 0 0;
	font: 400 13px/26px Open Sans, sans-serif;
	color: #000;
}

.no-webp .account-pages .form-group .warning-message .warning-icon {
	display: inline-block;
	margin: 0 5px 0 0;
	width: 16px;
	height: 16px;
	background: url(../images/warning-icon.png) 0 0 no-repeat;
	/*background: url(./catalog/view/theme/default/assets/images/warning-icon.png) 0 0 no-repeat;*/
}

.webp .account-pages .form-group .warning-message .warning-icon {
	display: inline-block;
	margin: 0 5px 0 0;
	width: 16px;
	height: 16px;
	background: url(../images/warning-icon.webp) 0 0 no-repeat;
	/*background: url(./catalog/view/theme/default/assets/images/warning-icon.png) 0 0 no-repeat;*/
}
.account-pages input{
	width: 100%!important;
}
.account-pages label{
	font-weight: 400!important;
	padding-bottom: 5px;
}

.account-pages .form-horizontal .form-group {
	 margin-right: 0px;
	 margin-left: 0px;
}


.account-pages .form .btn-group .form-group label {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
}

.account-pages .form-group input[type="checkbox"],
.account-pages .form-group input[type="radio"] {
	display: none;
}

.no-webp .account-pages .form-group input:checked + .icon {
	/*background: url(../images/radio-check.png) 0 0 no-repeat;*/
	width: 20px; height: 20px;
	background: url('../images/checkout_checkbox_sprite.png') -10px -10px;
}

.webp .account-pages .form-group input:checked + .icon {
	/*background: url(../images/radio-check.png) 0 0 no-repeat;*/
	width: 20px; height: 20px;
	background: url('../images/checkout_checkbox_sprite.webp') -10px -10px;
}

.no-webp .account-pages  .form-group .icon {
	display: inline-block;
	margin: 0 15px 0 0;
	width: 20px;
	height: 20px;
	/*background: url(../images/radio-uncheck.png) 0 0 no-repeat;*/
	background: url('../images/checkout_checkbox_sprite.png') -50px -10px;
	/*-webkit-transition: background .3s;*/
	/*-o-transition: background .3s;*/
	/*transition: background .3s;*/
}

.webp .account-pages  .form-group .icon {
	display: inline-block;
	margin: 0 15px 0 0;
	width: 20px;
	height: 20px;
	/*background: url(../images/radio-uncheck.png) 0 0 no-repeat;*/
	background: url('../images/checkout_checkbox_sprite.webp') -50px -10px;
	/*-webkit-transition: background .3s;*/
	/*-o-transition: background .3s;*/
	/*transition: background .3s;*/
}

.account-pages  .confirm-checkbox {
	margin-top: 10px !important;
}

.account-pages  .confirm-checkbox label span {
	display: inline-block;
	margin: 0 5px 0 5px;
	font: 400 15px/26px Open Sans, sans-serif;
	color: #000;
}



/* 28.01.2020 */
.account-pages .circle-account.v2 {
	width: 216px !important;
}

.account-pages .circle-account.v2 #app {
	position: relative;
	top: -50px;
}

.account-pages .circle-account.v2 p {
	padding-top: 22px;
	width: 100%;
	font: 400 15px/22px "Open Sans", sans-serif;
	color: #515151;
}

.account-pages .circle-account.v2 .progress_bar {

}

.account-pages .circle-account.v2 .progress_bar .progress_bar_price {
	display: flex;
	justify-content: space-between;
}

.account-pages .circle-account.v2 .progress_bar .progress_bar_price span {
	margin-bottom: 3px;
	font: 400 15px/22px "Open Sans", sans-serif;
	color: #515151;
}



.account-pages .personal_offers .table_wrap {
	display: flex;
	width: 100%;
	max-width: 950px;
}

.account-pages .personal_offers .table_wrap .table-responsive {
	flex: 1;
	width: auto;
	margin-right: 15px;
}

.account-pages .personal_offers .table_wrap .circle {
	width: auto;
}

.account-pages .personal_offers .table_wrap .circle .circle-account.v2 {
	top: 0;
}

@media screen and (max-width: 767px) {
	.account-pages .personal_offers .table_wrap {
		flex-direction: column;
	}

	.account-pages .personal_offers .table_wrap .circle .circle-account.v2 {
		top: 40px;
	}

	.account-pages .personal_offers {
		padding-top: 0 !important;
		padding-bottom: 0 !important;
	}

	.account-pages .account_main .circle-account.v2 {
		top: 40px;
	}

	#our-last-article-2 {
		padding-top: 20px !important;
		padding-bottom: 0 !important;
	}
}






/* Подарок */

@keyframes bg-change{
	0%{
		background-color: #F0E2DB;
	}
	100%{
		background-color: #EFA5B2;
	}
}
.account-pages .gift {
	position: relative;
	top: 70px;
	left: 50%;
	width: 50px;
	height: 50px;
	transform-origin: 0% 0%;
	cursor: pointer;
	transform: translate(-50%, -50%);
	transition: 1s;
	/*   animation: dukdik 0.5s infinite; */
}
.account-pages .dukdik{
	transform-origin: 0% 0%;
	cursor: pointer;
	animation: dukdik 0.5s infinite;
}
@keyframes dukdik {
	0% {
		transform: rotate(0deg) translate(-50%, -50%);
	}
	25%{
		transform: rotate(1deg) translate(-50%, -50%);
	}
	50%{
		transform: rotate(0deg) translate(-50%, -50%);
	}
	70%{
		transform: rotate(-1deg) translate(-50%, -50%);
	}
	100%{
		transform: rotate(0deg) translate(-50%, -50%);
	}
}
.account-pages .gift-top {
	position: relative;
	width: 110%;
	height: 25%;
	background: #F54537;
	border-radius: 5px 5px 0 0;
	transform: translate3d(-5%, 0, 0);
	background-image: linear-gradient(to right, #F54537 0%, #F54537 44%, #FFC113 44%, #FFC113 56%, #F54537 56%, #F54537 100%);
	transition: 1s;
}
.account-pages .gift-top.boxOpen{
	animation: box-open 1s;
	opacity:0;
}
@keyframes box-open{
	0%{
		top:0px;
		opacity:1;
	}
	100%{
		top:-50px;
		opacity:0;
	}
}
.account-pages .gift-top::before,
.account-pages .gift-top::after {
	content: "";
	width: 15px;
	height: 15px;
	border: 10px solid #FFC113;
	border-radius: 50% 50% 0 50%;
	position: absolute;
	top: 0;
	left: 50%;
	transform: translate3d(-100%, -100%, 0) skew(10deg, 10deg);
}

.account-pages .gift-top::after {
	border-radius: 50% 50% 50% 0;
	transform: translate3d(0, -100%, 0) skew(-10deg, -10deg);
}

.account-pages .gift-text {
	position: absolute;
	top: 50%;
	left: 50%;
	margin: 0;
	color: #FFFFFF;
	white-space: nowrap;
	transform: translate3d(-50%, -50%, 0) scale(.5);
	transform-origin: center center;
	z-index: -1;
	opacity:1;
	transition: 5s;
}

.account-pages .gift-box {
	width: 100%;
	height: 75%;
	position:relative;
	background-image: linear-gradient(to right, #D43130 0%, #D43130 45%, #FF900A 45%, #FF900A 55%, #D43130 55%, #D43130 100%);
	border-radius: 0 0 5px 5px;
	transition: 1s;
}
.account-pages .gift-box.boxDown{
	animation: box-down 1s;
	opacity:0;
}
@keyframes box-down{
	0%{
		top:0px;
		opacity:1;
	}
	100%{
		top:50px;
		opacity:0;
	}
}

.mobile_filters_btn,.mm-bottom-details, .mm-top, .mm-img{
	cursor: pointer;
}

.combo_offer_wrap .combo_offer_block .total_price_options li .option_value {
	white-space: nowrap;
}

#top-mobile-banner {
	display: none!important;
}
@media screen and (max-width: 767px) {
	#top-mobile-banner {
		display: block!important;
	}
}
.share-button li:first-child span {
	font: 300 22px Open Sans;
	vertical-align: middle;
}
.share-button {
    position: absolute;
    bottom: 0;
}
.share-button ul {
	padding: 0;
    margin: 0;	
}
.share-button ul li {
	list-style-type: none;
	display: inline-block;
}
.share-button ul li img {
	width: 32px;
	height: 32px;	
	filter: grayscale(100%); 
	opacity: 0.5;
}
.share-button ul li img:hover {
    filter: none;
	opacity: 1;
}
.combo_offer_wrap .combo_offer_block ul.combo_offer_products {
	list-style: none;
}

.basket_icon {
	position: absolute;
	top: 8px;
	left: 2px;
	width: 27px;
	height: 25px;
	background: url(../images/basket_icon.svg) 0 0/contain no-repeat;
}

@media screen and (max-width: 767px) {
	.basket_icon {
		display: none;
	}
}
.gt-description-block .gtdb p:last-child {
	margin-bottom: 0;
}
.gt-description-block .gtdb p {
	margin: 0 0 0 5px;
}

.social .pinterest a {
	background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/PjxzdmcgaGVpZ2h0PSI2MHB4IiB2ZXJzaW9uPSIxLjEiIHZpZXdCb3g9IjAgMCA2MCA2MCIgd2lkdGg9IjYwcHgiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6c2tldGNoPSJodHRwOi8vd3d3LmJvaGVtaWFuY29kaW5nLmNvbS9za2V0Y2gvbnMiIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIj48dGl0bGUvPjxkZWZzLz48ZyBmaWxsPSJub25lIiBmaWxsLXJ1bGU9ImV2ZW5vZGQiIGlkPSJmbGF0IiBzdHJva2U9Im5vbmUiIHN0cm9rZS13aWR0aD0iMSI+PGcgaWQ9InBpbnRlcmVzdCI+PHBhdGggZD0iTTMwLDYwIEM0Ni41Njg1NDMzLDYwIDYwLDQ2LjU2ODU0MzMgNjAsMzAgQzYwLDEzLjQzMTQ1NjcgNDYuNTY4NTQzMywwIDMwLDAgQzEzLjQzMTQ1NjcsMCAwLDEzLjQzMTQ1NjcgMCwzMCBDMCw0Ni41Njg1NDMzIDEzLjQzMTQ1NjcsNjAgMzAsNjAgWiIgZmlsbD0iI0NBNDYzOCIgaWQ9IlBpbnRlcmVzdCIvPjxwYXRoIGQ9Ik0zMi43NTk0NTM0LDM5LjA4NDQwMTEgQzM5LjM2NTA2MDcsMzkuMDg0NDAxMSA0My44NDYxNTM4LDMyLjkzNzA0OTMgNDMuODQ2MTUzOCwyNC43MDgzMTA2IEM0My44NDYxNTM4LDE4LjQ4NzkwMTMgMzguNjgzMjk2LDEyLjY5MjMwNzcgMzAuODM4NzMyNSwxMi42OTIzMDc3IEMyMS4wNzYzOTMsMTIuNjkyMzA3NyAxNi4xNTM4NDYyLDE5LjgzNzUxMDYgMTYuMTUzODQ2MiwyNS43OTU3NTQ4IEMxNi4xNTM4NDYyLDI5LjQwMzUzMjEgMTcuNDkwODcwNSwzMi42MTMyNTEzIDIwLjM2MTY0NDUsMzMuODA5NTMwMSBDMjAuODMxOTU5LDM0LjAwNTU1MjYgMjEuMjUzMzg2NywzMy44MTU4NDM3IDIxLjM5MDMyODcsMzMuMjg0NTk4NSBDMjEuNDgzOTc5MywzMi45MTYzMDQ2IDIxLjcxMDQ0ODgsMzEuOTg3MzAxOSAyMS44MDg4MTE0LDMxLjYwMDk2OTEgQzIxLjk0NjYzNjgsMzEuMDc0ODM0OSAyMS44OTM2MjcsMzAuODkwNTM3NiAyMS41MTM3MjM2LDMwLjQzMTc0ODYgQzIwLjY4Njc3MTEsMjkuNDM0MTk4MiAyMC4xNTkwMjkzLDI4LjE0NTMxOTcgMjAuMTU5MDI5MywyNi4zMTc2Nzk5IEMyMC4xNTkwMjkzLDIxLjAxNzI1MzggMjQuMDQxOTk1NSwxNi4yNzIxMjQ3IDMwLjI3NDc2NzMsMTYuMjcyMTI0NyBDMzUuNzkxMDIzNywxNi4yNzIxMjQ3IDM4LjgyNDA2NjQsMTkuNzEzMDQyMyAzOC44MjQwNjY0LDI0LjMxMDU1MzEgQzM4LjgyNDA2NjQsMzAuMzU4MzkwNSAzNi4yMDI0Mzg0LDM1LjQ2Mjc5NCAzMi4zMDk0NTkzLDM1LjQ2Mjc5NCBDMzAuMTU5MDI5MywzNS40NjI3OTQgMjguNTUxMzYwNiwzMy42NDgwODIgMjkuMDY2MTQ0NCwzMS40MjI2ODQ4IEMyOS42ODI1MzAzLDI4Ljc2NTU1NjggMzAuODgwNTUxMywyNS44OTY3NzI2IDMwLjg4MDU1MTMsMjMuOTc4NjM3NiBDMzAuODgwNTUxMywyMi4yNjI1MzgyIDI5Ljk3NzkxMjYsMjAuODI5MzQ4NyAyOC4xMDkwMjM0LDIwLjgyOTM0ODcgQzI1LjkxMTE3OTIsMjAuODI5MzQ4NyAyNC4xNDYyNDgxLDIzLjE1MDk1MzQgMjQuMTQ2MjQ4MSwyNi4yNTkzNTQyIEMyNC4xNDYyNDgxLDI4LjIzOTEyMiAyNC44MDI2ODU4LDI5LjU3ODUwOTMgMjQuODAyNjg1OCwyOS41Nzg1MDkzIEMyNC44MDI2ODU4LDI5LjU3ODUwOTMgMjIuNTUzNTk4OCwzOS4zMDUzNzc1IDIyLjE1ODY3NTksNDEuMDA4MjQ4NCBDMjEuODAwNTY1NCw0Mi41NTg5OTEzIDIxLjc0Njk2NjcsNDQuMjYzMzY1NCAyMS43OTczMjYsNDUuNzAzNzcwNSBDMjEuOTQ3ODE0OCw0Ni45OTU5NTYxIDIzLjE5OTQzNDYsNDguMDQ4MjI0NCAyNC4yODUyNTE1LDQ2LjYzMDY2ODYgQzI1LjA0ODU5MjMsNDUuMzg1MDgzNSAyNS44NjkzNjAzLDQzLjgxMjA5MjYgMjYuMjk0MDI3Niw0Mi4yMzU0OTM5IEMyNi41NDcyOTY1LDQxLjMwMjU4MjggMjcuNzQwMDE2NSwzNi40Njk5NjUyIDI3Ljc0MDAxNjUsMzYuNDY5OTY1MiBDMjguNDU0NzY1LDM3Ljg2MDE2MiAzMC41NDEyODg3LDM5LjA4NDQwMTEgMzIuNzU5NDUzNCwzOS4wODQ0MDExIFoiIGZpbGw9IiNGRkZGRkYiIGlkPSJQaW50ZXJlc3QiLz48L2c+PC9nPjwvc3ZnPg==)  no-repeat!important;
	height: 26px!important;
	width: 26px!important;
	background-size: 26px 26px!important;
	display: inline-block!important;
}
.footer-first .social .pinterest a {
	-webkit-filter: grayscale(100%);
	-moz-filter: grayscale(100%);
	-ms-filter: grayscale(100%);
	-o-filter: grayscale(100%);
	filter: grayscale(100%);
	filter: gray; /* IE 6-9 */
	opacity: 0.3;
}
.footer-first .social .pinterest a:hover {
	opacity: 0.2;
}

.total_price_options{
	padding-left: 0;
}
#model-info.special_price .mi-wrapper .model-wrapper .mi-price {
	color: #ee9521;
}
#model-info.special_price .text_regular_price {
	display: block;
	margin-top: 15px;
	font: 400 18px Open Sans;
	color: #757575;
}

#model-info.special_price .text_regular_price .price {
	font-weight: bold;
	color: #757575;

}
#model-info.special_price .text_regular_price .price .p-currency-char {
	margin: 0;
	font-weight: 400;
}


.video_price_block {
	width: max-content;
}
@media screen and (max-width: 991px) {
	.video_price_block {
		width: auto;
	}
}


/* Mobile special offers */
@media screen and (max-width: 767px) {
	.mm-item:not(.special) .mm-bottom:not(.mm-bottom-details) .mm-details .basket_icon {
	  display: none !important;
	}
	.mm-item:not(.special) .mm-bottom:not(.mm-bottom-details) .mm-details .add-cart {
	  font-size: 11px !important;
	}

	.mm-item.special .mm-bottom:not(.mm-bottom-details) .special_offer_wrap {
	  position: relative;
	  padding: 0 3px;
	  max-width: 91px !important;
	  height: 32px !important;
	}
	.mm-item.special .mm-bottom:not(.mm-bottom-details) .special_offer_wrap .special_offer {
	  font-size: 10px;
	  line-height: 10px;
	}
	.mm-item.special .mm-bottom:not(.mm-bottom-details) .mm-details {
	  position: absolute;
	  right: 0;
	}
	.mm-item.special .mm-bottom:not(.mm-bottom-details) .mm-details .basket_icon {
	  display: none !important;
	}
	.mm-item.special .mm-bottom:not(.mm-bottom-details) .mm-details .add-cart {
	  font-size: 11px !important;
	}

	.en .mm-item.special .mm-bottom:not(.mm-bottom-details) .special_offer_wrap {
	  padding: 0 3px 0 9px;
	}
	.en .mm-item.special .mm-bottom:not(.mm-bottom-details) .mm-details {
	  width: 100%;
	  max-width: 36px;
	}

	.uk .mm-item:not(.special) .mm-bottom:not(.mm-bottom-details) .special_offer_wrap .mm-parts {
	  width: 93px;
	}
	.uk .mm-item:not(.special) .mm-bottom:not(.mm-bottom-details) .mm-details {
	  width: 100%;
	  max-width: 55px;
	}
	.uk .mm-item.special .mm-bottom:not(.mm-bottom-details) .mm-details {
	  width: 100%;
	  max-width: 55px;
	}

	.de .mm-item:not(.special) .mm-bottom:not(.mm-bottom-details) .special_offer_wrap .mm-parts {
	  width: 97px;
	}
	.de .mm-item:not(.special) .mm-bottom:not(.mm-bottom-details) .mm-details {
	  width: 100%;
	  max-width: 51px;
	}
	.de .mm-item.special .mm-bottom:not(.mm-bottom-details) .special_offer_wrap {
	  padding: 0 0 0 3px;
	}
	.de .mm-item.special .mm-bottom:not(.mm-bottom-details) .special_offer_wrap .special_offer {
	  margin: 3px 0 0 0;
	}
	.de .mm-item.special .mm-bottom:not(.mm-bottom-details) .mm-details {
	  width: 100%;
	  max-width: 51px;
	}

	.es .mm-item:not(.special) .mm-bottom.mm-bottom-details .mm-details a {
	  line-height: 15px;
	}
	.es .mm-item:not(.special) .mm-bottom:not(.mm-bottom-details) .special_offer_wrap .mm-parts {
	  width: 97px;
	}
	.es .mm-item:not(.special) .mm-bottom:not(.mm-bottom-details) .mm-details {
	  width: 100%;
	  max-width: 54px;
	}
	.es .mm-item:not(.special) .mm-bottom:not(.mm-bottom-details) .mm-details .btn-buy {
	  display: flex;
	  align-items: center;
	  margin: 0 !important;
	  height: 32px;
	}
	.es .mm-item:not(.special) .mm-bottom:not(.mm-bottom-details) .mm-details a span {
	  display: inline-block;
	  font-size: 10px !important;
	  line-height: 12px;
	}
	.es .mm-item.special .mm-bottom.mm-bottom-details .mm-details a {
	  line-height: 15px;
	}
	.es .mm-item.special .mm-bottom:not(.mm-bottom-details) .special_offer_wrap {
	  padding: 0 0 0 1px;
	}
	.es .mm-item.special .mm-bottom:not(.mm-bottom-details) .special_offer_wrap .special_offer {
	  margin: 3px 0 0 0;
	}
	.es .mm-item.special .mm-bottom:not(.mm-bottom-details) .mm-details {
	  width: 100%;
	  max-width: 54px;
	}
	.es .mm-item.special .mm-bottom:not(.mm-bottom-details) .mm-details .btn-buy {
	  display: flex;
	  align-items: center;
	  margin: 0 !important;
	  height: 32px;
	}
	.es .mm-item.special .mm-bottom:not(.mm-bottom-details) .mm-details a span {
	  display: inline-block;
	  font-size: 10px !important;
	  line-height: 12px;
	}
}
/* Mobile special offers */


/* Special offers in priduct page */
.special_offer-wrapper {
  width: unset !important;
  background-image: unset !important;
}
.special_offer-wrapper .text_special_offer {
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  height: 137px;
  width: 88px;
  margin-right: 10px;
  background-image: linear-gradient(to bottom, #fe9515 0%, #ffc509 100%);
  border-bottom-left-radius: 20px;
  border-bottom-right-radius: 20px;
  margin-top: -12px;
}
.special_offer-wrapper .text_special_offer span {
  line-height: 18px;
  font-size: 18px;
  text-transform: uppercase;
  font-weight: 600;
  color: white;
  padding: 8px;
  display: inline-block;
}
.special_offer-wrapper .text_special_offer span b {
  font-size: 23px;
}

.de .special_offer-wrapper .text_special_offer {
  height: 80px;
  width: 200px;
}

.es .special_offer-wrapper .text_special_offer {
  height: 88px;
  width: 160px;
}

.uk .special_offer-wrapper .text_special_offer {
	height: 80px;
	width: 200px;
}

.uk .special_offer-wrapper .text_special_offer span {
  line-height: 20px;
}

.text_special_offer_mobile {
	display: none !important;
}

@media screen and (max-width: 991px) {
	.special_offer-wrapper {
		display: none !important;
	}

	.text_special_offer_mobile {
		display: block !important;
		margin: 0 auto;
		max-width: 320px;
		background-image: linear-gradient(to bottom, rgb(254, 149, 21) 100%, rgb(255, 197, 9) 100%);
		border-radius: 0px;
		color: #fff;
		text-transform: uppercase;
	}
}
/* Special offers in priduct page */



/* New product page */
#model-info.ver2 .breadcrumbs li:before {
  top: 8px;
  right: -24px;
  left: auto;
  height: 0;
  width: 0;
  background: transparent;
  border: 4px solid transparent;
  border-left: 7px solid #e5e3e2;
  transform: rotate(0deg);
}
#model-info.ver2 .breadcrumbs li:after {
  display: none;
}
#model-info.ver2 .mi-wrapper .model-wrapper h1.page-title {
  font-family: "Montserrat", sans-serif;
}
#model-info.ver2 .in-stock {
  margin: 0;
  padding: 1px 7px 2px 7px;
  color: #4da14f;
  font-size: 13px;
  font-weight: 700;
  line-height: 20px;
  border: 1px solid #e5e3e2;
  border-radius: 7px;
}
#model-info.ver2 .reviews_link {
  display: inline-block;
  margin-left: 8px;
}
#model-info.ver2 .mi-wrapper .model-wrapper .mi-description {
  color: #333;
  font-size: 15px;
  font-weight: 400;
  line-height: 20px;
}
#model-info.ver2 .mi-wrapper .model-wrapper .mi-description p {
  margin-bottom: 3px;
}
#model-info.ver2 .mi-price .price_word {
  position: relative;
  top: -3px;
  margin-right: 5px;
  width: 32px;
  height: 11px;
  color: #4da14f;
  font-size: 15px;
  font-weight: 300;
  line-height: 20px;
  text-transform: none;
  vertical-align: middle;
}
/*#model-info.ver2 .mi-price span:last-of-type {
  position: relative;
  top: -8px;
  font-size: 16px;
}*/
#model-info.ver2 .mi-price .btn-buy {
  margin-right: 10px;
  margin-left: 10px;
  border-radius: 15px;
}
#model-info.ver2 .add_to_wishlist {
  width: 28px;
  height: 26px;
  background: url(../images/wishlist_icons.png) 0 0 no-repeat;
  border: none;
  outline: none;
}
#model-info.ver2 .add_to_wishlist.added {
  background-position: -29px 0;
}

.wishlist_widget {
  position: relative;
  top: 5px;
  margin-right: 30px;
}
.wishlist_widget a {
  display: inline-block;
  width: 28px;
  height: 26px;
  background: url(../images/wishlist_icons.png) -58px 0 no-repeat;
  border: none;
  outline: none;
  transition: all 0s;
}
.wishlist_widget span {
  position: absolute;
  top: -6px;
  right: 20px;
  min-width: 18px;
  height: 18px;
  padding: 0 5px;
  font: 400 11px/17px Open Sans, Arial, sans-serif;
  color: #fff;
  text-align: center;
  border-radius: 18px;
  background: #4da14f;
}
.wishlist_widget:before {
  content: "";
  position: absolute;
  top: 12px;
  left: -7px;
  width: 137%;
  height: 2px;
  background: #f6f6f6;
  z-index: -1;
}
.wishlist_widget:hover {
  opacity: 1;
}
/* New product page */

/* New coments */
div.ri-title{
	display: flex;
}
div.ri-title div.ri-date{
	margin-left: auto;
}
/* New coments */

@media screen and (max-width: 1023px) {
	#main-four-block, #our-last-article-2 {
		overflow-x: hidden;
	}
}

.article-additional-gallery {
	padding: 43px;
	background: #fff !important
}

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

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

.no-webp .article-additional-gallery a.next {
	background: url('../images/owl-arrow.png') 0 -48px;
	position: absolute;
	right: -5px;
	top: 110px;
}
.webp .article-additional-gallery a.next {
	background: url('../images/owl-arrow.webp') 0 -48px;
	position: absolute;
	right: -5px;
	top: 110px;
}

.no-webp .article-additional-gallery a.prev {
	background: url('../images/owl-arrow.png');
	position: absolute;
	left: -5px;
	top: 110px;
}
.webp .article-additional-gallery a.prev {
	background: url('../images/owl-arrow.webp');
	position: absolute;
	left: -5px;
	top: 110px;
}

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

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

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

#logo {
	margin-bottom: 30px;
	max-width: 165px;
	max-height: 116px;
	text-decoration: none;
	background: none;
}

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

#logo .sub_text {
	position: relative;
	top: -22px;
	font-family: 'Montserrat', sans-serif;
	font-size: 13px;
	color: #94a0aa;
}

@media screen and (max-width: 1279px) {
	#logo {
		position: relative;
		top: 5px;
	}

	#logo .sub_text {
		top: -14px;
		width: 160px;
		transform: translateX(-50%);
		left: 50%;
	}
}
@media screen and (max-width: 991px) {
	#logo {
		top: 0px;
		max-width: 130px;
	}
	
	#logo .sub_text {
		top: -18px;
	}
}
@media screen and (max-width: 768px) {
	#logo .sub_text {
		position: absolute;
		bottom: 5px;
		left: 50%;
		width: 150px;
		top: auto;
		transform: translateX(-50%);
		font-size: 9px;
	}
}

.container .back2category{
	position: absolute;
	top: -20px;
	left: 0;
	font-family: 'Montserrat', sans-serif;
	font-size: 13px;
	color: #94a0aa;
}

@media screen and (max-width: 767px) {
	.container .back2category{
		position: relative;
		top: auto;
		left: auto;
		font-family: 'Montserrat', sans-serif;
		font-size: 13px;
		color: #94a0aa;
	}
}

.category.breadcrumbs{
	text-align: left;
}
.category.breadcrumbs li:before {
	top: 8px;
	right: -24px;
	left: auto;
	height: 0;
	width: 0;
	background: transparent;
	border: 4px solid transparent;
	border-left: 7px solid #7c675b;
	-webkit-transform: rotate(0deg);
	transform: rotate(0deg);
}

.category.breadcrumbs li:after {
	display: none;
}

.category.breadcrumbs li a {
	font-weight: 400;
	font-size: 15px;
}

div#top-mobile-banner.footer-mobile-banner a img{
	height: 272px;
}
div#top-mobile-banner.footer-mobile-banner {
	padding-bottom: 20px;

	background: white;
	padding-bottom: 20px;
	padding-top: 40px;


}

.feutured-bottom-banner .hbanner_mob{
	width: 272px;
}
@media (max-width: 768px) {
	#model-info .info_icon {
		margin-left: 0px;
	}
}
@media (max-width: 375px) {
	#model-info .info_icon {
		/* width: 270px; */
	}
}
 #model-info .info_icon {
	 /* width: auto; */
 }
 #model-info .tooltip_wcst {
	 right: -63px;
 }
 .info_icon{
	 user-select: none;
 }
.info_icon {
	position: relative;
	display: inline-block;
	top: 0px;
	margin-left: 97px;
	/* width: 20px; */
	width: 16px;
	/* height: 20px; */
	height: 16px;
	padding-left: 25px;
	/*background: url(./catalog/view/theme/default/assets/images/new_checkout/info.svg) 0 0/contain no-repeat;*/
	/* background: url(../images/new_checkout/info.svg) 0 0/contain no-repeat; */
	background: url(../images/more-info-icon.png) 0 0/contain no-repeat;
	vertical-align: top;
	cursor: pointer;
	font-weight: 400;
	font-size: 15px;
	font-style: normal;
	color: #333;
	text-transform: none;
}

.info_icon:hover .tooltip_wcst_step {
	/*position: absolute;*/
	/*bottom: 24px;*/
	/*right: -90px;*/
	/*width: 416px;*/
	/*height: 20px;*/
	/*background: transparent;*/
}

/* .info_icon:hover .tooltip_wcst {*/
/*	display: block;*/
/*	bottom: 24px;*/
/*	right: -90px;*/
/*	width: 416px;*/
/*}*/


 .help_icon:hover .tooltip_wcst {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	bottom: 24px;
	right: -86px;
	width: 198px;
	padding: 12px 25px 12px 21px;
}

/*@media (max-width: 769px) {*/
	.info_icon:hover .tooltip_wcst,
	div  .tooltip_wcst {
		right: -15px;
		width: 270px;
	}
/*}*/


 .tooltip_wcst {
	display: none;
	position: absolute;
	padding: 12px 15px 12px 15px;
	font: 300 15px/22px "Open Sans", sans-serif;
	color: #858585;
	background-color: #f3f4f4;
	border: 1px solid #dadde0;
	border-radius: 15px;
	line-height: 18px;
	z-index: 9999;
	 bottom: 24px;
	 right: -86px;
	 width: 198px;
}

 .tooltip_wcst .image {
	opacity: 1 !important;
	margin-bottom: 0 !important;
}

 .tooltip_wcst img {
	width: 52px;
	height: 35px;
}


.to_top_btn {
	position: fixed;
	bottom: 10px;
	right: 10px;
	width: 64px;
	height: 64px;
	background: #f1ece7;
	border-radius: 50%;
	cursor: pointer;
	z-index: 999;
	opacity: 0;
	transition: opacity 0.3s;
}

.to_top_btn.active {
	opacity: 1;
}

.to_top_btn::before {
	content: '';
	position: absolute;
	top: 25px;
	left: 22px;
	width: 20px;
	height: 20px;
	border-right: 5px solid #594a40;
	border-bottom: 5px solid #594a40;
	transform: rotate(-135deg);
}


/* update 21.02.2020 */
#main-four-block .mfb-item {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
		-ms-flex-align: center;
			align-items: center;
	background: none;
	border: none;
  }
  
  #main-four-block .mfb-item .mfb-title {
	color: #000;
  }
  
  #main-four-block .mfb-item .mfb-img {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
		-ms-flex-align: center;
			align-items: center;
	margin-right: 20px;
	width: auto;
  }
  
  #mechanical-models .mm-wrapper h1 {
	  margin-bottom: 20px;
	text-align: center;
  }
  
  #main-slider .slick-slide .ms-wrapper a {
	border-radius: 6px;
	background: #4da14f;
  }
  
  #main-four-block {
	border-bottom: 1px solid #bfbebc;
  }
  
  .main-slider .slick-slide .col-xs-12 {
	margin-top: -389px;
  }
  
  #main-slider .slick-slide .ms-wrapper {
	position: absolute;
	top: 307px;
	bottom: auto;
	right: 10%;
  }
  
  @media screen and (max-width: 991px) {
	#main-four-block .slick-slide {
	  display: -webkit-box;
	  display: -ms-flexbox;
	  display: flex;
	  -webkit-box-pack: center;
		  -ms-flex-pack: center;
			  justify-content: center;
	}
  }
.applicationForm-btn {
	text-align: center;
}	
.applicationForm-btn a {
	font: 700 20px/39px Open Sans, sans-serif !important;
}

.cookie-popup {
	z-index: 999999;
}

.feutured_stem_title h2 {
    margin-bottom: 20px;
    font: 300 22px Open Sans;
}
.article-author-date {
	font-size: 13px;
    color: #777777;	
}
/*popup-pocket-study-guide*/
.success {
	color: #4da14f
}
.popup-pocket-study-guide-send-email-block {
	display: none;
	margin-top: 25px;
}
.popup-pocket-study-guide-send-email-block .form-group input[type="email"] {
    width: 100%;
    border: 1px solid #e2e2e2;
    color: #081245;
    padding: 0 10px;
    outline: none;
	margin-bottom: 10px;
}
.popup-pocket-study-guide .radio-block {
  padding-left: 122px;
  text-align: left;	
}
.popup-pocket-study-guide .radio-block .radio {
  display: block;
  margin-top: 10px;
  margin-bottom: 10px;
}
.popup-pocket-study-guide .radio-block input[type=radio] {
  margin-top: 6px;
}
.popup-pocket-study-guide-send-email, 
.popup-pocket-study-guide-click, 
.popup-pocket-study-guide-close {
  cursor: pointer	
}
.popup-pocket-study-guide {
  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: 100000; }
  .popup-pocket-study-guide.open {
    display: flex;
    justify-content: center;
    align-items: center; }
  .popup-pocket-study-guide .custom-popup {
    position: relative;
    display: flex;
    flex-direction: column;
    width: 100%;
    max-width: 400px;
    height: auto;
    border-radius: 0;
    overflow: hidden; }
    .popup-pocket-study-guide .custom-popup .custom-popup-header {
      flex: 1;
      padding: 10px;
      font-size: 15px;
      color: #333;
      text-align: center;
      background: #eee; }
    .popup-pocket-study-guide .custom-popup .custom-popup-content {
      flex: 4;
      padding: 10px;
      min-height: 80px;
      text-align: center;
      background: #fbfbfb; }
      .popup-pocket-study-guide .custom-popup .custom-popup-content strong {
        font-size: 16px; }
    .popup-pocket-study-guide .custom-popup .custom-popup-links {
      /*flex: 1;*/
      display: flex;
      justify-content: space-between; }
      .popup-pocket-study-guide .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; }
        .popup-pocket-study-guide .custom-popup .custom-popup-links a:hover {
          text-decoration: none; }
        .popup-pocket-study-guide .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; }
        .popup-pocket-study-guide .custom-popup .custom-popup-links a:last-child {
          color: #fff;
          background: #4da14f; }
          .popup-pocket-study-guide .custom-popup .custom-popup-links a:last-child:hover {
            background: #257927; }
/*end popup-pocket-study-guide*/

#main-slider .slick-slide .ms-wrapper.black_friday {
  display: flex;
  justify-content: center;
  position: absolute;
  top: 250px;
  left: 0;
  max-width: 645px;
}
#main-slider .slick-slide .ms-wrapper.black_friday .ms-left {
  display: none;
}
#main-slider .slick-slide .ms-wrapper.black_friday a.ms-more {
  margin: 0;
}

.steam_page .steam_product_items .steam_product_item.special .regular_price .p-currency-char,
.category_product_card.black_friday .bottom .price_block .regular_price .p-currency-char {
    display: none !important;
}
.ms-wrapper.black_friday_cm_button.black_friday {
	top: 290px !important;
}

#content-page {
	word-break: break-word;
}

#content-page p {
	width: 100%;
}


#top-bar .lang-switcher-wrapper {
	position: relative;
	display: flex !important;
	align-items: center;
	padding-right: 15px;
}

#top-bar .lang-switcher-wrapper:before {
	content: '';
	position: absolute;
	top: 9px;
	right: 0;
	width: 0;
	height: 0;
	border: 4px solid transparent;
	border-top: 6px solid #808080;
}

#top-bar .lang-switcher-wrapper .globe_icon {
	margin-right: 8px;
	margin-left: 14px;
}

#top-bar .lang-switcher-wrapper .dropdown-menu {
	right: -16px;
}


@media screen and (max-width: 991px) {

	.mobile-lang-switcher {
		right: 144px !important;
		top: 31px !important;
		z-index: 999;
	}

	.mobile-lang-switcher .btn-group {
		position: absolute;
		top: 0;
		left: 0;
		width: 20px;
		height: 20px;
	}

	
	.mobile-lang-switcher .lang-switcher-wrapper {
		width: 20px !important;
		height: 20px !important;
	}

	.mobile-lang-switcher .dropdown-toggle {
		width: 20px;
		height: 20px;
		z-index: 99999999;
	}
}

@media screen and (max-width: 425px) {
	.mobile-lang-switcher {
		right: 124px !important;
	}	
}

@media screen and (max-width: 400px) {
	.mobile-lang-switcher {
		right: 61px !important;
	}
}


.popup-pocket-study-guide .select_wrap {
	position: relative;
	margin: 25px auto 25px auto;
	max-width: 280px;
}

.popup-pocket-study-guide .select_wrap::before {
	content: '';
	position: absolute;
	right: 6px;
	top: 23px;
	transform: translateY(-50%);
	width: 25px;
	height: 19px;
	background: #fff;
	pointer-events: none;
}

.popup-pocket-study-guide .select_wrap::after {
	content: '';
	position: absolute;
	right: 16px;
	top: 20px;
	width: 0;
	height: 0;
	border: 5px solid transparent;
	border-top: 8px solid #515151;
	pointer-events: none;
}

.popup-pocket-study-guide select {
	margin: 0;
	text-transform: none;
	padding: 0 25px 0 15px;
	width: 100%;
	height: 44px;
	font: 400 15px/22px "Open Sans", sans-serif;
	color: #2a3749;
	background: #fff;
	border: 2px solid #dadde0;
	border-radius: 15px;
	box-shadow: inset 1.5px 2.6px 5px rgba(0, 0, 0, 0.1);
	outline: none;
}

@media screen and (max-width: 414px) {
	.popup-pocket-study-guide-click {
		display: block;
		max-width: 135px;
	}
}

#recently-shown-filter .noslider {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	width: 100%;
	max-width: 1168px;
}

#recently-shown-filter .noslider .category_product_card.v2 {
	margin-right: 20px;
}

#recently-shown-filter .noslider .category_product_card.v2:last-child {
	margin-right: 0;
}

@media screen and (max-width: 767px) {
	[class^="product-product"] .recently-shown {
		padding-bottom: 50px;
	}
}

.play-circle-icon {
	display: block;
	width: 64px;
	height: 64px;
	background: url(../images/play_btn_2.svg) center center/126px no-repeat;
}

.arrow-icon {
	top: 32%;
}

.arrow-icon-link {
	display: flex;
	justify-content: center;
}