@media screen and (max-width:1200px) {
	.container {
		width: 100% !important;
		padding-left: 20px !important;
		padding-right: 20px !important;
	}

	.content-col.left {
		width: 685px;
	}

	.content-col.right {
		width: calc(100% - 685px);
	}

	.home-1 {
		margin: 0 -20px;
		padding: 60px 20px 160px;
	}
}

@media screen and (max-width:1024px) {
	.asl_w_container {
		margin: 0 !important;
	}

	.home-2 {
		margin: -50px 0 80px;
	}

	.home-3 {
		gap: 10px;
	}

	.barber-top-block .col-3 {
		margin-left: 30px;
	}

	.home-4 .wp-block-column p {
		font-size: 15px;
		margin-bottom: 18px;
	}

	.home-4 .wp-block-image {
		padding-left: 0;
	}
}

@media screen and (max-width:992px) {

	.header .menu,
	.head-col:last-child {
		gap: 20px;
	}

	.home-1 .wp-block-cover__image-background {
		left: -100px;
		width: calc(100% + 100px);
	}

	.home-2 {
		gap: 5px;
	}

	.home-2 .wp-block-column p a {
		padding: 5px 5px 7px;
	}

	.title-block h2 {
		font-size: 24px;
	}
}

@media screen and (max-width:767px) {
	h1 {
		margin: 40px 0 20px;
	}

	.main {
		padding-top: 69px;
	}

	.mobile {
		display: block;
	}

	.desctop {
		display: none;
	}

	.toggle {
		position: relative;
		width: 40px;
		height: 2px;
		background: #fff;
		margin: 10px 0;
		transition: all 0.3s;
	}

	.toggle:before,
	.toggle:after {
		content: '';
		width: 100%;
		height: 2px;
		background: #fff;
		position: absolute;
		left: 0;
		transition: all 0.3s;
	}

	.toggle:before {
		top: -12px;
		transform: translateY(0) rotate(0);
	}

	.toggle:after {
		top: 12px;
		transform: translateY(0) rotate(0);
	}

	.toggle.open:before {
		top: 50%;
		transform: translateY(-50%) rotate(45deg);
	}

	.toggle.open:after {
		top: 50%;
		transform: translateY(-50%) rotate(-45deg);
	}

	.toggle.open {
		background: transparent;
	}

	.head-row {
		height: 70px;
	}

	.head-row:before {
		content: none;
	}

	.header .head-col:first-child {
		display: none;
		position: absolute;
		width: 100%;
		top: 70px;
		left: 0;
		background: #212121;
		padding: 15px 20px;
	}

	.head-col:last-child {
		width: 100%;
		justify-content: space-between;
	}
	
	.head-logo {
		width: auto;
		padding-top: 0;
		opacity: .3;
	}
	
	.head-logo img {
		height: 50px;
	}

	.home-1 {
		padding: 10px 20px 100px;
	}

	.home-1 h1 {
		font-size: 30px;
		margin: 0 0 30px;
	}

	.home-2 {
		gap: 10px;
		margin-bottom: 50px;
	}

	.home-3 {
		gap: 30px;
	}
	
	.home-4 {
		margin-top: 50px;
	}

	.barber-top-block {
		margin-top: 50px;
	}

	.barber-top-block .container {
		flex-direction: column;
		align-items: center;
		padding: 30px 0 60px;
		gap: 30px;
	}

	.barber-top-block .col-2 {
		border-top: 2px solid #212121;
		border-left: 0;
		margin-left: 0;
		padding-top: 30px;
		padding-bottom: 0;
		padding-left: 0;
	}

	.barber-top-block .col-2:before {
		left: 50%;
		top: -19px;
		transform: translateX(-50%) rotate(90deg);
		padding-top: 2px;
    	height: 32px;
	}

	.barber-top-block .col-3 {
		margin-left: 0;
	}

	.footer .container .col-20 {
		width: 15%;
	}

	.footer .container .col-30 {
		width: 40%;
	}

	.footer .container .col-50 {
		width: 45%;
	}

	.footer .container .col-50 p {
		margin-bottom: 20px;
	}

	.content-col.left {
		width: 100%;
	}

	.mobile.tabs-caption {
		display: flex !important;
	}

	#map {
		height: 300px;
	}

	.on-btn {
		display: block;
		height: auto;
		background: #212121;
		color: #fff;
		line-height: 1.3;
		font-family: 'GeometriaMedium';
		border: 2px solid #212121;
		border-radius: 5px;
		padding: 10px 25px;
	}

	.on-btn:hover {
		color: #fff;
	}

	.on-btn:before,
	.on-btn:after {
		content: none;
	}

	ol {
		padding-left: 20px;
	}
	
	.yoast-breadcrumbs {
		margin-top: 20px;
	}
	
	.faq-form {
		gap: 30px;
		padding: 30px;
	}
	
	.faq-form .col-left p {
		font-size: 16px;
	}
	
	.faq-cat-grid a {
		width: calc((100% - 20px) / 2);
	}	

	.child-cat a {
		width: calc((100% - 15px) / 2);
	}	
}

