html {
	scroll-behavior: smooth;
}

body,
ul,
p {
	padding: 0;
	margin: 0;
	margin-block-start: 0;
	margin-block-end: 0;
	margin-inline-start: 0;
	margin-inline-end: 0;
	padding-inline-start: 0;
}

h3 {
	margin-block-start: 0;
	margin-block-end: 0;
	margin-inline-start: 0;
	margin-inline-end: 0;
}
.logo-name,
body {
	letter-spacing: 1px;
}
blockquote,
blockquote p {
	color: #333;
	line-height: 26px;
	font-style: italic;
}

.smi2_load {
	margin: 25px auto;
	max-width: 1170px;
	width: 100%;
}

:root {
	--ad-height: 100px;
	--ad-descktop-height: 120px;
}

.security__header {
	max-width: 1200px;
	margin: 0 auto;
	width: 100%;
	display: flex;
	justify-content: space-between;
	align-items: center;
	gap: 10px;
	padding: 10px 0;
}

.security__header_back {
	width: 26px;
	height: 26px;
	cursor: pointer;
	color: oklch(0.554 0.046 257.417);
	background: #fff;
	padding: 5px;
	border-radius: 8px;
	display: flex;
	justify-content: center;
	align-items: center;
	-webkit-box-shadow: 0px 0px 2px 1px rgba(138, 129, 124, 0.35);
	-moz-box-shadow: 0px 0px 2px 1px rgba(138, 129, 124, 0.35);
	box-shadow: 0px 0px 2px 1px rgba(138, 129, 124, 0.35);
}

.security__header_back:hover {
	color: #fff;
	background: oklch(0.554 0.046 257.417);
	transition: all 0.5s ease-in-out;
}

.security__header_close {
	color: oklch(0.444 0.177 26.899);
}

.security__header_close:hover {
	color: #fff;
	background: oklch(0.444 0.177 26.899);
	transition: all 0.5s ease-in-out;
}

.top__ads {
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	width: 100%;
	max-height: calc(var(--ad-height));
	display: flex;
	justify-content: center;
	align-items: center;
	height: 100%;
	margin: 0 auto;
	transition: max-height 1s cubic-bezier(0.4, 0, 0.2, 1), opacity 1s;
	-webkit-transition: max-height 1s cubic-bezier(0.4, 0, 0.2, 1), opacity 1s;
	z-index: 9999;
	opacity: 1;
	will-change: transform, opacity, height;

	background: rgba(255, 255, 255, 0.1);
	backdrop-filter: blur(10px);
	-webkit-backdrop-filter: blur(10px);
}

.top__ads.hidden {
	max-height: 0;
	opacity: 0;
	overflow: hidden;
}

/* body {
	margin: 0;
	padding-top: calc(var(--ad-height));
	transition: all 1s cubic-bezier(0.4, 0, 0.2, 1);
	-webkit-transition: all 1s cubic-bezier(0.4, 0, 0.2, 1);
	will-change: padding-top;
} */

body.ads-hidden {
	padding-top: 0;
}

.ads-non {
	transition: none;
	padding-top: 0;
}

.top__yandex {
	position: relative;
	z-index: 1;
	max-width: 100%;
	width: 100%;
	max-height: var(--ad-height);
	height: 100%;
	margin: 0;
	transition: all 1s cubic-bezier(0.4, 0, 0.2, 1);
	-webkit-transition: all 1s cubic-bezier(0.4, 0, 0.2, 1);
}

.top__yandex a {
	display: block !important;
	width: 100%;
	height: 100%;
	overflow: hidden;
}

.top__yandex img {
	width: 100%;
	height: auto;
}

.top__yandex.yandex-hidden {
	max-height: 0;
	opacity: 0;
	margin-top: 0;
	margin-bottom: 0;
}

@media screen and (min-width: 901px) {
	.top__ads {
		max-height: calc(var(--ad-descktop-height) + 25px);
	}
	.top__yandex {
		max-width: 870px;
		margin: 10px auto 15px auto;
	}

	/* body {
		padding-top: calc(var(--ad-descktop-height) + 25px);
	} */
}

.yandex-index {
	max-width: 970px;
	width: 100%;
	margin: 25px auto;
}

.header {
	box-shadow: 0px 0px 2px 1px rgba(0, 0, 0, 0.23);
	transition: all 1s cubic-bezier(0.4, 0, 0.2, 1);
	-webkit-transition: all 1s cubic-bezier(0.4, 0, 0.2, 1);
}

@media screen and (min-width: 900px) {
	.header {
		position: fixed;
		top: /* calc(var(--ad-descktop-height) + 25px) */ 0;
		z-index: 50;
		width: 100%;
		background: oklch(0.984 0.003 247.858);
		margin: 0;
	}

	.header-top {
		padding: 10px 0;
	}

	.header-menu,
	.header-nav {
		margin: 0;
	}
}

@media screen and (max-width: 600px) {
	.header {
		position: fixed;
		top: /* calc(var(--ad-height)) */ 0;
		z-index: 50;
		width: 100%;
		background: oklch(0.984 0.003 247.858);
		margin: 0;
	}

	.top__yandex img {
		width: 100%;
		height: 100%;
		object-fit: cover;
	}

	.header-top {
		margin-top: 5px;
	}

	.header-menu,
	.header-nav {
		margin-bottom: 0px;
	}

	.main__wrapper {
		padding: 45px 0 0 0;
	}
}

