@import url("https://fonts.googleapis.com/css2?family=Inter:wght@100;200;300;400;500;600;700;800;900&family=Manrope:wght@300;400;500;600;700&display=swap");
.wrapper {
  max-width: 1540px;
  width: 100%;
  margin: 0 auto;
  box-sizing: border-box;
}

body {
  padding: 0;
  margin: 0;
  position: relative;
  background: #F6F6F6;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: flex;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  height: 100vh;
  box-sizing: border-box;
}

section {
  padding: 0 30px;
}
@media (max-width: 1010px) {
  section {
    padding: 0 20px;
  }
}

/*main {
	padding-top: 94px;
	@media (max-width: 1020px) {
		padding-top: 62px;
	}
}*/
.footer {
  background-color: #186049;
  padding: 40px 30px 30px;
}
.footer .wrapper {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}
.footer .wrapper .footer_logo {
  max-width: 295px;
  width: 100%;
  margin-right: 15px;
}
.footer .wrapper .footer_logo .footer_logo_img {
  text-decoration: none;
  display: block;
  margin-bottom: 30px;
}
.footer .wrapper .footer_logo .footer_logo_img svg {
  display: block;
  max-width: 260px;
  width: 100%;
  height: auto;
}
.footer .wrapper .footer_logo .footer_logo_span {
  color: #FFF;
  font-family: "Inter", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 140%;
  margin-bottom: 14px;
}
.footer .wrapper .footer_logo .logo_bottom {
  text-decoration: none;
  display: block;
  max-width: 100px;
  width: 100%;
  height: auto;
  margin-bottom: 7px;
}
.footer .wrapper .footer_logo .logo_bottom:last-child {
  margin-bottom: 0;
}
.footer .wrapper .nav_footer {
  max-width: 960px;
  width: 100%;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}
