html {
	width: 100%;
	overflow-x: hidden;
}

body {
	padding: 0;
	margin: 0;
	overflow-x: hidden;
	width: 100%;
}

ul {
	list-style: none;
	padding: 0;
	margin: 0;
}

input[type='search']::-webkit-search-cancel-button {
	display: none;
}

button {
	cursor: pointer;
	outline: none;
	border: none;
	background: transparent;
	padding: 0;
}
button svg {
	display: block;
}

.page--default {
	padding-top: 270px;
	padding-bottom: 120px;
}
.page__breadcrumbs {
	margin-bottom: 60px;
}

.container {
	width: 100%;
	max-width: 1660px;
	padding: 0 30px;
	box-sizing: border-box;
	margin: 0 auto;
}

.row {
	display: flex;
	justify-content: space-between;
	align-items: center;
	gap: 15px;
}
.row--center {
	justify-content: center;
}

.grid-3 {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 60px 31px;
}

.section__head {
	display: flex;
	justify-content: space-between;
	align-items: center;
	flex-wrap: wrap;
	gap: 30px 35px;
}

.breadcrumbs {
	display: flex;
	justify-content: flex-start;
	align-items: center;
	gap: 30px;
}
.breadcrumbs__item {
	font-size: 16px;
	font-weight: 400;
	line-height: 1.5;
	color: #0d1221;
	text-decoration: none;
	white-space: nowrap;
}
.breadcrumbs__item:active,
.breadcrumbs__item:visited,
.breadcrumbs__item:hover {
	color: #0d1221;
}
.breadcrumbs__item:last-child {
	color: #969fbb;
}
.breadcrumbs__item:last-child:active,
.breadcrumbs__item:last-child:visited,
.breadcrumbs__item:last-child:hover {
	color: #969fbb;
}

.logo {
	display: inline-block;
	max-width: 242px;
	-o-object-fit: contain;
	object-fit: contain;
}
.logo img,
.logo svg {
	display: block;
	width: 100%;
	height: auto;
	height: 53.42px;
}
.logo img .logo-part,
.logo svg .logo-part {
	fill: #6eb63c;
}

.search {
	border-radius: 90px;
	background-color: #ffffff;
	box-sizing: border-box;
	padding: 11px 20px 12px 20px;
	display: flex;
	align-items: center;
	gap: 10px;
}
.search__item {
	height: 24px;
	border: none;
	outline: none;
	background: transparent;
	flex-grow: 1;
	font-size: 14px;
	font-weight: 400;
	color: #0d1221;
}
.search__item::-moz-placeholder {
	font-size: 14px;
	font-weight: 400;
}
.search__item::placeholder {
	font-size: 14px;
	font-weight: 400;
}

.socials__list {
	display: flex;
	align-items: center;
	gap: 15px;
}
.socials__link {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 36px;
	height: 36px;
	border-radius: 50%;
	background: #192343;
	transition: 0.3s linear;
}
.socials__link:hover {
	background: #6eb63c;
}
.socials--active .socials__link {
	background: #6eb63c;
}

.swiper__control {
	margin-top: 70px;
	width: 100%;
}
.swiper__btns {
	display: flex;
	align-items: center;
	margin-bottom: 30px;
}
.swiper__btn path {
	stroke: #6eb63c;
}
.swiper__btn.swiper-button-disabled path {
	stroke: #0d1221;
}
.swiper__btn-right {
	transform-origin: center;
	transform: rotateZ(180deg);
}
.swiper__progress {
	width: 100%;
	height: 1px;
	background: rgba(13, 18, 33, 0.1);
	position: relative;
}
.swiper__progress-line {
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	background: #6eb63c;
	transition: 0.3s linear;
}

