@charset "utf-8";
@import url(lightgallery.min.css);
html,
body {
	height: 100% !important;
	margin: 0;
	padding: 0;
}

.main-wrapper {
	min-height: 100%;
	margin: 0 0 -320px 0;
}

.footer-push {
	height: 320px;
}

.footer-wrapper {
	min-height: 320px;
	background: #23282E;
	width: 100%;
	overflow: hidden;
}

.footer-wrapper a {
	text-decoration: none !important;
}

.footer-top {
	min-height: 260px;
	padding: 40px 0;
}

.footer-bottom {
	height: 60px;
	border-top: 1px solid rgba(255, 255, 255, 0.1);
	color: #878993;
	line-height: 1.2;
}

.footer-phones {
	border: 1px dashed rgba(255, 255, 255, 0.1);
	border-radius: 15px;
	position: absolute;
	right: 0;
	top: 0;
	width: 340px;
	padding: 35px 20px;
	color: #fff;
}

.footer-phones .title {
	line-height: 1.4;
}

.footer-phones .title i {
	vertical-align: middle;
	font-size: 22px;
	margin: -1px 5px 0 0;
	color: #2a74f1;
}

.footer-phones .element a {
	color: #fff;
}

.footer-phones .element a:hover {
	color: #F0511B;
}

.footer-top-inner {
	padding-right: 380px;
	color: #DBDCDE;
}

.footer-menu ul {
	padding: 0;
}

.footer-menu li {
	margin-bottom: 10px;
	list-style: none;
}

.footer-menu a {
	color: #DBDCDE;
}

.footer-menu a:hover {
	color: #E6420A;
}

.footer-phone-wrapper,
.footer-phone-wrapper>div {
	position: static;
}

.social-links a {
	color: rgba(255, 255, 255, 0.2);
	margin: 0 0 0 5px;
	display: inline-block;
	width: 36px;
	height: 36px;
	text-align: center;
	line-height: 36px;
	border: 1px solid;
	font-size: 15px;
	border-radius: 3px;
}

.social-links a:first-of-type {
	margin-left: 0;
}

.social-links a:hover {
	color: #fff;
}

.development a:hover {
	color: #fff;
}

@media (max-width: 1479px) {
	.footer-phones {
		width: 270px;
		padding: 30px 10px 25px;
	}
	.footer-top-inner {
		padding-right: 300px;
	}
}
@media (max-width: 991px) {
    .footer-phones {
		width: 100%;
		padding: 0;
		position: static;
		border: none;
	}
	.footer-top-inner {
		padding-right: 0;
	}
}
@media(max-width:767px) {
    .footer-wrapper{
        padding-bottom: 60px;
    }
	.footer-bottom {
		height: auto;
		padding: 20px 0;
	}
}

.base-template #header {
	box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
}

.logo-wrapper {
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
}

.logo img {
	max-height: 100%;
	max-width: 295px;
}

* {
	outline: none !important;
}

a {
	color: #E6420A;
}

a:hover {
	color: #000;
}

.clear,
.cleaner {
	clear: both;
}
.bold {
	font-weight: bold;
}
.white {
	color: #fff;
}
.black {
	color: #333333;
}

.relative {
	position: relative;
}

.delay-250 {
	animation-delay: 250ms;
	moz-animation-delay: 250ms;
	o-animation-delay: 250ms;
	webkit-animation-delay: 250ms;
}

.delay-500 {
	animation-delay: 500ms;
	moz-animation-delay: 500ms;
	o-animation-delay: 500ms;
	webkit-animation-delay: 500ms;
}

.delay-750 {
	animation-delay: 750ms;
	moz-animation-delay: 750ms;
	o-animation-delay: 750ms;
	webkit-animation-delay: 750ms;
}

.delay-1000 {
	animation-delay: 1000ms;
	moz-animation-delay: 1000ms;
	o-animation-delay: 1000ms;
	webkit-animation-delay: 1000ms;
}

.delay-1250 {
	animation-delay: 1250ms;
	moz-animation-delay: 1250ms;
	o-animation-delay: 1250ms;
	webkit-animation-delay: 1250ms;
}

.delay-1500 {
	animation-delay: 1500ms;
	moz-animation-delay: 1500ms;
	o-animation-delay: 1500ms;
	webkit-animation-delay: 1500ms;
}

.delay-1750 {
	animation-delay: 1750ms;
	moz-animation-delay: 1750ms;
	o-animation-delay: 1750ms;
	webkit-animation-delay: 1750ms;
}

.delay-2000 {
	animation-delay: 2000ms;
	moz-animation-delay: 2000ms;
	o-animation-delay: 2000ms;
	webkit-animation-delay: 2000ms;
}

.delay-2250 {
	animation-delay: 2250ms;
	moz-animation-delay: 2250ms;
	o-animation-delay: 2250ms;
	webkit-animation-delay: 2250ms;
}

.delay-2500 {
	animation-delay: 2500ms;
	moz-animation-delay: 2500ms;
	o-animation-delay: 2500ms;
	webkit-animation-delay: 2500ms;
}

.delay-2750 {
	animation-delay: 2750ms;
	moz-animation-delay: 2750ms;
	o-animation-delay: 2750ms;
	webkit-animation-delay: 2750ms;
}

.delay-3000 {
	animation-delay: 3000ms;
	moz-animation-delay: 3000ms;
	o-animation-delay: 3000ms;
	webkit-animation-delay: 3000ms;
}

.delay-3500 {
	animation-delay: 3500ms;
	moz-animation-delay: 3500ms;
	o-animation-delay: 3500ms;
	webkit-animation-delay: 3500ms;
}

.no-visible {
	opacity: 0;
}

.visible {
	opacity: 1;
}

.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;
}

.push11 {
	height: 11px;
}

.push12 {
	height: 12px;
}

.push13 {
	height: 13px;
}

.push14 {
	height: 14px;
}

.push15 {
	height: 15px;
}

.push16 {
	height: 16px;
}

.push17 {
	height: 17px;
}

.push18 {
	height: 18px;
}

.push19 {
	height: 19px;
}

.push20 {
	height: 20px;
}

.push21 {
	height: 21px;
}

.push22 {
	height: 22px;
}

.push23 {
	height: 23px;
}

.push24 {
	height: 24px;
}

.push25 {
	height: 25px;
}

.push26 {
	height: 26px;
}

.push27 {
	height: 27px;
}

.push28 {
	height: 28px;
}

.push29 {
	height: 29px;
}

.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;
}

.push110 {
	height: 110px;
}

.push120 {
	height: 120px;
}

.push130 {
	height: 130px;
}

.push140 {
	height: 140px;
}

.push150 {
	height: 150px;
}

.push200 {
	height: 200px;
}

.push-left-5 {
	padding-left: 5px;
}

.push-left-10 {
	padding-left: 10px;
}

.push-left-15 {
	padding-left: 15px;
}

.push-left-20 {
	padding-left: 20px;
}

.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;
}

.f17 {
	font-size: 17px;
}

.f18 {
	font-size: 18px;
}

.f19 {
	font-size: 19px;
}

.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;
}

body {
	background: #FFF;
	color: #666666;
	font: normal normal 14px/17px 'Open Sans', sans-serif;
	overflow-x: hidden;
	webkit-text-size-adjust: 100%;
}

header .header-btm,
.btn,
.info-conainer .akardion .item:before,
.premium-container .carousel .slick-slide img,
.slick-prev:after,
.slick-next:after,
a {
	moz-transition: all 0.3s ease;
	ms-transition: all 0.3s ease;
	o-transition: all 0.3s ease;
	text-decoration: none;
	transition: all 0.3s ease;
	webkit-transition: all 0.3s ease;
}

a:hover {
	text-decoration: underline;
}

p {
	margin-bottom: 20px;
}

.text {
	margin-bottom: 20px;
	font-weight: 400;
	line-height: 25px;
	color: #231f20;
	-webkit-font-smoothing: antialiased;
}

.content {
	font-size: 15px;
	line-height: 1.7;
	text-align: justify;
}

h1,
.h1 {
	font: normal bold 36px/40px 'Ubuntu', Tahoma, sans-serif;
	letter-spacing: 1px;
	color: #000;
	margin: 0 0 30px;
}

h2,
.h2 {
	font: normal bold 32px/36px 'Ubuntu', Tahoma, sans-serif;
	color: #000;
	margin: 0 0 20px;
}

h3,
.h3 {
	font: normal bold 24px/28px 'Ubuntu', Tahoma, sans-serif;
	color: #000;
	margin: 0 0 20px;
}

h4,
.h4 {
    font: normal bold 20px/24px 'Ubuntu', Tahoma, sans-serif;
	color: #000;
	margin: 0 0 20px;
	font-weight: bold;
}

