@media (max-width: 992px) {
  .about-us {
    padding: 0;
  }
}
.about-us .text-block {
  max-width: 50%;
  font-size: 18px;
  color: var(--black);
  margin-bottom: 30px;
}
@media (max-width: 1200px) {
  .about-us .text-block {
    font-size: 16px;
    margin-bottom: 35px;
    max-width: 100%;
  }
}
.about-us .img-block {
  font-size: 0;
}
.about-us .img-block img {
  width: 100%;
}

.our-history {
  background: var(--dark-gray);
  padding: 75px 0 110px;
}
@media (max-width: 992px) {
  .our-history {
    padding: 60px 0;
  }
}
.our-history .title {
  margin: 0;
  color: var(--white);
  font-size: 28px;
  font-weight: 500;
  margin-bottom: 57px;
}
@media (max-width: 992px) {
  .our-history .title {
    margin-bottom: 40px;
  }
}
.our-history__list .item .block {
  margin-bottom: 41px;
  padding: 0 35px;
}
.our-history__list .item .block .text {
  border: 1px solid var(--light);
  border-radius: 4px;
  padding: 28px 30px;
  font-size: 19px;
  color: var(--white);
  font-weight: 500;
  position: relative;
}
.our-history__list .item .block .text:after {
  content: "";
  display: block;
  width: 46px;
  height: 20px;
  background: url(../image/icon__quote-corner.svg) no-repeat;
  position: absolute;
  top: 100%;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
}
.our-history__list .item .line {
  height: 4px;
  background: var(--light);
  margin-bottom: 15px;
}
.our-history__list .item .year {
  text-align: center;
  color: var(--light);
  font-size: 28px;
  font-weight: 500;
}
.our-history__list .swiper-slide {
  width: 320px;
  height: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
}

.certificates {
  padding: 65px 0 80px;
}
@media (max-width: 992px) {
  .certificates {
    padding: 60px 0;
  }
}
@media (max-width: 992px) {
  .certificates__list {
    margin-right: -15px;
    margin-left: -15px;
    padding-right: 15px;
    padding-left: 15px;
  }
}
.certificates__list .item {
  border-right: 1px solid var(--light);
  padding-bottom: 88px;
  position: relative;
  padding-left: 16px;
}
@media (max-width: 992px) {
  .certificates__list .item {
    padding-left: 0;
    border-right: 0;
    padding-bottom: 0;
  }
}
.certificates__list .item:before {
  content: "";
  display: block;
  width: 131px;
  background: var(--light);
  height: 1px;
  position: absolute;
  left: 0;
  bottom: 60px;
}
@media (max-width: 992px) {
  .certificates__list .item:before {
    display: none;
  }
}
.certificates__list .item:after {
  content: "";
  display: block;
  width: 131px;
  background: var(--light);
  height: 1px;
  position: absolute;
  right: 0;
  bottom: 60px;
}
@media (max-width: 992px) {
  .certificates__list .item:after {
    display: none;
  }
}
.certificates__list .item .img {
  display: block;
}
.certificates__list .item .img img {
  max-width: 100%;
}
@media (max-width: 992px) {
  .certificates__list .swiper-slide {
    max-width: 235px;
  }
}
.certificates__list .swiper-slide-active .item:before {
  display: none;
}
.certificates__list .swiper-slide-next + .swiper-slide + .swiper-slide .item {
  border-right: 0;
}
.certificates__list .swiper-slide-next + .swiper-slide + .swiper-slide .item:after {
  display: none;
}
.certificates .slider-navigation {
  margin-top: 36px;
}
@media (max-width: 992px) {
  .certificates .slider-navigation {
    margin-top: 25px;
    padding-top: 25px;
    border-top: 1px solid var(--light);
  }
}

.get-partner {
  padding-top: 85px;
}
@media (max-width: 992px) {
  .get-partner {
    padding-top: 60px;
  }
}
.get-partner .top-text {
  font-size: 36px;
  color: var(--black);
  margin-bottom: 80px;
}
@media (max-width: 992px) {
  .get-partner .top-text {
    font-size: 22px;
    margin-bottom: 60px;
  }
}
.get-partner .inner {
  background: var(--dark-gray);
  padding: 80px 0;
  text-align: center;
}
.get-partner .inner .wrapper {
  max-width: 1220px;
}
.get-partner .inner .title {
  color: var(--white);
  margin-bottom: 20px;
  font-size: 36px;
  font-weight: 500;
}
@media (max-width: 992px) {
  .get-partner .inner .title {
    font-size: 22px;
  }
}
.get-partner .inner .desc {
  font-size: 18px;
  color: var(--white);
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .get-partner .inner .desc {
    font-size: 16px;
  }
}
.get-partner .inner .contact-form {
  display: grid;
  grid-template-columns: 1fr 1fr 360px;
  max-width: 100%;
  gap: 28px;
}
@media (max-width: 1200px) {
  .get-partner .inner .contact-form {
    display: block;
    max-width: 405px;
    margin: 0 auto;
  }
}
.get-partner .inner .contact-form .checkbox-block {
  -webkit-box-ordinal-group: 5;
  -ms-flex-order: 4;
  order: 4;
  grid-column: 2;
}
.get-partner .inner .contact-form .btn-block {
  margin-top: 0;
}
@media (max-width: 1200px) {
  .get-partner .inner .contact-form .btn-block {
    margin-top: 40px;
    max-width: 100%;
  }
}
.get-partner .inner .contact-form .error {
  font-size: 13px;
}
@media (max-width: 992px) {
  .get-partner .inner .contact-form .error {
    font-size: 11px;
  }
}

