@font-face {
	font-family: "EB";
	src: url(../fonts/ElektraTextBold.otf);
}

@font-face {
	font-family: "EI";
	src: url(../fonts/ElektraTextItalic.otf);
}

@font-face {
	font-family: "ET";
	src: url(../fonts/ElektraText.otf);
}

@font-face {
	font-family: "RB";
	src: url("../fonts/Roboto-Bold.ttf");
}

@font-face {
	font-family: "OSB";
	src: url("../fonts/OpenSans-Bold.ttf");
}

@font-face {
	font-family: "OSR";
	src: url("../fonts/OpenSans-Regular.ttf");
}

@font-face {
	font-family: "OSL";
	src: url("../fonts/OpenSans-Light.ttf");
}

@font-face {
	font-family: "OSI";
	src: url("../fonts/OpenSans-Italic.ttf");
}

@font-face {
	font-family: "OSSB";
	src: url("../fonts/OpenSans-Semibold.ttf");
}

body {
	z-index: 10;
}



/*marks*/

.mark {
	position: absolute;
	z-index: 100;
	width: 80px;
	right: 10px;
	top: 10px;
}


/*-----------------------to top------------------------*/

#toTop {
	width: 55px;
	height: 55px;
	background: #eee;
	border-radius: 50%;
	position: fixed;
	bottom: 50px;
	right: 30px;
	cursor: pointer;
	display: none;
	opacity: .8;
	z-index: 10000;
	text-align: center;
	box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
	transition: all 0.3s cubic-bezier(.25, .8, .25, 1);
	-webkit-transition: .3s;
	-moz-transition: .3s;
	-ms-transition: .3s;
	-o-transition: .3s;
	transition: .3s;
}

#toTop:hover {
	opacity: 1;
	box-shadow: 0 14px 28px rgba(0, 0, 0, 0.25), 0 10px 10px rgba(0, 0, 0, 0.22);
	-webkit-transition: .3s;
	-moz-transition: .3s;
	-ms-transition: .3s;
	-o-transition: .3s;
	transition: .3s;
}

#toTop:hover i {
	-webkit-transition: .3s;
	-moz-transition: .3s;
	-ms-transition: .3s;
	-o-transition: .3s;
	transition: .3s;
}

#toTop i {
	width: 100%;
	font-size: 50px;
	color: #333;
	-webkit-transition: .3s;
	-moz-transition: .3s;
	-ms-transition: .3s;
	-o-transition: .3s;
	transition: .3s;
}

.header {
	height: 80px;
	width: 100%;
	background-color: rgba(255, 255, 255, 1);
	display: block;
	position: fixed;
	z-index: 1000000000000 !important;
	top: 0;
	left: 0;
	-webkit-transition: 1s;
	-moz-transition: 1s;
	-ms-transition: 1s;
	-o-transition: 1s;
}

.header-nav {
	width: 100%;
	background-color: rgba(255, 255, 255, 1);
	transition: 1s;
	border-bottom: none;
	box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.23);
	-webkit-transition: 1s;
	-moz-transition: 1s;
	-ms-transition: 1s;
	-o-transition: 1s;
}


/********************LANGUAGES**********************/

.language {
	position: fixed;
	display: inline-block;
	vertical-align: top;
	margin-top: 15px;
	right: 70px;
	padding: 6px 9px 9px 0px;
	border-radius: 0px 0px 0px 4px;
	background: #fff;
}

.language a {
	background-color: transparent;
	border: 1px solid #fff;
	padding: 6px 6px 8px 8px;
	color: #555;
	font-family: "OSSB";
	display: inline-block;
	text-align: center;
	border-radius: 4px;
	margin-left: 10px;
	box-shadow: 0 1px 2px rgba(0, 0, 0, 0.16), 0 1px 2px rgba(0, 0, 0, 0.23);
}

.language a {
	text-decoration: none !important;
	cursor: pointer;
}


/********************LOGO**********************/

.logo {
	height: auto;
	margin-left: 72px;
	margin-top: 18px;
	display: inline-block;
	width: 150px;
}

.logo img:nth-child(1) {
	width: 47px;
	position: absolute;
	margin-left: 41px;
	margin-top: -10px;
	transition: .9s;
}

.logo a:hover img:nth-child(1) {
	transition: .9s;
	transform: rotate(720deg);
}


/********************MENU**********************/

