body{
	font-family: 'Roboto Slab';
	margin:0;
	color: #333333;
}
 h2{
	text-align: center;
	font-size: 2.3em;
	margin-bottom: 2rem;
    margin-top: 0;
}
h3{
	text-align: left;
	font-size: 1.6em;
}

.container{
	
}
.row{
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	padding: 0 5vw;

}
.menu{

}
.test-mr{
	    margin-bottom: 1.5rem !important;
}
.mainpage{
	height: 100vh;
}
.height22{
	height: 22vh;
	display: flex;
    flex-direction: column;
    justify-content: space-between;
    min-height: 8rem;
}
.logobox{
	display: flex;
	margin: 1.5rem 0;
}
.logo{
	height: 3.69rem;
	margin-right: 1rem;
}
.menu__icon {
   display: none;
   width: 45px;
   height: 35px;
   position: relative;
   cursor: pointer;
}
.menu__icon span {
  position: absolute;
  height: 6px;
  width: 100%;
  background: #333333;
  border-radius: 4px;
  opacity: 1;
  left: 0;
  transform: rotate(0deg);
  transition: .3s ease-in-out;
}

.menu__icon span:nth-child(1) {
  top: 0px;
}

.menu__icon span:nth-child(2), .menu__icon span:nth-child(3) {
  top: 13px;
}

.menu__icon span:nth-child(4) {
  top: 26px;
 }

.menu.menu_state_open .menu__icon span:nth-child(1) {
  top: 18px;
  width: 0%;
  left: 50%;
}

.menu_state_open .menu__icon span:nth-child(2) {
  transform: rotate(45deg);
}

.menu_state_open  .menu__icon span:nth-child(3) {
  transform: rotate(-45deg);
}

.menu_state_open  .menu__icon span:nth-child(4) {
  top: 18px;
  width: 0%;
  left: 50%;
}

.menu_state_open .nav {
  display: block !important;
  margin-left: 0;
  transition: .4s;

}

.d-flex-row{
	display: inline-flex;
}
.surname{
	display: block;
	font-size: 2em;
	letter-spacing: .2em;
	font-weight: bold;
	color: #1674d1;
	margin-top: -.29rem;
}
.name{
	
	font-size:1.15em;
	font-weight: bold;
	color: #333333;
}
.nam-red{
	color: red;
}
.number{
	display: flex;
    font-size: 1.56em;
    font-weight: bold;
}
.tl{
	background-image: url(../images/svg/telephone.svg);
	background-repeat: no-repeat;
	height: 21px;
	width: 23px;
	margin-right: .7rem;
	margin-top: 0.26em;
}
.color{
	font-family: roboto;
	color: #999999;
}
.blockphone{
	display: flex;
	flex-direction: column;
	align-items: flex-end;
	margin-right: 1.5rem;
	margin-left:  1.5rem;
	justify-content: space-between;
	margin: 1.5rem 1rem 1.5rem 0;
}
.buttoncall{
    font-family: 'Roboto Slab' !important;
	background-color: #fff;
	color: #1674d1;
	font-size: 1em;
	font-size: .9em;
	font-weight: bold;
	border: 2px solid #1674d1;
	margin: 1.5rem 0;
	padding: 1em 1.5em;
	text-decoration: none;
	line-height: 2;
		transition: .4s;
}
.buttoncall:hover{
	background-color: #1674d1;
	color:  #fff;
	transition: .4s;

}
.tel{
    text-decoration: none;
    color: #333333;
    transition: all .3s;
}
.tel:hover{
    color: #1674d1;
}
.phonebox{
	display: flex;
	justify-content: flex-end;;
	flex-wrap: wrap;
	align-items: center;
}
.nav{
	width: 100%;
	background-color: #212121;
}
.navbar{
	display: flex;
	padding: 0;
	justify-content: center;
	margin: 0;
	transition: all 2s linear;
}
.nav-item a {
    text-decoration: none;
    color: #fff;
    padding: 0.2em 0;
    transition: 0.2s;
}
.nav-item a:hover{
	color: #e5dc8e;
	transition: 0.2s;
}
.nav-item {
    list-style: none;
    padding: 1.2em 0;
    font-size: .9em;
    font-weight: bold;
}
.nav-link span{
	color: #666666;
	font-weight: normal;
    padding: 0 1.5rem;
}
.mainbanner {
	display: flex;
	flex-direction: column;
	align-items: center;
	background-size: cover;
	padding: 5vw;
}
.img-main{
	background-image: url(../images/bg-main.jpg);
	background-position: center top ;
}
.img-yuridicheskih{
	background-image: url(../images/left-bg.jpg);
	background-position: center center;
}
.img-fizicheskih{
	background-image: url(../images/r-bg.jpg);
	background-position: center center;
}
.mainbanner h1{
	color: #fff;
	font-size: 3em;
	text-align: center;
}
.mainbanner h1 span{
	color: #fff59d;
}
.mark{
	color: #fff;
	background-color: #1674d1;
	padding: .3em 0;
	display: flex;
	text-align: center;
    align-items: center;
}
.mark span{
	display: inline-block;
	width: .3rem;
	height: .3rem;
	border-radius: 50%;
	background-color: #fff;
	margin: 0 1rem;
	flex: 0 0 auto;
}