.header.header-hidden {
	top: 0;
}

.header.header-non {
	transition: none;
	top: 0;
}

.images__reaplace {
	width: 100%;
	height: 100%;
	object-fit: cover;
	background: oklch(0.968 0.007 247.896);
}

#cookie_note {
	display: none;
	position: fixed;
	max-width: 100%;
	width: 100%;
	bottom: 0;
	padding: 5px;
	background-color: white;
	border-radius: 4px;
	box-shadow: 2px 3px 10px rgba(0, 0, 0, 0.4);
}

#cookie_note p {
	margin: 0;
	font-size: 12px;
	text-align: left;
	color: black;
	line-height: 16px;
}

.cookie_note_container {
	max-width: 1170px;
	width: 100%;
	margin: 0 auto;
	display: flex;
	flex-direction: row;
	gap: 10px;
	justify-content: space-between;
	align-items: center;
}

#cookie_note a {
	display: inline;
	text-decoration: none;
	color: #0369a1;
}

template {
	display: block;
}

.cookies__button {
	max-width: 60px;
	width: 100%;
	border: none;
	-webkit-box-shadow: 0px 0px 2px 1px rgba(34, 60, 80, 0.32) inset;
	-moz-box-shadow: 0px 0px 2px 1px rgba(34, 60, 80, 0.32) inset;
	box-shadow: 0px 0px 2px 1px rgba(34, 60, 80, 0.32) inset;
	border-radius: 4px;
	padding: 5px 0;
	background: #fff;
	cursor: pointer;
	font-size: 12px;
}

.cookies__button:hover {
	color: #fff;
	background: #0369a1;
	transition: all 0.25s ease-in-out;
}

@media (min-width: 576px) {
	#cookie_note.show {
		display: flex;
	}
}

@media (max-width: 575px) {
	#cookie_note.show {
		width: 100%;
		display: block;
		text-align: left;
		padding: 7px;
	}

	#cookie_note {
		bottom: 0px;
		z-index: 999;
	}

	.cookie_note_container {
		width: 95%;
		margin: 0 auto;
	}
}

.header__wrapper {
	position: relative;
	z-index: 100;
	width: 100%;
	max-width: 1200px;
	margin: 0 auto;
	background: oklch(0.984 0.003 247.858);
}

.burger,
a {
	cursor: pointer;
}

.btn_edit {
	padding: 5px;
	margin: 25px auto 10px auto;
	z-index: 50;
	background-color: hsl(0, 0%, 90%);
	width: 180px;
	border-radius: 3px;
	opacity: 0.9;
	display: flex;
	justify-content: center;
	align-items: center;
	font: normal 400 1.1rem/1.3rem 'Roboto', 'Open Sans', 'Helvetica', 'Arial',
		sans-serif;
	cursor: pointer;
	color: hsl(195, 67%, 30%);
}

.btn_edit a {
	color: hsl(195, 67%, 30%);
}

.header__easy {
	position: fixed;
	top: 0;
	z-index: 999;
	width: 100%;
	height: auto;
	margin: 0;
	padding: 0px;
	display: flex;
	flex-direction: column;
	align-items: center;
	background-color: #fff;
	border-bottom: 1.5px solid #d1d5db;
}