.menu_resp {
	display: none;
}

.menu {
	display: inline-block;
	float: right;
	margin-right: 250px;
	top: 0;
}

.menu ul {
	display: none;
}

.menu li {
	display: inline-block;
	margin-top: 29px;
}

.menu a {
	color: #555;
	font-family: "OSB";
	padding: 29px 20px;
	text-transform: uppercase;
	transition: .4s;
}

.dropdown-content {
	display: none;
	position: absolute;
	background-color: rgba(255, 255, 255, 1);
	box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.23);
	min-width: 162px;
	z-index: 1;
	margin-top: 28px;
}

.dropdown-content a {
	color: #555;
	padding: 12px 16px;
	text-decoration: none;
	display: block;
	font-family: "OSSB";
}

.dropdown-content a:hover {
	background-color: #0081c6;
}

.dropdown:hover .dropbtn {
	background-color: #0081c6;
	color: #fff;
}

.dropdown:hover .dropdown-content {
	display: block;
}

.menu a:hover {
	text-decoration: none;
	background-color: #0081c6;
	color: #fff;
}


/********************SLIDER-BANNER**********************/

#sect_1_anch,
#sect_2_anch,
#sect_3_anch,
#sect_4_anch,
#sect_5_anch,
#sect_6_anch,
#sect_7_anch,
#sect_foot_anch {
	position: absolute;
	margin-top: -80px;
	display: block;
}

.slider {
	width: 100%;
	height: 900px;
	display: block;
	position: relative;
	margin: 0 auto;
	overflow: hidden;
	z-index: 10000000 !important;
	margin-top: 80px;
}

.filter_banner {
	width: 100%;
	height: 100%;
	position: absolute !important;
	z-index: 100000 !important;
	background-color: rgba(0, 0, 0, 0.6);
}

.slide_1 {
	width: 100%;
	margin-top: -100px;
	background-position: center;
	-webkit-background-size: cover;
	background-size: cover;
}

.slide_1 img {
	width: 100%;
	height: auto;
}

.banner_cont {
	margin-top: 280px;
	text-align: center;
	z-index: 100000000000;
}

.banner_cont h3 {
	font-family: "OSB";
	text-align: center;
	color: #ffffff;
	font-size: 124px;
	text-shadow: 0px 5px 5px rgba(0, 0, 0, 0.5);
}

.banner_cont h1 {
	font-family: "OSB";
	padding-top: 30px;
	text-align: center;
	text-transform: uppercase;
	color: #ffffff;
	font-size: 44px;
	text-shadow: 0px 3px 3px rgba(0, 0, 0, 0.5);
}

#scroll {
	overflow: hidden;
}

.banner_cont #scroll {
	padding: 5px 11px 0px 11px;
	border: 2px solid #fff;
	border-radius: 50%;
	display: inline-block;
	margin-top: 250px;
	cursor: pointer;
	-webkit-animation-name: scrolling;
	-webkit-animation-duration: .5s;
	-webkit-animation-iteration-count: infinite;
	-webkit-animation-direction: alternate;
	-webkit-animation-timing-function: ease-out;
	-webkit-animation-fill-mode: forwards;
	-webkit-animation-delay: 1s;
}

.banner_cont i {
	font-size: 50px;
	color: #fff;
}

@-webkit-keyframes scrolling {
	from {
		margin-top: 250px;
	}
	to {
		margin-top: 260px;
	}
}


/********************END_MENU**********************/


/********************SECTION_1**********************/

.section_1 {
	font-size: 0;
	text-align: center;
	padding-bottom: 50px;
}

.section_1 h2 {
	font-family: "OSSB";
	font-size: 44px;
	text-align: center;
	text-transform: uppercase;
	color: #444;
	width: 90%;
	display: block;
	position: relative;
	margin: 0 auto;
	padding: 50px 0px;
	text-align: center;
}

.section_1_row h3 {
	color: #555;
	font-family: "OSSB";
	font-size: 24px;
}

.section_1_row {
	width: 100%;
	display: block;
}

.section_1_row div {
	display: inline-block;
	vertical-align: middle;
}

.section_1_row div:first-child {
	width: 40%;
	z-index: 1000;
}

.section_1_row div:last-child {
	width: 44%;
	padding: 50px;
}

