
ul, li{
	display: block;
	margin: 0;
	padding: 0;
}

@media (min-width: 1200px)  {


.header{
	height: 200px;
	background-image: url(../img/bg_header.jpg);
	background-repeat: no-repeat;
	background-size: 100%;
}
.center{
	margin-left: 25px;
}
}
.logo{
	padding-top: 32px;
}
.menu{
   display: flex;
   padding-top: 50px;
}

@media (min-width: 1200px) {
.menu__item{
	padding-left: 35px;

}
}
.menu__item a{
	font-size: 16px;
	color: white;
	font-family: 'Open Sans', sans-serif;
	text-decoration: none;




}
@media (min-width: 1200px) {

.padding_text{
		margin-top: 70px;
		padding-left: 5px;
}
}
.padding_text h1{
	font-family: MullerExtraBold;
	font-weight: bold;
	font-size: 40px;
	}
	.padding_text h5{
	font-family: MullerLight;
	font-weight: bold;
	font-size: 25px;
}
.second_block{

	margin-bottom: 100px;
}
.main_rect{
	background-color: white;
	box-shadow: 0 0 10px 5px rgba(221, 221, 221, 1);
	padding: 15px;
	width: 650px;
	font-family: MullerLight;
	font-weight: bold;
	margin-top: 20px;
}
.third_block{
	padding-bottom: 50px;
	background-image: url(../img/123.jpg);

}
.third_block h1{
font-family: MullerExtraBold;
font-weight: bold;
font-size: 40px;

}
.table_info{

	display: block;
	margin-left: auto;
	margin-right: auto;


}
.circle{

	height: 128px;
	width: 128px;
	border-radius: 70px;
	background: #8044b8;
	margin-bottom:  -64px;
	margin-left: auto;
    margin-right: auto;
    position: relative;

}
.table{
	background: white;

	width: 870px;
	border-radius: 7px;


    font-family: MullerLight;
    color: #606f85;
    font-size: 17px;
    box-shadow: 0 0 10px 5px rgba(221, 221, 221, 1);

}
@media (min-width: 1200px) {
.table p{
	padding: 75px 115px;
	font-size: 14px;
}
}
.small_circle{
	height: 109px;
	width: 109px;
	border-radius: 70px;
	background: #8044b8;
	margin-bottom:  -54px;
	position: relative;
	z-index: 4;
	margin-left: 40px;
}
.card{
	padding-bottom: 20px;
	width: 370px;
	padding-left: 40px;
	padding-right: 40px;
	padding-top: 95px;
	margin-bottom: 30px;
	z-index: 3;
	position: relative;
	box-shadow: 0 0 10px 5px rgba(221, 221, 221, 1);
}
.card h2{
	font-family: MullerExtraBold;
	font-weight: bold;

	 }
.card h5{
	font-family: 'Poppins', sans-serif;

    ;
}
}
.fourth_block{
	margin-top: 50px;
}
.fourth_block h1{
  font-family: MullerExtraBold;
font-weight: bold;
font-size: 40px;

}
.fourth_block h2{
	color: #673fbf;
}
.fourth_block h5{
	padding-top: 50px;
    font-family: MullerLight;
	font-weight: bold;
	color:#673fbf;
	font-size: 15px;
}


.bg_four{
	width: 100%;
	height: 450px;
	background-image: url(../img/bg_four.png);
	margin-top: -50px;
	background-repeat: no-repeat;
	z-index: 2;
	position: relative;
}
.bg_four img{
	margin-left: 180px;
	margin-top: 100px;
	z-index: 5;
	position: relative;


}
.five_block{
	background: #f5f9fd;
}
.five_block h1{
font-family: MullerExtraBold;
font-weight: bold;
font-size: 40px;
}
.five_block h5{
	padding-top: 50px;
    font-family: MullerLight;
	font-weight: bold;
	color:#673fbf;
	font-size: 15px;
}
.five_block form{
	padding-top: 195px;
}
.five_block input[type="text"]{
 border-left: none;
 border-right: none;
 border-top: none;
 background: url(../img/icon_mail.png) no-repeat center left 5px;
 padding-left: 35px;
 height: 70px;
 width: 330px;
 color: #323639;
}
.five_block input[type="submit"]{
	background: #8044b8;
	border: none;
	color: white;
	width: 230px;
	height: 70px;
	border-radius: 7px;
}
.five_block input[type="submit"]:hover{
	background: #673fbf;
}
.f{
	width: 100%;
}
.half_star{
	display: block;
	position: relative;
	float: right;
	margin-top: -340px;
	padding-bottom: 320px;
	z-index: 2;

}
.footer{
	padding-top: 75px;
}
.footer h5{
	margin-top: 15px;
	font-size: 20px;
	font-family: MullerExtraBold;
}

