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

h1{
    line-height: 1.2em;
	color: #fff;
}

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

.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;
	 border: 2px solid #333333;
	padding: 10px 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);*/
	box-shadow: inset 0px 0px 8px 1px var(--main-color-hover);
}

header,
footer {
	/*position: fixed;
	top: 0;
	left: 0;*/
	/*height: 80px;*/
	background: rgba(241, 242, 242, 0.8);
	width: 100%;
	z-index: 5;
	padding:  20px 0;
	color: #000;
}
/*header{
	position: fixed;
	background: rgb(255, 255, 255);
	z-index: 990;
	box-shadow: 0px -1px 27px -11px #000;
}*/

@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{
	flex: 0 0 69%;
}
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 17%;
}
.logo-sec img{
	width: 100%;
}

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


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 100%;
	margin-right: 10px;
}

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

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

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;
	flex-direction: column;
	justify-content: center;
	margin-right: 15px;
}

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: #000;
}
header .right-sec .phone-sec a:hover,
footer .right-sec .phone-sec a:hover{
	color: var(--main-color-hover);
}
.phone-sec-soc {
  padding: 5px;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  align-items: center;
}
header .right-sec .phone-sec-soc a, 
footer .right-sec .phone-sec-soc a,
.mobile-infos .phone-sec-soc a{
  display: block;
}
header .right-sec .phone-sec-soc a:nth-child(1), 
footer .right-sec .phone-sec-soc a:nth-child(1),
.mobile-infos .phone-sec-soc a:nth-child(1){
	margin-right: 10px;
}
header .right-sec .phone-sec-soc a svg, 
footer .right-sec .phone-sec-soc a svg,
.mobile-infos .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 svg:hover, 
footer .right-sec .phone-sec-soc a svg:hover,
.mobile-infos .phone-sec-soc a svg:hover {
	color: var(--main-color-hover);
}

footer {
	position: relative;
	height: auto;
}

footer .wrapper {
	height: 100%;
}

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

.menu-sec {
	height: 80px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	flex: 0 0 67%;
	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;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	align-items: center;
	justify-content: flex-start;
	width: 100%;
}

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

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

