html {
	scroll-behavior: smooth;
}

#menu_toggle {
	display: none;
}

.mobile {
	display: none;
}


#ada_menu{
	display: block;
	position: fixed;
	top: 80px;
	right: 0;
	left: 0;
	bottom: 0;
	background: rgba(10, 10, 10, .98);
	z-index: 99999;
}

.ada-div-block {
	display: block;
	margin: auto;
	text-align: center;
	/*padding-top: 128px;*/
}

.ada-div-block a {
	display: block;
	margin: auto;
	font-size: 28px;
	margin-top: 48px;
}


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

	.block-land {
		min-height: 960px;
		max-height: 960px;
	}
	.img-clip {
		transform: scale(.9);
		-webkit-transform: scale(.9);
		padding-left: 40%;
	}
	.title-clip {
		padding-left: 12%;
		font-size: 46px;
	}
	.text-clip {
		padding-left: 12%;
		font-size: 18px;
	}

	.menu-block {
		min-width: 256px;
	}

	.center-widget {
		padding-left: 6px;
		padding-right: 6px;
	}

	.content-box {
		max-height: 360px;
	}
}

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

	.block-land {
		min-height: 720px;
		max-height: 720px;
	}
	.img-clip {
		transform: scale(.9);
		-webkit-transform: scale(.9);
		padding-left: 60%;
	}
	.title-clip {
		padding-left: 6%;
		font-size: 40px;
	}
	.text-clip {
		padding-left: 6%;
		font-size: 18px;
	}

	.box-price .st2 img {
		min-width: 340px;
		min-height: 240px;
	}

	.box-price .st2 iframe{
		min-width: 340px;
		min-height: 240px;
	}
}

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

	.box-track {
		min-width: 320px;
	}

	.box-price {
		max-height: initial;
	}

	.center-widget {
		padding-right: 0;
	}
	.menu-block {
		min-width: 256px;
	}

	.box-price .st2 img {
		min-width: 300px;
		min-height: 200px;
	}

	.box-price .st2 iframe{
		min-width: 300px;
		min-height: 200px;
	}
}

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

	.block-land {
		min-height: 680px;
		max-height: 680px;
	}
	.img-clip {
		transform: scale(.8);
		-webkit-transform: scale(.8);
		padding-left: 60%;
	}
	.title-clip {
		padding-left: 3%;
		font-size: 40px;
	}
	.text-clip {
		padding-left: 3%;
		font-size: 18px;
	}

	.box-price .st2 img {
		max-width: 100%;
		max-height: 100%;
	}
	.box-price .st2 iframe {
		width: 100%;
		min-height: 420px;
	}
	.box-price .st2 img:hover {
		transform: scale(1.0);
		-webkit-transform: scale(1);
	}

	.box-price .st2 iframe:hover {
		transform: scale(1.0);
		-webkit-transform: scale(1);
	}

	.talk-box {
		display: block;
	}

	.talk-box a {
		min-width: 128px;
		min-height: 48px;
		font-size: 14px;
	}

	.talk-box .btn-tlg {
		margin-bottom: 12px;
	}

	#ada_menu{
		left: 50%;
	}

	.center-widget {
		padding-left: 0;
		padding-right: 0;
	}

	.menu-block {
		min-width: 220px;
	}

	#borger_box {
		display: flex;
		justify-content: end;
		min-width: 32px;
	}

	#tag_box {
		min-width: 32px;
	}

	.burger {
		height: 3px; width: 48px;
		border-radius: 1px;
		margin-right: 12px;
		background: #EEE;
		transform: rotate(0deg);
		-webkit-transform: rotate(0deg);
		transition: .2s;
	}

	.burger::before{
		content:  "";
		position: absolute;
		height: 3px; width: 48px;
		z-index: 9999999;
		bottom: 10px;
		border-radius: 1px;
		background: #EEE;
		transform: rotate(0deg);
		-webkit-transform: rotate(0deg);
		transition: .3s;
	}

	.burger::after{
		content:  "";
		position: absolute;
		height: 3px; width: 48px;
		top: 10px;
		border-radius: 1px;
		background: #EEE;
		transform: rotate(0deg);
		-webkit-transform: rotate(0deg);
		transition: .5s;
	}

	#menu_toggle:checked ~ .burger{
		transform: rotate(45deg);
		-webkit-transform: rotate(45deg);
		transition: .5s;
	}
	#menu_toggle:checked ~ .burger::after{
		transform: rotate(90deg);
		-webkit-transform: rotate(90deg);
		top: 0px;
		transition: .3s;
	}
	#menu_toggle:checked ~ .burger::before{
		transform: rotate(45deg);
		-webkit-transform: rotate(45deg);
		transition: .2s;
		display: none;
	}

	h1 {
		margin: 0;
		font-size: 18px;
	}
	h1 span {
		font-size: 22px;
	}

	#paths {
		display: none;
	}

	.menu-block {
		width: 300px;
	}
}

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

	.block-land {
		min-height: 720px;
		max-height: 910px;
	}
	.img-clip {
		transform: scale(.8);
		-webkit-transform: scale(.8);
		padding-left: 40%;
	}
	.title-clip {
		padding-left: 3%;
		font-size: 42px;
	}
	.text-clip {
		padding-left: 3%;
		font-size: 19px;
		min-width: 256px;
		max-width: 312px;
	}
	.block-box-text {
		top: 20px;
	}
}


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

	.block-land {
		min-height: 720px;
		max-height: 910px;
		display: block;
		padding-top: 0px;
	}


	.img-clip {
		min-height: 540px;
		min-width: 512px;
		padding: 0px;
		bottom: 0;
		position: static;
		display: block;
		width: 100%;
		padding-left: 0%;
		padding-top: 0%;
		object-fit: cover;
		overflow: hidden;
	}
	.title-clip {
		font-size: 32px;
		padding:  24px;
		margin:  auto;
		min-width: initial;
		max-width: initial;
	}
	.text-clip {
		padding:  24px;
		padding-left: 24px;
		font-size: 19px;
		
	}
	.block-box-text {
		min-width: initial;
		top: 20px;
		position: static;
		display: block;
	}

	.box-price {
		margin-top: 32px;
		margin-bottom: 32px;
		box-shadow: 0px 12px 12px 0px rgba(16, 0, 0, .6);
	}

	.box-price .st3 h3 {
		font-size: 48px;
	}

	.box-price .st4 {
		display: block;
		text-align: right;
	}

	.talk-box {
		border-radius: 6px;
		margin-bottom: 12px;
	}

	.box-price .st6 {
		justify-content: center;
	}

	.talk-box a {
		font-size: 16px;
	}

	.box-price .st5 {
		font-size: 13px;
	}


	#ada_menu{
		top: 58px;
		left: 0;
	}

	.desktop {
		display: none;
	}
	.mobile {
		display: block;
	}

	.main-menu {
		height: 58px;
	}

	.center-widget {
		display: block;
	}

	.head-block-menu {
		min-height: 0px;
		max-height: 0px;
		padding-top: 58px;
	}

	.menu-block {
		width: initial;
		min-height: 196px;
		/*max-height: 320px;*/
		display: block;
		margin-bottom: 2px;
	}

	.content-box {
		min-height: 32px;
		max-height: 128px;
		padding-bottom: 256px;
	}

	.box-video {
		margin-bottom: 24px;
		box-shadow: 0px 4px 12px 0px rgba(16, 0, 0, .8);
	}

	footer {
		margin-top: 128px;
		text-align: center;
		padding-bottom: 256px;
	}

	.box-footer{
		display: block;
	}

	.box-footer-items {
		width: initial;
	}

	.box-footer-items h4 {
		text-align: center;
	}

	.box-footer-items div {
		float: initial !important;
		text-align: center !important;
	}

	.box-footer-items br {
		display: none;
	}

	.box-footer-items .social {
		height: 48px;
		padding:  32px;
	}

	.cont-btn-genre {
		padding-bottom: 96px;
		max-height: 192px;
	}

	.cont-btn-prices {
		padding-bottom: 2px;
	}

	.btn-genre {
		font-size: 18px;
		margin: 8px;
	}

	.btn-track {
		display: flex;
		justify-content: end;
		padding: 6px !important;
		padding-bottom: 8px !important;
		padding-top: 8px !important;
	}

}

@media screen and (max-width: 375px) {
		.box-price .st2 {
		max-height: 420px;
		}
	}
