@import url("https://fonts.googleapis.com/css2?family=Montserrat&family=Nunito:wght@700;800&display=swap");

* {
	margin: 0;
	padding: 0;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	color: #3d3d3d;
	outline: none;
	font-family: 'Montserrat', sans-serif;
}

*::-moz-selection {
	background-color: #3d3d3d;
	color: #ffffff;
}

*::selection {
	background-color: #3d3d3d;
	color: #ffffff;
}

html {
	background-color: #fff;
}

/* #wrapper{
    overflow-x: hidden;
} */

body {
	width: 100%;
	margin: 0;
	padding: 0;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	overflow-x: hidden;
	min-width: 320px;
}

body.no-scroll {
	overflow: hidden;
}

p {
	line-height: 1.5;
	font-size: 22px;
}

h2.h2.title {
	font-size: 46px;
	line-height: 56px;
	width: 100%;
	font-family: 'lovelace-exbold';
	color: #fff;
}

@media (max-width: 550px) {
	h2.h2.title {
		font-size: 28px !important;
		line-height: 36px;
	}
}

button {
	cursor: pointer;
	outline: none;
	border: none;
}

input {
	border: none;
	outline: none;
}

.header {
	width: 100%;
	height: 180px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	position: fixed;
	top: 0;
	right: 0;
	left: 0;
	z-index: 20;
	-webkit-transition: 0.35s;
	transition: 0.35s;
	min-width: 320px;
}

@media (max-width: 1100px) {
	.header {
		height: 90px;
	}
}

