/* GLOBAL */
* {
	margin: 0;
	padding: 0;
	border: none;
	outline: none;
	transition: .20s all;
	list-style: none;
	font-style: normal;
	box-sizing: border-box;
	appearance: none;
	font-family: "GothamPro", sans-serif;
	-o-appearance: none;
	-ms-appearance: none;
	-moz-appearance: none;
	text-decoration: none;
	-webkit-appearance: none;
	tap-highlight-color: transparent;
	-o-tap-highlight-color: transparent;
	-ms-tap-highlight-color: transparent;
	-moz-tap-highlight-color: transparent;
	-webkit-tap-highlight-color: transparent;
}

*:hover {
	transition: .20s all;
}

html {
	overflow: -moz-scrollbars-none;
	scroll-behavior: smooth;
	-ms-overflow-style: none;
	-o-scroll-behavior: smooth;
	-ms-scroll-behavior: smooth;
	-moz-scroll-behavior: smooth;
	-webkit-scroll-behavior: smooth;
}

html::-webkit-scrollbar {
	width: 0;
}

body {
	color: #222222;
	background-color: #ffffff;
}

.service-list {
	line-height: 30px;
}

.service-list>li {
	font-weight: 200;
}

.service-list>li:before {
	content: "-";
	margin: 0 10px 0 0;
	font-weight: 600;
}

.wrapper {
	margin: 0 auto;
	max-width: 1480px;
}

/* GLOBAL */



.tel-admin{
	cursor: pointer;
}

/* NAVBAR */
.top-nav {
	width: 100%;
	height: 45px;
	display: block;
	overflow: hidden;
	position: relative;
	background-color: #699c26;
}

.container__top-navbar {
	height: 45px;
	display: flex;
	align-items: center;
	justify-content: space-between;
}

.top-button {
	color: #ffffff;
	font-size: 1.2rem;
}

.top-span {
	color: #ffffff;
	font-size: 1.2rem;
}

nav {
	top: 0;
	left: 0;
	width: 100%;
	height: 90px;
	z-index: 8;
	display: block;
	overflow: hidden;
	position: sticky;
	box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.2);
	background-color: #ffffff;
}

.container__navbar {
	height: 90px;
	display: flex;
	align-items: center;
	justify-content: space-between;
}

.logotype {
	color: #699c26;
	font-size: 2rem;
	text-transform: uppercase;
}

.logotype>span {
	padding: 5px 0 5px 5px;
	color: #ffffff;
	background-color: #699c26;
}

.section__nav-links {
	display: flex;
	align-items: center;
	justify-content: space-between;
}

.nav-link {
	margin: 0 25px;
	font-size: 1rem;
	text-transform: uppercase;
}

.nav-link>a {
	padding: 0 0 5px 0;
	color: #222222;
	border-bottom: 4px solid #ffffff;
}

.nav-link>a:before {
	content: "⦿ ";
}

.nav-link>a:hover {
	color: #699c26;
	border-bottom: 4px solid #699c26;
}

.navbar-button {
	padding: 15px 20px;
	color: #ffffff;
	border: 1px solid #699c26;
	font-size: 1.2rem;
	border-radius: 2px;
	background-color: #699c26;
}

.navbar-button:hover {
	color: #699c26;
	border: 1px solid #699c26;
	background-color: transparent;
}

.burger-menu {
	display: none;
}

.hidden {
	display: none !important;
}

/* NAVBAR */



/* HEADER */
header {
	width: 100%;
	height: 630px;
	display: block;
	overflow: hidden;
	position: relative;
	/*background-color: #f2f2f2;*/
	background-size: cover;
	background-image: url("../graphic/images/img-4.jpg");
	background-repeat: no-repeat;
	background-position: 0% 50%;
}

.h-bgf {
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 4;
	position: absolute;
	background-color: rgba(0, 0, 0, 0.6);
}

.header-absolute {
	left: 0;
	bottom: 0;
	width: 100%;
	height: 150px;
	z-index: 5;
	display: flex;
	position: absolute;
	text-align: center;
	align-items: center;
	justify-content: center;
	background-color: rgba(0, 0, 0, 0.2);
}

.header-absolute-ca {
	display: block;
}

.h-a-title {
	margin: 0 0 5px 0;
	color: #8dc04b;
	font-size: 1.8rem;
	text-transform: uppercase;
}

.h-a-description {
	color: #ffffff;
	font-size: 1.2rem;
}

