img.aligncenter {
	display: block;
	margin: 0 auto;
}
header {
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	width: 100%;
	z-index: 5;
	padding-top: 20px;
	transition: all 0.3s ease 0s;
}
header.white {
	background: #ffffff;
	padding: 15px 0 0 0;
	box-shadow: 0px 0px 4px 0px rgba(0, 0, 0, 0.4);
}
header.white .logo-fix_header {
	display: block;
}
header.white .logo-header {
	display: none;
}
header.white .navbar .nav > li > a {
	color: #0e0f12;
	padding-bottom: 37px;
}
header.white .header__left-block .phone {
	border-left: 1px solid #0e0f12;
}
header.white .header__left-block .phone,
header.white .header__left-block .address {
	color: #0e0f12;
}
header.white .navbar {
  margin: 11px 0 0 0;
}

.logo-fix_header {
	display: none;
	float: right;
	padding-right: 23px;
	width: 200px;
	opacity: 1;
}
.logo-header {
	float: right;
	padding-right: 23px;
	width: 200px;
	opacity: 1;
}
.header__left-block {
	float: left;
	width: 420px;
	padding-top: 10px;
	padding-right: 11px;
}
.header__left-block .phone {
	float: right;
	margin-left: 15px;
	margin-top: 21px;
	padding-left: 16px;
	border-left: 1px solid #ffffff;
	color: #faf9f9;
	font-size: 24px;
	line-height: 17px;
	font-weight: 700;
}
.header__left-block .addr-capt {
	float: right;
}
.header__left-block .address {
	color: #eeeeee;
	font-size: 19px;
	line-height: 20px;
	padding-top: 6px;
	display: inline-block;
}
.header__left-block .caption {
	color: #d44334;
	font-size: 26px;
	line-height: 20px;
	text-align: center;
}
.navbar {
	float: right;
	width: calc( 100% - 620px );
	margin: 13px 0 0 0;
}
.navbar ul {
	padding: 0;
	width: 100%;
	text-align: center;
	
}
.navbar > ul {
	padding-right: 8%;
} 
body.en .navbar > ul {
	padding-right: 0px;
	padding-left: 8%;
}
.navbar .nav > li {
	display: inline-block;
	float: right;
	list-style: none;
	padding-left: 32px;
}
body.en .navbar .nav > li {
	float: left;
	padding-left: 0px;
	padding-right: 32px;
}
.navbar .nav > li > a {
    color: #ffffff;
    font-size: 23px;
    padding-top: 15px;
    padding-bottom: 23px;
    padding-left: 10px;
    padding-right: 10px;
    transition: all 0.3s ease 0s;
}
body.en .navbar .nav > li > a {
	font-size: 22px;
}
.navbar .nav > li > a:focus, 
.navbar .nav > li > a:hover {
  text-decoration: none;
  background-color: transparent;
}
header .dropdown .sub-menu {
	display: none;
}
header .dropdown:hover .sub-menu {
	display: block;
}
header .sub-menu {
	position: relative;
}
header .sub-menu {
	z-index: 3;
	position: absolute;
	right: 0;
	border-radius: 0;
	background: rgba(13, 13, 13, 0.7);
	border-top: 3px solid #d44334;
	min-width: 245px;
	text-align: right;
	list-style: none;
}
header .sub-menu > li > a {
	padding: 10px 20px;
	text-align: right;
	color: #ffffff;
	font-size: 19px;
	display: inline-block;
	width: 100%;
}
header .sub-menu > li.active > a,
header .sub-menu > li > a:focus, 
header .sub-menu > li > a:hover {
	background: rgba(13, 13, 13, 0.3);
	background-image: none;
  color: #d44334;
}
@media (max-width: 1600px) {

	.navbar .nav > li > a {
    font-size: 22px;
		padding-top: 15px;
		padding-left: 3px;
		padding-right: 3px;
	}
	.header__left-block {
    width: 365px;
    padding-right: 0;
	}
	.logo-header {
    float: right;
	}
	.navbar {
		width: calc( 100% - 570px );
	}	

}
@media (max-width: 1450px) {
	.navbar .nav > li > a {
    font-size: 18px;
	}
	body.en .navbar .nav > li > a {
    font-size: 18px;
	}
	.header__left-block .phone {
    font-size: 22px;
    margin-top: 19px;
	}
	.header__left-block .address {
    font-size: 20px;
	}
	.header__left-block .caption {
    font-size: 20px;
	}
	body.ie .header__left-block .address {
    font-size: 19px;
	}
	body.ie .header__left-block .caption {
    font-size: 19px;
	}

}
/**/
.h1 {
	margin: 0;
}
.h1-header {
	height: 918px;
	z-index: 1;
}
.h1-header__content {
	float: right;
	margin-top: 558px;
	margin-right: 4%;
	text-align: right;
	padding-top: 8.4%;
}
.h1-header__caption {
	color: #ffffff;
	font-size: 42px;
}
.h1-header__title {
	color: #fac77f;
	font-size: 80px;
	text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.4);
} 
.h1-header__text {
	color: #d44334;
	font-size: 42px;	
} 
.h1-header__link {
	color: #fac77f;
	font-size: 24px;
	margin-top: 40px;
	display: inline-block;
}

.h1-header__link:hover .fa, 
.h1-header__link:hover {
	color: #e2ac5f;	
}
.h1-header__link .fa {
	font-size: 22px;
	margin-right: 15px;
}

.h1 .bx-wrapper .bx-controls-direction a .fa {
	font-size: 46px;
	color: #eeeeee;
	transition: all 0.3s ease 0s;
}
.h1 .bx-wrapper .bx-controls-direction a:hover .fa {
  color: #d44334;
}

.h2 {
	text-align: center;
	overflow: hidden;
	margin: 0;
}
.h2 .col {
	width: 25%;
	float: right;
}
.h2 .col:nth-child(even) {
	background: #f1f1f1;
}
.h2__img {
	padding: 72px 0 39px 0;
}
.h2__img img {
 -moz-transition: all .3s ease-out;
 -o-transition: all .3s ease-out;
 -webkit-transition: all .3s ease-out;
}
.h2__img:hover img {
 -webkit-transform: scale(1.1);
 -moz-transform: scale(1.1);
 -o-transform: scale(1.1);
}
.h2__title {
	color: #1d1e1f;
	font-size: 26px;
	margin-bottom: 65px;
	transition: all 0.3s ease 0s;
}
.h2__title:hover {
	color: #d44334;
}

@media (max-width: 1600px) {
	.h2__img {
		padding: 15px 40px 10px;		
	}
	.h2__img img {
		width: 100%;
	}
	.h2__title {
    margin-bottom: 30px;
	}

}

.h3 {
	border-top: 1px solid #f1f1f1;
	border-bottom: 1px solid #f1f1f1;
	margin: 0;
	padding: 17px 0;
	height: 110px;
}
.h3 .owl-carousel.owl-loaded {
  direction: ltr;
}
.h3 .owl-carousel .owl-item img {
  display: inline-block;
  width: auto;
  height: auto;
  max-height: 70px;
}
.h3 .owl-carousel.owl-drag .owl-item {
	text-align: center;
}

.h4 {
	height: 909px;
	background-position: center right;
	text-align: center;
	overflow: hidden;
	margin: 0;
}
.h4__caption {
	color: #fac77f;
	font-size: 30px;
	text-align: center;
	margin-top: 90px;
	margin-bottom: 12px;
}
.h4__title {
	color: #1d1e1f;
	font-size: 60px;
	line-height: 60px;
	text-align: center;
}
.h4__content {
	width: 950px;
	margin: auto;
	text-align: center;
	color: #1d1e1f;
}
.h4__content > .h4__content-text.bigger {
	font-size: 26px;
}

.h4__content-text {
	font-size: 22px;
    margin: 28px 0 15px 0;
	direction: ltr;
}
.h4__content-text span {
	color: #d44334;
}
.lightbox .lb-image {
	border-radius: 0px !important;
}
.h4__content-row {
	padding: 10px 20px;
}
.h4__content-item {
	display: inline;
	position: relative;
	font-size: 22px;
	line-height: 26px;
}
.h4__content-item::after {
  content: '';
  display: block;
  width: 7px;
  height: 7px;
  position: absolute;
  background: #d44334;
  border-radius: 50%;
  right: -15px;
  top: 8px;
}
.h4__content-item p {
	display: inline;
	margin: 0;
}
.h4__content-item span {
	color: #d44334;
}
.h4__content-text--bottom {
	margin: 46px 0;
	    direction: rtl;
}
.h4__link {
	color: #d44334;
	font-size: 24px;
	transition: all 0.3s ease 0s;
}
.h4__link a .fa {
  top: -1px;
}
.h4__link:hover {
	color: #bf2e1f;
}
/***/
.h5 {
	margin: 0;
	text-align: center;
	background: #000000;
	overflow: hidden;
}
.h5__bg {
	height: 628px;	
	overflow: hidden;
}
.h5__caption {
	color: #fac77f;
	font-size: 30px;
	font-family: 'Playfair Display', serif;
	margin-top: 90px;
	margin-bottom: 10px;
}
.h5__title {
	color: #ffffff;
	font-size: 60px;
}
.h5__text {
	color: #ffffff;
	font-size: 26px;
	margin-top: 25px;
}
.h5__main-ico {
	margin-top: 200px;
	/*filter: brightness(0) invert(1);

	 filter: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' ><filter id='bright30'><feComponentTransfer><feFuncR type='linear' slope='0.30'/><feFuncG type='linear' slope='0.30' /><feFuncB type='linear' slope='0.30' /></feComponentTransfer></filter></svg>#bright30");
     filter: brightness(0) invert(1);
    -webkit-filter: brightness(0) invert(1);
    -moz-filter: brightness(0) invert(1);
    -o-filter: brightness(0) invert(1);
    -ms-filter: brightness(0) invert(1);*/

	transition: all 0.3s ease 0s;
}

