@import url(../lib/swiper/swiper-bundle.min.css);
.wrapper {
	max-width: 1200px;
	margin: 0 auto
}
h1 {
	line-height: 1.2;
}

.charact {
	width: 70%;
}

.charact-item {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

.charact-item__value {
	font-weight: 500;
}

.charact-item__name {
	font-weight: 600;
}

.about-sec {
	position: relative;
}

#ref_side {
	position: absolute;
	top: -150px;
}

@media screen and (max-width: 1250px) {
	.wrapper {
		padding-left: 15px;
		padding-right: 15px
	}
}

.menu-m-btn {
	height: 60px;
	width: 60px;
	background: var(--main-color);
	display: none
}

@media screen and (max-width: 1000px) {
	.menu-m-btn {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		position: absolute;
		right: 0;
		top: 0
	}
}

.menu-m-btn svg {
	margin: auto;
	height: 50px;
	width: 50px;
	fill: #fff
}

.mobile-infos {
	display: none
}

@media screen and (max-width: 600px) {
	.mobile-infos {
		display: block
	}
}

.mobile-infos .phone-sec {
	text-align: center;
	margin-top: 40px;
	margin-bottom: 20px
}

.mobile-infos .phone-sec a {
	font-family: 'Montserrat', sans-serif;
	font-weight: 500;
	color: var(--main-color);
	letter-spacing: 0.05em
}

.mobile-infos .btn {
	margin: 0 auto;
    display: block;
    width: fit-content;
}

.btn {
	border-radius: 50px;
	padding: 15px 25px;
	color: #fff;
	background: var(--main-color);
	font-family: 'Montserrat', sans-serif;
	font-weight: 500;
	cursor: pointer;
	text-transform: uppercase;
	font-size: 15px;
	letter-spacing: 0.02em;
	-webkit-transition: 0.3s;
	transition: 0.3s;
	display: inline-block
}

@media screen and (max-width: 1250px) {
	.btn {
		padding: 10px 20px;
		font-size: 13px
	}
}

@media screen and (max-width: 1000px) {
	.btn {
		padding: 7px 15px
	}
}

@media screen and (max-width: 450px) {
	.btn {
		font-size: 11px
	}
}

.btn:hover {
	background: var(--main-color-hover)
}

body {
	padding-top: 0;
}

body.front-page {
	padding-top: 0;
}

header,
footer {
	top: 0;
	left: 0;
	height: auto;
	background: rgba(255, 255, 255, 0.8);
	width: 100%;
	z-index: 5;
}

@media screen and (max-width: 1000px) {
	header,
	footer {
		height: 60px;
		background: #fff
	}
}

header .wrapper,
footer .wrapper {
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex
}

@media screen and (max-width: 1000px) {
	header .wrapper,
	footer .wrapper {
		height: 100%
	}
}

header .left-sec,
footer .left-sec {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	height: 80px;
}

header .logo-sec,
footer .logo-sec {
	height: 100%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	margin-right: 50px;
	max-width: 200px
}

@media screen and (max-width: 1250px) {
	header .logo-sec,
	footer .logo-sec {
		margin-right: 30px;
		height: 60px;
	}
}

header .logo-sec a,
footer .logo-sec a {
	margin: auto
}

header .logo-sec a img,
footer .logo-sec a img {
	height: auto;
	display: block;
	-o-object-fit: contain;
	object-fit: contain;
	-o-object-position: center left;
	object-position: center left
}

@media screen and (max-width: 1000px) {
	header .logo-sec a img,
	footer .logo-sec a img {
		height: 40px
	}
}

@media screen and (max-width: 6500px) {
/*	header .logo-sec a img,
	footer .logo-sec a img {
		max-width: 160px
	}*/
}

header .btn-sec,
footer .btn-sec {
	height: 100%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex
}

header .btn-sec .btn,
footer .btn-sec .btn {
	margin: auto
}

header .right-sec,
footer .right-sec {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex
}

@media screen and (max-width: 600px) {
	header .right-sec,
	footer .right-sec {
		display: none
	}
}

header .right-sec .phone-sec,
footer .right-sec .phone-sec {
	height: 100%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	margin-right: 30px
}

header .right-sec .phone-sec a,
footer .right-sec .phone-sec a {
	margin: auto;
	display: inline-block;
	font-family: 'Montserrat', sans-serif;
	line-height: 24px;
	display: inline-block;
	font-weight: 500;
	font-size: 17px;
	-webkit-transition: 0.3s;
	transition: 0.3s;
	color: var(--main-color);
	margin-right: 20px;
}

@media screen and (max-width: 1250px) {
	header .right-sec .phone-sec a,
	footer .right-sec .phone-sec a {
		font-size: 16px
	}
}

@media screen and (max-width: 1000px) {
	header .right-sec .phone-sec a,
	footer .right-sec .phone-sec a {
		font-size: 13px
	}
}

header .right-sec .phone-sec a:hover,
footer .right-sec .phone-sec a:hover {
	color: var(--main-color-hover)
}

footer {
	position: relative;
	height: auto;
}

footer .wrapper {
	height: 100%
}

@media screen and (max-width: 1000px) {
	header {
		padding-right: 60px
	}
}

.menu-sec {
	height: 50px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	background-color: #f1f1f1;
	display: none;
}

@media screen and (max-width: 1000px) {
	.menu-sec {
		position: fixed;
		top: 60px;
		left: -100%;
		z-index: 5;
		padding-top: 30px;
		display: block;
		-webkit-transition: 0.2s;
		transition: 0.2s;
		width: 100%;
		height: calc(100vh - 60px);
		background: #fff
	}
}

.menu-sec.active-menu {
	left: 0
}

.menu-sec ul {
	margin: auto;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex
}

