@charset "utf-8";

/*every site must have*/

/*!
 *  Font Awesome 4.3.0 by @davegandy - http://fontawesome.io - @fontawesome
 *  License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License)
 */@font-face {
	font-family:'FontAwesome';
	src:url('../fonts/fontawesome-webfont.eot?v=4.3.0');
	src:url('../fonts/fontawesome-webfont.eot?#iefix&v=4.3.0') format('embedded-opentype'),url('../fonts/fontawesome-webfont.woff2?v=4.3.0') format('woff2'),url('../fonts/fontawesome-webfont.woff?v=4.3.0') format('woff'),url('../fonts/fontawesome-webfont.ttf?v=4.3.0') format('truetype'),url('../fonts/fontawesome-webfont.svg?v=4.3.0#fontawesomeregular') format('svg');
	font-weight:normal;
	font-style:normal
}

html {
	padding: 0;
	margin: 0;
	height: 100%;
	font-size: 14px;
}
body {
	margin: 0px;
	padding: 0px;
	background-color: #262626;
	color: #676767;
	line-height: 23px;
	font-weight: 100;
	font-family: "Open Sans", sans-serif;
	height: 100%;
	counter-reset: section;
}
form {
	margin: 0px;
	padding: 0px;
}
img {
	max-width: 100%;
	height: auto;
	margin-top: 0px;
}
.logo_default {
	height: 241px;
	width: 240px;
}

a {
	-moz-transition: .3s ease;
	-o-transition: .3s ease;
	-webkit-transition: .3s ease;
	transition: .3s ease;
	color: #262626;
	text-decoration: none;
}
a:hover {
	text-decoration: none;
	color: #39b54a;
}
h1, h2, h3 {
	font-size: 38px;
	margin: 0 0 10px 0;
	text-transform: uppercase;
	text-align: left;
	font-weight:normal;
}
.medium {
	font-size:20px;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-style:italic;
	text-shadow: black 0px 2px;
}
.large {
	font-size:20px;
	margin-bottom: 21px;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-style:italic;
}
label {
	cursor:pointer;
}
input[type="radio"]{
	vertical-align: text-bottom;
}
input[type="checkbox"] {
	vertical-align: bottom;
}
p {
	padding-top: 0;
	margin-top: 0;
	min-width:100%;
}
li {
	list-style-type: none;
	margin-left: -45px;
	list-style-position: inside;
	text-align: left;
}
textarea {
	color: #09283c;
	border: none 0;
	height: 196px;
	overflow: hidden;
	resize: none;
	-webkit-border-radius: 0px;
	-webkit-appearance: none;
	padding: 0px;
}
.sep_line {
	background-image: url(../images/sep_line.png);
	height: 21px;
}
#news_listing .panel_block {
	width:100%;
}
#right_col {
	float: left;
	width: 320px;
	margin-left: 30px;
}
.form_fields {
	font-size: 14px;
	border: 1px solid #c5c5c5;
	padding: 5px;
	width: 100%;
	border-radius: 3px;
	background-color: #FFFFFF;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.form_fields_div {
	margin-bottom: 7px;
}
.clear {
	clear: both;
	float: none;
}
.user_mail {
    background: transparent;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	height: 1px;
	width: 1px;
	background-color: transparent;
}
#ajax_output {
	margin-bottom: 10px;
}
.messages_success, .messages_success2 {
	color: #697a56;
	background-color: #eafbd7;
	font-size: 11px;
	background-image: url(../images/sign_ok.gif);
	background-repeat: no-repeat;
	background-position: left center;
	padding-top: 23px;
	padding-right: 5px;
	padding-bottom: 23px;
	padding-left: 115px;
	border: 1px solid #a3c159;
	width: 100%;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.messages_error, .messages_error2 {
	background-color: #FBE9E7;
	font-size: 11px;
	background-repeat: no-repeat;
	background-position: left center;
	padding: 23px 5px 23px 115px;
	border: 1px solid #F99;
	color: #7E6C6A;
	background-image: url(../images/sign_error.gif);
	width: 100%;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.messages_preloader {
	border: none;
	height: 27px;
	color: #FFFFFF;
	background: transparent url('../images/decor/loading_animation.gif') center left no-repeat;
	margin-top: 5px;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 100px;
}
.news_ajax_preloader{
  border:none;
  height:30px;
  color:#FFFFFF; 
  background:transparent url('../images/decor/ajax_loader_big.gif') center center no-repeat;
  margin:5px 0px 5px 0px; 
 }
.news_box {
	margin-bottom: 15px;
}
.nav_panel {
	text-align: center;
	padding-top: 5px;
	margin-bottom: 10px;
	cursor:pointer;
	font-size: 12px;
	font-weight: bold;
	color: #653C20;
	height: 40px;
	text-transform: uppercase;
}
.gallery_ajax_preloader {
  border:none;
  color:#FFFFFF; 
  background:transparent url('../images/decor/ajax_loader_big.gif') center center no-repeat;
  margin:25px auto; 
  height: 75px;
  width:100px;
} 
.map_div {
	width: 100%;
	height: 300px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
#wrapper {
	min-height: 100%;
	position: relative;
	margin: auto;
	width: 1250px;
}
/*end of every site must have*/
#header_1 {
	width: 100%;
	background-position: center top;
	position: static;
	background-size: cover;
	background-attachment: fixed;
	color: #FFFFFF;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: auto;
	display: block;
	text-align: center;
	background-image: url(../images/header-bg.jpg);
	padding-top: 67px;
	padding-right: 0px;
	padding-left: 0px;
	padding-bottom: 90px;
	margin-top: 0px;
}
#header_1 #logo {
	width: 100%;
	margin-right: auto;
	margin-left: auto;
	margin-top: 50px;
	overflow-x: auto;
	overflow-y: auto;
	max-width: 1250px;
}
#lang_box  {
	width: 100%;
	margin: auto;
	text-align: right;
	max-width: 1250px;
}
#lang_box a {
	color: #FFFFFF;
	font-weight: bold;
	text-decoration: none;
	text-transform: uppercase;
	font-size: 11px;
}

