@font-face {
	font-family:'National-Book';
	src: url('../fonts/National-Book_gdi.eot');
	src: url('../fonts/National-Book_gdi.eot?#iefix') format('embedded-opentype'),
		url('../fonts/National-Book_gdi.woff') format('woff'),
		url('../fonts/National-Book_gdi.ttf') format('truetype'),
		url('../fonts/National-Book_gdi.svg#National-Book') format('svg');
	font-weight: 480;
	font-style: normal;
	font-stretch: normal;
	unicode-range: U+0020-0237;
}
@font-face {
	font-family:'National-Light';
	src: url('../fonts/National-Light_gdi.eot');
	src: url('../fonts/National-Light_gdi.eot?#iefix') format('embedded-opentype'),
		url('../fonts/National-Light_gdi.woff') format('woff'),
		url('../fonts/National-Light_gdi.ttf') format('truetype'),
		url('../fonts/National-Light_gdi.svg#National-Light') format('svg');
	font-weight: 460;
	font-style: normal;
	font-stretch: normal;
	unicode-range: U+0020-0237;
}
@font-face {
	font-family:'National-Medium';
	src: url('../fonts/National-Medium_gdi.eot');
	src: url('../fonts/National-Medium_gdi.eot?#iefix') format('embedded-opentype'),
		url('../fonts/National-Medium_gdi.woff') format('woff'),
		url('../fonts/National-Medium_gdi.ttf') format('truetype'),
		url('../fonts/National-Medium_gdi.svg#National-Medium') format('svg');
	font-weight: 600;
	font-style: normal;
	font-stretch: normal;
	unicode-range: U+0020-25CA;
}

@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 400;
  src: local('Open Sans'), local('OpenSans'), url('../fonts/OpenSans-Regular.ttf') format('truetype');
}

@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 400;
  src: local('Open Sans'), local('OpenSans'), url('../fonts/OpenSans-Regular.ttf') format('truetype');
  unicode-range: U+0460-052F, U+20B4, U+2DE0-2DFF, U+A640-A69F;
}

@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 400;
  src: local('Open Sans'), local('OpenSans'), url('../fonts/OpenSans-Regular.ttf') format('truetype');
  unicode-range: U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
}

@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 300;
  src: local('Open Sans Light'), local('OpenSans-Light'), url('../fonts/OpenSans-Light.ttf') format('truetype');
}

@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 300;
  src: local('Open Sans Light'), local('OpenSans-Light'), url('../fonts/OpenSans-Light.ttf') format('truetype');
  unicode-range: U+0460-052F, U+20B4, U+2DE0-2DFF, U+A640-A69F;
}

@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 300;
  src: local('Open Sans Light'), local('OpenSans-Light'), url('../fonts/OpenSans-Light.ttf') format('truetype');
  unicode-range: U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
}

@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 700;
  src: local('Open Sans Bold'), local('OpenSans-Bold'), url('../fonts/OpenSans-Bold.ttf') format('truetype');
}

@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 700;
  src: local('Open Sans Bold'), local('OpenSans-Bold'), url('../fonts/OpenSans-Bold.ttf') format('truetype');
  unicode-range: U+0460-052F, U+20B4, U+2DE0-2DFF, U+A640-A69F;
}

@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 700;
  src: local('Open Sans Bold'), local('OpenSans-Bold'), url('../fonts/OpenSans-Bold.ttf') format('truetype');
  unicode-range: U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
}

body{
    color:#8e9091;
    font-family: 'National-Book';
}

#header {
    position: fixed;
    top: 0;
    z-index: 9999;
    width: 100%;
    height: 70px;
    background-color: #fff;
}

#main {
    margin-top: 70px;
	min-height: calc(100vh - 190px);
}

#main .search-content {
	min-height: calc(100vh - 485px);
}

.search-results-menu {
	margin-top: 30px;
	border-bottom: 1px solid #e8e8e8;
    text-transform: uppercase;
    font-family: 'National-Light';
	font-weight: 300;
    background: #fff;
    position: relative;
    z-index: 10;
}

.search-results-menu ul {
    display: table;
    width: 100%;
    table-layout: fixed;
    margin: 0;
}

.search-results-menu li {
    display: table-cell;
    vertical-align: middle;
    text-align: center;
}

.search-results-menu li a {
    position: relative;
    display: inline-block;
	width: 100%;
    padding: 8px 10px;
    text-decoration: none;
    color: #6e7476;
}

.search-results-menu li.active {
    box-shadow: inset 0 -1px 0 0 #d81c0a, 0 1px 0 0 #d81c0a;
    color: #d81c0a;
}

.search-results-menu li a:hover {
    color: #d81c0a;
}

.search-results-menu li.active a {
    color: inherit;   
}

.search-results-content .tab-content {
	margin-top: 15px;
	max-height: none;
}

.search-results-content .slide-list {
	margin-top: 30px;
}

.search-results-content .search-product-list {
	overflow: hidden;
}

.slide-list {
	display: none;
	overflow: hidden;
    list-style: none;
    width: 100%;
    padding: 0;
    margin: 0;
}

.slide-list > li {
	margin-bottom: 16px;
}

.slide-list > li > .name {
    position: relative;
    display: block;
    padding: 15px;
    margin-left: 1px;
    border: 1px solid #e1e1e1;
	font-family: 'National-Medium';
    font-size: 15px;
    font-size: 1.5rem;
    font-weight: 700;
    color: #232427;
    cursor: pointer;
}

.slide-list > li > .name:before {
    content: ' ';
    position: absolute;
    width: 3px;
    top: -1px;
    left: -2px;
    bottom: -1px;
    background-color: #d81c0a;
}

.slide-list > li > .name:after {
	content: ' ';
    position: absolute;
    top: 22px;
    right: 20px;
    display: inline-block;
    width: 9px;
    height: 6px;
	color: #d81c0a;
    background: url('../img/icons.png') -53px 0;
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
}

.slide-list > li.active > .name:after {
	-webkit-transform: rotate(0);
	-ms-transform: rotate(0);
	transform: rotate(0);
}

.slide-list .searchlist {
	margin-top: 35px;
}

.slide-list .slide-list-items {
	display: none;
}

.slide-list .slide-list-items ul {
	padding-left: 16px;
}

.search-person {
	padding: 0px 0 35px 0;
    margin-bottom: 18px;
    border-bottom: 1px solid #f2f2f2;
}

.searchlist-result:last-child .search-person {
	padding: 0;
    margin: 0;
	border: 0;
}

.search-person .title {
	display: block;
	margin-top: 10px;
}

.search-person .email {
	display: block;
	color: #d81c0a;
}

.search-person h3 {
	color: #d81c0a;
}

.search-person .phone {
	display: block;
}

.search-person .phone a {
	color: #d81c0a;
}

a,
a:hover,
a:focus{
    color:#d81c0a;   
}
.row-xs-height {
    display: table;
    width: 100%;
    table-layout:fixed;
}
.col-xs-height {
    display: table-cell;
    float: none !important;
}
.col-top {
    vertical-align:top;
}
.col-middle {
    vertical-align:middle;
}
.col-bottom {
    vertical-align:bottom;
}

.row.no-gutter [class*='col-']:not(:first-child),
.row.no-gutter [class*='col-']:not(:last-child) {
	padding-right: 0;
	padding-left: 0;
}
.no-gutter-xs[class*='col-']{
	padding-right: 0;
	padding-left: 0;
}

.is-error input[type="text"],
.is-error input[type="email"],
.is-error textarea {
	border-color: #d81c0a;
}

.is-error #privateBusiness {
	margin-top: 0;
}

.form-error {
	padding: 5px 0;
	color: #d81c0a;
}

.ajax-loader {
	display: inline-block;
	width: 16px;
	height: 16px;
	background: url('../img/ajax-loader.gif');
}

#contact-form .submit-button {
	text-align: right;
}

.submit-button .ajax-loader {
	margin: 7px 5px 0 0;
}

#contact-form .alert-success {
	margin: 30px 0 -30px 0;
	font-size: 1.8rem;
	text-align: center;
}

.searchlist-headline {
	margin: 0;
	color: #d81c0a;
	font-family: 'Lato', sans-serif;
	font-weight: 300;
	font-size: 23px;
}

.searchlist-info {
	display: block;
	margin-top: 13px;
	font-family: 'National-Light';
	font-size: 15px;
	color: #8e9091;
}

.searchlist-count {
	font-family: 'National-Medium';
	color: #d81c0a;
}

.searchlist {
	list-style: none;
	padding: 24px 18px;
	margin-top: 25px;
	border: 1px solid #f2f2f2;
}

.searchlist-result h3 {
	margin-top: 0;
	font-family: 'National-Light';
	font-size: 20px;
	color: #d81c0a;
}

.searchlist-result p {
	padding-bottom: 35px;
	margin-bottom: 18px;
	border-bottom: 1px solid #f2f2f2;
	font-family: 'National-Light';
	font-size: 15px;
	color: #8e9091;
}

.searchlist-result:last-child p {
	padding-bottom: 0;
	margin-bottom: 0;
	border: 0;
}

.main-banner-static {
	overflow: hidden;
	position: relative;
	width:100%;
	height: calc(100vh - 52px);
	background-size: cover;
	background-position: center;
}

.main-banner-static .desc {
	position: absolute;
	width: 90%;
	top: 5%;
	left: 5%;
	font-family: 'Lato', sans-serif;
	font-weight: 300;
	font-size: 35px;
	line-height: 38px;
	color: #623446;
}

.main-banner-static .desc.position-top {
	top: 10%;
}

.main-banner-static .desc.position-bottom {
	top: auto;
	bottom: 10%;
}

.main-banner-static .desc.position-middle {
	top: 50%;
	transform: translateY(-50%);
}

.main-banner-static .icon-arrow-down {
  position: absolute;
  left: 50%;
  bottom: 20px;
  display: block;
  width: 35px;
  height: 35px;
  padding-top: 12px;
  border: 2px solid #fff;
  border-radius: 5px;
  font-size: 9px;
  font-size: 0.9rem;
  text-decoration: none;
  text-align: center;
  color: #fff;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
}

.main-slider {
	display: none;
	position: relative;
	overflow: hidden;
	height: calc(100vh - 70px);
}

.main-slider-slides {
	list-style: none;
	height: 100%;
	padding: 0;
	margin: 0;
	-webkit-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
	-webkit-transition: 0.7s -webkit-transform cubic-bezier(0.645, 0.045, 0.355, 1);
	transition: 0.7s transform cubic-bezier(0.645, 0.045, 0.355, 1);
}