.h5__main-ico-and-text{
	display: inline-block;
}

.h5__main-ico-and-text:hover .h5__main-ico,
.h5__main-ico-and-text:hover .h5__main-ico-text {
	filter: none;
	color: #d44334;
}


.bottom-icons {

}
.h5-bot__col {
  width: 16.6666%;
  float: left;
  text-align: center;
  padding: 35px 0 30px 0;
}
.h5-bot-img {
	height: 65px;
}
.h5__main-ico-text {
	color: #f2f2f2;
	font-size: 30px;
	margin-top: 25px;
	transition: all 0.3s ease 0s;
}
.h5__main-ico-text a{
	color: #f2f2f2;
	font-size: 30px;
	margin-top: 25px;
	transition: all 0.3s ease 0s;
}

.h5__main-ico-text a:hover {
	color:#d44334;
}

.h5-bot-img:before {
  display: inline-block;
  height: 100%;
  vertical-align: middle;
  content: "";
}
.h5-bot-img img {
  display: inline-block;
  vertical-align: middle;
	/*filter: brightness(0) invert(1);*/
	transition: all 0.3s ease 0s;
}

body.ie .h5-bot-img img:before {
    position: absolute; 
    z-index: 2;
    display: block; 
    content: "";
    top: 0; right: 0; bottom: 0; left: 0;  
    background: hsla(0,0%,0%,0.5);          /*adjust brightness here */
}


.h5-bot-text {
  color: #ffffff;
  font-size: 24px;
  margin-top: 3px;
 	transition: all 0.3s ease 0s;
}

.h5-bot__col:hover .h5-bot-img img,
.h5-bot__col:hover .h5-bot-text {
	filter: none;
	color: #d44334;
}


.h6 {
	overflow: hidden;
	text-align: center;
	background: #f1f1f1;
	margin: 0;
}
.h6__caption {
	color: #fac77f;
	font-size: 30px;
	font-family: 'Playfair Display', serif;
	margin-top: 90px;
	margin-bottom: 10px;
}
.h6__title {
	color: #0e0f12;
	font-size: 60px;
	margin-bottom: 30px;
}
.h6 .col {
	float: left;
	width: 16.6666%;
	overflow: hidden;
	text-align: center;
	transition: all 0.3s ease 0s;
	position: relative;
	top: 0;
}

.h6 .col img {
-moz-transition: all .3s ease-out;
    -o-transition: all .3s ease-out;
    -webkit-transition: all .3s ease-out;
}

.h6 .col:hover img {
	-webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -o-transform: scale(1.1);
}

.h6 .col:hover .product_title {
	color: red;
}
.h6 img {
	width: 100%;
	height: auto;
}
.h6 .wrap {
	background: #ffffff;
	margin: 0 15px;
	overflow: hidden;

}

header .sub-menu > li#menu-item-1045.active > a, 
header .sub-menu > li#menu-item-1045 > a:focus, 
header .sub-menu > li#menu-item-1045 > a:hover {
    background: transparent;
    background-image: none;
    color: #fff;
}
header .sub-menu > li#menu-item-1045 > a:hover  {
	background: rgba(13, 13, 13, 0.3);
    background-image: none;
    color: #d44334;
}
	.h6 .owl-carousel.owl-loaded {
		display: none;
	}
/*.h6 .wrap:before {
  display: inline-block;
  height: 100%;
  vertical-align: middle;
  content: "";
}
.h6 .wrap img {
  display: inline-block;
  vertical-align: middle;
}*/

.h6 .product_title {
	color: #0e0f12;
	font-size: 24px;
	margin: 27px 0 70px 0;
	transition: all 0.3s ease 0s;
}

.h7 {
	height: 780px;
	background-position: center center;
	text-align: center;
	overflow: hidden;
	position: relative;
}
.h7__top-text {
	margin-top: 85px;
	color: #fac77f;
	font-size: 30px;
	font-family: 'Playfair Display', serif;
}
.h7__title {
	margin-top: 20px;
	color: #f1f1f1;
	font-size: 60px;
	line-height: 40px;
}
.h7__caption {
	margin-top: 40px;
	font-size: 40px;
	margin-bottom: 60px;
	color: #f2f2f2;
}
.h7-wrap {
	width: 1100px;
	margin: auto;
}
.h7-slide__content {
	overflow: hidden;
	padding: 0 100px;
}
.h7__slide-text {
	color: #f1f1f1;
	font-size: 22px;
	float: left;
	text-align: right;
	width: calc(100% - 155px);
	    direction: rtl;
}

.tax-country {
  /*font-size: 19px;
  text-align: center;
  float: right;
   width: 30%;*/
       font-size: 19px;
    text-align: center;
    float: right;
    margin-left: 14px;
   /* margin-right: 20%;*/
}
.tax-country.full {
	width: 100%;
}
.tax-country + .price {
 /* font-size: 19px;
  text-align: center;
  float: right;
  width: 55%;*/
      font-size: 19px;
    text-align: center;
    float: right;
 
}
.tax-country {
float: none;
display: inline-block;
}

.tax-country + .price {
float:none;
display:inline-block;
}
.pr_c_wrapper {
	text-align: center;
}
.tax-country + .price span {
	 color: #bf2e1f;
}

.h7__header-author {
	color: #ffffff;
	font-size: 26px;
	float: left;
	text-align: center;
	width: calc(100% );
	margin-top: 13px;
}
.h7__header-image {
	width: 155px;
	float: right;
	text-align: left;
	padding-top: 15px;
	padding-right: 44px;
}
.h7__header-image img {
	float: right;
	border-radius: 100%;
}
.h7-wrap .bx-wrapper .bx-controls-direction a {
	width: 51px;
	height: 51px;
	margin-top: -48.5px;
	padding-top: 15px;
	border: 1px solid #ffffff;
	z-index: 30;
	transition: all 0.3s ease 0s;
}

.h7-wrap .bx-wrapper .bx-controls-direction a:hover {
	background: #ffffff
}
.h7-wrap .bx-wrapper .bx-controls-direction a .fa {
	transition: all 0.3s ease 0s;
	color: #ffffff;
}
.h7-wrap .bx-wrapper .bx-controls-direction a:hover .fa {
	color: #000000;
}

.h7 .bottom-icons {
	height: 160px;
	width: 100%;
	position: absolute;
	right: 0;
	left: 0;
	bottom: 0;
	background: rgba(0, 0, 0, 0.47);
}
.h7 .bottom-icons .wrap {
	width: 1585px;
	margin: auto;
}
.h7-bot__col {
	width: 20%;
	float: left;
	text-align: center;
	padding: 40px 0;
}
.h7-bot-img img {
	transition: all 0.3s ease 0s;
}
.h7-bot-text {
	color: #ffffff;
	font-size: 24px;
	margin-top: 12px;
	transition: all 0.3s ease 0s;
}


.h7-bot__col:hover .h7-bot-img img,
.h7-bot__col:hover .h7-bot-text {
	filter: none;
	color: #d44334;
}









/**/
@media (max-width: 1600px) {
	.h7 .bottom-icons .wrap {
		width: 95%;
		margin: auto;
	}
}
.bottom-mobile-content {
	display: none;
}

/***/
.blog_header {
	height: 390px;
	overflow: hidden;
	position: relative;
}
.blog_header .top-title {
	color: #fac77f;
	font-size: 65px;
	margin-top: 185px;
	text-align: center;
}
.blog .front-page {
	background: #f6f6f6;
	border-bottom: 1px solid #e4e4e4;
}
.hp-articles_col {
	float: right;
	width: 69%;
	padding-left: 2%;
	padding-right: 23px;
	padding-top: 25px;
}
.hp-articles_col .article {
	overflow: hidden;
	background: #ffffff;
	margin: 28px 0;
	padding-left: 60px;
}
.hp-articles_col .article-content {
	float: left;
	width: calc( 100% - 350px );
	padding-right: 40px;
}
.hp-articles_col .post-thumbnail {
	float: right;
	width: 350px;
}
.hp-articles_col .post-thumbnail img {
	width: 100%;
	height: auto;
}
.hp-articles_col .article__title a {
	color: #0e0f12;
	font-size: 35px;
	font-weight: 700;
	margin-top: 27px;
	display: inline-block;
}
.hp-articles_col .date {
	color: #0e0f12;
	font-size: 22px;
}
.hp-articles_col .date b {
	font-size: 20px;
}
.hp-articles_col .date .fa {
  color: #d44334;
  font-size: 7px;
  margin: 0 10px;
  position: relative;
  top: -1px;
}
.hp-articles_col .excerpt {
	color: #747474;
	font-size: 18px;
	padding-top: 10px;
}
.hp-articles_col .my-thumbnail {
	color: #d44334;
	font-size: 20px;
	margin-top: 12px;
	display: inline-block;
}
.hp-articles_col .my-thumbnail .fa {
	margin-right: 13px;
}
.hp-sidebar_col .title-form {
	color: #0e0f12;
	font-size: 26px;
	font-weight: 700;
	border-bottom: 2px solid #d44334;
	margin-top: 17px;
	padding-bottom: 11px;
	margin-bottom: 24px;
}

