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


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

.btn,.promotion_btn,
.estimate-btn,
.feedback_btn {
	border-radius: 50px;
	padding: 15px 25px;
	color: #000;
	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;
	
}
.btn{
	margin-top: 13px;
	order: 2;
}
.middle .btn{
	background: var(--main-color);
	color: #000;
}
.middle .btn:hover {
	color: #fff;
}

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

.promotion_btn:hover,.btn:hover,
.estimate-btn:hover, .feedback_btn:hover {
	opacity: .9;
	background: var(--main-color-hover);
	color: #fff;
}
header{
	position: absolute;
/*	height: 100px;*/
	flex-direction: column;
}
.header-contact {
  color: #fff;
  text-align: center;
  flex: 0 0 31%;
}
.header-contact-phone {
  line-height: 1.5;
  font-size: 20px;
  font-weight: 700;
}
.header-contact-schedule {
  font-size: 12px;
}
.btn-callback.window-show {
  border-bottom: 1px dashed #fff;
  display: inline-block;
  color: #fff;
  font-size: 14px;
  cursor: pointer;
  text-transform: uppercase;
  font-weight: 700;
}
.header-contact-phone a {
  color: #fff;
}

header,
footer {
	width: 100%;
	z-index: 5;
	display: flex;
	align-items: center;
}

/*@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;
	height: 100%;
}
header .wrapper{
	flex-wrap: wrap;
}
.header-wrap-up {
  width: 100%;
  justify-content: space-between;
  display: flex;
  align-items: center;
}
.header-wrap-menu {
  width: 100%;
}


@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;
	justify-content: space-between;
	align-items: center;
}
footer .left-sec{
	flex: 0 0 50%;
}

header .left-sec{
	flex: 0 0 12%;
	height: 150px;
}

.logo-sec img{
	width: 100%;
	object-fit: contain;
}

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;
}
header .logo-sec{
	flex: 0 0 100%;
	align-items: center;
}
footer .logo-sec{
	flex: 0 0 20%;
	max-width: 200px;
}

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

footer .logo-sec a {
	margin: auto;
}
header .logo-sec a{
	flex: 0 0 100%;
	height: 100%;
	width: 100%;
	padding: 8px 0;
	display: flex;
	justify-content: center;
	align-items: center;
/*	background: #e6f5f7;*/
	transition: .7s;
}
@media screen and (max-width: 600px) {
	header .logo-sec {
    display: none;	
   }
	header .logo-sec a {
		background-image: url(/img/logo_head_6.png);
	}
}

.header-wrap-up,
.header-wrap-menu {
/*  width: 100%;*/
}

.logo-label {
  font-size: 14px;
  flex: 0 0 70%;
  line-height: 1.2;
}

header .logo-sec a img,
footer .logo-sec a img {
	height: 100%;
	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;
}


footer .btn-sec{
	flex: 0 0 216px;
}



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

header .right-sec .phone-sec {
	flex-direction: column;
	justify-content: center;
}

footer .right-sec .phone-sec{
	flex-direction: row;
	align-items: center;
	justify-content: flex-end;
	flex: 0 0 60%;
}
header .right-sec .phone-sec a{
	color: #fff;
}
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;
}
footer .right-sec .phone-sec a{
	color: #242c37;
	margin-right: 15px;
}
header .right-sec .phone-sec a:hover,
footer .right-sec .phone-sec a:hover{
	color: var(--main-color);
}
.phone-sec-soc {
  padding: 5px;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  flex: 0 0 50%;
}
.menu-sec .phone-sec-soc {
	display: none;
}
footer .phone-sec-soc{
	justify-content: flex-end;
	flex: 0 0 auto;
}
header .phone-sec-soc a:not(:last-child){
	margin-right: 10px;
}
header .phone-sec-soc a{
	
	width: 33px;
	height: 33px;
	display: block;
	opacity: 1;
	transition: .5s;
}
header .phone-sec-soc a:hover{
	opacity: .7;
}
.phone-sec-soc-mob{
	padding: 5px;
  display: none;
  flex-wrap: wrap;
  justify-content: flex-end;
  align-items: center;
}
header .right-sec .phone-sec-soc a, 
footer .right-sec .phone-sec-soc a,
header .phone-sec-soc-mob a {
  display: block;
}

footer .right-sec .phone-sec-soc a:nth-child(1),
header .phone-sec-soc-mob a:nth-child(1){
	margin-right: 10px;
}
header .right-sec .phone-sec-soc a svg, 
footer .right-sec .phone-sec-soc a svg,
header .phone-sec-soc-mob 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-soc a svg:hover, 
footer .right-sec .phone-sec-soc a svg:hover,
header .phone-sec-soc-mob a svg:hover {
	color: var(--main-color-hover);
}

footer {
	position: relative;
/*	height: 100px;*/
	box-shadow: 0 -5px 18px -3px #ddd;
	background: rgba(255, 255, 255, 0.8);
	padding: 15px 0;
}

footer .wrapper {
	height: 100%
}

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

.menu-sec {
	height: auto;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	flex: 0 0 50%;
	justify-content: center;
	background: #F1F2F2;
	opacity: 0.8;
	padding: 10px 40px;
	border-radius: 50px;
}