.more {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	border-radius: 12px;
	padding: 25px 20px;
	gap: 10px;
	font-size: 20px;
	font-weight: 700;
	line-height: 1.2;
	color: #fff;
	box-sizing: border-box;
}
.more--dark {
	background: #0d1221;
}
.more--green {
	background: #6eb63c;
}
.more--digital {
	background: #f5d716;
	color: #0d1221;
}
.more--digital path {
	stroke: #0d1221;
}
.more--construction {
	background: #f5d716;
	color: #0d1221;
}
.more--construction path {
	stroke: #0d1221;
}
.more--vegetables {
	background: #eb2d2d;
}
.more--water {
	background: #2d62eb;
}
.more--livestock {
	background: #00a0e3;
}
.more--fruits {
	background: #ff0000;
}
.more--crop-care {
	background: #ff6600;
}
.more--education {
	background: #9286be;
}
.more--turf {
	background: #6eb63c;
}
.more svg {
	width: 24px;
	height: 24px;
}

.expand__head {
	display: flex;
	justify-content: space-between;
	align-items: center;
	gap: 15px;
	cursor: pointer;
}
.expand__arrow {
	transform-origin: center;
	transition: 0.3s linear;
}
.expand--active .expand__arrow {
	transform: rotateZ(180deg);
}
.expand__body {
	overflow: hidden;
}

.digital .socials__link:hover {
	background: #f5d716;
}
.digital .socials__link:hover path {
	fill: #0d1221;
	transition: 0.3s linear;
}
.digital .socials.socials--active .socials__link {
	background: #f5d716;
}
.digital .socials.socials--active .socials__link path {
	fill: #0d1221;
}
.digital .logo img .logo-part,
.digital .logo svg .logo-part {
	fill: #000;
}
.digital .swiper__btn path {
	stroke: #f5d716;
}
.digital .swiper__progress-line {
	background: #f5d716;
}

.construction .socials__link:hover {
	background: #f5d716;
}
.construction .socials__link:hover path {
	fill: #0d1221;
	transition: 0.3s linear;
}
.construction .socials.socials--active .socials__link {
	background: #f5d716;
}
.construction .socials.socials--active .socials__link path {
	fill: #0d1221;
}
.construction .logo img .logo-part,
.construction .logo svg .logo-part {
	fill: #000;
}
.construction .swiper__btn path {
	stroke: #f5d716;
}
.construction .swiper__progress-line {
	background: #f5d716;
}

.crop-care .socials__link:hover {
	background: #ff6600;
}
.crop-care .socials.socials--active .socials__link {
	background: #ff6600;
}
.crop-care .logo img .logo-part,
.crop-care .logo svg .logo-part {
	fill: #000;
}
.crop-care .swiper__btn path {
	stroke: #ff6600;
}
.crop-care .swiper__progress-line {
	background: #ff6600;
}

.water .socials__link:hover {
	background: #2d62eb;
}
.water .socials.socials--active .socials__link {
	background: #2d62eb;
}
.water .logo img .logo-part,
.water .logo svg .logo-part {
	fill: #000;
}
.water .swiper__btn path {
	stroke: #2d62eb;
}
.water .swiper__progress-line {
	background: #2d62eb;
}

.vegetables .socials__link:hover {
	background: #eb2d2d;
}
.vegetables .socials.socials--active .socials__link {
	background: #eb2d2d;
}
.vegetables .logo img .logo-part,
.vegetables .logo svg .logo-part {
	fill: #000;
}
.vegetables .swiper__btn path {
	stroke: #eb2d2d;
}
.vegetables .swiper__progress-line {
	background: #eb2d2d;
}

.livestock .socials__link:hover {
	background: #00a0e3;
}
.livestock .socials.socials--active .socials__link {
	background: #00a0e3;
}
.livestock .logo img .logo-part,
.livestock .logo svg .logo-part {
	fill: #000;
}
.livestock .swiper__btn path {
	stroke: #00a0e3;
}
.livestock .swiper__progress-line {
	background: #00a0e3;
}

.fruits .socials__link:hover {
	background: #ff0000;
}
.fruits .socials.socials--active .socials__link {
	background: #ff0000;
}
.fruits .logo img .logo-part,
.fruits .logo svg .logo-part {
	fill: #000;
}
.fruits .swiper__btn path {
	stroke: #ff0000;
}
.fruits .swiper__progress-line {
	background: #ff0000;
}