@media screen and (max-width: 1000px) {
	.menu-sec ul {
		display: block;
		padding-left: 15px;
		padding-right: 15px
	}
}

.menu-sec ul li {
	display: inline-block;
	vertical-align: top;
	margin-right: 30px
}

@media screen and (max-width: 1250px) {
	.menu-sec ul li {
		margin-right: 15px
	}
}

@media screen and (max-width: 1000px) {
	.menu-sec ul li {
		display: block;
		margin-right: 0px
	}
}

.menu-sec ul li:last-child {
	margin-right: 0px
}

.menu-sec ul li a {
	font-family: 'Montserrat', sans-serif;
	font-weight: 500;
	color: #242c37;
	-webkit-transition: 0.3s;
	transition: 0.3s;
	line-height: 24px;
	display: inline-block;
	font-size: 17px;
	border-bottom: 2px dashed transparent
}

@media screen and (max-width: 1250px) {
	.menu-sec ul li a {
		font-size: 16px
	}
}

@media screen and (max-width: 1000px) {
	.menu-sec ul li a {
		font-size: 20px;
		padding-top: 15px;
		padding-bottom: 15px;
		display: block;
		border-bottom: 2px solid var(--main-color)
	}
}

.menu-sec ul li a:hover {
	color: var(--main-color-hover)
}

.menu-sec ul li a.active {
	color: var(--main-color-hover);
	border-bottom: 2px dashed var(--main-color-hover)
}

.slider-sec {
	-webkit-box-shadow: 0px 0px 40px rgba(1, 56, 120, 0.5);
	box-shadow: 0px 0px 40px rgba(1, 56, 120, 0.5);
	position: relative;
	overflow: hidden
}

.slider-sec .swiper-pagination {
	position: absolute;
	left: 0;
	bottom: 10px;
	width: 100%;
	z-index: 3;
	text-align:right;
	padding-right:20px;
}

.slider-sec .swiper-pagination-bullet {
	background: #fff;
	opacity: .4
}

.slider-sec .swiper-pagination-bullet-active {
	background: var(--main-color);
	opacity: 1
}

.slider-sec .slide-main {
	height: 750px;
	position: relative;
}

/*.slider-sec .slide-main:before{
	content: '';
	position: absolute;
	display: block;
	background: #000;
	opacity: .7;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	z-index: 15;
}*/

@media screen and (max-width: 1400px) {
	.slider-sec .slide-main {
		height: 600px
	}
}

@media screen and (max-width: 1000px) {
	.slider-sec .slide-main {
		height: 500px
	}
}

@media screen and (max-width: 600px) {
	.slider-sec .slide-main {
		height: 400px
	}
}

@media screen and (max-width: 450px) {
	.slider-sec .slide-main {
		height: auto;
		padding-top:20px;
		padding-bottom:20px;
	}
}

iframe{
    width:100%;
}

.slider-sec .slide-main:before {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	content: "";
	background: rgba(0, 0, 0, .7);
	z-index: 2;
}

.slider-sec .slide-main img {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	-o-object-fit: cover;
	object-fit: cover;
	-o-object-position: center;
	object-position: center;
	z-index: 1;
}

.slider-sec .slide-main .wrapper {
	position: relative;
	padding-top: 80px;
	padding-bottom: 80px;
/*	z-index: 3;*/
	color: #fff;
	height: 100%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	z-index: 20;
}

@media screen and (max-width: 1400px) {
	.slider-sec .slide-main .wrapper {
		padding-left: 60px;
		padding-right: 60px
	}
}

@media screen and (max-width: 1000px) {
	.slider-sec .slide-main .wrapper {
		padding-top: 0
	}
}

@media screen and (max-width: 450px) {
	.slider-sec .slide-main .wrapper {
		padding-left: 15px;
		padding-right: 15px
	}
}

.slider-sec .slide-main .wrapper .middle {
	margin: 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
  max-width: 750px;
}
.banner-list{
	background: rgba(21,38,98, .5);
	padding: 15px 25px;
	border-radius: 10px;
	width: max-content;
}
.banner-list p {
  font-size: 24px;
  line-height: 1.5;
  margin-bottom: 10px;
}

.slider-sec .slide-main .title-slide {
	font-size: 40px;
	font-weight: 800;
	font-family: 'Montserrat', sans-serif;
	white-space: pre-line;
	margin-bottom: 20px;
	line-height: 47px
}

.slider-sec .slide-main .title-slides{
    margin-bottom:50px;
    font-family: 'Montserrat', sans-serif;
    font-weight: 600;
}

@media screen and (max-width: 1400px) {
	.slider-sec .slide-main .title-slide {
		font-size: 40px;
		line-height: 47px
	}
}

@media screen and (max-width: 600px) {
	.slider-sec .slide-main .title-slide {
		font-size: 20px;
		line-height: 25px;
		margin-bottom: 30px
	}
}

.review-sec {
	position: absolute;
	left: 0;
	top: 50%;
	z-index: 2;
	height: 50px;
	width: 100%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	padding-left: 50px;
	padding-right: 50px;
	pointer-events: none
}

@media screen and (max-width: 1400px) {
	.review-sec {
		padding-left: 15px;
		padding-right: 15px;
		height: 30px
	}
}

@media screen and (max-width: 450px) {
	.review-sec {
		display: none
	}
}

.review-sec .prev {
	height: 50px;
	width: 50px;
	background: rgba(255, 255, 255, 0.5);
	border-radius: 50%;
	pointer-events: all;
	-webkit-backdrop-filter: blur(2px);
	backdrop-filter: blur(2px);
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	cursor: pointer
}

@media screen and (max-width: 1400px) {
	.review-sec .prev {
		height: 30px;
		width: 30px
	}
}

