/*
	orange - #ff6633;
	black - #1a1a18;
	white - #fff;
	light gray - #f3f3f3;
*/
@import url('https://fonts.googleapis.com/css?family=Rubik:300,400,500&display=swap');
.push1 {
	height: 1px;
}
.push2 {
	height: 2px;
}
.push3 {
	height: 3px;
}
.push4 {
	height: 4px;
}
.push5 {
	height: 5px;
}
.push6 {
	height: 6px;
}
.push7 {
	height: 7px;
}
.push8 {
	height: 8px;
}
.push9 {
	height: 9px;
}
.push10 {
	height: 10px;
}
.push15 {
	height: 15px;
}
.push20 {
	height: 20px;
}
.push25 {
	height: 25px;
}
.push30 {
	height: 30px;
}
.push35 {
	height: 35px;
}
.push40 {
	height: 40px;
}
.push45 {
	height: 45px;
}
.push50 {
	height: 50px;
}
.push55 {
	height: 55px;
}
.push60 {
	height: 60px;
}
.push70 {
	height: 70px;
}
.push80 {
	height: 80px;
}
.push90 {
	height: 90px;
}
.push100 {
	height: 100px;
}
.f8 {
	font-size: 8px;
}
.f9 {
	font-size: 9px;
}
.f10 {
	font-size: 10px;
}
.f11 {
	font-size: 11px;
}
.f12 {
	font-size: 12px;
}
.f13 {
	font-size: 13px;
}
.f14 {
	font-size: 14px;
}
.f15 {
	font-size: 15px;
}
.f16 {
	font-size: 16px;
}
.f18 {
	font-size: 18px;
}
.f20 {
	font-size: 20px;
}
.f22 {
	font-size: 22px;
}
.f24 {
	font-size: 24px;
}
.f26 {
	font-size: 26px;
}
.f28 {
	font-size: 28px;
}
.f30 {
	font-size: 30px;
}
.f34 {
	font-size: 34px;
}
.f36 {
	font-size: 36px;
}
html, body {
	height: 100% !important;
	margin: 0;
	padding: 0;
}
body {
	font-size: 16px;
	line-height: 1.5;
	color: #1a1a18;
	overflow-x: hidden;
	font-family: 'Rubik', sans-serif;
	
}
.main-wrapper {
	min-height: 100%;
	margin-bottom: -74px;
}
.footer-push {
	height: 74px;
}
.footer-wrapper {
	min-height: 74px;
}
h1,
.title-h1 {
	margin-bottom: 60px;
	font: 40px/50px 'Rubik', sans-serif;
	position: relative;
}
h2,
.title-h2 {
	font: 25px/30px 'Rubik', sans-serif;
	position: relative;
}
h3,
.title-h3 {
	font: 20px/30px 'Rubik', sans-serif;
	position: relative;
}
h4,
.title-h4 {
	font: 400 18px/30px 'Rubik', sans-serif;
	position: relative;
}
h5,
.title-h5 {
	font: 400 18px/30px 'Rubik', sans-serif;
	position: relative;
}
blockquote {
	position: relative;
	margin: 30px 0;
	padding: 35px 40px;
	/*border-left: 1px solid #ff6633;*/
	text-align: left;
	color: #1a1a18;
	background-color: #fff;
	box-shadow: 0px 4px 9px 0px rgba(26, 26, 24, 0.05);
}
blockquote p {
	margin-bottom: 0;
}
p {
	color: #1a1a18;
	font-size: 18px;
	line-height: 30px;
	margin-bottom: 25px;
}
a {
	color: #ff6633;
	text-decoration: underline;
}
a:hover {
	text-decoration: none;
}
a:focus {
	outline: none;
	text-decoration: none;
}
a.decoration-none {
	text-decoration: none;
}
strong,
b, 
.bold {
	font-weight: 500;
}
input:focus::-moz-placeholder {
	opacity: 0;
}
input:focus:-ms-input-placeholder {
	opacity: 0;
}
input:focus::-webkit-input-placeholder {
	opacity: 0;
}
textarea:focus::-moz-placeholder {
	opacity: 0;
}
textarea:focus:-ms-input-placeholder {
	opacity: 0;
}
textarea:focus::-webkit-input-placeholder {
	opacity: 0;
}
.red {
	color: red;
}
.hide {
  display: none;
}
.show {
  display: block;
}
.text-left {
	text-align: left;
}
.text-center {
	text-align: center;
}
.text-right {
	text-align: right;
}
a.absolute {
	display: block;
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 10;
}
:invalid {
  box-shadow: none;
}
:-moz-submit-invalid {
  box-shadow: none;
}
:-moz-ui-invalid {
  box-shadow:none;
}
.relative {
	position: relative;
}
.absolute {
	position: absolute;
}
em, i {
	font-style: italic;
}
.cleaner,
.clear {
	clear: both;
	height: 0;
	line-height: 0;
}
.left {
	float: left;
}
.right {
	float: right;
}
.upper {
	text-transform: uppercase;
}
.error {
	color: #FF0000;
}
img {
	max-width: 100%;
}
img.left {
	float: left;
	margin-right: 15px;
	margin-bottom: 5px;    
}
img.right {
	float: right;
	margin-left: 15px;
	margin-bottom: 5px;    
}
.strike {
	text-decoration: line-through;
}
ul.list,
ol.list,
.product-text ul,
.content ul,
.product-text ol,
.content ol {
	margin-bottom:30px;
}
ul.list > li,
ol.list > li,
.product-text ul > li,
.product-text ol > li,
.content ul > li,
.content ol > li {
	margin-bottom: 15px;
	position: relative;
}
ul.list > li,
.product-text ul > li,
.content ul > li {
	padding-left: 20px;
	line-height: 35px;
}
ul.list > li:before,
.product-text ul > li:before,
.content ul > li:before {
	position: absolute;
	top: 14px;
	left: 0;
	display: block;
	width: 9px;
	height: 9px;
	background-color: #ff6633;
	border-radius: 50%;
	content: '';
}
ul.list ul,
ol.list ul,
ol.list ol,
ul.list ol,
.product-text ul ul,
.content ul ul,
.product-text ol ul,
.content ol ul,
.product-text ol ol,
.content ol ol,
.product-text ul ol,
.content ul ol {
	padding-top: 10px;
	padding-left: 10px;
}
ul.list ul li,
ol.list ul li,
.product-text ul ul li,
.product-text ol ul li,
.content ol ul li,
.content ul ul li {
	padding-left: 15px;
	position: relative;
	margin-bottom: 10px;
}
ul.list ul li:after,
ol.list ul li:after,
.product-text ul ul li:after,
.content ul ul li:after,
.product-text ol ul li:after,
.content ol ul li:after {
	content: "";
	display: block;
	position: absolute;
	width: 4px;
	height: 4px;
	top: 9px;
	left: 0;
	border: 1px solid #999999;
	border-radius: 50%;
}
ul.list ol li,
ol.list ol li,
.product-text ul ol li,
.content ul ol li,
.product-text ol ol li,
.content ol ol li {
	list-style: decimal; 
	padding-left: 3px;
	margin-left: 12px;
	margin-bottom: 10px;
}
ol.list,
.product-text ol,
.content ol { 
	counter-reset: item; 
}
ol.list li,
.product-text ol,
.content ol {
	display: block; 
}
ol.list li:before,
.product-text ol:before,
.content ol:before { 
	content: counters(item, ".") ". "; 
	counter-increment: item;
	padding: 0 5px 0 10px;
	color: #999999;
}
ul.list ul ol li:after,
ol.list ul ol li:after,
.product-text ul ul ol li:after,
.content ul ul ol li:after,
.product-text ol ul ol li:after,
.content ol ul ol li:after {
	display: none;
}

/* fancybox */
.fancybox-inner {
	overflow: visible !important;
}
.fancybox-wrap {
	padding: 35px 0 0;
}
.fancybox-skin {
	/*margin-bottom: 35px;*/
}
.fancybox-overlay {
	background-color: rgba(255, 102, 51, .7);
}
.fancybox-close {
	background: transparent !important;
	top: 0 !important;
	right: 0 !important;
	width: 51px !important;
	height: 51px !important;
	cursor: pointer;
	z-index: 8040;
	transition: all .2s;
}
/*@media only screen and (min-width: 992px) {
	.fancybox-close {
		background: transparent !important;
		top: -35px !important;
		width: 40px !important;
		right: -35px !important;
	}
}*/
.fancybox-close::before,
.fancybox-close::after {
	position: absolute;
	left: 17px;
	display: block;
	width: 18px;
	height: 2px;
	content: '';
	background: rgba(26, 26, 24, .6);
	transition: all .2s;
}
.fancybox-close::before {
	top: 24px;
	transform: rotate(45deg);
}
.fancybox-close::after {
	bottom: 25px;
	transform: rotate(-45deg);
}
.fancybox-close:hover::before,
.fancybox-close:hover::after {
	background: rgba(26, 26, 24, 1);
}


.fancybox-skin {
	/*background: #fff;
	box-shadow: 0px 0px 14px 3px rgba(0,0,0,0.3)  !important;
	border-radius: 0;*/
}
.fancybox-nav span {
	visibility: visible;
	-webkit-transition: all 200ms ease-out;
	-moz-transition: all 200ms ease-out;
	-o-transition: all 200ms ease-out;
	transition: all 200ms ease-out;
}
.fancybox-next span {
	width: 30px;
	height: 30px;
	margin-top: -15px;
	-moz-transform: rotate(180deg);
	-webkit-transform: rotate(180deg);
	-o-transform: rotate(180deg);
	-ms-transform: rotate(180deg);
	transform: rotate(180deg);
	right: -50px;
}
.fancybox-prev span {
	width: 30px;
	height: 30px;
	margin-top: -15px;
	left: -50px;
}
.fancybox-prev span:after,
.fancybox-next span:after {
	content: "";
	display: block;
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	border-top: 2px solid #fff;
	border-left: 2px solid #fff;
	-moz-transform: rotate(-45deg);
	-webkit-transform: rotate(-45deg);
	-o-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	transform: rotate(-45deg);
	-webkit-transition: all 200ms ease-out;
	-moz-transition: all 200ms ease-out;
	-o-transition: all 200ms ease-out;
	transition: all 200ms ease-out;
}
.fancybox-prev:hover span:after,
.fancybox-next:hover span:after {
	border-color: #f39149;
}
.fancybox-title-float-wrap {
	left: 0;
	margin-bottom: -28px;
	width: 100%;
	text-align: left;
	overflow: hidden;
}
.fancybox-title-float-wrap .child {
	background: rgb(19, 19, 19);
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0;
	text-shadow: none;
	color: #fff;
	display: block;
	font-size: 14px;
	padding: 12px 20px;
	font-weight: normal;
}
.fancybox-title-float-wrap .child {
	white-space: normal;
	width: 100%;
}
/* end fancybox */



/***********************slick carousel*******************************/
.slick-slider {
	position: relative;
	display: block;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	-webkit-touch-callout: none;
	-khtml-user-select: none;
	-ms-touch-action: pan-y;
	touch-action: pan-y;
	-webkit-tap-highlight-color: transparent;
}
.slick-list {
	position: relative;
	display: block;
	overflow: hidden;
	margin: 0;
	padding: 0;
}
.slick-list:focus {
	outline: none;
}
.slick-list.dragging {
	cursor: pointer;
	cursor: hand;
}
.slick-slider .slick-track,
.slick-slider .slick-list {
	-webkit-transform: translate3d(0, 0, 0);
	-moz-transform: translate3d(0, 0, 0);
	-ms-transform: translate3d(0, 0, 0);
	-o-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
}
.slick-track {
	position: relative;
	top: 0;
	left: 0;
	transition: all 0s;
	display: block;
}
.slick-track:before,
.slick-track:after {
	display: table;
	content: '';
}
.slick-track:after {
	clear: both;
}
.slick-loading .slick-track {
	visibility: hidden;
}
.slick-slide {
	display: none;
	float: left;
	height: 100%;
	min-height: 1px;
}
[dir='rtl'] .slick-slide {
	float: right;
}
.slick-slide.slick-loading img {
	display: none;
}
.slick-slide.dragging img {
	pointer-events: none;
}
.slick-initialized .slick-slide {
	display: block;
}
.slick-loading .slick-slide {
	visibility: hidden;
}
.slick-vertical .slick-slide {
	display: block;
	height: auto;
	border: 1px solid transparent;
}
.slider-wrapper .item img {
	min-height: 300px;
}
.slick-dots {
	width: 100%;
	padding: 0;
	list-style: none;
	text-align: center;
	display: block;
	margin-bottom: 30px;
}
.slick-dots li button {
	position: absolute;
	top: -5px;
	left: -5px;
	border: none;
	display: block;
	opacity: 0;
}
.slick-dots li {
	cursor: pointer;
	background: transparent;
	display: inline-block;
	width: 12px;
	height: 12px;
	margin: 0 8px;
	cursor: pointer;
	position: relative;
	border: 2px solid #f39149;
	transform: rotate(45deg);
}
.slick-dots li.slick-active {
	border-color: #f39149;
	background: #f39149;
}

