html {
	margin: 0;
	padding: 0;
}

body {
	margin: 0;
	padding: 0;
	font-family: 'Exo 2', sans-serif;
	color: #222;
	font-size: 16px;
	line-height: 24px;
	font-weight: 400;
	background: #fff;
}

#wrapper {
	position: relative;
	display: inline-block;
	float: left;
	width: 100%;
	z-index: 5;
	overflow: hidden;
}

.centered {
	text-align: center !important;
}

img {
	max-width: 100%;
}

hr {
	display: block;
	float: left;
	border: none;
	width: 100%;
	height: 1px;
	background: #c8c8c8;
	margin: 30px 0;
}

.fleft {
	float: left !important;
}

.fright {
	float: right !important;
}

img.fleft,
img[align="left"] {
	margin-right: 30px;
	margin-bottom: 30px;
}

img.fright,
img[align="right"] {
	margin-left: 30px;
	margin-bottom: 30px;
}

.row {
	width: 100%;
	display: block;
	float: left;
}

.w30 {
	width: 30%;
	display: block;
	float: left;
}

.w50 {
	width: 50%;
	display: block;
	float: left;
}

.w70 {
	width: 70%;
	display: block;
	float: left;
}

.w75 {
	width: 75%;
	display: block;
	float: left;
}

.w100 {
	width: 100% !important;
}

.ib {
	display: inline-block;
}

.sec {
	display: block;
	float: left;
	width: 100%;
	text-align: center;
}

.container {
	display: inline-block;
	width: 1200px;
	text-align: left;
}

* {
	outline: none;
	box-sizing: border-box;
}

a, a:before, a:after, button {
	text-decoration: none;
	color: #dc2d13;
	transition: all 0.3s ease 0.15s;
}

a:hover, a:hover:before, a:hover:after, button:hover:after, button:hover {
	text-decoration: none;
	color: #000;
	transition: all 0.3s ease 0s;
}

.mm-menu.mm-offcanvas {
	z-index: 2000 !important;
}

#mm-0 {
	z-index: 2500;
	background: #fff;
	display: inline-block;
	vertical-align: top;
	width: 100%;
}

.mm-menu {
	transition: all 0.2s ease;
}

.mm-page {
	z-index: 200;
}

/* STYLES */


/* TOPBAR */

.index_header_sec {
	position: absolute;
	z-index: 600;
	top: 0;
	left: 0;
	width: 100%;
	min-height: 73px;
	font-size: 14px;
	line-height: 20px;
	color: #fff;
	font-weight: 500;
	background: url(../img/topbar_grad.png) repeat-x top;
}

.topbar_row {
	position: relative;
	padding-top: 16px;
	padding-bottom: 11px;
	margin-bottom: 24px;
	border-bottom: 1px solid rgba(22,27,19, .35);
}

.topbar_row:before,
.topbar_row:after {
	content: '';
	position: absolute;
	bottom: 0;
	left: 0;
	height: 1px;
	width: 100%;
	background-color: #fff;
	opacity: .14;
}

.topbar_row:after {
	bottom: -2px;
	opacity: .35;
}

.tb_item {
	float: left;
	margin-right: 35px;
}

.tb_item.youtube {
	float: right;
	margin-right: 11px;
}

.tb_item .fa {
	margin-right: 3px;
}

a.tb_item,
.tb_item a {
	color: #fff;
}

a.tb_item:hover,
.tb_item a:hover {
	text-decoration: underline;
}

/* HEADER */

.logo {
	float: left;
	margin-top: -12px;
}

.logo span {
	float: left;
	color: #fff;
	padding-top: 19px;
}

.logo h2 {
	margin-top: 0;
	margin-bottom: 5px;
	padding-bottom: 5px;
	border-bottom: 1px solid rgba(255,255,255, .49);
	font-weight: 500;
	font-size: 25px;
	line-height: 25px;
	text-align: center;
}

.logo h3 {
	margin-top: 0;
	margin-bottom: 0;
	text-transform: uppercase;
	font-size: 23px;
	line-height: 23px;
	font-weight: 500;
	text-align: center;
}

.mobile_logo {
	display: none;
}


/* TOPMENU - LVL1 */

.topmenu_box {
	position: relative;
	float: right;
	height: 34px;
	margin-top: 26px;
}

.topmenu_box:before {
	content: '';
	position: absolute;
	z-index: 1;
	background: rgba(0,0,0, .7);
	top: 0;
	left: -30px;
	width: 400%;
	height: 100%;
	border-left: 5px solid #dc2d13;
	transform: skew(-35deg);
}

.topmenu {
	position: relative;
	z-index: 2;
	list-style: none;
	margin: 0;
	padding: 0;
	float: right;
}

.topmenu > li {
	position: relative;
	float: left;
}

.topmenu > li > a {
	display: inline-block;
	height: 34px;
	color: #fff;
	padding: 0 11px;
	line-height: 30px;
	text-transform: lowercase;
	font-size: 18px;
	font-weight: 300;
}

.topmenu > li:hover > a,
.topmenu > li.active > a,
.topmenu > li.current > a {
	color: #dc2d13;
}

.topmenu > li > a:before {
	content: '';
	position: absolute;
}

.topmenu > li.parent:after {
	content: '\f107';
	font-family: 'FontAwesome';
	margin-left: -7px;
	font-size: 11px;
	margin-right: 9px;
}

.topmenu > span {
	position: absolute;
	left: 0;
	top: -52px;
	height: 3px;
	width: 67px;
	margin-left: 10px;
	background: #dc2d13;
	opacity: 0;
	transition: width 0.4s ease,
				left 0.4s ease,
				opacity 0.4s ease;
}

/* LVL 2 */

.topmenu > li > ul {
	position: absolute;
	top: 100%;
	left: -20px;
	width: 295px;
	list-style: none;
	margin: 0;
	padding: 0;
	padding-top: 40px;
	visibility: hidden;
	opacity: 0;
	transform: translateY(10px);
	transition: all 0.3s ease-out;
}

.topmenu > li:hover > ul {
	opacity: 1;
	visibility: visible;
	transform: translateY(0px);
}

.topmenu > li:nth-last-child(2) > ul,
.topmenu > li:nth-last-child(3) > ul {
	left: auto;
	right: 0px;
}

.topmenu > li > ul > li:first-child:before {
	content: '';
	position: absolute;
	bottom: 100%;
	margin-bottom: -14px;
	left: 60px;
	width: 11px;
	height: 6px;
	background: url(../img/lvl2_arrow.png) no-repeat;
}

.topmenu > li:nth-last-child(2) > ul > li:first-child:before,
.topmenu > li:nth-last-child(3) > ul > li:first-child:before {
	left: auto;
	right: 60px;
}


.topmenu > li > ul:before,
.topmenu > li > ul:after {
	content: '';
	position: absolute;
	left: 0;
	width: 100%;
}

.topmenu > li > ul:before {
	bottom: 100%;
	margin-bottom: -40px;
	background: url(../img/lvl2_top.png) no-repeat bottom left;
	height: 26px;
}

.topmenu > li > ul:after {
	top: 100%;
	background: url(../img/lvl2_bottom.png) no-repeat right top;
	height: 27px;
}

.topmenu > li > ul > li {
	background: #eee;
	border-bottom: 1px solid #fff;
	padding: 12px 0px;
}

.topmenu > li > ul > li > a,
.topmenu > li > ul .separator {
	display: block;
	font-size: 18px;
	line-height: 20px;
	color: #232323;
	font-weight: 400;
	padding: 0 21px;
	border-left: 4px solid #dc2d13;
}

.topmenu > li > ul > li > a:hover {
	color: #dc2d13;
}

.topmenu > li > ul .separator {
	color: #999;
}


/* LVL 3 */

.topmenu > li > ul > li > ul {
	list-style-type: none;
	margin: 0;
	margin-top: 8px;
	padding: 0 25px 0;
}

.topmenu > li > ul > li > ul > li {
	display: block;
	margin-bottom: 3px;
}

.topmenu > li > ul > li > ul > li > a {
	display: block;
	min-height: 19px;
	line-height: 14px;
	padding: 3px 9px 5px;
	color: #fff;
	background-color: #757575;
	margin-right: 2px;
	font-size: 12px;
	border-radius: 3px;
}

.topmenu > li > ul > li > ul > li > a:hover {
	background-color: #dc2d13;
}


/* STICKY HEADER */

.topbar_row,
.topmenu_box {
	transition: all 2.5s ease, margin 0s ease, top 0s ease;
	-moz-transition: all 2.5s ease, margin 0s ease, top 0s ease;
}

.topbar_row.fixed,
.topmenu_box.fixed {
	position: fixed !important;
	z-index: 100;
	top: 0;
	left: 0;
	width: 100%;
	opacity: 1 !important;
}

.topbar_row.fixed {
	z-index: 101;
	background-color: rgba(0,0,0, .7);
}

.topbar_row.fixed .container {
	width: 100%;
	float: left;
	padding-left: 20px;
	padding-right: 20px;
}

.topbar_row.fixed .youtube {
	display: none;
}

.topmenu_box.fixed {
	z-index: 101;
	margin-top: 9px;
	padding-right: 20px;
}

.topmenu_box.fixed:before {
	display: none;
}

.topmenu_box.fixed .topmenu > span {
	top: 100%;
	margin-top: 4px;
}

.topmenu_box.fixed ul.topmenu > li > ul:before,
.topmenu_box.fixed ul.topmenu > li > ul:after,
.topmenu_box.fixed ul.topmenu > li > ul > li:first-child:before {
	display: none;
}

.topmenu_box.fixed .topmenu > li > ul {
	padding-top: 9px;
}

/* SECTION ANGLES */

.angle_bottom {
	position: relative;
}

.angle_bottom:after {
	content: '';
	position: absolute;
	z-index: 5;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 81px;
	background: url(../img/content_angle_bottom.png) no-repeat bottom;
	background-size: 100% 81px;
}

.angle_bottom.gray:after {
	background-image: url(../img/content_angle_bottom_f9.png);
}


/* MAIN SLIDER */

.main_slider {
	list-style: none;
	margin: 0;
	padding: 0;
	background-color: #232323;
}

.main_slider li {
	background: top center;
	background-size: cover;
}