.iconsbox{
	display: flex;
	width: 100%;
	justify-content: center;
}
.iconsblock{
	font-family: Roboto ;
	width: 12rem;
	text-align: center;
	color: #fff;
	display: flex;
	flex-direction: column;
	align-items: center;
	line-height: 1.3;
	justify-content: start;
	margin: 1.5rem 0;
}

.ico1{
	background-image: url(../images/svg/closed-suitcase.svg);
	background-repeat: no-repeat;
	height: 3rem;
	width: 3rem;
	margin: 1rem auto;
}
.ico2{
	background-image: url(../images/svg/hourglass.svg);
	background-repeat: no-repeat;
	height: 3rem;
	width: 3rem;
	margin: 1rem auto;
	background-position: center;
}
.ico3{
	background-image: url(../images/svg/shield.svg);
	background-repeat: no-repeat;
	height: 3rem;
	width: 3rem;
	margin: 1rem auto;
}
.line{
	background-color:#6b6868;
	height:1px;
	max-width: 10rem;
	margin-top: 4rem;
	flex: 1 1 auto;
}
 .modal-block{
 	background: #fff;
 	color: #333333;
 }
 #small-dialog {
	background: white;
    max-width: 25rem;
    margin: auto;
}
#small-dialog p{
	font-size: .8em;
}
#small-dialog input{
	border: 1px solid #d7d7da;
}
.head-modal{
	text-transform: uppercase;
    font-weight: bold;
    width: 100%;
    text-align: center;
    padding: 1.5rem 0;
    background: #1674d1;
    color: #fff;
     margin-bottom: 1rem;
}
.modal-btn{
	font-family: 'Roboto Slab';
	    margin: 1rem 0 1.5rem 0;
	min-width: 18rem;
	color: #1674d1;
    background: #fff;
    border: 1px solid  #1674d1;
    font-size: 1em;
    padding: .5rem 1rem;
  	transition: all .4s;
  	cursor: pointer;

}
.modal-btn:hover{
	background:  #1674d1;
	color: #fff;
}
/**
 * Fade-zoom animation for first dialog
 */

/* start state */
.my-mfp-zoom-in .zoom-anim-dialog {
	opacity: 0;

	-webkit-transition: all 0.2s ease-in-out; 
	-moz-transition: all 0.2s ease-in-out; 
	-o-transition: all 0.2s ease-in-out; 
	transition: all 0.2s ease-in-out; 



	-webkit-transform: scale(0.8); 
	-moz-transform: scale(0.8); 
	-ms-transform: scale(0.8); 
	-o-transform: scale(0.8); 
	transform: scale(0.8); 
}

/* animate in */
.my-mfp-zoom-in.mfp-ready .zoom-anim-dialog {
	opacity: 1;

	-webkit-transform: scale(1); 
	-moz-transform: scale(1); 
	-ms-transform: scale(1); 
	-o-transform: scale(1); 
	transform: scale(1); 
}