.blog .pager {
	margin-top: 55px;
	margin-bottom: 70px;
}
.pager .page-numbers {
	color: #0e0f12;
	font-size: 18px;
	margin: 0 10px;
}
.pager .prev,
.pager .next {
	font-size: 18px;
	font-weight: 700;
	color: #d44334;
}
.pager .prev .fa,
.pager .next .fa {
	color: #d44334;
	position: relative;
	top: 1px;
}
.pager .page-numbers.current {
	color: #d44334;	
}


.hp-sidebar_col {
	width: 31%;
	float: left;
	border-right: 1px solid #dfdfdf;
	padding-right: 28px;
	padding-left: 22px;
	padding-top: 18px;
}
#search-form {
	border: 1px solid #e7e7e7;
}
#search-form input {
	width: calc( 100% - 50px);
	height: 48px;
	border: none;
	padding-right: 20px;
	color: #a9a8a8;
	direction: ltr;
	text-align: right;
	font-size: 17.5px;
}
#search-form input[type="image"] {
	background: #d44334;
	height: 48px;
	width: 50px;
	padding: 13px;
	float: left;
}
.hp-sidebar_col .title-sidebar {
	color: #0e0f12;
	font-size: 26px;
	font-weight: 700;
	border-bottom: 2px solid #d44334;
	margin-top: 34px;
	padding-bottom: 8px;
}



.hp-sidebar_col .article {
	overflow: hidden;
	margin: 26px 0;
}
.hp-sidebar_col .article-content {
	float: left;
	width: calc( 100% - 110px );
	padding-right: 20px;
}
.hp-sidebar_col .post-thumbnail {
	float: right;
	width: 110px;
}
.hp-sidebar_col .post-thumbnail img {
	width: 100%;
	height: auto;
}
.hp-sidebar_col .article__title a {
	color: #0e0f12;
	font-size: 20px;
	font-weight: 700;
	margin-top: 0px;
	display: inline-block;
	line-height: 16px;
}
.hp-sidebar_col .date {
	color: #0e0f12;
	font-size: 16px;
	line-height: 16px;
	font-weight: 700;
}
.hp-sidebar_col .date .fa {
	color: #d44334;
	font-size: 6px;
	margin: 0 10px;
	position: relative;
	top: -2px;
}
.hp-sidebar_col .excerpt {
	color: #747474;
	font-size: 16px;
	padding-top: 0;
}
.hp-sidebar_col .my-thumbnail {
	color: #d44334;
	font-size: 20px;
	margin-top: 12px;
	display: inline-block;
}
.hp-sidebar_col .my-thumbnail .fa {
	margin-right: 13px;
}
@media (max-width: 1600px) {
	.hp-articles_col .article__title a {
    margin-top: 0;
    font-size: 30px;
    line-height: 18px;
	}
	.hp-articles_col .date {
    line-height: 17px;
		margin: 10px auto;
	}
	.hp-articles_col .excerpt {
    font-size: 17px;
    line-height: 16px;
    padding-top: 0;
	}
	.hp-articles_col .article-content {
		width: calc( 100% - 280px );
		padding-right: 25px;
		margin: 28px 0;
	}
	.hp-articles_col .post-thumbnail {
    width: 280px;
	}
	.hp-articles_col .my-thumbnail {
    margin-top: 0;
    line-height: 16px;
	}

	.hp-sidebar_col .article__title a {
    font-size: 17px;
	}
	.hp-sidebar_col .article-content {
    width: calc( 100% - 85px );
    padding-right: 10px;
	}
	.hp-sidebar_col .post-thumbnail {
    width: 85px;
	}
	.hp-sidebar_col .excerpt {
    font-size: 15px;
	}
}

/*****/
.single-post header {
	background: #ffffff;
	padding: 0;
	box-shadow: 0px 0px 4px 0px rgba(0, 0, 0, 0.4);
}
.single-post header .logo-fix_header {
	display: block;
}
.single-post header .logo-header {
	display: none;
}
.single-post header .navbar .nav > li > a {
	color: #0e0f12;
	padding-bottom: 37px;
}
.single-post header .header__left-block .phone {
	border-left: 1px solid #0e0f12;
}
.single-post header .header__left-block .phone,
.single-post header .header__left-block .address {
	color: #0e0f12;
}
.single-post header .navbar {
  margin: 11px 0 0 0;
}




.single #main {
	margin-top: 85px;
	padding-top: 15px;
	background: #f6f6f6;
	position: relative;
}

.sp-content_col {
	float: right;
	width: 69%;
  text-align: right;
  margin-bottom: 50px;
  padding: 0 23px 0 35px;
}
.sp-sidebar_col {
	width: 31%;
	float: left;
}
.sp-content_col .title {
	color: #0e0f12;
	font-size: 44px;
	margin-top: 108px;
	margin-bottom: 13px;
}
.sp-content_col .top-content {
	overflow: hidden;
	font-size: 20px;
	font-weight: 700;
	color: #0e0f12;
	padding-bottom: 9px;
	margin-bottom: 24px;
	border-bottom: 1px solid #cccccc;
}
.sp-content_col .date-sect {
	float: right;
	padding-top: 15px;
}
.sp-content_col .date-sect img {
	float: right;	
	margin-top: -10px;
	margin-left: 20px;
}
.sp-content_col .date-sect span {
	float: right;
	display: inline-block;
}
.author-title {
	color: #d44334;
	margin-left: 10px;
}
.date-title {
	color: #d44334;	
	margin: 0 10px;
}
.sp-content_col .share {
	float: left;
	margin-top: 12px;
}
.share-title {
	font-size: 20px;
	font-weight: 700;
	color: #0e0f12;
	margin-top: 2px;
	display: inline-block;
	margin-left: 10px;
}
.sp-content_col .share .ya-share2 {
	float: left;
}
.ya-share2__item {
	margin: 0 3px !important;
}
.ya-share2__item_service_gplus .ya-share2__badge,
.ya-share2__item_service_whatsapp .ya-share2__badge,
.ya-share2__item_service_facebook .ya-share2__badge {
	background-color: #d44334 !important;
	padding: 5px 5px;
	border-radius: 0;
}



.share .addthis_inline_share_toolbox {
	float: left;
	clear: none !important;
}
.share .at-icon-wrapper {
	background: rgb(220, 78, 65) !important;
}
.share .at-resp-share-element .at-share-btn .at-icon-wrapper,
.share .at-resp-share-element .at-icon, 
.at-resp-share-element .at-label {
	width: 26px !important;
	height: 26px !important;
	line-height: 26px !important;
}
.share .at-resp-share-element .at-share-btn .at-icon-wrapper:hover{
background: #fff;
}
.single-related_products .share .addthis_inline_share_toolbox,
.single-products .share .addthis_inline_share_toolbox {
	float: right;
}
.share .at-resp-share-element .at-icon-wrapper:hover svg {
	fill: #bf2e1f !important;
}


.sp-content_col .top-img {
	width: 100%;
	height: auto;
}
.sp-content_col h2 {
	color: #333333;
	font-size: 22px;
	margin-top: 18px;
	margin-bottom: 22px;
	line-height: 34px;
}
.sp-content_col p {
  color: #747474;
  font-size: 20px;
  line-height: 28px;
  margin-bottom: 35px;
}
.sp-content_col h3 {
	font-size: 26px;
	margin-bottom: 31px;
	margin-top: 0px;
	font-weight: 700;
}
.sp-content_col b,
.sp-content_col strong {
	color: #333333;
}
.sp-content_col ol {
  list-style: none;
  padding: 0;
}
.sp-content_col ol strong {
  font-size: 22px;
}
.sp-content_col ol li {
  color: #747474;
  font-size: 20px;
  line-height: 28px;
  margin-bottom: 20px;
}
.sp-content_col ol li::before {
  font-size: 22px;
  color: #d44334;
  font-weight: 700;
  background-color: #ffffff;
  width: 44px;
  height: 44px;
  line-height: 2;
  text-align: center;
  display: inline-block;
  border-radius: 50%;
  margin: 10px 0 7px 10px;
}
.sp-content_col ol li:nth-child(1)::before {
  content: '1.';
}
.sp-content_col ol li:nth-child(2)::before {
  content: '2.';
}
.sp-content_col ol li:nth-child(3)::before {
  content: '3.';
}
.sp-content_col ol li:nth-child(4)::before {
  content: '4.';
}
.sp-content_col ol li:nth-child(5)::before {
  content: '5.';
}
.sp-content_col ol li:nth-child(6)::before {
  content: '6.';
}
.sp-content_col ol li:nth-child(7)::before {
  content: '7.';
}
.sp-content_col ol li:nth-child(8)::before {
  content: '8.';
}
.sp-content_col ol li:nth-child(9)::before {
  content: '9.';
}
.sp-content_col ol li:nth-child(10)::before {
  content: '10.';
}

/*****/


