@charset "UTF-8";
.about__section1 {
  height: 620px;
  background-size: cover !important;
}
@media screen and (max-width: 1024px) {
  .about__section1 {
    height: 720px;
  }
}
@media screen and (max-width: 600px) {
  .about__section1 {
    height: 660px;
    background: url("../img/aboutus__section__mobile2.png") no-repeat center !important;
    background-size: cover !important;
    width: 100% !important;
    height: 500px;
  }
}

@media screen and (max-width: 600px) {
  .about__section1__button {
    width: 100%;
  }
}

@media screen and (max-width: 600px) {
  .about__button1 {
    width: 100% !important;
  }
}

.about__container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  height: 620px;
}
@media screen and (max-width: 1024px) {
  .about__container {
    height: 720px;
  }
}
@media screen and (max-width: 600px) {
  .about__container {
    height: 472px;
  }
}

.about__section1__title {
  margin: 0;
  font-family: Montserrat, sans-serif;
  text-align: center;
  font-size: 52px;
  margin-bottom: 24px;
  letter-spacing: -0.5px;
  color: #fff;
  font-weight: 600;
}
@media screen and (max-width: 600px) {
  .about__section1__title {
    font-size: 32px;
    font-family: Montserrat, sans-serif;
  }
}

.about__section1__text {
  text-align: center;
  font-size: 16px;
  line-height: 150%;
  margin-bottom: 24px;
  color: #fff;
}
@media screen and (max-width: 1024px) {
  .about__section1__text {
    font-size: 14px;
  }
}

.about__section2 {
  margin-top: 50px;
  margin-bottom: 70px;
}
@media screen and (max-width: 1024px) {
  .about__section2 {
    margin-bottom: 56px;
  }
}

.about__section2__row {
  display: -ms-grid;
  display: grid;
  margin-bottom: 30px;
  -ms-grid-columns: 1fr 4px 1fr 4px 1fr;
  grid-template-columns: 1fr 1fr 1fr;
  grid-column-gap: 4px;
  grid-row-gap: 4px;
}
@media screen and (max-width: 1024px) {
  .about__section2__row {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }
}
@media screen and (max-width: 600px) {
  .about__section2__row {
    margin-bottom: 20px;
  }
}

.about__section2__item {
  background: #FFFFFF;
  border-radius: 8px;
  padding: 24px;
}

.about__section2__item__title {
  color: #364559;
  border-bottom: 1px solid rgba(148, 148, 163, 0.5);
  padding-bottom: 16px;
  margin-bottom: 16px;
  letter-spacing: -0.03em;
  font-family: Inter, sans-serif;
  font-size: 25px;
  font-weight: 700;
  line-height: 100%;
}
@media screen and (max-width: 600px) {
  .about__section2__item__title {
    font-size: 32px;
  }
}

.about__section2__item__txt {
  color: #04172F;
  font-size: 14px;
  font-size: 17px;
}

.about__section2__row2 {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 4px 2fr;
  grid-template-columns: 1fr 2fr;
  grid-column-gap: 4px;
  grid-row-gap: 24px;
  padding-bottom: 72px;
  border-bottom: 1px solid #D1D1D1;
}
@media screen and (max-width: 1024px) {
  .about__section2__row2 {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    border-bottom: none;
    padding-bottom: 0;
  }
}
@media screen and (max-width: 600px) {
  .about__section2__row2 {
    grid-row-gap: 16px;
  }
}

.about__section2__left {
  font-size: 28px;
  font-weight: 500;
  color: #04172F;
}
@media screen and (max-width: 600px) {
  .about__section2__left {
    font-size: 32px;
  }
 
}

