@import url("https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&family=Playfair:ital,opsz,wght@0,5..1200,300..900;1,5..1200,300..900&display=swap");
.wrapper {
  max-width: 1376px;
  width: 100%;
  margin: 0 auto;
}

body {
  background: #F2F0EB;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  height: 100vh;
}

section {
  padding: 0 24px;
}

.top {
  padding-top: 60px;
  padding-bottom: 40px;
}
.top .wrapper {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: flex;
}
.top .wrapper .title {
  max-width: 1266px;
  width: 100%;
  margin-right: 16px;
  color: #3B403C;
  font-family: "Inter", sans-serif;
  font-size: 64px;
  font-style: normal;
  font-weight: 400;
  line-height: 120%;
  text-transform: uppercase;
}
.top .wrapper .points {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: flex;
}
.top .wrapper .points svg {
  display: block;
  width: 18px;
  height: 18px;
  margin-right: 20px;
}
.top .wrapper .points svg:last-child {
  margin-right: 0;
}
@media (max-width: 1250px) {
  .top .wrapper .title {
    font-size: 58px;
  }
}
@media (max-width: 1000px) {
  .top .wrapper .title {
    font-size: 55px;
  }
  .top .wrapper .points {
    display: none;
  }
}
@media (max-width: 850px) {
  .top .wrapper .title {
    font-size: 50px;
  }
}
@media (max-width: 650px) {
  .top .wrapper .title {
    font-size: 45px;
  }
}
@media (max-width: 450px) {
  .top .wrapper .title {
    font-size: 40px;
  }
}
@media (max-width: 850px) {
  .top {
    padding-top: 48px;
  }
}