.main_slider .container {
	position: relative;
	height: 1035px;
}

.slide_infobox {
	position: absolute;
	top: 50%;
	right: 0;
	text-align: right;
	color: #fff;
}

.slide_infobox h3 {
	position: relative;
	display: inline-block;
	height: 80px;
	margin-top: 0;
	margin-bottom: 0;
	background: rgba(0,0,0, .6);
	font-size: 50px;
	font-weight: 200;
	line-height: 78px;
	text-transform: uppercase;
	padding-left: 20px;
	padding-right: 30px;
}

.slide_infobox h3 span {
	position: relative;
	z-index: 1;
	display: inline-block;
	border-bottom: 2px solid rgba(255,255,255, .28);
	padding-bottom: 5px;
}

.slide_infobox h2 {
	position: relative;
	height: 96px;
	margin-top: 0;
	margin-bottom: 0;
	background: rgba(0,0,0, .6);
	font-size: 61px;
	font-weight: 900;
	line-height: 90px;
	padding-left: 20px;
	padding-right: 30px;
	margin-bottom: 38px;
}

.slide_infobox h2 span {
	color: #dc2d13;
}

.slide_infobox h3:before,
.slide_infobox h2:before {
	position: absolute;
	top: 0;
	right: 100%;
	content: '';
	width: 0;
	height: 0;
	border-bottom: 80px solid rgba(0,0,0, .6);
	border-left: 40px solid transparent;
}

.slide_infobox h2:before {
	border-bottom: 96px solid rgba(0,0,0, .6);
	border-left: 50px solid transparent;	
}

.read_more {
	position: relative;
	display: inline-block;
	height: 38px;
	line-height: 34px;
	padding-left: 18px;
	padding-right: 28px;
	background-color: #f2db17;
	color: #000;
	font-size: 20px;
	font-weight: 500;
}

.read_more:before {
	content: '';
	position: absolute;
	top: 0;
	left: -11px;
	height: 100%;
	width: 20px;
	background-color: #f2db17;
	border-left: 5px solid #000;
	transform: skew(-30deg);
}

.read_more:hover,
.read_more:hover:before {
	background-color: #000;
	color: #fff;
}


.main_slider .owl-prev,
.main_slider .owl-next {
	position: absolute;
	top: 50%;
	width: 60px;
	margin-top: -110px;
	height: 182px;
	font-size: 70px;
	text-align: center;
	overflow: hidden;
}

.main_slider .owl-prev {
	left: 0;
	text-indent: -5px;
}

.main_slider .owl-next {
	right: 0;
	text-indent: 5px;
}

.main_slider .owl-prev:before,
.main_slider .owl-next:before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	transition: all 0.3s ease;
}

.main_slider .owl-prev:before {
	border: 90px solid transparent;
	border-left: 60px solid #232323;
}

.main_slider .owl-next:before {
	border: 90px solid transparent;
	border-right: 60px solid #232323;
	left: auto;
	right: 0;
}

.main_slider .owl-prev:hover:before {
	border-left-color: #dc2d13;
}

.main_slider .owl-next:hover:before {
	border-right-color: #dc2d13;
}

.main_slider .owl-prev i,
.main_slider .owl-next i {
	position: relative;
	z-index: 10;
	top: 54px;
	color: #fff;
	transition: all 0.3s ease;
}


/* INDEX ABOUT ROW */

.index_about_sec {
	padding-top: 55px;
	padding-bottom: 95px;
	/* background: url(../img/bg_about.jpg) no-repeat 70% 100%; */
}

.cats_small_row {
	float: left;
	width: 100%;
	margin-bottom: 40px;
	text-align: center;
	padding: 0 46px;
	margin-bottom: 50px;
}

.cats_small_row img {
	margin-top: 58px;
}

.cats_small_left {
	float: left;
}

.cats_small_right {
	float: right;
}

.places_inside {
	display: inline-block;
	margin: 0;
	margin-bottom: 20px;
	padding-bottom: 5px;
	font-size: 30px;
	line-height: 38px;
	font-weight: 500;
	text-transform: uppercase;
	text-align: center;
	border-bottom: 2px solid #dc2d13;
}

.cat_small_item {
	position: relative;
	display: inline-block;
	vertical-align: bottom;
	width: 170px;
	height: 255px;
	margin: 0 4px 10px 4px;
	color: #fff;
	font-size: 17px;
	font-weight: 300;
	text-transform: uppercase;
	background: no-repeat 50% 50%;
	border-bottom: 5px solid #dc2d13;
	overflow: hidden;
	transition: background 2s ease-in-out !important;
}

.cats_small_right .cat_small_item:last-child {
	background-position: 0% 50% !important;
}

.cat_small_item:before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: #000;
	opacity: .66;
}

.cat_small_item:after {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 26px;
	background: url(../img/cat_small_top_left.png) no-repeat top;
	background-size: 100% 26px;
}

.cat_small_item span {
	position: absolute;
	top: 31px;
	left: 166px;
	width: 218px;
	display: inline-block;
	white-space: nowrap;
	text-align: left;
	transform-origin: 0% 0%;
	transform: rotate(90deg);
}

.cat_small_item:hover {
	color: #fff;
}

.cat_small_item:hover:before {
	opacity: 0;
}

.cats_small_right .cat_small_item:after {
	background-image: url(../img/cat_small_top_right.png);
}

.cats_small_right .cat_small_item.center:after {
	background: #fff;	
}
/*
.cats_small_right .cat_small_item span {
	left: auto;
	right: 135px;
	transform-origin: 100% 0%;
	transform: rotate(90deg);
}
*/
.cats_small_left .cat_small_item:hover,
.cats_small_right .cat_small_item:hover { background-position: 100% 50% !important; }


/* --- BUTTON TRIANGLE --- */
/* red */
.button_tri {
	position: relative;
	display: inline-block;
	height: 42px;
	padding: 0 90px 0 61px;
	color: #fff;
	text-transform: uppercase;
	font-weight: 500;
	font-size: 16px;
	line-height: 40px;
	border: none;
	overflow: hidden;
}

.button_tri span {
	position: relative;
	z-index: 2;
}

.button_tri:before {
	content: '';
	position: absolute;
	z-index: 1;
	top: 0;
	left: 20px;
	right: 48px;
	height: 100%;
	z-index: 1;
	background-color: #dc2d13;
	border-left: 5px solid #212121;
	border-right: 5px solid #212121;
	transform: skew(-35deg);
}

.button_tri:after {
	content: '';
	position: absolute;
	top: -30px;
	right: 0px;
	margin-left: 11px;
	border: 30px solid transparent;
	border-bottom: 42px solid #dc2d13;
	transform-origin: 50% 100%;
}

.button_tri:hover:before {
	background-color: #212121;
	border-left-color: #dc2d13;
}

.button_tri:hover:after {
	transform: translateX(-5px);
}

.button_tri:hover {
	color: #fff !important;
}

.button_tri.multy {
	padding-top: 5px;
	line-height: 15px;
}

.button_tri.multy small {
	font-size: 12px;
}

/* white */

.button_tri.white {
	color: #222;
	font-weight: 600;
}

.button_tri.white:before {
	background-color: #fff;
}

.button_tri.white:after {
	border-bottom-color: #fff;
}

.button_tri.white:hover:before {
	background-color: #222;
	border-left-color: #fff;
}

/* yellow */

.button_tri.yellow {
	color: #222;
	font-weight: 600;
}

.button_tri.yellow:before {
	background-color: #ffeb2a;
	border-left-color: #595959;
	border-right-color: #595959;
}

.button_tri.yellow:after {
	border-bottom-color: #595959;
}

.button_tri.yellow:hover:before {
	background-color: #595959;
	border-left-color: #ffeb2a;
}

.button_tri.yellow:hover:after {
	border-bottom-color: #ffeb2a;
}

.button {
	background: #f2db17;
	color: #000;
	height: 40px;
	padding: 0 20px;
	border: none;
	border-left: 3px solid #000;
	border-right: 3px solid #000;
	text-transform: uppercase;
	font-size: 16px;
	font-weight: 500;
	border-radius: 6px;
}

.button:hover {
	background-color: #000;
	color: #f2db17;
}


/* PLACES SECTION */

.places_sec {
	position: relative;
	color: #fff;
	padding-top: 100px;
	padding-bottom: 120px;
	min-height: 900px;
	overflow: hidden;
}

