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

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

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

.menu-m-btn {
	height: 50px;
	width: 50px;
	background: #fff;
	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: 100%;
	width: 100%;
	/*fill: #fff;*/
	fill: var(--main-color);
}

.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;
	display: flex;
	flex-direction: column;
}

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

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

@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;
	align-items: center;
}

@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;
	flex: 0 0 62%;
	justify-content: space-between;
	align-items: center;
}

.logo-sec img{
	width: 300%;
}

footer .logo-sec img{
	width: 200%;
}


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

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

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

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
}



header .right-sec .phone-sec,
footer .right-sec .phone-sec {
	height: 100%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	/*margin-right: 30px;*/
	flex-direction: column;
	justify-content: center;
}
footer .right-sec .phone-sec{
	align-items: center;
	/*flex-direction: row;*/
}

header .right-sec .phone-sec a,
footer .right-sec .phone-sec a {
	margin: 0;
	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);
}
.phone-sec-soc {
  padding: 5px;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  align-items: center;
  margin-left: 10px;
}
header .right-sec /*.phone-sec*/ .phone-sec-soc a, 
footer .right-sec /*.phone-sec*/ .phone-sec-soc a {
  display: block;
}
header .right-sec /*.phone-sec*/ .phone-sec-soc a:nth-child(1), 
footer .right-sec /*.phone-sec*/ .phone-sec-soc a:nth-child(1){
	margin-right: 10px;
}
header .right-sec /*.phone-sec*/ .phone-sec-soc a svg, 
footer .right-sec /*.phone-sec*/ .phone-sec-soc a svg {
  width: 30px;
  height: 30px;
  color: var(--main-color);
}

@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-soc a,*/
header .right-sec /*.phone-sec*/ .phone-sec-soc a svg:hover, 
footer .right-sec /*.phone-sec*/ .phone-sec-soc a svg: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%;
	justify-content: center;
}

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

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

.menu-sec ul {
	margin: 0 15px 0 0;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	align-items: center;
	justify-content: center;
}

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

@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, .5);
	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
}

.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;
	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;*/
	margin: 70px auto;
	display: none;
	justify-content: center;
	align-items: center;
}
.video-sec iframe{
	margin: 0 auto;
	width: 70%;
	height: 500px;
	max-height: 500px;
}

@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: flex;
	/*grid-template-columns: repeat(4, 1fr);
	grid-gap: 20px;*/
	margin-top: 70px;
	/*margin-bottom: 70px;*/
	justify-content: flex-start;
	flex-wrap: wrap;
}

@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;
	margin-bottom: 30px;
	margin-right: 20px;
	flex: 0 0 31%;
	display: flex;
	align-items: center;
}

@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;
	padding: 10px;
	margin-right: 15px;
	flex: 0 0 60px;
/*	position: absolute;
	left: 0;
	top: 0;*/
}
.title-rabot {
  font-weight: 600;
}

@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: auto;
	width: 40px;
	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: 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: #ed4634;
	-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
	}
}

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

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