.footer h7{

	font-size: 15px;
	font-family: MullerExtraBold;
}
.small_logo img{
	height: 74px;
	width: 68px;
	margin-right: 20px;
}
.small_logo h5{
	font-size: 20px;
}

.social_circle{
	border-radius: 70px;
	background: #d4d8e3;
	height: 34px;
	width: 34px;
	text-align: center;
	margin-right:  5px;
	margin-top: 45px;

}
.social_icon{
	display: block;
	margin: 33% auto;

}
.social_circle:hover{
    border-radius: 70px;
	background: #673fbf;
	height: 34px;
	width: 34px;
}

.footer h3{
  margin-top: 50px;
  text-align: center;
  font-family: MullerLight;
  font-size: 20px;
  color: #111111;
}

  .footer input[type="text"],.footer input[type="email"]{
 border-left: none;
 border-right: none;
 border-top: none;
 color: #323639;
}
 .footer input[type="submit"]{
 	color: white;
 	width: 180px;
	background: #673fbf;
	border-radius: 5px;
	border: none;

}
/* --------------------------------------------CSS CONTSCTS ----------------------------------------------------------*/
@media (min-width: 1200px) {
.left{
	float: left;

}
.padding_icon{
	margin-left: 70px;
}
.first_block{
	padding-top: 120px;
	padding-bottom: 20px;
}
#small_line{
	display: block;
	margin: 0 auto;
	margin-top: 45px;
	margin-bottom: 45px;
}
.first_block p{
  font-family: MullerLight;
  font-size: 16px;
}
}
.feedback_form{
	margin-top: 50px;
}
@media (min-width: 1200px) {
.feedback_form h1{
	text-align: center;
	font-family: MullerExtraBold;
}
}


.feedback_form input[name="name"]{
	display: block;
	margin: 0 auto;
	width: 625px;
	height: 65px;
	border-radius: 5px;
	border-color: #d9cfef;
	background: url(../img/person.png) no-repeat center left 7px;
	 padding-left: 35px;

}
.feedback_form input[name="mail"]{
		display: block;
	    margin: 0 auto;
	    margin-bottom: 15px;
	    margin-top: 15px;
	    width: 625px;
	    height: 65px;
	    border-radius: 5px;
	    border-color: #d9cfef;
	    background: url(../img/icon_mail.png) no-repeat center left 7px;
	    padding-left: 35px;

}
.feedback_form input[name="messege"]{


	    width: 625px;
	    height: 220px;
        padding-bottom: 170px;
	    border-radius: 5px;
	    border-color: #d9cfef;
	    margin-bottom: 45px;
	    background: url(../img/messege.png) no-repeat top 15px left 10px;
	    padding-left: 35px;
	     z-index: 4;
	     position: relative;
	     background-color: white;

}
.feedback_form input[type="submit"]{
	   display: block;
	   margin: 0 auto;
	   background: #8044b8;
	   border: none;
	   color: white;
	   width: 230px;
	   height: 70px;
	   border-radius: 7px;
	   z-index: 4;
	   position: relative;

}
.bg_four{
    width: 100%;
	height: 450px;
	margin-top: -350px;
	background-image: url(../img/bg_four.png);
	z-index: 2;
	position: relative;
}

/*---------------------------------Услуги-------------------------------------*/
.services h1{
		margin-bottom: 5px;
	font-family: MullerExtraBold;
}
.blockimg1{
	height: 270px;
	width: 680px;
	overflow: hidden;
	cursor: pointer;
	background: black;
	position: relative;
	border-radius: 9px;
}
.blockimg1 img{
	width: 100%;
	transition: 0.5s;
}
.img1:hover .blockimg1 img{
 filter: blur(1px);
 opacity: 0.5;
}
.blocktext1{
	position: absolute;
	top: 30px;
	left: 30px;
	opacity: 0;
	color: white;
	padding: 15px;

}