@media screen and (max-width: 1000px) {
	.menu-sec {
		position: absolute;
		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: space-between;
	width: 100%;
	padding: 15px 0;
}

@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: 600;
	color: #000;
	-webkit-transition: 0.3s;
	transition: 0.3s;
	line-height: 24px;
	display: inline-block;
	font-size: 18px;
	border-bottom: 2px dashed transparent;
	text-shadow: none;
	transition: .3s;
}
.menu-sec ul li a:hover{
	color: var(--main-color);
/*	text-shadow: 0px 0px 0px var(--main-color-hover), -1px -1px 0px var(--main-color-hover);*/
}

@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.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;*/
	height: 100vh;
	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: 100vh;
		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: 50px 0;*/
	width: 100%;
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
	flex-direction: column;
	align-items: center;
	text-align: center;
}
@media screen and (max-width: 600px) {
	.slider-sec .wrapper .middle .title-slide span{
		 font-size: 28px;
	}
}

.slider-sec .slide-main .title-slide {
	font-size: 60px;
	font-weight: 800;
	font-family: 'Montserrat', sans-serif;
	white-space: pre-line;
	margin-bottom: 35px;
	line-height: 1.5;
	color: #fff;
/*	padding: 0 50px;*/
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin-top: 80px;
}

.slider-sec .slide-main .title-slide span.title-slide__brack1,
.slider-sec .slide-main .title-slide span.title-slide__brack2{
	color: var(--main-color);
}

.title-slide__brack2 {
  padding-left: 50px;
}
.title-slide__brack1 {
  padding-right: 50px;
}

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

.title-slides {
  font-size: 40px;
  line-height: 1.5;
}

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

.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;
	margin-top: 70px;
	margin-bottom: 70px;
	justify-content: center;
}*/

.advantage-sec{
  display: flex;
  margin-top: 70px;
  margin-bottom: 70px;
  justify-content: space-between;
  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{
	background: var(--main-color-hover);
  -webkit-box-shadow: 0 0 20px rgba(0, 0, 0, 0.11);
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.11);
  border-radius: 20px;
  padding: 20px;
  padding-right: 120px;
  position: relative;
  overflow: hidden;
  height: auto;
  flex: 0 0 31%;
}
.title-rabot__desc {
  font-size: 16px;
}

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



.advantage-sec .advantage .ico {
	height: 100%;
  width: 50%;
  z-index: 2;
  position: absolute;
  right: 0px;
  bottom: 0px;
}

.advantage-sec .advantage .ico:before {
  width: 100%;
  height: 100%;
  content: "";
  position: absolute;
  left: -3px;
  top: 0;
  background: -webkit-gradient(linear, left top, right top, from(var(--main-color-hover)), to(#ffffff00));
  background: linear-gradient(90deg, var(--main-color-hover), #ffffff00);
}

.advantage-sec .advantage .ico img {
      height: 100%;
      width: 100%;
      -o-object-fit: cover;
      object-fit: cover;
      -o-object-position: center right;
      object-position: center right;
    }


@media screen and (max-width: 1200px) {
	.advantage-sec .advantage .ico svg {
		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-rabot {
  font-weight: 500;
	line-height: 1.5;
	font-size: 22px;
  position: relative;
  z-index: 3;
  color: #fff;
  margin-bottom: 12px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.map-sec{
    height:500px;
}
.map-sec iframe{
	width: 100%;
	height: 100%;
}

.shadow-sec .window-content .inputs input,
.promotion-form .promotion-form-inputs input,
.estimate-window-content .estimate-inputs input,
.feedback-form .feedback-form-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 {
    flex: 0 0 50%;
    justify-content: space-between;
    align-items: center;
}

footer .right-sec{
	flex: 0 0 50%;
  justify-content: space-between;
  align-items: center;
}
.soc-item:hover {
	opacity: .8;
}
.portfolio{
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	padding: 30px 15px 40px;
}
.portfolio-item{
	flex: 0 0 23%;
	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);
	overflow: hidden;
	height: 360px;
}
.portfolio-item:hover{
	box-shadow: 0px 0px 20px -5px var(--main-color);
	filter: brightness(1);
}
.portfolio-item:hover img{
	transform: scale(1.1);
}
.process-block-rabot h2 {
  text-align: center;
  color: #fff;
	font-weight: bold;
}

.portfolio-link__info {
  font-size: 22px;
  font-weight: 600;
  color: #242c37;
  padding: 10px;
  display: block;
  line-height: 1.2;
  height: 80px;
}
.portfolio-item img{
	width: 100%;
	height: 100%;
	object-fit: cover;
	transition: 1.3s;
	transform: scale(1.0);
}
.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: 40px 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%;
}
.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-info {
  flex: 0 0 55%;
  display: flex;
  justify-content: space-between;
  flex-direction: column;
  height: 100%;
  padding: 10px 0;
}
.okomp-img{
	flex: 0 0 42%;
	padding: 10px;
	box-shadow: 1px 1px 8px 3px #bdbdbd;
	border-radius: 8px;
}
.okomp-wrap{
	padding: 40px 0 60px;
}

.okomp-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.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-info p{
	line-height: 1.5;
	margin-bottom: 15px;
	font-weight: 400;
}
.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: 0;
		margin-left: 0;
		padding: 0 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 {
	margin: 0 20px;
	position: relative;
    padding-left: 72px;
    margin-top: 30px;
}
.process-item-rabot .number-rabot {
    -webkit-background-clip: text;
    color: #fff;
    font-size: 40px;
    font-weight: 700;
    opacity: .9;
    position: absolute;
    left: -20px;
    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) 40%, #fff 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: var(--main-color-hover);
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    opacity: 1;
    z-index: 50;
}
.process-block-rabot div {
  z-index: 100;
  position: relative;
}


.process-block-rabot .container-rabot {
    position: relative;
    z-index: 999;
}
@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) 40%, #fff 100%);
    margin: 24px auto 0;
	
}
.container-rabot h2 {
	text-align: center;
	font-weight: bold;
	line-height: 1.5;
	color: var(--main-color-hover);
  margin-bottom: 15px;
}
 .process-block-rabot h2{
	color: #fff;
}
.process-block-rabot .subtitle-rabot {
  color: #fff;
  font-size: 24px;
}

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

/* FORM BLOCK */

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

.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: var(--main-color-hover);
    font-size: 30px;
	font-weight: 600;
	line-height: 35px;
}