.review-sec .prev svg {
	-webkit-transform: scaleX(-1);
	transform: scaleX(-1)
}

.review-sec .next {
	height: 50px;
	width: 50px;
	background: rgba(255, 255, 255, 0.5);
	border-radius: 50%;
	pointer-events: all;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-backdrop-filter: blur(2px);
	backdrop-filter: blur(2px);
	cursor: pointer
}

@media screen and (max-width: 1400px) {
	.review-sec .next {
		height: 30px;
		width: 30px
	}
}

.review-sec svg {
	height: 20px;
	margin: auto;
	width: 20px
}

@media screen and (max-width: 1400px) {
	.review-sec svg {
		height: 10px;
		width: 10px
	}
}

.about-sec {
	margin-top: 60px;
	margin-bottom: 70px
}
.advan {
  padding: 40px 0;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.advan-item {
  flex: 0 0 31%;
  padding: 30px;
  background: rgba(0,173,163,.05);
  border-radius: 20px;
  box-shadow: 0px 0px 20px #ccc;
}
.advan-item__name:after{
	content: '';
	display: block;
	margin: 0 auto;
	width: 25%;
	height: 2px;
	background: #00a0e3;
	margin-top: 10px;
}
.advan-item__name {
  font-size: 25px;
  color: #242c37;
  font-weight: 600;
  text-align: center;
  padding: 10px 0;
}
.advan-item p {
  line-height: 1.5;
}

@media screen and (max-width: 1200px) {
	.about-sec {
		margin-top: 50px;
		margin-bottom: 50px
	}
}

.about-sec h1 {
	margin-bottom: 50px;
	text-align: center;
}

@media screen and (max-width: 1200px) {
	.about-sec h1 {
		margin-bottom: 40px
	}
}


.grid-about {
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	grid-gap: 50px
}

@media screen and (max-width: 1200px) {
	.grid-about {
		grid-gap: 20px
	}
}

@media screen and (max-width: 950px) {
	.grid-about {
		grid-template-columns: repeat(1, 1fr)
	}
}

.grid-about p {
	line-height: 1.5;
	text-align: justify
}

.video-sec {
	margin-top: 70px;
	margin-bottom: 70px
}

@media screen and (max-width: 1200px) {
	.video-sec {
		margin-top: 50px;
		margin-bottom: 50px
	}
}

.video-sec h2 {
	text-align: center;
	margin-bottom: 60px
}

@media screen and (max-width: 1200px) {
	.video-sec h2 {
		margin-bottom: 40px
	}
}

.video-sec .video {
	max-width: 750px;
	margin: 0 auto;
	display: block
}

.video-sec .video img {
	width: 100%;
	display: block;
	height: 100%;
	-o-object-fit: cover;
	object-fit: cover;
	-o-object-position: center;
	object-position: center
}

.video-sec .video-caption {
	max-width: 750px;
	margin: 0 auto;
	margin-top: 60px;
	text-align: center;
	font-size: 18px
}

@media screen and (max-width: 1200px) {
	.video-sec .video-caption {
		margin-top: 40px
	}
}

.advantage-sec {
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	grid-gap: 20px;
	margin-top: 70px;
	margin-bottom: 70px
}

@media screen and (max-width: 1200px) {
	.advantage-sec {
		margin-top: 50px;
		margin-bottom: 50px
	}
}

@media screen and (max-width: 950px) {
	.advantage-sec {
		grid-template-columns: repeat(2, 1fr)
	}
}

@media screen and (max-width: 600px) {
	.advantage-sec {
		grid-template-columns: repeat(1, 1fr)
	}
}

.advantage-sec .advantage {
	padding-left: 80px;
	position: relative
}

@media screen and (max-width: 1200px) {
	.advantage-sec .advantage {
		padding-left: 60px
	}
}

.advantage-sec .advantage .ico {
	height: 60px;
	width: 60px;
	border: 2px dashed var(--main-color);
	border-radius: 50%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	position: absolute;
	left: 0;
	top: 0
}

@media screen and (max-width: 1200px) {
	.advantage-sec .advantage .ico {
		height: 50px;
		width: 50px
	}
}

.advantage-sec .advantage .ico svg {
	height: 30px;
	width: 30px;
	margin: auto
}

@media screen and (max-width: 1200px) {
	.advantage-sec .advantage .ico svg {
		height: 20px;
		width: 20px
	}
}

.advantage-sec .advantage .ico img {
	height: 30px;
	width: 30px;
	margin: auto
}

@media screen and (max-width: 1200px) {
	.advantage-sec .advantage .ico img {
		height: 20px;
		width: 20px
	}
}

.advantage-sec .advantage .info {
	height: 60px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex
}

@media screen and (max-width: 1200px) {
	.advantage-sec .advantage .info {
		height: 50px
	}
}

.advantage-sec .advantage .title {
	font-weight: 500;
	font-size: 18px;
	line-height: 24px;
	font-family: 'Montserrat', sans-serif;
	white-space: pre-line;
	margin: auto;
	margin-left: 0
}

@media screen and (max-width: 1200px) {
	.advantage-sec .advantage .title {
		font-size: 16px;
		line-height: 22px
	}
}

.location-sec .advantage-sec {
	grid-template-columns: repeat(3, 1fr)
}

@media screen and (max-width: 900px) {
	.location-sec .advantage-sec {
		grid-template-columns: repeat(2, 1fr)
	}
}

@media screen and (max-width: 600px) {
	.location-sec .advantage-sec {
		grid-template-columns: repeat(1, 1fr)
	}
}

.plan-sec {
	margin-top: 70px;
	margin-bottom: 70px;
	padding-top: 70px;
	padding-bottom: 70px;
	background: #F8F9F7
}

@media screen and (max-width: 1200px) {
	.plan-sec {
		margin-top: 50px;
		margin-bottom: 50px;
		padding-top: 50px;
		padding-bottom: 50px
	}
}

.plan-sec h2 {
	max-width: 1200px;
	margin: 0 auto;
	margin-bottom: 60px
}

@media screen and (max-width: 1250px) {
	.plan-sec h2 {
		padding-left: 15px
	}
}

@media screen and (max-width: 1200px) {
	.plan-sec h2 {
		margin-bottom: 40px
	}
}

.plan-sec .wrapper {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	grid-gap: 30px
}

@media screen and (max-width: 1200px) {
	.plan-sec .wrapper {
		grid-gap: 15px
	}
}

@media screen and (max-width: 1000px) {
	.plan-sec .wrapper {
		grid-template-columns: repeat(2, 1fr)
	}
}

@media screen and (max-width: 650px) {
	.plan-sec .wrapper {
		grid-template-columns: repeat(1, 1fr)
	}
}

.plan-sec .plan-card {
	padding: 15px;
	vertical-align: top;
	text-align: left;
	border-radius: 20px;
	color: inherit;
	text-decoration: none;
	background: #FFFFFF;
	-webkit-box-shadow: 0px 0px 75px rgba(0, 0, 0, 0.06);
	box-shadow: 0px 0px 75px rgba(0, 0, 0, 0.06)
}

.plan-sec .plan-card .img {
	height: 370px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex
}

@media screen and (max-width: 1200px) {
	.plan-sec .plan-card .img {
		height: 300px
	}
}

.plan-sec .plan-card .img img {
	height: 80%;
	display: block;
	margin: auto;
	width: 80%;
	-o-object-position: center;
	object-position: center;
	-o-object-fit: contain;
	object-fit: contain
}

.plan-sec .plan-card .name {
	font-size: 22px;
	padding-top: 15px;
	padding-bottom: 15px;
	font-family: 'Montserrat', sans-serif;
	border-bottom: 1px solid var(--main-color);
	letter-spacing: 0.02em;
	font-weight: 500
}

.plan-sec .plan-card .btn {
	width: 100%;
	text-align: center;
	margin-top: 30px
}

.plan-sec .plan-card .inform {
	padding-top: 15px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	font-family: 'Montserrat', sans-serif
}

.plan-sec .plan-card .inform .rooms,
.plan-sec .plan-card .inform .square {
	width: 50%;
	font-size: 22px;
	font-weight: 500
}

.plan-sec .plan-card .inform .rooms sup,
.plan-sec .plan-card .inform .square sup {
	font-size: 10px;
	position: relative;
	top: -10px
}

.plan-sec .plan-card .inform .rooms span,
.plan-sec .plan-card .inform .square span {
	display: block;
	font-weight: 300;
	margin-bottom: 10px;
	font-size: 13px
}

.b-location {
	position: relative
}

.b-location__groups {
	position: absolute;
	overflow: auto;
	z-index: 2;
	top: 40px;
	left: 0;
	right: 0
}

@media screen and (max-width: 1200px) {
	.b-location__groups {
		top: 20px
	}
}

@media screen and (max-width: 850px) {
	.b-location__groups {
		top: 10px
	}
}

.b-location__groups::-webkit-scrollbar {
	height: 2px;
	background: transparent
}

.b-location__groups::-webkit-scrollbar-track {
	-webkit-box-shadow: inset 0 0 6px transparent
}

.b-location__groups::-webkit-scrollbar-thumb {
	background: var(--main-color)
}

.b-location__map {
	height: 700px;
	width: 100vw;
	border: none;
	position: relative
}

@media screen and (max-width: 1200px) {
	.b-location__map {
		height: 500px
	}
}

.b-location__marker {
	position: relative;
	z-index: 50
}

.b-location__marker:hover {
	z-index: 60
}

.b-location__marker:hover .b-location__gray {
	display: block
}

.b-location__gray {
	position: absolute;
	left: 13px;
	z-index: 3;
	bottom: 44px;
	background: #fff;
	padding: 20px 15px;
	color: #333;
	min-width: 250px;
	display: none;
	-webkit-animation: 0.2s top forwards;
	animation: 0.2s top forwards;
	-webkit-box-shadow: 0px 0px 40px rgba(1, 56, 120, 0.14);
	box-shadow: 0px 0px 40px rgba(1, 56, 120, 0.14)
}

.b-location__marker-ico {
	-ms-flex-negative: 0;
	flex-shrink: 0;
	margin-right: 14px
}

.b-location__marker-ico img {
	max-width: 24px;
	max-height: 20px;
	display: block;
	margin-bottom: 10px
}

.b-location__marker-name {
	font-size: 13px;
	font-weight: bold;
	display: block
}

.b-location__group-list {
	text-align: center;
	padding-top: 15px;
	padding-bottom: 15px
}

@media screen and (max-width: 900px) {
	.b-location__group-list {
		width: -webkit-max-content;
		width: -moz-max-content;
		width: max-content;
		padding-left: 15px;
		padding-right: 15px
	}
}

.b-location__group-list::-webkit-scrollbar {
	width: 0px;
	background: #f1f1f1
}

.b-location__group-item {
	display: inline-block;
	vertical-align: top;
	cursor: pointer;
	border-radius: 25px;
	padding: 7px 25px 7px 40px;
	text-transform: uppercase;
	font-size: 11px;
	font-family: 'Montserrat', sans-serif;
	font-weight: 500;
	position: relative;
	color: #3C3C3C;
	background-color: #fff;
	-webkit-box-shadow: 0 0 15px rgba(0, 0, 0, 0.2);
	box-shadow: 0 0 15px rgba(0, 0, 0, 0.2);
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	pointer-events: all;
	cursor: pointer;
	-webkit-transition: 0.2s;
	transition: 0.2s
}

.b-location__group-item+.b-location__group-item {
	margin-right: 5px
}

.b-location__group-item:last-child {
	margin-right: 0
}

.all-cat-btn {
	padding: 7px 20px
}

.b-location__group-item:hover {
	background: var(--main-color-hover);
	color: #fff
}

.b-location__group-item_active {
	background: var(--main-color);
	color: #fff
}

.b-location__group-item_active img {
	-webkit-filter: brightness(100);
	filter: brightness(100)
}

.b-location__group-ico {
	position: absolute;
	left: 18px;
	height: 16px;
	display: block;
	top: calc(50% - 9px)
}

.b-location__group-ico img {
	height: 16px
}

.b-location__marker-pin {
	display: block;
	width: 32px;
	height: 32px;
	background: var(--main-color);
	-webkit-box-shadow: 0 0 10px rgba(1, 56, 120, 0.18);
	box-shadow: 0 0 10px rgba(1, 56, 120, 0.18);
	border-radius: 50%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	cursor: pointer;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center
}

.b-location__marker-pin img {
	width: 16px;
	height: 16px
}

.map {
	min-height: calc(100vh - 180px);
	padding-top: 70px;
	padding-bottom: 70px;
	position: relative
}

@media screen and (max-width: 1000px) {
	.map {
		min-height: calc(100vh - 160px)
	}
}

.map #map {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%
}

