@import"https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&display=swap";
@font-face {
  font-family: "FS Lola";
  src: url("../fonts/FSLola.woff2") format("woff2"), url("../fonts/FSLola.woff") format("woff");
  font-weight: 400;
  font-style: normal
}
@font-face {
  font-family: "FS Lola Medium";
  src: url("../fonts/FSLolaMedium.woff2") format("woff2"), url("../fonts/FSLolaMedium.woff") format("woff");
  font-weight: 500;
  font-style: normal
}
@font-face {
  font-family: "FS Lola Bold";
  src: url("../fonts/FSLolaBold.woff2") format("woff2"), url("../fonts/FSLolaBold.woff") format("woff");
  font-weight: 700;
  font-style: normal
}
@font-face {
  font-family: "FS Lola ExtraBold";
  src: url("../fonts/FSLolaExtraBold.woff2") format("woff2"), url("../fonts/FSLolaExtraBold.woff") format("woff");
  font-weight: 800;
  font-style: normal
}
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box
}
a, p, h1, h2, h3, h4, h5, h6, ul, li {
  margin: 0;
  padding: 0;
  text-decoration: none;
  list-style: none
}
button {
  border: none
}
.lazy {
  opacity: 0;
  transition: opacity .5s ease-in-out
}
.lazy.loaded {
  opacity: 1
}
.container-fluid-custom {
  padding: 0 16px
}
@media screen and (min-width: 992px) {
  .container-fluid-custom {
    padding: 0
  }
}
.container-custom {
  padding: 0
}
@media screen and (min-width: 1500px) {
  .container-custom {
    max-width: 1080px
  }
}
@media screen and (min-width: 1600px) {
  .container-custom {
    max-width: 1440px
  }
}
@media screen and (min-width: 992px) {
  .container-fit-custom {
    padding: 0 100px
  }
}
@media screen and (min-width: 992px) {
  .container-mid-custom {
    padding: 0 50px
  }
}
.bg-loading {
  transition: background-image .3s ease
}
.regulation-btn {
  padding: 8px 16px;
  gap: 10px;
  background: #08302B;
  width: max-content;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 130%;
  text-transform: uppercase;
  transition: .3s ease-in-out;
  white-space: nowrap;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  display: flex;
  color: #fff;
  font-size: 16px;
  font-family: 'Montserrat', 'Inter', 'Roboto', 'Helvetica', 'Arial', sans-serif;
  font-style: normal;
  font-weight: 400
}
@media screen and (min-width: 992px) {
  .regulation-btn {
    font-size: 16px
  }
}
.regulation-btn:hover {
  background-color: #08302B;
  color: #FFFFFF;
}
header {
  width: 100%;
  background-color: #00867B;
  position: fixed;
  top: 0;
  z-index: 8888
}
header .box-header {
  gap: 16px;
  padding: 16px 0;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  display: flex
}
header .box-header .box-logo {
  width: 70px;
  height: 50px;
  aspect-ratio: 7/5
}
header .box-header .box-logo img {
  width: 100%;
  height: auto;
  object-fit: contain
}
header .box-header .button-menu {
  width: 44px;
  height: 44px;
  position: relative;
  cursor: pointer;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  gap: 4px
}
header .box-header .button-menu span {
  width: 36px;
  height: 2px;
  border-radius: 24px;
  background-color: #fff;
  border-radius: 24px;
  position: absolute;
  left: 50%;
  transition: .5s ease-in-out
}
header .box-header .button-menu span:nth-child(1) {
  top: 22%;
  transform: translate(-50%, -40%) rotate(0deg)
}
header .box-header .button-menu span:nth-child(2) {
  top: 45%;
  transform: translate(-50%, 40%) rotate(0deg)
}
header .box-header .button-menu span:nth-child(3) {
  bottom: 22%;
  transform: translate(-50%, 40%) rotate(0deg)
}
header .box-header .sidebar {
  width: 100%;
  height: auto;
  overflow-y: auto;
  background: rgba(0, 0, 0, .4);
  position: fixed;
  left: -100%;
  top: 0;
  z-index: 9999;
  transition: .3s ease-in-out;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex
}
header .box-header .sidebar.active {
  left: 0
}
header .box-header .sidebar .box-sidebar {
  width: 90%;
  min-height: 100vh;
  overflow-y: auto;
  background: #00867B;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  display: flex
}
header .box-header .sidebar .box-sidebar.active {
  left: 0
}
header .box-header .sidebar .box-sidebar .line-top {
  width: 100%;
  gap: 16px;
  padding: 16px;
  background-color: #00867B;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  display: flex
}
header .box-header .sidebar .box-sidebar .line-top .box-logo {
  width: 70px;
  height: 50px;
  aspect-ratio: 7/5
}
header .box-header .sidebar .box-sidebar .line-top .box-logo img {
  width: 100%;
  height: auto;
  object-fit: contain
}
header .box-header .sidebar .box-sidebar .line-top .btn-close-m {
  color: #fff;
  font-weight: bold;
  font-size: 24px
}
header .box-header .sidebar .box-sidebar .menu {
  width: 100%;
  padding: 16px 0 32px 0
}
header .box-header .sidebar .box-sidebar .menu .btn-regulation {
  width: 100%;
  outline: none;
  border: none;
  border-radius: 0;
  background-color: rgba(0, 0, 0, 0);
  padding: 8px 16px;
  position: relative;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex
}
header .box-header .sidebar .box-sidebar .menu .btn-regulation::before {
  width: 10px;
  height: 10px;
  border-left: 2px solid #fff;
  border-bottom: 2px solid #fff;
  content: "";
  position: absolute;
  top: 50%;
  right: 16px;
  transform: translateY(-10%) rotate(135deg);
  transition: .3s
}
header .box-header .sidebar .box-sidebar .menu .btn-regulation.collapsed::before {
  transform: translateY(-70%) rotate(-45deg)
}
header .box-header .sidebar .box-sidebar .menu .btn-regulation .name {
  font-style: normal;
  line-height: 130%;
  text-transform: uppercase;
  color: #fff;
  font-size: 16px;
  font-family: '"Montserrat"';
  font-style: normal;
  font-weight: 400
}
@media screen and (min-width: 992px) {
  header .box-header .sidebar .box-sidebar .menu .btn-regulation .name {
    font-size: 16px
  }
}
header .box-header .sidebar .box-sidebar .menu .btn-regulation .select {
  font-style: normal;
  line-height: 130%;
  text-transform: uppercase;
  color: #fff;
  font-size: 16px;
  font-family: "Montserrat";
  font-style: normal;
  font-weight: 400
}
@media screen and (min-width: 992px) {
  header .box-header .sidebar .box-sidebar .menu .btn-regulation .select {
    font-size: 16px
  }
}
header .box-header .sidebar .box-sidebar .menu .card-regulation {
  flex-direction: column;
  justify-content: flex-start;
  align-items: stretch;
  display: flex
}
header .box-header .sidebar .box-sidebar .menu .card-regulation a {
  padding: 8px 32px;
  color: #fff;
  font-size: 16px;
  font-family: "Montserrat";
  font-style: normal;
  font-weight: 400
}
@media screen and (min-width: 992px) {
  header .box-header .sidebar .box-sidebar .menu .card-regulation a {
    font-size: 16px
  }
}
header .box-header .sidebar .box-sidebar .menu li {
  border-top: 1px solid #016D64;
  padding: 8px 0
}
header .box-header .sidebar .box-sidebar .menu li a {
  width: 100%;
  padding: 8px 16px;
  color: #fff;
  font-size: 16px;
  font-family: "Montserrat";
  font-style: normal;
  font-weight: 400
}
@media screen and (min-width: 992px) {
  header .box-header .sidebar .box-sidebar .menu li a {
    font-size: 16px
  }
}
header .box-header .sidebar .box-sidebar .regulation-btn {
  font-size: 24px
}
#banner {
  background: url("../images/bg_desktop.png") no-repeat;
  background-size: cover;
  background-position: bottom left;
  overflow: hidden;
  position: relative
}
#banner .bg-efeito {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  opacity: .8;
  z-index: 1
}
#banner .grid-banner {
  position: relative
}
#banner .grid-banner .box-banner {
  width: 100%;
  padding: 32px 0 0 0;
  gap: 24px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative
}
#banner .grid-banner .box-banner h2 {
  z-index: 2;
  width: 100%;
  padding: 0 16px;
  color: #fff;
  text-align: center;
  font-style: normal;
  line-height: normal;
  text-transform: uppercase;
  max-width: 410px;
  color: #fff;
  font-size: 24px;
  font-family: "Montserrat";
  font-style: normal;
  font-weight: 700
}
@media screen and (min-width: 992px) {
  #banner .grid-banner .box-banner h2 {
    font-size: 32px
  }
}
#banner .grid-banner .box-banner .box-img {
  z-index: 2;
  padding: 0 57px;
  max-width: 385px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex
}
#banner .grid-banner .box-banner .box-img img {
  width: 100%;
  height: auto;
  object-fit: contain
}
#banner .grid-banner .box-banner .content-banner {
  width: 100%;
  gap: 28px;
  position: relative;
  padding: 0 57px;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  display: flex
}
#banner .grid-banner .box-banner .content-banner .text {
  width: 100vw;
  padding-top: 30px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex
}
#banner .grid-banner .box-banner .content-banner .text h2 {
  color: #fff;
  text-align: right;
  font-style: normal;
  line-height: normal;
  text-transform: uppercase;
  max-width: 450px;
  padding: 0;
  color: #fff;
  font-size: 24px;
  font-family: "Montserrat";
  font-style: normal;
  font-weight: 700;
}
@media screen and (min-width: 992px) {
  #banner .grid-banner .box-banner .content-banner .text h2 {
    font-size: 32px
  }
}
#banner .grid-banner .box-banner .content-banner .grid-images {
  width: 100%;
  margin-bottom: -10px;
  display: grid;
  grid-template-columns: .8fr .8fr 1.4fr;
  align-items: flex-end
}
#banner .grid-banner .box-banner .content-banner .grid-images .box-images {
  z-index: 2;
  width: 100%;
  position: relative
}
#banner .grid-banner .box-banner .content-banner .grid-images .box-images:nth-child(1) .image {
  padding-bottom: 228.76%
}
#banner .grid-banner .box-banner .content-banner .grid-images .box-images:nth-child(2) .image {
  padding-bottom: 282.53%
}
#banner .grid-banner .box-banner .content-banner .grid-images .box-images:nth-child(3) .image {
  padding-bottom: 77.87%
}
#banner .grid-banner .box-banner .content-banner .grid-images .box-images img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  position: absolute;
  left: 0;
  bottom: 0
}
#banner .grid-banner .box-banner .content-banner .sun {
  width: 100%;
  position: absolute;
  right: -15%;
  bottom: -5px;
  z-index: 0
}
#banner .grid-banner .box-banner .content-banner .sun img {
  width: 100%
}
#banner .line-bottom {
  padding: 11px;
  position: relative;
  z-index: 1
}
#banner .line-bottom p {
  padding-left: 20px;
  font-style: normal;
  line-height: normal;
  color: #FFFFFF;
  font-size: 24px;
  font-family: "Montserrat";
  font-style: normal;
  font-weight: 700;
}
@media screen and (min-width: 992px) {
  #banner .line-bottom p {
    font-size: 42px
  }
}
#about {
  width: 100%;
  background-color: #00867B;
  overflow: hidden
}
#about .box-about {
  gap: 40px;
  padding: 32px 16px;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  display: flex
}
#about .box-about .box-image {
  width: 100%;
  height: 100%
}
#about .box-about .box-image img {
  width: 100%;
  height: auto;
  object-fit: contain
}
#about .box-about .box-content {
  gap: 24px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex
}
#about .box-about .box-content h2 {
  font-style: normal;
  line-height: 100%;
  color: #fff;
  font-size: 32px;
  font-family: "Montserrat";
  font-style: normal;
  font-weight: 700;
}
@media screen and (min-width: 992px) {
  #about .box-about .box-content h2 {
    font-size: 32px
  }
}
#about .box-about .box-content .paragraph {
  gap: 24px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex
}
#about .box-about .box-content .paragraph p {
  font-style: normal;
  line-height: 130%;
  color: #fff;
  font-size: 16px;
  font-family: Inter;
  font-style: normal;
  font-weight: 400
}
@media screen and (min-width: 992px) {
  #about .box-about .box-content .paragraph p {
    font-size: 16px
  }
}
#about .box-about .box-content h3 {
  font-style: normal;
  line-height: 100%;
  color: #fff;
  font-size: 32px;
  font-family: "Montserrat";
  font-style: normal;
  font-weight: 700;
}
@media screen and (min-width: 992px) {
  #about .box-about .box-content h3 {
    font-size: 32px
  }
}
#about .box-about .box-content a {
  margin: 0 auto;
  font-size: 24px
}
#kit {
  display: block;
  width: 100%;
  overflow: hidden
}
#kit .box-about {
  gap: 32px;
  padding-bottom: 32px;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  display: flex;
	padding-top: 32px;
}
#kit .box-about .box-swiper {
  width: 100%;
  height: 100%;
  max-width: 100%;
  overflow: hidden;
  padding-bottom: 64px;
  position: relative
}
#kit .box-about .box-swiper .swiper {
  width: 100%;
  height: 100%
}
#kit .box-about .box-swiper .swiper .swiper-slide {
  text-align: center;
  font-size: 18px;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer
}
#kit .box-about .box-swiper .swiper .swiper-slide .box-image {
  width: 100%;
  height: 100%
}
#kit .box-about .box-swiper .swiper .swiper-slide .box-image img {
  width: 100%;
  height: auto;
  object-fit: contain
}
#kit .box-about .box-swiper .swiper-pagination-kit {
  bottom: 0px
}
#kit .box-about .box-swiper .swiper-pagination-kit .swiper-pagination-bullet {
  background: #08302B;
  border-radius: 0;
  opacity: 1;
  width: 8px;
  height: 8px
}
#kit .box-about .box-swiper .swiper-pagination-kit .swiper-pagination-bullet-active {
  background-color: #00867B;
  border-radius: 0;
  width: 8px;
  height: 8px
}
#kit .box-about .box-content {
  gap: 24px;
  padding: 0;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex
}
#kit .box-about .box-content .title {
  gap: 16px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex
}
#kit .box-about .box-content .title h2 {
  font-style: normal;
  line-height: 100%;
  color: #00867B;
  font-size: 32px;
  font-family: "Montserrat";
  font-style: normal;
  font-weight: 700;
}
@media screen and (min-width: 992px) {
  #kit .box-about .box-content .title h2 {
    font-size: 32px
  }
}
#kit .box-about .box-content .title p {
  font-style: normal;
  line-height: 130%;
  color: #00867B;
  font-size: 16px;
  font-family: "Montserrat";
  font-style: normal;
  font-weight: 400
}
@media screen and (min-width: 992px) {
  #kit .box-about .box-content .title p {
    font-size: 16px
  }
}
#kit .box-about .box-content .box-price {
  width: 100%;
  gap: 4px;
  padding-bottom: 24px;
  
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex
}
#kit .box-about .box-content .box-price h3 {
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
  color: #555555;
  font-size: 18px;
  font-family: "Montserrat";
  font-style: normal;
  font-weight: 700;
}
@media screen and (min-width: 992px) {
  #kit .box-about .box-content .box-price h3 {
    font-size: 18px
  }
}
#kit .box-about .box-content .box-price .price {
  font-style: normal;
  line-height: 100%;
  color: #00867B;
  font-size: 52px;
  font-family: "Montserrat";
  font-style: normal;
  font-weight: 700
}
@media screen and (min-width: 992px) {
  #kit .box-about .box-content .box-price .price {
    font-size: 34px
  }
}
#kit .box-about .box-content .box-price .installment {
  font-style: normal;
  line-height: 150%;
  color: #00867B;
  font-size: 14px;
  font-family: "Montserrat";
  font-style: normal;
  font-weight: 700;
	padding-top: 15px
}
@media screen and (min-width: 992px) {
  #kit .box-about .box-content .box-price .installment {
    font-size: 14px
  }
}
#kit .box-about .box-content .box-price .retiradadekit {
    font-size: 12px;
	line-height: 150%;
	color:#555555;
	font-weight: 500;
  }