.background_video {
	position: absolute;
	z-index: -99;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.background_video iframe {
	width: 100%;
	height: 100%;
}

@media (min-aspect-ratio: 16/9) {
  .background_video { height: 150%; top: -25%; }
}
@media (max-aspect-ratio: 16/9) {
  .background_video { width: 150%; left: -25%; }
}

.places_sec:before {
	display: none;
	content: '';
	position: absolute;
	z-index: 2;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: #dc2d13;
	opacity: .7;
}

.places_sec .button_tri {
	margin-top: 600px;
}

.roga:before,
.roga:after {
	content: '';
	position: absolute;
	z-index: 506;
	top: -31px;
	left: 0;
	width: 171px;
	height: 115px;
	background: url(../img/roga_left.png) no-repeat top left;
}

.roga:after {
	left: auto;
	right: 0;
	background-image: url(../img/roga_right.png);
}

.places_sec .container {
	position: relative;
	z-index: 10;
}

.sec_title {
	text-transform: uppercase;
	text-align: center;
	margin-top: 0;
	margin-bottom: 100px;
	font-size: 50px;
	line-height: 60px;
	font-weight: 300;
}

.sec_title.noMB {
	margin-bottom: 35px;
}

.sec_title_inner {
	text-transform: uppercase;
	font-size: 20px;
	font-weight: 600;
	margin-bottom: 10px;
}

.sec_title_inner + p {
	margin-top: 0;
}

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

.places_slider_box {
	display: block;
	float: left;
	width: 100%;
}

.places_slider {
	float: left;
	list-style: none;
	margin: 0;
	margin-bottom: 45px;
	padding: 0 70px;
	text-align: left;
}

.places_slider li {
	position: relative;
	float: left;
	width: 100%;
	height: 190px;
	background-color: #222;
	border-right: 1px solid #424242;
	padding-top: 84px;
	padding-left: 25px;
	padding-right: 25px;
	font-size: 18px;
	font-weight: 300;
}

.places_slider li:before {
	content: '';
	position: absolute;
	top: 48px;
	left: 25px;
	width: 36px;
	height: 4px;
	background: url(../img/wrapper_s_w.png) no-repeat;
}

.dotsNav {
	position: relative;
}

.dotsNav .button_tri {
	margin-right: 42px;
}

.dotsNav .owl-dots,
.dotsNav .dots,
.dotsNav .wk-slideset-default .dots {
	position: absolute;
	top: -50px;
	right: 0;
}

.dotsNav .dots li,
.dotsNav .owl-dot {
	display: inline-block;
	padding: 5px;
}

.dotsNav .owl-dot span,
.dotsNav .dots li span {
	display: inline-block;
	width: 8px;
	height: 8px;
	border: 1px solid #fff;
	background: none;
	transform: rotate(45deg);
}

.dotsNav .owl-dot:hover span,
.dotsNav .dots li:hover span {
	border-width: 2px;
}

.dotsNav .owl-dot.active span,
.dotsNav .dots li.active span {
	background-color: #fff;
}

.gallery_list.dotsNav .owl-dots,
.dotsNav .dots {
	right: 0;
}

.akciya_sec .dotsNav .dots {
	top: auto;
	bottom: -50px;
	right: 0;
	width: 100%;
	text-align: center;
}

.akciya_sec .dotsNav .dots li {
	padding: 3px 5px;
	margin: 0;
}




/* NEWS SECTION */

.news_sec {
	padding: 130px 0 30px;
	background-color: #f9f9f9;
}

.news_sec .container {
	padding-left: 30px;
	padding-right: 30px;
}

.sec_title.news {
	position: relative;
	float: left;
	text-transform: none;
	font-weight: 600;
	font-size: 50px;
	margin-bottom: 50px;
	padding-bottom: 30px;
}

.sec_title.news:after {
	content: '';
	position: absolute;
	top: 100%;
	left: 0;
	background: url(../img/wrapper_s_b.png) no-repeat;
	width: 36px;
	height: 4px;
}

.news_sec .read_more {
	float: right;
	margin-top: 20px;
}

.subtitle_sec {
	float: left;
	width: 100%;
	font-size: 18px;
	font-weight: 500;
	margin-bottom: 100px;
}

.read_more.gray {
	background-color: #555;
	color: #fff;
}

.read_more.gray:before {
	left: auto;
	right: -10px;
	background-color: #555;
	border-left: none;
	border-right: 5px solid #dc2d13;
	box-shadow: -1px 0px 0px 0px #fff inset;
}

.read_more.gray:hover,
.read_more.gray:hover:before {
	background-color: #dc2d13;
}


.news_item {
	float: left;
	width: 100%;
	margin-bottom: 38px;
	background: #fff url(../img/bg_texture.gif);
	box-shadow: 0px 0px 6px rgba(0,0,0, .21);
	overflow: hidden;
}

.news_info {
	position: relative;
	float: left;
	width: calc(100% - 470px);
	height: 280px;
	padding: 54px;
	padding-bottom: 20px;
}

.news_image {
	position: relative;
	float: right;
	width: 470px;
	height: 280px;
	background: center center;
	background-size: cover;
	overflow: hidden;
}

a.overlay { position: relative; }

a.overlay:after,
a.news_image:after {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(38,38,38, .8) url(../img/i_link.png) no-repeat center center;
	transform: scale(1.4);
	opacity: 0;
	visibility: hidden;
}

a.overlay:after { background-image: url(../img/i_zoom.png); }

a.overlay:hover:after,
a.news_image:hover:after {
	visibility: visible;
	opacity: 1;
	transform: scale(1);
}

.news_info h3 {
	position: relative;
	min-height: 50px;
	margin-top: 0;
	margin-bottom: 10px;
	margin-left: -54px;
	padding-left: 54px;
	border-left: 5px solid #999;
	text-transform: uppercase;
	font-size: 18px;
	font-weight: 700;
}

.news_info h3:after {
	content: '';
	position: absolute;
	top: 100%;
	left: 54px;
	width: 36px;
	height: 4px;
	background: url(../img/wrapper_s_b.png) no-repeat;
	margin-top: -12px;
}

.news_info h3 a {
	color: inherit;
}

.news_info h3 a:hover {
	color: #dc2d13;
}

.news_desc {
	font-size: 14px;
	line-height: 24px;
	margin-bottom: 12px;
}

.news_info .more {
	font-size: 14px;
}

.news_date {
	position: absolute;
	top: 62px;
	right: -25px;
	width: 50px;
	height: 50px;
	color: #fff;
	padding-top: 3px;
	text-align: center;
	font-weight: 500;
	font-size: 16px;
	line-height: 19px;
}

.news_date span {
	position: relative;
	z-index: 2;
}

.news_date:before {
	content: '';
	position: absolute;
	z-index: 1;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: #dc2d13;
	box-shadow: 0px 0px 0px 6px rgba(255,255,255, .2);
	transform: rotate(45deg);
}

.news_item:nth-child(even) .news_info  { float: right; padding-left: 80px; }
.news_item:nth-child(even) .news_image { float: left; }
.news_item:nth-child(even) .news_date  { right: auto; left: -25px; }
.news_item:nth-child(even) .news_info h3 {
	border-left: none;
	border-right: 5px solid #999;
	margin-left: 0;
	margin-right: -54px;
	padding-left: 0;
	padding-right: 54px;
}

.news_item:nth-child(even) .news_info h3:after {
	left: 0;
}



/* GALLERY SECTOIN */

.gallery_sec {
	position: relative;
	padding-top: 60px;
	padding-bottom: 110px;
	color: #fff;
	/* background: #000 url(../img/bg_gallery.jpg) no-repeat center center fixed;	 */
	background: #000 url(/images/slides/slides_4_2024-min.jpg) no-repeat center center fixed;	
	background-size: cover;
}

.gallery_sec .container {
	position: relative;
	text-align: center;
	padding-left: 30px;
	padding-right: 30px;
}

.gallery_sec:before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: #000;
	opacity: .87;
}

.gallery_sec .sec_title {
	text-transform: none;
	font-weight: 200;
	margin-bottom: 70px;
}

.gallery_carousel {
	margin-bottom: 75px;
}

.prodlist_sec .gallery_carousel {
	margin-bottom: 0;
}

.gallery_carousel .item {
	display: inline-block;
	width: 25%;
}

.gallery_sec .gal_item {
	width: 275px;
	height: 155px;
}

.gal_item {
	display: inline-block;
	overflow: hidden;
	height: 155px;
}

.gal_item img {
	float: left;
	width: 100% !important;
	height: auto !important;
	transition: all 0.3s ease;
}

.gal_item:hover img {
	transform: scale(1.2);
}

.product_photos .gal_item {
	height: 334px;
}

.product_photos .gal_item img {
	width: auto !important;
	height: 334px !important;
}

.product_photos .overlay:after {
	display: none;
}

.product_photos .gal_item:hover img {
	transform: scale(1.1);
}

.gallery_sec .wk-arrows {
	display: none;
}

.wk-arrows .prev,
.wk-arrows .next {
	position: absolute;
	font-size: 61px;
	top: 50% !important;
	margin: 0 !important;
	margin-top: -32px !important;
	width: 40px !important;
	height: 64px !important;
	text-align: center;
	background: none !important;
}

.wk-arrows .prev {
	left: -40px !important;
}

.wk-arrows .next {
	right: -40px !important;
}

.wk-arrows .prev:hover,
.wk-arrows .next:hover {
	color: #dc2d13;
}


/* CONTACTS SECTION */

.contact_sec {
	position: relative;
	min-height: 100px;
}

.sec_title_ramka {
	position: absolute;
	z-index: 10;
	top: -44px;
	left: 0;
	width: 100%;
	text-align: center;
}

.sec_title_ramka span {
	display: inline-block;
	width: 371px;
	height: 95px;
	background: url(../img/title_bg.png) top center;
	color: #222;
	font-size: 40px;
	font-weight: 500;
	text-transform: uppercase;
	line-height: 95px;
}

.contact_box {
	position: absolute;
	z-index: 500;
	top: 150px;
	right: 10%;
	width: 390px;
	background: #fff;
	box-shadow: 0px 0px 10px rgba(0,0,0, .5);
}

.contact_box h3 {
	position: relative;
	margin-top: 0;
	margin-bottom: 0;
	height: 70px;
	padding-top: 23px;
	text-align: center;
	font-size: 30px;
	font-weight: 500;
	text-transform: uppercase;
	background: #f2f2f2;
}

.contact_box h3:after {
	content: '';
	position: absolute;
	top: 100%;
	left: 0;
	width: 100%;
	height: 6px;
	margin-top: 17px;
	background: url(../img/wrapper_s_b.png) no-repeat center center;
}

.contact_box_inner {
	position: relative;
	padding: 15px 30px 37px;
	text-align: center;
	font-size: 18px;
}

#map {
	width: 100%;
	height: 620px;
}

#contact_form {
	display: none;
}

.close_contact_form {
	position: absolute;
	top: 10px;
	right: 0;
	font-size: 12px;
	cursor: pointer;
	background: #dc2d13;
	color: #fff;
	border-radius: 3px 0 0 3px;
	padding: 0 10px 2px;
	font-weight: 500;
	transition: all 0.3s ease;
}

.close_contact_form:hover {
	background-color: #232323;
}

.close_contact_form .fa {
	margin-right: 3px;
	font-size: 11px;
}

.button.red {
	position: relative;
	display: inline-block;
	height: 50px;
	line-height: 48px;
	padding: 0 23px;
	text-transform: uppercase;
	color: #fff;
	background-color: #dc2d13;
	font-size: 20px;
	font-weight: 500;
}

.button.red:before,
.button.red:after {
	content: '';
	position: absolute;
	top: 0;
	left: -12px;
	width: 25px;
	height: 100%;
	border-left: 5px solid #2a2a2a;
	background-color: #dc2d13;
	transform: skew(-25deg);
}

.button.red:after {
	left: auto;
	right: -12px;
	border-left: none;
}

.button.red:hover,
.button.red:hover:before,
.button.red:hover:after {
	background-color: #222;
}