/****************end slick carousel****************/
.modal {
	display: none;
	width: 500px;
	max-width: 100%;
	padding: 55px 65px 75px;
	background: #fff;
	border-radius: 5px;
	box-shadow: 0px 4px 46px 0px rgba(26, 26, 24, 0.27);
}
.modal.modal-success {
	padding: 40px 50px 50px;
}
.modal .title {
	margin-bottom: 40px;
	color: #1a1a18;
}
.modal .title.form-title {
	text-align: center;
}
.modal .modal-title-success {
	margin-bottom: 20px;
}
.modal p {
	margin-bottom: 0;
}

.modal .form-group {
	margin-bottom: 30px;
}
.modal .form-group .form-label {
	color: rgba(26, 26, 24, .6);
	font-size: 16px;
	font-weight: 300;
	line-height: 30px;
	letter-spacing: 0.05em;
}
.modal .form-group .form-control {
	height: 60px;
	color: #1a1a18;
	font-size: 16px;
	font-weight: 300;
	line-height: 58px;
	letter-spacing: 0.05em;
	border: 1px solid rgba(26, 26, 24, .1);
}
.modal .form-group .form-control:focus {
	border-color: #ff6633;
}
.modal .button {
	display: block;
	width: 240px;
	height: 60px;
	margin-right: auto;
	margin-left: auto;
	padding: 0 0 0 0;
	color: #fff;
	font-size: 16px;
	font-weight: 500;
	text-align: center;
	text-transform: uppercase;
	line-height: 58px;
	letter-spacing: 0.02em;
}
.modal .button:hover {
	background-color: rgba(26, 26, 24, .9);
}

.label {
	display: block;
	margin-bottom: 4px;
}
.dashed {
	text-decoration: none;
	border-bottom: 1px dashed;
}
.dashed:hover {
	border-bottom-color: transparent;
}
.static {
	position: static;
}
.hidden {
	display: none;
	visibility: hidden;
	opacity: 0;
}
.visible {
	opacity:1;
}
.button,
.btn {
	font-family: 'Rubik', sans-serif;
	display: inline-block;
	text-decoration: none !important;
	color: #fff;
	background: #1f1f1f;
	font-size: 18px;
	padding: 12px 35px;
	margin-bottom: 10px;
	position: relative;
	border: 1px solid #4d4d4d;
	text-align: center;
	cursor: pointer;
	-webkit-transition: all 200ms ease-out;
	-moz-transition: all 200ms ease-out;
	-o-transition: all 200ms ease-out;
	transition: all 200ms ease-out;
	letter-spacing: 1px;
	font-weight: bold;
}
.button:hover,
.btn:hover {
	background: #141414;
	color: #fff;
	border-color: #141414;
}
.button.block,
.btn.block {
	display: block;
	width: 100%;
	padding-left: 15px;
	padding-right: 15px;
}
.button.invert,
.btn.invert {
	background: #141414;
	border-color: #141414;
	color: #fff;
}
.button.invert:hover,
.btn.invert:hover {
	color: #000;
	background: #f39149;
	border-color: #f39149;
}
.button.mid,
.btn.mid {
	font-size: 13px;
	padding-top: 11px;
	padding-bottom: 11px;
}
.dotted {
	text-decoration: none !important;
	border-bottom: 1px dotted;
}
.dotted:hover {
	border: none;
}
.button.mini,
.button.min {
	font-size: 12px;
	padding: 7px 15px 9px;
}
.button .material-icons {
	vertical-align: middle;
	margin-top: -3px;
}
/*****************************************************************************/
.header {
	font-family: 'Rubik', sans-serif;
}
.header-top {
	/*padding: 18px 0;*/
	background-color: #ff6633;
}
.header-top .container {
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	justify-content: space-between;
	-ms-align-items: center;
	align-items: center;
	height: 60px;
}
.header-top .container::before,
.header-top .container::after {
	display: none;
}
.header-top a,
.header-top span {
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	-ms-align-items: center;
	align-items: center;
	color: #fff;
	font-size: 16px;
	letter-spacing: 0.02em;
	text-decoration: none;
	transition: all .2s;
}
.header-top a:hover {
	color: rgba(255, 255, 255, .5)
}
.header-top a svg,
.header-top span svg {
	margin-right: 15px;
}
.header-top a svg use,
.header-top span svg use {
	width: 100%;
	height: 100%;
	fill: #fff;
}
.header-bottom {
	background-color: #fff;
	border-bottom: 1px solid rgba(26, 26, 24, .1);
}
.header-bottom .container {
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	justify-content: space-between;
	-ms-align-items: center;
	align-items: center;
	height: 120px;
}
.header-bottom .container::before,
.header-bottom .container::after {
	display: none;
}
@media(max-width:767px) {
	.header-bottom {
		text-align: center;
	}
}
.header-logo img {
	width: 290px;
	height: 78px;
}
.header-whatsapp {
	margin-right: 130px;
}
.header-whatsapp a {
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	-ms-align-items: center;
	align-items: center;
	color: #1a1a18;
	font-size: 20px;
	font-weight: 300;
	line-height: 30px;
	letter-spacing: 0.02em;
	text-decoration: none;
	transition: all .2s;
}
.header-whatsapp a:hover {
	color: #25d366;
}
.header-whatsapp a svg {
	width: 28px;
	height: 28px;
	margin-right: 19px;
}
.header-whatsapp a svg use {
	transition: all .2s;
}
.header-whatsapp a:hover svg use {
	fill: #25d366;
}
.header-tel {
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	-webkit-flex-direction: column;
	-moz-flex-direction: column;
	-ms-flex-direction: column;
	-o-flex-direction: column;
	flex-direction: column;
}
.header-tel a {
	color: #1a1a18;
	font-size: 20px;
	line-height: 30px;
	letter-spacing: 0.02em;
	text-decoration: none !important;
	transition: all .2s;
}
.header-tel a:hover {
	color: rgba(26, 26, 24, .8);
}

.top-slider {
	overflow: hidden;
	background: #fff;
}
.top-slider .item {
	position: relative;
	overflow: hidden;
}
.top-slider .element-wrapper {
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	justify-content: space-between;
}
.top-slider .element-content {
	flex-grow: 1;
	padding-top: 100px;
	color: #1a1a18;
}
.top-slider .title {
	margin-top: 0;
	margin-bottom: 30px;
	font-size: 50px;
	line-height: 60px;
	letter-spacing: 0.02em;
}
.top-slider .subtitle {
	font-size: 20px;
	font-weight: 300;
	letter-spacing: 0.02em;
}
.top-slider .element-image {
	position: relative;
	width: 610px;
	height: 691px;
	flex-shrink: 0;
}
.top-slider .element-image img {
	position: absolute;
	top: 0;
	left: 0;
	width: auto;
	max-width: none;
	height: 691px;
}
.top-slider .slick-dots {
	position: absolute;
	bottom: 200px;
	left: calc((100vw - 1240px) / 2);
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	width: 1240px;
	height: 23px;
	margin-bottom: 0;
}
.top-slider .slick-dots li {
	width: 23px;
	height: 23px;
	border: none;
	background-color: transparent;
	transform: none;
}
.top-slider .slick-dots li:not(:last-child) {
	margin-right: 22px;
}
.top-slider .slick-dots li button {
	position: relative;
	top: 0;
	left: 0;
	display: block;
	width: 23px;
	height: 23px;
	padding: 0;
	color: transparent;
	font-size: 0;
	background-color: transparent;
	opacity: 1;
	appearance: none;
	transition: all .2s;
}
.top-slider .slick-dots li button::before,
.top-slider .slick-dots li button::after {
	position: absolute;
	content: '';
	border-radius: 50%;
	transition: all .2s;
}
.top-slider .slick-dots li button::before {
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	background-color: transparent;
}
.top-slider .slick-dots li button::after {
	top: 7px;
	right: 7px;
	bottom: 7px;
	left: 7px;
	background-color: rgba(26, 26, 24, .2);
}
.top-slider .slick-dots li button:hover::before,
.top-slider .slick-dots li.slick-active button::before {
	background-color: rgba(255, 102, 51, .5);
}
.top-slider .slick-dots li button:hover::after,
.top-slider .slick-dots li.slick-active button::after {
	background-color: #ff6633;
}

.customcheck {
	position: relative;
	margin-bottom: 20px;
}
.customcheck input[type=checkbox] {
	position: fixed;  
	top: -100000px;
}
.customcheck input[type=checkbox] + label {
	position: relative;
	padding-left: 20px;
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;   
	cursor: pointer;
	display: inline-block;
	font-size: 14px;
	color: #7A7A7A;
}
.customcheck input[type=checkbox] + label:before {
	background: url(../images/customcheck.png) 0 0 no-repeat;
	content: "";
	display: block;
	position: absolute;
	width: 14px;
	height: 14px;
	top: 3px;
	left: 0px;
}
.customcheck input[type=checkbox]:checked + label:before {
	background-position: 0 -14px;
}
input[type=checkbox].error + label {
	color: #FF0000;
}
hr {
	border-top: 1px solid #484848;
}
.cleaner-hr {
	height: 0;
	opacity: 0;
	margin: 0;
	padding: 0;
	border: none !important;
}
.modal .title + p {
	font-size: 14px;
	margin: -10px 0 30px;
}
.footer-wrapper {
	position: relative;
	z-index: 301;
	font-size: 13px;
	background-color: #1a1a18;
}
.footer-top {
	padding-bottom: 40px;
}
.footer-bottom {
	position: relative;
}
.footer-bottom-wrapper {
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	justify-content: space-between;
	-ms-align-items: center;
	align-items: center;
	height: 74px;
}
.footer-bottom-wrapper a,
.footer-bottom-wrapper span {
	color: rgba(255, 255, 255, .6);
	font-size: 16px;
	font-weight: 300;
	line-height: 30px;
	letter-spacing: 0.05em;
}
.footer-bottom-wrapper a {
	text-decoration: none;
	transition: all .2s;
}
.footer-bottom-wrapper a:hover {
	color: rgba(255, 255, 255, 1);
	text-decoration: none;
}
.top-bar {
	width: 100%;
	height: 56px;
	z-index: 300;
	background-color: #fff;
	border-bottom: 1px solid rgba(26, 26, 24, .1);
	font-family: 'Rubik', sans-serif;
}
.top-bar .container {
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	justify-content: space-between;
}
.top-bar .container::before,
.top-bar .container::after {
	display: none;
}
.top-bar .header-button {
	width: 240px;
	height: 56px;
	color: #fff;
	font-size: 16px;
	font-weight: 500;
	line-height: 56px;
	letter-spacing: 0.02em;
	text-transform: uppercase;
	text-align: center;
	text-decoration: none;
	background: #1a1a18;
	transition: all .2s;
}
.top-bar .header-button:hover {
	background: rgba(26, 26, 24, .9);
}

@media only screen and (max-width: 991px) {
	.top-bar {
		position: fixed;
		top: 0;
		left: 0;
	} 
	.top-bar-push {
		height: 52px;
	}
	.header-top {
		display: none;
	}
}
@media only screen and (min-width: 992px) {
	.mob-menu-btn {
		display: none;
	}
}


.top-menu {
	display: none;
}
.mobile-menu {
	position: absolute;
	top: 52px;
	left: 0;
	width: 100%;
	height: calc(100vh - 52px);
	z-index: 300;
	display: none;
	overflow: auto;
}
.mobile-menu > ul {
	padding-top: 10px;
	padding-bottom: 10px;
	background-color: #fff;
	box-shadow: 0px 4px 9px 0px rgba(26, 26, 24, 0.18);
}
.mobile-menu > ul > li {
	position: relative;
	z-index: 300;
}
.mobile-menu > ul > li > a {
	position: relative;
	display: block;
	padding: 10px 60px 10px 22px;
	color: rgba(26, 26, 24, .6);
	font-size: 16px;
	font-weight: 300;
	line-height: 28px;
	letter-spacing: 0.05em;
	text-decoration: none;
	text-transform: uppercase;
	transition: all .2s;
}
.mobile-menu ul li a:before {
	content: '';
	display: block;
	position: absolute;
	width: 3px;
	height: 100%;
	top: 0;
	left: 0;
	background: #ff6633;
	opacity: 0;
}
.mobile-menu ul li.active > a:before {
	opacity: 1;
}
.mobile-menu > ul ul {
	/*padding: 18px 15px 13px 15px;*/
	padding-left: 10px;
	display: none;
	position: relative;
}
.mobile-menu > ul > li > ul:before {
	content:"";
	display: block;
	position: absolute;
	width: 100%;
	height: 1px;
	top: 0;
	left: 0;
	background: #fff;
	opacity: 0.1;
}
.mobile-menu > ul > li > ul > li {
	position: relative;
}
.mobile-menu > ul > li > ul a {
	position: relative;
	display: block;
	padding: 5px 60px 5px 27px;
	color: rgba(26, 26, 24, .6);
	font-size: 16px;
	font-weight: 300;
	line-height: 28px;
	letter-spacing: 0.05em;
	text-decoration: none;
	text-transform: none;
	transition: all .2s;
}
/*.mobile-menu > ul > li > ul > li.active a span {
	text-decoration: underline;
}*/
/*.mobile-menu > ul > li > ul a:before {
	content: "";
	display: block;
	position: absolute;
	width: 4px;
	height: 4px;
	top: 11px;
	left: 0;
	background: #fff;
	border-radius: 1px;
}*/
.mobile-menu > ul > li > ul a span {
	position: relative;
	z-index: 5;
}
.mobile-menu .dropdown-button {
	display: block;
	width: 50px;
	height: 48px;
	position: absolute;
	right: 0;
	top: 0;
	z-index: 20;
}
.mobile-menu .dropdown-button:after {
	content: "";
	display: block;
	width: 12px;
	height: 12px;
	position: absolute;
	right: 17px;
	top: 17px;
	border-bottom: 1.5px solid rgba(26, 26, 24, .5);
	border-right: 1.5px solid rgba(26, 26, 24, .5);
	transform: rotate(45deg);
	transition: all .2s;
}
.mobile-menu .dropdown-button.active:after {
	-moz-transform: rotate(-135deg);
	-webkit-transform: rotate(-135deg);
	-o-transform: rotate(-135deg);
	-ms-transform: rotate(-135deg);
	transform: rotate(-135deg);
	top: 22px;
}