@media screen and (max-width: 800px) {
	.map #map {
		width: 100%
	}
}

.map .gmnoprint {
	display: none
}

.map .wrapper {
	position: relative;
	z-index: 2
}

@media screen and (max-width: 480px) {
	.map .wrapper h1 {
	font-size: 24px;
}
}

.map .info-contact {
	-webkit-box-shadow: 0px 0px 75px rgba(0, 0, 0, 0.06);
	box-shadow: 0px 0px 75px rgba(0, 0, 0, 0.06);
	border-radius: 20px;
	padding: 20px;
	background: #fff;
	margin-top: 30px;
	display: -webkit-flex;
	display: -ms-flex;
	display: flex;
	flex-direction: column;
	width: 60%;
}
.info-contact__number {
  display: flex;
  flex-direction: column;
}
.info-contact__number a{
	display: block;
	margin-bottom: 8px;
	margin-right: 10px;
}
.info-contact__label{
	margin-bottom: 15px;
}
.info-contact__box {
  display: flex;
}

@media screen and (max-width: 1200px) {
	.map .info-contact {
		display: block;
		width: -webkit-max-content;
		width: -moz-max-content;
		width: max-content
	}
}

@media screen and (max-width: 480px) {
	.map .info-contact {
		width: 100%;
	}
}