.site-main-contact {
	margin-top: 100px;
	padding: 0px 0 12px 0;
}
.page-template-page-contact .acf-map {
	height: 706px;
}
#contact_1 {
	background: #f5f5f5;
	overflow: hidden;
	padding: 0 40px;
	height: 706px;
}
.contact_1 h1 {
	color: #0e0f12;
	font-size: 52px;
	margin: 37px 0 0 0;
}
.contact_1 h3 {
	color: #0e0f12;
	font-size: 18px;
	margin-bottom: 15px;
}
.contact_1 input,
.contact_1 textarea {
	width: 100%;
	border: 1px solid #eeeded;
	background: #ffffff;
	text-align: right;
	height: 46px;
	margin-bottom: 17px;
	padding: 0 20px;
}
.contact_1 textarea {
  height: 140px;
  padding-top: 10px;
  margin-bottom: 0px;
}
.contact_1 .wpcf7-checkbox {
	width: 100%;
	display: inline-block;
	text-align: right;
	margin: 0;
}
.contact_1 .wpcf7-checkbox > span {
	margin: 0;
	color: #0e0f12;
	font-size: 18px;
}
.contact_1 input[type="checkbox"] {
	float: right;
	width: auto;
	height: auto;
	margin: 7px 0 0 15px;
}
.contact_1 input[type="submit"] {
	width: 110px;
	font-weight: 700;
	color: #d44334;
	border: 1px solid #d44334;
	font-size: 20px;
	text-align: center;
	background: transparent;
	margin-top: 5px;
}
#contact_2 {
	float: left;
	width: 50%;
}
.contact_2 h3 {
	background: #f6f6f6;
	text-align: center;
	padding: 57px 0;
	margin: 0 18px 17px 0;
}
.contact_2 h3:last-child {
	padding: 57px 0;
}
.contact_2 h3:last-child span {
	padding-right: 21px;
}
@media(min-width: 1600px) {
.contact_2 h3:last-child span {
	padding-right: 27px;
}	
}
.contact_2 img {
	display: block;
	margin: 0 auto 23px;
}
.contact_2__main-img {
	float: right;
	width: 47.5%;
	height: 706px;
	background-size: cover;
}


/** Page thank you **/
.page-template-page-thank_you {

}
.thank-you_header {
	height: 920px;
	text-align: center;
}
.thank-you_content h1 {
	color: #fac77f;
	font-size: 65px;
	margin-top: 355px;
}
.thank-you_content h2 {
	color: #ffffff;
	font-size: 22px;
}
.thank-you_content a {
	border: 1px solid #fac77f;
	color: #fac77f;
	margin-top: 23px;
	display: inline-block;
	font-size: 20px;
	font-weight: 700;
	padding: 8px 18px;
}
/** Page thank you **/
.header__404 {
	height: 920px;
	text-align: center;
	background: url('../img/error404.jpg') no-repeat;
}
.content__404 h1 {
	color: #fac77f;
	font-size: 65px;
	margin-top: 355px;
}
.content__404 h2 {
	color: #ffffff;
	font-size: 22px;
}
.content__404 a {
	border: 1px solid #fac77f;
	color: #fac77f;
	margin-top: 23px;
	display: inline-block;
	font-size: 20px;
	font-weight: 700;
	padding: 8px 18px;
}

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

	.h2__img img {
    width: 100%;
    height: auto;
	}
	.h7-wrap {
    width: 820px;
	}
	.h7__slide-text {
    width: calc(100% - 90px);
	}
	.h7__header-image {
		width: 90px;
    padding-top: 30px;
    padding-right: 0px;
	}
	.h7__header-author {
    width: calc(100% - 90px);
	}


	header.white,
	header {
  	background: #ffffff;
		height: 60px;
		padding: 0;
		box-shadow: 0px 0px 4px 0px rgba(0, 0, 0, 0.4);
	}
	.header__left-block {
	  display: none;
	}
	.logo-header {
	  display: none;
	}
	.logo-fix_header {
	  display: block;
	  width: 140px;
		float: left;
		margin: 5px 15px;
	}
	.logo-fix_header img {
		width: 100%;
		height: auto;
	}

header .dropdown:hover .sub-menu {
  display: none;
}
header .dropdown.open .sub-menu {
  display: block;
  margin-right: -25px;
  padding-right: 25px;
  z-index: 2;
  position: relative;
}
header .dropdown::before {
	display: block;
	content: '';
	position: absolute;
	left: 20px;
	top: 30px;
	margin-top: -3px;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 6px 3px 0;
	border-color: #ffffff transparent transparent transparent;
}
header .sub-menu > li{
	list-style: none;
}
header .sub-menu > li > a {
  padding: 10px 15px 10px 0;
}
header .sub-menu > li > a:focus, 
header .sub-menu > li > a:hover {
	background: rgba(13, 13, 13, 0.3);
	color: #d44334;
}
.navbar {
  display: block;
  position: fixed;
  top: 60px;
  background: rgba(4, 4, 4, 0.55);
  margin: 0;
 	overflow: hidden;
 	transition: all 0.3s ease 0s;
 	border: 0;
 	right: -260px;
 	width: 260px;

 	height: 1000px;
}
.navbar .nav {
	margin: 0;
 	width: 260px;
  background: rgb(23, 20, 22);

  height: 1000px;
}
.navbar.open {
 	width: 100%;
  right: 0;
}
.navbar .nav > li {
  width: 100%;
  text-align: right;
	padding-right: 25px;
	border-bottom: 1px solid #2f2c2d;
}

.navbar-nav {
  float: right;
}
header .sub-menu {
  background: rgb(23, 20, 22);
  border-top: none;
}
header.white .navbar {
	margin-top: 0;
}

.single-products header .navbar .nav > li > a,
.page-template-page-contact header .navbar .nav > li > a,
header.white .navbar .nav > li > a,
.navbar .nav > li > a {
  padding-top: 20px;
  padding-bottom: 20px;
  color: #ffffff;
}

.nav .open > a,
.nav .open > a:focus,
.nav .open > a:hover {
	background-color: #171416;
}
header .caret, 
header .open > .dropdown-menu {
	display: inline-block;
	float: left;
	margin: 10px 0 0 20px;
	color: #d44334;
}
header .dropdown:hover .dropdown-menu {
  display: none;
}
header .navbar-nav .open .dropdown-menu {
  display: block;
}
.navbar-nav .open .dropdown-menu > li > a {
  color: #2f2c2d;
  font-size: 16px;
  padding: 10px 15px 10px 25px;
	color: #ffffff;
}
	/* Mobile menu */
	.menu-btn {
		width: 60px;
		height: 60px;
		float: right;
		background: #d44334;
		padding: 0 15px 0 15px;

		-webkit-transition-duration: 0.5s;
		transition-duration: 0.5s;
	}
	.menu-btn .icon {
	  -webkit-transition-duration: 0.5s;
	          transition-duration: 0.5s;
	  position: absolute;
	  height: 4px;
	  width: 30px;
	  top: 30px;
	  background-color: #ffffff;
	}
	.menu-btn .icon:before {
	  -webkit-transition-duration: 0.5s;
	          transition-duration: 0.5s;
	  position: absolute;
	  width: 30px;
	  height: 4px;
	  background-color: #ffffff;
	  content: "";
	  top: -10px;
	}
	.menu-btn .icon:after {
	  -webkit-transition-duration: 0.5s;
	          transition-duration: 0.5s;
	  position: absolute;
	  width: 30px;
	  height: 4px;
	  background-color: #ffffff;
	  content: "";
	  top: 10px;
	}
	.menu-btn.open .icon {
	  -webkit-transition-duration: 0.5s;
	          transition-duration: 0.5s;
	  background: transparent;
	}
	.menu-btn.open .icon:before {
	  -webkit-transform: rotateZ(45deg) scaleX(1.25) translate(6.5px, 6.5px);
	          transform: rotateZ(45deg) scaleX(1.25) translate(6.5px, 6.5px);
	}
	.menu-btn.open .icon:after {
	  -webkit-transform: rotateZ(-45deg) scaleX(1.25) translate(6px, -6px);
	          transform: rotateZ(-45deg) scaleX(1.25) translate(6px, -6px);
	}
	.menu-btn:hover {
	  cursor: pointer;
	}

}

	#content {
		overflow: hidden;
	}

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

	#content {
		margin-bottom: 65px;
	}
	.home .bx-viewport {
	    height: 435px !important;
	}
	.home .bx-viewport .hvr-icon-back .fa {
	    top: 0px;
    	font-size: 20px;
	}

	.h1-header {
    height: 435px;
    background-position: left bottom;
    background-size: cover;
	}
	.h1-header__content {
    margin: 245px 30px 0 30px;
	}
	.h1-header__caption {
    font-size: 27px;
	}
	.h1-header__title {
    font-size: 37px;
	}
	.h1-header__text {
    font-size: 27px;
	}
	.h1-header__link {
    font-size: 20px;
    margin-top: 10px;
	}

	.h2 .col {
    width: 50%;
	}
	.h2 .col:nth-child(1) {
	 
	   background: #ffffff;
	}
	.h2 .col:nth-child(2) {
	  background: #f1f1f1;
	}
	.h2 .col:nth-child(3) {
	background: #ffffff;

	  float: left;
	}
	.h2 .col:nth-child(4) {
	    background: #f1f1f1;
	   float: left;
	}
	.h2__img img {
		width: auto;
		max-width: 100%;
	}

	.h3 {
		display: none
	}


	.h4 {
		height: auto;
		padding-bottom: 35px;
		background-position: center bottom;
		background-repeat: no-repeat;
	}
	.h4__content {
    width: auto;
    padding: 0 15px;
	}
	.h4__content ul {
		margin-top: 20px;
    padding-right: 0;
	}
	.h4__content li {
		padding-right: 0;
	}
	.h4__content li::after {
		display: none;
	}

	.h4__caption {
	  font-size: 18px;
	}
	.h4__title {
		font-size: 28px;
		line-height: 28px;
	}
	.h4__content p {
    font-size: 18px;
	}
	.h4__content li {
		font-size: 18px;
		display: block;
		margin: 10px auto;
	}



	.h5__bg {
    height: 350px;
    background-size: cover;
    background-position: center right;
	}
	.h5__caption {
	  margin-top: 60px;
	  font-size: 18px;
	}
	.h5__title {
    font-size: 30px;
	}
	.h5__text {
    font-size: 18px;
    padding: 0 10px;
	}

	.h5__main-ico {
    margin-top: 20px;
	}
	.h5 .bottom-icons {
    margin: 0 -1px;
		display: flex;
		flex-direction: row;
		flex-wrap: wrap;
	}

	.h5-bot__col {
	  width: 50%;
	  border: 1px solid #1a1a1a;
	}

	.h5-bot__col:nth-child(1) {
	  order: 6;
	}
	.h5-bot__col:nth-child(2) {
	  order: 5;
	}
	.h5-bot__col:nth-child(3) {
	  order: 4;
	}
	.h5-bot__col:nth-child(4) {
	  order: 3;
	}
	.h5-bot__col:nth-child(5) {
	  order: 2;
	}
	.h5-bot__col:nth-child(6) {
	  order: 1;
	}

	.h5-bot-text {
	  font-size: 16px;
	}


	.h6 {
		padding: 0 10px 50px 10px;
	}
	.h6__caption {
		color: #fac77f;
		font-size: 18px;
		margin-top: 30px;
	}
	.h6__title {
		color: #1d1e1f;
		font-size: 30px;
	}
	.h6 .desktop-content {
		display: none;
	}
	.h6 .owl-carousel.owl-loaded {
	  direction: ltr;
		overflow: hidden;
		display: block;
	}
	.h6-slider__content {
		width: auto; 
		max-width: 100%;
	}

	.h6 .product_title {
	  color: #0e0f12;
	  font-size: 16px;
	  margin: 15px 0 20px 0;
	}

