@charset "UTF-8";

@font-face {
  font-family: "Cerebri-Sans-Pro";
  font-display: swap;
  src: url("../fonts/Cerebri Sans Pro Bold.woff") format("woff"), url("../fonts/Cerebri-Sans-Pro.woff2") format("woff2");
  font-weight: 700;
  font-style: normal;
}

@font-face {
  font-family: "Cerebri-Sans-Pro";
  font-display: swap;
  src: url("../fonts/Cerebri Sans Pro ExtraBold.woff") format("woff"), url("../fonts/Cerebri-Sans-Pro.woff2") format("woff2");
  font-weight: 800;
  font-style: normal;
}

@font-face {
  font-family: "Cerebri-Sans-Pro";
  font-display: swap;
  src: url("../fonts/Cerebri Sans Pro Regular.woff") format("woff"), url("../fonts/Cerebri-Sans-Pro.woff2") format("woff2");
  font-weight: 400;
  font-style: normal;
}

@font-face {
  font-family: "Cerebri-Sans-Pro";
  font-display: swap;
  src: url("../fonts/Cerebri Sans Pro ExtraLight.woff") format("woff"), url("../fonts/Cerebri-Sans-Pro.woff2") format("woff2");
  font-weight: 300;
  font-style: normal;
}

@font-face {
  font-family: "Cerebri-Sans-Pro";
  font-display: swap;
  src: url("../fonts/Cerebri Sans Pro Medium.woff") format("woff"), url("../fonts/Cerebri-Sans-Pro.woff2") format("woff2");
  font-weight: 500;
  font-style: normal;
}

*,
*:after,
*:before {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 0;
  margin: 0;
}

* {
  -webkit-tap-highlight-color: transparent;
}

body {
  font-family: "Cerebri-Sans-Pro", sans-serif;
  font-weight: 400;
}

img {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

a {
  text-decoration: none;
}

summary {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

details {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

details > summary::-webkit-details-marker {
  display: none;
}

summary:focus {
  outline: none;
}

summary:active {
  border: none;
}

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

/* Firefox */

input[type=number] {
  -moz-appearance: textfield;
}

[v-cloak] {
  display: block;
  padding: 50px 0;
}

@-webkit-keyframes spinner {
  to {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}

@keyframes spinner {
  to {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}

[v-cloak]:before {
  content: "";
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  position: absolute;
  top: 50%;
  left: 50%;
  width: 20px;
  height: 20px;
  margin-top: -10px;
  margin-left: -10px;
  border-radius: 50%;
  border: 2px solid #ccc;
  border-top-color: #333;
  -webkit-animation: spinner 0.6s linear infinite;
          animation: spinner 0.6s linear infinite;
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
}

[v-cloak] > div {
  display: none;
}

.modal-enter,
.modal-leave-to {
  opacity: 0;
}

.modal-enter-active,
.modal-leave-active {
  -webkit-transition: opacity 0.2s ease;
  transition: opacity 0.2s ease;
}

.shop .swiper-slide.swiper-slide-visible.swiper-slide-thumb-active::after {
  content: "";
  top: 0;
  left: 0;
  position: absolute;
  width: 100%;
  height: 100%;
  -webkit-box-shadow: 0px 0px 0px 2px #393b38 inset;
  box-shadow: 0px 0px 0px 2px #393b38 inset;
}

summary {
  cursor: pointer;
  position: relative;
  padding-bottom: 3px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 20px 35px 16px 0;
}

summary::marker {
  font-size: 0;
}

details > summary::after {
  position: absolute;
  content: "+";
  right: 10px;
  font-size: 30px;
  font-weight: 400;
  color: #003057;
}

details[open] > summary::after {
  position: absolute;
  content: "–";
  right: 12px;
  font-size: 30px;
  font-weight: 400;
  color: #003057;
  line-height: 100%;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

details > summary::-webkit-details-marker {
  display: none;
}

details {
  border-bottom: 1px solid #d2dde5;
}

.lp-title {
  font-size: 69px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
}

.header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 48px 30px;
}

.header__container {
  max-width: 1300px;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

.header__body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 100px;
}

.header__nav ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 100px;
  list-style: none;
}

.header__nav-link {
  color: #707070;
  font-size: 20px;
  font-style: normal;
  font-weight: 300;
  line-height: normal;
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

.header__nav-link:hover {
  color: #000;
}

.hero__slider {
  width: 100%;
}

.hero__slider-item {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 80px 30px 100px 30px;
}

.hero__slider-item-bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.hero__slider-item-bg img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.hero__slider-item-body {
  position: relative;
  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-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 40px;
}

.hero__slider-item-logo {
  width: 100%;
  max-width: 550px;
}

.hero__slider-item-logo img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}

.hero__slider-item-title {
  color: #fff;
  font-size: 50px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  text-align: center;
}

.hero .swiper-pagination {
  bottom: 30px;
}

.hero .swiper-pagination .swiper-pagination-bullet {
  opacity: 1;
  background: #fff;
  width: 29px;
  height: 4px;
  border-radius: 10px;
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

.hero .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  width: 97px;
}

.about {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 100px 30px;
}

.about__container {
  max-width: 1200px;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 40px;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.about__title {
  color: #000;
}

.about__body {
  color: #000;
  font-size: 26px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
  max-width: 650px;
  width: 100%;
}

.role {
  position: relative;
  padding: 60px 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.role__bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.role__bg img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: bottom;
     object-position: bottom;
}

.role__container {
  max-width: 1200px;
  width: 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-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  gap: 40px;
}

.role__title {
  color: #fff;
}

.role__description {
  color: #fff;
  text-align: center;
  font-size: 30px;
  font-style: italic;
  font-weight: 400;
  line-height: 90%;
}

.role__items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 20px;
}

.role__item {
  border-radius: 20px;
  background: #112d4e;
  padding: 60px 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 30px;
  width: 100%;
  -webkit-box-flex: 1;
      -ms-flex: 1 1 33.333%;
          flex: 1 1 33.333%;
}

.role__item-title {
  color: #fff;
  font-size: 30px;
  font-style: normal;
  font-weight: 800;
  line-height: normal;
}

.role__item-content {
  color: #fff;
  font-size: 22px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
}

.core {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 80px 30px;
}

.core__bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.core__bg img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: top;
     object-position: top;
}

.core__container {
  max-width: 1200px;
  width: 100%;
  position: relative;
  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-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 40px;
}

.core__title {
  color: #fff;
}

.core__body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 40px;
}

.core__item {
  border-left: 3px solid #fff;
  padding-left: 20px;
  width: 100%;
}

.core__item-content {
  color: #fff;
  font-size: 20px;
  font-style: italic;
  font-weight: 400;
  line-height: 180%;
}

.core__item-content ul {
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 5px;
}

.footer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 60px 30px;
  background: #112d4e;
}

.footer__container {
  max-width: 1200px;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  gap: 40px;
}

.footer__logo {
  max-width: 300px;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 40px;
}

.footer__logo img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}