.header_title {
	font-size: 36px;
	color: #FFF;
	width: 100%;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
	margin-top: 50px;
	font-weight: lighter;
	max-width: 1250px;
}
.header_title a {
	color: #29aecd;
}
.header_text {
	font-size: 20px;
	color: #FFF;
	margin-top: 20px;
	text-transform: uppercase;
	font-weight: lighter;
	width: 1250px;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 150px;
}#slider {
	width: 100%;
	height: 420px;
	background-image: url(../images/01_home_08.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	position: relative;
	text-align: center;
	text-transform: uppercase;
	padding-top: 170px;
}
#slider #slider_head_1 {
	width: 1231px;
	margin-right: auto;
	margin-left: auto;
	color: #FFFFFF;
	font-size: 48px;
	font-weight: 100;
	line-height: 60px;


}
#slider #slider_text {
	width: 1131px;
	margin-left: auto;
	margin-right: auto;
	color: #FFFFFF;
	margin-top: 30px;
}
#head_menu_box {
	margin-left: auto;
	margin-right: auto;
	z-index: 100;
	width: 100%;

}
#ataka_drop_menu_mobile select {
	width: 100%;
	border: none;
	border-radius: 3px;
	height: 35px;
	background-color: #E5E5E5;
	padding-left: 5px;
}
#ataka_drop_menu_mobile {
	display: none;
}
.ataka_drop_menu { 
background-color: #31353d;
text-align:center;
}
#stuck_container {
	background: #31353d;
	z-index: 999;
	-webkit-box-shadow: 0 4px 16px 0 rgba(0, 0, 0, 0.3);
	-moz-box-shadow: 0 4px 16px 0 rgba(0, 0, 0, 0.3);
	box-shadow: 0 4px 16px 0 rgba(0, 0, 0, 0.3);
	text-align: center;
	color: #fff;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: top;
	top: -75px;
	visibility: hidden;
	position: fixed;
	width: 100%;
	margin-top: 0px;
	margin-right: auto;
	margin-left: auto;
}
#stuck_container .ataka_drop_menu ul {
	margin-top: 0;
}
#head_menu_container {
	width: 100%;
	z-index: 101;
	text-align: center;
	padding-bottom: 120px;
}
#header_1 #header_1_text_1 {
	position: absolute;
	top: 65px;
	font-weight: 300;
	color: #095DA9;
	font-size: 36px;
	text-transform: uppercase;
	text-shadow: 0px 0px 0px;
	right: 190px;
}
#header_1 #header_1_text_2 {
	position: absolute;
	top: 107px;
	left: 777px;
	font-family: Lato;
	font-weight: 700;
	color: #FFFFFF;
	font-size: 36px;
	text-transform: uppercase;
	text-shadow: 0px 0px 0px;
}
#light_catalog_container {
	height: 544px;
	width: 100%;
	background-color: #252525;
	position: relative;
}
#light_catalog_box {
	width: 1231px;
	background-color: #252525;
	height: 544px;
	margin-left: auto;
	margin-right: auto;
	overflow: hidden;
}
#light_catalog_box:before {
	content:' ';
	left: 50%;
	width:33px;
	height:544px;
	margin-left: -648px;
	background-image: url(../images/light_catalog_shadow_left.png);
	position:absolute;
	top:0;
}
#light_catalog_box:after {
	content:' ';
	left: 50%;
	width:33px;
	height:544px;
	margin-left: 615px;
	background-image: url(../images/light_catalog_shadow_right.png);
	position:absolute;
	top:0;
}
.product_photo_fp {
	width: 100%;
	display: inline;
}
.product_box_fp {
	width: 31%;
	float: left;
	text-align: left;
}
.product_box_fp + .product_box_fp {
	margin-left: 3.5%;
}
.product_photo_fp_div {
	line-height: 12px;
}
.product_name_fp {
	padding-top: 15px;
	padding-left: 5px;
	padding-right: 5px;
	text-align: left;
	padding-bottom: 15px;
	font-size: 38px;
	line-height: 34px;
	text-transform: uppercase;
}
.product_name_fp a{
	color: #FFFFFF;
}
.product_name_fp img {
	margin-bottom: -2px;
}
.product_text_fp {
	text-align: left;
	line-height: 22px;
}
#product_panel_fp {
	width: 100%;
	margin-left: auto;
	margin-right: auto;
	height: 400px;
	max-width: 1171px;
	margin-top: 30px;
	clear: both;
}
.lastWord {
	color: #2f93ee;
	font-weight:100;
}
.more {
	display: inline-block;
	text-align: center;
	color: #262626;
	-moz-transition: 0.3s all ease;
	-o-transition: 0.3s all ease;
	-webkit-transition: 0.3s all ease;
	margin: 15px;
	padding: 5px;
	transition: 0.3s all ease;
}
.more:hover{
	color: #39b54a;
}
.more::before {
	content: '\f18e';
	font: 400 22px/30px FontAwesome;
}
.more2 {
	display: table;
	text-align: center;
	color: #FFFFFF;
	-moz-transition: 0.3s all ease;
	-o-transition: 0.3s all ease;
	-webkit-transition: 0.3s all ease;
	padding: 5px 25px;
	transition: 0.3s all ease;
	border-radius: 5px;
	background-color: #4d4d4d;
	font-size: 18px;
	text-transform: uppercase;
	font-weight: bold;
	margin-top: 15px;
}
.more2:hover{
	background: #39b54a;
	color: #fff;
	text-decoration: none;
}

