@charset "UTF-8";
/***************************************************  mixins  *********************************************************/
/**********************************************************************************************************************/
/***************************************************  company  ********************************************************/
/**********************************************************************************************************************/
.company {
  /*******************************************  new-sidebar (start) *************************************************/
  /*******************************************  new-sidebar (end) ***************************************************/
  /*************************************************  numbers  ******************************************************/
  /**************************************************  slider  ******************************************************/
  /**************************************************  story  *******************************************************/
  /*************************************************  portfolio  ****************************************************/
}
.company .new-sidebar__item.first-level a {
  font-size: 20px;
  font-weight: 400;
  color: #C2C2C2;
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
.company .new-sidebar a {
  -webkit-transition: all 0.27s;
  -moz-transition: all 0.27s;
  -o-transition: all 0.27s;
  transition: all 0.27s;
}
.company .new-sidebar__item-header.active a {
  font-weight: 600;
  color: #00B0FF;
}
.company .new-sidebar__item-header.active:hover a {
  color: #00B0FF;
  cursor: auto;
}
.company .new-sidebar__item-header:hover a {
  color: #6C7282;
  cursor: pointer;
}
.company .new-sidebar__item-header.empty:hover .new-sidebar__icon {
  color: #6C7282;
  stroke: #6C7282;
}
.company .new-sidebar__item-header.empty .new-sidebar__icon {
  color: #C2C2C2;
  stroke: #C2C2C2;
  transform: rotate(90deg);
}
.company .new-sidebar__icon {
  display: block;
  width: 9px;
  height: 6px;
  fill: transparent;
  color: #00B0FF;
  stroke: #00B0FF;
  flex-shrink: 0;
  margin-right: 10px;
  transform-origin: center;
  -webkit-transition: all 0.27s;
  -moz-transition: all 0.27s;
  -o-transition: all 0.27s;
  transition: all 0.27s;
}
.company .new-sidebar__item-content {
  display: block;
  padding: 0;
}
.company .new-sidebar__item-content .new-sidebar__item a {
  font-size: 16px;
  font-weight: 400;
  line-height: 140%;
  letter-spacing: -0.02em;
  color: #C2C2C2;
}
.company .new-sidebar__item-content .new-sidebar__item-header:hover a {
  color: #6C7282;
}
.company__container {
  padding: 24px 0 100px;
}
.company__title {
  font-size: 64px;
  font-weight: 500;
  line-height: 120%;
  letter-spacing: -0.03em;
  color: #151526;
  margin-bottom: 40px;
}
.company__text p {
  font-size: 18px;
  font-weight: 400;
  line-height: 140%;
  color: #000000;
  margin-bottom: 10px;
}
.company__text p:last-of-type {
  margin-bottom: 0;
}
.company__text p strong {
  font-weight: 700;
}
.company__numbers {
  padding: 100px 0 112px;
}
.company__numbers-title {
  font-size: 36px;
  font-weight: 400;
  line-height: 144%;
  letter-spacing: -0.02em;
  color: #151526;
  text-transform: none;
}
.company__numbers-wrapper {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  width: 100%;
}
.company__numbers-item {
  padding: 20px 0 30px;
  border-bottom: 1px dashed #C2C2C2;
  display: flex;
  flex-direction: column;
  width: 100%;
}
.company__numbers-item:first-child {
  border-top: 1px dashed #C2C2C2;
}
.company__numbers-item:last-child {
  border-bottom: none;
}
.company__numbers-number {
  font-size: 100px;
  font-weight: 400;
  line-height: 112%;
  letter-spacing: -0.06em;
  background: linear-gradient(68.26deg, #7860BB 14.71%, #060539 105.23%);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  width: fit-content;
  display: inline-block;
}
.company__numbers-text {
  font-size: 16px;
  font-weight: 400;
  line-height: 140%;
  color: #6C7282;
  display: inline-block;
}
.company .slider {
  touch-action: pan-y;
  position: relative;
}
.company .slider__select-head {
  position: relative;
  background: transparent;
  border-bottom: 1px solid rgba(255, 255, 255, 0.5);
  max-width: 344px;
  height: auto;
  padding: 14px 0;
  margin: 0 auto;
  box-sizing: border-box;
  cursor: pointer;
  user-select: none;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.company .slider__select-head.on {
  border-bottom: 1px solid #00B0FF;
}
.company .slider__select-head.on .portfolio-select__icon {
  color: #00B0FF;
  stroke: #00B0FF;
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  transform: rotate(180deg);
}
.company .slider__select-value {
  font-size: 16px;
  font-weight: 400;
  line-height: 100%;
  letter-spacing: -0.02em;
  color: #FFFFFF;
}
.company .slider__select-icon {
  display: block;
  width: 12px;
  height: 7px;
  fill: transparent;
  color: #FFFFFF;
  stroke: #FFFFFF;
  transform-origin: center;
  -webkit-transition: all 0.27s;
  -moz-transition: all 0.27s;
  -o-transition: all 0.27s;
  transition: all 0.27s;
}
.company .slider__background {
  position: absolute;
  bottom: -24px;
  left: calc(50% - 222px);
  width: 444px;
  height: 62px;
  border-radius: 0 0 11px 11px;
  background-color: #FFFFFF;
  opacity: 13%;
  -webkit-filter: blur(4px);
  filter: blur(4px);
}
.company .slider #viewport {
  width: 800px;
  margin: 40px auto 0;
  display: table;
  position: relative;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  -o-user-select: none;
  user-select: none;
  border-radius: 10px;
  overflow: hidden;
  border: 1px solid #1C1C1C;
  box-shadow: 0 36px 60px 0 rgba(0, 0, 0, 0);
}
.company .slider #viewport.grab {
  cursor: grab;
}
.company .slider #viewport.grabbing {
  cursor: grabbing;
}
.company .slider #slidewrapper {
  position: relative;
  top: 0;
  left: 0;
  margin: 0;
  padding: 0;
  -webkit-transition: 1s;
  -o-transition: 1s;
  transition: 1s;
  -webkit-transition-timing-function: ease-in-out;
  -o-transition-timing-function: ease-in-out;
  transition-timing-function: ease-in-out;
}
.company .slider #slidewrapper ul,
.company .slider #slidewrapper li {
  margin: 0;
}
.company .slider #slidewrapper li {
  list-style: none;
  float: left;
}
.company .slider #slidewrapper li.hide {
  display: none;
}
.company .slider .slide {
  background: linear-gradient(360deg, #252538 -13.25%, #69699E 411.04%);
  padding: 30px 60px 50px;
  width: 100%;
}
.company .slider .slide__back {
  font-size: 236.48px;
  font-weight: 800;
  line-height: 100%;
  letter-spacing: -0.02em;
  text-align: center;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.05) 0%, rgba(255, 255, 255, 0) 108.47%);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  display: inline-block;
  width: fit-content;
}
.company .slider .slide__content {
  position: relative;
  display: flex;
  justify-content: center;
}
.company .slider .slide__content p {
  font-size: 20px;
  font-weight: 400;
  line-height: 140%;
  letter-spacing: -0.02em;
  position: absolute;
  left: 0;
  bottom: 0;
}
.company .slider .slide__content a {
  text-decoration: none;
  color: #00B0FF;
}
.company .slider .slide__content a:hover {
  border-bottom: 1px solid #00B0FF;
}
.company .slider #prev-next-btns {
  position: absolute;
  top: calc(50% + 10px);
  left: calc(50% - 460px);
  display: flex;
  justify-content: space-between;
  width: 920px;
  margin: 0;
  align-items: center;
  z-index: 3;
}
.company .slider #prev-btn,
.company .slider #next-btn {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  -webkit-transition: all 0.27s;
  -moz-transition: all 0.27s;
  -o-transition: all 0.27s;
  transition: all 0.27s;
  transform-origin: center;
  transform: rotate(90deg);
}
.company .slider #prev-btn {
  background: transparent;
  border: 1px solid rgba(205, 189, 213, 0.1);
  margin-bottom: 6px;
  font-size: 20px;
  color: #FFFFFF;
  transform: rotate(0deg);
}
.company .slider #prev-btn:hover {
  background: #00B0FF;
  border: 1px solid transparent;
  cursor: pointer;
}
.company .slider #next-btn {
  background: transparent;
  border: 1px solid rgba(205, 189, 213, 0.1);
  margin-top: 6px;
  font-size: 20px;
  color: #FFFFFF;
  transform: rotate(0deg);
}
.company .slider #next-btn:hover {
  background: #00B0FF;
  border: 1px solid transparent;
  cursor: pointer;
}
.company .slider #nav-btns {
  display: flex;
  justify-content: space-between;
  align-content: center;
  flex-wrap: nowrap;
  position: relative;
  width: fit-content;
  padding: 0;
  margin: 0 auto;
  text-align: center;
}
.company .slider .slide-nav-btn {
  list-style: none;
  font-size: 16px;
  font-weight: 400;
  line-height: 140%;
  letter-spacing: -0.02em;
  color: #C2C2C2;
  flex-shrink: 1;
  border-bottom: 2px solid transparent;
  width: 39px;
  margin-right: 20px;
}
.company .slider .slide-nav-btn:last-child {
  margin-right: 0;
}
.company .slider .slide-nav-btn:hover,
.company .slider .slide-nav-btn.active {
  cursor: pointer;
  color: #00B0FF;
  border-bottom: 1.5px solid #00B0FF;
}
.company .story {
  background: #252538;
  box-shadow: 0 36px 60px 0 rgba(0, 0, 0, 0);
  color: #FFFFFF;
  padding: 100px 0 140px;
}
.company .story__title {
  font-size: 100px;
  font-weight: 400;
  line-height: 144%;
  letter-spacing: -0.02em;
  text-align: center;
  text-transform: none;
  width: 100%;
  margin-bottom: 52px;
}
.company__portfolio {
  padding: 160px 0 260px;
  overflow-x: hidden;
}
.company__portfolio-container {
  display: flex;
  justify-content: space-between;
}
.company__portfolio-title {
  font-size: 36px;
  font-weight: 400;
  line-height: 144%;
  letter-spacing: -0.02em;
  color: #000000;
  text-transform: capitalize;
  margin-bottom: 52px;
}
.company__portfolio-text {
  position: relative;
  max-width: 380px;
  margin-bottom: 40px;
}
.company__portfolio-item.hide {
  display: none;
}
.company__portfolio-heading {
  font-size: 20px;
  font-weight: 600;
  line-height: 140%;
  letter-spacing: -0.02em;
  color: #151526;
}
.company__portfolio-description {
  font-size: 16px;
  font-weight: 400;
  line-height: 140%;
  color: #6C7282;
  margin-top: 10px;
}
.company__portfolio-buttons {
  display: flex;
  align-items: center;
  margin-top: 40px;
}
.company__portfolio-flag {
  width: 43px;
  height: 43px;
  border-radius: 100%;
  overflow: hidden;
  position: relative;
  margin-right: 10px;
  flex-shrink: 0;
}
.company__portfolio-flag:after {
  position: absolute;
  content: "";
  inset: 0;
  background: rgba(21, 21, 38, 0.07);
  z-index: 1;
}
.company__portfolio-flag img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.company__portfolio-btn {
  text-transform: none;
  padding: 14px 48px;
}
.company__portfolio-right-block {
  width: 400px;
  height: 400px;
  margin-top: 78px;
  margin-left: auto;
  position: relative;
}
.company__portfolio-circle {
  position: absolute;
  top: calc(50% - 378px);
  left: calc(50% - 378px);
  width: 756px;
  height: 756px;
  background: rgba(148, 159, 175, 0.1);
  border-radius: 100%;
  z-index: 0;
}
.company__portfolio-circle:after {
  position: absolute;
  content: "";
  top: calc(50% - 236px);
  left: calc(50% - 236px);
  width: 472px;
  height: 472px;
  background: rgba(226, 227, 227, 0.7);
  border-radius: 100%;
  z-index: 1;
}
.company__portfolio-circle-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
}
.company__portfolio-back {
  width: 100%;
  height: 100%;
  border-radius: 12px;
  background: url("/themes/2024/assets/shared/page-company/portfolio-bg.jpg") #2C46B2 no-repeat center/cover;
  overflow: hidden;
  position: relative;
  z-index: 2;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-between;
  padding: 60px 75px;
}
.company__portfolio-back:before {
  position: absolute;
  content: "";
  inset: 0;
  background: rgba(7, 5, 98, 0.4);
  z-index: 3;
}
.company__portfolio-back img {
  width: 100%;
  position: relative;
  z-index: 4;
}
.company__portfolio-wrapper {
  display: flex;
  flex-direction: column;
  align-items: center;
  position: relative;
  z-index: 4;
}
.company__portfolio-logo {
  background: #FFFFFF;
  padding: 5px 15px;
  border-radius: 12px;
  text-decoration: none;
  display: flex;
  align-items: center;
  transform-origin: center;
  -webkit-transition: all 0.27s;
  -moz-transition: all 0.27s;
  -o-transition: all 0.27s;
  transition: all 0.27s;
}
.company__portfolio-logo:hover {
  cursor: pointer;
}
.company__portfolio-logo:hover .company__portfolio-logo-icon {
  color: #FF6D00;
  stroke: #FF6D00;
}
.company__portfolio-logo span {
  font-size: 10px;
  font-weight: 400;
  line-height: 140%;
  color: #00B0FF;
}
.company__portfolio-logo-icon {
  display: block;
  width: 13px;
  height: 14px;
  fill: transparent;
  color: #00B0FF;
  stroke: #00B0FF;
  margin-right: 6px;
}
.company__portfolio-logo-text {
  font-size: 20px;
  font-weight: 400;
  line-height: 140%;
  letter-spacing: -0.02em;
  text-align: center;
  color: #FFFFFF;
  margin-top: 15px;
}