.main-slider-slides a,
.main-slider-slides span {
	position: relative;
	display: block;
	height: calc(100vh - 70px);
	background-repeat: no-repeat;
	background-size: cover;
	background-position: top center;
}

.main-slider-slides li {
	float: left;
}

.main-slider-desc {
	list-style: none;
}

.main-slider-desc {
	position: absolute;
	left: 10%;
	top: 0;
	width: 80%;
	height: 100%;
	padding: 0;
	margin: 0;
	text-transform: uppercase;
	text-align: left;
	font-family: 'Lato', sans-serif;
	font-size: 7.5rem;
	font-weight: 300;
	line-height: initial;
	color: #623446;
}

.main-slider-desc .desc {
	position: absolute;
	top: 50%;
	opacity: 0;
	-webkit-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
	-webkit-transition: 0.6s all cubic-bezier(0.25, 0.46, 0.45, 0.94);
	transition: 0.6s all cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

.main-slider-desc .desc:first-child {
	opacity: 1;
}

.main-slider-desc .desc.position-top {
	top: 10%;
}

.main-slider-desc .desc.position-bottom {
	top: auto;
	bottom: 10%;
}

.main-slider-desc .desc.position-middle {
	top: 50%;
}

@-webkit-keyframes slider-timer {
    0% {
		width: 0;
	}
	
    100% {
		width: 100%;
	}
}

@keyframes slider-timer {
    0% {
		width: 0;
	}
	
    100% {
		width: 100%;
	}
}

.slider-timer,
.slider-timer .animate {
	display: block;
	position: absolute;
	height: 2px;
	width: 100%;
	bottom: 11px;
	left: 0;
	background-color: #fff;
}

.slider-timer .animate {
	bottom: 0;
	background-color: #d81c0a;
	-webkit-animation: slider-timer 6s ease-in-out 0s infinite;
	-moz-animation: slider-timer 6s ease-in-out 0s infinite;
	-ms-animation: slider-timer 6s ease-in-out 0s infinite;
	-o-animation: slider-timer 6s ease-in-out 0s infinite;
	animation: slider-timer 6s ease-in-out 0s infinite;
}

.slider-buttons button {
	position: absolute;
	top: 50%;
	width: 40px;
	height: 70px;
	padding: 0;
	margin-top: -35px;
	border: 0;
	background-color: transparent;
}

.slider-buttons button:focus,
.slider-buttons button:active {
	outline: 0;
}

.slider-buttons .left {
	left: 25px;
}

.slider-buttons .right{
	right: 25px;
}

.slider-buttons .left:before,
.slider-buttons .right:before {
	display: inline-block;
	font-size: 70px;
	color: #fff;
	-webkit-transition: 0.1s margin cubic-bezier(0.645, 0.045, 0.355, 1);
	transition: 0.1s margin cubic-bezier(0.645, 0.045, 0.355, 1);
}

.slider-buttons .left:hover:before,
.slider-buttons .right:hover:before {
    color: #d81c0a;
}

.slider-page {
	position: absolute;
	bottom: 90px;
	right: 19.53125%;
	width: 319px;
	height: 140px;
	text-align: center;
	font-family: 'Lato', sans-serif;
	color: #fff;
}

.slider-page .slider-current-page {
	font-size: 11rem;
	font-weight: 300;
}

.slider-page .slider-page-count {
	font-size: 6rem;
	font-weight: 300;
	opacity: 0.3;
}

.about-company h2 {
    margin: 30px 0 60px;
}

.about-company video.playing + .container-fluid h2,
.about-company video.playing + .container-fluid .row {
	opacity: 0;
}

.about-company:hover video.playing + .container-fluid h2,
.about-company:hover video.playing + .container-fluid .row {
	opacity: 1;
	-webkit-transition: opacity 0.7s linear;
       -moz-transition: opacity 0.7s linear;
        -ms-transition: opacity 0.7s linear;
         -o-transition: opacity 0.7s linear;
            transition: opacity 0.7s linear;
	
}

.contact-mobile #contact-form .alert {
	margin-bottom: 0;
}

.wysiwyg-content b,
.wysiwyg-content strong {
	font-family: 'National-Medium';
}

.wysiwyg-content ul {
    padding:0 1.2em 0 1.2em;
}

@media (min-width: 768px){
	.row-sm-height {
        display: table;
        width: 100%;
        table-layout:fixed;
    }
    .col-sm-height {
        display: table-cell;
        float: none !important;
    }
    .no-gutter-sm[class*='col-']{
		padding-right: 0;
		padding-left: 0;
	}
}
@media (min-width: 992px){
	.row-md-height {
        display: table;
        width: 100%;
        table-layout:fixed;
    }
    .col-md-height {
        display: table-cell;
        float: none !important;
    }
    .no-gutter-md[class*='col-']{
		padding-right: 0;
		padding-left: 0;
	}

	.navbar-default .navbar-nav > .dropdown.navbar-products:hover > .dropdown-menu {
		display: flex;
		flex-wrap: wrap;
		min-width: 480px;
		padding-top: 1.5rem;
	}

	.navbar-default .navbar-nav > .navbar-products > .dropdown-menu > li {
		display: inline-block;
	    vertical-align: top;
	    width: 50%;
	    margin-bottom: 1.5rem;
	}

	.navbar-default .navbar-nav > .navbar-products .subdropdown-menu {
		display: block;
		position: static;
		padding-left: 1rem;
		border: 0 none;
		text-transform: none;
		-webkit-box-shadow: none;
		        box-shadow: none;
	}

	.navbar-default .navbar-nav > .navbar-products .subdropdown-toggle {
		color: #d81c0a;
		letter-spacing: 1px;
		padding-bottom: 4px;
	}

	.navbar-default .navbar-nav > .navbar-products .subdropdown-menu a {
		padding-top: 4px;
		padding-bottom: 4px;
	}

	.navbar-products .subdropdown-toggle:focus {
		background-color: transparent;
	}
}
@media (min-width: 1170px) {
	.row-lg-height {
        display: table;
        width: 100%;
        table-layout:fixed;
    }
    .col-lg-height {
        display: table-cell;
        float: none !important;
    }
}
.navbar-brand{
    padding:0 10px;
    text-indent:-1000em;
}
.navbar-brand span{
    display:block;
    height:100%;
    width:202px;
    background:url(../img/logo.png) no-repeat 0 0;
}
.ffLato{
    font-family: 'Lato', sans-serif;
}
h2, h3, h4, h5, h6{
    font-family: 'Lato', sans-serif;
    text-transform: uppercase;
}
h2{
    font-size:55px;
    font-weight:300;
    color:#6e7476;
}
h3{
    font-size:45px;
    font-weight:300;
}
h4{
    font-size:30px;
    font-weight:300;
}
h5{
    font-size:20px;
    font-weight:300;
}
h6{
    font-size:17px;
    font-weight:300;
}
.navbar{
    margin-bottom:0;   
}
.navbar-default{
    border:none;
    text-transform:uppercase;
    font-family: 'National-Light';
    font-size:16px;
}
.navbar-default .navbar-nav > li > a{
    color:#979c9e;
	outline: 0;
}
.navbar-default .navbar-nav > li > a:hover,
.navbar-default .navbar-nav > li > a:focus,
.navbar-default .navbar-nav>.open>a,
.navbar-default .navbar-nav>.open>a:hover,
.navbar-default .navbar-nav>.open>a:focus{
    color:#d81c0a;
}
.navbar-default .navbar-nav > li > a.icon-home{
    font-size:20px;
}
.navbar-default .navbar-nav > li > a.icon-home:before{
    display:inline-block;
    vertical-align:top;
    margin-top:-2px;
}
.navbar-default .navbar-nav > .active > a,
.navbar-default .navbar-nav > .active > a:hover,
.navbar-default .navbar-nav > .active > a:focus{
    background:none;
    color:#d81c0a;
}
.navbar-default .navbar-form{
    background:#232423;
    margin-top:0;
    margin-bottom:0;
    padding:15px;
    position:absolute;
    right:112px;
    top:0;
}
.navbar-default .navbar-form .form-group{
    position:absolute;
    right: 54px;
    top: 0;
    z-index:99;
    padding:15px 0;
    background:#232423;
    margin:0;
    width:0;
    overflow:hidden;
    -webkit-transition: width 300ms ease;
       -moz-transition: width 300ms ease;
        -ms-transition: width 300ms ease;
         -o-transition: width 300ms ease;
            transition: width 300ms ease;
}
.navbar-default .navbar-form .form-group.active{
    width:315px;
    padding-left:15px;
    padding-right:0;
}
.navbar-default .navbar-form .form-group.active + .btn{
    border-left-color:1px solid transparent;   
}
.navbar-default .navbar-form .form-group input{
    border: 1px solid #979c9e;
    background: #232423;
    width: 100%;
    padding-top: 9px;
    padding-bottom: 9px;
    height: 40px;
    font-family: 'National-Light';
    font-size:15px;
    border-right-color:#232423;
}
.navbar-default .navbar-form .btn{
    border-radius:0;
    background:#232423;
    width:40px;
    height:40px;
    color:#6a6f71;
    border:1px solid #6e7476;
    font-size:20px;
    padding:0;
}
.navbar-default .navbar-form .btn.icon-search:before{
    vertical-align:top;
    margin-top:4px;
    display:inline-block;
}
.navbar-nav-lang > li > a{
    border:1px solid #6e7476 !important;
    padding-top: 9px;
    padding-bottom: 9px;
    color: #979c9e !important;
    background:none !important;
}
.navbar-collapse{
    border:none;   
}
.navbar-default .navbar-nav > li > a > .text-link{
    display:inline-block;
    position:relative;
}
.navbar-default .navbar-nav > li.dropdown > a > .text-link:before{
    content:'';
    width:7px;
    height:7px;
    position:absolute;
    bottom: -1px;
    right: -5px;
    border:1px solid #d81c0a;
    border-left:none;
    border-top:none;
}

.navbar-nav-lang .dropdown-menu {
	min-width: 130px;
}

.navbar-nav-lang .dropdown-menu > li > a img{
    margin-right:8px;   
}

.navbar-nav-lang .dropdown-menu > li.lang-dropdown-ru > a {
	font-family: 'Open Sans';
	font-size: 13px;
}

.navbar-default .navbar-nav .dropdown-menu {
	padding: 0;
	border-top-width: 0;
	border-radius: 0;
	left: 0;
	right: auto;
}

