@font-face {
	font-family: 'GothamProRegular';
	src: url('fonts/GothamProRegular.eot');
	src: url('fonts/GothamProRegular.eot') format('embedded-opentype'), url('fonts/GothamProRegular.woff') format('woff'), url('fonts/GothamProRegular.ttf') format('truetype');
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: 'GothamProBold';
	src: url('fonts/GothamProBold.eot');
	src: url('fonts/GothamProBold.eot') format('embedded-opentype'), url('fonts/GothamProBold.woff') format('woff'), url('fonts/GothamProBold.ttf') format('truetype');
	font-weight: normal;
	font-style: normal;
}

* {
	-webkit-transition: all .3s;
	-moz-transition: all .3s;
	-ms-transition: all .3s;
	-o-transition: all .3s;
	transition: all .3s;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	font-family: 'GothamProRegular';
}

html {
	margin: 0 !important;
}

body {
	margin: 0;
	background: #fefefe;
	background: -webkit-linear-gradient(90deg, #fefefe, #f2f2f2);
	background: -moz-linear-gradient(90deg, #fefefe, #f2f2f2);
	background: -o-linear-gradient(90deg, #fefefe, #f2f2f2);
	background: linear-gradient(90deg, #fefefe, #f2f2f2);
}

p {
	line-height: 1.5;
}

p, h1 {
	margin-top: 0;
}

.h1, .h2, .h3, .h4, .h5, .h6 {
	font-weight: bold;
	font-family: 'GothamProBold';
	margin: 10px 0 20px;
}

.h4 {
	font-size: 22px;
}

.clearfix {
	clear: both;
}

.hidden {
	display: none;
}

i {
	font-style: inherit;
}

img, svg {
	max-width: 100%;
}

textarea {
	resize: none;
}

input, button, textarea {
	outline: none;
	border: 0;
}

a[role="button"] {
	cursor: pointer;
}

.text-right {
	text-align: right;
}

.text-center {
	text-align: center;
}

.text-danger {
	color: #e34958;
}

.text-success {
	color: #2fbe54;
}

.flex {
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
}

.flex-inline {
	display: -webkit-inline-box;
	display: -webkit-inline-flex;
	display: -moz-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	-webkit-align-self: auto;
}

.flex-wrap {
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
}

.flex-column {
	-webkit-box-orient: vertical;
	-webkit-flex-direction: column;
	-ms-flex-direction: column;
	flex-direction: column;
}

.flex-jc-space-between {
	-webkit-justify-content: space-between;
	-moz-justify-content: space-between;
	justify-content: space-between;
}

.flex-jc-space-around {
	-webkit-justify-content: space-around;
	-moz-justify-content: space-around;
	justify-content: space-around;
}

.flex-jc-center {
	-webkit-justify-content: center;
	-moz-justify-content: center;
	justify-content: center;
}

.flex-jc-end {
	-webkit-justify-content: flex-end;
	-moz-justify-content: flex-end;
	justify-content: flex-end;
}

.flex-ai-center {
	-webkit-align-items: center;
	align-items: center;
}

.flex-ai-baseline {
	-webkit-align-items: baseline;
	align-items: baseline;
}

.flex-ai-flex-end {
	-webkit-align-items: flex-end;
	align-items: flex-end;
}

.flex-1 {
	-webkit-box-flex: 1;
	-moz-box-flex: 1;
	-webkit-flex: 1;
	-ms-flex: 1;
	flex: 1;
}

.flex-2 {
	-webkit-box-flex: 2;
	-moz-box-flex: 2;
	-webkit-flex: 2;
	-ms-flex: 2;
	flex: 2;
}

.flex-3 {
	-webkit-box-flex: 3;
	-moz-box-flex: 3;
	-webkit-flex: 3;
	-ms-flex: 3;
	flex: 3;
}

.container {
	width: 1200px;
	max-width: 100%;
	padding: 0 20px;
	margin: 0 auto;
}

.relative {
	position: relative;
}

a {
	color: inherit;
	text-decoration: none;
}

.btn,
.btn-o {
	display: inline-block;
	padding: 5px 10px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	border: 1px solid #ee162a;
	text-transform: uppercase;
	font-family: 'GothamProBold';
}

.btn {
	background-color: #ee162a;
	color: #fff;
}

.btn-o {
	background-color: #fff;
	color: #ee162a;
}

.btn:hover {
	background-color: #090a12;
}

.btn:hover,
.btn-o:hover {
	border: 1px solid #090a12;
}

.btn-o:hover {
	color: #090a12;
}

#logo {
	width: 150px;
	height: 70px;
	background-color: #ee162a;
}

#logo:before {
	content: '';
	position: absolute;
	height: 100%;
	top: 0;
	right: 99%;
	width: 1000px;
	background-color: #ee162a;
}

#logo a {
	position: absolute;
	width: 100%;
	height: 80%;
	top: 10%;
	left: 0;
	background-size: contain;
	background-position: center;
	background-repeat: no-repeat;
}

#search input,
#search button {
	padding: 5px;
	border: 0;
	background-color: #ee162a3d;
}

#search button {
	position: absolute;
	left: 100%;
	top: 0;
	height: 100%;
	-webkit-border-radius: 0px 5px 5px 0px;
	-moz-border-radius: 0px 5px 5px 0px;
	border-radius: 0px 5px 5px 0px;
	color: #fff;
	cursor: pointer;
}

#search input {
	width: 120px;
	-webkit-border-radius: 5px 0px 0px 5px;
	-moz-border-radius: 5px 0px 0px 5px;
	border-radius: 5px 0px 0px 5px;
}

#menu {
	font-size: 14px;
	background: #fff;
}

#menu a {
	text-transform: uppercase;
	font-weight: bold;
	font-family: 'GothamProBold';
}

#menu a:not(.btn):hover,
footer a:hover,
.breadcrumb li a:hover,
.breadcrumb li span {
	color: #ee162a;
}

