@font-face {
font-family: OpenSans-Regular;
src: url('../fonts/OpenSans-Regular.ttf');
font-weight: normal;
font-style: normal;
}

@font-face {
font-family: OpenSans-SemiBold;
src: url('../fonts/OpenSans-SemiBold.ttf');
font-weight: normal;
font-style: normal;
}

@font-face {
font-family: OpenSans-Bold;
src: url('../fonts/OpenSans-Bold.ttf');
font-weight: normal;
font-style: normal;
}

@font-face {
font-family: OpenSans-ExtraBold;
src: url('../fonts/OpenSans-ExtraBold.ttf');
font-weight: normal;
font-style: normal;
}

@font-face {
font-family: OpenSans-Italic;
src: url('../fonts/OpenSans-Italic.ttf');
font-weight: normal;
font-style: normal;
}

@font-face {
font-family: OpenSans-BoldItalic;
src: url('../fonts/OpenSans-BoldItalic.ttf');
font-weight: normal;
font-style: normal;
}

@font-face {
font-family: Icons;
src: url('../fonts/Icons.ttf?v=2');
font-weight: normal;
font-style: normal;
}

* {
margin: 0;
padding: 0;
outline: none;
}

html {
scrollbar-color: #564b43 transparent;
scrollbar-width: thin;
}

html::-webkit-scrollbar {
width: 8px;
}

html::-webkit-scrollbar-track {
background: none;
}

html::-webkit-scrollbar-thumb {
background: #564b43;
}

body {
background: #f7f7f7;
font-size: 17px;
line-height: 1.6;
font-family: OpenSans-Regular, Arial, sans-serif;
font-weight: normal;
color: #564b43;
text-align: left;
}

h1 {
font-family: OpenSans-Bold;
font-weight: normal;
font-size: 35px;
letter-spacing: 3px;
color: #f7f7f7;
text-align: center;
text-transform: uppercase;
padding: 0;
}

h2 {
font-family: OpenSans-SemiBold;
font-weight: normal;
font-size: 58px;
line-height: 62px;
padding: 0 0 45px 0;
}

h3 {
font-family: OpenSans-Bold;
font-weight: normal;
font-size: 20px;
text-transform: uppercase;
padding: 0 0 40px 0;
}

img, iframe {
border: 0 !important;
}

p {
padding: 0 0 20px 0;
}

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

ul li {
list-style: none;
padding: 0 0 8px 20px;
text-indent: -20px;
}

ul li::before {
display: inline;
content: '\e901';
font-family: awesome-dashboard;
padding: 0 5px 0 0;
}

ol {
list-style: none;
counter-reset: olcounter;
}

ol li {
counter-increment: olcounter;
position: relative;
padding: 2px 0 15px 40px;
}

ol li::before {
display: block;
content: counter(olcounter);
font-size: 18px;
text-align: center;
width: 27px;
height: 27px;
border: solid 1px #3f3f3e;
border-radius: 50%;
position: absolute;
top: 0;
left: 0;
}

strong,
b {
font-family: OpenSans-Bold;
font-weight: normal;
}

.clr {
clear: both;
}

.center {
text-align: center;
}

.right {
text-align: right;
}

a,
.href {
color: #92b7b8;
text-decoration: none;
cursor: pointer;
transition: color 0.4s;
}

.href {
user-select: none;
-webkit-user-select: none;
}

em {
font-family: OpenSans-Italic;
font-weight: normal;
font-style: normal;
}

em strong, em b {
font-family: OpenSans-BoldItalic;
font-weight: normal;
}

.inputbox {
display: block;
background: #fff;
width: 100%;
max-width: 320px;
height: 36px;
text-align: left;
font-family: OpenSans-SemiBold;
font-weight: normal;
font-size: 15px;
line-height: 36px;
color: #564b43;
border: solid 1px #fff;
padding: 0 30px;
margin: 0;
-webkit-appearance: none;
-moz-appearance: none;
appearance: none;
transition: border-color 0.4s;
}

textarea.inputbox {
width: calc(100% - 60px);
max-width: calc(100% - 60px);
min-height: 160px;
line-height: 22px;
resize: vertical;
padding: 10px 30px;
margin-bottom: 30px;
}

.inputbox.error {
border-color: #e92f2f;
}

.inputbox:focus {
border-color: #92b7b8;
}

.checkbox {
display: none;
}

.checkbox + label {
display: block;
position: relative;
padding-left: 30px;
}

