@import url(../lib/swiper/swiper-bundle.min.css);
.wrapper {
	max-width: 1200px;
	margin: 0 auto
}
body{
	position: relative;
}
.charact {
	width: 70%;
}

h1{
    line-height: 1.2em;
}

.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;
}
.menu-m-btn {
	height: 50px;
  width: 50px;
  background: var(--main-color);
  display: none;
  border-radius: 6px;
}

.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
	}
}*/

@media screen and (max-width: 1060px) {
	header .right-sec .btn-sec {
		display: none;
	}
}

.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;
	white-space: nowrap;
}

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

header .btn-sec .btn{
	border: 1px solid #0186cd;
  background: #0186cd;
  border-color: #0186cd;
  color: #ffffff;
  width: fit-content;
  font-size: 16px;
  line-height: 20px;
  border-radius: 50px;
  height: fit-content;
  margin-left: 20px;
  font-weight: normal;
  text-transform: full-size-kana;
}

@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 {
	opacity: .9;
	background: var(--main-color-hover);
}

header,
footer {
	/*position: fixed;
	top: 0;
	left: 0;*/
	/*height: 80px;*/
	background: rgba(255, 255, 255, 0.8);
	width: 100%;
	z-index: 5;
	padding:  10px 0;
}
header{
	-webkit-box-shadow: 0 0 15px #cddae7;
	 box-shadow: 0 0 15px #cddae7;
	 border-radius: 0 0 24px 24px;
	 margin-bottom: 20px;
}

@media only screen and (min-width: 768px) {
  .header {
    border-radius: 0 0 32px 32px;
  }
}

@media screen and (max-width: 1000px) {
	header,
	footer {
		height: 80px;
		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;
	align-items: center;
	justify-content: space-between;
}

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

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

header .logo-sec{
	margin-right: 0;
}
footer .logo-sec{
	margin-right: 50px;
}

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

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;
	max-height:100%;
	max-width: 150px;
	width:150px;
}

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

@media screen and (max-width: 650px) {
	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;
	justify-content: flex-end;
}
header .btn-sec{
	flex: 0 0 30%;
}
header .btn-sec .btn,
footer .btn-sec .btn {
	margin: 0;
}

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



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

header .right-sec .phone-sec a,
footer .right-sec .phone-sec a {
	margin: 0;
  	font-family: 'Montserrat', sans-serif;
  	line-height: 1.5;
  	display: block;
  	font-weight: 500;
  	font-size: 18px;
  	-webkit-transition: 0.3s;
  	transition: 0.3s;
  	color: var(--main-color);
  	white-space: nowrap;
  	margin-bottom: 6px;
  	text-align: right;
}
.header__time{
	font-size: 14px;
}
header .right-sec .phone-sec a.btn {
  color: #fff;
  font-family: 'Montserrat', sans-serif;
  font-weight: 500;
  font-size: 14px;
  letter-spacing: 0.02em;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 40px;
}
header .right-sec .phone-sec a.btn:hover {
	color: #fff;
}
header .right-sec .phone-sec span,
footer .right-sec .phone-sec span {
	margin: auto;
	font-family: 'Montserrat', sans-serif;
	line-height: 20px;
	display: block;
	font-weight: 500;
	font-size: 14px;
	-webkit-transition: 0.3s;
	transition: 0.3s;
	color: var(--main-color);
}

@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: 100px
}

footer .wrapper {
	height: 100%
}

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

.menu-sec {
	height: 80px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	flex: 0 0 70%;
	z-index: 99;
}

@media screen and (max-width: 1000px) {
	.menu-sec {
		position: fixed;
		top: 60px;
		left: -100%;
		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: 0;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	align-items: center;
	justify-content: center;
	width: 100%;
}

@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: 20px;
}

@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: 1.5;
	display: inline-block;
	font-size: 16px;
	text-decoration: none;
	border-bottom: 2px dashed transparent
}

@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;
	border-radius: 24px;
}

.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: 650px;
	padding: 50px;
	position: relative
}
.middle{
	z-index: 99999999999;
	  position: relative;
	  height: 100%;
	  display: flex;
	  flex-direction: column;
	  color: #fff;
	  justify-content: center;
	  padding: 0 80px;
	  width: 80%;
}
@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, 0.6);
	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;
	z-index: 3;
	color: #fff;
	height: 100%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex
}

@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: auto;
	margin-left: 0;
	/*padding: 60px 40px;
  	background: rgba(0,0,0,.6);*/
}

.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: 70px;
	margin-bottom: 70px
}

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

.about-sec h1 {
	margin-bottom: 30px
}

@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: 40px;
}

@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 {
		display: none
	}
}

.map .gmnoprint {
	display: none
}

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

.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-inline-box;
	display: -ms-inline-flexbox;
	display: inline-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: 800px) {
	.map .info-contact {
		-webkit-box-shadow: none;
		box-shadow: none;
		padding: 0
	}
}

.map .info-contact div {
	margin-right: 30px;
	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: 70px;
	padding-bottom: 70px;
	min-height: calc(100vh - 180px)
}

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

.page-not-front h1 {
	margin-bottom: 60px
}

@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)
	}
}

.adv-card{
    color:inherit;
}

.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: 20px;
	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
}

.map-sec{
    height:500px;
}

.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
	}
}



.thank-page h1 {
	margin-bottom: 40px;
}