.section_1_row p {
	text-align: left;
	font-family: "OSR";
	font-size: 18px;
	color: #555;
	text-indent: 30px;
	z-index: 10000;
}

.border {
	display: block;
	width: 150% !important;
	height: 440px;
	border: 1px solid #e1e1e1;
	margin-left: -60%;
}

.border p {
	padding-left: 40%;
}

.border .line {
	width: 60%;
	margin-left: 40%;
}

.section_1_row h3 {
	margin-left: -12%;
}


/********************SECTION_2**********************/

.line {
	width: 96%;
	height: 1px;
	background-color: #e1e1e1;
	margin: 10px auto;
	text-align: center;
}

.section_2 {
	background-color: #f5f5f5;
	width: 100%;
	height: auto;
	padding-bottom: 50px;
}

.section_2 h2 {
	font-family: "OSSB";
	font-size: 44px;
	text-align: center;
	text-transform: uppercase;
	width: 90%;
	display: block;
	position: relative;
	margin: 0 auto;
	color: #444;
	padding: 50px 0px;
}

.row {
	width: 100%;
	height: auto;
	display: block;
	margin: 0 auto;
	text-align: center;
}

.item {
	display: inline-block;
	position: relative;
	margin-left: 15px;
	border: 5px solid #fff;
	width: 20%;
	height: auto;
	vertical-align: top;
	transition: .3s;
	overflow: hidden;
	border-radius: 2px;
	margin-bottom: 15px;
	box-shadow: 0 1px 3px rgba(0, 0, 0, 0.001), 0 1px 2px rgba(0, 0, 0, 0.00024);
	transition: all 0.3s cubic-bezier(.25, .8, .25, 1);
}

.item:first-child {
	margin-left: 0px;
}

.item:nth-child(5) {
	margin-left: 0px;
}

.item:nth-child(9) {
	margin-left: 0px;
}

.detail_descr {
	width: 99%;
	height: 76.5%;
	display: block;
	position: absolute;
	background-color: #fff;
	z-index: 101;
	margin-top: -200%;
	border: 1px solid #e1e1e1;
	transition: .3s;
	overflow: hidden;
}

.detail_descr h3 {
	padding-top: 20px;
	color: #555;
	font-family: "OSSB";
	font-size: 18px;
	white-space: nowrap;
	overflow: hidden;
	padding: 5px;
}

.detail_descr p {
	padding-top: 10px;
	color: #555;
	font-family: "OSR";
	font-size: 16px;
	;
	padding: 10px;
}

.detail_descr i {
	font-size: 40px;
	display: block;
	margin: 0 auto;
	position: absolute;
	bottom: 10px;
	border: 1px solid #0081c6;
	border-radius: 50%;
	padding: 0px 9px 4px 9px;
	left: 43%;
	cursor: pointer;
	color: #0081c6;
}

.detail_descr i:hover {
	transition: .3s;
	cursor: pointer;
	color: #fff;
	background-color: #0081c6;
}

.filter {
	width: 100%;
	height: 100%;
	border-radius: 2px;
	background-color: rgba(0, 0, 0, .5);
	position: absolute;
	top: 0;
	opacity: 0;
	transition: .3s;
}

.filter i {
	margin-top: 45%;
	display: inline-block;
	font-size: 30px;
	color: #fff;
}

.picture {
	width: 100%;
	height: auto;
	display: block;
	position: relative;
}

.picture:hover .filter {
	transition: .3s;
	cursor: pointer;
	opacity: 1;
}

.name h3 {
	padding-top: 10px;
	color: #555;
	font-family: "OSSB";
	font-size: 18px;
	white-space: nowrap;
	overflow: hidden;
	padding: 5px;
	text-overflow: ellipsis;
}

.short_descr {}

.short_descr li {
	list-style: disc;
	text-align: left;
	margin-left: 30px;
	color: #f45d52;
}

.short_descr li span {
	color: #555;
	font-family: "OSR";
	font-size: 18px;
}

.button {
	margin-bottom: 10px;
}

.button button {
	width: 90%;
	height: 50px;
	font-size: 20px;
	border: none;
	text-transform: uppercase;
	font-family: "OSSB";
	transition: .3s;
	color: #0081c6;
	background-color: transparent;
	vertical-align: bottom;
	outline: none;
	border-radius: 2px;
}

.button button:hover {
	transition: .3s;
	cursor: pointer;
	color: #fff;
	background-color: #0081c6;
	border: 3px solid #0081c6;
}