.head-soc {
    display: flex;
    width: 20%;
    justify-content: space-between;
    align-items: center;
}
header .right-sec .head-soc {
	width: 20%;
}
footer .right-sec .head-soc {
	width: 20%;
}
header .right-sec, footer .right-sec, footer .left-sec {
    flex: 0 0 38%;
    justify-content: space-between;
    align-items: center;
}
.soc-item:hover {
	opacity: .8;
}
.portfolio{
	display: flex;
	flex-wrap: wrap;
	justify-content: flex-start;
	padding-bottom: 40px;
}
.portfolio-link{
	flex: 0 0 31%;
	margin-bottom: 20px;
	margin-right: 20px;
	display: block;
	/*padding: 15px;*/
	/*border: 1px solid #ababab;*/
	transition: .6s;
	box-shadow: 0px 0px 15px -2px #ababab;
	filter: brightness(.7);
}
.portfolio-link:hover{
	box-shadow: 0px 0px 20px -5px var(--main-color);
	filter: brightness(1);
}
.portfolio-link:hover .portfolio-link__img img{
	transform: scale(1.1);
}
.portfolio-link__img img{
	transition: 1.3s;
	transform: scale(1.0);
}
.portfolio-link__img {
  display: block;
  height: 200px;
  overflow: hidden;
}
.portfolio-link__info {
  font-size: 20px;
  font-weight: 300;
  color: #242c37;
  padding: 10px;
  display: block;
  line-height: 1.2;
  height: 80px;
}
.portfolio-link img{
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.portfolio-img{
	display: flex;
	flex-wrap: wrap;
	justify-content: flex-start;
	
}
.portfolio-img a{
	flex: 0 0 31%;
	margin-right: 20px;
	margin-bottom: 20px;
}
.portfolio-img img{
	width: 100%;
	object-fit: cover;
	height: 250px;	
	display: block;
	box-shadow: 0px 0px 15px -7px #007aff;
	border-radius: 10px;
}
.portfolio-wrap{
	padding: 60px 0 0;
}
.portfolio-wrap h2{
	text-align: center;
}
.portfolio-wrap .portfolio{
	padding-top: 40px;
}
.portfolio-wrap .portfolio-all.btn {
  margin: 0 auto;
  display: block;
  width: 25%;
  text-align: center;
}
.advan-wrap{
	display: none;
}
.advan-box__item-1{
	background: url(../userfiles/images/narezka-4.jpg);
}
.advan-box__item-2{
	background: url(../userfiles/images/narezka-3.jpg);
}
.advan-box__item-3{
	background: url(../userfiles/images/narezka-1.png);
}
.advan-box__item-4{
	background: url(../userfiles/images/narezka-2.jpg);
}
.advan-box__item-5{
	background: url(../userfiles/images/ipoteka-1.jpg);
}
.advan-box{
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	margin-top: 40px;
}
.advan-wrap h2 {
  text-align: center;
}
.advan-box__item{
	flex: 0 0 19%;
	/*margin-right: 20px;*/
	background-size: cover;
/*	filter: brightness(.7);
	transition: .5s;*/
	padding: 15px;
	height: 330px;
	position: relative;
}
.advan-box__item:after{
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: 1;
	width: 100%;
	height: 100%;
	display: block;
	background: #000;
	opacity: .5;
}
.advan-box__item p{
	color: #fff;
	position: relative;
	z-index: 90;
}
.advan-box__item-desc {
  font-size: 12px;
  line-height: 1.5;
}
.advan-box__item-title {
  font-size: 16px;
  margin-bottom: 10px;
  font-weight: 400;
}
.contacts{
	display: flex;
	justify-content: space-between;
	align-items: center;
	flex-wrap: wrap;
	padding: 20px 0;
}
.contacts-item.contacts-info{
	flex: 0 0 43%;
}
.contacts-item.contacts-map{
	flex: 0 0 55%;
	height: 400px;
}
.contacts-item.contacts-map a {
  display: block;
  height: 100%;
}
.contacts-item.contacts-map img {
  height: 100%;
  width: 100%;
  object-fit: cover;
}
.contacts-map iframe{
	height: 400px;
	width: 100%;
}
.contacts-info__name {
  font-size: 22px;
  font-weight: 600;
  line-height: 1.5;
  text-align: left;
  margin-bottom: 30px;
}

.contacts-info__address,.contacts-info__mail,
.contacts-info__phone {
  display: flex;
  align-items: center;
  margin-bottom: 10px;
}
.contacts-info svg {
  width: 20px;
  height: 100%;
  margin-right: 8px;
}
.contacts-info p, .contacts-info a {
  line-height: 1.5;
}
.info-komp:before{
	content: '';
	display: block;
	margin-bottom: 8px;
	height: 2px;
	width: 150px;
	background: rgb(2,81,194);
	background: linear-gradient(90deg, rgba(2,81,194,0.04) 0%, rgba(2,81,194,1) 50%, rgba(2,81,194,0.04) 100%); 
}
.info-komp {
  font-weight: 400;
  margin-top: 40px;
}
.okomp {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
}
.okomp-item.okomp-info {
  flex: 0 0 40%;
}

.okomp-info:before,
.okomp-info:after{
	content: '';
	display: block;
	background: rgb(2,81,194);
	background: linear-gradient(90deg, rgba(2,81,194,0.04) 0%, rgba(237, 70, 52) 50%, rgba(2,81,194,0.04) 100%); 
	height: 2px;
	width: 50%;
	margin: 0 auto;
}
.okomp-info:before{
	margin-bottom: 20px;
}
.okomp-info:after{
	margin-top: 20px;
}
.okomp-img{
	flex: 0 0 55%;
}
.okomp-img img{
	width: 100%;
}
.okomp-info p{
	line-height: 1.5;
	margin-bottom: 15px;
}
.video-wrap {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
}
.video-item{
	margin-bottom: 20px;
	margin-right: 20px;
	flex: 0 0 31%;
	height: 220px;
}
.video-item iframe{
	height: 100%;
}
.form-block .form-item{
	color: #000;
}




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






.mansory-gallery img {
  display: block;
  max-width: 100%;
  object-fit: cover;
  border-radius: 0.5em;
  box-shadow: 2px 2px 9px rgba(0, 0, 0, 0.6);
}

.mansory-gallery {
  column-gap: 0.9em;
  column-count: 2;
}
.mansory-gallery .gallery-item {
  margin: 0.9em 0;
}

@media (min-width: 700px) {
  .mansory-gallery {
    column-count: 4;
  }
}



.process-item {
    position: relative;
    padding-left: 72px;
    margin-top: 30px;
}
.process-item .number {
    
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    color: #252426;
    font-size: 48px;
    font-weight: 700;
    opacity: .9;
    position: absolute;
    left: 0;
    top: -7px;
}
.process-item .title {
    font-size: 20px;
    font-weight: 600;
}
.process-item .title:after {
    content: '';
    display: block;
    width: 52px;
    height: 2px;
    
    
    margin-top: 10px;
}
.process-item p {
    margin-top: 10px;
    line-height: 20px;
    opacity: 0.5;
}









.row-rabot {
	display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: -15px;
    margin-left: -15px;
}
@media (min-width: 992px){
	.col-lg-4 {
		-ms-flex: 0 0 33.333333%;
		flex: 0 0 33.333333%;
		max-width: 33.333333%;
	}
	}
	@media (min-width: 768px){
	.col-md-6 {
		-ms-flex: 0 0 50%;
		flex: 0 0 50%;
		max-width: 50%;
	}
	}
	@media (max-width: 550px) {
		.col-12 {
		-ms-flex: 0 0 100%;
		flex: 0 0 100%;
		max-width: 100%;}
	}
.process-item-rabot {
	position: relative;
    padding-left: 72px;
    margin-top: 30px;
}
.process-item-rabot .number-rabot {
    -webkit-background-clip: text;
    color: var(--main-color);
    font-size: 40px;
    font-weight: 700;
    opacity: .9;
    position: absolute;
    left: 0;
    top: -7px;
}
.process-item-rabot .title-rabot {
    font-size: 20px;
    font-weight: 600;
}
.process-item-rabot .title-rabot:after {
    content: '';
    display: block;
    width: 52px;
    height: 2px;
    background-color: var(--main-color);
    background-image: linear-gradient(to right, var(--main-color) 0%, var(--main-color-hover) 100%);
    margin-top: 10px;
}
.process-item-rabot p {
    margin-top: 10px;
    line-height: 20px;
    opacity: 0.5;
}

@media (min-width: 992px){
.process-block-rabot {
    padding: 75px 0 115px;}
}
.process-block-rabot {
    position: relative;
    padding: 60px 0;
    color: #fff;
    
}

.process-block-rabot:before {
    content: '';
    display: block;
    background: #0c0c0c;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    opacity: .82;
}


.process-block-rabot .container-rabot {
    position: relative;
    z-index: 2;
}
@media (min-width: 1200px){
.container-rabot {
    max-width: 1200px;}
}
@media (max-width: 992px){
.container-rabot {
    max-width: 960px;}
}
@media (max-width: 768px){
.container-rabot {
    max-width: 720px;}
}

@media (max-width: 576px){
.container-rabot {
    max-width: 540px;}
}
.container-rabot {
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
}

.container-rabot h2:after {
    content: '';
    display: block;
    width: 77px;
    height: 2px;
	background-color: var(--main-color);
    background-image: linear-gradient(to right, var(--main-color) 0%, var(--main-color-hover) 100%);
    margin: 24px auto 0;
	
}
.container-rabot h2 {
	text-align: center;
}
.process-block-rabot .subtitle-rabot {
    color: #fff;
}

.subtitle-rabot {
    text-align: center;
    margin-top: 20px;
    opacity: 0.5;
    color: #252426;
}

/* FORM BLOCK */

@media (min-width: 992px){
.form-block {
    padding: 43px 0 45px;}
}
.form-block {
    position: relative;
    /*color: #fff;*/
    padding: 60px 0;
    background: var(--main-color);
}

.form-block:before {
    /*content: '';*/
    display: block;
    background: #eaeaea;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    opacity: .72;
}

.form-block .container {
    position: relative;
    z-index: 2;
}

@media (min-width: 768px){
.justify-content-md-between {
    -ms-flex-pack: justify !important;
    justify-content: space-between !important;}
}

@media (min-width: 768px){
.d-md-flex {
    display: -ms-flexbox !important;
    display: flex !important;}
}

@media (min-width: 992px){
.form-block .text {
    max-width: 430px;
    margin: auto 60px auto 0;}
}
@media (max-width: 768px){
.form-block .text {
    margin-top: 10px;}
}

.form-block H3 {
    text-align: left;
    color: #fff;
    font-size: 30px;
	font-weight: 600;
	line-height: 35px;
}

.form-block .subtitle {
    text-align: left;
    color: #fff;
    margin-top: 6px;
}
.subtitle {
    text-align: center;
    margin-top: 20px;
    opacity: 0.8;
    color: #252426;
}

@media (min-width: 992px){
.form-block .form-box {
    margin-top: 0;
    padding: 63px 0 69px 55px;
    border-left: 1px solid rgba(234,234,234,.22);}
}
@media (min-width: 768px){
.form-block .form-box {
    margin-top: 0;}
}
.form-block .form-box {
    margin-top: 30px;
}

.form-box .tabs {
    margin-top: 16px;
}

.justify-content-between {
    -ms-flex-pack: justify !important;
    justify-content: space-between !important;
}
.d-flex {
    display: -ms-flexbox !important;
    display: flex !important;
}

@media (min-width: 992px){
.form-box .tabs .radio-item {
    margin-right: 32px;}
}
.radio-item {
    position: relative;
    cursor: pointer;
    color: #fff;
    display: inline-block;
    font-weight: 700;
}

.radio-item input {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 10;
    cursor: pointer;
    opacity: 0;
}

input, textarea, select, button {
    border: none;
    resize: none;
    display: block;
    width: 100%;
    
}

.radio-item input:checked + .label {
    color: var(--main-color-hover);
}

label {
    cursor: pointer;
}

.radio-item input:checked + .label:after {
    opacity: 1;
}
.radio-item .label:after {
    content: '';
    display: block;
    width: 100%;
    height: 2px;
    background-color: var(--main-color);
    background-image: linear-gradient(to right, var(--main-color) 0%, var(--main-color-hover) 100%);
    margin-top: 4px;
    opacity: 0;
    transition: .3s;
}

@media (min-width: 992px){
.align-items-lg-center {
    -ms-flex-align: center !important;
    align-items: center !important;}
}

.flex-wrap {
    -ms-flex-wrap: wrap !important;
    flex-wrap: wrap !important;
}
@media (min-width: 992px){
.d-lg-flex {
    display: -ms-flexbox !important;
    display: flex !important;}
}

@media (min-width: 1200px){
.form-block .form-item {
    width: 235px;}
}
@media (min-width: 992px){
.form-block .form-item {
    width: calc(100% - 220px);}
}
.form-item {
    margin-top: 15px;
}

.form-item input {
    height: 48px;
    border-radius: 10px;
    background-color: var(--bg12);
    padding: 0 16px;
    color: var(--col01);
    font-weight: 700;
}

input[type="text"], input[type="tel"], input[type="mail"] {
    background: #fff;
    display: flex;
    -ms-align-items: center;
    align-items: center;
    position: relative;
	z-index: 99999;
}

@media (min-width: 1200px){
.form-block .form-box .bt {
    width: 150px;
    margin: 15px 20px 0 15px;}
}
@media (min-width: 992px){
.form-block .form-box .bt {
    width: 190px;
    margin-left: auto;}
}
.form-box .bt {
    margin-top: 15px;
}
.bt, a {
    cursor: pointer;
}
.bt {
    position: relative;
    display: flex;
    justify-content: center;
    -ms-align-items: center;
    align-items: center;
    height: 46px;
    box-shadow: 2px 2px 10px 2px var(--main-color-hover);
    border-radius: 23px;
    background-color: var(--bg13);
    background-image: linear-gradient(to right, var(--main-color) 0%, var(--main-color-hover) 100%);
    font-size: 13px;
    font-weight: 700;
    color: #fff;
    padding-bottom: 2px;
    transition: .4s;
}
.bt:hover{
	background-image: linear-gradient(to right, var(--main-color-hover) 0%, var(--main-color) 100%);
}

@media (min-width: 1200px){
.form-block .form-box .agree {
    width: 100%;}
}
.form-block .form-box .agree {
    opacity: .8;
    color: #fff;
}
.agree {
    margin-top: 15px;
    font-size: 12px;
    opacity: 0.52;
    color: #949494;
    font-weight: 600;
}

/* виды фундамента */

#mainafisha-vid {
    max-width: 1200px;
    display: flex;
    flex-wrap: wrap;
	margin: 0 auto;
	margin-top: 30px;
}
#mainafisha-vid .event-vid {
    width: 33.3333%;
    position: relative;
    text-align: left;
    margin-bottom: 30px;
}
@media screen and (max-width: 650px){
#mainafisha-vid .event-vid {
    width: 50%;
    margin-bottom: 20px;}
}
@media screen and (min-width: 750px){
#mainafisha-vid .event-vid {
    width: 33.333%;}
}
#mainafisha-vid .event-vid .title-vid {
    background-color: #ed4634;
    margin: 0 5px;
    height: 60px;
    display: flex;
    align-items: center;
    padding: 0 10px;
    border-radius: 4px 4px 0 0;
}
@media screen and (max-width: 750px){
#mainafisha-vid .event-vid .title-vid {
    height: 80px;
    padding: 0 15px;}
}
#mainafisha-vid .event-vid .title-vid a {
    font-size: 20px;
    font-weight: bold;
    text-decoration: none;
    font-family: 'Panton-Bold';
}
@media screen and (max-width: 750px){
#mainafisha-vid .event-vid .title-vid a {
    font-size: 18px;}
}
@media screen and (max-width: 750px){
#mainafisha-vid .event-vid .box-vid {
    margin: 0 5px;}
}
#mainafisha-vid .event-vid .box-vid {
    margin: 0 5px;
    background: #f7f6f5;
    padding: 0;
    border-radius: 0 0 4px 4px;
    height: 450px;
}
.image-vid {
  height: 306px;
}
.image-vid img{
	height: 100%;
	width: 100%;
	object-fit: cover;
}
@media screen and (max-width: 750px){
#mainafisha-vid .event-vid .price-vid {
    font-size: 18px;
}
}
#mainafisha-vid .event-vid .price-vid {
    font-size: 14px;
    font-weight: bold;
    color: #392b2b;
    padding: 10px 10px 20px 10px;
	
	
}
.title-vid a {
	color: #fff;
}