.header-container {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-direction: row;
	flex-direction: row;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	width: 1520px;
	height: 100%;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

@media (max-width: 1600px) {
	.header-container {
		width: 95%;
	}
}

.header.scroll {
	/* height: 90px; */
	height: 130px;
	padding-bottom: 10x;
	background-color: #fff;
}

.header.scroll input {
	border: 1px solid #3d3d3d;
}

.header.scroll .header-phone a {
	background: white;
}

.header-logo a {
	margin-right: 50px;
}

.header-logo a img {
	height: 70px;
}

@media (max-width: 370px) {
	.header-logo a img {
		height: 50px;
	}
}


.header-nav {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-direction: row;
	flex-direction: row;
}

.header-nav a {
	margin-right: 37px;
	text-decoration: none;
	font-size: 22px;
	font-family: 'Montserrat', sans-serif;
	font-weight: 400;
	color: rgba(61, 61, 61, 0.7);
	-webkit-transition: 0.35s;
	transition: 0.35s;
}

@media (max-width: 1300px) {
	.header-nav a {
		font-size: 18px;
	}
}

.header-nav a.active {
	color: #3d3d3d;
	font-family: 'Montserrat', sans-serif;
	font-weight: 600;
}

.header-nav a:hover {
	color: #3d3d3d;
}

.header-nav__item {
	position: relative;
}

.header-nav__item a:hover+div {
	display: block;
}

.header-nav__item__sub {
	position: absolute;
	min-width: 150px;
	padding-top: 10px;
	left: -20px;
	-webkit-transition: 0.35s;
	transition: 0.35s;
	display: none;
}

.header-nav__item__sub:hover {
	display: block;
}

.header-nav__item__sub__inner {
	background: -webkit-gradient(linear, left top, right top, from(#FFFFFF), color-stop(50%, rgba(255, 255, 255, 0))), #F2F8F8;
	background: linear-gradient(90deg, #FFFFFF 0%, rgba(255, 255, 255, 0) 50%), #F2F8F8;
	padding: 10px 20px;
	border: 1px solid #ebebeb;
	border-radius: 10px;
}

.header-nav__item__sub a {
	display: block;
	background-color: transparent;
	margin-right: 0 !important;
	font-size: 18px !important;
	margin-bottom: 10px;
}

.header-nav__item__sub a:last-of-type {
	margin-bottom: 0;
}

@media (max-width: 1600px) {
	.header-nav a {
		margin-right: 20px;
	}
}

@media (max-width: 1100px) {
	.header-nav {
		display: none;
	}
}

.header-phone {
	/* -webkit-box-shadow: 0px 8px 24px rgba(0, 143, 133, 0.1);
	box-shadow: 0px 8px 24px rgba(0, 143, 133, 0.1); */
	display: flex;
	background: rgba(255, 255, 255, 1);
	border-radius: 10px;
	/* padding-right: 25px; */
	width: 100%;
}

.header-phone .regim {
	margin-left: auto;
	/* padding-right: 0; */
}

@media (max-width: 1100px) {
	.header-phone {
		-webkit-box-ordinal-group: 3;
		-ms-flex-order: 3;
		order: 3;
		padding-right: 0;
		width: 100%;
	}
}

@media (max-width: 960px) {
	.header-phone {
		-webkit-box-ordinal-group: 3;
		-ms-flex-order: 1;
		order: 3;
		padding-right: 0;
	}
}

@media (max-width: 800px) {
	.header-phone {
		/* -webkit-box-ordinal-group: 3;
		-ms-flex-order: 3; */
		order: 3;
		width: 100%;
		flex-wrap: wrap;
	}

	.header-phone .regim {
		margin-left: 0;
	}
}

@media (max-width: 650px) {
	/* .header-phone {
		-webkit-box-ordinal-group: 3;
		-ms-flex-order: 2;
		order: 2;
		width: 100%;
	} */
}

.header-phone a {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	padding: 10px 25px;
	background: rgba(255, 255, 255, 0.5);
	border-radius: 10px;
	text-decoration: none;
	font-weight: 600;
}

.header-phone a img {
	margin-right: 10px;
	height: 15px;
}

.header .line-break {
	width: 100%;
}

@media (max-width: 1100px) {
	.header .line-break {
		display: none;
	}

}

@media (max-width: 650px) {
	.header .line-break {
		display: block;
	}
}

.header-search {
	width: 300px;
	/* margin-left: auto; */
	position: relative;
	-webkit-box-shadow: 0px 8px 24px rgba(0, 143, 133, 0.1);
	box-shadow: 0px 8px 24px rgba(0, 143, 133, 0.1);
	border-radius: 10px;
	box-shadow: 0px 8px 24px rgba(0, 143, 133, 0.1);
}

@media (max-width: 1400px) {
	.header-search {
		width: 200px;
	}
}

@media (max-width: 1300px) {
	.header-search {
		display: none;
	}
}

@media (max-width: 650px) {
	/* .header-search {
		display: block;
		margin-left: 0;
		margin-right: 5px;
		width: 139px;
		-webkit-box-ordinal-group: 3;
		-ms-flex-order: 1;
		order: 1;
	} */
}

.header-search input {
	width: 100%;
	height: 40px;
	border-radius: 10px;
	background-color: #fff;
	padding: 0 40px 0 15px;
	font-size: 16px;
}

.header-search input[type="submit"] {
	all: unset;
	position: absolute;
	right: 5px;
	top: 50%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	background-color: transparent;
	background-image: url(../img/search.svg);
	background-repeat: no-repeat;
	background-position: center center;
	width: 40px;
	height: 40px;
}

.header-search button {
	position: absolute;
	right: 12px;
	top: 50%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	background-color: transparent;
}

.header-cart {
	margin-left: 30px;
}

@media (max-width: 1300px) {
	.header-cart {
		margin-left: auto;
	}
}

@media (max-width: 1100px) {
	.header-cart {
		-webkit-box-ordinal-group: 2;
		-ms-flex-order: 1;
		order: 1;
	}
}

@media (max-width: 650px) {
	.header-cart {
		-webkit-box-ordinal-group: 1;
		-ms-flex-order: 0;
		order: 0;
	}
}

.header-cart a {
	position: relative;
	width: 25px;
	height: 25px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}

.header-cart span {
	right: -5px;
	bottom: -6px;
	position: absolute;
	min-width: 18px;
	min-height: 18px;
	max-width: 18px;
	max-height: 18px;
	border-radius: 100%;
	background-image: -webkit-gradient(linear, left top, right top, from(#02AAB0), to(#00CDAC));
	background-image: linear-gradient(90deg, #02AAB0 0%, #00CDAC 100%);
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	font-size: 12px;
	color: #fff;
}

.header-hamb {
	margin-left: 40px;
	-webkit-box-ordinal-group: 3;
	-ms-flex-order: 2;
	order: 2;
	display: none;
}

@media (max-width: 1100px) {
	.header-hamb {
		display: block;
	}
}

@media (max-width: 650px) {
	.header-hamb {
		-webkit-box-ordinal-group: 1;
		-ms-flex-order: 0;
		order: 0;
	}
}

.footer {
	width: 100%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	padding: 75px 0;
	background: -webkit-gradient(linear, left top, right top, from(#FFFFFF), color-stop(50%, rgba(255, 255, 255, 0))), #F2F8F8;
	background: linear-gradient(90deg, #FFFFFF 0%, rgba(255, 255, 255, 0) 50%), #F2F8F8;
	margin-top: 70px;
	position: relative;
	overflow-x: hidden;
}

.footer-container {
	width: 1520px;
	position: relative;
	z-index: 15;
}

@media (max-width: 1600px) {
	.footer-container {
		width: 95%;
	}
}

.footer h2.h2 {
	font-size: 50px;
	line-height: 60px;
	font-weight: 800;
	margin-bottom: 60px;
	font-family: 'Nunito', sans-serif;
}

.footer-info-items {
	margin-bottom: 80px;
	width: 100%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex; 
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-direction: row;
	flex-direction: row;
}

@media (max-width: 1000px) {
	.footer-info-items {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
	}
}

.footer-info-item {
	display: -webkit-box;
	display: -ms-flexbox;
/*	display: flex; */
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-direction: row;
	flex-direction: row;
	margin-right: 60px;
}

@media (max-width: 1000px) {
	.footer-info-item {
		margin-right: 0;
		margin-bottom: 30px;
	}
}

.footer-info-item__desc {
	margin-left: 20px;
}

.footer-info-item__desc b {
	font-size: 20px;
	line-height: 28px;
	margin-bottom: 3px;
	display: block;
	font-weight: 600;
}

.footer-info-item__desc p {
	font-size: 20px;
	line-height: 28px;
	font-weight: 300;
}

.footer-info-contacts {
	overflow: hidden;
	width: 100%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-direction: row;
	flex-direction: row;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	margin-bottom: 60px;
}

@media (max-width: 500px) {
	.footer-info-contacts {
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
	}
}

.footer-info-contacts a {
	margin-right: 30px;
	margin-left: -25px;
	-webkit-transition: 0.35s;
	transition: 0.35s;
}

.footer-info-contacts a:last-of-type {
	font-size: 22px;
	line-height: 30px;
	text-decoration: none;
	font-weight: 600;
	-webkit-transform: translateY(-10px) !important;
	transform: translateY(-10px) !important;
	margin-left: 20px;
}

@media (max-width: 500px) {
	.footer-info-contacts a:last-of-type {
		width: 100%;
		margin-top: 20px;
		margin-left: 0;
	}
}

.footer-info-contacts a:last-of-type:hover {
	color: #02AAB0;
}

.footer-info-contacts a:hover {
	-webkit-transform: scale(1.2);
	transform: scale(1.2);
}

.footer-info-polit {
	width: 100%;
}

.footer-info-polit a {
	font-size: 16px;
	line-height: 22px;
	font-weight: 300;
	color: rgba(61, 61, 61, 0.7);
}

@media (max-width: 360px) {
	.footer-info-polit a {
		font-size: 12px;
	}
}

.footer a.footer-map {
	position: absolute;
	right: 0;
	top: 0;
	bottom: 0;
	height: 100%;
	z-index: 10;
}

@media (max-width: 1450px) {
	.footer a.footer-map {
		right: -200px;
	}
}

@media (max-width: 1200px) {
	.footer a.footer-map {
		display: none;
	}
}

.footer a.footer-map img {
	-o-object-fit: cover;
	object-fit: cover;
	/* min-height: 100%; */
}

.breadcrumbs {
	width: 100%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	margin: 40px 0 0;
}

@media (max-width: 1000px) {
	.breadcrumbs {
		margin: 20px 0 0;
	}
}

@media (max-width: 600px) {
	.breadcrumbs {
		margin: 30px 0 0;
		padding: 0 10px;
	}
}

.breadcrumbs .breadcrumb {
	width: 1520px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-direction: row;
	flex-direction: row;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}

.breadcrumbs .breadcrumb a {
	font-size: 30px;
	line-height: 42px;
	text-decoration: none;
}

@media (max-width: 1600px) {
	.breadcrumbs .breadcrumb a {
		font-size: 20px;
		line-height: 23px;
	}
}

@media (max-width: 1400px) {
	.breadcrumbs .breadcrumb a {
		font-size: 20px;
		line-height: 26px;
	}
}

@media (max-width: 1300px) {
	.breadcrumbs .breadcrumb a {
		font-size: 15px;
		line-height: 16px;
	}
}

.breadcrumbs .breadcrumb a:last-of-type {
	font-weight: bold;
}

@media (max-width: 1000px) {
	.breadcrumbs .breadcrumb a {
		font-size: 18px;
		line-height: 24px;
	}
}

.breadcrumbs .breadcrumb span {
	font-size: 30px;
	line-height: 42px;
	display: block;
	margin: 0 10px;
}

@media (max-width: 1600px) {
	.breadcrumbs .breadcrumb span {
		font-size: 20px;
		line-height: 25px;
	}
}

@media (max-width: 1400px) {
	.breadcrumbs .breadcrumb span {
		font-size: 20px;
		line-height: 26px;
	}
}

@media (max-width: 1300px) {
	.breadcrumbs .breadcrumb span {
		font-size: 15px;
		line-height: 16px;
	}
}

@media (max-width: 1000px) {
	.breadcrumbs .breadcrumb span {
		font-size: 18px;
		line-height: 24px;
	}
}

.mobile-menu {
	width: 100%;
	height: 100vh;
	background-color: #fff;
	z-index: 25;
	position: fixed;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	padding: 10px;
	display: none;
}

.mobile-menu a.close {
	position: absolute;
	right: 10px;
	top: 10px;
	width: 45px;
	height: 45px;
	padding: 10px;
}

.mobile-menu a.close svg path {
	fill: #3d3d3d;
}

.mobile-menu-container {
	width: 100%;
	height: 100%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: flex-start;

}

.mobile-menu-nav a {
	margin-right: 50px;
	text-decoration: none;
	font-size: 20px;
	font-family: 'Montserrat', sans-serif;
	font-weight: 400;
	color: rgba(61, 61, 61, 0.7);
	-webkit-transition: 0.35s;
	transition: 0.35s;
	display: block;
	margin-bottom: 20px;
}

@media(max-width: 340px) {
	.mobile-menu-nav a {
		font-size: 20px;
	}
}

.mobile-menu-nav a.active {
	color: #3d3d3d;
	font-family: 'Montserrat', sans-serif;
	font-weight: 600;
}

.mobile-menu-nav a:hover {
	color: #3d3d3d;
}

.mobile-menu-phone {
	-webkit-box-shadow: 0px 8px 24px rgba(0, 143, 133, 0.1);
	box-shadow: 0px 8px 24px rgba(0, 143, 133, 0.1);
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}

.mobile-menu-phone a {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	padding: 10px 25px;
	background: rgba(255, 255, 255, 0.5);
	border-radius: 10px;
	text-decoration: none;
	font-weight: 600;
}

.mobile-menu-phone a img {
	margin-right: 10px;
}

.mobile-menu-search {
	width: 100%;
	margin-left: auto;
	position: relative;
	-webkit-box-shadow: 0px 8px 24px rgba(0, 143, 133, 0.1);
	box-shadow: 0px 8px 24px rgba(0, 143, 133, 0.1);
	border-radius: 10px;
	box-shadow: 0px 8px 24px rgba(0, 143, 133, 0.1);
}

.mobile-menu-search input {
	width: 100%;
	height: 40px;
	border-radius: 10px;
	background-color: #fff;
	padding: 0 40px 0 15px;
	font-size: 16px;
	border: 1px solid #3d3d3d;
}

.mobile-menu-search button {
	position: absolute;
	right: 12px;
	top: 50%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	background-color: transparent;
}



/* one click window */
.one_clck_wndw {
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	position: fixed;
	z-index: 99999999;
	background: rgba(0, 0, 0, 0.4);
	justify-content: space-around;
	align-items: center;
}

.one_clck_wndw_kpr {
	width: auto;
	min-width: 30%;
	height: auto;
	min-height: 50vh;
	background: #fff;
	border: none;
	border-radius: 10px;
	padding: 50px;
	display: flex;
	justify-content: space-around;
	align-items: center;
	flex-wrap: wrap;
	flex-direction: column;
	position: relative;
}

.one_clck_wndw_title {
	width: auto;
	height: auto;
	font-size: 28px;
	line-height: 30px;
	font-family: 'Nunito', sans-serif;
	font-weight: 700;
	text-align: center;
}

.one_clck_wndw_form {
	width: auto;
	height: auto;
	display: flex;
	justify-content: space-around;
	align-items: center;
	flex-wrap: wrap;
	flex-direction: column;
}

.one_clck_wndw_kpr input {
	width: 250px;
	height: 50px;
	line-height: 50px;
	text-align: left;
	padding: 0 10px;
	border-radius: 10px;
	border: 1px solid #3d3d3d;
	font-size: 18px;
	line-height: 50px;
}

.one_clck_wndw_kpr button {
	width: 250px;
	max-height: 50px;
	height: 50px;
	background: -webkit-gradient(linear, left top, right top, from(#02AAB0), to(#00CDAC));
	background: linear-gradient(90deg, #02AAB0 0%, #00CDAC 100%);
	color: #fff;
	font-size: 22px;
	line-height: 30px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	border-radius: 10px;
	position: relative;
	-webkit-transition: 0.35s;
	transition: 0.35s;
	margin-top: 30px;
}

#one_clck_wndw_close {
	width: 30px;
	height: 30px;
	position: absolute;
	right: 10px;
	top: 10px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}

#one_clck_wndw_close::before {
	position: absolute;
	content: '';
	width: 21px;
	height: 7px;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
	background-color: #000;
}

#one_clck_wndw_close::after {
	position: absolute;
	content: '';
	width: 21px;
	height: 7px;
	-webkit-transform: rotate(-45deg);
	transform: rotate(-45deg);
	background-color: #000;
}

/* added cookie */
.cookie_inform {
	width: 100%;
	height: auto;
	display: flex;
	justify-content: flex-start;
	align-items: center;
	flex-wrap: wrap;
	/* background: #000; */
	background: rgba(0, 0, 0, 0.5);
	color: #fff;
	position: fixed;
	bottom: 0;
	z-index: 99999;
	padding: 10px;
}

.cookie_inform p {
	font-size: 12px;
	width: auto;
	max-width: 90%;
	color: #fff;
}

.cookie_inform p a {
	color: #fff;
	font-weight: 400;
}

.cookie_inform button {
	width: auto;
	max-width: 20%;
	height: auto;
	max-height: 30px;
	padding: 10px 20px;
	background: #fff;
	color: #000;
	border: none;
	margin-left: 20px;
	border-radius: 7px;
}

@media (max-width: 500px) {
	.cookie_inform button {
		margin-top: 20px;
		margin-left: 0;
	}
}

/* cookie over */