.header__easy_wrapper {
	max-width: 1200px;

	width: 100%;
	margin: 0 auto;
	padding: 5px 0px 5px 0;
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.header__easy_logo {
	display: flex;
	flex-direction: row;
	gap: 5px;
}

.header__easy_logo_name {
	display: flex;
	flex-direction: column;
	justify-content: flex-start;
	align-items: start;
}

.security__container {
	max-width: 400px;
	width: 100%;
	min-height: calc(100vh - 200px);
	height: 100%;
	margin: 0 auto 0 auto;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
}

.security__wrapper {
	padding: 30px 10px 10px 10px;
}

.security__content {
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	-webkit-box-shadow: 0px 0px 2px 1px rgba(138, 129, 124, 0.35);
	-moz-box-shadow: 0px 0px 2px 1px rgba(138, 129, 124, 0.35);
	box-shadow: 0px 0px 2px 1px rgba(138, 129, 124, 0.35);
	border-radius: 10px;
	padding: 30px 20px 20px 20px;
	gap: 15px;
}

.pop__art {
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	margin: 0 0 45px 0;
}

.pop__art_wrapper {
	max-width: 900px;
	width: 100%;
	margin: 0 auto;
}

.pop__art_item {
	display: flex;
	flex-direction: column;
	gap: 10px;
	width: 100%;
	border: 0.5px solid #d1d5db;
}

.pop__art_image {
	position: relative;
	max-width: 800px;
	width: 100%;
	max-height: 480px;
	height: 100%;
	-webkit-box-shadow: 0px 0px 2px 1px rgba(34, 60, 80, 0.2);
	-moz-box-shadow: 0px 0px 2px 1px rgba(34, 60, 80, 0.2);
	box-shadow: 0px 0px 2px 1px rgba(34, 60, 80, 0.2);
	box-sizing: border-box;
	display: flex;
	overflow: hidden;
}

.pop__art_image_head {
	position: absolute;
	font-size: 18px;
	line-height: 22px;
	letter-spacing: 2px;
	top: 10px;
	left: 10px;
	color: #fff;
	text-shadow: 1px 1px 2px #111, 0 0 5px #222831;
}

.pop__art_image img {
	display: flex;
	object-fit: cover;
	width: 100%;
	height: 100%;
	box-sizing: border-box;
}

.pop__art_text {
	padding: 0 10px 10px 10px;
	color: #333;
}

.pop__art_title {
	margin: 0;
	font-size: 2.3rem;
	line-height: 2.6rem;
	text-wrap: balance;
	letter-spacing: 1.4px;
}

@media screen and (min-width: 900px) {
	.pop__art_item {
		flex-direction: row;
	}

	.pop__art_image {
		flex: 0.7;
	}
	.pop__art_text {
		flex: 0.3;
	}

	.pop__art_text {
		display: flex;
		align-items: center;
	}

	.pop__art_title {
		display: -webkit-box;
		-webkit-line-clamp: 9;
		line-clamp: 9;
		-webkit-box-orient: vertical;
		overflow: hidden;
	}
}

.smi2__first {
	margin: 70px 0 65px 0;
}

.first__place {
	margin: 0 0 65px 0;
}

.smi2__first_load {
	margin: 40px 0 25px 0;
}

.smi2 {
	margin: 65px 0;
}

@media screen and (max-width: 600px) {
	.pop__art_item {
		border: none;
	}

	.pop__art_title {
		font-size: 1.5rem;
		line-height: 1.7rem;
	}

	.smi2__first_load {
		max-width: 390px;
		margin: 40px auto 25px auto;
	}
}

.security__title {
	text-align: center;
	font-size: 26px;
	color: #2c659be3;
	margin: 0;
}

.google__news {
	max-width: 970px;
	display: flex;
	margin: 0 auto;
}

.google__news img {
	width: 100%;
	height: auto;
	object-fit: cover;
}

li,
ul {
	list-style: none;
}
#breadcrumbs a,
.footer,
.footer__items {
	position: relative;
}
.post-block {
	display: flex;
	align-items: flex-end;
	margin: 0 0 3px 9px;
}
.name-foto {
	width: 30px;
	height: 30px;
	margin: 0 10px 0 0;
	border-radius: 15px;
	background-color: #c1c1c1;
}
.name {
	font-size: 16px;
	color: #111;
}
.foto-item h2 {
	color: #111;
	font-size: 30px;
	line-height: 34px;
	padding: 20px 1% 10px 2%;
	font-weight: 600;
}
.foto-text {
	padding: 0 0 10px 0;
	font-size: 22px;
	line-height: 26px;
}
.btn-view,
.button-active,
.button-active-link {
	display: block;
	cursor: pointer;
	margin: 20px auto;
}
body {
	font-family: Open Sans, sans-serif;
}
a {
	display: block;
	text-decoration: none;
}
.logo-name {
	margin: 0 6px;
	font-weight: 700;
	font-size: 24px;
	line-height: 28px;
	color: #723554;
}

@media screen and (max-width: 600px) {
	.logo-name {
		font-size: 20px;
		line-height: 24px;
	}
}

.logo__icon {
	width: 26px;
	height: 26px;
}
blockquote {
	margin: 13px 2px 13px 4px;
	background: #eeeeee4a;
	border-left: 5px solid #b4b4b4;
	font-size: 20px;
	padding: 5px 2px 5px 12px;
}
blockquote p {
	font-size: 20px;
}
.container {
	max-width: 1170px;
	margin: 0 auto;
	padding: 0 30px;
}

.header__open {
	height: 260px;
	transition: height 1.5s;
}
.header-top {
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding-bottom: 5px;
}
.block-logo {
	flex: 1;
}
.block-logo img {
	height: 50px;
}
.burger {
	padding: 0;
	background-color: transparent;
	border: none;
	outline: 0;
	margin: 0 0 0 50px;
}

.gamburger {
	border: 1.5px solid #444;
	width: 30px;
	height: 0;
	margin: 7px 0;
	display: block;
	border-radius: 30px;
	transition: 0.3s linear;
}

.burger:focus .gamburger,
.burger:hover .gamburger {
	border: 1px solid red;
}
.g1 {
	transform: rotate(45deg);
	transform-origin: 6px 7px;
}
.g2 {
	opacity: 0;
	transform: scaleX(-1);
}
.g3 {
	transform: rotate(-45deg);
	transform-origin: 6px -6px;
}
#menu {
	display: flex;
	justify-content: space-between;
	background: oklch(0.984 0.003 247.858);
	transition: all 1s;
	overflow: hidden;
}
.nav {
	max-height: 0;
}
.nav1 {
	max-height: 700px;
	box-shadow: inset 0px 11px 3px -10px #ccc;
}
.nav-block {
	display: flex;
	justify-content: space-around;
	flex-grow: 1;
	margin: 10px 0;
}

.nav-list {
	display: flex;
	flex-direction: column;
	gap: 10px;
}
.menu-link {
	display: block;
	color: #222;
	font: 20px/1.1 Roboto, sans-serif;
	text-align: center;
}
#breadcrumbs,
.header-nav,
.header-navigation {
	display: flex;
}

.header-navigation {
	gap: 50px;
	font-weight: 500;
}

.header__top_menu {
	display: flex;
	gap: 50px;
	align-items: center;
}

.nav-link,
.registration-link {
	color: #000;
}
.menu-link-b,
.nav-link {
	font-weight: 700;
}
#breadcrumbs a:hover,
.menu-link:hover {
	color: #d22856;
}
.header-nav {
	justify-content: flex-end;
	align-items: center;
}