.form-block .subtitle {
    text-align: left;
    color: var(--main-color);
    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: var(--main-color);
    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: #252426;
}

label {
    cursor: pointer;
}

.radio-item input:checked + .label:after {
    opacity: 1;
}
.radio-item .label:after {
    content: '';
    display: block;
    width: 100%;
    height: 2px;
    background-color: #d31136;
    background-image: linear-gradient(to right, var(--main-color) 40%, #fff 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[type="text"] {
	box-shadow: 0px 0px 10px #000;
}
.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;
    box-shadow: 0px 0px 10px -2px #fff;
  }
}
.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: 0 6px 17px var(--21);
    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: var(--main-color);
}
.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;
	justify-content: flex-start;
}
#mainafisha-vid .event-vid {
  width: 32%;
  position: relative;
  text-align: left;
  margin-bottom: 30px;
  margin-right: 15px;
  box-shadow: 5px 5px 14px -4px #000;
}
@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: 32%;}
}
#mainafisha-vid .event-vid .title-vid {
    background-color: #fff;
    margin: 0;
    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;
    background: #f7f6f5;
    padding: 0;
    border-radius: 0 0 4px 4px;
    height: 305px;
}
.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: var(--main-color);
}

.tel-mail-color {
	font-family: 'Montserrat', sans-serif;
    font-weight: 500;
    font-size: 17px;
    -webkit-transition: 0.3s;
    transition: 0.3s;
    color: #fff;
    text-decoration: underline;
}
.tel-mail-color:hover {
	opacity: .5;
}

 .table-headRWD .columnRWD{ 
     background: #68B022;
     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: #68B022;
    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: #6F7072;
 	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: var(--main-color);
  opacity: 1;
  padding: 40px 20px 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 var(--main-color-hover);
  border-top: 5px solid var(--main-color-hover);
  border-right: 6px double var(--main-color-hover);
  border-left: 6px double var(--main-color-hover);
  box-shadow: inset 1px 1px 25px -5px var(--main-color-hover);
  border-radius: 50px;
}
.form-back-title span {
  font-weight: bold;
  font-size: 42px;
  line-height: 1.5;
  color: var(--main-color);
}
.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%, rgba(2,81,194,1) 50%, rgba(2,81,194,0.04) 100%);
}
.contacts-item.contacts-map {
  flex: 0 0 55%;
}
.contacts-map iframe {
  height: 400px;
  width: 100%;
}
/*.advantage .title-rabot .title-rabot {
  font-weight: 600;
  font-size: 20px;
 line-height: 1.5;
}*/
.o-comp{
	display: flex;
	padding: 40px 25px;
	flex-wrap: wrap;
	justify-content: space-between;
}
.o-comp__img{
	flex: 0 0 44%;
	box-shadow: 3px 3px 5px 1px #222;
	height: 100%;
}
.o-comp__img img{
	width: 100%;
	display: block;
	height: 100%;
	object-fit: cover;
}
.o-comp__desc{
	flex: 0 0 50%;
	padding-top: 30px;
	padding-bottom: 30px;
}
.o-comp__desc:before,
.o-comp__desc:after{
	content: '';
	margin: 0 auto;
	width: 30%;
	height: 2px;
	background: var(--main-color);
	display: block;
	background: linear-gradient(90deg,transparent 0%,var(--main-color) 50%,transparent 100%);
}
.o-comp__desc:before{
	margin-bottom: 30px;
}
.o-comp__desc:after{
	margin-top: 30px;
}
.o-comp__desc p{
	margin-bottom: 10px;
	font-size: 18px;
	line-height: 1.5;
}
.o-comp__desc ul li{
	font-size: 18px;
	line-height: 1.5;
}
.agree label {
  text-decoration: underline;
}
.sert-wrap {
  padding: 60px 0;
}
.sert {
  display: flex;
  width: 100%;
  margin: 0 auto;
  align-items: center;
}
.sert-img {
  height: 480px;
  flex: 0 0 42%;
  margin-right: 20px;
}
.sert-img img {
  height: 100%;
  width: 100%;
  object-fit: contain;
}
.sert-desc {
  flex: 0 0 50%;
}
.sert-desc p {
  line-height: 1.5;
  margin-bottom: 10px;
  font-weight: 500;
  color: var(--main-color);
}
.cost {
  display: flex;
  align-items: flex-start;
  flex-direction: column;
}
.middle .btn {
/*  margin-right: 20px;*/
/*  flex: 0 0 270px;*/
	width: 270px;
  display: flex;
	align-items: center;
	justify-content: center;
}
.cost-srok {
  display: flex;
  align-items: center;
  flex: 0 0 20%;
  order: 1;
}
.cost-srok__img {
  flex: 0 0 50px;
  height: 50px;
  width: 50%;
}
.cost .cost-srok__img img {
  width: 100%;
  height: 100%;
  position: relative;
  object-fit: cover;
}
.cost-srok p {
  font-weight: 600;
  flex: 0 0 200px;
}
.promotion-box {
  padding: 10px;
  border-radius: 10px;
  box-shadow: 0px 0px 10px 5px #d5d4d4;
  position: relative;
}
.promotion-box-img {
  position: absolute;
	transform: rotate(370deg);
	right: -30px;
	top: 0;
	z-index: 9999;
}
.promotion-box-img img {
  width: 90%;
}
.promotion {
  border-radius: 10px;
  border: 2px dotted #797979;
  padding: 40px;
  position: relative;
  z-index: 999;
}
.promotion-title {
  width: 60%;
  font-size: 32px;
  line-height: 1.4;
  font-weight: 700;
  margin-bottom: 25px;
  text-align: center;
	color: #B7410E;
}
.promotion-slogan__date {
  color: #f00;
  font-weight: 600;
  font-size: 22px;
}
.promotion-title p {
  text-transform: uppercase;
}
.promotion-slogan p, .promotion-in p {
  font-size: 20px;
  line-height: 1.4;
  font-weight: 500;
}
.promotion-slogan {
  width: 60%;
  margin-bottom: 25px;
}
p.promotion-in-title {
  margin-bottom: 20px;
}
.promotion-in-box {
  display: flex;
  width: 50%;
  flex-wrap: wrap;
  padding-bottom: 20px;
  justify-content: space-between;
}
.promotion-in-box-item {
  display: flex;
  align-items: center;
  flex: 0 0 48%;
  margin-bottom: 20px;
}
.promotion-in-box-item__img {
  margin-right: 10px;
  flex: 0 0 90px;
  height: 90px;
}
.promotion-in-box-item__img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 50%;
}
.promotion-in-box-item__name {
  flex: 0 0 170px;
}
.promotion-in-box-item__name p{
  font-size: 16px;
}
.promotion-in-box .promotion-in-box__details {
  flex: 0 0 100%;
  font-size: 16px;
  color: #828282;
}
.promotion-in-box .promotion-in-box__details {
  flex: 0 0 100%;
  font-size: 16px;
  color: #828282;
}
.promotion-form,.feedback-form {
  display: flex;
  flex-wrap: wrap;
}
.promotion-form{
	align-items: center;
}
.feedback-form {
  flex-direction: column;
  align-items: flex-start;
}
.promotion-form{
	width: 60%;
}
.feedback-form-inputs{
	flex: 0 0 48%;
	margin-right: 20px;
}
.promotion-form-inputs {
  margin-right: 20px;
  flex: 0 0 290px;
}
.promotion-politic,.feedback-politic {
  margin-top: 10px;
  font-size: 12px;
}
.estimate-politic{
	margin-top: 10px;
}
.services-box {
  padding: 70px 0 0;
}
.services-box h2,.services-subtitle {
  text-align: center;
}
.services-subtitle{
	font-size: 25px;
	font-weight: 500;
	line-height: 1.5;
	margin-bottom: 30px;
}
.services {
  padding: 30px 0 0;
}
.services-item {
  padding: 25px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  border: 3px solid var(--main-color-hover);
  margin-bottom: 25px;
}


