/* ------ */
/* basics */
/* ------ */
html {
	-ms-overflow-style: scrollbar;
}
body {
	padding-top: 150px;
	background-color: #fff;
	color: #000;
	font-family: 'Montserrat', 'Arial', sans-serif;
	font-size: 16px;
	line-height: 24px;
	font-weight: 300;
	overflow-x: hidden;
}
body.menu-open {
	overflow: hidden;
}
a,
a:focus {
	color: #e10403;
	text-decoration: underline;
}
a:hover {
	color: #e10403;
	text-decoration: none;
}
.content-main p a:visited {
	color: #808080;
}
h1,
h2,
h3,
h4,
h5,
h6 {
	margin: 0 0 10px 0;
	color: #000;
	font-family: 'Montserrat', 'Arial', sans-serif;
	font-weight: 700;
}
h1 {
	margin-bottom: 30px;
	font-size: 48px;
	line-height: 58px;
}
h2 {
	color: #e10403;
	font-size: 32px;
	line-height: 40px;
}
h2.title {
	margin-top: -30px;
}
h3 {
	font-size: 24px;
	line-height: 30px;
}
h4 {
	color: #e10403;
	font-size: 22px;
	line-height: 30px;
}
h5 {
	font-size: 28px;
	line-height: 26px;
	text-transform: uppercase;
}
h6 {
	color: #e10403;
	font-size: 16px;
	line-height: 26px;
	text-transform: uppercase;
}
p,
ul,
ol,
table {
	margin: 0 0 30px 0;
	padding: 0;
}
/* ------ */
/* lists */
/* ------ */
ul ul,
ul ol,
ol ul,
ol ol {
	margin-bottom: 0;
	padding: 5px 0 0 0;
}
ul ol:first-of-type {
	padding: 0 0 0 20px;
}
ul li,
ol li {
	padding: 5px 0 5px 27px;
	position: relative;
	list-style: none;
}
ul > li:last-child,
ol > li:last-child {
	padding-bottom: 0;
}
ul li:before {
	content: '';
	display: block;
	width: 12px;
	height: 1px;
	position: absolute;
	top: 15px;
	left: 0;
	background-color: #e10403;
}
ol {
	padding: 0 0 0 15px;
}
ol ul,
ol ol {
	padding-left: 15px;
}
ol li {
	padding-left: 10px;
	list-style: decimal;
}
ol li:before {
	display: none;
}
/* ------ */
/* images */
/* ------ */
img {
	max-width: 100%;
	height: auto;
}
/* ------ */
/* tables */
/* ------ */
table {
	border: 1px solid #000;
	border-collapse: collapse;
	font-size: 15px;
}
table td,
table th {
	border: 1px solid #000;
	padding: 15px;
}
table td {
	font-size: 100%;
}
table.table td,
table.table th {
	border: 1px solid #000 !important;
	/* for bootstrap */
}
.content table {
	border-color: #ccc;
}
.content table td,
.content table th {
	border-color: #ccc;
}
.content table th {
	background-color: #eee;
}
.content table.colored {
	border-color: #e10403;
}
.content table.colored td {
	border-color: #e10403;
}
.content table.colored th {
	background-color: #e10403;
	border-color: #e10403;
	color: #fff;
}
.content table.invisible {
	border: none;
	visibility: visible;
}
.content table.invisible td,
.content table.invisible th {
	border: none;
}
.content table.invisible td:first-child,
.content table.invisible th:first-child {
	padding-left: 0;
}
/* ------ */
/* bootstrap grid */
/* ------ */
.col-md-20 {
	width: 20%;
	padding-right: 15px;
	padding-left: 15px;
	float: left;
}
.col-md-80 {
	width: 80%;
	padding-right: 15px;
	padding-left: 15px;
	float: left;
}
/* ------ */
/* bootstrap tables */
/* ------ */
.table-responsive {
	max-width: 100%;
	margin: 0 0 30px 0;
	border: 0;
	overflow: auto;
}
.table-responsive table,
.table-responsive table.cms-editor-table {
	margin-bottom: 0;
}
/* ------ */
/* bootstrap buttons */
/* ------ */
.btn-default,
.btn-default:focus,
.btn-default:focus:active,
.btn-default:hover {
	background-color: #e10403;
	border-color: #e10403;
	color: #fff;
	padding: 0 40px;
	-webkit-border-radius: 16px 0;
	-moz-border-radius: 16px 0;
	border-radius: 16px 0;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
	font-size: 18px;
	font-weight: 300;
	line-height: 40px;
	outline: none;
	text-decoration: none;
	-webkit-transition: .3s;
	-o-transition: .3s;
	-moz-transition: .3s;
	transition: .3s;
	white-space: normal;
}
.btn-default:focus,
.btn-default:focus:active,
.btn-default:hover {
	-webkit-border-radius: 0 16px;
	-moz-border-radius: 0 16px;
	border-radius: 0 16px;
}
.btn-default .btn-file {
	white-space: nowrap;
}
/* ------ */
/* bootstrap alerts */
/* ------ */
.alert {
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0;
}
.alert-hp {
	margin-top: 20px;
}
/* ------ */
/* bootstrap modals */
/* ------ */
.modal-dialog .modal-content {
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0;
}
.modal-dialog .modal-header {
	background-color: #e10403;
}
.modal-dialog .modal-header .close {
	color: #fff;
	opacity: 1;
}
.modal-dialog .modal-body .alert {
	margin: 0 0 15px 0;
}
.modal-dialog .modal-body .alert:last-of-type {
	margin-bottom: 0;
}
/* ------ */
/* bootstrap breadcrumb */
/* ------ */
.breadcrumb {
	margin-bottom: 60px;
	padding: 0;
	background-color: transparent;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0;
	font-size: 15px;
}
.breadcrumb > li {
	padding: 0;
	color: #808080;
}
.breadcrumb > li + li:before {
	content: '\f105';
	padding: 0 8px;
	position: relative;
	top: -1px;
	color: #e10403;
	font-family: 'FontAwesome';
	font-size: 10px;
}
.breadcrumb > li:before {
	display: inline-block;
}
.breadcrumb > li a {
	text-decoration: none;
}
.breadcrumb > li a:hover {
	text-decoration: underline;
}
/* ------ */
/* bootstrap pagination */
/* ------ */
.pagination {
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-moz-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	width: 100%;
	margin: 30px 0 15px 0;
	text-align: center;
}
.pagination > li {
	margin-right: 7.5px;
	margin-bottom: 15px;
	margin-left: 7.5px;
	padding: 0;
}
.pagination > li:before {
	display: none;
}
.pagination > li > a,
.pagination > li:first-child > a,
.pagination > li:last-child > a,
.pagination > li > span,
.pagination > li:first-child > span,
.pagination > li:last-child > span {
	width: 50px;
	height: 50px;
	padding: 0;
	background-color: #ddd;
	-webkit-border-radius: 16px 0;
	-moz-border-radius: 16px 0;
	border-radius: 16px 0;
	color: #000;
	line-height: 50px;
	-webkit-transition: .3s;
	-o-transition: .3s;
	-moz-transition: .3s;
	transition: .3s;
}
.pagination > li > a:focus,
.pagination > li:first-child > a:focus,
.pagination > li:last-child > a:focus,
.pagination > li > span:focus,
.pagination > li:first-child > span:focus,
.pagination > li:last-child > span:focus,
.pagination > li > a:hover,
.pagination > li:first-child > a:hover,
.pagination > li:last-child > a:hover,
.pagination > li > span:hover,
.pagination > li:first-child > span:hover,
.pagination > li:last-child > span:hover {
	background-color: #e10403;
	border-color: #e10403;
	color: #000;
	-webkit-border-radius: 0 16px;
	-moz-border-radius: 0 16px;
	border-radius: 0 16px;
}
.pagination > li.active a,
.pagination > li.active span,
.pagination > li.active a:focus,
.pagination > li.active span:focus,
.pagination > li.active a:hover,
.pagination > li.active span:hover {
	background-color: #7f8080;
	border-color: #7f8080;
	color: #fff;
	-webkit-border-radius: 16px 0;
	-moz-border-radius: 16px 0;
	border-radius: 16px 0;
	font-weight: 700;
}
.pagination .glyphicon {
	top: 2px;
}
/* ------ */
/* cms */
/* ------ */
.cms-editor-image {
	border: 1px solid #ccc;
	padding: 15px;
}
.cms-editor-link-image,
.cms-editor-link-image:focus {
	outline: none;
}
.block-two-cols {
	-webkit-column-count: 2;
	-moz-column-count: 2;
	column-count: 2;
	-webkit-column-gap: 30px;
	-moz-column-gap: 30px;
	column-gap: 30px;
	clear: both;
}
/* ------ */
/* header */
/* ------ */
header {
	width: 100%;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 500;
	background: #fff;
}
header ul li {
	padding: 0;
}
header ul li:before {
	display: none;
}
/* ------ */
/* header top */
/* ------ */
.header-top {
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-moz-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	height: 150px;
	position: relative;
}
/* ------ */
/* header top logo */
/* ------ */
.header-top-logo {
	margin-right: 30px;
	position: relative;
	top: 0;
}
.header-top-logo {
	max-width: 250px;
}
/* ------ */
/* header top lang */
/* ------ */
.header-top-lang {
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: end;
	-webkit-justify-content: flex-end;
	-moz-box-pack: end;
	-ms-flex-pack: end;
	justify-content: flex-end;
	margin: 0;
}
.header-top-lang li {
	margin: 0 0 0 10px;
	padding: 0;
}
.header-top-lang li:first-of-type {
	margin-left: 0;
}
.header-top-lang li.active {
	display: none;
}
.header-top-lang a {
	color: #808080;
	font-size: 14px;
	font-weight: 30;
	line-height: 34px;
	text-align: center;
	text-decoration: none;
	text-transform: uppercase;
	-webkit-transition: .3s;
	-o-transition: .3s;
	-moz-transition: .3s;
	transition: .3s;
}
.header-top-lang li.active a,
.header-top-lang a:hover {
	color: #e10403;
}
/* ------ */
/* header top search */
/* ------ */
.header-top-search {
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
	margin: 0 30px 0 0;
	padding: 0;
}
.header-top-search .form-control {
	width: 0;
	height: 35px;
	padding: 0;
	border: 0;
}
.header-top-search .btn-default {
	width: auto;
	height: auto;
	padding: 0;
	background: none;
	border: 0;
	color: #000;
	font-size: 18px;
	font-weight: 700;
	outline: none;
	text-align: center;
}
.header-top-search .btn-default:focus,
.header-top-search .btn-default:focus:active,
.header-top-search .btn-default:hover {
	padding: 0;
	background: none;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
	color: #e10403;
	outline: none;
}
/* ------ */
/* navbar toggle */
/* ------ */
.navbar-toggle {
	width: 30px;
	height: 35px;
	margin: 0 30px 0 auto;
	padding: 0;
	border: 0;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0;
}
.navbar-toggle:focus,
.navbar-toggle:hover {
	background-color: transparent;
}
.navbar-toggle .icon-bar {
	width: 100%;
	height: 5px;
	margin: 0 0 3px 0;
	background: #000;
	-webkit-border-radius: 16px;
	-moz-border-radius: 16px;
	border-radius: 16px;
	-webkit-transition: .3s;
	-o-transition: .3s;
	-moz-transition: .3s;
	transition: .3s;
}
.navbar-toggle .icon-bar:first-of-type {
	-webkit-transform: rotate(45deg) translate(8px, 5px);
	-moz-transform: rotate(45deg) translate(8px, 5px);
	-ms-transform: rotate(45deg) translate(8px, 5px);
	-o-transform: rotate(45deg) translate(8px, 5px);
	transform: rotate(45deg) translate(8px, 5px);
}
.navbar-toggle .icon-bar:nth-of-type(2) {
	opacity: 0;
}
.navbar-toggle .icon-bar:last-of-type {
	-webkit-transform: rotate(-45deg) translate(8px, -5px);
	-moz-transform: rotate(-45deg) translate(8px, -5px);
	-ms-transform: rotate(-45deg) translate(8px, -5px);
	-o-transform: rotate(-45deg) translate(8px, -5px);
	transform: rotate(-45deg) translate(8px, -5px);
}
.navbar-toggle.collapsed .icon-bar {
	opacity: 1;
	-webkit-transform: rotate(0deg);
	-moz-transform: rotate(0deg);
	-ms-transform: rotate(0deg);
	-o-transform: rotate(0deg);
	transform: rotate(0deg);
}
/* ------ */
/* main menu */
/* ------ */
.navbar-collapse.collapse {
	padding: 0;
}
.main-menu {
	margin-right: 15px;
	margin-left: auto;
	background-color: transparent;
}
.main-menu .container {
	padding: 0;
}
.main-menu .level2 .caret {
	display: none;
}
.main-menu .level3 {
	display: none !important; /* for javascript functions */
}
.main-menu ul > li {
	position: relative;
}
.main-menu ul > li > a {
	padding: 15px;
	position: relative;
	color: #808080;
	font-family: 'Montserrat', 'Arial', sans-serif;
	font-size: 14px;
	font-weight: 300;
	text-decoration: none;
	text-transform: uppercase;
	-webkit-transition: .3s;
	-o-transition: .3s;
	-moz-transition: .3s;
	transition: .3s;
}
.main-menu ul > li > a:focus,
.main-menu ul > li > a:hover {
	background-color: transparent;
	color: #e10403;
}
.main-menu ul > li.active > a {
	background-color: transparent;
	color: #e10403;
}
.main-menu .dropdown.open > a,
.main-menu .dropdown > a:focus,
.main-menu .dropdown > a:hover {
	background-color: transparent;
}
.main-menu .dropdown > a > .caret {
	position: relative;
	top: -1px;
	left: 5px;
}
.main-menu .dropdown-menu {
	min-width: 165px;
	padding: 0;
	background-color: #e10403;
	border: 0;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0;
}
.main-menu .dropdown-menu li > a {
	padding: 0 30px;
	border-bottom: 1px solid #e10403;
	color: #fff;
	font-weight: 300;
	line-height: 28px;
	text-decoration: none;
}
.main-menu .dropdown-menu li > a:active,
.main-menu .dropdown-menu li > a:focus,
.main-menu .dropdown-menu li > a:hover {
	background-color: #b92f22;
	border-color: #b92f22;
	color: #fff;
}
.main-menu .dropdown-menu li > a:after {
	display: none !important;
}
.main-menu .dropdown-menu li.active > a {
	background-color: #e10403;
	border-color: #e10403;
	color: #fff;
}
.main-menu .dropdown-menu li:last-of-type > a {
	border: 0;
}
.main-menu .dropdown-menu.level2 > li > a,
.main-menu .dropdown-menu.level3 > li > a {
	transition: 0.1s;
}
.main-menu .dropdown-menu.level2 > li > a:active,
.main-menu .dropdown-menu.level2 > li > a:active:focus,
.main-menu .dropdown-menu.level2 > li > a:focus,
.main-menu .dropdown-menu.level2 > li.active > a,
.main-menu .dropdown-menu.level3 > li > a:active,
.main-menu .dropdown-menu.level3 > li > a:active:focus,
.main-menu .dropdown-menu.level3 > li > a:focus,
.main-menu .dropdown-menu.level3 > li.active > a {
	color: #fff;
}
/* ------ */
/* main menu darkness */
/* ------ */
.main-menu-darkness {
	display: none;
	width: 100%;
	height: 200%;
	position: fixed;
	left: 0;
	top: 0;
	z-index: 100;
	background: #fff;
	opacity: .75;
}
/* ------ */
/* mobile search */
/* ------ */
.search-mobile {
	display: none;
}
/* ------ */
/* mobile lang */
/* ------ */
.lang-mobile {
	display: none;
}
/* ------ */
/* slider */
/* ------ */
.slider {
	margin-bottom: 100px;
	visibility: hidden;
}
.slider.visible {
	visibility: visible;
}
.slider .item {
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-moz-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	background-position: 50% 50%;
	background-repeat: no-repeat;
	-webkit-border-radius: 16px 0 16px 0;
	-moz-border-radius: 16px 0 16px 0;
	border-radius: 16px 0 16px 0;
}
.slider .inside {
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-moz-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-moz-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	width: 100%;
	padding: 20px 60px 0 60px;
	background: rgba(255, 255, 255, .8);
}
.slider .title {
	margin-bottom: 20px;
	padding-top: 3px;
	font-size: 32px;
	line-height: 38px;
}
.slider .more,
.slider .more:focus,
.slider .more:focus:active,
.slider .more:hover {
	-webkit-flex-shrink: 0;
	-ms-flex-negative: 0;
	flex-shrink: 0;
	margin-bottom: 20px;
	margin-left: 30px;
	border-bottom: 5px solid #3c3b3a;
}
.slider .swiper-container {
	height: 580px;
	-webkit-border-radius: 16px 0 16px 0;
	-moz-border-radius: 16px 0 16px 0;
	border-radius: 16px 0 16px 0;
}
.slider .swiper-pagination {
	height: 20px;
	bottom: 15px !important;
}
.slider .swiper-pagination-bullet {
	width: 20px;
	height: 20px;
	background-color: #fff;
	border: 1px solid #bababa;
	opacity: 1;
	outline: none;
}
.slider .swiper-pagination-bullet:focus,
.slider .swiper-pagination-bullet:hover {
	border-color: #e10403;
}
.slider .swiper-pagination-bullet-active {
	background-color: #bababa;
}
.slider .swiper-pagination-bullet-active:focus,
.slider .swiper-pagination-bullet-active:hover {
	border-color: #fff;
}
/* ------ */
/* content */
/* ------ */
.content:after {
	content: '';
	display: block;
	width: 100%;
	height: 1px;
	margin-top: 60px;
	background-color: #ccc;
}
/* ------ */
/* content main */
/* ------ */
/* ------ */
/* references */
/* ------ */
.references {
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
}
/* ------ */
/* references item */
/* ------ */
.references .item {
	margin-bottom: 30px;
}
.references .item .inside {
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-moz-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-moz-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	height: 100%;
	min-height: 220px;
	padding: 30px;
	background-color: #efeeee;
	-webkit-border-radius: 16px 0;
	-moz-border-radius: 16px 0;
	border-radius: 16px 0;
	color: #000;
	font-size: 18px;
	font-weight: 300;
	line-height: 22px;
	outline: none;
	text-align: center;
	text-decoration: none;
	text-transform: uppercase;
	-webkit-transition: .3s;
	-o-transition: .3s;
	-moz-transition: .3s;
	transition: .3s;
}
.references .item:not(.item-filter) .inside:focus,
.references .item:not(.item-filter) .inside:hover {
	background-color: #e10403;
	-webkit-border-radius: 0 16px;
	-moz-border-radius: 0 16px;
	border-radius: 0 16px;
	color: #fff;
}
.references .item .inside.inside-active,
.references .item .inside:focus,
.references .item .inside:hover {
	color: #fff;
}
/* ------ */
/* references page */
/* ------ */
/* ------ */
/* references list */
/* ------ */
.references-list {
	margin-top: 30px;
}
.references-list .more {
	margin-top: 30px;
	margin-bottom: 100px;
	text-align: center;
}
/* ------ */
/* references list item */
/* ------ */
.references-list .item {
	margin-bottom: 30px;
	text-decoration: none;
}
.references-list .item .inside {
	position: relative;
	background-position: 50% 50%;
	background-repeat: no-repeat;
	-webkit-border-radius: 16px 0;
	-moz-border-radius: 16px 0;
	border-radius: 16px 0;
	-webkit-transition: .3s;
	-o-transition: .3s;
	-moz-transition: .3s;
	transition: .3s;
}
.references-list .item .image {
	position: relative;
	-webkit-border-radius: 16px 0;
	-moz-border-radius: 16px 0;
	border-radius: 16px 0;
	-webkit-transition: .3s;
	-o-transition: .3s;
	-moz-transition: .3s;
	transition: .3s;
}
.references-list .item:hover .inside,
.references-list .item:hover .image {
	-webkit-border-radius: 0 16px;
	-moz-border-radius: 0 16px;
	border-radius: 0 16px;
}
.references-list .item .shadow {
	padding: 30px;
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	background-color: rgba(225, 4, 3, .8);
	-webkit-border-radius: 16px 0;
	-moz-border-radius: 16px 0;
	border-radius: 16px 0;
	color: #fff;
	font-size: 0.9vw;
	line-height: normal;
	opacity: 0;
	overflow: hidden;
	-webkit-transition: .3s;
	-o-transition: .3s;
	-moz-transition: .3s;
	transition: .3s;
	z-index: 100;
}
.references-list .item:hover .shadow {
	background-color: rgba(225, 4, 3, .8);
	-webkit-border-radius: 0 16px;
	-moz-border-radius: 0 16px;
	border-radius: 0 16px;
	opacity: 1;
}
.references-list .item .title {
	margin-top: 0;
	margin-bottom: 15px;
	color: #000;
	font-size: 24px;
	line-height: 26px;
	text-transform: none;
}
.references-list .item .play {
	display: block;
	width: 59px;
	height: 41px;
	margin: auto;
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: 10;
	background: url('../images/icon-play.png') no-repeat;
}
/* ------ */
/* detail */
/* ------ */
.detail {
	margin-top: 60px;
	margin-bottom: 60px;
}
.detail .info {
	margin-bottom: 60px;
	border-top: 1px solid #eee;
	color: #000;
	font-size: 16px;
}
.detail .info li {
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	padding: 0;
	border-bottom: 1px solid #eee;
	-webkit-transition: .3s;
	-o-transition: .3s;
	-moz-transition: .3s;
	transition: .3s;
}
.detail .info li:before {
	display: none;
}
.detail .info li > div {
	display: inline-block;
	width: 50%;
	padding: 10px 8px;
	line-height: 32px;
}
.detail .info li > div:first-of-type {
	color: #808080;
}
.detail .info li .fa {
	margin-left: 10px;
	position: relative;
	top: 4px;
	font-size: 26px;
}
.detail .info li:hover {
	background-color: #e10403;
}
.detail .info li:hover,
.detail .info li:hover > div:first-of-type,
.detail .info li:hover a,
.detail .info li:hover .fa {
	color: #fff;
}
.detail .buttons {
	margin-top: 90px;
	text-align: center;
}
.detail .buttons .btn {
	margin-bottom: 30px;
	padding: 13px 40px 16px 40px;
	border: 0;
	border-bottom: 5px solid #000;
	line-height: normal;
}
.detail .buttons .btn .fa {
	margin-left: 20px;
	position: relative;
	top: 3px;
	color: #000;
	font-size: 26px;
}
.detail .buttons .btn-print {
	padding: 10px 30px 13px 30px;
	background-color: #ddd;
	color: #000;
	font-size: 16px;
}
.detail .buttons .btn-print .fa {
	color: #e10403;
	font-size: 22px;
}
.detail .perex {
	margin-bottom: 30px;
	color: #808080;
	font-size: 20px;
	line-height: 30px;
}
.detail .label {
	margin-bottom: 30px;
}
.detail .label.center {
	text-align: center;
}
/* ------ */
/* detail left */
/* ------ */
.detail-left {
	color: #808080;
	font-size: 20px;
	line-height: 30px;
}
.detail-left .video,
.detail-left .image {
	display: block;
	width: 100%;
	height: 426px;
	margin-bottom: 60px;
	-webkit-border-radius: 16px 0;
	-moz-border-radius: 16px 0;
	border-radius: 16px 0;
}
.detail-left .image {
	height: auto;
	outline: none;
}
.detail-left .image img {
	-webkit-border-radius: 16px 0;
	-moz-border-radius: 16px 0;
	border-radius: 16px 0;
	-webkit-transition: .3s;
	-o-transition: .3s;
	-moz-transition: .3s;
	transition: .3s;
	border-radius: 16px 0;
}
.detail-left a.image:hover img {
	-webkit-border-radius: 0 16px;
	-moz-border-radius: 0 16px;
	border-radius: 0 16px;
}
.detail-left.product .buttons {
	margin-top: 60px;
	text-align: right;
}
.detail-gallery a {
	outline: none;
}
/* ------ */
/* detail right */
/* ------ */
.detail-right .btn-doc,
.detail-right .btn-doc:focus,
.detail-right .btn-doc:focus:active {
	width: 100%;
	margin-bottom: 30px;
	padding: 10px 40px 12px 40px;
	background-color: #ddd;
	border: 0;
	border-bottom: 5px solid #000;
	color: #000;
	line-height: normal;
	text-align: center;
}
.detail-right .btn-doc .fa,
.detail-right .btn-doc:focus .fa,
.detail-right .btn-doc:focus:active .fa {
	margin-left: 15px;
	position: relative;
	top: 2px;
	color: #e10403;
	font-size: 22px;
}
.detail-right.product {
	margin-bottom: 30px;
}
/* ------ */
/* detail modal */
/* ------ */
.detail-modal .modal-content {
	background-color: #ddd;
	border: 0;
	-webkit-border-radius: 16px 0;
	-moz-border-radius: 16px 0;
	border-radius: 16px 0;
}
.detail-modal .modal-header {
	height: 60px;
	background-color: transparent;
	border: 0;
}
.detail-modal .modal-header .close {
	color: #000;
	font-size: 40px;
	outline: none;
	-webkit-transition: .3s;
	-o-transition: .3s;
	-moz-transition: .3s;
	transition: .3s;
}
.detail-modal .modal-header .close:hover {
	color: #e10403;
}
.detail-modal .modal-body {
	padding: 0 30px 60px 30px;
}
.detail-modal .modal-body .title {
	margin-bottom: 60px;
	text-align: center;
}
.detail-modal .modal-body .image {
	max-width: 250px;
	margin-right: 30px;
	margin-bottom: 60px;
	float: left;
	-webkit-border-radius: 16px 0;
	-moz-border-radius: 16px 0;
	border-radius: 16px 0;
}
.detail-modal .modal-body .semititle {
	margin-top: 60px;
	margin-bottom: 40px;
	clear: both;
	text-align: center;
}
.detail-modal .modal-body .center {
	text-align: center;
}
.detail-modal .modal-body .custom-form {
	max-width: 560px;
	margin: 40px auto 0 auto;
}
.detail-modal .modal-body .buttons {
	margin-top: 60px;
}
.detail-modal .modal-body .btn-more {
	display: block;
	margin: 0 auto 40px auto;
	padding: 12px 40px;
	border: 0;
	background-color: #fff;
	border-bottom: 5px solid #000;
	color: #000;
	line-height: normal;
}
.detail-modal .modal-body .btn-more .fa {
	margin-left: 10px;
	position: relative;
	top: 2px;
	color: #e10403;
}
.detail-modal .modal-body a {
	color: #000;
}
/* ------ */
/* detail gallery */
/* ------ */
.detail-gallery {
	margin-bottom: 70px;
}
.detail-gallery .item {
	margin-bottom: 30px;
	outline: none;
}
.detail-gallery .image {
	-webkit-border-radius: 16px 0;
	-moz-border-radius: 16px 0;
	border-radius: 16px 0;
	-webkit-transition: .3s;
	-o-transition: .3s;
	-moz-transition: .3s;
	transition: .3s;
}
.detail-gallery .item:hover .image {
	-webkit-border-radius: 0 16px;
	-moz-border-radius: 0 16px;
	border-radius: 0 16px;
}
.detail-gallery-slider {
	display: none;
}
/* ------ */
/* detail info */
/* ------ */
.detail-info {
	margin-bottom: 70px;
}
/* ------ */
/* detail map */
/* ------ */
.detail-map {
	height: 540px;
	margin-bottom: 60px;
}
/* ------ */
/* detail comments */
/* ------ */
.detail-comments {
	margin-bottom: 30px;
}
.detail-comments .item {
	margin-bottom: 60px;
}
.detail-comments .inside {
	padding: 45px 30px;
	position: relative;
	background-color: #e10403;
	-webkit-border-radius: 16px 0;
	-moz-border-radius: 16px 0;
	border-radius: 16px 0;
	color: #fff;
}
.detail-comments .inside:after {
	content: '';
	display: block;
	position: absolute;
	top: -30px;
	right: 30px;
	border-top: 30px solid transparent;
	border-right: 30px solid #e10403;
	border-bottom: 30px solid transparent;
}
.detail-comments .text {
	width: 100%;
	padding: 0 130px;
	position: relative;
	font-size: 20px;
	line-height: 24px;
	text-align: center;
}
.detail-comments .text:before,
.detail-comments .text:after {
	content: '';
	display: block;
	width: 34px;
	height: 24px;
	position: absolute;
	bottom: 0;
	left: 0;
	background: url('../images/icon-quotation.png') no-repeat;
	-webkit-transform: rotate(180deg);
	-moz-transform: rotate(180deg);
	-ms-transform: rotate(180deg);
	-o-transform: rotate(180deg);
	transform: rotate(180deg);
}
.detail-comments .text:after {
	top: 0;
	right: 0;
	bottom: auto;
	left: auto;
	-webkit-transform: none;
	-moz-transform: none;
	-ms-transform: none;
	-o-transform: none;
	transform: none;
}
.detail-comments .signature {
	color: #000;
	font-size: 16px;
	line-height: 20px;
	text-transform: uppercase;
}
.detail-comments .btn-wrap {
	margin-top: 40px;
	text-align: center;
}
.detail-comments .btn-wrap .btn,
.references-list .more .btn {
	padding: 10px 30px;
	background-color: #ddd;
	border: 0;
	border-bottom: 5px solid #000;
	color: #000;
	line-height: normal;
}
.detail-comments .btn-wrap .btn .fa,
.references-list .more .btn .fa {
	margin-left: 20px;
	position: relative;
	top: 3px;
	color: #e10403;
	font-size: 22px;
}
.detail-comments-product {
	margin-bottom: 40px;
}
.page-comments {
	margin-top: 70px;
}
/* ------ */
/* detail product */
/* ------ */
.detail-product {
	margin-bottom: 70px;
}
.detail-product .perex > *:last-child {
	margin-bottom: 0;
}
.detail-gallery-product .item {
	width: 20%;
	margin-bottom: 30px;
	outline: none;
}
.detail-product-info {
	margin-bottom: 40px;
}
/* ------ */
/* footer */
/* ------ */
.footer {
	margin-top: 120px;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0;
	font-size: 14px;
	line-height: 24px;
}
.footer .row {
	margin-top: 0;
	margin-bottom: 0;
}
.footer .logo {
	max-width: 250px;
	margin-bottom: 30px;
}
.footer .about {
	color: #808080;
	font-size: 11px;
	line-height: 17px;
}
.footer .about p:last-of-type {
	margin-bottom: 0;
}
.footer .bottom {
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-moz-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	margin-top: 100px;
	margin-bottom: 70px;
	color: #808080;
	font-size: 12px;
	line-height: 18px;
}
.footer .socials {
	display: flex;
	flex-wrap: wrap;
	color: #000;
	font-size: 40px;
}
.footer .socials a:not(:last-child) {
	margin-right: 20px;
}
.footer .socials .fa {
	-webkit-transition: .3s;
	-o-transition: .3s;
	-moz-transition: .3s;
	transition: .3s;
}
.footer .socials .fa:hover {
	color: #e10403;
}
.footer .socials a.fb .fa:hover {
	color: #3c5a99;
}
.footer .copyright p {
	margin-bottom: 0;
}
.footer .copyright a {
	color: #808080;
	text-decoration: none;
}
.footer .copyright a:hover {
	text-decoration: underline;
}
.footer .copyright span {
	display: inline-block;
}
.footer .copyright span:not(:last-of-type) {
	margin-right: 15px;
}
.footer a {
	color: #000;
	text-decoration: none;
}
.footer a:focus,
.footer a:hover {
	color: #e10403;
	text-decoration: underline;
}
.footer a.fb:focus,
.footer a.fb:hover {
	color: #3c5a99;
}
/* ------ */
/* footer menu */
/* ------ */
.footer-menu {
	width: 100%;
	margin-bottom: 0;
	float: left;
}
.footer-menu > li {
	width: 25%;
	padding: 0 15px;
	float: left;
}
.footer-menu > li:before {
	display: none;
}
.footer-menu > li > a {
	display: block;
	margin-top: 3px;
	margin-bottom: 25px;
	font-size: 14px;
	font-weight: 700;
	line-height: 22px;
	text-transform: uppercase;
}
.footer-menu > li > ul {
	margin-bottom: 0;
	padding: 0;
	line-height: 24px;
}
.footer-menu > li > ul li {
	padding: 0 0 5px 0;
}
.footer-menu > li > ul li:before {
	display: none;
}
/* ------ */
/* pricelist */
/* ------ */
.pricelist-wrap {
	margin-bottom: 60px;
}
.pricelist {
	width: 100%;
	border: 0;
	border-collapse: separate;
	border-spacing: 0;
}
.pricelist .left {
	text-align: left;
}
.pricelist .center {
	text-align: center;
}
.pricelist tr th,
.pricelist tr td {
	padding: 15px 5px;
	position: relative;
	border: 0;
	color: #bababa;
	font-size: 11px;
	font-weight: normal;
	line-height: 16px;
}
.pricelist tr th:before,
.pricelist tr td:before {
	content: '';
	width: -webkit-calc(100% - 5px);
	width: -moz-calc(100% - 5px);
	width: calc(100% - 5px);
	height: 1px;
	position: absolute;
	top: 0;
	left: 5px;
	background-color: #bababa;
}
.pricelist tr td {
	color: #000;
	font-size: 14px;
	line-height: 20px;
	-webkit-transition: .3s;
	-o-transition: .3s;
	-moz-transition: .3s;
	transition: .3s;
}
.pricelist tr:last-of-type td:after {
	content: '';
	width: -webkit-calc(100% - 5px);
	width: -moz-calc(100% - 5px);
	width: calc(100% - 5px);
	height: 1px;
	position: absolute;
	bottom: 0;
	left: 5px;
	background-color: #bababa;
}
.pricelist tr:hover td {
	background-color: #e10403;
	color: #fff;
}
.pricelist .interest,
.pricelist .interest:focus,
.pricelist .interest:focus:active,
.pricelist .interest:hover {
	width: 130px;
	padding: 0 10px;
	background-color: #ddd;
	border-color: #ddd;
	border-bottom: 5px solid #000;
	color: #000;
	font-size: 13px;
	line-height: 35px;
}
.pricelist .interest .fa,
.pricelist .interest:focus .fa,
.pricelist .interest:focus:active .fa,
.pricelist .interest:hover .fa {
	display: inline-block;
	margin-left: 5px;
	color: #e10403;
	font-size: 15px;
}
.pricelist tr[data-url] td:not(:last-child) {
	cursor: pointer;
}
.download-wrap {
	text-align: center;
}
.download-wrap-pricelist {
	margin: 60px 0 30px 0;
}
.btn.download,
.btn.download:focus,
.btn.download:focus:active,
.btn.download:hover {
	margin: 100px auto 30px auto;
	margin: 0 auto 30px auto;
	padding: 12px 40px 15px 40px;
	border: 0;
	border-bottom: 5px solid #000;
	line-height: normal;
}
.btn.download .fa,
.btn.download:focus .fa,
.btn.download:focus:active .fa,
.btn.download:hover .fa {
	display: inline-block;
	margin-left: 20px;
	position: relative;
	top: 3px;
	color: #000;
	font-size: 29px;
}
/* ------ */
/* form */
/* ------ */
.form-control {
	height: auto;
	margin-bottom: 30px;
	padding: 15px;
	border-color: #bababa;
	font-size: 18px;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
	outline: 0;
}
.form-control:focus {
	border-color: #808080;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
}
/* ------ */
/* custom form */
/* ------ */
.custom-form {
	width: 100%;
	margin: 0 0 30px 0;
}
.custom-form .form-hidden {
	display: none;
}
/* ------ */
/* form block */
/* ------ */
.custom-form .form-block {
	width: 100%;
	margin: 0 0 20px 0;
}
.custom-form .form-block.sm {
	width: 50%;
}
.custom-form .form-block.ssm {
	width: 33.333333333%;
}
/* ------ */
/* form group */
/* ------ */
.custom-form .form-group {
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	width: -webkit-calc(100% + 10px);
	width: -moz-calc(100% + 10px);
	width: calc(100% + 10px);
	height: auto;
	margin: 0 -5px;
	padding: 0;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0;
	font-size: 16px;
	line-height: normal;
}
.custom-form .form-group .form-block {
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	padding: 0 5px;
}
.custom-form .form-group.input-sm .form-control,
.custom-form .form-group.input-ssm .form-control {
	-webkit-align-self: flex-end;
	-ms-flex-item-align: end;
	align-self: flex-end;
}
/* ------ */
/* label */
/* ------ */
.custom-form label {
	width: 100%;
	padding: 0 15px;
	font-size: 15px;
	font-weight: normal;
}
.custom-form label .title {
	position: relative;
}
/* ------ */
/* required */
/* ------ */
.custom-form .required {
	position: absolute;
	top: 0;
	right: -12px;
	color: #a60010;
	cursor: help;
	font-size: 120%;
	font-weight: bold;
}
/* ------ */
/* note */
/* ------ */
.custom-form .note {
	width: 100%;
	margin: 5px 0;
	padding: 0 15px;
	position: relative;
	color: #7f8080;
	font-size: 85%;
}
.custom-form .note-main {
	width: 100%;
	margin: 0 0 30px 0;
}
.custom-form .note-main .title {
	position: relative;
}
.custom-form .note-main .required {
	position: static;
}
/* ------ */
/* heading */
/* ------ */
.custom-form .form-heading {
	margin: 20px 0 10px 0;
}
.custom-form .form-heading h2 {
	margin: 0;
}
/* ------ */
/* cherad */
/* ------ */
.custom-form .cherad {
	width: 100%;
	padding: 10px 12px;
	background-color: #fff;
	border: 1px solid #bababa;
}
.custom-form .cherad div {
	display: inline-block;
	margin: 0 10px 0 0;
}
.custom-form .cherad div:last-of-type {
	margin-right: 0;
}
.custom-form .cherad label {
	display: inline-block;
	width: auto;
	margin: 0;
	font-weight: normal;
}
.custom-form .cherad .checkbox,
.custom-form .cherad .radio {
	display: inline-block;
	margin: 0;
	position: relative;
	top: 1px;
	outline: none;
}
.custom-form .cherad-top-down div {
	display: block;
	margin-right: 0;
}
.custom-form .top-down div {
	width: 100%;
}
.custom-form .cherad-input {
	display: inline-block;
	width: 95px;
	height: 25px;
	margin: 0 0 5px 10px;
	padding: 0 5px;
	font-size: 13px;
}
.error-form{
	text-align: center;
	color: #e10403;
	font-weight: 600;
	margin-bottom: 0px;
}
.error-form p{
	margin-bottom: 0px;
}
/* ------ */
/* file input */
/* ------ */
.custom-form input[type='file'] {
	height: auto;
	cursor: pointer;
}
/* ------ */
/* custom form controls */
/* ------ */
.custom-form-controls {
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-moz-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	margin: 20px 0 0 0;
}
/* ------ */
/* captcha */
/* ------ */
.custom-form .g-recaptcha {
	width: 50%;
}
.grecaptcha-badge {
	display: none;
}
/* ------ */
/* submit button */
/* ------ */
.btn-submit,
.btn-submit:active,
.btn-submit:hover,
.btn-submit:focus {
	display: block;
	margin: 0 auto;
	padding: 0 40px;
	background-color: #e10403;
	border: 0;
	border-bottom: 5px solid #000;
	-webkit-border-radius: 16px 0;
	-moz-border-radius: 16px 0;
	border-radius: 16px 0;
	color: #fff;
	cursor: pointer;
	font-size: 18px;
	line-height: 60px;
	outline: none;
	overflow: hidden;
	text-align: center;
	text-decoration: none;
	-webkit-transition: .3s;
	-o-transition: .3s;
	-moz-transition: .3s;
	transition: .3s;
	white-space: nowrap;
}
.btn-submit:active,
.btn-submit:hover {
	background-color: #e10403;
	-webkit-border-radius: 0 16px;
	-moz-border-radius: 0 16px;
	border-radius: 0 16px;
}
.btn-submit .fa {
	margin-left: 10px;
	color: #000;
}
/* ------ */
/* file input */
/* ------ */
.btn-file {
	min-width: 150px;
}
/* ------ */
/* others */
/* ------ */
.custom-form .title {
	color: #808080;
	text-transform: none;
}
.custom-form .file-caption-icon {
	top: 8px;
}
.search-tips {
	margin-top: 60px;
}
.fancybox-is-open .fancybox-bg {
	opacity: 0.96 !important; /* for JavaScript function */
}
/* ------ */
/* content page */
/* ------ */
.content-page h2 {
	font-size: 32px;
	line-height: 40px;
}
.content-page h3 {
	font-size: 24px;
	line-height: 30px;
}
.content-page h4 {
	font-size: 22px;
	line-height: 30px;
}
.content-page h5 {
	font-size: 18px;
	line-height: 26px;
	text-transform: none;
}
.content-page h6 {
	font-size: 16px;
	line-height: 26px;
}
.content-page table.standard,
.content-page table.standard td,
.content-page table.standard th {
	border-color: #ccc;
}
.content-page table.invisible {
	border: 0;
	visibility: visible;
}
.content-page table.invisible td,
.content-page table.invisible th {
	border: 0;
}
/* ------ */
/* articles detail */
/* ------ */
.articles-list {
	display: flex;
	flex-wrap: wrap;
}
.articles-list .articles-detail {
	display: block;
	margin-bottom: 30px;
}
.articles-list .item .inside {
	height: 100%;
	color: #000;
	text-decoration: none;
}
.articles-list .item .shadow {
	display: block;
	height: 100%;
	position: static;
	background-color: #e10403;
	opacity: 1;
}
.articles-detail .date {
	display: block;
	margin-bottom: 5px;
}
.articles-detail .top {
	font-size: 20px;
	line-height: 30px;
}
.articles-detail .top .image {
	flex-shrink: 0;
	display: block;
	margin: 0 30px 15px 0;
	float: left;
	outline: none;
}
.articles-list .articles-detail .top .image {
	margin-bottom: 30px;
}
.articles-detail .top .image img,
.articles-list .articles-detail .top .image img {
	border-radius: 16px 0;
	transition: 0.3s;
}
.articles-detail .top .image img:hover,
.articles-list .articles-detail .inside:hover .image img {
	border-radius: 0 16px;
}
/* ------ */
/* contacts */
/* ------ */
.contacts-list h2 {
	font-size: 16px;
	line-height: 22px;
}
.contacts-list .address h1 {
	margin-bottom: 50px;
}
.contacts-list .address h2 {
	color: #000;
}
.contacts-list .info .small {
	color: #e10403;
	font-size: 12px;
}
.contacts-list .info a {
	color: #000;
}
.contacts-list .address {
	margin-bottom: 60px;
}
.contacts-list .address .info-bottom {
	margin-top: 40px;
}
.contacts-list .person {
	margin-bottom: 60px;
	padding-top: 30px;
	text-align: center;
}
.contacts-list .person .title {
	margin-top: 0;
	text-transform: uppercase;
}
.contacts-list .person .image {
	min-height: 190px;
	margin-top: 30px;
	margin-bottom: 30px;
}
.contacts-list .person .image img {
	border-radius: 100%;
}
.contacts-list .person .label {
	margin-bottom: 0;
	font-size: 16px;
	line-height: 22px;
}
.contacts-info {
	margin-bottom: 60px;
}
.contacts-info .showroom {
	padding: 30px;
	background-color: #e10403;
	border-radius: 16px 0;
	color: #fff;
	text-align: center;
}
.contacts-info .showroom .small {
	font-size: 13px;
	text-transform: uppercase;
}
.contacts-info .showroom p {
	margin-bottom: 0;
	color: #000;
}
.contacts-map .map {
	height: 540px;
}
/* ------ */
/* references detail */
/* ------ */
.references-detail {
	margin-bottom: 0;
}
.detail-description {
	margin-bottom: 30px;
	color: #808080;
	font-size: 20px;
	line-height: 30px;
}
.detail-person {
	margin-top: 0;
	margin-bottom: 0;
}
.detail-person .person {
	max-width: 240px;
	margin: 0 auto;
	text-align: center;
}
.detail-person .person .image {
	margin-bottom: 50px;
	border-radius: 100%;
}
.detail-person .person strong {
	color: #e10403;
}
.detail-person .buttons {
	margin-top: 50px;
}
.detail-person .buttons .btn-call {
	padding: 8px 16px 12px 16px;
	background-color: #ddd;
	color: #000;
	font-size: 16px;
}
.detail-person .buttons .btn-call span,
.detail-person .buttons .btn-call .fa {
	color: #e10403;
}
.detail-person.product {
	margin-bottom: 30px;
	position: relative;
}
.detail-person.product .buttons > *:last-child {
	margin-bottom: 0;
}
@media (min-width: 480px) {
	.header-top-logo {
		-webkit-flex-shrink: 0;
		-ms-flex-negative: 0;
		flex-shrink: 0;
	}
}
@media (min-width: 800px) {
	.references-page .item .inside {
		min-height: 0;
		position: relative;
		top: 0;
	}
	.references-page .item .inside:hover,
	.references-page .item .inside.inside-active {
		top: 15px;
		background-color: #7f8080;
		-webkit-border-radius: 16px 0;
		-moz-border-radius: 16px 0;
		border-radius: 16px 0;
	}
	.references-page .item .controls {
		display: none;
	}
	.references-page .item .close-control {
		position: absolute;
		top: 8px;
		right: 10px;
	}
}
@media (min-width: 1020px) {
	.header-top {
		-webkit-flex-wrap: wrap;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
	}
	.content-main .col-md-7 {
		width: 60%;
	}
	.content-main .col-md-5 {
		width: 40%;
	}
	.footer .container {
		max-width: 600px;
	}
	/* new dropdown menu */
	.main-menu,
	.navbar-collapse.collapse,
	.main-menu .navbar-nav,
	.main-menu ul.level1 > li,
	.main-menu ul.level1 > li > a {
		height: 100% !important;
	}
	.main-menu ul > li.dropdown {
		position: static;
	}
	.main-menu ul > li > a {
		white-space: normal;
	}
	.main-menu ul.level1 > li > a {
		display: flex;
		align-items: center;
	}
	.main-menu ul.level1 > li.dropdown.open > a {
		background-color: #eee;
		color: #808080;
	}
	.main-menu .dropdown-menu {
		margin: 0;
		box-shadow: none;
	}
	.main-menu .dropdown-menu.level2 {
		width: calc(100% - 29px);
		max-width: 100%;
		left: 15px;
		background-color: #eee;
		overflow: hidden;
	}
	.main-menu .dropdown-menu.level2 > li {
		width: calc(20% - 8px);
		float: left;
	}
	.main-menu .dropdown-menu.level2 > li:nth-child(n+6) {
		display: none;
	}
	.main-menu .dropdown-menu.level2 > li:not(:first-child) {
		margin-left: 10px;
	}
	.main-menu .dropdown-menu.level2 > li > a {
		display: flex;
		align-items: center;
		height: 70px;
		padding: 10px 20px;
		position: relative;
		border: 0;
		border-bottom: 2px solid #fff;
		color: #000;
		font-weight: 700;
		line-height: 18px;
		text-align: left;
	}
	.main-menu .dropdown-menu.level2 > li > a:hover,
	.main-menu .dropdown-menu.level3 > li > a:hover {
		background-color: #e10403;
		color: #fff;
	}
	.main-menu .dropdown-menu.level2 > li > a:before,
	.main-menu .dropdown-menu.level3 > li:not(:last-child) > a:before {
		/* content: '';
		display: block;
		width: calc(100% - 10px);
		height: 2px;
		position: absolute;
		bottom: -1px;
		left: 5px;
		border: 0;
		background-color: #fff; */
	}
	.main-menu .dropdown-menu.level3 {
		display: block !important; /* for javascript functions */
		width: 100%;
		position: static;
		background: transparent;
	}
	.main-menu .dropdown-menu.level3 > li > a {
		padding: 10px 20px;
		position: relative;
		border: 0;
		border-bottom: 2px solid #fff;
		color: #000;
		font-weight: 400;
		text-transform: none;
	}
}
@media (min-width: 1260px) {
	.col-lg-20 {
		width: 20%;
		padding-right: 15px;
		padding-left: 15px;
		float: left;
	}
	.footer-menu {
		width: 80%;
		float: left;
	}
}
@media (min-width: 1500px) {
	.container {
		width: 1410px;
	}
	.references-list .item .shadow {
		font-size: 18px;
	}
}
@media (max-width: 1499px) {
	.references-list .item .title {
		font-size: 20px;
		line-height: 22px;
	}
}
@media (max-width: 1259px) {
	.references {
		-webkit-flex-wrap: wrap;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
	}
	.references .item.col-sm-4 {
		width: 33.3%;
	}
	.references .item.col-sm-6 {
		width: 49.9%;
	}
	.references-list .item .shadow {
		padding: 18px;
		font-size: 12px;
	}
	.references-list .item .title {
		font-size: 18px;
		line-height: 20px;
	}
	.footer .about {
		width: 100%;
		margin-bottom: 60px;
		text-align: center;
	}
	.footer .about p {
		text-align: left;
	}
	.contacts-list .info a {
		word-wrap: break-word;
	}
	.contacts-list .address h1 {
		display: none;
	}
	.contacts-list .person {
		padding-top: 0;
	}
}
@media (max-width: 1019px) {
	.cms-editor-html {
		width: 100%;
		margin: 0 0 30px 0;
		clear: both;
	}
	.cms-editor-html iframe {
		width: 100%;
	}
	.navbar-toggle {
		-webkit-flex-shrink: 0;
		-ms-flex-negative: 0;
		flex-shrink: 0;
		margin-left: auto;
	}
	.main-menu {
		-webkit-box-ordinal-group: 1;
		-webkit-order: 0;
		-moz-box-ordinal-group: 1;
		-ms-flex-order: 0;
		order: 0;
		padding: 0;
	}
	.main-menu .navbar-collapse {
		width: -webkit-calc(100% - 30px);
		width: -moz-calc(100% - 30px);
		width: calc(100% - 30px);
		margin: 0;
		padding: 0;
		position: absolute;
		top: 100%;
		right: 15px;
		background-color: #fff;
		border: 0;
	}
	.main-menu .container {
		width: 100%;
	}
	.main-menu .level2 .caret {
		display: block;
	}
	.main-menu .level2 {
		margin-bottom: 0;
	}
	.main-menu .level2 > .dropdown.open > .level3 {
		display: block !important; /* for javascript functions */
	}
	.main-menu .level3 {
		margin-bottom: 0;
	}
	.main-menu ul {
		margin: 0 0 60px 0;
		clear: both;
		border-top: 1px solid #ddd;
	}
	.main-menu ul > li {
		overflow: hidden;
	}
	.main-menu ul > li > a {
		border-bottom: 1px solid #ddd;
		color: #000;
		font-weight: 700;
		white-space: normal;
	}
	.main-menu ul > li > a.dropdown-toggle {
		padding-right: 45px;
	}
	.main-menu .dropdown.open > a,
	.main-menu .dropdown > a:focus,
	.main-menu .dropdown > a:hover {
		border-bottom: 1px solid #ddd;
	}
	.main-menu .dropdown > a > .caret {
		width: 51px;
		height: 51px;
		margin: 0;
		position: absolute;
		top: 0;
		right: 0;
		left: auto;
		border: 0;
	}
	.main-menu .dropdown > a > .caret:before {
		font-family: 'Glyphicons Halflings';
		font-size: 12px;
		content: '\e252';
		display: inline-block;
		width: 51px;
		height: 51px;
		line-height: 51px;
		text-align: center;
		-webkit-transform: rotate(360deg);
		-moz-transform: rotate(360deg);
		-ms-transform: rotate(360deg);
		-o-transform: rotate(360deg);
		transform: rotate(360deg);
		-webkit-transition: .3s;
		-o-transition: .3s;
		-moz-transition: .3s;
		transition: .3s;
	}
	.main-menu .dropdown.open > a > .caret:before {
		content: '\2212';
		-webkit-transform: rotate(0deg);
		-moz-transform: rotate(0deg);
		-ms-transform: rotate(0deg);
		-o-transform: rotate(0deg);
		transform: rotate(0deg);
	}
	.main-menu .dropdown-menu {
		width: 100%;
	}
	.main-menu li.open .dropdown-menu {
		padding: 0;
		background-color: transparent;
	}
	.main-menu li.open .dropdown-menu > li > a,
	.main-menu li.open .dropdown-menu > li:last-of-type > a {
		padding: 15px 15px 15px 30px;
		border-bottom: 1px solid #ddd;
		color: #000;
		font-weight: 300;
	}
	.main-menu li.open .dropdown-menu > li > a:focus,
	.main-menu li.open .dropdown-menu > li:last-of-type > a:focus,
	.main-menu li.open .dropdown-menu > li > a:hover,
	.main-menu li.open .dropdown-menu > li:last-of-type > a:hover {
		background-color: transparent;
		color: #e10403;
	}
	.main-menu li.open .dropdown-menu > .active > a,
	.main-menu li.open .dropdown-menu > .active > a:focus,
	.main-menu li.open .dropdown-menu > .active > a:hover {
		background-color: transparent;
		color: #e10403;
	}
	.main-menu li.open .dropdown-menu.level3 > li > a {
		padding-left: 45px;
	}
	.main-menu li.open .dropdown-menu > li > a.dropdown-toggle {
		padding-right: 51px;
		position: relative;
	}
	.search-mobile {
		display: -webkit-box;
		display: -webkit-flex;
		display: -moz-box;
		display: -ms-flexbox;
		display: flex;
		width: 100%;
		height: 75px;
		margin: 0;
		padding: 20px;
		border-bottom: 1px solid #b92f22;
	}
	.search-mobile input[type='text'] {
		width: -webkit-calc(100% - 38px);
		width: -moz-calc(100% - 38px);
		width: calc(100% - 38px);
		height: 35px;
		-webkit-appearance: none;
		-moz-appearance: none;
		border: 0;
	}
	.search-mobile input[type='text']:focus {
		border-color: #fff;
	}
	.search-mobile .btn-default {
		width: 40px;
		height: 35px;
		padding: 0;
		background-color: #fff;
		border: 0;
		border-left: 1px solid #e10403;
		color: #e10403;
		font-size: 18px;
		line-height: 38px;
	}
	.slider .inside {
		-webkit-flex-wrap: wrap;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		-webkit-box-pack: center;
		-webkit-justify-content: center;
		-moz-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center;
		text-align: center;
	}
	.slider .title {
		width: 100%;
		padding-top: 0;
	}
	.slider .more,
	.slider .more:focus,
	.slider .more:focus:active,
	.slider .more:hover {
		margin-left: 0;
	}
	.detail-gallery .item {
		width: 33.333333333%;
	}
	.contacts-list .address {
		width: 100%;
	}
	.contacts-list .person {
		width: 50%;
	}
	.detail-person {
		margin-top: 60px;
	}
	.pricelist-title,
	.pricelist-wrap {
		display: none;
	}
}
@media (max-width: 799px) {
	h1 {
		font-size: 32px;
		line-height: 42px;
	}
	.block-two-cols {
		-webkit-column-count: 1;
		-moz-column-count: 1;
		column-count: 1;
	}
	.header-top-lang {
		display: none;
	}
	.header-top-search {
		margin-right: 0;
	}
	.lang-mobile {
		display: block;
	}
	.lang-mobile li.active {
		display: none;
	}
	.lang-mobile a {
		color: #808080 !important;
	}
	.lang-mobile a:focus,
	.lang-mobile a:hover {
		color: #e10403 !important;
	}
	.slider .inside {
		padding: 20px 30px 0 30px;
	}
	.references .item.col-sm-4 {
		width: 49.9%;
	}
	.references .item .inside {
		min-height: 140px;
	}
	.references-page .item {
		display: none;
		width: 100% !important;
		margin-bottom: 0;
	}
	.references-page .item.active,
	.references-page .item.opened {
		display: block;
	}
	.references-page .item .inside {
		-webkit-box-pack: start;
		-webkit-justify-content: flex-start;
		-moz-box-pack: start;
		-ms-flex-pack: start;
		justify-content: flex-start;
		min-height: 0;
		padding: 15px;
		-webkit-border-top-left-radius: 0;
		-moz-border-radius-topleft: 0;
		border-top-left-radius: 0;
		-webkit-border-bottom-right-radius: 0;
		-moz-border-radius-bottomright: 0;
		border-bottom-right-radius: 0;
		font-size: 16px;
		line-height: 24px;
		text-align: left;
	}
	.references-page .item .inside:hover {
		-webkit-border-radius: 0;
		-moz-border-radius: 0;
		border-radius: 0;
	}
	.references-page .item:first-of-type .inside {
		-webkit-border-top-left-radius: 16px;
		-moz-border-radius-topleft: 16px;
		border-top-left-radius: 16px;
	}
	.references-page .item.active:not(.opened) .inside,
	.references-page .item:last-of-type .inside {
		-webkit-border-bottom-right-radius: 16px;
		-moz-border-radius-bottomright: 16px;
		border-bottom-right-radius: 16px;
	}
	.references-page .item .controls {
		display: none;
	}
	.references-page .item.active .controls {
		display: -webkit-box;
		display: -webkit-flex;
		display: -moz-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-align: end;
		-webkit-align-items: flex-end;
		-moz-box-align: end;
		-ms-flex-align: end;
		align-items: flex-end;
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-webkit-flex-direction: column;
		-moz-box-orient: vertical;
		-moz-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
		width: 60px;
		margin: -15px -15px -15px auto;
		padding: 15px;
	}
	.references-page .item.active .controls .fa {
		position: relative;
		-webkit-transform: rotate(0);
		-moz-transform: rotate(0);
		-ms-transform: rotate(0);
		-o-transform: rotate(0);
		transform: rotate(0);
		-webkit-transition: -webkit-transform .3s;
		transition: -webkit-transform .3s;
		-o-transition: -o-transform .3s;
		-moz-transition: transform .3s, -moz-transform .3s;
		transition: transform .3s;
		transition: transform .3s, -webkit-transform .3s, -moz-transform .3s, -o-transform .3s;
	}
	.references-page .item.active .controls .fa-sort-up {
		position: relative;
		top: 8px;
	}
	.references-page .item.active .controls .fa-sort-desc {
		position: relative;
		top: -8px;
	}
	.references-page .item.active.opened .controls .fa {
		-webkit-transform: rotate(180deg);
		-moz-transform: rotate(180deg);
		-ms-transform: rotate(180deg);
		-o-transform: rotate(180deg);
		transform: rotate(180deg);
	}
	.references-page .item .close-control {
		display: none;
	}
	.references-list {
		display: -webkit-box;
		display: -webkit-flex;
		display: -moz-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-flex-wrap: wrap;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
	}
	.references-list .item .shadow {
		padding: 15px 0 0 0;
		position: static;
		background-color: transparent;
		opacity: 1;
	}
	.references-list .item:hover .shadow {
		background-color: transparent;
	}
	.references-list .item .title {
		margin-bottom: 0;
		font-size: 16px;
		font-weight: 300;
		line-height: 24px;
	}
	.references-list .item .title:after {
		content: '\f105';
		padding: 0 8px;
		position: relative;
		top: -1px;
		color: #e53827;
		font-family: 'FontAwesome';
		font-size: 14px;
	}
	.references-list .item .text {
		display: none;
	}
	.detail-gallery-list {
		display: none;
	}
	.detail-gallery-slider {
		display: block;
		width: 100%;
		height: 189px;
		visibility: hidden;
	}
	.detail-gallery-slider.visible {
		visibility: visible;
	}
	.detail-gallery-slider.row {
		width: calc(100% + 30px);
		margin: 0 -15px;
	}
	.detail-gallery-slider .swiper-slide {
		width: 252px;
		min-width: 252px;
	}
	.detail-comments .text {
		padding: 0 60px;
	}
	.footer .bottom {
		margin-top: 35px;
		margin-bottom: 45px;
	}
	.footer .socials {
		width: 100%;
		text-align: center;
	}
	.footer .copyright {
		display: none;
	}
	.footer-menu > li {
		width: 100%;
		clear: both;
	}
	.footer-menu > li > a {
		margin-top: 0;
		margin-bottom: 0;
		padding: 15px;
		position: relative;
		border-bottom: 1px solid #ddd;
		cursor: pointer;
	}
	.footer-menu > li > a:focus,
	.footer-menu > li > a:hover {
		color: #e10403;
	}
	.footer-menu > li > a:after {
		font-family: 'Glyphicons Halflings';
		font-size: 12px;
		content: '\e252';
		display: block;
		position: absolute;
		top: 17px;
		right: 15px;
		text-align: center;
		-webkit-transform: rotate(360deg);
		-moz-transform: rotate(360deg);
		-ms-transform: rotate(360deg);
		-o-transform: rotate(360deg);
		transform: rotate(360deg);
		-webkit-transition: .3s;
		-o-transition: .3s;
		-moz-transition: .3s;
		transition: .3s;
	}
	.footer-menu > li.empty > a:after {
		display: none;
	}
	.footer-menu > li > a.toggled:after {
		content: '\2212';
		-webkit-transform: rotate(0deg);
		-moz-transform: rotate(0deg);
		-ms-transform: rotate(0deg);
		-o-transform: rotate(0deg);
		transform: rotate(0deg);
	}
	.footer-menu > li > ul {
		display: none;
		padding: 15px 15px 0 15px;
	}
	.custom-form .form-block.sm {
		width: 100%;
	}
	.custom-form .form-block.ssm {
		width: 100%;
	}
	.custom-form .form-group.input-sm .form-block,
	.custom-form .form-group.input-ssm .form-block {
		margin-bottom: 20px;
	}
	.custom-form .note-main {
		text-align: center;
	}
	.custom-form .captcha {
		width: 100%;
	}
	.custom-form .g-recaptcha {
		width: 304px;
		margin: 0 auto;
	}
	.btn-file {
		min-width: 50px;
	}
	.references .item .inside.inside-active,
	.references .item .inside:focus,
	.references .item .inside:hover {
		color: #000;
	}
}
@media (max-width: 656px) {
	.detail-modal .modal-body .image {
		display: none;
	}
}
@media (max-width: 575px) {
	.contacts-list .person {
		width: 100%;
	}
}
@media (max-width: 479px) {
	.references .item.col-sm-4,
	.references .item.col-sm-6 {
		width: 100%;
	}
	.references-list .item {
		width: 100%;
	}
	.detail .info li > div {
		width: 100%;
	}
	.detail-gallery .item {
		width: 100%;
	}
	.detail-comments .text {
		padding: 0;
	}
	.detail-comments .text:before,
	.detail-comments .text:after {
		display: none;
	}
	.custom-form #rc-imageselect,
	.custom-form .g-recaptcha {
		-webkit-transform: scale(.9);
		-moz-transform: scale(.9);
		-ms-transform: scale(.9);
		-o-transform: scale(.9);
		transform: scale(.9);
		-webkit-transform-origin: 0;
		-moz-transform-origin: 0;
		-ms-transform-origin: 0;
		-o-transform-origin: 0;
		transform-origin: 0;
	}
	.articles-detail .top .image {
		width: 100%;
		margin-right: 0;
	}
	.detail-gallery-slider .swiper-slide {
		width: 200px;
		min-width: 200px;
	}
}
@media (max-width: 399px) {
	.cms-editor-link-image img,
	.cms-editor-link-image:focus img {
		width: 100%;
		height: auto;
		margin: 0 0 30px 0;
		clear: both;
	}
}
