/*==========  Desktop First Method  ==========*/

/* Large Devices, Wide Screens */
@media only screen and (max-width : 1210px) {

	
	.has-submmenu:hover .submenu{
		display: none;
	}
	.has-submmenu:hover .submenu.is-open{
		display: block;
	}
	.submenu{
		position: relative;
	}
	.has-submmenu{
		flex-wrap: wrap;
		width: 350px;
	}
	.submenu{
		background: none;
		margin-top: -20px;
	}
	.has-submmenu:before{
		display: none;
	}
	.submenu.is-open{
		display: block;
	}

	.main__left{
		flex: 0 0 70%;
	}
	.service-page__main .service-page__left{
		position: relative;
	}
	.service-page__main .service-page__right{
		margin-left: 0;
	}
	.service-page{
		padding-top: 144px;
	}
	.mobile-header{
		display: flex;
		justify-content: space-between;
		align-items: center;
		padding: 5px 15px;
		z-index: 10;
		position: fixed;
		top: 0;
		width: 100%;
		background: #000;
	}
	.header-container{
		/*display: none;*/
		height: 0;
		opacity: 0;
		visibility: hidden;
		transition: height .3s, opacity .3s;
		position: fixed;
		z-index: 9;
		justify-content: flex-start;
	}
	.header-container__right{
		flex-direction: column;
		align-items: flex-start;
	}
	.header-container.is-open{
		background: #000;
		opacity: 1;
		height: 100vh;
		visibility: visible;
		height: var(--app-height);
		padding-top: 100px;
	}
	#main{
		padding-top: 104px;
	}
	.consult__left{
		padding-left: 15px;
	}
	.header-container .header__logo{
		display: none;
	}
	.header__logo img{
		/* max-height: 80px; */
		width: 110px;
	}
	.header-container{
		flex-direction: column;
		align-items: flex-start;
		padding-left: 20px;
	}
	
	.header__menu{
		margin-left: 0;
		flex-direction: column;
	}
	.header__menu li{
		margin: 10px 0;
	}
	.header__phones{
		margin-left: 0;
		flex-direction: column;
	}
	.header-phone{
		margin: 15px 0;
	}
	.header__socials{
		margin-left: 0;
		margin-top: 10px;
	}


	.service-item__img{
		width: 100%;
	}


	.main-form-wrapper{
		padding: 40px 20px;
	}
	.tabs-header__item{
		font-size: 13px;
		margin: 0 5px;
	}
	#features h2{
		margin-right: 20px;
	}
	.features-list__item {
		margin: 25px 30px;
	}
	.service-page__main{
		flex-direction: column-reverse;
	}
	.service-page__left{
		flex: 0 0 auto;
		margin-right: 0;
		margin-left: auto;
		margin-right: auto;
		margin-top: 20px;
	}
	.service-page__main .service-page__right,
	.service-block{
		max-width: 100%
	}
	.eq-item .container{
		flex-direction: column !important;
	}
	.eq-item__img img{
		width: 100%;
	}
	.eq-item__side{
		flex: 0 0 auto;
	}
	.eq-item__side{
		padding-bottom: 20px;
	}
	.eq-item__head{
		margin-bottom: 0;
		font-size: 20px;
	}
	.eq-item__img{
		margin: 0 !important;
}

#features .btn-wrap{
	padding-right: 0px;
}
}
@media only screen and (max-width : 1020px) {
	#main-request .input-wrapper{
		width: 225px;
	}
	.features-list__item {
		margin: 25px 15px;
	}
}
/* Medium Devices, Desktops */
@media only screen and (max-width : 992px) {
	h1{
		font-size: 30px;
		line-height: 40px;
	}
.headline::after {
    width: 140px;
    height: 40px;
    margin-left: 5px; 
}
	.services {
    grid-template-columns: repeat(3, 1fr);
    gap: 20px;
}
	}
	.input{
		font-size: 14px;
	}
	.main-form{
		flex-wrap: wrap;
	}
	.main-form .input-wrapper{
		width: 100% !important;
		flex: 0 0 100% !important;
		margin: 0 !important;
		margin-bottom: 15px !important;
	}
	#main-request .input-wrapper.submit{
		text-align: center;
		margin-top: 0px !important;
	}
	.video{
		width: 100%;
		height: 400px;
	}
	.features-list__item{
		width: 100%;
		margin: 25px 0;
	}
	.faq_container{
		width: 100%;
	}
	.footer__center{
		flex-direction: column;
	}
	.footer__bottom{
		margin-top: 10px;
	}
	.footer__form{
		width: 100%;
		margin-top: 20px;
	}
	.footer__bottom{
		text-align: center;
	}
	.footer{
		padding: 20px 0;
	}
	.footer-form__submit{
		text-align: center;
	}
	.video__click{
		height: 100%;
	}
	.team-popup{
		padding: 15px;

	}
	.team-popup__image{
		margin-left: auto;
		margin-right: auto;
	}
	.team-popup__top{
		flex-direction: column;
	}
	.team-popup__right{
		margin-top: 15px;
	}
	.team-popup__text{
		margin-top: 11px;
	}
}