.services-item__img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.services-item__img, .services-item__info {
  flex: 0 0 49%;
}
.services-item__img {
  min-height: 265px;
}
.services .btn{
	color: #242c37;
}
h3 {
  font-size: 30px;
  line-height: 1.5;
  font-weight: 600;
  margin-bottom: 10px;
}
.services-item__info-price {
  font-size: 20px;
  line-height: 1.5;
  width: 200px;
  display: flex;
  justify-content: center;
  margin-bottom: 15px;
  height: 40px;
  align-items: center;
  font-weight: 600;
  background: var(--main-color);
}
.services-item__info-txt p, 
.services-item__info-txt ul li {
  font-weight: 500;
  line-height: 1.5;
}
.services-item__info-txt p {
  margin-bottom: 10px;
}
.services-item__info-txt ul {
  list-style-type: disc;
  list-style-position: inside;
  margin-bottom: 20px;
}
.services-item__info-promo {
  margin-bottom: 15px;
  width: 50%;
  text-align: center;
  background: var(--main-color);
  font-weight: 600;
  padding: 3px;
  position: relative;
  font-size: 14px;
  margin-left: 30px;
  transform: translate3D(0,0,0);
  transition: transform 2s;
  animation: vibration .5s ease infinite;
  /*animation-name: vibration;
  animation-duration: 0.5s;
  animation-timing-function: ease;
  animation-iteration-count: infinite;*/
}
@-webkit-keyframes vibration{
	0% {
		-webkit-transform: translateX(-3px,0,0) rotate(-2deg);
		transform: translateX(-3px) rotate(-2deg);
	}
	50% {
		-webkit-transform: transform: translateX(3px,0,0) rotate(2deg);
		transform: translateX(3px) rotate(2deg);
	}
	100% {
		-webkit-transform: transform: translateX(-3px,0,0) rotate(-2deg);
		transform: translateX(-3px) rotate(-2deg);
	}
}