.navbar-default .navbar-nav .open .dropdown-menu a {
	padding: 5px 15px;
}

.navbar-default .navbar-nav > .navbar-products > .dropdown-menu > .dropdown > a {
	cursor: default;
}

.header-search {
	position: absolute;
	left: 100%;
	z-index: 2;
	height: 52px;
	width: 100%;
	padding-right: 100px;
	transition: left 300ms ease-out;
}

.header-search.active {
	left: 0;
}

.header-search input[type="text"] {
	float: left;
	width: calc(100% - 110px);
	height: 52px;
	border: 0;
	box-shadow: none;
	font-family: 'National-Light';
	font-size: 15px;
}

.header-search input[type="text"]:focus {
	box-shadow: none;
}

.header-search .submit {
	float: right;
	width: 90px;
	padding: 8px 15px;
	margin-top: 6px;
	border: 1px solid #ddd;
	background-color: #fff;
	font-size: 16px;
	font-size: 1.6rem;
	color: #999;
	outline: 0;
}

.header-search input[type="text"].error::-webkit-input-placeholder {
	color: #d81c0a;
}

.header-search input[type="text"].error:-moz-placeholder {
	color: #d81c0a;
}

.header-search input[type="text"].error::-moz-placeholder {
	color: #d81c0a;
}

.header-search input[type="text"].error:-ms-input-placeholder {
   color: #d81c0a;
}

#header .header-search .bootstrap-select {
	width: 50px;
	height: 52px;
	color: #777c7e;
	position: static;
}

#header .header-search .filter-option {
	display: none;
}

#header .header-search .caret {
	color: #777c7e;
	right: 50%;
	margin-right: -4px;
}

#header .header-search .dropdown-toggle {
	width: 50px;
	height: 52px;
	padding: 0;
	outline: 0;
	box-shadow: none;
	background-color: #fff;
}

#header .header-search .dropdown-toggle:focus,
#header .header-search .dropdown-toggle:active {
	outline: 0 !important;
}

.header-search.open {
	left: 100%;
}

.navbar-header {
	height: 52px;
}

.header-search-button {
	position: relative;
	float: right;
	width: 50px;
	height: 52px;
	background-color: #fff;
	border: 0;
	color: #979c9e;
	outline: 0;
	z-index: 2;
}

.header-search-button:before {
	display: inline-block;
	position: absolute;
	top: 50%;
	left: 50%;
	margin: -9px 0 0 -9px;
}

.col-content img {
	max-width: 100%;
	height: auto !important;
}

.our-brands-small li .desc {
	display: block;
}

.contact-menu {
    border-bottom: 1px solid #e8e8e8;
    text-transform: uppercase;
    font-family: 'National-Book';
    background: #fff;
    position: relative;
    z-index: 10;
}

.contact-menu ul {
    display: table;
    width: 100%;
    table-layout: fixed;
    margin: 0;
}

.contact-menu li {
    display: table-cell;
    vertical-align: middle;
    text-align: center;
}

.contact-menu li a {
    position: relative;
    display: inline-block;
	width: 100%;
    padding: 8px 10px;
    text-decoration: none;
    color: #6e7476;
}

.contact-menu li.active {
    box-shadow: inset 0 -1px 0 0 #d81c0a, 0 1px 0 0 #d81c0a;
    color: #d81c0a;
}

.contact-menu li a:hover {
    color: #d81c0a;
}

.contact-menu li.active a {
    color: inherit;   
}

.contact-menu .has-more:before {
    content: '';
    width: 7px;
    height: 7px;
    position: absolute;
    bottom: 8px;
    right: 0px;
    border: 1px solid #d81c0a;
    border-left: none;
    border-top: none;
    -webkit-transition: all 300ms ease;
            transition: all 300ms ease;
}

.contact-menu li.active .has-more:before,
.contact-menu li:hover .has-more:before {
            -ms-transform: rotate(-180deg);
                transform: rotate(-180deg);
    -webkit-transform: rotate(-180deg); 
       -moz-transform: rotate(-180deg);
         -o-transform: rotate(-180deg);
}

.contact-mobile {
	padding-bottom: 60px;
}

.contact-mobile .tab-content {
	padding-top: 30px;
}

.contact-mobile h1 {
	margin: 30px 0 30px 0;
	font-family: 'Lato', sans-serif;
	font-size: 30px;
	font-size: 3.0rem;
	font-weight: 300;
	color: #d81c0a;
	text-transform: uppercase;
	text-align: center;
}

.contact-mobile .contact-text > div {
	display: block;
	width: 100%;
	margin-bottom: 20px;
}

.contact-mobile .region {
	display: block;
	width: calc(100% + 20px);
	height: 40px;
	margin: 15px -10px 0 -10px;
	padding: 10px 10px;
	background-color: #fafafa;
	text-transform: uppercase;
	font-size: 17px;
	font-size: 1.7rem;
	color: #d81c0a;
}

.contact-mobile .tab-subpane {
	padding-top: 0;
}

.contact-mobile .contact-menu .owl-controls {
	display: none !important;
}

.contact-mobile-tabs {
	width: 100%;
}

.contact-mobile-tabs ul {
	display: block;
	padding: 0 10px;
}

.contact-mobile-tabs li {
	display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
            align-items: center;
	width: 100%;
}

.contact-mobile-tabs li.active {
	box-shadow: inset 0 -2px 0 0 #d81c0a, 0 1px 0 0 #d81c0a;
}

.contact-mobile-tabs li a {
	padding: 8px 0;
	word-wrap: break-word;
}

.contact-mobile .owl-wrapper {
	display: -webkit-box !important;
    display: -webkit-flex !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
            align-items: stretch;
}

.contact-mobile .owl-carousel .owl-item {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	float: none;
	margin-right: 0;
}

.contact-mobile .slide-list {
	display: block;
}

.contact-mobile .slide-list-items {
	margin-top: 20px;
}

@media (max-width: 1281px) {
	.navbar-nav.navbar-nav-lang .dropdown-menu {
		left: auto;
		right: 0;
	}
	
	.about-company h2 {
		margin: 30px 0 15px
	}
}

@media (min-width: 992px){
	.main-banner-static {
		display: none;
	}
	
	.main-slider {
		display: block;
	}

    .container-fluid{
        max-width:1156px;   
    }
    body > header{
        position:relative;   
    }
    body > header:before{
        content:'';
        position:absolute;
        right: 0;
        top:0;
		z-index: 10;
        height:70px;
		width: calc((100% - 1156px)/2);
        background:#232423;
    }
    .navbar-default{
        background:none;   
    }
	
	.header-search {
		height: 70px;
		width: 377px;
		padding: 9px 0 9px 9px;
		background-color: #232423;
	}
	
	.header-search.active {
		right: 210px;
		left: auto;
	}
	
	.header-search input[type="text"] {
		width: 268px;
		margin-right: 10px;
		background-color: #232423;
		padding: 6px 0 6px 6px;
		color: #8e9091;
	}
	
	.header-search .submit {
		border: 1px solid #6e7476;
		background-color: #232423;
	}
	
	.header-search .dropdown-menu > li > a {
		padding: 10px 15px;
	}
	
	.header-search .dropdown-menu > li > a,
	.header-search .dropdown-menu .selected a,
	.header-search .dropdown-menu .selected a:active, 
	.header-search .dropdown-menu .selected a:focus {
		background-color: #232423;
		color: #979c9e;
		outline: 0;
	}
	
	.header-search .dropdown-menu > li > a:hover,
	.header-search .dropdown-menu .selected > a:hover	{
		color: #fff;
	}
	
	
	#header .header-search .filter-option {
		display: inline-block;
		padding: 0 30px 0 10px;
		color: #979c9e;
		font-size: 15px;
	}
	
	#header .header-search .bootstrap-select {
		position: relative;
		width: 156px;
		height: 40px;
		right: 0;
		top: 6px;
		text-transform: uppercase;
	}
	
	#header .header-search .caret {
		right: 20px;
	}
	
	#header .header-search .dropdown-toggle {
		width: 156px;
		height: 40px;
		border: 1px solid #6e7476;
		background-color: #232423;
	}
	
	#header .header-search .dropdown-menu {
		background-color: #232423;
		padding: 0;
		margin-top: -1px;
	}
	
	#header .header-search .dropdown-menu.open {
		border: 1px solid #6e7476;
		border-radius: 0;
	}
	
	.contact-mobile-item .dropdown-menu {
		display: none !important;
	}
	
	.contact-mobile-item .dropdown-toggle .text-link:before {
		display: none;
	}
	
	.navbar-default .container-fluid{
        background:#fff;
        position:relative;
    }
    .navbar-nav-lang {
		position: relative;
		z-index: 11;
        background:#232427;
        padding:15px 0;
        text-transform:uppercase;
        -webkit-box-shadow: 15px 0 0 0 #232423;
                box-shadow: 15px 0 0 0 #232423;
    }
	
	.navbar-nav-lang .dropdown-toggle {
		width: 130px;
	}
	
	.navbar-nav-lang .dropdown .caret {
		float: right;
		margin-top: 8px;
	}
	
	.navbar-header .header-search-button {
		display: none;
	}
	
	.navbar-collapse .header-search-button {
		width: 70px;
		height: 70px;
		font-size: 24px;
		background-color: #232423;
		margin-left: 10px;
		z-index: 2;
	}
	
	.navbar-collapse .header-search-button:before {
		margin: -12px 0 0 -12px;
	}
	
    .navbar-nav-lang > li.open{
        height:40px;
    }
    .navbar-nav-lang > li.open > a{
        padding-bottom:18px;   
    }
    .navbar-nav-lang > li.open > a:before{
        left:0;
        right:0;
        top:100%;
        background:#232427;
        position:absolute;
        content:'';
        height:1px;
        z-index:1001;
    }
    .navbar-nav-lang > li > .dropdown-menu{
        background: #232427;
        border-radius: 0;
        border: 1px solid #6e7476;
        color: #979c9e;
		z-index: 11;
		border-top-width: 1px !important;
		margin-top: -1px;
    }
    .navbar-nav-lang .dropdown-menu > li > a{
        color:#979c9e;
    }
    .navbar-nav-lang .dropdown-menu > li > a:focus,
    .navbar-nav-lang .dropdown-menu > li > a:hover {
        background: #232427 !important;
        color: #fff !important;
    }
    .col-aside{
        width:28.6%
    }
    .col-content{
        width:71.4%
    }
	
	.navbar-default .navbar-nav .dropdown-menu a {
		padding: 10px 15px;
		text-align: left;
		outline: 0;
	}

	.navbar-default .navbar-nav .dropdown-menu a:hover {
		color: #d81c0a;
		background-color: #fff;
	}
	
	.navbar-default .navbar-nav a.active,
	.navbar-default .nav.navbar-nav > li > a:active,
	.navbar-default .nav.navbar-nav > li > a:focus {
		color: #d81c0a;
	}

	.navbar-default .navbar-nav .dropdown:hover  > .dropdown-menu {
		display: block;
	}
	
	.navbar-default .navbar-nav .subdropdown-menu {
		top: 0;
		left: 100%;
		border-top-width: 1px;
		box-shadow: 3px 5px 12px rgba(0,0,0,0.175)
	}
	
	.navbar-nav .dropdown-menu > .active>a, 
	.navbar-nav .dropdown-menu > .active > a:hover, 
	.navbar-nav .dropdown-menu > .active > a:focus {
		background-color: #fff;
		color: #d81c0a;
	}
}
.carousel-main{
    overflow:hidden;   
}
.carousel-main .nivo-caption{
    position:absolute;
    left:85px;
    right:85px;
    top:0;
    z-index:100;
    height:100%;
}
.carousel-main .nivo-caption .container-fluid{
    height:100%;   
}
.carousel-main h3{
    font-size:65px;
    max-width:890px;
    margin:0;
    color:#454545;
    position:relative;
    top:50%;
}
.carousel-main h3 strong{
    font-weight:400;   
}
.carousel-main h3.item-1{
    margin-top:-71px;
    color:#623446;
}
.carousel-main h3.item-2{
    top:12%;
}
.our-brands {
    padding: 60px 0;
    font-size:17px;
}
.our-brands h2{
    text-align:center;
    margin-top:0;
    margin-bottom:40px;
}
.our-brands h3{
    color:#d81c0a;
    margin:0 0 0;
}
.our-brands__img {
    position: relative;
    display: block;
    height:200px;
    background:no-repeat 50% 50%;
    background-size:cover;
    cursor: pointer;
}
.our-brands__img--1{
    background-image:url(../img/our-brands__img--1.png);
}
.our-brands__img--2{
    background-image:url(../img/our-brands__img--2.png);
}
.our-brands__img--3{
    background-image:url(../img/our-brands__img--3.jpg);
}