#menu .item {
	height: 70px;
	padding: 0 10px;
}

#menu .item:hover,
#menu .item:hover .list {
	-webkit-box-shadow: 0 3px 10px #0000003d;
	-moz-box-shadow: 0 3px 10px #0000003d;
	box-shadow: 0 3px 10px #0000003d;
}

#menu .item .list {
	display: none;
	position: absolute;
	left: 0;
	top: 100%;
	background: #fff;
	z-index: 9;
}

#menu .item .list a {
	display: block;
	padding: 13px 20px 11px;
	border-bottom: 1px solid #e6e6e6;
}

#menu .item .list a:hover {
	background-color: #f3f3f3;
}

#menu .item .list a:last-child {
	border-bottom: 0;
}

#menu .item:hover .list {
	display: block;
}

#callback {
	position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 999;
    background: #000000a6;
}

#callback form {
	position: absolute;
	top: 50%;
	left: 50%;
	max-width: 90%;
	-webkit-transform: translateY(-50%) translateX(-50%);
	-moz-transform: translateY(-50%) translateX(-50%);
	-ms-transform: translateY(-50%) translateX(-50%);
	-o-transform: translateY(-50%) translateX(-50%);
	transform: translateY(-50%) translateX(-50%);
	background: #f3f3f3;
    padding: 25px 30px;
}

#callback form input {
	display: block;
	width: 300px;
	max-width: 100%;
	margin-bottom: 15px;
	padding: 5px;
	border: 1px solid #e8e8e8;
}

#callback form .h4 {
	color: #ee162a;
    text-align: center;
}

#callback form input:focus,
#callback form button:focus {
	-webkit-box-shadow: 3px 2px 5px #c7c7c7;
	-moz-box-shadow: 3px 2px 5px #c7c7c7;
	box-shadow: 3px 2px 5px #c7c7c7;
}

#callback form button {
	cursor: pointer;
}

#callback form .btn.success {
	background: #d4d1d1;
	border: 1px solid #d4d1d1;
}

footer {
	padding: 60px 0;
	background: #090a12;
	color: #999a9c;
	font-size: 12px;
}

footer>.container {
	padding-bottom: 30px;
	border-bottom: 2px solid #242424;
}

footer p {
	margin-bottom: 10px;
	margin-top: 0;
}

footer p:not(.email) a {
	text-transform: uppercase;
}

footer br {
	line-height: 25px;
}

footer .title {
	margin-bottom: 30px;
	font-family: 'GothamProBold';
	font-size: 14px;
	text-transform: uppercase;
	color: #fff;
}

footer .powered {
	font-size: 12px;
	text-transform: uppercase;
}

footer .apps {
	margin-bottom: 30px;
}

footer .apps a {
	margin-right: 15px;
}

footer .apps a:last-child {
	margin-right: 0;
}

#homepage-banner .banner {
	padding: 30px 0;
	color: #fff;
	height: 100vh;
	height: calc(100vh - 70px);
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-justify-content: center;
	justify-content: center;
}

#homepage-banner .banner:not(.image) .img {
	min-height: 300px;
}

#homepage-banner .banner .img {
	background-position: center;
	background-repeat: no-repeat;
	background-size: contain;
}

#homepage-banner .banner .title {
	font-family: 'GothamProBold';
	font-size: 24px;
}

#homepage-banner .banner .description {
	font-size: 13px;
	color: #9fa0a2;
	text-align: justify;
}

#homepage-banner .banner .description .title {
	font-family: inherit;
}

#homepage-banner .banner .description .title,
#homepage-banner .banner .description .big-title {
	color: #fff;
}

#homepage-banner .banner .description .big-title {
	font-size: 48px;
	font-weight: bold;
}

#homepage-banner .banner>.container {
	padding: 0 60px;
}

#homepage-banner .banner .buttons {
	margin-top: 30px;
	font-size: 12px;
}

#homepage-banner .banner .buttons .btn {
	margin-right: 15px;
}

#homepage-banner .banner .buttons .btn:last-child {
	margin-right: 0;
}

#homepage-banner .banner:not(.image)>.flex>div {
	width: 50%;
}

#homepage-banner .owl-controls {
	margin: 0;
	position: static;
}

#homepage-banner .owl-controls .owl-pagination {
	position: absolute;
	top: auto;
	bottom: 30px;
	left: 50%;
	-webkit-transform: translateX(-50%);
	-moz-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	-o-transform: translateX(-50%);
	transform: translateX(-50%);
}

#homepage-banner .owl-controls .owl-page span {
	opacity: 1;
	background: #9fa0a2;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
}

#homepage-banner .owl-controls .owl-page {
	margin: 0;
}

#homepage-banner .owl-controls .owl-page.active span,
#homepage-banner .owl-controls.clickable .owl-page:hover span {
	background: #ee162a;
}

#homepage-banner .banner.image>.container>div {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	text-align: center;
	background-size: cover;
}

#homepage-banner .owl-wrapper-outer {
	border: 0;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0;
}

#homepage-banner .owl-wrapper {
	display: -webkit-box !important;
	display: -moz-box !important;
	display: -ms-flexbox !important;
	display: -webkit-flex !important;
	display: flex !important;
}

#homepage-banner .owl-item {
	position: relative;
}

#homepage-banner .owl-controls .owl-buttons div {
	background: transparent;
	opacity: 1;
	text-shadow: none;
	color: #9fa0a2;
}

#homepage-banner .owl-controls .owl-buttons div:hover {
	color: #b3142a;
}

#homepage-banner {
	margin: 0;
}

#html-advantages {
	padding: 30px 0 60px;
	background-image: url(/catalog/view/theme/mru/image/bg-advantages.png);
	background-repeat: no-repeat;
	background-position: bottom left;
}