.checkbox + label::after {
content: '';
display: block;
background: #fff;
width: 20px;
height: 20px;
font-family: Icons;
font-weight: normal;
font-size: 16px;
line-height: 20px;
text-align: center;
color: #564b43;
cursor: pointer;
position: absolute;
top: 2px;
left: 0;
}

.checkbox:checked + label::after {
content: '\e900';
}

.button {
display: inline-block;
background: #564b43;
height: 58px;
text-align: center;
font-family: OpenSans-SemiBold;
font-weight: normal;
font-size: 17px;
line-height: 58px;
text-transform: uppercase;
text-decoration: none !important;
color: #fff;
border: solid 1px #564b43;
border-radius: 30px;
cursor: pointer;
padding: 0 30px;
margin: 0;
-webkit-appearance: none;
-moz-appearance: none;
appearance: none;
transition: color 0.4s, background-color 0.4s;
}

.button.amber {
background: #d5a869;
border-color: #d5a869;
}

.button.white {
background: #fff;
color: #564b43;
border-color: #fff;
}

hr {
border-top: 0;
border-left: 0;
border-right: 0;
border-bottom: solid 1px #564b43;
margin: 15px 0;
}

.report {
max-width: 540px;
height: 0;
font-family: OpenSans-SemiBold;
font-weight: normal;
color: #fff;
overflow: hidden;
position: relative;
margin: 0 auto;
transition: height 0.3s;
}

.report.active {
height: auto;
}

.report .box {
border: solid 2px #fff;
}

.report::after {
content: '\e900';
font-family: Icons;
display: block;
background: #2fb900;
width: 32px;
height: 32px;
border-radius: 50%;
font-size: 20px;
line-height: 32px;
text-align: center;
position: absolute;
top: 50%;
left: 10px;
transform: translateY(-50%);
}

.report.error::after {
content: '!';
background: #e92f2f;
font-size: 24px;
font-family: OpenSans-Bold;
font-weight: normal;
}

.report .textreport {
padding: 20px 35px 20px 50px;
}

.btn_close {
font-size: 40px;
line-height: 40px;
font-family: OpenSans-Bold;
color: #fff;
cursor: pointer;
position: absolute;
top: 0;
right: 5px;
transition: color 0.4s;
}

.bg_waiting {
background: rgba(255, 255, 255, 0.5);
background-size: 60px;
width: 100%;
height: 0;
overflow: hidden;
position: fixed;
top: 0;
left: 0;
z-index: 9999;
opacity: 0;
transition: opacity 0.3s, height 0s 0.3s;
}

.bg_waiting.active {
height: 100%;
opacity: 1;
cursor: wait;
transition: opacity 0.5s;
}

.bg_waiting.active::after {
content: '';
width: 90px;
height: 90px;
border: 16px solid #fff;
border-top-color: #564b43;
border-radius: 50%;
position: absolute;
top: 0;
bottom: 0;
left: 0;
right: 0;
margin: auto;
animation: spin 2s linear infinite;
}

@keyframes spin {
	0% {
		transform: rotate(0deg);
	}
	100% {
		transform: rotate(360deg);
	}
}

main {
background-color: #f7f7f7;
width: 100%;
max-width: 1920px;
margin: 0 auto;
position: relative;
z-index: 1000;
}

main.intoback {
position: sticky;
top: 0;
z-index: 500;
}

section {
width: 100%;
max-width: 1690px;
margin: 0 auto;
}

article {
padding: 0 20px;
}

header {
width: 100%;
position: fixed;
left: 0;
top: 0;
z-index: 2000;
transition: background-color 0.4s;
}

header.active {
background: #fff;
}

header main {
background: none;
}

header article {
display: flex;
justify-content: space-between;
align-items: center;
height: 115px;
position: relative;
}

header .logo {
display: block;
height: 80px;
overflow: hidden;
}

header .logo::before {
content: '\e902';
font-family: Icons;
font-weight: normal;
font-size: 240px;
line-height: 80px;
color: #fefefe;
transition: color 0.4s;
}

header.active .logo::before {
color: #564b43;
}

header .main_menu ul {
display: flex;
gap: 0 70px;
}

header .main_menu ul li {
padding: 0;
text-indent: 0;
}

header .main_menu ul li::before {
display: none;
}

header .main_menu ul li a {
display: inline-block;
font-family: OpenSans-Bold;
font-weight: normal;
font-size: 15px;
letter-spacing: 2px;
color: #fff;
text-transform: uppercase;
padding: 10px 0;
position: relative;
transition: color 0.4s;
}

header.active .main_menu ul li a {
color: #564b43;
}

