*{-webkit-tap-highlight-color: transparent;}

.contacts__br{
	display: none;
}

/* Адаптив */
/* 1024 */
@media(max-width: 1279px){
	.container{
		width: 100%;
	}
	.header__container{
		height: auto;
		flex-direction: column;
	}
	.header__top-line{
		background: none;
	}
	.header__logo-box{
		width: 100%;
		background: #343a3f;
		justify-content: center;
		padding-top: 12px;
		padding-bottom: 8px;
	}
	.header__container{
		padding: 0;
	}
	.header__logo-img{
		height: 50px;
	}
	.header__contact-us{
		display: none;
	}
	.header__top-block{
		height: auto;
		padding: 5px 15px;
	}
	.header__box{
		padding-left: 0;
		padding-bottom: 15px;
	}
	.header__bottom-box{
		padding: 0 15px;
		flex-direction: column-reverse;
		align-items: flex-start;
	}
	.header__bottom-block{
		padding-top: 7px;
	}
	.header__buttons{
		width: 100%;
		margin-bottom: 15px;
	}
	.header__buttons button{
		flex: 1;
	}
	.header__our-service{
		justify-content: center;
	}
	.header__burger{
		position: relative;
		top: 2px;
	}
	.menu__box{
		z-index: 9;
		position: fixed;
		top: 0;
		right: 0;
		bottom: 0;
		left: 0;
		visibility: hidden;
		background: #fff;
		transition: 0.4s;
	}
	.menu__box.active{
		animation: none;
		opacity: 1;
		visibility: visible;
	}


	/* .menu__content-box{
		display: none;
	} */
	.menu__container{
		height: 100%;
		overflow-y: auto;
		flex-direction: column;
	}
	.menu__copyright{
		margin-top: auto;
		padding-bottom: 20px;
	}
	.menu__list-box{
		width: 100%;
		height: 100%;
		padding-bottom: 0;
		padding-top: 40px;
	}
	.menu__list-title br{
		display: none;
	}
	.menu__list-box{
		background-color: transparent;
	}
	.menu__item{
		flex-direction: column;
		align-items: flex-start;
		height: initial;
		min-height: initial;
		padding-left: 0;
		margin-bottom: 20px;
	}
	.menu__item > span{
		display: block;
		width: 100%;
		position: relative;
	}
	.menu__item > span:after{
		content: "";
		display: inline-block;
		border: 4px solid transparent;
		border-top: 7px solid #202020;
		border-bottom: 0;
		margin-left: 12px;
		position: relative;
		top: -3px;
		transition: 0.2s;
	}
	.menu__item.open > span:after{
		transform: rotate(180deg);
	}
	.menu__item br{
		display: none;
	}
	.menu__item:before,
	.menu__item:after{
		display: none;
	}
	.menu__item:hover,
	.menu__item.active{
		color: #202020;
	}
	.menu__content,
	.menu__content.active{
		display: none;
	}
	.menu__text-title{
		box-sizing: border-box;
		padding-left: 24px;
		font-size: 15px;
		margin-bottom: 9px;
	}
	.menu__content{
		padding: 20px 0 0 25px;
	}
	.menu__number{
		font-size: 20px;
	}
	.menu__title {
		font-size: 16px;
		margin-bottom: 15px;
	}
	.menu__text-title:before{
		width: 10px;
	}
	.menu__text-list{
		padding-left: 50px;
	}
	.menu__text-list li{
		margin-bottom: 10px;
	}
	.menu__text-list li a{
		font-size: 15px;
		line-height: initial;
		padding-left: 0;
	}
	.menu__content-box{
		display: none;
	}
    .menu__close{
    	z-index: 2;
    }

	.banner{
		height: 300px;
		display: flex;
		align-items: center;
		padding-top: 0;
	}
	.banner__narrow{
		font-size: 28px;
	}
	.banner__weight{
		font-size: 36px;
	}
	.main-about__text-box{
		flex-direction: column;
		margin-top: 30px;
	}
	.main-about__text{
		width: 100%;
		padding-right: 0;
	}
	.main-about {
		padding: 50px 0;
	}
	.service__container{
		flex-direction: column;
	}
	.service__box-33,
	.service__box-66,
	.service__box-50{
		width: 100%;
	}
	.service__box,
	.service__box_height{
		height: auto;
	}
	.service__bottom-block{
		flex-wrap: wrap;
	}
	.service__box:hover{
		box-shadow: none;
	}
	.service__box{
		margin-bottom: 12px;
	}
	.service__name br{
		display: none;
	}
	.service__button{
		opacity: 1;
	}
	.service__name{
		margin-bottom: 35px;
	}
	.service__name:after {
		width: 48px;
	}
	.experts__img-box{
		width: 100%;
		display: flex;
		justify-content: center;
	}
	.experts__slider .slick-track{
		display: flex;
	}
	/* .experts__slide{
		display: flex;
		height: 100%;
	} */
	.experts__slider .slick-list{
		display: flex;
	}
	.experts__box{
		height: 100%;
		display: flex;
		flex-direction: column;
		box-sizing: border-box;
	}
	.experts__diplom{
		margin-top: auto;
	}
	.footer__container{
		flex-direction: column;
		align-items: flex-start;
	}
	.footer__contacts-block{
		padding-top: 0;
		margin-bottom: 30px;
	}
	.footer{
		padding-top: 30px;
	}
	.footer__form-block{
		width: 100%;
	}
	.footer__form-block .form{
		width: 100%;
		box-sizing: border-box;
	}
	.footer__copyright-block{
		text-align: left;
	}
	.footer__offer br{
		display: none;
	}
	.footer__make-site{
		justify-content: flex-start;
	}
	.footer__copyright{
		margin-bottom: 5px;
	}
	.footer__offer{
		margin-bottom: 5px;
	}
	.comments__box .comments__img-box{
		margin-bottom: 0;
	}
	.comments__link{
		display: none;
	}
	.header__menu-link:after{
		display: none;
	}
	.header__menu-item{
		padding-right: 10px;
	}
	.arrows .slick-arrow{
		
	}
	.arrows .slick-prev{
		left: -5px;
	}
	.arrows .slick-next{
		right: -5px;
	}
	.footer__address br{
		display: none;
	}
	.service-page__form-container{
		display: none;
	}
	.service-page__text{
		width: 100%; 
	}
	.iz-praktiki tr{
		display: flex;
		flex-direction: column;
		padding-bottom: 20px;
		margin-bottom: 20px;
		border-bottom: 1px solid #eee;
	}
	.iz-praktiki tr:last-child{
		margin-bottom: 0;
	}
	.iz-praktiki tr td{
		padding: 0;
	}
	.iz-praktiki tr td:first-child img{
		width: 100px;
		height: auto;
	}
	.iz-praktiki tr td:first-child p{
		margin: 0;
	}
	.contacts__br{
		display: block;
	}
	.services__item{
		width: 100%;
		margin-right: 0;
	}
	.services__item > a{
		display: flex;
	}
	.services__img-box{
		width: 150px;
	}
	.services__name{
		width: initial;
		flex: 1;
		padding: 10px 20px;
	}
	.services__name:after{
		display: none;
	}
	.services__item:hover .services__name{
		color: #202020;
	}
	.services__img-box {
		width: 150px;
		height: 150px;
	}
	.services__text-block{
		padding: 0;
	}
	.bread-crumbs li{
		display: inline;
	}
	.services__item:hover {
		box-shadow: none;
	}

	.table-wrap{
		width: calc(100% + 15px + 15px);
    	overflow-y: auto;
    	margin-right: -15px;
    	margin-left: -15px;
		padding-left: 15px;
	}
	.table-wrap table{
		max-width: 600px;
	}

	.questions__container{
		flex-direction: column;
	}
	.tabs__container{
		width: 100%;
		margin-bottom: 30px;
	}
	.tabs__tab{
		width: auto;
		flex: 1;
	}
	.tabs__tab:first-child{
		margin-right: 10px;
	}
	.questions__info{
		display: flex;
	}
	.questions__info li{
		right: 0;
		width: 33.333333%;
	}
	.questions__info-text span{
		font-size: 20px;
	}
	.questions .block-title span:before,
	.questions .block-title span:after{
		display: none;
	}
	.questions .block-title{
		padding: 0 15px;
		text-align: left;
		margin-bottom: 30px;
	}
	.questions .block-title span{
		font-size: 20px;
		padding: 0;
	}
	.questions__container{
		margin-top: 0;
	}
	.banner__podcherk .banner__title{
		font-size: 28px;
		line-height: 36px;
	}
	.experts__podcherk .experts__container{
		flex-direction: column;
	}
	.experts__podcherk .experts__card{
		width: 100%;
	}
	.experts__podcherk .experts__img-box{
		width: 205px;
	}
	.experts__podcherk .experts__card{
		margin-bottom: 30px;
	}
	.experts__podcherk .experts__card:last-child{
		margin-bottom: 0;
	}
	.experts__podcherk .experts__name{
		text-align: left;
	}
	.still-questions{
		padding-bottom: 45px;
	}
	.still-questions__title{
		font-size: 26px;
		line-height: 35px;
	}
	.still-questions__small-title{
		font-size: 18px;
	}
	.still-questions{
		height: auto;
	}
	.tabs__content-box{
		padding: 30px;
	}
	.decisions__link{
		display: none;
	}
	.decisions__slider .slick-arrow{
		top: 50%;
		transform: translateY(-50%);
	}
	.still-questions__button{
		opacity: 1;
	}
	.still-questions__button.active{
		animation: none;
	}
	.questions__bg{
		display: none;
	}
	.services__img{
		width: 100%;
		height: auto;
	}
	.services__img-box:after{
		display: none;
	}
	img{
		max-width: 100%;
	}
	.services__list{
		margin-top: 0;
	}
	.services__item .field-content > a{
		display: flex;
	}
	/* .services__img-box{
		display: none;
	} */
	/* .services__name{
		padding: 0;
	} */
	.services__description{
		display: block !important;
		padding: 15px 0 0;
	}
	.services__item{
		margin-bottom: 35px;
	}
	img{
		max-width: 100%;
		height: auto !important;
	}
	.comments__img{
		width: auto;
	}
	.comments__img-box{
		display: flex;
		justify-content: center;
		box-shadow: none;
	}
	.decisions__img-box{
		display: flex;
		justify-content: center;
	}
	.decisions__img-box img{
		width: auto;
	}

}