.h6 .owl-carousel .owl-dot {
  width: 8px;
  height: 8px;
  background: #cccccc;
  display: inline-block;
  margin: 0 4px;
  border-radius: 50%;
}
.h6 .owl-carousel .owl-dot.active {
  background: #1d1e1f;
}

.h6 .owl-carousel .owl-nav .owl-prev, 
.h6 .owl-carousel .owl-nav .owl-next {
	position: absolute;
    top: 38%;
}
.h6 .owl-carousel .owl-nav .owl-prev {
	right: 0;
}
.h6 .owl-carousel .owl-nav .owl-next {
	left: 0;
}
.h6 .owl-carousel .owl-nav .owl-prev .fa, 
.h6 .owl-carousel .owl-nav .owl-next .fa {
	font-size: 25px;
}

	.h7 {
		height: auto;
		background-size: cover;
		padding-bottom: 265px;
	}

	.h7__top-text {
		font-size: 18px;
		margin-top: 50px;
	}
	.h7__title {
	  color: #eaeaea;
	  font-size: 30px;
	}
	.h7__caption {
	  font-size: 20px;
		margin-top: 20px;
		margin-bottom: 10px;
	}
	.h7-wrap {
	  width: auto;
	}

	.h7-slide__content {
    padding: 0 30px;
 	  padding-bottom: 55px;
    margin-bottom: 40px;
	}
	.h7__header-image {
    width: 100%;
    text-align: center;
	}
	.h7__header-image img {
	  margin: 0 auto 15px;
	  float: none;
	}
	.h7__slide-text {
	  width: 100%;
	  text-align: center;
	  font-size: 16px;
	}
	.h7__header-author {
	  width: 100%;
	 /* display: none;*/
	}
	.h7-wrap .bx-wrapper .bx-controls-direction a {
    top: auto;
    bottom: 0;
	}
	.h7 .bx-wrapper .bx-prev {
	  right: 51%;
	  left: auto;
	}
	.h7 .bx-wrapper .bx-next {
	  left: 51%;
	  right: auto;
	}
	.h7 .bottom-icons {
	  height: auto;
	}
	.h7-bot__col {
		width: 33.3333%;
		float: right;
		height: 110px;
		padding: 15px 0;
	}
	.h7-bot-text {
	  font-size: 15px;
	}
	.bottom-mobile-content {
		display: block;
		position: fixed;
		bottom: 0;
		background: rgba(212, 67, 52, 0.9);
		width: 100%;
		padding: 15px 0px;
		height: 60px;
		text-align: center;
		color: #ffffff;
		font-size: 21px;
		z-index: 3;
	}
	.bottom-mobile-content a {
		color: #ffffff;
	}
	.bottom-mobile-content .fa {
		color: #ffffff;
		margin: 0px 0px 0px 5px;
	}


}
@media only screen and (max-width : 767px) {
	body header .dropdown.open .sub-menu {
		padding-bottom: 10px;
	}
.navbar .nav {
	padding-right: 0px;
}
body header .sub-menu > li > a {
    padding: 3px 15px 3px 0;
}
body .navbar .nav > li.open > a {
    color: #d44334;
    padding-bottom: 5px;
}
	.h2 .col {
	  height: 265px;
	}
	.h2__img {
		padding: 20px 0 0 0;
	}
	.h2__img img {
    width: 170px;
	}
	.h2__title {
		font-size: 16px;
    margin-bottom: 10px;
	}

	.h4__content-row {
	  padding: 10px 10px;
	}

	.h5-bot-img img {
	  display: inline-block;
	  vertical-align: middle;
	  max-width: 90%;
	}


}
@media only screen and (max-width : 479px) {

	.h1-header__content {
    margin: 260px 15px 0 0px;
	}

	.h5__bg {
	  background-position-x: calc(100% + 250px);
	}

}

/*****/
.product-content-container {
	width: 1270px;
}
.single-products header .logo-fix_header {
	display: block;
}
.single-products header .logo-header {
	display: none;
}

.product-content {
	background: #f5f5f5;
}

.single-product-form {
	margin-top: 27px;
	margin-right: 54px;
}