.main_filter {
	position: fixed;
	display: block;
	top: 0 left: 0;
	background-color: rgba(0, 0, 0, 1);
	z-index: 10000000000000000000000000000000000;
}

.detail_img_active {}

.item:hover {
	transition: .3s;
	background-color: #fff;
	box-shadow: 0 14px 28px rgba(0, 0, 0, 0.25), 0 10px 10px rgba(0, 0, 0, 0.22);
}

.star_mini {
	height: 15px !important;
	display: inline-block;
	vertical-align: top;
	margin-top: 4px;
}

.active_detail {
	transition: .3s;
	margin-top: 0%;
}

.filter_main {
	position: fixed;
	top: 0;
	left: 0;
	background-color: rgba(0, 0, 0, .5);
}


/********************SECTION_3**********************/

.section_3 {
	background-color: #fff;
	width: 100%;
	height: auto;
	padding-bottom: 50px;
}

.section_3 h2 {
	font-family: "OSSB";
	font-size: 44px;
	text-align: center;
	text-transform: uppercase;
	width: 90%;
	display: block;
	position: relative;
	margin: 0 auto;
	color: #444;
	padding: 50px 0px;
}


/**/

.item_v2 {
	display: inline-block;
	position: relative;
	margin-left: 20px;
	border: 5px solid #f5f5f5;
	width: 20%;
	height: auto;
	vertical-align: top;
	transition: .3s;
	overflow: hidden;
	border-radius: 2px;
	box-shadow: 0 1px 3px rgba(0, 0, 0, 0.001), 0 1px 2px rgba(0, 0, 0, 0.00024);
	transition: all 0.3s cubic-bezier(.25, .8, .25, 1);
}

.item_v2:hover {
	transition: .3s;
	background-color: #f5f5f5;
	box-shadow: 0 14px 28px rgba(0, 0, 0, 0.25), 0 10px 10px rgba(0, 0, 0, 0.22);
}


/**/


/********************SECTION_4**********************/

.section_4 {
	background-color: #f5f5f5;
	width: 100%;
	height: auto;
	padding-bottom: 50px;
}

.section_4 h2 {
	font-family: "OSSB";
	font-size: 44px;
	text-align: center;
	text-transform: uppercase;
	width: 90%;
	display: block;
	position: relative;
	margin: 0 auto;
	color: #444;
	padding: 50px 0px;
}

.sect_comm {
	width: 100%;
	height: auto;
	background-image: url(../images/background-whole.jpg);
	background-attachment: fixed;
	background-repeat: no-repeat;
	-webkit-background-size: cover;
	background-size: cover;
	background-position: center;
	padding-bottom: 60px;
}

.nagr {
	width: 80%;
	margin: 0 auto;
	align-items: center;
	display: flex;
	flex-direction: row;
	justify-content: space-around;
}

.nagr div {
	display: block;
	width: 12%;
}

.sect_comm h2 {
	font-family: "OSSB";
	font-size: 44px;
	text-align: center;
	text-transform: uppercase;
	width: 90%;
	display: block;
	position: relative;
	margin: 0 auto;
	color: #fff;
	padding: 50px 0px 0px 0px;
}

.sect_comm h3 {
	font-family: "OSR";
	font-size: 24px;
	text-align: center;
	width: 80%;
	display: block;
	position: relative;
	margin: 0 auto;
	color: #fff;
	padding: 30px 0px 50px 0px;
}


/********************SECTION_5**********************/

.section_5 {
	background-color: #fff;
	width: 100%;
	height: auto;
	padding-bottom: 50px;
}

.section_5 h2 {
	font-family: "OSSB";
	font-size: 44px;
	text-align: center;
	text-transform: uppercase;
	width: 90%;
	display: block;
	position: relative;
	margin: 0 auto;
	color: #444;
	padding: 50px 0px;
}


/********************SECTION_6**********************/

.section_6 {
	background-color: #f5f5f5;
	width: 100%;
	height: auto;
	padding-bottom: 50px;
}

.section_6 h2 {
	font-family: "OSSB";
	font-size: 44px;
	text-align: center;
	text-transform: uppercase;
	width: 90%;
	display: block;
	position: relative;
	margin: 0 auto;
	color: #444;
	padding: 50px 0px;
}


/********************SECTION_7**********************/