/* animate out */
.my-mfp-zoom-in.mfp-removing .zoom-anim-dialog {
	-webkit-transform: scale(0.8); 
	-moz-transform: scale(0.8); 
	-ms-transform: scale(0.8); 
	-o-transform: scale(0.8); 
	transform: scale(0.8); 

	opacity: 0;
}

/* Dark overlay, start state */
.my-mfp-zoom-in.mfp-bg {
	opacity: 0;
	-webkit-transition: opacity 0.3s ease-out; 
	-moz-transition: opacity 0.3s ease-out; 
	-o-transition: opacity 0.3s ease-out; 
	transition: opacity 0.3s ease-out;
}
/* animate in */
.my-mfp-zoom-in.mfp-ready.mfp-bg {
	opacity: 0.8;
}
/* animate out */
.my-mfp-zoom-in.mfp-removing.mfp-bg {
	opacity: 0;
}



/**
 * Fade-move animation for second dialog
 */

/* at start */
.my-mfp-slide-bottom .zoom-anim-dialog {
	opacity: 0;
	-webkit-transition: all 0.2s ease-out;
	-moz-transition: all 0.2s ease-out;
	-o-transition: all 0.2s ease-out;
	transition: all 0.2s ease-out;

	-webkit-transform: translateY(-20px) perspective( 600px ) rotateX( 10deg );
	-moz-transform: translateY(-20px) perspective( 600px ) rotateX( 10deg );
	-ms-transform: translateY(-20px) perspective( 600px ) rotateX( 10deg );
	-o-transform: translateY(-20px) perspective( 600px ) rotateX( 10deg );
	transform: translateY(-20px) perspective( 600px ) rotateX( 10deg );

}

/* animate in */
.my-mfp-slide-bottom.mfp-ready .zoom-anim-dialog {
	opacity: 1;
	-webkit-transform: translateY(0) perspective( 600px ) rotateX( 0 ); 
	-moz-transform: translateY(0) perspective( 600px ) rotateX( 0 ); 
	-ms-transform: translateY(0) perspective( 600px ) rotateX( 0 ); 
	-o-transform: translateY(0) perspective( 600px ) rotateX( 0 ); 
	transform: translateY(0) perspective( 600px ) rotateX( 0 ); 
}

/* animate out */
.my-mfp-slide-bottom.mfp-removing .zoom-anim-dialog {
	opacity: 0;

	-webkit-transform: translateY(-10px) perspective( 600px ) rotateX( 10deg ); 
	-moz-transform: translateY(-10px) perspective( 600px ) rotateX( 10deg ); 
	-ms-transform: translateY(-10px) perspective( 600px ) rotateX( 10deg ); 
	-o-transform: translateY(-10px) perspective( 600px ) rotateX( 10deg ); 
	transform: translateY(-10px) perspective( 600px ) rotateX( 10deg ); 
}

/* Dark overlay, start state */
.my-mfp-slide-bottom.mfp-bg {
	opacity: 0;

	-webkit-transition: opacity 0.3s ease-out; 
	-moz-transition: opacity 0.3s ease-out; 
	-o-transition: opacity 0.3s ease-out; 
	transition: opacity 0.3s ease-out;
}
/* animate in */
.my-mfp-slide-bottom.mfp-ready.mfp-bg {
	opacity: 0.8;
}
/* animate out */
.my-mfp-slide-bottom.mfp-removing.mfp-bg {
	opacity: 0;
}
.results{
	 width: 100%;
	 box-sizing: border-box;
     width: 100%;
    box-sizing: border-box;
    text-align: center;
    font-size: 1.5em;
}
/*****************************Обо мне*************************************/
 #about-me{
 	display: flex;
 	flex-direction: column;
 	align-items: center;
 	padding: 3rem 15vw;
	text-align: center;
	margin-bottom: 1rem;
	text-align: justify;

 }
 #about-me p{
	font-family: Roboto;
	/*line-height: 1.5;*/
	width: 100%;
	max-width: 50rem;
}
.lineabout{
    background-color: #1674d1;
    height: 4px;
    width: 3rem;
    display: block;
    margin: auto;
}
.colorgray{
	color: #999999;
	text-align: center;
	margin: 2rem;
}
/**************************************************************************/