@keyframes vibration{
	0% {
		-webkit-transform: translateX(-3px,0,0) rotate(-2deg);
		transform: translateX(-3px) rotate(-2deg);
	}
	50% {
		-webkit-transform: transform: translateX(3px,0,0) rotate(2deg);
		transform: translateX(3px) rotate(2deg);
	}
	100% {
		-webkit-transform: transform: translateX(-3px,0,0) rotate(-2deg);
		transform: translateX(-3px) rotate(-2deg);
	}
}


.services-item__info-promo:before{
	position: absolute;
	content: '';
	top: -8px;
	left: -35px;
	width:  45px;
	height: 45px;
	display: block;
	border-radius: 50%;
	background: #04c619;
	box-shadow: 0px 0px 4px 2px #fff;
}
.steps-box {
  padding: 70px 0 0;
}
.steps {
  padding: 30px 0 0;
  display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.steps-item{
	flex: 0 0 48%;
	border-radius: 20px;
	box-shadow: 0 0 10px 5px #ccc;
}
.steps-item.steps-main {
  flex: 0 0 100%;
}
.steps-item__img {
  position: relative;
	z-index: 800;
	height: 100%;
	overflow: hidden;
	border-radius: 15px;
}
.steps-item__img img {
  width: 100%;
	height: 100%;
	object-fit: cover;
}
.steps-item {
  flex: 0 0 48%;
  border-radius: 15px;
  box-shadow: 0 0 10px 5px #ccc;
  margin-bottom: 50px;
  position: relative;
  height: 370px;
}

.steps-item__info {
  position: absolute;
  z-index: 999;
  right: 20px;
  top: 30px;
  width: 60%;
  padding-right: 20px;
  display: flex;
	flex-direction: column;
	justify-content: space-between;
	height: calc( 370px - 50px);
}

.steps-item__info h3{
	font-size: 20px;
}

.steps-item__info ul li {
  font-weight: 500;
  line-height: 1.5;
  font-size: 17px;
  margin-bottom: 10px;
  display: flex;
  align-items: flex-start;
}
.steps-item__info ul li:before{
	content: '\2014';
	display: block;
	font-weight: 500;
	margin-right: 10px;
	font-size: 18px;
}
.steps-item__info-srok-label {
  font-weight: 600;
  display: block;
  margin-right: 8px;
}
.steps-item__info-srok {
  display: flex;
  flex-wrap: wrap;
}
.comp {
  padding: 10px 0;
}
.comp-box {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  align-items: flex-start;
  padding: 40px 0;
}
.comp-info {
  text-align: center;
  color: #fff;
  font-weight: 500;
  font-size: 18px;
  line-height: 1.5;
}
.comp-advan-item__name {
  line-height: 1.5;
  color: #fff;
  font-weight: 500;
  font-size: 16px;
  flex: 0 0 60%;
}
.comp-advan {
  padding: 30px 0;
  display: flex;
  width: 100%;
  margin: 0 auto;
  justify-content: space-between;
  flex-direction: column;
}
.comp-left {
  flex: 0 0 40%;
}
.comp-right {
  flex: 0 0 56%;
}
.comp-advan-item {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
.comp-advan-item__img {
  width: 125px;
  height: 90px;
  flex: 0 0 125px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-right: 12px;
}
.comp-advan-item__img img{
	width: 100%;
	height: 100%;
	object-fit: contain;
}
.digit-box {
  margin: 70px;
}
.digit {
  display: flex;
  justify-content: space-between;
  height: 250px;
  align-items: center;
}
.digit,.estimate-window,.freedback-window{
  border-radius: 10px;
  border: 2px dotted #797979;
  padding: 40px 20px;
}
.digit-wrap,.estimate-wrap,.feedback-wrap{
	padding: 10px;
	border-radius: 10px;
	box-shadow: 0px 0px 10px 5px #d5d4d4;
}
.digit-item__name {
  font-size: 28px;
  line-height: 1.5;
  font-weight: 500;
  color: var(--main-color-hover);
}
.digit-item__name span {
  font-size: 32px;
  font-weight: bold;
  display: block;
  line-height: 1.5;
}
.digit-item-main {
  color: var(--three-color);
  font-weight: 500;
  font-size: 18px;
  margin-bottom: 10px;
}
.digit-item-main span {
  font-size: 60px;
  font-weight: 800;
}
.digit-item-label {
  color: var(--main-color-hover);
  font-weight: 500;
  font-size: 16px;
  line-height: 1.2;
}
.digit-item {
  margin-right: 40px;
  height: 110px;
}
/*.digit .digit-item:nth-child(1){
	flex: 0 0 11%;
}*/

.estimate {
  display: flex;
  flex-wrap: wrap;
  padding: 30px 0;
  justify-content: space-around;
}
.estimate-wrap {
  background: #fff;
}
.estimate-window h3 {
  color: var(--main-color-hover);
  text-align: center;
  font-weight: 700;
}
.estimate-item {
  flex: 0 0 50%;
}
.estimate .estimate-item:nth-child(2) {
  flex: 0 0 35%;
}
.process-block-rabot .estimate-left {
  flex: 0 0 100%;
  transform: rotate(270deg);
  text-transform: uppercase;
  color: #cfcfcf;
  font-size: 60px;
  font-weight: 700;
  -webkit-transform: rotate(270deg);
  -moz-transform: rotate(270deg);
  position: absolute;
  top: 45%;
  left: -300px;
}
.estimate-window .subtitle {
  color: var(--main-color-hover);
  font-weight: 500;
  font-size: 20px;
  line-height: 1.5;
  text-align: center;
  width: 80%;
  margin: 0 auto 20px;
}

.estimate-window-content .estimate-inputs input{
	margin-bottom: 15px;
}
.estimate-politic {
  color: var(--main-color-hover);
  margin-bottom: 15px;
}
.estimate-btn {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}

.reviews-sec {
    margin-top: 70px;
    margin-bottom: 70px;
    position: relative;
  }
  .reviews-sec__grid {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    padding-top: 40px;
  }
  .reviews-sec__item {
    background-color: #fff;
    -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.11);
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.11);
    border-radius: 20px;
    padding: 30px;
    flex: 0 0 49%;
    margin-bottom: 20px;
  }
  .reviews-sec__name {
    font-size: 22px;
    font-weight: 500;
    margin-bottom: 30px;
  }
  .reviews-sec__text {
    font-size: 14px;
    line-height: 24px;
    padding-left: 50px;
    position: relative;
  }
  .reviews-sec__text svg {
    position: absolute;
    left: 10px;
    top: 0px;
    height: 20px;
    width: 20px;
    fill: var(--main-color);
  }
  .question {
  	padding: 40px 0;
	}