.blockimg1:hover .blocktext1{
	opacity: 1;
}
.blockimg2{
	height: 240px;
	width: 335px;
	overflow: hidden;
	cursor: pointer;
	background: black;
	position: relative;
	float: left;
	margin-right: 5px;
	border-radius: 9px;
	margin-top: 10px;
}
.blockimg2 img{
	width: 100%;
	transition: 0.5s;
}
.img2:hover .blockimg2 img{
 filter: blur(1px);
 opacity: 0.5;
}
.blocktext2{
	position: absolute;
	top: 30px;
	left: 30px;
	opacity: 0;
	color: white;
	padding: 15px;
}
.blockimg2:hover .blocktext2{
	opacity: 1;
}
.blockimg3{
	height: 240px;
	width: 335px;
	overflow: hidden;
	cursor: pointer;
	background: black;
	position: relative;
	float: left;
	margin-left: 5px;
	border-radius: 9px;
	margin-top: 10px;
}
.blockimg3 img{
	width: 100%;
	transition: 0.5s;
}
.img3:hover .blockimg3 img{
 filter: blur(1px);
 opacity: 0.5;
}
.blocktext3{
	position: absolute;
	top: 30px;
	left: 30px;
	opacity: 0;
	color: white;
	padding: 15px;
}
.blockimg3:hover .blocktext3{
	opacity: 1;
}
.blockimg4{
	height: 520px;
	width: 400px;
	overflow: hidden;
	cursor: pointer;
	background: black;
	position: relative;
	margin-left: 10px;
	border-radius: 9px;
}
.blockimg4 img{
	width: 100%;
	transition: 0.5s;
}
.img4:hover .blockimg4 img{
 filter: blur(1px);
 opacity: 0.5;
}
.blocktext4{
	position: absolute;
	top: 30px;
	left: 30px;
	opacity: 0;
	color: white;
	padding: 15px;
	font-size: 12px;
}
.blockimg4:hover .blocktext4{
	opacity: 1;
}
.blockimg5{
	height: 520px;
	width: 400px;
	overflow: hidden;
	cursor: pointer;
	background: black;
	position: relative;
	margin-top: 10px;
	border-radius: 9px;
}
.blockimg5 img{
	width: 100%;
	transition: 0.5s;
}
.img5:hover .blockimg5 img{
 filter: blur(1px);
 opacity: 0.5;
}
.blocktext5{
	position: absolute;
	top: 30px;
	left: 30px;
	opacity: 0;
	color: white;
	padding: 15px;
}
.blockimg5:hover .blocktext5{
	opacity: 1;
}

.blockimg6{
	height: 270px;
	width: 680px;
	overflow: hidden;
	cursor: pointer;
	background: black;
	position: relative;
	border-radius: 9px;
	margin-top: 10px;
	margin-left: 10px;
}
.blockimg6 img{
	width: 100%;
	transition: 0.5s;
}
.img6:hover .blockimg6 img{
 filter: blur(1px);
 opacity: 0.5;
}
.blocktext6{
	position: absolute;
	top: 30px;
	left: 30px;
	opacity: 0;
	color: white;
	padding: 15px;
}
.blockimg6:hover .blocktext6{
	opacity: 1;
}.dis_flex{
	display: flex;
}
.blockimg7{
	height: 240px;
	width: 335px;
	overflow: hidden;
	cursor: pointer;
	background: black;
	position: relative;
	border-radius: 9px;
	margin-top: 10px;
	margin-left: 10px;
}
.blockimg7 img{
	width: 100%;
	transition: 0.5s;
}