.more3 {
	display: table;
	text-align: center;
	color: #FFFFFF;
	-moz-transition: 0.3s all ease;
	-o-transition: 0.3s all ease;
	-webkit-transition: 0.3s all ease;
	padding: 5px 25px;
	transition: 0.3s all ease;
	border-radius: 5px;
	background-color: #4d4d4d;
	font-size: 18px;
	text-transform: uppercase;
	font-weight: bold;
	margin: 25px auto;
	line-height: 40px;
}
.more3:hover{
	background: #39b54a;
	color: #fff;
	text-decoration: none;
}

.send_form {
	display: inline-block;
	line-height: 69px;
	text-align: center;
	font-size: 18px;
	color: #262626;
	background: #3498db;
	-moz-transition: 0.3s all ease;
	-o-transition: 0.3s all ease;
	-webkit-transition: 0.3s all ease;
	transition: 0.3s all ease;
	margin-top: 15px;
	padding: 5px;
}
.send_form:hover{
    background: #fff;
    color: #39b54a;	
}
.send_form::before {	
}



#back-top {
	width: 50px;
	height: 50px;
	font-size: 34px;
	line-height: 48px;
	color: #3498db;
	background: #fff;
	position: fixed;
	right: 66px;
	bottom: 180px;
	display: none;
	overflow: hidden;
	text-align: center;
	text-decoration: none;
	z-index: 410;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
	-webkit-box-shadow: 4px 4px 16px 0 rgba(0, 0, 0, 0.3);
	-moz-box-shadow: 4px 4px 16px 0 rgba(0, 0, 0, 0.3);
	box-shadow: 4px 4px 16px 0 rgba(0, 0, 0, 0.3);
 }	