#services-and-prices h2{
	color: #fff;
	position: relative;
}
#services-and-prices h3{
	color: #fff59d;
	font-size: 1.8em;
}
.d-flex{
	display: flex;
	flex-wrap: wrap;
}
.leftblock{
	background-image: url(../images/left-bg.jpg);
	background-repeat: no-repeat;
	background-size: cover;
	flex: 1 1 auto;
	display: flex;
	align-items: flex-start;
	justify-content: center;
	min-height: 30rem;
	padding: 2rem;
}

.rightblock{
	background-image: url(../images/r-bg.jpg);
    background-repeat: no-repeat;
	background-size: cover;
	flex: 1 1 auto;
    display: flex;
	align-items: flex-start;
	justify-content: center;
	min-height: 30rem;
	padding: 2rem;


}
#services-and-prices .lineabout{
	background-color: #fff;
	margin-bottom: -7rem;
	margin-left: auto;
	margin-right: auto;
	position: relative;
}
.descriptions-servis p{
	line-height: 1.3;
	font-size: 1.5em;
	margin-bottom: 2.5rem;
}
.descriptions-servis{
	color: #fff;
	font-size: .8em;
	font-family: Roboto ;
	font-weight: initial;
	max-width: 33rem;
	margin-top: 5rem;
	min-height: 23rem;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
}
.descriptions-servis a {
	color: #fff;
	border:2px solid;
	padding: .6rem;
	text-decoration: none;
	font-weight: bold;
	font-size: 1.4em;
	transition: .2s;
	line-height: 2;
}
.descriptions-servis a:hover{
	border:2px solid #fff0;
}
.descriptions-servis-list{
	font-size: 1.2rem;
}
.descriptions-servis-list li{
	margin: 0.5rem 0;
}
.text-bold{
	font-weight: 800;
}
.price{
	margin-top: 2.5rem;
	font-size: 1.59em;
    font-weight: bold;

}
.small{
	font-size: 1.1em;
	margin-top: 1rem;
}
#more-legal-person{
	background-image: url(../images/left-bg.jpg);
	background-size: cover;
	color: #fff;
	padding: 2rem;
}
#more-legal-person h1{
	text-align: center;
}
.yellow{
	color: #fff59d;
}
#more-legal-person #formpage{
	background-image: none;
	text-align: center;
}
#more-legal-person .tel{
	font-size: 1.6rem;
	color: #fff;
	display: inline;
}
#more-private-person{
    background-image: url(../images/r-bg.jpg);
	background-size: cover;
	background-position: center;
	color: #fff;
	padding: 2rem;
}
#more-private-person h1{
	text-align: center;
}
#more-private-person #formpage{
	background-image: none;
	text-align: center;
}
#more-private-person .tel{
	font-size: 1.6rem;
	color: #fff;
	display: inline;
}
#more-private-person #formpage button{
    color: #1674d1;
    background: #ffffff;
}
#more-private-person #formpage button:hover{
    color: #ffffff;
    background:  #1674d1;
}
/*************************************************************************/
#thanks{
	display: flex;
	flex-direction: column;
	align-items: center;
	padding:3rem   5vw  5rem 5vw ; 
}

.item{
	position: relative;
}
.hoverbloch{
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;   
}
.hoverbloch:hover{
	background: #00000024;
	transition: all 0.3s;
	cursor: zoom-in;
}
.slick-slide img {
    display: block;
    width: 96%;
}
.body-slide{
	max-width: 90%;
}

.img-slide{
        width: 100%;
    height: 100%;
}
.sl_slide{
	width: 91% !important;
	display: flex !important;
	justify-content: center !important;
	margin: auto;
}
.slick-prev:before, .slick-next:before {
   
    color: #b9b9b9!important;
  
}