@media screen and (max-width: 800px) {
	.map .info-contact {
		-webkit-box-shadow: none;
		box-shadow: none;
		padding: 20px
	}
}

.map .info-contact div {
	margin-right: 10px;
	font-size: 20px;
	font-family: 'Montserrat', sans-serif;
	font-weight: 500
}

@media screen and (max-width: 1200px) {
	.map .info-contact div {
		margin-bottom: 20px
	}
}

@media screen and (max-width: 800px) {
	.map .info-contact div {
		font-size: 17px
	}
}

.map .info-contact div a {
	color: var(--main-color);
	-webkit-transition: 0.3s;
	transition: 0.3s
}

.map .info-contact div a:hover {
	color: var(--main-color-hover)
}

.map .info-contact div:last-child {
	margin-right: 0;
	margin-bottom: 0
}

.page-not-front {
	padding-top: 60px;
	padding-bottom: 40px;
	min-height: calc(100vh - 180px)
}

@media screen and (max-width: 1200px) {
	.page-not-front {
		padding-top: 50px;
		padding-bottom: 50px
	}
}

.page-not-front h1 {
	font-size: 50px;
  text-align: center;
  margin: 40px 0;
}

@media screen and (max-width: 1200px) {
	.page-not-front h1 {
		margin-bottom: 40px
	}
}

.page-not-front p .img-custom-size {
	margin-top: 50px
}

.page-not-front .img-custom-size {
	max-height: 600px;
	display: block;
	-o-object-fit: cover;
	object-fit: cover;
	-o-object-position: center;
	object-position: center
}

@media screen and (max-width: 800px) {
	.page-not-front .img-custom-size {
		min-height: 100px;
		width: 100% !important;
		height: auto !important
	}
}

.catalog-arts {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	grid-gap: 30px;
	margin-top: 50px
}

@media screen and (max-width: 1000px) {
	.catalog-arts {
		grid-template-columns: repeat(1, 1fr)
	}
}

.catalog-arts .adv-card img {
	display: block;
	height: 200px;
	border-radius: 10px;
	width: 100%;
	-o-object-position: center;
	object-position: center;
	-o-object-fit: cover;
	object-fit: cover;
	-webkit-box-shadow: 0px 0px 75px rgba(0, 0, 0, 0.06);
	box-shadow: 0px 0px 75px rgba(0, 0, 0, 0.06)
}

.catalog-arts .adv-card .name {
	font-weight: 500;
	margin-top: 15px;
	font-size: 22px;
	margin-bottom: 15px;
	font-family: 'Montserrat', sans-serif
}

.catalog-arts .adv-card .desc {
	font-size: 14px;
	line-height: 21px
}

@media screen and (max-width: 1000px) {
	.catalog-arts .adv-card .desc {
		font-size: 17px;
		line-height: 24px
	}
}

.shadow-sec {
	position: fixed;
	height: 100vh;
	left: 0;
	top: 0;
	width: 100vw;
	background: rgba(0, 0, 0, 0.3);
	display: none;
	z-index: 7
}

.shadow-sec .window {
	position: absolute;
	left: 50%;
	background: #fff;
	top: 50%;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	width: 450px
}