/* 960 */
@media(max-width: 1023px){
	
	.page-title{
		font-size: 24px;
	}



}

/* 800 */
@media(max-width: 959px){
	
	.page-title{
		font-size: 22px;
	}
	.questions__info-text{
		font-size: 16px;
	}
	.questions__info-text span {
		font-size: 18px;
	}
	.block-title span:before,
	.block-title span:after{
		display: none;
	}
	.podcherk-page .block-title{
		text-align: left;
		padding: 0 15px;
	}
	.block-title span{
		padding: 0;
	}
}


/* 768 */
@media(max-width: 799px){
	
	



}

/* 640 */
@media(max-width: 767px){
	
	.banner__narrow {
		font-size: 24px;
	}
	.banner__weight {
		font-size: 30px;
	}
	.block-title{
		font-size: 22px;
	}
	.service__box{
		padding: 35px 25px;
	}
	.footer__form-block .form{
		padding: 0 25px;
	}

	.page-title{
		font-size: 20px;
	}

	.banner__podcherk .banner__title {
		font-size: 22px;
		line-height: 31px;
	}
	.banner__small-title{
		font-size: 18px;
	}
	.questions__info li{
		width: 100%;
	}
	.questions__info{
		flex-wrap: wrap;
	}
	.questions__info-text{
		flex: 1;
	}
	.questions__info-text br{
		display: none;
	}
	.block-title span{
		font-size: 24px;
	}


}

