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;
}

.burger,
a {
	cursor: pointer;
}
#menu,
.header-top {
	border-bottom: 1px solid #737373;
}

.btn_edit {
	padding: 5px 15px;
	margin: 10px auto 10px auto;

	z-index: 50;
	background-color: hsl(0, 0%, 90%);
	width: 180px;
	border-radius: 10px;
	opacity: 0.9;
	display: flex;
	justify-content: flex-end;
	align-items: center;
	font: normal 400 1.4rem/2rem '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%;
	margin: 50px auto 0 auto;
}

.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;
}

.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,
.header {
	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: #000;
}
.foto-item h2 {
	color: #000;
	font-size: 30px;
	line-height: 34px;
	padding: 20px 1% 10px 2%;
	font-weight: 600;
}
.foto-text {
	padding: 0 1% 10px 2%;
	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: 28px;
	line-height: 30px;
	color: #723554;
}

.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 {
	margin: 10px 0 10px;
}

.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;
}
.header-menu,
.header-nav {
	margin-bottom: 5px;
}
.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-color: #fff;
	transition: max-height 1.5s;
	overflow: hidden;
}
.nav {
	max-height: 0;
}
.nav1 {
	max-height: 700px;
}
.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;
}
.nav-link:focus,
.nav-link:hover,
.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: 999;
	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;
}
.nav-link {
	display: flex;
	flex-direction: column;
	gap: 0px;
	width: 100%;
	height: 100%;
	z-index: 999;
}
.nav-link-title {
	margin: 0;
	line-height: 1;
	font-size: 12px;
	font-weight: 300;
	color: #777;
}
.footer__items-icon {
	display: block;
	width: 26px;
	height: 26px;
	fill: #86878b;
	margin: 0 auto;
}

@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: 30px;
		margin: 7px 0;
	}

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

	.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_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.15);
	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: 970px;
	width: 100%;
	margin: 10px auto;
	height: 250px;
}

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

.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: 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: 600px) {
	#menu {
		flex-direction: column;
	}

	#menu,
	.header-top {
		border-bottom: 1px solid #737373;
	}

	.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: 320px;
	position: relative;
	margin: 0 auto;
}

.select__option_input {
	width: 100%;
	background-color: #fff;
	color: #52525b;
	border-radius: 8px;
	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: 8px;
	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: 8px;
}

.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;
	}
}