.single-product-form input {
	height: 48px;
	width: 240px;
	border: 1px solid #eaeaea;
	color: #c3c0c0;
	font-size: 17px;
	text-align: right;
	padding: 0 20px;
	margin-right: 20px;
}
.single-product-form input::-webkit-input-placeholder {color:#c3c0c0;opacity: 1;}
.single-product-form input::-moz-placeholder          {color:#c3c0c0;opacity: 1;}
.single-product-form input:-ms-input-placeholder      {color:#c3c0c0;opacity: 1;}

.single-product-form input[type="text"]{
	margin-right: 0;
}
.single-product-form input[type="submit"]{
	color: #d44334;
	font-size: 20px;
	font-weight: 700;
	border: 1px solid #d44334;
	background: transparent;
	text-align: center;
	margin-right: 0;
	transition: all 0.3s ease 0s;
}

.single-product-form input[type="submit"]:hover{
	background: #d44334;
	color: #ffffff;
}



.single-product-form .long-input {
	width: 500px;
}

.single-product-form .form-title {
	color: #d44334;
	font-size: 22px;
	direction: ltr;
	text-align: right;
	font-weight: 700;
	margin-bottom: 7px;
}

.single-product-form div.wpcf7-mail-sent-ok,
.single-product-form div.wpcf7-validation-errors,
.single-product-form span.wpcf7-not-valid-tip {
	display: none !important;
}
.single-product-form input.wpcf7-not-valid {
	border: 1px solid #d44334;
}
.product-content .share {
	margin-top: 20px;
	margin-bottom: 20px;
	padding-right: 55px;
	padding-top: 10px;
}


.product-content .ya-share2__item_service_gplus .ya-share2__badge, 
.product-content .ya-share2__item_service_whatsapp .ya-share2__badge, 
.product-content .ya-share2__item_service_facebook .ya-share2__badge {
  padding: 6px 6px;
}
.product-content .ya-share2__item {
  margin: 0 4px !important;
}


.product-content .share-title {
	float: right;
}

.product-content-container .single-product-slider {
	padding: 60px 55px 0 0px;
}
.single-product-slider .lSSlideWrapper {
	direction: ltr;
}
.single-product-slider .lSPager.lSGallery {
	padding: 0;
}
.single-product-slider .lSSlideOuter .lightSlider, 
.single-product-slider .lSSlideOuter .lSPager {
	padding: 0;
}
.single-product-slider .lSSlideOuter.vertical {
	padding-right: 0 !important;
	padding-left: 160px;
}
.single-product-slider .lSPager.lSGallery {
  position: absolute !important;
  right: auto !important;
	margin-left: 0 !important;
  left: 0;
}




/** Mobile gallery **/
.single-product-slider-mobile .lSSlideWrapper {
	direction: ltr;
	text-align: center;
}
.single-product-slider-mobile .lSSlideWrapper img {
	max-width: 100%;
}
.single-product-slider-mobile .lSSlideOuter .lSPager.lSGallery {
	padding: 0;
}
/** **/
.single-product-description h2 {
	color: #0e0f12;
	font-size: 44px;
	direction: ltr;
	margin-top: 65px;
	margin-right: 0px;
	text-align: right;
	margin-bottom: 0;
	line-height: 35px;
}
.single-product-description .country {
	color: #d4aa6e;
	font-size: 20px;
	margin-top: 2px;
	margin-bottom: 22px;
}
.single-product-description .colors-title {
	color: #d44334;
	font-size: 20px;
	font-weight: 700;
	margin-bottom: 14px;
	position: relative;
}
.single-product-description .colors-title img {
	position: relative;
	z-index: 3;
}
.single-product-description .colors-title .my-tooltip {
	position: absolute;
	top: 0;
	color: #ffffff;
	background: rgba(0, 0, 0, 0.8);
	opacity: 0;
	width: 120px;
	left: 50%;
	margin-left: -60px;
	text-align: center;
	transition: all 0.3s ease 0s;
	z-index: 1;
	display: none;
}
.single-product-description .colors-title:hover .my-tooltip {
	opacity: 1;
	top: -35px;
	display: block;
}

.single-product-description .owl-carousel .owl-stage-outer {
	padding-top: 53px;
}

.single-product-description .dimensions-section {
	position: relative;
}
.single-product-description .dimensions-title {
	color: #d44334;
	font-size: 20px;
	font-weight: 700;
	margin-top: 11px;
	margin-bottom: 7px;
}
.single-product-description .dimensions-row {
	width: calc(100% - 100px);
	float: right;
}
.single-product-description .dimensions-row .ico {
	width: 50px;
	display: inline-block;
	margin: 8px 0;
}
.single-product-description .dimensions-row .text {
	display: inline-block;
	color: #0e0f12;
	font-size: 18px;
}
.single-product-description .video-title {
	color: #d44334;
	font-size: 20px;
	font-weight: 700;
	margin-top: 21px;
	margin-bottom: 17px;
}
.single-product-description .video iframe {
	width: 100%;
	height: 220px;
}


.single-product-description .video .open-product-popup {
	cursor: pointer;
	position: relative;	
	display: inline-block;
}
.single-product-description .video .open-product-popup::before {
	display: block;
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background: url('../img/button-play.png') center center no-repeat;
}

.single-product-description .dimensions-img {
	position: absolute;
	left: 0;
}


.single-product-description .carousel__wrap {
	width: 350px;
	margin: -35px auto 0;
}
.single-product-description .owl-carousel {
	direction: rtl;
}

.owl-carousel .owl-nav .owl-prev, 
.owl-carousel .owl-nav .owl-next {
  position: absolute;

	top: calc(50% + 15px);
  margin-top: -25px;
  font-size: 26px;
}

.owl-carousel .owl-nav .owl-prev {
	right: -20px;
}
.owl-carousel .owl-nav .owl-next {
  left: -20px;
}


.section-other-product {
	overflow: hidden;
	margin-top: 60px;
}
.section-other-product .caption {
	color: #fac77f;
	font-size: 25px;
	font-family: 'Playfair Display', serif;
	margin-top: 55px;
	margin-bottom: 3px;
	text-align: center;
}
.section-other-product .title {
	color: #ffffff;
	font-size: 50px;
	margin: 0;
	margin-bottom: 30px;
	text-align: center;
}
.section-other-product .col {
  width: 25%;
  float: left;
  padding: 0 15px;
}
.section-other-product .col img {
	width: 100%;
	height: auto;

	-moz-transition: all .3s ease-out;
    -o-transition: all .3s ease-out;
    -webkit-transition: all .3s ease-out;
}

.single-products .section-other-product .col img  {
	padding: 30px;
}
.single-products  .section-other-product .col .wrap {
	background:#fff;
}

.section-other-product .col:hover img {
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -o-transform: scale(1.1);
}

.section-other-product .col .wrap {
	overflow: hidden;
}
.section-other-product .except_сaption {
    text-align: center;
    color: #fff;
    font-size: 20px;
}

.section-other-product .product_title {
	color: #ffffff;
	font-size: 24px;
	text-align: center;
	direction: ltr;
	margin-top: 19px;
	line-height: 26px;
		-moz-transition: all .3s ease-out;
    -o-transition: all .3s ease-out;
    -webkit-transition: all .3s ease-out;
}
.section-other-product .except_сaption {
	color: #ffffff;	
	text-align: center;
	font-size: 20px;
}
/****/
.page-template-page-contact div.wpcf7-mail-sent-ok,
.page-template-page-contact div.wpcf7-validation-errors,
.page-template-page-contact span.wpcf7-not-valid-tip {
	display: none !important;
}
.page-template-page-contact input.wpcf7-not-valid {
	border: 1px solid #d44334;
}
@media only screen and (max-width : 1271px) {
	.product-content-container {
	  width: 1170px;
	}

	.single-product-form input {
    width: 31.4%;
	}
	.single-product-form .long-input {
    width: calc(100% - 240px);
	}
}


@media only screen and (max-width : 1199px) {
	.product-content-container {
	  width: 970px;
	}
	.contact_2__main-img {
		display: none;
	}
	#contact_2 {
    width: 100%;
	}

	.single-product-form input {
    width: 30.7%;
	}
	.single-product-form .long-input {
    width: calc(100% - 197px);
	}
}

@media only screen and (max-width : 991px) {
	.product-content-container {
	  width: 750px;
	}
	.single-products .contact_2 {
		margin: 30px 0 15px 0;
	}
	.single-products .contact_2__main-img {
		display: inline-block;
	}
	.single-products #contact_2 {
    width: 50%;
	}
	.single-products .contact_2 h3 {
    padding: 56px 0;
	}


	.single-product-slider .lSSlideOuter.vertical {
/*    padding-right: 0 !important;
    padding-left: 0 !important;*/
	}


	.single-products .single-product-form input {
    width: 100%;
    margin-bottom: 10px;
	}
	.single-products .single-product-form .long-input {
    width: 100%;
	}
	.single-products .single-product-form {
    padding-bottom: 70px;
    position: relative;
    margin-right: 0;
	}
	.single-products .single-product-form p {
    margin: 0;
	}
	.single-products .single-product-form input[type="submit"] {
		position: absolute;
		bottom: 10px;
	}
	.single-products div.wpcf7 .ajax-loader {
    position: absolute;
    bottom: 0;
	}


	.single-related_products	.single-product-form .long-input {
	  width: calc(100% - 236px);
	}

}

@media only screen and (max-width : 767px) {
	.product-content-container {
	    width: auto;
	}
	.section-other-product {
    background-size: cover;
	}
	.section-other-product .col {
		width: 250px;
		margin: auto;
		float: none;
	}

	.single-related_products .single-product-form input {
    width: 100%;
    margin-bottom: 10px;
	}
	.single-related_products .single-product-form .long-input {
    width: 100%;
	}
	.single-related_products .single-product-form {
    padding-bottom: 70px;
    position: relative;
    margin-right: 0;
	}
	.single-related_products .single-product-form p {
    margin: 0;
	}
	.single-related_products .single-product-form input[type="submit"] {
		position: absolute;
		bottom: 10px;
	}
	.single-related_products div.wpcf7 .ajax-loader {
    position: absolute;
    bottom: 0;
	}


}

@media only screen and (max-width : 479px) {
	.contact_2__main-img {
		display: none;
	}
	#contact_2 {
    width: 100%;
	}
	.contact_2 h3 {
    margin: 0 0 17px 0;
	}
	.contact_2__main-img {
    display: inline-block;
    width: 100%;
    height: 300px;
    background-position: center;
	}


}

.container-breadcrumbs {
	position: absolute;
	bottom: 0;
	background: rgba(0, 0, 0, 0.18);
	height: 50px;
	width: 100%;
}
#breadcrumbs {
	width: 1120px;
	margin: 0 auto;
	color: #ffffff;
	padding: 12px 0;
	font-size: 15px;
}
@media only screen and (min-width : 1600px) {
	#breadcrumbs {
		width: 1555px;
	}
}

#breadcrumbs .fa {
	margin: 0 10px;
}
#breadcrumbs a {
	color: #ffffff;
}
#breadcrumbs .breadcrumb_last {
	border-bottom: 1px solid #feca81;
}



.single-post .container-breadcrumbs {
	bottom: auto;
	top: 0;
	background: none;
}
.single-post .container-breadcrumbs #breadcrumbs,
.single-post .container-breadcrumbs #breadcrumbs a {
	color: #0e0f12;
}


.page-template-page-contact .container-breadcrumbs {
	position: static;
	background: #ffffff;
}
.page-template-page-contact .container-breadcrumbs #breadcrumbs,
.page-template-page-contact .container-breadcrumbs #breadcrumbs a {
	color: #0e0f12;
}

.single-products .product-content {
	position: relative;
	margin-top: 100px;
	padding-top: 18px;
}
.single-products .container-breadcrumbs #breadcrumbs,
.single-products .container-breadcrumbs #breadcrumbs a {
	color: #0e0f12;
}
.single-products .container-breadcrumbs {
	bottom: auto;
	top: 0;
	background: none;
}


@media (max-width: 1600px) {
	.contact_2 h3 {
		font-size: 18px;
		padding: 63px 0;
	}
	.contact_2 h3:last-child {
		padding: 59px 0;
	}
}


.fixed-buttons {
  display: block;
  position: fixed;
  left: 0;
  top: calc(20%);
  z-index: 20;
}
.fixed-buttons > a {
  margin-bottom: 5px;
  background-color: #d44334;
  border: 1px solid #d44334;
  color: #ffffff;
  display: block;
  font-size: 16px;
  font-weight: 400;
  height: 50px;
  line-height: 3.1;
  overflow: hidden;
  position: relative;
  left: -150px;
  top: 0;
  transition: all 0.3s ease 0s;
  width: 200px;
  z-index: 40;
}
.fixed-buttons > a:hover {
  left: 0;
}
.fixed-buttons > a .icons {
  display: block;
  float: right;
  text-align: center;
  width: 50px;
}

.contact_page_form .checkbox-row {
	width: 100%;
}
.contact_page_form .checkbox-row label{
	width: 100%;
	color: #0e0f12;
	font-size: 18px;
	text-align: right;
}
.contact_page_form .wpcf7-form-control-wrap.checkbox-70 {
	float: right;
	margin-left: 10px;
}
#custom_checkbox-77 input + .wpcf7-list-item-label {
	font-size: 0;
	color: transparent;
	width: 25px;
	height: 25px;
	border: 1px solid #eeeded;
	display: inline-block;
	background: #ffffff;
	float: right;
}
#custom_checkbox-77 input + .wpcf7-list-item-label::before,
#custom_checkbox-77 input + .wpcf7-list-item-label::after {
	display: none;
}
#custom_checkbox-77 input:checked + .wpcf7-list-item-label {
	padding: 2px;
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
#custom_checkbox-77 input:checked + .wpcf7-list-item-label::before {
  content: "\f00c";
  display: inline-block;
  color: #d64e40;
}
#custom_checkbox-77 input {
	display: none;
}