.tel-mail-color {
	font-family: 'Montserrat', sans-serif;
    font-weight: 500;
    font-size: 17px;
    -webkit-transition: 0.3s;
    transition: 0.3s;
    color: var(--main-color);
}
/*.tel-mail-color:hover {
	color: var(--main-color-hover);
}*/

 .table-headRWD .columnRWD{ 
     background: #ed4634;
     color:#fff;
     border-right:1px solid #fff;
     border-bottom:none;
     text-align: center !important;
     font-weight: 600;
   	padding: 10px;
   	font-size: 18px;
 }
 .rowRWD:nth-child(odd) {
    background: #E0E0E0;
 }
 .rowRWD:nth-child(odd):hover {
    background: #fba096;
    color: #fff;

 }
 
 .tableRWD{
     display:table;	
     font-size:24px;
     color:#666666;
     margin: 10px 0;
     width: 100%;
 }
 
 .table-headRWD{
      display: table-header-group; 
 }
 

 
 .table-headRWD .column:hover{ 
     background:#222222;
 }
 
 .rowRWD {
     display:table-row; 
     background: #EFF0F1;
     transition: .4s;
 }
  .rowRWD:hover{
 	background: #fba096;
 	color: #fff;
 	font-weight: 500;
 }
 
 .rowRWD .columnRWD:nth-child(1){ 
     border-left:1px solid #fff;
     text-align: center;
 }
 
 .rowRWD:last-child .columnRWD{  
     border-bottom:none;
 }
 
 .columnRWD{
     display:table-cell; 
     padding: 3px 5px;
     border-right:1px solid #fff;
     /*background:#EFF0F1;*/
     text-align: center;
   min-width: 1px !important;
   font-size: 16px;
   border-bottom: 1px solid #fff;
   
   font-weight: 500;
 }

 
 table {
     border-collapse: collapse;
     border-spacing: 0;
 }
 
 @media all and (max-width: 640px){
     .tableRWD,
     .rowRWD,
     .columnRWD,
     .columnRWD:before{
         display:block;	
     }
   
     .tableRWD,
     .rowRWD .columnRWD:last-child{
         border-bottom:none;
     }
   
     .table-headRWD{
         position:absolute;	
         top:-1000em;
         left:-1000em;
     }
   
   .rowHeader {
     background-color: #393A3A !important;
     color: #fff;
     font-weight: bold;
   }
   
     .rowRWD{
         border:1px solid #eeeeee;
         border-top:2px solid #fff;
         border-bottom:2px solid #fff;
         margin:10px 0;
     }
   
     .rowRWD .columnRWD:nth-child(1){ 
         border-left:none;
     }
   
     .rowRWD .columnRWD:last-child{ 
         border-right:none;
     }
   
     .rowRWD:last-child .columnRWD,
     .columnRWD{ 
         
     }
     .columnRWD:first-child{
         background-color: #d8d8d8;
     }
   
     .columnRWD:before{ 
         font-weight:bold;
         padding-right: 20px;
         font-size:16px;
         content:" "attr(data-label)"";	
     }
 }
 
 .pic1
 {
   width:30px;
   height:30px;
   border:2px solid #CF5959;
   border-radius:50%;
   cursor:pointer
 }
 .pic2
 {
   width:0;
   transition:all 0.5s ease;
   position:absolute;
   border-radius:50%;
   z-index:99999
 }
 .pic1:hover + .pic2
 {
   width:200px
 }