/*.mobile-menu ul ul .dropdown-button {
	height: 25px;
	right: -15px;
}
.mobile-menu ul ul .dropdown-button:after {
	width: 6px;
	height: 6px;
	content: "+";
	border: none;
	color: #fff;
	-moz-transform: rotate(0) !important;
	-webkit-transform: rotate(0) !important;
	-o-transform: rotate(0) !important;
	-ms-transform: rotate(0) !important;
	transform: rotate(0) !important;
	top: 0 !important;
	font-size: 18px;
	right: 21px;
	-webkit-transition: none;
	-moz-transition: none;
	-o-transition: none;
	transition: none;
}
.mobile-menu ul ul .dropdown-button.active:after {
	content: "—";
	font-size: 10px;
	top: 4px !important;
	right: 22px;
}*/
/*.mobile-menu .dropdown-button + ul {
	display: none;
}
.mobile-menu ul ul ul {
	padding-top: 6px;
}
.mobile-menu ul ul ul a {
	padding: 6px 0 6px 30px;
}*/
/*.mobile-menu ul ul ul a:before {
	left: 17px;
}*/

.shedule {
	padding: 10px 0 10px 25px;
	position: relative;
}
.shedule .fa {
	font-size: 22px;
	position: absolute;
	left: 0;
	top: 10px;
}
.shedule img {
	vertical-align: middle;
	margin-right: 5px;
	margin-top: -3px;
	display: inline-block;
}

/* mob-menu-btn begin */
.mob-menu-btn {
	position: absolute;
	left: 10px;
	top: 27px;
	height: 100%;
	width: 40px;
	cursor: pointer;
}
.icon-menu-burger {
	height: 2px;
	width: 28px;
	position: absolute;
	top: 50%;
	left: 50%;
	margin: -1px 0 0 -14px;
	-webkit-transition: transform 0.1s ease 0s;
	-moz-transition: transform 0.1s ease 0s;
	-o-transition: transform 0.1s ease 0s;
	-ms-transition: transform 0.1s ease 0s;
	transition: transform 0.1s ease 0s;
	-webkit-transition: -webkit-transform 0.1s ease 0s;
}
.icon-menu-burger__line {
	background: #1a1a18;
	height: 100%;
	width: 100%;
	position: absolute;
	top: 0;
	left: 0;
	-webkit-transition: transform 0.1s linear 0.1s;
	-moz-transition: transform 0.1s linear 0.1s;
	-o-transition: transform 0.1s linear 0.1s;
	-ms-transition: transform 0.1s linear 0.1s;
	transition: transform 0.1s linear 0.1s;
	-webkit-transition: -webkit-transform 0.1s linear 0.1s;
}
.icon-menu-burger:before, .icon-menu-burger:after {
	background: #1a1a18;
	content: '';
	height: 100%;
	width: 100%;
	position: absolute;
	left: 0;
}
.icon-menu-burger:before {
	top: -6px;
	-webkit-transition: top 0.1s linear 0.2s;
	-moz-transition: top 0.1s linear 0.2s;
	-o-transition: top 0.1s linear 0.2s;
	-ms-transition: top 0.1s linear 0.2s;
	transition: top 0.1s linear 0.2s;
}
.icon-menu-burger:after {
	bottom: -6px;
	-webkit-transition: bottom 0.1s linear 0.2s;
	-moz-transition: bottom 0.1s linear 0.2s;
	-o-transition: bottom 0.1s linear 0.2s;
	-ms-transition: bottom 0.1s linear 0.2s;
	transition: bottom 0.1s linear 0.2s;
}
.mob-menu-btn.active .icon-menu-burger {
	-webkit-transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	-o-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
	-webkit-transition: transform 0.1s linear 0.2s;
	-moz-transition: transform 0.1s linear 0.2s;
	-o-transition: transform 0.1s linear 0.2s;
	-ms-transition: transform 0.1s linear 0.2s;
	transition: transform 0.1s linear 0.2s;
	-webkit-transition: -webkit-transform 0.1s linear 0.2s;
}
.mob-menu-btn.active .icon-menu-burger__line {
	-webkit-transform: rotate(90deg);
	-moz-transform: rotate(90deg);
	-o-transform: rotate(90deg);
	-ms-transform: rotate(90deg);
	transform: rotate(90deg);
}
.mob-menu-btn.active .icon-menu-burger:before {
	-webkit-transition: top 0.1s linear;
	-moz-transition: top 0.1s linear;
	-o-transition: top 0.1s linear;
	-ms-transition: top 0.1s linear;
	transition: top 0.1s linear;
	top: 0;
}
.mob-menu-btn.active .icon-menu-burger:after {
	-webkit-transition: bottom 0.1s linear;
	-moz-transition: bottom 0.1s linear;
	-o-transition: bottom 0.1s linear;
	-ms-transition: bottom 0.1s linear;
	transition: bottom 0.1s linear;
	bottom: 0;
}
/* mob-menu-btn end */

/************************** custom chrome scroll *****************************/
::-webkit-resizer {
	background-image: url('');
	background-repeat: no-repeat;
	width: 9px;
	height: 1px;
}
::-webkit-scrollbar {
	width: 9px;
}
::-webkit-scrollbar-button {
	background-image: url('');
	background-repat: no-repeat;
	width: 6px;
	height: 0px;
}
::-webkit-scrollbar-thumb {
	-webkit-border-radius: 0px;
	border-radius: 0px;
	background-color: #ff6633;
}
::-webkit-scrollbar-track {
	background-color: #1a1a18;
}
/************************ end custom chrome scroll ***************************/


/********************************* preloader *********************************/
#preloader {
	background: #fff;
	top: 0;
	right: 0;
	bottom: 0;
	width: 100%;
	height: 100%;
	left: 0;
	position: fixed;
	z-index: 9999;
	display: block;
	-webkit-transition: all 600ms ease-out;
	-moz-transition: all 600ms ease-out;
	-o-transition: all 600ms ease-out;
	transition: all 600ms ease-out;
	opacity: 1;
}
#preloader.hid {
	opacity: 0;
	visibility: hidden;
}
#preloader table {
	width: 100%;
	height: 100%;
}
#preloader table td {
	width: 100%;
	height: 100%;
	vertical-align: middle;
}

.load8 .loader {
  margin: 60px auto;
  font-size: 6px;
  position: relative;
  text-indent: -9999em;
  border-top: 1.1em solid rgba(0,72,127, 0.2);
  border-right: 1.1em solid rgba(0,72,127, 0.2);
  border-bottom: 1.1em solid rgba(0,72,127, 0.2);
  border-left: 1.1em solid #f39149;
  -webkit-transform: translateZ(0);
  -ms-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-animation: load8 1.1s infinite linear;
  animation: load8 1.1s infinite linear;
}
.load8 .loader,
.load8 .loader:after {
  border-radius: 50%;
  width: 10em;
  height: 10em;
}
@-webkit-keyframes load8 {
  0% {
	-webkit-transform: rotate(0deg);
	transform: rotate(0deg);
  }
  100% {
	-webkit-transform: rotate(360deg);
	transform: rotate(360deg);
  }
}
@keyframes load8 {
  0% {
	-webkit-transform: rotate(0deg);
	transform: rotate(0deg);
  }
  100% {
	-webkit-transform: rotate(360deg);
	transform: rotate(360deg);
  }
}

/********************************** end loader **************************************/
#up {
	position: fixed;
	z-index: 300;
	bottom: 9px;
	right: 9px;
	display: none;
	color: #fff;
	width: 38px;
	text-align: center;
	height: 38px;
	cursor: pointer;
	-webkit-transition: background-color 200ms ease-out;
	-moz-transition: background-color 200ms ease-out;
	-o-transition: background-color 200ms ease-out;
	transition: background-color 200ms ease-out;
	background: #ff6633;
	font-size: 36px;
}
#up:hover {
	background-color: #1a1a18;
}
#up .fa {
	display: block;
}
.delay-100 {
	-webkit-animation-delay: 100ms;
	-moz-animation-delay: 100ms;
	-o-animation-delay: 100ms;
	animation-delay: 100ms;
}
.delay-200 {
	-webkit-animation-delay: 200ms;
	-moz-animation-delay: 200ms;
	-o-animation-delay: 200ms;
	animation-delay: 200ms;
}
.delay-300 {
	-webkit-animation-delay: 300ms;
	-moz-animation-delay: 300ms;
	-o-animation-delay: 300ms;
	animation-delay: 300ms;
}
.delay-400 {
	-webkit-animation-delay: 400ms;
	-moz-animation-delay: 400ms;
	-o-animation-delay: 400ms;
	animation-delay: 400ms;
}
.delay-500 {
	-webkit-animation-delay: 500ms;
	-moz-animation-delay: 500ms;
	-o-animation-delay: 500ms;
	animation-delay: 500ms;
}
.delay-600 {
	-webkit-animation-delay: 600ms;
	-moz-animation-delay: 600ms;
	-o-animation-delay: 600ms;
	animation-delay: 600ms;
}
.delay-700 {
	-webkit-animation-delay: 700ms;
	-moz-animation-delay: 700ms;
	-o-animation-delay: 700ms;
	animation-delay: 700ms;
}
.delay-800 {
	-webkit-animation-delay: 800ms;
	-moz-animation-delay: 800ms;
	-o-animation-delay: 800ms;
	animation-delay: 800ms;
}
.delay-900 {
	-webkit-animation-delay: 900ms;
	-moz-animation-delay: 900ms;
	-o-animation-delay: 900ms;
	animation-delay: 900ms;
}
.delay-1000 {
	-webkit-animation-delay: 1000ms;
	-moz-animation-delay: 1000ms;
	-o-animation-delay: 1000ms;
	animation-delay: 1000ms;
}
.delay-1100 {
	-webkit-animation-delay: 1100ms;
	-moz-animation-delay: 1100ms;
	-o-animation-delay: 1100ms;
	animation-delay: 1100ms;
}
.delay-1200 {
	-webkit-animation-delay: 1200ms;
	-moz-animation-delay: 1200ms;
	-o-animation-delay: 1200ms;
	animation-delay: 1200ms;
}
.delay-1300 {
	-webkit-animation-delay: 1300ms;
	-moz-animation-delay: 1300ms;
	-o-animation-delay: 1300ms;
	animation-delay: 1300ms;
}
.delay-1400 {
	-webkit-animation-delay: 1400ms;
	-moz-animation-delay: 1400ms;
	-o-animation-delay: 1400ms;
	animation-delay: 1400ms;
}
.row.min {
	margin-left: -5px;
	margin-right: -5px;
}
.row.min > div[class^="col-"] {
	padding-left: 5px;
	padding-right: 5px;
}
.row.no-padding {
	margin-left: 0;
	margin-right: 0;
}
.row.no-padding > div[class^="col-"] {
	padding-left: 0;
	padding-right: 0;
}
.table {
	display: table;
	width: 100%;
	height: 100%;
}
.table-cell {
	display: table-cell;
	width: 100%;
	height: 100%;
	vertical-align: middle;
}

/* SERVICES */
.services-section {
	padding-top: 95px;
	padding-bottom: 100px;
	background-image: -moz-linear-gradient( 90deg, rgb(255,102,51) 0%, rgb(244,127,83) 100%);
	background-image: -webkit-linear-gradient( 90deg, rgb(255,102,51) 0%, rgb(244,127,83) 100%);
	background-image: -ms-linear-gradient( 90deg, rgb(255,102,51) 0%, rgb(244,127,83) 100%);
}
.services-section .row {
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	-webkit-flex-wrap: wrap;
	-moz-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	-o-flex-wrap: wrap;
	flex-wrap: wrap;
	-ms-align-items: stretch;
	align-items: stretch;
}
.services-section .row > div {
	margin-bottom: 20px;
}
.services-section .element {
	height: 100%;
}
.services-section .element a {
	position: relative;
	display: block;
	/*height: calc(100% - 20px);*/
	margin-bottom: 20px;
	padding-top: 40px;
	padding-bottom: 400px;
	text-decoration: none;
	background-color: #fff;
	border-radius: 5px;
	box-shadow: 0px 4px 9px 0px rgba(26, 26, 24, 0.05);
	transition: all .3s;
	overflow: hidden;
}
.services-section .element-img {
	position: absolute;
	right: 0;
	bottom: 0;
	left: 0;
	height: 400px;
}