.turf .socials__link:hover {
	background: #6eb63c;
}
.turf .socials.socials--active .socials__link {
	background: #6eb63c;
}
.turf .logo img .logo-part,
.turf .logo svg .logo-part {
	fill: #000;
}
.turf .swiper__btn path {
	stroke: #6eb63c;
}
.turf .swiper__progress-line {
	background: #6eb63c;
}

.education .socials__link:hover {
	background: #9286be;
}
.education .socials.socials--active .socials__link {
	background: #9286be;
}
.education .logo img .logo-part,
.education .logo svg .logo-part {
	fill: #000;
}
.education .swiper__btn path {
	stroke: #9286be;
}
.education .swiper__progress-line {
	background: #9286be;
}

@media screen and (max-width: 1740px) {
	.page--default {
		padding-top: 254px;
		padding-bottom: 105px;
	}
	.container {
		max-width: 1400px;
	}
}
@media screen and (max-width: 1445px) {
	.page--default {
		padding-top: 234px;
		padding-bottom: 90px;
	}
	.container {
		max-width: 1370px;
	}
}
@media screen and (max-width: 1370px) {
	.page--default {
		padding-top: 204px;
		padding-bottom: 70px;
	}
	.page__breadcrumbs {
		margin-bottom: 52px;
	}
	.container {
		max-width: 1275px;
	}
	.empty .page--default {
		padding-top: 244px;
	}
}
@media screen and (max-width: 1275px) {
	.page--default {
		padding-top: 184px;
		padding-bottom: 60px;
	}
	.page__breadcrumbs {
		margin-bottom: 46px;
	}
	.container {
		max-width: 1025px;
	}
}
@media screen and (max-width: 1025px) {
	.page--default {
		padding-top: 154px;
		padding-bottom: 90px;
	}
	.page__breadcrumbs {
		margin-bottom: 46px;
	}
	.container {
		max-width: 960px;
	}
}
@media screen and (max-width: 960px) {
	.page--default {
		padding-top: 134px;
		padding-bottom: 80px;
	}
	.page__breadcrumbs {
		margin-bottom: 46px;
	}
	.container {
		max-width: 780px;
	}
	.empty .page--default {
		padding-top: 134px;
	}
}
@media screen and (max-width: 780px) {
	.page--default {
		padding-top: 114px;
		padding-bottom: 60px;
	}
	.page__breadcrumbs {
		margin-bottom: 46px;
	}
	.container {
		max-width: 540px;
	}
	.grid-3 {
		grid-template-columns: repeat(1, minmax(0, 1fr));
		gap: 30px 31px;
	}
	.swiper__control {
		margin-top: 50px;
	}
	.section__head .more {
		width: 100%;
	}
}
@media screen and (max-width: 380px) {
	.container {
		max-width: 780px;
		padding: 0 15px;
	}
}
@font-face {
	font-family: 'Proxima Nova';
	src: url('../fonts/Proxima_Nova--regular.ttf') format('truetype');
	font-weight: 400;
	font-style: normal;
}
@font-face {
	font-family: 'Proxima Nova';
	src: url('../fonts/Proxima_Nova--bold.ttf') format('truetype');
	font-weight: 700;
	font-style: normal;
}
@font-face {
	font-family: 'Proxima Nova';
	src: url('../fonts/Proxima_Nova--extrabold.ttf') format('truetype');
	font-weight: 800;
	font-style: normal;
}
@font-face {
	font-family: 'Proxima Nova';
	src: url('../fonts/Proxima_Nova--black.ttf') format('truetype');
	font-weight: 900;
	font-style: normal;
}
@font-face {
	font-family: 'SF Pro Display';
	src: url('../fonts/SF_Pro_Display/SF_Pro_Display--medium.ttf')
		format('truetype');
	font-weight: 500;
	font-style: normal;
}
body {
	font-size: 20px;
	font-weight: 400;
	line-height: 1.5;
	color: #0d1221;
	font-family: 'Proxima Nova', sans-serif;
}

a {
	font-family: 'Proxima Nova', sans-serif;
	text-decoration: none;
}

p {
	margin: 0;
}

input {
	font-family: 'Proxima Nova', sans-serif;
}
input::-moz-placeholder {
	font-family: 'Proxima Nova', sans-serif;
}
input::placeholder {
	font-family: 'Proxima Nova', sans-serif;
}