.container__header {
	height: 550px;
	z-index: 6;
	display: flex;
	align-items: center;
	position: relative;
}

.section__main-head {
	display: block;
}

.header-title {
	color: #ffffff;
	font-size: 3.5rem;
}

.header-description {
	width: 50%;
	margin: 15px 0 35px 0;
	color: #ffffff;
	font-size: 1.5rem;
	font-weight: 200;
	line-height: 35px;
}

.header-button {
	padding: 15px 20px;
	color: #ffffff;
	border: 1px solid #699c26;
	font-size: 1.2rem;
	border-radius: 2px;
	background-color: #699c26;
}

.header-button:hover {
	color: #ffffff;
	border-color: #ffffff;
	background-color: transparent;
}

/* HEADER */

.section__advantages {
	width: 100%;
	height: 300px;
	display: flex;
	align-items: center;
	justify-content: space-between;
}

.advantage {
	width: 22%;
	height: 200px;
	display: flex;
	text-align: center;
	align-items: stretch;
	justify-content: center;
}

.a-icon {
	color: #699c26;
	font-size: 4rem;
}

.a-title {
	margin: 10px 0 0 0;
	padding: 0 0 10px 0;
	color: #699c26;
	font-size: 1.3rem;
	border-bottom: 3px solid #699c26;
	text-transform: uppercase;
}

.a-description {
	margin: 10px 0 0 0;
	font-size: 1rem;
	color: #555555;
	font-weight: 200;
}

.a-image {
	width: 100%;
	height: 200px;
}

.section__i-advantages {
	width: 100%;
	height: 300px;
	display: flex;
	align-items: center;
	justify-content: center;
}

.i-advantage {
	width: 22%;
	height: 200px;
	margin: 0 15px;
	display: flex;
	text-align: center;
	align-items: center;
	justify-content: center;
}

.i-a-image {
	width: 100%;
	height: 200px;
	border-radius: 5px;
}

/* CONTENT */
article {
	width: 100%;
	height: auto;
	margin: 0 0 15px 0;
	padding: 60px 0;
	display: block;
	overflow: hidden;
	position: relative;
	box-shadow: 0 -10px 20px 0 rgba(0, 0, 0, 0.040);
	background-color: #ffffff;
}

.container__article {
	width: 100%;
	height: auto;
	display: flex;
	align-items: center;
	justify-content: space-between;
}

.section__content {
	width: 48%;
	text-align: left;
}

.c-title {
	color: #699c26;
	font-size: 2.2rem;
}

.c-line {
	width: 40%;
	height: 4px;
	margin: 20px 0;
	background-color: #699c26;
}

.c-sub-title {
	margin: 0 0 20px 0;
	color: #333333;
	font-size: 1.5rem;
}

.c-description {
	color: #222222;
	font-size: 1rem;
	font-weight: 200;
	line-height: 30px;
}

.c-button {
	margin: 35px 0 0 0;
	padding: 15px 20px;
	color: #ffffff;
	border: 1px solid #699c26;
	font-size: 1.2rem;
	border-radius: 2px;
	background-color: #699c26;
}

.c-button:hover {
	color: #699c26;
	background-color: transparent;
}

.c-blocks {
	height: 450px;
	display: flex;
	align-items: center;
	justify-content: space-between;
}

.c-block {
	width: 100%;
	padding: 60px;
	display: flex;
	text-align: center;
	align-items: center;
	border-radius: 5px;
	justify-content: center;
	background-color: #699c26;
}

.c-b-icon {
	color: #ffffff;
	font-size: 4rem;
}

.c-b-title {
	margin: 20px 0 10px 0;
	color: #ffffff;
	font-size: 1.8rem;
}

.c-b-description {
	color: #ffffff;
	font-size: 1rem;
	text-align: center;
	font-weight: 200;
	line-height: 30px;
}

.bg-1 {
	background-image: url("../graphic/images/img-1.jpg");
}

.bg-2 {
	background-image: url("../graphic/images/img-2.jpg");
}

.bg-3 {
	background-image: url("../graphic/images/img-3.jpg");
}

/* CONTENT */



/* FOOTER */
footer {
	width: 100%;
	height: 60px;
	display: block;
	overflow: hidden;
	position: relative;
	background-color: #272727;
	color: fff;
}

.container__footer {
	min-height: 60px;
	display: flex;
	align-items: center;
	gap: 5px;
	flex-direction: column;
	justify-content: center;
}

/* FOOTER */