h5,
.h5 {
    font: normal bold 18px/22px 'Ubuntu', Tahoma, sans-serif;
	color: #000;
	margin: 0 0 20px;
	font-weight: bold;
}

h6,
.h6 {
    font: normal bold 16px/20px 'Ubuntu', Tahoma, sans-serif;
	color: #000;
	margin: 0 0 15px;
	font-weight: bold;
}
.section-title{
    font: normal bold 30px/40px 'Ubuntu', Tahoma, sans-serif;
	margin: 0 0 40px;
	text-transform: uppercase;
}

@media(max-width: 767px) {
	h1,
	.h1 {
		font: normal bold 25px/34px 'Ubuntu', Tahoma, sans-serif;
		margin-bottom: 20px;
	}
	h2,
	.h2 {
		font: normal bold 22px/26px 'Ubuntu', Tahoma, sans-serif;
	}
	.section-title{
        font: normal bold 22px/26px 'Ubuntu', Tahoma, sans-serif;
    	margin: 0 0 30px;
    }
}

.form-control:focus {
	border-color: #2a2a2a;
	box-shadow: none;
}

.form-control.error {
	border-color: #3e68b2;
}

input::-webkit-input-placeholder {
	color: #a6a6a6;
	opacity: 1;
}

input:-moz-placeholder {
	color: #a6a6a6;
	opacity: 1;
}

input::-moz-placeholder {
	color: #a6a6a6;
	opacity: 1;
}

input:-ms-input-placeholder {
	color: #a6a6a6;
	opacity: 1;
}

.modal {
    display: none;
	background: #fff;
	color: #000;
	display: none;
	max-width: 100%;
	padding: 40px 20px 30px;
	width: 800px;
}

.modal.min {
	max-width: 100%;
	width: 600px;
}
.modal .form-control {
	margin-bottom: 15px;
}

.modal label {
	font-weight: normal;
}

textarea.form-control {
	min-height: 100px;
	resize: none;
}

.form-control[readonly] {
	border-color: #CCCCCC !important;
	box-shadow: none !important;
}

.btn {
	border-radius: 4px;
	font-size: 14px;
	font-weight: bold;
	line-height: 18px;
	outline: none !important;
	padding: 16px 25px;
	text-align: center;
	text-transform: uppercase;
	background: #3491d9;
	box-shadow: 0 3px 15px rgba(136, 136, 136, 0.78);
	color: #fff;
}
.btn:hover,
.btn:active,
.btn:focus{
	background: #222222;
	box-shadow: 0 3px 15px rgba(0, 0, 0, 0.3);
	color: #FFF;
	outline: none;
}

.btn-up {
	background-color: rgba(0, 0, 0, 0.4);
	bottom: 80px;
	color: #fff;
	cursor: pointer;
	font-size: 30px;
	height: 40px;
	line-height: 38px;
	moz-transition: background-color 200ms ease-out;
	o-transition: background-color 200ms ease-out;
	position: fixed;
	right: 20px;
	text-align: center;
	transition: background-color 200ms ease-out;
	webkit-transition: background-color 200ms ease-out;
	width: 40px;
	z-index: 1005;
	border-radius: 3px;
}

.btn-up:focus,
.btn-up:hover {
	background-color: rgba(0, 0, 0, 0.8);
	color: #FFF;
	outline: none !important;
}

.btn.min {
	padding-bottom: 12px;
	padding-top: 12px;
}

.btn.block {
	width: 100%;
	display: block;
}

header {
	position: relative;
}

.header-top {
	background: #23282E;
	color: #FFF;
}
.header-top-inner{
    height: 48px;
}

.header-address {
	position: absolute;
	left: 0;
	top: 0;
	bottom: 0;
	line-height: 48px;
	padding-left: 20px;
	display: inline-block;
}

.header-address .fa {
	position: absolute;
	top: 15px;
	left: 0;
	color: #E6420A;
	font-size: 16px;
}

.header-btm {
	background: #FFF;
	left: 0;
	width: 100%;
	z-index: 500;
}

.header-btm-inner {
	height: 90px;
	position: relative;
	-webkit-transition: all 200ms ease-out;
	-moz-transition: all 200ms ease-out;
	transition: all 200ms ease-out;
}
.fixed .header-btm-inner{
    height: 70px;
}

.base-template .header-btm{
    box-shadow: 0 3px 5px rgba(0, 0, 0, 0.1);
}
header.fixed .header-btm {
	box-shadow: 0 3px 5px rgba(0, 0, 0, 0.1);
	position: fixed;
	top: 0;
}
.header-push{
    -webkit-transition: all 200ms ease-out;
	-moz-transition: all 200ms ease-out;
	transition: all 200ms ease-out;
}
header.fixed+.header-push {
	height: 70px;
}

.top-menu-wrapper {
	position: absolute;
	top: 0;
	bottom: 0;
	right: 0;
	height: 100%;
}
.top-menu > ul{
    list-style: none;
    padding: 0;
    margin: 0;
}
.top-menu > ul > li {
	margin: 0 0 0 25px;
	display: inline-block;
}

.top-menu > ul > li:first-of-type {
	margin-left: 0;
}

.top-menu > ul > li > a {
    text-transform: uppercase;
	color: #fff;
	padding: 5px 0;
	position: relative;
	text-decoration: none;
}
.top-menu > ul > li > a:after {
	background: #48a1e1;
	bottom: 0;
	content: '';
	height: 2px;
	left: 0;
	opacity: 0;
	position: absolute;
	width: 100%;
	moz-transition: all 0.3s ease;
	ms-transition: all 0.3s ease;
	o-transition: all 0.3s ease;
	transition: all 0.3s ease;
	webkit-transition: all 0.3s ease;
	ms-transform: scale(0);
	position: absolute;
	transform: scale(0);
	transition: all .45s ease-in-out;
	webkit-transform: scale(0);
	webkit-transition: all .45s ease-in-out;
}

.top-menu > ul > li.active > a:after,
.top-menu > ul > li > a:hover:after {
	opacity: 1;
	ms-transform: scale(1);
	transform: scale(1);
	webkit-transform: scale(1);
}

.top-menu > ul > li.active > a,
.top-menu > ul > li > a:active,
.top-menu > ul > li > a:hover {
	background: transparent;
	border: none;
	outline: none;
}

.header-phones{
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    width: 200px;
    text-align: right;
}

.header-phones .item + .item.last{
    padding-top: 10px;
}
.header-phones a{
    padding-left: 20px;
	position: relative;
	display: inline-block;
	font-size: 19px;
	text-decoration: none !important;
	color: #23282e;
}
.header-phones a .fa{
    position: absolute;
	top: 0;
	left: 0;
}
.header-phones a:hover{
    color: #E6420A;
}

.header-phones-xs-wrapper{
    background: #0a83e6;
}
.header-phones-xs{
    padding: 10px 0;
}
.header-phones-xs a{
    display: inline-block;
    font-weight: bold;
    text-decoration: none;
    font-size: 14px;
    margin-right: 15px;
    padding-left: 0;
    color: #fff;
}
.header-phones-xs a:last-of-type{
    margin-right: 0;
}

@media(min-width:768px){
    .header-phones-btn-version .item > a{
        display: inline-block;
        height: 36px;
        text-align: center;
        line-height: 36px;
        color: #ffffff;
        border-radius: 3px;
        vertical-align: top;
        padding: 0 15px 0 30px;
        background: #48a1e1;
        font-size: 17px;
		font-weight: 600;
    }
    .header-phones-btn-version a .fa{
        top: 50%;
        margin-top: -8px;
        left: 10px;
    }
    .header-phones-btn-version a:hover{
        filter: brightness(114%);
    }
}

header .messengers{
    position: absolute;
    top: 0;
    bottom: 0;
    right: 220px;
    width: 140px;
    text-align: right;
}
.messengers a{
    display: inline-block;
    width: 36px;
    height: 36px;
    text-align: center;
    line-height: 36px;
    color: #fff;
    border-radius: 3px;
    vertical-align: top;
    padding: 8px;
    margin-right: 5px;
}
.messengers a:last-of-type{
    margin-right: 0;
}
.messengers a svg{
    position: relative;
    top: -1px;
}
.messengers a.viber{
    background: #7A58E8;
    padding: 7px;
}
.messengers a.viber svg{
    top: 0;
}
.messengers a.whatsapp{
    background: #2DC64F;
}
.messengers a.telegram{
    background: #2E88CB;
    padding: 7px;
}
.messengers a.telegram svg{
    top: 0;
}
.messengers a:hover {
    -webkit-filter: brightness(114%);
    filter: brightness(114%);
}