@media screen and (max-width: 500px) {
	.shadow-sec .window {
		top: 0;
		left: 0;
		-webkit-transform: translate(0);
		transform: translate(0);
		width: 100%;
		height: 100vh
	}
}

.shadow-sec .title-sec {
	padding: 25px;
	padding-right: 70px;
	font-size: 20px;
	font-family: 'Montserrat', sans-serif;
	color: #fff;
	background: var(--main-color);
	font-size: 25px;
	line-height: 28px;
	font-weight: 300;
	position: relative
}

@media screen and (max-width: 500px) {
	.shadow-sec .title-sec {
		font-size: 20px;
		line-height: 25px
	}
}

.shadow-sec .title-sec .close {
	height: 27px;
	width: 27px;
	position: absolute;
	right: 25px;
	cursor: pointer;
	top: 50%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%)
}

.shadow-sec .title-sec .close svg {
	height: 100%;
	width: 100%
}

.shadow-sec .btn-sec {
	/* padding: 25px; */
	padding-bottom: 10px
}

@media screen and (max-width: 500px) {
	.shadow-sec .btn-sec {
		text-align: center
	}
	.shadow-sec .btn-sec .btn {
		width: 100%;
		text-align: center
	}
}

.shadow-sec #modalmessage {
	padding-top: 0;
	padding-left: 25px;
	padding-bottom: 10px;
	font-size: 12px;
	height: 34px
}

.shadow-sec .politic {
	font-size: 15px;
	padding-left: 25px;
	white-space: pre-line;
	padding-right: 25px;
	font-family: 'Montserrat', sans-serif
}

@media screen and (max-width: 500px) {
	.shadow-sec .politic {
		font-size: 12px;
		line-height: 20px
	}
}

.shadow-sec .politic a {
	color: var(--main-color);
	-webkit-transition: 0.3s;
	transition: 0.3s
}

.shadow-sec .politic a:hover {
	color: var(--main-color-hover)
}

.shadow-sec .window-content {
	padding: 25px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	padding-bottom: 0px
}

.shadow-sec .window-content .inputs {
	width: 100%;
	display: grid;
	grid-template-columns: repeat(1, 1fr);
	grid-gap: 20px;
	padding-bottom: 20px
}

.shadow-sec .window-content .inputs input {
	width: 100%;
	height: 50px;
	display: block;
	border: 1px solid #ccc;
	font-family: 'Montserrat', sans-serif;
	padding-left: 20px
}

.thank-page {
	min-height: calc(100vh - 180px);
	padding-top: 70px;
	padding-bottom: 70px;
	position: relative
}

@media screen and (max-width: 1200px) {
	.thank-page {
		padding-top: 50px;
		padding-bottom: 50px
	}
}

@media screen and (max-width: 1000px) {
	.thank-page {
		min-height: calc(100vh - 160px)
	}
}

.thank-page h1 {
	margin-bottom: 40px
}
@media screen and (max-width: 576px) {
	.advan-item {
  		flex: 0 0 100%;
  		margin-bottom: 20px;
  	}
}

/**************************************************************************************/
/*****************************************MY STYLE*************************************/
/**************************************************************************************/


.module {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
}
.module-item__img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: .4s;
  transform: scale(1);
}
.module-item {
  flex: 0 0 2%;
  margin-right: 0;
  margin-bottom: 0;
}
.module-item__img {
  height: 190px;
position: relative;
overflow: hidden;
}
.module-item__name {
  height: 50px;
  justify-content: center;
  display: flex;
  align-items: center;
  background: var(--main-color);
  color: #fff;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: .8px;
}
.module-item:hover .module-item__img img{
  transform: scale(1.1);
}

.menu-sec ul li {
	position: relative;
}

@media screen and (min-width: 1000px) {
	.menu-sec ul li:hover .main-menu__child {
		display: block !important;
	}
}

.main-menu__child {
	display: none !important;
	padding: 5px 10px;
	width: fit-content;
	background-color: #00ada344;
	top: 98%;
	z-index: 2;
}

@media screen and (min-width: 1000px) {
	.main-menu__child {
		position: absolute;
		left: -15px;
		border-radius: 5px;
		min-width: calc(100% + 30px);
		background-color: var(--main-color);
	}
}

@media screen and (max-width: 1000px) {
	.main-menu__child {
		display: block !important;
		width: 100% !important;
		padding: 0;
	}
}

.main-menu__child li {
	display: block !important;
}

.main-menu__child a {
	padding: 10px 5px;
	display: block !important;
}

.main-menu__child a:hover {
	color: #fff !important;
}

.module > a {
	flex: 0 0 23%;
}

.service-list {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	grid-gap: 30px;
	padding-bottom: 100px;
}

.service-sec h1 {
	padding-top: 50px;
	padding-bottom: 70px;
}

.service-card {
	display: block;
	padding: 20px;
    background: rgba(0,173,163,.05);
    border-radius: 20px;
    box-shadow: 0px 0px 20px #ccc;
	color: #242c37;
}

.service-card img {
	display: block;
	height: 200px;
	border-radius: 10px;
	object-fit: cover;
	object-position: center;
	width: 100%;
}

.service-card .name {
	padding: 10px 0px 0px;
	font-family: 'Montserrat', sans-serif;
    font-size: 16px;
    font-weight: 500;
}

@media screen and (max-width: 1000px) {
	.service-list {
		display: grid;
		grid-template-columns: repeat(2, 1fr);
		grid-gap: 30px;
		padding-bottom: 100px;
	}
}

@media screen and (max-width: 500px) {
	.service-list {
		display: grid;
		grid-template-columns: repeat(1, 1fr);
		grid-gap: 20px;
		padding-bottom: 70px;
	}
}