#html-advantages .title,
#html-advantages .undertitle,
#html-advantages .block p:not(.title) {
	max-width: 100%;
	margin: 0 auto;
	text-align: center;
	margin-bottom: 25px;
}

#html-advantages .title {
	font-family: 'GothamProBold';
}

#html-advantages .container>.title {
	width: 460px;
	position: relative;
	color: #000;
	font-size: 22px;
	line-height: 30px;
}

#html-advantages .undertitle {
	width: 530px;
}

#html-advantages .block p:not(.title),
#html-advantages .undertitle {
	font-size: 13px;
	color: #8e8e8e;
}

#html-advantages .block p:not(.title) {
	width: 300px;
}

#html-advantages .block img {
	display: block;
	margin: 5px auto 25px;
}

#html-advantages .container>.title:before,
#html-advantages .container>.title:after {
	content: '';
	position: absolute;
	top: 15px;
	height: 1px;
	width: 100%;
	background: #e4e4e4;
}

#html-advantages .container>.title:before {
	right: 100%;
}

#html-advantages .container>.title:after {
	left: 100%;
}

#html-advantages>.container {
	overflow: hidden;
}

.latest-articles {
	-webkit-box-shadow: 0px 35px 55px 10px #cacaca;
	-moz-box-shadow: 0px 35px 55px 10px #cacaca;
	box-shadow: 0px 35px 55px 10px #cacaca;
}

.latest-articles .article {
	background: #fff;
}

.latest-articles .article .image {
	background-size: cover;
	background-position: center;
}

.latest-articles .article .description {
	padding: 60px;
}

.latest-articles .article .description .title {
	font-size: 22px;
	font-family: 'GothamProBold';
}

.latest-articles .article .description p {
	margin-bottom: 30px;
}

.latest-articles .article .description p:not(.title) {
	width: 400px;
	max-width: 100%;
	font-size: 14px;
	text-align: justify;
	color: #9fa0a2;
}

.latest-articles .article .buttons a {
	margin-right: 15px;
	font-size: 14px;
}

.latest-articles .article .buttons a:last-child {
	margin-right: 0;
}

#home-block-bottom {
	height: 120px;
	background-image: url(/catalog/view/theme/mru/image/bg-under-news.png);
	background-repeat: no-repeat;
    background-position: right;
}

#home-product-block {
	padding: 80px 0;
	overflow: hidden;
	background-image: url(/catalog/view/theme/mru/image/bg-product.png);
	background-repeat: no-repeat;
    background-position: top right;
    background-size: 30%;
}

#home-product-block p {
	margin: 0;
}

#home-product-block p:not(.title) {
	font-size: 13px;
    width: 480px;
	max-width: 100%;
}

#home-product-block .gas {
	margin: 50px 0;
}

.gas>span {
	width: 50px;
	height: 50px;
	margin-right: 10px;
	-webkit-border-radius: 100%;
	-moz-border-radius: 100%;
	border-radius: 100%;
	background: #090a12;
	font-family: 'GothamProBold';
	font-size: 13px;
	line-height: 13px;
	color: #fff;
}

.gas>span:last-child {
	margin-right: 0;
}

#home-product-block .title {
	display: inline-block;
	margin-bottom: 20px;
	font-family: 'GothamProBold';
}

#home-product-block .gas sub {
	font-size: 8px;
    margin-bottom: -6px;
}

#home-product-block .description {
	overflow: hidden;
}

#home-product-block .description .title {
	margin-bottom: 25px;
	color: #ee162a;
	font-size: 26px;
}

#home-product-block .advantage {
	width: 30%;
	padding: 30px;
	margin-top: 50px;
	text-align: center;
}

#home-product-block .advantage .dot {
	position: absolute;
	width: 20px;
	height: 20px;
	-webkit-border-radius: 100%;
	-moz-border-radius: 100%;
	border-radius: 100%;
	background: #ee162a;
	-webkit-box-shadow: 0 0 5px #00000029;
	-moz-box-shadow: 0 0 5px #00000029;
	box-shadow: 0 0 5px #00000029;
}

#home-product-block .advantage .dot .line {
	position: absolute;
	background: #e4e4e4;
}

#home-product-block .advantage:first-child {
	border-right: 2px solid #e4e4e4;
}

#home-product-block .advantage:nth-child(2) {
	border: 2px solid #e4e4e4;
}

#home-product-block .advantage:nth-child(3) {
	border-left: 2px solid #e4e4e4;
}


#home-product-block .description .title:after {
	content: '';
	position: absolute;
	width: 1000px;
	height: 2px;
	background: #e4e4e4;
}

#home-product-block .description .title:after {
	top: 16px;
	left: 110%;
}

.breadcrumb {
	padding: 0;
	margin: 30px 0;
	list-style: none;
	font-size: 13px;
    font-style: italic;
}

.breadcrumb li {
	display: inline-block;
}

.breadcrumb li:after {
	content: '>';
	margin: 0 5px 0 10px;
}

.breadcrumb li:last-child:after {
	display: none;
}

body[class^="information-information"]>.container {
	margin-bottom: 40px;
}

body[class^="information-information"]>.container p:not([class^=h]) {
	margin-bottom: 0;
}

body[class^="information-information"]>.container .table {
	border-collapse: collapse;
	width: 100%;
	max-width: 100%;
}

body[class^="information-information"]>.container .table td {
	vertical-align: top;
	padding: 15px 5px;
	border-bottom: 1px solid #e0e0e0;
}

body[class^="information-information"] .text a {
	text-decoration: underline;
}

body[class^="information-information"] .text a:hover {
	color: #ee162a;
}

body.information-information-9 {
	background: #fff;
}

#information-contact-form {
	width: 400px;
	max-width: 100%;
	margin-bottom: 30px;
}

#information-contact-form input,
#information-contact-form textarea {
	width: 100%;
	margin: 10px 0 15px;
	padding: 5px 10px;
	border: 1px solid #efefef;
}