@media(max-width: 1199px){
    .top-menu > ul > li > a{
        font-size: 13px;
    }
}
@media(max-width: 991px){
    .top-menu > ul > li{
        margin: 0px 0px 0px 20px;
    }
    .top-menu > ul > li > a{
        font-size: 12px;
    }
}
@media(max-width: 767px){
    header .messengers{
        position: fixed;
        top: auto;
        bottom: 0;
        left: 0;
        right: 0;
        z-index: 1000;
        background: #FFF;
        padding: 10px;
        text-align: center;
        width: auto;
        box-shadow: 0 -3px 5px rgba(0, 0, 0, 0.1);
    }
    .header-btm {
        box-shadow: 0 3px 5px rgba(0, 0, 0, 0.1);
        height: 60px;
        position: fixed;
        top: 0;
        left: 0;
        right: 0;
    }
    .header-btm-inner,
    .fixed .header-btm-inner{
        height: 60px;
    }
    .header-push,
    header.fixed+.header-push{
		height: 60px;
	}
	
	
}



/* mob-menu-btn begin */
.menu-button{
    position: absolute;
    right: 0;
    top: 50%;
    width: 25px;
    height: 20px;
    margin-top: -11px;
    -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: 600;
}
.mobile-menu .menu-button{
    right: 10px;
    top: 19px;
    border-color: transparent;
    display: none;
}
.icon-menu-burger {
    height: 2px;
    width: 25px;
    position: absolute;
    top: 50%;
    left: 50%;
    margin: 0 0 0 -13px;
}
.icon-menu-burger__line {
    background: #0a1134;
    height: 100%;
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
}
.icon-menu-burger:before, .icon-menu-burger:after {
    background: #0a1134;
    content: '';
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
}
.menu-button.active .icon-menu-burger__line,
.menu-button.active .icon-menu-burger:before, 
.menu-button.active .icon-menu-burger:after{
    background: red;
}
.icon-menu-burger:before {
    top: -9px;
}
.icon-menu-burger:after {
    bottom: -9px;
}
.menu-button.active .icon-menu-burger{
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}
.menu-button.active .icon-menu-burger__line{
    -webkit-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
}
.menu-button.active .icon-menu-burger:before {
    top: 0;
}
.menu-button.active .icon-menu-burger:after {
    bottom: 0;
}
/* /. mob-menu-btn */

/* mobile-menu */
.mobile-menu {
    position: fixed;
    top: 60px;
    left: 0;
    right: 0;
    background: #23282E;
    z-index: -99;
    -webkit-transition: opacity 200ms ease-out;
    -moz-transition: opacity 200ms ease-out;
    -o-transition: opacity 200ms ease-out;
    transition: opacity 200ms ease-out;
    padding: 20px;
    visibility: hidden;
    opacity: 0;
    max-height: calc(100% - 60px);
    overflow-y: scroll;
}

.overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(255,255,255,0.8);
    z-index: -100;
    opacity: 0;
    -webkit-transition: opacity 200ms ease-out;
    -moz-transition: opacity 200ms ease-out;
    -o-transition: opacity 200ms ease-out;
    transition: opacity 200ms ease-out;
}

.mobile-menu ul{
    padding: 0;
    margin: 0;
}
.mobile-menu li{
    position: relative;
    list-style: none;
}
.mobile-menu > div > ul > li.down > a {
    padding-right: 40px;
}
.mobile-menu .dropdown-button{
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    z-index: 10;
    width: 40px;
    height: 40px;
}
.mobile-menu .dropdown-button:before {
    content: "";
    display: block;
    position: absolute;
    width: 12px;
    height: 12px;
    top: 13px;
    right: 0;
    border-bottom: 1px solid #fff;
    border-right: 1px solid #fff;
    -moz-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    -webkit-transition: all 300ms ease-out;
    -moz-transition: all 300ms ease-out;
    -o-transition: all 300ms ease-out;
    transition: all 300ms ease-out;
}
.mobile-menu .dropdown-button.active:before{
    -moz-transform: rotate(225deg);
    -webkit-transform: rotate(225deg);
    -o-transform: rotate(225deg);
    -ms-transform: rotate(225deg);
    transform: rotate(225deg);
    top: 19px;
}
.mobile-menu > div > ul > li > ul {
    position: static;
    width: 100%;
    display: none;
}
.mobile-menu > div > ul  > li > a {
    display: block;
    text-decoration: none;
    color: #ffffff;
    padding: 13px 0 10px;
    text-transform: uppercase;
    font-size: 14px;
}
.mobile-menu > div > ul  > li.active > a{
    color: #DF5A0E;
}
.mobile-menu > div > ul > li > ul > li.active > a,
.mobile-menu > div ul ul ul .active a{
    color: #DF5A0E;
}

.mobile-menu > div > ul > li > ul > li > a,
.mobile-menu > div ul ul ul a{
    display: block;
    font-size: 14px;
    line-height: 18px;
    text-decoration: none;
    -webkit-transition: all 200ms ease-out;
    -moz-transition: all 200ms ease-out;
    -o-transition: all 200ms ease-out;
    transition: all 200ms ease-out;
    padding: 10px 0 10px 10px;
    color: #fff;
    position: relative;
}
.mobile-menu > div > ul > li > ul > li > a:before,
.mobile-menu > div ul ul ul a:before {
    content: "";
    display: block;
    position: absolute;
    top: 18px;
    left: 20px;
    width: 4px;
    height: 3px;
    background: transparent;
}
.mobile-menu > div ul ul ul a{
    padding: 6px 10px 6px 45px;
    font-size: 13px;
}
.mobile-menu > div ul ul ul a:before{
    left: 34px;
    top: 12px;
}
.mobile-menu .dropdown-button + ul {
    position: static;
    width: 100%;
    display: none;
    margin-bottom: 10px;
}
.mobile-menu ul ul .dropdown-button:before{
    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: 8px !important;
    left: 17px;
    font-size: 16px;
}
@media (max-width: 767px) {
    .mobile-menu.open {
        z-index: 1100;
        visibility: visible;
        opacity: 1;
    }
    .mobile-menu.open + .overlay {
        z-index: 500;
        opacity: 1;
    }
}

/* /. mobile-menu */

.slick-slider {
	box-sizing: border-box;
	display: block;
	khtml-user-select: none;
	moz-box-sizing: border-box;
	moz-user-select: none;
	ms-touch-action: pan-y;
	ms-user-select: none;
	position: relative;
	touch-action: pan-y;
	user-select: none;
	webkit-tap-highlight-color: transparent;
	webkit-touch-callout: none;
	webkit-user-select: none;
}

.slick-list {
	display: block;
	margin: 0;
	overflow: hidden;
	padding: 0;
	position: relative;
}

.slick-list:focus {
	outline: none;
}

.slick-list.dragging {
	cursor: hand;
	cursor: pointer;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
	moz-transform: translate3d(0, 0, 0);
	ms-transform: translate3d(0, 0, 0);
	o-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
	webkit-transform: translate3d(0, 0, 0);
}

.slick-track {
	display: block;
	left: 0;
	position: relative;
	top: 0;
}

.slick-track:before,
.slick-track:after {
	content: '';
	display: table;
}

.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-slide:focus {
	outline: none !important;
}

.slick-loading .slick-slide {
	visibility: hidden;
}

.slick-vertical .slick-slide {
	border: 1px solid transparent;
	display: block;
	height: auto;
}

.slider-wrapper .item img {
	min-height: 300px;
}

.slick-dots {
	display: block;
	list-style: none;
	padding: 0;
	text-align: center;
	width: 100%;
}

.slick-dots li button {
	border: none;
	border-radius: 50%;
	display: block;
	left: -5px;
	opacity: 0;
	position: absolute;
	top: -5px;
}

.slick-dots li {
	background: #000000;
	border: 2px solid #000000;
	border-radius: 50%;
	cursor: pointer;
	display: inline-block;
	height: 14px;
	margin: 0 6px;
	position: relative;
	width: 14px;
}

.slick-dots li.slick-active {
	background: #E6420A;
	border-color: #E6420A;
}

.slick-prev:active,
.slick-next:active,
.slick-prev:focus,
.slick-next:focus,
.slick-prev,
.slick-next {
	background: rgba(255, 255, 255, 0.3);
	border: none;
	border-radius: 4px;
	cursor: pointer;
	display: block;
	height: 48px;
	width: 48px;
	margin-top: -24px;
	outline: none;
	overflow: hidden;
	position: absolute;
	text-indent: -999px;
	top: 50%;
	z-index: 10;
	transition: all 200ms ease-out;
}

.slick-prev {
	left: 30px;
}

.slick-next {
	right: 45px;
}

.slick-prev:after,
.slick-next:after {
	border-bottom: 2px solid #141414;
	border-left: 2px solid #141414;
	content: "";
	display: block;
	height: 16px;
	left: 50%;
	margin-left: -5px;
	margin-top: -8px;
	position: absolute;
	top: 50%;
	width: 16px;
}