#back-top:hover {
	background-color: #1C4A73;
}
#back-top::before {
	font-weight: 400;
	font-family: "FontAwesome";
	content: "\f106";
}
#head_menu_container_bg_scroll {
	background-color: #095DA9;
	width: 1250px;
	margin-left: auto;
	margin-right: auto;
}
#content_body_fp {
	width: 100%;
	background-color: #FFFFFF;
	margin-left: auto;
	margin-right: auto;
	padding-left: 31px;
	padding-right: 31px;
	padding-bottom: 31px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	padding-top: 56px;
}
#content_body {
	background-color: #31353d;
	margin: auto;
	padding: 31px 31px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	color: #FFFFFF;
	width: 100%;
}
#dop_par_div {
	margin-right: auto;
	margin-left: auto;
	display: flex;
	flex-flow: row wrap;
	justify-content: space-between;
	width: 100%;
	max-width: 1250px;
}
.dop_par_box {
	width: calc(33% - 10px);
	padding-top: 150px;
   margin-left:-1px;
   transform:translateX(1px);	
}
.dop_par_box::before {
	counter-increment: section;
	content: counter(section,decimal-leading-zero);
	position: absolute;
	top: -16px;
	left: 50%;
	width: 146px;
	height: 146px;
	line-height: 146px;
	font-weight: 300;
	font-size: 60px;
	text-align: center;
	color: #000;
	background: #fff;
	border-radius: 50%;
	margin-left: -73px;
	border: 1px solid #CCC;
}
.content_body_2 {
	margin-top: 62px;
}
#content_left_fp {
	width: 770px;
	margin-right: 31px;
	float: left;
	margin-top: 28px;
}
#content_left {
	width: 770px;
	margin-right: 31px;
	float: left;
	margin-top: 28px;
}
#content_right {
	background-color: #e3e5e4;
	float: left;
	width: 368px;
	padding-top: 28px;
	border-bottom-left-radius: 20px;
	border-bottom-right-radius: 20px;	
}
.photo_left_fp {
	max-width: 312px;
	float: left;
	margin-right: 5px;
	margin-bottom: 7px;
}
.photo_right_fp {
	max-width: 312px;
	float: right;
	margin-left: 5px;
	margin-bottom: 7px;
}
.photo_big_fp {
	max-width: 312px;
}