header .main_menu ul li a::after {
content: '';
background: #fff;
width: 0;
height: 4px;
overflow: hidden;
position: absolute;
left: 50%;
bottom: 0;
transform: translateX(-50%);
transition: width 0.4s, background-color 0.4s;
}

header.active .main_menu ul li a::after {
background: #564b43;
}

header .menu_open {
display: none;
}

header .menu_open::before {
content: '\e905';
font-family: Icons;
font-weight: normal;
font-size: 40px;
line-height: 40px;
color: #fff;
cursor: pointer;
transition: color 0.4s;
}

header.active .menu_open::before {
color: #564b43;
}

main.part_1 main.background {
background-position: center top;
background-repeat: no-repeat;
background-size: cover;
}

main.part_1 article {
display: flex;
justify-content: center;
align-items: center;
min-height: 810px;
}

main.part_2 {
padding: 230px 0;
}

main.part_2 section {
max-width: 690px;
}

main.part_2 article {
text-align: center;
}

main.part_2 h2 {
font-family: OpenSans-Bold;
font-weight: normal;
font-size: 35px;
line-height: 1.5;
letter-spacing: 2px;
text-transform: uppercase;
padding-bottom: 60px;
}

main.part_2 .button {
margin-top: 65px;
}

main.part_3 main.background {
max-width: 1410px;
padding-bottom: 330px;
}

main.part_3 section {
background: #d1d2b1;
max-width: 1140px;
padding: 230px 0 210px 0;
}

main.part_3 article {
font-family: OpenSans-SemiBold;
font-weight: normal;
font-size: 25px;
padding-left: 140px;
padding-right: 140px;
}

main.part_3 .image {
background-position: center top;
background-repeat: no-repeat;
background-size: 100%;
width: 465px;
height: 478px;
position: absolute;
right: 10px;
bottom: 0;
}

