.header-btn a {
  border: 2px solid transparent;
}
.header-btn a:hover {
  border: 2px solid #dee3eb;
}

.team-item__content-descr {
  align-self: center;
}

.aboutPage {
  display: flex;
  flex-direction: column;
  gap: 160px;
}
@media screen and (max-width: 1023px) {
  .aboutPage {
    gap: 120px;
    padding: 80px 0 120px;
  }
}
@media screen and (max-width: 767px) {
  .aboutPage {
    gap: 100px;
    padding-bottom: 100px;
  }
}
.aboutPage section {
  margin: 0;
  padding-top: 0;
  padding-bottom: 0;
}
.aboutPage h2 {
  font-family: "ClashDisplay", sans-serif;
  text-transform: uppercase;
  margin-bottom: 40px;
  font-size: 36px;
  font-weight: 600;
  line-height: 40px;
  letter-spacing: 0.02em;
  color: #224479;
}
@media screen and (max-width: 1023px) {
  .aboutPage h2 {
    font-size: 28px;
    line-height: 30px;
  }
}
.aboutPage h3 {
  font-family: "ClashDisplay", sans-serif;
  text-transform: uppercase;
  font-size: 22px;
  font-weight: 600;
  line-height: 28px;
  letter-spacing: 0.44px;
  color: #224479;
}
@media screen and (max-width: 767px) {
  .aboutPage h3 {
    font-size: 18px;
  }
}
.aboutPage .btn-full {
  display: block;
  text-align: center;
  width: 100%;
  color: var(--blue, #224479);
  font-size: 16px;
  font-weight: 500;
  line-height: 22px;
  padding: 20px 60px;
  border-radius: 50px;
  border: 1px solid var(--blue, #DEE3EB);
  background: var(--white, #FFF);
  transition: 0.4s;
}
.aboutPage .btn-full:hover {
  background: #DEE3EB;
}

.aboutB1 {
  overflow: hidden;
}
.aboutB1 .container {
  padding-top: 120px;
  padding-bottom: 120px;
  position: relative;
  z-index: 2;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 40px;
}
@media screen and (max-width: 1023px) {
  .aboutB1 .container {
    gap: 32px;
  }
}
.aboutB1 h1 {
  color: var(--white, #FFF);
  text-transform: uppercase;
  font-family: "ClashDisplay", sans-serif;
  font-size: 36px;
  font-weight: 600;
  line-height: 120%;
  letter-spacing: 0.72px;
}
@media screen and (max-width: 1023px) {
  .aboutB1 h1 {
    font-size: 33px;
  }
}
@media screen and (max-width: 767px) {
  .aboutB1 h1 {
    font-size: 28px;
    letter-spacing: 0.5px;
  }
}
.aboutB1__bg {
  position: absolute;
  width: calc(100% + 260px);
  height: 100%;
  left: -130px;
  top: 0;
  border-radius: 0 100px;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  z-index: -1;
}
@media screen and (max-width: 1480px) {
  .aboutB1__bg {
    width: calc(100% + 128px);
    max-width: 100vw;
    left: 50%;
    transform: translate(-50%, 0);
  }
}
@media screen and (max-width: 1023px) {
  .aboutB1__bg {
    border-radius: 0 50px;
  }
}
@media screen and (max-width: 767px) {
  .aboutB1 .button {
    background: white;
    border-color: white;
    color: #224479;
    width: 100%;
  }
}

.aboutB2__main {
  border-radius: 0 50px;
  background: rgba(34, 68, 121, 0.1);
  padding: 64px 0;
  display: flex;
}
@media screen and (max-width: 1023px) {
  .aboutB2__main {
    flex-direction: column;
    padding: 64px 40px;
    gap: 48px;
  }
}
@media screen and (max-width: 767px) {
  .aboutB2__main {
    padding: 36px;
  }
}
.aboutB2__col {
  padding: 0 64px;
  display: flex;
  flex-direction: column;
  width: 100%;
}
@media screen and (max-width: 1023px) {
  .aboutB2__col {
    padding: 0;
  }
}
.aboutB2__text {
  display: flex;
  flex-direction: column;
  gap: 24px;
}
@media screen and (max-width: 767px) {
  .aboutB2__text {
    gap: 20px;
  }
}
.aboutB2__text p {
  text-align: justify;
  font-size: 16px;
  font-weight: 500;
  line-height: 22px;
}
.aboutB2 .line {
  width: 1px;
  min-width: 1px;
  background: var(--blue10, rgba(34, 68, 121, 0.1));
}
@media screen and (max-width: 1023px) {
  .aboutB2 .line {
    width: unset;
    min-width: unset;
    height: 1px;
  }
}
.aboutB2 .btn {
  display: block;
  color: var(--blue, #224479);
  font-size: 16px;
  font-weight: 500;
  line-height: 22px;
  padding: 20px 60px;
  border-radius: 50px;
  border: 1px solid var(--blue, #224479);
  width: -moz-max-content;
  width: max-content;
  margin-top: 24px;
  transition: 0.4s;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .aboutB2 .btn {
    width: 100%;
    padding: 20px;
    margin-top: 36px;
  }
}
.aboutB2 .btn:hover {
  background: #224479;
  color: white;
}

.aboutB3 .container {
  display: flex;
  flex-direction: column;
  gap: 32px;
}
.aboutB3__main {
  display: flex;
  gap: 32px;
}
@media screen and (max-width: 1023px) {
  .aboutB3__main {
    flex-direction: column;
  }
}
.aboutB3__col {
  display: flex;
  flex-direction: column;
  gap: 24px;
  width: 100%;
  padding: 64px;
  border-radius: 0 50px;
  background: var(--blue10, rgba(34, 68, 121, 0.1));
}
@media screen and (max-width: 767px) {
  .aboutB3__col {
    padding: 36px;
    gap: 20px;
  }
}
.aboutB3__col p {
  color: var(--blue, #224479);
  text-align: justify;
  font-size: 16px;
  font-weight: 500;
  line-height: 22px;
}

.aboutB4 .container {
  display: flex;
  gap: 32px;
}
@media screen and (max-width: 1023px) {
  .aboutB4 .container {
    flex-direction: column;
  }
}
.aboutB4__left {
  display: flex;
  flex-direction: column;
  gap: 12px;
}
.aboutB4__left h2 {
  margin-bottom: 0;
}
.aboutB4__left p {
  font-size: 16px;
  font-weight: 500;
  line-height: 22px;
}
.aboutB4__right {
  display: flex;
  flex-direction: column;
  gap: 12px;
}
.aboutB4__right .box {
  border-radius: 0 20px;
  background: rgba(34, 68, 121, 0.1);
  padding: 36px;
  display: flex;
  flex-direction: column;
  gap: 12px;
}
.aboutB4__right p {
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
}
.aboutB4__right > p {
  margin-top: 20px;
}

.aboutB5 h2 {
  margin-bottom: 0;
}
.aboutB5 .wrapper-text {
  width: calc(50% - 15px);
  margin-left: auto;
}
@media screen and (max-width: 767px) {
  .aboutB5 .wrapper-text {
    width: 100%;
  }
}

.right_header {
  display: flex;
  align-items: center;
  gap: 12px;
}

.wpml-ls {
  height: 51px;
}
.wpml-ls-current-language {
  order: -1;
  pointer-events: none;
}
.wpml-ls ul {
  display: flex;
  flex-direction: column;
  gap: 0;
  border-radius: 40px;
  border: 1px solid #224479;
  background: transparent;
  padding: 10px 0;
  transition: 0.4s;
  max-height: 51px;
  overflow: hidden;
}
.wpml-ls ul:hover {
  background: #DEE3EB;
  max-height: 150px;
}
.wpml-ls ul:hover .wpml-ls-current-language {
  opacity: 0.5;
}
.wpml-ls a, .wpml-ls span {
  font-size: 16px;
  font-weight: 500;
  line-height: 22px;
  text-decoration: none;
}
.wpml-ls a:after, .wpml-ls span:after {
  display: none;
}
.wpml-ls li {
  transition: 0.4s;
}
.wpml-ls span {
  display: flex;
  align-items: center;
  color: #224479;
  padding: 5px 20px;
  text-decoration: underline;
  text-decoration-color: transparent;
  transition: 0.4s;
}
.wpml-ls span:hover {
  text-decoration-color: #224479;
}

.header-white:not(.header-fixed__bg) .wpml-ls ul {
  border-color: white;
}
.header-white:not(.header-fixed__bg) .wpml-ls ul:hover {
  border-color: #224479;
}
.header-white:not(.header-fixed__bg) .wpml-ls ul:not(:hover) span {
  color: white;
}

@media screen and (max-width: 768px) {
  .main-services {
    height: 650px;
    padding-bottom: 50px;
    align-items: flex-end;
  }
}