/* FOOTER */

.footer_white {
	position: relative;
	background: #fff;
	padding: 20px 0;
	font-size: 16px;
	font-weight: 500;
	border-top: 11px solid #e0e0e0;
}

.footer_white:after {
	content: '';
	position: absolute;
	z-index: 1;
	top: 100%;
	left: 50%;
	margin-left: -46px;
	border: 45px solid transparent;
	border-top: 45px solid #fff;
}

.footer_left {
	float: left;
}

.footer_right {
	float: right;
}

#toTop {
	position: absolute;
	z-index: 2;
	bottom: -17px;
	left: 50%;
	width: 50px;
	height: 50px;
	margin-left: -25px;
	text-align: center;
	font-size: 11px;
	font-weight: 500;
	color: #222;
	padding-top: 30px;
	background: url(../img/toTop.png) no-repeat center top;
}

#toTop:hover {
	transform: translateY(-3px);
}

.footer_debug {
	background: #222;
	height: 52px;
}

.footer_debug .container {
	vertical-align: top;
}


/* PRODLIST */

.header_sec {
	z-index: 1000;
	background: url(../img/header_2.jpg);
	color: #fff;
	min-height: 360px;
	padding-bottom: 50px;
	animation: header 50s infinite linear;
}

@keyframes header {
	0%    { background-position: 0px 0px; }
	100%  { background-position: -3474px 0px; }
}

.header_sec .topbar_row,
.header_sec .container {
	position: relative;
	z-index: 10;
}

.header_sec:before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: #232323;
	opacity: .66;
}

.header_sec .topmenu_box:before {
	display: none;
}

.header_sec .topmenu > li.current > a,
.header_sec .topmenu > li:hover > a {
	color: #ff5a41;
}

.header_sec h1 {
	float: left;
	width: 100%;
	position: relative;
	text-align: center;
	margin-top: 10px;
	margin-bottom: 30px;
	font-size: 44px;
	line-height: 60px;
	text-transform: uppercase;
	font-weight: 300;
}

.header_sec h1:after {
	content: '';
	position: absolute;
	left: 0;
	bottom: -20px;
	width: 100%;
	height: 6px;
	background: url(../img/wrapper_s_w.png) no-repeat center center;
}

.header_sec h1 strong,
.header_sec h1 b,
.sec_title strong,
.sec_title b {
	font-weight: 700;
}

.prod_page .header_sec h1 {
	font-size: 37px;
}

.bread {
	float: left;
	width: 100%;
	text-align: center;
	margin: 0;
	padding: 0;
	list-style: none;
}

.bread li {
	display: inline-block;
	color: #a9a8a8;
	font-size: 14px;
}

.bread li:after {
	content: ' / ';
}

.bread li a {
	color: #a9a8a8;
}

.bread li a:hover {
	color: #fff;
}


.prodlist_sec {
	padding: 46px 0;
}

.prodlist_sec .container {
	padding-left: 30px;
	padding-right: 30px;
}

.prodlist_sec article p:first-child,
.prodlist_sec p:first-child {
	margin-top: 0;
}

.file_link {
	display: inline-block;
	height: 66px;
	padding: 15px 23px;
	padding-left: 70px;
	border: 3px solid #e0e0e0;
	border-radius: 4px;
	background: none no-repeat 17px 50%;
	font-size: 24px;
	font-weight: 400;
}

.file_link.pdf {
	background-image: url(../img/i_pdf.png);
}

/* FILTERS */

.filter_nav {
	float: left;
	width: 100%;
	margin-bottom: 50px;
	text-align: center;
}

.filter_button,
.filter_nav label {
	position: relative;
	display: inline-block;
	vertical-align: top;
	line-height: 48px;
	height: 50px;
	margin-right: 21px;
	padding: 0 20px;
	border: none;
	background: none;
	background-color: #232323;
	color: #fff;
	font-size: 18px;
}

.filter_button span,
.filter_nav label span {
	position: relative;
	z-index: 2;
}

.filter_button:before,
.filter_button:after,
.filter_nav label:before,
.filter_nav label:after {
	content: '';
	position: absolute;
	top: 0;
	left: -13px;
	width: 100%;
	height: 100%;
	background-color: #232323;
	transform: skew(-27deg);
	transition: all 0.2s ease-out;
}

.filter_button:before {
	border-left: 1px solid #535353;
}

.filter_button:after,
.filter_nav label:after {
	left: auto;
	right: -13px;
}

.filter_nav label {
	background-color: #5b5b5b;
}

.filter_nav label:before,
.filter_nav label:after {
	background-color: #5b5b5b;
}

.filter_button:hover:before,
.filter_button:hover:after,
.filter_button:hover,
.filter_button.active:before,
.filter_button.active:after,
.filter_button.active {
	background-color: #dc2d13;
}

/* PRODLIST */

.prodlist {
	float: left;
	width: 100%;
	padding-top: 30px;
}

.prod_item {
	position: relative;
	display: inline-block;
	vertical-align: top;
	width: 260px;
	margin-right: 20px;
	margin-bottom: 50px;
	border: 2px solid #222;
	text-align: center;
	transition: none;
}

.prod_item:before,
.prod_item:after {
	content: '';
	position: absolute;
	width: 12px;
	height: 12px;
	background: url(../img/pi_bottom.png) no-repeat;
}

.prod_item:before {
	top: -2px;
	left: -2px;
}

.prod_item:after {
	bottom: -2px;
	right: -2px;
	background: url(../img/pi_top.png) no-repeat;
}

.prod_img {
	display: table-cell;
	width: 1%;
	height: 210px;
	vertical-align: bottom;
	padding: 20px;
	overflow: hidden;
}

.prod_img img {
	margin-bottom: -5px;
	max-height: 100%;
	transition: all 0.6s ease;
}

.prod_item:hover img {
	transform: scale(1.2);
}

.prod_nophoto {
	display: block;
	margin: 0 auto;
	margin-top: -43%;
}

.prod_item h3 {
	background-color: #222;
	color: #fff;
	font-size: 18px;
	font-weight: 400;
	margin: 0;
	padding: 8px 0;
	line-height: 24px;
	min-height: 64px;
}
.additional__equipment{
	background-color: #222;
	color: #fff;
	font-size: 18px;
	font-weight: 400;
	margin: 0;
	padding: 8px 0;
	line-height: 24px;
	min-height: 64px;
}

.others_sec {
	padding: 25px 0;
	background-color: #f6f6f6;
	border-top: 1px solid #c8c8c8;
}

.sec_title_small {
	font-size: 30px;
	font-weight: 400;
	text-align: center;
	margin-bottom: 50px;
}

.sec_title.medium {
	font-size: 40px;
}

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

.others_sec .cats_small_left,
.others_sec .cats_small_right {
	float: none;
	display: inline-block;
}

.others_sec .cat_small_item:after {
	background-image: url(../img/cat_small_top_left_gray.png);
}

.others_sec .cats_small_right .cat_small_item:after {
	background-image: url(../img/cat_small_top_right_gray.png);
}


.akciya_sec {
	min-height: 520px;
}

.akciya_sec .sec_title {
	position: relative;
	margin-bottom: 60px;
}

.akciya_item {
	position: relative;
	min-height: 262px;
	line-height: 44px;
	font-size: 26px;
	padding: 57px 0 40px;
	background: url(../img/akciya_left.png) no-repeat left center, url(../img/akciya_right.png) no-repeat right center;
}

.akciya_item:before,
.akciya_item:after {
	content: '';
	position: absolute;
	left: 50%;
	margin-left: -18px;
	width: 36px;
	height: 4px;
	background: url(../img/wrapper_s_w.png) no-repeat center center;
}

.akciya_item:before {
	top: 0;
}

.akciya_item:after {
	bottom: 0;
}

.akciya_item h2 {
	font-size: 36px;
	line-height: 44px;
	font-weight: 700;
	margin-top: 0;
	margin-bottom: 4px;
	color: #dc2d13;
}

.akciya_item p {
	margin-top: 0;
}



/* PRODUCT PAGE */

.prod_sec {
	padding: 30px 0 60px;
}

.product_photos {
	float: left;
	width: 100%;
	margin-bottom: 30px;
}

.produst_img {
	display: inline-block;
	max-width: 370px;
}

.produst_img img {
	transition: all 0.4s ease;
	max-height: 400px;
}

.produst_img:hover img {
	transform: scale(1.1);
}


.product_main {
	float: left;
	width: 100%;
	padding-left: 16px;
	padding-right: 16px;
}

.product_left {
	float: left;
	width: 49.45%;
	max-width: 586px;
	margin-right: 40px;
}

.product_right {
	display: inline;
	width: 45.56%;
	max-width: 540px;
	padding-top: 17px;
	text-align: justify;
}

hr#readmore {
	display: none;
}

/* HARAKTERISTIKS TABLE */

.hars_table {
	width: 100%;
	margin-bottom: 40px;
}

.hars_table thead th {
	border-bottom: 2px solid #595959;
	color: #fff;
	font-size: 18px;
	font-weight: 300;
}

.hars_table thead th span {
	position: relative;
	float: left;
	background: #595959;
	height: 40px;
	line-height: 37px;
	padding: 0 18px 0 15px;
	margin-left: 15px;
}

.hars_table thead th span:before {
	content: '';
	position: absolute;
	z-index: 10;
	top: 0;
	left: -23px;
	width: 23px;
	height: 50px;
	background: url(../img/table_head_left.png) no-repeat top right;
}

.hars_table thead th span:after {
	content: '';
	position: absolute;
	left: 100%;
	z-index: 10;
	border-bottom: 40px solid #595959;
	border-right: 37px solid transparent;
}

.hars_table tbody th,
.hars_table tbody td {
	padding: 10px 30px;
	background-color: #f6f6f6;
	border-bottom: 2px solid #ccc;
	transition: border 0.15s linear;
}

.hars_table tbody th {
	width: 70%;
}

.hars_table tbody th {
	font-weight: 700;
}

.hars_table tbody tr:nth-child(even) th,
.hars_table tbody tr:nth-child(even) td {
	background-color: #fff;
}

.hars_table tbody tr:last-child th,
.hars_table tbody tr:last-child td {
	border-bottom: 2px solid #595959;
}