#information-contact-form button {
	cursor: pointer;
}

#information-contact-form textarea {
	height: 100px;
}

#information-contact-form .h4 {
	margin-top: 0;
}

body.information-contact-success>.container {
	min-height: 400px;
	min-height: 50vh;
}

body.blog-blog #home-product-block,
body.blog-article #home-product-block,
body[class^="product-category"] #home-product-block,
body.product-search #home-product-block,
body[class^="product-product"] #home-product-block {
	background-image: url(/catalog/view/theme/mru/image/bg-product-2.png);
	background-position: bottom left;
	background-size: 10%;
}

body[class^="product-category"] #home-product-block,
body.product-search #home-product-block {
	padding-top: 20px;
}

body[class^="product-category"] .items .item,
body.product-search .items .item,
body.blog-blog .items .item {
	float: left;
	padding-bottom: 60px;
}

body[class^="product-category"] .items .item .img,
body.product-search .items .item .img,
body.blog-blog .items .item .img,
.product-carousel-images .img {
	height: 300px;
	background-repeat: no-repeat;
	background-position: center;
}

body[class^="product-category"] .items .item .img,
body.product-search .items .item .img,
body.blog-blog .items .item .img,
.product-carousel-images .active .img {
	-webkit-box-shadow: 10px 10px 20px #00000026;
	-moz-box-shadow: 10px 10px 20px #00000026;
	box-shadow: 10px 10px 20px #00000026;
}

body[class^="product-category"] .items .item .img,
body.product-search .items .item .img {
	background-color: #fff;
	background-size: contain;
}

body.blog-blog .items .item .img {
	background-size: cover;
}

body[class^="product-category"] .items .item .img>a,
body.product-search .items .item .img>a,
body.blog-blog .items .item .img>a {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

body[class^="product-category"] .items .item .description,
body.product-search .items .item .description,
body.blog-blog .items .item .description {
	height: 75px;
	font-size: 13px;
    line-height: 20px;
	margin-bottom: 20px;
}

body[class^="product-category"] .items .item .title,
body.product-search .items .item .title,
body.blog-blog .items .item .title {
	margin-top: 25px;
	font-family: 'GothamProBold';
	color: #ee162a;
	font-size: 18px;
}

body[class^="product-category"] .items .item .title a,
body.product-search .items .item .title a,
body.blog-blog .items .item .title a {
	font-family: inherit;
}

body[class^="product-category"] .items .item .btn,
body.product-search .items .item .btn,
body.blog-blog .items .item .btn {
	width: max-content;
	width: -intrinsic;
	width: -moz-max-content;
	width: -webkit-max-content;
	padding: 8px 20px;
}

.h1 h1,
.h1 .title {
	margin: 0;
	font-family: 'GothamProBold';
	color: #ee162a;
	text-transform: uppercase;
	font-size: 24px;
}

.h1 .breadcrumb {
	text-transform: uppercase;
	font-style: normal;
}

.h1 .breadcrumb li a {
	color: #8e8e8e;
}

.h1 .breadcrumb li span {
	font-family: 'GothamProBold';
}

.h1 .breadcrumb li:after {
	content: '-';
	margin: 0 0px 0 5px;
	color: #8e8e8e;
}

.container.h1 {
	margin-bottom: 20px;
}

body[class^="product-category"] header,
body.product-search header {
	-webkit-box-shadow: 0 0 35px #9a9a9a;
	-moz-box-shadow: 0 0 35px #9a9a9a;
	box-shadow: 0 0 35px #9a9a9a;
}

body[class^="product-category"] #content,
body.product-search #content,
body.blog-blog #content {
	background-image: url(/catalog/view/theme/mru/image/bg-catalogue.png);
	background-repeat: no-repeat;
}

body[class^="product-category"] #content,
body.product-search #content {
	background-position: right 30%;
}

body.blog-blog #content {
	background-position: 100%;
}

body.blog-article #content,
body[class^="product-product"] #content {
	background-image: url(/catalog/view/theme/mru/image/bg-article.png);
	background-repeat: no-repeat;
	background-position: 100%;
    background-size: 95% auto;
}

body.blog-article .img-main {
	height: 250px;
	margin-bottom: 40px;
	background-size: cover;
	background-position: center;
	-webkit-box-shadow: 0px 0px 5px #252525;
	-moz-box-shadow: 0px 0px 5px #252525;
	box-shadow: 0px 0px 5px #252525;
}

body.blog-article .description {
	margin-bottom: 60px;
}

body.blog-article #home-product-block .description {
	margin-bottom: 0;
}

body.blog-article .btns,
body[class^="product-product"] .btns-go-back {
	overflow: hidden;
	margin-bottom: 30px;
}

body[class^="product-product"] .btns-go-back {
	margin-top: 40px;
}

body.blog-article .btn.go-back,
body[class^="product-product"] .btns-go-back .btn,
body[class^="product-product"] .quiz .btn {
	padding: 5px 18px;
	font-size: 16px;
}

body.blog-article .btn.go-back:after,
body[class^="product-product"] .btns-go-back .btn:after {
	content: '';
	position: absolute;
	top: 12px;
    left: 110%;
    width: 470px;
    height: 2px;
    background: #e4e4e4;
}

.pagination {
	padding: 0;
	list-style: none;
	text-align: center;
}

.pagination li {
	display: inline-block;
}

.pagination li a,
.pagination li span {
	padding: 5px 10px;
	margin: 0 3px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}

.pagination li span {
	color: #ee162a;
}

.pagination li a {
	background-color: #ee162a;
	color: #fff;
}

.pagination li a:hover {
	background-color: #090a12
}

.product-carousel-images {
	padding: 30px;
	overflow: hidden;
}

.product-carousel-images .img {
	width: 300px;
	max-width: 100%;
	margin: 0 auto;
	background-color: #fff;
	background-size: contain;
}