.photo_left {
	float: left;
	margin-right: 20px;
	margin-bottom: 7px;
}
.photo_right {
	float: right;
	margin-left: 5px;
	margin-bottom: 7px;
}
.photo_big {
}


.par_name {
	font-size: 38px;
	margin-bottom: 20px;
	text-transform: uppercase;
	line-height: 38px;
	text-align: left;
	font-weight: normal;
}
.par_text {}
.par_text li::before {
    content: '\f18e';
    font: 400 22px/30px FontAwesome;
    display: block;
    float: left;
    margin: -2px 10px 0 -28px;
}
.par_text li {
    list-style: none;
    margin: 0 0 8px -12px;
    box-sizing: border-box;
}
.par_text a {
	-moz-transition: .3s ease;
	-o-transition: .3s ease;
	-webkit-transition: .3s ease;
	transition: .3s ease;
	color: #FFF;
	text-decoration: none;
}
.par_text a:hover {
	color: #161616;
}
.dop_par_page_name {
	margin-bottom: 10px;
	text-transform: uppercase;
	color: #262626;
	font-size: 24px;
}
.dop_par_page_name a {
	color: #333333;
}
.dop_par_par_name {
	color: #e9344d;
	margin-bottom: 10px;
	text-transform: uppercase;
	font-size: 18px;
	font-weight: 100;
}
#sidebar {
	background-color: #00529c;
	border-bottom-left-radius: 20px;
	border-bottom-right-radius: 20px;
	padding-bottom: 28px;
	padding-top: 28px;
	background-image: url(../images/01_home_66.png);
	background-repeat: no-repeat;
	background-position: 200px 70px;
}
.fp_content_par_div {
	padding: 20px;
	width: 100%;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	background-color: #00a187;
	margin-right: auto;
	margin-left: auto;
	color: #FFFFFF;

}
.fp_content_par_div_2 {
	width: 100%;
	height: 503px;
	background-image: url(../images/fp_content_par_div_2_bg.jpg);
	background-position: center top;
	position: relative;
}
#fp_content_par_2 {
	width: 25%;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	position: absolute;
	top: 50%;
	left: 50vw;
	font-size: 36px;
	text-align: left;
	line-height: 40px;
	margin-left: -610px;
	margin-top: -40px;
	color: #FFFFFF;
}
.fp_gallery_photo{
	-moz-transition: .3s ease;
	-o-transition: .3s ease;
	-webkit-transition: .3s ease;
	transition: .3s ease;
	width: 100%;
	display:block;
}
.fp_gallery_photo_div:hover img{
	opacity:.2;-ms-transform:scale(1.3);-webkit-transform:scale(1.3);transform:scale(1.3);
}
.fp_gallery_photo_up_div { 
	width: 100%;
	height: 100%;
	position: absolute;
}
.fp_gallery_photo_div {
	width: 20%;
	position: relative;
	float: left;
	overflow:hidden;
	text-align:center;	  
}
.fp_gallery_photo_div a {
	background: #39b54a;
	display: block;
	overflow: hidden;
	position: relative;	
}
.fp_gallery_photo_div a:after {
	-moz-transition: .3s ease;
	-o-transition: .3s ease;
	-webkit-transition: .3s ease;
	transition: .3s ease;
	background: none;
	color: #fff;
	content: "\f002";
	font: 0 FontAwesome;
	left: 50%;
	margin: 0;
	position: absolute;
	top: 50%;
	z-index: 999;
	-moz-transform: translate(-50%,-50%);
	-ms-transform: translate(-50%,-50%);
	-o-transform: translate(-50%,-50%);
	-webkit-transform: translate(-50%,-50%);
	transform: translate(-50%,-50%);	
}
.fp_gallery_photo_div a:hover:after{font-size:70px;}
#fp_gallery_div { 
	width: 100%;
}
.fp_gallery_photo_div_shadow {
	-webkit-box-shadow: inset 0px 0px 25px -3px rgba(0,0,0,1);
	-moz-box-shadow: inset 0px 0px 25px -3px rgba(0,0,0,1);
	box-shadow: inset 0px 0px 25px -3px rgba(0,0,0,1);
	position: absolute;
	width: 100%;
	height: 100%;
	z-index: 400;
}
.content_par {
	margin-left: auto;
	margin-right: auto;
	text-align: left;
	overflow: hidden;
	padding-top: 80px;
	padding-bottom: 80px;
	width: 100%;
	max-width: 1250px;
}
#contact_page_map {
	top: 500px;
	left: 0px;
	width: 100%;
}

