/* zero style */
* {
  padding: 0;
  margin: 0;
}

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

:focus, :active {
  outline: none;
}

a:focus, a:active {
  outline: none;
}

nav, footer, header, aside {
  display: block;
}

html, body {
  height: 100%;
  width: 100%;
  -ms-text-size-adjust: 100%;
  -moz-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}

input, button, textarea {
  font-family: inherit;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}

input::-ms-clear {
  display: none;
}

button {
  cursor: pointer;
}

button::-moz-focus-inner {
  padding: 0;
  border: 0;
}

a, a:visited {
  text-decoration: none;
}

a:hover {
  text-decoration: none;
}

ul li {
  list-style: none;
}

img {
  vertical-align: top;
}

h1, h2, h3, h4, h5, h6 {
  font-size: inherit;
  font-weight: 400;
}

/* main style */
* {
  font-family: Inter, sans-serif;
  font-size: 18px;
  line-height: 1.2;
  color: #232323;
}
@media (max-width: 1500px) {
  * {
    font-size: calc(16px + (18 - 16) * (100vw - 320px) / 1180);
  }
}
*._subtitle {
  font-size: 24px;
  font-weight: 300;
}

body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

h1 {
  font-size: 30px;
  font-weight: 700;
}
@media (max-width: 1500px) {
  h1 {
    font-size: calc(24px + (30 - 24) * (100vw - 320px) / 1180);
  }
}

h2 {
  font-size: 30px;
  font-weight: 700;
}
@media (max-width: 1500px) {
  h2 {
    font-size: calc(24px + (30 - 24) * (100vw - 320px) / 1180);
  }
}

h3 {
  font-size: 24px;
}
@media (max-width: 1500px) {
  h3 {
    font-size: calc(22px + (24 - 22) * (100vw - 320px) / 1180);
  }
}

a {
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

._bg {
  background-color: #F1F1F1;
}

._list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 8px;
}
._list li {
  position: relative;
  padding-left: 18px;
}
._list li:before {
  content: "";
  position: absolute;
  top: 7px;
  left: 0;
  width: 9px;
  height: 9px;
  border-radius: 50%;
  background: #6BCC00;
}

._mb-25 {
  margin-bottom: 25px;
}

._pb-0 {
  padding-bottom: 0 !important;
}

._text-center {
  text-align: center;
}

.container {
  width: 100%;
  max-width: 1290px;
  padding: 0 24px;
  margin: 0 auto;
}

main {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  padding-top: 77px;
}

.bc {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  min-height: 510px;
  padding: 125px 0 80px;
  background-size: cover;
  background-position: center;
  background-attachment: fixed;
  background-repeat: no-repeat;
}
@media (max-width: 600px) {
  .bc {
    background-attachment: unset;
    min-height: 800px;
  }
}
.bc br {
  display: block;
}
@media (max-width: 600px) {
  .bc br {
    display: none;
  }
}
.bc.__about {
  background-image: url("../img/about/1.jpg");
}
@media (max-width: 600px) {
  .bc.__about {
    background-image: url("../img/about/1-1.jpg");
  }
}
.bc.__brand {
  background-image: url("../img/brands/1.jpg");
}
@media (max-width: 600px) {
  .bc.__brand br {
    display: none;
  }
}
@media (max-width: 600px) {
  .bc.__brand {
    background-image: url("../img/brands/1-1.jpg");
  }
}
.bc.__career {
  background-image: url("../img/career/1.jpg");
}
@media (max-width: 600px) {
  .bc.__career {
    background-image: url("../img/career/1-1.jpg");
  }
}
.bc.__nar {
  background-image: url("../img/narrative/1.jpg");
}
@media (max-width: 600px) {
  .bc.__nar {
    background-image: url("../img/narrative/1-1.jpg");
  }
}
.bc.__partner {
  background-image: url("../img/partner/1.jpg");
}
@media (max-width: 600px) {
  .bc.__partner {
    background-image: url("../img/partner/1-1.jpg");
  }
}
.bc.__social {
  background-image: url("../img/social/1.png");
}
@media (max-width: 600px) {
  .bc.__social {
    background-image: url("../img/social/1-1.jpg");
  }
}
.bc__btns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 12px 25px;
  margin-top: 25px;
}
.bc .main-banner__text {
  pointer-events: unset;
  max-width: 600px;
}

