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

	body {
		background-attachment: scroll;
		background-size: cover;
		font-size: 14px;
	}

	.jorem_all {
		width: auto;
		margin: 0 8px;
		box-sizing: border-box;
	}

	.jorem_leftblock,
	.jorem_rightblock {
		float: none;
		width: auto;
		clear: both;
		margin: 0;
		padding: 0;
		box-sizing: border-box;
	}

	.jorem_mainblock {
		padding: 10px;
		border-radius: 18px;
	}

	.jorem_rightblock {
		margin-top: 18px;
		padding: 12px;
		border-radius: 18px;
	}

	/* КОМПАКТНЕ МЕНЮ */

	.jorem_menuintop {
		float: none;
		clear: both;
		width: 100%;
		min-height: auto;
		margin: 10px 0;
		padding: 0;
		border-radius: 16px;
		overflow: hidden;
		max-height: 30px;
	}

	.jorem_menuintop ul {
		display: flex;
		flex-wrap: wrap;
		margin: 0;
		padding: 0;
		list-style: none;
	}

	.jorem_menuintop ul li {
		float: none;
	}

	.jorem_menuintop ul li a {
		padding: 10px 4px;
		font-size: 11px;
		text-align: center;
		line-height: 1.2;
	}

	.jorem_logo {
		float: none;
		clear: both;
		width: 100%;
	}

	.jorem_head {
		padding: 14px 12px;
		display: block;
		border-radius: 0 0 18px 18px;
	}

	.jorem_logo img {
		max-width: 180px;
		height: auto;
		margin: 0 auto;
		display: block;
		float: none;
	}

	.secimg {
		display: none;
	}

	/* ПОШУК */

	#search {
		float: none;
		clear: both;
		width: 100%;
		max-width: 100%;
		height: auto;
		padding: 8px;
		margin-top: 12px;
		box-sizing: border-box;
		overflow: hidden;
	}

	#search form {
		width: 100%;
		display: flex;
		align-items: center;
		gap: 6px;
	}

	#search #s,
	#search input[type="text"],
	#search input[type="search"] {
		flex: 1;
		width: auto;
		min-width: 0;
		max-width: 100%;
		box-sizing: border-box;
	}

	#search input[type="submit"],
	#search button {
		flex-shrink: 0;
	}

	.jorem_leftblock h1 {
		font-size: 24px;
		line-height: 1.2;
	}

	.jorem_leftblock h2 {
		font-size: 21px;
		line-height: 1.25;
	}

	.jorem_leftblock h2::after {
		width: 140px;
	}

	.jorem_video {
		width: 100%;
		height: 220px;
	}

	.jorem_navprev,
	.jorem_navnext {
		float: none;
		width: auto;
		padding: 0;
	}

	.jorem_firstimg,
	.jorem_secondimg,
	.jorem_firstimg2,
	.jorem_secondimg2 {
		width: 100%;
		padding: 0;
	}
	.jorem_secondimg, .jorem_secondimg2 {
		display: none;
	}
	}

	img {
		max-width: 100%;
		height: auto;
	}
}

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

	.jorem_leftblock h1 {
		font-size: 22px;
	}

	.jorem_leftblock h2 {
		font-size: 20px;
	}

	.jorem_video {
		height: 190px;
	}
}