.hars_table tbody tr:hover th,
.hars_table tbody tr:hover td,
.hars_table tbody tr.hover th,
.hars_table tbody tr.hover td {
	border-bottom-color: #595959;
}

/* small table */

.cat_item .hars_table {
	font-size: 14px;
}

.cat_item .hars_table tbody th,
.cat_item .hars_table tbody td {
	padding: 10px 10px;
	vertical-align: top;
}

.cat_item .hars_table tbody th {
	width: 63%;
}
.product_right.decription_right ul li{
	list-style: none;
}
.product_right.decription_right li:before {
	content: '\f00c';
	font-family: 'FontAwesome';
	display: inline-block;
	width: 25px;
	margin-left: -25px;
	color: #dc2d12;
}
.arrow__left:before {
	content: '\f101';
	font-family: 'FontAwesome';
	display: inline-block;
	width: 14px;
	margin-left: -14px;
	color: #dc2d12;
}

.index__text__home .check__mark li:before {
	content: '\f00c';
	font-family: 'FontAwesome';
	display: inline-block;
	width: 25px;
	margin-left: -25px;
	color: #dc2d12;
}
.index__text__home   ul li{
	list-style: none;
}
.index__text__home   ol li{
	list-style: none;
}
/* HARAKTERISTIKS TABLE v2 */

.t_table {
	width: 100%;
	margin-bottom: 40px;
}

.t_table thead th {
	border-bottom: 2px solid #595959;
	color: #fff;
	font-size: 18px;
	font-weight: 300;
}

.t_table thead th span {
	position: relative;
	float: left;
	background: #595959;
	height: 40px;
	line-height: 37px;
	padding: 0 18px 0 15px;
	margin-left: 15px;
}

.t_table thead th span:before {
	content: '';
	position: absolute;
	z-index: 10;
	top: 0;
	left: -23px;
	width: 23px;
	height: 50px;
	background: url(../img/table_head_left.png) no-repeat top right;
}

.t_table thead th span:after {
	content: '';
	position: absolute;
	left: 100%;
	z-index: 10;
	border-bottom: 40px solid #595959;
	border-right: 37px solid transparent;
}

.t_table tbody th,
.t_table tbody td {
	padding: 0px 30px;
	background-color: #f6f6f6;
	border-bottom: 2px solid #ccc;
	transition: border 0.15s linear;
}

.t_table tbody th {
	width: 70%;
}

.t_table tbody th {
	font-weight: 700;
}

.t_table tbody tr:nth-child(even) th,
.t_table tbody tr:nth-child(even) td {
	background-color: #fff;
}

.t_table tbody tr:last-child th,
.t_table tbody tr:last-child td {
	border-bottom: 2px solid #595959;
}

.t_table tbody tr:hover th,
.t_table tbody tr:hover td,
.t_table tbody tr.hover th,
.t_table tbody tr.hover td {
	border-bottom-color: #595959;
}

/* small table v2*/

.cat_item .t_table {
	font-size: 14px;
}

.cat_item .t_table tbody th,
.cat_item .t_table tbody td {
	padding: 10px 10px;
	vertical-align: top;
}

.cat_item .t_table tbody th {
	width: 63%;
}



a.video_link {
	position: relative;
	display: inline-block;
	width: 100%;
	overflow: hidden;
	transition: all 0.6s ease;
}

a.video_link:before {
	content: '';
	position: absolute;
	z-index: 10;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(35,35,35, .80) url(../img/i_play.png) no-repeat 50% 43%;
	transition: all 0.6s ease;
}

a.video_link:after {
	content: 'смотреть видео';
	position: absolute;
	z-index: 11;
	top: 55%;
	left: 0;
	margin-top: 7px;
	width: 100%;
	color: #fff !important;
	font-size: 16px;
	font-weight: 300;
	text-align: center;
	transition: all 0.6s ease;
}

.product_main a.video_link {
	height: 100px;
}

.product_main a.video_link img {
	margin-top: -108px;
}

.product_main a.video_link:before {
	background-size: 30px;
	background-position: 50% 30%;
}

.product_main a.video_link:hover:before {
	background-position: 50% 50%;
}

.product_main a.video_link:after {
	font-size: 14px;
}

.video_link img {
	float: left;
	width: 100%;
	transition: all 0.6s ease;
}

.video_link:hover img {
	transform: scale(1.1);
}

.video_link:hover:before {
	background-position: 50% 50%;
}

.video_link:hover:after {
	visibility: visible;
	opacity: 0;
	transform: translateY(15px);
}

.ask_price_box {
	/*display: inline-block;*/
	display: none;
	width: 100%;
	max-width: 500px;
	padding: 87px 0 20px;
	background: url(../img/triarrow_down.png) no-repeat top center;
	/*background: url(../img/triarrow_down.png) no-repeat top center, url(../img/triarrow_up.png) no-repeat bottom center;*/
	text-align: center;
}


/* BUTTON ASK FOR PRICE */

.ask_price_button {
	position: relative;
	display: inline-block;
	width: 100%;
	height: 60px;
	padding: 0 90px 0 61px;
	color: #232323;
	font-weight: 700;
	font-size: 22px;
	line-height: 54px;
	border: none;
	overflow: hidden;
	cursor: pointer;
}

.ask_price_button span {
	position: relative;
	z-index: 2;
	padding-bottom: 3px;
	border-bottom: 2px dashed rgba(35,35,35, .2);
}

.ask_price_button:before {
	content: '';
	position: absolute;
	z-index: 1;
	top: 0;
	left: 20px;
	right: 67px;
	height: 100%;
	z-index: 1;
	background-color: #ffeb2a;
	border-left: 7px solid #232323;
	border-right: 7px solid #232323;
	transform: skew(-35deg);
}

.ask_price_button:after {
	content: '';
	position: absolute;
	top: -40px;
	right: 0px;
	margin-left: 11px;
	border: 41px solid transparent;
	border-bottom: 60px solid #232323;
	transform-origin: 50% 100%;
}

.ask_price_button:hover:before {
	background-color: #dc2d13;
}

.ask_price_button:hover:after {
	transform: translateX(-8px);
}

.ask_price_button:hover {
	color: #fff !important;
}

.ask_price_button i {
	position: relative;
	z-index: 15;
	float: left;
	width: 58px;
	height: 50px;
	margin-top: 5px;
	background: url(../img/rubl.png) no-repeat;
}


/* ASK MODAL */

.ipcell {
	position: relative;
}

.modal {
	position: absolute;
	z-index: 10000;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	visibility: hidden;
	opacity: 0;
	transform: scale(1.2);
	transform-origin: 50% 30%;
	transition: all 0.6s ease;
}

.modal.visible {
	visibility: visible;
	opacity: 1;
	transform: scale(1);
}

.modal_content {
	position: absolute;
	z-index: 20;
	top: 50%;
	left: 50%;
	width: 400px;
	margin-left: -200px;
	background: #fff;
	padding: 25px 40px;
	box-shadow: 0px 0px 0px 7px rgba(0,0,0, .2);
	border-radius: 6px;
}

.modal_content h3 {
	margin: 0;
	margin-bottom: 20px;
	padding-bottom: 20px;
	text-transform: uppercase;
	font-weight: 600;
	text-align: center;
	font-size: 25px;
	border-bottom: 1px solid #ddd;
}

.modal_content input[type="text"],
.modal_content textarea {
	width: 100%;
}

.ipcell iframe {
	display: block;
	float: left;
	width: 100%;
	margin-bottom: 13px;
}

.modal_content textarea {
	height: 92px;
	resize: none;
}

.modal_overlay {
	position: fixed;
	z-index: 10;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: #232323;
	opacity: .7;
}

.modal_close {
	position: absolute;
	top: 0;
	right: -60px;
	width: 40px;
	height: 40px;
	opacity: .6;
}

.modal_close:hover {
	opacity: 1;
}

.modal_close:before,
.modal_close:after {
	content: '';
	position: absolute;
	background: #fff;
}

.modal_close:before {
	width: 2px;
	height: 100%;
	left: 50%;
	top: 0;
	margin-left: -1px;
	transform: rotate(45deg);
}

.modal_close:after {
	width: 100%;
	height: 2px;
	top: 50%;
	left: 0;
	margin-top: -1px;
	transform: rotate(45deg);
}

.modal_close:hover:before {
	transform: rotate(70deg);
}

.modal_close:hover:after {
	transform: rotate(20deg);
}

.modal_close span {
	position: absolute;
	top: 100%;
	left: 0;
	margin-left: -1px;
	width: 100%;
	color: #fff;
	font-size: 11px;
	opacity: 0;
	transition: all 0.3s ease;
}

.modal_close:hover span {
	margin-top: -10px;
	opacity: 1;
}

/* DOP OBORUDOVANIE SECTION */

.dopobor_slider {
	list-style: none;
	margin: 0;
	padding: 0;
}

.dop_obor_item {
	position: relative;
	display: inline-block;
	width: 271px;
	color: #fff;
	padding-bottom: 20px;
}

.dop_obor_item:hover {
	color: #fff;
	transform: scale(0.95);
}

.dop_obor_img {
	display: inline-block;
	width: 100%;
	height: 271px;
	margin-bottom: 10px;
	background-color: #fff;
}

.dop_obor_nophoto {
	width: auto !important;
	margin: 0 auto;
	margin-top: 44%;
}

.dop_obor_title {
	font-size: 18px;
	font-weight: 400;
}

.dop_obor_item:after {
	content: '';
	position: absolute;	
	bottom: 0;
	left: 0;
	width: 100%;
	height: 4px;
	background: url(../img/wrapper_s_w.png) no-repeat center center;
}


/* CATEGORY IN CATEGORIES */

.catlist {
	display: flex;
	display: -webkit-flex;
	justify-content: space-between;
	margin-top: 60px;
}

.cat_item {
	flex-basis: 33%;
	padding: 0 20px;
	border-right: 2px solid #595959;
}

.cat_item.off {
	position: relative;
}

.cat_item.off:after {
	content: 'В разработке';
	position: absolute;
	z-index: 40;
	top: 200px;
	left: 50%;
	margin-left: -140px;
	font-size: 36px;
	text-transform: uppercase;
	font-weight: 900;
	text-decoration: underline;
	transform: rotate(-20deg);
	opacity: .3;
}