._link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 8px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  font-weight: 600;
  color: #004CDD;
  font-size: 18px;
}
._link svg {
  padding-top: 2px;
}
._link path {
  stroke: #004CDD;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
._link:hover {
  color: #232323;
}
._link:hover path {
  stroke: #232323;
}

._button {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 8px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  padding: 14px 32px;
  background-color: #004CDD;
  border-radius: 50px;
  border: 1.37px solid #004CDD;
  color: #fff;
  font-weight: 600;
  line-height: 1;
  text-align: center;
}
._button svg {
  padding-top: 2px;
}
._button path {
  stroke: #fff;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
._button:hover {
  background: #fff;
  color: #004CDD;
}
._button:hover path {
  stroke: #004CDD;
}

._two-columns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 75px 50px;
}
@media (max-width: 940px) {
  ._two-columns {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.links {
  padding-top: 100px;
  padding-bottom: 100px;
}
.links .container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 12px 50px;
}

.back-block {
  padding: 140px 0;
  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;
  background-size: cover;
  background-attachment: fixed;
  background-position: center;
}
@media (max-width: 600px) {
  .back-block {
    background-attachment: unset;
  }
}
.back-block.__career {
  background-image: url("../img/career/4.png");
}
.back-block.__career br {
  display: none;
}
@media (max-width: 530px) {
  .back-block.__career br {
    display: block;
  }
}
@media (max-width: 600px) {
  .back-block.__career {
    background-image: url("../img/career/4-1.jpg");
  }
}
.back-block.__partner-one {
  background-image: url("../img/partner/3.jpg");
}
@media (max-width: 600px) {
  .back-block.__partner-one {
    background-image: url("../img/partner/3-1.jpg");
  }
}
.back-block.__partner-two {
  background-image: url("../img/partner/11.jpg");
}
@media (max-width: 600px) {
  .back-block.__partner-two {
    background-image: url("../img/partner/11-1.jpg");
  }
}
.back-block.__social-one {
  background-image: url("../img/social/5.jpg");
}
@media (max-width: 600px) {
  .back-block.__social-one {
    background-image: url("../img/social/5-1.jpg");
  }
}
.back-block.__social-two {
  background-image: url("../img/social/9.png");
}
@media (max-width: 600px) {
  .back-block.__social-two {
    background-image: url("../img/social/9-1.jpg");
  }
}
.back-block .container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.back-block .main-banner__text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 25px;
  width: 592px;
  max-width: 100%;
  pointer-events: unset;
}

.popup {
  position: fixed;
  top: 0;
  left: 0;
  display: none;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  height: 100%;
  padding: 0 15px;
  z-index: 9999999999;
}
.popup._active {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.popup > span {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(255, 255, 255, 0.0117647059);
  backdrop-filter: blur(20px);
}
.popup__img {
  width: 100%;
  height: 100%;
  padding: 20px;
  background: #fff;
  border-radius: 32px;
  position: relative;
}
@media (max-width: 750px) {
  .popup__img {
    height: auto;
  }
}
.popup__img img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  border-radius: 15px;
}
.popup__img-icon {
  position: absolute;
  top: -6px;
  right: -6px;
  z-index: 2;
}
.popup__img-close {
  position: absolute;
  top: -12px;
  right: -11px;
  z-index: 3;
  cursor: pointer;
  width: 36px;
  height: 36px;
  padding: 8px;
  border-radius: 50%;
  background: #fff;
}
.popup__content {
  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;
  position: relative;
  height: 80%;
  z-index: 2;
}

/* header */
.header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  background: #fff;
  -webkit-box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.1019607843);
          box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.1019607843);
  z-index: 999999999;
}
.header > .container {
  position: relative;
  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;
  z-index: 2;
}
.header__logo {
  padding-left: 0 !important;
}
.header__logo img {
  width: 106px;
}
.header a {
  display: block;
  font-size: 16px;
  font-weight: 600;
  padding: 29px 24px;
}
.header a:hover {
  color: #14AB00;
}
.header__menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media (max-width: 930px) {
  .header__menu {
    display: none;
  }
}
.header__menu li {
  position: relative;
}
.header__menu li:last-of-type a {
  padding-right: 0;
}
.header__menu li div {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 220px;
  -webkit-transform: translateY(100%);
      -ms-transform: translateY(100%);
          transform: translateY(100%);
  -webkit-box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.1019607843);
          box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.1019607843);
  background: #fff;
  overflow: hidden;
  max-height: 0;
  visibility: hidden;
  -webkit-transition: 1s;
  transition: 1s;
}
.header__menu li div a {
  opacity: 0;
  -webkit-transition: 1s;
  transition: 1s;
}
.header__menu li:hover div {
  max-height: 300px;
  visibility: visible;
}
.header__menu li:hover div a {
  opacity: 1;
}
.header__burger {
  position: relative;
  width: 30px;
  height: 22px;
  border-top: 2px solid #232323;
  border-bottom: 2px solid #232323;
  display: none;
}
@media (max-width: 930px) {
  .header__burger {
    display: block;
  }
}
.header__burger:before {
  content: "";
  position: absolute;
  top: 7.5px;
  left: 0;
  width: 100%;
  height: 2px;
  background-color: #232323;
}
.header__mobile {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #fff;
  padding-top: 77px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  opacity: 0;
  -webkit-transform: translateY(-100%);
      -ms-transform: translateY(-100%);
          transform: translateY(-100%);
}
.header__mobile._active {
  opacity: 1;
  -webkit-transform: translateY(0);
      -ms-transform: translateY(0);
          transform: translateY(0);
}
.header__mobile .container {
  height: 100%;
}
.header__mobile nav {
  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-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: 100%;
}
.header__mobile nav a {
  padding: 20px 0;
}

