.main {
  margin-top: 81px !important;
  padding-bottom: 60px;
}

.container {
  padding-left: 15px;
  padding-right: 15px;
  max-width: 1900px;
}

.block {
  display: none !important;
  width: 0;
  height: 0;
  z-index: -1;
  position: absolute;
  opacity: 0;
  visibility: hidden;
}

.pages__name {
  display: flex;
  justify-content: flex-start;
  gap: 10px;
  align-items: center;
  margin-top: 25px;
}
.pages__name-left {
  color: #FFF;
  font-family: "Lato";
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  letter-spacing: 0.28px;
}
.pages__name-right {
  color: #777A9A;
  font-family: "Lato";
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  letter-spacing: 0.28px;
}
.pages__name-slash {
  color: #FFF;
  font-family: "Lato";
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  letter-spacing: 0.28px;
}

.first {
  display: flex;
  flex-direction: column;
  gap: 30px;
  margin-top: 50px;
}
.first-title {
  color: #FFF;
  text-align: center;
  font-family: "Lato";
  font-size: 110px;
  font-style: normal;
  font-weight: 500;
  line-height: 130%;
  /* 143px */
  text-transform: uppercase;
  /* display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  gap: 40px; */
}
.first-title__span {
  background: linear-gradient(268deg, #0086E7 48.28%, #97D3FF 98.91%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  display: inline-block;
  width: -moz-max-content;
  width: max-content;
}
.first__content {
  display: flex;
  gap: 30;
  align-items: center;
  justify-content: space-between;
  width: 100%;
}
.first__content__left {
  display: flex;
  flex-direction: column;
  gap: 50px;
}
.first__content__left__card {
  display: flex;
  flex-direction: column;
  width: 326px;
}
.first__content__left__card-line {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.first__content__left__card-line .line-circle {
  width: 13px;
  height: 13px;
  border-radius: 50%;
  background: linear-gradient(85deg, #136BFF -18.08%, #00BCFF 90.14%);
  box-shadow: 0px 0px 9.8px 0px rgba(0, 188, 255, 0.5);
}
.first__content__left__card-line .line-content {
  width: 104px;
  height: 1px;
  background: linear-gradient(85deg, #136BFF -18.08%, #00BCFF 90.14%);
  box-shadow: 0px 0px 9.8px 0px rgba(0, 188, 255, 0.5);
}
.first__content__left__card-title {
  color: #FFF;
  font-family: "Lato";
  font-size: 24px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  text-transform: uppercase;
  margin: 12px 0 15px;
}
.first__content__left__card-text {
  color: #FFF;
  font-family: "Lato";
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
}
.first__content__img {
  width: 673.975px;
  height: 503.72px;
  max-width: 673.975;
  min-width: 673.975;
  max-height: 503.72px;
  min-height: 503.72px;
  display: block;
}
.first__content__img img {
  width: 673.975px;
  height: 503.72px;
  max-width: 673.975;
  min-width: 673.975;
  max-height: 503.72px;
  min-height: 503.72px;
  display: block;
}
.first__content__right {
  display: flex;
  flex-direction: column;
  gap: 50px;
}
.first__content__right__card {
  display: flex;
  flex-direction: column;
  width: 326px;
}
.first__content__right__card-line {
  display: flex;
  flex-direction: row-reverse;
  align-items: center;
  justify-content: flex-start;
}
.first__content__right__card-line .line-circle {
  width: 13px;
  height: 13px;
  border-radius: 50%;
  background: linear-gradient(85deg, #136BFF -18.08%, #00BCFF 90.14%);
  box-shadow: 0px 0px 9.8px 0px rgba(0, 188, 255, 0.5);
}
.first__content__right__card-line .line-content {
  width: 104px;
  height: 1px;
  background: linear-gradient(85deg, #136BFF -18.08%, #00BCFF 90.14%);
  box-shadow: 0px 0px 9.8px 0px rgba(0, 188, 255, 0.5);
}
.first__content__right__card-title {
  color: #FFF;
  font-family: "Lato";
  font-size: 24px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  text-transform: uppercase;
  margin: 12px 0 15px;
  text-align: right;
}
.first__content__right__card-text {
  color: #FFF;
  font-family: "Lato";
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
  text-align: right;
}

.items {
  position: relative;
  display: flex;
  height: 600px;
  cursor: default;
  overflow: hidden;
  margin-top: 60px;
  background: linear-gradient(0deg, #161A46 0%, rgba(22, 26, 70, 0) 50%);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  max-width: 1920px;
  margin-right: auto;
  margin-left: auto;
}

.items h2 {
  color: #FFF;
  font-family: "Lato";
  font-size: 24px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  text-transform: uppercase;
  padding: 0px 30px;
  margin-bottom: 23px;
}

.items p {
  color: #FFF;
  font-family: "Lato";
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
  padding: 0px 30px;
}

.item {
  display: flex;
  flex-direction: column;
  justify-content: end;
  flex: 0 0 25%;
}

.br {
  border-right: 1px solid rgba(255, 255, 255, 0.5);
}

.absolute-image {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  visibility: hidden;
  opacity: 0;
  transition: all 0.7s ease;
  z-index: -1;
}

.absolute-image--active {
  visibility: visible;
  opacity: 1;
  background: rgba(0, 0, 0, 0.534);
  height: 100%;
  width: 100%;
}

.absolute-image img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.absolute__title {
  transform: translateY(300px);
}

.absolute__title--active {
  transform: translateY(-10px);
  transition: all 0.7s ease;
}

.about {
  margin-top: 60px;
  max-width: 1920px;
  margin-left: auto;
  margin-right: auto;
}
.about__row {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  border-bottom: 1px transparent solid;
}
.about__row__left {
  width: 50%;
  padding-right: 30px;
}
.about__row__left-title {
  color: #FFF;
  font-family: "Lato";
  font-size: 46px;
  font-style: normal;
  font-weight: 500;
  line-height: 150%;
  /* 69px */
  text-transform: uppercase;
}
.about__row__right {
  width: 50%;
  padding-left: 30px;
}
.about__row__right-text {
  color: #FFF;
  font-family: "Lato";
  font-size: 28px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
  display: block;
  margin-bottom: 0;
}
.about__row__right-btn {
  display: block;
  width: -moz-max-content;
  width: max-content;
  margin-bottom: 30px;
}
.about__clients {
  margin-top: 60px;
  margin-bottom: 60px;
}
.about__clients__logo {
  width: 113px;
  height: 69px;
}
.about__clients__logo img {
  width: 100%;
  height: 100%;
}
.about__clients .swiper-slide {
  width: 113px !important;
}

.statistics {
  height: auto;
  background: transparent;
  background-size: cover;
  background-repeat: no-repeat;
  display: flex;
  justify-content: center;
  align-items: center;
  background-position: center;
  padding: 30px;
}
.statistics__content {
  max-width: 1185px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 45px;
}
.statistics__content__info p {
  color: #FFF;
  text-align: center;
  font-family: "Lato";
  font-size: 28px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
}
.statistics__content__row {
  display: flex;
  row-gap: 20px;
  -moz-column-gap: 30px;
       column-gap: 30px;
}
.statistics__content__row-item {
  width: 200px;
  display: flex;
  flex-direction: column;
}
.statistics__content__row-item .statistics-number {
  color: #FFF;
  text-align: center;
  font-family: "Lato";
  font-size: 60px;
  font-style: normal;
  font-weight: 400;
  line-height: 140%;
}
.statistics__content__row-item .statistics-text {
  color: #FFF;
  text-align: center;
  font-family: "Lato";
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
}

.photo {
  cursor: url("../icons/about-cursor.svg"), pointer;
  max-width: 1920px;
}
.photo__card {
  width: 940px;
  height: 600px;
  max-width: 940px;
  min-width: 940px;
  max-height: 600px;
  min-height: 600px;
  display: block;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}
.photo__card :first-of-type {
  margin-left: 30px;
}
.photo__card-img {
  width: 940px;
  height: 600px;
  max-width: 940px;
  min-width: 940px;
  max-height: 600px;
  min-height: 600px;
}
.photo .swiper-slide {
  width: 940px;
  height: 600px;
  max-width: 940px;
  min-width: 940px;
  max-height: 600px;
  min-height: 600px;
}

@media (max-width: 760px) {
  .photo__card :first-of-type {
    margin-left: 25px;
  }
}
@media (max-width: 620px) {
  .photo__card :first-of-type {
    margin-left: 20px;
  }
}
@media (max-width: 450px) {
  .photo__card :first-of-type {
    margin-left: 15px;
  }
}
@media (max-width: 1500px) {
  .first__content__img {
    width: 420px;
    height: 350px;
    max-width: 420px;
    min-width: 420px;
    max-height: 350px;
    min-height: 350px;
    display: block;
  }
  .first__content__img img {
    width: 420px;
    height: 350px;
    max-width: 420px;
    min-width: 420px;
    max-height: 350px;
    min-height: 350px;
    display: block;
  }
  .first-title {
    font-size: 100px;
  }
}
@media (max-width: 1200px) {
  .about__row {
    flex-direction: column;
    gap: 25px;
  }
  .about__row__border {
    display: none;
    width: 0;
    height: 0;
    z-index: -1;
  }
  .about__row__left {
    width: 100%;
    padding-right: 0;
  }
  .about__row__right {
    width: 100%;
    padding-left: 0;
  }
  .first-title {
    font-size: 95px;
  }
  .first__content__img {
    width: 300px;
    height: 250px;
    max-width: 300px;
    min-width: 300px;
    max-height: 250px;
    min-height: 250px;
    display: block;
  }
  .first__content__img img {
    width: 300px;
    height: 250px;
    max-width: 300px;
    min-width: 300px;
    max-height: 250px;
    min-height: 250px;
    display: block;
  }
  .photo__card {
    width: 800px;
    height: 550px;
    max-width: 800px;
    min-width: 800px;
    max-height: 550px;
    min-height: 550px;
    display: block;
  }
  .photo__card-img {
    width: 800px;
    height: 550px;
    max-width: 800px;
    min-width: 800px;
    max-height: 550px;
    min-height: 550px;
    display: block;
  }
  .photo .swiper-slide {
    width: 800px;
    height: 550px;
    max-width: 800px;
    min-width: 800px;
    max-height: 550px;
    min-height: 550px;
  }
}
@media (max-width: 1100px) {
  .first__content {
    flex-direction: column;
  }
  .first__content__left {
    width: 100%;
    flex-direction: row;
    gap: 40px;
  }
  .first__content__right {
    width: 100%;
    flex-direction: row;
    gap: 40px;
  }
  .first__content__left__card {
    width: 100%;
  }
  .first__content__right__card {
    width: 100%;
  }
  .first__content__right__card-title {
    text-align: left;
  }
  .first__content__right__card-line {
    flex-direction: row;
  }
  .first__content__right__card-text {
    text-align: left;
  }
  .first__content__img {
    width: 702.623px;
    height: 525.131px;
    max-width: 702.623px;
    min-width: 702.623px;
    max-height: 525.131px;
    min-height: 525.131px;
    display: block;
  }
  .first__content__img img {
    width: 702.623px;
    height: 525.131px;
    max-width: 702.623px;
    min-width: 702.623px;
    max-height: 525.131px;
    min-height: 525.131px;
    display: block;
  }
}
@media (max-width: 1000px) {
  .statistics {
    height: 590px;
  }
  .first-title {
    font-size: 85px;
  }
  .photo__card {
    width: 700px;
    height: 500px;
    max-width: 700px;
    min-width: 700px;
    max-height: 500px;
    min-height: 500px;
    display: block;
  }
  .photo__card-img {
    width: 700px;
    height: 500px;
    max-width: 700px;
    min-width: 700px;
    max-height: 500px;
    min-height: 500px;
    display: block;
  }
  .photo .swiper-slide {
    width: 700px;
    height: 500px;
    max-width: 700px;
    min-width: 700px;
    max-height: 500px;
    min-height: 500px;
  }
  .photo {
    cursor: pointer;
  }
}
@media (max-width: 800px) {
  .about {
    margin-top: 50px;
  }
  .about__clients {
    margin-top: 50px;
    margin-bottom: 50px;
  }
  .about__video {
    height: 450px;
    background-position: center;
  }
  .statistics__content {
    gap: 35px;
  }
  .statistics__content__row {
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
  }
  .statistics {
    height: auto;
  }
  .first-title {
    font-size: 70px;
  }
  .first__content__right {
    flex-direction: column;
  }
  .first__content__left {
    flex-direction: column;
  }
  .first__content__img {
    width: 420px;
    height: 350px;
    max-width: 420px;
    min-width: 420px;
    max-height: 350px;
    min-height: 350px;
    display: block;
  }
  .first__content__img img {
    width: 420px;
    height: 350px;
    max-width: 420px;
    min-width: 420px;
    max-height: 350px;
    min-height: 350px;
    display: block;
  }
  .pages__name {
    display: none !important;
    z-index: -999 !important;
    width: 0 !important;
    height: 0 !important;
    opacity: 0 !important;
  }
  .absolute-image--active {
    width: 180vh !important;
  }
  .photo__card {
    width: 550px;
    height: 400px;
    max-width: 550px;
    min-width: 550px;
    max-height: 400px;
    min-height: 400px;
    display: block;
  }
  .photo__card-img {
    width: 550px;
    height: 400px;
    max-width: 550px;
    min-width: 550px;
    max-height: 400px;
    min-height: 400px;
    display: block;
  }
  .photo .swiper-slide {
    width: 550px;
    height: 400px;
    max-width: 550px;
    min-width: 550px;
    max-height: 400px;
    min-height: 400px;
    display: block;
  }
  .main {
    margin-top: 71px !important;
    padding-bottom: 50px;
  }
}
@media (max-width: 750px) {
  .about__row__left-title {
    font-size: 40px;
  }
  .about__row__right-text {
    font-size: 24px;
  }
  .statistics__content__info p {
    font-size: 26px;
  }
  .statistics__content__row-item .statistics-number {
    font-size: 48px;
  }
  .statistics__content__row-item {
    width: 150px;
  }
  .first-title {
    font-size: 62px;
  }
  .items {
    height: 550px;
  }
}
@media (max-width: 620px) {
  .about__row__left-title {
    font-size: 30px;
  }
  .about__row__right-text {
    font-size: 18px;
  }
  .about__row {
    gap: 20px;
  }
  .about__clients {
    margin-top: 40px;
    margin-bottom: 40px;
  }
  .about__video__text-info {
    font-size: 25px;
  }
  .about__video {
    height: 350px;
    background-position: center;
  }
  .statistics__content__info p {
    font-size: 22px !important;
  }
  .statistics__content__row-item .statistics-number {
    font-size: 40px;
  }
  .statistics__content__row-item .statistics-text {
    font-size: 15px;
  }
  .statistics__content {
    gap: 25px;
  }
  .statistics {
    padding: 30px 25px;
  }
  .first-title {
    font-size: 55px;
  }
  .first__content__left__card-title {
    font-size: 22px;
    margin: 12px 0 13px;
  }
  .first__content__right__card-title {
    font-size: 22px;
    margin: 12px 0 13px;
  }
  .first__content__right__card-text {
    font-size: 15px;
  }
  .first__content__left__card-text {
    font-size: 15px;
  }
  .items {
    height: 500px;
    margin-top: 50px;
  }
  .items h2 {
    font-size: 20px;
    margin-bottom: 20px;
  }
  .items p {
    font-size: 15px;
  }
  .absolute-image--active {
    width: 181vh !important;
  }
  .photo__card {
    width: 510px; /* +73 */
    height: 362px; /* +48 */
    max-width: 510px;
    min-width: 510px;
    max-height: 362px;
    min-height: 362px;
    display: block;
  }
  .photo__card-img {
    width: 510px; /* +73 */
    height: 362px; /* +48 */
    max-width: 510px;
    min-width: 510px;
    max-height: 362px;
    min-height: 362px;
    display: block;
  }
  .photo .swiper-slide {
    width: 510px; /* +73 */
    height: 362px; /* +48 */
    max-width: 510px;
    min-width: 510px;
    max-height: 362px;
    min-height: 362px;
  }
}
@media (max-width: 574px) {
  .main {
    margin-top: 71px !important;
  }
  .first-title {
    font-size: 44px;
  }
  .first__content__img {
    width: 300px;
    height: 250px;
    max-width: 300px;
    min-width: 300px;
    max-height: 250px;
    min-height: 250px;
    display: block;
  }
  .first__content__img img {
    width: 300px;
    height: 250px;
    max-width: 300px;
    min-width: 300px;
    max-height: 250px;
    min-height: 250px;
    display: block;
  }
  .items {
    height: 450px;
  }
  .items h2 {
    font-size: 20px;
    margin-bottom: 18px;
  }
  .photo__card {
    width: 380px; /* +73 */
    height: 266px; /* +48 */
    max-width: 380px;
    min-width: 380px;
    max-height: 266px;
    min-height: 266px;
    display: block;
  }
  .photo__card-img {
    width: 380px; /* +73 */
    height: 266px; /* +48 */
    max-width: 380px;
    min-width: 380px;
    max-height: 266px;
    min-height: 266px;
    display: block;
  }
  .photo .swiper-slide {
    width: 380px; /* +73 */
    height: 266px; /* +48 */
    max-width: 380px;
    min-width: 380px;
    max-height: 266px;
    min-height: 266px;
    display: block;
  }
}
@media (max-width: 450px) {
  .about__row__left-title {
    font-size: 24px;
  }
  .about__row__right-text {
    font-size: 14px;
    margin-bottom: 0;
  }
  .about__row {
    gap: 15px;
  }
  .about {
    margin-top: 40px;
  }
  .about__clients {
    margin-top: 30px;
    margin-bottom: 30px;
  }
  .about__video__text-info {
    font-size: 20px;
  }
  .about__video {
    height: 270px;
    background-position: center;
  }
  .about__video__text-anker .video__text {
    font-size: 14px;
  }
  .statistics__content__info p {
    font-size: 16px !important;
  }
  .statistics__content__row-item .statistics-text {
    font-size: 14px;
  }
  .statistics {
    padding: 30px 20px;
  }
  .statistics__content__row-item .statistics-number {
    font-size: 34px;
  }
  .statistics__content__row {
    -moz-column-gap: 20px;
         column-gap: 20px;
  }
  .statistics__content__row-item {
    width: 130px;
  }
  .statistics__content {
    gap: 20px;
  }
  .first-title {
    font-size: 34px;
  }
  .first__content__left__card-title {
    font-size: 20px;
    margin: 12px 0 10px;
  }
  .first__content__right__card-title {
    font-size: 20px;
    margin: 12px 0 10px;
  }
  .first__content__right__card-text {
    font-size: 14px;
  }
  .first__content__left__card-text {
    font-size: 14px;
  }
  .first {
    margin-top: 40px;
  }
  .items {
    height: 380px;
    margin-top: 40px;
  }
  .item {
    min-width: 300px !important;
  }
  .items h2 {
    font-size: 18px;
    margin-bottom: 15px;
  }
  .items p {
    font-size: 14px;
  }
  .absolute-image--active {
    width: 148vh !important;
  }
  .photo__card {
    width: 300px; /* +73 */
    height: 200px; /* +48 */
    max-width: 300px;
    min-width: 300px;
    max-height: 200px;
    min-height: 200px;
    display: block;
  }
  .photo__card-img {
    width: 300px; /* +73 */
    height: 200px; /* +48 */
    max-width: 300px;
    min-width: 300px;
    max-height: 200px;
    min-height: 200px;
    display: block;
  }
  .photo .swiper-slide {
    width: 300px; /* +73 */
    height: 200px; /* +48 */
    max-width: 300px;
    min-width: 300px;
    max-height: 200px;
    min-height: 200px;
  }
  .main {
    padding-bottom: 40px;
  }
}
@media (max-width: 400px) {
  .about__row__left-title {
    font-size: 22px;
  }
  .about__row__right-btn {
    width: 100%;
    text-align: center;
  }
  .about__clients {
    margin-top: 20px;
    margin-bottom: 20px;
  }
  .about__video {
    height: 250px;
    background-position: center;
  }
  .item {
    min-width: 285px !important;
  }
  .items {
    height: 350px;
  }
  .items h2 {
    margin-bottom: 13px;
  }
  .photo__card {
    width: 270px; /* +73 */
    height: 170px; /* +48 */
    max-width: 270px;
    min-width: 270px;
    max-height: 170px;
    min-height: 170px;
    display: block;
  }
  .photo__card-img {
    width: 270px;
    height: 170px;
    max-width: 270px;
    min-width: 270px;
    max-height: 170px;
    min-height: 170px;
    display: block;
  }
  .photo .swiper-slide {
    width: 270px;
    height: 170px;
    max-width: 270px;
    min-width: 270px;
    max-height: 170px;
    min-height: 170px;
  }
}
@media (max-width: 350px) {
  .about__row__left-title {
    font-size: 20px;
  }
  .about__row__right-text {
    font-size: 13px;
  }
  .statistics__content__row-item .statistics-text {
    font-size: 13px;
  }
  .items h2 {
    margin-bottom: 10px;
  }
}
@media (max-width: 350px) {
  .statistics__content__row {
    width: 290px;
  }
  .first__content__img {
    width: 280px;
    height: 209.268px;
    max-width: 280px;
    min-width: 280px;
    max-height: 209.268px;
    min-height: 209.268px;
    display: block;
  }
  .first__content__img img {
    width: 280px;
    height: 209.268px;
    max-width: 280px;
    min-width: 280px;
    max-height: 209.268px;
    min-height: 209.268px;
    display: block;
  }
}
@media (max-width: 1140px) {
  .items {
    flex-wrap: nowrap;
    overflow-x: scroll;
  }
  .items::-webkit-scrollbar {
    display: none;
  }
  .item {
    min-width: 363px;
  }
  .absolute-image--active {
    width: 180vh;
  }
  .absolute__title__mobile--active {
    transform: translateY(-10px) !important;
    transition: all 0.7s ease !important;
  }
}
@media (max-width: 992px) {
  .absolute-image--active {
    width: 180vh;
  }
  .absolute__title {
    transform: translateY(170px);
  }
  .absolute__title--active {
    transform: translateY(-10px);
  }
}/*# sourceMappingURL=about.css.map */