/**********************************************************************************/
#comment{
	background: #f5f6f7;
	padding: 2rem 5vw;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
}
#comment .colorgray{
	text-align: left;
	margin: 1rem 0;
}

#comment h2{
	margin-top: 2rem;
}
.body-slide{
	    margin: auto;
}
.coment-block .colorgray{
	font-size: .9em;

}
.comm-sl{
	display: flex !important;
	justify-content: center;
	flex-wrap: wrap;
    background-image: url(../images/bg-tanks.png);
    background-repeat: no-repeat;
    background-position: center;
}
.foto{
	background-image: url(../images/slide1.jpg);
	background-size: contain;
	background-repeat: no-repeat;
	width: 9rem;
	height: 9rem;
	border-radius: 50%;
	margin: 0 2.5rem;
}
.name-client{
	font-weight: bold;
	font-size: 1.2em;
}
#comment p{
	font-family: Roboto ;
	line-height: 1.5;
}

.coment-block{
	flex: 0 0 50%;
	

}
.full-wigdth{
	    width: 20rem !important;

}

/*************************************************/
#job-block{
	display: flex;
	flex-direction: column;
	align-items: center;
	padding:4rem   5vw  5rem 5vw ; 
}
.list-practice a{
	text-decoration: none;
	color: #333333;
	position: relative;
}
.list-practice a:hover::before{
	content: '';
	width: 100%;
	height: 2px;
	background-color: #1674d1;
	position: absolute;
	left: 0;
	bottom: 0;

}
ol,ul{
	padding: 0 0 0 0.99rem;
	margin: 0;
}

.list-practice.grid {
	display : flex;
	list-style: none;
	flex-wrap: wrap;
	padding : 0;
}

.list-practice.grid li {
	display : inline-flex;
	flex-direction: column;
	/*border : 1px solid #eee;*/
	margin : 0rem;
	padding : 1rem .5rem;
	width : 20%;
	box-sizing: border-box;
	border-left: 1px solid #eee;
}

.list-practice.grid li:hover {
	border-left-color: #1674d1;
	background-color: #f9f9f9;
}

.list-practice.grid a:hover::before {
	display: none;
}

.list-practice.grid li h3 {
	font-size: 1rem;
	text-transform: uppercase;
	color : #aaa;
	margin : 0;
	text-align: left;
}

.list-practice.grid li p {
	font-size: .8rem;
	margin: 0;
}

.list-practice.grid li p.ogrn {
	font-size: 1.2rem;
	margin-top: 0;
	margin-bottom: .5rem;
}

.list-practice.grid li p b {
	font-size: 1rem;
}