.services-section .element .number {
	display: block;
	margin-bottom: 25px;
	padding-left: 30px;
	color: #ff6633;
	font-size: 16px;
	font-weight: 500;
	letter-spacing: 0.05em;
}
.services-section .element .title {
	display: block;
	padding: 0 30px;
	color: #1a1a18;
	font-size: 25px;
	line-height: 30px;
	min-height: 60px;
}
@media(max-width:1229px) {

}
@media(max-width:991px) {
	
}
@media(max-width:767px) {
	
}
/* END SERVICES */


/* vantages */
.vantages-section {
	padding-top: 130px;
	background-color: #f3f3f3;
}
.vantages-section .row {
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	-webkit-flex-wrap: wrap;
	-moz-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	-o-flex-wrap: wrap;
	flex-wrap: wrap;
	-ms-align-items: stretch;
	align-items: stretch;
}
.vantages .element {
	height: 100%;
	padding: 28px 30px 30px;
	border: 2px solid #fff;
}
.vantages .element .title {
	margin-bottom: 25px;
	font-size: 25px;
	line-height: 30px;
	letter-spacing: 0.02em;
}
.vantages .element .text {
	font-size: 16px;
	line-height: 30px;
	letter-spacing: 0.02em;
}
.vantages .img-wrapper {
	margin-bottom: 85px;
}
.vantages img {
	width: 78px;
	height: 87px;
}
/* END vantages */


/*=============================== MAP SECTION BEGIN =======================*/
.map-section {
	overflow: hidden;
	color: #1a1a18;
	border-top: 1px solid rgba(26, 26, 24, 0.2);
}
.contacts-template .map-section {
	border-top: none;
}
.map-section .container {
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
}
.map-section .container::before,
.map-section .container::after {
	display: none;
}
.map-section .contacts {
	width: 420px;
	padding-top: 90px;
	padding-bottom: 100px;
}
.map-section .contacts .title-h1 {
	margin-bottom: 45px;
}
.map-section .contacts .element {
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	-webkit-flex-direction: column;
	-moz-flex-direction: column;
	-ms-flex-direction: column;
	-o-flex-direction: column;
	flex-direction: column;
	margin-bottom: 35px;
}
.map-section .contacts .element-label {
	color: rgba(26, 26, 24, 0.6);
	font-size: 16px;
	font-weight: 300;
	line-height: 30px;
	letter-spacing: 0.05em;
}
.map-section .contacts .element-value {
	color: rgba(26, 26, 24, 1);
	font-size: 20px;
	line-height: 30px;
	letter-spacing: 0.02em;
	text-decoration: none;
	transition: all .2s;
}
.map-section .contacts a.element-value:hover {
	color: rgba(26, 26, 24, 0.7);
}

.map-section .contacts-social {
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	margin-top: 55px;
}
.map-section .contacts-social a {
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	justify-content: center;
	-ms-align-items: center;
	align-items: center;
	width: 50px;
	height: 50px;
	margin-right: 28px;
	border-radius: 50%;
	overflow: hidden;
	background-color: rgba(26, 26, 24, 0.05);
	transition: all .3s;
}
.map-section .contacts-social svg use {
	width: 100%;
	height: 100%;
	fill: #ff6633;
	transition: all .3s;
}
.map-section .contacts-social a:hover {
	background-color: #ff6633;
}
.map-section .contacts-social a:hover svg use {
	fill: #fff;
}

.map-section .map-wrapper {
	position: relative;
	width: 820px;
	height: 760px;
}
.map-section .map-wrapper .google-map {
	position: absolute;
	top: 0;
	right: calc(((100vw - 1240px) / 2) * (-1));
	bottom: 0;
	left: 0;
}

/*============================== MAP SECTION END ==========================*/

@-webkit-keyframes fadeInDownSmall {
	0% {
		opacity: 0;
		-webkit-transform: translateY(-5px);
		transform: translateY(-5px);
	}

	100% {
		opacity: 1;
		-webkit-transform: translateY(0);
		transform: translateY(0);
	}
}

@keyframes fadeInDownSmall {
	0% {
		opacity: 0;
		-webkit-transform: translateY(-5px);
		-ms-transform: translateY(-5px);
		transform: translateY(-5px);
	}

	100% {
		opacity: 1;
		-webkit-transform: translateY(0);
		-ms-transform: translateY(0);
		transform: translateY(0);
	}
}

.fadeInDownSmall {
	-webkit-animation-name: fadeInDownSmall;
	animation-name: fadeInDownSmall;
}
@-webkit-keyframes fadeOutUpSmall {
	0% {
		opacity: 1;
		-webkit-transform: translateY(0);
		transform: translateY(0);
	}

	100% {
		opacity: 0;
		-webkit-transform: translateY(-5px);
		transform: translateY(-5px);
	}
}

@keyframes fadeOutUpSmall {
	0% {
		opacity: 1;
		-webkit-transform: translateY(0);
		-ms-transform: translateY(0);
		transform: translateY(0);
	}

	100% {
		opacity: 0;
		-webkit-transform: translateY(-5px);
		-ms-transform: translateY(-5px);
		transform: translateY(-5px);
	}
}
.fadeOutUpSmall {
	-webkit-animation-name: fadeOutUpSmall;
	animation-name: fadeOutUpSmall;
}
.breadcrumbs-wrapper {
	margin: 0 0 35px;
}
.breadcrumbs-wrapper li {
	display: inline-block;
	margin-right: 35px;
	color: rgba(26, 26, 24, .9);
	font-size: 16px;
	font-weight: 300;
	letter-spacing: 0.05em;
}
.breadcrumbs-wrapper li.active {
	color: rgba(26, 26, 24, .6);
}
.breadcrumbs-wrapper a {
	position: relative;
	color: rgba(26, 26, 24, .9);
	text-decoration: none;
	transition: all .2s;
	cursor: text;
}
.breadcrumbs-wrapper a:not([onclick]):hover {
	color: #ff6633;
	cursor: pointer;
}
.breadcrumbs-wrapper a:after {
	content: '';
	display: block;
	position: absolute;
	width: 7px;
	height: 7px;
	top: 7px;
	right: -20px;
	border-top: 1.5px solid rgba(26, 26, 24, .9);
	border-right: 1.5px solid rgba(26, 26, 24, .9);
	-moz-transform: rotate(45deg);
	-webkit-transform: rotate(45deg);
	-o-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
	transition: all .2s;
}

/*@media only screen and (min-width: 768px) {
	.lightgallery img {
		display: block;
		width: 100%;
	}
	.lightgallery a:after {
		content:"";
		display: block;
		position: absolute;
		width: 100%;
		height: 100%;
		top: 0;
		left: 0;
		background: url(../images/zoom.png) 50% 50% no-repeat rgba(0,0,0,0.2);
		background-size: 0 0;
		z-index: 2;
		-webkit-transition: all 200ms ease-out;
		-moz-transition: all 200ms ease-out;
		-o-transition: all 200ms ease-out;
		transition: all 200ms ease-out;
		opacity: 0;
	}
	.lightgallery .img-wrapper:hover a:after {
		opacity: 1;
		background-size: 48px 48px;
	}
}*/

.reviews-section {
	position: relative;
}
.ie .reviews-section {
	background-attachment: scroll;
}
.reviews-section .section-before {
	position: absolute;
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
}
.reviews-carousel {
	position: relative;
	z-index: 10;
	margin: 0 -10px;
}
.reviews-carousel .slick-track {
	display: flex;
	align-items: stretch;
}
.reviews-carousel .item {
	margin: 0 10px 50px;
	border: 1px solid rgba(255,255,255,0.6);
	height: auto;
	position: relative;
}
.reviews-carousel .element {
	padding: 30px;
}
.reviews-carousel .element .title {
	margin-bottom: 5px;
}
.reviews-carousel .element .date {
	font-size: 14px;
	color: #f39149;
}
.reviews-carousel .element .text {
	color: #ABAFB2;
	padding-top: 10px;
	line-height: 1.3;
}
.reviews-carousel .slick-dots li {
	border-color: #fff;
}
.reviews-carousel .slick-dots li.slick-active {
	border-color: #FFFFFF;
	background: #FFFFFF;
}


/* REVIEWS MASONRY BEGIN */
.reviews {
	margin: 0 -10px;
}
.rev-header {
	font-family: 'Rubik', sans-serif;
	letter-spacing: 1px;
}
.reviews > .rev-item,
.rev-grid-sizer { 
	width: 100%;
}
.reviews > .rev-item .inner {
	padding: 30px;
	margin: 10px;
	border: 1px solid #D5D5D5;
}
.rev-answer {
	margin-top: 30px;
}
@media only screen and (min-width: 768px) {
	.reviews > .rev-item,
	.reviews > .rev-grid-sizer { 
		width: 50%;
	}   
	.rev-answer {
		padding: 0 0 0 70px;
		background: url(../images/brown-arrow.png) 10px 0 no-repeat;
	} 
}



.ticket-comment {
	margin: 0 !important;
}
.comment-reply {
	padding: 10px 0;
}

.reviews > .rev-item .rev-item .inner {
	padding: 0 0 0 70px;
	background: url(../images/brown-arrow.png) 10px 0 no-repeat;
	border: none;
}
.reviews > .rev-item .rev-item .rev-date {
	display: none;
}
.reviews > .rev-item .rev-item .inner .title {
	text-transform: none;
	margin-bottom: 0;
}
.reviews > .rev-item .rev-item .rev-text {
	margin-top: -10px;
}
.reviews > .rev-item .rev-item .comment-reply {
	display: none;
}
/* REVIEWS MASONRY END */


.comment-form-wrapper {
	position: relative;
	padding: 50px 0;
	margin-top: 30px;
}
.comment-form-wrapper .inner {
	position: relative;
	z-index: 10;
	width: 575px;
	max-width: 100%;
	margin: 0;
}
#comment-editor {
	width: 100% !important;
	display: block;
}
#ticketForm .form-actions, 
#comment-form .form-actions {
	padding-top: 0 !important;
	border-top: none !important;
}
.comment-form-wrapper .form-control {
	background: transparent;
	border: 2px solid #fff;
	color: #fff;
}
.comment-form-wrapper textarea.form-control {
	height: 180px;
}
.comment-form-wrapper .button {
	color: #fff;
	background: transparent;
	border: 2px solid #fff;
}
.comment-form-wrapper .button:hover {
	background: #fff;
	color: #333333;
}
.comment-form-wrapper .form-control.error {
	border-color: #FF3324;
}
.comment-form-wrapper .form-control::-moz-placeholder {
  color: #fff;
}
.comment-form-wrapper .form-control:-ms-input-placeholder {
  color: #fff;
}
.comment-form-wrapper .form-control::-webkit-input-placeholder {
  color: #fff;
}
.comment-form-wrapper .form-control.error::-moz-placeholder {
	color: #EA1527;
}
.comment-form-wrapper .form-control.error:-ms-input-placeholder {
	color: #EA1527;
}
.comment-form-wrapper .form-control.error::-webkit-input-placeholder {
	color: #EA1527;
}

table {
	width: 100%;
	border-collapse: collapse;
	border-radius: 5px;
	overflow: hidden;
}
table tr {
	border: 2px solid rgba(255, 255, 255, 1);
	border-top: none;
}
table tr:nth-child(odd) {
	/*background: rgba(255,255,255,0.03);*/
}
table td, 
table th {
	padding-top: 20px;
	padding-bottom: 18px;
	font-size: 16px;
	line-height: 20px;
	letter-spacing: 0.02em;
	vertical-align: middle;
}
table th {
	padding-right: 20px;
	padding-left: 20px;
	color: #ff6633;
	font-weight: 500;
	text-transform: uppercase;
	background: #fff;
}
/*table td:first-child, table th:first-child {
	border-left: none;
}*/
table td {
	padding-right: 25px;
	padding-left: 25px;
	background-color: #f3f3f3;
}
table .separate td {
	color: #fff;
	background: #222222;
	font-weight: bold;
	font-family: 'Rubik', sans-serif;
	letter-spacing: 1px;
}
@media only screen and (max-width: 767px) {
	table td, 
	table th {
		padding: 8px 10px;
		font-size: 12px;
	}
}

.catalog .element {
	margin-bottom: 10px;
}
.catalog .element .img-wrapper {
	overflow: hidden;
	position: relative;
	height: 235px;
	text-align: center;
	background: #fff;
}

.catalog .element .img-wrapper.crop {
	padding: 10px 10px 30px;
}