.question-item:not(:last-child) {
  margin-bottom: 10px;
}
.question-item {
  background-color: var(--main-color);
  cursor: pointer;
}
.question-item__head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 20px 30px;
}
.question-item__name {
  font-weight: 600;
  line-height: 1.35;
  font-size: 22px;
  color: #fff;
  padding-right: 20px;
}
.question-item__icon {
  line-height: 0;
  padding: 8px;
  transition: 0.5s;
  border-radius: 100%;
  background-color: transparent;
}
.question-item__body {
  display: none;
  color: var(--golden-color);
  font-size: 20px;
  line-height: 1.55;
  padding: 20px 30px 30px;
  color: #fff;
}
.question-item__head:hover .question-item__icon {
  background-color: var(--main-color-hover);
  display: flex;
  align-items: center;
  justify-content: center;
}
.question-item__body.accordion-item__body {
  background: #f3f3f3;
  color: #000000;
}
.question-item__head .question-item__icon svg path {
	fill: #fff;
}
.question-item__head:hover .question-item__icon svg path {
  fill: #fff;
}
.question-item__head.is--open .question-item__icon {
  transform: rotate(45deg);
}
.feedback-box {
  padding: 60px 0 40px;
}
.feedback {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  padding-top: 30px;
}
.feedback .feedback-item:nth-child(2){
	flex: 0 0 60%;
}
.feedback-window__title,
.feedback-window__subtitle{
  text-align: center;
  line-height: 1.5;
}
.feedback-window__title {
  text-align: center;
  margin-bottom: 10px;
  font-weight: 700;
  font-size: 20px;
  text-transform: uppercase;
}
.feedback-window__subtitle{
	margin-bottom: 15px;
}
ul.feedback-list{
	margin-bottom: 15px;
}
ul.feedback-list li {
  display: flex;
  align-items: center;
  line-height: 1.5;
  font-size: 18px;
  margin-bottom: 10px;
  font-weight: 500;
}
ul.feedback-list li svg{
	flex: 0 0 20px;
	width: 20px;
	height: 20px;
	margin-right: 10px;
}
.feedback-item-contact__title {
  font-weight: 700;
  font-size: 30px;
  margin-bottom: 20px;
}
.feedback-item__row-circle{
	background: var(--main-color);
}
.feedback-item__row-circle,
.feedback-item__row-circle-2 {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  margin-right: 15px;
}
.feedback-item__row-circle-2 {
	box-shadow: 0 0 5px -2px #1e1e1e;
}
.feedback-item__row-box {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  flex: 0 0 100%;
}
.feedback-item__row-phone {
  line-height: 1.5;
  font-weight: 500;
  font-size: 20px;
  color: #242c37;
  margin: 8px 0;
  display: block;
  flex: 0 0 100%;
}
.feedback-item__row-schedule {
  display: flex;
  align-items: center;
}
.feedback-item__row-schedule svg {
  width: 24px;
  height: 24px;
  margin-right: 10px;
}
.feedback-item__row {
  margin-bottom: 15px;
/*  display: flex;
	flex-wrap: wrap;*/
}
.feedback-item__row-soc a {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  margin-right: 20px;
  color: #242c37;
}
.feedback-item__row-soc a svg{
	flex: 0 0 34px;
	width: 34px;
	height: 34px;
	margin-right: 10px;
}
.feedback-item__row-soc {
  display: flex;
  justify-content: flex-start;
  padding: 0;
}