.head-soc {
    display: flex;
    width: 20%;
    justify-content: space-between;
    align-items: center;
}
header .right-sec {
    justify-content: space-between;
    align-items: center;
    flex: 0 0 63%;
}

.soc-item:hover {
	opacity: .8;
}
@media screen and (max-width: 600px) {
	header .wrapper{
		flex: 0 0 100%;
	}
	header .right-sec .phone-sec, 
	header .right-sec .btn-sec,
	{
		display: none;
	}
	header .left-sec, footer .left-sec {
	    flex: 0 0 50%;
	}
	header .right-sec, footer .right-sec {
	    flex: 0 0 50%;
	    justify-content: flex-end;
	}
	.head-soc{
		width: 48%;
		justify-content: space-between;
	}
	header {
	    padding-right: 0;
	}
}

@media screen and (max-width: 400px) {
    footer .right-sec{
        display:none;
    }
}


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

.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 rgb(0 0 0 / 6%);
    box-shadow: 0px 0px 75px rgb(0 0 0 / 6%);
}

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



.catalog-arts .adv-card{
    border: 1px solid #f9f9f9;
    border-radius: 10px;
    box-shadow: 0 0 15px rgb(0 0 0 / 10%);
    padding: 10px;
}


.linker{
    padding:10px;
    background: var(--main-color);
    color:#fff;
    border-radius: 10px;
    text-align:center;
}
.linker:hover{
    padding:10px;
    background: var(--main-color-hover);
    color:#fff;
    border-radius: 10px;
    text-align:center;
}




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

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



/*.service-list {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	grid-gap: 20px;
	margin-top: 50px;
	margin-bottom: 100px;
}*/

@media screen and (max-width: 800px) {
	.service-list {
		grid-template-columns: repeat(2, 1fr);
	}
}

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

.service-card {
	padding: 15px;
	border-radius: 15px;
	background-color: #0086cc;
	transition: 0.2s;
}

.service-card:hover {
	background-color: #62b564;
}

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

.service-card .name {
	text-align: center;
	font-weight: 500;
	color: #fff;
	text-align: center;
	padding-top: 15px;
}

/*******************************************************************/