.catalog .element .element-article {
	position: absolute;
	z-index: 4;
	bottom: 0;
	left: 0;
	right: 0;
	padding: 3px 10px;
}
@media only screen and (max-width: 991px) {
	.catalog .element .img-wrapper {
		height: 35vw;
	}
}
@media only screen and (max-width: 767px) {
	.catalog .element .img-wrapper {
		height: 65vw;
	}
}
.catalog .element .element-content {
	padding: 20px;
	-webkit-transition: all 200ms ease-out;
	-moz-transition: all 200ms ease-out;
	-o-transition: all 200ms ease-out;
	transition: all 200ms ease-out;
}
.catalog .title-h5 {
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	position: relative;
	padding-right: 40px;
	color: #f39149;
	margin-bottom: 0;
}
.catalog .title-h5:after {
	content: "";
	display: block;
	position: absolute;
	width: 16px;
	height: 16px;
	top: 3px;
	right: 3px;
	border-top: 2px solid #f39149;
	border-right: 2px solid #f39149;
	-webkit-transition: all 200ms ease-out;
	-moz-transition: all 200ms ease-out;
	-o-transition: all 200ms ease-out;
	transition: all 200ms ease-out;
}
.catalog .element .img-wrapper img {
	-webkit-transition: all 200ms ease-out;
	-moz-transition: all 200ms ease-out;
	-o-transition: all 200ms ease-out;
	transition: all 200ms ease-out;
	width: 100%;
}
.catalog .element .img-wrapper.crop img {
	max-width: 100%;
	max-height: 100%;
	width: auto;
}
.catalog .element:hover .img-wrapper img {
	-webkit-transform: scale(1.2);
	-moz-transform: scale(1.2);
	-o-transform: scale(1.2);
}
.catalog .element .img-wrapper .hiddentitle {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	-webkit-transition: all 200ms ease-out;
	-moz-transition: all 200ms ease-out;
	-o-transition: all 200ms ease-out;
	transition: all 200ms ease-out;
	z-index: 2;
	opacity: 0;
	text-align: center;
}
.catalog .element .img-wrapper .hiddentitle span {
	text-transform: uppercase;
	border: 2px solid #fff;
	padding: 8px 30px;
	color: #fff;
	display: inline-block;
}
.catalog .element:hover .img-wrapper .hiddentitle {
	opacity: 1;
}
.catalog .element .img-wrapper:after {
	content: "";
	display: block;
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	background: rgba(0,0,0,0.6);
	opacity: 0;
	-webkit-transition: all 200ms ease-out;
	-moz-transition: all 200ms ease-out;
	-o-transition: all 200ms ease-out;
	transition: all 200ms ease-out;
}
.catalog .element:hover .img-wrapper:after {
	opacity: 1;
}
.catalog .element:hover .title-h5:after {
	-moz-transform: rotate(45deg);
	-webkit-transform: rotate(45deg);
	-o-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
}
.catalog .element .button {
	background: #f39149;
	border-color: #f39149;
	position: relative;
	z-index: 20;
	margin-bottom: 0;
}
.catalog .element .button:hover {
	background: #682708;
	border-color: #682708;
}
.catalog .element .title-h6 {
	font-family: 'Rubik', sans-serif;
	height: 48px;
	overflow: hidden;
	margin-bottom: 20px;
}
.catalog .element .text {
	height: 48px;
	overflow: hidden;
	margin-bottom: 10px;
}
.goodprice {
	color: #fff;
	font-family: 'Rubik', sans-serif;
	letter-spacing: 1px;
}
.catalog > .row > hr:nth-of-type(2n) {
	clear: both;
}
@media only screen and (min-width: 1230px) {
	.catalog > .row > hr:nth-of-type(2n) {
		clear: none;
	}
	.catalog > .row > hr:nth-of-type(3n) {
		clear: both;
	}
}



/***************************** pagination **************************/
.pagination {
	display: inline-block;
	margin: 30px 0;
}
.pagination li {
	display: inline;
}
.pagination li > span {
	cursor: default;
}
.pagination li > a,
.pagination li > span {
	position: relative;
	float: left;
	padding: 6px 12px;
	margin-left: -1px;
	line-height: 1.42857143;
	color: #fafafa;
	text-decoration: none;
	background-color: #1e1e1e;
	font-weight: 100;
	margin-bottom: 5px;
	margin-right: 5px;
}
.pagination li:first-child > a,
.pagination li:first-child > span {
	margin-left: 0;
}
.pagination li > a:hover {
	background-color: #4f4f4f;
}
.pagination .active > a, .pagination .active > a:hover {
	background-color: #f39149;
	color: #343644;
	border-color: #f39149;
	cursor: default;
}
/*************************** end pagination ***********************/


.latest .elements > div:last-of-type hr {
	display: none;
}
.latest hr {
	margin: 15px 0 10px 0;
}

/* ======= AGREEMENT ======= */

.agreement {
	position: relative;
	margin-bottom: 45px;
}
.agreement input {
	position: absolute;
	top: 0;
	left: 0;
	opacity: 0;
	visibility: hidden;
}
.agreement label {
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	-ms-align-items: center;
	align-items: center;
	font-size: 16px;
	font-weight: 300;
	letter-spacing: 0.05em;
}
.agreement label .agreement-wrapper {
	color: rgba(26, 26, 24, .6);
}
.agreement input + label .checked {
	flex-shrink: 0;
	width: 25px;
	height: 25px;
	margin-right: 18px;
	padding-right: 3px;
	padding-left: 3px;
	border: 1px solid rgba(26, 26, 24, .1);
	transition: all .2s;
}
.agreement input + label .checked svg {
	width: 100%;
	height: 100%;
	opacity: 0;
	transition: all .2s;
}
.agreement input + label .checked svg use {
	width: 100%;
	height: 100%;
	fill: #fff;
}
.agreement input:checked + label .checked {
	background-color: #ff6633;
	border-color: #ff6633;
}
.agreement input:checked + label .checked svg {
	opacity: 1;
}
.agreement input.error + label {
	color: red;
}
.agreement label a {
	text-decoration: none;
}
.agreement label a:hover {
	text-decoration: underline;
}
/* ======= /. AGREEMENT ======= */


/* ======= ASIDE MENU ======= */

.aside-menu {
	margin-bottom: 30px;
	-webkit-transition: all 200ms ease;
	-moz-transition: all 200ms ease;
	-o-transition: all 200ms ease;
}
.aside-menu a {
	display: block;
	text-decoration: none !important;
	color: rgba(26, 26, 24, .9);
	padding: 5px 15px;
	font-size: 16px;
	line-height: 30px;
	letter-spacing: 0.05em;
	transition: all .2s;
}

.aside-menu li:hover > a,
.aside-menu .open > a,
.aside-menu .active > a {
	color: #ff6633;
}
.aside-menu > ul ul {
	display: none;
}
.aside-menu .active > ul {
	display: block;
}
.aside-menu > ul li {
	position: relative;
}
.aside-menu > ul > li {
	margin-bottom: 3px;
	padding-top: 10px;
	padding-bottom: 10px;
	background-color: #fff;
	border-radius: 5px;
}
.aside-menu > ul .dropdown-button {
	height: 40px;
	width: 36px;
	display: block;
	z-index: 20;
	top: 10px;
	right: 0;
	position: absolute;
	cursor: pointer;
}
.aside-menu > ul .dropdown-button:after {
	content: "";
	display: block;
	position: absolute;
	width: 8px;
	height: 8px;
	top: 13px;
	right: 15px;
	border-bottom: 1px solid rgba(26, 26, 24, .9);
	border-right: 1px solid rgba(26, 26, 24, .9);
	-moz-transform: rotate(45deg);
	-webkit-transform: rotate(45deg);
	-o-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
	-webkit-transition: all 200ms ease-out;
	-moz-transition: all 200ms ease-out;
	-o-transition: all 200ms ease-out;
	transition: all 200ms ease-out;
}
.aside-menu > ul .dropdown-button.active:after {
	-moz-transform: rotate(225deg);
	-webkit-transform: rotate(225deg);
	-o-transform: rotate(225deg);
	-ms-transform: rotate(225deg);
	transform: rotate(225deg);
	top: 18px;
}
.aside-menu > ul ul .dropdown-button {
	height: 37px;
}
.aside-menu > ul ul .dropdown-button:after {
	top: 12px;
}
.aside-menu > ul ul .dropdown-button.active:after,
.aside-menu > ul ul .active > a + .dropdown-button:after,
.aside-menu > ul ul .open > a + .dropdown-button:after {
	top: 16px;
}

.aside-menu  ul ul a {
	position: relative;
	padding: 10px 18px 10px 18px;
	color: rgba(26, 26, 24, .6);
	font-size: 16px;
	font-weight: 300;
	line-height: 20px;
}
.aside-menu-title {
	padding: 15px 42px 15px 20px;
	background: #f39149;
	position: relative;
	color: #fff;
}
.aside-menu-title:after {
	content: "";
	display: block;
	position: absolute;
	width: 12px;
	height: 12px;
	top: 50%;
	right: 20px;
	border-right: 2px solid #fff;
	border-bottom: 2px solid #fff;
	margin-top: -8px;
	-moz-transform: rotate(45deg);
	-webkit-transform: rotate(45deg);
	-o-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
	-webkit-transition: all 200ms ease-out;
	-moz-transition: all 200ms ease-out;
	-o-transition: all 200ms ease-out;
	transition: all 200ms ease-out;
}
.active .aside-menu-title:after {
	-moz-transform: rotate(-135deg);
	-webkit-transform: rotate(-135deg);
	-o-transform: rotate(-135deg);
	-ms-transform: rotate(-135deg);
	transform: rotate(-135deg);
	margin-top: -3px;
}
@media only screen and (max-width: 991px) {
	.aside-menu > ul {
		display: none;
	}
	.aside-menu.active > ul {
		display: block;
	}
	.aside {
		border-right: none;
	}
}
/* ======= /. ASIDE MENU ======= */

.aside-gallery img {
	width: 100%;
	margin-bottom: 10px;
}























/**************************************************   MEDIA QUERIS   *****************************************************/
/*@media only screen and (max-width: 1169px) {
	.base-template .header {
		margin-bottom: 40px;
	}
}*/



@media only screen and (min-width: 768px) {
	.logo {
		margin-bottom: 0;
	}
	.shedule {
		position: fixed;
		left: 100px;
		z-index: 1000;
		top: 8px;
	}
	.shedule .fa {
		top: 8px;
	}
	.callback-link {
		position: absolute;
		right: 0;
		top: 50px;
	}
	/*h2,
	.title-h2 {
		font-size: 42px;
	}
	.title-h2 span {
		display: inline;
		margin: 0 0 0 30px;
	}
	h3,
	.title-h3 {
		font-size: 36px;
	}*/
	.services-elements .text {
		height: 72px;
		overflow: hidden;
	}
	.accordeon .element-content {
		font-size: 18px;
	}
	.accordeon .element .title {
		font-size: 22px;
	}
}