.product-carousel-images .owl-wrapper-outer {
	border: 0;
	overflow: initial;
}

.product-carousel-images .owl-wrapper-outer,
.product-carousel-images .owl-controls .owl-page span {
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
}

.product-carousel-images .owl-controls .owl-page span {
	opacity: 1;
	background-color: #9fa0a2;
}

.product-carousel-images .owl-controls .owl-page.active span {
	background-color: #ee162a;
}

.product-carousel-images.owl-carousel {
	background: transparent;
}

.product-carousel-images .owl-item:not(.active) {
	opacity: 0;
}

.product-carousel-images .owl-controls .owl-page {
	margin: 0;
}

.product-carousel-images.owl-theme .owl-controls .owl-buttons div {
	background: transparent;
	opacity: 1;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0;
	padding: 0;
	margin: 0;
}


.product-carousel-images .owl-controls .owl-buttons .owl-prev {
	left: 50%;
	-webkit-transform: translateY(-50%) translateX(-210px);
	-moz-transform: translateY(-50%) translateX(-210px);
	-ms-transform: translateY(-50%) translateX(-210px);
	-o-transform: translateY(-50%) translateX(-210px);
	transform: translateY(-50%) translateX(-210px);
}

.product-carousel-images .owl-controls .owl-buttons .owl-next {
	right: 50%;
	-webkit-transform: translateY(-50%) translateX(210px);
	-moz-transform: translateY(-50%) translateX(210px);
	-ms-transform: translateY(-50%) translateX(210px);
	-o-transform: translateY(-50%) translateX(210px);
	transform: translateY(-50%) translateX(210px);
}

.product-carousel-images .owl-controls .owl-buttons .owl-prev:hover svg path,
.product-carousel-images .owl-controls .owl-buttons .owl-next:hover svg path {
	fill: #ee162a;
}

.product-carousel-images.owl-theme .owl-controls svg {
	width: 25px;
	height: 42px;
}

.product-tabs {
	margin-top: 40px;
}

.product-tabs .tab>.title,
.product-tabs .sub-tab>.title {
	background-color: #ececec;
	margin-bottom: 5px;
	padding: 8px 13px;
	cursor: pointer;
}

.product-tabs .tab>.title.open + .content,
.product-tabs .sub-tab>.title.open + .sub-content {
	margin-bottom: 5px;
}

.product-tabs .title .toggle {
	margin-right: 25px;
}

.product-tabs .title .toggle span {
	position: absolute;
	top: 3px;
	width: 2px;
    height: 12px;
    background: #ee162a;
}

.product-tabs .title .toggle span:first-child {
	transform: rotate(-45deg);
}

.product-tabs .title .toggle span:nth-child(2) {
	transform: rotate(45deg);
	left: 8px;
}

.product-tabs .title.open .toggle span:first-child,
.product-tabs .title.open .toggle span:nth-child(2) {
	top: 0;
	left: 5px;
	height: 20px;
}

.product-tabs .title.open .toggle span:first-child {
	transform: rotate(135deg);
}

.product-tabs .title.open .toggle span:nth-child(2) {
	transform: rotate(225deg);
}

.product-tabs .tab .content,
.product-tabs .sub-tab .sub-content {
	overflow: hidden;
	background: #fff;
}

.product-tabs .tab.options .content {
	background: transparent;
}

.product-tabs .tab:not(.options) .content>.inner,
.product-tabs .tab.options .content>.inner>div {
	padding: 20px 60px;
}

.product-tabs .tab.options .content>.inner>div,
.product-tabs .tab.sets .content>.inner>div {
	background: #fff;
	margin-bottom: 5px;
}

.product-tabs .tab.options .content>.inner>div:last-child,
.product-tabs .tab.sets .content>.inner>div:last-child {
	margin-bottom: 0;
}

.product-tabs .tab.options .img,
.product-tabs .tab.sets .img {
	height: 50px;
	width: 20%;
	background-position: center;
	background-repeat: no-repeat;
	background-size: contain;
}

.product-tabs .tab.sets .img {
	height: 100px;
	width: 100%;
}

.product-tabs .tab.sets .img>a {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	outline: none;
}

.product-tabs .tab.sets .h6,
.product-tabs .tab.options .h6 {
	margin-top: 10px !important;
	margin-bottom: 25px !important;
}

.product-tabs .tab .content>.inner table {
	border-collapse: collapse;
	width: 100%;
}

.product-tabs .tab .content>.inner table td {
	padding: 10px;
	border: 1px solid #e6e6e6;
}

.product-tabs .tab .file .name {
	margin-bottom: 5px;
}

.product-tabs .tab .file .name a {
	font-family: 'GothamProBold';
	color: #ee162a;
}

.product-tabs .tab .file .details {
	color: #656565;
}

.product-tabs .tab .file:last-child .details {
	margin-bottom: 0;
}

body[class^="product-product"] .product .gas {
	margin: 30px 0 40px;
}

body[class^="product-product"] #content ul:not(.breadcrumb) {
	list-style: none;
	padding-left: 22px;
}

body[class^="product-product"] #content ul:not(.breadcrumb) li {
	position: relative;
	line-height: 25px;
}

body[class^="product-product"] #content ul:not(.breadcrumb) li:before {
	content: '';
    position: absolute;
	left: -15px;
    top: 9px;
    width: 5px;
    height: 5px;
    border-radius: 100%;
    background: #ee162a;
}

body[class^="product-product"] #content .h6 {
	margin: 0;
}

body[class^="product-product"] #content .product .product-description h1.h4 {
	color: #ee162a;
}

#page-documents p.flex {
	margin-bottom: 10px;
}

#page-documents p.flex img {
	margin-right: 5px;
}

#page-documents p.h4 {
	margin-top: 25px;
}

body[class^="product-product"] .quiz,
body[class^="product-product"] .quiz .btn {
	margin: 30px 0;
}

