* {
	margin: 0;
	padding: 0;
}

button {
	cursor: pointer;
}

button a {
	color: #fff;
}


@font-face {
	font-family: Constantine;
	src: url(../fonts/Constantine.ttf);
}

html {
	width: 100%;
	height: 100%;
	background: #fff;
	scroll-behavior: smooth;
}

body {
	font-size: 18px;
	font-weight: normal;
	width: 100%;
	height: 100%;
	margin: 0;
	font-family: "Open Sans", Arial, Helvetica, sans-serif;
	/* font-family: Montserrat,sans-serif; */

}

aside,
nav,
main,
footer,
header,
section,
article {
	display: block;
}

img {
	border: 0;
	padding: 0;
	margin: 0;
}

a {
	text-decoration: none;
	cursor: pointer;
}

li {
	list-style: none;
}

header {
	width: 100%;
	height: auto;
	position: fixed;
	/* background: rgba(0, 34, 78, 0.95); */
	background: rgba(0, 34, 78);
	/* background: #00224e; */
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding: 0;
	box-sizing: border-box;
	z-index: 120;
	border-bottom: 1px solid #757c8a;
}

.center_header {
	width: 100%;
	/* max-width: 1200px; */
	margin: 0 auto;
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.logo {
	width: auto;
	max-width: 120px;
	padding: 0;
	box-sizing: border-box;
	line-height: 0;
}

.logo img {
	width: auto;
	max-width: 100%;
}

nav {
	width: 50%;
	padding: 0 1em;
	box-sizing: border-box;
}

nav ul {
	width: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
	padding: 0 0 0 1em;
	box-sizing: border-box;
}

nav li {
	padding: 0.2em 1em;
	box-sizing: border-box;
	font-size: 1em;
	position: relative;
	color: #fff;
	list-style: none;
	width: auto;
	white-space: nowrap;
	text-align: center;
}

nav li:last-child {
	background: none;
}

nav li a {
	color: #fff;
}

nav li a:hover {
	color: #fe6d1f;
}

.slicknav_btn {
	position: relative;
	display: block;
	vertical-align: middle;
	float: right;
	padding: 2px;
	line-height: 1.125em;
	cursor: pointer;
	margin: 0;
	text-decoration: none;
	text-shadow: 0 1px 1px rgba(255, 255, 255, 0.75);
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	transition-property: opacity, filter;
	transition-duration: 0.15s;
	transition-timing-function: linear;
	width: 35px;
	height: 30px;
	pointer-events: auto;
	margin-bottom: -2em;
	margin-left: 0.5em;
}

.slicknav_btn .slicknav_icon-bar+.slicknav_icon-bar {
	margin-top: 0.188em;
}

.slicknav_menu {
	*zoom: 1;
}

.slicknav_menu .slicknav_menutxt {
	display: block;
	line-height: 1.188em;
	float: left;
}

.slicknav_menu .slicknav_icon {
	float: left;
	margin: 0.188em 0 0 0.438em;
	background: #fff;
	padding: 0;
	border: none;
	border-radius: 10px;


}

.slicknav_menu .slicknav_no-text {
	margin: 0;
}

.slicknav_menu .slicknav_icon-bar {
	display: block;
	top: 50%;
	margin-top: 2px;
	cursor: pointer;

}

.slicknav_menu .slicknav_icon-bar,
.slicknav_menu .slicknav_icon-bar::before,
.slicknav_menu .slicknav_icon-bar::after {
	width: 30px;
	height: 2px;
	background-color: #fff;
	border-radius: 4px;
	position: absolute;
	transition-property: transform;
	transition-duration: 0.15s;
	transition-timing-function: ease;
}

.slicknav_menu .slicknav_icon-bar::before,
.slicknav_menu .slicknav_icon-bar::after {
	content: "";
	display: block;
}

.slicknav_menu .slicknav_icon-bar::before {
	top: -8px;
}

.slicknav_menu .slicknav_icon-bar::after {
	bottom: -8px;
}

.slicknav_menu .slicknav_icon-bar {
	transition: transform 0.15s cubic-bezier(0.645, 0.045, 0.355, 1), background-color 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1);
}

.slicknav_menu .slicknav_icon-bar::before,
.slicknav_menu .slicknav_icon-bar::after {
	transition: transform 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1);
}

.slicknav_btn.slicknav_open .slicknav_icon-bar {
	background-color: transparent;
	transform: rotateX(-180deg);
}

.slicknav_btn.slicknav_open .slicknav_icon-bar::before {
	transform: translate3d(0, 8px, 0) rotate(45deg);
}

