@media screen and (max-width: 1360px) {
	.wrap{
		width: 92%;
	}
	.navigate-menu a {
		width: 200px;
	}
}
@media screen and (max-width: 1024px) {
	.wrap {
		width: 96%;
		display: flex;
		flex-direction: column;
		align-items: center;
	}
	.aboutinfo-content {
    width: 100%;
}
.preim-content {
    width: 100%;
    margin-right: 0;
}
	.img-content {
		width: auto;
	}
	.pack-content {
		width: auto;
	}
	.contact-info {
		width: 90%;
		text-align: center;
	}
	.contact-infoblock {
		text-align: center;
	}
	.mfc {
		margin-top: 20px;
		justify-content: center;
	}
	.pack-desc {
		text-align: center;
	}
	.pack-img {
    width: auto;
    margin-bottom: 50px;
}
}
@media screen and (max-width: 780px) {
	.navigate-menu{
		display: none;
	}
	.pack-desc-second{
		border: none;
	}
	.contact-map {
		width: 90%;
	}
	.navigate-menu a {
		width: 200px;
		width: calc( 100% - 40px);
	}
	.top-header-title{
		font-size: 42px;
	}
	.content-title-over{
		font-size: 32px;
	}
	.preim-content h3{
		font-size: 32px;
	}
	.preim-content span {
    font-size: 38px;
}
.pack-bg h3{
	font-size: 32px;
}
.pack-title-over {
    font-size: 38px;
}
.aboutinfo-img img {
    width: 300px;
}
.pack-img img {
    width: 300px;
}
.aboutinfo-inform-block {
    font-size: 16px;
}
}