body[class^="product-product"] .quiz .btn {
	cursor: pointer;
}

body[class^="product-product"] .quiz {
	border-bottom: 2px solid #e4e4e4;
}

body[class^="product-product"] .quiz .question span {
	display: block;
	padding: 20px 60px;
	font-family: 'GothamProBold';
}

body[class^="product-product"] .quiz .question input {
	width: 100%;
	border: 2px solid #ececec;
	padding: 15px 60px;
}

body[class^="product-product"] .quiz:not(.sent) + .success {
	display: none;
}

body[class^="product-product"] .quiz + .success {
	color: #ee162a;
}

#certificates-gallery a {
	outline: none;
}

@supports(flex-wrap: wrap) or (-webkit-flex-wrap: wrap) {
	body[class^="product-category"] .items,
	body.product-search .items,
	body.blog-blog .items {
		display: -webkit-box;
		display: -moz-box;
		display: -ms-flexbox;
		display: -webkit-flex;
		display: flex;
		-webkit-flex-wrap: wrap;
		flex-wrap: wrap;
	}
	
	body[class^="product-category"] .items .item .description,
	body.product-search .items .item .description,
	body.blog-blog .items .item .description {
		height: auto;
	}
}

@media (min-width: 769px) {
	.desktop-w-50 {
		width: 50%;
	}
	
	body[class^="product-category"] .items .item,
	body.product-search .items .item,
	body.blog-blog .items .item {
		min-width: 47%;
		max-width: 47%;
		width: 47%;
	}
	
	body[class^="product-category"] .items .item:nth-child(2n + 2),
	body.product-search .items .item:nth-child(2n + 2),
	body.blog-blog .items .item:nth-child(2n + 2) {
		margin-left: 6%;
	}
	
	body[class^="product-product"] {
		background: -webkit-linear-gradient(90deg, #fff, #f2f2f2);
		background: -moz-linear-gradient(90deg, #fff, #f2f2f2);
		background: -o-linear-gradient(90deg, #fff, #f2f2f2);
		background: linear-gradient(90deg, #fff, #f2f2f2);
	}
}

@media(min-width: 992px) {
	#mobile-menu-toggle,
	#menu .mobile-links {
		display: none;
	}
	
	#home-product-block .advantage .dot {
		top: -10px;
		left: 50%;
		-webkit-transform: translateX(-50%);
		-moz-transform: translateX(-50%);
		-ms-transform: translateX(-50%);
		-o-transform: translateX(-50%);
		transform: translateX(-50%);
	}
	
	
	#home-product-block .advantage .dot .line {
		bottom: 20px;
		left: 9px;
		height: 40px;
		width: 2px;
	}
	
	#home-product-block .advantage:first-child:before,
	#home-product-block .advantage:first-child:after,
	#home-product-block .advantage:nth-child(3):before,
	#home-product-block .advantage:nth-child(3):after {
		content: '';
		position: absolute;
		width: 1000px;
		height: 2px;
		background: #e4e4e4;
	}

	#home-product-block .description .title:after {
		top: 16px;
		left: 110%;
	}

	#home-product-block .advantage:first-child .dot .line2 {
		width: 0;
		position: absolute;
		bottom: 59px;
		left: 9px;
		height: 2px;
		background: #e4e4e4;
	}

	#home-product-block .advantage:first-child:before,
	#home-product-block .advantage:first-child:after {
		right: 0;
	}

	#home-product-block .advantage:nth-child(3):before,
	#home-product-block .advantage:nth-child(3):after {
		left: 0;
	}

	#home-product-block .advantage:first-child:before,
	#home-product-block .advantage:nth-child(3):before {
		top: 0;
	}

	#home-product-block .advantage:first-child:after,
	#home-product-block .advantage:nth-child(3):after {
		bottom: 0;
	}
	
	#home-product-block .description:after {
		content: '';
		position: absolute;
		right: 0;
		bottom: 0;
		width: 2px;
		height: 247px;
		background: #e4e4e4;
		z-index: 9;
	}
	
	#home-product-block .img {
		position: absolute;
		bottom: -170px;
		right: -10px;
		height: 450px;
		z-index: 2;
	}
	
	body[class^="product-category"] .items .item,
	body.product-search .items .item,
	body.blog-blog .items .item {
		min-width: 30%;
		max-width: 30%;
		width: 30%;
	}

	body[class^="product-category"] .items .item:nth-child(2n + 2),
	body.product-search .items .item:nth-child(2n + 2),
	body.blog-blog .items .item:nth-child(2n + 2) {
		margin-left: 0;
	}
	
	body[class^="product-category"] .items .item:nth-child(3n + 2),
	body.product-search .items .item:nth-child(3n + 2),
	body.blog-blog .items .item:nth-child(3n + 2) {
		margin: 0 5%;
	}

}