.img7:hover .blockimg7 img{
 filter: blur(1px);
 opacity: 0.5;
}
.blocktext7{
	position: absolute;
	top: 30px;
	left: 30px;
	opacity: 0;
	color: white;
	padding: 15px;
}
.blockimg7:hover .blocktext7{
	opacity: 1;
}
.blockimg8{
	height: 240px;
	width: 335px;
	float: left;
	overflow: hidden;
	cursor: pointer;
	background: black;
	position: relative;
	border-radius: 9px;
	margin-top: 10px;
	margin-left: 12px;

}
.blockimg8 img{
	width: 100%;
	transition: 0.5s;
}
.img8:hover .blockimg8 img{
 filter: blur(1px);
 opacity: 0.5;
}
.blocktext8{
	position: absolute;
	top: 30px;
	left: 30px;
	opacity: 0;
	color: white;
	padding: 15px;
}
.blockimg8:hover .blocktext8{
	opacity: 1;
}
.footer p a{
	display: block;
	color: #000;
}
.footer p a:hover{
	text-decoration: none;
	cursor: pointer;
}
.services{
	margin-bottom: 400px;
	margin-top: 90px;
}
.col-ml-6.bot15{
	    flex: 1 1 100%;
}
.what_margin a{
	transition: ease-in-out 0.3s all;
}
/*----------------------------------ABOUT US--------------------------------*/
@media (min-width: 992px) and (max-width:1800px) {

.about_us{
	margin-top: 110px;
	}
	.img_about{
		margin-top: 30px;
}
	.gty{
		width: 1200px;
	}
.about_us p{
	margin-top: 20px;
	font-family: 'Poppins', sans-serif;
	color: #606f85;
}
.about_us h3{
	text-align: center;
	font-family: MullerExtraBold;
	font-size: 40px;
}
}

.purple{
	margin-top: 20px;
	color: #673fbf;
	text-align: center;
	font-family: MullerLight;

}
.about_us .img_about{
	margin: auto;
}
.op{
	margin-top: 75px;
}
.information{
	margin-top: 50px;
}
.nav_menu ul{
	border-top: #a34bad 2px solid;
	box-shadow: 5px 1px 10px -5px black;
	padding: 0 5px;

}
.nav_menu ul li{
	height: 40px;
	width: auto;

    line-height: 40px;

}
.nav_menu ul li a{
	padding-left: 20px;
	display: block;
	color: black;
	text-decoration: none;
	transition: all 0.3s ease;

}
.nav_menu ul li a:hover{
	background-color: #dfb8dd;
	transition: all 0.3s ease;
}
.nav_menu li ul{
	position: absolute;
	margin-top: -42px;
	margin-left: 200px;
	display: none;
	border-top: 2px solid #a34bad;
}
.nav_menu li:hover ul{
	display: block;
}


.rect_info{

	width: 760px;
	padding-left: 40px;
	position: relative;

}

/*------------------------------Slaider---------------------------------------*/
 .main_img_max img{
 	margin-top: 15px;
 	height: 300px;
 	width: 250px;
 	margin-bottom: 15px;
 }
 .seconds_img_min img{

 	height: 75px;
 	width: 80px;
 }
 .slaider{
 	margin-top: 50px;
 }
 .slaider p{
 	margin-left: 50px;
 	width: 800px;
 }
 .slaider h3{
 	margin-left: 50px;
 }