.nav-link {
	font-size: 16px;
	line-height: 20px;
	color: #222;
	font-weight: 500;
}
.registration-link {
	font-size: 16px;
	line-height: 20px;
	color: #222;
	font-weight: 500;
}

.registration {
	display: flex;
	padding: 0 5px;
	position: relative;
}
.registration li {
	font-size: 16px;
	line-height: 20px;
	font-weight: 500;
}

.registration_auth {
	position: relative;
	cursor: pointer;
}

.auth__hover {
	display: flex;
	flex-direction: row;
	gap: 4px;
	border-radius: 3px;
}

.registration li:last-child {
	margin-right: 0;
}

.registration-link:focus,
.registration-link:hover {
	color: red;
	transition-duration: 0.5s;
}

.user-icon {
	display: none;
}

.link__to__user {
	color: #6b7280;
	width: 30px;
	height: 30px;
	transition: all 0.25s ease-in-out;
}

.link__to__user:hover {
	color: #059669;
}

.link__to__user_logout {
	color: #6b7280;
	width: 100%;
	transition: all 0.25s ease-in-out;
	display: flex;
	justify-content: flex-end;
	align-items: center;
	width: 30px;
	height: 30px;
}

.link__to__user_logout:hover {
	color: #881337;
}

@media (max-width: 1200px), (max-device-width: 1200px) {
	.nav-block {
		flex-direction: column;
	}
	.nav-list {
		margin-bottom: 20px;
	}
	.header-navigation li {
		margin-right: 10px;
	}
	.nav-link {
		font-size: 14px;
		line-height: 16px;
	}
	.registration li {
		font-size: 16px;
		line-height: 18px;
	}
	.block-logo img {
		height: 40px;
	}
	.form {
		width: 100%;
	}
}
#breadcrumbs a,
.current {
	font: 15px/1.2 Roboto, sans-serif;
	color: #444;
}
#breadcrumbs {
	flex-wrap: wrap;
	margin: 0 0 30px;
}
#breadcrumbs a {
	transition: 0.2s;
}
.line {
	margin: 0 3px;
}
@media (max-width: 767px) {
	.user-icon {
		display: block;
		width: 14px;
		height: 14px;
	}
	#breadcrumbs {
		margin: 0 10px 10px;
		align-items: center;
	}
	.header__open {
		height: 500px;
	}
}
@media (max-width: 576px), (max-device-width: 576px) {
	#breadcrumbs a {
		line-height: 18px;
		font-size: 14px;
	}
}

.footer {
	display: none;
	z-index: 998;
	bottom: 0;
	margin: 0 auto;
	width: 100%;
	max-width: 800px;
	height: 44px;
	background: #fff;
	border-top: 1px solid #d1d5db;
}
.footer__list,
.footer__list li {
	list-style: none;
	margin: 0;
	padding: 0;
}
.footer__list {
	display: flex;
	align-items: center;
	justify-content: space-around;
	height: 100%;
	width: 100%;
}
.footer__items {
	z-index: 9;
}

.header__link {
	-webkit-tap-highlight-color: transparent;
	color: #222;
}

.nav-link {
	-webkit-tap-highlight-color: transparent;
	display: flex;
	justify-content: center;
	align-items: center;
	color: #4b5563;
	position: relative;
	width: 35px;
	height: 35px;
	border-radius: 10px;
	background: #fff;
	transition: all 0.25s cubic-bezier(0.175, 0.885, 0.32, 1.275);
	cursor: pointer;
}

.nav-link::after {
	content: '';
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	border-radius: 10px;
	z-index: 2;
}

.nav-link:active {
	box-shadow: 0 5px 5px rgba(0, 0, 0, 0.02);
	color: #155e75;
}

.nav-link:active::after {
	box-shadow: inset 0px 0px 5px rgb(255, 255, 255),
		inset 0px 0px 5px rgba(0, 0, 0, 0.15);
}

.foter__icons {
	width: 24px;
	height: 24px;
}

@media screen and (max-width: 990px) {
	.header__top_menu {
		display: none;
	}
}

@media (max-width: 767px), (max-device-width: 767px) {
	.container {
		padding: 0;
	}
	.header-top {
		padding: 0 10px 5px;
	}
	.gamburger {
		width: 20px;
		margin: 5px 0;
	}

	.nav-block {
		margin-top: 10px;
	}
	.nav-list {
		margin-bottom: 10px;
	}
	.menu-link {
		font-size: 20px;
	}
	.header-nav {
		display: none;
	}

	.g1 {
		transform: rotate(45deg);
		transform-origin: 1px 4px;
	}

	.g3 {
		transform: rotate(-45deg);
		transform-origin: 4px -1px;
	}

	.footer {
		display: block;
		position: fixed;
		left: 0;
		box-sizing: border-box;
	}
}

@media screen and (max-width: 600px) {
	.header__easy {
		padding: 0;
	}

	.header__easy_wrapper {
		padding: 5px 0;
	}

	.header__easy_logo {
		padding: 0 0 0 5px;
	}

	.block-logo {
		padding: 0 0 0 5px;
	}

	.link__to__user {
		padding: 0 5px 0 0;
	}

	.google__news {
		margin: 0 auto 35px auto;
	}
}

/*Loaded blocks*/

.trip__wrapper {
	position: relative;
	width: 100%;
	height: 100%;
}

.trip__image_block {
	width: 100%;
	height: 100%;
}