.slicknav_btn.slicknav_open .slicknav_icon-bar::after {
	transform: translate3d(0, -8px, 0) rotate(-45deg);
}

.slicknav_menu:before {
	content: " ";
	display: table;
}

.slicknav_menu:after {
	content: " ";
	display: table;
	clear: both;
}

.slicknav_nav {
	clear: both;
}

.slicknav_nav ul {
	display: block;
}

.slicknav_nav li {
	display: block;
	text-align: left;
	margin: 10px;
}

.slicknav_nav .slicknav_arrow {
	font-size: 0.8em;
	margin: 0 0 0 0.4em;
}

.slicknav_nav .slicknav_item {
	cursor: pointer;
}

.slicknav_nav .slicknav_item a {
	display: inline;
}

.slicknav_nav .slicknav_row {
	display: block;
}

.slicknav_nav a {
	display: block;
}

.slicknav_nav .slicknav_parent-link a {
	display: inline;
}

.slicknav_brand {
	float: left;
}

.slicknav_menu {
	font-size: 30px;
	box-sizing: border-box;
	padding: 5px;

}

.slicknav_menu * {
	box-sizing: border-box;
}

.slicknav_menu .slicknav_menutxt {
	color: #fff;
	font-weight: bold;
	text-shadow: 0;
	padding-top: 10px;
	font-size: 30px;
}

.slicknav_menu .slicknav_icon-bar {
	background-color: #fff;
	border-radius: 3px;

}

.slicknav_menu {
	display: none;
}

.slicknav_nav {
	color: #fff;
	/* margin: 2.5em 0 0 0; */
	padding: 1.5em 0 0 0;
	font-size: 20px;
	list-style: none;
	overflow: hidden;
	/* background: #2f75a2; */
	pointer-events: auto;
	background: rgba(0, 34, 78, 0.95);
}

.slicknav_nav ul {
	list-style: none;
	overflow: hidden;
	padding: 0;
	margin: 0;
	/* background: #86C6EE; */
	/* background: rgba(30, 41, 63, 0.95);    */
}

.slicknav_nav li ul.submenu {
	display: none !important;
}

.slicknav_nav .slicknav_row {
	padding: 5px 10px;
	margin: 0;
}

.slicknav_nav .slicknav_row:hover {
	color: rgb(37, 150, 190);
}

.slicknav_nav a {
	padding: 7px 10px;
	margin: 0;
	text-decoration: none;
	color: #fff;
	text-align: left;
	position: relative;
	outline: none;
}

.slicknav_nav span {
	font-size: 14px !important;
	color: #fff;
	padding-left: 10px;
	/* display: none; */
}

.slicknav_nav li a:hover,
.slicknav_nav li:hover a {
	color: #fff;
	outline: none;
}

.slicknav_nav li:hover {
	background: rgb(37, 150, 190);
}

.slicknav_nav li:hover ul li a {
	color: #fff;
}

.slicknav_nav li ul li a:hover {
	color: #fff;
}

.slicknav_nav .slicknav_txtnode {
	margin-left: 15px;
}

.slicknav_nav>.active_nav {
	padding: 5px 10px;
	margin: 2px 5px;
}

.slicknav_nav .slicknav_item a {
	padding: 0;
	margin: 0;
}

.slicknav_nav .slicknav_parent-link a {
	padding: 0;
	margin: 0;
}


.slicknav_brand {
	color: #fff;
	font-size: 18px;
	line-height: 30px;
	padding: 7px 12px;
	height: 44px;
}

.header_phone,
.header_button {
	width: auto;
	max-width: 30%;
	font-size: 1em;
	box-sizing: border-box;
	padding-right: 1em;
	color: #fff;
	display: flex;
	flex-wrap: nowrap;
	align-items: center;
	font-weight: bold;

}

.header_button span img {
	color: rgb(254, 109, 31);
	margin: 0 5px -5px 0;
}

.header_button a {
	color: #fff;
}

.header_button a.button {
	background: rgb(254, 109, 31);
	padding: 0.7em 2em;
	border-radius: 0.7em;
	border: 1px solid rgb(254, 109, 31);
	margin-left: 1em;
	font-size: 0.9em;
	transition: all linear 0.5s;
}

.header_button a.button:hover {
	transform: scale(1.05);
}

.top_info {
	width: 100%;
	height: auto;
	min-height: 100vh;
	overflow: hidden;
	position: relative;
	display: flex;
	justify-content: center;
	background: url(../image/top_bg.jpg) no-repeat 50% 50%;
	background-size: cover;
	z-index: 1;
}