.team-full__list {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  row-gap: 40px;
  margin-left: -16px;
}
@media (max-width: 1200px) {
  .team-full__list {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media (max-width: 992px) {
  .team-full__list {
    grid-template-columns: 1fr 1fr;
  }
}
@media (max-width: 767px) {
  .team-full__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: 24px;
    margin-left: 0;
  }
}
.team-full .item {
  border-right: 1px solid var(--light);
  padding-bottom: 140px;
  position: relative;
  padding-left: 16px;
}
@media (max-width: 767px) {
  .team-full .item {
    border-right: 0 !important;
    padding-bottom: 24px;
    padding-left: 0;
  }
  .team-full .item:not(:last-child) {
    border-bottom: 1px solid var(--light);
  }
}
.team-full .item:before {
  content: "";
  display: block;
  width: 131px;
  background: var(--light);
  height: 1px;
  position: absolute;
  left: 0;
  bottom: 60px;
}
@media (max-width: 767px) {
  .team-full .item:before {
    display: none !important;
  }
}
.team-full .item:after {
  content: "";
  display: block;
  width: 131px;
  background: var(--light);
  height: 1px;
  position: absolute;
  right: 0;
  bottom: 60px;
}
@media (max-width: 767px) {
  .team-full .item:after {
    display: none !important;
  }
}
.team-full .item .img {
  margin-bottom: 32px;
  overflow: hidden;
  font-size: 0;
  position: relative;
}
@media (max-width: 767px) {
  .team-full .item .img {
    margin-bottom: 24px;
  }
}
.team-full .item .img img {
  height: 100%;
  max-width: 100%;
}
.team-full .item .img .info {
  position: absolute;
  padding: 25px 30px;
  font-size: 18px;
  color: var(--white);
  right: 0;
  bottom: -100%;
  left: 0;
  -webkit-transition: bottom 0.4s ease;
  transition: bottom 0.4s ease;
}
@media (max-width: 767px) {
  .team-full .item .img .info {
    padding: 25px 20px;
    font-size: 16px;
  }
}
.team-full .item .img .info:before {
  content: "";
  display: block;
  inset: 0;
  background: rgba(90, 91, 97, 0.7);
  -webkit-backdrop-filter: blur(20px);
  backdrop-filter: blur(20px);
  z-index: 1;
  position: absolute;
}
.team-full .item .img .info span {
  position: relative;
  z-index: 2;
}
.team-full .item .name {
  font-weight: 500;
  font-size: 22px;
  color: var(--black);
  margin-bottom: 8px;
}
@media (max-width: 767px) {
  .team-full .item .name {
    font-size: 20px;
  }
}
.team-full .item .post {
  font-size: 18px;
  color: var(--black);
}
@media (max-width: 767px) {
  .team-full .item .post {
    font-size: 16px;
  }
}
.team-full .item:hover .img .info {
  bottom: 0;
}
.team-full .item:first-child:before {
  display: none;
}
.team-full .item:nth-child(4n+1):not(:first-child):before {
  display: none;
}
@media (max-width: 1200px) {
  .team-full .item:nth-child(4n+1):not(:first-child):before {
    display: block;
  }
}
.team-full .item:nth-child(4n) {
  border: 0;
}
@media (max-width: 1200px) {
  .team-full .item:nth-child(4n) {
    border-right: 1px solid var(--light);
  }
}
.team-full .item:nth-child(4n):after {
  display: none;
}
@media (max-width: 1200px) {
  .team-full .item:nth-child(4n):after {
    display: block;
  }
}
@media (max-width: 1200px) {
  .team-full .item:nth-child(3n+1):not(:first-child):before {
    display: none;
  }
}
@media (max-width: 1200px) and (max-width: 992px) {
  .team-full .item:nth-child(3n+1):not(:first-child):before {
    display: block;
  }
}
@media (max-width: 1200px) {
  .team-full .item:nth-child(3n) {
    border-right: 0;
  }
}
@media (max-width: 1200px) and (max-width: 992px) {
  .team-full .item:nth-child(3n) {
    border-right: 1px solid var(--light);
  }
}
@media (max-width: 1200px) {
  .team-full .item:nth-child(3n):after {
    display: none;
  }
}
@media (max-width: 1200px) and (max-width: 992px) {
  .team-full .item:nth-child(3n):after {
    display: block;
  }
}
@media (max-width: 992px) {
  .team-full .item:nth-child(2n+1):not(:first-child):before {
    display: none;
  }
}
@media (max-width: 992px) and (max-width: 767px) {
  .team-full .item:nth-child(2n+1):not(:first-child):before {
    display: block;
  }
}
@media (max-width: 992px) {
  .team-full .item:nth-child(2n) {
    border-right: 0;
  }
  .team-full .item:nth-child(2n):after {
    display: none;
  }
}

.request-vacancy .inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
@media (max-width: 992px) {
  .request-vacancy .inner {
    display: block;
  }
}
.request-vacancy .inner .contact-form {
  display: grid;
  grid-template-columns: 1fr 1fr;
  -webkit-column-gap: 20px;
  -moz-column-gap: 20px;
  column-gap: 20px;
  row-gap: 10px;
  max-width: 100%;
}
@media (max-width: 1200px) {
  .request-vacancy .inner .contact-form {
    display: block;
  }
}
.request-vacancy .inner .contact-form__block {
  width: calc(50% - 40px);
}
@media (max-width: 992px) {
  .request-vacancy .inner .contact-form__block {
    width: 100%;
  }
}
.request-vacancy .inner .contact-form .input-block {
  margin-bottom: 0;
}
@media (max-width: 1200px) {
  .request-vacancy .inner .contact-form .input-block {
    margin-bottom: 20px;
  }
}
@media (max-width: 992px) {
  .request-vacancy .inner .contact-form .input-block {
    margin-bottom: 10px;
  }
}
.request-vacancy .inner .contact-form .textarea-block {
  grid-column: span 2;
}
.request-vacancy .inner .contact-form .btn-block {
  grid-column: span 2;
  margin-top: 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  max-width: 100%;
}
.request-vacancy .inner .contact-form .btn-block .btn {
  max-width: 265px;
}
.request-vacancy .inner .contact-form .custom-textarea {
  width: 100%;
  height: 166px;
  border: 1px solid var(--light);
  resize: none;
  padding: 20px;
  color: #a7a9ac;
  font-size: 16px;
  font-family: "Inter";
  font-weight: 500;
}
.request-vacancy .inner .contact-form .custom-textarea::-webkit-input-placeholder {
  color: rgba(167, 169, 172, 0.7);
}
.request-vacancy .inner .contact-form .custom-textarea::-moz-placeholder {
  color: rgba(167, 169, 172, 0.7);
}
.request-vacancy .inner .contact-form .custom-textarea:-ms-input-placeholder {
  color: rgba(167, 169, 172, 0.7);
}
.request-vacancy .inner .contact-form .custom-textarea::-ms-input-placeholder {
  color: rgba(167, 169, 172, 0.7);
}
.request-vacancy .inner .contact-form .custom-textarea::placeholder {
  color: rgba(167, 169, 172, 0.7);
}
.request-vacancy .inner .contact-form .custom-input {
  border: 1px solid var(--light);
  color: #a7a9ac;
}
.request-vacancy .inner .contact-form .custom-input::-webkit-input-placeholder {
  color: rgba(167, 169, 172, 0.7);
}
.request-vacancy .inner .contact-form .custom-input::-moz-placeholder {
  color: rgba(167, 169, 172, 0.7);
}
.request-vacancy .inner .contact-form .custom-input:-ms-input-placeholder {
  color: rgba(167, 169, 172, 0.7);
}
.request-vacancy .inner .contact-form .custom-input::-ms-input-placeholder {
  color: rgba(167, 169, 172, 0.7);
}
.request-vacancy .inner .contact-form .custom-input::placeholder {
  color: rgba(167, 169, 172, 0.7);
}
.request-vacancy .inner .text-block {
  width: calc(50% - 40px);
}
@media (max-width: 992px) {
  .request-vacancy .inner .text-block {
    width: 100%;
    margin-bottom: 60px;
  }
}
.request-vacancy .inner .text-block .title {
  font-size: 36px;
  font-weight: 500;
  color: var(--black);
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .request-vacancy .inner .text-block .title {
    font-size: 40px;
    margin-bottom: 24px;
  }
}
.request-vacancy .inner .text-block .text {
  font-size: 18px;
  color: #000;
}
@media (max-width: 992px) {
  .request-vacancy .inner .text-block .text {
    font-size: 16px;
  }
}
.request-vacancy .inner .text-block .text p {
  margin: 0;
  padding: 0;
}
.request-vacancy .inner .text-block .text p:not(:last-child) {
  margin-bottom: 20px;
}