.section_7 {
	background-color: #f5f5f5;
	width: 100%;
	height: auto;
	padding-bottom: 50px;
	text-align: center;
}

.section_7 > h2 {
	font-family: "OSSB";
	font-size: 44px;
	text-align: center;
	text-transform: uppercase;
	width: 90%;
	display: block;
	position: relative;
	margin: 0 auto;
	color: #444;
	padding: 50px 0px;
}

.section_7 h3 {
	font-family: "OSR";
	padding: 5px 0px 5px 0px;
	text-align: center;
	color: #212121;
	font-size: 24px;
	width: 80%;
	display: block;
	margin: 0 auto;
	margin-bottom: 30px;
}

.section_7 iframe {
	width: 80%;
	height: 500px;
	margin-top: 50px;
	position: relative;
	display: block;
	margin: 0 auto;
	margin-top: 30px;
}

.table_center {
	display: block;
	margin: 0 auto;
	text-align: left;
	width: 100%;
	margin-top: 50px;
	font-family: "OSR";
}
.table_center table{
	width: 100% !important;
	color: #555;
}
.shops td{
	padding: 10px;
}
.shops tr{
	border:1px solid #555;
}
.shops th{
	font-size: 16px;
	border:1px solid #555;
	padding: 10px;
	font-family: "OSSB";
}
.shops tr td:last-child{
	text-align: center;
}
.shops td{
	border:1px solid #555;
	font-size: 16px;
}
.shop_button{
	font-family: "OSR";
	font-size: 20px;
	text-transform: uppercase;
	color: #fff;
	letter-spacing: 1px;
	display: inline-block;
	border: none;
	border-radius: 2px;
	text-align: center;
	background-color: #009688;
	outline: none;
	-webkit-transition: .2s;
	-o-transition: .2s;
	transition: .2s;
	padding: 10px 30px;
	box-shadow: 0 3px 6px rgba(0,0,0,0.16), 0 3px 6px rgba(0,0,0,0.23);
	margin: 0 auto;
	vertical-align: middle;
}
.shop_button:hover{
	text-decoration: none;
}
/********************SECTION_FOOTER**********************/

.section_footer {
	width: 100%;
	height: 900px;
	background-image: url(../images/footer_bg.jpg);
	background-position: center;
	background-attachment: fixed;
	background-repeat: no-repeat;
	-webkit-background-size: cover;
	background-size: cover;
}

.section_footer h2 {
	font-family: "OSSB";
	font-size: 44px;
	text-align: center;
	text-transform: uppercase;
	width: 90%;
	display: block;
	position: relative;
	margin: 0 auto;
	color: #fff;
	padding: 50px 0px 30px 0px;
}

.section_footer h3 {
	font-family: "OSR";
	width: 80%;
	font-size: 24px;
	color: #ffffff;
	text-align: center;
	padding-bottom: 50px;
	padding-top: 0px;
	margin: 0 auto;
}

.section_footer b {
	font-family: "OSSB";
	font-size: 28px;
}

.footer_filter {
	width: 100%;
	height: 100%;
	background-color: rgba(0, 0, 0, .5);
	position: absolute;
	display: block;
}

.contacts {
	width: 64%;
	height: 577px;
	background-color: rgba(0, 0, 0, .8);
	display: flex;
	flex-direction: row;
	justify-content: space-around;
	margin: 0 auto;
	padding: 30px;
}

.cont {
	width: 100%;
	border: 1px solid #fff;
	border-radius: 2px;
	display: block;
	vertical-align: top;
	text-align: left;
}

.cont ul {
	width: 90%;
	margin: 0 auto;
	margin-top: 20px;
	color: #fff;
	font-family: "OSR";
}

.cont ul:nth-child(2) {
	margin-top: 50px;
}

.cont ul:nth-child(3) {
	margin-top: 50px;
}

.cont li {
	display: inline-block;
	vertical-align: top;
	font-size: 20px;
}

.cont li:first-child {
	width: 175px;
}

.cont p {
	font-size: 18px;
}

.cont i {
	font-size: 18px;
	margin-right: 10px;
}

.cont a {
	display: block;
	font-size: 18px;
	color: #fff;
	margin-bottom: 10px;
}

.cont a:hover {
	text-decoration: none;
}