.header-h1 {
    position: relative;
    margin-bottom: 2.5rem;
  }
  .header-h1::after {
    content: "";
    position: absolute;
    border-top: 1px solid #00ADA3;
    border-bottom: 2px solid #00ADA3;
    height: .375rem;
    left: 0;
    top: 50%;
    width: 100%;
    transform: translateY(-50%);
    z-index: -999;
  }
  .header-h1 h1 {
    font-size: 2rem;
	font-weight: 700;
    color: #000;
    display: inline-block;
    background: #fff;
    margin-bottom: 0;
    padding-right: 1rem;
    text-transform: uppercase;
  }
  .header-h1-center {
    text-align: center;
  }
  .header-h1-center h1 {
    padding-left: 1rem;
  }


  .header-h2 {
    position: relative;
	margin-top: 3rem;
    margin-bottom: 2.5rem;
  }
  .header-h2::after {
    content: "";
    position: absolute;
    border-top: 1px solid #00ADA3;
    border-bottom: 2px solid #00ADA3;
    height: .375rem;
    left: 0;
    top: 50%;
    width: 100%;
    transform: translateY(-50%);
    z-index: -999;
  }
  .header-h2 h2 {
    font-size: 2rem;
	font-weight: 700;
    color: #000;
    display: inline-block;
    background: #fff;
    margin-bottom: 0;
    padding-right: 1rem;
    text-transform: uppercase;
  }
  .header-h2-center {
    text-align: center;
  }
  .header-h2-center h2 {
    padding-left: 1rem;
  }



.grid *,.grid2 *,.grid3 *,.grid3070 * {
  box-sizing: border-box;
}
.grid3070 {
    display: grid;
    grid-template-columns: 30% 70%;
    column-gap: 30px;
    row-gap: 30px;
    padding: 20px 0;
}
.grid {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  column-gap: 30px;
  row-gap: 30px;
  padding: 0;
}
.grid3 {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  column-gap: 30px;
  row-gap: 30px;
  padding: 20px 0;
}