.footer .wrapper .nav_footer .footer_items {
  max-width: 235px;
  width: fit-content;
  width: -moz-fit-content;
}
.footer .wrapper .nav_footer .footer_items .footer_item {
  text-decoration: none;
  color: #FFF;
  font-family: "Inter", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 140%;
  display: block;
  margin-bottom: 18px;
}
.footer .wrapper .nav_footer .footer_items .footer_item:hover {
  color: #89C1B0;
}
.footer .wrapper .nav_footer .footer_items .footer_item:last-child {
  margin-bottom: 0;
}
.footer .wrapper .nav_footer .socil_items {
  max-width: 215px;
  width: fit-content;
  width: -moz-fit-content;
}
.footer .wrapper .nav_footer .socil_items .socil_item_label {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  margin-bottom: 11px;
  text-decoration: none;
}
.footer .wrapper .nav_footer .socil_items .socil_item_label svg, .footer .wrapper .nav_footer .socil_items .socil_item_label img {
  display: block;
  min-width: 20px;
  width: 20px;
  height: 20px;
}
.footer .wrapper .nav_footer .socil_items .socil_item_label span {
  display: block;
  color: #FFF;
  font-family: "Inter", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  margin-left: 10px;
  line-height: normal;
}
.footer .wrapper .nav_footer .socil_items .socil_item_label a {
  text-decoration: none;
  display: block;
  margin-right: 15px;
}
.footer .wrapper .nav_footer .socil_items .socil_item_label a span {
  display: block;
  color: #FFF;
  font-family: "Inter", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
.footer .wrapper .nav_footer .socil_items .socil_item_data {
  text-decoration: none;
  display: block;
  color: #FFF;
  font-family: "Inter", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  margin-bottom: 23px;
}
.footer .wrapper .nav_footer .socil_items .socil_item_data:last-child {
  margin-bottom: 0;
}
@media (max-width: 1010px) {
  .footer {
    padding: 30px 20px 20px;
  }
  .footer .wrapper .footer_logo {
    max-width: 200px;
  }
  .footer .wrapper .footer_logo .footer_logo_img {
    margin-bottom: 25px;
  }
  .footer .wrapper .footer_logo .footer_logo_img svg {
    max-width: 200px;
  }
  .footer .wrapper .footer_logo .footer_logo_span {
    font-size: 14px;
  }
  .footer .wrapper .footer_logo .logo_bottom {
    margin-bottom: 8px;
  }
  .footer .wrapper .footer_logo .logo_bottom:last-child {
    margin-bottom: 0;
  }
  .footer .wrapper .nav_footer {
    max-width: 550px;
  }
  .footer .wrapper .nav_footer .footer_items {
    max-width: 200px;
  }
  .footer .wrapper .nav_footer .footer_items .footer_item {
    font-size: 14px;
    margin-bottom: 12px;
  }
  .footer .wrapper .nav_footer .footer_items .footer_item:last-child {
    margin-bottom: 0;
  }
  .footer .wrapper .nav_footer .socil_items {
    max-width: 165px;
  }
  .footer .wrapper .nav_footer .socil_items .socil_item_label {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    margin-bottom: 10px;
  }
  .footer .wrapper .nav_footer .socil_items .socil_item_label svg {
    min-width: 16px;
    width: 16px;
    height: 16px;
  }
  .footer .wrapper .nav_footer .socil_items .socil_item_label span {
    font-size: 14px;
  }
  .footer .wrapper .nav_footer .socil_items .socil_item_label a span {
    font-size: 14px;
  }
  .footer .wrapper .nav_footer .socil_items .socil_item_data {
    margin-bottom: 10px;
  }
  .footer .wrapper .nav_footer .socil_items .socil_item_data:last-child {
    margin-bottom: 0;
  }
}
@media (max-width: 805px) {
  .footer {
    padding-bottom: 65px;
  }
}
@media (max-width: 740px) {
  .footer {
    padding: 15px 13px;
    padding-bottom: 75px;
  }
  .footer .wrapper {
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .footer .wrapper .footer_logo {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: flex;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    margin-bottom: 30px;
    max-width: 740px;
  }
  .footer .wrapper .footer_logo .footer_logo_span {
    font-size: 14px;
    max-width: 150px;
  }
  .footer .wrapper .footer_logo .logo_bottom {
    margin-bottom: 8px;
    height: 20px;
  }
  .footer .wrapper .footer_logo .logo_bottom:last-child {
    margin-bottom: 0;
    height: 30px;
  }
  .footer .wrapper .nav_footer {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: flex;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    max-width: 740px;
  }
}
@media (max-width: 630px) {
  .footer .wrapper .footer_logo {
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-justify-content: unset;
    justify-content: unset;
    margin-bottom: 20px;
  }
  .footer .wrapper .footer_logo .footer_logo_img {
    margin-bottom: 15px;
    max-width: 120px;
  }
  .footer .wrapper .footer_logo .footer_logo_img svg {
    max-width: 120px;
    width: 100%;
    height: auto;
  }
  .footer .wrapper .footer_logo .footer_logo_span {
    font-size: 14px;
    max-width: 205px;
    margin-bottom: 15px;
  }
  .footer .wrapper .footer_logo .logo_bottom {
    margin-bottom: 15px;
  }
  .footer .wrapper .footer_logo .logo_bottom:last-child {
    margin-bottom: 15px;
  }
  .footer .wrapper .nav_footer {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: flex;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    max-width: 740px;
  }
}
@media (max-width: 505px) {
  .footer .wrapper .nav_footer {
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    max-width: 505px;
  }
  .footer .wrapper .nav_footer .footer_items {
    max-width: 245px;
    width: 48%;
    margin-bottom: 40px;
  }
  .footer .wrapper .nav_footer .footer_items .footer_item {
    font-size: 14px;
    margin-bottom: 12px;
  }
  .footer .wrapper .nav_footer .footer_items .footer_item:last-child {
    margin-bottom: 0;
  }
  .footer .wrapper .nav_footer .socil_items {
    height: 100px;
    max-width: 505px;
    width: 100%;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: flex;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    padding-bottom: 50px;
  }
  .footer .wrapper .nav_footer .socil_items .socil_item_label {
    max-width: 105px;
    width: 100%;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    margin-bottom: 10px;
  }
  .footer .wrapper .nav_footer .socil_items .socil_item_label svg {
    min-width: 16px;
    width: 16px;
    height: 16px;
  }
  .footer .wrapper .nav_footer .socil_items .socil_item_label span {
    font-size: 14px;
  }
  .footer .wrapper .nav_footer .socil_items .socil_item_label a span {
    font-size: 14px;
  }
  .footer .wrapper .nav_footer .socil_items .socil_item_data {
    min-width: 125px;
    max-width: 300px;
    width: 100%;
    font-size: 14px;
    margin-bottom: 10px;
  }
  .footer .wrapper .nav_footer .socil_items .socil_item_data:last-child {
    margin-bottom: 0;
  }
  .footer .wrapper .nav_footer .socil_items .end {
    max-width: 205px;
    width: 100%;
  }
}
@media (max-width: 415px) {
  .footer .wrapper .nav_footer .socil_items .end {
    max-width: 205px;
  }
}

.footer_hidden_content {
  display: none;
}

.footer_hidden_content_active {
  display: block;
  width: 100%;
}
.footer_hidden_content_active .footer_hidden_items {
  display: none;
  width: 100%;
  padding: 20px 20px 5px;
  box-sizing: border-box;
}
.footer_hidden_content_active .footer_hidden_items .items_top {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  width: 100%;
  margin-bottom: 30px;
}
.footer_hidden_content_active .footer_hidden_items .items_top .hidden_return {
  width: 30px;
  height: 30px;
  cursor: pointer;
}
.footer_hidden_content_active .footer_hidden_items .items_top .hidden_return svg {
  display: block;
  width: 30px;
  height: 30px;
}
.footer_hidden_content_active .footer_hidden_items .items_top .title {
  color: #262626;
  font-size: 22px;
  font-family: "Inter", sans-serif;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}
.footer_hidden_content_active .footer_hidden_items .items_top .hidden_close {
  width: 30px;
  height: 30px;
  cursor: pointer;
}
.footer_hidden_content_active .footer_hidden_items .items_top .hidden_close svg {
  display: block;
  width: 30px;
  height: 30px;
}
@media (max-width: 475px) {
  .footer_hidden_content_active .footer_hidden_items .items_top {
    margin-bottom: 10px;
  }
  .footer_hidden_content_active .footer_hidden_items .items_top .title {
    font-size: 18px;
  }
}
.footer_hidden_content_active .footer_hidden_items .items_content {
  width: 100%;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}
.footer_hidden_content_active .footer_hidden_items .items_content .item {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: flex;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-align-items: center;
  align-items: center;
  padding: 15px 12px 20px;
  box-sizing: border-box;
  margin-right: 20px;
  margin-bottom: 20px;
  text-decoration: none;
  cursor: pointer;
  width: 22.5%;
  height: 120px;
  flex-shrink: 0;
  border-radius: 8px;
  background: #FFF;
}
.footer_hidden_content_active .footer_hidden_items .items_content .item img {
  display: block;
  width: 60px;
  height: 45px;
  margin-bottom: 15px;
}
.footer_hidden_content_active .footer_hidden_items .items_content .item span {
  display: block;
  color: #262626;
  font-family: "Inter", sans-serif;
  text-align: center;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 15px;
}
.footer_hidden_content_active .footer_hidden_items .items_content .item:nth-child(4n) {
  margin-right: 0;
}
@media (max-width: 650px) {
  .footer_hidden_content_active .footer_hidden_items .items_content .item {
    width: 30%;
  }
  .footer_hidden_content_active .footer_hidden_items .items_content .item:nth-child(3n) {
    margin-right: 0;
  }
  .footer_hidden_content_active .footer_hidden_items .items_content .item:nth-child(4n) {
    margin-right: 20px;
  }
}
@media (max-width: 475px) {
  .footer_hidden_content_active .footer_hidden_items .items_content .item {
    width: 47%;
  }
  .footer_hidden_content_active .footer_hidden_items .items_content .item:nth-child(3n) {
    margin-right: 20px;
  }
  .footer_hidden_content_active .footer_hidden_items .items_content .item:nth-child(4n) {
    margin-right: 0;
  }
  .footer_hidden_content_active .footer_hidden_items .items_content .item:nth-child(6n) {
    margin-right: 0;
  }
  .footer_hidden_content_active .footer_hidden_items .items_content .item:nth-child(12n) {
    margin-right: 0;
  }
  .footer_hidden_content_active .footer_hidden_items .items_content .item:nth-child(2n) {
    margin-right: 0;
  }
  .footer_hidden_content_active .footer_hidden_items .items_content .item:nth-child(18n) {
    margin-right: 0;
  }
  .footer_hidden_content_active .footer_hidden_items .items_content .item:nth-child(24n) {
    margin-right: 0;
  }
}
@media (max-width: 380px) {
  .footer_hidden_content_active .footer_hidden_items .items_content {
    height: 490px;
    overflow-y: scroll;
    padding-right: 15px;
  }
  .footer_hidden_content_active .footer_hidden_items .items_content .item {
    width: 46.8%;
  }
}
.footer_hidden_content_active .items_active {
  display: block;
}

.footer_hidden {
  display: none;
  z-index: 3;
}
@media (max-width: 805px) {
  .footer_hidden {
    position: fixed;
    box-sizing: border-box;
    left: 0;
    bottom: 0;
    width: 100%;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: flex;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-align-items: center;
    align-items: center;
    box-shadow: 0px -2px 12px rgba(0, 0, 0, 0.04);
    padding: 20px 20px 20px;
    background-color: #ffffff;
  }
  .footer_hidden .footer_hidden_item {
    text-decoration: none;
    max-width: 105px;
    width: 100%;
    margin-right: 30px;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: flex;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-align-items: center;
    align-items: center;
  }
  .footer_hidden .footer_hidden_item .img {
    position: relative;
    height: 24px;
    width: fit-content;
    width: -moz-fit-content;
  }
  .footer_hidden .footer_hidden_item .img svg {
    width: auto;
    height: auto;
    display: block;
  }
  .footer_hidden .footer_hidden_item .img span {
    background: #186049;
    border-radius: 10px;
    display: block;
    padding: 2px 5px;
    position: absolute;
    box-sizing: border-box;
    top: -7px;
    right: -12px;
    min-width: 20px;
    text-align: center;
    font-family: "Inter", sans-serif;
    font-style: normal;
    font-weight: 400;
    color: #ffffff;
    font-size: 10px;
    line-height: 8px;
  }
  .footer_hidden .footer_hidden_item span {
    font-family: "Inter", sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 19px;
    color: #262626;
  }
  .footer_hidden .footer_active .img svg path {
    fill: #186049;
  }
  .footer_hidden .footer_hidden_item:last-child {
    margin-right: 0;
  }
}
@media (max-width: 500px) {
  .footer_hidden {
    padding: 18px 20px;
  }
  .footer_hidden .footer_hidden_item {
    margin-right: 50px;
  }
  .footer_hidden .footer_hidden_item .img {
    height: 22px;
  }
  .footer_hidden .footer_hidden_item span {
    display: none;
  }
  .footer_hidden .footer_hidden_item:last-child {
    margin-right: 0;
  }
}
@media (max-width: 360px) {
  .footer_hidden {
    -webkit-justify-content: space-between;
    justify-content: space-between;
  }
  .footer_hidden .footer_hidden_item {
    margin-right: 0;
  }
  .footer_hidden .footer_hidden_item:last-child {
    margin-right: 0;
  }
}

.whatsapp-icon {
  display: block;
  text-decoration: none;
  width: 50px;
  height: auto;
  position: fixed;
  bottom: 30px;
  right: 30px;
  z-index: 999999;
}

/*# sourceMappingURL=footer.css.map */