/* .block-price {
  padding: 40px 0;
	}*/
 .block-price h2 {
  text-align: center;
  margin-bottom: 20px;
  line-height: 1.5;
  margin-top: 40px;
}
.block-price p {
  text-align: center;
  line-height: 1.5;
  margin-bottom: 10px;
  font-size: 18px;
  font-weight: 500;
}

.block-price p:nth-child(3){
	margin-bottom: 30px;
}
.mainafisha-box {
  background: #0c0c0c;
  opacity: .82;
  padding: 40px 0 30px;
}
.mainafisha-box h2 {
  color: #fff;
}
.fun-info {
  padding: 40px 0;
}
.phone-txt {
  background: #d7d7d7;
  padding: 15px;
  text-align: center;
  box-shadow: inset 1px 1px 4px -1px #868686;
}
.phone-txt p {
  font-weight: 600;
  line-height: 1.5;
}
.fun-info-box {
  padding: 20px 0;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.fun-info-box {
  padding: 20px 0;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
}
.fun-info__desc p {
  line-height: 1.5;
  margin-bottom: 20px;
}
.fun-info__desc {
  flex: 0 0 52%;
}
.fun-info__img,.fun-info__img2 {
  flex: 0 0 45%;
}
.fun-info__img{
	height: 300px;
}

.fun-info__img img,
.fun-info__img2 img{
	height: 100%;
	width: 100%;
	object-fit: cover;
}

.fun-info__advan {
  padding: 15px 30px;
  border-left: 3px solid #ed4634;
  /*background: #f08787;*/
  width: 60%;
  flex: 0 0 60%;
}
.fun-info__advan p {
  margin-bottom: 20px;
  font-size: 22px;
  color: #000;
  font-weight: 600;
  line-height: 1.5;
  text-transform: uppercase;
}
.fun-info__advan ul li {
  color: #000;
  margin-bottom: 10px;
}
.fun-advan-wrap{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	padding: 40px 0;
}
.advan-img{
	flex: 0 0 38%;
}
.advan-img img{
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.fun-info-box h3 {
  text-align: center;
  flex: 0 0 100%;
  margin-bottom: 40px;
  font-size: 36px;
  font-family: 'Montserrat', sans-serif;
  font-weight: 500;
  line-height: 1.5;
}
.fun-info__desc-work{
	margin-left: 40px;
}
.fun-info-gallery {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  padding: 40px 0 10px;
}
.fun-info-gallery__item{
	flex: 0 0 31%;
	margin-right:  20px;
	margin-bottom: 20px;
	overflow: hidden; 
	transition: .4s;
	border-radius: 20px;
}
.fun-info-gallery__item:hover img{
	transform: scale(1.1);
}
.fun-info-gallery img {
	width: 100%;
	height: 270px;
	object-fit: cover;
	transform: scale(1);
	transition: .4s;
	border-radius: 20px;
}
.form-back {
  padding: 50px 40px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  flex-direction: column;
  border-bottom: 5px solid #ed4634;
  border-top: 5px solid #ed4634;
  border-right: 6px double #ed4634;
  border-left: 6px double #ed4634;
  box-shadow: inset 1px 1px 25px -5px #ed4634;
  border-radius: 50px;
}
.form-back-title span {
  font-weight: bold;
  font-size: 42px;
  line-height: 1.5;
  color: #ed4634;
}
.form-back-title {
  font-size: 34px;
  line-height: 1.5;
  margin-bottom: 20px;
  font-weight: 500;
}
.form-back .btn-sec {
  width: 240px;
}
.form-back .btn-sec .btn{
	width: 100%;
	text-align: center;
}
.contacts {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  padding: 20px 0;
  margin-top: 30px;
}
.contacts-item.contacts-info {
  flex: 0 0 43%;
}
.contacts-info p, .contacts-info a {
  line-height: 1.5;
}
.contacts-info__name {
  font-size: 22px;
  font-weight: 600;
  line-height: 1.5;
  text-align: left;
  margin-bottom: 30px;
}
.contacts-info__address, 
.contacts-info__mail, 
.contacts-info__phone {
  display: flex;
  align-items: center;
  margin-bottom: 10px;
}
.contacts-info svg {
  width: 20px;
  height: 100%;
  margin-right: 8px;
}
.info-komp,.info-komp-rezhim {
  font-weight: 400;
}
.info-komp{
	margin-top: 40px;
}
.info-komp:before {
  content: '';
  display: block;
  margin-bottom: 8px;
  height: 2px;
  width: 150px;
  background: rgb(2,81,194);
  background: linear-gradient(90deg, rgba(2,81,194,0.04) 0%, var(--main-color) 50%, rgba(2,81,194,0.04) 100%);
}
.contacts-item.contacts-map {
  flex: 0 0 55%;
}
.contacts-map iframe {
  height: 400px;
  width: 100%;
}
.contacts-info__mail span {
  color: var(--main-color);
}
.phone__name {
  color: var(--main-color);
}

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







/**********************************************************************************************/
/**********************************MEDIA*******************************************************/
/**********************************************************************************************/
@media screen and (max-width: 600px) {
	/*header .right-sec,
	footer .right-sec {
		display: none
	}*/
	/*header .right-sec .phone-sec, */
	/*footer .right-sec .phone-sec,*/
	header .right-sec .btn-sec,
	footer .right-sec .btn-sec{
		display: none;
	}
	header .left-sec, footer .left-sec {
	    flex: 0 0 35%;
	}
	header .right-sec, footer .right-sec {
	    flex: 0 0 64%;
	    justify-content: flex-end;
	    flex-wrap: wrap;
	}
	 
	footer .right-sec .phone-sec{
		margin-right: 0;
		width: 100%;
		order: 1;
		height: auto;
		justify-content: flex-end;
		padding-bottom: 10px;
	}
	header .right-sec .phone-sec{
		display: none;
	}
	header .right-sec .head-soc,
	footer .right-sec .head-soc{
		width: 40%;
		justify-content: space-between;
		order: 2;
	}
	header .right-sec .phone-sec a, 
	footer .right-sec .phone-sec a{
		margin: 0;
		font-size: 18px;
	}
	header {
	    padding-right: 0;
	}
	header, footer{
		height: 100px;
	}
	.menu-m-btn{
		display: block;
		position: relative;
		bottom: 0;
		left: 0;
	}
	header{
		display: flex;
		align-items: center;
		justify-content: space-between;
		padding-right: 15px;
	}
	header .logo-sec{
	  margin-right: 0;
	}
	header .wrapper{
		margin: 0;
	}
}
@media screen and (max-width: 576px) {
	.portfolio-link{
		flex: 0 0 48%;
		margin-right: 0;
	}
	.portfolio-link__info{
		height: auto;
	}
	.portfolio-wrap .portfolio-all.btn{
		padding: 15px;
		width: 50%;
	}
	.video-sec iframe{
		width: 100%;
		height: 400px;
	}
	.advan-box__item{
		flex: 0 0 48%;
		margin-bottom: 20px;
	}
	header .left-sec, footer .left-sec {
	  flex: 0 0 25%;
	}
	header .logo-sec, footer .logo-sec{
		max-width: none;
		flex: 0 0 100%;
	}
	header .logo-sec a img, footer .logo-sec a img {
	  height: 60px;
	  max-width: none;
	}
	header .right-sec .phone-sec, footer .right-sec .phone-sec{
		padding-bottom: 0;
	}
	header .wrapper, footer .wrapper{
		align-items: center;
	}
	.portfolio-img{
		justify-content: space-between;
	}
	.portfolio-img a {
	  flex: 0 0 48%;
	  margin-right: 0;
	}
	.contacts-item.contacts-info,
	.okomp-item.okomp-info {
  	  flex: 0 0 100%;
	  margin-bottom: 30px;
	}
	.contacts-item.contacts-map,
	.okomp-item.okomp-img {
	  flex: 0 0 100%;
	}
	.video-wrap{
		justify-content: space-between;
	}
	.video-item{
		margin-right: 0;
		flex: 0 0 49%;
		height: 175px;
	}
	.fun-info-gallery{
		justify-content: center;
	}
	.fun-info-gallery__item {
	  flex: 0 0 80%;
	  margin-right: 0;
	}
	.fun-info__desc {
	  flex: 0 0 100%;
	}
	.fun-info__img, .fun-info__img2 {
	  flex: 0 0 100%;
	}
	.advan-img {
	  flex: 0 0 65%;
	  order: 2;
	  margin: 0 auto;
	}
	.fun-info__advan{
		width: 100%;
		flex: 0 0 100%;
		order: 1;
		margin-bottom: 30px;
	}
	.logo-sec img {
	  width: 100%;
	}
	footer .logo-sec img {
	  width: 70%;
	}
	footer .wrapper {
	  flex-direction: column;
	  align-items: flex-start;
	}
	.phone-sec-soc{
		justify-content: flex-start;
	}
	header .left-sec, footer .left-sec {
	  flex: 0 0 50%;
	}
	header .right-sec, footer .right-sec {
	  flex: 0 0 30%;
	}
	h2 {
	  font-size: 24px;
	  line-height: 1.5;
	  margin-bottom: 20px;
	}
	.form-back {
	  padding: 30px 10px;
	  border-radius: 0;
	}
	.form-back-title {
	  font-size: 18px;
	}
	.form-back-title span{
		font-size: 20px;
	}

}
@media screen and (max-width: 515px) {
	.portfolio,.portfolio-img{
		justify-content: center;
	}
	.portfolio-link,.portfolio-img a{
		flex: 0 0 80%;
	}
	.row-rabot{
		margin-right: 0;
		margin-left: 0;
	}
}
@media screen and (max-width: 479px) {
	.portfolio-link,.portfolio-img a{
		flex: 0 0 90%;
	}
	.video-sec iframe{
		height: 330px;
	}
	.video-sec {
  	  margin-top: 20px;
	  margin-bottom: 0;
	}
	.advan-box__item{
		height: 280px;
		background-repeat: no-repeat;
		background-position: bottom center;
	}
	.video-wrap {
	  justify-content: center;
	}
	.video-item {
	  flex: 0 0 80%;
	  height: 220px;
	}
	#mainafisha-vid{
		justify-content: center;
	}
	#mainafisha-vid .event-vid{
		width: 80%;
	}
	.fun-info-gallery__item {
  	flex: 0 0 90%;
	}
}