.top_info::after {
	content: '';
	position: absolute;
	width: 100%;
	height: auto;
	min-height: 100vh;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background: rgba(30, 41, 63, 0.7);
	z-index: 10;
}

.top_info_center {
	margin-top: 7%;
	width: 100%;
	max-width: 1400px;
	padding: 2em 2em 5em;
	align-items: center;
	box-sizing: border-box;
	position: relative;
	z-index: 20;
	color: #fff;
}

.top_info_name {
	max-width: 100%;
	box-sizing: border-box;
	color: #fff;
	text-transform: uppercase;
	width: auto;
	text-align: left;
	font-weight: bold;
	padding: 1em 0 2em;
}

.top_info_name h1 {
	font-size: 4.2rem;
	text-transform: uppercase;
	line-height: 1.1;
	font-weight: 900;

}

.top_info_name h1 span {
	color: rgb(254, 109, 31);
	text-transform: initial;
	font-size: 3.8rem;
	font-weight: bold;
	display: inline-block;
	padding-top: 0.4em;
}

.top_info_center h2 {
	font-size: 1.5em;
	padding-bottom: 0.5em;
	text-align: left;
	color: #fff;
	text-transform: none;
	font-weight: normal;
}

.top_info_center h2 span {
	color: rgb(254, 109, 31);
}

.top_info_center p {
	margin-bottom: 1em;
	width: 50%;
}

.top_info_center p span {
	font-size: 1.5em;
}

.top_info_center p img {
	margin: 0 5px -5px 0;
}

.top_info_center_butt,
.top_location {
	display: flex;
	flex-wrap: wrap;
	justify-content: flex-start;
	align-items: stretch;
	margin: 2em 0;
}

.top_info_center_butt button,
.top_info_center_butt a {
	width: auto;
	max-width: 45%;
	background: rgb(254, 109, 31);
	padding: 0.7em 2em;
	border-radius: 0.7em;
	border: 1px solid rgb(254, 109, 31);
	margin-right: 2em;
	font-size: 1.1em;
	transition: all linear 0.5s;
	color: #fff;
	font-weight: bold;

}

/* .top_info_center_butt a {
	background: transparent;
	color: rgb(254, 109, 31);
} */

.top_info_center_butt a img {
	margin: 0 5px -5px 0;
}

.top_info_center_butt button:hover,
.top_info_center_butt a:hover {
	transform: scale(1.05);
}

.top_location {
	margin: 0 0 2em;
	margin-right: 2em;
	display: flex;
	flex-wrap: nowrap;
	justify-content: flex-start;
	align-items: center;
}

.top_location_one {
	width: auto;
	max-width: 45%;
	display: flex;
	flex-wrap: nowrap;
	justify-content: flex-start;
	align-items: center;
	margin-right: 2em;
}

.top_location_img {
	/* background: rgba(254, 109, 31, 0.5);
	border-radius: 50%;
	width: 3em;
	height: 3em;
	margin-right: 0.5em;
	display: flex;
	justify-content: center;
	align-items: center; */
	background: rgba(254, 109, 31, 0.5);
	border-radius: 50%;
	width: 48px;
	aspect-ratio: 1 / 1;
	margin-right: 0.5em;
	display: flex;
	justify-content: center;
	align-items: center;
	flex-shrink: 0;
}

main {
	width: 100%;
	height: auto;
	min-height: 100%;
	padding-top: 1em;
	box-sizing: border-box;
	/* background: #fff; */
	background: RGB(249, 250, 252);
	position: relative;
	scroll-behavior: smooth;
}

/* section{
  padding-top: 3em;
} */
section h2 {
	font-size: 3em;
	/* font-weight: normal; */
	/* color: #233252; */
	font-weight: bold;
	text-align: center;
	color: rgba(0, 34, 78);
	text-transform: none;
	/* text-transform: uppercase; */
	width: 100%;
}

section h3 {
	font-size: 2em;
	font-weight: normal;
	/* color: #000; */
	color: rgba(65, 77, 101);
	text-align: center;
	width: 100%;
	text-transform: none;
	margin-bottom: 1em;
}

.technic_charact,
.what,
.why,
.price,
.foto,
.faq,
.map_cont,
.contact {
	width: 100%;
	height: auto;
	position: relative;
	padding: 6em 0;
	box-sizing: border-box;
}