.list-practice li,.list-practice-roman li,.price-list li{
	margin: 0.5rem 0;
	font-size: 1rem;
	text-align: left;
	font-family: Roboto;
	padding: 0;
}
.list-practice li{
	list-style-type: decimal !important;
}
.list-practice-roman li{
	list-style-type: upper-roman;
}
.price-list{
	list-style: disc;
}
.ico-row{
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
}
.ico-col{
	font-family: Roboto ;
	text-align: center;
	font-size: 1em;
	width: 9em;
	line-height: 1.5;
}
.arrow{
	height: 1.5rem;
	width: 1.5rem;
	margin:1rem;
	border-bottom: 1px solid #cecccc;
	border-right: 1px solid #cecccc;
		-webkit-transform: rotate(-45deg);
	-moz-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	-o-transform: rotate(-45deg);
	transform: rotate(-45deg);
	margin-top: 3rem;

}
.n-big{
	font-size: 1.3em;
	font-weight: bold;
}
.bg-i{
	background-repeat: no-repeat;
	border-radius: 50%;
	border:3px solid #1674d1;
	width: 5rem;
	height: 5rem;
	background-size: 60% 60%;
	background-position: center center;
	margin: 1rem auto;
}
.icon1{
	background-image: url(../images/svg/mail-send.svg);
}
.icon2{
	background-image: url(../images/svg/businessman.svg);
}
.icon3{
	background-image: url(../images/svg/script.svg);
}
.icon4{
	background-image: url(../images/svg/courthouse.svg);
}
.icon5{
	background-image: url(../images/svg/trial.svg);
}
.icon6{
	background-image: url(../images/svg/newsletter.svg);
}
/***************************************************************************************/
#sertificats-block{
	/*display: flex;
    flex-direction: column;*/
    padding: 3rem 5vw 5rem 5vw;
    background: #f5f6f7;
}
.sertificats-block-img .slick-slide img{
	width: auto;
    height: 15rem;
    margin: .5rem;
}
img.mfp-img {
    max-height: 200vh !important;
    max-width: 78vw !important;
}
/*****************************************************************************/
#formpage{
 display: flex;
 flex-direction: column;
 justify-content: center;
 margin: 2rem 0;
 background-image: url(../images/form-bg.jpg);
 background-size: cover;
 color: #fff;
 padding: 1rem 5vw 2rem 5vw;
}
form{
	display: flex;
	justify-content: center;
	width: 100%;
	margin: 1rem 0 ;
	flex-wrap: wrap;
}
input{
	margin: 0.5rem 1rem;
	/*flex: 1 1 20rem;*/
	border: none;
	padding: .5rem 1rem;
	font-size: 1em;
	    max-width: 22rem;
	    min-width: 16rem;
}
#formpage button{
	font-family: inherit;
	margin: 0.5rem 1rem;
	padding: 0.5rem 1rem;
	color: #fff;
	background: #1674d1;
	border: none;
	font-weight: bold;
	/*flex: 1 1 auto;*/
	transition: .4s;
	font-size: 1em;
	    max-width: 22rem;
	        min-width: 18rem;
}
#formpage button:hover{
	color: #1674d1;
	background: #fff;
	transition: .4s;
}
#formpage p{
	margin: 0 5vw;
	font-size: .9em;
	text-align: center;
}
/*****************************************************************************/
#place{
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	padding: 3rem 5vw;
}



.map-img{
	display: flex;
	justify-content: space-between;
	/* flex-wrap: wrap; */
}

.map_box{
	width: 32%;
	padding: 2rem;
	box-sizing: border-box;
}

#block-map{
	padding: 0 5vw;
} 

.d-flex-r{
	display:flex;
	flex-direction: row; 
	flex-wrap: wrap;
	margin: 2.5rem 0;
	width: 100%;
	justify-content: center;
	align-items: flex-stretch;
	    align-items: stretch;
}
.fw-bold{
	font-weight: bold;
	font-size: 1.5em;
/*	margin-top: .5rem*/
}
.d-inline{
	flex: 0 0 auto;
	/*margin: 1rem;*/
	display: flex;
	flex-direction: column;
    justify-content: space-between;
    /*margin-right: 5rem;*/
}
.mrbt{
	margin-bottom: 0.5rem;
}

.mrbt p {
	margin: 0.3rem 0 0.2rem 0.5rem;
}

.ico-cont{
	display: inline-block;
	background-repeat: no-repeat;
	width: 1.3rem;
	vertical-align: middle;
	margin-right: .5rem;
}
.bg-ico1{background-image: url(../images/svg/telephone.svg);height: 24px;}
.bg-ico2{background-image: url(../images/svg/clock.svg);height: 19px;
margin-top: -7px;}
.bg-ico3{background-image: url(../images/svg/envelope.svg);height: 19px;}
.bg-ico4{background-image: url(../images/svg/placeholder.svg);height: 25px;
margin-top: -3px;}

.socimg{
	border-radius: 50%;
	border:2px solid #c9c8c8;
	width: 1.7rem;
	height: 1.7rem;
	display: inline-block;
	margin-top: 1rem;
	background-size: 60% 60%;
	background-repeat: no-repeat;
	background-position: center;
	opacity: .4;
	transition: 0.4s;
}
.socimg:hover{
	border-color: #000105;
	transition: 0.4s;
	opacity: .6;
}
.bg-soc1{background-image: url(../images/svg/facebook-logo.svg);}
.bg-soc2{background-image: url(../images/svg/twitter-logo-silhouette.svg);}
.bg-soc3{background-image: url(../images/svg/google-plus-logo.svg);}
.bg-soc4{background-image: url(../images/svg/vk.svg);}
.bg-soc5{background-image: url(../images/svg/Instagram_simple_icon.svg);}
footer{
	font-family: roboto;
	color: #aba6a6;
	background: #222222;
	padding: 1rem;
	text-align: center;
	font-size: .8em;
}