@media only screen and (min-width: 992px) {
	.main-column {
		padding-left: 15px;
	}
	.main-column-left {
		padding-right: 15px;
	}
	.header-address {
		float: right;
	}
	.logo {
		margin: 0;
	}
	.callback-link {
		top: 54px;
	}
	/*h2,
	.title-h2 {
		font-size: 46px;
	}*/
	/*.modal {
		padding: 40px;
	}*/
	.title-h2 span {
		margin: 0 0 0 70px;
	}

	.top-bar-container {
		width: 1110px;
		margin: 0 auto;
	}
	.mobile-menu {
		display: none !important;
	}
	.top-menu {
		display: block !important;
		position: static;
	}
	.top-menu > ul > li:not(:last-child) {
		margin-right: 65px;
	}
	.top-menu > ul > li > a {
		position: relative;
		display: block;
		height: 56px;
		padding-right: 3px;
		padding-left: 3px;
		color: rgba(26, 26, 24, .6);
		font-size: 16px;
		font-weight: 300;
		text-decoration: none;
		text-transform: uppercase;
		letter-spacing: .05em;
		line-height: 56px;
		transition: all .2s;
	}
	.top-menu > ul > li > a::before {
		position: absolute;
		right: 0;
		bottom: 0;
		left: 0;
		height: 3px;
		background-color: #ff6633;
		opacity: 0;
		transition: all .2s;
		content: '';
	}
	.top-menu > ul > li:hover > a::before,
	.top-menu > ul > li.active > a::before {
		opacity: 1;
	}
	/*.top-menu > ul > li.active > a {
		background: #f39149;
		color: #141414 !important;
		border-color: #f39149;
	}
	.top-menu > ul > li.active + li > a {
		border-left-color: #f39149;
	}*/
	
	.top-menu > ul > li {
		float: left;
		position: relative;
		z-index: 10;
	}
	.top-menu > ul > li:last-child {
		margin-right: 0;
	}
	.top-menu > ul > li.down > a {
		padding-right: 20px;
	}
	.top-menu > ul > li.down > a:after {
		content: "";
		display: block;
		position: absolute;
		width: 8px;
		height: 8px;
		transform: rotate(45deg);
		border-bottom: 1.5px solid rgba(26, 26, 24, .5);
		border-right: 1.5px solid rgba(26, 26, 24, .5);
		right: 3px;
		top: 50%;
		margin-top: -7px;
	}
	.top-menu > ul > li > ul {
		position: absolute;
		width: 320px;
		top: 64px;
		padding-top: 10px;
		left: 0;
		text-align: left;
		z-index: 300;
		visibility: hidden;
		opacity: 0;
		transition: all .2s;
		box-shadow: 0px 4px 9px 0px rgba(26, 26, 24, 0.18);
	}
	.top-menu > ul > li > ul::before {
		position: absolute;
		top: -10px;
		right: 0;
		left: 0;
		height: 10px;
		content: '';
	}
	.top-menu > ul > li:hover > ul {
		top: 64px;
		padding-top: 0;
		visibility: visible;
		opacity: 1;
	}
	
	.top-menu > ul ul li {
		position: relative;
	}
	
	.top-menu ul ul li > a {
		position: relative;
	}
	.top-menu ul ul li.down > a span:after {
		content: "";
		display: block;
		position: absolute;
		width: 8px;
		height: 8px;
		top: 50%;
		right: 15px;
		transform: rotate(45deg);
		margin-top: -5px;
		border-top: 1.5px solid rgba(26, 26, 24, .5);
		border-right: 1.5px solid rgba(26, 26, 24, .5);
	}
	
	
	.top-menu > ul ul li > a {
		position: relative;
		display: block;
		padding: 16px 60px 16px 22px;
		color: rgba(26, 26, 24, .6);
		font-size: 16px;
		font-weight: 300;
		line-height: 28px;
		letter-spacing: 0.05em;
		text-decoration: none;
		text-transform: uppercase;
		background: #fff;
	}
	.top-menu > ul ul li > a:before {
		content:"";
		display: block;
		position: absolute;
		width: 100%;
		height: 1px;
		top: 0;
		left: 0;
		background: #fff;
		opacity: 0.1;
		z-index: 5;
	}
	.top-menu > ul ul li:first-of-type > a:before {
		display: none;
	}
	.top-menu > ul ul li > a:after {
		position: absolute;
		display: block;
		width: 3px;
		top: 0;
		bottom: 0;
		left: 0;
		background: #ff6633;
		opacity: 0;
		transition: all .2s;
		content: '';
	}
	.top-menu > ul ul li:hover > a:after,
	.top-menu > ul ul li.active > a:after {
		opacity: 1;
	}
	
	.top-menu ul ul ul {
		position: absolute;
		top: 10px;
		left: 320px;
		z-index: 10;
		width: 320px;
		max-height: 540px;
		overflow-y: auto;
		visibility: hidden;
		opacity: 0;
		transition: all .2s;
		box-shadow: rgba(26, 26, 24, 0.18) 0px 4px 9px 0px;
	}
	.top-menu ul ul ul li a {
		text-transform: none;
	}
	.top-menu ul ul li:hover ul {
		visibility: visible;
		opacity: 1;
		top: 0px;
	}
	
	
	.shedule {
		position: absolute;
		right: inherit;
		z-index: 10;
		top: 50%;
		margin-top: -18px;
		left: 320px;
		font-size: 12px;
	}
	
	.top-bar {
		position: relative;
	}
	.top-bar.fix-true.fixed {
		position: fixed;
		top: 0;
		left: 0;
		border-top-color: #fff;
		box-shadow: 0px 4px 46px 0px rgba(26, 26, 24, 0.27);
	}
	.body-fixed-true .top-bar.fix-true.fixed {
		background: transparent;
	}
	.body-fixed-true .top-bar.fix-true.fixed .top-bar-container {
		width: 1290px;
		max-width: 100%;
		box-shadow: 0 0 0 1px  #D5D5D5;
		background: #fff;
		padding-right: 15px;
	}
	.body-fixed-true .top-bar.fixed .top-menu > ul > li:first-of-type > a {
		border-left: none;
	}
/*	.base-template .top-bar {
		margin-bottom: 40px;
	}*/
	.top-bar.fix-true.fixed + .top-bar-push-md {
		height: 56px;
	}
	.base-template .top-bar.fix-true.fixed + .top-bar-push-md {
		height: 96px;
	}
	.services-section .element a:hover {
		transform: translateY(-15px);
		box-shadow: 0px 4px 46px 0px rgba(26, 26, 24, 0.27);
	}
	.portfolio figure > a:hover {
		box-shadow: 0px 4px 46px 0px rgba(26, 26, 24, 0.27);
		transform: translateY(-28px);
	}
}

@media only screen and (min-width: 1230px) {
	.top-bar-container {
		width: 1170px;
	}
	.services-elements .text {
		height: 58px;
	}
	.shedule {
		left: 360px;
	}
	/*.contacts-template .contacts-block {
		padding-right: 60px;
	}
	.contacts-wrapper {
		position: absolute;
		top: 0;
		left: 0;
		width: 100%;
	}
	.contacts {
		padding-top: 45px;
		width: 330px;
	}*/
}


.news > .row {
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	-webkit-flex-wrap: wrap;
	-moz-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	-o-flex-wrap: wrap;
	flex-wrap: wrap;
	margin-right: -8px;
	margin-left: -8px;
}
.news > .row > div {
	padding: 0 8px 16px;
}
.news .element {
	height: 100%;
}
.news .element a {
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	height: 100%;
	padding: 20px;
	text-decoration: none;
	background-color: #fff;
	box-shadow: 0px 4px 9px 0px rgba(26, 26, 24, 0.05);
	border-radius: 5px;
	transition: all .3s;
}
.news .element a:hover {
	box-shadow: 0px 4px 30px 0px rgba(26, 26, 24, 0.27);
	transform: translateY(-9px);
}
.news .element .img-wrapper {
	flex-shrink: 0;
	width: 170px;
	height: 130px;
	margin-right: 25px;
	background-color: #fff;
	background-position: center;
	background-size: cover;
	background-repeat: no-repeat;
}
.news .element .date {
	display: block;
	margin-bottom: 10px;
	color: rgba(26, 26, 24, 0.6);
	font-size: 16px;
	font-weight: 300;
	text-decoration: none;
	letter-spacing: 0.05em;
}
.news .element .title {
	display: block;
	margin-bottom: 20px;
	color: #ff6633;
	font-size: 16px;
	font-weight: 500;
	text-transform: uppercase;
	text-decoration: none;
	letter-spacing: 0.02em;
}
.news .element .text {
	display: block;
	height: 50px;
	color: rgba(26, 26, 24, 0.9);
	font-size: 16px;
	line-height: 25px;
	text-decoration: none;
	letter-spacing: 0.02em;
	overflow: hidden;
}
.fotorama__thumb-border {
	border-color: #f39149 !important;
}



/* PRODUCT COUNT */
.product-count-element .element-counter input {
	display: inline-block;
	width: 40px;
	height: 42px;
	float: left;
	border-radius: 0;
	margin: 0;
	background: rgba(255,255,255,0.2);
	border: 1px solid rgba(255,255,255,0.1);
	border-left: none;
	border-right: none;
	text-align: center;
	padding-left: 5px;
	padding-right: 5px;
}
.product-count-element .element-counter button {
	display: inline-block;
	width: 40px;
	height: 42px;
	float: left;
	margin: 0;
	background: #1f1f1f;
	border: 1px solid #4d4d4d;
	font-size: 20px;
	line-height: 34px;
	-webkit-transition: all 200ms ease-out;
	-moz-transition: all 200ms ease-out;
	-o-transition: all 200ms ease-out;
	transition: all 200ms ease-out;
}
.product-count-element .element-counter button.btn-minus {
	line-height: 28px;
}
.product-count-element .element-counter button:hover {
	background: #C1C1C1;
	border-color: #C1C1C1;
}
/* PRODUCT COUNT */

.product-price {
	font-size: 36px;
	color: #f39149;
}



/************ tabs begin ************/
.box {
	display: none;
}
.box.visible {
	display: block;
}
ul.tabs {
	width: 100%;
	border-bottom: 1px solid #4d4d4d;
}

ul.tabs li {
	display: table-cell;
	height: 50px;
	vertical-align: middle;
	cursor: pointer;
	text-align: center;
	border: 1px solid #4d4d4d;
	border-bottom: none;
	font-size: 14px;
	line-height: 1.2;
	color: #ffffff;
	background: #1f1f1f;
	-webkit-transition: all 200ms ease-out;
	-moz-transition: all 200ms ease-out;
	-o-transition: all 200ms ease-out;
	transition: all 200ms ease-out;
	position: relative;
	padding: 10px 35px;
	border-right: 1px solid transparent;
	font-family: 'Rubik', sans-serif;
	letter-spacing: 1px;
}
ul.tabs li:last-of-type {
	border-right: 1px solid #4d4d4d;
}
ul.tabs li.current,
ul.tabs li.current:hover {
	background: #2d2d2d;
}
ul.tabs li:hover {
	background: #2d2d2d;        
}

.mobile-tab-header {
	display: none;
}
@media only screen and (max-width: 767px) {
	.mobile-tab-header {
		padding: 14px 40px 14px 14px;
		color: #ffffff;
		background: #f39149;
		width: 100%;
		position: relative;
		display: block;
		font-weight: 600;
	}
	ul.tabs {
		position: relative;
		display: none;
		border: none;
	}
	.mobile-tab-header:after {
		content: "";
		display: block;
		position: absolute;
		top: 50%;
		margin-top: -10px;
		right: 24px;
		width: 12px;
		height: 12px;
		border-bottom: 2px solid #fff;
		border-right: 2px solid #fff;
		-moz-transform: rotate(45deg);
		-webkit-transform: rotate(45deg);
		-o-transform: rotate(45deg);
		-ms-transform: rotate(45deg);
		transform: rotate(45deg);
		-webkit-transition: all 200ms ease-out;
		-moz-transition: all 200ms ease-out;
		-o-transition: all 200ms ease-out;
		transition: all 200ms ease-out;
	}
	.mobile-tab-header.active:after {
		-moz-transform: rotate(225deg);
		-webkit-transform: rotate(225deg);
		-o-transform: rotate(225deg);
		-ms-transform: rotate(225deg);
		transform: rotate(225deg);
		margin-top: -4px;
	}
	ul.tabs li {
		padding: 17px 15px;
		width: 100%;
		border: 1px solid #E9E9E9;
		border-top: none;
		display: block;
		height: auto;
		text-align: left;
		text-transform: none;
		font-size: 15px;
	}
	ul.tabs li.current {
		display: none;
	} 
	.mobile-tab-header.active + ul.tabs {
		display: block;
	}
}
@media only screen and (min-width: 768px) {
	.tabs.mobile {
		display: block !important;
	}
}
/************ tabs end ************/

.order-wrapper {
	padding: 10px 0;
}
.order-wrapper .material-icons {
	vertical-align: middle;
	margin-top: -3px;
}
.order-wrapper #msOrder .error {
	border-color: #FF1A00 !important
}

/*************************************** customradio */
.customradio {
	position: relative;
	margin-bottom: 10px;
}
.customradio input[type=radio] {
	position: fixed;  
	top: -100000px;
}
.customradio {
	min-height: 34px;
	margin-bottom: 10px;
}
.customradio input[type=radio] + label {
	position: relative;
	padding-left: 25px;
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;   
	cursor: pointer;
	display: inline-block;
	margin-bottom: 4px;
	color: #EC9148;
}
.customradio input[type=radio] + label:before {
	background: url(../images/customradio.png) 0 0 no-repeat;
	content: "";
	display: block;
	position: absolute;
	width: 16px;
	height: 16px;
	top: 2px;
	left: 0px;
}
.customradio input[type=radio]:checked + label:before {
	background-position: 0 -16px;
}
.customradio label {
	font-family: 'Rubik', sans-serif;
	font-size: 14px;
	font-weight: bold;
}
.customradio label strong {
	font-weight: 600;
	color: #000;
	font-size: 13px;
}

.customradio.disabled label, 
.customradio.disabled label strong, 
.customradio.disabled label::before {
	cursor: default !important;
	color: #848484;
}

.customradio label + p {
	padding-left: 25px;
	font-size: 13px;
}
/*************************************** customradio: end */
.element-counter .form-control {
	display: inline-block;
	height: 30px;
	width: 40px;
	padding: 0 2px;
	text-align: center;
	color: #000;
	background: rgba(255,255,255,0.1);
	border: 1px solid #696969;
	margin-bottom: 0;
}
.element-counter button {
	width: 30px;
	display: inline-block;
	padding: 0;
	vertical-align: top;
	border: none;
	background: transparent;
	font-size: 18px;
	height: 30px;
	line-height: 30px;
	border: 1px solid #696969;
}
.element-counter button:hover {
	color: #FF2330;
}
.element-counter button[disabled]:hover {
	color: #1F1F1F;
}

.isa_success {
	border: 1px solid #696969;
	background-color: rgba(255,255,255,0.1);
	margin: 0 0 10px;
	padding: 15px;
}
.order-number {
	color: #f39149;
}
.jgrowlHide #jGrowl {
	display: none !important;
}