.content_par + .content_par {
	margin-top: 20px;
}
.par_video {
	width: 100%;
	max-height: 441px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	border: 3px solid #FFFFFF;
	height: 100%;
}
.par_video_div_left {
	width: 385px;
	height: 281px;
	float: left;
	margin-right: 5px;
	margin-bottom: 7px;
}
.par_video_div_right {
	width: 341px;
	height:257px;
	float: right;
	margin-left:10px;
	margin-bottom:10px;
}
.par_video_div_big {
	width: 50%;
	float: left;
	height: 441px;
}
.par_video_div {
	width: 341px;
	height:257px;
	float: left;
	margin-right:10px;
	margin-bottom: 10px;
}
#sidebar .box_name {
	margin-left: 28px;
	margin-right: 28px;
	color: #FFF;
	font-size: 38px;
	margin-bottom: 10px;
	text-transform: uppercase;
	line-height: 34px;	
}
#sidebar .side_content {
	padding-left: 28px;
	padding-right: 28px;
}
#sidebar .side_content {
	color: #FFFFFF;
}
#map_fp {
	width: 100%;
	margin-left: auto;
	margin-right: auto;
	top: 0px;
	left: 0px;
	color: #000000;
}
#footer {
	width: 100%;
	margin-left: auto;
	margin-right: auto;
	border-bottom-left-radius: 20px;
	border-bottom-right-radius: 20px;
	position: relative;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	background-image: url(../images/bg02.jpg);
	text-align: center;
	min-height: 400px;
	margin-top: 0px;
	padding-top: 82px;
	background-position: center top;
}
#footer_content {
	width: 100%;
	margin-top: auto;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 83px;
	max-width: 1250px;
}
#contact_footer {
	width: 445px;
	float: left;
	margin-top: 90px;
	margin-left: 35px;
}

#footer .counter {
	background: rgba(255,255,255,0.17);
	border-radius: 50%;
	cursor: default;
	float: left;
	height: 240px;
	text-align: center;
	width: 240px;
	font-size: 18px;
	line-height: 26px;
	font-weight: bold;
}
#footer .counter + .counter {
	margin-left:25px;
}
#footer .counter:hover {
	background:rgba(48,60,67,0.57);
}
.counter .num {
	color: #FFFFFF;
	margin-top: 10px;
}
.counter_text { 
	color: #0fba9e;
	padding: 10px 25px;
}

.counter img { margin-top: 30px; }

#footer li {
	color: #FFFFFF;
	float: left;
	margin-right: 60px;
}
li strong img {
	vertical-align: middle;
	margin-right: 2px;
}