@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: #000;
	-webkit-transition: 0.3s;
	transition: 0.3s;
	line-height: 24px;
	display: inline-block;
	font-size: 14px;
	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: auto;
	/*-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;
    line-height: 1.5;
    font-size: 32px;
}

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

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

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

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

.advantage-sec .advantage {
	padding-left: 0;
	position: relative;
	display: flex;
	align-items: center;
	justify-content: flex-start;
}

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

.advantage-sec .advantage .ico {
	height: 60px;
	width: 60px;
	flex: 0 0 60px;
	border: 2px dashed var(--main-color);
	border-radius: 50%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	position: relative;
	left: 0;
	top: 0;
	margin-right: 20px;
}
.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: 40px;
}
.portfolio-wrap h2 {
  margin-bottom: 40px;
}

@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-hover);
	-webkit-transition: 0.3s;
	transition: 0.3s;
	text-decoration: underline;
}

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

.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 {
    flex: 0 0 21%;
    display: flex;
		flex-wrap: wrap;
		justify-content: flex-end;
		align-items: center;
}
footer .left-sec{
	justify-content: center;
}
.soc-item:hover {
	opacity: .8;
}
.portfolio{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-around;
	padding-bottom: 40px;
}
.portfolio-link{
	flex: 0 0 23%;
	margin-bottom: 20px;
	margin-right: 20px;
	display: block;	
	box-shadow: 0px 0px 15px -2px #ababab;
	transition: .6s;
}
.portfolio-link:hover{
	box-shadow: 0px 0px 20px -5px var(--main-color-hover);
}
.portfolio-link:hover .portfolio-link__img img{
	transform: scale(1.1);
	filter: brightness(1);
}
.portfolio-link__img img{
	transition: 1.3s;
	transform: scale(1.0);
	transition: .6s;
	filter: brightness(.7);
}
.portfolio-link__img {
  display: block;
  height: 200px;
  overflow: hidden;
}
.portfolio-link__info {
  font-size: 18px;
	font-weight: 600;
	color: #fff;
	padding: 5px 10px;
	display: block;
	line-height: 1.5;
	height: 50px;
	width: 100%;
	padding-right: 80px;
	background: var(--main-color);
}
.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 23%;
	margin-right: 20px;
	margin-bottom: 20px;
}
.portfolio-img img{
	width: 100%;
	object-fit: cover;
	height: 180px;	
	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-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: #ed4634;;
    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: #d31136;
    background-image: linear-gradient(to right, #eea448 0%, #f37145 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: #d31136;
    background-image: linear-gradient(to right, #eea448 0%, #f37145 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: #aeaeae;
}

.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: #000;
    font-size: 30px;
	font-weight: 600;
	line-height: 35px;
}

.form-block .subtitle {
    text-align: left;
    color: #000;
    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: #000;
    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) 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: 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: #000;
}
.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: #ed4634;
}
.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;
}
.social .whatsapp svg,.social .vk svg {
    width: 30px;
}
.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%;
}
.services-wrap,.service-wrap {
  padding: 40px 0;
}
.services-wrap h2,.service-wrap h2 {
  text-align: center;
  color:#FFFFFF;
}
.services,.service {
  padding: 40px 0;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
}
.service-item {
  flex: 0 0 23%;
  position: relative;
  margin-right: 20px;
  margin-bottom: 20px;
  display: flex;
	justify-content: center;
	align-items: center;
	transition: .4s;
}
.service-item:hover .service-item__img{
	filter: brightness(.3);
}
.service-item:hover .service-item__link{
	opacity: 1;
	display: flex;
/*	border: 1px solid #fff;
	width: 200px;
	height: 200px;*/
}
.service-item:hover .service-item__name{
	opacity: 0;
  display: none;
}
.service-item__link {
  opacity: 0;
  display: none;
  position: absolute;
	color: #fff;
	font-size: 22px;
	text-transform: uppercase;
	line-height: 1.5;
	display: flex;
	justify-content: center;
	align-items: center;
	width: 100%;
	height: 100%;
	border: 1px solid transparent;
	font-weight: 600;
	z-index: 999;
	transition: .4s;
}
.service-item__link:before{
	content: '';
	position: absolute;
	width: 200px;
  height: 200px;
	border: 1px solid #fff;
	background: transparent;
	z-index: 950;
	display: block;
}
.service-item__name {
  position: absolute;
  z-index: 995;
  color: #fff;
  font-size: 22px;
  font-weight: 600;
  text-transform: uppercase;
  padding: 0 20px;
  line-height: 1.4;
  text-align: center;
  opacity: 1;
  display: block;
  transition: .4s;
}
.service-item__img img {
  height: 100%;
  width: 100%;
  object-fit: cover;
}
.service-item__img {
  height: 275px;
  position: relative;
	z-index: 888;
	filter: brightness(.6);
	transition: .4s;
	width: 100%;
}
.services-item {
  flex: 0 0 48%;
  margin-right: 20px;
  margin-bottom: 30px;
}
.services-item__img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.services-item__img {
  /*margin-bottom: 10px;*/
  height: 300px;
}
.services-item__name {
  line-height: 1.5;
  font-size: 22px;
  font-weight: 600;
  margin-bottom: 10px;
}
.services-item__desc {
  padding: 0 10px 20px;
  height: auto;
}
.price table {
  width: 80%;
}
.price-table tbody tr, 
.price-table thead tr{
  border-bottom: 1px solid #cccaca;
  color: #fff;
}
.price-table tbody tr td,
.price-table thead tr th {
  padding: 10px;
  text-align: left;
}
.price-table tbody tr:nth-child(2n+1){
	background: var(--main-color);
}
.price-table tbody tr:nth-child(2n+1) td{
	color: #fff;
}
.price-table tbody tr td:first-child{
	font-weight: 600;
}
.price-table thead tr th,.price-table tbody tr td{
	font-weight: 600;
}
.price h2 {
  margin-bottom: 30px;
}
.o-comp {
  display: flex;
  padding: 40px 25px;
  flex-wrap: wrap;
  justify-content: space-between;
}
.o-comp__img {
  flex: 0 0 46%;
  box-shadow: 3px 3px 5px 1px #222;
  height: auto;
}
.o-comp__img iframe{
	display: block;
	height: 100%;
	width: 100%;
}
.o-comp__img img {
  width: 100%;
  display: block;
  height: 100%;
  object-fit: cover;
}
.o-comp__desc {
  flex: 0 0 51%;
  padding-top: 10px;
}
.o-comp__desc p {
  margin-bottom: 10px;
  font-size: 18px;
  line-height: 1.5;
  color: #000;
}
.o-comp__desc ul li {
  font-size: 18px;
  line-height: 1.5;
  color: #000;
}
.services-item__var-par {
  font-size: 20px;
  line-height: 1.5;
  text-transform: uppercase;
  color: #fff;
  font-weight: 600;
}
.services-item__var {
  margin-bottom: 12px;
  padding-left: 15px;
	border-left: 4px solid #fff;
	margin-left: 22px;
	text-shadow: 1px 1px #3b3b3b;
}
.services-item__dop {
  background: #3b3b42;
	padding: 15px 20px;
	color: #fff;
	display: flex;
	justify-content: center;
	align-items: flex-start;
	flex-direction: column;
	opacity: .8;
}
.services-item__desc {
  padding: 20px 15px 30px;
  color: #fff;
  background: #3b3b42;
  opacity: .8;
  margin-bottom: 20px;
}
.services-item__txt {
  color: #fff;
  font-weight: 500;
	margin-bottom: 5px;
}
.services-item {
  flex: 0 0 48%;
  margin-right: 20px;
  margin-bottom: 30px;
  padding: 20px;
  box-shadow: 5px 5px 20px -10px #000;
  background: url(/userfiles/images/3333.jpg);
  display: flex;
	flex-direction: column;
	justify-content: space-between;
}
.services-item__desc ol {
  padding-left: 20px;
  margin: 20px 0;
}
.services-item__desc ol li {
  font-weight: 500;
}
.services-item__desc ol li:before{
	content: '\2014';
	padding-right: 10px;
	font-weight: 600;
}
.reviews-wrap {
  padding: 60px 0;
  margin: 0 auto;
}
.reviews-wrap h2 {
  margin-bottom: 40px;
  text-align: center;
}
.reviews {
  display: flex;
  justify-content: center;
}
.social .whatsapp svg:hover,.social .vk svg:hover{
	/*opacity: .8;*/
	filter: brightness(.7);
}
header .right-sec .phone-sec-soc a.whatsapp svg, 
footer .right-sec .phone-sec-soc a.whatsapp svg,
.social .whatsapp svg,
.mobile-infos .phone-sec-soc a.whatsapp svg{
	color: #41B619;
	opacity: 1;
	transition: .4s;
	filter: brightness(1);
	display: block;
	/*box-shadow: 0px 0px 6px 0px #000;*/
	/*border-radius: 50%;*/
}
header .right-sec .phone-sec-soc a.vk svg, 
footer .right-sec .phone-sec-soc a.vk svg,
.social .vk svg,.mobile-infos .phone-sec-soc a.vk svg{
	color: #0043A4;
	opacity: 1;
	transition: .4s;
	filter: brightness(1);
	display: block;
	/*box-shadow: 0px 0px 6px 0px #000;*/
	/*border-radius: 50%;*/
}
.avtostekla-sec.avtostekla-back {
  background: var(--main-color);
}
.avtostekla-sec {
  padding: 60px 0;
}
.avtostekla-sec h2{
	text-align: center;
}
.avtostekla-sec.avtostekla-back h2,
.avtostekla-back .avtostekla-subtitle,
.avtostekla-back .avstekla-box__desc-txt,
.avtostekla-back .avstekla-box__desc ul li,
.avtostekla-back .avstekla-box__desc ul li:before,
.avtostekla-back .avstekla-box__desc-txt-name,
.avtostekla-back .avtosteklo-foot-box ul li{
	color: #fff;
}
.avtostekla-sec.avtostekla-no-back h2,
.avtostekla-no-back .avtostekla-subtitle,
.avtostekla-no-back .avstekla-box__desc ul li,
.avtostekla-no-back .avstekla-box__desc ul li:before{
	color: #fff;
}
.avstekla-box {
  padding: 40px 0;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
}
.avstekla-box__img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.avtostekla-back .avstekla-box__img,
.avtostekla-no-back .avstekla-box__img {
  flex: 0 0 40%;
  height: 485px;
}
.avtostekla-back .avstekla-box__desc,
.avtostekla-no-back .avstekla-box__desc {
  flex: 0 0 45%;
}
.avtostekla-back .avstekla-box__img,
.avtostekla-no-back .avstekla-box__desc{
	order: 1;
	margin-right: 40px;
}
.avtostekla-back .avstekla-box__desc,
.avtostekla-no-back .avstekla-box__img{
	order: 2;
}