/*---------------------------what2------------------------------------*/
.what_text{
	margin-left: 50px;
	font-family: 'Poppins', sans-serif;
	width: 600px;
}
.what2 img{

	max-width: 300px;
	max-height: 300px;

}
.what2 input[type="submit"]{
	height: 50px;
	width: 200px;
	background-color: #a34bad;
	text-align: center;
	line-height: 45px;
	color: white;
	margin-top: 15px;
	border-radius: 9px;
	border: none;
}
.what2 input[type="submit"]:hover{
	height: 50px;
	width: 200px;
	background-color: #8044b8;
	text-align: center;
	line-height: 45px;
	color: white;
	margin-top: 15px;
	border-radius: 9px;
	border: none;
}
.button_what{
	float: left;

}
.what_margin{
	margin-top: 50px;
}
.what_margin h1{
	font-family: MullerExtraBold;
	font-weight: bold;
}
.ffpls{
	height: 400px;
	width: 600px;
}
.what2{
	margin-top: 50px;
	padding-bottom: 80px;
	border-bottom: 3px solid #8044b8;
}
.nav_menu ul li ul{
	z-index: 10;
	background: #fff;

}
.map iframe{
	width:100%;
	height:300px;
	border:none;
}@media (min-width: 992px) and (max-width:1800px) {

.all_mark h6{
	margin-left: 15px;
}}
.bot15{
	margin-bottom: 20px;
}
.popup{
	display: none;
	top: 0;
	margin-top: 50px;
	position: absolute;
	margin-left: auto;
	margin-right: auto;
	right: 0;
	left: 0;
}
.popup_img{
	display: flex;
	position: relative;
	justify-content: center;
	z-index: 55;
}
.popup_active{
	display: block;
}
.popup_bg{
	position: fixed;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	z-index: 99;
	background: rgba(0,0,0, .7);
	display: none;
}

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

}
.bg_four{
	background-size: cover;
}
.social_circle{
	display: flex;
	align-items: center;
	justify-content: center;
	transition: ease-in-out 0.3s all;
}
.social_circle a{
	display: flex;
	height: 100%;
	width: 100%;
	transition: ease-in-out 0.3s all;
}
.social_circle a:hover{
	cursor: pointer;
}
.footer input[type="text"],.footer input[type="email"]{
	padding-left: 5px;
}
.footer input[type="submit"]{
	transition: ease-in-out 0.3s all;
}
.footer input[type="submit"]:hover{
	background: rgba(103, 63, 191, 0.5);
}
.services h1 {
	margin-left: -15px;
}
html, body{
	max-width: 1920px;
	width: 100%;
	margin: 0 auto;
	position: relative;
	overflow-x: hidden;
}
.feedback_form input[type=text], .feedback_form input[type=email] {
	border: 2px solid #d9cfef;
	box-shadow: none;
}
input, button {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	line-height: normal;
}
input:focus, button:focus{
	outline: none;
}
button[type="submit"]:hover{
	cursor: pointer;
}
button:hover{
	cursor: pointer;
}
input::-webkit-input-placeholder, button::-webkit-input-placeholder{
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	line-height: normal;
	}
input::-webkit-input-placeholder, button::-moz-placeholder{
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	line-height: normal;
	}
input::-webkit-input-placeholder, button:-ms-input-placeholder{
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	line-height: normal;
	}
.good-item{

}
.good-item-inner{
	display: flex;
	justify-content: space-between;
}
.good-item-inner img{
	max-width: 100%;
	display: block;
}
.good-item-inner li{
	display: list-item;
}
.swiper-container {
	width: 100%;
	height: 300px;
	margin-left: auto;
	margin-right: auto;
}
.swiper-slide {
	background-size: cover;
	background-position: center;
}
.gallery-top {
	min-height: 400px;
	width: 100%;

}
.gallery-thumbs {

	box-sizing: border-box;
	padding: 10px 0;
}
.gallery-thumbs .swiper-slide {
	height: 100%;
	opacity: 0.4;
}
.gallery-thumbs .swiper-slide-thumb-active {
	opacity: 1;
}
.img-holder{
	flex: 1 1 30%;
	max-width: 400px;
}
.img-holder .gallery-top{
	margin-bottom: 20px;
}
.img-holder .gallery-top .swiper-slide{
	max-width: 400px;
	max-height: 400px;
	width: 100%!important;
	background-color: #fff;
}
.img-holder .gallery-thumbs{
	max-width: 400px;
	max-height: 103px;
}
.img-holder .gallery-thumbs .swiper-slide{
	max-width: 103px;
	width: 100%!important;
}

.text-holder{
	flex: 0 1 60%;
	margin-left: 30px;
}
.services{
	margin-bottom: 0;
	position: relative;
	z-index: 10;
}
@media (max-width: 1280px) {
	.services h1{
		text-align: center;
	}
	.services > .container > .row{
		justify-content: center;
	}
	.services{
		margin-top: 0;
	}
}
.post-type-archive-products .what_text p, .post-type-archive-products .what_text .m_bat{
	text-align: left!important;
}
.m_bat{
	margin-top: -20px;
	margin-bottom: 20px;
}
.what2 img{
	margin: 0 auto;
}