.h2 {
	font-size: 40px;
	font-weight: 900;
	line-height: 1;
	color: #0d1221;
	text-transform: uppercase;
	margin: 0;
}
.h2--white {
	color: #ffffff;
}

.h3 {
	font-size: 24px;
	font-weight: 900;
	line-height: 1;
	color: #0d1221;
	margin: 0;
}
.h3--white {
	color: #ffffff;
}

@media screen and (max-width: 1740px) {
	.h2 {
		font-size: 36px;
	}
}
@media screen and (max-width: 1445px) {
	.h2 {
		font-size: 34px;
	}
	.h3 {
		font-size: 22px;
	}
}
@media screen and (max-width: 1370px) {
	.h2 {
		font-size: 32px;
	}
}
@media screen and (max-width: 1275px) {
	body {
		font-size: 18px;
	}
	.h2 {
		font-size: 30px;
	}
}
@media screen and (max-width: 1025px) {
	.h2 {
		font-size: 28px;
	}
	.h3 {
		font-size: 20px;
	}
}
@media screen and (max-width: 960px) {
	.h2 {
		font-size: 26px;
	}
}
@media screen and (max-width: 780px) {
	.h2 {
		font-size: 24px;
	}
}
.header {
	position: absolute;
	z-index: 100;
	width: 100%;
	background: linear-gradient(to bottom, black, rgba(0, 0, 0, 0.41));
	box-shadow: 0 29px 90px 0 rgba(0, 0, 0, 0.5);
	-webkit-backdrop-filter: blur(8px);
	backdrop-filter: blur(8px);
}
.header__top {
	padding-top: 50px;
	padding-bottom: 27.54px;
}
.header__top-right {
	max-width: 1260px;
	flex-grow: 1;
}
.header__top-menu {
	flex-grow: 1;
	max-width: 247px;
}
.header__top-menu-list {
	display: flex;
	justify-content: space-between;
	align-items: center;
	gap: 15px;
}
.header__top-menu-link {
	font-size: 16px;
	font-weight: 700;
	text-transform: uppercase;
	color: #ffffff;
	cursor: pointer;
	transition: 0.3s linear;
}
.header__top-menu-link:hover,
.header__top-menu-link:active,
.header__top-menu-link.active {
	color: #6eb63c;
}
.header__search {
	display: flex;
	justify-content: flex-end;
	align-items: center;
	flex-grow: 1;
	max-width: 717px;
}
.header__search .search {
	flex-grow: 1;
	max-width: 513px;
}
.header__bottom {
	position: relative;
	padding-top: 30px;
	padding-bottom: 40px;
}
.header__bottom-line {
	position: absolute;
	top: -36px;
	left: 50%;
	width: 100%;
	transform: translateX(-50%);
	pointer-events: none;
	overflow: hidden;
	height: 100%;
}
.header__bottom-line svg {
	display: block;
	position: absolute;
	width: auto;
	top: 0px;
	z-index: 1;
	left: 50%;
	transform: translate(-50%, 0);
}
.header__bottom-menu {
	flex-grow: 1;
	max-width: 1047px;
}
.header__bottom-menu-list {
	display: flex;
	align-items: center;
	justify-content: space-between;
	height: auto;
	gap: 15px;
	font-size: 16px;
	font-weight: 700;
	line-height: 1.1875;
}
.header__bottom-menu-item {
	padding: 0;
	display: block;
	font-size: 16px;
	font-weight: 700;
}
.header__bottom-menu-link {
	display: block;
	font-size: 16px;
	font-weight: 700;
	line-height: 1.1875;
	color: #ffffff;
	cursor: pointer;
	transition: 0.3s linear;
}
.header__bottom-menu-link:hover,
.header__bottom-menu-link:active,
.header__bottom-menu-link.active {
	color: #6eb63c;
}