.trip__information_wrapper {
	position: absolute;
	top: 10px;
	left: 10px;
	color: #fff;
	text-shadow: 0px 0px 3px rgb(3, 1, 1);
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	align-items: stretch;
	height: 96%;
	width: 95%;
}

.country h3 {
	font-size: 24px;
	margin: 0;
}

.country p {
	margin: 0;
}

.prise {
	position: absolute;
	top: 0;
	right: 5px;
	font-size: 22px;
}

.prise p {
	margin: 0;
}

.trip__title h2 {
	margin: 0;
	font-size: 24px;
}

.three_last_news_block,
.three_news_users_block {
	margin: 35px 0 30px 0;
}

.three_news_block__wrapper {
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	flex-wrap: nowrap !important;
	max-height: 426px !important;
	margin: 0;
}

.three_news_block__item {
	display: flex;
	flex-direction: column;
	width: 32%;
	gap: 4px;
	text-decoration: none;
	color: #222;
	max-height: 411px !important;
}

.three_news_block__item_content {
	display: flex;
	flex-direction: column;
	height: 100%;
	gap: 15px;
}

.three_news_block__item_image_block {
	width: 100%;
	height: 260px;
	position: relative;
	-webkit-box-shadow: 0px 0px 2px 1px rgba(34, 60, 80, 0.15);
	-moz-box-shadow: 0px 0px 2px 1px rgba(34, 60, 80, 0.15);
	box-shadow: 0px 0px 2px 1px rgba(34, 60, 80, 0.15);
	overflow: hidden;
}

.three_news_block__item_image_block_freshest {
	width: 100%;
	height: 260px;
	position: relative;
	overflow: hidden;
	-webkit-box-shadow: 0px 0px 2px 1px rgba(34, 60, 80, 0.15);
	-moz-box-shadow: 0px 0px 2px 1px rgba(34, 60, 80, 0.15);
	box-shadow: 0px 0px 2px 1px rgba(34, 60, 80, 0.15);
}

.three_news_block__item_image_block img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	-webkit-transition: 0.35s ease-in-out;
	transition: 0.35s ease-in-out;
}

.three_news_block__item_image_block img:hover {
	opacity: 1;
	-webkit-animation: flash 2s;
	animation: flash 2s;
}

@-webkit-keyframes flash {
	0% {
		opacity: 0.5;
	}
	100% {
		opacity: 1;
	}
}
@keyframes flash {
	0% {
		opacity: 0.5;
	}
	100% {
		opacity: 1;
	}
}

.three_news_block__item_image_block_freshest img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.three_news_block__item_image_block_freshest img:hover {
	opacity: 1;
	-webkit-animation: flash 2s;
	animation: flash 2s;
}

.three_news_block__item_time {
	position: absolute;
	left: 5px;
	top: 5px;
	padding: 3px;
	background: rgba(3, 6, 12, 0.35);
	color: #fff;
	border-radius: 4px;
	font-weight: 600;
}

.three_news_block__item_title {
	font-size: 24px;
	line-height: 28px;
	font-weight: 600;
	color: #18181b;
}

.three_news_block__item_subtitle {
	font-size: 16px;
	line-height: 20px;
	margin: 0;
	color: #27272a;
}

.tg_link {
	max-width: 970px;
	width: 100%;
	margin: 0 auto;
}

.tg_link a {
	width: 100%;
}

.tg_link a img {
	width: 100%;
	height: auto;
	object-fit: cover;
}

.spare_part_advertising {
	max-width: 700px;
	width: 100%;
	margin: 10px auto;
	height: auto;
}

.spare_part_advertising img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.spare_part_advertising_first {
	max-width: 970px;
	width: 100%;
	margin: 30px auto;
	height: 250px;
	-webkit-box-shadow: inset 0px 0px 2px 0.25px rgba(66, 68, 90, 1);
	-moz-box-shadow: inset 0px 0px 2px 0.25px rgba(66, 68, 90, 1);
	box-shadow: inset 0px 0px 2px 0.25px rgba(66, 68, 90, 1);
	overflow: hidden;
}

.spare_part_advertising_first img {
	position: relative;
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: 50px 10%;
	z-index: -1;
}

@media screen and (max-width: 600px) {
	.spare_part_advertising_first {
		max-width: 96%;
		height: auto;
		-webkit-box-shadow: inset 0px 0px 2px 0.25px rgba(66, 68, 90, 1);
		-moz-box-shadow: inset 0px 0px 2px 0.25px rgba(66, 68, 90, 1);
		box-shadow: inset 0px 0px 2px 0.25px rgba(66, 68, 90, 1);
	}

	.spare_part_advertising_first img {
		object-position: 0 0%;
		position: relative;
		z-index: -1;
	}
}

.spare_part_advertising_next {
	max-width: 970px;
	width: 100%;
	margin: 10px auto;
	height: 300px;
}

.spare_part_advertising_next img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: 35% 50%;
}

/*SpareParts*/
p,
h2 {
	margin: 0;
}
.spare__parts_container {
	position: relative;
	max-width: 1200px;
	padding: 60px 30px 60px 30px;
	margin: 0 auto;
}

.spare__parts_item_title {
	font-size: 28px;
	line-height: 30px;
	font-weight: 600;
	color: #111827;
}

.spare__parts_item_description {
	font-size: 20px;
	line-height: 22px;
	color: #1f2937;
	display: flex;
	flex-direction: column;
	gap: 5px;
}