.technic_charact_inn,
.what_inn,
.why_inn,
.price_inn,
.faq_inn,
.map_cont_inn,
.contact_inn {
	width: 100%;
	max-width: 1400px;
	margin: 0 auto;
	height: auto;
	display: flex;
	justify-content: space-around;
	align-items: stretch;
	flex-wrap: wrap;
}

.what,
.faq,
.map_cont {
	padding: 6em 0 0;
}

.technic_charact_text {
	width: 60%;
	display: flex;
	justify-content: flex-start;
	align-items: flex-start;
	flex-wrap: wrap;
	padding: 1em;
	box-sizing: border-box;
	margin-top: 2em;
}

.technic_charact_text_one {
	width: 50%;
	text-align: left;
	padding-right: 0.5em;
	box-sizing: border-box;
}

.technic_charact_text_one h4 {
	font-size: 1.5em;
	color: rgb(0, 34, 78);
	font-weight: bold;
	text-align: left;
}

.technic_char {
	width: 100%;
	display: flex;
	justify-content: flex-start;
	align-items: center;
	margin: 0.5em 0;
	color: rgb(0, 34, 78);
}

.technic_char_img {
	width: auto;
	max-width: 10%;
	margin-right: 0.5em;
}

.technic_char_img img {
	width: 100%;
	height: auto;
}

.technic_char_text {
	color: rgb(0, 34, 78);
	font-size: 1.1em;
}

.technic_char_text span {
	font-weight: bold;
}

.technic_charact_big_img {
	width: auto;
	max-width: 40%;
}

.technic_charact_big_img img {
	width: auto;
	max-width: 100%;
}

.technic_charact_button {
	width: 100%;
	height: auto;
	margin: 5em auto 2em;
	text-align: center;
}

.technic_charact_button button {
	width: auto;
	max-width: 100%;
	background: rgb(254, 109, 31);
	padding: 0.7em 3em;
	border-radius: 0.7em;
	border: 1px solid rgb(254, 109, 31);
	font-size: 1.1em;
	transition: all linear 0.5s;
	color: #fff;
	font-weight: bold;
}

.technic_charact_button button:hover {
	transform: scale(1.05);
}

.what_inn {
	margin-bottom: 5em;
}

.what_inn_one {
	width: 30%;
	height: auto;
	position: relative;
	padding-top: 1em;
	box-sizing: border-box;
	margin-bottom: 3em;
}

.what_inn_one_img {
	width: 100%;
	height: 25em;
	overflow: hidden;
}

.what_inn_one_img img {
	width: 100%;
	object-fit: cover;
}

.what_inn_one p {
	text-align: center;
	font-weight: bold;
	color: rgb(0, 34, 78);
	font-size: 1.8em;
}

.why {
	/* background: #f9fafb; */
	background: RGB(249, 250, 252);
}

.why_all {
	width: 100%;
	height: auto;
	display: flex;
	justify-content: flex-start;
	align-items: stretch;
	gap: 1em 2%;
	flex-wrap: wrap;
	margin: 0 1em 1em;
}

.why_one {
	width: 32%;
	height: auto;
	border: 1px solid #e7eaf1;
	border-radius: 0.7em;
	padding: 0.7em 1em;
	box-sizing: border-box;
	background: #fff;
	font-size: 1.5em;
	color: rgb(0, 34, 78);
	text-align: left;
	display: flex;
	/* align-items: center; */
	align-items: center;
	justify-content: center;
	gap: 0.7em;
}

.why_one_icon {
	background: rgba(255, 128, 0, 0.1);
	border-radius: 20%;
	/* width: 2em;
	height: 2em; */
	/* margin-right: 0.5em; */
	display: flex;
	justify-content: center;
	align-items: center;

	height: 48px;
	width: 48px;
	aspect-ratio: 1 / 1;
	flex-shrink: 0;
}

.why_one span {
	width: 85%;
}

.price_all {
	background: #f7fafd;
	width: 100%;
	padding: 1em 0 2em;
}

.price_inn_one {
	width: 22%;
	height: auto;
	background: #fff;
	border-radius: 0.7em;
	padding: 2em 1em;
	box-sizing: border-box;
	text-align: center;
	position: relative;
}

.price_inn_one p {
	color: #7488ad;
	font-size: 1em;
	padding-bottom: 0.5em;
}

.time_period {
	font-size: 1.5em;
	color: rgb(0, 34, 78);
	font-weight: bold;
}

.sum {
	font-size: 3em;
	color: rgb(0, 34, 78);
	font-weight: bold;
}

