@media (max-width: 1199px) {

	.header-nav {
		display: none;
	}

	.nav-mobile.active,
	.nav-mobile {
		overflow-y: auto;
	}

	.header-burger {
		display: flex;
		width: 30px;
		height: 20px;
		position: relative;
		z-index: 11;
		cursor: pointer;
		left: 0;
		transition: .3s all ease;
	}

	.header-burger span {
		width: 100%;
		height: 2px;
		background: #fff;
		position: absolute;
		top: 9px;
		transition: .3s all ease;
		opacity: 1;
		visibility: visible;
	}

	.header-burger.active {
		transition: .5s all ease;
		left: auto;
		right: 310px;
		position: fixed;
	}

	.header-burger.active span {
		opacity: 0;
		visibility: hidden;
		transition: .3s all ease;
	}

	.header-burger.active::before {
		transform: rotate(45deg);
		top: 9px;
	}

	.header-burger.active::after {
		transform: rotate(-45deg);
		bottom: 9px;
	}

	.header-burger::before,
	.header-burger::after {
		content: '';
		position: absolute;
		width: 100%;
		height: 2px;
		background: #fff;
		left: 0;
		transition: .3s all ease;
	}

	.header-burger:before {
		top: 0;
	}

	.header-burger:after {
		bottom: 0;
	}


	.nav-mobile.active {
		right: 0;
		transition: .5s all ease;
	}

	.nav-mobile-overlay {
		visibility: hidden;
		opacity: 0;
		position: fixed;
		z-index: 9;
		width: 100%;
		height: 100%;
		top: 0;
		left: 0;
		right: 0;
		bottom: 0;
		background-color: rgba(0, 0, 0, 0.7);
		transition: .5s all ease;
	}

	.nav-mobile-overlay.active {
		visibility: visible;
		opacity: 1;
	}

	.nav-mobile.active ul,
	.nav-mobile ul {
		display: flex;
		flex-direction: column;
		justify-content: flex-start;
		text-align: left;
		width: 100%;
	}

	.nav-mobile.active ul li a,
	.nav-mobile ul li a {
		line-height: 22px;
		height: auto;
		padding: 8px 24px;
		font-size: 1rem;
	}

	.nav-mobile .logotype {
		width: 80px;
		margin: 20px 0 20px 24px;
	}

	.nav-mobile__contact {
		display: flex;
		flex-direction: column;
		padding: 0 24px 0 24px;
		width: 100%;
	}

	.nav-mobile__contact .contact-span,
	.nav-mobile__contact .contact-span a,
	.nav-mobile__contact a.phone {
		color: #fff;
		font-family: 'Fira Sans Condensed';
		font-size: 1rem;
		font-weight: normal;
	}

	.nav-mobile__contact--mail,
	.nav-mobile__contact--address,
	.nav-mobile__contact--phone {
		font-size: 1.2rem;
		color: #fff;
		font-weight: bold;
		margin: 20px 0 3px 0; 
	}

	.nav-mobile__contact .callback.modal-link {
		margin: 28px 0 30px 0;
		width: 100%;
	}



	header nav ul li a {
		transition: none;
	}

	.header {
		padding: 12px 0;
	}

	main {
		padding: 54px 0 0 0;
	}

	.video-container {
		height: calc(100vh - 54px);
		min-height: 400px;
	}

}

@media (max-width: 1023px) {

}

@media (max-width: 991px) {
	
}

@media (max-width: 767px) {
	.header a.phone {
		display: none;
	}

	.nav-mobile__contact a.phone {
		display: block;
	}

	.video-container-content__title {
		font-size: 2rem;
		line-height: 32px;
		max-width: 70%;
		text-align: center;
	}

	.video-container-content__description {
		font-size: 1rem;
		max-width: 80%;
		line-height: 24px;
		text-align: center;
	}

	

	.contact .contact-span {
		text-align: center;
	}

	.contact-icon {
		max-width: 100%;
		display: flex;
		justify-content: center;
		margin-bottom: 30px;
	}

	.contact-icon .social-network.contact-link:last-child {
		margin-right: 0;
	}

	.decisions .title {
		padding: 30px 0 20px 0;
	}

	.rates {
		padding-bottom: 0;
	}

	.rates .price {
		padding: 10px 0 30px 0;
	}

	.rates ul {
		padding: 15px 0 0 15px;
	}

}

@media (max-width: 639px) {
	
}

@media (max-width: 479px) {
	.to-order {
		width: 150px;
	}

	.extra-label {
		font-size: 1.3rem;
	}

	.nav-mobile.active {
		width: 240px;
	}

	.header-burger.active {
		right: 260px;
	}
}

@media (max-width: 359px) {

	.video-container-content__title,
	.video-container-content__description {
		max-width: 90%;
	}


}