@media (max-width: 1199px){
	.nav_menu ul li ul li{
	    height: auto;
	    width: 400px;
	    line-height: 40px;
	}
	.half_star.services_four{
		display: none;
	}
	.blockimg1, .blockimg2,.blockimg3,.blockimg4,.blockimg5,.blockimg6,.blockimg7,.blockimg8{
		box-shadow: 1px 1px 5px 5px rgba(0,0,0,0.1);
		margin-left: 0!important;
	}
	.blockimg2, .blockimg7{
		margin-right: 10px;
	}
	.text-holder{
		flex: 0 1 50%;
	}
	.nav_menu{
		position: relative;
		z-index: 5;
	}
	.blockimg4{

	}
	.nav_menu li ul{
		background: #FFFFFF;
	}
	.header .row{
		justify-content: space-between;
	}
	.first_block .col-ml-6.bot15{
			width: auto;
			flex: 1 1 100%;
		}
	.first_block .all_mark{
		margin-left: initial!important;
		display: flex;
		align-items: flex-start;
	}
	.all_mark h6{
		margin-left: 0;
	}
	.all_mark img{
		margin-right: 15px;
	}
	.all_mark .padding_icon{
		margin-right: 15px;
	}
	body .nav_menu{
	/*		margin-left: 0;*/
	}
	.information{
		position: relative;
	}
	.information .container{position: relative;
		z-index: 3;}
	.information .bg_four.op{
		position: absolute;
		bottom: 0;
		opacity: 0.6;
	}
	.information + .half_star{
		display: none;
	}
	.what_margin 	.ml-auto.what_text{
		margin-left: initial!important;
	}
	.what_margin .what_text h1, .what_margin .what_text p, .what_margin .what_text .m_bat {
		margin-left: initial;
	}
	.what_margin .what_text h1{
		margin-top: 0;
	}
	body .what_margin img{
		margin-left: auto;
		margin-right: auto;
	}
	.what_margin{
		justify-content: space-between;
	}
	.what_margin .col-ml-4{
		flex: 0 1 30%;
	}
	.what_margin .what_text {
		flex: 0 1 60%;
		margin-left: initial!important;
	}
		.nav_menu ul{
		display: flex;
		overflow-x: auto;
	}
	.nav_menu{
		margin-left: auto!important;
		margin-right: auto!important;
	}
	.nav_menu ul li{
		width: auto;
		height: auto;
		line-height: initial;
	}
	.nav_menu ul li ul{
		min-width: 280px;
		margin-top: 0;
		margin-left: 0;
		left: 0;
		right: 0;
		width: 100%;
	}
	.nav_menu ul li a{
		white-space: nowrap;
		padding: 15px 10px;
		font-weight: 600;
	}
	.nav_menu ul li ul li{
		line-height: 150%;
	}
	.what_margin .what_text{
		flex: 0 1 54%;
	}
	.rect_info{
		margin-left: auto!important;
		margin-right: auto!important;
	}
	.rect_info h3{
		text-align: center;
	}

}