.form_send {
	width: 100%;
	border: 1px solid #fff;
	border-radius: 2px;
	display: block;
	vertical-align: top;
	margin-left: 30px;
}

.form_send form {
	width: 90%;
	display: block;
	margin: 0 auto;
}

.form_send label {
	color: #fff;
	display: block;
	width: 150px;
	font-size: 20px;
	font-family: "OSR";
	text-align: left;
	margin: 30px 0px 15px 0px;
}

.form_send span {
	color: #f45d52;
}

.form_send li {
	display: block;
	margin-top: 10px;
}

.form_send input[type="text"],
input[type="email"],
input[type="phone"] {
	width: 96%;
	height: 30px;
	font-size: 20px;
	font-family: "OSR";
	outline: none;
	border: none;
	border-radius: 2px;
	padding: 0.7% 2%;
	background: transparent;
	border-bottom: 1px solid #fff;
	color: #fff;
}

.form_send input::-webkit-input-placeholder {
	text-indent: 0px;
	color: #bbb;
	transition: text-indent 0.3s ease;
}

.form_send input::-moz-placeholder {
	text-indent: 0px;
	color: #bbb;
	transition: text-indent 0.3s ease;
}

.form_send input:-moz-placeholder {
	text-indent: 0px;
	color: #bbb;
	transition: text-indent 0.3s ease;
}

.form_send input:-ms-input-placeholder {
	text-indent: 0px;
	color: #bbb;
	transition: text-indent 0.3s ease;
}

.form_send input:focus::-webkit-input-placeholder {
	text-indent: 800px;
	transition: text-indent 0.3s ease;
}

.form_send input:focus::-moz-placeholder {
	text-indent: 800px;
	transition: text-indent 0.3s ease;
}

.form_send input:focus:-moz-placeholder {
	text-indent: 800px;
	transition: text-indent 0.3s ease;
}

.form_send input:focus:-ms-input-placeholder {
	text-indent: 800px;
	transition: text-indent 0.3s ease;
}

.form_send textarea {
	width: 96%;
	height: 150px;
	resize: none;
	padding: 0% 2%;
	font-size: 18px;
	font-family: "OSR";
	background-color: transparent;
	border: 1px solid #fff;
	color: #fff;
}

.form_send input[type="submit"] {
	width: 50%;
	height: 50px;
	margin-top: 33px;
	font-size: 20px;
	font-family: "OSB";
	outline: none;
	border-radius: 2px;
	border: none;
	float: left;
	background-color: transparent;
	border: 1px solid #fff;
	color: #fff;
	transition: .3s;
}

.form_send input[type="submit"]:hover {
	background-color: #fff;
	transition: .3s;
	color: #000;
	cursor: pointer;
}

.bottom {
	width: 100%;
	height: 40px;
	position: absolute;
	background-color: #000;
	display: inline-block;
	vertical-align: bottom;
	left: 0;
	bottom: 0;
	text-align: center;
	z-index: 100;
}

.bottom p {
	color: #fff;
	width: auto !important;
	display: inline-block;
	position: relative;
	margin-top: 3px;
	font-family: "OSR";
	padding-bottom: 0px;
	margin-right: 20px;
	font-size: 16px;
}

.bottom a {
	color: #fff;
	display: inline-block;
	position: relative;
	margin-top: 11px;
	font-family: "OSR";
}

.bottom a:hover {
	text-decoration: none;
}

.fb_iframe_widget {
	display: inline-block;
	position: relative;
}

.twitt_bottom {
	margin-top: 6px;
	display: inline-block;
	position: absolute;
	margin-left: 10px;
}

.menu_resp {
	display: none;
}

.menu_button {
	display: none;
}


.disable {  display: none !important; }

.active { display:  flex !important; }

.message.active {
	font-family: "OSR";
	font-size: 16px;
	display: flex;
	align-items: center;
	height: 100%;
}

.empty {
	border-bottom: 2px solid red;
}

.btn_send_message:disabled {
	cursor: not-allowed !important;
	background-color: #ebebeb !important;
	color: #000 !important;
}

.form_send input[type="submit"]:hover{
	background-color: #333;
	color: #fff;
	transition: .3s;
	-o-transition: .3s;
	-ms-transition: .3s;
	-moz-transition: .3s;
	-webkit-transition: .3s;
}

.btn_send_message:disabled:hover {
	cursor: not-allowed !important;
	background-color: #ebebeb !important;
	color: #000 !important;
}