/* 480 */
@media(max-width: 639px){
	
	.service__button{
		height: 38px;
		width: 165px;
		padding: 8px 0 0;
	}
	.service__name{
		font-size: 17px;
	}
	.service__box {
		padding: 30px 20px;
	}
	.order-call{
		width: 96%;
	}
	.order-call .form{
		width: 100%;
		box-sizing: border-box;
		padding: 0 40px;
	}
	.banner__podcherk .banner__title {
		font-size: 20px;
		line-height: 28px;
		margin-bottom: 30px;
	}
	.banner__podcherk .banner__small-title {
    	font-size: 17px;
	}
	.tabs__cap{
		flex-direction: column;
	}
	.tabs__tab:first-child{
		margin-right: 0;
		margin-bottom: 10px;
	}
	.tabs__tab{
		width: 100%;
		flex: initial;
	}
	.tabs__content-box {
		padding: 20px;
	}
	.text-list li:before{
		    width: 5px;
		height: 5px;
		top: 7px;
	}
	.text-list li {
		font-size: 15px;
		line-height: 20px;
		padding-left: 18px;
	}
	.block-title span{
		font-size: 22px;
	}
	.experts__podcherk .experts__card{
		padding: 15px;
	}
	.experts__podcherk .experts__img-box{
		    width: 90px;
		height: 90px;
		margin-right: 15px;
	}
	.experts__podcherk .experts__name{
		font-size: 14px;
		line-height: 23px;
	}
	.experts__name span{
		font-size: 16px;
	}
	.experts__post{
		margin-bottom: 20px;
	}
	.still-questions__title {
		font-size: 20px;
		line-height: 30px;
	}
	.still-questions__small-title {
		font-size: 16px;
	}
	.experts__podcherk{
		padding-bottom: 50px;
	}


}