main.part_4 main.background {
background: linear-gradient(#c9d8d8, #c9d8d8) center top 420px no-repeat;
max-width: none;
padding-top: 100px;
padding-bottom: 60px;
}

main.part_4 section {
max-width: 1140px;
}

main.part_4 section.items {
max-width: 1410px;
}

main.part_4 section.items article {
display: flex;
justify-content: center;
flex-wrap: wrap;
gap: 55px;
}

main.part_4 section.items article .item {
width: 420px;
}

main.part_4 section.items article .item .image {
background-position: center;
background-repeat: no-repeat;
background-size: 100%;
width: 100%;
height: 293px;
position: relative;
margin-bottom: 50px;
}

main.part_4 section.items article .item .image .number {
font-family: OpenSans-ExtraBold;
font-weight: normal;
font-size: 138px;
line-height: 140px;
color: #fff;
position: absolute;
left: 20px;
bottom: 10px;
}

main.part_4 section.items article .item p {
font-size: 15px;
padding-bottom: 30px;
}

main.part_5 section {
max-width: 1330px;
padding-top: 280px;
padding-bottom: 200px;
}

main.part_5 .square {
background: #e7d08a;
width: 155px;
height: 155px;
position: relative;
margin: 0 auto 0 992px;
}

main.part_5 .image {
background-position: center;
background-repeat: no-repeat;
background-size: 100%;
width: 640px;
height: 637px;
position: relative;
margin: -78px auto 0 430px;
}

main.part_5 .text {
background: #fff;
max-width: 520px;
font-size: 15px;
padding: 70px 70px 50px 70px;
position: relative;
margin: -300px 0 0 0;
}

main.part_5 .button {
margin-top: 65px;
}

main.part_6 {
padding-bottom: 240px;
}

main.part_6 main.background {
background-position: center top;
background-repeat: no-repeat;
background-size: cover;
padding-top: 100px;
}

main.part_6 section {
max-width: 1140px;
}

main.part_6 section.items {
max-width: 1410px;
}

main.part_6 section.items article {
display: flex;
justify-content: center;
flex-wrap: wrap;
gap: 55px;
}

main.part_6 section.items article .item {
background: #fff;
width: 340px;
border-top: solid 135px #eee4c3;
padding: 45px 40px 60px 40px;
}

main.part_6 section.items article .item h3 {
font-family: OpenSans-Bold;
font-weight: normal;
font-size: 25px;
}

main.part_6 section.items article .item p {
font-family: OpenSans-SemiBold;
font-weight: normal;
padding-bottom: 30px;
}

main.part_7 {
padding-bottom: 240px;
}

main.part_7 main.background {
background: linear-gradient(#eae7e2, #eae7e2) center bottom 80px no-repeat;
background-size: 100% 71%;
max-width: none;
}

main.part_7 section {
max-width: 1140px;
}

main.part_7 section.items {
max-width: 1410px;
}

main.part_7 section.items article {
display: flex;
justify-content: center;
flex-wrap: wrap;
gap: 55px;
}

main.part_7 section.items article .item {
background: #fff;
width: 340px;
position: relative;
padding: 45px 40px 60px 40px;
}

main.part_7 section.items article .item .number {
background: #e7d08a;
width: 100px;
height: 100px;
font-family: OpenSans-ExtraBold;
font-weight: normal;
font-size: 35px;
line-height: 100px;
text-align: center;
position: absolute;
top: 0;
left: 0;
}

main.part_7 section.items article .item h3 {
font-family: OpenSans-Bold;
font-weight: normal;
font-size: 25px;
padding-top: 100px;
}

main.part_7 section.items article .item p {
font-family: OpenSans-SemiBold;
font-weight: normal;
padding-bottom: 30px;
}

main.part_8 section {
max-width: 1140px;
}

main.part_8 section.item {
background: #dbd8c6;
max-width: 1410px;
}

main.part_8 section.item article {
padding: 140px 270px 110px 270px;
}

main.part_8 section.item article h3 {
font-family: OpenSans-Bold;
font-weight: normal;
font-size: 25px;
}

main.part_8 section.item article p {
font-size: 25px;
padding-bottom: 30px;
}

main.part_9 main.background {
background-position: center top;
background-repeat: no-repeat;
background-size: cover;
padding-top: 320px;
}

main.part_9 section {
max-width: 1140px;
}

main.part_9 section.item {
max-width: 850px;
padding-bottom: 100px;
}

main.part_9 .inputs {
display: flex;
justify-content: space-between;
flex-wrap: wrap;
gap: 20px 30px;
padding-bottom: 30px;
}

main.part_9 .checkboxes {
display: flex;
justify-content: space-between;
flex-wrap: wrap;
gap: 20px;
padding: 30px 0 50px 0;
}

main.part_9 label,
main.part_9 .text {
font-family: OpenSans-SemiBold;
font-weight: normal;
font-size: 15px;
color: #fff;
text-shadow: 0 1px 2px #404041;
}

main.part_9 label {
width: 100%;
max-width: 360px;
}

main.part_9 label::after {
text-shadow: none;
}

main.part_9 .buttons {
display: flex;
justify-content: flex-end;
padding-top: 25px;
}

footer main {
background: #564b43;
max-width: none;
}

footer section {
padding: 100px 0;
}

footer article {
display: flex;
justify-content: space-between;
align-items: flex-start;
flex-wrap: wrap;
gap: 50px;
}

footer .logo {
display: block;
height: 80px;
overflow: hidden;
}

footer .logo::before {
content: '\e902';
font-family: Icons;
font-weight: normal;
font-size: 260px;
line-height: 80px;
color: #fefefe;
}

footer .right {
display: flex;
align-items: flex-start;
flex-wrap: wrap;
gap: 30px 210px;
}

footer h3 {
font-size: 15px;
color: #fff;
padding-bottom: 20px;
}

footer .social_menu ul {
display: flex;
flex-wrap: wrap;
gap: 15px;
}

footer .social_menu ul li {
padding: 0;
text-indent: 0;
}

footer .social_menu ul li::before {
display: none;
}

footer .social_menu ul li a::before {
content: '';
font-family: Icons;
font-weight: normal;
font-size: 24px;
line-height: 26px;
color: #fff;
transition: color 0.4s;
}

footer .social_menu ul li a.facebook::before {
content: '\e907';
}

footer .social_menu ul li a.linkedin::before {
content: '\e906';
}

footer .social_menu ul li a.instagram::before {
content: '\e908';
}

footer .social_menu ul li a.x::before {
content: '\e909';
}

footer .social_menu ul li a.youtube::before {
content: '\e90a';
}

footer .social_menu ul li a.tiktok::before {
content: '\e901';
}

footer .footer_menu ul li {
padding: 0 0 8px 0;
text-indent: 0;
text-align: left;
}

footer .footer_menu ul li::before {
display: none;
}

footer .footer_menu ul li a {
display: inline-block;
font-family: OpenSans-Bold;
font-weight: normal;
font-size: 15px;
letter-spacing: 2px;
color: #fff;
text-transform: uppercase;
padding: 0 0 5px 0;
position: relative;
}

footer .footer_menu ul li a::after {
content: '';
background: #fff;
width: 0;
height: 2px;
overflow: hidden;
position: absolute;
left: 0;
bottom: 0;
transition: width 0.4s;
}