.our-brands__img--4{
    background-image:url(../img/our-brands__img--4.png);
}
.our-brands__img--5{
    background-image:url(../img/our-brands__img--5.png);
}
.our-brands__img--6{
    background-image:url(../img/our-brands__img--6.png);
}
.our-brands__img--7{
    background-image:url(../img/our-brands__img--7.jpg);
}
.our-brands__img--8{
    background-image:url(../img/our-brands__img--8.png);
}
.our-brands__img--9{
    background-image:url(../img/our-brands__img--9.png);
}
.our-brands__img--10 {
    background-image: url(../img/our-brands__img--10.jpg);
}
.our-brands__img--11 {
    background-image: url(../img/our-brands__img--11.jpg);
}
.our-brands__img--12 {
	background-image: url(../img/our-brands__img--12.jpg);
}
.our-brands__img--13 {
	background-image: url(../img/novol-extreme-color.jpg);
}

.our-brands__img--14 {
	background-image: url(../img/novol-next.jpg);
}

.our-brands__img--15 {
	background-image: url(../img/n_novol_line.png);
}

.no-active .our-brands__img--1{
    background-image:url(../img/our-brands__img--1-grey.png);
}
.no-active .our-brands__img--2{
    background-image:url(../img/our-brands__img--2-grey.png);
}
.no-active .our-brands__img--3{
    background-image:url(../img/our-brands__img--3-grey.jpg);
}
.no-active .our-brands__img--4{
    background-image:url(../img/our-brands__img--4-grey.png);
}
.no-active .our-brands__img--5{
    background-image:url(../img/our-brands__img--5-grey.png);
}
.no-active .our-brands__img--6{
    background-image:url(../img/our-brands__img--6-grey.png);
}
.no-active .our-brands__img--7{
    background-image:url(../img/our-brands__img--7-grey.jpg);
}
.no-active .our-brands__img--8{
    background-image:url(../img/our-brands__img--8-grey.png);
}
.no-active .our-brands__img--9{
    background-image:url(../img/our-brands__img--9-grey.png);
}
.no-active .our-brands__img--10{
	background-image:url(../img/our-brands__img--10-grey.jpg);
}
.no-active .our-brands__img--11{
	background-image:url(../img/our-brands__img--11-grey.jpg);
}
.no-active .our-brands__img--12{
	background-image:url(../img/our-brands__img--quatro-bw.jpg);
}
.no-active .our-brands__img--13{
	background-image:url(../img/novol-extreme-bw.jpg);
}

.no-active .our-brands__img--14 {
	background-image: url(../img/novol-next-grey.jpeg);
}

.our-brands .no-active h3 {
	color: #6e7476;
}

.our-brand-logo {
    display: none;
}

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

.our-brands__img:before{
    content: ' ';
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    opacity:0;
    -webkit-transition: opacity 300ms ease;
       -moz-transition: opacity 300ms ease;
        -ms-transition: opacity 300ms ease;
         -o-transition: opacity 300ms ease;
            transition: opacity 300ms ease;
}
.our-brands__img:hover:before {
    opacity:1;
}

.our-brands__img:hover .our-brand-logo {
    position: relative;
    display: inline-block;
}

.our-brands__img--1 .our-brand-logo {
    margin-top: 86px;
}

.our-brands__img--1.our-brands__img:hover:before {
    background: rgba(242, 242, 242, 0.89);
}

.our-brands__img--2 .our-brand-logo {
    margin-top: 71px;
}

.our-brands__img--2.our-brands__img:hover:before {
    background: rgba(0, 0, 0, 0.89);
}

.our-brands__img--3 .our-brand-logo {
    margin-top: 53px;
}

.our-brands__img--3.our-brands__img:hover:before {
    background: rgba(30, 34, 68, 0.89);
}

.our-brands__img--4 .our-brand-logo {
    margin-top: 50px;
}

.our-brands__img--4.our-brands__img:hover:before {
    background: rgba(227, 6, 19, 0.89);
}

.our-brands__img--5 .our-brand-logo {
    margin-top: 60px;
}

.our-brands__img--5.our-brands__img:hover:before {
    background: rgba(0, 120, 191, 0.89);
}

.our-brands__img--6 .our-brand-logo {
    margin-top: 70px;
}

.our-brands__img--6.our-brands__img:hover:before {
    background: rgba(0, 0, 0, 0.89);
}

.our-brands__img--7 .our-brand-logo {
    margin-top: 75px;
}

.our-brands__img--7.our-brands__img:hover:before {
    background: rgba(216, 28, 9, 0.89);
}

.our-brands__img--8 .our-brand-logo {
    margin-top: 57px;
}

.our-brands__img--8.our-brands__img:hover:before {
    background: rgba(0, 0, 0, 0.89);
}

.our-brands__img--9 .our-brand-logo {
    margin-top: 58px;
}

.our-brands__img--9.our-brands__img:hover:before {
    background: rgba(255, 255, 249, 0.89);
}

.our-brands__img--10 .our-brand-logo {
    margin-top: 69px;
}

.our-brands__img--10.our-brands__img:hover:before {
    background: rgba(0, 0, 0, 0.89);
}

.our-brands__img--11 .our-brand-logo {
    margin-top: 86px;
}

.our-brands__img--11.our-brands__img:hover:before {
    background: rgba(242, 242, 242, 0.89);
}

.our-brands__img--12 .our-brand-logo {
	margin-top: 57px;
}

.our-brands__img--12.our-brands__img:hover:before {
	background: rgba(242, 242, 242, 0.89);
}

.our-brands__img--13 .our-brand-logo {
    margin-top: 67px;
}

.our-brands__img--13.our-brands__img:hover:before {
    background: rgba(250, 250, 250, 0.89);
}

.our-brands__img--14 .our-brand-logo {
	margin-top: 80px;
}

.our-brands__img--14.our-brands__img:hover:before {
	background: rgba(250, 250, 250, 0.89);
}

.our-brands__img--15 .our-brand-logo {
	margin-top: 65px;
}

.our-brands__img--15.our-brands__img:hover:before {
	background: rgba(250, 250, 250, 0.89);
}



.no-active .our-brands__img:hover .our-brand-logo {
	display: none;
}

.no-active .our-brands__img {
	cursor: default;
}

.no-active .our-brands__img:hover:before {
	display: none;
}

.section-content{
    padding:40px 0;
}
.section-content article p{
    margin:0 0 20px;
    font-size:15px;
}
.section-content article .table-responsive,
.section-content article table{
    margin-top:45px;
}
.section-content article .table-responsive > table{
    margin-top:0;
}
.section-content article .box-small__text p{
    margin:0;
}
.section-content h4{
    color:#d81c0a;
    font-size:27px;
    margin-top:40px;
    margin-bottom:20px;
}
.section-content .container-fluid > h4:first-child,
.section-content article > h4:first-child,
.section-content .col-md-8 > h4:first-child{
    margin-top:0;
    font-size:30px;
}
.section-content article .text-center .img-responsive{
    margin:0 auto;   
}
.job-offer header{
    margin-bottom:40px;
    text-align:center;
    font-size:15px;
    font-family: 'National-Light';
}
.job-offer header h4{
    margin-top:25px;   
}
.job-offer header p span{
    display:block;
}
.job-offer h5{
    margin:30px 0 25px;
    color:#232427;
}
.job-offer .procon-boxes__list{
    margin-bottom:35px;
    font-size:15px;
}
.job-offer .procon-boxes__list li + li{
    margin-top:20px;
}
.procon-boxes{
    border:1px solid #e1e1e1;
    margin-top:30px;
	position: relative;
}

.procon-boxes .separate-line {
	display: block;
	position: absolute;
	left: 50%;
	top: 0;
	bottom: 0;
	width: 1px;
	background-color: #e1e1e1;
}

.procon-boxes .procon-boxes__box{
    float:left;
    width:50%;
}


.procon-boxes .procon-boxes__box h5{
    text-align:center;
    margin:0;
    background:#fafafa;
    border-bottom:1px solid #e1e1e1;
    color:#d81c0a;
    padding:11px;
}
.procon-boxes .procon-boxes__box-inner{
    padding:20px 23px;   
}

.procon-boxes .procon-boxes__box-inner ul {
	list-style: none;
	padding: 0;
}

