@font-face {
  font-family: "Proxima Nova";
  src: url("../fonts/ProximaNova-Black.eot");
  src: url("../fonts/ProximaNova-Black.eot?#iefix") format("embedded-opentype"), url("../fonts/ProximaNova-Black.woff2") format("woff2"), url("../fonts/ProximaNova-Black.woff") format("woff"), url("../fonts/ProximaNova-Black.ttf") format("truetype");
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Proxima Nova";
  src: url("../fonts/ProximaNova-Extrabld.eot");
  src: url("../fonts/ProximaNova-Extrabld.eot?#iefix") format("embedded-opentype"), url("../fonts/ProximaNova-Extrabld.woff2") format("woff2"), url("../fonts/ProximaNova-Extrabld.woff") format("woff"), url("../fonts/ProximaNova-Extrabld.ttf") format("truetype");
  font-weight: 800;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Proxima Nova";
  src: url("../fonts/ProximaNova-Light.eot");
  src: url("../fonts/ProximaNova-Light.eot?#iefix") format("embedded-opentype"), url("../fonts/ProximaNova-Light.woff2") format("woff2"), url("../fonts/ProximaNova-Light.woff") format("woff"), url("../fonts/ProximaNova-Light.ttf") format("truetype");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Proxima Nova";
  src: url("../fonts/ProximaNova-Bold.eot");
  src: url("../fonts/ProximaNova-Bold.eot?#iefix") format("embedded-opentype"), url("../fonts/ProximaNova-Bold.woff2") format("woff2"), url("../fonts/ProximaNova-Bold.woff") format("woff"), url("../fonts/ProximaNova-Bold.ttf") format("truetype");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Proxima Nova";
  src: url("../fonts/ProximaNova-Regular.eot");
  src: url("../fonts/ProximaNova-Regular.eot?#iefix") format("embedded-opentype"), url("../fonts/ProximaNova-Regular.woff2") format("woff2"), url("../fonts/ProximaNova-Regular.woff") format("woff"), url("../fonts/ProximaNova-Regular.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Proxima Nova";
  src: url("../fonts/ProximaNova-Semibold.eot");
  src: url("../fonts/ProximaNova-Semibold.eot?#iefix") format("embedded-opentype"), url("../fonts/ProximaNova-Semibold.woff2") format("woff2"), url("../fonts/ProximaNova-Semibold.woff") format("woff"), url("../fonts/ProximaNova-Semibold.ttf") format("truetype");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}

* {
  padding: 0px;
  margin: 0px;
  border: 0px;
}

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

body {
  font-family: "Proxima Nova";
}

.topic {
  display: none;
}

.wrapper {
  width: 100%;
  min-height: 100%;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  overflow: visible;
}

.page-about {
  padding-top: 9px;
}

h1 {
  font-size: 67.15px;
  font-weight: 300;
  line-height: 80.59px;
  text-underline-position: from-font;
  text-decoration-skip-ink: none;
}

.about-title {
  position: absolute;
  color: #333;
  max-width: 540px;
  font-size: 40px;
  font-weight: 300;
  line-height: 56px;
}

._container-bottom .about-title {
  position: static;
  font-size: 48px;
  font-weight: 300;
  line-height: 57.6px;
  color: #000000;
}

.about-title span {
  border-radius: 33px;
  padding: 0 16px;
  margin-left: -13px;
  font-weight: 700;
}

.about-title span.one {
  color: #EC741E;
}

.about-title span.two {
  color: #FFF;
  background: #EB752E;
  margin-left: 0;
}

.about-benefits {
  display: flex;
  gap: 142px;
  margin-bottom: 81px;
}

.about-benefits-item {
  padding: 0 0 0 40px;
  position: relative;
  color: #333;
  font-size: 24px;
  font-weight: 700;
  line-height: 28px;
}

.about-benefits-item:before {
  content: "";
  width: 16px;
  height: 90px;
  border-radius: 50px;
  background: #EB752E;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
}

.about-ever {
  margin-bottom: 90px;
}

.about-ever svg {
  width: 100%;
  height: auto;
  margin-top: -135px;
}

.about-title-sec {
  max-width: 488px;
  margin-bottom: 78px;
}

.about-text {
  color: #333;
  font-size: 24px;
  font-weight: 700;
  line-height: 32px;
}

.about-stats-item-wrap {
  display: flex;
  align-items: flex-end;
  gap: 8px;
}

.two-lines .about-stats-item-wrap {
  flex-direction: column;
}

.about-stats-item.two-lines .num {
  font-size: 90px;
}

.about-stats-item .descr {
  margin-bottom: 6px;
}

.about-content {
  display: flex;
}

.about-left {
  width: 50%;
}

.about-stats {
  width: 100%;
  padding-top: 33px;
  display: flex;
  flex-wrap: wrap;
  gap: 35px;
}

.about-stats-item {
  position: relative;
  display: flex;
  flex-direction: column;
  gap: 27px;
  width: calc(50% - 35px);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: right;
  height: 317px;
  border-radius: 20px;
  border: 1px solid #0000001A;
  padding: 20px 31px 39px;
}

.about-stats-item .num {
  font-size: 50px;
  font-weight: 900;
  line-height: 70px;
  color: #FF6A00;
}

.about-stats-item .text {
  font-size: 16px;
  font-weight: 500;
  line-height: 22.4px;
  color: #000000CC;
  padding-right: 50px;
  padding-left: 10px;
}

.about-stats-1 {
  background-image: url('../img/stat1.jpg');
}

.about-stats-2 {
  background-image: url('../img/stat2.jpg');
}

.about-stats-3 {
  background-image: url('../img/stat3.jpg');
}

.about-stats-4 {
  background-image: url('../img/stat4.jpg');
}

.about-stats-5 {
  background-image: url('../img/stat5.jpg');
}

.about-stats-6 {
  background-color: #000000;
  justify-content: space-between;
}

.about-stats-6>img {
  position: absolute;
  width: 100%;
  height: 100%;
  filter: invert(1);
  top: 0;
  left: 0;
}

.text6 {
  font-size: 18px;
  font-weight: 200;
  line-height: 25.2px;
  color: #FFF;
}

.text6-bold {
  font-size: 44px;
  font-weight: 900;
  line-height: 61.6px;
  color: #FFF;
}

.text6-rezume {
  font-size: 14px;
  font-weight: 500;
  line-height: 19.6px;
  color: #FFF;
  padding-bottom: 10px;
}

.btn6 {
  border-radius: 24px;
  width: 178px;
  height: 53px;
  font-size: 15px;
  font-weight: 600;
  line-height: 22px;
  color: #FFF;
  padding: 15px 22px;
  border: 0;
  background-color: #ff6600;
  position: relative;
  z-index: 10;
}

.about-photos-item {
  position: absolute;
}

.about-photos {
  width: 50%;
  position: relative;
  flex-grow: 1;
}

.about-photos img {
  border-radius: 16px;
  width: 100%;
  height: 100%;
}

.about-photos-item.photo-1 {
  top: 0;
  right: 365px;
  width: 208px;
  height: 208px;
}

.about-photos-item.photo-2 {
  top: 0;
  right: 0;
  width: 329px;
  height: 451px;
}

.about-photos-item.photo-3 {
  top: 243px;
  right: 365px;
  width: 328px;
  height: 208px;
}

.about-photos-item.photo-4 {
  top: 477px;
  right: 486px;
  width: 180px;
  height: 180px;
}

.about-photos-item.photo-5 {
  top: 477px;
  right: 243px;
  width: 208px;
  height: 208px;
}

.about-photos-item.photo-6 {
  top: 477px;
  right: 0;
  width: 208px;
  height: 208px;
}

.about-photos-item.photo-7 {
  top: 720px;
  right: 364px;
  width: 329px;
  height: 208px;
}

.about-photos-item.photo-8 {
  top: 720px;
  right: 0;
  width: 329px;
  height: 208px;
}

.about-photos-item.photo-9 {
  top: 961px;
  right: 243px;
  width: 323px;
  height: 208px;
}

.about-photos-item.photo-10 {
  top: 961px;
  right: 0;
  width: 208px;
  height: 208px;
}

.about-stats .about-btn {
  height: 80px;
  margin-top: 90px;
  border-radius: 16px;
  color: #FFF;
  font-size: 24px;
  font-weight: 800;

  padding: 0px 39px;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  transition: all 0.3s ease 0s;
  border: 1px solid #ed751e;
  background: #ed751e;
  margin-bottom: 30px;
}

.about-photos-item .front {
  position: absolute;
  top: 0;
  left: 0;
  transform: perspective(60rem) rotateY(0deg);
  backface-visibility: hidden;
  transition: transform 0.6s ease-in;
  width: 100%;
  height: 100%;
}

.about-photos-item .back {
  position: absolute;
  top: 0;
  left: 0;
  transform: perspective(62.5rem) rotateY(180deg);
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  border-radius: 16px;
  background: linear-gradient(0deg, #EB752E 0%, #EB752E 100%), lightgray 0px -7px / 100% 133.333% no-repeat;
  color: #FFF;
  text-align: center;
  font-size: 24px;
  font-weight: 800;
  text-transform: uppercase;
  overflow: hidden;
  backface-visibility: hidden;
  transition: transform 0.6s ease-in;
  padding: 0 24px;
}

.about-photos-item.flipped .front {
  transform: perspective(62.5rem) rotateY(-180deg);
}

.about-photos-item.flipped .back {
  transform: perspective(62.5rem) rotateY(0deg);
}

.card-photo .back {
  padding: 0;
}






@media (max-width: 1250px) {
  ._container {
    max-width: none;
    padding: 0 30px;
  }
}



@media(max-width: 1280px) {
  .about-photos-item .back {
    font-size: 18px;
    padding: 0 12px;
  }
}

@media(max-width: 1250px) {
  .about-photos-item.photo-1 {
    right: 344px;
    left: auto;
    width: 154px;
    height: 150px;
  }

  .about-photos-item.photo-2 {
    width: 332px;
    height: 223px;
  }

  .about-photos-item.photo-3 {
    top: 163px;
    right: 344px;
    left: auto;
    width: 182px;
    height: 137px;
  }

  .about-photos-item.photo-4 {
    top: 310px;
    right: 345px;
    left: auto;
    width: 150px;
    height: 150px;
  }

  .about-photos-item.photo-5 {
    top: 234px;
    left: auto;
    right: 172px;
    width: 160px;
    height: 160px;
  }

  .about-photos-item.photo-6 {
    top: 234px;
    right: 0;
    width: 160px;
    height: 160px;
  }

  .about-photos-item.photo-7 {
    top: 472px;
    left: auto;
    right: 344px;
    width: 204px;
    height: 204px;
  }

  .about-photos-item.photo-8 {
    top: 406px;
    right: 0;
    width: 332px;
    height: 242px;
  }

  .about-photos-item.photo-9 {
    top: 688px;
    left: auto;
    right: 343px;
    width: 204px;
    height: 204px;
  }

  .about-photos-item.photo-10 {
    top: 663px;
    left: 309px;
    width: 332px;
    height: 213px;
  }

  .about-photos-item.photo-11 {
    top: 905px;
    left: 91px;
    width: 207px;
    height: 234px;
  }

  .about-photos-item.photo-12 {
    top: 1128px;
    left: 91px;
    width: 207px;
    height: 234px;
  }

  .about-photos-item.photo-13 {
    top: 1011px;
    left: 314px;
    width: 136px;
    height: 233px;
  }

  .about-photos-item.photo-14 {
    top: 1007px;
    right: 0;
    width: 174px;
    height: 163px;
  }
}

@media(max-width: 1023px) {
  .about-title {
    font-size: 32px;
    max-width: 343px;
    margin-bottom: 24px;
  }

  .about-title span {
    padding: 0 6px;
    margin-left: 0;
  }

  .about-benefits-item {
    font-size: 18px;
    line-height: 24px;
    padding-left: 34px;
  }

  .about-benefits-item:before {
    width: 10px;
    height: 54px;
  }

  .about-benefits {
    margin-bottom: 30px;
  }

  .about-ever {
    margin-bottom: 24px;
  }

  .about-photos {
    margin-top: 0;
    order: -1;
    margin-left: 0;
    display: flex;
    flex-wrap: wrap;
    height: 1000px;
  }

  .about-content {
    padding-top: 29px;
    flex-direction: column;
  }

  .about-stats {
    padding-top: 0;
    margin-top: -13px;
  }

  .about-photos-item.photo-1 {
    right: 464px;
    width: 224px;
    height: 219px;
  }

  .about-photos-item.photo-2 {
    width: 452px;
    height: 304px;
  }

  .about-photos-item.photo-3 {
    top: 231px;
    right: 464px;
    width: 262px;
    height: 196px;
  }

  .about-photos-item.photo-4 {
    top: 446px;
    right: 464px;
    width: 190px;
    height: 190px;
  }

  .about-photos-item.photo-5 {
    top: 316px;
    right: 232px;
    width: 220px;
    height: 220px;
  }

  .about-photos-item.photo-6 {
    top: 316px;
    width: 220px;
    height: 220px;
  }

  .about-photos-item.photo-7 {
    top: 648px;
    right: 464px;
    width: 228px;
    height: 228px;
  }

  .about-photos-item.photo-8 {
    top: 548px;
    right: 0;
    width: 452px;
    height: 329px;
  }

  .about-photos-item.photo-9 {
    top: 889px;
    right: 0px;
    width: 148px;
    height: 130px;
  }

  .about-photos-item.photo-10 {
    top: 892px;
    left: 372px;
    width: 208px;
    height: 210px;
  }

  .about-photos-item.photo-11 {
    top: 892px;
    left: 594px;
    width: 207px;
    height: 209px;
  }

  .about-photos-item.photo-12 {
    top: 1113px;
    left: 455px;
    width: 177px;
    height: 178px;
  }

  .about-photos-item.photo-13 {
    top: 1049px;
    right: 0px;
    width: 148px;
    height: 233px;
    left: auto;
  }

  .about-photos-item.photo-14 {
    top: 1113px;
    right: 163px;
    width: 154px;
    height: 163px;
  }
}

@media(max-width: 992px) {
  .about-stats {
    margin-top: 173px;
    max-width: 992px;
    display: flex;
    flex-wrap: wrap;
  }

  .about-stats-item.two-lines {
    margin-left: 50px;
  }

  .about-photos-item.photo-10 {
    top: 889px;
    left: auto;
    right: 382px;
    width: 208px;
    height: 210px;
  }

  .about-photos-item.photo-11 {
    top: 889px;
    left: auto;
    right: 161px;
    width: 207px;
    height: 209px;
  }

  .about-photos-item.photo-12 {
    top: 1113px;
    left: auto;
    right: 328px;
    width: 177px;
    height: 178px;
  }

  .about-photos-item.photo-13 {
    top: 1049px;
    right: 0px;
    width: 148px;
    height: 233px;
    left: auto;
  }

  .about-photos-item.photo-14 {
    top: 1112px;
    right: 162px;
    width: 154px;
    height: 163px;
  }

}

@media(max-width: 768px) {

  .about-photos-item .back,
  .about-photos-item img {
    border-radius: 8px;
  }

  .about-stats-item.two-lines {
    margin-left: 0px;
  }

  .about-stats-item.two-lines .num {
    font-size: 56px;
    line-height: 56px;
  }

  .about-photos-item.photo-1 {
    width: 83px;
    height: 81px;
    right: 234px;
  }

  .about-photos-item.photo-2 {
    width: 222px;
    height: 148px;
  }

  .about-photos-item.photo-3 {
    top: 93px;
    right: 234px;
    width: 110px;
    height: 81px;
  }

  .about-photos-item.photo-4 {
    top: 186px;
    right: 234px;
    width: 81px;
    height: 81px;
  }

  .about-photos-item.photo-5 {
    top: 160px;
    right: 117px;
    width: 105px;
    height: 105px;
  }

  .about-photos-item.photo-6 {
    top: 160px;
    width: 105px;
    height: 105px;
  }

  .about-photos-item.photo-7 {
    top: 279px;
    right: 157px;
    width: 105px;
    height: 105px;
  }

  .about-photos-item.photo-8 {
    top: 278px;
    right: 0;
    width: 145px;
    height: 105px;
  }

  .about-photos-item.photo-9 {
    top: 396px;
    right: 117px;
    width: 73px;
    height: 73px;
  }

  .about-photos-item.photo-10 {
    top: 396px;
    right: 0;
    width: 105px;
    height: 105px;
  }

  .about-photos-item.photo-11 {
    top: 396px;
    left: auto;
    right: 201px;
    width: 105px;
    height: 105px;
  }

  .about-photos-item.photo-12 {
    top: 511px;
    left: auto;
    right: 201px;
    width: 105px;
    height: 105px;
  }

  .about-photos-item.photo-13 {
    top: 480px;
    left: auto;
    right: 117px;
    width: 73px;
    height: 105px;
  }

  .about-photos-item.photo-14 {
    top: 511px;
    left: auto;
    right: 0px;
    width: 105px;
    height: 105px;
  }

  .about-photos {
    height: 500px;
  }

  .about-stats {
    margin-top: -509px;
  }

  .about-stats-item {
    font-size: 14px;
    margin-bottom: 26px;
  }

  .about-stats-item .num {
    font-size: 56px;
    line-height: 56px;
  }

  .about-stats {
    flex-wrap: nowrap;
    flex-direction: column;
    position: relative;
    z-index: 2;
  }

  .about-stats-item .descr {
    line-height: 18px;
  }

  .about-stats .about-btn {
    width: 345px;
    height: 60px;
    margin-top: 32px;
    font-size: 18px;
  }

  .about-benefits {
    flex-direction: column;
    gap: 22px;
  }

  .about-photos-item .back {
    font-size: 12px;
  }

  .about-content {
    padding-bottom: 76px;
  }
}

@media(max-width: 620px) {
  .about-stats {
    margin-top: -5px;
    flex-direction: row;
    flex-wrap: wrap;
  }

  .about-content {
    padding-bottom: 18px;
  }
}

@media(max-width: 425px) {
  .about-stats {
    margin-top: 130px;
    flex-direction: row;
    flex-wrap: wrap;
  }
}

@media(max-width: 375px) {
  .about-stats {
    margin-top: -5px;
    flex-direction: row;
    flex-wrap: wrap;
  }

  .about-title span {
    display: inline-block;
  }

  .about-title {
    font-size: 27px;
  }

  .about-photos-item.photo-1 {
    width: 83px;
    height: 81px;
    right: 232px;
  }

  .about-photos-item.photo-2 {
    width: 222px;
    height: 148px;
  }

  .about-photos-item.photo-3 {
    top: 89px;
    right: 232px;
    width: 109px;
    height: 82px;
  }

  .about-photos-item.photo-4 {
    top: 180px;
    right: 230px;
    width: 81px;
    height: 81px;
  }

  .about-photos-item.photo-5 {
    top: 157px;
    right: 115px;
    width: 105px;
    height: 105px;
  }

  .about-photos-item.photo-6 {
    top: 157px;
    width: 105px;
    height: 105px;
  }

  .about-photos-item.photo-7 {
    top: 272px;
    right: 155px;
    width: 105px;
    height: 105px;
  }

  .about-photos-item.photo-8 {
    top: 272px;
    right: 0;
    width: 145px;
    height: 105px;
  }

  .about-photos-item.photo-9 {
    top: 469px;
    right: 115px;
    width: 105px;
    height: 105px;
  }

  .about-photos-item.photo-10 {
    top: 386px;
    right: 113px;
    width: 73px;
    height: 73px;
  }

  .about-photos-item.photo-11 {
    top: 385px;
    left: auto;
    right: 0px;
    width: 105px;
    height: 105px;
  }

  .about-photos-item.photo-12 {
    left: auto;
    top: 386px;
    right: 194px;
    width: 73px;
    height: 73px;
  }

  .about-photos-item.photo-13 {
    top: 272px;
    left: auto;
    right: 270px;
    width: 69px;
    height: 106px;
  }

  .about-photos-item.photo-14 {
    top: 499px;
    left: auto;
    right: 0px;
    width: 105px;
    height: 74px;
  }

  .about-photos {
    height: 610px;
  }
}

@media screen and (max-width: 768px) {
.about-title p{
    font-family: Onest;
    font-size: 18px;
    font-weight: 300;
    line-height: 25.2px;
    width: 65%;
}
h1 {
    font-family: Onest;
    font-size: 20px;
    font-weight: 300;
    line-height: 24px;
}
.about-ever {
    padding-top: 125px;
}
.img-svg-about {
    position: absolute;
    right: -16px;
    top: -60px;
}
    .about-title span.one {
        padding: 0;
    }
.about-photos, .about-left {
    width: 100%;
}
._container-bottom .about-title {
    font-family: Onest;
    font-size: 20px;
    font-weight: 300;
    line-height: 28px;
    order: -1;
}
    .about-photos-item.photo-2 {
        width: 164px;
        height: 225px;
    }
    .about-photos-item.photo-1 {
        width: 102px;
        height: 103px;
        right: 183px;
    }
    .about-photos-item.photo-3 {
        top: 122px;
        right: 183px;
        width: 162px;
        height: 103px;
    }
.about-photos-item.photo-6 {
        top: 239px;
        width: 103px;
        height: 102px;
    }
    .about-photos-item.photo-5 {
        top: 239px;
        right: 121px;
        width: 103px;
        height: 102px;
    }
    .about-photos-item.photo-4 {
        top: 239px;
        right: 242px;
        width: 103px;
        height: 102px;
    }
    .about-photos-item.photo-8 {
        top: 359px;
        width: 165px;
        height: 104px;
    }
    .about-photos-item.photo-7 {
        top: 359px;
        right: 182px;
        width: 165px;
        height: 104px;
    }
    .about-photos-item.photo-10 {
        top: 480px;
        right: 0;
        width: 103px;
        height: 103px;
    }
    .about-photos-item.photo-9 {
        top: 480px;
        right: 121px;
        width: 162px;
        height: 103px;
    }
    .about-photos-item .back {
        padding: 0;
    }
    .about-stats {
        margin-top: 130px;
        display: flex;
        flex-wrap: wrap;
        gap: 15px;
        justify-content: space-between;
        flex-direction: row;
    }
    .about-stats-item {
        width: calc(50% - 8px);
        padding: 20px 10px;
        height: 159px;
	gap: 13px;
        margin: 0;
    }
.about-stats-item .num {
        font-family: Onest;
        font-size: 20px;
        font-weight: 900;
        line-height: 28px;
    }
.about-stats-item .text {
    font-family: Onest;
    font-size: 12px;
    font-weight: 400;
    line-height: 16.8px;
        padding: 0;
        padding-right: 20px;
}
.text6 {
    font-family: Onest;
    font-size: 12px;
    font-weight: 200;
    line-height: 16.8px;
}
.text6-bold {
    font-family: Onest;
    font-size: 20px;
    font-weight: 900;
    line-height: 28px;
}
.text6-rezume {
    font-family: Onest;
    font-size: 12px;
    font-weight: 500;
    line-height: 16.8px;
}
.btn6 {
    width: 129px;
    height: 32px;
    font-family: Proxima Nova;
    font-size: 12px;
    font-weight: 600;
    line-height: 22px;
    padding: 0;
}
.about-stats-item.about-stats-6{
	padding-top: 15px;
}
}