.price_inn_one button {
	width: auto;
	max-width: 100%;
	background: #4172e2;
	padding: 0.6em 2.5em;
	border-radius: 0.7em;
	border: 1px solid #4172e2;
	font-size: 1.1em;
	transition: all linear 0.5s;
	color: #fff;
	font-weight: bold;
	margin-top: 1em;
}

.price_inn_one button:hover {
	transform: scale(1.05);
}

.popular {
	background: #4172e2;
	transform: scale(1.05);
	position: relative;
}

.popular.price_inn_one button {
	background: rgb(254, 109, 31);
	transform: scale(1.1);
}

.popular.price_inn_one p {
	color: #fff;
}

.popular.price_inn_one button:hover {
	transform: scale(1.15);
}

.popular_icon {
	position: absolute;
	top: 0;
	left: 50%;
	width: auto;
	max-width: 80%;
	height: auto;
	font-size: 0.7em;
	padding: 0.5em 1em;
	box-sizing: border-box;
	transform: translate(-50%, -50%);
	z-index: 30;
	/* background: url(../image/popular.png) no-repeat 50% 50%;
    background-size: auto 100%; */
	background: rgb(254, 109, 31);
	border-radius: 1em;
	font-size: 0.8em;
	color: #fff;

}

.popular_icon img {
	width: 1em;
	padding-right: 0.2em;
	margin-bottom: -0.1em;
}

.foto_gal {
	width: 100%;
	/* background: #f4f4f3; */
	padding: 3em 3em 1em;
	box-sizing: border-box;

}

/* .faq, .map_cont_inn{
  background: linear-gradient(to bottom, #f7f9fc, #eef6fc) ;
} */
.faq_inn {
	padding: 0 10%;
	box-sizing: border-box;
}