.procon-boxes .procon-boxes__box-inner li {
	position: relative;
	padding-left: 20px;
	line-height: 35px;
}

.procon-boxes .procon-boxes__box-inner li:before {
	content: "\e603";
	position: absolute;
	left: 0;
	top: 14px;
	font-family: 'icomoon';
	font-size: 7px;
	line-height: 7px;
	color: #d81c0a;
}

.procon-boxes .procon-boxes__box .procon-boxes__list{
    margin-bottom:0;   
}
.procon-boxes__list li{
    padding-left:20px;
    position:relative;
}
.procon-boxes__list li + li{
    margin-top:10px;   
}
.procon-boxes__list li.icon-arrow-right:before{
    position:absolute;
    left:0px;
    top:6px;
    font-size:10px;
    color:#d81c0a;
}
.box-small{
    background:#fafafa;
}
.box-small h5{
    background:#232427;
    color:#fff;
    text-align:center;
    margin:0;
    padding:16px 0;
}
.box-small__text{
    padding:15px 20px;
    text-align:center;
}
.box-small-group .box-small__text{
    min-height:130px;
}
.download-list li + li{
    border-top:1px solid #f2f2f2;
}
.download-list li a{
    display:block;
    background:#fafafa;
    color:#6e7476;
    padding:15px 75px 15px 30px;
    position:relative;
    font-size:17px;
    text-transform:uppercase;
    font-family: 'National-Light';
}
.download-list li a.icon-download:before{
    position:absolute;
    right:20px;
    top:12px;
    color:#de4536;
    font-size:20px;
}
.about-company{
    position:relative;
    padding:0;
    overflow:hidden;
    margin-bottom: 25px;

	-moz-box-sizing: border-box;
	box-sizing: border-box;
	padding: 0 20.2%;
	background: #000;
	font-size: 0;
}

.about-company h2{
    text-align:center;
    color:#fff;
    z-index:2;
    position:relative;
}
.about-company .container-fluid{
    position:absolute;
    top:0;
    left:0;
    right:0;
	width: 100%;
}
.about-company video{
    width:100%;
    height:auto;
	background-color: #000;
}
.about-company__note{
    position:relative;
    z-index:2;
    font-size:15px;
    background:rgba(35,36,39,0.8);
    padding:10px 40px 10px 15px;
    float:right;
}
.about-company__note:before{
    width:500px;
    left:100%;
    top:0;
    bottom:0;
    background:rgba(35,36,39,0.8);
    content:'';
    position:absolute;
}
.about-company__note p:last-child{
    margin-bottom:0;  
}
.about-company__note p.more{
    text-align:right;
    font-size:13px;
    text-transform:uppercase;
    font-family: 'National-Light';
}
.about-company__content{
    padding-top:5px;
    padding-bottom:15px;
    -webkit-transition: all 1000ms linear;
       -moz-transition: all 1000ms linear;
        -ms-transition: all 1000ms linear;
         -o-transition: all 1000ms linear;
            transition: all 1000ms linear;
    width:503px;
    height:250px;
    overflow:hidden;
}
.about-company__content p{
    width:500px;
}
.disabled .about-company__content{
    width:0px;
    height:0px;
    padding:0;
}
.about-company .icon-link-right{
    position:absolute;
    right:20px;
    top:16px;
    text-decoration:none;
	cursor: pointer;
}
.about-company .disabled .icon-link-right{
            transform:rotate(-180deg);
    -webkit-transform:rotate(-180deg); 
       -moz-transform:rotate(-180deg);
         -o-transform:rotate(-180deg);
    margin-top:-4px;
}
.about-company__note .btn{
    color:#fff;
}
.about-company__note .btn:active,
.about-company__note .btn:hover,
.about-company__note .btn:focus{
    background-color:#35354a;
    color:#fff;
}
.about-company iframe{
    width:100%;
    height:100%;
}

.knowledge-base {
    background: #fafafa;
    padding: 30px 0;
}

.knowledge-base h2{
    text-align:center;
    margin:30px 0 40px;
}
.knowledge-base h5{
    background:#232427;
    padding:15px 20px;
    color:#fff;
    margin-bottom:0;
}
.knowledge-base__notes p{
    padding:13px 20px;
    margin:0;
    font-size:15px;
}
.knowledge-base__list li{
    border-bottom:1px solid #e8e8e8;
    font-family: 'National-Light';
    font-size:16px;
    text-transform: uppercase;
}
.knowledge-base__list a{
    display:block;
    padding:13px 20px;
    color:#8e9091;
    text-decoration:none;
}
.knowledge-base__list a [class*="icon-"]{
    font-size: 7px;
    margin-left: 3px;
    vertical-align: top;
    margin-top: 6px;
    display: inline-block;
}

.events {
    padding: 60px 0 40px;
}

.events h2{
    margin:0 0 30px;
    text-align:center;
}
.events__item a{
    color:#d81c0a;
}
.events__item p.more{
    font-size:13px;
    text-transform:uppercase;
    margin-top:15px;
    font-family: 'National-Light';
}
.events__item p.more .btn{
    margin-left:-12px;
}
.events__item__inner{
    padding:10px;
    font-size:15px;
}
.events-popular .events__item__inner{
    padding-left:20px;
    padding-right:20px;
}
.events__item__inner h6{
    white-space:nowrap;
    overflow:hidden;
    text-overflow: ellipsis;
}

.events__item__inner .more a:hover {
	color: #232427;
}

.events-popular{
    background:#232427;
    padding:30px 0 38px;
}
.breadcrumb-bar{
    border-top:1px solid #f2f2f2;
    border-bottom:1px solid #f2f2f2;
}
.breadcrumb{
    margin-bottom:0;
    background:none;
    font-size:11px;
    border:none;
    text-transform:uppercase;
    padding:8px 0;
}

.breadcrumb li {
	display: inline;
}

.breadcrumb a{
    color:#abb0b1;
}
.breadcrumb > .active{
    color:#d81c0a;
}
.breadcrumb > li+li:before{
    color:#d81c0a;
    font-size:7px;
}

.contact {
    padding:60px 0;
}

.contact h2 {
	position: relative;
	z-index: 10;
    margin: 0;
	padding-bottom: 30px;
	background-color: #fff;
    text-align:center;
}
.contact h4{
    color:#d81c0a;
    margin-top:65px;
}

.contact__map{
    margin-top:65px;   
}
.contact__menu{
    border-bottom:1px solid #e8e8e8;
    text-transform:uppercase;
    font-family: 'National-Light';
    background:#fff;
    position:relative;
    z-index:10;
}
.contact__menu ul{
    display:table;
    width:100%;
    table-layout: fixed;
    margin:0;
}
.contact__menu li{
    display:table-cell;
    vertical-align: middle;
    text-align:center;
}
.contact__menu li a{
    color:#6e7476;
    display:inline-block;
    position:relative;
    padding:8px 10px;
    text-decoration:none;
	outline: 0;
}
.contact__menu li.active{
    -webkit-box-shadow:inset 0 -1px 0 0 #d81c0a, 0 1px 0 0 #d81c0a;
            box-shadow:inset 0 -1px 0 0 #d81c0a, 0 1px 0 0 #d81c0a;
    color:#d81c0a;
}
.contact__menu li a:hover{
    color:#d81c0a;
}
.contact__menu li.active a{
    color:inherit;   
	outline: 0;
}
.contact__menu .has-more:before{
    content:'';
    width:7px;
    height:7px;
    position:absolute;
    bottom:8px;
    right:0px;
    border:1px solid #d81c0a;
    border-left:none;
    border-top:none;
}
.contact__menu li.active .has-more:before{
            transform:rotate(-180deg);
    -webkit-transform:rotate(-180deg); 
       -moz-transform:rotate(-180deg);
         -o-transform:rotate(-180deg);
    -webkit-transition: all 300ms ease;
       -moz-transition: all 300ms ease;
        -ms-transition: all 300ms ease;
         -o-transition: all 300ms ease;
            transition: all 300ms ease;
}
.contact__menu--submenu {
	display: none;
    background:#fafafa;
    z-index:9;
}

.contact__menu--submenu.open {
	display: block;
}

.contact__menu--submenu ul{
    width:auto;
}
.contact__menu--submenu li a{
    padding-left:20px;
    paddong-right:20px;
}
.contact__menu--submenu li.active{
    -webkit-box-shadow:none;
            box-shadow:none;
    color:#d81c0a;
}
.tabs-mobile{
    border-bottom:1px solid #e8e8e8;
    text-transform:uppercase;
    font-family: 'National-Light';
    padding:0 10px;
    margin-left:-10px;
    margin-right:-10px;
    height:36px;
}
.tabs-mobile ul{
    margin:0;
    white-space:nowrap;
    overflow:hidden;
    overflow:auto;
}
.tabs-mobile li{
    display:inline-block;
    vertical-align: middle;
    text-align:center;
}
.tabs-mobile li a{
    color:#6e7476;
    display:inline-block;
    position:relative;
    padding:8px 20px;
    text-decoration:none;
}
.tabs-mobile li.active{
    -webkit-box-shadow:inset 0 -1px 0 0 #d81c0a, 0 1px 0 0 #d81c0a;
            box-shadow:inset 0 -1px 0 0 #d81c0a, 0 1px 0 0 #d81c0a;
    color:#d81c0a;
}
.contact__regional-group{
    margin-top:30px;   
}
.contact__regional-group h6{
    background:#fafafa;
    padding:10px;
    margin-left:-10px;
    margin-right:-10px;
    color:#d81c0a;
}
.contact__regional-group .contact__regional-list{
    margin-top:0;
    margin-bottom:15px;
}
.contact__regional-group .contact__regional-list li{
    margin:10px 0;
}
.contact__regional-group .contact__regional-list p{
    margin-bottom:0;   
}
.contact__regional-list{
    margin-top:22px;
    font-size:15px;
}
.contact__regional-list a{
    color:#d81c0a;
    text-decoration:underline;
}
.contact__regional-list li{
    margin-top:30px;   
}
.contact__regional-list strong{
    font-size:18px;
    font-family: 'National-Medium';
}
.contact__regional-list small{
    font-size:13px;
    display:block;
    margin-bottom:3px;
}
.contact__regional-list p{
    margin:0;   
}
.contact__address{
    font-size:15px;
    line-height:1.6;
}
.contact__address p{
    margin:0 0 25px;   
}
.contact__address p span{
    display:block;
}
.contact .tab-pane-map{
    position:relative;
    min-height:465px;
}
.contact .google-map{
    height:375px;
    left:50%;
    right:0;
    top:60px;
    position:absolute;
    margin-left:15px;
}
.contact .map-ua{
	height:375px;
	left:50%;
	right:0;
	top:60px;
	position:absolute;
	margin-left:15px;
}
.contact h6{
    margin-top:35px;   
}
.contact__options{
    margin:15px 0;   
}
.contact__options li + li{
    margin-top:15px;   
}
.form-contact{
    margin-top:60px;   
}
.section-content .form-contact{
    margin-top:15px;   
}
.form-contact .form-group-options{
    padding:20px 10px;
    background:#232427;
    color:#fff;
}
.form-contact .form-group-options select.form-control{
    border:1px solid #6e7476;
    background:#232427 url(../img/select.png) 100% 0 no-repeat;
    position:relative;
    color:#8e9091;
}
.form-contact textarea.form-control{
    height:150px;   
}
.form-contact .df_line{
    margin:20px 0;   
}
.form-contact .df_line label{
    font-size:15px;
    font-family: 'National-Book';
    margin-bottom:0;
}
.form-contact label{
    text-transform:uppercase;   
}
.form-default label{
    font-size:17px;
    font-family: 'Lato', sans-serif;
    font-weight:300;
    cursor:pointer;
}
.form-control{
    border-radius:0;
    font-size:14px;
    font-family: 'Lato', sans-serif;
    font-weight:300;
}
select.form-control{
    -webkit-appearance: none;
       -moz-appearance: none;
            appearance: none;
}
.btn-default{
    border:none;
    border-radius:0;
    background:none;
    font-size:13px;
    font-family: 'National-Light';
    font-weight:300;
    color:#d81c0a;
    text-transform:uppercase;
}
.btn-default:hover,
.btn-default:active,
.btn-default:focus{
    background-color:#fafafa;
    color:#d81c0a;
    outline:none !important;
    box-shadow:none;
}