.slick-prev:after {
	moz-transform: rotate(45deg);
	ms-transform: rotate(45deg);
	o-transform: rotate(45deg);
	transform: rotate(45deg);
	webkit-transform: rotate(45deg);
}

.slick-next:after {
	margin-left: -11px;
	moz-transform: rotate(-225deg);
	ms-transform: rotate(-225deg);
	o-transform: rotate(-225deg);
	transform: rotate(225deg);
	webkit-transform: rotate(-225deg);
}

.slick-prev:hover,
.slick-next:hover {
	background: rgba(255, 255, 255, .6);
}

.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;
	height: 100%;
	width: 100%;
	margin: 0;
}

.table-cell {
	display: table-cell;
	height: 100%;
	vertical-align: middle;
	width: 100%;
}

.gray-bg{
	background: url(../images/ag-square.png) #F2F2F2;
}

.catalog > .row{
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: stretch;
    align-items: stretch;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
}
.catalog > .row > div{
    margin-bottom: 30px;
}
.catalog .item {
    height: 100%;
	background: #FFF;
	color: #666666;
	font-size: 15px;
	line-height: 19px;
	position: relative;
	moz-transition: all 200ms ease-out;
	o-transition: all 200ms ease-out;
	webkit-transition: all 200ms ease-out;
	transition: all 200ms ease-out;
}
.catalog .item:hover {
	box-shadow: 0 0 15px rgba(0, 0, 0, 0.3);
}
.catalog .item .pict {
	padding: 15px;
}
.catalog .item .pict img {
	display: block;
	width: 100%;
}
.catalog .item-content{
    padding: 10px 25px 25px;
}
.catalog .item .deadline,
.product-gallery-wrapper .deadline{
	background: rgba(25, 145, 199, 0.9);
    color: #fff;
    font-size: 14px;
    line-height: 18px;
    padding: 6px 0 6px 15px;
    position: absolute;
    left: 15px;
    top: 30px;
    width: 160px;
    text-align: center;
    text-transform: uppercase;
    z-index: 1;
}
.catalog .item .deadline:before,
.product-gallery-wrapper .deadline:before{
    content: "";
    font-size: 10px;
    position: absolute;
    height: auto;
    border: 1.5em solid rgba(25, 145, 199, 0.9);
    top: 0px;
    border-top-width: 1.5em;
    border-right-color: transparent;
    right: 0;
    transform: translateX(100%);
}
.catalog .item a.absolute {
	background: rgba(0, 0, 0, .8);
	text-decoration: none;
	color: #fff;
	padding: 30px;
	line-height: 1.4;
	opacity: 0;
}
.catalog .item:hover a.absolute {
	opacity: 1;
}
.catalog .item-title{
	font-weight: bold;
	color: #E6420A;
	font-size: 18px;
	line-height: 1.4;
	margin-bottom: 10px;
}

.catalog .item .object-address{
    margin-bottom: 10px;
}
.object-address i{
    color: #E6420A;
    margin-right: 5px;
}
.catalog .item .price{
    font-weight: bold;
    font-size: 20px;
    line-height: 1.2;
    padding-top: 10px;
    color: #23282E;
}

@media(max-width:767px) {
	.catalog .item-title {
		white-space: inherit;
	}
}


.info-conainer {
	padding: 0 0 65px;
}

.info-conainer img {
	width: 100%;
}

.info-conainer .col-md-6 {
	padding-top: 20px;
}

.info-conainer .pict:first-child {
	margin-bottom: 11%;
}

.info-conainer .pict {
	moz-transition: all 200ms ease-out;
	o-transition: all 200ms ease-out;
	position: relative;
	transition: all 200ms ease-out;
	webkit-transition: all 200ms ease-out;
}

.info-conainer .pict:hover {
	box-shadow: 0 0 15px rgba(0, 0, 0, 0.3);
}

.info-conainer .pict .element-content {
	height: 100%;
	left: 0;
	position: absolute;
	top: 0;
	width: 100%;
}

.info-conainer .pict .element-content .title {
	color: #222222;
	font-weight: bold;
	text-transform: uppercase;
}

.info-conainer .pict .img-wrapper {
	margin-bottom: 20px;
}

.info-conainer .pict .img-wrapper img {
	width: auto;
}

a.absolute {
	display: block;
	height: 100%;
	left: 0;
	position: absolute;
	top: 0;
	width: 100%;
	z-index: 2;
}

.info-conainer .akardion {
	counter-reset: list1;
}

.info-conainer .akardion .item {
	background: #f2f2f2;
	color: #8c8c8c;
	line-height: 22px;
	margin-top: 10px;
	position: relative;
	border-radius: 3px;
}

.info-conainer .akardion .item:first-child {
	margin: 0;
}

.info-conainer .akardion .item .head {
	color: #222222;
	cursor: pointer;
	font-family: 'Ubuntu', sans-serif;
	font-size: 16px;
	font-weight: bold;
	line-height: 20px;
	margin-left: 50px;
	padding: 15px 20px;
}

.info-conainer .akardion .item:before {
	background: #23282E;
	color: #FFF;
	content: '0'counter(list1);
	counter-increment: list1;
	font-size: 14px;
	font-weight: bold;
	height: 100%;
	left: 0;
	line-height: 50px;
	position: absolute;
	text-align: center;
	top: 0;
	width: 50px;
	border-radius: 3px 0 0 3px;
}

.info-conainer .akardion .first-open:before,
.info-conainer .akardion .open:before {
	background: #48a1e1;
}

.info-conainer .akardion .desc {
	display: none;
	line-height: 1.8;
	margin-left: 50px;
	padding: 0 20px 20px 20px;
}

.info-conainer .akardion .first-open .desc {
	display: block;
}

.contacts-container #map {
	height: 550px;
	position: relative;
	z-index: 5;
}

@media only screen and (max-width:991px) {
	.info-conainer {
		padding: 50px 0;
	}
	.info-conainer .col-md-6 {
		padding-top: 50px;
	}
}

@media only screen and (max-width:767px) {
	.products-container {
		padding-top: 60px;
	}
	.contacts-container #map {
		height: 300px;
		margin-top: 0;
	}
}

@media only screen and (min-width: 992px) {
	body::-webkit-resizer {
		background-image: url('');
		background-repeat: no-repeat;
		height: 1px;
		width: 8px;
	}
	body::-webkit-scrollbar {
		width: 8px;
	}
	body::-webkit-scrollbar-button {
		background-image: url('');
		background-repat: no-repeat;
		height: 0px;
		width: 8px;
	}
	body::-webkit-scrollbar-thumb {
		background-color: #48a1e1;
		border-radius: 0px;
		webkit-border-radius: 0px;
	}
	body::-webkit-scrollbar-track {
		background-color: #2C2C2C;
	}
}


/* fancybox */

.fancybox-inner {
	overflow: visible !important;
}

.fancybox-wrap {
	padding: 35px 0 0;
}

.fancybox-skin {
	margin-bottom: 35px;
}

.fancybox-overlay {
	background: rgba(0, 0, 0, 0.8);
}

.fancybox-close {
	background: #FCB000 !important;
	top: 0 !important;
	right: 0px !important;
	width: 34px !important;
	height: 34px !important;
	cursor: pointer;
	z-index: 8040;
	-webkit-transition: all 200ms ease-out;
	-moz-transition: all 200ms ease-out;
	-o-transition: all 200ms ease-out;
	transition: all 200ms ease-out;
}

@media only screen and (min-width: 768px) {
	.fancybox-close {
		background: transparent !important;
		top: -36px !important;
		right: -6px !important;
		width: 34px !important;
	}
}

.fancybox-close:after {
	width: 1px;
	height: 100%;
	top: 0;
	left: 50%;
	content: "";
	display: block;
	position: absolute;
	background: #333333;
	margin-left: -1px;
}

.fancybox-close:after {
	background: url(../images/close.png) 50% 50% no-repeat;
	width: 20px;
	height: 20px;
	top: 50%;
	left: 50%;
	content: "";
	display: block;
	position: absolute;
	margin-top: -10px;
	margin-left: -10px;
	-webkit-transition: all 200ms ease-out;
	-moz-transition: all 200ms ease-out;
	-o-transition: all 200ms ease-out;
	transition: all 200ms ease-out;
}

.fancybox-close:hover {
	background: #FF4632;
}

.fancybox-close:hover:after {
	-moz-transform: rotate(180deg);
	-webkit-transform: rotate(180deg);
	-o-transform: rotate(180deg);
	-ms-transform: rotate(180deg);
	transform: rotate(180deg);
}

.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 {
	background: rgba(0, 0, 0, 0.4);
	width: 24px;
	height: 40px;
	margin-top: -20px;
	-moz-transform: rotate(180deg);
	-webkit-transform: rotate(180deg);
	-o-transform: rotate(180deg);
	-ms-transform: rotate(180deg);
	transform: rotate(180deg);
	right: 10px;
}