@media (max-width: 991px) {
	footer>.container {
		-webkit-flex-wrap: wrap;
		flex-wrap: wrap;
	}
	
	footer>.container>div {
		min-width: 50%;
		max-width: 50%;
		width: 50%;
		margin-bottom: 15px;
	}
	
	footer>.container>.text-right {
		text-align: left;
	}
	
	body {
		margin-top: 70px;
	}
	
	body[class^="information"] {
		margin-top: 90px;
	}
	
	#menu {
		position: fixed;
		top: 0;
		left: 0;
		width: 100%;
		background: #ee162a;
		z-index: 100;
	}
	
	#menu a:not(.callback),
	#menu .item {
		-webkit-box-ordinal-group: 1;
		-moz-box-ordinal-group: 1;
		-ms-flex-order: 1;
		-webkit-order: 1;
		order: 1;
	}
	
	#menu a:not(.callback),
	#menu .item,
	#menu .mobile-links .title {
		color: #090a12;
		font-family: 'GothamProBold';
	}
	
	#menu #menu-items a:not(.callback) {
		font-size: 15px;
		margin-top: -10%;
	}

	
	#menu .mobile-links a {
		text-transform: uppercase;
		font-family: 'GothamProRegular';
		color: #8e8e8e;
		font-size: 13px !important;
	}
	
	#menu a.btn.callback {
		-webkit-box-ordinal-group: 0;
		-moz-box-ordinal-group: 0;
		-ms-flex-order: 0;
		-webkit-order: 0;
		order: 0;
		margin-top: -10%;
	}
	
	#menu .mobile-links {
		-webkit-box-ordinal-group: 2;
		-moz-box-ordinal-group: 2;
		-ms-flex-order: 2;
		-webkit-order: 2;
		order: 2;
	}
	
	
	#search input {
		width: 200px;
		padding: 15px 10px;
	}
	
	#search .fa {
		font-size: 24px;
	}
	
	#search button {
		padding: 0 15px;
	}
	
	#menu-items {
		position: fixed;
		left: 0;
		top: 70px;
		height: calc(100% - 70px);
		-webkit-box-orient: vertical;
		-webkit-flex-direction: column;
		-ms-flex-direction: column;
		flex-direction: column;
		padding: 10px;
		background: #fff;
		z-index: 9;
	}
	
	#search {
		margin: 0 65px 0 0;
	}
	
	#mobile-menu-toggle {
		cursor: pointer;
	}
	
	#mobile-menu-toggle span {
		position: relative;
		display: block;
		width: 40px;
		height: 5px;
		margin-bottom: 5px;
		background: #fff;
		-webkit-border-radius: 25px;
		-moz-border-radius: 25px;
		border-radius: 25px;
	}
	
	#mobile-menu-toggle.open span:first-child {
		-webkit-transform: rotate(45deg);
		-moz-transform: rotate(45deg);
		-ms-transform: rotate(45deg);
		-o-transform: rotate(45deg);
		transform: rotate(45deg);
		top: 10px;
	}
	
	#mobile-menu-toggle.open span:nth-child(2) {
		opacity: 0;
	}
	
	#mobile-menu-toggle.open span:last-child {
		-webkit-transform: rotate(-45deg);
		-moz-transform: rotate(-45deg);
		-ms-transform: rotate(-45deg);
		-o-transform: rotate(-45deg);
		transform: rotate(-45deg);
		top: -10px;
	}
	
	#mobile-menu-toggle:not(.open) + #menu-items {
		-webkit-transform: translateX(-100%);
		-moz-transform: translateX(-100%);
		-ms-transform: translateX(-100%);
		-o-transform: translateX(-100%);
		transform: translateX(-100%);
	}
	
	#mobile-menu-toggle.open + #menu-items {
		padding-left: 20px;
		-webkit-box-shadow: 0px 3px 10px #656565;
		-moz-box-shadow: 0px 3px 10px #656565;
		box-shadow: 0px 3px 10px #656565;
		-webkit-align-items: flex-start;
		align-items: flex-start;
	}
	
	#menu .item:hover .list {
		display: none;
	}
	
	#menu .item {
		height: auto;
	}
	
	#home-product-block .advantage:first-child .dot .line2 {
		display: none;
	}
	
	#home-product-block .advantage .dot {
		top: 50%;
		left: 100%;
		-webkit-transform: translateX(-50%) translateY(-50%);
		-moz-transform: translateX(-50%) translateY(-50%);
		-ms-transform: translateX(-50%) translateY(-50%);
		-o-transform: translateX(-50%) translateY(-50%);
		transform: translateX(-50%) translateY(-50%);
	}
	
	#home-product-block .advantage .dot .line {
		bottom: 9px;
		left: 20px;
		height: 2px;
		width: 1000px;
	}
	
	#home-product-block>.container {
		padding: 0;
		display: -webkit-box;
		display: -moz-box;
		display: -ms-flexbox;
		display: -webkit-flex;
		display: flex;
	}
	
	body.vertical #home-product-block>.container,
	#home-product-block>.container.flex {
		-webkit-box-orient: vertical;
		-webkit-flex-direction: column;
		-ms-flex-direction: column;
		flex-direction: column;
	}
	
	#home-product-block .description {
		-webkit-box-ordinal-group: 2;
		-moz-box-ordinal-group: 2;
		-ms-flex-order: 2;
		-webkit-order: 2;
		order: 2;
		padding: 0 20px;
	}
	
	#home-product-block .img {
		position: relative;
		margin-bottom: -130px;
		text-align: center;
	}
	
	#home-product-block .advantage {
		width: 90%;
		width: calc(90% - 20px);
		padding: 15px;
		margin-left: 20px;
		border: 2px solid #e4e4e4;
		text-align: left;
	}
	
	#home-product-block p:not(.title) {
		width: 70%;
	}
	
	.product-carousel-images .owl-controls .owl-buttons .owl-prev,
	.product-carousel-images .owl-controls .owl-buttons .owl-next {
		display: none;
	}
	
	body.horizontal #menu .mobile-links {
		display: none;
	}
	
	body.horizontal footer .mobile-hidden.infos {
		display: block;
	}
}