.navigation-mob {
	display: none;
}
.navigation-mob__toggler {
	padding: 0;
	border: none;
	background: transparent;
	width: 32px;
	height: 32px;
	box-sizing: border-box;
	display: flex;
	justify-content: center;
	align-items: center;
	cursor: pointer;
}
.navigation-mob__toggler svg {
	display: block;
}
.navigation-mob__toggler svg:last-child {
	display: none;
}
.navigation-mob__toggler--active svg:first-child {
	display: none;
}
.navigation-mob__toggler--active svg:last-child {
	display: block;
}
.navigation-mob__body {
	padding-top: 86px;
	padding-bottom: 56px;
	opacity: 0;
	z-index: -100;
	pointer-events: none;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	min-height: 100vh;
	transition: 0.3s linear;
	background: url('@images/main/menu-mob-bg.png') no-repeat;
	background-size: 100% 100%;
	border-bottom: 5px solid rgba(110, 182, 60, 0.5);
}
.navigation-mob__body--active {
	opacity: 1;
	z-index: -1;
	pointer-events: unset;
}

.menu-dropdown {
	display: inline-block;
	position: relative;
}
.menu-dropdown__body {
	position: absolute;
	top: 100%;
	left: 50%;
	transform: translate(-50%, 50px);
	padding-top: 16px;
	opacity: 0;
	pointer-events: none;
	transition: 0.3s linear;
}
.menu-dropdown:hover .menu-dropdown__body {
	transform: translate(-50%, 0);
	opacity: 1;
	pointer-events: unset;
}
.menu-dropdown__list {
	box-sizing: border-box;
	padding: 25px 24px 25px;
	background: rgba(0, 0, 0, 0.8);
	-webkit-backdrop-filter: blur(35px);
	backdrop-filter: blur(35px);
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	gap: 20px;
}
.menu-dropdown__item {
	width: 100%;
}

.directions-link span {
	display: block;
	width: 100%;
	white-space: nowrap;
}
.directions-link span:last-child {
	font-size: 14px;
	font-weight: 400;
	color: #878080;
	transition: 0.3s linear;
}
.directions-link span:first-child {
	font-size: 16px;
	font-weight: 700;
	transition: 0.3s linear;
	color: #ffffff;
}
.directions-link:hover span:first-child,
.directions-link:active span:first-child,
.directions-link.active span:first-child {
	color: #6eb63c;
}

.empty .header {
	background: url('@images/main/header-bg.png') no-repeat;
	background-position: center;
	background-size: cover;
	box-shadow: none;
}

.digital .header__top-menu-link:hover,
.digital .header__top-menu-link:active,
.digital .header__top-menu-link.active {
	color: #f5d716;
}
.digital .header__bottom-line path {
	stroke: #f5d716;
}
.digital .header__bottom-menu-link:hover,
.digital .header__bottom-menu-link:active,
.digital .header__bottom-menu-link.active {
	color: #f5d716;
}
.digital .directions-link:hover span:first-child,
.digital .directions-link:active span:first-child,
.digital .directions-link.active span:first-child {
	color: #f5d716;
}

.construction .header__top-menu-link:hover,
.construction .header__top-menu-link:active,
.construction .header__top-menu-link.active {
	color: #f5d716;
}
.construction .header__bottom-line path {
	stroke: #f5d716;
}
.construction .header__bottom-menu-link:hover,
.construction .header__bottom-menu-link:active,
.construction .header__bottom-menu-link.active {
	color: #f5d716;
}
.construction .directions-link:hover span:first-child,
.construction .directions-link:active span:first-child,
.construction .directions-link.active span:first-child {
	color: #f5d716;
}

.crop-care .header__top-menu-link:hover,
.crop-care .header__top-menu-link:active,
.crop-care .header__top-menu-link.active {
	color: #ff6600;
}
.crop-care .header__bottom-line path {
	stroke: #ff6600;
}
.crop-care .header__bottom-menu-link:hover,
.crop-care .header__bottom-menu-link:active,
.crop-care .header__bottom-menu-link.active {
	color: #ff6600;
}
.crop-care .directions-link:hover span:first-child,
.crop-care .directions-link:active span:first-child,
.crop-care .directions-link.active span:first-child {
	color: #ff6600;
}