.footer__founder {
  color: #fff;
  font-size: 30px;
  font-style: normal;
  font-weight: 800;
  line-height: 100%;
  text-transform: uppercase;
  margin-bottom: 20px;
}

.footer__position {
  color: #fff;
  font-size: 20px;
  font-style: italic;
  font-weight: 400;
  line-height: 120%;
  margin-bottom: 10px;
}

.footer__contacts {
  color: #fff;
  font-size: 20px;
  font-style: normal;
  font-weight: 300;
  line-height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 10px;
}

.footer__email {
  color: #fff;
  font-size: 20px;
  font-style: normal;
  font-weight: 300;
  line-height: 100%;
  text-decoration: underline;
}

.footer__phone {
  color: #fff;
  font-size: 20px;
  font-style: normal;
  font-weight: 300;
  line-height: 100%;
  text-decoration: underline;
}

.footer__title {
  color: #fff;
  font-size: 40px;
  font-style: normal;
  font-weight: 500;
  line-height: 116%;
}

@media (max-width: 990px) {
  .lp-title {
    font-size: 59px;
  }

  .header {
    padding: 30px 30px;
  }

  .header__body {
    gap: 60px;
  }

  .header__nav ul {
    gap: 60px;
  }

  .hero__slider-item {
    padding: 60px 30px 80px 30px;
  }

  .hero__slider-item-body {
    gap: 20px;
  }

  .hero__slider-item-logo {
    max-width: 400px;
  }

  .hero__slider-item-title {
    font-size: 36px;
  }

  .about {
    padding: 80px 30px;
  }

  .about__container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }

  .about__body {
    font-size: 22px;
  }

  .role__description {
    font-size: 24px;
  }

  .role__items {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }

  .core {
    padding: 60px 30px;
  }

  .core__item-content {
    font-size: 18px;
  }

  .footer__title {
    font-size: 30px;
  }
}

@media (max-width: 767px) {
  .lp-title {
    font-size: 49px;
  }

  .header {
    padding: 30px 15px;
  }

  .header__body {
    gap: 20px;
  }

  .header__nav ul {
    gap: 20px;
  }

  .header__nav-link {
    font-size: 18px;
  }

  .hero__slider-item {
    padding: 40px 15px 80px 15px;
  }

  .hero__slider-item-title {
    font-size: 30px;
  }

  .about {
    padding: 60px 15px;
  }

  .about__container {
    gap: 30px;
  }

  .about__body {
    font-size: 18px;
  }

  .role {
    padding: 40px 15px;
  }

  .role__container {
    gap: 30px;
  }

  .role__description {
    font-size: 20px;
  }

  .role__item {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 100%;
            flex: 1 1 100%;
    padding: 40px 15px;
    gap: 20px;
  }

  .role__item-title {
    font-size: 22px;
  }

  .role__item-content {
    font-size: 20px;
  }

  .core {
    padding: 40px 15px;
  }

  .core__body {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 0;
  }

  .core__item-content {
    font-size: 16px;
  }

  .footer {
    padding: 40px 15px;
  }

  .footer__container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
}

@media (max-width: 440px) {
  .lp-title {
    font-size: 39px;
  }

  .about {
    padding: 40px 15px;
  }

  .about__container {
    gap: 20px;
  }

  .footer__founder {
    font-size: 22px;
  }

  .footer__position {
    font-size: 18px;
  }

  .footer__contacts {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }

  .footer__contacts span {
    display: none;
  }
}

@media (max-width: 374px) {
  .header__nav-link {
    font-size: 16px;
  }

  .hero__slider-item-title {
    font-size: 24px;
  }

  .about__body {
    font-size: 16px;
  }

  .footer__email {
    font-size: 18px;
  }

  .footer__phone {
    font-size: 18px;
  }
}
@supports (-webkit-appearance:none){

}

 @media (max-width: 990px){

@supports (-webkit-appearance:none){

}

}

 @media (max-width: 767px){

@supports (-webkit-appearance:none){

}

}

 @media (max-width: 440px){

@supports (-webkit-appearance:none){

}

}

 @media (max-width: 374px){

@supports (-webkit-appearance:none){

}

}