.fancybox-prev span {
	background: rgba(0, 0, 0, 0.4);
	width: 24px;
	height: 40px;
	margin-top: -20px;
	left: 10px;
}

.fancybox-prev span:after,
.fancybox-next span:after {
	content: "";
	display: block;
	position: absolute;
	width: 8px;
	height: 14px;
	top: 50%;
	left: 50%;
	margin-top: -7px;
	margin-left: -4px;
	background: url(../images/fancy-arrow.png) 0 0 no-repeat;
}

.fancybox-next span:hover,
.fancybox-prev span:hover {
	background: #3C3C3C;
}

.fancybox-title-float-wrap {
	left: 0;
	margin-bottom: -28px;
	width: 100%;
	text-align: left;
	overflow: hidden;
}

.fancybox-title-float-wrap .child {
	background: rgba(255, 255, 255, 1);
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0;
	text-shadow: none;
	color: #000;
	display: block;
	font-size: 14px;
	padding: 12px 20px;
	font-weight: normal;
}

.fancybox-title-float-wrap .child {
	white-space: normal;
	width: 100%;
}

.fancybox-title-float-wrap {
	left: 0;
	margin-bottom: -28px;
	overflow: hidden;
	text-align: left;
	width: 100%;
}

.fancybox-title-float-wrap .child {
	background: rgba(255, 255, 255, 1);
    border-radius: 0;
    color: #000;
    display: block;
    font-size: 18px;
    font-weight: normal;
    moz-border-radius: 0;
    padding: 12px 20px;
    text-shadow: none;
    webkit-border-radius: 0;
    font-weight: bold;
}

.fancybox-title-float-wrap .child {
	white-space: normal;
	width: 100%;
}

.preloader {
	background-color: #fff;
	height: 100%;
	left: 0;
	moz-transition: all 200ms ease-out;
	o-transition: all 200ms ease-out;
	position: fixed;
	top: 0;
	transition: all 200ms ease-out;
	webkit-transition: all 200ms ease-out;
	width: 100%;
	z-index: 999999999;
}

.preloader:after {
	animation: sk-scaleout 1.0s infinite ease-in-out;
	background-color: #E6420A;
	border-radius: 100%;
	content: '';
	height: 40px;
	left: 50%;
	margin: -20px 0 0 -20px;
	position: absolute;
	top: 50%;
	webkit-animation: sk-scaleout 1.0s infinite ease-in-out;
	width: 40px;
}

.preloader.hid {
	opacity: 0;
	visibility: hidden;
}

@-webkit-keyframes sk-scaleout {
	0% {
		webkit-transform: scale(0);
	}
	100% {
		opacity: 0;
		webkit-transform: scale(1.0);
	}
}

@keyframes sk-scaleout {
	0% {
		transform: scale(0);
		webkit-transform: scale(0);
	}
	100% {
		opacity: 0;
		transform: scale(1.0);
		webkit-transform: scale(1.0);
	}
}

.top-slider {
	height: 510px;
	overflow: hidden;
}

.top-slider .element {
	height: 510px;
	line-height: 1;
	position: relative;
}

.top-slider .element .table {
	position: relative;
	z-index: 10;
	text-align: center;
}

.top-slider .slider-content {
	background: rgba(0, 0, 0, .5);
	display: inline-block;
	padding: 40px;
	margin: 0 auto;
	width: 980px;
}

.top-slider .title {
	color: #fff;
	font-size: 36px;
	line-height: 1.3;
	font-weight: bold;
	margin-bottom: 30px;
	letter-spacing: 0;
}
.top-slider .slider-text{
    color: #fff;
    font-size: 18px;
    line-height: 1.5;
	margin-bottom: 30px;
}


@media only screen and (max-width: 991px) {
    .top-slider .slider-content {
    	width: 100%;
    }
	.top-slider .title {
		font-size: 30px;
	}
}

@media only screen and (max-width: 767px) {
	.top-slider {
		height: 450px;
	}
	.top-slider .element {
		height: 450px;
	}
	.top-slider .slider-content {
		padding: 20px;
	}
	.top-slider .title {
		font-size: 22px;
	}
	.top-slider .slider-text{
        font-size: 14px;
        line-height: 1.3;
    }
}

input[type=checkbox].error+label {
	color: red;
}

.customcheck {
	position: relative;
}

.customcheck input[type=checkbox] {
	left: 0;
	opacity: 0;
	position: absolute;
	top: 0;
}

.customcheck label {
	display: inline-block;
	font-weight: normal;
	min-height: 18px;
	padding-left: 26px;
	position: relative;
}

.customcheck label:before {
	background: url(../images/customcheck.png) 0 0 no-repeat;
	content: "";
	display: block;
	height: 18px;
	left: 0;
	position: absolute;
	top: 0;
	width: 19px;
}

.customcheck input[type=checkbox]:checked+label:before {
	background-position: 0 -18px;
}

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

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

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

.text-left-xs {
	text-align: left;
}

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

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

@media (min-width: 768px) {
	.text-left-sm {
		text-align: left;
	}
	.text-center-sm {
		text-align: center;
	}
	.text-right-sm {
		text-align: right;
	}
}

@media (min-width: 992px) {
	.text-left-md {
		text-align: left;
	}
	.text-center-md {
		text-align: center;
	}
	.text-right-md {
		text-align: right;
	}
}

@media (min-width: 1200px) {
	.text-left-lg {
		text-align: left;
	}
	.text-center-lg {
		text-align: center;
	}
	.text-right-lg {
		text-align: right;
	}
}

.jgrowlHide #jGrowl {
	display: none !important;
}

.product-gallery {
	margin-bottom: 20px;
}

.product-gallery .fotorama__thumb {
	border: 2px solid #eaeaea;
}

.product-gallery .fotorama__thumb-border {
	border-color: #ffb500;
}

.fotorama__thumb-border {
	border-color: #ffb500 !important;
}

.product-gallery .fotorama__stage {
	border: 1px solid #eaeaea;
}

.product-gallery .fotorama__nav {
	text-align: left;
}

.product-gallery .empty-block {
	border: 1px solid #eaeaea;
	text-align: center;
}

.product-template .min-price{
    font-weight: bold;
    font-size: 20px;
    line-height: 1.4;
    color: #23282E;
}

.question-block {
	border: 10px solid #dfdfdf;
	padding: 30px 20px;
	margin-bottom: 20px;
}

.question-block .title {
	text-transform: uppercase;
	color: #222222;
	font-size: 20px;
	font-weight: bold;
	margin-bottom: 5px;
}

.question-block .subtitle {
	margin-bottom: 15px;
	font-weight: bold;
}

.question-block .block-phone p {
	margin-top: 20px;
}

.question-block .block-phone a {
	font-size: 18px;
	display: inline-block;
	margin-bottom: 5px;
}

.base-template .products-container {
	padding: 40px 0;
}

img {
	max-width: 100%;
}

.contacts .element {
	padding-left: 40px;
	margin-bottom: 25px;
	font-size: 17px;
}

.contacts .element>i {
	position: absolute;
	left: 0;
	top: -5px;
	color: #666666;
	font-size: 24px;
}

.payments span {
	margin: 0 2px;
}

.product-gallery-wrapper {
	position: relative;
	padding-right: 255px;
}

.product-gallery-carousel {
	width: 100%;
	border: 15px solid #e9eff1;
}

.product-gallery-carousel > div{
    display: none;
}

.product-gallery-carousel > div:first-of-type,
.product-gallery-carousel.slick-slider > div{
    display: block;
}

.product-gallery-carousel{
	text-align: center;
}

.product-gallery-carousel-nav-outer {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	padding: 55px 15px;
	background: #F5F5F5;
	width: 232px;
}

.product-gallery-carousel-nav-outer .carousel-prev,
.product-gallery-carousel-nav-outer .carousel-next {
	display: block;
	left: 0;
	right: 0;
	background: #e6ecef;
	height: 30px;
	position: absolute;
	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;
}

.product-gallery-carousel-nav-outer .carousel-prev {
	top: 0;
}

.product-gallery-carousel-nav-outer .carousel-next {
	bottom: 0;
}

.product-gallery-carousel-nav-outer .carousel-prev:hover,
.product-gallery-carousel-nav-outer .carousel-next:hover {
	background: #222222;
}

.product-gallery-carousel-nav-outer .carousel-prev:after,
.product-gallery-carousel-nav-outer .carousel-next:after {
	content: "";
	display: block;
	position: absolute;
	width: 12px;
	height: 12px;
	left: 50%;
	margin-left: -5px;
	border-left: 2px solid #000;
	-webkit-transition: all 200ms ease-out;
	-moz-transition: all 200ms ease-out;
	-o-transition: all 200ms ease-out;
	transition: all 200ms ease-out;
}