.yaOpinion {
	width: 760px;
	margin : 1rem auto 0 auto;
}

@media (max-width: 1183px){
	.leftblock {
    padding: 8rem 2rem 2rem 2rem;
    }
    .descriptions-servis {
    margin-top: 0rem;
	}
	.d-flex-r{
		flex-direction: column;
		align-items: center;
	}
	.d-inline {
	margin: .5rem;
    flex-direction: column;
    justify-content: space-between;
    text-align: center;
    /*line-height: 2;*/
	}
	#place {
    padding: 0 3vw;
	}
	.comm-sl {
    background-image:none;
     }
    .mrbt{
    	margin-bottom: 1rem;
    }
}
@media (max-width: 993px){
	
	.map-img {
		flex-direction: column;
	}
	
	.map-img .map_box {
		width : 100%;
	}
	
	form {
    align-items: center;
    flex-direction: column;
    }
	.nav-link span{
	display: none;
	}
	.nav {
    width: 100%;
	background-color: #212121;
	transition: .1s;
	margin-left: -100%;
	position: absolute;
    }
    .nav-item {
    	border-bottom: 1px solid;
    }
	.navbar{
	flex-direction: column !important;
	}
	.nav-item {
    padding:  1em ;
    font-size: 1.5em;
    text-align: center;
    }
    .row {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    }
    .phonebox {
    display: flex;
    justify-content: space-between;
    width: 100%
    }
    .logobox{
	order: 1;
	width: 100%;
    justify-content: space-between;
    align-items: center;
    }
     .menu__icon{
    display: inline-block;
  }
  
  .menu__links {
    position: fixed;
    display: none;
    top: 0;
    right: 0;
    left: 0;
    margin-top: 52px;
    background-color: rgba(0, 0, 0, 0.8);
    z-index: 1000;
    overflow: auto;
  }
  
  .menu__links-item {
    display: block;
    padding: 10px 0;
    text-align: center;
    color: #ffffff;
  }
  .mainbanner{
    height: auto;
    }
    #about-me {
    padding: 3rem 5vw;
    }
    .coment-block {
    flex: 0 0 99%;
    text-align: center;
    }
    #comment .colorgray {
    text-align: center;
    }
    .arrow {display: none;}
    .socimg{
    width: 3rem;
    height: 3rem;
    margin: 1rem .2rem;
    }

    .list-practice.grid {
    	justify-content: center;
    }

    .list-practice.grid li {
		width : 30%;
	}

}

@media (max-width: 770px){
	.yaOpinion {
		width: 100%;
	}

@media (max-width: 655px){
	h2{
		font-size: 1.2rem;
	}
	.mainbanner h1{
		font-size: 1.4em;
	}

	.surname {
    font-size: 1.8em;
    }
    .name {
    font-size: 1.05em;
    }
    .logo {
     display: none;
    }
    .blockphone {
    align-items: center;
    margin-right: 1.5rem;
    margin-left: 1.5rem;
    justify-content: space-between;
    margin: 1.5rem 1rem 1.5rem 0;
    width: 100%;
    }
    .phonebox {
    display: flex;
    justify-content:center;
    width: 100%;
	}  
	.buttoncall {
    padding: 1em 1.5em;
    margin: 0;
    }
    .iconsbox {
    flex-direction: column;
    align-items: center;
    }
    .line{
    	margin:0;
    }
    .map_box{
    	width: 100%;
    }
}

@media (max-width: 425px){
	.list-practice.grid li {
		width : 50%;
	}
}

@media (max-width: 320px){
	.list-practice.grid li {
		width : 100%;
	}
}

 html, body { overflow-x:hidden }