.avstekla-box__desc ul li,.avtostekla-subtitle, 
.avtosteklo-foot-box p.avstekla-box__desc-txt{
  margin-bottom: 20px;
}

.avstekla-box__desc-txt,
.avstekla-box__desc ul li,
.avtostekla-subtitle,.avtosteklo-foot-box ul li{
	line-height: 1.5;
  font-size: 20px;
  font-weight: 500;
}
.avstekla-box__desc-txt-name{
	line-height: 1.5;
  font-size: 22px;
  font-weight: 600;
  text-decoration: underline;
}


.avstekla-box__desc ul li,
.avtosteklo-foot-box ul li {
  display: flex;
	align-items: flex-start;
}
.avstekla-box__desc ul li:before,
.avtosteklo-foot-box ul li:before{ 
	content: '\2606';
	display: flex;
	font-size: 30px;
	padding-right: 10px;
	flex: 0 0 30px;
	width: 30px;
	height: 30px;
	justify-content: center;
	align-items: center;
}
.avtostekla-subtitle {
  text-align: center;
  margin-top: 20px;
}
.avtostekla-no-back .avstekla-box__img{
	box-shadow: 3px 3px 12px -3px #000;
}
.avtostekla-back .avstekla-box__img{
	box-shadow: 3px 3px 12px -3px #fff;
}
.serv-photo .portfolio-img {
  padding-top: 40px;
}
.serv-photo p/*,.portfolio-work, .portfolio-model*/ {
  line-height: 1.5;
  margin-bottom: 10px;
  font-size: 24px;
  font-weight: 500;
  color: var(--main-color);
	text-transform: uppercase;
}
.container {
  max-width: 1200px;
  margin: 0 auto;
}