@media screen and (max-width: 414px) {
	.portfolio-link,.portfolio-img a {
	  flex: 0 0 100%;
	}
	.portfolio-wrap {
	  padding: 20px 0 40px;
	}
	.video-item{
		flex: 0 0 100%;
	}
	.process-item-rabot .number-rabot{
		top: 5px;
	}
	.process-item-rabot{
		padding-left: 55px;
	}
	#mainafisha-vid{
		padding: 0 10px;
	}
	#mainafisha-vid .event-vid {
	  width: 100%;
	}
	.fun-info-gallery__item {
	  flex: 0 0 100%;
	}
	.advan-img {
	  flex: 0 0 90%;
	}
	.fun-info-box h3{
		font-size: 30px;
	}
	header .left-sec, footer .left-sec {
	  flex: 0 0 60%;
	}
	.podarki__item {
	  flex: 0 0 90%;
	}
}
@media screen and (max-width: 375px) {
	.advan-box{
		justify-content: center;
	}
	.advan-box__item {
	  flex: 0 0 90%;
	}
	.advan-box__item{
		background-position: center center;
	}
	.portfolio-wrap .portfolio-all.btn{
		width: 70%;
		font-size: 13px;
	}
	.video-sec iframe{
		height: 260px;
	}
	.advan-box__item{
		background-position: center -70px;
	}
}
@media screen and (max-width: 360px) {
	header .logo-sec a, footer .logo-sec a {
	  margin: 0;
	}
	/*header .right-sec, footer .right-sec {
	  flex: 0 0 55%;
	}
	header .left-sec, footer .left-sec {
	  flex: 0 0 20%;
	}*/
	header .right-sec .phone-sec a, footer .right-sec .phone-sec a {
	  font-size: 18px;
	}
	.menu-sec{
		padding-top: 0;
	}
}