@media screen and (max-width:480px) {
	h1 {
		font-size: 28px;
	}
	
	h2,
	.faq-cat-grid-title {
		font-size: 24px;
		margin: 40px 0 20px;
	}

	.main {
		padding-top: 130px;
	}

	.head-row {
		height: auto;
	}

	.gradient-btn {
		width: 100%;
		text-align: center;
	}

	.head-col:last-child {
		flex-wrap: wrap;
		padding: 10px 0 20px;
		gap: 15px;
	}

	.header .head-col:first-child {
		top: 131px;
		padding: 20px;
	}

	.header .menu {
		flex-direction: column;
	}
	
	.head-logo img {
		height: 45px;
	}
	
	.home-1 {
		min-height: calc(100vh - 130px)!important;
		padding: 0px 20px 50px;
	}
	
	.home-1 h1 {
		font-size: 26px;
	}

	.home-1 .wp-block-cover__background {
		opacity: 0.5 !important;
	}

	.title-block .wp-block-column:last-child {
		display: block;
	}

	.title-block h2 {
		font-size: 22px;
	}

	.home-3 .wp-block-column {
		padding: 20px;
	}

	.home-3 .wp-block-column .wp-block-image {
		margin: -20px -20px 0;
		height: 200px;
	}
	
	.home-3 .wp-block-column .btn {
		position: static;
		bottom: 0;
		width: 100%;
		margin-top: 20px;
		left: 0;
    	transform: translateX(0);
	}

	.footer .container {
		flex-direction: column;
		gap: 25px;
	}

	.footer .container>div {
		width: 100% !important;
	}

	.footer .container .col-20 {
		text-align: center;
	}

	.footer .container .col-50 {
		display: block;
		padding-left: 0;
	}

	.tabs-caption,
	.buttons-block {
		gap: 5px;
	}

	.content-col .item {
		display: block;
		border-radius: 0;
		padding: 20px 0 0;
		border-top: 1px solid #b6b1b1;
		box-shadow: none;
	}

	.content-col .item .item-img {
		width: 100%;
		height: 200px;
		margin-bottom: 20px;
	}

	.item-content {
		width: 100%;
	}

	.buttons-block .on-btn {
		padding: 10px 5px;
		text-align: center;
	}

	#map {
		height: 400px;
	}

	.border-btn {
		padding: 10px;
	}
	
	.question-block {
		padding: 30px 20px;
	}

	.answer-block {
		flex-direction: column;
	}	

	.answer-block .answer:before {
		content: "";
		position: absolute;
		top: -12px;
		left: calc(50% - 6px);
		border-width: 0 9px 12px 9px;
		border-color: transparent transparent #e6e6e6 transparent;
	}	

	.faq-form {
		display: block;
		padding: 30px 20px;
	}	

	.faq-form .col-left {
		display: block;
		width: 100%;
		margin-bottom: 30px;
	}	

	.faq-form .col-right {
		width: 100%;
	}	

	.faq-form .col-left img {
		width: 80px;
	}
	
	.faq-form .col-left p {
		margin-bottom: 20px;
	}

	.faq-form [type="submit"] {
		width: 100%;
	}

	.faq-cat-grid a,
	.child-cat a {
		width: 100%;
	}
	
	.faq-item a {
		font-size: 18px;
	}
	
	.faq-section {
		margin-bottom: 50px;
	}
}