.header-box {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.left-sec {
  flex: 0 0 35%;
}
.address-sec {
  flex: 0 0 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.phone-sec {
  flex-direction: column;
  flex: 0 0 28%;
}
footer .right-sec .phone-sec{
	justify-content: center;
	margin-right: 20px;
}
.address-sec .address {
/*  color: var(--main-color);*/
  font-size: 16px;
  line-height: 1.5;
  font-weight: 500;
  display: flex;
  flex-wrap: wrap;
  flex: 0 0 40%;
  text-align: right;
}
.address-txt a {
  color: #242c37;
  text-decoration: underline;
}
.header__contacts-net {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}
header .right-sec .phone-sec .header__contacts-net a {
  background-color: #4abdcd;
  border-radius: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 30px;
  height: 30px;
  -webkit-transition: 0.2s;
  transition: 0.2s;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-right: 6px;
  margin-bottom: 0;
}
header .right-sec .phone-sec .header__contacts-net a:last-child {
	margin-right: 0;
}
.header__contacts-net a img{
	width: 15px;
	height: 15px;
}
.address-sec .address span {
  flex: 0 0 100%;
}
.address-txt{
	font-weight: 600;
}
.service-list {
  padding: 30px 0px;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
}
.service-card{
  flex: 0 0 31%;
  margin-right: 20px;
  margin-bottom: 20px;
}
.service-list .service-card:last-child, 
.service-list .service-card:nth-chil(3n){
	margin-right: 0;
}
.service {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
}

.service__item {
  flex: 0 0 23%;
  position: relative;
  height: 200px;
  overflow: hidden;
  display: flex;
  justify-content: center;
  align-items: flex-end;
  margin-right: 20px;
  margin-bottom: 20px;
  transition: .8s;
  border-radius: 20px;
}
.service__item:hover img{
	transform: scale(1.15);
}
.service__item span{
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 888;
  padding: 10px;
  box-shadow: 0 2px 5px -1px #fff, 0 -2px 5px -1px #fff;
  width: 100%;
  min-height: 50px;
  text-transform: uppercase;
  color: #fff;
  font-weight: 600;
  text-align: center;
  background: rgba(0,0,0,.7);
  font-size: 14px;
}
.service__item img{
	width: 100%;
	height: 100%;
	object-fit: cover;
	display: block;
	position: relative;
	filter: brightness(.3);
	z-index: 777;
	transition: .8s;
	transform: scale(1.0);
}

/*.service__item img:before{
	content: '';
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}*/
.service__title {
  color: #000;
  font-size: 43px;
  text-transform: uppercase;
  text-align: center;
  font-family: Panton;
  line-height: 1.25;
  letter-spacing: 2px;
  margin-bottom: 40px;
}
.works{
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
}
.works-item{
  flex: 0 0 18%;
  width: 190px;
  height: 190px;
  margin-right: 15px;
  margin-bottom: 15px;
  padding: 5px;
  box-shadow: 2px 1px 6px -2px #000;
  border-radius: 5px;
}

.works .works-item:nth-child(5){
	margin-right: 0;
}
.works-item img{
	width: 100%;
	height: 100%;
	display: block;
	object-fit: cover;
}
.works-item a {
  display: block;
  height: 100%;
  width: 100%;
}
h2 {
  text-align: center;
  margin-bottom: 30px;
}
.works-sec {
  margin: 20px 0;
  padding: 40px 20px;
  box-shadow: 1px 1px 20px -14px #000;
}
.box-content__img{
	flex: 0 0 40%;
/*  	margin-right: 20px;*/
  	height: auto;
  	box-shadow: 10px 10px 20px -15px rgba(0, 0, 0, 0.7);
}
.box-content__text {
  flex: 0 0 57%;
/*  margin-right: 20px;*/
}
.box-content__text p{
	line-height: 1.5;
	font-size: 18px;
	margin-bottom: 10px;
}
.box-content__text ul li {
  font-size: 18px;
  line-height: 1.5;
  margin-bottom: 10px;
  display: flex;
  align-items: flex-start;
}
.box-content__text ul li img {
  width: 25px;
  height: 25px;
}
.box-content__text ul li span {
  display: block;
  margin-left: 10px;
}
.box-content__text ul li span {
  display: block;
  margin-left: 10px;
}
.box-content__img img{
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.box-content{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: stretch;
}
.box-content__img a{
	display: block;
	height: 100%;
	width: 100%;
}

.reviews{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.reviews iframe, .reviews a{
	flex: 0 0 48%;
	width: 48%;
	height: 300px;
	margin-bottom: 30px;
	border: 5px solid; 
	border-radius: 30px;
	overflow: hidden;
}
.reviews a{
	display: block;
	position: relative;
}
.reviews a img{
	height: 100%;
	width: 100%;
	object-fit: cover;
}
.reviews span.cl-play {
  display: block;
  width: 90px;
  height: 90px;
  position: absolute;
  top: 30%;
  left: 42%;
  z-index: 888;
  opacity: .85;
}
.reviews a:hover span.cl-play img{
	filter: brightness(1);
  	animation: rotateimg 1s 0s 1 forwards normal ease-in-out;
}
.reviews-sec {
  margin: 40px 0;
}
.type-sec {
  margin: 40px 0;
}
.type {
  display: flex;
  flex-wrap: wrap;
}
.type-item {
  flex: 0 0 31%;
  margin-right: 20px;
  margin-bottom: 20px;
  overflow: hidden;
  border-radius: 40px;
  position: relative;
  display: flex;
  justify-content: center;
}
.type-item__name {
  position: absolute;
  z-index: 888;
  bottom: 5%;
  text-align: center;
  width: 90%;
  height: 60px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgba(255, 255, 255, .7);
  border-radius: 20px;
  box-shadow: 1px 1px 5px -1px #000; 
}
.type-item__name p{
	line-height: 1.5;
	text-transform: uppercase;
	font-weight: 700;
	font-size: 18px;
}
.type-item__img {
	position: relative;
	z-index: 777;
}
.type-item__img img{
	display: block;
	object-fit: cover;
	width: 100%;
	height: 100%;
}
.type-item__img a{
	display: block;
	height: 100%;
}
.type .type-item:nth-child(3n){
	margin-right: 0;	
}

.form-sec {
  position: relative;
  height: 500px;
  padding: 40px 0;
}

.form-sec:before,.form-sec:after{
	content: '';
	position: absolute;
	left: -25%;
	top: 0;
	width: 145%;
	height: 100%;
	display: block;
	z-index: 666;
}

.form-sec:before{
	background: url(../userfiles/images/neon-open.jpg);
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
}

.form-sec:after{
	
}

.form-sec .form-wrap{
	position: relative;
	z-index: 888;
}
#formid{
	display: none;
}
.question{
    background: var(--main-color);
    border-bottom: 1px solid #d1d1d1;
    max-width: 100%;
    margin-bottom: 0;
    width: 100%;
    text-align: left;
    font-size: 19px;
    font-weight: 600;
}
.question span.question-close {
	font-size: 48px;
  	font-weight: 300;
    display: flex;
    align-items: center;
    justify-content: center;
/*    border: 1px solid;*/
    width: 30px;
    height: 30px;
    border-radius: 50%;
    cursor: pointer;
    transition: 1s;
}
.content {
    text-align: left;
    font-size: 14px;
    font-weight: 300;
    display:none;
    padding: 20px 40px 20px 20px;
    background: #1D97D7;
    box-shadow: inset 0 1px 17px -15px #000, inset 0 10px 10px -11px #000
}
.question-title {
  font-family: 'Montserrat',Arial,sans-serif;
  font-weight: 600;
  color: #fff;
  font-size: 20px;
  margin-bottom: 10px;
  text-transform: uppercase;
  cursor: pointer;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 20px 20px 0 20px;
}
/*.question-title:hover span.question-close{
	background: #5693B3;
	border-radius: 50%;
	color: #fff;
}*/
.content-txt {
  color: #fff;
  font-weight: 500;
}
.faq-sec {
  padding: 40px 0;
/*  margin: 30px 0;*/
}
.faq-sec h2{
	color: #000;
}
.arrow-btn {
  display: flex;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  font-weight: 900;
  background: var(--main-color);
  position: fixed;
  bottom: 4%;
  right: 0;
  z-index: 9995;
  transition: .5s;
  transform: rotate(45deg);
  transform-origin: 0 0;
  box-shadow: 10px 10px 50px -9px var(--two-color), -10px -10px 50px -9px var(--two-color);
  overflow: hidden;
}
a.arrow-btn img {
  transform: rotate(-45deg);
  width: 55%;
  display: block;
  font-size: 22px;
  color: #fff;
}
.arrow-btn:hover {
  background: #3e3e3e;
  box-shadow: 5px 5px 20px -1px var(--main-color), -5px -5px 20px -1px var(--main-color);
/*  box-shadow: 4px 4px 20px -5px #fff, -4px -4px 20px -5px #fff;*/
}
.advan {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.advan-item {
  flex: 0 0 31%;
  margin-bottom: 30px;
}

.advan-item__img {
  flex: 0 0 64px;
  margin-right: 15px;
  height: 64px;
}
.advan-item__title {
  font-weight: 600;
  text-transform: uppercase;
}
.advan-item__img a,.advan-item__img a img {
  display: block;
  height: 100%;
}
.advan-item-box {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 10px;
}
.advan-sec {
  margin: 40px 0 0;
}
.fos {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  position: relative;
  z-index: 888;
  margin-bottom: 50px;
}
.fos-sec h2{
	position: relative;
	z-index: 888;
	color: #fff;
}
.fos .phone-input{
  height: 50px;
  display: block;
  border: 1px solid #ccc;
  font-family: 'Montserrat', sans-serif;
  padding-left: 20px;
}

.fos-btn {
  margin-left: 20px;
  flex: 0 0 200px;
  display: flex;
  justify-content: center;
  padding: 0;
  height: 50px;
  align-items: center;
  box-shadow: 1px 1px 5px -3px #000;
}
.fos-conf {
  color: #fff;
  font-weight: 500;
}
.fos-sec {
  margin: 40px 0;
  padding: 120px 0;
  position: relative;
}
.fos-sec:before{
	content: '';
	position: absolute;
	display: flex;
	left: -30%;
	top: 0;
	width: 160%;
	background: url(/userfiles/images/neon.jpg);
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
	z-index: 666;
	height: 100%;
}

.fos-sec:after{
	content: '';
	position: absolute;
	display: flex;
	left: -30%;
	top: 0;
	width: 160%;
	background: rgba(0, 0, 0, .8);
	z-index: 777;
	height: 100%;
}
.modalmess,.fos-conf,.fos .title{
	position: relative;
	z-index: 888;
}
.fos .title{
	font-size: 18px;
	font-weight: 600;
}
.big-texts {
  text-align: center;
  font-weight: 500;
  font-size: 18px;
  line-height: 1.5;
  margin-bottom: 20px;
}

.big-text {
    margin-bottom: 15px;
}

#calc h2 {
  margin-bottom: 0;
}
#calc {
  padding: 40px 0 0;
}

.serv-tags {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin: 0 0 40px;
}
.serv-tag {
  padding: 10px 15px;
  box-shadow: 1px 1px 10px -5px;
  margin-right: 10px;
  margin-bottom: 10px;
  text-transform: uppercase;
  font-size: 14px;
  font-weight: 500;
  transition: .6s;
}
.serv-tag:hover {
	color: #fff;
	background: var(--main-color);
}
.serv-tag__title {
  font-size: 22px;
  line-height: 1.5;
  display: block;
  font-weight: 600;
  text-transform: uppercase;
  color: #000;
  transition: .6s;
  width: 50%;
  text-align: center;
  margin: 0 auto 30px;
  cursor: pointer;
  padding: 10px 0;
  transition: .4s;
  box-shadow: 1px 1px 10px -6px #000;
}
.serv-tag__title:hover {
	color: var(--main-color);
	box-shadow:inset 1px 1px 10px -6px #000;
}
.serv-item-box {
  display: flex;
  flex-wrap: wrap;
}
.serv-item-box__link {
  flex: 0 0 23%;
  height: 220px;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fff;
  text-transform: uppercase;
  background: linear-gradient(90deg, #cf63b4, #5f61d8);
  margin: 0 20px 20px 0;
  border-radius: 20px;
  text-align: center;
  padding: 15px;
  line-height: 1.5;
  font-weight: 700;
  transition: background 1.2s ease-out;
}
.serv-item-box .serv-item-box__link:hover {
	background: linear-gradient(180deg, #33222f, #1e1e1e);
}
.serv-item-box .serv-item-box__link:nth-child(4n){
	margin-right: 0;
}

.video {
  display: flex;
  justify-content: space-between;
  margin: 40px 0;
}

.video-item iframe {
  width: 100%;
  height: 350px;
}
.video-item {
  display: flex;
  justify-content: center;
  flex-direction: column;
  align-items: center;
  flex: 0 0 48%;
  width: 48%;
}
.price-sec {
  margin: 40px 0;
}
.price-item {
  display: flex;
  padding: 10px 10px 10px 20px;
  border-bottom: 1px solid #ccc;
}
.price-item__name,.price-item__name-head-type{
	width: 80%;
  	flex: 0 0 80%;
}
.price-item__name-head-value,.price-item__value{
	width: 20%;
  	flex: 0 0 20%;
}
.price {
  width: 70%;
  margin: 0 auto;
}
.price-item__name-head-value,.price-item__value {
  text-align: center;
}
.price-item__name span,.price-item__value span.price-item__name-mob {
  display: none;
}
.price-item__name {
  font-weight: 500;
  text-transform: uppercase;
}
.price .price-item:nth-child(2n+1){
	background: var(--main-color);
	color: #fff;
}
.price-item__name-head-type {
  border-right: 2px solid #fff;
}
.price .price-item:nth-child(2n) .price-item__name{
	border-right: 2px solid var(--main-color);
}
.price-item__name-head-type,
.price .price-item:nth-child(2n+1) .price-item__name {
  border-right: 2px solid #fff;
}
.price-item.item-head {
  font-weight: 600;
  font-size: 22px;
  color: #fff;
  background: var(--main-color);
  border-bottom: 4px solid #ccc;
}
.price-item__value {
  font-weight: 600;
}
.video-item__title {
  text-transform: uppercase;
  margin-bottom: 20px;
  font-size: 24px;
  text-align: center;
  line-height: 1.5;
  font-weight: 600;
}
span sup {
  font-size: 9px;
  vertical-align: super;
}
.fos-sec .title {
  position: relative;
  z-index: 999;
  text-align: center;
  color: #fff;
  font-weight: 600;
  margin-bottom: 20px;
  text-transform: uppercase;
  font-size: 20px;
}
.onlyvideo iframe {
  height: 100%;
}
.onlyvideo {
  height: 450px;
  width: 60%;
  margin: 40px auto 0;
}
.tags__link {
  text-transform: lowercase;
  display: block;
  margin-right: 10px;
  margin-bottom: 10px;
  color: var(--main-color);
/*  border-bottom: 1px dashed var(--main-color);*/
  line-height: 1.5;
  transition: .6s;
  text-align: center;
  padding: 10px;
  border: 1px solid var(--main-color);
  border-radius: 10px;
  font-weight: 500;
}
.tags {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
 /* padding: 40px 20px;
  background: #EEE;*/
  border-radius: 20px;
  margin-bottom: 40px;
}
.tags__link:hover {
	color: #fff;
	background: var(--main-color);
	box-shadow: inset 1px 1px 6px -3px var(--main-color),inset -1px -1px 6px -3px var(--main-color);
}

@keyframes rotateimg{
  0%{
    transform: rotate(0);
  }
  100%{
    transform: rotate(90deg);
  }
}
.neon-box {
  display: flex;
  align-items: center;
}
.neon-img {
  display: flex;
  justify-content: center;
  align-items: center;
  flex: 0 0 50%;
}
.neon-img img {
  width: 85%;
  box-shadow: 10px 10px 20px rgba(0, 0, 0, 0.7);
  margin: 40px;
  box-sizing: border-box;
}
.neon-box__info {
  font-size: 18px;
  padding: 20px 0;
}
.neon-box p {
  margin-bottom: 20px;
}
.tags-sec {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.tags-item {
  flex: 0 0 48%;
}
.tags-item__txt {
  text-align: center;
  font-weight: 500;
  font-size: 30px;
  line-height: 1.5;
}
.tags-wrap {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  margin: 15px 0;
}

.tags-lnk {
  flex: 0 0 auto;
  font-weight: 500;
  font-size: 18px;
  display: block;
  text-align: center;
  padding: 8px 12px;
  border-radius: 6px;
  background: #FF8A00;
  margin-right: 8px;
  margin-bottom: 8px;
  transition: .49s;
}
.tags-lnk:hover {
	background: #62B564;
}
.table-price .price-item{
	border-bottom: 1px dotted #606060;
}
.table-price {
  margin: 20px 0 40px;
}
.masonry .item {
  display: inline-block;
  background: #fff;
  padding: 1em;
  margin: 0 0 1.5em;
  width: 100%;
  -webkit-transition: 1s ease all;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-shadow: 2px 2px 4px 0 #ccc, -2px -2px 4px 0 #ccc;
}
.masonry {
  column-count: 4;
}
.masonry p{
	font-size: 0.85em;
	line-height: 1.5;
  	margin-bottom: 8px;
  	text-align: center;
}
.advan-box {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.advan-box .advan-item {
  flex: 0 0 23%;
  min-width: 200px;
  max-width: 230px;
  padding: 10px 20px 40px;
  position: relative;
  vertical-align: top;
  font-family: 'helvetica', san-serif;
  min-height: 16vh;
  background: #fff;
  border: 1px solid #252727;
  display: inline-block;
  font-size: 20px;
  color: #b7b7b7;
  margin-bottom: 20px;
  margin-right: 20px;
}

.advan-box .advan-item:before {
  content: '';
  position: absolute;
  top: -2px;
  left: -2px;
  right: -2px;
  bottom: -2px;
  z-index: -1;
  background: #fff;
  transform: skew(2deg, 2deg);
}
.advan-box .advan-item:nth-child(2n):before {
  background: #c21500;
  background: -webkit-linear-gradient(to right, #ffc500, #c21500);
  background: linear-gradient(to right, #ffc500, #c21500);
}
.advan-box .advan-item:nth-child(2n + 1):before {
  background: #FC354C;
  background: -webkit-linear-gradient(to right, #0ABFBC, #FC354C);
  background: linear-gradient(to right, #0ABFBC, #FC354C);
}
.fl-insta {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.fl-insta__item {
  flex: 0 0 31%;
  margin-right: 15px;
  margin-bottom: 20px;
}
.ourwork__txt {
  text-align: center;
  margin: 40px 0;
  font-weight: 500;
  text-transform: uppercase;
  font-size: 30px;
  line-height: 1.5;
}
.all-btn{
	display: flex;
	margin: 10px auto;
	text-decoration: none;
	position: relative;
	font-size: 20px;
	line-height: 20px;
	padding: 12px 30px;
	color: #FFF;
	font-weight: bold;
	text-transform: uppercase;
	font-family: 'Roboto Condensed', Тahoma, sans-serif;
	/*	background: #00A5D9;*/
	background: linear-gradient(90deg, #FF8A00 0%, #FF8A00 100%);
	cursor: pointer;
	border: 2px solid #BFE2FF;
	overflow: hidden;
	z-index: 1;
	width: fit-content;
}
.all-btn:before {
  content: '';
  position: absolute;
  top: 0;
  right: -50px;
  bottom: 0;
  left: 0;
  border-right: 50px solid transparent;
  border-top: 50px solid #64C1B8;
  transition: transform 0.5s;
  transform: translateX(-100%);
  z-index: -1;
}

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

.all-btn:hover, .all-btn:active, .all-btn:focus {
  color: #FFF;
}
.video-wrap {
  margin: 40px 0 0;
}
.video-box {
  display: flex;
  flex-wrap: wrap;
}
.video-box__item {
  flex: 0 0 48%;
  margin-right: 20px;
  margin-bottom: 20px;
}
.btn {
	border-radius: 15px;
	background: linear-gradient(90deg, #FF8A00 0%, #FF8A00 100%);
	box-shadow: 5px 15px 40px rgba(30, 35, 66, 0.15);
	font-size: 15px;
	line-height: 22px;
	font-family: Inter, Helvetica, Arial, sans-serif;
	font-weight: 600;
	text-transform: uppercase;
	position: relative;
	z-index: 30;
	letter-spacing: 2px;
	color: #fff;
	display: flex;
	align-items: center;
	padding: 18px;
	cursor: pointer;
	border: none;
	margin-top: 20px;
    width: fit-content;
}
.btn svg {
	margin-left: 35px;
}

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

@media screen and (max-width: 1361px) {
	.menu-m-btn {
		display: block;
	}
	.address-sec .address{
		display: none;
	}
	.header-wrap {
	  width: 100%;
	  display: flex;
	  justify-content: space-between;
	  align-items: center;
	  position: relative;
	}
	.header-box{
		flex: 0 0 92%;
	}
	header .btn-sec{
		justify-content: flex-end;
	}
	header .btn-sec .btn{
	  margin: 0;
	}
	header .right-sec{
		flex: 0 0 36%;
	}
	header .btn-sec {
	  flex: 0 0 52%;
	}
	/*.menu-sec ul{
		display: none;
	}*/
	.mobile-infos ul{
		display: block;
	}
}
@media screen and (max-width: 1000px) {
	.menu-m-btn {
		position: absolute;
		right: 0;
		top: 0
	}
}
@media screen and (max-width: 1000px) {
	.thank-page {
		min-height: calc(100vh - 160px)
	}
	.left-sec {
	  flex: 0 0 15%;
	}
	header .right-sec .phone-sec a, 
	footer .right-sec .phone-sec a {
	    font-size: 15px;
	}
	header .right-sec .btn-sec{
		display: block;
	}
	header .logo-sec, footer .logo-sec {
	    margin-right: 0;
	}
	header .right-sec {
	    flex: 0 0 60%;
	}
	.address-sec .address{
		text-align: right;
	}
	header .right-sec .phone-sec{
		align-items: flex-end;
		margin-right: 20px;
	}
	header{
		box-shadow: none;
  	border-radius: 0;
	}
	.slider-sec, .btn{
		box-shadow: none;
	}
	.menu-sec.active-menu{
		box-shadow: inset 0 1px 25px -25px #000, inset 0 -1px 25px -25px #000;
	}
	header {
	    height: 80px;
	    display: flex;
	    align-items: center;
	    flex-wrap: wrap;
	    justify-content: space-between;
	}
	header .wrapper{
		margin: 0;
    padding-right: 15px;
    flex: 0 0 100%;
	}
	.header-box {
    flex: 0 0 88%;
    margin-right: 0;
  }
  header .right-sec{
  	flex: 0 0 50%;
  }
  .address-sec{
  	justify-content: flex-end;
  }
  header .btn-sec {
    flex: 0 0 auto;
    width: fit-content;
  }
  .middle{
  	width: 100%;
  	padding: 0 30px;
  }
}
@media screen and (max-width: 700px) {
	.phone-sec{
		flex: 0 0 37%;
	}
	.address-sec .address{
		flex: 0 0 58%;
	}
	.slider-sec .slide-main .title-slide {
    font-size: 32px;
    line-height: 1.2;
  }
}
@media screen and (max-width: 600px){
	.box-content__text {
	  flex: 0 0 100%;
	  margin-right: 0;
	  order: 1;
	  margin-bottom: 20px;
	}
	.box-content__img {
	  flex: 0 0 100%;
	  margin-right: 0;
	  height: auto;
	  order: 2;
	}
	.service, .works,.type{
		justify-content: space-between;
	}
	.service__item,.works-item,.type-item{
		flex: 0 0 48%;
		margin-right: 0;
	}
	.fos-sec{
		padding: 60px 0;
	}
	.type-item__name{
		height: 50px;
	}
	.type-item__name p{
		font-size: 16px;
	}
	.reviews-sec {
	  margin: 40px 0 0;
	}
	.advan-item {
	  flex: 0 0 100%;
	}
	.faq-sec {
	  padding: 0;
	  margin: 40px 0;
	}

	.menu-m-btn {
	  height: 50px;
	  width: 50px;
	  background: #fff;
	  display: block;
	  border-radius: 6px;
	  position: relative;
	}
	.menu-m-btn svg{
		fill: var(--main-color);
	}
	.menu-sec{
		z-index: 999;
		padding-top: 0;
		top: 80px;
	}
	header .logo-sec, footer .logo-sec {
	    margin-right: 0;
	}
	.address-sec {
	  text-align: right;
	}
	.address-sec .address{
		font-size: 14px;
	}
	.address-sec {
	  flex: 0 0 100%;
	}
	footer .right-sec .phone-sec{
		display: flex;
		margin-right: 10px;
	}
	footer .right-sec{
		align-items: flex-end;
	    flex-direction: column;
	    padding-right: 15%;
		flex: 0 0 55%;
	}
	footer .right-sec .phone-sec a{
		margin-bottom: 0;
	}
	footer .left-sec{
		flex: 0 0 45%;
	}
	header .right-sec .phone-sec {
	  display: none;
	}
	.type-item{
		box-shadow: 1px 1px 15px -4px #000;
	}
	.fos .phone-input{
  		width: 250px;
  		margin-right: 20px;
	}
	.fos-btn {
	  margin-left: 0;
	  width: 250px;
	  flex: 0 0 250px;
	}
	.price {
	  width: 100%;
	}
	.price-item__name-head-value, .price-item__value{
		width: 30%;
  		flex: 0 0 30%;
	}
	.price-item__name, .price-item__name-head-type {
	  width: 70%;
	  flex: 0 0 70%;
	}
	.video-item{
		flex: 0 0 100%;
		width: 100%;
		margin-bottom: 25px;
	}
	.video{
		flex-wrap: wrap;
	}
	.onlyvideo{
		width: 100%;
	}
	.fos-sec:after, .fos-sec:before{
		left: -4%;
		width: 108%;
	}
	.fos-sec::after, .fos-sec::before {
	    left: -5%;
	    width: 109%;
	}
	.neon-box{
		flex-wrap: wrap;
		margin-bottom: 25px;
	}
	.neon-img{
	  flex: 0 0 100%;
	  order: 2;
	  margin: 0 auto;
	}
	.neon-img a {
	  text-align: center;
	}
	.neon-img img{
		margin: 0;
	}
	.neon-box__info{
		order: 1;
  		flex: 0 0 100%;
	}
	.tags-item {
	  flex: 0 0 100%;
	}
	.masonry {
	  column-count: 2;
	}
	h2 {
	  margin-bottom: 40px;
	}
	.advan-box .advan-item{
		flex: 0 0 48%;
		max-width: none;
		margin-right: 0;
	}
	.advan-box{
		justify-content: space-between;
	}
	.video-box{
		justify-content: center;
	}
	.video-box__item {
	  flex: 0 0 80%;
	}
	.btn{
		text-transform: full-size-kana;
		font-size: 14px;
		letter-spacing: inherit;
		line-height: 1.5;
	}
	.slider-sec .slide-main .title-slides {
	  margin-bottom: 30px;
	}
	.service-list{
		justify-content: space-between;
	}
	.service-card {
	  flex: 0 0 48%;
	  margin-right: 0;
	}

}
@media screen and (max-width: 560px){
	.fos{
		margin-bottom: 30px;
	}
	header .wrapper{
		flex: 0 0 88%;
	}
	.price{
		border-radius: 20px;
  		overflow: hidden;
  		width: 100%;
	}
	.price .price-item:nth-child(1) {
	  border-top: none;
	}
	  h2 {
	    font-size: 28px;
	  }
	  #calc{
	  	padding: 20px 0 0;
	  }
	  header .wrapper{
	  	flex: 0 0 100%;
	  }
	  header .left-sec {
		  flex: 0 0 35%;
	  }
	  .middle{
	  	padding: 0 10px;
	  }
}
@media screen and (max-width: 515px){
	.onlyvideo {
	  height: 400px;
	}
	header .right-sec {
	  flex: 0 0 60%;
	}
}
@media screen and (max-width: 479px){
	.reviews iframe, .reviews a{
		flex: 0 0 80%;
  		width: 80%;
	}
	.reviews {
	    justify-content: center;
	}
	.type-item__name {
	    height: 40px;
	}
	.service__title{
		font-size: 34px;
	}
	  .type-item__name p {
	    font-size: 14px;
	}
	.fos .phone-input{
		margin-right: 0;
    	margin-bottom: 16px;
	}
	.price-item{
		flex-wrap: wrap;
	}
	.price-item__name, .price-item__name-head-type {
	    width: 100%;
	    flex: 0 0 100%;
	  }
	.price-item__name-head-value, .price-item__value {
	    width: 100%;
	    flex: 0 0 100%;
	    text-align: left;
	}
	.neon-img img {
	  width: 100%;
	}
	.video-box__item {
	    flex: 0 0 100%;
	    margin-right: 0;
	}
	.service-list{
		justify-content: center;
	}
	.service-card {
	  flex: 0 0 80%;
	}
}
@media screen and (max-width: 460px){
	.works-sec {
	  padding: 0;
	  box-shadow: none;
	}

	.type-item,.type-item__name{
		border-radius: 0;
	}
	.type-item__name{
		width: 100%;
	}
	.price-item__name-head-value, .price-item__value{
		display: flex;
	    justify-content: flex-start;
	    align-items: center;
	}
	.onlyvideo {
	  height: 400px;
	}
	.advan-box {
	    justify-content: center;
	}
	.advan-box .advan-item {
	    flex: 0 0 70%;
	}
	.masonry {
	    column-count: 1;
	}
	.item a {
	  display: block;
	  text-align: center;
	}
	.slider-sec .slide-main {
    height: auto;
  }
  .slider-sec .slide-main{
  	padding: 40px 30px;
  }
  .middle{
  	padding: 0;
  }

}
@media screen and (max-width: 440px){
	.header-box {
	  width: 85%;
	  flex: 0 0 85%;
	  margin-right: 0;
	}
	header .right-sec {
	  flex: 0 0 45%;
	}
	.address-sec {
	    flex: 0 0 100%;
	}
	.address-sec .address {
	    flex: 0 0 100%;
	}
	footer .right-sec{
		flex: 0 0 50%;
		padding-right: 0;
	}
	footer .btn-sec{
		width: 100%;
	}
	footer .btn{
		width: 100%;
	    text-align: center;
	    justify-content: center;
	    padding: 15px;
	}
	header .btn-sec .btn {
    margin: 0;
    height: 40px;
    padding: 0 15px;
    width: fit-content;
    font-size: 14px;
  }
}
@media screen and (max-width: 414px){
	 .service__item, .works-item, .type-item {
	    flex: 0 0 80%;
	}
	.service, .works, .type {
	    justify-content: center;
	}
	.reviews iframe, .reviews a {
	  width: 48%;
	}
	.price{
		border-radius: 0;
		box-shadow: none;
	}
	.onlyvideo {
	  height: 300px;
	}
	.advan-box .advan-item {
	    flex: 0 0 100%;
	}
	header .right-sec .btn-sec {
    display: none;
  }
  .service-card {
	  flex: 0 0 90%;
	}
}
@media screen and (max-width: 390px){
	.price-item.item-head{
		display: none;
	}
	.price .price-item:nth-child(2n) .price-item__name,
	.price .price-item:nth-child(2n+1) .price-item__name{
		border: none;
	}
	.price-item{
		padding: 0;
		border-top: 2px solid #000;
		flex-wrap: wrap;
		margin-bottom: 20px;
		border-bottom: 2px solid #000;
	}
	.price-item__name,.price-item__value {
	    width: 100%;
	    flex: 0 0 100%;
	    position: relative;
  		padding: 10px;
	}
	.price-item__name span, .price-item__value span.price-item__name-mob {
	  display: block;
	  position: absolute;
	  top: 0;
	  left: 0;
	  width: 25%;
	  text-align: center;
	  background: var(--main-color-hover);
	  box-shadow: 1px 1px 5px -2px #000;
	}
	.price-item__value{
		justify-content: flex-start;
	}
	header .logo-sec a img, footer .logo-sec a img {
    	max-width: 120px;
  	}	
  	.right-sec {
	  flex: 0 0 55%;
	}
	.header-box {
	  width: 83%;
	  flex: 0 0 83%;
	}
	header .wrapper{
		align-items: center;
		padding-left: 0;
	}
	header{
		padding-left: 15px;
	}
}
@media screen and (max-width: 375px){
	.price {
	    border-radius: 0;
	    border-right: 2px solid var(--main-color);
	    border-left: 2px solid var(--main-color);
	}
	.price-item{
		border-bottom: none;
		margin-bottom: 0;
		border-top: none;
	}
	.price-item__name,.price-item__value{
		font-weight: 400;
	}
	.price-item__value{
		text-align: left;
  		justify-content: flex-start;
  		border-left: none;
	}
	.price-item__name span, 
	.price-item__value span.price-item__name-mob{
		text-transform: capitalize;
    	font-size: 14px;
	}
	.price-sec {
	  margin-bottom: 20px;
	}
	.service-card {
    flex: 0 0 100%;
  }
}
@media screen and (max-width: 360px){
	.service__item, .works-item, .type-item, .reviews iframe, .reviews a {
	    flex: 0 0 100%;
	    width: 100%;
	}
	.fos-conf {
	  font-size: 12px;
	  line-height: 1.5;
	}
	.header-box {
	    width: 81%;
	    flex: 0 0 81%;
	}
	.advan-box .advan-item {
	    flex: 0 0 100%;
	}
	.slider-sec .slide-main{
		position: 40px 15px;
	}
}
@media screen and (max-width: 340px){
  header .wrapper {
    flex: 0 0 100%;
  }
  .service__title {
    font-size: 24px;
  }
  .onlyvideo {
  	height: 260px;
  }
  .address-sec{
  	display: none;
  }
  .btn{
  	width: 100%;
	  height: 40px;
	  font-size: 14px;
	  text-align: center;
	  justify-content: center;
	  padding: 0 10px;
  }

}