.cat_item.off:before {
	content: '';
	position: absolute;
	z-index: 30;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: #fff;
	opacity: .8;
}

.cat_item.last {
	border-right: none;
}

.cat_item h3 {
	height: 90px;
	margin-top: 0;
	margin-bottom: 2px;
	font-size: 30px;
	line-height: 30px;
	text-align: center;
}

.cat_item h3 a {
	color: inherit;
}

.cat_item h3 a:hover {
	color: #dc2d13;
}

.cat_item_img {
	position: relative;
	display: flex;
	align-items: center;
	justify-content: center;
	height: 300px;
	margin-bottom: 20px;
	overflow: hidden;
}

.cat_item_img img {
	display: block;
	transition: all 0.3s ease;
	max-height: 300px;
}

.cat_item_img a:hover img {
	transform: scale(1.1);
}

.cat_item_variants {
	text-align: center;
	margin-bottom: 20px;
}

.cat_item_variants span {
	display: inline-block;
	font-size: 14px;
	font-weight: 500;
	text-transform: uppercase;
}

.cat_item_buttons {
	text-align: center;
}

.cat_item .hide_in_cats {
	display: none;
}


ul.dops_list {
	list-style: none;
	margin: 1em 0;
	padding: 0;
	padding-left: 20px;
	column-count: 2;
	-webkit-column-count: 2;
	column-gap: 20px;
	-webkit-column-gap: 20px;
	text-align: left;
}

ul.dops_list li {
	padding-left: 25px;
}

ul.dops_list li:before {
	content: '\f0ad';
	font-family: 'FontAwesome';
	display: inline-block;
	width: 25px;
	margin-left: -25px;
	color: #dc2d12;
}

ul.dops_list {
	list-style: none;
	margin: 1em 0;
	padding: 0;
	padding-left: 20px;
}

ul.dops_list li {
	padding-left: 25px;
}

ul.dops_list li:before {
	content: '\f00c';
	font-family: 'FontAwesome';
	display: inline-block;
	width: 25px;
	margin-left: -25px;
	color: #dc2d12;
}

ul.dops_list.col-1 {
	column-count: 1;
	-webkit-column-count: 1;
	column-gap: 0;
	-webkit-column-gap: 0;
}


/* PAGINATION */

.pagenav {
	list-style: none;
	margin: 0;
	margin-top: 20px;
	padding: 0;
	padding-top: 20px;
	display: inline-block;
	width: 100%;
	border-top: 3px solid #e0e0e0;
}

.pagenav .previous a,
.pagenav .next a {
	color: #222;
	font-weight: 900;
	text-transform: uppercase;
	font-size: 12px;
}

.pagenav .previous { float: left; }
.pagenav .next { float: right; }

.pagenav .previous a:before,
.pagenav .next a:after {
	font-family: 'FontAwesome';
	color: #222;
	margin-top: 2px;
}

.pagenav .previous a:before {
	content: '\f053';
	float: left;
	padding-right: 10px;
}

.pagenav .next a:after {
	content: '\f054';
	float: right;
	padding-left: 10px;
}

.pagenav .previous a:hover,
.pagenav .next a:hover {
	color: #dc2d13;
}


.wk-gallery-wall {
	display: flex;
	display: -webkit-flex;
	justify-content: space-between;
	flex-wrap: wrap;
}

.wk-gallery-wall.clearfix:before,
.wk-gallery-wall.clearfix:after {
	display: none;
}

.wk-gallery-wall a {
	margin-bottom: 30px;
}

.overlay_caption {
	position: absolute;
	z-index: 10;
	bottom: 0;
	left: 0;
	width: 100%;
	text-align: center;
	color: #fff;
	background: rgba(0,0,0, .6);
	padding: 5px 0 6px;
}

.videos .gal_item {
	height: auto;
}

.videos .gal_item img {
	transition: all 0.6s ease;	
}

.videos .gal_item:hover img {
	transform: scale(1.15);
}

.videos .gal_item:after {
	background-image: url(../img/i_play.png);
	background-position: 50% 43%;
	visibility: visible;
	opacity: 1;
	transform: scale(1);
	transition: all 0.6s ease;
}

.videos .gal_item .overlay_caption {
	background: none;
	bottom: auto;
	top: 50%;
	margin-top: 20px;
	font-size: 16px;
	font-weight: 300;
	transition: all 0.6s ease;
}

.videos .gal_item:hover:after {
	background-position: 50% 50%;
}

.videos .gal_item:hover .overlay_caption {
	opacity: 0;
	margin-top: 32px;
}

.pull-left.item-image {
	max-width: 500px;
	margin-right: 30px;
	margin-bottom: 1em;
	border: 1px solid #ddd;
	padding: 10px;
}

.pull-left.item-image img {
	float: left;
}

.article-info {
	display: block;
	margin: 0;
	margin-top: -25px;
	margin-bottom: 25px;
	padding: 0;
	text-align: center;
}

.article-info-term {
	display: none;
}

.article-info .published {
	position: relative;
	margin: 0;
	font-size: 12px;
	display: inline-block;
	padding: 0 30px;
	height: 24px;
	overflow: hidden;
	font-weight: 600;
}

.article-info .published time {
	position: relative;
	z-index: 2;
}

.article-info .published:before,
.article-info .published:after {
	content: '';
	position: absolute;
	z-index: 1;
	top: 0;
	left: 10px;
	width: 60%;
	height: 100%;
	background-color: #f2db17;
	border-left: 2px solid #000;
	transform: skew(20deg);
}

.article-info .published:after {
	transform: skew(-20deg);
	left: auto;
	right: 10px;
	border-left: none;
	border-right: 2px solid #000;
}

.componentheading {
	font-size: 18px;
	border-bottom: 1px solid #ddd;
	margin-bottom: 10px;
	padding-bottom: 10px;
	font-weight: 600;
}

input[type='text'],
textarea {
	width: 300px;
	padding: 0 15px;
	background-color: #f0f0f0;
	border: 1px solid #ddd;
	margin-bottom: 10px;
	transition: all 0.3s ease;
}

input[type='text'] {
	height: 40px;
}

input[type='text'][disabled] {

}

textarea {
	padding-top: 7px;
	padding-bottom: 7px;
}

input[type='text']:not([disabled]):hover,
textarea:hover,
input[type='text']:not([disabled]):focus,
textarea:focus {
	border-color: #aaa;
}

input[type='text']:not([disabled]):focus,
textarea:focus {
	background-color: #f6f6f6;
}



/* CONTACT FORM IN CONTACT PAGE */

.contact_form_title {
	text-transform: uppercase;
	font-weight: 400;
	text-align: center;
	font-size: 30px;
	line-height: 36px;
	border-bottom: 2px solid #ddd;
	margin-bottom: 25px;
	padding-bottom: 20px;
}

.contact_form {
	display: inline-block;
	width: 100%;
	padding-left: 15%;
	padding-right: 15%;
}

.contact_form_row.justify {
	display: flex;
	display: -webkit-flex;
	justify-content: space-between;
}

.contact_form_row label {
	display: block;
	width: 100%;
	margin-bottom: 2px;
}

.contact_form_row .w30 {
	float: none;
	display: inline-block;
	width: 30%;
	margin: 0;
}

.contact_form_row input[type=text],
.contact_form_row textarea {
	width: 100%;
	margin-bottom: 25px;
}

.contact_form_row textarea {
	resize: none;
	height: 150px;
}

.contact_form_buttons {
	float: right;
}

.button.send:before {
	content: '\f003';
	font-family: 'FontAwesome';
	margin-right: 7px;
}

.relative {
	position: relative;
}

.formError {
	position: absolute;
	bottom: 100%;
	left: 15px;
	margin-bottom: -9px;
	background-color: #dc2d13;
	color: #fff;
	font-size: 12px;
	padding: 0 10px;
	border-radius: 3px;
	font-weight: 400;
	line-height: 18px;
	padding-bottom: 2px;
}

.contact_left {
	float: right;
	width: 50%;
}

.contact_map {
	float: left;
	width: 47%;
	border: 3px solid #ddd;
	padding: 5px;
	background: #f6f6f6;
}

.contact_left,
.contact_map {
	margin-bottom: 20px;
}

.contact_map .zhym-map-default,
.contact_map .ymaps-2-1-60-map {
	height: 224px !important;
}

.wk-slideset-default .nav li {
	padding: 0 4px;
}

.map_contact {
	padding-top: 40px;
}

.map_contact textarea {
	height: 70px;
	resize: none;
}

.map_contact input[type='text'],
.map_contact textarea {
	background-color: #dc2d13;
	border: 1px solid #232323;
	color: #fff;
	border-radius: 3px;
	font-size: 16px;
}

.map_contact input[type='text']:hover,
.map_contact textarea:hover,
.map_contact input[type='text']:focus,
.map_contact textarea:focus {
	background-color: #b9240e;
}