.df_checkbox{
	width: 18px;
	height:18px;
	position: relative;
	display:inline-block;
	vertical-align: middle;
}
.df_checkbox label{
	width: 18px;
	height:18px;
	cursor: pointer;
	position: absolute;
	top: 0;
	left: 0;
	border:2px solid #6e7476;
	margin:0;
}
.df_checkbox label:after {
	content: '';
	width: 16px;
	height: 8px;
	position: absolute;
	top: -2px;
	left: 2px;
	border: 2px solid #d81c0a;
	border-top: none;
	border-right: none;
	background: transparent;
	opacity: 0;
            transform:rotate(-45deg);
    -webkit-transform:rotate(-45deg); 
       -moz-transform:rotate(-45deg);
         -o-transform:rotate(-45deg);
    -webkit-box-shadow: -2px 2px 0 0 #fff;
            box-shadow: -2px 2px 0 0 #fff;
}
.df_checkbox label:hover::after {
	opacity: 0.3;
}
.df_checkbox input[type=checkbox] {
	visibility: hidden;
}
.df_checkbox input[type=checkbox]:checked + label:after {
  	opacity: 1;
}


.df_radio {
	width: 14px;
	height: 14px;
	position: relative;
	display:inline-block;
	vertical-align: middle;
}
.df_radio label {
	width: 14px;
  	height: 14px;
    border-radius:7px;
  	border:2px solid #7d8385;
  	cursor: pointer;
  	position: absolute;
  	left: 0;
  	top: 0;
  	margin:0;
    background:#fff;
}
.df_radio label:after {
	content: '';
	width: 6px;
	height: 6px;
	position: absolute;
	top: 2px;
	left: 2px;
	background:#d81c0a;
	opacity: 0;
	border-radius:5px;
}
.df_radio label:hover::after {
	opacity: 0.3;
}
.df_radio input {
	visibility: hidden;
}
.df_radio input:checked + label:after {
	opacity: 1;
}


.df_line{
	font-size:15px;
	position: relative;
	padding-left:27px;
}
.df_line + .df_line{
	margin-top:10px;
}
.df_line label{
	margin-bottom:0;
    font-weight:normal;
}
.df_line .df_checkbox{
    position: absolute;
	left:0;
	top:2px;
}
.df_line .df_radio{
	position: absolute;
	left:0;
	top:3px;
}

.awards{
    padding:30px 0;
    background:#fafafa;
}
.awards h2{
    margin:0 0 35px;
    text-align:center;
    font-size:35px;
}

.aside-menu{
    background:#f3f3f3;
    font-size:16px;
    font-family: 'National-Light';
}
.aside-menu a{
    display:block;
    color:#6e7476;
    padding:15px 30px 15px 20px;
	text-transform: uppercase;
	outline: 0;
}
.aside-menu .active{
    background:#696969;
}
.aside-menu .active > a{
    color:#e0e0e0 !important;
    text-decoration:none;
}
.aside-menu > .has-more > a{
    position:relative;
	word-wrap: break-word;
}
.aside-menu > .has-more > a:before{
    font-size:10px;
    right: 16px;
    top: 18px;
    position:absolute;
    color:#c6c6c6;
}
.aside-menu > .has-more.active > a:before{
            transform:rotate(-180deg);
    -webkit-transform:rotate(-180deg); 
       -moz-transform:rotate(-180deg);
         -o-transform:rotate(-180deg);
}
.aside-menu > .has-more > ul{
    display:none;
}
.aside-menu > .has-more.active > a:before{
    color:inherit;
}
.aside-menu .has-more.active{
    -webkit-box-shadow:inset 2px 0 0 0 #232427;
            box-shadow:inset 2px 0 0 0 #232427;
    padding-bottom:15px;
}
.aside-menu .has-more.active ul .active{
    background:none;   
}
.aside-menu .has-more.active ul a{
    padding-left:35px;
    padding-top:10px;
    padding-bottom:10px;
    color:#a5a5a5;
}

.article-tags{
    margin:30px 0 0;
    font-family: 'Lato', sans-serif;
    font-size:13px;
}
.article-tags ul{
    margin:-10px 0 0 -10px;   
}
.article-tags li{
    background:#fafafa;
    position:relative;
    height:28px;
    line-height:28px;
    padding:0px 15px 0 27px;
    float:left;
    color:#d81c0a;
    margin:10px 0 0 10px;
}
.article-tags li:before{
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 14px 0 14px 11px;
    border-color: transparent transparent transparent #d81f0d;
    position:absolute;
    top:0;
    content:'';
    left:1px;
}
.article-tags li:after{
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 13px 0 13px 10px;
    border-color: transparent transparent transparent #ffffff;
    position:absolute;
    top:1px;
    content:'';
    left:0;
}

.params-badge{
    margin-top:40px;   
}
.params-badge p{
    text-align:center;
    font-family: 'National-Light';
    margin:8px 0 0 !important;
    line-height:1.2;
}
.params-badge p span{
    display:block;   
}
.params-badge__item{
    height:110px;
    background:#fafafa no-repeat 50% 50%;
}
.params-badge__item-1{
    background-image:url(../img/params-badge-1.png);
}
.params-badge__item-2{
    background-image:url(../img/params-badge-2.png);
}
.params-badge__item-3{
    background-image:url(../img/params-badge-3.png);
}
.params-badge__item-4{
    background-image:url(../img/params-badge-4.png);
}
.params-badge__item-5{
    background-image:url(../img/params-badge-5.png);
}

*[data-region] {
	cursor: pointer;
}

.open-contact-box {
	cursor: pointer;
	color: #d81c0a;
}

.open-contact-box:hover {
	text-decoration: underline;
}

@media (min-width: 992px){
    .params-badge .col-badge{
        width:20%;   
    }
}
.table{
    font-size:15px;
}
.table-bordered > thead > tr > th,
.table-bordered > tbody > tr > th,
.table-bordered > tfoot > tr > th,
.table-bordered > thead > tr > td,
.table-bordered > tbody > tr > td,
.table-bordered > tfoot > tr > td{
    border-color:#e1e1e1;   
}
.table-bordered > thead > tr >th,
.table-bordered > thead > tr >td{
      border-bottom-width: 1px;   
}
.table > thead > tr > th{
    background:#fafafa;
    text-align:center;
    font-size:15px;
    font-family: 'Lato', sans-serif;
    font-weight:300;
    text-transform: uppercase;
    vertical-align:middle;
    color:#d81c0a;
}
.table > tbody > tr > th{
    color:#000;
    text-transform: uppercase;
}
.table .td-size-1{
    width:300px;   
}

.mapTooltip {
    position : fixed;
    background-color : #d81c0a; 
    padding : 10px;
    z-index: 1000;
    width:240px;
    display:none;
    color:#fff;
    font-size:15px;
}
.mapTooltip__region{
    font-family: 'National-Medium';
}
.mapTooltip__name{
    margin:5px 0;
}
.mapTooltip small{
    display:block;
    font-size:13px;
}

/* scroll content */
.content{
	overflow: auto;
	position: relative;
	padding: 20px;
	background: #333;
	margin: 10px;
	width: 740px;
	max-width: 97%;
	height: 400px;
}
.content img{
	margin: 0;
}
.horizontal-images.content ul{
	margin: 0;
	padding: 0;
	list-style: none;
	overflow: hidden;
}
.horizontal-images.content li{
	margin: 0 3px;
	/*float: left;*/
}
.horizontal-images.content li:first-child{ margin-left: 0; }
.horizontal-images.content li:last-child{ margin-right: 0; }
.horizontal-images.content li img{
	width: auto;
	padding: 0;
}

.snap-scrolling-example.content{ 
	height: auto; 
	width: 100%;
    margin:0;
    padding:0;
    background:none;
    max-width:none;
}

/*.snap-scrolling-example.content li{
    width:378px;
    margin:0;
}*/