/* Small Devices, .table_boxts */
@media only screen and (max-width : 768px) {
	.swiper-features,
	.swiper-services{
		display: block;
	}
	.main-form-wrapper{
	padding-left: 0;
	padding-right: 0;
}
	.features-list,
	.services{
		display: none;
	}
	.services {
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
}
	.equipment{
		grid-template-columns: 1fr;		
	}
	.eq-item {
		margin-bottom: 66px;
		padding-bottom: 10px;
	}
	.map-image-wrapper{
		height: 370px;
	}
	.map-image-wrapper img{
		/*object-position: 46% -209px;*/
	}
	.map-container a{
		max-width: 307px;	
	}
	.consult__left{
		margin-right: 0;
	}
	#consult h2 br{
		display: none;
	}
	.main__left{
		flex: 0 0 auto;
	}
	.main-wrapper{
		flex-direction: column;
	}
	.service-item{
		width: 100%;

	}
	.services__item{
		margin: 25px 0;
	}
	h2{
		font-size: 19px;
		line-height: 25px;
	}
	.video{
		height: 270px;
	}
	.video__label{
		right: -6px;
	}
	.consult-wrapper{
		flex-direction: column;
		padding-left: 15px;
		padding-right: 15px;
	}
	.consult__left{
		min-width: 100%;
		max-width: 100%;
		width: 100%;
	}
	.consult__right{
		margin-top: 25px;
	}
	.consult__right img{
		width: 100%;
	}
	#features .container{
		flex-direction: column;
	}
	#features h2{
		flex: 0 0 auto;
		margin-bottom: 20px;
	}
	#features{
		padding-top: 33px;
	}
	#consult{
		padding-top: 50px;
	}
	#services{
		padding-top: 50px;
		padding-bottom: 50px;
	}
	#features{
		padding-bottom: 50px;
	}
.features-item__text{
		text-align:center;	
	}
	#faq{
		padding-top: 50px;
	}
	.faq_question{
		padding-right: 50px;
	}
	.tabs-header{
		flex-direction: column;
		align-items: flex-start;
	}
	.tabs-header__item{
		margin: 7px 0;
	}
	.single-service .main-form-wrapper{
		padding-left: 15px;
		padding-right: 15px;
	}
	.footer__reviews{
		margin-top: 20px;
	}


}