.map_contact input[type='text']::-webkit-input-placeholder {color:#fff;}
.map_contact input[type='text']::-moz-placeholder          {color:#fff;}
.map_contact input[type='text']:-moz-placeholder           {color:#fff;}
.map_contact input[type='text']:-ms-input-placeholder      {color:#fff;}
.map_contact textarea::-webkit-input-placeholder {color:#fff;}
.map_contact textarea::-moz-placeholder          {color:#fff;}
.map_contact textarea:-moz-placeholder           {color:#fff;}
.map_contact textarea:-ms-input-placeholder      {color:#fff;}

#mmenu_button {
	display: none;
	float: right;
	color: #222;
	font-weight: 600;
	background-color: #fff;
	height: 30px;
	line-height: 30px;
	padding: 0 15px;
	margin-top: -4px;
	text-align: center;
	width: 100px;
}

.ajax_box_popup {
	display: inline-block;
	width: 100%;
	max-width: 700px;
}


.fancybox-navigation button {
	top: 0 !important;
	height: 100% !important;
	width: 20% !important;
	margin-top: 0 !important;
}

.fancybox-navigation svg {
	width: 50px;
}

.fancybox-button--arrow_left svg {
	float: left;
	margin-left: 30%;
}

.fancybox-button--arrow_right svg {
	float: right;
	margin-right: 30%;
}

.fancybox-navigation button:before {
	position: absolute;
	top: 50% !important;
	margin-top: -30px !important;
	width: 60px !important;
	height: 60px !important;
}

.fancybox-button--arrow_right:before {
	right: 30% !important;
}

.fancybox-button--arrow_left:before {
	left: 30%;
	right: auto !important;
}

.fancybox-caption-wrap, .fancybox-infobar, .fancybox-toolbar {
	z-index: 99998 !important;
}

.metricks {
	display: inline-block;
	opacity: 0;
	margin-top: 10px;
	transition: all 0.3s ease 0.5s;
}

.metricks:hover {
	opacity: 1;
}


/*card-start*/
.other__card{
	border: 1px solid #222;
	border-radius: 8px;
	box-shadow: 0 1px 3px 1px rgba(0, 0, 0, 0.15);
    display: flex;
    align-items: center;
    /* height: 326px; */
    padding: 10px;
	align-items: center;
	flex-direction: column;
	gap: 32px;
}
.image__card__dop img{
	width: 100%;
	height: 250px;
	object-fit: contain;
	transition: 3s;
	display: block;
}
.nav__info{
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.nav__info span{
	font-size:32px;
	font-weight: 600;
	margin-bottom:15px;
}
.dop__other__title span{
	font-size:32px;
	font-weight: 600;
	text-align: center;
}
.dop__other__title{
    display: flex;
    align-items: center;
    justify-content: center;

}
.image__card__dop img:hover{
	transform: scale(0.8);
}
.other__title{
	display: flex;
	align-items: center;
	text-align: center;
	justify-content:center;
	width: 100%;
	background: #222;
	border-radius: 5px;
	padding: 10px;
}
.other__title a{
	color: #fff;
	transition: 2s;
}
.other__title a:hover{
	opacity: .7;
}
.slider-btn{
	display: flex;
	gap: 20px;
	margin-bottom: 10px;
	justify-content:end;
}

.other__swiper-button-prev ,.other__swiper-button-next{
	border-radius: 21px;
    width: 40px;
    height: 40px;
    background: #eaeaea;
    align-items: center;
    display: flex;
    justify-content: center;
	transition: .3s;
}
.other__swiper-button-prev:hover ,.other__swiper-button-next:hover{ 
	opacity: .7;
	cursor: pointer;
}
@media(max-width:425px){
	.image__card__dop img{
		height: 150px;
	}
	.dop__other__title span {
		font-size:20px;
		font-weight: 500;
		line-height: 140%;
		margin-bottom: 10px;
	}
}
/*card-end*/





/* RESPONSIVE */

@media (max-width: 1200px) {

	.container {
		width: 100%;
		padding-left: 30px;
		padding-right: 30px;
		max-width: 100%;
		min-width: 100%;
	}

	.slide_infobox {
		right: 70px;
	}

	.contact_box {
		right: 30px;
	}

	.ask_price_box {
		width: 57%;
	}

	.ask_price_button {
		font-size: 18px;
		width: auto;
	}

	.ask_price_button i {
		margin-right: 10px;
	}

	.product_left {
		width: 40%;
		margin-right: 3%;
	}

	.wk-arrows .prev {
		left: 0 !important;
	}

	.wk-arrows .next {
		right: 0 !important;
	}

	.videos .gal_item {
		width: 48%;
	}

	.videos .gal_item .overlay_caption {
		padding: 0 20px;
	}

	.news_image {
		width: 50%;
	}

	.news_item .news_info {
		width: 50%;
	}

	.news_desc {
		line-height: 20px;
	}

	.main_slider .container {
		height: 520px;
	}

	.slide_infobox h3 {
		height: 70px;
		line-height: 68px;
		font-size: 38px;
	}

	.slide_infobox h2 {
		font-size: 48px;
		height: 80px;
		line-height: 80px;
		margin-bottom: 25px;
	}

	.slide_infobox h3:before {
		border-bottom-width: 70px;
	}

	.slide_infobox h2:before {
		border-bottom-width: 80px;
	}

	.dop_obor_item {
		width: 96%;
		margin-left: 2%;
		margin-right: 2%;
	}

	.dop_obor_img {
		height: 240px;
	}

}









@media (max-width: 1024px) {

	.cat_item_img {
		height: 200px;
	}

	.akciya_item {
		background: none;
		padding-top: 37px;
		padding-bottom: 37px;
		min-height: 190px;
	}

	.prod_item {
		width: 31%;
		margin-right: 2%;
	}

	.prod_item:nth-child(3n+3) {
		margin-right: 0;
	}

	a.tb_item {
		display: none;
	}

	.ask_price_box {
		margin-top: 26px;
	}

	.sec_title {
		font-size: 40px;
		margin-bottom: 40px;
	}

	.sec_title.medium {
		font-size: 30px;
		line-height: 36px;
	}

	.sec_title strong {
		display: inline-block;
	}

	.cat_item {
		padding: 0 10px;
	}

	.cat_item.off:after {
		top: 150px;
	}

	.cat_item .hars_table {
		font-size: 12px;
		line-height: 16px;
	}

	.cat_item .hars_table thead th span {
		font-size: 14px;
	}

	.places_sec {
		padding-top: 40px;
		min-height: 350px;
	}

	.places_slider {
		padding: 0 30px;
	}

	.pull-left.item-image {
		max-width: 40%;
	}

	.places_slider li {
		font-size: 14px;
	}
	
	.header_sec h1,
	.prod_page .header_sec h1 {
		font-size: 32px;
		line-height: 36px;
	}

	.index_about_sec .ib {
		width: 100%;
	}

	.cats_small_left,
	.cats_small_right {
		display: inline;
		float: none;
	}

	.cat_small_item {
		float: left;
		width: 19%;
		margin-left: 0.5%;
		margin-right: 0.5%;
	}

	.cat_small_item span {
		left: 97%;
	}

	.news_sec {
		padding-top: 40px;
	}

	.sec_title_ramka span {
		font-size: 30px;
	}

	.hars_table thead th span {
		font-size: 14px;
	}

	.hars_table tbody th,
	.hars_table tbody td {
		padding: 10px;
		line-height: 18px;
		font-size: 14px;
	}

	.ask_price_button i {
		width: 38px;
		background-size: contain;
		background-position: 50% 50%;
	}

	.wk-slideset-default .next, .wk-slideset-default .prev {
		display: inline-block !important;
	}

	#mmenu_button {
		display: inline-block;
	}

	.topmenu {
		display: none;
	}

	.places_sec {
		display: none;
	}

	.header_sec {
		animation: none;
		background-size: cover;
	}

	.logo {
		position: absolute;
		top: 86px;
		left: 50%;
		width: 180px;
		margin-left: -90px;
	}

	.header_sec .logo {
		top: -53px;
	}

	.header_sec > .container {
		padding-top: 30px;
	}

	.fancybox-navigation {
		display: none !important;
	}

	.topmenu_box:before {
		display: none;
	}



}







@media (max-width: 900px) {

	.cat_item.off:after {
		font-size: 26px;
		margin-left: -100px;
	}

	.akciya_sec .sec_title {
		margin-bottom: 30px;
	}

	.wk-gallery-wall a {
		width: 30%;
		height: auto;
	}

	.ask_price_button i {
		display: none;
	}

	.ask_price_button {
		width: 100%;
		padding-left: 40px;
	}

	.angle_bottom:after {
		height: 40px;
		background-size: 100% 40px;
		bottom: -2px;
	}

	.header_sec {
		min-height: 225px;
	}

	.header_sec h1, .prod_page .header_sec h1 {
		margin-top: 10px;
	}

	.header_sec .logo {
		position: absolute;
		z-index: 1000;
		top: -38px;
		left: 50%;
		margin-left: -75px;
		border-radius: 0 0 3px 3px;
	}

	.mobile_logo {
		display: block;
	}

	.pc_logo {
		display: none;
	}

	.header_sec .logo span {
		padding-top: 0;
	}

	.header_sec .logo img {
		width: 150px;
	}

	.header_sec .logo h3 {
		font-size: 16px;
	}

	.header_sec .logo h2 {
		margin-bottom: 1px;
	}

	.bread {
		margin-bottom: 20px;
	}

	.topmenu_box {
		display: none;
	}

	.topmenu_box.fixed {
		display: block;
	}

	.header_sec .topbar_row.fixed {
		z-index: 12;
	}

	.hars_table thead th span:before {
		left: -22px;
	}

}








@media (max-width: 800px) {

	.container,
	.gallery_sec .container {
		padding-left: 20px;
		padding-right: 20px;
	}

	.cat_small_item {
		transition: background 3s ease-in-out !important;
	}

	.news_image {
		width: 40%;
	}

	.news_item .news_info {
		width: 60%;
		padding: 40px;
	}

	.news_item:nth-child(even) .news_info {
		padding-left: 60px;
	}

	.news_info h3 {
		margin-bottom: 25px;
	}

	.news_info h3:after {
		margin-top: 3px;
		margin-top: 10px;
	}

	.akciya_item {
		line-height: 30px;
		font-size: 20px;
	}

	.akciya_item h2 {
		font-size: 30px;
		line-height: 34px;
	}

	.akciya_sec {
		min-height: 300px;
	}

	.akciya_item p:last-child {
		margin-bottom: 0;
	}

	.videos .gal_item:after {
		background-position: 50% 33%;
	}

	.contact_form {
		padding: 0;
	}

	.hars_table {
		margin-bottom: 20px;
	}

	.hars_table tbody th {
		width: 60%;
	}

	.hars_table tbody td {
		width: 40%;
	}

	.product_main a.video_link img {
		margin-top: -20%;
	}

	.contact_box {
		width: 320px;
	}

	.contact_box input[type='text'],
	.contact_box textarea {
		width: 100%;
	}

	.contact_box_inner {
		font-size: 14px;
	}


}








@media (max-width: 760px) {

	.product_left {
		width: 100%;
		max-width: 100%;
		margin-right: 0;
	}

	.product_right {
		display: block;
		float: left;
		width: 100%;
		max-width: 100%;
	}

	.ask_price_box {
		width: 100%;
		max-width: 100%;
		text-align: center;
	}

	.ask_price_button {
		width: auto;
		padding-left: 50px;
		text-transform: uppercase;
	}

	.ask_price_button i {
		display: inline-block;
		width: 58px;
	}

	.cat_item .category-desc {
		display: none;
	}

	.cat_item h3 {
		font-size: 26px;
		line-height: 26px;
	}

	.gallery_sec {
		padding-top: 40px;
	}

	.gallery_sec .sec_title,
	.gallery_carousel {
		margin-bottom: 40px;
	}

	.off .cat_item_variants {
		display: none;
	}

	.cat_item.off:after {
		font-size: 20px;
		margin-left: -74px;
	}

	.prodlist_sec .catlist {
		margin-top: 0;
	}

}











@media (max-width: 700px) {

	.prod_item {
		width: 48%;
		float: none;
		vertical-align: top;
	}

	.news_info {
		height: 320px;
	}

}










@media (max-width: 620px) {

	.ask_price_button {
		font-size: 16px;
	}

	body {
		font-size: 14px;
		line-height: 20px;
	}

	.news_info,
	.news_image {
		float: none !important;
		display: table-cell;
	}

	.news_item:nth-child(even) .news_date {
		left: auto;
		right: -25px;
	}

	.news_item:nth-child(even) .news_info h3 {
		right: auto;
		left: 0;
	}

	.news_item .news_info h3,
	.news_item:nth-child(even) .news_info h3 {
		margin-left: -40px;
		margin-right: 0;
		padding-left: 35px;
		padding-right: 0;
		border-left: 5px solid #999;
		border-right: none;
	}

	.news_item:nth-child(even) .news_info {
		padding-left: 40px;
	}

	.news_info h3:after,
	.news_item:nth-child(even) .news_info h3:after {
		left: 54px;
		margin-top: 10px;
	}

	.catlist {
		display: block;
		float: left;
		width: 100%;
	}

	.cat_item {
		width: 100%;
		border-bottom: 2px solid #585859;
		border-right: none;
		padding-bottom: 30px;
		margin-bottom: 30px;
	}

	.cat_item:last-child {
		border-bottom: none;
		padding-bottom: 0;
		margin-bottom: 0;
	}

	.cat_item_img {
		height: auto;
	}

	.off .cat_item_img {
		height: 100px;
	}

	.cat_item.off:after {
		top: 78px;
	}

}










@media (max-width: 600px) {

	.videos .gal_item .overlay_caption {
		margin-top: 10px;
		font-size: 14px;
	}

	.videos .gal_item:after {
		background-position: 50% 19%;
	}

}










@media (max-width: 568px) {
	
	.cat_small_item {
		width: 48%;
		height: 120px;
		float: left;
		background-position: 0 50%;
		background-size: cover;
		margin-left: 0;
		margin-right: 0;
	}

	.cat_small_item:nth-child(even) {
		float: right;
	}

	.cats_small_right .cat_small_item:last-child {
		width: 100%;
	}

	.cat_small_item:after {
		display: none;
	}

	.cat_small_item span {
		position: relative;
		top: auto;
		left: auto;
		bottom: auto;
		right: auto;
		transform: none;
		width: auto;
		margin-top: 7px;
	}

	.sec_title {
		font-size: 30px;
		line-height: 36px;
	}

	.sec_title_ramka {
		display: none;
	}

	.contact_box {
		position: relative;
		width: 100%;
		float: left;
		left: auto;
		top: auto;
		right: auto;
		margin-left: 0;
		margin-top: 0;
	}

	.contact_box .ipcell .ib {
		width: 100%;
		text-align: center;
	}

	.contact_box .ipcell .ib > div {
		display: inline-block;
		width: auto;
	}

	.zhym-map-default,
	.ymaps-2-1-60-map {
		float: left;
		width: 100%;
		height: 250px !important;
	}

	.sec_title.news {
		font-size: 40px;
		margin-top: 13px;
	}

	.read_more {
		font-size: 16px;
	}

	.slide_infobox h2 {
		font-size: 36px;
	}

	.slide_infobox h3 {
		font-size: 26px;
	}

	.ask_price_button i {
		display: none;
	}

	.product_main {
		padding-left: 0;
		padding-right: 0;
	}

}











@media (max-width: 520px) {

	.contact_form_row .fleft,
	.contact_form_buttons {
		width: 100%;
		text-align: center;
	}

	.contact_form_row .fleft > div {
		display: inline-block;
		width: auto;
		margin-bottom: 15px;
	}

	.footer_white {
		font-size: 14px;
	}

	.footer_left,
	.footer_right {
		width: 40%;
	}

	.footer_right {
		padding-top: 12px;
		text-align: right;
	}

	.modal_close {
		top: -60px;
		right: 0;
		opacity: 1;
	}

	.videos .gal_item {
		width: 100%;
	}

	.videos .gal_item:after {
		background-position: 50% 40%;
	}

	.videos .gal_item .overlay_caption {
		margin-top: 30px;
	}

	.places_inside {
		font-size: 24px;
	}

	.cats_small_row {
		padding: 0;
	}

	.main_slider .container {
		height: 400px;
	}

	.slide_infobox {
		right: 0;
		padding-top: 70px;
	}

}









@media (max-width: 500px) {

	.news_item .news_info,
	.news_item .news_image {
		display: block;
		float: left;
		width: 100%;
		height: auto;
	}

	.news_item .news_image {
		height: 200px;
	}

	.news_date,
	.news_item:nth-child(even) .news_date {
		top: 100%;
		right: 50%;
		margin-top: -25px;
		margin-right: -25px;
	}

	.main_slider .owl-prev,
	.main_slider .owl-next {
		font-size: 50px;
		width: 40px;
	}

	.main_slider .owl-next:before {
		border-right-width: 40px;
	}

	.main_slider .owl-prev:before {
		border-left-width: 40px;
	}

	.main_slider .owl-prev i, .main_slider .owl-next i {
		top: 63px;
	}

	.prod_item h3 {
		font-size: 16px;
	}

	.wk-gallery-wall a {
		width: 48%;
		margin-bottom: 17px;
	}

	.angle_bottom:after {
		height: 20px;
		background-size: 100% 20px;
	}

	.pagenav .previous,
	.pagenav .next {
		width: 100%;
		text-align: center;
	}

	.pagenav .previous a:before,
	.pagenav .next a:after {
		float: none;
	}

	.cat_small_item {
		width: 100%;
		padding-top: 39px;
	}

	.roga {
		display: none;
	}

	.ask_price_button {
		line-height: 28px;
		font-size: 18px;
	}

	.places_sec {
		padding-bottom: 60px;
	}

	.button.red {
		font-size: 16px;
	}

	.gallery_sec {
		padding-bottom: 40px;
	}

	.akciya_sec .dotsNav .dots {
		margin-bottom: 40px;
	}

	.akciya_item {
		margin-bottom: 40px !important;
	}

	.contact_left, .contact_map {
		width: 100%;
	}

	.index_header_sec .logo {
		position: absolute;
		top: 76px;
		left: 50%;
		margin-left: -101px;
	}

}










@media (max-width: 425px) {

	.slide_infobox h3 {
		font-size: 16px;
		height: 40px;
		line-height: 40px;
	}

	.slide_infobox h3:before {
		border-bottom-width: 40px;
	}

	.slide_infobox h2 {
		font-size: 20px;
		height: 50px;
		line-height: 50px;
	}

	.slide_infobox h2:before {
		border-bottom-width: 50px;
	}

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

	.places_sec .button_tri {
		float: none !important;
	}

	.sec_title.news {
		font-size: 30px;
		margin-top: 15px;
	}

	.prod_item {
		width: 100%;
	}

	.akciya_item {
		font-size: 14px;
		line-height: 20px;
	}

	.akciya_item h2 {
		font-size: 24px;
		line-height: 30px;
	}

	.header_sec h1, .prod_page .header_sec h1 {
		font-size: 24px;
		line-height: 32px;
		margin-bottom: 30px;
	}

	.header_sec h1:after {
		display: none;
	}

	.bread {
		display: none;
	}

	.hars_table tbody th,
	.hars_table tbody td {
		font-size: 12px;
	}

	.product_photos .gallery_carousel {
		margin-bottom: 0px;
	}

	.wk-arrows .prev, .wk-arrows .next {
		width: 24px !important;
		top: 30% !important;
	}

	.wk-arrows .prev {
		left: -20px !important;
	}

	.wk-arrows .next {
		right: -20px !important;
	}

	.button_tri.multy {
		padding: 5px 60px 0 48px;
	}

	.news_item .news_info,
	.news_item:nth-child(even) .news_info {
		padding: 20px;
		padding-left: 20;
	}

	.tb_item {
		font-size: 0;
		color: transparent;
		margin-top: 2px;
	}

	.tb_item a {
		color: #fff;
		font-size: 14px;
	}

	.tb_item i,
	.tb_item a:last-child {
		display: none;
	}

	.sec_title.medium {
		font-size: 26px;
		line-height: 30px;
	}

	ul.dops_list {
		column-count: 1;
		-webkit-column-count: 1;
		column-gap: 0;
		-webkit-column-gap: 0;
		padding-left: 0;
	}

	.contact_form_row.justify {
		display: block;
		width: 100%;
	}

	.contact_form_row .w30,
	.contact_form_row input[type=text], .contact_form_row textarea {
		width: 100%;
	}

	.videos .gal_item:after {
		background-position: 50% 20%;
	}

	.videos .gal_item .overlay_caption {
		margin-top: 10px;
	}

	.modal_content {
		width: auto;
		margin-left: 0;
		left: 10px;
		right: 10px;
	}

	.dotsNav .owl-dots, .dotsNav .dots, .dotsNav .wk-slideset-default .dots {
		top: -38px;
	}

	.modal_content h3 {
		font-size: 17px;
	}

	.ipcell .button {
		padding-left: 10px;
		padding-right: 10px;
	}

	.header_sec .logo {
		top: -31px;
		margin-left: -55px;
	}

	.header_sec .logo img {
		width: 110px;
	}

	.file_link {
		font-size: 16px;
	}

	.header_sec {
		min-height: 175px;
	}

	.footer_white {
		font-size: 12px;
		line-height: 14px;
	}



}









@media (max-width: 360px) {
	
	.ask_price_button {
		font-size: 14px;
	}

}