.product-tags {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 5;
	color: #fff;
	padding: 7px 0 0 7px;
	text-align: left;
}
.product-tags span {
	margin: 0 5px 5px 0;
	display: inline-block;
	padding: 4px 8px;
	font-size: 10px;
	font-weight: bold;
	text-transform: uppercase;
}
.product-tags span.product-tag-new {
	background: #76B500;
}
.product-tags span.product-tag-popular {
	background: #FFCA1E;
}
.product-tags span.product-tag-favorite {
	background: #FF1B2D;
}
.index-template .product-tags {
	display: none;
}
.products-carousel div[class^="col-"] {
	padding-left: 5px !important;
	padding-right: 5px !important;
}
.index-template .products-carousel {
	margin-bottom: 30px;
}

.clear-hr,
.cleaner-hr {
	height: 0;
	opacity: 0;
	margin: 0;
	padding: 0;
	border: none;
}
/*.item-gallery .element {
	margin-bottom: 10px;
	overflow: hidden;
}*/
.item-gallery > .row > hr:nth-of-type(2n) {
	clear: both;
}
@media only screen and (min-width: 992px) {
	.item-gallery > .row > hr:nth-of-type(2n) {
		clear: none;
	}
	.item-gallery > .row > hr:nth-of-type(3n) {
		clear: both;
	}
}
/* vk widget */
#vk_widget, #vk_groups {
	width: 100%;
}
#vk_groups, #vk_groups iframe {
	width: 100% !important;
}
/* vk widget end */

/* Video */
.video-list .element {
	margin-bottom: 30px;
	width: 900px;
	max-width: 100%;
}
.video-list .element .element-img {
	height: 420px;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: 50% 50%;
}
@media only screen and (max-width: 1289px) {
	.video-list .element .element-img {
		height: 34vw;
	}
}
@media only screen and (max-width: 991px) {
	.video-list .element .element-img {
		height: 46vw;
	}
}
@media only screen and (max-width: 767px) {
	.video-list .element .element-img {
		height: 60vw;
	}
}
.video-list .element .play-block {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background: rgba(0,0,0,0.8);
}
.video-list .element .play-block span {
	display: inline-block;
	padding: 8px;
	border-radius: 100%;
	background: rgba(255,255,255,0.1);
}
.video-list .element .play-block span i {
	display: inline-block;
	color: #fff;
	font-size: 40px;
	width: 64px;
	height: 64px;
	line-height: 61px;
	border: 2px solid #fff;
	border-radius: 100%;
	-webkit-transition: all 200ms ease-out;
	-moz-transition: all 200ms ease-out;
	-o-transition: all 200ms ease-out;
	transition: all 200ms ease-out;
}
.video-list .element .play-block:hover span i {
	color: #FF121A;
	border-color: #FF121A;
}
.video-list .element .element-content {
	padding: 25px 0;
}

.video-list .element .element-content .title {
	font-size: 18px;
	margin-bottom: 10px;
	font-family: 'Rubik', sans-serif;
	text-transform: uppercase;
	color: #fff;
}
.video-list .element .element-content .text {
	font-size: 15px;
	margin-bottom: 10px;
}
/* /. Video */




/* INDEX PORTFOLIO */
.hr-min {
	width: 100px;
	margin: 30px auto;
}

.portfolio-header-section {
	padding-top: 130px;
	background-color: #f3f3f3;
}

.portfolio > hr:nth-of-type(2n) {
	clear:both;
}
.portfolio {
	/*overflow: hidden;*/
	/*margin: 0 -1px;*/
	padding-bottom: 40px;
	background-color: #f3f3f3;
}

.portfolio figure {
	position: relative;
	cursor: pointer;
}
.portfolio .row {
	margin-right: -30px;
	margin-left: -30px;
}
.portfolio .portfolio-element {
	padding: 0 30px;
	padding-bottom: 60px;
}
.portfolio img {
	width: 100%;
}
.portfolio figure a {
	text-decoration: none;
}
.portfolio figure > a {
	position: relative;
	display: block;
	overflow: hidden;
	box-shadow: 0px 4px 9px 0px rgba(26, 26, 24, 0.05);
	border-radius: 5px;
	transition: all .3s;
}
.portfolio figure .title {
	display: flex;
	-ms-align-items: center;
	align-items: center;
	height: 90px;
	padding: 0 40px;
	color: #1a1a18;
	font-size: 25px;
	letter-spacing: 0.02em;
	line-height: 30px;
	background-color: #fff;
}

.lg-outer .lg-thumb {
	margin: auto;
}
.lg-outer .lg-thumb-item.active, .lg-outer .lg-thumb-item:hover {
	border-color: #f39149;
}
/* /. INDEX PORTFOLIO */

.index-template .catalog {
	background-color: #353644;
	background-image: url(../images/dark-brick-wall.png);
}
.index-template .catalog .element {
	border: none;
}
.index-template .catalog .element .element-content {
	background: #fff;
}
.parent-2 .ya-share2 {
	display: none;
}
.about-section {
	padding-top: 100px;
	padding-bottom: 100px;
	background-image: url(../images/about-bg.jpg);
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	background-attachment: fixed;
	border-top: 1px solid rgba(26, 26, 24, .2);
}
.about-wrapper {
	padding: 80px 105px;
	background-color: #fff;
	box-shadow: 0px 4px 9px 0px rgba(26, 26, 24, 0.05);
	border-radius: 5px;
}
.about-sub-header {
	display: block;
	margin-bottom: 50px;
	color: #ff6633;
	font-size: 16px;
	font-weight: 500;
	text-transform: uppercase;
}
.about-section .button {
	display: block;
	width: 240px;
	height: 60px;
	margin-top: 75px;
	padding: 0;
	color: #fff;
	font-size: 18px;
	font-weight: 500;
	line-height: 60px;
	text-transform: uppercase;
	letter-spacing: 0.02em;
}
.about-section .button:hover,
.about-section .button:focus {
	background: rgba(26, 26, 24, .9);
}

@media(max-width: 768px) {
	.txt_holder {
		padding: 0;
	}
}

.about-slider .img-wrapper a {
	position: relative;
	display: block;
	overflow: hidden;
	margin-bottom: 20px;
	border-radius: 5px;
	box-shadow: 0px 4px 9px 0px rgba(26, 26, 24, 0.05);
	transition: all .2s;
}
.about-slider .img-wrapper a:hover {
	transform: translateY(-7px);
	box-shadow: 0px 4px 46px 0px rgba(26, 26, 24, 0.27)
}


.main-content-wrapper {
	padding-bottom: 100px;
	background-color: #f3f3f3;
}
.main-content {
	padding: 75px 85px;
	background-color: #fff;
	box-shadow: 0px 4px 9px 0px rgba(26, 26, 24, 0.05);
	border-radius: 5px;
}

.base-template .middle {
	padding-top: 60px;
	padding-bottom: 100px;
	background-color: #f3f3f3;
}
/*.base-template .middle > .container {
	padding: 65px 85px;
	background-color: #fff;
	box-shadow: 0px 4px 9px 0px rgba(26, 26, 24, 0.05);
	border-radius: 5px;
}*/
.base-template .middle .content,
.base-template .middle .content p {
	font-size: 18px;
	line-height: 35px;
}


.base-template.news-template .middle > .container {
	/*padding: 65px 55px;*/
	/*padding: 65px 20px;*/
}



.base-template.services-template {
	background-color: #f3f3f3;
}
.base-template.services-template .middle,
.base-template.blog-detail .middle {
	padding-top: 30px;
}
.base-template.services-template .middle > .container,
.base-template.blog-detail .middle > .container {
	padding: 0 20px;
	background-color: transparent;
	box-shadow: none;
}
/*.base-template.services-template .middle .main-column,*/
.base-template.blog-detail .middle .main-column-left {
	padding: 45px 40px 0;
	background-color: #fff;
	box-shadow: 0px 4px 9px 0px rgba(26, 26, 24, 0.05);
	border-radius: 5px;
}
.base-template.services-template .middle .main-column {
	padding-bottom: 60px;
}
.base-template .middle h2,
.base-template .middle h3,
.base-template .middle h4 {
	margin-bottom: 25px;
}



.base-template.blog-detail .middle > .container > .row {
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	justify-content: space-between;
	margin: 0;
}
.base-template.blog-detail .middle .blog-detail-left {
	width: 760px;
	margin-right: 25px;
	padding-bottom: 60px;
	flex-shrink: 0;
}
.base-template.blog-detail .middle .blog-detail-left .date {
	margin-bottom: 25px;
	color: #ff6633;
	font-size: 16px;
	font-weight: 500;
	letter-spacing: 0.02em;
}
.base-template.blog-detail .middle .main-column-left .article-img {
	height: 245px;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	margin-right: -40px;
	margin-bottom: 50px;
	margin-left: -40px;
}
.base-template.blog-detail .middle .blog-detail-left .content {
	margin-bottom: 60px;
}
.base-template.blog-detail .middle .blog-detail-left .lightgallery {
	padding-bottom: 60px;
}
.base-template.blog-detail .middle .blog-detail-left .lightgallery .row.min {
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	-webkit-flex-wrap: wrap;
	-moz-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	-o-flex-wrap: wrap;
	flex-wrap: wrap;
	margin-right: -2px;
	margin-left: -2px;
}
.base-template.blog-detail .middle .blog-detail-left .lightgallery .row.min > div {
	padding-right: 2px;
	padding-left: 2px;
}

.base-template.blog-detail .middle .blog-detail-left .lightgallery .img-wrapper a {
	position: relative;
	display: block;
	overflow: hidden;
	margin-bottom: 4px;
	border-radius: 5px;
	box-shadow: 0px 4px 9px 0px rgba(26, 26, 24, 0.05);
	transition: all .2s;
}
.base-template.blog-detail .middle .blog-detail-left .lightgallery .img-wrapper a:hover {
	transform: translateY(-7px);
	box-shadow: 0px 4px 46px 0px rgba(26, 26, 24, 0.27)
}
.base-template.blog-detail .middle .blog-detail-right {
	flex-grow: 1;
}
.base-template.blog-detail .middle .blog-detail-right .aside-news .title-h2 {
	margin-bottom: 40px;
}
.base-template.blog-detail .middle .blog-detail-right .aside-news .element a {
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	margin-bottom: 30px;
	text-decoration: none;
}
.base-template.blog-detail .middle .blog-detail-right .aside-news .element .img-wrapper {
	flex-shrink: 0;
	width: 102px;
	height: 68px;
	margin-right: 12px;
	background-color: #fff;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	border-radius: 5px;
}
.base-template.blog-detail .middle .blog-detail-right .aside-news .element .date {
	display: block;
	margin-bottom: 5px;
	color: rgba(26, 26, 24, 0.6);
	font-size: 16px;
	font-weight: 300;
	line-height: 30px;
	letter-spacing: 0.05em;
}
.base-template.blog-detail .middle .blog-detail-right .aside-news .element .title {
	color: rgba(255, 102, 51, 1);
	font-size: 16px;
	font-weight: 500;
	letter-spacing: 0.02em;
	text-transform: uppercase;
	transition: all .2s;
}
.base-template.blog-detail .middle .blog-detail-right .aside-news .element a:hover .title {
	color: rgba(255, 102, 51, .5);
}

.base-template.news-template .pagination {
	width: 100%;
}
.base-template.news-template .pagination ul {
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	justify-content: center;
	width: 100%;
}
.base-template.news-template .pagination li:not(:last-child) {
	margin-right: 25px;
}
.base-template.news-template .pagination li > a,
.base-template.news-template .pagination li > span {
	position: relative;
	width: 50px;
	height: 50px;
	margin: 0;
	padding: 0;
	border-radius: 50px;
	font-size: 20px;
	line-height: 50px;
	letter-spacing: 0.02em;
	text-align: center;
	transition: all .2s;
}
.base-template.news-template .pagination li > a {
	color: #1a1a18;
	background-color: #fff;
}
.base-template.news-template .pagination li.active > a,
.base-template.news-template .pagination li > a:hover {
	color: #fff;
	background-color: #1a1a18;
}
.base-template.news-template .pagination li:first-child a,
.base-template.news-template .pagination li:first-child span,
.base-template.news-template .pagination li:last-child a,
.base-template.news-template .pagination li:last-child span {
	color: rgba(26, 26, 24, .9);
	background-color: transparent;
}
.base-template.news-template .pagination li:first-child a::after,
.base-template.news-template .pagination li:first-child span::after,
.base-template.news-template .pagination li:last-child a::after,
.base-template.news-template .pagination li:last-child span::after {
	content: "";
	display: block;
	position: absolute;
	width: 8px;
	height: 8px;
	border-bottom: 1.5px solid rgba(26, 26, 24, .9);
	border-right: 1.5px solid rgba(26, 26, 24, .9);
	left: 21px;
	top: 50%;
	margin-top: -4px;
}
.base-template.news-template .pagination li:first-child a::after,
.base-template.news-template .pagination li:first-child span::after {
	transform: rotate(135deg);
}
.base-template.news-template .pagination li:last-child a::after,
.base-template.news-template .pagination li:last-child span::after {
	transform: rotate(-45deg);
}
.base-template.news-template .pagination li:first-child a:hover,
.base-template.news-template .pagination li:last-child a:hover {
	box-shadow: 0px 4px 21px 0px rgba(26, 26, 24, 0.15);
	background-color: #fff;
}