.spare__parts_items {
	display: flex;
	flex-direction: column;
	gap: 40px;
	max-width: 780px;
}

.spare__parts_item {
	display: flex;
	flex-direction: column;
	gap: 15px;
}

.spare__parts_item_link {
	display: flex;
	flex-direction: column;
	gap: 15px;
	text-decoration: none;
}

.spare__parts_item_image_wrpapper {
	position: relative;
	width: 100%;
	max-width: 540px;
}

.spare__parts_item_image_wrpapper img {
	width: 100%;
	height: auto;
	object-fit: cover;
	-webkit-box-shadow: 0px 0px 2px 1px rgba(138, 129, 124, 0.15);
	-moz-box-shadow: 0px 0px 2px 1px rgba(138, 129, 124, 0.15);
	box-shadow: 0px 0px 2px 1px rgba(138, 129, 124, 0.15);
}

.spare__parts_item_edit {
	position: absolute;
	top: 10px;
	left: 10px;
	padding: 3px;
	background: #fff;
	font-weight: 600;
	color: #047857;
	-webkit-box-shadow: 0px 0px 2px 1px rgba(138, 129, 124, 0.15);
	-moz-box-shadow: 0px 0px 2px 1px rgba(138, 129, 124, 0.15);
	box-shadow: 0px 0px 2px 1px rgba(138, 129, 124, 0.15);
	z-index: 200;
	border-radius: 5px;
}

.spare__parts_item_price {
	position: absolute;
	top: 10px;
	right: 10px;
	color: #fff;
	font-weight: 600;
	font-size: 24px;
	z-index: 50;
	text-shadow: 0px 0px 2px #120805;
}

@media screen and (max-width: 600px) {
	.spare__parts_container {
		padding: 30px 5px;
	}

	#menu,
	.header-top {
		border-bottom: none;
	}
}

/*SpareParts*/

@media screen and (min-width: 800px) {
	.three_news_block__item_title {
		display: -webkit-box;
		-webkit-line-clamp: 3;
		-webkit-box-orient: vertical;
		overflow: hidden;
		line-height: 26px;
	}

	.three_news_block__item_subtitle {
		display: -webkit-box;
		-webkit-line-clamp: 2;
		-webkit-box-orient: vertical;
		overflow: hidden;
		margin-top: 4px;
	}
}

@media (max-width: 800px) {
	#menu {
		flex-direction: column;
	}

	.three_news_block__wrapper {
		display: flex;
		flex-direction: column;
		gap: 35px;
		max-height: 1700px !important;
	}

	.three_news_block__item_information {
		display: flex;
		flex-direction: column;
		gap: 8px;
	}

	.three_news_block__item_title {
		line-height: 26px;
	}

	.three_news_block__item {
		width: 96%;
		margin: 0 auto;
		max-height: 545px !important;
	}

	.three_news_block__wrapper {
		margin: 40px 0 20px 0;
	}
}
/*Loaded blocks*/

.select__box {
	max-width: 400px;
	position: relative;
	margin: 0 auto 20px auto;
}

.select__option {
	max-width: 350px;
	position: relative;
	margin: 0 auto;
}

.select__option_input {
	width: 100%;
	background-color: #fff;
	color: #52525b;
	border-radius: 3px;
	cursor: pointer;
	font-size: 22px;
	padding: 5px 10px;
	border: 1px solid #6b7280;
	outline: none;
	margin: 0;
	box-sizing: border-box;
}

.select__option::after {
	content: '';
	border-top: 12px solid #4b5563;
	border-left: 8px solid transparent;
	border-right: 8px solid transparent;
	position: absolute;
	right: 15px;
	top: 50%;
	margin-top: -5px;
	z-index: 25;
}

.select__content {
	display: none;
	opacity: 0;
	background-color: #fff;
	position: absolute;
	top: 0;
	color: #4b5563;
	border-radius: 3px;
	width: 100%;
	z-index: 250;
	border: 1px solid #4b5563;
	transition: all ease-in-out 0.25s;
}

.select__content_wrapper {
	padding: 15px;
}

.select__search_input {
	width: 100%;
	box-sizing: border-box;
	font-size: 17px;
	padding: 10px;
	outline: 0;
	border: 1px solid #4b5563;
	border-radius: 3px;
}

.select__content_close {
	position: absolute;
	top: 25px;
	right: 25px;
	background: transparent;
	cursor: pointer;
	color: #4b5563;
	width: 20px;
	height: 20px;
	border: none;
	padding: 0;
}

.select__content_close:hover {
	transition: all 0.25s ease-in-out;
	color: #9f1239;
}

.select__options {
	margin: 5px 0 0 0;
	max-height: 500px;
	overflow-y: auto;
	padding: 0;
}

.select__options::-webkit-scrollbar {
	width: 1px;
}

.select__options li {
	padding: 5px 8px;
	font-size: 21px;
	border-radius: 2px;
	cursor: pointer;
	border-bottom: 1px solid #f3f4f6;
	margin: 2px 0;
}

.select__options li:hover {
	background-color: #0f766e;
	color: #fff;
}

.select__box.active_select .select__content {
	display: block;
	opacity: 1;
	transition: all 0.25s ease-in-out;
}

.select__box.active_select .select__option::after {
	transform: rotate(-180deg);
}

@media screen and (max-width: 600px) {
	.select__box {
		width: 96%;
		margin: 30px auto 25px auto;
	}

	.select__options {
		max-height: 400px;
	}
}