#kit .box-about .box-content .box-price .descricao {
    font-size: 16px;
	line-height: 150%;
	color:#555555;
	font-weight: 500;
  }
#kit .box-about .box-content .box-price a {
  margin-top: 12px
}
#kit .box-about .box-content .box-free {
  gap: 4px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex
}
#kit .box-about .box-content .box-free .free {
  font-style: normal;
  line-height: 100%;
  color: #00867B;
  font-size: 32px;
  font-family: "Montserrat";
  font-style: normal;
  font-weight: 400
}
@media screen and (min-width: 992px) {
  #kit .box-about .box-content .box-free .free {
    font-size: 32px
  }
}
#kit .box-about .box-content .box-free .desc {
  font-style: normal;
  line-height: 100%;
  text-align: center;
  color: #00867B;
  font-size: 18px;
  font-family: "Montserrat";
  font-style: normal;
  font-weight: 400
}
@media screen and (min-width: 992px) {
  #kit .box-about .box-content .box-free .desc {
    font-size: 18px
  }
}
#route {
  background: #e5e5e5;
  position: relative;
  padding: 24px 16px;
  display: block;
  width: 100%;
  overflow: hidden
}
#route .box-route {
  width: 100%;
  overflow: hidden;
  gap: 16px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex
}
#route .box-route .line-top {
  width: 100%;
  max-width: 100%;
  overflow: hidden;
  gap: 16px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex
}
#route .box-route .line-top h2 {
  text-align: center;
  width: 100%;
  font-style: normal;
  line-height: 100%;
  color: #00867B;
  font-size: 32px;
  font-family: "Montserrat";
  font-style: normal;
  font-weight: 400
}
@media screen and (min-width: 992px) {
  #route .box-route .line-top h2 {
    font-size: 32px
  }
}
#route .box-route .line-top .box-preview {
  width: 100%;
  max-width: 100%;
  position: relative;
  overflow: hidden;
  max-width: 310px
}
#route .box-route .line-top .box-preview .swiperRoutePreview .swiper-slide {
  cursor: pointer;
  background-color: #08302B;
  padding: 8px 16px;
  gap: 10px;
  transition: .3s ease-in-out;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  display: flex
}
#route .box-route .line-top .box-preview .swiperRoutePreview .swiper-slide p {
  font-style: normal;
  line-height: 130%;
  color: #00867B;
  font-size: 18px;
  font-family: "Montserrat";
  font-style: normal;
  font-weight: 400
}
@media screen and (min-width: 992px) {
  #route .box-route .line-top .box-preview .swiperRoutePreview .swiper-slide p {
    font-size: 18px
  }
}
#route .box-route .line-top .box-preview .swiperRoutePreview .swiper-slide:hover {
  background-color: #08302B
}
#route .box-route .line-top .box-preview .swiperRoutePreview .swiper-slide:hover p {
  color: #fff
}
#route .box-route .box-swiper {
  overflow: hidden;
  max-width: 100%;
  position: relative
}
#route .box-route .box-swiper .swiper-slide img {
  width: 100%;
  height: auto;
  object-fit: contain
}
#regulation {
  display: block;
  width: 100%;
  overflow: hidden
}
#regulation .container-regulation {
  padding: 32px 0;
  width: 100%;
  gap: 32px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex
}
#regulation .container-regulation .line-top {
  width: 100%;
  max-width: 100%;
  overflow: hidden;
  gap: 16px;
  padding-bottom: 16px;
  border-bottom: 2px solid #00867B;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  display: flex
}
#regulation .container-regulation .line-top h2 {
  font-style: normal;
  line-height: 100%;
  text-align: center;
  color: #00867B;
  font-size: 29px;
  font-family: "Montserrat";
  font-style: normal;
  font-weight: 400
}
@media screen and (min-width: 992px) {
  #regulation .container-regulation .line-top h2 {
    font-size: 32px
  }
}
#regulation .container-regulation .line-top a {
  padding: 8px 16px;
  font-style: normal;
  line-height: 130%;
  background: #00867B;
  white-space: nowrap;
  transition: .3s ease-in-out;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  display: flex;
  color: #FFFFFF;
  font-size: 18px;
  font-family: "Montserrat";
  font-style: normal;
  font-weight: 700;
}
@media screen and (min-width: 992px) {
  #regulation .container-regulation .line-top a {
    font-size: 18px
  }
}
#regulation .container-regulation .line-top a:hover {
  background-color: #00867B;
  color: #fff;
}
#regulation .container-regulation .box-regulation {
  width: 100%;
  gap: 10px;
  padding-bottom: 32px;
  border-bottom: 2px solid #e5e5e5;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex
}
#regulation .container-regulation .box-regulation .regulation-item {
  width: 100%
}
#regulation .container-regulation .box-regulation .regulation-item button {
  font-feature-settings: "liga"off, "clig"off;
  font-style: normal;
  line-height: 160%;
  width: 100%;
  padding: 8px 16px 8px 40px;
  gap: 24px;
  background: #fff;
  position: relative;
  text-align: left;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  display: flex;
  color: #00867B;
  font-size: 16px;
  font-family: "Montserrat";
  font-style: normal;
  font-weight: 400
}
@media screen and (min-width: 992px) {
  #regulation .container-regulation .box-regulation .regulation-item button {
    font-size: 20px
  }
}
#regulation .container-regulation .box-regulation .regulation-item button::before {
  width: 10px;
  height: 10px;
  border-left: 2px solid #00867B;
  border-bottom: 2px solid #00867B;
  content: "";
  position: absolute;
  top: 50%;
  left: 16px;
  transform: translateY(-10%) rotate(135deg);
  transition: .3s
}
#regulation .container-regulation .box-regulation .regulation-item button.collapsed {
  font-family: "Montserrat";
  color: #404041;
  box-shadow: 0 1px 2px 0 rgba(97, 97, 97, .2), 0 2px 4px 0 rgba(97, 97, 97, .2)
}
#regulation .container-regulation .box-regulation .regulation-item button.collapsed::before {
  border-left: 2px solid #a1a1a1;
  border-bottom: 2px solid #a1a1a1;
  transform: translateY(-70%) rotate(-45deg)
}
#regulation .container-regulation .box-regulation .regulation-item .card-regulation {
  width: 100%;
  padding: 8px 50px 32px 50px
}
#partnership {
  display: block;
  width: 100%;
  overflow: hidden
}
#partnership .grid-partnership {
  padding: 0 0 32px 0;
  display: grid;
  grid-template-columns: 1fr;
  gap: 64px;
  width: 100%
}
#partnership .grid-partnership .partner-item {
  width: 100%;
  gap: 8px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  display: flex
}
#partnership .grid-partnership .partner-item h3 {
  font-style: normal;
  line-height: 100%;
  width: 100%;
  padding-bottom: 8px;
  text-align: center;
  border-bottom: 1px solid #00867B;
  color: #00867B;
  font-size: 24px;
  font-family: "Montserrat";
  font-style: normal;
  font-weight: 400
}
@media screen and (min-width: 992px) {
  #partnership .grid-partnership .partner-item h3 {
    font-size: 29px
  }
}
#partnership .grid-partnership .partner-item .box-image {
  width: 100%;
  padding-top: 16px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex
}
#partnership .grid-partnership .partner-item .box-image img {
  height: auto;
  object-fit: contain
}
#partnership .grid-partnership .partner-item .support-logos {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
  justify-content: center;
  align-items: center
}
#partnership .grid-partnership .partner-item .support-logos a {
  display: flex;
  justify-content: center;
  align-items: center
}
#partnership .grid-partnership .partner-item .support-logos a img {
  width: 100%;
  height: auto;
  max-height: 60px;
  object-fit: contain
}
.box-footer {
  display: block;
  width: 100%;
  overflow: hidden;
  background-color: #00867B
}
.box-footer .footer {
  padding: 64px 0;
  gap: 8px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex
}
.box-footer .footer .menu-footer {
  padding: 16px 0;
  gap: 32px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex
}
.box-footer .footer .menu-footer li {
  transition: .3s ease-in-out
}
.box-footer .footer .menu-footer li a {
  font-style: normal;
  line-height: 130%;
  text-transform: uppercase;
  color: #fff;
  font-size: 16px;
  font-family: "Montserrat";
  font-style: normal;
  font-weight: 700
}
@media screen and (min-width: 992px) {
  .box-footer .footer .menu-footer li a {
    font-size: 16px
  }
}
.box-footer .footer .menu-footer li:hover a {
  color: #08302B
}
.box-footer .footer .box-social {
  gap: 16px;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  display: flex
}
.box-footer .footer .box-social .item-social {
  cursor: pointer;
  transition: .2s ease-in-out
}
.box-footer .footer .box-social .item-social svg {
  fill: #fff
}
.box-footer .footer .box-social .item-social:hover svg {
  fill: #08302B
}
.line-bottom {
  background: #98612B;
  padding: 24px 16px;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  display: flex
}
.line-bottom p {
  font-style: normal;
  line-height: 130%;
  text-transform: uppercase;
  text-align: center;
  color: #fff;
  font-size: 12px;
  font-family: "Montserrat";
  font-style: normal;
  font-weight: 500
}
@media screen and (min-width: 992px) {
  .line-bottom p {
    font-size: 12px
  }
}
@media screen and (min-width: 992px) {
  header {
    position: relative
  }
  header .box-header .box-logo {
    width: 98px;
    height: 70px;
    aspect-ratio: 7/5
  }
  header .box-header .menu {
    height: 100%;
    width: 100%;
    gap: 24px;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    display: flex
  }
  header .box-header .menu li a {
    color: #fff;
    font-family: "Montserrat";
    font-size: 14px;
    font-style: normal;
    font-weight: 700;
    line-height: 130%;
    text-transform: uppercase;
    padding: 16px 0
  }
  header .box-header .menu li:hover a {
    color: #08302B
  }
  header .box-header .menu .select-city {
    min-width: 180px
  }
  header .box-header .menu .select-city .btn-select-city {
    text-transform: uppercase;
    background-color: rgba(0, 0, 0, 0);
    margin-right: 1px;
    width: 100%;
    gap: 4px;
    padding: 16px 32px 16px 16px;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    display: flex
  }
  header .box-header .menu .select-city .btn-select-city .name {
    color: #fff;
    font-family: "Montserrat";
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 130%;
    text-transform: uppercase;
    width: 100%;
    text-align: left;
    position: relative
  }
  header .box-header .menu .select-city .btn-select-city .name::before {
    content: "";
    width: 10px;
    height: 10px;
    border-left: 3px solid #fff;
    border-bottom: 3px solid #fff;
    position: absolute;
    right: 4px;
    top: 45%;
    transform: translateY(-50%) rotate(135deg);
    transition: .2s
  }
  header .box-header .menu .select-city .btn-select-city .select {
    color: #fff;
    font-family: "Montserrat";
    font-size: 14px;
    font-style: normal;
    font-weight: 700;
    line-height: 130%;
    text-transform: uppercase
  }
  header .box-header .menu .select-city .btn-select-city.show {
    background-color: #014943;
  }
  header .box-header .menu .select-city .btn-select-city.show .name {
    color: #FFFFFF;
  }
  header .box-header .menu .select-city .btn-select-city.show .name::before {
    border-left: 3px solid #FFFFFF;
    border-bottom: 3px solid #FFFFFF;
    transform: translateY(-50%) rotate(-45deg)
  }
  header .box-header .menu .select-city .btn-select-city.show .select {
    color: #FFFFFF;
  }
  header .box-header .menu .select-city .dropdown-menu {
    background-color: #014943;
    min-width: 180px;
    outline: none;
    border: none;
    border-radius: 0;
    padding: 16px;
    transition: .2s ease-in-out
  }
  header .box-header .menu .select-city .dropdown-menu li {
    border-top: 1px solid #00867B;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    display: flex
  }
  header .box-header .menu .select-city .dropdown-menu li:first-child {
    border: none
  }
  header .box-header .menu .select-city .dropdown-menu li:hover a {
    color: #FFFFFF;
  }
  header .box-header .menu .select-city .dropdown-menu li a {
    width: 100%;
    padding: 12px 0;
    color: #FFFFFF;
    font-family: "Montserrat";
    font-size: 14px;
    font-style: normal;
    font-weight: 700;
    line-height: 130%;
    text-transform: uppercase;
    white-space: nowrap
  }
  #banner .grid-banner {
    padding-left: 156px
  }
  #banner .grid-banner .box-banner {
    display: grid;
    grid-template-columns: .4fr 1.2fr;
    position: relative;
    padding: 0;
    gap: 56px
  }
  #banner .grid-banner .box-banner .box-img {
    align-items: center;
    padding: 120px 0;
  }
  #banner .grid-banner .box-banner .content-banner {
    gap: 28px;
    position: relative;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    display: flex;
    padding: 0
  }
  #banner .grid-banner .box-banner .content-banner .text {
    width: 100%;
    padding-top: 30px;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    display: flex
  }
  #banner .grid-banner .box-banner .content-banner .grid-images {
    margin-bottom: -24px
  }
  #banner .grid-banner .box-banner .content-banner .grid-images .box-images {
    z-index: 2
  }
  #banner .grid-banner .box-banner .content-banner .sun {
    width: 60vw;
    max-height: 600px;
    position: absolute;
    left: 0px;
    bottom: -270px;
    z-index: 0
  }
  #banner .line-bottom p {
    text-align: 
  }
  #about .box-about {
    display: grid;
    grid-template-columns: .8fr 1.2fr;
    gap: 40px;
    padding: 64px 24px
  }
  #about .box-about .box-content a {
    margin: 0
  }
  #kit .box-about {
    display: grid;
    grid-template-columns: 1.2fr .8fr;
    gap: 40px;
    padding-bottom: 32px
  }
  #kit .box-about .box-swiper {
    padding-bottom: 32px
  }
  #kit .box-about .box-content {
    gap: 24px;
    padding: 64px 16px;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    display: flex
  }
  #kit .box-about .box-content .title {
    gap: 16px;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    display: flex
  }
  #kit .box-about .box-content .box-price {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    display: flex
  }
  #kit .box-about .box-content .box-price a {
    margin-top: 12px
  }
  #kit .box-about .box-content .box-free {
    gap: 4px;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    display: flex
  }
  #kit .box-about .box-content .box-free .desc {
    text-align: left
  }
  #route {
    padding: 56px 16px
  }
  #route .box-route {
    gap: 40px;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    display: flex
  }
  #route .box-route .line-top {
    gap: 24px;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
    display: flex
  }
  #route .box-route .line-top h2 {
    text-align: left
  }
  #regulation .container-regulation {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    display: flex
  }
  #regulation .container-regulation .line-top {
    gap: 24px;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    display: flex
  }
  #regulation .container-regulation .line-top h2 {
    text-align: left
  }
  #regulation .container-regulation .box-regulation .regulation-item button {
    color: #00867B;
    font-feature-settings: "liga"off, "clig"off;
    font-family: "Montserrat";
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: 160%;
    width: 100%;
    height: 56px;
    padding: 8px 16px 8px 40px;
    gap: 24px;
    background: #fff;
    position: relative;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
    display: flex
  }
  #regulation .container-regulation .box-regulation .regulation-item button::before {
    width: 10px;
    height: 10px;
    border-left: 2px solid #00867B;
    border-bottom: 2px solid #00867B;
    content: "";
    position: absolute;
    top: 50%;
    left: 16px;
    transform: translateY(-10%) rotate(135deg);
    transition: .3s
  }
  #regulation .container-regulation .box-regulation .regulation-item button.collapsed {
    color: #404041;
    box-shadow: 0 1px 2px 0 rgba(97, 97, 97, .2), 0 2px 4px 0 rgba(97, 97, 97, .2)
  }
  #regulation .container-regulation .box-regulation .regulation-item button.collapsed::before {
    border-left: 2px solid #a1a1a1;
    border-bottom: 2px solid #a1a1a1;
    transform: translateY(-70%) rotate(-45deg)
  }
  #regulation .container-regulation .box-regulation .regulation-item .card-regulation {
    width: 100%;
    padding: 8px 50px 32px 50px
  }
  #partnership .grid-partnership {
    padding: 32px 0 64px;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 32px;
    width: 100%
  }
  #partnership .grid-partnership .partner-item {
    width: 100%;
    gap: 8px;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    display: flex
  }
  #partnership .grid-partnership .partner-item h3 {
    color: #00867B;
    font-family: "Montserrat";
    font-size: 29px;
    font-style: normal;
    font-weight: 700;
    line-height: 100%;
    width: 100%;
    text-align: left;
    padding-bottom: 8px;
    border-bottom: 1px solid #00867B
  }
  #partnership .grid-partnership .partner-item .box-image {
    width: 100%;
    padding-top: 16px;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    display: flex
  }
  #partnership .grid-partnership .partner-item .box-image img {
    height: auto;
    object-fit: contain
  }
  .box-footer {
    background-color: #00867B
  }
  .box-footer .footer {
    padding: 32px 0;
    gap: 8px;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    display: flex
  }
  .box-footer .footer .menu-footer {
    padding: 16px 0;
    gap: 32px;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    display: flex
  }
  .box-footer .footer .menu-footer li {
    transition: .3s ease-in-out
  }
  .box-footer .footer .menu-footer li a {
    color: #fff;
    font-family: "Montserrat";
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: 130%;
    text-transform: uppercase
  }
  .box-footer .footer .menu-footer li:hover a {
    color: #08302B
  }
  .box-footer .footer .box-social {
    gap: 16px;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    display: flex
  }
  .box-footer .footer .box-social .item-social {
    cursor: pointer;
    transition: .2s ease-in-out
  }
  .box-footer .footer .box-social .item-social svg {
    fill: #fff
  }
  .box-footer .footer .box-social .item-social:hover svg {
    fill: #08302B
  }
  .line-bottom {
    background: #98612B;
    padding: 16px;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    display: flex
  }
  .line-bottom p {
    color: #fff;
    font-family: "Montserrat";
    font-size: 12px;
    font-style: normal;
    font-weight: 500;
    line-height: 130%;
    text-transform: uppercase
  }
  .regulation-btn {
    display: flex;
    padding: 8px 16px;
    align-items: center;
    gap: 10px;
    background: #08302B;
    width: max-content;
    color: #fff;
    font-family: "Montserrat";
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: 130%;
    text-transform: uppercase;
    transition: .3s ease-in-out;
    white-space: nowrap
  }
} /*# sourceMappingURL=app.css.map */

	@media screen and (max-width: 768px) {
  	#banner .grid-banner .box-banner .content-banner .sun img {
    width: 100%;
    display: none;}
	#about .box-about .box-image img {
    width: 100%;
    height: auto;
    object-fit: contain;
		display:none;
		}


	}