header.open .menu__body__gb {
	display: block;
    position: relative;
    right: 15px;
    top: 102px;
    left: unset;
    width: calc(100% + 30px);
}
header.open._header-scroll .header__menu+.header__menu {
    display: block;
}

header.open._header-scroll  .menu__body__gb {
    top: 0;
}

header.open  .menu__body__gb .menu__link {
	    font-size: 16px;
    display: block;
    margin-bottom: 6px;
}

.post-type-archive-service .blog__body {
	display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 28px;
}




@media (min-width: 992px) {
    .hide-desktop {
        display: none;
    }

}

@media (max-width: 1470px) {
	.mdev .header__logo>img {
    	max-width: 66px;
	}
	.mdev .header__phone {
        display: block;
    }
	.mdev .site-main {
		padding-top: 150px;
		padding-bottom: 94px;
	}
}

@media (max-width: 1240px) {
    .container {
        max-width: 100%;
        width: 100%;
        padding: 0 30px;
    }
	.mdev .header__menu.menu .header__col,
	.mdev .header__menu,
	.mdev .header__contact {
		gap: 10px;
	}

}


@media (max-width: 991px) {
	.category .blog__body .blog__descript {
			display: none;
	}
	
	
	.post-type-archive-service .blog__body {
		display: grid;
		grid-template-columns: repeat(2, minmax(0, 1fr));
		gap: 28px;
	}
	    .mdev .header__logo {
			padding-left: 10px;
			padding-right: 10px;
    	}

	.menu__spol-wrap .spollers,
	.header__work-info .header__hours {
		display: none;
	}

	.mbrg {
		position: relative;
	}
	.menu__body__gb {
		position: absolute;
		background: #fff;
		color: #000;
		top: 68px;
		right: 0;
		min-width: 174px;
	   padding: 15px;
	}
	
	.menu__body__gb {
		display: none;
	}
	
    .heading {
        font-size: 30px;
        font-style: normal;
        font-weight: 400;
        line-height: 120%; /* 36px */
        letter-spacing: 0.9px;
        margin-bottom: 30px;
    }
    .heading-2 {
        font-size: 48px;
        font-style: normal;
        font-weight: 400;
        line-height: 120%; /* 57.6px */
        letter-spacing: 1.44px;
        margin-bottom: 30px;
    }
    .heading-3 {
        font-size: 18px;
        font-style: normal;
        font-weight: 400;
        line-height: 120%; /* 21.6px */
        letter-spacing: 0.54px;
        margin-bottom: 5px;

    }
    .text-3,
    .text-3 p {
        font-size: 16px;
        font-style: normal;
        font-weight: 400;
        line-height: 150%;
        margin-bottom: 15px;
    }
    .text-5 {
        font-size: 12px;
        font-style: normal;
        font-weight: 400;
        line-height: 150%; /* 18px */
    }
    .text-6 {
        font-size: 12px;
        font-style: normal;
        font-weight: 400;
        line-height: 150%;
    }

    .btn {
        font-size: 16px;
    }

    .hide-mobile {
        display: none;
    }

    .container {
        max-width: 100%;
        width: 100%;
        padding: 0 15px;
    } 
	    .mdev .site-main {
        padding-top: 70px;
        padding-bottom: 70px;
    }
}


@media (max-width: 767px) {
	
	.category .blog__body,
.post-type-archive-service .blog__body {
	display: grid;
    grid-template-columns: repeat(1, minmax(0, 1fr));
    gap: 20px;
}
	.mdev .header__contact .header__contact-group:not(:first-child),
	.header__address {
		display: none;
	}
	.mdev .header__btn {
        padding: 26px 14px;
    }
	.main {
		padding-top: 64px;
	}
	.main__slider.swiper {
		overflow: visible;
    	margin: 0;
    	width: 100%;
	}
	.main__wrapper.swiper-wrapper {
		display: flex;
    	flex-direction: column;
    	height: auto !important;
	}
	.mdev .main__slide {
		width: 20%;
		height: 100%;
		width: 100%;
	}
	.mdev .main__item {
		height: auto;
		display: flex;
    	gap: 20px;
    	max-width: 100%;
		align-items: center;
	}
	.mdev .main__icon {
		margin: 0;
	}
	.mdev .main__slide:not(:last-child) .main__item {
		border-right: 1px solid hsl(218.1deg 72.49% 62.94% / 58%);
		border-top: 1px solid hsl(218.1deg 72.49% 62.94% / 58%);
		border-bottom: 0;
	}
	.client__content_wrap {
		display: flex;
		flex-direction: column;
        gap: 80px;
	}
	.mdev .blog__item .blog__image>img {
		height: 100%;
		max-height: 300px;
		min-height: 300px;
	}
	.footer__col:nth-child(2) {
		width: 100%;
		display: flex;
		align-items: flex-start;
    }
	.mdev .footer__wrap-sublink {
		display: grid;
		grid-auto-flow: column;
		grid-template-rows: repeat(3, auto);
		column-gap: 15px;
		width: 100%;
		margin: 0;
	}
}

@media (max-width: 500px) {
	.mdev .header__email {
		display: none;
	}
	.mdev .header__phone {
        display: flex;
    }
	.mdev .header__logo {
        padding-left: 10px;
        padding-right: 0;
    }
	 .mdev .header__menu.menu .header__col, .mdev .header__menu, .mdev .header__contact {
        gap: 5px;
    }
	    .mdev .header__btn {
        padding: 20px 8px;
    }
}


@media (max-width: 580px) {

}