.about_content {
  padding-top: 10px;
  padding-bottom: 60px;
}
.about_content .wrapper {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}
.about_content .wrapper .left {
  max-width: 576px;
  width: 100%;
}
.about_content .wrapper .left .left_span {
  color: #161815;
  font-family: "Inter", sans-serif;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 140%;
  margin-bottom: 48px;
}
.about_content .wrapper .left .left_links {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: flex;
}
.about_content .wrapper .left .left_links .links_items {
  width: fit-content;
  width: -moz-fit-content;
  margin-right: 24px;
}
.about_content .wrapper .left .left_links .links_items .links_items_title {
  color: #161815;
  font-family: "Inter", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 130%;
  text-transform: uppercase;
  opacity: 0.5;
  margin-bottom: 12px;
}
.about_content .wrapper .left .left_links .links_items .links_item {
  text-decoration: none;
  display: block;
  transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  color: #161815;
  font-family: "Inter", sans-serif;
  font-size: 20px;
  font-style: normal;
  font-weight: 500;
  line-height: 130%;
  text-transform: uppercase;
  margin-bottom: 16px;
}
.about_content .wrapper .left .left_links .links_items .links_item:hover {
  transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  text-decoration: underline;
}
.about_content .wrapper .right {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  max-width: 680px;
  width: 100%;
  overflow: hidden;
}
.about_content .wrapper .right .swiper-wrapper .img {
  display: block;
  max-width: 332px;
  width: 100%;
  max-height: 504px;
  height: auto;
}
.about_content .wrapper .right .swiper-wrapper .video {
  display: block;
  max-width: 332px;
  width: 100%;
  max-height: 504px;
  height: auto;
}
@media (max-width: 950px) {
  .about_content .wrapper .right .swiper-wrapper .img {
    max-width: 255px;
    max-height: 385px;
    object-fit: cover;
  }
  .about_content .wrapper .right .swiper-wrapper .video {
    object-fit: cover;
    max-width: 255px;
    max-height: 385px;
  }
}
@media (max-width: 750px) {
  .about_content .wrapper {
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .about_content .wrapper .left {
    max-width: 750px;
    margin-bottom: 40px;
    padding-right: 24px;
    box-sizing: border-box;
  }
  .about_content .wrapper .right {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: flex;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    max-width: 680px;
    width: 100%;
    overflow: hidden;
  }
  .about_content .wrapper .right .swiper-wrapper .img {
    display: block;
    max-width: 332px;
    width: 100%;
    max-height: 504px;
    height: auto;
  }
  .about_content .wrapper .right .swiper-wrapper .video {
    display: block;
    max-width: 332px;
    width: 100%;
    max-height: 504px;
    height: auto;
  }
}
@media (max-width: 750px) and (max-width: 950px) {
  .about_content .wrapper .right .swiper-wrapper .img {
    max-width: 255px;
    max-height: 385px;
    object-fit: cover;
  }
  .about_content .wrapper .right .swiper-wrapper .video {
    object-fit: cover;
    max-width: 255px;
    max-height: 385px;
  }
}
@media (max-width: 450px) {
  .about_content .wrapper {
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .about_content .wrapper .left {
    margin-bottom: 15px;
  }
  .about_content .wrapper .left .left_links {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: flex;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .about_content .wrapper .left .left_links .links_items {
    margin-right: 0;
    margin-bottom: 8px;
  }
  .about_content .wrapper .left .left_links .links_items:first-child {
    order: 2;
  }
}
@media (max-width: 750px) {
  .about_content {
    padding-right: 0;
    padding-bottom: 48px;
  }
}

.about_answer {
  padding-top: 60px;
  padding-bottom: 100px;
}
.about_answer .wrapper {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}
.about_answer .wrapper .about_answer_left {
  max-width: 576px;
  width: 100%;
  margin-right: 15px;
}
.about_answer .wrapper .about_answer_left .about_answer_title {
  color: #3B403C;
  font-family: "Inter", sans-serif;
  font-size: 40px;
  font-style: normal;
  font-weight: 400;
  line-height: 48px;
  text-transform: uppercase;
  margin-bottom: 16px;
}
.about_answer .wrapper .about_answer_left .about_answer_span {
  color: #161815;
  font-family: "Inter", sans-serif;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 140%;
}
@media (max-width: 1300px) {
  .about_answer .wrapper .about_answer_left .about_answer_title {
    font-size: 38px;
  }
}
@media (max-width: 1200px) {
  .about_answer .wrapper .about_answer_left .about_answer_title {
    font-size: 35px;
  }
}
@media (max-width: 1000px) {
  .about_answer .wrapper .about_answer_left .about_answer_title {
    font-size: 32px;
  }
}
.about_answer .wrapper .answer_items {
  max-width: 680px;
  width: 100%;
}
.about_answer .wrapper .answer_items .answer_item {
  width: 100%;
  box-sizing: border-box;
  padding: 20px;
  border-bottom: 1px solid rgba(22, 24, 21, 0.15);
}
.about_answer .wrapper .answer_items .answer_item .answer_item_top {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  cursor: pointer;
  width: 100%;
}
.about_answer .wrapper .answer_items .answer_item .answer_item_top span {
  display: block;
  color: #161815;
  font-family: "Inter", sans-serif;
  font-size: 24px;
  font-style: normal;
  font-weight: 400;
  line-height: 130%;
}
.about_answer .wrapper .answer_items .answer_item .answer_item_top svg {
  display: block;
  width: 24px;
  height: 24px;
}
.about_answer .wrapper .answer_items .answer_item .answer_item_body {
  display: none;
  padding-top: 8px;
}
.about_answer .wrapper .answer_items .answer_item .answer_item_body .title {
  padding-top: 16px;
  color: #161815;
  font-family: "Inter", sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 140%;
  text-transform: uppercase;
  padding-bottom: 6px;
}
.about_answer .wrapper .answer_items .answer_item .answer_item_body p {
  display: block;
  color: #161815;
  font-family: "Inter", sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 140%;
  opacity: 0.5;
}
.about_answer .wrapper .answer_items .answer_item .answer_item_body p span {
  display: block;
  padding-top: 16px;
  color: #161815;
  font-family: "Inter", sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 140%;
  opacity: 1;
}
.about_answer .wrapper .answer_items .answer_item .answer_item_body span {
  display: block;
  padding-top: 16px;
  color: #161815;
  font-family: "Inter", sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 140%;
  opacity: 0.5;
}
.about_answer .wrapper .answer_items .answer_item:first-child {
  border-top: 1px solid rgba(22, 24, 21, 0.15);
}
.about_answer .wrapper .answer_items .active .answer_item_body {
  display: block;
}
@media (max-width: 950px) {
  .about_answer .wrapper {
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .about_answer .wrapper .about_answer_left {
    max-width: 950px;
    width: 100%;
    margin-right: 0;
    margin-bottom: 40px;
  }
  .about_answer .wrapper .answer_items {
    max-width: 950px;
  }
  .about_answer .wrapper .answer_items .answer_item .answer_item_top span {
    margin-right: 15px;
  }
}
@media (max-width: 850px) {
  .about_answer {
    padding-top: 48px;
    padding-bottom: 95px;
  }
}

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