@media(max-width: 1366px) {
	.section_1_row p {
		font-size: 15px;
	}
	.slider {
		height: 799px;
	}
	.banner_cont #scroll {
		margin-top: 150px;
	}
	@-webkit-keyframes scrolling {
		from {
			margin-top: 150px;
		}
		to {
			margin-top: 160px;
		}
	}
	.detail_descr p {
		font-size: 14px;
	}
}

@media(max-width: 1024px) {
	.menu {
		display: none;
	}
	.menu_button {
		color: #000;
		position: fixed;
		top: 30px;
		right: 40px;
		font-size: 40px;
		cursor: pointer;
		display: block;
		height: 40px;
	}
	.menu_resp {
		display: inline-block;
		display: block;
		margin-top: -500px;
		width: 100%;
		transition: .3s;
		-o-transition: .3s;
		-ms-transition: .3s;
		-moz-transition: .3s;
		-webkit-transition: .3s;
	}
	.menu_resp li {
		width: 100%;
		background-color: #fff;
		border-bottom: 1px solid rgba(126, 126, 126, 0.44);
		text-align: left;
	}
	.menu_resp li:nth-child(1) {
		border-top: 1px solid rgba(126, 126, 126, 0.44);
	}
	.menu_resp a {
		padding: 15px 0px;
		width: auto;
		text-align: center;
		color: #555;
		display: block;
		font-family: "OSB";
		text-transform: uppercase;
	}
	.menu_resp a:hover {
		text-decoration: none;
		background-color: #0081c6;
		color: #fff;
	}
	.closed span {
		width: 45px;
		height: 3px;
		background-color: #000;
		display: block;
		margin-top: 10px;
		transition: .3s;
	}
	.closed span:nth-child(1) {
		margin-top: 0px;
	}
	.active_button {
		height: 40px;
		position: absolute;
	}
	.active_button .closed span:nth-child(2) {
		display: none;
	}
	.active_button .closed span:nth-child(1) {
		transform: rotate(-45deg);
		margin-top: 10px;
		transition: .3s;
	}
	.active_button .closed span:nth-child(3) {
		transform: rotate(45deg);
		margin-top: -3px;
		transition: .3s;
	}
	.dropdown-content {
		display: none;
		position: relative;
		background-color: #fff;
		border-width: 0px 1px 1px 1px;
		border-style: solid;
		box-shadow: none;
		height: 228px;
		border-color: rgba(255, 255, 255, .3);
		min-width: 160px;
		z-index: 1;
		margin-top: 0px;
	}
	.dropdown-content a {
		color: #555;
		padding: 12px 16px;
		text-decoration: none;
		display: block;
		font-family: "OSSB";
	}
	.dropdown-content a:hover {
		background-color: #0081c6;
		color: #fff;
	}
	.dropdown:hover .dropbtn {
		background-color: #0081c6;
		color: #fff;
	}
	.dropdown:hover .dropdown-content {
		display: block;
	}
	.fast {
		margin-top: 5px;
		transition: .3s;
		-o-transition: .3s;
		-ms-transition: .3s;
		-moz-transition: .3s;
		-webkit-transition: .3s;
	}
	.slider {
		height: 571px;
	}
	.banner_cont {
		margin-top: 170px;
	}
	.banner_cont #scroll {
		margin-top: 120px;
	}
	@-webkit-keyframes scrolling {
		from {
			margin-top: 120px;
		}
		to {
			margin-top: 130px;
		}
	}
	.border {
		border: none;
		width: 90% !important;
	}
	.section_1_row div {
		display: block;
	}
	.section_1_row div:first-child {
		width: 90%;
		z-index: 1000;
		margin: 0 auto;
	}
	.section_1_row div:last-child {
		width: 100%;
		z-index: 1000;
		margin: 0 auto;
		padding: 0px;
		height: auto;
	}
	.border p {
		padding-left: 0%;
	}
	.border .line {
		width: 100%;
		margin-left: 0%;
	}
	.section_1_row h3 {
		margin-left: 0%;
		text-align: left;
		padding: 20px 0px 10px 0px;
		font-size: 34px;
	}
	.item {
		width: 35%;
		margin-bottom: 20px;
	}
	.item_v2 {
		width: 35%;
		margin-bottom: 20px;
	}
	.cont li:first-child {
		width: 182px;
	}
}