.water .header__top-menu-link:hover,
.water .header__top-menu-link:active,
.water .header__top-menu-link.active {
	color: #2d62eb;
}
.water .header__bottom-line path {
	stroke: #2d62eb;
}
.water .header__bottom-menu-link:hover,
.water .header__bottom-menu-link:active,
.water .header__bottom-menu-link.active {
	color: #2d62eb;
}
.water .directions-link:hover span:first-child,
.water .directions-link:active span:first-child,
.water .directions-link.active span:first-child {
	color: #2d62eb;
}

.vegetables .header__top-menu-link:hover,
.vegetables .header__top-menu-link:active,
.vegetables .header__top-menu-link.active {
	color: #eb2d2d;
}
.vegetables .header__bottom-line path {
	stroke: #eb2d2d;
}
.vegetables .header__bottom-menu-link:hover,
.vegetables .header__bottom-menu-link:active,
.vegetables .header__bottom-menu-link.active {
	color: #eb2d2d;
}
.vegetables .directions-link:hover span:first-child,
.vegetables .directions-link:active span:first-child,
.vegetables .directions-link.active span:first-child {
	color: #eb2d2d;
}

.livestock .header__top-menu-link:hover,
.livestock .header__top-menu-link:active,
.livestock .header__top-menu-link.active {
	color: #00a0e3;
}
.livestock .header__bottom-line path {
	stroke: #00a0e3;
}
.livestock .header__bottom-menu-link:hover,
.livestock .header__bottom-menu-link:active,
.livestock .header__bottom-menu-link.active {
	color: #00a0e3;
}
.livestock .directions-link:hover span:first-child,
.livestock .directions-link:active span:first-child,
.livestock .directions-link.active span:first-child {
	color: #00a0e3;
}

.fruits .header__top-menu-link:hover,
.fruits .header__top-menu-link:active,
.fruits .header__top-menu-link.active {
	color: #ff0000;
}
.fruits .header__bottom-line path {
	stroke: #ff0000;
}
.fruits .header__bottom-menu-link:hover,
.fruits .header__bottom-menu-link:active,
.fruits .header__bottom-menu-link.active {
	color: #ff0000;
}
.fruits .directions-link:hover span:first-child,
.fruits .directions-link:active span:first-child,
.fruits .directions-link.active span:first-child {
	color: #ff0000;
}

.turf .header__top-menu-link:hover,
.turf .header__top-menu-link:active,
.turf .header__top-menu-link.active {
	color: #6eb63c;
}
.turf .header__bottom-line path {
	stroke: #6eb63c;
}
.turf .header__bottom-menu-link:hover,
.turf .header__bottom-menu-link:active,
.turf .header__bottom-menu-link.active {
	color: #6eb63c;
}
.turf .directions-link:hover span:first-child,
.turf .directions-link:active span:first-child,
.turf .directions-link.active span:first-child {
	color: #6eb63c;
}

.education .header__top-menu-link:hover,
.education .header__top-menu-link:active,
.education .header__top-menu-link.active {
	color: #9286be;
}
.education .header__bottom-line path {
	stroke: #9286be;
}
.education .header__bottom-menu-link:hover,
.education .header__bottom-menu-link:active,
.education .header__bottom-menu-link.active {
	color: #9286be;
}
.education .directions-link:hover span:first-child,
.education .directions-link:active span:first-child,
.education .directions-link.active span:first-child {
	color: #9286be;
}