/**********************************************************************************************************************/
/******************************                 Адаптивная верстка                      *******************************/
/**********************************************************************************************************************/
/****************************************   Для экранов меньше 992px   ************************************************/
@media (max-width: 991.98px) {
  .company {
    /*******************************************  new-sidebar (start) *********************************************/
    /*******************************************  new-sidebar (end) ***********************************************/
    /*************************************************  numbers  **************************************************/
    /*************************************************  story  ****************************************************/
    /*************************************************  slider  ***************************************************/
    /*************************************************  portfolio  ************************************************/
  }
  .company .new-sidebar__item {
    transform: translateX(-80px);
  }
  .company .new-sidebar__item-header.active a {
    font-size: 13px;
    font-weight: 600;
    color: #FFFFFF;
  }
  .company .new-sidebar__item-header.active:hover a {
    color: #FFFFFF;
  }
  .company .new-sidebar__item-header:hover a {
    color: #6C7282;
  }
  .company .new-sidebar__item-header a {
    font-size: 13px;
    color: #6C7282;
  }
  .company__numbers {
    padding: 80px 0 50px;
  }
  .company__numbers-title {
    margin-bottom: 60px;
    max-width: 230px;
  }
  .company__numbers-title br {
    display: none;
  }
  .company__numbers-wrapper {
    flex-direction: row;
    flex-wrap: wrap;
  }
  .company__numbers-item {
    width: 48.5%;
    padding-top: 10px;
  }
  .company__numbers-item:nth-child(2n-1) {
    margin-right: 10px;
  }
  .company__numbers-item:nth-child(2n) {
    margin-left: 10px;
  }
  .company__numbers-item:first-child, .company__numbers-item:nth-child(2) {
    height: 148px;
  }
  .company__numbers-item:nth-child(2) {
    border-top: 1px dashed #C2C2C2;
  }
  .company__numbers-item:nth-child(3), .company__numbers-item:nth-child(4) {
    border-bottom: none;
  }
  .company__numbers-number {
    font-size: 66px;
  }
  .company__story .story-container {
    position: relative;
    width: 100%;
    padding: 0;
    overflow: hidden;
  }
  .company .slider__select-list {
    display: none;
    position: absolute;
    max-height: 118px;
    border: 1px solid #6C7282;
    border-radius: 4px;
    overflow: hidden;
    top: 54px;
    left: calc(50% - 172px);
    padding: 12px 0;
    cursor: pointer;
    width: 344px;
    user-select: none;
    z-index: 2;
  }
  .company .slider #nav-btns {
    position: relative;
    flex-direction: column;
    width: 100%;
  }
  .company .slider #nav-btns:before {
    position: absolute;
    content: "";
    top: -12px;
    left: 0;
    right: 0;
    bottom: -12px;
    background: rgba(175, 175, 175, 0.1);
    -webkit-backdrop-filter: blur(44px);
    backdrop-filter: blur(44px);
    z-index: 1;
  }
  .company .slider .slide-nav-btn {
    font-size: 16px;
    font-weight: 400;
    line-height: 121%;
    text-align: left;
    color: #C2C2C2;
    width: 100%;
    padding: 8px 16px;
    position: relative;
    z-index: 2;
  }
  .company .slider .slide-nav-btn:hover {
    color: #FFFFFF;
  }
  .company .slider .slide-nav-btn:first-child {
    padding-top: 0;
  }
  .company .slider .slide-nav-btn:last-child {
    padding-bottom: 0;
  }
  .company .slider .slide-nav-btn.active {
    color: #00B0FF;
    border-bottom: none;
  }
  .company .slider #viewport {
    width: 100%;
    border-radius: 0;
    border: none;
    box-shadow: none;
  }
  .company .slider #slidewrapper {
    display: flex;
  }
  .company .slider #slidewrapper li {
    flex-shrink: 0;
    box-sizing: border-box;
    margin: 0 5px;
  }
  .company .slider #slidewrapper li:first-child {
    margin-left: 30px;
  }
  .company .slider #slidewrapper li:last-child {
    margin-right: 30px;
  }
  .company .slider .slide {
    background: linear-gradient(360deg, #252538 -13.25%, #69699E 411.04%);
    border-radius: 10px;
    overflow: hidden;
    border: 1px solid #1C1C1C;
    box-shadow: 0 36px 60px 0 rgba(0, 0, 0, 0);
    padding: 30px 60px 50px;
  }
  .company__portfolio {
    padding: 80px 0;
  }
  .company__portfolio-container {
    flex-direction: column-reverse;
    align-items: center;
  }
  .company__portfolio-right-block {
    margin: 0 auto 46px;
    height: 100%;
  }
  .company__portfolio-title {
    text-align: center;
    margin-bottom: 60px;
  }
  .company__portfolio-circle {
    width: 640px;
    height: 640px;
    top: calc(50% - 320px);
    left: calc(50% - 320px);
    background: rgba(114, 192, 227, 0.1);
  }
  .company__portfolio-circle:after {
    display: none;
  }
  .company__portfolio-back {
    width: 400px;
    height: 400px;
  }
  .company__portfolio-left-block, .company__portfolio-text, .company__portfolio-btn-wrapper, .company__portfolio-btn {
    width: 100%;
    max-width: 100%;
  }
  .company__portfolio-btn {
    text-align: center;
  }
}
/****************************************   Для экранов меньше 768px   ************************************************/
@media (max-width: 767.98px) {
  .company {
    /*******************************************  new-sidebar (start) *********************************************/
    /*******************************************  new-sidebar (end) ***********************************************/
    /*************************************************  story  ****************************************************/
    /*************************************************  slider  ***************************************************/
    /*************************************************  numbers  **************************************************/
  }
  .company .new-sidebar__item {
    transform: translateX(10px);
  }
  .company .story {
    padding: 100px 0;
  }
  .company .slider .slide__content {
    flex-direction: column;
    align-items: center;
  }
  .company .slider .slide__content p {
    position: relative;
    width: 100%;
    font-size: 18px;
  }
  .company .slider .slide__back {
    font-size: 27vw;
  }
  .company__numbers-item {
    width: 31%;
  }
  .company__numbers-item:first-child, .company__numbers-item:nth-child(3) {
    width: 65%;
  }
  .company__numbers-item:first-child, .company__numbers-item:nth-child(2) {
    height: 184px;
  }
}
/****************************************   Для экранов меньше 576px   ***********************************************/
@media (max-width: 575.98px) {
  .company {
    /*******************************************  new-sidebar (start) *********************************************/
    /*******************************************  new-sidebar (end) ***********************************************/
    /*************************************************  numbers  **************************************************/
    /*************************************************  story  ****************************************************/
    /*************************************************  slider  ***************************************************/
    /*************************************************  portfolio  ************************************************/
  }
  .company .new-sidebar__item {
    transform: translateX(14px);
  }
  .company__container {
    padding-bottom: 60px;
  }
  .company__title {
    font-size: 32px;
    margin-bottom: 30px;
    max-width: 206px;
  }
  .company__text p {
    font-size: 13px;
  }
  .company__numbers {
    padding: 60px 0 45px;
  }
  .company__numbers-title {
    font-size: 20px;
    max-width: 134px;
    margin-bottom: 40px;
  }
  .company__numbers-item {
    width: 100%;
    padding-bottom: 15px;
  }
  .company__numbers-item:first-child, .company__numbers-item:nth-child(2), .company__numbers-item:nth-child(3) {
    width: 100%;
    height: auto;
  }
  .company__numbers-item:nth-child(2n-1) {
    margin-right: 0;
  }
  .company__numbers-item:nth-child(2n) {
    margin-left: 0;
  }
  .company__numbers-item:nth-child(3) {
    border-bottom: 1px dashed #C2C2C2;
  }
  .company__numbers-item:nth-child(2) {
    border-top: none;
  }
  .company__numbers-number {
    font-size: 40px;
    margin-bottom: 5px;
  }
  .company__numbers-text {
    font-size: 13px;
  }
  .company .story {
    padding: 80px 0;
  }
  .company .story__title {
    font-size: 40px;
    margin-bottom: 26px;
  }
  .company .slider #slidewrapper li:first-child {
    margin-left: 20px;
  }
  .company .slider #slidewrapper li:last-child {
    margin-right: 20px;
  }
  .company .slider__select-head {
    max-width: 280px;
  }
  .company .slider__select-list {
    max-width: 280px;
    left: calc(50% - 140px);
  }
  .company .slider .slide {
    padding: 20px 30px 30px;
  }
  .company .slider .slide__container {
    height: 100%;
  }
  .company .slider .slide__content {
    height: 100%;
    justify-content: space-between;
  }
  .company .slider .slide__content p {
    font-size: 14px;
  }
  .company .slider .slide__back {
    font-size: 27vw;
  }
  .company__portfolio {
    padding: 60px 0;
  }
  .company__portfolio-title {
    font-size: 20px;
    margin-bottom: 30px;
  }
  .company__portfolio-right-block {
    width: 210px;
    margin-bottom: 26px;
  }
  .company__portfolio-circle {
    width: 338px;
    height: 338px;
    top: calc(50% - 169px);
    left: calc(50% - 169px);
  }
  .company__portfolio-back {
    width: 210px;
    height: 210px;
    padding: 30px 28px;
  }
  .company__portfolio-logo-text {
    font-size: 14px;
  }
  .company__portfolio-heading {
    font-size: 14px;
  }
  .company__portfolio-description {
    font-size: 13px;
  }
  .company__portfolio-buttons {
    margin-top: 30px;
  }
}

/*# sourceMappingURL=company.css.map */