.accordionn {
	background: #fff;
	color: rgb(0, 34, 78);
	cursor: pointer;
	padding: 0.5em 1em;
	width: 100%;
	border: 1px solid #fff;
	border-radius: 0.7em;
	text-align: left;
	outline: none;
	font-size: 1.3em;
	transition: 0.4s;
	margin-top: 0.5em;
	font-weight: bold;
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.accordionn.active,
.accordionn:hover {
	background-color: #fff;
}

.accordionn.active {
	border-radius: 0.7em 0.7em 0 0;
}

.accordionn:after {
	/* content: '\002B'; */
	content: '';
	color: rgb(0, 34, 78);
	font-weight: bold;
	float: right;
	font-size: 26px;
	background: url(../image/arrows_down.svg) no-repeat 100% 50%;
	background-size: auto;
	width: 2em;
	height: 1em;
}

.accordionn.active:after {
	/* content: "\2212"; */
	content: '';
	color: rgb(0, 34, 78);
	font-weight: bold;
	float: right;
	font-size: 26px;
	background: url(../image/arrows_top.svg) no-repeat 100% 50%;
	background-size: auto;
	width: 2em;
	height: 1em;
}

.panel {
	background-color: #fff;
	max-height: 0;
	overflow: hidden;
	transition: max-height 0.2s ease-out;
	margin: 0 auto;
	text-align: left;
	width: 100%;
	padding: 0 12px;
	box-sizing: border-box;
	border-radius: 0 0 0.7em 0.7em;
	font-size: 1.1em;

}

.panel>div {
	padding: 6px 10px;
}

.map_cont_inn {
	padding: 3em 0 1em;
	margin: 5em auto;
}

.map_inn {
	width: 100%;
	padding: 2em 4em;
	box-sizing: border-box;
}

.map_cont_inn a {
	width: auto;
	max-width: 100%;
	background: rgb(0, 34, 78);
	padding: 0.5em 3em 0.8em;
	border-radius: 0.7em;
	border: 1px solid #4172e2;
	font-size: 1.1em;
	transition: all linear 0.5s;
	color: #fff;
	font-weight: bold;
	margin: 0 auto 3em;
	display: inline-flex;
	align-items: center;
}

.map_cont_inn a:hover {
	transform: scale(1.05);
}

.map_cont_inn img {
	margin-bottom: -0.2em;
	margin-right: 0.5em;
}

.contact_inn {
	/* background: linear-gradient(to bottom, #f8fafc, #f4f6f8); */
	padding: 2em;
	box-sizing: border-box;
}

.contact_inn_cont {
	background: rgba(0, 34, 78);
	width: 50%;
	border-radius: 2em 0 0 2em;
	padding: 1em 1em 1em 2em;
	box-sizing: border-box;
	display: flex;
	justify-content: flex-start;
	/* align-content: flex-end; */
	align-content: center;
	flex-wrap: wrap;
}

.contact_inn_bron {
	background: #fff;
	width: 50%;
	border-radius: 0 2em 2em 0;
	padding: 2em 2em 1em 1em;
	box-sizing: border-box;
	text-align: center;

}

.contact_one {
	width: 100%;
	color: #fff;
	display: flex;
	margin: 1em 0;
	justify-content: flex-start;
	align-items: center;
}

.contact_one_icon {
	background: rgba(255, 128, 0, 0.1);
	border-radius: 20%;
	width: 3em;
	height: 3em;
	margin-right: 1em;
	display: flex;
	justify-content: center;
	align-items: center;
}

.contact_one_text {
	width: 85%;
}

.contact_one p {
	font-size: 0.8em;
	color: #848fa2;
}

.contact_one h4 {
	color: #fff;
	font-size: 1em;
}

.contact_inn_bron h3 {
	color: #000;
	font-size: 2em;
	font-weight: bold;
	margin-top: 2em;
}

.contact_inn_bron p {
	color: #5f6365;
	font-size: 1.5em;
}

.contact_inn_bron button {
	width: auto;
	max-width: 100%;
	background: rgb(254, 109, 31);
	padding: 0.7em 3em;
	border-radius: 0.7em;
	border: 1px solid rgb(254, 109, 31);
	font-size: 1.2em;
	transition: all linear 0.5s;
	color: #fff;
	font-weight: bold;
	margin: 2em auto;
}

.contact_inn_bron button a {
	color: #fff;
}

.contact_inn_bron button:hover {
	transform: scale(1.05);
}


footer {
	width: 100%;
	height: auto;
	/* background: url(../image/bg_footer.jpg) no-repeat 50% 100%; */
	background: rgb(0, 34, 78);
	background-size: cover;
	position: relative;
	z-index: 100;
	padding: 4em 3em 5em;
	box-sizing: border-box;
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
	text-align: left;
	color: #b3b3b3;
	/* color: rgb(37, 150, 190); */
}

.footer_logo,
.footer_nav {
	width: 40%;
	padding-right: 3em;
	box-sizing: border-box;
	font-size: 1.2em;
}

.footer_logo img {
	width: auto;
	max-width: 150px;
	margin-bottom: 2em;
}

.footer_nav {
	width: 30%;
}

.footer_nav h4,
.footer_contact h4 {
	color: #fff;
	font-size: 1.2em;
	margin-bottom: 1em;
}

.footer_nav ul {
	list-style: none;
}

.footer_nav li {
	font-size: 1em;
	padding: 0.2em 0;
}

.footer_nav li a {
	/* color: #5e88b2; */
	color: #b3b3b3;
}

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

.footer_contact {
	width: 30%;
	height: auto;
	font-size: 1.2em;
}

.footer_contact p {
	text-align: left;
	font-size: 1em;
	padding: 0.2em 0;
	/* color: rgb(37, 150, 190); */
}

.footer_contact img {
	margin-right: 0.2em;
	margin-bottom: -0.1em;
}


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

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

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

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

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

.slick-track {
	position: relative;
	top: 0;
	left: 0;
	width: auto;
	display: flex;
	align-content: stretch;
}

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

.slick-track:after {
	clear: both;
}

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

.slick-slide {
	display: none;
	float: left;
	/* height: 100%;
	min-height: 100%; */
	height: auto;
	/* Change from 100% to auto */
	min-height: 1px;
	/* Change from 100% to 1px */
}

.slick-slide img {
	display: block;
	width: 100%;
	/* Ensure image takes full width of slide */
	height: auto;
	/* Maintain aspect ratio */
	object-fit: contain;
	/* Use contain instead of cover to show full image */
}

.slick-slide.slick-loading img {
	display: none;
}

.slick-slide.dragging img {
	pointer-events: none;
}

.slick-initialized .slick-slide {
	display: block;
	height: 100%;
	height: auto;
	padding: 0.5em;
	box-sizing: border-box;
	background: RGB(249, 250, 252);
}

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

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

.slick-btn.slick-hidden {
	display: none;
}

.slick-prev,
.slick-next {
	font-size: 0;
	line-height: 0;
	position: absolute;
	top: 40%;
	display: block;
	width: 31px;
	height: 41px;
	padding: 0;
	transform: translate(0, -50%);
	cursor: pointer;
	color: transparent;
	border: none;
	outline: none;
	opacity: .75;
	z-index: 100;
}

.slick-prev:hover,
.slick-prev:focus,
.slick-next:hover,
.slick-next:focus {
	color: transparent;
	outline: none;
	opacity: 1;
}

.slick-prev:hover:before,
.slick-prev:focus:before,
.slick-next:hover:before,
.slick-next:focus:before {
	opacity: 1;
}

.slick-prev:before,
.slick-next:before {
	font-family: "FontAwesome";
	font-size: 40px;
	line-height: 1;
	opacity: .75;
	color: white;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

.slick-prev {
	left: 15px;
	background: url(../image/arr_left.png) no-repeat 50% 50%;

}

.slick-prev:before {
	content: "";

}

.slick-next {
	right: 15px;
	background: url(../image/arr_right.png) no-repeat 50% 50%;

}

.slick-next:before {
	content: "";

}

.slick-dotted.slick-slider {
	padding-bottom: 3em;
}

.slick-dots {
	position: absolute;
	bottom: 1em;
	display: block;
	width: 100%;
	padding: 0;
	margin: 0;
	list-style: none;
	text-align: center;
}

.slick-dots li {
	position: relative;
	display: inline-block;
	width: 0.7em;
	height: 0.7em;
	margin: 0 0.5em;
	padding: 0;

	cursor: pointer;
}

.slick-dots li button {
	font-size: 0;
	line-height: 0;
	display: block;
	width: 100%;
	height: 100%;
	padding: 5px;
	box-sizing: border-box;
	cursor: pointer;
	color: transparent;
	border: 0;
	outline: none;
	background: transparent;
}

.slick-dots li button:hover,
.slick-dots li button:focus {
	outline: none;
}

.slick-dots li button:hover:before,
.slick-dots li button:focus:before {
	/* opacity: 1; */
	background: rgb(0, 34, 78);
}

.slick-dots li button:before {
	font-family: 'slick';
	font-size: 1px;
	line-height: 6px;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	content: '';
	background: rgb(199, 208, 216);
	border: 0;
	border-radius: 50%;
	box-sizing: border-box;
}

.slick-dots li.slick-active button:before {
	/* opacity: .75;
    color: black; */
	background: rgb(0, 34, 78);
}


@media screen and (max-width: 1220px) {
	body {
		font-size: 16px;
	}

	.why_all {
		gap: 1em 1%;
		padding-left: 2%;
		box-sizing: border-box;
	}

	.what_inn_one p {
		font-size: 1.5em;
	}

	.sum {
		font-size: 2.5em;
	}

	.top_info_name h1 {
		font-size: 4rem;
	}

	.top_info_name h1 span {
		font-size: 3.5rem;
	}

	.what_inn_one_img {
		height: auto;
	}
}

@media screen and (max-width: 1100px) {
	#menu {
		display: none;
	}

	.slicknav_menu {
		display: block;
		position: fixed;
		top: 1.1em;
		z-index: 600;
		text-transform: uppercase;
		left: auto;
		right: 0;
		pointer-events: none;
	}

	nav {
		display: none;
	}

	/* .why_one_icon {
		transform: scale(0.9);
	} */

	.header_phone,
	.header_button {
		width: auto;
		max-width: 70%;
		margin-right: 3em;
	}

	.top_info_center p {
		margin-bottom: 1em;
		width: 70%;
	}

	.price_inn_one button {
		padding: 0.6em 1em;
	}

	.popular_icon {
		padding: 0.5em 1em;
	}

	.time_period {
		font-size: 1.3em;
	}

	.sum {
		font-size: 2.3em;
	}
}

@media screen and (max-width: 900px) {
	.why_one {
		font-size: 1.4em;
	}

	.top_info_name h1 {
		font-size: 3.5rem;
	}

	.top_info_name h1 span {
		font-size: 3rem;
	}

	.top_info_center {
		margin-top: 10%;
	}

	section h2 {
		font-size: 2.5em;
	}

	section h3 {
		font-size: 1.5em;
	}

	.top_info_center p {
		margin-bottom: 1em;
		width: 100%;
	}

	.technic_charact_text {
		width: 100%;
	}

	.popular_icon {
		padding: 0.5em 1em;
		min-width: 70%;
	}
}

@media screen and (max-width: 700px) {

	.slicknav_menu {
		top: 0.8em;
	}

	.logo {
		max-width: 15%;
	}

	.modal_video {
		width: 100%;
		height: auto;
		max-width: 100%;
		max-height: 100vh;
		text-align: center;
	}

	.top_info_center_butt button,
	.top_info_center_butt a {
		padding: 0.7em 1em;
	}

	.why_one {
		width: 48%;
	}

	.price_inn_one {
		width: 47%;
		margin-bottom: 3em;
	}

	.contact_inn_cont {
		width: 100%;
		border-radius: 2em 2em 0 0;
	}

	.contact_inn_bron {
		background: #fff;
		width: 100%;
		border-radius: 0 0 2em 2em;
	}

	footer {
		flex-wrap: wrap;
	}

	.footer_logo {
		width: 100%;
		margin-bottom: 1em;
	}

	.footer_logo img {
		margin-bottom: 0.5em;
	}

	.footer_nav h4,
	.footer_contact h4 {
		color: #fff;
		font-size: 1.2em;
		margin-bottom: 0.5em;
	}

	.footer_nav {
		width: 40%;
		padding-right: 1.5em;
		box-sizing: border-box;
		font-size: 1.2em;
	}

	.footer_contact {
		width: 60%;
	}
}


@media screen and (max-width: 550px) {

	section h2 {
		font-size: 2em;
	}

	.slicknav_menu {
		top: 0.3em;
	}

	body {
		font-size: 17px;
	}

	.top_info_center {
		padding: 2em 1.5em 5em;
	}

	.top_info_center p span {
		font-size: 1.1em;
	}

	.top_info_center_butt button,
	.top_info_center_butt a {
		max-width: 100%;
		margin: 0.5em auto;
	}

	.top_location {
		margin-right: 0;
	}

	.top_location_one {
		width: 50%;
		justify-content: center;
		margin: 0 auto;
	}

	.what_inn_one {
		width: 100%;
	}

	.what_inn_one_img {
		width: 80%;
		margin: 0 auto;
	}

	.technic_charact_text_one h4 {
		font-size: 1.2em;
	}

	.technic_charact_big_img {
		max-width: 60%;
	}

	.header_button a.button {
		display: none;
	}

	.top_info_name h1 {
		font-size: 2.8rem;
	}

	.top_info_name h1 span {
		font-size: 2rem;
	}

	.price_inn_one button {
		font-size: 0.9em;
	}

	.foto_gal {
		padding: 3em 1em 1em;
	}

	.faq_inn {
		padding: 0 1em;
	}

	.map_inn {
		width: 100%;
		padding: 0 0 2em;
	}

	.map_cont_inn a {
		padding: 0.7em 2em;
	}

	.why_all {
		padding-left: 1%;
		padding-right: 1%;
	}

	.why_one {
		width: 100%;
		font-weight: bold;
		text-align: center;

		/* flex-direction: column; */
		align-items: center;
		/* horizontal centering */
		justify-content: center;
		/* vertical centering */
		gap: 0.7em;
		text-align: center;
		/* for icon only */
		min-height: 9em;
	}

	.why_one_icon {
		transform: scale(1.2);
	}

	.why_one span {
		text-align: left;
		width: 90%;
	}

	.contact_inn {
		padding: 2em 1em;
	}

	.contact_inn_cont {
		padding: 1em;
	}

	footer {
		padding: 4em 1em;
	}

	.footer_nav h4,
	.footer_contact h4 {
		font-size: 1em;
	}

	.footer_logo,
	.footer_nav {
		padding-right: 0;
	}

	.footer_nav {
		margin-bottom: 1em;
	}

	.footer_nav,
	.footer_contact {
		width: 100%;
	}

}

@media screen and (max-width: 480px) {
	.technic_charact_text {
		margin-top: 0;
	}

	.technic_charact_text_one {
		width: 100%;
		margin-bottom: 1em;
	}
}

@media only screen and (width:320px) and (device-width:320px) and (device-height:480px) and (orientation: landscape) {
	body {
		-webkit-transform: scale(0.667);
		-webkit-transform-origin: top right;
		position: absolute;
		right: 0;
		top: 0;
		width: 480px;
	}

	.feedback .txt {
		float: right;
		color: #000000;
		font-size: 14px;
		text-align: justify;
		width: 100%;
	}

	.feedback .auth {
		color: #999999;
		font-size: 11px;
		text-align: right;
		float: right;
		padding: 0;
		width: 100%;
	}
}

/* iPad */
@media only screen and (width:768px) and (device-width:768px) and (device-height:1024px) and (orientation: landscape) {
	body {
		-webkit-transform: scale(0.75);
		-webkit-transform-origin: top right;
		position: absolute;
		right: 0;
		top: 0;
		width: 1024px;
	}

	.feedback .txt {
		float: right;
		color: #000000;
		font-size: 14px;
		text-align: justify;
		width: 100%;
	}

	.feedback .auth {
		color: #999999;
		font-size: 11px;
		text-align: right;
		float: right;
		padding: 0;
		width: 100%;
	}

}