.product-gallery-carousel-nav-outer .carousel-prev:after {
	top: 13px;
	border-top: 2px solid #000;
	-moz-transform: rotate(45deg);
	-webkit-transform: rotate(45deg);
	-o-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
}

.product-gallery-carousel-nav-outer .carousel-next:after {
	bottom: 12px;
	border-bottom: 2px solid #000;
	-moz-transform: rotate(-45deg);
	-webkit-transform: rotate(-45deg);
	-o-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	transform: rotate(-45deg);
}

.product-gallery-carousel-nav-outer .carousel-prev:hover:after,
.product-gallery-carousel-nav-outer .carousel-next:hover:after {
	border-color: #fff;
}

.product-gallery-carousel-nav-inner {
	height: 100%;
	overflow: hidden;
}

.product-gallery-carousel-nav {
	padding: 10px 0;
}

.product-gallery-carousel-nav .item {
	padding: 10px 0;
	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;
}

.product-gallery-carousel-nav .item span {
	display: block;
	position: relative;
}

.product-gallery-carousel-nav .item span:after {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	background: rgba(0, 0, 0, 0.5);
	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;
}

.product-gallery-carousel-nav .item span:hover:after {
	opacity: 1;
}

.middle-section-head .btn {
	/*width: 230px;*/
	border-radius: 0;
}
.product-gallery-carousel .item{
    background: url(../images/object-slider-bg.png);
}
.product-gallery-carousel .item a {
	display: block;
	position: relative;
	z-index: 5;
}

.product-gallery-carousel .item a:after {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	background: rgba(0, 0, 0, 0.5);
	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;
}

.product-gallery-carousel .item a:hover:after {
	opacity: 1;
}