.first-screen__screen {
  height: 620px;
  background: #f2f2f2;
  border-radius: 20px;
  padding: 35px 30px;
  overflow: hidden;
  position: relative;
  -webkit-box-shadow: 0 0 20px rgba(0, 0, 0, 0.11);
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.11);
}
.first-screen .left-screen {
  position: relative;
	z-index: 2;
	width: 45%;
	display: flex;
	flex-direction: column;
	justify-content: center;
	height: 100%;
	padding: 25px;
	border: 4px solid #f8c134;
	border-radius: 25px;
	box-shadow: 0 0 12px 4px rgba(0, 0, 0, 0.11);
}
.first-screen .left-screen-box {
  margin-bottom: 50px;
}
.first-screen .left-screen__title {
  font-weight: 600;
  text-transform: uppercase;
  white-space: pre-line;
  font-size: 35px;
  line-height: 40px;
  color: var(--main-color-hover);
}
.first-screen .left-screen__sub-title::before {
  content: "";
  background: url("/img/warning.png");
  background-size: contain;
  background-repeat: no-repeat;
  position: absolute;
  left: 0;
  height: 20px;
  width: 20px;
  top: 0px;
}
.first-screen .left-screen__sub-title::before {
  content: "";
  background: url("/img/warning.png");
  background-size: contain;
  background-repeat: no-repeat;
  position: absolute;
  left: 0;
  height: 20px;
  width: 20px;
  top: 0px;
}
.first-screen .left-screen__sub-title {
  margin-top: 15px;
  font-weight: 400;
  white-space: pre-line;
  font-size: 15px;
  line-height: 19px;
  padding-left: 30px;
  position: relative;
}
.first-screen .left-screen__sub-title {
  font-weight: 400;
  white-space: pre-line;
  font-size: 15px;
  line-height: 19px;
}
.first-screen .left-screen__small-title {
  margin-top: 20px;
  max-width: 500px;
  font-size: 23px;
  font-weight: 600;
  color: var(--main-color-hover);
  letter-spacing: 0.02em;
  line-height: 1.5;
}
.first-screen .left-screen__small .left-screen__small-subtitle{
	color: #fff;
	margin-top: 0;
	padding-left: 40px;
	letter-spacing: 0.02em;
  line-height: 1.5;
  font-size: 23px;
  font-weight: 600;
}
.left-screen__small {
  display: flex;
	align-items: center;
	background: var(--three-color);
	padding: 15px;
	margin-top: 30px;
	width: 88%;
	position: relative;
	height: 60px;
}
.left-screen__small__img {
  flex: 0 0 90px;
	margin-right: 10px;
	position: absolute;
	width: 90px;
	left: -40px;
}
.left-screen__small__img img{
	width: 100%;
}
.first-screen .left-screen__ul {
  max-width: 450px;
  margin-top: 20px;
}
.first-screen .left-screen__ul li:before {
  height: 7px;
  width: 7px;
  border-radius: 50%;
  position: absolute;
  left: 0;
  top: 2px;
  background: var(--three-color);
  content: "";
}

.first-screen .left-screen__ul li {
  display: block;
  font-style: italic;
  font-size: 17px;
  font-weight: 600;
  position: relative;
  padding-left: 20px;
}
.first-screen .left-screen__btn {
  border-radius: 50px;
  font-weight: 600;
  font-size: 18px;
  cursor: pointer;
  margin-top: 30px;
  padding: 15px 25px;
  background: #f5ab3b;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  -webkit-box-shadow: 0 0 20px rgba(0, 0, 0, 0.11);
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.11);
  color: #fff;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}
.first-screen .right-screen img {
  position: absolute;
  right: -85px;
	bottom: 0;
	width: 58%;
}
#kviz{
	padding: 40px 0;
}
#kviz .kviz-title,
#kviz .kviz-subtitle{
	font-size: 34px;
	font-weight: 700;
	line-height: 1.5;
	text-transform: uppercase;
	text-align: center;
}
#kviz .kviz-title{
	margin-bottom: 10px;
}
#kviz .kviz-subtitle{
	padding: 10px;
	background: var(--main-color);
	margin: 0 auto 20px;
	width: 45%;
}

.phone-sec-mob-btn-calc.btn {
	border-radius: 50px;
	color: #000;
	background: var(--main-color);
	font-family: 'Montserrat', sans-serif;
	font-weight: 500;
	cursor: pointer;
	text-transform: uppercase;
	font-size: 12px;
	letter-spacing: 0.02em;
	-webkit-transition: 0.3s;
	transition: 0.3s;
	display: inline-block;
	
}
.phone-sec-mob-btn-calc.btn{
	display: none;
}
/***************************************************************************************************************************************************/

.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;
}
.reserv {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  padding: 30px 0;
}