/*.itc-slider__item {
  flex: 0 0 33.3333333333%;
  max-width: 33.3333333333%;
  height: 300px;
  display: flex;
  justify-content: center;
  align-items: center;
  color: rgba(255,255,255, 0.8);
  font-size: 7rem;
  margin-right: 20px;
}*/
/*.itc-slider__items .itc-slider__item:nth-child(3){
	margin-right: 0;
}*/
.itc-slider__item img{
	height: 100%;
	width: 100%;
	object-fit: cover;
}
.portfolio-slider {
	 padding: 50px 0;
}
.slider-review{
	position: relative;
}
.slider-road {
  overflow: hidden;
}
.slider-road__slide img {
  display: block;
  object-fit: cover;
	height: 100%;
	width: 100%;
}
.slider-road__slide{
	overflow: hidden;
	height: 300px;
}
.slider-road__wrapper {
  position: relative;
  width: 100%;
  display: flex;
  height: fit-content;
}
.review-navigation__btn.prev {
  left: -60px;
}
.review-navigation__btn {
  position: absolute;
  top: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 50px;
  color: #fff;
  text-align: center;
  background: rgb(0 0 0 / 20%);
  border: none;
  transform: translateY(-50%);
  cursor: pointer;
  z-index: 999;
}
.review-navigation__btn.next {
  right: -60px;
}

.review-navigation__btn:hover,
.review-navigation__btn:focus {
  color: #fff;
  text-decoration: none;
  background: rgb(0 0 0 / 30%);
  outline: 0;
}

.review-navigation__btn:before {
  content: "";
  display: inline-block;
  width: 20px;
  height: 20px;
  background: transparent no-repeat center center;
  background-size: 100% 100%;
}