@media (max-width: 768px) {
	
	body {
		background: -webkit-linear-gradient(180deg, #fff, #f2f2f2);
		background: -moz-linear-gradient(180deg, #fff, #f2f2f2);
		background: -o-linear-gradient(180deg, #fff, #f2f2f2);
		background: linear-gradient(180deg, #fff, #f2f2f2);
	}
	
	#homepage-banner .banner,
	body.vertical #homepage-banner .banner>.flex {
		-webkit-box-orient: vertical;
		-webkit-flex-direction: column;
		-ms-flex-direction: column;
		flex-direction: column;
	}
	
	.mobile-block {
		display: block;
	}
	
	#homepage-banner .banner>.flex {
		-webkit-justify-content: center;
		justify-content: center;
	}
	
	
	.mobile-hidden {
		display: none;
	}
	
	#homepage-banner .banner:not(.image)>.flex>div {
		width: 100%;
	}
	
	#homepage-banner .banner:not(.image) .img {
		min-height: 40vh;
	}
	
	#homepage-banner .owl-buttons {
		display: none;
	}
	
	#homepage-banner .banner .title,
	#homepage-banner .banner .buttons,
	#homepage-banner .banner .description {
		text-align: center;
	}
	
	.latest-articles .article .description {
		padding: 30px;
	}
	
	.latest-articles .article .description p:not(.title) {
		width: 100%;
		text-align: left;
	}
	
	.latest-articles .article .image {
		height: 300px;
		height: 75vw;
	}
	
	#home-block-bottom {
		height: 60px;
		background-size: contain;
	}
	
	#html-advantages {
		background-size: 20%;
	}
	
	.latest-articles .article .description .title {
		font-size: 18px;
		line-height: 22px
	}
	
	#html-advantages .container>.title {
		font-size: 15px;
		line-height: 22px;
		text-transform: uppercase;
	}
	
	#html-advantages .container>.title:before,
	#html-advantages .container>.title:after {
		display: none;
	}
	
	footer {
		padding: 30px 10px;
	}
	
	footer>.container>div {
		min-width: 100%;
		max-width: 100%;
		width: 100%;
		overflow: hidden;
	}
	
	footer>.container>div:last-child {
		margin-bottom: 0;
	}
	
	footer>.container {
		border: 0;
		padding-bottom: 0;
	}
	
	footer .powered {
		position: relative;
		display: inline-block;
	}
	
	footer .powered:after {
		content: '';
		position: absolute;
		top: 7px;
		left: 100%;
		width: 1000px;
		height: 2px;
		margin-left: 10px;
		background: #242424;
	}
	
	#home-product-block {
		padding: 30px 0;
	}
	
	#home-product-block .advantage {
		margin-top: 35px;
	}
	
	body.vertical #home-product-block {
		background-size: 65%;
	}
	
	.btn, .btn-o {
		padding: 10px 15px;
	}
	
	.gas>span {
		width: 45px;
		height: 45px;
		font-size: 10px;
	}
	
	body.vertical #home-product-block .mobile-flex {
		margin: 50px 0;
		display: -webkit-box;
		display: -moz-box;
		display: -ms-flexbox;
		display: -webkit-flex;
		display: flex;
		-webkit-justify-content: space-between;
		justify-content: space-between;
		-webkit-align-items: center;
		align-items: center;
		-webkit-flex-wrap: wrap;
		flex-wrap: wrap;
	}
	
	body.vertical #home-product-block .gas {
		margin: 0;
	}
	
	footer {
		font-size: 14px;
	}
	
	footer p {
		margin-bottom: 3px;
	}
	
	footer br {
		line-height: 20px;
	}
	
	footer .apps a {
		display: inline-block;
		max-width: 45%;
	}
	
	body[class^="information-information"]>.container .table,
	body[class^="information-information"]>.container .table tbody,
	body[class^="information-information"]>.container .table tr,
	body[class^="information-information"]>.container .table td {
		display: block;
		max-width: 100%;
	}
	
	body[class^="information-information"]>.container .table td {
		padding: 10px 0;
		border: 0;
	}
	
	body[class^="information-information"]>.container .table tr {
		border-bottom: 1px solid #e0e0e0;
	}
	
	body[class^="product-category"].vertical #home-product-block,
	body.product-search.vertical #home-product-block,
	body[class^="product-product"].vertical #home-product-block {
		background-size: 25%;
	}

	
	body[class^="product-category"] .items .item,
	body.product-search .items .item,
	body.blog-blog .items .item {
		width: 90%;
		margin: 0 auto;
		float: none;
	}
	
	.h1 {
		padding-top: 30px;
	}
	
	.h1 .breadcrumb {
		margin-top: 15px;
	}
	
	body[class^="product-category"].horizontal #content,
	body.product-search.horizontal #content,
	body.blog-article.horizontal #content {
		background-position: right 57%;
		background-size: 120%;
	}
	
	body[class^="product-category"].vertical #content,
	body.product-search.vertical #content,
	body.blog-article.vertical #content {
		background-position: right 60%;
		background-size: 200%;
	}
	
	.product-tabs .tab:not(.options) .content>.inner,
	.product-tabs .tab.options .content>.inner>div,
	body[class^="product-product"] .quiz .question input,
	body[class^="product-product"] .quiz .question span{
		padding: 10px 20px;
	}

	.product-tabs .tab.options .img {
		width: 100%;
	}
	
	#home-product-block .description .title {
		z-index: 1;
	}
	
	body.blog-blog.vertical #content {
		background-size: 140%;
	}
	
	body.blog-blog.horizontal #content {
		background-size: 100%;
	}
	
	#homepage-banner .banner>.container {
		padding: 0 20px;
	}
	
	#homepage-banner .banner .description .big-title {
		font-size: 34px;
	}
}

@media (max-height: 350px) {
	#homepage-banner .owl-controls .owl-pagination {
		bottom: 0;
	}
}

@media (max-width: 350px) {
	
	body.vertical #homepage-banner .banner .description {
		color: #fff;
		text-shadow: 1px 1px 3px #2d2d2d;
		font-size: 15px;
	}
	
	body.vertical #homepage-banner .banner .title {
		text-shadow: 1px 1px 3px #2d2d2d;
	}
	
	body.vertical #homepage-banner .banner:not(.image) .img {
		position: absolute;
		opacity: .5;
		min-height: 60vh;
	}
	
	body.vertical #homepage-banner .banner:not(.image)>.flex>div:not(.img) {
		position: relative;
	}
	
	#home-product-block .gas + .btn {
		margin-top: 20px;
	}

}