#footer li a {
	color: #FFF;
	text-decoration: none;
}
#footer .contact_name {
	color: #FFFFFF;
	font-weight: bold;
	font-size: 19px;
	text-transform: uppercase;
}
#page_name {
	color: #FFFFFF;
	font-size: 24px;
	text-transform: uppercase;
	margin-bottom: 10px;
	padding-top: 10px;
	margin-left: auto;
	margin-right: auto;
	width: 1250px;
}
.flat_menu {
	font-size: 14px;
	text-transform: none;
	margin-bottom: 10px;
	max-width: 1250px;
	margin-left: auto;
	margin-right: auto;
	width: 100%;
	color: #FFF;
	margin-top: 10px;
	-moz-transition: 0.3s all ease;
	-o-transition: 0.3s all ease;
	-webkit-transition: 0.3s all ease;
	transition: 0.3s all ease;
	padding-left: 20px;
	padding-right: 20px;
}
.flat_menu a {
    color: #ABABAB;
}
.flat_menu a:hover {
	color: #0fba9e;
}
.pages {
	margin-top: 10px;
}
.product_cat {
	width: 32%;
	float: left;
	min-height: 300px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	padding-bottom: 20px;
	background-color: #E3E5E4;
	border-radius: 0px 0px 15px 15px;
}
.product_cat + .product_cat {
	margin-left: 1.8%;

}
#catalog_div {
	width: 100%;
	margin-left: auto;
	margin-right: auto;
	padding-bottom: 20px;
}
.product_list_photo {
	width: 100%;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;

}
.product_name {
	padding-top: 15px;
	padding-left: 5px;
	padding-right: 5px;
	text-align: left;
	padding-bottom: 15px;
	font-size: 24px;
	line-height: 22px;
	text-transform: uppercase;
	margin-left: 10px;
	margin-right: 10px;
}
.product_name a{
	color: #095EAA;
}
.product_name img {
	margin-bottom: -2px;
}
.product_name_in {
	padding-top: 15px;
	padding-left: 5px;
	padding-right: 5px;
	text-align: left;
	padding-bottom: 15px;
	font-size: 24px;
	line-height: 22px;
	text-transform: uppercase;
	color: #095DA9;
	border-top: 2px solid #E5E5E5;
	border-bottom: 2px solid #E5E5E5;
}
.product_text {
	text-align: left;
	margin-left: 20px;
	margin-right: 20px;
}
.product_photo_in {
	width: 100%;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	margin-right: 15px;
}
.photo_desc {
	padding-top: 3px;
	padding-left: 5px;
	padding-right: 5px;
	padding-bottom: 3px;
	font-style: italic;
	text-align: center;
	font-size: 11px;
}
.product_photo_in_box {
	float: left;
	margin-right: 15px;
}
#contacts_form_div {
	width: 70%;
	float: left;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	margin-left: 0px;
	margin-bottom: 80px;
}
#company_contacts_div {
	width: 30%;
	float: left;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	margin-right: auto;
	margin-left: auto;
	padding-right: 20px;
}
#contacts_div {
	width: 70%;
	float: left;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	margin-right: auto;
	margin-left: auto;
	max-width: 900px;
}
.contact_fields_name {
	font-weight: bold;
	padding-top: 1%;
	padding-bottom: 1%;
	float: left;
	width: 50%;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.contact_fields_value {
	padding-top: 1%;
	padding-bottom: 1%;
	float: left;
	width: 50%;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.contact_fields_name_2 {
	font-weight: bold;
	padding-top: 1%;
	padding-bottom: 1%;
	float: left;
	width: 50%;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.contact_fields_value_2 {
	padding-top: 1%;
	padding-bottom: 1%;
	float: left;
	width: 50%;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.attached_document {
	float: left;
	margin-bottom: 31px;
	margin-top: 20px;
	margin-right: 10px;
}
.attached_document a {
	text-decoration: none;
}

.rect_45 {
	border-radius: 15px;
	color: #fff;
	display: inline-block;
	height: 12vw;
	margin: 100px 0 0 0;
	overflow: hidden;
	text-align: center;
	-moz-transform: rotate(-45deg);
	-webkit-transform: rotate(-45deg);
	transform: rotate(-45deg);
	width: 12vw;
	max-width: 188px;
	max-height: 188px;
}
.rect_45 div {
	height: 12vw;
	text-transform: uppercase;
	vertical-align: middle;
	width: 12vw;
	transform: rotate(45deg);
	font-size: 1.85rem;
	color: #FFFFFF;
	max-width: 188px;
	max-height: 188px;
	position: relative;
}
.rect_45 div a {
	-moz-transition: .3s ease;
	-o-transition: .3s ease;
	-webkit-transition: .3s ease;
	transition: .3s ease;
	color: #FFFFFF;
	display: block;
	position: absolute;
	top: 45%;
	width: 100%;
}
.rect_45 div a:hover { color: #161616; 
}
.rect_1 {
	background: #f0d101;
	margin-left: 45%;
}
.rect_2 {
	background: #0fba9e;
	vertical-align: -151px;
	margin: 0 -50px;
}
.rect_3 {
	background: #e9344d;
}
.content_par_div { padding: 20px; 
}
.content_par_div:nth-child(odd) {
	background-color: #00a187;
	color:#FFF;
}
.content_par_div:nth-child(even) {
	background-color: #FFF;
	color:#676767;
}
.content_par_div:nth-child(even) a {
	color:#676767;
}
.content_par_div:nth-child(even) a:hover {
	color:#39b54a;
}
.content_par_div + .content_par_div {
	padding-top: 0;
}


@media screen and (max-width: 1250px) {
	.fp_gallery_photo_div {
		width:20%;
	}
	.fp_gallery_photo_div:nth-child(10) {
	}
	#fp_content_par_2 {
		top: 40%;
		left: 5%;
		font-size: 30px;
		text-align: left;
		line-height: 36px;
		margin-top: -40px;
		margin-left:0px;
	}	
.flat_menu
{
	box-sizing:border-box;
}

}
@media screen and (max-width: 1100px) {
	html {
		font-size:18px;
	}	
	.fp_content_par_div_2 {
		display:none;
	}	
	.dop_par_box {
		width:49%;
	}
	#footer_content {
		width:100%;
		margin-left:auto;
		margin-right:auto;
		margin-bottom:60px;
	}
	#company_contacts_div {
		float:none;
		width:100%;
	}
	#contacts_form_div {
		float:none;
		width:100%;
	}
	#contact_footer {
		width:80%;
	}
	#contact_footer ul li:last-child {
		float: none;
		clear: both;
		padding-top: 10px;
	}
	.fp_gallery_photo_div {
		width:50%;
	}	
}
@media screen and (max-width: 800px) {
	html {
		font-size:20px;
	}
	.fp_gallery_photo_div {
		width:100%;
	}
	.fp_gallery_photo_div:nth-child(2n+1) {
		/*display:none;*/
	}
	.content_par {
		padding-bottom: 20px;
		padding-top: 40px;
	}
	#contact_footer {
		width:auto;
		float:none;
		text-align:center;
		margin-top:40px;
	}
	#contact_footer ul {
		clear:both;
		float:none;
		margin:auto;
	}
	.fp_content_par_div_2 {
		display:none;
	}
	.dop_par_box::before {
		display:none;
	}
	.dop_par_box {
		width:96%;
		padding-top: 0;
	}
	.dop_par_box + .dop_par_box {
		margin-top:20px;
	}
	.more {
		margin:0;
	}
	.counter_text
	{
		color: #0fba9e;
		padding: 10px 35px;
		font-size: 0.7rem;
		line-height: 0.9rem;
	}
	#footer {
		padding-top: 20px;
		min-height: 200px;
	}
	#footer .counter
	{
		display:none;
	}
	#footer li {
		float: none;
		margin-top: 20px;
	}
	#back-top
	{
		right: 10px;
		bottom: 30px;
	 }
	.par_name
	{
		font-size: 26px;
		line-height: 30px;
	}
	h1, h2, h3
	{
		font-size: 26px;
		line-height: 30px;
	}
	.flat_menu {
		display:none;
	}
	.contact_fields_name {
		float:none;
		width:98%;
	}
	.contact_fields_value {
		float:none;
		width:98%;
	}
	.contact_fields_name_2 {
		float:none;
		width:98%;
	}
	.contact_fields_value_2 {
		float:none;
		width:98%;
	}
}