.product-popup {
	position: relative;
	padding: 35px 0 0 0;
	width: auto;
	max-width: 680px;
	margin: 20px auto;
}
#product-popup .mfp-close {
	color: #ffffff;
	opacity: 1;
}

@media only screen and (max-width : 767px) {
	.product-popup {
	  width: 100%;
	  max-width: none;
	}
	.product-popup iframe {
	  width: 100%;
	}
}

.page-template-about .no-padding {
	position: relative;
}
.page-template-about .container-breadcrumbs {
	background: transparent;
}


.single-related_products .navbar .nav > li > a, 
.single-related_products header .header__left-block .phone, 
.single-related_products header .header__left-block .address {
  color: #0e0f12;
}

.single-related_products header .header__left-block .phone {
  border-left: 1px solid #0e0f12;
}
.single-related_products .site-content {
	margin-top: 100px;
	padding-top: 0;
	position: relative;
}
.single-related_products .container-breadcrumbs {
  position: absolute;
  top: 0;
  bottom: auto;
  background: transparent;
  z-index: 10;
}
.single-related_products .container-breadcrumbs #breadcrumbs, 
.single-related_products .container-breadcrumbs #breadcrumbs a {
  color: #0e0f12;
}
.single-related_products header {
	z-index: 23;
}
.single-related_products .logo-header {
  display: none;
}
.single-related_products .logo-fix_header {
  display: block;
}
.single-related_products header {
  padding: 15px 0 0 0;
}
.single-related_products header .navbar .nav > li > a {
  padding-bottom: 37px;
}

.absolute_block span {
	color: #000000;
	font-size: 14px;
	position: relative;
	top: 2px;
	left: 5px;
}

.absolute_block span p {
	display: inline;
}

#main-column #main .row .col-md-4 article {
	height: 396px;
}
.pagination a.next, .pagination a.next:hover,
.pagination a.prev, .pagination a.prev:hover{
	display: block;
    background-color: #d44334;
    border-radius: 0px !important;
    color: #fff;
    font-family: arial;
    height: 36px;
}
.pagination-center {
	clear: both;
	margin-top: 30px;
}

@media only screen and (max-width : 1440px) { 
	#main-column #main .row .col-md-4 article {
		height: 340px;
	}
	.tax-product-category  #main-column #main .row .col-md-4 article {
		height: 280px;
	}
	.tax-product-brand  #main-column #main .row .col-md-4 article {
		height: 280px;
	}
}
@media only screen and (max-width : 1360px) { 
	#main-column #main .row .col-md-4 article {
		height: 320px;
	}
	.tax-product-category  #main-column #main .row .col-md-4 article {
		height: 262px;
	}
	.tax-product-brand  #main-column #main .row .col-md-4 article {
		height: 262px;
	}
}
@media only screen and (max-width : 1300px) { 
	#main-column #main .row .col-md-4 article {
		height: 300px;
	}
	.tax-product-category  #main-column #main .row .col-md-4 article {
		height: 262px;
	}
	.tax-product-brand  #main-column #main .row .col-md-4 article {
		height: 262px;
	}
}
@media only screen and (max-width : 1160px) { 
	#main-column #main .row .col-md-4 article {
		height: 270px;
	}
	.tax-product-category  #main-column #main .row .col-md-4 article {
		    height: 322px;
	}
	.tax-product-brand  #main-column #main .row .col-md-4 article {
		height: 262px;
	}
}


@media only screen and (max-width : 650px) { 
	#main-column #main .row .col-md-4 article {
		height: auto;
	}
}

.page-template-galleryvideo .block25 {
  float: right;
}

@media only screen and (max-width : 767px) { 
	.fixed-buttons {
		display: none;
	}
}

@media(min-width: 768px){
	/*.page-template-galleryphoto .lb-outerContainer {
		width: 90vw !important;
    	height: auto !important;
	}
	.page-template-galleryphoto  .lightbox .lb-image {
		width: 100% !important; 
		height: 100% !important;
	}*/
	#sidebar-tax {
		padding-bottom: 10%;
		min-height: 1350px !important;
	}
	.post-type-archive-related_products #sidebar-tax {
		    min-height: 550px;
	}
}

header.page-header {
	position: static;
}

.tax-related-product-categories #sidebar-tax:before,
.post-type-archive-related_products #sidebar-tax:before {
	content: '';
	display: block;
	position: absolute;
	right: 0;
	left: 0;
	height: 700px;
	bottom: -700px;
	background: #ffffff;
	z-index: 1;
}
.tax-related-product-categories #site-footer,
.post-type-archive-related_products #site-footer {
	position: relative;
	z-index: 3;
}

@media only screen and (max-width : 991px) {
	.tax-related-product-categories #sidebar-tax:before,
	.post-type-archive-related_products #sidebar-tax:before {
		display: none;
	}
}

/******/ 
.navbar .nav > li.current-menu-parent > a,
.navbar .nav > li.active > a,
.navbar .nav > li:hover > a {
  color: #d44334;
  text-shadow: none;
}
.page-template-front-page .navbar .nav > li.active > a {
  color: #ffffff;
}
.page-template-front-page .navbar .nav > li.active:hover > a {
  color: #d44334;
}


.white .navbar .nav > li.current-menu-parent > a,
.white .navbar .nav > li.active > a,
.white .navbar .nav > li:hover > a {
  color: #d44334;
}
.page-template-front-page .white .navbar .nav > li.active > a {
  color: #0e0f12;
}
.page-template-front-page .white .navbar .nav > li.active:hover > a {
    color: #d44334;
}

.fa-circle {
  transition: all 0.3s ease 0s;
}
.fa-stack:hover .fa-circle {
  color: #bf2e1f;
}
.share .at-icon-wrapper:hover {
	background: #fff !important;
}
.at-resp-share-element .at-share-btn:hover .at-icon-wrapper {
	background: #fff !important;
}
/***/
.header__no-fix {
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	width: 100%;
	z-index: 5;
	padding-top: 15px;
	transition: all 0.3s ease 0s;
	background: #ffffff;
	border-bottom: 1px solid #e9e9e9;
	height: 100px;
}
.header__no-fix .header__left-block .phone {
	border-left: 1px solid #0e0f12;
	color: #0e0f12;
}
.header__no-fix .header__left-block .addr-capt {
	float: right;
}
.header__no-fix .header__left-block .address {
	color: #0e0f12;
}
.header__no-fix .header__left-block .caption {
	color: #d44334;
}
.header__no-fix .navbar .nav > li > a {
	color: #0e0f12;
	padding-bottom: 34px;
}
.header__no-fix .navbar .nav > li:hover > a {
	color: #d44334;
}
.header__no-fix .navbar .nav > li.current-menu-item > a {
	color: #d44334;
}

.header__no-fix .logo-header {
  display: none;
}
.header__no-fix .logo-fix_header {
  display: block;
}

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

	.header__no-fix {
		height: 60px;
		padding: 0;
	}

}
/***/

.tax-product-category #main-column article .entry-title a {
  transition: all 0.3s ease 0s;
}
.tax-product-category #main-column article:hover .entry-title a {
	color: #bf2e1f;
}
.tax-product-category #main-column article {
  transition: all 0.3s ease 0s;
}
/*.tax-product-category #main-column article:hover {
  transform: translate(0,-10px);
}*/

.tax-product-category #main-column article img {
	-moz-transition: all .3s ease-out;
    -o-transition: all .3s ease-out;
    -webkit-transition: all .3s ease-out;
}

.tax-product-category #main-column article:hover img {
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -o-transform: scale(1.1);
}


.tax-product-brand #main-column article .entry-title a {
  transition: all 0.3s ease 0s;
}
.tax-product-brand #main-column article:hover .entry-title a {
	color: #bf2e1f; 
}
.tax-product-brand #main-column article {
  transition: all 0.3s ease 0s;
}
.tax-product-brand #main-column article img{
  transition: all 0.3s ease 0s;
}
.tax-product-brand #main-column article:hover img{
  -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -o-transform: scale(1.1);
}

.section-other-product .col {
  transition: all 0.3s ease 0s;
}
.section-other-product .col:hover {
 /* transform: translate(0,-10px);	*/
}
.section-other-product .col:hover .product_title {
	color: #bf2e1f;
}

.page-template-galleryphoto .block25 h4 {
  transition: all 0.3s ease 0s;
  width: 93%; 
}
.page-template-galleryphoto .block25:hover h4 {
	color: #bf2e1f;
}


.page-template-galleryvideo .bloack25_date {
  margin-left: 9%;
}

.page-template-galleryvideo .block25 h4 {
  transition: all 0.3s ease 0s;
  width: 90%;
}
.page-template-galleryvideo .block25:hover h4 {
	color: #bf2e1f;
}

.hp-sidebar_col .article__title a {
  transition: all 0.3s ease 0s;
}
.hp-sidebar_col .article__title a:hover {
	color: #bf2e1f;
}

.hp-articles_col .article__title a {
	transition: all 0.3s ease 0s;
	line-height: 24px;
}
.hp-articles_col .article__title a:hover {
	color: #bf2e1f;	
}
.hp-articles_col .my-thumbnail:hover {
	color: #bf2e1f;
}

.hp-articles_col .hvr-icon-back .fa {
	left: -18px;
	top: -3px;
}

.page-template-page-contact .contact_1 input[type="submit"] {
  transition: all 0.3s ease 0s;
}
.page-template-page-contact .contact_1 input[type="submit"]:hover {
	color: #ffffff;
	background: #d44334;
}