.main-partners {
	padding-bottom: 100px;
	background-color: rgb(243, 243, 243);
}
.main-partners-content {
	background-color: rgb(255, 255, 255);
	box-shadow: rgba(26, 26, 24, 0.05) 0px 4px 9px 0px;
	padding: 75px 85px;
	border-radius: 5px;
}
.partners-slider {
	margin-right: -20px;
	margin-left: -20px;
}
.partners-slider .item-partners {
	padding: 0 20px;
}
.partners-slider .slick-arrow {
	position: absolute;
	top: calc(50% - 19px);
	z-index: 200;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	justify-content: center;
	-ms-align-items: center;
	align-items: center;
	width: 38px;
	height: 38px;
	padding: 0;
	color: transparent;
	font-size: 0;
	text-align: center;
	background-color: #fff;
	border: none;
	transition: all .2s;
	appearance: none;
}
.partners-slider .slick-arrow:hover {
	background-color: rgb(243, 243, 243);
}
.partners-slider .slick-arrow::before {
	display: block;
	width: 14px;
	height: 14px;
	transform: rotate(-135deg);
	margin-top: 5px;
	border-bottom: 3px solid #ff6633;
	border-right: 3px solid #ff6633;
	content: '';
}
/*.partners-slider .slick-arrow:hover::before {
	background-color: #ff6633;
}*/

.partners-slider .slick-arrow.slick-prev {
	left: -40px;
	transform: rotate(-90deg);
}
.partners-slider .slick-arrow.slick-next {
	right: -40px;
	transform: rotate(90deg);
}

@media only screen and (max-width: 1299px) {
	.top-menu > ul > li:not(:last-child) {
		margin-right: 30px;
	}
	.top-slider .element-image {
		width: 50%;
	}
	.top-slider .slick-dots {
		left: calc((100vw - 930px) / 2);
	}
	.about-wrapper {
		padding-right: 80px;
		padding-left: 80px;
	}
	.main-content {
		padding-right: 80px;
		padding-left: 80px;
	}
	.main-partners-content {
		padding-right: 80px;
		padding-left: 80px;
	}
	.map-section .map-wrapper .google-map {
		right: calc(((100vw - 930px) / 2) * (-1));
	}
	/*.base-template .middle > .container {
		padding-right: 80px;
		padding-left: 80px;
	}*/
	.base-template.services-template .middle > .container > .row {
		display: -webkit-flex;
		display: -moz-flex;
		display: -ms-flex;
		display: -o-flex;
		display: flex;
	}
	.base-template.services-template .middle > .container > .row > .col-md-4 {
		width: 300px;
		flex-shrink: 0;
	}
	.base-template.services-template .middle > .container > .row > .col-md-8 {
		flex-grow: 1;
	}
	.base-template.blog-detail .middle .blog-detail-left {
		width: 600px;
		margin-right: 20px;
	}
	.base-template.blog-detail .middle .main-column-left {
		padding-right: 25px;
		padding-left: 25px;
	}
	.base-template.blog-detail .middle .main-column-left .article-img {
		margin-right: -25px;
		margin-left: -25px;
	}
	.services-section .element a {
		/*height: calc(100% - 20px);*/
		padding-bottom: 0;
	}
	.services-section .element .title {
		min-height: 60px;
	}
	.services-section .element-img {
		position: relative;
		display: block;
		width: 100%;
		max-width: 400px;
		height: auto;
		margin-right: 0;
		margin-left: auto;
	}
	.portfolio .row {
		margin-right: -15px;
		margin-left: -15px;
	}
	.portfolio .portfolio-element {
		padding: 0 15px 30px 15px;
	}
}
@media only screen and (max-width: 991px) {
	h1, .title-h1 {
		margin-bottom: 40px;
		font-size: 36px;
		line-height: 46px;
	}
	h2,
	.title-h2 {
		font-size: 20px;
		line-height: 30px;
	}
	h3,
	.title-h3 {
		font-size: 18px;
		line-height: 30px;
	}
	h4,
	.title-h4 {
		font-size: 18px;
		line-height: 30px;
	}
	h5,
	.title-h5 {
		font-size: 16px;
		line-height: 30px;
	}
	p {
		font-size: 16px;
		line-height: 30px;
	}
	.top-bar {
		height: 52px;
	}
	.top-bar .container {
		padding-left: 53px;
		padding-right: 0;
	}
	.top-bar .header-button {
		height: 52px;
		margin-left: auto;
		line-height: 52px;
	}
	.header-whatsapp {
		margin-right: 0;
	}
	.mob-menu-btn {
		top: 0;
		left: 0;
		width: 53px;
		height: 51px;
	}
	.top-slider .title {
		font-size: 36px;
		line-height: 46px;
	}
	.top-slider .slick-dots {
		left: 10px;
	}
	.top-slider .slick-dots {
		font-size: 40px;
		line-height: 50px;
	}
	.about-wrapper {
		padding: 40px 40px;
	}
	.about-sub-header {
		margin-bottom: 30px;
	}
	.about-section .button {
		margin-top: 40px;
	}
	.vantages-section {
		padding-top: 60px;
	}
	.vantages .img-wrapper {
		margin-bottom: 40px;
	}
	.vantages .element {
		height: auto;
		margin-bottom: 20px;
	}
	.portfolio-header-section {
		padding-top: 40px;
	}
	.portfolio figure .title {
		padding: 0 20px;
		font-size: 20px;
	}
	.main-content-wrapper {
		padding-bottom: 60px;
	}
	.main-content {
		padding: 40px 40px;
	}
	.main-partners {
		padding-bottom: 60px;
	}
	.main-partners-content {
		padding: 40px 40px;
	}
	.partners-slider {
		margin-right: -10px;
		margin-left: -10px;
	}
	.partners-slider .item-partners {
		padding: 0 10px;
	}
	.partners-slider .slick-arrow.slick-prev {
		left: -20px;
	}
	.partners-slider .slick-arrow.slick-next {
		right: -20px;
	}
	.map-section .container {
		-webkit-flex-direction: column;
		-moz-flex-direction: column;
		-ms-flex-direction: column;
		-o-flex-direction: column;
		flex-direction: column;
	}
	.map-section .contacts {
		width: 100%;
		padding-top: 60px;
		padding-bottom: 60px;
	}
	.map-section .contacts .title-h1 {
		margin-bottom: 40px;
		text-align: center;
	}
	.map-section .contacts .element {
		text-align: center;
		/*width: 280px;
		margin-right: auto;
		margin-left: auto;*/
		margin-bottom: 25px;
	}
	.map-section .contacts-social {
		justify-content: center;
		margin-top: 40px;
	}
	.map-section .contacts-social a:last-child {
		margin-right: 0;
	}
	.map-section .map-wrapper {
		/*width: 100%;*/
		margin-right: -20px;
		margin-left: -20px;
		width: auto;
		height: 500px !important;
		max-height: 80vh;
	}
	.map-section .map-wrapper .google-map {
		position: relative;
		right: 0;
		height: 500px;
		max-height: 80vh;
	}
	/*.base-template .middle > .container {
		padding-right: 40px;
		padding-left: 40px;
	}*/
	.about-slider .img-wrapper a {
		width: 300px;
		margin-right: auto;
		margin-left: auto;
	}
	.services-section {
		padding-top: 60px;
		padding-bottom: 60px;
	}
	.base-template.services-template .middle > .container > .row {
		-webkit-flex-wrap: wrap;
		-moz-flex-wrap: wrap;
		-ms-flex-wrap: wrap;
		-o-flex-wrap: wrap;
		flex-wrap: wrap;
	}
	.base-template.services-template .middle > .container > .row > .col-md-4 {
		display: none;
	}
	.base-template.services-template .middle > .container > .row > .col-md-8 {
		width: 100%;
	}

	.base-template.blog-detail .middle > .container > .row {
		-webkit-flex-wrap: wrap;
		-moz-flex-wrap: wrap;
		-ms-flex-wrap: wrap;
		-o-flex-wrap: wrap;
		flex-wrap: wrap;
	}
	.base-template.blog-detail .middle .blog-detail-left {
		width: 100%;
	}
	.base-template.blog-detail .middle .main-column-left {
		padding-top: 25px;
		padding-bottom: 40px;
	}
	.base-template.blog-detail .middle .blog-detail-left .content {
		margin-bottom: 0;
	}
	.base-template .middle {
		padding-bottom: 60px;
	}
	.services-section .element {
		height: auto;
	}
}

@media only screen and (max-width: 767px) {
	h1, .title-h1 {
		margin-bottom: 30px;
		font-size: 30px;
		line-height: 36px;
	}
	h2,
	.title-h2 {
		font-size: 20px;
		line-height: 30px;
	}
	h3,
	.title-h3 {
		font-size: 18px;
		line-height: 30px;
	}
	h4,
	.title-h4 {
		font-size: 18px;
		line-height: 30px;
	}
	h5,
	.title-h5 {
		font-size: 16px;
		line-height: 30px;
	}
	.header-bottom .container {
		-webkit-flex-direction: column;
		-moz-flex-direction: column;
		-ms-flex-direction: column;
		-o-flex-direction: column;
		flex-direction: column;
		padding-top: 22px;
		height: 197px;
	}
	.header-whatsapp {
		display: none;
	}
	.header-tel {
		margin-right: -20px;
		margin-left: -20px;
		width: 100vw;
		height: 80px;
		margin-top: 22px;
		padding-top: 10px;
		border-top: 1px solid rgba(26, 26, 24, .1);
	}
	.header-logo img {
		width: 270px;
		height: 73px;
	}
	.top-slider .element-wrapper {
		-webkit-flex-direction: column;
		-moz-flex-direction: column;
		-ms-flex-direction: column;
		-o-flex-direction: column;
		flex-direction: column;
	}
	.top-slider .element-content {
		padding-top: 40px;
	}
	.top-slider .element-image {
		width: 100%;
		height: auto;
	}
	.top-slider .element-image img {
		position: relative;
		margin-right: -20px;
		margin-left: -20px;
		height: auto;
	}
	.top-slider .title {
		font-size: 30px;
		line-height: 36px;
	}
	.top-slider .slick-dots {
		position: relative;
		top: 0;
		bottom: 0;
		left: 0;
		justify-content: center;
		width: 100%;
		margin-top: 40px;
		margin-bottom: 40px;
	}
	.about-section {
		padding-top: 60px;
		padding-bottom: 60px;
	}
	.about-section .container {
		padding-right: 10px;
		padding-left: 10px;
	}
	.about-wrapper {
		padding-right: 20px;
		padding-left: 20px;
	}
	.services-section .row > div {
		width: 100%;
	}
	.vantages .element {
		padding-right: 20px;
		padding-left: 20px;
	}
	.portfolio .portfolio-element {
		padding-bottom: 20px;
	}
	.main-content {
		padding: 40px 20px;
	}
	.main-partners-content {
		padding: 40px 20px;
	}
	.footer-bottom-wrapper {
		-webkit-flex-direction: column;
		-moz-flex-direction: column;
		-ms-flex-direction: column;
		-o-flex-direction: column;
		flex-direction: column;
		height: 100px;
		padding-bottom: 20px;
		padding-top: 20px;
	}
	.about-slider {
		margin-right: -10px;
		margin-left: -10px;
	}
	.about-slider .img-wrapper a {
		max-width: 100%;
	}
	blockquote {
		padding: 20px;
	}
	.base-template.services-template .middle .main-column {
		padding-bottom: 0;
	}
	.base-template .middle .content, .base-template .middle .content p {
		line-height: 30px;
	}
	ul.list > li,
	.product-text ul > li,
	.content ul > li {
		line-height: 30px;
	}
	ul.list > li:before,
	.product-text ul > li:before,
	.content ul > li:before {
		top: 12px;
		width: 7px;
		height: 7px;
	}
	.base-template .middle,
	.base-template.services-template .middle {
		padding-top: 60px;
		padding-bottom: 60px;
	}
}

@media only screen and (max-width: 600px) {
	.news .element a {
		-webkit-flex-direction: column;
		-moz-flex-direction: column;
		-ms-flex-direction: column;
		-o-flex-direction: column;
		flex-direction: column;
	}
	.news .element .img-wrapper {
		margin-right: 0;
		margin-bottom: 25px;
	}
	.modal {
		padding-right: 15px;
		padding-left: 15px;
	}
}
@media only screen and (max-width: 500px) {
	.services-section .element a {
		padding-top: 30px;
	}
	.services-section .element .number,
	.services-section .element .title {
		padding-left: 20px;
	}
	.services-section .element .number {
		margin-bottom: 20px;
	}
}
@media only screen and (max-width: 420px) {
	/*.services-section .element-img {
		height: auto;
	}
	.services-section .element a {
		padding-bottom: calc(100vw - 20px);
		height: auto;
	}*/
}
@media only screen and (max-width: 400px) {
	.top-bar .header-button {
		width: 100%;
	}
}