/* footer */
.footer {
  padding: 55px 0 70px 0;
  background-color: #004CDD;
  background-image: url("../img/Pattern.svg");
}
@media (max-width: 600px) {
  .footer {
    background-image: url("../img/Pattern-1.svg");
  }
}
@media (max-width: 1000px) {
  .footer {
    padding: 60px 0;
  }
}
.footer br {
  display: none;
}
@media (max-width: 600px) {
  .footer br {
    display: block;
  }
}
.footer a {
  display: block;
  font-size: 16px;
  font-weight: 600;
  color: #fff;
}
.footer a:not(:last-of-type) {
  margin-bottom: 27px;
}
.footer a:hover {
  color: #14AB00;
}
.footer .container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 50px 70px;
}
@media (max-width: 1000px) {
  .footer .container {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 50px 0;
  }
}
.footer__info {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
@media (max-width: 1000px) {
  .footer__info {
    -webkit-box-flex: unset;
        -ms-flex: unset;
            flex: unset;
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
    padding-top: 25px !important;
  }
}
.footer__info p, .footer__info span {
  width: 300px;
  color: #fff;
}
@media (max-width: 1000px) {
  .footer__info p, .footer__info span {
    width: auto;
  }
}
.footer__info span {
  font-size: 12px;
}
.footer__info p {
  font-weight: 500;
  margin-bottom: 31px;
  font-style: italic;
}
@media (max-width: 1000px) {
  .footer__info p {
    margin-bottom: 30px;
    font-size: calc(12px + 6 * (100vw - 320px) / 680);
  }
}
.footer__info, .footer nav {
  padding-top: 25px;
}
@media (max-width: 1000px) {
  .footer__info, .footer nav {
    width: 50%;
    padding-top: 0;
  }
}
.footer__logo {
  display: block;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-bottom: 40px;
}
@media (max-width: 1000px) {
  .footer__logo {
    margin-bottom: 30px;
  }
}
.footer__logo img {
  width: 106px;
}
.footer__gerb img {
  height: 180px;
}
@media (max-width: 1000px) {
  .footer__gerb {
    -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
            order: 4;
    width: 50%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
  }
}

/* message */
.message {
  position: fixed;
  bottom: 50px;
  right: 30px;
  padding: 10px;
  z-index: 999999999;
}
@media (max-width: 550px) {
  .message {
    display: none;
  }
}
.message__circle {
  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;
  width: 55px;
  height: 55px;
  background: #004CDD;
  border: 2px solid #004CDD;
  border-radius: 50%;
  padding-top: 3px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.message__circle svg {
  width: 30px;
  height: 30px;
}
.message__circle path {
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.message__window {
  position: absolute;
  top: 0;
  right: 0;
  -webkit-box-shadow: 2px 2px 0px 0px rgba(255, 255, 255, 0.2509803922) inset, -2px -2px 0px 0px rgba(255, 255, 255, 0.2509803922) inset, 0px 4px 35.5px 0px rgba(0, 0, 0, 0.031372549);
          box-shadow: 2px 2px 0px 0px rgba(255, 255, 255, 0.2509803922) inset, -2px -2px 0px 0px rgba(255, 255, 255, 0.2509803922) inset, 0px 4px 35.5px 0px rgba(0, 0, 0, 0.031372549);
  background: rgba(242, 242, 242, 0.6980392157);
  border-radius: 15px;
  z-index: 2;
  backdrop-filter: blur(5px) url(#glass-distortion);
  -webkit-transform: translateY(-100%);
      -ms-transform: translateY(-100%);
          transform: translateY(-100%);
  width: 400px;
  max-height: 0;
  opacity: 0;
  visibility: hidden;
  overflow: hidden;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.message__window div {
  padding: 25px 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: 10px;
}
.message__window h2 {
  margin-bottom: 15px;
}
.message__window ._button {
  width: 100%;
}
.message:hover .message__window {
  max-height: 300px;
  opacity: 1;
  visibility: visible;
}
.message:hover .message__circle {
  background: #fff;
}
.message:hover .message__circle path {
  stroke: #004CDD;
}

/* main banner */
.main-banner {
  position: relative;
  width: 100%;
  height: calc(100vh - 77px);
  overflow: hidden;
}
.main-banner__bg {
  background-image: url("../img/banner.jpg");
  position: absolute;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  width: 110%;
  height: 110%;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
@media (max-width: 600px) {
  .main-banner__bg {
    background-image: url("../img/banner-1.jpg");
  }
}
.main-banner .container {
  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-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  height: 100%;
  padding-top: 125px;
  padding-bottom: 125px;
}
@media (max-width: 450px) {
  .main-banner .container {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
.main-banner__text {
  position: relative;
  -webkit-box-shadow: 2px 2px 0px 0px rgba(255, 255, 255, 0.2509803922) inset, -2px -2px 0px 0px rgba(255, 255, 255, 0.2509803922) inset, 0px 4px 35.5px 0px rgba(0, 0, 0, 0.031372549);
          box-shadow: 2px 2px 0px 0px rgba(255, 255, 255, 0.2509803922) inset, -2px -2px 0px 0px rgba(255, 255, 255, 0.2509803922) inset, 0px 4px 35.5px 0px rgba(0, 0, 0, 0.031372549);
  background: rgba(242, 242, 242, 0.6980392157);
  max-width: 442px;
  border-radius: 15px;
  padding: 35px 30px;
  z-index: 2;
  backdrop-filter: blur(5px) url(#glass-distortion);
  pointer-events: none;
}
@media (max-width: 450px) {
  .main-banner__text br {
    display: none;
  }
}
.main-banner__text h1 {
  margin-bottom: 24px;
}
.main-banner__text p:not(._small) {
  font-size: 24px;
  font-weight: 300;
}

/* index page */
.mission {
  padding: 100px 0;
}
.mission h2 {
  width: 100%;
}
.mission__wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 24px;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  max-width: 810px;
  margin: 0 auto;
}

.our-brands {
  padding-bottom: 100px;
}
.our-brands h2 {
  margin-bottom: 50px;
}
@media (max-width: 1500px) {
  .our-brands h2 {
    margin-bottom: calc(24px + (50 - 24) * (100vw - 320px) / 1180);
  }
}
.our-brands__item {
  width: 100%;
}
@media (max-width: 940px) {
  .our-brands__item br {
    display: none;
  }
}
.our-brands__item-img {
  height: 252px;
  margin-bottom: 50px;
  border-radius: 15px;
  overflow: hidden;
}
@media (max-width: 1500px) {
  .our-brands__item-img {
    margin-bottom: calc(24px + (50 - 24) * (100vw - 320px) / 1180);
  }
}
.our-brands__item-img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.our-brands__item-img:hover img {
  -webkit-transform: scale(1.1);
      -ms-transform: scale(1.1);
          transform: scale(1.1);
}
.our-brands__item-wrap span {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  font-weight: 500;
  font-style: italic;
  font-size: 16px;
}
.our-brands__item-wrap h2 {
  margin-bottom: 23px;
}
.our-brands__item-wrap p {
  margin-bottom: 16px;
  max-width: calc(100% - 210px);
}
@media (max-width: 550px) {
  .our-brands__item-wrap p {
    max-width: unset;
  }
}
.our-brands__item-wrap div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  gap: 12px 30px;
}
@media (max-width: 420px) {
  .our-brands__item-wrap div {
    -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;
  }
}

.approach {
  padding-bottom: 100px;
}
.approach ._two-columns {
  gap: 25px 50px;
}
.approach__text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 24px;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  width: 100%;
}
@media (max-width: 1076px) {
  .approach__text br {
    display: none;
  }
}
@media (max-width: 500px) {
  .approach__text {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
}
.approach__text h2 {
  width: 100%;
  margin-bottom: 0;
}
.approach__blockquote {
  padding: 50px 88px;
  border: 1.5px solid #14AB00;
  border-radius: 15px;
  font-weight: 500;
  font-style: italic;
}
@media (max-width: 500px) {
  .approach__blockquote {
    padding: 70px 40px;
  }
}

.indicators {
  padding-top: 100px;
  padding-bottom: 150px;
  background: #F1F1F1;
}
.indicators._not-back {
  background: none;
  padding-bottom: 50px;
}
.indicators__title {
  max-width: 600px;
  margin-bottom: 50px;
}
.indicators__title h2 {
  margin-bottom: 24px;
}
.indicators__num {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 50px;
}
@media (max-width: 1000px) {
  .indicators__num {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    gap: 30px 45px;
  }
}
.indicators__num-item {
  position: relative;
  width: 100%;
  padding: 0 45px;
}
@media (max-width: 1000px) {
  .indicators__num-item {
    width: calc(50% - 25px);
    padding: 0;
  }
}
@media (max-width: 620px) {
  .indicators__num-item {
    width: 100%;
    padding-bottom: 30px;
  }
}
.indicators__num-item:first-of-type {
  padding-left: 0;
}
.indicators__num-item:last-of-type {
  padding-right: 0;
}
.indicators__num-item span {
  display: block;
  color: #14AB00;
  font-weight: 700;
  font-size: 30px;
  margin-bottom: 24px;
}
.indicators__num-item p {
  max-width: 235px;
}
@media (max-width: 620px) {
  .indicators__num-item p {
    max-width: unset;
  }
}
.indicators__num-item:not(:last-of-type):before {
  content: "";
  position: absolute;
  top: 63px;
  right: 0;
  width: 1px;
  height: 80px;
  background: #14AB00;
}
@media (max-width: 620px) {
  .indicators__num-item:not(:last-of-type):before {
    right: unset;
    left: 50%;
    top: unset;
    bottom: 0;
    -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
            transform: translateX(-50%);
    width: 83px;
    height: 1px;
  }
}
@media (max-width: 1000px) {
  .indicators__num-item:nth-child(2):before {
    display: none;
  }
}
@media (max-width: 620px) {
  .indicators__num-item:nth-child(2):before {
    display: block;
  }
}
.indicators__slider {
  position: relative;
  padding: 0 40px;
}
@media (max-width: 580px) {
  .indicators__slider {
    padding: 0;
  }
}
.indicators__slider .swiper-container {
  overflow: hidden;
}
.indicators__slider-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.indicators__slider-item img {
  height: 80px;
  width: 150px;
  max-width: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.indicators__slider .swiper-button-next, .indicators__slider .swiper-button-prev {
  width: 14px;
  height: 26px;
  -webkit-transform: translateY(40%);
      -ms-transform: translateY(40%);
          transform: translateY(40%);
}
@media (max-width: 580px) {
  .indicators__slider .swiper-button-next, .indicators__slider .swiper-button-prev {
    display: none;
  }
}
.indicators__slider .swiper-button-next svg, .indicators__slider .swiper-button-prev svg {
  width: 14px;
  height: 26px;
}
.indicators__slider .swiper-button-next path, .indicators__slider .swiper-button-prev path {
  fill: #004CDD;
}

.exhibitions {
  padding: 100px 0;
}
.exhibitions ._two-columns:first-of-type {
  margin-bottom: 100px;
}
.exhibitions ._two-columns {
  gap: 50px;
}
.exhibitions br {
  display: none;
}
@media (max-width: 600px) {
  .exhibitions br {
    display: block;
  }
}
.exhibitions__text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 24px;
  width: 100%;
}
.exhibitions__slider {
  width: 100%;
}
.exhibitions__slider .swiper-container {
  width: 100%;
  overflow: hidden;
  border-radius: 15px;
}
.exhibitions__slider .swiper-container .swiper-slide {
  width: 100% !important;
  height: 288px;
}
.exhibitions__slider .swiper-container .swiper-wrapper {
  width: 100%;
}
.exhibitions__slider .swiper-container img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center top;
     object-position: center top;
}
.exhibitions__slider .swiper-pagination {
  position: unset;
  margin-top: 14px;
}
.exhibitions__slider .swiper-pagination-bullet {
  margin: 0 9px !important;
  width: 9px;
  height: 9px;
  background: #F1F1F1;
  opacity: 1;
}
.exhibitions__slider .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background: #14AB00;
}

/* about */
.about-items {
  padding: 100px 0;
  overflow: hidden;
}
.about-items h2 {
  margin-bottom: 50px;
}
.about-items p:not(:last-of-type) {
  margin-bottom: 25px;
}
.about-items__item {
  height: 100%;
  padding: 30px 20px;
  border: 1.5px solid #004CDD;
  border-radius: 15px;
}
.about-items__item h3 {
  font-weight: 600;
  margin-bottom: 25px;
}
.about-items__three {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-gap: 50px;
}
@media (max-width: 1000px) {
  .about-items__three {
    grid-template-columns: repeat(2, 1fr);
  }
  .about-items__three._wood .about-items__item:last-of-type {
    grid-column: span 2;
  }
}
@media (max-width: 630px) {
  .about-items__three {
    display: none;
  }
}
.about-items__mobile {
  display: none;
}
@media (max-width: 630px) {
  .about-items__mobile {
    display: block;
  }
}
.about-items .swiper-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.about-items .swiper-slide {
  height: auto;
}

.expert {
  padding: 0 0 100px;
}
.expert ._two-columns {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.expert__text {
  width: 100%;
}
.expert__text p {
  margin-bottom: 25px;
}
.expert__text h2 {
  margin-bottom: 25px;
}
.expert__text div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 50px;
  margin-top: 50px;
}
.expert__text div img {
  width: 106px;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
}
.expert__text div p {
  margin-bottom: 0;
  font-style: Italic;
  font-weight: 500;
}
@media (max-width: 1500px) {
  .expert__text div {
    gap: calc(25px + (50 - 25) * (100vw - 320px) / 1180);
  }
}
.expert__img {
  width: 100%;
  height: 360px;
  border-radius: 15px;
  overflow: hidden;
}
@media (max-width: 940px) {
  .expert__img {
    height: 420px;
  }
}
.expert__img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.expert__img:hover img {
  -webkit-transform: scale(1.1);
      -ms-transform: scale(1.1);
          transform: scale(1.1);
}

.economic {
  padding-top: 100px;
  padding-bottom: 100px;
  background: #F1F1F1;
}
.economic ._two-columns {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media (max-width: 940px) {
  .economic ._two-columns {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
    gap: 25px;
  }
}
.economic__img {
  width: 100%;
  height: 378px;
  border-radius: 15px;
  overflow: hidden;
}
.economic__img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.economic__img:hover img {
  -webkit-transform: scale(1.1);
      -ms-transform: scale(1.1);
          transform: scale(1.1);
}
.economic__text {
  width: 100%;
}
.economic__text p {
  margin-bottom: 25px;
}
.economic__text p span {
  font-weight: 700;
}
.economic__text h2 {
  margin-bottom: 25px;
}

.reliability {
  padding-top: 100px;
  overflow: hidden;
}
.reliability__wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 24px;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  max-width: 810px;
  margin: 0 auto;
}
.reliability img {
  width: 100%;
  margin-top: 30px;
}
@media (max-width: 940px) {
  .reliability img {
    min-width: 160%;
    -webkit-transform: translateX(-35%);
        -ms-transform: translateX(-35%);
            transform: translateX(-35%);
    margin-top: 50px;
  }
}

/* narrative */
.wood ._two-columns {
  position: relative;
}
@media (max-width: 940px) {
  .wood ._two-columns {
    padding: 70px 0;
  }
  .wood ._two-columns:first-of-type {
    padding-top: 140px;
  }
}
.wood ._two-columns:first-of-type .wood__text {
  padding-top: 100px;
}
@media (max-width: 940px) {
  .wood ._two-columns:first-of-type .wood__text {
    padding-top: 20px;
  }
}
.wood ._two-columns:last-of-type .wood__text {
  padding-bottom: 150px;
}
@media (max-width: 940px) {
  .wood ._two-columns:last-of-type .wood__text {
    display: none;
  }
}
.wood__line {
  width: 4px;
  background: #14AB00;
}
@media (max-width: 940px) {
  .wood__line {
    position: absolute;
    top: 0;
    left: 50%;
    height: 100%;
    -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
            transform: translateX(-50%);
  }
}
.wood__text {
  width: 100%;
  padding: 40px 0;
}
@media (max-width: 940px) {
  .wood__text {
    position: relative;
    z-index: 2;
    padding: 20px 0;
    background: #fff;
  }
}
.wood__text p:not(:last-of-type) {
  margin-bottom: 25px;
}
.wood__text p span {
  font-style: italic;
  font-weight: 500;
}
.wood__none {
  width: 100%;
}
@media (max-width: 940px) {
  .wood__none {
    display: none;
  }
}
.wood__circle {
  width: 100%;
  position: relative;
}
@media (max-width: 940px) {
  .wood__circle {
    display: none;
  }
}
.wood__circle div {
  position: absolute;
  top: -20px;
  right: -50px;
  width: 55%;
  height: 120px;
  overflow: hidden;
  padding: 30px 0 0 30px;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  -webkit-transform: scale(0, 1);
      -ms-transform: scale(0, 1);
          transform: scale(0, 1);
  -webkit-transform-origin: right bottom;
      -ms-transform-origin: right bottom;
          transform-origin: right bottom;
}
.wood__circle div._active {
  -webkit-transform: scale(1, 1);
      -ms-transform: scale(1, 1);
          transform: scale(1, 1);
}
.wood__circle div:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  border: 2.5px solid #14AB00;
  -webkit-transform: translateX(16px);
      -ms-transform: translateX(16px);
          transform: translateX(16px);
}
.wood__circle span {
  display: block;
  width: 100%;
  height: 100%;
  border-left: 2.5px solid #14AB00;
  border-bottom: 2.5px solid #14AB00;
  border-radius: 0 0 0 40px;
}
.wood__circle._right span {
  border-left: unset;
  border-right: 2.5px solid #14AB00;
  border-radius: 0 0 40px 0;
}
.wood__circle._right div {
  right: unset;
  left: -50px;
  padding: 30px 30px 0 0;
  -webkit-transform-origin: left bottom;
      -ms-transform-origin: left bottom;
          transform-origin: left bottom;
}
.wood__circle._right div:before {
  left: unset;
  right: 0;
  -webkit-transform: translateX(-16px);
      -ms-transform: translateX(-16px);
          transform: translateX(-16px);
}

.how-wood {
  padding-top: 100px;
  padding-bottom: 100px;
  background: #F1F1F1;
}
.how-wood ._two-columns {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media (max-width: 940px) {
  .how-wood ._two-columns {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
    gap: 25px;
  }
}
.how-wood__img {
  width: 100%;
  height: 393px;
  border-radius: 15px;
  overflow: hidden;
}
.how-wood__img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.how-wood__img:hover img {
  -webkit-transform: scale(1.1);
      -ms-transform: scale(1.1);
          transform: scale(1.1);
}
.how-wood__text {
  width: 100%;
}
.how-wood__text p:not(:last-of-type) {
  margin-bottom: 25px;
}
.how-wood__text h2 {
  margin-bottom: 25px;
}

.logo-wood {
  padding-top: 100px;
}
.logo-wood__wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 50px;
  max-width: 810px;
  margin: 0 auto;
}
@media (max-width: 550px) {
  .logo-wood__wrap {
    gap: 25px;
  }
}
.logo-wood__wrap h2 {
  width: 100%;
}
@media (max-width: 550px) {
  .logo-wood__wrap h2 {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
}
.logo-wood__wrap img {
  width: 130px;
}
@media (max-width: 550px) {
  .logo-wood__wrap img {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    width: 100%;
    height: 95px;
    -o-object-fit: contain;
       object-fit: contain;
    margin-bottom: 25px;
  }
}
.logo-wood__wrap div {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
@media (max-width: 550px) {
  .logo-wood__wrap div {
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
    -webkit-box-flex: unset;
        -ms-flex: unset;
            flex: unset;
  }
}
.logo-wood__wrap p:not(:last-of-type) {
  margin-bottom: 25px;
}

.symbol-wood.__cereer br {
  display: none;
}
@media (max-width: 700px) {
  .symbol-wood.__cereer br {
    display: block;
  }
}
.symbol-wood__wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 24px;
  max-width: 810px;
  margin: 0 auto;
}
.symbol-wood .expert__text {
  margin-top: 50px;
  margin-bottom: 25px;
}
@media (max-width: 940px) {
  .symbol-wood .expert__text {
    margin-top: 30px;
  }
}

/* brand */
.our-brand {
  padding: 100px 0;
}
.our-brand__img {
  margin-bottom: 75px;
}
@media (max-width: 1500px) {
  .our-brand__img {
    margin-bottom: calc(50px + (75 - 50) * (100vw - 320px) / 1180);
  }
}
.our-brand__img img {
  width: 100%;
  height: 440px;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 15px;
}
.our-brand__img img._mob {
  display: none;
}
@media (max-width: 600px) {
  .our-brand__img img._mob {
    display: block;
  }
}
@media (max-width: 600px) {
  .our-brand__img img._desc {
    display: none;
  }
}
.our-brand__wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 24px;
  max-width: 810px;
  margin: 0 auto;
}
.our-brand__wrap img {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  max-width: 100%;
}
.our-brand__wrap p span {
  font-weight: 700;
}
.our-brand__blockquote {
  padding: 30px 10px;
  text-align: center;
  font-style: italic;
  font-weight: 500;
  border: 1.5px solid #14AB00;
  border-radius: 15px;
}
.our-brand__grey {
  color: #BCBCBC;
  text-align: right;
  font-style: italic;
}

.pipal-mission {
  padding-top: 100px;
  background: #F1F1F1;
}
.pipal-mission h2 {
  margin-bottom: 25px;
}
.pipal-mission__subtitle {
  max-width: 810px;
  margin: 0 auto 50px;
}
.pipal-mission__button {
  margin: 50px auto 0;
}
.pipal-mission .our-brands__item-wrap span {
  font-weight: 700;
  font-style: unset;
}
.pipal-mission .our-brands__item-wrap p {
  max-width: unset;
}

.winner {
  padding: 100px 0;
}
.winner ._two-columns {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.winner__img {
  width: 100%;
  height: 515px;
  border-radius: 15px;
  overflow: hidden;
}
.winner__img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.winner__img:hover img {
  -webkit-transform: scale(1.1);
      -ms-transform: scale(1.1);
          transform: scale(1.1);
}
.winner__text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 25px;
  width: 100%;
}
@media (max-width: 400px) {
  .winner__text br {
    display: none;
  }
}
.winner__text img {
  height: 170px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  max-width: 100%;
}

.other-brands__wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 24px;
  max-width: 810px;
  margin: 0 auto;
}
.other-brands .indicators__slider {
  margin-top: 50px;
}

/* career */
.values {
  padding: 100px 0;
}
.values__wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 24px;
  max-width: 810px;
  margin: 0 auto;
}

.circles .container {
  position: relative;
}
.circles__item {
  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;
}
.circles__item img {
  height: 132px;
  margin-bottom: 50px;
}
.circles__item p {
  text-align: center;
}
.circles__item p:not(:last-of-type) {
  margin-bottom: 25px;
}
.circles__item span {
  font-weight: 700;
}
.circles .swiper-button-next {
  right: 12px;
}
.circles .swiper-button-prev {
  left: 12px;
}
.circles .swiper-button-next, .circles .swiper-button-prev {
  width: 14px;
  height: 26px;
  -webkit-transform: translateY(40%);
      -ms-transform: translateY(40%);
          transform: translateY(40%);
  z-index: 2;
}
.circles .swiper-button-next svg, .circles .swiper-button-prev svg {
  width: 14px;
  height: 26px;
}
.circles .swiper-button-next path, .circles .swiper-button-prev path {
  fill: #004CDD;
}

.twenty {
  padding: 100px 0;
}
.twenty ._two-columns {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media (max-width: 940px) {
  .twenty ._two-columns {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
    gap: 25px;
  }
}
.twenty br {
  display: none;
}
@media (max-width: 1110px) {
  .twenty br {
    display: block;
  }
}
.twenty__img {
  width: 100%;
  height: 400px;
  border-radius: 15px;
  overflow: hidden;
}
@media (max-width: 940px) {
  .twenty__img {
    height: 312px;
  }
}
.twenty__img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.twenty__img:hover img {
  -webkit-transform: scale(1.1);
      -ms-transform: scale(1.1);
          transform: scale(1.1);
}
.twenty__text {
  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;
  gap: 25px;
}

.this-pipal ._two-columns {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media (max-width: 940px) {
  .this-pipal ._two-columns {
    gap: 25px;
  }
}
.this-pipal__img {
  width: 100%;
  height: 312px;
  border-radius: 15px;
  overflow: hidden;
}
.this-pipal__img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.this-pipal__img:hover img {
  -webkit-transform: scale(1.1);
      -ms-transform: scale(1.1);
          transform: scale(1.1);
}
.this-pipal__text {
  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;
  gap: 25px;
}

.pipal-tech {
  padding-bottom: 100px;
}
.pipal-tech .expert__text div {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media (max-width: 620px) {
  .pipal-tech br {
    display: none;
  }
}

.quality {
  padding: 100px 0;
}
.quality h2 {
  margin-bottom: 50px;
}
.quality ._two-columns {
  gap: 25px 50px;
}
.quality ._two-columns > div {
  width: 100%;
}

.storage {
  padding-bottom: 100px;
}
@media (max-width: 940px) {
  .storage ._two-columns {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
    gap: 25px;
  }
}
.storage__img {
  width: 100%;
  height: 259px;
  border-radius: 15px;
  overflow: hidden;
}
@media (max-width: 940px) {
  .storage__img {
    height: 312px;
  }
}
.storage__img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.storage__img:hover img {
  -webkit-transform: scale(1.1);
      -ms-transform: scale(1.1);
          transform: scale(1.1);
}
.storage__img-wrap {
  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;
  gap: 15px;
}
.storage__text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 25px;
  width: 100%;
}

.seminars {
  padding: 100px 0;
}
.seminars ._two-columns {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media (max-width: 940px) {
  .seminars ._two-columns {
    gap: 25px;
  }
}
.seminars__img {
  width: 100%;
  height: 284px;
  border-radius: 15px;
  overflow: hidden;
}
@media (max-width: 940px) {
  .seminars__img {
    height: 312px;
  }
}
.seminars__img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.seminars__img:hover img {
  -webkit-transform: scale(1.1);
      -ms-transform: scale(1.1);
          transform: scale(1.1);
}
.seminars__text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 25px;
  width: 100%;
}

.liquid {
  padding-bottom: 100px;
}
.liquid ._two-columns {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media (max-width: 940px) {
  .liquid ._two-columns {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
    gap: 25px;
  }
}
.liquid__img {
  width: 100%;
  height: 252px;
  border-radius: 15px;
  overflow: hidden;
}
@media (max-width: 940px) {
  .liquid__img {
    height: 312px;
  }
}
.liquid__img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.liquid__img:hover img {
  -webkit-transform: scale(1.1);
      -ms-transform: scale(1.1);
          transform: scale(1.1);
}
.liquid__text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 25px;
  width: 100%;
}

.commercia {
  padding: 100px 0;
  background: #F1F1F1;
}
.commercia h2 {
  margin-bottom: 50px;
}
.commercia__wrap {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-gap: 25px 50px;
}
@media (max-width: 1040px) {
  .commercia__wrap {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 550px) {
  .commercia__wrap {
    grid-template-columns: 1fr;
  }
}
.commercia__wrap p:not(:last-of-type) {
  margin-bottom: 25px;
}
@media (max-width: 1040px) {
  .commercia__wrap p:not(:last-of-type) {
    margin-bottom: 0;
  }
}
.commercia__wrap span {
  font-weight: 700;
}
.commercia__btn {
  margin: 50px auto 0;
}

.marketing {
  padding: 100px 0;
}
.marketing ._two-columns {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media (max-width: 940px) {
  .marketing ._two-columns {
    gap: 25px;
  }
}
.marketing__img {
  width: 100%;
  height: 337px;
  border-radius: 15px;
  overflow: hidden;
}
@media (max-width: 940px) {
  .marketing__img {
    height: 312px;
  }
}
.marketing__img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.marketing__img:hover img {
  -webkit-transform: scale(1.1);
      -ms-transform: scale(1.1);
          transform: scale(1.1);
}
.marketing__text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 25px;
  width: 100%;
}

.digital {
  padding: 100px 0;
  background: #F1F1F1;
}
.digital ._two-columns {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media (max-width: 940px) {
  .digital ._two-columns {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
    gap: 25px;
  }
}
.digital__img {
  width: 100%;
  height: 228px;
  border-radius: 15px;
  overflow: hidden;
}
@media (max-width: 940px) {
  .digital__img {
    height: 312px;
  }
}
.digital__img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
@media (max-width: 940px) {
  .digital__img img {
    -o-object-position: top right;
       object-position: top right;
  }
}
.digital__img:hover img {
  -webkit-transform: scale(1.1);
      -ms-transform: scale(1.1);
          transform: scale(1.1);
}
.digital__text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 25px;
  width: 100%;
}

.support {
  padding: 100px 0;
}
.support ._two-columns {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media (max-width: 940px) {
  .support ._two-columns {
    gap: 25px;
  }
}
@media (max-width: 1100px) {
  .support br {
    display: none;
  }
}
.support__img {
  width: 100%;
  height: 416px;
  border-radius: 15px;
  overflow: hidden;
}
@media (max-width: 940px) {
  .support__img {
    height: 312px;
  }
}
.support__img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.support__img:hover img {
  -webkit-transform: scale(1.1);
      -ms-transform: scale(1.1);
          transform: scale(1.1);
}
.support__text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 25px;
  width: 100%;
}

.blogers {
  padding-bottom: 100px;
}
.blogers h2 {
  margin-bottom: 50px;
}
.blogers__item {
  width: 100%;
}
.blogers__item a {
  position: relative;
  display: block;
  width: 100%;
  height: 346px;
  border-radius: 15px;
  overflow: hidden;
}
@media (max-width: 940px) {
  .blogers__item a {
    height: 312px;
  }
}
.blogers__item a img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.blogers__item a:hover img {
  -webkit-transform: scale(1.1);
      -ms-transform: scale(1.1);
          transform: scale(1.1);
}
.blogers__item svg {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 80px;
  height: 80px;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  z-index: 2;
}
.blogers__item p {
  font-weight: 700;
  margin-top: 25px;
}

.levels {
  padding-bottom: 100px;
}
.levels h2 {
  margin-bottom: 50px;
}
@media (max-width: 580px) {
  .levels .indicators__slider .swiper-button-next, .levels .indicators__slider .swiper-button-prev {
    display: block;
  }
  .levels .indicators__slider {
    padding: 0 40px;
  }
}
.levels__item {
  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: 33px;
  text-align: center;
}
.levels__item-circle {
  position: relative;
  width: 150px;
  height: 150px;
}
.levels__item-circle span {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 50%;
  height: 50%;
  border-radius: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
@media (max-width: 1200px) {
  .levels__item-circle span {
    width: 100%;
    height: 100%;
  }
}
.levels__item-circle p {
  position: absolute;
  top: 120%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  font-weight: 700;
  color: #232323;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  z-index: 2;
}
@media (max-width: 1200px) {
  .levels__item-circle p {
    color: #fff;
    top: 50%;
  }
}
.levels__item-text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 8px;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  -webkit-transform: scale(0);
      -ms-transform: scale(0);
          transform: scale(0);
  opacity: 0;
}
@media (max-width: 1200px) {
  .levels__item-text {
    -webkit-transform: scale(1);
        -ms-transform: scale(1);
            transform: scale(1);
    opacity: 1;
  }
}
.levels__item-text p span {
  font-weight: 700;
  color: inherit;
}
@media (min-width: 1200px) {
  .levels__item:hover .levels__item-circle span {
    width: 100%;
    height: 100%;
  }
  .levels__item:hover .levels__item-circle p {
    color: #fff;
    top: 50%;
  }
  .levels__item:hover .levels__item-text {
    -webkit-transform: scale(1);
        -ms-transform: scale(1);
            transform: scale(1);
    opacity: 1;
  }
}

/* social */
.filosofy {
  padding: 100px 0;
}
.filosofy h2, .filosofy p {
  width: 100%;
}
.filosofy span {
  font-weight: 700;
}
.filosofy__wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 24px;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  max-width: 810px;
  margin: 0 auto;
}

.club ._two-columns {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media (max-width: 940px) {
  .club ._two-columns {
    gap: 25px;
  }
}
.club__img {
  width: 100%;
  height: 480px;
  border-radius: 15px;
  overflow: hidden;
}
@media (max-width: 940px) {
  .club__img {
    height: 369px;
  }
}
.club__img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.club__img:hover img {
  -webkit-transform: scale(1.1);
      -ms-transform: scale(1.1);
          transform: scale(1.1);
}
.club__text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 25px;
  width: 100%;
}
.club__text img {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  height: 63px;
  max-width: 100%;
}

.volonter {
  padding: 100px 0;
}
.volonter__wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 50px 33px;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  max-width: 810px;
  margin: 0 auto;
}
@media (max-width: 680px) {
  .volonter__wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
.volonter h2 {
  margin-bottom: 25px;
}
.volonter img {
  height: 220px;
}

.sport {
  padding: 100px 0;
}
.sport ._two-columns {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media (max-width: 940px) {
  .sport ._two-columns {
    gap: 25px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
}
.sport__img {
  width: 100%;
  height: 375px;
  border-radius: 15px;
  overflow: hidden;
}
@media (max-width: 940px) {
  .sport__img {
    height: 369px;
  }
}
.sport__img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.sport__img:hover img {
  -webkit-transform: scale(1.1);
      -ms-transform: scale(1.1);
          transform: scale(1.1);
}
.sport__text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 25px;
  width: 100%;
}
.sport__text img {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  height: 88px;
  max-width: 100%;
}

.exhibition {
  padding-bottom: 100px;
}
.exhibition__wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 25px;
  max-width: 810px;
  margin: 0 auto;
}

.social-slider .container {
  position: relative;
}
.social-slider__wrap {
  width: 100%;
  overflow: hidden;
}
.social-slider__container {
  padding: 0 50px;
}
@media (max-width: 1150px) {
  .social-slider__container {
    padding: 0;
  }
}
.social-slider .swiper-button-next {
  right: 24px;
}
.social-slider .swiper-button-prev {
  left: 24px;
}
.social-slider .swiper-button-next, .social-slider .swiper-button-prev {
  width: 14px;
  height: 26px;
  -webkit-transform: translateY(40%);
      -ms-transform: translateY(40%);
          transform: translateY(40%);
}
@media (max-width: 1150px) {
  .social-slider .swiper-button-next, .social-slider .swiper-button-prev {
    display: none;
  }
}
.social-slider .swiper-button-next svg, .social-slider .swiper-button-prev svg {
  width: 14px;
  height: 26px;
}
.social-slider .swiper-button-next path, .social-slider .swiper-button-prev path {
  fill: #004CDD;
}
.social-slider .swiper-slide p {
  text-align: center;
  margin-top: 25px;
}
.social-slider .swiper-slide img {
  width: 100%;
  height: 536px;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 15px;
}
@media (max-width: 1500px) {
  .social-slider .swiper-slide img {
    height: calc(479px + (536 - 479) * (100vw - 320px) / 1180);
  }
}

.sertificates {
  padding: 100px 0;
}
.sertificates__wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 50px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media (max-width: 1500px) {
  .sertificates__wrap {
    gap: calc(10px + (50 - 10) * (100vw - 320px) / 1180);
  }
}
.sertificates img {
  max-height: 234px;
  cursor: pointer;
  -webkit-filter: sepia(100%) hue-rotate(190deg) saturate(500%);
          filter: sepia(100%) hue-rotate(190deg) saturate(500%);
}
@media (max-width: 1500px) {
  .sertificates img {
    max-height: calc(85px + (234 - 85) * (100vw - 320px) / 1180);
  }
}
.sertificates img:hover {
  -webkit-filter: none;
          filter: none;
}

.prof-support {
  background: #F1F1F1;
  padding: 100px 0;
}
.prof-support__wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 25px;
  max-width: 810px;
  margin: 0 auto;
}
.prof-support__wrap img {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  height: 88px;
  max-width: 100%;
}
.prof-support .social-slider, .prof-support .sertificates {
  position: relative;
}

.improvement {
  padding: 100px 0;
}
.improvement .expert__text div {
  margin-top: 25px;
}
.improvement__wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 25px;
  max-width: 810px;
  margin: 0 auto;
}

.ecolog {
  padding: 100px 0;
}
.ecolog ._two-columns {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media (max-width: 940px) {
  .ecolog ._two-columns {
    gap: 25px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
}
.ecolog__img {
  width: 100%;
  height: 375px;
  border-radius: 15px;
  overflow: hidden;
}
@media (max-width: 940px) {
  .ecolog__img {
    height: 369px;
  }
}
.ecolog__img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.ecolog__img:hover img {
  -webkit-transform: scale(1.1);
      -ms-transform: scale(1.1);
          transform: scale(1.1);
}
.ecolog__text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 25px;
  width: 100%;
}
.ecolog__text img {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  height: 88px;
  max-width: 100%;
}

/* 404 */
.four {
  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;
  background: #14AB00;
  height: 100%;
}
.four img {
  height: 22px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
.four h1, .four p {
  color: #fff;
}
.four__wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 25px;
  max-width: 360px;
  margin: 0 auto;
}

.popup-other .popup__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  height: auto;
  width: 400px;
  max-width: 100%;
  padding: 24px;
  background: #fff;
  border-radius: 15px;
  text-align: center;
}
.popup-other ._button {
  width: 100%;
}
.popup-other form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 12px;
  margin-top: 24px;
  width: 100%;
}
.popup-other__file input {
  display: none;
}
.popup-other__file span {
  cursor: pointer;
  display: block;
  padding: 14px 32px;
  border-radius: 50px;
  border: 1px solid #ccc;
  text-align: left;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}