.post-type-archive-related_products .entry-title a {
  transition: all 0.3s ease 0s;
}
.post-type-archive-related_products .entry-title a:hover {
  color: #bf2e1f;
}

.hvr-icon-back {
  display: inline-block;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  position: relative;
  -webkit-transition-duration: 0.1s;
  transition-duration: 0.1s;
  cursor: pointer;
  -webkit-tap-highlight-color: rgba(0,0,0,0);
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.hvr-icon-back:hover .fa, 
.hvr-icon-back:focus .fa, 
.hvr-icon-back:active .fa {
  -webkit-transform: translateX(-4px);
  transform: translateX(-4px);
}
.hvr-icon-back .fa {
  position: absolute;
	left: -15px;
	top: 1px;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-transition-duration: 0.1s;
  transition-duration: 0.1s;
  -webkit-transition-property: transform;
  transition-property: transform;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}

.no-results p{
	font-size: 18px;
}

.no-results header.page-header {
  position: static;
  padding-top: 0px;
  margin-top: 22px;
  margin-bottom: 0px;
}

#menu-footer-menu-left li a, 
#menu-footer-menu-right li a {
  font-size: 20px;
  color: #0e0f12;
}
.lnr {
  display: inline-block;
  fill: currentColor;
  width: 1em;
  height: 1em;
  vertical-align: -0.05em;
}

.navbar .dropdown-menu > .active > a, 
.navbar .dropdown-menu > .active > a:focus, 
.navbar .dropdown-menu > .active > a:hover {
	background-image: none;
	background-color: rgba(13, 13, 13, 0.3);
}

.wrap-language {
	width: 65px;
	float: left;
	margin-left: 23px;
	margin-top: 17px;
}
.wrap-language .wpml-ls-legacy-dropdown a.wpml-ls-item-toggle,
.rtl .wrap-language .wpml-ls-legacy-dropdown a.wpml-ls-item-toggle {
  border: 1px solid transparent;
  background-color: transparent;
  padding: 0;
}
.wrap-language .wpml-ls-legacy-dropdown .wpml-ls-flag + span,
.rtl .wrap-language .wpml-ls-legacy-dropdown .wpml-ls-flag + span {
	float: right;
	color: #ffffff;
	font-size: 20px;
	margin-left: 10px;
	margin-right: 10px;
	text-transform: uppercase;
	line-height: 17px;
}
.wrap-language .wpml-ls-legacy-dropdown a {
  border: 1px solid transparent;
  background-color: transparent;
  padding: 5px 0;
}
.wrap-language .wpml-ls-legacy-dropdown .wpml-ls-sub-menu {
  border-top: none;
	margin-top: 3px;
}
.wrap-language .wpml-ls-legacy-dropdown a.wpml-ls-item-toggle::after {
	content: none;
}
.white .wrap-language .wpml-ls-legacy-dropdown .wpml-ls-flag + span,
.rtl .white .wrap-language .wpml-ls-legacy-dropdown .wpml-ls-flag + span {
	color: #0e0f12;
}

.en.tax-product-category #sidebar-tax {
	float: left;
	padding-left: 9%;
	padding-right: 15px;
	height: auto !important;
}
@media only screen and (max-width : 1400px) {
	.en.tax-product-category #sidebar-tax {
		padding-left: 2%;
	  padding-right: 15px;
	}
}
.en.tax-product-category #main-column {
	float: right;
	margin-right: 8.33333333%;
	margin-left: 0;
}
.en.tax-product-category #main-column .col-md-4 {
	float: left !important;
}
#product_category h2 {
  padding-left: 17px;
  padding-right: 0;
}
.en.tax-product-category .tax_title {
  padding-right: 0;
  padding-left: 21px;
}
.en.tax-product-category .cstm_btn_hover {
  margin-right: 0;
}
.en.tax-product-category .cstm_btn_hover img {
  float: left;
}
.en.tax-product-category .cstm_btn_hover h4 {
	padding-right: 0;
	margin-top: 0;
}
.en.tax-product-category #custom_btn label h5 {
	padding-right: 0;
  padding-left: 43px;
}
.en.tax-product-category .form-control {
  background-position: calc( 100% - 10px ) 14px;
}
.en.tax-product-category .logo_blocks div {
  float: left;
}
.logo_blocks div img {
  max-width: 100%;
}

body.en .header__left-block .phone {
  float: left;
  margin-left: 0px;
  margin-right: 5px;
  margin-top: 21px;
  padding-left: 0px;
  padding-right: 13px;
  border-left: 0px solid #ffffff;
  border-right: 1px solid #ffffff;
  color: #faf9f9;
  font-size: 26px;
  line-height: 17px;
  font-weight: 700;
}
.header__no-fix .header__left-block .phone {
  border-left: 1px solid #0e0f12;
  color: #0e0f12;
}
body.en .header__no-fix .logo-header {
  display: none;
}
body.en .header__no-fix .logo-fix_header {
  display: block;
}
body.en .header__no-fix .header__left-block .phone {
  color: #0e0f12;
}
.header__no-fix .wrap-language .wpml-ls-legacy-dropdown .wpml-ls-flag + span, 
.header__no-fix .rtl .wrap-language .wpml-ls-legacy-dropdown .wpml-ls-flag + span {
  color: #0e0f12;
}

body.en .fixed-buttons {
  left: auto;
  right: 0;
}
body.en .fixed-buttons > a {
  right: -150px;
  left: auto;
  width: 200px;
}
body.en .fixed-buttons > a:hover {
	left: auto;
	right: 0;
}
body.en .fixed-buttons > a .icons {
  float: left;
}
body.en .single-product-gallery {
	float: right;
}

body.en .product-content .share {
  margin-top: 0px;
  padding-top: 0px;
  overflow: hidden;
}
body.en .share-title {
	margin: 0 10px 0 0;
  float: left;
}
body.en.single-products .share .addthis_inline_share_toolbox {
  float: left;	
}


body.en .single-product-form .form-title {
  text-align: left;
}
body.en .single-product-form input[type="submit"] {
  float: right;
}
body.en .single-product-form input[type="text"] {
  margin-right: 20px;
}
body.en .single-product-form input[type="tel"] {
  margin-right: 0;
}


body.en .single-product-slider .lSPager.lSGallery {
  right: 0 !important;
  left: auto;
}
body.en .single-product-slider .lSSlideOuter.vertical {
  padding-right: 160px !important;
  padding-left: 0 !important;
}

body.en .single-product-description .dimensions-row {
  width: calc(100%);
}
body.en .single-product-description .dimensions-img {
  left: 170px;
}

body.en .single-product-description h2 {
  text-align: left;
}

body.en #custom_btn label h5 {
  padding-left: 43px;
  padding-right: 0;
}
body.en .logo_blocks .term_name {
	height: 40px;
}

body.en.post-type-archive-related_products #sidebar-tax {
  padding-left: 9%;
  float: left;
  padding-right: 15px;
}
body.en.post-type-archive-related_products #sidebar-tax {
  padding-left: 2%;
  padding-right: 15px;
}
body.en.post-type-archive-related_products #main-column {
	margin-left: 0;
	margin-right: 8.33333333%;
}
body.en.post-type-archive-related_products #main .col-md-4 {
	float: left !important;
}

body.en .product-content-container .col-md-8 {
	float: right;
}


body.en .single-related_products .share .addthis_inline_share_toolbox {
	float: left;	
}




body.en.single-services .site-content .col-md-9 {
	float: right;
}
body.en.single-services .site-content .col-md-2 {
	float: right;
	width: 25%;
	padding-left: 55px;
}
body.en.single-services .col-md-offset-2 {
  margin-right: 16.66666667%;
  margin-left: 0;
}
body.en.single-services .right_services ul {
	padding-left: 0;
}
body.en .one_ser_title {
  width: 70%;
  float: right;
}
body.en .one_ser_content {
  width: 30%;
  float: right;
}
body.en .right_services_title {
  margin-right: 0px;
}

body.en .breadcrumbs_block #breadcrumbs {
  padding-right: 0;
  padding-left: 8%;
}
body.en #breadcrumbs .fa {
  transform: rotate(180deg);
}

body.en .right_services_title {
  width: 185px;
}


.single-related_products header .dropdown .sub-menu {
  margin-top: -3px;
}
.header__no-fix .navbar .nav > li.current-menu-parent > a {
	color: #d44334;
}
body.en.single-related_products .share .addthis_inline_share_toolbox {
	float: left;
}


.post-type-archive-related_products #main-column #main .row .col-md-4 article:hover img {
 -moz-transition: all .3s ease-out;
 -o-transition: all .3s ease-out;
 -webkit-transition: all .3s ease-out;
}
.post-type-archive-related_products #main-column #main .row .col-md-4 article:hover img {
 -webkit-transform: scale(1.1);
 -moz-transform: scale(1.1);
 -o-transform: scale(1.1);
}
#main-column #main .row .col-md-4 article .thumbnail {
  overflow: hidden;
}

.post-type-archive #main-column #main .row .col-md-4 {
	float: right;
}

.one_ser_content {
  opacity: 1 !important;
}
.one_ser_content a {
	position: relative;
	display: inline-block;
}
.
one_ser_title a {
  transition: all 0.3s ease 0s;
}
.one_ser_content .one_ser_content_hover {
	top: -7px;
  right: 0;
  left: 0;
  bottom: 0;
  transition: all 0.3s ease 0s;
  background-color: #ffffff;
} 
.right_services ul li:hover .one_ser_content_hover {
  opacity: 1;
} 


.page-id-2484 .sow-image-container img {
    width: 100% !important;
}