/*breadcrumb*/
.breadcrumb {
	margin: 0 0 1.5rem 0;
	font-size: 12px;
}

.breadcrumb ul {
	display: flex;
	align-items: stretch;
	margin: 0;
	padding-left: 0;
	list-style: none;
}

.breadcrumb [aria-current='link'] {
	font-weight: 600;
	text-decoration: none;
}

.breadcrumb [aria-current='page'] {
	color: #27272a;
	font-weight: 400;
	text-decoration: none;
	display: -webkit-box;
	-webkit-line-clamp: 1;
	-webkit-box-orient: vertical;
	overflow: hidden;
}

.breadcrumb li {
	display: inline-flex;
	align-items: center;
}

.breadcrumb li + li::before {
	display: inline-block;
	margin: 0 0.2em;
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 24 24' stroke='rgb(82,82,91)'%3E%3Cpath stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M9 5l7 7-7 7' /%3E%3C/svg%3E");
	width: 12px;
	height: 12px;
	content: '';
}

@media screen and (min-width: 900px) {
	.breadcrumb span {
		max-width: 750px;
	}
}

@media screen and (max-width: 768px) {
	.breadcrumb {
		width: 98%;
		margin: 0 auto 0 auto;
	}
	.breadcrumb ul {
		flex-wrap: wrap;
		row-gap: 5px;
	}
	.info__search_message_back_catalog {
		flex-direction: column;
		align-items: flex-start;
	}

	.breadcrumb span {
		display: -webkit-box;
		-webkit-line-clamp: 1;
		line-clamp: 1;
		-webkit-box-orient: vertical;
		overflow: hidden;
		max-width: 250px;
	}
}

@media screen and (max-width: 390px) {
	.breadcrumb span {
		max-width: 200px;
	}
}

.icon {
	display: inline-block;
	width: 20px;
	height: 20px;
}

.breadcrumb a,
.breadcrumb a:link,
.breadcrumb a:visited {
	color: #52525b;
	transition: color 0.3s;
	font-size: 12px;
}

.breadcrumb a:hover,
.breadcrumb a:active {
	color: #27272a;
}

.breadcrumb a:focus {
	outline-color: rgb(254, 254, 227);
}

.breadcrumb span {
	font-size: 12px;
}
/*breadcrumb*/

.art__page {
	display: flex;
	flex-direction: column;
	max-width: 980px;
	align-items: center;
	gap: 40px;
	margin: 20 auto;
	width: 100%;
}

.art {
	display: flex;
	flex-direction: column;
	gap: 10px;
	width: 100%;
}

.art__image {
	width: 100%;
	max-width: 500px;
}
.art__link {
	color: #888;
	text-decoration: none;
	font-size: 20px;
}

.art__title {
	margin: 0;
	margin-block-start: 0;
	margin-block-end: 0;
	font-size: 32px;
}

.art__text {
	margin: 0;
	margin-block-start: 0;
	margin-block-end: 0;
	font-size: 16px;
}

.art__text img {
	margin: 15px 0;
}

.art__subtitle,
.sim__title {
	margin: 0;
	margin-block-start: 0;
	margin-block-end: 0;
	font-size: 28px;
	font-weight: bold;
	text-align: left;
}

.sim {
	display: flex;
	flex-direction: column;
	gap: 10px;
	width: 100%;
}

.sim__list {
	display: flex;
	flex-direction: column;
	gap: 25px;
}

.sim__item {
	display: flex;
	flex-direction: column;
	gap: 3px;
}

.sim__item a {
	color: #888;
	text-decoration: none;
}

.sim__item_title {
	margin: 0;
	margin-block-start: 0;
	margin-block-end: 0;
	font-size: 20px;
}

.prev__art {
	display: flex;
	justify-content: center;
	align-items: center;
	padding: 5px 10px;
	background-color: #fff;
	border-radius: 5px;
	gap: 10px;
	cursor: pointer;
	color: #555;
	text-decoration: none;
	font-size: 20px;
	box-shadow: 0px 0px 2px 1px rgba(0, 0, 0, 0.23);
	margin: 25px 0;
}

.sp__images {
	max-width: 640px;
	margin: 0 auto;
	height: auto;
	box-shadow: 0px 0px 2px 1px rgba(0, 0, 0, 0.23);
	-webkit-box-shadow: 0px 0px 2px 1px rgba(0, 0, 0, 0.23);
	-moz-box-shadow: 0px 0px 2px 1px rgba(0, 0, 0, 0.23);
}

.sp__images img {
	width: 100%;
	height: auto;
}

.yandex__container {
	max-width: 900px;
	margin: 25px auto;
	width: 100%;
}

.yandex__container_item {
	padding: 10px;
}

.adv__blocks_w {
	width: 100%;
	max-width: 750px;
	margin: 60px auto;
	border: 1px solid #ddd;
	border-radius: 3px;
	display: flex;
	justify-content: center;
	align-items: center;
	overflow: hidden;
}

.adv__blocks_w img {
	width: 100%;
	height: auto;
	object-fit: cover;
}

.adv__blocks_wh {
	width: 100%;
	max-width: 750px;
	margin: 40px auto 50px auto;
	border: 1px solid #ddd;
	border-radius: 3px;
	display: flex;
	justify-content: center;
	align-items: center;
	overflow: hidden;
}

.adv__blocks_wh img {
	width: 100%;
	height: auto;
	object-fit: cover;
}