@media (max-width: 1023px){
	.what_margin .what_text h1, .what_margin .what_text p, .what_margin .what_text .m_bat{
		text-align: center!important;
	}
	.what_margin div{
			text-align: left!important;
	}
	.good-item-inner{
		flex-wrap: wrap;
	}
	.good-item-inner .text-holder{
		flex: 1 1 100%;
		margin-left: 0
	}
	.good-item-inner .img-holder{
		margin: auto;
	}
	.fourth_block .row .col-ml-5, .fourth_block .row .col-ml-6{
		flex: 0 1 49%;
		margin-left: initial!important;

	}
	.fourth_block .row .col-ml-1{
		display: none;
	}
	.all_card{
		position: relative;
	}
	.fourth_block .row{
		justify-content: center;
	}
	.all_card .card{
		padding: 20px;
		width: 320px;
	}
	.all_card .small_circle{
		height: 30px;
		width: 30px;
		background: rgb(205,84,229); /* Old browsers */
		background: -moz-linear-gradient(left, rgba(205,84,229,1) 0%, rgba(128,68,184,1) 100%); /* FF3.6-15 */
		background: -webkit-linear-gradient(left, rgba(205,84,229,1) 0%,rgba(128,68,184,1) 100%); /* Chrome10-25,Safari5.1-6 */
		background: linear-gradient(to right, rgba(205,84,229,1) 0%,rgba(128,68,184,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
		filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#cd54e5', endColorstr='#8044b8',GradientType=1 ); /* IE6-9 */
		border-radius: 100%;
		margin: 0;
		left: -14px;
		top: 23px;
		position: absolute;
	}
	.all_card .card h2{

	}
	.all_card .card h5{
		margin-top: 1rem;
		padding-top: 0;
	}
	.footer_margin{
		flex-direction: column;
	}
	.footer_margin .small_logo{
		justify-content: center;
	}
	.contacts_down, .media_right{
		margin-left: initial!important;
		text-align: center;
	}
	.social_circle{
		margin-top: 15px;
	}
	.footer h3{
		margin-top: 15px;
		font-size: 14px;
	}
	.footer h7{
		font-size: 18px;
	}
	.footer .contacts_down a, .footer .contacts_down p{
		font-size: 14px;
	}
	.media_right .d-flex{
		justify-content: center;
	}
	.bg_four{
		display: none;
	}
	.about_us .img_about{
		order: 1;
		text-align: center;
		margin-top: 20px;
	}
	.about_us .row{
		flex-direction: column;
	}
	.about_us .col-ml-8.ml-auto{
		margin: 0 auto!important;
		text-align: center;
	}
	body .header{
		height: 134px;
	}
	.nav_menu{
		width: 100%;
	}
	.nav_menu ul{
		display: flex;
		overflow-x: auto;
	}
	.nav_menu ul li{
		width: auto;
		height: auto;
		line-height: initial;
	}
	.nav_menu ul li ul{
		min-width: 280px;
		margin-top: 0;
		margin-left: 0;
		left: 0;
		right: 0;
		width: 100%;
	}
	.nav_menu ul li a{
		white-space: nowrap;
		padding: 15px 10px;
		font-weight: 600;
	}
	.nav_menu ul li ul li{
		line-height: 150%;
	}
	.what_margin .what_text{
		flex: 0 1 54%;
	}

}
@media (max-width: 767px){
	.nav_menu ul li{
		width: auto!important;
	}
	.what_margin .what_text h1, .what_margin .what_text p, .what_margin .what_text .m_bat{

	}
	.what_text{
		width: auto;
	}
	.footer input[type=email]{
		margin-bottom: 10px;
	}
	.blockimg1, .blockimg2,.blockimg3,.blockimg4,.blockimg5,.blockimg6,.blockimg7,.blockimg8 {
		margin: 10px auto!important;
	}
	.services .img1, .services .img2, .services .img3,.services .img4,.services .img5,.services .img6,.services .img7, .services .img8{
		margin-left: 0!important;
	}
	.gallery-top{

	}
	.img-holder .gallery-top .swiper-slide{
		max-height: calc(100vw - 30px);
		max-width: initial;

	}
	.img-holder .gallery-top{
		margin-bottom: 0;
	}
	.what_margin{
		padding: 0 15px;
		margin-top: 10px;
	}
	.what_margin .col-ml-4{
		flex: initial;
		width: auto;
		margin-bottom: 20px;
		max-width: 100%;
	}
	.what_margin .col-ml-4 img{
		max-width: 100%;
		max-height: initial;
		width: auto;
		height: auto;
		display: block;

	}
	.what_margin .ml-auto.what_text{
		flex: initial;
	}
	body .rect_info{
		width: auto;
		padding: 0 15px;
	}
	body .rect_info p{
		width: auto;
	}
	.first_block .col-ml-6.bot15{
		margin-left: 0;
	}
	.first_block .col-ml-6.bot15 p{

		width: auto;

	}
	.all_mark br{
		display: none;
	}
	.all_mark .padding_icon{
		flex: 1 1 75%;
	}
	.first_block .all_mark{
		flex-wrap: wrap;
	}
	.first_block .all_mark p{
		width: auto;
	}
	.about_us .hhh{
		margin-left: 0;
		font-size: 20px;
	}
	.about_us .row{
		padding: 0 15px;
	}
	.about_us .gty p{
		width: auto;
		margin-left: 0;

	}
	.img_about .btn_img{
		margin: 0 auto;
		max-width: 100%!important;
	}
	body .header{
		position: relative;
		z-index: 11;
		 height: auto;
	}
	.second_block .col-ml-4.ml-left{
			width: 100%;
			text-align: center;
		margin: -45px 0 10px;
	}
	.second_block .row{
		justify-content: center;
		align-items: center;
	}
	.second_block .padding_text br{
		display: none;
	}
	.second_block{
		margin-bottom: 30px;
	}
	.third_block{
		width: 100%;
	}
	.third_block .col-ml-4{
		width: 100%;
	}
	.table_info{
		position: relative;
	}
	.third_block .circle {
		height: 64px;
		width: 64px;
		border-radius: 70px;
		background: #8044b8;
		margin-bottom: -64px;
		margin-left: auto;
		margin-right: auto;
		position: absolute;
		left: 0;
		right: 0;
		top: -17px;
	}
	.table{
		max-width: 300px;
	}
	.third_block .table{

	}
	.table p {
		padding: 50px 10px 5px 10px;
	}
	.footer br{
		display: none;
	}
	.contacts_down br{
		display: none;
	}
	.third_block h1{
		text-align: center;
		font-size: 32px;
	}
	.about_us{
		position: relative;
	}
	.about_us .row{
		justify-content: center;
	}
	.about_us .img_about{
		order: 1;

	}
	.second_block .padding_text h1{
		font-size: 24px;
		text-align: center;
		padding-left: 0;
		margin: 0 0 10px;
	}
	.second_block .padding_text h5{
		font-weight: 400;
		display: block;
		font-size: 18px;
		padding-left: 0;
		margin: 0;
		text-align: center;
	}
	.second_block .padding_text{
		padding: 0 15px;
	}
	.second_block img{
		height: auto;
		max-width: 100%;
		margin: 0 auto;
		max-height: 250px;
	}
	.feedback_form input[name="messege"]{
		margin-bottom: 15px;
	}
	.feedback_form input[type="submit"]{
		height: 40px;
		width: 100%;
	}
	.feedback_form input[name="name"],
	.feedback_form input[name="mail"],
	.feedback_form input[name="messege"]{
		margin-left: 0;
		margin-right: 0;
		width: 100%;
	}

	.feedback_form h1{
		font-size: 32px;
	}
	.all_card .small_circle{
		height: 20px;
		width: 20px;
		left: -8px;

	}
	.all_card .card h2{
		font-size: 24px;
	}
	.all_card .card h5{
		margin-top: 0;
	}
	.all_card{
		margin: 0 10px;
	}
	.fourth_block .row .col-ml-5, .fourth_block .row .col-ml-6{
		flex: 1 1 100%;
		max-width: initial;
		width: auto;
	}
	.all_card .card{
		max-width: initial;
		width: auto;
		margin-bottom: 10px;
	}
	.small_logo img{
		width: auto;
		height: auto;
		margin-right: 10px;
	}
	.small_logo{
		align-items: center;
	}
	.small_logo h5{
		font-size: 16px;
		margin: 0
	}
	.footer{
		padding-bottom: 20px;
		padding-top: 20px;
		margin: 20px auto 10px;
		border-top: 1px solid rgba(128, 68, 184, 0.51);
		max-width: 320px;
	}
	.fourth_block h1{
		font-size: 32px;
		text-align: center;
		padding: 20px 0;
	}
	.fourth_block .col-ml-3{
		width: 100%;
	}
	.feedback_form{
		margin-top: 25px;
	}
	.navbar-logo{
		display: flex;
		align-items: center;
	}
	.navbar-logo img{
		display: block;
		max-width: 170px;
		padding: 0;
		margin: 0;
	}
	.header .container{
		max-width: initial;

	}
	.header .container .row{
		padding: 0 15px;
		justify-content: space-between;
		position: relative;
	}
	.header nav{
		position: absolute;
		left: 0;
		right: 0;
		width: 100%;
	}
	.menu_mob{
		width: 100%;
		background: linear-gradient(180deg,  #7d44b7, #be52a7);
		z-index: 3;
	}
}
@media (max-width: 329px) {
	.all_mark .padding_icon {
		flex: 1 1 70%;
	}
}