.snap-scrolling-example.content li + li{
    margin-left:1px;
}
.snap-scrolling-example.content img{
    height: 240;
    max-width:100%;
}
.snap-scrolling-example.content .mCSB_scrollTools.mCSB_scrollTools_horizontal a + .mCSB_draggerContainer{
    margin:0;
}
.snap-scrolling-example.content .mCSB_scrollTools.mCSB_scrollTools_horizontal .mCSB_buttonLeft,
.snap-scrolling-example.content .mCSB_scrollTools.mCSB_scrollTools_horizontal .mCSB_buttonRight{
    display:none !important;
}
.snap-scrolling-example.content .mCSB_scrollTools .mCSB_draggerRail,
.snap-scrolling-example.content .mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar{
    border-radius:0;
}
.snap-scrolling-example.content .mCSB_scrollTools .mCSB_draggerRail{
    height:2px;
    margin:1px 0;
}
.snap-scrolling-example.content .mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar{
    background:#d81c0a;
    margin:0 2px;
    height:4px;
    -webkit-box-shadow: 0 0 0 2px #fff;
            box-shadow: 0 0 0 2px #fff;
}
.snap-scrolling-example.content .mCSB_horizontal.mCSB_inside > .mCSB_container{
    margin-bottom:20px;
    /*margin-bottom:4px;*/
}
.snap-scrolling-example.content .mCSB_scrollTools.mCSB_scrollTools_horizontal{
    height:4px;
    opacity:1;
	cursor: pointer;
}
.events__item__inner div > p {
	height: 130px;
}
.events-popular .snap-scrolling-example.content .mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar{
    -webkit-box-shadow: 0 0 0 2px #232427;
            box-shadow: 0 0 0 2px #232427;
}
.events-popular .snap-scrolling-example.content .mCSB_scrollTools .mCSB_draggerRail{
    background:#d9d9d9;
}

/*
.events-popular .snap-scrolling-example.content li{
    width:228px;
}
*/

.events-popular .snap-scrolling-example.content img{
    /*height:145px;*/
	width: 100%;
    opacity:0.1;
}
.events-popular .snap-scrolling-example.content li + li{
    margin:0;
}
.events-popular .snap-scrolling-example.content li h6 + p{
    height:126px;
    overflow:hidden;
}
.events-popular .events__item a{
    color:inherit;   
}
.events-popular .events__item .btn{
    color:#cacaca;
}
.events-popular .events__item:hover{
    background:#414141;
    color:#ffffff;
}
.events-popular .snap-scrolling-example.content .events__item:hover img{
    opacity:1;
}

.jcarousel-control-prev,
.jcarousel-control-next{
    width:50px;
    height:83px;
    overflow:hidden;
    font-size:83px;
    margin-top:-44px;
}
.jcarousel-control-prev{
    left: 0;
    text-align:left;
}
.jcarousel-control-next {
    right: 0;
    text-alight:right;
}

.footer-nav{
    background:#232427;
    font-size:12px;
    color:#8e9091;
    text-transform:uppercase;
    padding:17px 0;
    font-family: 'Lato', sans-serif;
    font-weight:300;
}
.footer-nav ul{
    margin:0;
}
.footer-nav li{
    float:left;   
}
.footer-nav li + li{
    margin-left:30px
}
.footer-nav a{
    color:inherit;
}
.footer-nav .social-links{
    float:right;
    font-size:16px;
    margin-right:10px;
}
.footer-nav .social-links li{
    display:inline-block;
    float:none;
}
.footer-nav .social-links li + li{
    margin-left:17px;
}
.footer-nav .social-links a{
    text-decoration:none;   
}
.footer-address{
    margin:0;
    font-size:12px;
    font-family: 'Lato', sans-serif;
    font-weight:300;
    padding:13px 0;
}
.footer-address p{
    margin:0;
}
.footer-address p + p{
    margin-top:3px;
}
.footer-address a{
    color:#d81c0a;
}
.footer-address a.link-policy{
    color:inherit;
}

#career {
	min-height: calc(100vh - 486px);
}

#career h1,
#career h2 {
	font-family: 'Lato', sans-serif;
	font-weight: 300;
	text-transform: uppercase;
	color: #d81c0a;
	margin: 0;
}

#career h3,
#career h4,
#career h5 {
	color: #232427;
	margin: 0;
}

#career h1 {
	font-size: 30px;
	font-size: 3rem;
}

#career h2 {
	font-size: 27px;
	font-size: 2.7rem;
	text-align: center;
}

#career h3 {
	font-size: 20px;
	font-size: 2rem;
}

#career article {
	padding: 35px 125px 0 125px;
}


@media (max-width: 960px) {
	#career article {
		padding: 35px 20px 0 20px;
	}
}

@media (max-width: 768px) {
	#career article {
		padding: 35px 10px 0 10px;
	}

	#career h2 {
		font-size: 20px;
		font-size: 2.0rem;
	}
}

@media (max-width: 320px) {
	#career article {
		padding: 35px 5px 0 5px;
	}

	#career h2 {
		font-size: 16px;
		font-size: 1.6rem;
	}
}



#career ul {
	list-style: none;
	padding: 0;
	margin: 0;
}

#career ul li {
	position: relative;
	padding-left: 20px;
	line-height: 35px;
}

#career ul li:before {
	content: "\e603";
	position: absolute;
	left: 0;
	top: 14px;
	font-family: 'icomoon';
	font-size: 7px;
	line-height: 7px;
	color: #d81c0a;
}

#career p {
	margin: 0;
}

#career .career-list-empty {
	display: block;
	margin-top: 13px;
	font-family: 'National-Light';
	font-size: 15px;
	font-size: 1.5rem;
	color: #8e9091;
}

.search-product-list {
    list-style: none;
    padding: 0;
    margin: 35px 0 0 0;
}

.search-product-list a {
    color: #d81c0a;
}

.search-product-list li {
    float: left;
    width: 267px;
    height: 295px;
    margin: 0 20px 20px 0;
    border: 1px solid #f2f2f2;
}

.search-product-list li:nth-child(4n) {
    margin-right: 0;
}

.search-product-list .picture {
    display: block;
    height: 225px;
    text-align: center;
    line-height: 220px;
    line-height: 22rem;
}

.search-product-list .name {
    display: table-cell;
    width: 100%;
    height: 70px;
    padding: 0 18px;
    text-transform: uppercase;
    font-size: 16px;
    font-size: 1.6rem;
    color: #d81c0a;
    vertical-align: middle;
}

@media
only screen and (-webkit-min-device-pixel-ratio: 2),
only screen and (   min--moz-device-pixel-ratio: 2),
only screen and (     -o-min-device-pixel-ratio: 2/1),
only screen and (        min-device-pixel-ratio: 2),
only screen and (                min-resolution: 192dpi),
only screen and (                min-resolution: 2dppx) { 
    .navbar-brand span{
        background-size: 202px 70px; 
		background-image: url(../img/logo@2x.png);
    }
    .params-badge__item-1{
        background-image:url(../img/params-badge-1@2x.png);
        background-size:72px 62px;
    }
    .params-badge__item-2{
        background-image:url(../img/params-badge-2@2x.png);
        background-size:61px 52px;
    }
    .params-badge__item-3{
        background-image:url(../img/params-badge-3@2x.png);
        background-size:72px 62px;
    }
    .params-badge__item-4{
        background-image:url(../img/params-badge-4@2x.png);
        background-size:70px 52px;
    }
    .params-badge__item-5{
        background-image:url(../img/params-badge-5@2x.png);
        background-size:50px 50px;
    }
}

/*@media (max-width: 1280px) {
	.about-company__content p {
		width: auto;
	}
	
	.about-company__content {
		width: 600px;
		height: auto;
	}
}

@media (max-width: 1170px) {
	.about-company__content {
		width: 750px;
		height: auto;
	}
}*/

@media (max-width: 1279px) {
	.about-company__content {
		width: 700px;
		height: auto;
	}
	
	.about-company__content p {
		width: auto;
	}
}

@media (max-width: 1240px) {
	.main_social {
		display: none;
	}
}

@media (max-width: 1100px) {
	.about-company{
        height:auto;
        padding:0;
    }
    .about-company h2{
        margin: 20px 0 0;
        position: absolute;
        top: 0;
        right: 0;
        left: 0;
    }
	
	.about-company video.playing + .container-fluid .row {
		opacity: 1;
	}
	
	.about-company__content {
		width: auto;
		height: auto;
	}
	
	.about-company__content p {
		width: auto;
	}
	
	.about-company__note:before {
		display: none;
	}
	
    .about-company h4{
        color:#d81c0a;
        margin-top:35px;
        margin-bottom:15px;
    }
    .about-company__note{
        padding:10px;
        background:none;
    }
    .about-company__note .btn{
        color:#d81c0a !important;
        background:none !important;
    }
    .about-company .icon-link-right{
        display:none;   
    }
    .about-company .container-fluid{
        position:static;
    }
	
	.about-company .col-md-offset-6 {
		margin-left: 0;
		width: 100%;
	}
}

@media (max-width: 416px) {
	.snap-scrolling-example.content img{
		height: auto;
	}
}

@media (max-width: 380px) {
	.header-search {
		background-color: #fff;
	}
	
	.header-search input[type="text"] {
		width: calc(100% - 70px);
	}
	
	.header-search .submit {
		width: 70px;
	}
}