.reserv-item {
  flex: 0 0 31%;
  padding: 40px 22px 22px;
  height: 270px;
  border: 2px solid #fff;
}
.reserv-item__step {
  height: 55px;
	width: 55px;
	display: flex;
	justify-content: center;
	align-items: center;
	border-radius: 50%;
	background: #fff;
	color: var(--main-color-hover);
	font-size: 30px;
	font-weight: 800;
	margin-bottom: 15px;
}
.reserv-item__name {
  font-size: 20px;
  line-height: 1.5;
  font-weight: 700;
  width: 80%;
  margin-bottom: 15px;
}
.reserv-subtitle {
  text-align: center;
  font-weight: 500;
  font-size: 24px;
}
.reserv-item__desc {
  font-size: 20px;
  line-height: 1.5;
  font-weight: 500;
}
.steps-item__num {
  position: absolute;
  top: -30px;
  left: 20px;
  z-index: 850;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  background: var(--main-color);
  color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 32px;
  font-weight: 800;
  text-shadow: 1px 0 1px #fff;
  box-shadow: 0 0 8px 1px #888;
}
.reserv-iframe{
	height: 850px;
}
.reserv-iframe iframe{
	height: 100%;
}
#restoplace-wrapper-btn {
  display: none;
}
.arrow{
	position: fixed;
	right: 25px;
	bottom: 4%;
	width: 60px;
	height: 60px;
	display: flex;
	justify-content: center;
	align-items: center;
	font-size: 22px;
	font-weight: 700;
/*	transform: rotate(-90deg);*/
	background: var(--main-color);
	transition: .6s;
	color: #fff;
	border-radius: 50%;
	z-index: 9999;
	box-shadow: 0px 0px 9px 2px var(--main-color-hover);
	cursor: pointer;
}
.arrow:hover{
	box-shadow: 0px 0px 9px 2px var(--main-color),inset 0px 0px 10px -3px #fff;
	background: var(--main-color-hover);
}
.arrow img{
	width: 25px;
	height: 25px;
}



#bg {
  -webkit-clip-path: polygon(100% 0, 100% 77%, 57% 100%, 0 100%, 0 0);
  clip-path: polygon(100% 0, 100% 77%, 57% 100%, 0 100%, 0 0);
  background-color: #4D8802;
  width: 100%;
  height: 360px;
  position: absolute;
  z-index: -1;
}
@media (min-width: 840px) {
 #bg {
    -webkit-clip-path: polygon(0 0, 79% 0, 53% 100%, 0% 100%);
    clip-path: polygon(0 0, 79% 0, 53% 100%, 0% 100%);
  }
}
@media (max-width: 480px) {
 #bg {
  height: 1100px;
  }
}
@media (min-width: 840px) {
  .main_blago {
    border-radius: 25px;
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 50% 50%;
    grid-template-columns: 50% 50%;
    grid-template-areas: "p c";
    justify-items: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
}
.main_blago section#card {
  background-color: white;
  padding: 20px;
  border-radius: 15px;
  margin: 1em auto;
  -webkit-box-shadow: 0 10px 30px rgba(0, 0, 0, 0.2);
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.2);
  width: 80%;
}
@media (min-width: 840px) {
  .main_blago section#card {
    grid-area: c;
    height: -webkit-fit-content;
    height: -moz-fit-content;
    height: fit-content;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
    margin: 1em;
  }
}
.main_blago ul {
  list-style-type: none;
  margin: 10;
  padding: 0;
}
.main_blago ul li {
  margin-bottom: 10px;
}
.main_blago ul li span {
  position: absolute;
  width: 30px;
  height: 30px;
  background-color: #FDEB0B;
  border-radius: 50%;
  margin-right: 10px;
  margin-top: 10px;
}
.main_blago ul li strong {
  display: inline-block;
  margin-left: 40px;
  margin-top: 10px;
  font-weight: normal
}
.main_blago section#primary {
  color: white;
  padding: 15px;
  text-align: center;
  text-transform: uppercase;
}
@media (min-width: 840px) {
  .main_blago section#primary {
    grid-area: p;
    text-align: left;
    margin: 4em 0 0 4em;
  }
}
.main_blago section#primary h2 {
  font-size: 2em;
  margin-top: 10px;
  text-transform: uppercase;
}
@media (min-width: 840px) {
  .main_blago section#primary h2 {
    widows: 30%;
    font-size: 3em;
    line-height: 1.2em;
  }
}
@media (max-width: 480px) {
  .main_blago section#primary h2 {
    font-size: 1.5em;
  }
}
.main_blago section#primary p {
  font-size: 1.4em;
}
.main_blago section#primary div {
  color: #001333;
  border-radius: 15px;
  text-decoration: none;
  text-transform: uppercase;
  font-weight: bold;
  background-color: #fff;
  display: block;
  text-align: center;
  margin: 50px auto 0 auto;
  padding: 15px;
}
@media (min-width: 840px) {
  .main_blago section#primary div {
    display: inline-block;
    padding: 15px 60px;
  }
}

.sample09 {
	list-style: none;
	font-weight: 500;
    line-height: 1.5;
    font-size: 17px;
	position: relative;
	top: -4em;
	left: 5em;
}
.sample09 p {
	position: relative;
	margin: 5px 40px;
	top: 10px;
}
.sample09 p::after {
	display: block;
	position: absolute;
	top: -.2em;
	left: -1.2em;
	font-size: 26px;
}
.sample09 p:after {
	content: '\2618';
	color: #4D8802;
}
@media (max-width: 480px) {
  .sample09 {
    font-size: 14px;
}
}