.grid2 {
  display: grid;
  grid-template-columns: 1fr 1fr;
  column-gap: 30px;
  row-gap: 30px;
  padding: 20px 0;
}
.grid3-item,.grid-item {
  box-shadow: 0 2px 5px rgba(0,0,0,0.2), 0 4px 6px rgba(0,0,0,0.2);
  transition: box-shadow .3s;
  width: 100%;
  height: 100%;
}
.grid3-item .image,
.grid-item .image {
        height: 300px;
        overflow: hidden;
}
.grid3-item:hover,
.grid-item:hover {
        box-shadow: 0 4px 12px rgba(0,0,0,0.2), 0 16px 20px rgba(0,0,0,0.2);
}
.grid3-item .image img,
.grid-item .image img  {
  transition: transform 280ms ease-in-out;
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.grid3-item:hover .image img,
.grid-item:hover .image img  {
  transform: scale(1.1);
}
@media only screen and (max-width: 1200px) {
    .grid {
        grid-template-columns: 1fr 1fr 1fr;
    }
    .grid2,.grid3,.grid3070 {
        grid-template-columns: 1fr 1fr;
    }
}
@media only screen and (max-width: 900px) {
    .grid, .grid2,.grid3,.grid3070 {
        grid-template-columns: 1fr 1fr;
    }
}
@media only screen and (max-width: 600px) {
    .grid, .grid2, .grid3, .grid3070 {
        grid-template-columns: 1fr;
    }
}

.list6b {
	padding:0;
	list-style: none;
}
.list6b li{
	padding:6px;
}
.list6b li:before {
	padding-right:10px;
	font-weight: bold;
	color: #C0C0C0;
	content: "\2714";
	transition-duration: 0.5s;
}
.list6b li:hover:before {
	color: #337AB7;
	content: "\2714";
}


.cards {
  margin: 0;
  min-height: 50vh;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
}

.card {
  position: relative;
  width: 350px;
  height: 350px;
  margin-left: 30px;
  margin-bottom: 30px;
  cursor: pointer;
  overflow: hidden;
  box-shadow: 1px 1px 4px 0 rgba(0, 0, 0, 0.05), 2px 4px 32px 0 rgba(0, 0, 0, 0.1), 0 0 64px 0 rgba(0, 0, 0, 0.2);
  font-weight: 300;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  transition: transform 300ms ease;
}
.card .image {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 70px;
  left: 0;
  background-position: center;
  background-size: cover;
  transition: bottom 300ms ease;
}
.card .content {
  position: absolute;
  z-index: 10;
  padding: 0 1rem;
  height: 100%;
  background: white;
  transform: translateY(300px);
  transition: transform 300ms ease;
}
.card .content .header {
  font-size: 1rem;
  font-weight: 700;
}
.card .content .meta {
  font-size: 0.8rem;
  padding: 0 0 5px 0;
  color: #888;
  margin-bottom: 0.5rem;
}
.card .content .description {
  opacity: 0;
  transition: opacity 500ms ease 100ms;
}
.card:hover {
  transform: translateY(-5px);
}
.card:hover .image {
  bottom: 150px;
}
.card:hover .content {
  transform: translateY(200px);
}
.card:hover .content .description {
  opacity: 1;
}




.atuin-btn {
    display: inline-flex;
    border-radius: 25px;
	text-decoration: none;
	position: relative;
	line-height: 10px;
	padding: 12px 30px;
	color: #FFF;
	font-weight: normal;
	background: #00ADA3;
	cursor: pointer;
	border: 2px solid #BFE2FF;
	overflow: hidden;
	z-index: 1;
}

.atuin-btn:hover,
.atuin-btn:active,
.atuin-btn:focus {
	color: #FFF;
}
.atuin-btn:before {
	content: '';
	position: absolute;
	top: 0;
	right: -50px;
	bottom: 0;
	left: 0;
	border-right: 50px solid transparent;
	border-top: 50px solid #1AA375;
	transition: transform 0.5s;
	transform: translateX(-100%);
	z-index: -1;
}
.atuin-btn:hover:before,
.atuin-btn:active:before,
.atuin-btn:focus:before {
	transform: translateX(0);
}


.shadow-sec {
    position: fixed;
    top: 0;
    left: 0;
    background-color: rgba(0, 0, 0, 0.7);
    width: 100vw;
    height: 100vh;
    z-index: 97;
    flex-direction: row;
    display: none;
    align-items: center;
    justify-content: center;
  }
  .shadow-sec .window {
    background-color: #ffffff;
    box-shadow: 0 0 15px #cddae7;
    border-radius: 16px;
    padding: 8px;
    max-width: 375px;
  }
  .shadow-sec .btn-sec {
    text-align: center;
    margin: 30px auto 20px;
    width: fit-content;
  }
  .shadow-sec .btn-sec .btn {
    cursor: pointer;
  }
  .shadow-sec .politic {
    text-align: center;
    font-size: 12px;
    line-height: 16px;
  }
  .shadow-sec .politic a {
    border-bottom: 1px solid var(--main-color);
    color: var(--main-color);
    display: inline-block;
    width: fit-content;
  }
  .shadow-sec .close {
    height: 20px;
    width: 20px;
    cursor: pointer;
    transition: 0.2s;
  }
  .no-touch .shadow-sec .close:hover {
    opacity: 0.7;
  }
  .shadow-sec .close svg {
    width: 100%;
    height: 100%;
    display: block;
  }
  .shadow-sec .title-sec {
    background-color: var(--main-color);
    padding: 8px 16px;
    color: #ffffff;
    border-radius: 10px;
    display: flex;
    flex-direction: row;
    font-size: 18px;
    align-items: center;
    justify-content: space-between;
  }
  .shadow-sec .title-sec .btn {
    display: block;
    font-size: 18px;
    line-height: 18px;
    margin-left: 10px;
    border-radius: 50px;
    padding: 12px 24px;
    transition: 0.2s;
  }
  .no-touch .shadow-sec .title-sec .btn:hover {
    opacity: 0.7;
  }
  .shadow-sec .window-content {
    padding: 24px;
  }
  .shadow-sec .btn-sec {
    text-align: center;
  }
  .shadow-sec form {
    position: relative;
  }
  .shadow-sec form .btn {
    border-radius: 10px;
    letter-spacing: 0.02em;
    font-size: 16px;
    transition: 0.2s;
    display: block;
    width: fit-content;
    border: 1px solid var(--main-color);
    background-color: var(--main-color);
    border-color: var(--main-color);
    color: #ffffff;
    padding: 15px 23px;
    margin: 20px auto 0;
  }
  .no-touch .shadow-sec form .btn:hover {
    background-color: transparent;
    border: 1px solid var(--main-color);
    color: var(--main-color);
  }
  .shadow-sec .town-select {
    position: absolute;
    left: 0 !important;
    top: 56px !important;
    border-radius: 12px;
    border: 1px solid #cddae7;
    padding: 5px !important;
  }
  .shadow-sec .inputs [type=text] {
    height: 54px;
    line-height: 54px;
    padding: 0 20px;
    font-size: 14px;
    text-align: center;
    width: 100%;
    outline: none;
    border-radius: 12px;
    border: 1px solid #cddae7;
  }
  .shadow-sec .inputs [type=text] + [type=text] {
    margin-top: 15px;
  }
  .shadow-sec .title-form {
    height: 54px;
    line-height: 54px;
    padding: 0 20px;
    font-size: 14px;
    text-align: center;
    width: 100%;
    outline: none;
    border-radius: 12px;
    border: 1px solid #cddae7;
  }
  .shadow-sec .town-select option {
    padding: 10px;
    background-color: var(--main-color);
    color: #ffffff;
    border-radius: 8px;
  }

  .toptag{
    margin: 12px 15px;

  }
.form-send {
  display: flex;
  flex-direction: column;
  justify-content: center;
  text-align: center;
  align-items: center;
  flex: 0 0 auto;
}
.form-send button {
  margin-bottom: 15px;
}
#cookie_note{
    display: none;
    align-items: center;
    position: fixed;
    bottom: 15px;
    left: 50%;
    max-width: 90%;
    transform: translateX(-50%);
    padding: 20px;
    background-color: rgba(0, 173, 163, .9);
    border-radius: 4px;
    box-shadow: 2px 3px 10px rgba(0, 0, 0, 0.4);
    z-index: 9999;
}

#cookie_note p{
  margin: 0;
  font-size: .9rem;
  text-align: left;
  line-height: 1.5;
  color: #fff;
  flex: 0 0 85%;
}

#cookie_note .cookie_accept{
  width: 10%;
  display: flex;
  height: 35px;
  justify-content: center;
  align-items: center;
  background: var(--button-bg-color);
  border-radius: 4px;
  box-shadow: 3px 3px 5px -3px #000;
  font-weight: 700;
  transition: .7s;
  flex: 0 0 10%;
  font-size: 14px;
  color: #fff;
  padding: 0;
  margin-top: 0;
  box-sizing: border-box;
}
#cookie_note .cookie_accept:hover{
  box-shadow: none;
  background: #e49319;
}

#cookie_note a {
  transition: .5s;
}
#cookie_note a:hover {
  color: var(--button-bg-color);
}
@media (min-width: 576px){
  #cookie_note.show{
    display: flex;
    justify-content: space-between;
  }
}

@media (max-width: 575px){
    #cookie_note.show{
      display: block;
      text-align: left;
    }
}