@media (max-width: 991px){
    h2{
        font-size:35px;   
    }
    #header{
        height:52px;   
    }
    #main{
        margin-top:52px;		
		min-height: calc(100vh - 206px);
    }
	
	.main-slider {
		height: calc(100vh - 52px);
	}
	
	.main-slider-slides a, 
	.main-slider-slides span {
		height: calc(100vh - 52px);
	}
	
	.news .wysiwyg-text iframe {
		max-width: 100%;
	}
	
	.news .text-center img {
		max-width: 100%;
	}
	
    .events{
        margin-top:40px;
        margin-bottom:40px;
        padding:0;
    }
    .footer-address p,
    .footer-address .text-right{
        text-align:center;   
    }
    
    .created-by{
        display:inline-block;
        border-top:1px solid #e2e2e2;
        padding-top:8px;
        margin-top:8px;
    }
    .carousel-main-static{
        height:600px;
        margin-bottom:35px;
        background-size:cover;
        background-position:50% 50%;
        padding:15px;
        position:relative;
    }
    .carousel-main-static h3{
        font-size:35px;
        margin-top:60px;
        color: #623446;
    }
    .carousel-main-static h3 span{
        display:block;   
    }
    .carousel-main-static h3 strong{
        font-weight:400;
    }
    .carousel-main-static .icon-arrow-down{
        width:35px;
        height:35px;
        border:1px solid #fff;
        position:absolute;
        left:50%;
        bottom:15px;
        text-align:center;
        line-height:33px;
        vertical-align:middle;
        border-radius:3px;
        text-decoration:none;
        color:#fff;
        margin-left:-16px;
    }
    .carousel-main-static .icon-arrow-down:before{
        vertical-align:middle;
        display:inline-block;
    }
	
	.main-slider-desc {
		left: 15%;
		width: 70%;
		font-size: 4vw;
	}
	
    .navbar{
        min-height:52px; 
    }
    .navbar-brand{
        height:52px;
        padding:0;
    }
    .navbar-brand span {
		width: 160px;
        background-image: url(../img/logo@2x.png);
		background-size: auto 52px;
    }
    .navbar-toggle{
        margin-top:0;
        margin-bottom:0;
        border:none;
        margin-right:0;
        background:#232427 !important;
        border-radius:0;
        padding:19px 14px;
		position: relative;
		z-index: 2;
    }
    .navbar-toggle .icon-bar{
        height:1px;
        margin-top:1px;
    }
    .navbar-toggle .icon-bar + .icon-bar{
        margin-top: 5px;
    }
    .our-brands-small {
        margin: 30px 0 50px;
    }
	
	.our-brands-small ul {
		list-style: none;
		padding: 0;
	}
	
    .our-brands-small h2 {
        margin-top:0;
        text-align:center;
    }
    .our-brands-small li {
        border-bottom: 1px solid #e2e2e2;
        text-align: center;
        font-size: 19px;
        font-family: 'Lato', sans-serif;
        font-weight: 300;
        padding: 25px 0 20px 0;
    }
	
	.our-brands-small li:first-child {
		padding-top: 5px;
	}
	
    .our-brands-small img {
        margin: 30px auto;
    }
    .our-brands-small p{
        margin: 0;   
    }
    .navbar-default .navbar-form{
        position:absolute;
        right:50px;
        top:0px;
        margin:0;
        padding:0;
        border:0;
        background:none;
    }
    .navbar-default .navbar-form .form-group,
    .navbar-default .navbar-form .form-group.active{
        background:#fff;
        padding:0;
    }
    .navbar-default .navbar-form .form-group input{
        background:#fff;
        height:52px;
        border:none;
        box-shadow:none;
    }
    .navbar-default .navbar-form .btn{
        border:none;
        background:none;
        width:50px;
        height:52px;
    }
    .section-content{
        padding:35px 0;   
    }
    .section-content .container-fluid > h4:first-child,
    .section-content article > h4:first-child,
    .section-content .col-md-8 > h4:first-child{
        text-align:center;
    }
    .procon-boxes .procon-boxes__box{
        width:100%;   
    }
    .procon-boxes .procon-boxes__box + .procon-boxes__box{
        border-top:1px solid #e1e1e1;   
    }
    .procon-boxes .procon-boxes__box:first-child{
        border-right:none;   
    }
	
	.procon-boxes .separate-line {
		display: none;
	}
	
    .events-popular{
        padding-top:25px;
        margin-top:0;
    }
    .article-tags li{
        clear:left;   
    }
    .params-badge{
        margin-top:15px;   
    }
    .params-badge .col-badge{
        width:50%;
        margin-top:25px;
    }
    .section-content figure{
        margin:20px 0 40px;   
    }
    .job-offer header h4{
        margin-top:20px;
        margin-bottom:15px;
    }
    .navbar-collapse{
        background: #232427;
        text-align:center;
    }
    .footer-nav .social-links{
        text-align:center;
        float:none;
    }
	
	.navbar-default .navbar-nav .dropdown.active .dropdown-menu > li > a,
    .navbar-default .navbar-nav .open .dropdown-menu > li >a,
    .navbar-default .navbar-nav .open .dropdown-menu > li >a:hover,
    .navbar-default .navbar-nav > li > a:focus,
	.navbar-default .navbar-nav .open .dropdown-menu > .active > a {
        color:#979c9e;
    }
	
	.navbar-default .navbar-nav .dropdown-menu li.dropdown {
		background-color: transparent;
		color: #979c9e;
	}
	
    .navbar-nav .open .dropdown-menu > li > a,
    .navbar-nav .open .dropdown-menu .dropdown-header{
        padding:5px 15px;
    }
    .navbar-nav-lang{
        margin-left:0;
        margin-right:0;
        text-align:left;
    }
    .navbar-nav-lang .caret{
        position: absolute;
        right: 10px;
        top: 17px;
    }
	
    .navbar-default .navbar-nav > li.dropdown > a > .text-link:before{
        border-color:#fff;
        bottom: -2px;
        right: -7px;
    }
    .navbar-default{
        font-size:19px;   
    }
    .navbar-default .icon-close{
        font-size:25px;
        color:#979c9e;
        margin:12.5px -10px;
        text-decoration:none;
		outline: 0;
    }
	
	.navbar-default .navbar-nav .open .dropdown-toggle,
	.navbar-default .navbar-nav .open .dropdown-toggle:focus,
	.navbar-default .navbar-nav .open .dropdown-toggle:active,
	.navbar-default .navbar-nav .open .dropdown-toggle:hover,
	.navbar-default .navbar-nav li > a:hover,
	.navbar-default .navbar-nav .open .dropdown-menu li > a:hover,
	.navbar-default .navbar-nav .open .dropdown-menu li > a:active,
	.navbar-default .navbar-nav .open .dropdown-menu li > a:focus,
	.navbar-default .navbar-nav .open .dropdown-menu li > a.active,
	.navbar-default .navbar-nav .dropdown.active > .dropdown-toggle,
	.navbar-default .navbar-nav .dropdown.active .dropdown-menu li > a:hover,
	.navbar-default .navbar-nav .dropdown.active .dropdown-menu li > a:active,
	.navbar-default .navbar-nav .open .dropdown-menu > .active > a,
	.navbar-default .navbar-nav .open .dropdown-menu > .active > a:hover {
		background-color: transparent;
		color: #FFF;
		outline: 0;
	}
	
	.navbar-default .navbar-nav .dropdown-menu {
		position: relative;
		padding: 10px 0 15px 0;
		margin-bottom: 35px;
		text-align: center;
	}
	
	.navbar-default .navbar-nav .dropdown.active .dropdown-menu {
	    position: static;
		float: none;
		width: auto;
		margin-top: 0;
		background-color: transparent;
		border: 0;
		-webkit-box-shadow: none;
		box-shadow: none;
	}
	
	.navbar-default .navbar-nav .dropdown.active > .dropdown-menu {
		display: block;
	}
	
	.navbar-default .navbar-nav .dropdown.active .dropdown-menu a {
		padding: 5px 15px;
	}
	
	.navbar-default .navbar-nav .dropdown.active > .dropdown-menu a.active {
		color: #FFF;
		background-color: transparent;
	}
	
	.navbar-default .navbar-nav .dropdown-menu:before {
		content: ' ';
		position: absolute;
		bottom: 0;
		left: 50%;
		display: block;
		width: 70px;
		height: 1px;
		margin-left: -35px;
		background-color: #fff;
	}
	
	.navbar-default .navbar-nav .subdropdown-menu {
		padding: 0;
		margin: 0;
	}
	
	.navbar-default .navbar-nav .dropdown.open > .subdropdown-toggle {
		color: #fff;
	}
	
	.navbar-default .navbar-nav .subdropdown-menu:before {
		display: none;
	}
	
	.navbar-collapse .header-search-button {
		display: none;
	}
	
	#header .header-search .dropdown-menu {
		right: 0;
		left: auto;
		border-radius: 0;
		border: 0;
		margin-top: 0;
		padding: 0;
	}
	
	#header .header-search .dropdown-menu li > a:hover,
	#header .header-search .dropdown-menu li > a:active,
	#header .header-search .dropdown-menu li > a:focus {
		background-color: #fff;
		color: #d81c0a;
		outline: 0;
	}
	
	#header .header-search .dropdown-menu li > a {
		padding: 10px 15px;
	}
}

@media (min-width: 1025px) and (max-width: 1130px) {
	.navbar-nav > li > a {
		padding: 25px 8px;
	}
	
	.navbar-nav-lang > li > a {
		padding: 9px 15px;
	}
}

@media (min-width: 1025px) and (max-width: 1048px) {
	.navbar-nav > li > a {
		padding: 25px 6px;
	}
	
	.navbar-nav-lang > li > a {
		padding: 9px 15px;
	}
}

@media (min-width: 992px) and (max-width: 1024px) {
	.navbar-nav > li > a {
		padding: 25px 4px;
	}
	
	.navbar-nav-lang > li > a {
		padding: 9px 15px;
	}
}

body#lang-ru *,
body#lang-ru #contact .tab-pane-map h4 {
	font-family: 'Open Sans';
}

body#lang-ru #contact h4 {
	/*font-family: 'Lato', sans-serif;*/
}

body#lang-ru .our-brands h3 {
	font-family: 'National-Book';
}

body#lang-ru .knowledge-base__list a,
body#lang-ru .knowledge-base__notes p,
.navbar-nav-lang .dropdown-menu > li > a,
body#lang-ru .contact__address,
body#lang-ru .navbar-default,
body#lang-ru .aside-menu a {
	font-size: 14px;
}

@media (max-width: 991px) {
	body#lang-ru .navbar-nav .dropdown-menu {
		font-size: 13px;
	}
	
	.search-results-content .slide-list {
		display: block;
	}
	
	.search-results-content .search-results-desktop {
		display: none;
	}

	.search-results-content .tab-content {
		display: none;
	}
	
	.knowledge-row {
		display: -webkit-box;
		display: -webkit-flex;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-orient: vertical;
		-webkit-box-direction: reverse;
		-webkit-flex-direction: column-reverse;
		-ms-flex-direction: column-reverse;
		        flex-direction: column-reverse;
	}
	
	.knowledge-row .aside-menu {
		margin-top: 30px;
	}

	.navbar-default .navbar-nav .subdropdown-toggle span {
		position: relative;
		white-space: normal;
	}

	.navbar-default .navbar-nav .subdropdown-toggle span:after {
		content: '';
		position: absolute;
		right: -7px;
		bottom: -2px;
		width: 7px;
    	height: 7px;
		border-right: 1px solid #fff;
		border-bottom: 1px solid #fff;
	}
}

@media (max-width: 1217px) {
	.events__item__inner div > p {
		height: 108px;
	}
}

@media (max-width: 785px) {
	.events__item__inner div > p {
		height: 84px;
	}
}

@media (max-width: 496px) {
	.events__item__inner div > p {
		height: 64px;
	}
}

#career article h2 {
	padding: 10px 0;
	border: 1px solid #979c9e;
	cursor: pointer;
	margin: 0 auto;
	color: #979c9e;
	transition: all .4s ease;
}

#career article h2:hover, #career article h2.active  {
	border: 1px solid #D81C0A;
	color: #D81C0A;
}

#career article > div {
	margin-top: 40px;
}

img.desaturated {
	filter: grayscale(100%);
}

img.mobile-next {
	max-width: 120px;
}