@media screen and (max-width: 1740px) {
	.header__top-right {
		max-width: 960px;
		gap: 30px;
	}
}
@media screen and (max-width: 1445px) {
	.header__top {
		padding-top: 45px;
	}
	.header__top-right {
		max-width: 870px;
	}
}
@media screen and (max-width: 1370px) {
	.header__top {
		padding-top: 38px;
	}
	.header__top-right {
		max-width: 770px;
	}
}
@media screen and (max-width: 1275px) {
	.header__top {
		padding-top: 32px;
	}
	.header__top-right {
		max-width: 670px;
		gap: 15px;
	}
	.header__logo {
		max-width: 126.75px;
		height: 28px;
	}
	.header__logo svg {
		height: 100%;
		width: 100%;
	}
}
@media screen and (max-width: 1025px) {
	.header__top {
		padding-top: 26px;
		padding-bottom: 25px;
	}
}
@media screen and (max-width: 960px) {
	.header__top-right {
		display: none;
	}
	.header__top-menu {
		max-width: 345px;
	}
	.header__top-menu-list {
		margin-bottom: 30px;
	}
	.header__top-menu-link {
		font-size: 24px;
	}
	.header__search {
		margin-bottom: 30px;
	}
	.header__bottom {
		display: none;
	}
	.header__bottom-menu-list {
		flex-direction: column;
		align-items: flex-start;
		gap: 30px;
		margin-bottom: 40px;
	}
	.header__bottom-menu-link {
		font-size: 24px;
	}
	.navigation-mob {
		display: inline-block;
	}
	.menu-dropdown__body {
		position: static;
		top: unset;
		left: unset;
		transform: translate(0%, 0px);
		padding-top: 0;
		opacity: 1;
		pointer-events: unset;
		transition: 0.3s linear;
		height: 0;
		overflow: hidden;
	}
	.menu-dropdown:hover .menu-dropdown__body {
		transform: translate(0%, 0px);
	}
	.menu-dropdown__list {
		box-sizing: border-box;
		padding: 0 0 0;
		gap: 10px;
		padding-top: 15px;
		background: transparent;
		-webkit-backdrop-filter: unset;
		backdrop-filter: unset;
	}
}
@media screen and (max-width: 380px) {
	.header__top-menu-link {
		font-size: 18px;
	}
	.header__search {
		margin-bottom: 20px;
	}
	.header__bottom-menu-list {
		gap: 20px;
		margin-bottom: 25px;
	}
	.header__bottom-menu-link {
		font-size: 18px;
	}
	.menu-dropdown__list {
		padding-top: 10px;
	}
	.directions-link span:last-child {
		font-size: 12px;
	}
	.directions-link span:first-child {
		font-size: 14px;
	}
}
.footer {
	padding-top: 90px;
	padding-bottom: 56px;
	background: #0d1221;
}
.footer .container {
	gap: 35px;
	align-items: stretch;
}
.footer__left {
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	justify-content: flex-start;
}
.footer__logo {
	width: 189px;
	margin-bottom: 45.25px;
}
.footer__socials {
	flex-grow: 1;
	margin-bottom: 35px;
}
.footer p,
.footer a {
	font-size: 14px;
	font-weight: 400;
	color: #ffffff;
}
.footer p:active,
.footer p:visited,
.footer a:active,
.footer a:visited {
	color: #ffffff;
}
.footer__right {
	flex-grow: 1;
	max-width: 1015px;
}
.footer__right .copyright {
	display: none;
}
.footer .footer-nav {
	width: 100%;
	display: flex;
	align-items: flex-start;
	justify-content: space-between;
	gap: 25px;
}
.footer .footer-nav__head {
	font-size: 14px;
	font-weight: 700;
	text-transform: uppercase;
	color: #ffffff;
	margin-bottom: 25px;
}
.footer .footer-nav__sub-menu-item {
	margin-bottom: 20px;
}
.footer .footer-nav__sub-menu-item:last-child {
	margin-bottom: 0;
}
.footer .footer-nav__sub-menu-item a {
	display: block;
}

@media screen and (max-width: 1370px) {
	.footer {
		padding-top: 80px;
		padding-bottom: 46px;
	}
	.footer .container {
		gap: 50px;
		flex-direction: column;
	}
	.footer__left .copyright {
		display: none;
	}
	.footer__socials {
		margin-bottom: 0px;
	}
	.footer__right {
		gap: 50px;
		display: flex;
		flex-direction: column;
	}
	.footer__right .copyright {
		display: block;
		text-align: center;
	}
}
@media screen and (max-width: 960px) {
	.footer {
		padding-top: 60px;
		padding-bottom: 86px;
	}
}
@media screen and (max-width: 780px) {
	.footer__left {
		align-items: center;
	}
	.footer .footer-nav {
		flex-direction: column;
		align-items: center;
		text-align: center;
		gap: 50px;
	}
}

.swiper {
	overflow: unset !important;
} /*# sourceMappingURL=main.css.map */