.product-gallery-carousel .item a:before {
	content: "";
	position: absolute;
	top: 50%;
	left: 50%;
	width: 44px;
	height: 44px;
	margin-top: -22px;
	margin-left: -22px;
	background: url(../images/zoom-icon.png) 0 0 no-repeat;
	background-size: contain;
	opacity: 0;
	-webkit-transform: scale(0);
	-moz-transform: scale(0);
	-o-transform: scale(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: 10;
}

.product-gallery-carousel .item a:hover:before {
	-webkit-transform: scale(1);
	-moz-transform: scale(1);
	-o-transform: scale(1);
	opacity: 1;
}

@media(max-width: 991px) {
	.product-gallery-wrapper {
		padding-right: 0;
	}
	.product-gallery-carousel {
		margin-bottom: 10px;
	}
	.product-gallery-carousel-nav-outer {
		position: relative;
		top: auto;
		right: auto;
		bottom: auto;
		padding: 15px 50px;
		width: 100%;
	}
	.product-gallery-carousel-nav-outer .carousel-prev {
		top: 0;
		bottom: 0;
		left: 0;
		right: auto;
		height: 100%;
		width: 30px;
	}
	.product-gallery-carousel-nav-outer .carousel-next {
		top: 0;
		bottom: 0;
		left: auto;
		right: 0;
		height: 100%;
		width: 30px;
	}
	.product-gallery-carousel-nav {
		padding: 0;
	}
	.product-gallery-carousel-nav .item {
		padding: 0 5px;
	}
	.product-gallery-carousel-nav-outer .carousel-prev:after {
		left: 12px;
		right: auto;
		top: 50%;
		margin-left: 0;
		margin-top: -6px;
		-moz-transform: rotate(-45deg);
		-webkit-transform: rotate(-45deg);
		-o-transform: rotate(-45deg);
		-ms-transform: rotate(-45deg);
		transform: rotate(-45deg);
	}
	.product-gallery-carousel-nav-outer .carousel-next:after {
		right: 12px;
		left: auto;
		top: 50%;
		margin-left: 0;
		margin-top: -6px;
		-webkit-transform: rotate(225deg);
	}
}

.price-table {
	width: 100%;
	overflow: auto;
}

.price-table table {
	width: 100%;
	border-collapse: collapse;
	border: 1px solid #eaeaea;
}

.price-table table th {
	border: 1px solid #eaeaea;
	padding: 15px;
	background: #222222;
	color: #fff;
	font-size: 16px;
	line-height: 1.2;
	text-align: center;
}

.price-table table td {
	padding: 15px;
	border: 1px solid #C3C3C3;
	vertical-align: middle;
	font-size: 16px;
	line-height: 1.2;
	text-align: center;
	color: #000;
}

@media(max-width: 767px) {
	.middle-section-head .btn {
		width: 100%;
	}
	.price-table table th {
		padding: 8px;
		font-size: 12px;
	}
	.price-table table td {
		padding: 8px;
		font-size: 12px;
	}
	.breadcrumbs-wrapper {
		display: none;
	}
}

.similar-carousel-wrapper .slick-prev {
	left: -80px;
	margin-top: -44px;
}

.similar-carousel-wrapper .slick-next {
	right: -80px;
	margin-top: -44px;
}
.similar-carousel .slick-track{
    padding: 10px 0;
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: stretch;
    align-items: stretch;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
}
.similar-carousel .slick-slide {
    height: inherit;
}

@media(max-width: 1400px) {
	.similar-carousel-wrapper .slick-next {
		right: 15px;
		top: -55px;
		width: 40px;
		height: 40px;
		margin-top: 0;
		border-radius: 0;
		background: #fff;
	}
	.similar-carousel-wrapper .slick-prev {
		left: auto;
		right: 65px;
		top: -55px;
		width: 40px;
		height: 40px;
		margin-top: 0;
		border-radius: 0;
		background: #fff;
	}
}


/* TABS*/

.box {
	display: none;
}

.box.visible {
	display: block;
}

ul.tabs {
	width: 100%;
	border-bottom: 1px solid #C3C3C3;
	padding: 0;
}

ul.tabs li {
	display: table-cell;
	height: 50px;
	vertical-align: middle;
	cursor: pointer;
	text-align: center;
	border: 1px solid transparent;
	border-bottom: none;
	font-size: 14px;
	line-height: 1.2;
	font-weight: bold;
	color: #333333;
	background: #fff;
	-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 25px;
}

ul.tabs li.current,
ul.tabs li.current:hover {
	border-color: #C3C3C3;
	background: #fff;
	color: #333333;
}

ul.tabs li:hover {
	color: #E6420A;
}

ul.tabs li.current:after {
	content: "";
	display: block;
	position: absolute;
	width: 100%;
	height: 2px;
	bottom: -2px;
	left: 0;
	background: #fff;
}
ul.tabs li.actions-tab{
    color: #FF1B2D !important;
}
.actions-tab img{
    width: 30px;
}

.mobile-tab-header {
	display: none;
}
.mobile-tab-header img{
    display: none;
}
@media only screen and (max-width: 991px) {
    .actions-tab img{
        display: none;
    }
}
@media only screen and (max-width: 767px) {
	.mobile-tab-header {
		padding: 14px 40px 14px 14px;
		color: #ffffff;
		background: #2A2A2A;
		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 */
.breadcrumb {
	text-align: left;
	border-radius: 0;
	padding: 0;
	background: transparent;
	margin-bottom: 40px;
}

.pagination {
	margin: 0 0 20px;
}

.pagination>li>a,
.pagination>li>span {
	color: #E6420A;
}

.pagination>.active>a,
.pagination>.active>a:focus,
.pagination>.active>a:hover,
.pagination>.active>span,
.pagination>.active>span:focus,
.pagination>.active>span:hover {
	background-color: #E6420A;
	border-color: #E6420A;
}

.pagination>li>a:focus,
.pagination>li>a:hover,
.pagination>li>span:focus,
.pagination>li>span:hover {
	color: #E6420A;
}

.application-template #formApplication {
	display: block !important;
	background: #F2F2F2;
	margin: 0 0 60px;
}

.error-page .error-code {
	font-weight: bold;
	font-size: 70px;
	line-height: 1;
	margin: 0 0 30px 0;
	padding: 0;
}

.error-page .error-message {
	font-size: 18px;
	line-height: 1.4;
	margin-bottom: 30px;
}

.page-main-price {
	font-size: 26px;
	line-height: 1;
	font-weight: bold;
	color: #E6420A;
}

@media(max-width: 767px) {
	.error-page .error-message {
		font-size: 18px;
	}
}

.page-slider-wrapper {
	overflow-y: hidden;
}

.page-thumbs-slider .item {
	float: none;
	display: inline-block;
}

.page-slider-wrapper img,
.page-thumbs-slider img {
	width: 100%;
}

.page-thumbs-slider {
	position: relative;
	z-index: 100;
}

.page-thumbs-slider .slick-list {
	overflow: hidden;
}

.page-thumbs-slider .item {
	cursor: pointer;
	background: #fff;
	position: relative;
}

.page-thumbs-slider .item:after {
	content: "";
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	border: 2px solid transparent;
}

.page-thumbs-slider .item:hover {
	-webkit-transition: all 200ms ease-out;
	-moz-transition: all 200ms ease-out;
	-o-transition: all 200ms ease-out;
	transition: all 200ms ease-out;
	opacity: 1;
}

.page-thumbs-slider .item:hover {
	opacity: 0.5;
}

.page-thumbs-slider .slick-current {
	opacity: 1 !important;
}

.page-thumbs-slider .slick-current:after {
	border-color: #FF0000;
}

.lg-outer .lg-thumb {
	margin-left: auto;
	margin-right: auto;
}

.lg-outer .lg-thumb-item.active,
.lg-outer .lg-thumb-item:hover {
	border-color: #FF0000;
}

.lg-backdrop {
	background: rgba(0, 0, 0, 0.9);
}

.lg-progress-bar .lg-progress {
	background: #FF0000;
}

.page-slider .slick-next {
	top: 50%;
	margin-top: -25px;
	left: auto;
	right: 20px;
	opacity: 1;
}

.page-slider .slick-prev {
	margin-top: -25px;
	top: 50%;
	left: 20px;
	opacity: 1;
}

@media (max-width: 991px) {
	.page-slider-wrapper {
		height: 64.4vw;
	}
	.page-thumbs-slider-wrapper {
		height: 8.75vw;
	}
	.page-thumbs-slider .item:after {
		border-color: #fff;
	}
	.page-thumbs-slider .slick-current:after {
		border-color: #FF0000;
	}
}

@media (max-width: 767px) {
	.page-thumbs-slider-wrapper {
		height: 13.85vw;
	}
}

@media (min-width: 992px) {
	.page-slider-wrapper {
		height: 302px;
	}
	.page-thumbs-slider .slick-track {
		transform: none !important;
	}
	.page-thumbs-slider .slick-track {
		width: 570px !important;
	}
	.page-thumbs-slider .item {
		margin: 5px 7px 0 0 !important;
		width: 88px !important;
	}
}

@media (min-width: 1200px) {
	.page-slider-wrapper {
		height: 378px;
	}
	.page-slider-wrapper {
		padding-right: 2px;
	}
	.page-thumbs-slider .slick-track {
		width: 576px !important;
	}
	.page-thumbs-slider .item {
		margin: 8px 8px 0 0 !important;
		width: 88px !important;
	}
}

.object-aside-info .content {
	text-align: left;
	font-size: 13px;
}

.object-aside-info .content p {
	margin-bottom: 15px;
}

@media(max-width:991px) {
	.logo img {
		max-width: 240px;
	}
}

ul.aside-accordeon {
	padding-left: 0;
	list-style: none;
}

.aside-accordeon>li>ul {
	background: #fff;
	padding: 12px 12px 5px;
	list-style: none;
}

.aside-accordeon>li {
	overflow: hidden;
	margin-bottom: 15px;
	list-style: none;
}

.aside-accordeon>li>span.title {
	display: block;
	background: #fff;
	padding: 13px 40px 11px 12px;
	font-size: 14px;
	color: #000;
	border-bottom: 1px solid #fff;
	font-weight: bold;
	position: relative;
}

.aside-accordeon>li.active>span.title {
	border-bottom-color: #f1f1f1;
}

.aside-accordeon>li>.title .switch {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 9;
	cursor: pointer;
}

.aside-accordeon>li>.title .switch:after {
	content: "";
	display: block;
	position: absolute;
	width: 8px;
	height: 8px;
	top: 18px;
	right: 16px;
	border-left: 1px solid #1f1f1f;
	border-bottom: 1px solid #1f1f1f;
	-moz-transform: rotate(-45deg);
	-webkit-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-accordeon>li.active>.title .switch:after {
	-moz-transform: rotate(135deg);
	-webkit-transform: rotate(135deg);
	-ms-transform: rotate(135deg);
	transform: rotate(135deg);
	top: 22px;
}

.aside-accordeon fieldset {
	border: none;
	margin: 0;
	padding: 0;
}

.filter-customcheck {
	position: relative;
	margin-bottom: 10px;
}

.aside-accordeon fieldset>div:first-of-type {
	margin-bottom: 10px;
}

.filter-customcheck input[type=checkbox] {
	position: fixed;
	top: -100000px;
}

.filter-customcheck input[type=checkbox]+label {
	position: relative;
	padding-left: 30px;
	-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-weight: 500;
	color: #000;
	padding-top: 1px;
}

.filter-customcheck input[type=checkbox]+label:before {
	content: "";
	display: block;
	position: absolute;
	width: 20px;
	height: 20px;
	top: 0;
	left: 0px;
	border: solid 2px #D8D8D8;
}

.filter-customcheck input[type=checkbox]:checked+label:before {
	background: url(../images/filter-check.svg) 50% 50% no-repeat #EFEFEF;
	border: 1px solid #DDE8BA;
}

.filter-customcheck input[value="0"]+label {
	display: none;
}

.filter-customcheck.visible_0 {
	display: none;
}

.aside-filters-title {
	padding: 15px 42px 17px 20px;
	background: #373737;
	position: relative;
	color: #ffffff;
	font-weight: bold;
}

.aside-filters-title:before {
	content: "";
	display: block;
	position: absolute;
	width: 14px;
	height: 2px;
	top: 50%;
	right: 24px;
	background: #fff;
	margin-right: -6px;
	margin-top: -1px;
}

.aside-filters-title:after {
	content: "";
	display: block;
	position: absolute;
	width: 2px;
	height: 14px;
	top: 50%;
	right: 24px;
	background: #fff;
	margin-top: -7px;
}

.aside-filters-block.active .aside-filters-title:after {
	display: none;
}

.mse2_number_inputs {
	margin: 0 -14px;
}

.aside #mse2_filters .mse2_number_slider {
	margin: 8px -14px 15px;
}

.aside .mse2_number_slider>span:first-of-type {
	margin-left: -1px !important;
}

.aside .mse2_number_slider>span:last-of-type {
	margin-left: -12px !important;
}

.mse2_number_inputs .form-control {
	padding: 5px;
	border-radius: 5px;
}

.mse2_number_inputs .form-group .input-sm {
	width: 100%;
	margin-bottom: 12px;
	height: 38px;
}

.aside .ui-state-default,
.aside .ui-widget-content .ui-state-default,
.aside .ui-widget-header .ui-state-default,
.aside .ui-button,
.aside .ui-button.ui-state-disabled:hover,
.aside .ui-button.ui-state-disabled:active {
	border: 1px solid #E6420A;
	background: #E6420A;
}

.aside .ui-state-active,
.aside .ui-widget-content .ui-state-active,
.aside .ui-widget-header .ui-state-active,
.aside a.ui-button:active,
.aside .ui-button:active,
.aside .ui-button.ui-state-active:hover {
	border-color: #E6420A;
	background: #E6420A;
}

.aside .ui-icon-background,
.aside .ui-state-active .ui-icon-background {
	border-color: #E6420A;
}

.reset-filters-btn {
	border: none;
	padding: 0;
	background: #E6420A;
	color: #fff;
	width: 100%;
	padding: 8px;
}

.reset-filters-btn:hover {
	filter: brightness(114%);
}

.reset-filters-btn img {
	margin-top: -3px;
}

.reset-filters-btn.hidden {
	display: none;
}

@media(max-width: 991px) {
	.aside-filters-block {
		margin: 0 0 50px;
	}
	.aside-filters-block-inner {
		display: none;
		border: 1px solid #ffffff;
		background: #fff;
		border-bottom: none;
	}
	.aside-filters-block.active .aside-filters-block-inner {
		display: block;
	}
	.aside-accordeon>li>span.title {
		background: #f1f1f1;
	}
	.aside-accordeon>li>span:after {
		right: 5px;
	}
	.aside-accordeon>li {
		border-radius: 0;
		margin-bottom: 0;
	}
}


.props_list {
    width: 100%;
    margin: 0 0 0;
    color: #555;
}
table.props_list {
    border: 0;
    table-layout: fixed;
    border-collapse: collapse;
}
.char_block td {
    text-align: right;
    padding: 10px 0 10px 10px;
}
.props_list td {
    position: relative;
    vertical-align: bottom;
    vertical-align: top;
    background: url(../images/dott.png) repeat-x;
    background-position: left 0 bottom 14px;
    width: 50%;
}
.props_list tr td:first-child {
    text-align: left;
    padding-right: 10px;
    padding-left: 0;
}
.props_list .props_item {
    overflow: hidden;
    text-overflow: ellipsis;
}
.props_list .props_item span {
    background: #fff;
    padding-right: 10px;
}
.nbg.props_list td.char_name{
    font-weight: 600;
    color: #23282E;
}
.nbg.props_list td.char_value {
    text-align: left;
    background: 0 0;
}

@media (max-width: 767px) {
    .char_block .props_list table,
    .char_block .props_list tr{
        display: block !important;
        background: #fff;
        width: 100%;
        padding: 0;
    }
    .char_block .props_list td{
        display: block !important;
        background: #fff;
        width: auto;
        font-size: 13px;
        padding-left: 0;
    }
    .char_block .props_list tr{
        margin-bottom: 15px;
        border-bottom: 1px dotted #cfcfcf;
        padding-bottom: 15px;
    }
    .props_list .props_item span {
        padding-right: 0;
        font-weight: bold;
    }
}

.layouts{
    text-align: center;
}
.layouts .row{
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: stretch;
    align-items: stretch;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
}
.layouts .row > div{
    margin-bottom: 20px;
}
.layouts .item{
    background: #fff;
    border: 1px solid #ccc;
    padding: 20px;
    height: 100%;
    -webkit-transition: all 200ms ease-out;
	-moz-transition: all 200ms ease-out;
	transition: all 200ms ease-out;
}
.layouts .item .img-wrapper{
    margin-bottom: 15px;
}
.layouts .item:hover{
    box-shadow: 0 0 25px rgba(0,0,0,0.1);
}

@media(max-width: 767px){
    .layouts .row{
        display: block;
    }
}

.docs .item a{
    position: relative;
    display: inline-block;
    padding-left: 35px;
    margin-bottom: 20px;
    min-height: 32px;
    font-size: 19px;
    padding-top: 7px;
}
.docs .item a svg{
    position: absolute;
    width: 24px;
    height: 32px;
    top: 0;
    left: 0;
}

.product-template .contacts-container #map {
	height: 400px;
}

.object-news .row{
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: stretch;
    align-items: stretch;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
}
.object-news .row > div{
    margin-bottom: 30px;
}
.object-news .item{
    height: 100%;
    width: 570px;
    max-width: 100%;
    margin: 0 auto;
    box-shadow: 0 0 15px rgba(0,0,0,0.1);
}
.object-news .item-content{
    padding: 30px;
}
.object-news .item-text{
    line-height: 1.6;
}

.features-items{
    text-align: center;
}
.features-items .item{
    display: inline-block;
    vertical-align: top;
    width: 33%;
    margin-bottom: 70px;
    text-align: left;
    padding-right: 30px;
}
.features-items .item .num{
	color: #3b87b5;
	opacity: 0.50;
	font-weight: bold;
	font-size: 100px;
	margin-bottom: 0px;
	line-height: 1;
}
.features-items .item-title{
    font-size: 20px;
    line-height: 1.2;
    font-weight: bold;
    margin-bottom: 10px;
    color: #000;
    position: relative;
}
/*.features-items .item-title:before{*/
/*    content: "";*/
/*    background: #E6420A;*/
/*    width: 40px;*/
/*    height: 3px;*/
/*    position: absolute;*/
/*    left: 0;*/
/*    top: -25px;*/
/*}*/
.features-items .item-text{
    line-height: 1.8;
}

@media(max-width: 1199px){
    .features-items .item{
        margin-bottom: 50px;
    }
    .features-items .item .num{
        font-size: 164px;
        margin-bottom: -70px;
    }
    .features-items .item-title{
        font-size: 17px;
    }
    .features-items .item-text{
        font-size: 13px;
    }
}

@media(max-width: 991px){
    .features-items .item{
        width: 48%;
        text-align: center;
    }
    .features-items .item-title:before{
        left: 50%;
        margin-left: -20px;
    }
}
@media(max-width: 767px){
    .features-items .item{
        width: 100%;
        text-align: left;
    }
    .features-items .item-title:before{
        left: 0;
        margin-left: 0;
    }
}


.info-elements .item .container > .row{
	display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: stretch;
    align-items: stretch;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    align-items: center;
}
.info-elements .item{
    position: relative;
    background: #E1E5E8;
}
.info-elements .item:after{
    content: "";
    width: 50%;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    background: #EEF0F7;
}
.info-elements .item-content{
    padding: 70px 0 70px 55px;
    position: relative;
    z-index: 10;
}
.info-elements .item-title{
    font-size: 24px;
    line-height: 1.4;
    font-weight: bold;
    margin-bottom: 20px;
    color: #000;
}
.info-elements .item-text{
    font-size: 16px;
    line-height: 1.6;
    margin-bottom: 30px;
}
.info-elements .item-img{
    /*padding: 70px 55px 70px 0;*/
    position: relative;
    z-index: 10;
}

.info-elements .item-odd{
    background: #EEF0F7;
}
.info-elements .item-odd:after{
    background: #E1E5E8;
}
.info-elements .item-odd .item-content{
    padding: 70px 55px 70px 0;
}
.info-elements .item-odd .item-img{
    /*padding: 70px 0 70px 55px;*/
}

@media(max-width: 767px){
    .info-elements .item:after{
        display: none;
    }
    .info-elements .item{
        text-align: center;
    }
    .info-elements .item-img,
    .info-elements .item-odd .item-img{
        /*padding: 50px 0 0;*/
    }
    .info-elements .item-content,
    .info-elements .item-odd .item-content{
        padding: 50px 0;
    }
}

.offers > .row,
.offers .item-header > .row{
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: stretch;
    align-items: stretch;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
}
.offers .item-header > .row{
    align-items: center;
}
.offers > .row > div{
    margin-bottom: 30px;
}
.offers .item{
    background: #fff;
    padding: 20px;
    height: 100%;
    box-shadow: 0 3px 15px rgba(136, 136, 136, 0.1);
}
.offers .item-logo{
    margin-bottom: 20px;
}
.offers .item-title{
    margin-bottom: 20px;
    font-weight: bold;
    font-size: 20px;
    line-height: 1.5;
    color: #000;
}
.offers .item-logo-title{
    color: #adb4bf;
    font-size: 12px;
}
.offers .item-content-top{
    border-bottom: 1px dashed #aaaaaa;
    margin-bottom: 15px;
    text-align: center;
}
.offers .offer-age{
    margin-bottom: 30px;
    font-size: 13px;
    color: #adb4bf;
}
.offers .offer-age span{
    color: #000;
}
.offers .sub-item{
    margin-bottom: 15px;
}
.offers .sub-item .value{
    font-size: 16px;
    line-height: 22px;
    font-weight: 600;
    color: #000;
}
.offers .sub-item-title{
    color: #adb4bf;
    font-size: 12px;
}

.offer-links > .row{
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: stretch;
    align-items: stretch;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    align-items: center;
}
.offers .btn{
    box-shadow: none;
    margin-right: 20px;
}
.offers .more{
    color: #adb4bf;
    border-bottom: 1px dashed;
    font-size: 14px;
    text-decoration: none !important;
}
.offers .more:hover{
    color: #E6420A;
}

.news > .row{
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: stretch;
    align-items: stretch;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
}
.news > .row > div{
    margin-bottom: 30px;
}
.news .item{
    width: 370px;
    max-width: 100%;
    margin: auto;
    background: #fff;
    box-shadow: 0 3px 10px rgba(136, 136, 136, 0.1);
    height: 100%;
    position: relative;
    -webkit-transition: all 200ms ease-out;
	-moz-transition: all 200ms ease-out;
	transition: all 200ms ease-out;
}
.news .item-top{
    position: relative;
}
.news .item-date,
.news-date{
    position: absolute;
    top: 0;
    left: 0;
    background: #E6420A;
    color: #fff;
    text-align: center;
    width: 70px;
    padding: 15px 10px 10px;
}
.news .item-date-day,
.news-date .news-date-day{
    font-weight: 600;
    font-size: 28px;
    margin-bottom: 5px;
}
.news .item-body{
    padding: 25px 25px 35px;
    font-size: 16px;
    line-height: 1.5;
}
.news .item-title{
    color: #000;
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 20px;
    line-height: 1.4;
    -webkit-transition: all 200ms ease-out;
	-moz-transition: all 200ms ease-out;
	transition: all 200ms ease-out;
}
.news .item:hover{
    box-shadow: 0 3px 15px rgba(136, 136, 136, 0.3);
}
.news .item:hover .item-title{
    color: #E6420A;
}

@media (min-width: 768px) and (max-width: 991px) {
    .news > .row > div:nth-of-type(3){
        display: none;
    }
}

.aside-news .element{
    padding-left: 100px;
    margin-bottom: 25px;
    min-height: 74px;
}
.aside-news .element .img-wrapper{
    position: absolute;
    left: 0;
    top: 4px;
}
.aside-news .element .date{
    margin-bottom: 10px;
}
.aside-news .element .title a{
    text-decoration: none;
    color: #2C2C2C;
}
.article-img img{
    width: 100%;
}