/* Extra Small Devices, Phones */
@media only screen and (max-width:480px){
	.main-slide__img{
		width: 270px;
		height: 310px;
		margin-left: auto;
		margin-right: auto;
	}
	#main .swiper-pagination{
		top: 275px;
		left: 32px;
	
	}
	#main {
    padding-bottom: 0px;
}
	.main-form__head{
		margin-bottom: 14px;
	}
	#main-request .input-wrapper:nth-child(4){
		margin-bottom: 0 !important;
	}
	#main-request{
		padding-bottom: 0;
		padding-top: 30px;
	}
	.swiper-features,
	.swiper-services{
		display: block;
	}
	.features-list,
	.services{
		display: none;
	}
	.service-item{
		width: calc(100%-20px);
	}

	.equipment{
		grid-template-columns: 1fr;		
	}
	.eq-item {
		margin-bottom: 66px;
		padding-bottom: 10px;
	}
	.button--full{		
    width: 70%;
    margin-left: auto;
    margin-right: auto;
    display: block;
	}
	.eq-item__img img{
		max-width: 180px
	}
	.btn-wrap{
		margin-top: 24px;
	}
	#results{
		padding-top: 51px;
		padding-bottom: 33px;
	}
	.features-item__icon{
		text-align: center;
	}
	#features .container{
		flex-direction: column;
	}
	#features h2{
		flex: 0 0 auto;
		margin-bottom: 20px;}
	.consult-wrapper{
		flex-direction: column;
		padding-left: 15px;
		padding-right: 15px;
	}
	.consult__left{
		min-width: 100%;
		max-width: 100%;
		margin-right: 0;
		width: 100%;
	}
	.consult__right{
		margin-top: 25px;
	}
	.consult__right img{
		width: 100%;
	}
	#consult h2,
	#results h2,
	#features h2{
		text-align: center; 
    margin-right: 0;
    max-width: 100%;
	}
	.consult__text{
		text-align: center;
	}
	#diploms{
		padding-bottom: 10px;
	}
	#faq{
		padding-bottom: 40px;
	}
	.map-image-wrapper {
    height: 210px;
    width: 100%;
}
.map-button-wrapper{
	width: 80%;
	margin-bottom: 36px;
}
.epiletti_ButtonText{	
    font-size: 11px!important;
    line-height: 15px!important;
    height: 40px !important;
    top: 26px!important;
    left: -4px!important;
    right: 5px!important;
}
.epiletti_ButtonBackground,
.epiletti_Button{
	width: 80px;
	height: 80px;
}
.epiletti_Button{
	bottom: 20px;
	right: 20px;
}
.single-service .main-form__head{
	margin-top: 50px;
}
.service-page__left{
	display: none;
}
.single-service #video{
	padding-bottom: 50px;
}
.service-page h2{
	text-align: center;
}
	.inst-wrapper{
		margin-top: 20px;
	}
	.single-service #video{
		padding-top: 0;
	}
	.service-page h2{
		font-size: 19px;
		line-height: 25px;
	}
	.team-popup__image{
		min-width: auto;
	}
	#video h2{
		margin-bottom: 30px;
	}
	#video{
		padding-top: 25px;
	}
	.eq-item__text p,
	.team-popup__text{
		font-size: 14px;
	}
	.swiper-reviews-v .video__img{
		box-shadow: none
	}
	.swiper-reviews-v{
		padding-bottom: 70px;
	}
	.swiper-videos .swiper-wrapper{
		min-height: 270px;
	}
	.team-popup__image{
		width: 230px;
		height: 300px;
	}
	.footer__contact-phone, .footer__contact-openmap{
		color: #d4ac59 !important;
		border-bottom: 1px dashed;

	}
	.footer__contact-openmap{
	text-decoration: none !important;
	}
	.hide-mob{
		display: none;
	}
	.show-mob{
		display: block;
	}
	.single-service .main-form__head{
		font-size: 24px;
	}
	#reviews{
		padding-top: 50px;
	}
	.swiper-reviews{
		padding-top: 30px;
	}
	.swiper-diplom{
		padding-top: 30px;
	}
	.team-list__item{
		margin-right: 0;
		margin-bottom: 25px;
	}
	.team-list__link{
		margin-top: 15px;
	}
	.team-list{
		flex-direction: column;
	}
	.team-list__photo{
		height: 366px;
	}
	.price-table__td{
		font-size: 11px;
	}
	.m-btn{
		right: 20px;
		bottom: 20px;
	}
	h1{
		font-size: 27px;
		line-height: 33px;
	}
	.headline::after {
    width: 120px; /* Задаём ширину изображения */
    height: 33px; /* Задаём высоту изображения */
    margin-left: 5px; /* Расстояние между текстом и изображением */
}
	}
	.main__text p{
		font-size: 14px;
	}
	body{
		font-size: 14px;
	}
	.main-form__head{
		font-size: 25px;
	}
	.main-form-wrapper{
		padding: 20px;
		padding-bottom: 10px;
		margin-bottom: 3px;
	}
	.swiper-results .swiper-slide, .result-item{
		height: 300px;
	}
	#features{
		padding-bottom: 33px;
	}
	#consult {
		padding-top: 33px;
		padding-bottom: 33px;
}
	.features-list__item:nth-child(1), .features-list__item:nth-child(2){
		margin-top: 20px;
	}
	.features-list__item{
		margin: 20px 0;
	}
    .features-item__text{
		text-align:center;	
	}
	.faq_answer{
		padding: 20px;
		font-size: 14px;
	}
	.footer__contact a{
		font-size: 14px;
	}
	.header-phone__req,
	.instagram-link{
		margin-top: 5px;
	}
	.has-submmenu:hover svg{
		transform: none;
	}
	.has-submmenu:hover svg path{
		fill: #dde3e5;
	}
	.has-submenu__.is-open + svg{
		transform: rotate(180deg);
	}
	.submit-text{
		color: #D4AC59;
		border-bottom: 1px dashed;
		text-decoration: none;

	}
	.footer__contact span {
		margin-left: 9px;
		margin-right: 8px;
		font-size: 9px;
	}
	.footer__contact{
		margin: 10px 0;
	}
	.footer__bottom{
		margin-top: 20px;
	}
	.diplom-item{
		height: 200px;
	}
	.videos-list{
		display: none;
	}
	.swiper-videos{
		display: block;
	}
}

/* Custom, iPhone Retina */
@media only screen and (max-width : 320px) {



}


/*==========  Mobile First Method  ==========*/

/* Custom, iPhone Retina */
@media only screen and (min-width : 320px) {

}

/* Extra Small Devices, Phones */
@media only screen and (min-width : 480px) {

}

/* Small Devices, .table_boxts */
@media only screen and (min-width : 768px) {

}

/* Medium Devices, Desktops */
@media only screen and (min-width : 992px) {

}

/* Large Devices, Wide Screens */
@media only screen and (min-width : 1200px) {

}
@media only screen and (min-width : 1020px) {

}
@media only screen and (min-width: 1600px){
	
}
@media only screen and (min-width: 2100px){

}