.review-navigation__btn.prev:before {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' viewBox='0 0 8 8'%3E%3Cpath d='M5.25 0l-4 4 4 4 1.5-1.5-2.5-2.5 2.5-2.5-1.5-1.5z'/%3E%3C/svg%3E");
}

.review-navigation__btn.next:before {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' viewBox='0 0 8 8'%3E%3Cpath d='M2.75 0l-1.5 1.5 2.5 2.5-2.5 2.5 1.5 1.5 4-4-4-4z'/%3E%3C/svg%3E");
}
.slider-review__navigation {
  z-index: 3;
  position: absolute;
  width: 100%;
  left: 0;
  height: 60px;
  top: 50%;
  margin-top: -30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.social {
    padding-top: 20px;
    display: flex;
    flex-wrap: wrap;
}
.social a{
	display: block;
	margin-right: 10px;
}
#body-id{
	position: relative;
}
.call-btn .btn {
	position: fixed;
	bottom: 12%;
	right: 3%;
	width: 60px;
	height: 60px;
	border-radius: 50%;
	box-shadow: 10px 10px 50px -9px #000, -10px -10px 50px -9px #000;
	display: flex;
	justify-content: center;
	align-items: center;
	transition: .6s;
	text-align: center;
	z-index: 999999;
	padding: 10px 15px;
}
.call-btn .btn:hover{
	box-shadow: 5px 5px 20px -1px #000, -5px -5px 20px -1px #000;
}
.middle-sec {
    flex: 0 0 15%;
    display: flex;
    justify-content: flex-end;
}
.assort {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-bottom: 40px;
}
.assort-item__name {
    display: flex;
    height: 70px;
    justify-content: center;
    align-items: center;
    font-weight: 700;
    font-size: 36px;
    background: #bfbfbf;
    color: #fff;
    text-transform: uppercase;
}
.assort-item__img{
	padding: 20px 15px;
	text-align: center;
}
.assort-item {
  flex: 0 0 32%;
  box-shadow: none;
  transition: .5s;
  border: 1px solid #fff;
}
.assort-item:hover{
	box-shadow: 0 0 30px rgb( 0 0 0 / 20%);
}
.assort-item__par {
    padding: 15px 0 0;
}
.assort-item__par .assort-item__par-name:nth-child(2),
.assort-item__par .assort-item__par-name:nth-child(1){
	border-bottom: 1px solid #bfbfbf;
}
.assort-item__par-name {
  text-align: center;
  padding: 10px 0;
  font-weight: bold;
}
.assort-item__name.name-center {
    color: #e50f0f;
}
footer .logo-sec{
	max-width: 200px;
}
.arr-btn{
	display: flex;
	width: 50px;
	height: 50px;
	justify-content: center;
	align-items: center;
	font-weight: 900;
	background: var(--main-color);
	
	position: fixed;
	bottom: 4%;
	right: 3.5%;
	z-index: 9995;
	border-radius: 5px;
	transition: .5s;
	transform: rotate(45deg);
	transform-origin: 0 0;
  box-shadow: 10px 10px 50px -9px #000, -10px -10px 50px -9px #000;
  overflow: hidden;
}
a.arr-btn span,a.arr-btn img {
  display: block;
  transform: rotate(45deg) scaleX(1.25);
  font-size: 22px;
  color: #fff;
}
a.arr-btn img{
	transform: rotate(-45deg);
	width: 55%;
}
a.arr-btn span svg{
	color: #fff;
}
.arr-btn:hover{
	background: var(--main-color-hover);
	box-shadow: 5px 5px 20px -1px #000, -5px -5px 20px -1px #000;
/*	filter: brightness(1);*/
}
.requisites-wrap {
  padding: 40px 0;
}
.requisites{
	padding-top: 25px;
}
.requisites-item {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
.requisites-item__label {
  margin-right: 8px;
}
.requisites-item p{
	line-height: 1.5;
	font-size: 22px;
	margin-bottom: 10px;
}
#remont_form { 
display: block; 
font-size: 16px; 
font-weight: 700; 
color: #444; 
line-height: 1.3; 
padding: .6em 1.4em .5em .8em; width: 100%; 
max-width: 100%; 
box-sizing: border-box; 
margin: 0; 
border: 1px solid #aaa;
 box-shadow: 0 1px 0 1px rgba(0,0,0,.04); 
border-radius: .5em;
 -moz-appearance: none;
 -webkit-appearance: none;
 appearance: none;
 background-color: #fff; 
background-image: url('data:image/svg+xml;charset=US-ASCII,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%22292.4%22%20height%3D%22292.4%22%3E%3Cpath%20fill%3D%22%23007CB2%22%20d%3D%22M287%2069.4a17.6%2017.6%200%200%200-13-5.4H18.4c-5%200-9.3%201.8-12.9%205.4A17.6%2017.6%200%200%200%200%2082.2c0%205%201.8%209.3%205.4%2012.9l128%20127.9c3.6%203.6%207.8%205.4%2012.8%205.4s9.2-1.8%2012.8-5.4L287%2095c3.5-3.5%205.4-7.8%205.4-12.8%200-5-1.9-9.2-5.5-12.8z%22%2F%3E%3C%2Fsvg%3E'), linear-gradient(to bottom, #ffffff 0%,#e5e5e5 100%); 
background-repeat: no-repeat, repeat;
background-position: right .7em top 50%, 0 0;
background-size: .65em auto, 100%; 
} 

#remont_form::-ms-expand { display: none; } 
#remont_form:hover { border-color: #888; } 
#remont_form:focus { border-color: #aaa; 
 box-shadow: 0 0 1px 3px rgba(59, 153, 252, .7);
 box-shadow: 0 0 0 3px -moz-mac-focusring; 
color: #222;
 outline: none; 
} 
#remont_form option { font-weight:normal; } 
 *[dir="rtl"] .select-css, :root:lang(ar) .select-css, :root:lang(iw) .select-css { 
background-position: left .7em top 50%, 0 0; 
padding: .6em .8em .5em 1.4em; 
}
.brand__logo {
  text-align: center;
  margin-bottom: 30px;
}
.brand h2{
	line-height: 1.5;
	margin-bottom: 20px;
	color: #fff;
}
.brand__desc p{
  line-height: 1.5;
  margin-bottom: 20px;
  font-weight: 400;
  font-size: 18px;

}
.brand__desc ul li{
	font-weight: 400;
  font-size: 18px;
  line-height: 1.5;
  margin-bottom: 10px;
}
.sert-wrap{
	padding-top: 40px;
}
.sert{
	padding-top: 30px;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;	
}
.sert-wrap h2{
	text-align: center;
}
.sert-item{
	flex: 0 0 18%;
	margin-right: 20px;
	margin-bottom: 20px;
	padding: 5px;
	border: 6px solid #ddd;
	height: auto;
}
.sert-item img{
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.brand p, .sert-wrap h2, .contacts p, .contacts a,
.requisites-wrap h2, .requisites-wrap p, .o-comp__desc p,
.brand__desc ul li{
    color: #fff;
}
.req {
    margin-top: 20px;
    font-weight: 700;
    text-decoration: underline;
   
}
.req a{
	 transition: .4s;
    opacity: 1;
}
.req a:hover{
	opacity: .82;
}
.timetable div {
    font-size: 12px;
}
.btn-sec.call-btn .btn img {
  width: 100%;
}
.mobile-infos .phone-sec-soc,
.mobile-infos .timetable{
	display: none;
}
.assort-item__par-name a span {
  color: #fff;
}
.brand-img {
  text-align: center;
  margin-bottom: 20px;
}
/***************************************************************************************************************************************************/

#cookie_note{
        display: none;
        align-items: center;
        justify-content: center;
        position: fixed;
        bottom: 15px;
        left: 50%;
        max-width: 90%;
        transform: translateX(-50%);
        padding: 20px;
        background-color: rgba(150, 150, 150, .9);
        border-radius: 4px;
        box-shadow: 2px 3px 10px rgba(0, 0, 0, 0.4);
        z-index: 9999;
        width: fit-content;
    }

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

    #cookie_note .cookie_accept{
      width: 10%;
      display: flex;
      height: 35px;
      justify-content: center;
      align-items: center;
      background: #939598;
      border-radius: 4px;
      border: 2px solid #333333;
      box-shadow: 3px 3px 5px -3px #000;
      font-weight: 700;
      transition: .7s;
      flex: 0 0 10%;
      font-size: 14px;
      color: #fff;
      padding: 0;
      margin-top: 0;
      box-sizing: border-box;
    }
    #cookie_note .cookie_accept:hover{
      opacity: .9;
  		box-shadow: inset 0px 0px 8px 1px var(--main-color-hover);
    }

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

    @media (max-width: 575px){
        #cookie_note.show{
          display: block;
          text-align: left;
        }
    }