.catalog-arts {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-gap: 30px;
    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: 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: 600px) {
    .catalog-arts {
        grid-template-columns: repeat(1, 1fr);
    }
}

@media screen and (max-width: 440px) {
	header .right-sec .head-soc, 
	footer .right-sec .head-soc{
		width: 55%;
	}
}

@media screen and (max-width: 375px) {
	header .right-sec .head-soc, 
	footer .right-sec .head-soc{
		width: 100%;
	}
/*	header .right-sec, footer .right-sec {
    	flex: 0 0 40%;
	}
	header .left-sec, footer .left-sec {
	    flex: 0 0 60%;
	}*/

}


@media screen and (max-width: 330px) {
	header .right-sec .phone-sec a, 
	footer .right-sec .phone-sec a{
		font-size: 15px;
		margin: auto;
	}
	.portfolio-wrap .portfolio-all.btn {
	  width: 100%;
	}
	.video-sec iframe {
	  height: 230px;
	}
	.video-item{
		height: 175px;
	}
	.fun-info-gallery img{
		height: 230px;
	}
	.fun-info__desc-work {
	  margin-left: 0;
	}
	.advan-img {
	  flex: 0 0 100%;
	}
	.fun-info__advan {
	  padding: 15px 20px 0 0;
	  border-left: none;
	}
	header .right-sec .phone-sec-soc a svg, footer .right-sec .phone-sec-soc a svg {
	  width: 25px;
	  height: 25px;
	}
	header, footer {
	  height: 80px;
	}
	.menu-sec{
		top: 80px;
	}
}