@media(max-width: 768px) {
	.detail_descr {
		width: 99%;
		height: 99.5%;
	}
	.detail_descr p {
		font-size: 13px;
	}
	.form_send input[type="submit"] {
		width: 100%;
	}
	.cont a {
		font-size: 16px;
	}
}

@media(max-width: 640px) {
	.slider {
		height: 416px;
		margin-top: 83px;
	}
	.item {
		width: 60%;
		margin-bottom: 20px;
	}
	.item_v2 {
		width: 60%;
		margin-bottom: 20px;
	}
	.detail_descr p {
		font-size: 18px;
	}
	.contacts {
		flex-direction: column-reverse;
		height: auto;
	}
	.form_send {
		margin-left: 0px;
		margin-bottom: 30px;
		padding-bottom: 30px;
	}
	.cont {
		padding-bottom: 30px;
	}
	.section_footer {
		height: 1400px;
	}
	.footer_filter {
		height: 1400px;
	}
	.slide_1 {
		margin-top: 0px;
	}
	.banner_cont {
		margin-top: 70px;
	}
	.banner_cont #scroll {
		display: none;
	}
	@-webkit-keyframes scrolling {
		from {
			display: none;
		}
		to {
			display: none;
		}
	}
}

@media(max-width: 480px) {
	.logo {
		height: auto;
		margin-left: 22px;
		margin-top: 15px;
		display: inline-block;
		width: 100px;
	}
	.logo img:nth-child(1) {
		width: 30px;
		position: absolute;
		margin-left: 28px;
		margin-top: -6px;
		transition: .9s;
	}
	.logo a:hover img:nth-child(1) {
		transition: .9s;
		transform: rotate(720deg);
	}
	.language {
		margin-top: 19px;
		right: 106px;
	}
	.slider {
		height: 310px;
		margin-top: 83px;
	}
	.section_7 h3 {
		font-size: 18px;
	}
	.sect_comm h3 {
		font-size: 18px;
	}
	.banner_cont h1 {
		font-size: 54px;
	}
	.banner_cont h2 {
		font-size: 30px;
	}
	.section_footer {
		height: 1423px;
	}
	.footer_filter {
		height: 1424px;
	}
	.bottom p {
		font-size: 14px;
	}
	.section_1 h2,
	.section_2 h2,
	.section_3 h2,
	.section_4 h2,
	.section_5 h2,
	.section_6 h2,
	.section_7 h2,
	.section_footer h2,
	.sect_comm h2 {
		font-size: 24px;
		padding: 15px 0px;
	}
	.detail_descr i {
		left: 43%;
	}
	.item {
		width: 75%;
		margin-left: 0px;
	}
	.item_v2 {
		width: 75%;
		margin-left: 0px;
	}
	.sect_comm {
		display: none;
	}
	.cont ul {
		font-size: 18px;
		color: #fff;
		font-family: "OSR";
	}
	.bottom p {
		font-size: 12px;
		margin-right: 2px;
		margin-top: 4px;
	}
	.contacts {
		width: 69%;
	}
	.section_footer h3 {
		width: 80%;
		font-size: 18px;
	}
	.section_footer b {
		font-size: 18px;
	}
	.section_footer {
		height: 1333px;
	}
	.footer_filter {
		height: 1338px;
	}
}

@media(max-width: 320px) {
	.header {
		height: 56px;
	}
	.logo {
		margin-top: 10px;
		width: 90px;
	}
	.logo img:nth-child(1) {
		width: 26px;
		position: absolute;
		margin-left: 24px;
		margin-top: -6px;
		transition: .9s;
	}
	.language {
		margin-top: 10px;
		right: 85px;
		padding: 0px;
	}
	.menu_button {
		top: 15px;
		right: 25px;
	}
	.menu_resp {
		top: 0;
	}
	.slider {
		height: 212px;
		margin-top: 55px;
	}
	.banner_cont {
		margin-top: 45px;
	}
	.banner_cont h1 {
		font-size: 34px;
	}
	.banner_cont h2 {
		font-size: 20px;
		width: 300px;
		margin: 0 auto;
	}
	.banner_cont h2 {
		padding-top: 10px;
	}
	.section_1_row h3 {
		padding: 15px 0px 0px 0px;
		font-size: 24px;
	}
	.fast {
		margin-top: -14px;
	}
}