.about__section2__right {
  font-size: 14px;
  font-weight: 400;
  letter-spacing: -0.03em;
  color: #020B16;
  line-height: 150%;
  font-size: 19px;
}
@media screen and (max-width: 600px) {
  .about__section2__left {
    font-size: 32px;
    line-height: 27px;
  }
  .about__section2__right{
    font-size: 16px;
  }
}
.about__section2__right a {
  background: linear-gradient(80.29deg, #095D56 24.17%, #11AC9F 47.85%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  text-fill-color: transparent;
}

.about__section3 {
  margin-top: 70px;
}

.question__item {
  border-bottom: 1px solid rgba(148, 148, 163, 0.5);
  padding-bottom: 18px;
  margin-bottom: 18px;
  cursor: pointer;
}
.question__item:nth-last-child(1) {
  margin-bottom: 0;
}

.question__header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.question__title {
  font-size: 28px;
  font-weight: 500;
  letter-spacing: -0.03em;
  color: #020B16;
  /* font-family: Inter, sans-serif; */
}
@media screen and (max-width: 600px) {
  .question__title {
    font-size: 22px;
  }
}

.question__arrow {
  -webkit-transition: 0.6s ease 0s;
  transition: 0.6s ease 0s;
}

.active2 .question__arrow {
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}

.question__hidden {
  margin-top: 18px;
  font-size: 16px;
  line-height: 150%;
  color: rgba(2, 11, 22, 0.8);
}

.about__section4 {
  margin-top: 100px;
}
@media screen and (max-width: 1024px) {
  .about__section4 {
    margin-top: 56px;
  }
}

.about__section4__row {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 4px 1fr 4px 1fr 4px 1fr;
  grid-template-columns: repeat(4, 1fr);
  grid-column-gap: 4px;
  grid-row-gap: 4px;
}
@media screen and (max-width: 1024px) {
  .about__section4__row {
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
  }
}
@media screen and (max-width: 600px) {
  .about__section4__row {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }
}

.about__section4__item {
  background: #fff;
  border-radius: 8px;
  padding: 32px 24px;
}
@media screen and (max-width: 600px) {
  .about__section4__item {
    padding: 27px 15px;
  }
}
.about__section4__item:nth-child(1) {
  -ms-grid-column-span: 2;
  grid-column: span 2;
}
@media screen and (max-width: 1024px) {
  .about__section4__item:nth-child(1) {
    grid-column: initial;
  }
}

.about__section4__item__img {
  margin-bottom: 40px;
}
@media screen and (max-width: 600px) {
  .about__section4__item__img {
    margin-bottom: 15px;
  }
}

.about__section4__item__title {
  font-size: 28px;
  letter-spacing: -0.03em;
  color: #020B16;
  line-height: 130%;
  font-weight: 500;
  margin-bottom: 13px;
}
@media screen and (max-width: 600px) {
  .about__section4__item__title {
    font-size: 22px;
    margin-bottom: 10px;
  }
}

.about__section4__item__text {
  font-size: 16px;
  line-height: 150%;
  color: #020B16;
}

.s5__row {
  margin-top: 100px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
@media screen and (max-width: 1024px) {
  .s5__row {
    margin-top: 50px;
  }
}

.about__section5 {
  margin-bottom: 100px;
}
@media screen and (max-width: 1024px) {
  .about__section5 {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    margin-bottom: 50px;
  }
}

.about__section5__title {
  font-size: 40px;
  font-weight: 600;
  letter-spacing: -0.03em;
  color: #020B16;
  margin-bottom: 40px;
  line-height: 120%;
  font-family: "Montserrat";
}
@media screen and (max-width: 600px) {
  .about__section5__title {
    font-size: 28px;
  }
}

.about__section5__item {
  margin-bottom: 32px;
}
@media screen and (max-width: 600px) {
  .about__section5__item {
    margin-bottom: 24px;
  }
}
.about__section5__item:nth-last-child(1) {
  margin-bottom: 0;
}
.about__section5__item:nth-last-child(1) .about__section5__item__line {
  display: none;
}
@media screen and (max-width: 1024px) {
  .about__section5__item:nth-last-child(1) .about__section5__item__line {
    display: none;
  }
}

.about__section5__item__title {
  font-size: 28px;
  letter-spacing: -0.03em;
  color: #020B16;
  margin-bottom: 22px;
  font-weight: 500;
}
@media screen and (max-width: 600px) {
  .about__section5__item__title {
    font-size: 22px;
  }
}

.about__section5__item__text {
  font-size: 16px;
  color: rgba(2, 11, 22, 0.8);
  line-height: 150%;
}

.about__section5__item__line {
  margin-top: 32px;
  width: 100%;
  width: 100%;
  height: 1px;
  background: #D1D1D1;
}
@media screen and (max-width: 1024px) {
  .about__section5__item__line {
    max-width: 100%;
  }
}

.about__map img {
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (max-width: 1024px) {
  .about__map img {
    height: 330px;
  }
}
@media screen and (max-width: 600px) {
  .about__map img {
    height: 180px;
  }
}
@media screen and (max-width: 1024px) {
  .about__map {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
}

@media screen and (max-width: 1024px) {
  .map__full {
    display: none;
  }
}

.map__768 {
  display: none;
}
@media screen and (max-width: 1024px) {
  .map__768 {
    display: block;
  }
}

.page-template-page-about-us .div-block-23 {
  margin-top: 0;
}

.e__section1 {
  margin-top: 46px;
}
@media screen and (max-width: 1024px) {
  .e__section1 {
    margin-top: 40px;
  }
}
@media screen and (max-width: 600px) {
  .e__section1 {
    margin-top: 32px;
  }
}

.e__section1__title {
  font-size: 52px;
  line-height: 120%;
  letter-spacing: -0.03em;
  text-align: center;
  font-family: "Montserrat";
  margin-bottom: 24px;
  font-weight: 600;
  color: #020B16;
}
@media screen and (max-width: 600px) {
  .e__section1__title {
    font-size: 26px;
  }
}

.e__section1__txt {
  font-size: 16px;
  line-height: 150%;
  margin-bottom: 48px;
  text-align: center;
  color: #020B16;
}
@media screen and (max-width: 600px) {
  .e__section1__txt {
    margin-bottom: 32px;
  }
}

.e__section1__img {
  height: 620px;
}
.e__section1__img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (max-width: 1024px) {
  .e__section1__img {
    height: 720px;
  }
}
@media screen and (max-width: 600px) {
  .e__section1__img {
    height: 400px;
  }
}

.e__section2 {
  margin-top: 50px;
}
@media screen and (max-width: 1024px) {
  .e__section2 {
    margin-top: 56px;
  }
}
@media screen and (max-width: 600px) {
  .e__section2 {
    margin-top: 40px;
  }
}

.e__row1 {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 4px 2fr;
  grid-template-columns: 1fr 2fr;
  grid-column-gap: 4px;
  grid-row-gap: 24px;
  margin-bottom: 48px;
}
@media screen and (max-width: 1024px) {
  .e__row1 {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    margin-bottom: 32px;
  }
}

.e__section2__title {
  font-size: 40px;
  font-family: "Montserrat";
  letter-spacing: -0.03em;
  line-height: 120%;
  font-weight: 600;
  color: #020B16;
}
@media screen and (max-width: 600px) {
  .e__section2__title {
    font-size: 28px;
    text-align: center;
  }
}

@media screen and (max-width: 1024px) {
  .e__tabs__wrapper {
    overflow-x: auto;
    overflow-y: hidden;
    margin-left: -20px; /* або скільки треба, щоб вийти за межі контейнера */
    margin-right: -20px;
    padding: 0 20px; /* для відступів всередині */
  }
}

.e__tabs {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
@media screen and (max-width: 1024px) {
  .e__tabs {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.e__tab {
  cursor: pointer;
  background: #FFFFFF;
  border: 1px solid #DADADA;
  padding: 14px 10px;
  border-radius: 8px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  color: #020B16;
  margin-right: 4px;
}
@media screen and (max-width: 1024px) {
  .e__tab {
    width: 100%;
    margin-bottom: 4px;
    font-size: 14px;
  }
  .e__tab:nth-last-child(1) {
    margin-bottom: 0px;
  }
}
.e__tab:nth-last-child(1) {
  margin-right: 0;
}

.e__tab.active {
  background: #11AC9F;
  border: 1px solid #11AC9F;
  color: #fff;
}

.e__section2__title2 {
  font-size: 28px;
  font-weight: 500;
  line-height: 150%;
  color: #04172F;
}
@media screen and (max-width: 600px) {
  .e__section2__title2 {
    font-size: 22px;
  }
}

.e__content {
  letter-spacing: -0.03em;
  font-size: 14px;
  font-weight: 400;
  color: #020B16;
  line-height: 130%;
}
@media screen and (max-width: 600px) {
  .e__content {
    font-size: 14px;
  }
}
.e__content a {
  background: linear-gradient(81.41deg, #095D56 20.86%, #11AC9F 31.5%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  text-fill-color: transparent;
}

.e__hidden {
  display: none;
}

.e__hidden.active {
  display: block;
}

.e__row2 {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 4px 1fr 4px 1fr;
  grid-template-columns: 1fr 1fr 1fr;
  grid-column-gap: 4px;
  grid-row-gap: 4px;
}
@media screen and (max-width: 1024px) {
  .e__row2 {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    padding-bottom: 56px;
  }
}
@media screen and (max-width: 600px) {
  .e__row2 {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    border: none;
    padding-bottom: 0;
  }
}

.e__item {
  background: #FFFFFF;
  border-radius: 8px;
  padding: 32px 24px;
  padding-bottom: 40px;
}
@media screen and (max-width: 1024px) {
  .e__item {
    padding: 24px;
  }
}

.e__title {
  font-size: 28px;
  font-weight: 500;
  margin-bottom: 32px;
  color: #020B16;
  letter-spacing: -0.03em;
  line-height: 130%;
}
@media screen and (max-width: 1024px) {
  .e__title {
    margin-bottom: 24px;
  }
}
@media screen and (max-width: 600px) {
  .e__title {
    font-size: 22px;
  }
}

.e__content2 ul {
  margin: 0;
  padding: 0;
}
.e__content2 ul li {
  list-style-type: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  color: rgba(2, 11, 22, 0.8);
  font-size: 14px;
  margin-bottom: 16px;
}
.e__content2 ul li:nth-last-child(1) {
  margin-bottom: 0;
}
.e__content2 ul li::before {
  content: "";
  min-width: 24px;
  min-height: 24px;
  background: url("../img/check.svg") no-repeat;
  display: block;
  margin-right: 18px;
}

.e__section3 {
  margin-top: 100px;
}
@media screen and (max-width: 1024px) {
  .e__section3 {
    margin-top: 56px;
  }
}
@media screen and (max-width: 600px) {
  .e__section3 {
    margin-top: 40px;
  }
}

.e__section3__title {
  color: #020B16;
  font-size: 40px;
  line-height: 120%;
  letter-spacing: -0.03em;
  font-weight: 600;
  font-family: "Montserrat";
  margin-bottom: 40px;
}
@media screen and (max-width: 1024px) {
  .e__section3__title {
    margin-bottom: 28px;
  }
}
@media screen and (max-width: 600px) {
  .e__section3__title {
    font-size: 28px;
  }
}

.e__section3__row {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 4px 1fr 4px 1fr 4px 1fr 4px 1fr;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  grid-column-gap: 4px;
  grid-row-gap: 4px;
}
@media screen and (max-width: 1024px) {
  .e__section3__row {
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
  }
}
@media screen and (max-width: 600px) {
  .e__section3__row {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }
}

.e__section3__item {
  background: #FFFFFF;
  border-radius: 8px;
  padding: 32px 16px;
  padding-bottom: 40px;
}
@media screen and (max-width: 1024px) {
  .e__section3__item {
    padding: 24px 16px;
  }
}

.e3__ico {
  margin-bottom: 24px;
}

.e3__txt {
  font-size: 14px;
  line-height: 150%;
  color: rgba(2, 11, 22, 0.8);
}

.e__section4 {
  margin-top: 100px;
}
@media screen and (max-width: 1024px) {
  .e__section4 {
    margin-top: 56px;
  }
}
@media screen and (max-width: 600px) {
  .e__section4 {
    margin-top: 40px;
  }
}

.e__section4__img {
  margin-bottom: 100px;
}
@media screen and (max-width: 1024px) {
  .e__section4__img {
    margin-bottom: 56px;
  }
}
@media screen and (max-width: 600px) {
  .e__section4__img {
    margin-bottom: 40px;
  }
}
.e__section4__img img {
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (max-width: 1024px) {
  .e__section4__img img {
    height: 720px;
  }
}
@media screen and (max-width: 600px) {
  .e__section4__img img {
    height: 400px;
  }
}

.e__section4__content h2 {
  font-size: 40px;
  line-height: 120%;
  color: #020B16;
  letter-spacing: -0.03em;
  margin-bottom: 22px;
  font-weight: 600;
  margin-top: 0;
}
@media screen and (max-width: 600px) {
  .e__section4__content h2 {
    font-size: 28px;
  }
}
.e__section4__content p {
  font-size: 14px;
  line-height: 150%;
  margin-bottom: 30px;
}
.e__section4__content p:nth-last-child(1) {
  margin-bottom: 0;
}

@media screen and (max-width: 1024px) {
  .new__w {
    width: 100%;
    padding: 0;
  }
}