/* 412 */
@media(max-width: 479px){
	
	.header__bottom-box nav{

	}
	.header__our-service{
		width: 155px;
		flex: initial !important;
	}
	.header__bottom-box{
		padding: 0 10px;
	}
	.header__top-block {
		padding: 5px 10px;
	}
	.header__menu-link{
		padding: 0;
	}
	.banner__narrow {
		font-size: 22px;
	}
	.banner__weight {
		font-size: 26px;
	}
	.block-title {
		font-size: 20px;
	}
	.footer__form-block{
		padding: 30px 0;
	}
	.footer__form-block .form {
		padding: 0 20px;
	}
	.header__menu-link{
		font-size: 15px;
	}
	.order-call__title{
		font-size: 17px;
	}
	.menu__content {
		padding: 15px 0 0 11px;
	}
	.menu__item > span{
		font-size: 17px;
	}
	.menu__item > span:after{
		top: -1px;
	}
	.menu__item{
		margin-bottom: 15px;
	}
	.services__img-box {
		width: 90px;
		height: 90px;
	}
	.services__name{
		padding: 0 13px;
		font-size: 14px;
		line-height: 19px;
	}
	.banner__podcherk .banner__title {
		font-size: 17px;
		line-height: 25px;
		margin-bottom: 25px;
	}
	.banner__podcherk .banner__small-title {
		font-size: 15px;
		line-height: 24px;
		    padding-left: 13px;
	}
	.questions .block-title span {
		font-size: 18px;
	}
	.questions__info-text span {
		font-size: 16px;
	}
	.block-title span {
	    font-size: 20px;
	}
	.still-questions__title {
		font-size: 18px;
		line-height: 27px;
	}
	.menu__text-title:before {
		width: 7px;
	}
	.menu__text-title{
		padding-left: 17px;
	}
	.menu__text-list {
		padding-left: 40px;
	}



}

/* 320 */
@media(max-width: 411px){
	
	.header__mail,
	.header__tel{
		font-size: 14px;
	}
	.header__our-service{
		width: 135px;
		font-size: 14px;
		padding: 0 15px;
	}
	.header__burger{
		top: 1px;
	}
	.header__order-call{
		font-size: 14px;
	}
	.header__menu-link {
		font-size: 14px;
	}
	.banner__narrow {
		font-size: 20px;
	}
	.banner__weight {
		font-size: 24px;
		margin-top: 8px;
	}
	.block-title {
		font-size: 18px;
	}
	.main-about {
		padding: 40px 0;
	}
	.service__name {
		font-size: 15px;
	}
	.service__box {
		padding: 20px 15px;
	}
	.footer__form-block .form {
		padding: 0 10px;
	}
	.order-call .form{
		padding: 0 13px;
	}
	.order-call{
		padding: 35px 0 25px;
	}
	.header__menu-item{
		padding-right: 8px;
		margin-right: 3px;
	}
	.header__menu-link {
		font-size: 13px;
	}
	.page-title{
		font-size: 18px;
	}
	.comments__card{
		width: 100%;
		padding: 15px 18px;
	}
	.container{
		padding-left: 10px;
		padding-right: 10px;
	}
	.header__container{
		padding: 0;
	}
	.comments__slide{
		padding: 0 12px;
	}
	.comments__name{
		font-size: 15px;
	}
	.comments__name br{
		display: none;
	}
	.still-questions__title {
		font-size: 16px;
		line-height: 25px;
	}
	.still-questions__small-title {
		font-size: 15px;
	}
	.banner__podcherk .banner__title {
	    font-size: 16px;
	    line-height: 23px;
	}
	.banner__podcherk .banner__small-title {
	    font-size: 14px;
	    line-height: 22px;
	    padding-left: 9px;
	    border-left: 3px solid #e95821;
	}

    
}

@media(max-width: 359px){
	.header__menu-link {
		font-size: 12px;
	}
	.header__menu-item {
		padding-right: 7px;
	}
	.header__bottom-box {
		padding: 0 9px;
	}
}