.btn-sec {
      position: relative;
    }
    .btn-sec-absolut {
      display: block;
      width: 100%;
      height: 100%;
      position: absolute;
      z-index: 999;
      top: 0;
      left: 0;
      background: transparent;
    }
    #footer_consult__privacy {
      -webkit-appearance: checkbox;
      -moz-appearance: checkbox;
      appearance: checkbox;
      margin-right: 10px;
      width: auto;
        height: auto;
        display: inline-block;
    }
    .checkbox-label {
      font-weight: normal;
      font-size: 14px;
      margin: 8px 0;
      cursor: initial;
    }




/**********************************************************************************************/
/**********************************MEDIA*******************************************************/
/**********************************************************************************************/
@media screen and (max-width: 600px) {
	.mobile-infos .phone-sec-soc{
		display: flex;
		justify-content: center;
	}
	.mobile-infos .phone-sec{
		margin-bottom: 0;
	}
	header .right-sec .btn-sec,
	footer .right-sec .btn-sec{
		display: none;
	}
	header .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{
		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;
		position: fixed;
	}
	.slider-sec{
		top: 100px;
	}
	.about-sec {
    padding-top: 50px;
    margin-top: 100px;
  }
  .slider-sec .slide-main img{
  	height: 100%;
  	object-fit: cover;
  	object-position: right;
  }
	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{
		flex: 0 0 100%;
		max-width: 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: 100%;
	}
	footer .wrapper {
	  align-items: flex-start;
	}
	footer .left-sec {
  	justify-content: space-between;
  	flex: 0 0 45%;
	}
	footer .right-sec {
  	flex: 0 0 40%;
  	flex-direction: column;
		align-items: flex-end;
	}
	footer .right-sec .phone-sec{
		text-align: right;
	}
	.phone-sec-soc{
		justify-content: flex-start;
		margin-bottom: 8px;
	}
	header .left-sec {
	  flex: 0 0 42%;
	}
	header .right-sec {
	  flex: 0 0 18%;
	}
	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;
	}
	.timetable div{
		font-size: 16px;
	}
	.middle-sec {
    flex: 0 0 25%;
  }
  .menu-sec{
  	padding-top: 0;
  }
  .slider-sec .slide-main .title-slides{
  	font-size: 22px;
  	margin-bottom: 32px;
  }
  .btn-sec.call-btn .btn img {
  	width: 80%;
	}
	.call-btn .btn{
		width: 80px;
		height: 80px;
		right: 2.5%;
	}
	.arr-btn{
		right: 1%;
	}
	.o-comp__img {
    flex: 0 0 100%;
    margin-bottom: 20px;
    height: 400px;
  }
  .o-comp__desc, .o-comp__img{
    flex: 0 0 100%;
  }
  .o-comp{
  	padding: 40px 0 0;
  }
  .services-wrap, .service-wrap, .service-wrap .service {
    padding: 10px 0;
	}
	.service-wrap .service {
		justify-content: space-between;
	}
	.service-wrap h2{
		font-size: 32px;
	}
	.service-item {
    flex: 0 0 49%;
    margin-right: 0;
  }
  .avstekla-box{
  	justify-content: space-between;
  	padding: 0 0 10px;
  }
  .avtostekla-back .avstekla-box__img,
  .avtostekla-no-back .avstekla-box__desc{
    margin-bottom: 20px;
  }
  .avtostekla-back .avstekla-box__img,
  .avtostekla-no-back .avstekla-box__img,
  .avtostekla-back .avstekla-box__desc, 
  .avtostekla-no-back .avstekla-box__desc{
		flex: 0 0 100%;
  }
  .avstekla-box__img img{
  	display: block;
  }
  .avtostekla-sec {
    padding: 40px 0;
	}
	.price table {
  	width: 100%;
	}
	.call-btn .btn{
		bottom: 23%;
	}
	.arr-btn{
		bottom: 15%;
	}
	.service-item__img{
		height: 230px;
	}
	.assort-item{
		margin-bottom: 30px;
		flex: 0 0 100%;
	}  
	.service-wrap{
		position: relative;
    z-index: -1;
	}
	header, footer{
		z-index: 9999999999;
	}
}
@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;
	}
	header .right-sec{
		display: none;	
	}
	.middle-sec {
  	flex: 0 0 35%;
  	justify-content: flex-start;
	}
}
@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%;
	}
	header .left-sec {
  	flex: 0 0 50%;
	}
	.slider-sec .slide-main .wrapper {
  	padding-left: 50px;
  	padding-right: 50px;
	}
	h1 {
  	font-size: 34px;
	}
	.advantage-sec .advantage {
  	padding-left: 40px;
	}
	.slider-sec .slide-main .title-slides {
    font-size: 18px;
  }
}
@media screen and (max-width: 440px) {
	.slider-sec .slide-main .title-slides{
		padding-left: 30px;
	}
	.advantage-sec .advantage {
  	padding-left: 0;
	}
	.service-wrap .service {
  	justify-content: center;
	}
	.service-item {
  	flex: 0 0 80%;
  }
  .service-item__img {
  	height: 250px;
	}
	footer .right-sec {
  	flex: 0 0 50%;
	}
	.slider-sec .slide-main .wrapper {
  	padding-left: 10px;
  	padding-right: 30px;
	}
	.o-comp__img{
		height: 350px;
	}
}
@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 {
	  flex: 0 0 60%;
	}
	h1 {
  	font-size: 28px;
	}
	.timetable div {
  	font-size: 14px;
	}
	header .left-sec {
  	flex: 0 0 50%;
	}
}
@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;
	}
	.middle-sec .timetable{
		display: none;
	}
	.mobile-infos .timetable{
		display: block;
	}
	.mobile-infos .timetable {
	  display: flex;
	  flex-direction: column;
	  align-items: center;
	  padding: 20px 0;
	}
	.portfolio-wrap {
  	padding: 40px 0 0;
	}
	.portfolio-wrap h2 {
  	margin-bottom: 0;
	}
	footer .right-sec .phone-sec a {
  	font-size: 16px;
	}
	footer .left-sec{
		flex: 0 0 50%;
	}
	.slider-sec .slide-main .title-slides {
  	padding-left: 20px;
  	font-size: 16px;
	}
	header .left-sec {
  	flex: 0 0 75%;
	}
	.timetable div {
  	font-size: 18px;
	}
	.o-comp__img{
		height: 300px;
	}
}
@media screen and (max-width: 360px) {
	header .logo-sec a, footer .logo-sec a {
	  margin: 0;
	}
	header .right-sec .phone-sec a, footer .right-sec .phone-sec a {
	  font-size: 18px;
	}
	.menu-sec{
		padding-top: 0;
	}
	footer .logo-sec {
  	margin-right: 0;
  	flex: 0 0 60%;
	}
	footer .wrapper {
  	flex-direction: column;
  	align-items: flex-start;
  	justify-content: center;
	}
	footer .left-sec {
  	justify-content: center;
	}
  footer .right-sec {
	  flex: 0 0 100%;
	  width: 100%;
	}
	footer .right-sec .phone-sec {
  	text-align: center;
	}
	.o-comp__img{
		height: 280px;
	}
}

.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;
	}
	.slider-sec .slide-main .title-slides{
		font-size: 18px;
	}
	h1 {
  	font-size: 24px;
  	display: block;
	}
	.service-item {
  	flex: 0 0 100%;
	}
	.service-item__img {
  	height: 280px;
	}
	.price-table thead tr th {
  	padding: 5px;
	}
	.phone-sec-soc {
  	justify-content: center;
  	width: 100%;
	}
	.o-comp__img{
		height: 250px;
	}
}