.yandex__rsi {
	width: 100%;
	height: auto;
	max-width: 900px;
	margin: 30px auto;
}

@media screen and (max-width: 600px) {
	.logo-name {
		font-size: 24px;
		line-height: 24px;
	}
}

/*AboutPage*/

.select-title {
	text-align: left;
	font-size: 32px;
	line-height: 36px;
	font-weight: 600;
	color: #333;
}
.select-text {
	font-size: 18px;
	line-height: 24px;
	text-wrap: balance;
}
@media (min-width: 900px) {
	.select-block {
		padding: 20px 60px;
	}

	.select-title {
		font-size: 38px;
		line-height: 42px;
		color: #444;
	}
	.select-text {
		font-size: 22px;
		line-height: 26px;
	}
}

@media screen and (max-width: 600px) {
	.select-block {
		padding: 10px;
	}
}
/*AboutPage*/

/*Gratters*/

.gratters__container {
	max-width: 1170px;
	margin: 0 auto;
	padding: 60px 30px 55px 30px;
}

.gratters__block {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	gap: 15px;
	border-radius: 10px;
	background: var(--bg-elem-color);
	max-width: 600px;
	margin: 0 auto 35px auto;
}

.gratters__title_container {
	background: #fff;
}

.gratters__content {
	display: flex;
	flex-direction: column;
	justify-content: center;
	position: relative;
}

.gratters__content_container {
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	position: relative;
	gap: 25px;
}

.gratter__image_container {
	position: relative;
}

.divider {
	position: relative;
	height: 1px;
	margin: 10px 0;
}

.div-transparent:before {
	content: '';
	position: absolute;
	top: 0;
	left: 5%;
	right: 5%;
	width: 90%;
	height: 1px;
	background-image: linear-gradient(
		to right,
		transparent,
		rgb(201, 203, 208),
		transparent
	);
}

.gratter__image {
	width: 100%;
}

.gratter__image img {
	width: 100%;
	height: auto;
	object-fit: cover;
	border-radius: 7px;
	-webkit-box-shadow: 0px 0px 1px 1px rgba(138, 129, 124, 0.35);
	-moz-box-shadow: 0px 0px 1px 1px rgba(138, 129, 124, 0.35);
	box-shadow: 0px 0px 1px 1px rgba(138, 129, 124, 0.35);
}

.gratters__title {
	padding: 20px 0 0 0;
	font-size: 36px;
	line-height: 40px;
	color: #333;
	margin: 0;
	text-align: left;
	text-wrap: balance;
}

.gratters__description {
	font-size: 22px;
	line-height: 26px;
	color: #333;
	margin: 0;
	text-align: left;
}

@media screen and (min-width: 900px) {
	.gratters__title {
		font-size: 44px;
		line-height: 48px;
		color: #444;
	}
}

.gratters_video {
	max-width: 650px;
	display: block;
	width: 100%;
	border: none;
	margin-top: 10px;
	box-sizing: content-box;
	border-radius: 7px;
	margin: 0 auto;
}

.gratters__footer {
	display: flex;
	flex-direction: row;
	justify-content: flex-end;
	align-items: end;
}

.gratter_share {
	display: flex;
	flex-direction: column;
}

.gratter_share_text {
	font: var(--font-smaller);
	color: var(--color-second-elem);
	font-size: 14px;
	text-align: right;
	margin: 5px 0;
}

.gratter_share_items {
	display: flex;
	flex-direction: row;
	gap: 10px;
}

.share__btn {
	width: 26px;
	height: 26px;
	display: flex;
	justify-content: center;
	align-items: center;
	color: oklch(0.373 0.034 259.733);
	border: 1px solid oklch(0.373 0.034 259.733);
	border-radius: 4px;
}

.share__btn#viber_share:hover {
	color: #fff;
	background: #59267c;
	border: 1px solid #59267c;
	transition: all 0.25s ease-in-out;
}

.share__btn#whats_app_share:hover {
	color: #fff;
	background: #128c7e;
	border: 1px solid #128c7e;
	transition: all 0.25s ease-in-out;
}

.share__btn#telegram_share:hover {
	color: #fff;
	background: #0088cc;
	border: 1px solid #0088cc;
	transition: all 0.25s ease-in-out;
}

.gratter__link {
	cursor: pointer;
}

.gratters_videoblock {
	padding: 20px 0;
}

@media screen and (max-width: 600px) {
	.gratters__container {
		padding: 40px 5px 70px 5px;
		height: auto;
	}

	.gratters__title_container {
		position: relative;
		top: 0;
	}

	.gratter__image_container_stiky {
		padding: 0;
	}

	.gratters__title {
		padding: 0;
	}

	.gratters__block {
		border-radius: 15px;
	}

	.gratters__content {
		padding: 10px 5px 0 5px;
		flex-direction: column;
		gap: 15px;
	}
	.divider {
		display: none;
	}
}

.online__card_edit {
	position: absolute;
	top: 10px;
	right: 10px;
	width: 36px;
	height: 36px;
	color: #047857;
	background: #fff;
	border-radius: 4px;
	-webkit-box-shadow: 0px 0px 1px 1px rgba(138, 129, 124, 0.15);
	-moz-box-shadow: 0px 0px 1px 1px rgba(138, 129, 124, 0.15);
	box-shadow: 0px 0px 1px 1px rgba(138, 129, 124, 0.15);
	z-index: 50;
}
/*Gratters*/

