body {
  background-color: rgb(247, 247, 247) !important;
}

.top-cover {
  align-items: start;
  background-color: var(--blue-primary-color);
  border-radius: 15px;
  color: rgb(255, 255, 255);
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  gap: 20px;
  padding: 55px 85px 45px 100px;
}
.top-cover--with-margin-bottom {
  margin-bottom: 45px;
}
.top-cover__title {
  font-size: 65px;
  font-weight: 700;
  line-height: 120%;
  margin-bottom: 20px;
}
.top-cover__description {
  font-size: 19px;
  line-height: 130%;
  max-width: 480px;
  margin-bottom: 38px;
  text-wrap: balance;
}
.top-cover__description-top {
  margin-bottom: 25px;
}
.top-cover__image {
  max-width: 440px;
}
.top-cover__go-to-calendar {
  box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.25);
  width: 246px;
}
@media (max-width: 1399px) {
  .top-cover__title {
    font-size: 50px;
  }
  .top-cover__description {
    font-size: 16px;
  }
  .top-cover__image {
    max-width: 400px;
  }
  .top-cover__go-to-calendar {
    width: 230px;
  }
}
@media (max-width: 1199px) {
  .top-cover {
    gap: 40px;
    padding: 55px 85px 45px 75px;
  }
  .top-cover__image {
    max-width: 350px;
  }
}
@media (max-width: 991px) {
  .top-cover {
    flex-direction: column-reverse;
    text-align: center;
    padding: 55px 65px 45px 65px;
  }
  .top-cover__description {
    max-width: unset;
  }
  .top-cover__image {
    max-width: 300px;
    margin: auto;
  }
  .top-cover__go-to-calendar {
    margin: auto;
  }
}
@media (max-width: 767px) {
  .top-cover {
    padding: 55px 30px 45px 30px;
  }
  .top-cover__image {
    max-width: 280px;
  }
  .top-cover__title {
    font-size: 40px;
  }
}
@media (max-width: 575px) {
  .top-cover {
    padding: 25px;
  }
  .top-cover__image {
    max-width: 100%;
  }
  .top-cover__title {
    font-size: 35px;
  }
}

.page-title--history {
  margin-bottom: 15px;
}

.about {
  display: flex;
  flex-direction: row;
  gap: 24px;
}
.about--with-margin-bottom {
  margin-bottom: 24px;
}
.about__info-block {
  flex: 1;
  min-height: 0;
  min-width: 0;
}
.about__info-block-top {
  padding: 25px 25px 15px 32px;
  line-height: 130%;
  min-height: 139px;
}
.about__info-block-bottom {
  background-color: var(--light-blue-color);
  border-top: 1px solid var(--ids-card-border-color);
  height: 320px;
  position: relative;
}
.about__info-block-image {
  bottom: 0;
  position: absolute;
  max-width: 60%;
  right: 18%;
}
.about__history-introduction {
  flex: 1;
  min-height: 0;
  min-width: 0;
}
.about__history-introduction-top {
  background-color: var(--light-blue-color);
  border-bottom: 1px solid var(--ids-card-border-color);
  line-height: 130%;
  min-height: 139px;
  padding: 25px 25px 15px 39px;
}
.about__history-introduction-bottom {
  display: flex;
  gap: 24px;
  justify-content: space-between;
  padding: 28px 39px 20px 39px;
}
.about__person-image {
  border: 1px solid var(--ids-card-border-color);
  border-radius: 14px;
  margin-bottom: 13px;
  width: 93px;
}
.about__person-name {
  color: rgb(0, 72, 217);
  font-weight: 600;
  line-height: 130%;
}
.about__person-position {
  font-size: 12px;
  font-weight: 300;
  line-height: 130%;
}
@media (max-width: 1399px) {
  .about__info-block-bottom {
    background-color: var(--light-blue-color);
    border-top: 1px solid var(--ids-card-border-color);
    height: 360px;
    position: relative;
  }
  .about__info-block-image {
    max-width: 75%;
    right: 10%;
  }
  .about__history-introduction-top {
    padding-left: 32px;
  }
  .about__history-introduction-bottom {
    padding-left: 25px;
  }
  .about__person-name {
    font-size: 14px;
  }
}
@media (max-width: 1199px) {
  .about {
    flex-direction: column;
  }
  .about__info-block {
    display: flex;
    flex-direction: row;
    flex: unset;
  }
  .about__info-block-top {
    flex: 1;
    min-width: 0;
  }
  .about__info-block-bottom {
    border-top: unset;
    border-left: 1px solid var(--ids-card-border-color);
    flex: 0.5;
    min-width: 0;
    height: unset;
    min-height: 200px;
  }
  .about__info-block-image {
    max-width: 70%;
    right: 36%;
  }
  .about__history-introduction {
    display: flex;
    flex-direction: row;
  }
  .about__history-introduction-top {
    border-bottom: unset;
    border-right: 1px solid var(--ids-card-border-color);
    flex: 1;
    min-width: 0;
  }
  .about__history-introduction-bottom {
    flex: 1.5;
    min-width: 0;
  }
}
@media (max-width: 991px) {
  .about__info-block-image {
    max-width: 95%;
    right: 15%;
  }
  .about__history-introduction {
    flex-direction: column;
  }
  .about__history-introduction-top {
    border-right: none;
    border-bottom: 1px solid var(--ids-card-border-color);
  }
  .about__history-introduction-bottom {
    gap: 20px;
  }
  .about__person {
    flex: 1;
  }
  .about__person-name br, .about__person-position br {
    display: none;
  }
}
@media (max-width: 767px) {
  .about__info-block-image {
    max-width: 120%;
    right: -5%;
  }
  .about__history-introduction-top, .about__info-block-top {
    padding: 25px;
  }
  .about__history-introduction-bottom {
    display: grid;
    column-gap: 0;
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 575px) {
  .about__info-block-image {
    max-width: 140%;
    right: -25%;
  }
  .about__history-introduction-bottom {
    column-gap: 25px;
  }
}
@media (max-width: 400px) {
  .about__info-block-bottom {
    display: none;
  }
}

.development {
  display: flex;
  flex-direction: row;
  padding: 25px 30px 25px 32px;
  gap: 50px;
}
.development--with-margin-bottom {
  margin-bottom: 25px;
}
.development__left-col {
  flex: 1;
  min-width: 0;
  min-height: 0;
}
.development__title {
  color: var(--subtitle-font-color);
  font-size: 24px;
  font-weight: 600;
  line-height: 130%;
  margin-bottom: 37px;
}
.development__year-block {
  align-items: start;
  display: flex;
  flex-direction: row;
  gap: 15px;
}
.development__year-block:not(:last-child) {
  margin-bottom: 42px;
}
.development__year-top {
  display: flex;
  flex-direction: row;
  gap: 23px;
  margin-bottom: 17px;
}
.development__year-icon-container {
  --size: 65px;
  background-color: var(--light-blue-color);
  border: 1px solid var(--ids-card-border-color);
  border-radius: 12px;
  height: var(--size);
  width: var(--size);
  min-width: var(--size);
  position: relative;
}
.development__year-icon {
  position: absolute;
  max-width: 115%;
}
.development__year-icon--pc {
  right: 0;
  top: 5%;
}
.development__year-icon--helmet {
  right: -25%;
  top: 2%;
}
.development__year-icon--phone {
  max-width: 80%;
  bottom: 5%;
  left: 4%;
}
.development__year-title {
  color: var(--subtitle-font-color);
  font-size: 24px;
  font-weight: 600;
  line-height: 130%;
}
.development__year {
  align-items: center;
  border-left: 1px solid var(--ids-card-border-color);
  color: var(--bright-blue-color);
  display: flex;
  font-size: 24px;
  font-weight: 600;
  height: 46px;
  line-height: 130%;
  padding-left: 24px;
}
.development__year-description {
  line-height: 130%;
}
.development__highlighted {
  font-weight: 600;
}
.development__right-col {
  flex: 1;
  min-width: 0;
  min-height: 0;
}
.development__right-col-image {
  border-radius: 12px;
  max-width: 100%;
  margin-bottom: 25px;
}
.development__description {
  background-color: var(--light-blue-color) !important;
  line-height: 130%;
  padding: 20px 20px 30px 25px;
}
.development__description-top {
  margin-bottom: 30px;
}
.development__description-bottom {
  align-items: start;
  display: flex;
  flex-direction: row;
  gap: 5%;
  justify-content: space-between;
}
.development__show-history-button {
  min-width: 205px;
}
.development__modal-title {
  color: var(--primary-color);
  font-size: 24px;
  font-weight: 600;
}
.development__modal-image {
  max-width: 100%;
}
@media (max-width: 1199px) {
  .development {
    flex-direction: column;
  }
  .development__right-col {
    display: flex;
    flex-direction: row;
    gap: 25px;
  }
  .development__right-col-image {
    flex: 1;
    min-height: 0;
    min-width: 0;
    margin: 0;
  }
  .development__description {
    flex: 1;
    min-height: 0;
    min-width: 0;
  }
  .development__description-bottom {
    flex-direction: column;
    gap: 25px;
  }
}
@media (max-width: 991px) {
  .development {
    gap: 25px;
  }
  .development__right-col {
    flex-direction: column;
  }
}
@media (max-width: 767px) {
  .development {
    padding: 25px;
  }
  .development__year-title {
    font-size: 20px;
  }
}
@media (max-width: 575px) {
  .development__year-block {
    flex-direction: column-reverse;
  }
  .development__year {
    border: none;
    font-size: 30px;
    padding-left: 0;
  }
  .development__year-icon-container {
    display: none;
  }
  .development__description {
    border: none !important;
    border-radius: 0 !important;
    border-top: 1px solid var(--ids-card-border-color) !important;
    background-color: rgb(255, 255, 255) !important;
    padding: 25px 0 0 0;
  }
}

.team {
  padding: 22px 38px 45px 32px;
}
.team--with-margin-bottom {
  margin-bottom: 60px;
}
.team__title {
  color: var(--subtitle-font-color);
  font-size: 24px;
  font-weight: 600;
  line-height: 130%;
  margin-bottom: 22px;
}
.team__inner {
  display: flex;
  flex-direction: row;
  gap: 40px;
}
.team__left-col {
  flex: 1.27;
  min-width: 0;
}
.team__team-image {
  border-radius: 12px;
  max-width: 100%;
}
.team__right-col {
  flex: 1;
  min-width: 0;
}
.team__statistics-container {
  align-items: center;
  display: flex;
  justify-content: center;
  padding-bottom: 20px;
  margin-bottom: 20px;
}
.team__statistics-image {
  width: 80%;
}
.team__description {
  line-height: 130%;
}
.team__description-top {
  margin-bottom: 24px;
}
@media (max-width: 1399px) {
  .team__left-col {
    flex: 1.37;
  }
}
@media (max-width: 1199px) {
  .team__inner {
    gap: 30px;
  }
  .team__left-col {
    flex: 1.7;
  }
}
@media (max-width: 991px) {
  .team {
    padding-bottom: 25px;
  }
  .team__inner {
    flex-direction: column;
    gap: 25px;
  }
}
@media (max-width: 767px) {
  .team {
    padding: 25px;
  }
}

.page-title--management-rules {
  margin-bottom: 18px;
}

.management-rules {
  display: flex;
  flex-direction: row;
  gap: 14px;
}
.management-rules--with-margin-bottom {
  margin-bottom: 58px;
}
.management-rules__card {
  flex: 1;
  min-height: 0;
  min-width: 0;
}
.management-rules__card-top {
  align-items: center;
  background-color: var(--light-blue-color);
  border-bottom: 1px solid var(--ids-card-border-color);
  display: flex;
  flex-direction: row;
  gap: 20px;
  height: 137px;
  padding: 20px;
}
.management-rules__icon--salary {
  max-width: 84px;
}
.management-rules__icon--calendar {
  max-width: 80px;
}
.management-rules__icon--dress-code {
  max-width: 84px;
}
.management-rules__icon--platforms {
  max-width: 90px;
}
.management-rules__card-top-text {
  color: var(--subtitle-font-color);
  font-size: 24px;
  font-weight: 600;
  line-height: 130%;
}
.management-rules__card-title {
  margin-bottom: 7px;
}
.management-rules__title-divider {
  background-color: var(--bright-blue-color);
  height: 4px;
  width: 80%;
}
.management-rules__card-body {
  padding: 23px 12px 11px 24px;
  line-height: 130%;
}
.management-rules__card-body-list {
  padding-left: 12px;
}
.management-rules__card-body-list li::marker {
  font-size: 0.6em;
}
.management-rules__card-body-point--with-margin-bottom {
  margin-bottom: 21px;
}
.management-rules__card-body-point--with-big-margin-bottom {
  margin-bottom: 40px;
}
.management-rules__highlighted {
  font-weight: 600;
}
@media (max-width: 1399px) {
  .management-rules__icon--salary {
    max-width: 65px;
  }
  .management-rules__icon--calendar {
    max-width: 63px;
  }
  .management-rules__icon--dress-code {
    max-width: 66px;
  }
  .management-rules__icon--platforms {
    max-width: 71px;
  }
}
@media (max-width: 1199px) {
  .management-rules__icon {
    display: none;
  }
}
@media (max-width: 991px) {
  .management-rules {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
  }
  .management-rules__icon {
    display: block;
  }
  .management-rules__icon--salary {
    max-width: 84px;
  }
  .management-rules__icon--calendar {
    max-width: 80px;
  }
  .management-rules__icon--dress-code {
    max-width: 84px;
  }
  .management-rules__icon--platforms {
    max-width: 90px;
  }
}
@media (max-width: 767px) {
  .management-rules__icon {
    display: none;
  }
  .management-rules__card-body {
    padding-left: 25px;
  }
}
@media (max-width: 575px) {
  .management-rules {
    display: flex;
    flex-direction: column;
  }
  .management-rules__card-top {
    height: unset;
  }
  .management-rules__card-top-text {
    width: 100%;
  }
  .management-rules__card-title {
    margin-bottom: 10px;
  }
  .management-rules__icon {
    display: block;
  }
  .management-rules__title-divider {
    width: 50%;
  }
}

.page-title--culture {
  margin-bottom: 15px;
}

.mission {
  display: flex;
  flex-direction: row;
  gap: 24px;
}
.mission--with-margin-bottom {
  margin-bottom: 24px;
}
.mission__left-col {
  align-items: center;
  background-color: var(--light-blue-color) !important;
  display: flex;
  flex: 1.3;
  justify-content: center;
  min-height: 0;
  min-width: 0;
}
.mission__left-col-inner {
  max-width: 530px;
}
.mission__left-col-top {
  align-items: center;
  display: flex;
  flex-direction: row;
  gap: 12px;
  margin-bottom: 14px;
  margin-left: -15px;
}
.mission__left-col-image {
  --size: 95px;
  width: var(--size);
  max-width: var(--size);
}
.mission__title {
  color: var(--subtitle-font-color);
  font-size: 24px;
  font-weight: 600;
  line-height: 130%;
}
.mission__right-col {
  align-items: center;
  display: flex;
  flex: 1;
  justify-content: center;
  min-height: 0;
  min-width: 0;
  height: 370px;
}
.mission__right-col-image {
  max-height: 100%;
}
@media (max-width: 1199px) {
  .mission__left-col {
    flex: 1.7;
  }
  .mission__left-col-inner {
    max-width: 450px;
  }
  .mission__right-col-image {
    max-width: 100%;
  }
}
@media (max-width: 991px) {
  .mission__left-col-inner {
    max-width: 300px;
  }
  .mission__right-col-image {
    max-width: 90%;
  }
}
@media (max-width: 767px) {
  .mission__left-col {
    padding: 25px;
  }
  .mission__left-col-inner {
    max-width: unset;
  }
  .mission__right-col {
    display: none;
  }
}

.values {
  padding: 38px 27px 35px 32px;
}
.values--with-margin-bottom {
  margin-bottom: 42px;
}
.values__title, .values__value-title {
  color: var(--subtitle-font-color);
  font-size: 24px;
  font-weight: 600;
  line-height: 130%;
}
.values__inner {
  align-items: center;
  display: flex;
  justify-content: center;
  position: relative;
}
.values__value-title {
  margin-bottom: 6px;
}
.values__value-description {
  line-height: 130%;
}
.values__responsibility-text {
  position: absolute;
  max-width: 350px;
  top: 20%;
  left: 8%;
}
.values__responsibility-line {
  position: absolute;
  top: 22%;
  left: 29%;
}
.values__partnership-text {
  position: absolute;
  max-width: 350px;
  bottom: 4%;
  left: 0;
}
.values__partnership-line {
  position: absolute;
  bottom: 20%;
  left: 15%;
}
.values__development-text {
  position: absolute;
  max-width: 366px;
  top: 3.2%;
  right: 11%;
}
.values__development-line {
  position: absolute;
  top: 5%;
  right: 42%;
}
.values__self-organization-text {
  position: absolute;
  max-width: 376px;
  bottom: 34%;
  right: 2%;
}
.values__self-organization-line {
  position: absolute;
  bottom: 43%;
  right: 34%;
}
.values__background {
  width: 531px;
}
@media (max-width: 1399px) {
  .values__responsibility-text {
    max-width: 320px;
    top: 20%;
    left: 5%;
  }
  .values__responsibility-line {
    top: 22%;
    left: 28%;
  }
  .values__partnership-text {
    max-width: 300px;
    bottom: 0;
    left: 0;
  }
  .values__partnership-line {
    bottom: 20%;
    left: 20%;
  }
  .values__development-text {
    max-width: 340px;
    top: 3.2%;
    right: 5%;
  }
  .values__development-line {
    top: 5%;
    right: 40%;
  }
  .values__self-organization-text {
    max-width: 320px;
    bottom: 30%;
    right: 0;
  }
  .values__self-organization-line {
    bottom: 43%;
    right: 32%;
  }
  .values__background {
    width: 500px;
    margin-left: 30px;
  }
}
@media (max-width: 1199px) {
  .values__title {
    margin-bottom: 20px;
  }
  .values__inner {
    align-items: start;
    flex-direction: column;
    gap: 25px;
  }
  .values__background {
    display: none;
  }
  .values__value-title {
    font-size: 20px;
  }
  .values__partnership-text, .values__development-text, .values__self-organization-text, .values__responsibility-text {
    max-width: 700px;
    padding-left: 15px;
    position: unset;
  }
  .values__development-text {
    border-left: 4px solid rgb(138, 244, 46);
  }
  .values__responsibility-text {
    border-left: 4px solid rgb(253, 210, 35);
  }
  .values__self-organization-text {
    border-left: 4px solid rgb(252, 147, 26);
  }
  .values__partnership-text {
    border-left: 4px solid rgb(0, 196, 222);
  }
  .values__partnership-line, .values__development-line, .values__self-organization-line, .values__responsibility-line {
    display: none;
  }
}
@media (max-width: 767px) {
  .values {
    padding: 25px;
  }
}

.bonuses--with-margin-bottom {
  margin-bottom: 60px;
}
.bonuses__title {
  color: var(--subtitle-font-color);
  font-size: 24px;
  font-weight: 600;
  line-height: 130%;
  max-width: 850px;
  margin-bottom: 22px;
}
.bonuses__inner {
  display: flex;
  flex-direction: row;
  gap: 18px;
}
.bonuses__card {
  flex: 1;
  min-width: 0;
}
.bonuses__card-top {
  align-items: center;
  justify-content: center;
  background-color: var(--light-blue-color);
  border-bottom: 1px solid var(--ids-card-border-color);
  display: flex;
  height: 155px;
}
.bonuses__card-image--merch {
  height: 90%;
}
.bonuses__card-image--balloons {
  height: 90%;
}
.bonuses__card-image--cookies {
  height: 60%;
}
.bonuses__card-image--site {
  height: 70%;
}
.bonuses__card-title {
  color: var(--subtitle-font-color);
  font-size: 24px;
  font-weight: 600;
  margin-bottom: 12px;
  line-height: 130%;
}
.bonuses__card-title-divider {
  background-color: var(--bright-blue-color);
  margin-bottom: 30px;
  height: 4px;
  width: 45%;
  max-width: 120px;
}
.bonuses__card-body {
  padding: 25px 15px 34px 32px;
  line-height: 130%;
}
@media (max-width: 1199px) {
  .bonuses__inner {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
  }
  .bonuses__card-top {
    height: 130px;
  }
}
@media (max-width: 767px) {
  .bonuses__card-body {
    padding: 25px;
  }
}
@media (max-width: 575px) {
  .bonuses__inner {
    display: flex;
    flex-direction: column;
  }
}

.page-title--opportunities {
  margin-bottom: 15px;
}

.opportunities {
  background-color: var(--light-blue-color) !important;
  padding: 46px 57px 46px 110px;
  overflow: unset !important;
  position: relative;
}
.opportunities--with-margin-bottom {
  margin-bottom: 60px;
}
.opportunities__text {
  max-width: 480px;
}
.opportunities__top-block {
  align-items: center;
  display: flex;
  flex-direction: row;
  gap: 25px;
  margin-bottom: 22px;
}
.opportunities__title {
  color: var(--subtitle-font-color);
  font-size: 24px;
  font-weight: 600;
  line-height: 130%;
  max-width: 185px;
}
.opportunities__running-man, .opportunities__running-woman {
  bottom: 30px;
  position: absolute;
}
.opportunities__running-man {
  right: 350px;
  width: 296px;
}
.opportunities__running-woman {
  right: 50px;
  width: 286px;
}
@media (max-width: 1399px) {
  .opportunities__running-man {
    bottom: 60px;
    right: 280px;
    width: 220px;
  }
  .opportunities__running-woman {
    bottom: 60px;
    right: 50px;
    width: 210px;
  }
}
@media (max-width: 1199px) {
  .opportunities {
    padding: 35px 57px 35px 60px;
  }
  .opportunities__text {
    max-width: 400px;
  }
  .opportunities__running-man {
    bottom: 60px;
    right: 230px;
    width: 195px;
  }
  .opportunities__running-woman {
    bottom: 60px;
    right: 30px;
    width: 190px;
  }
}
@media (max-width: 991px) {
  .opportunities {
    padding: 35px 57px 35px 32px;
  }
  .opportunities__text {
    max-width: 340px;
  }
  .opportunities__running-man {
    bottom: 60px;
    right: 40px;
    width: 250px;
  }
  .opportunities__running-woman {
    display: none;
  }
}
@media (max-width: 767px) {
  .opportunities {
    padding: 25px;
  }
  .opportunities__text {
    max-width: unset;
  }
  .opportunities__arrow {
    height: 70px;
  }
  .opportunities__running-people {
    display: none;
  }
}

.page-title--important {
  margin-bottom: 15px;
}

.company-structure {
  padding: 33px;
}
.company-structure--with-margin-bottom {
  margin-bottom: 24px;
}
.company-structure__top {
  align-items: center;
  border-bottom: 1px solid var(--ids-card-border-color);
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  gap: 25px;
  padding-bottom: 28px;
  margin-bottom: 38px;
}
.company-structure__title {
  color: var(--subtitle-font-color);
  font-size: 24px;
  font-weight: 600;
  line-height: 130%;
}
.company-structure__subtitle {
  line-height: 130%;
  text-align: end;
}
.company-structure__middle {
  align-items: center;
  display: flex;
  flex-direction: row;
  padding-bottom: 25px;
  margin-bottom: 25px;
}
.company-structure__person {
  display: flex;
  flex-direction: column;
  text-align: center;
  align-items: center;
  flex: 1;
  min-width: 0;
  min-height: 0;
}
.company-structure__person-name {
  color: var(--subtitle-font-color);
  font-size: 24px;
  font-weight: 600;
  line-height: 130%;
  margin-bottom: 15px;
}
.company-structure__person-image {
  width: 122px;
  margin-bottom: 15px;
}
.company-structure__person-image--small {
  width: 106px;
}
.company-structure__person-image--big {
  width: 132px;
}
.company-structure__arrow {
  min-width: 45px;
}
.company-structure__stars {
  align-items: center;
  display: flex;
  flex-direction: row;
}
.company-structure__star {
  width: 25px;
}
.company-structure__bottom {
  align-items: center;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  gap: 45px;
}
.company-structure__description {
  line-height: 130%;
  max-width: 450px;
}
.company-structure__structure-link-block {
  align-items: center;
  background-color: var(--light-blue-color) !important;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  max-width: 630px;
  padding: 15px 32px 15px 24px;
  width: 100%;
}
.company-structure__structure-link-description {
  max-width: 240px;
  line-height: 130%;
}
.company-structure__go-to-structure {
  width: 205px;
}
@media (max-width: 1399px) {
  .company-structure__arrow {
    min-width: unset;
    width: 35px;
  }
}
@media (max-width: 1199px) {
  .company-structure__person-name {
    font-size: 18px;
  }
  .company-structure__arrow {
    width: 25px;
  }
  .company-structure__bottom {
    align-items: start;
  }
  .company-structure__structure-link-block {
    align-items: start;
    flex-direction: column;
    gap: 20px;
  }
  .company-structure__structure-link-description {
    max-width: unset;
  }
  .company-structure__go-to-structure {
    align-self: center;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .company-structure__title {
    font-size: 22px;
  }
  .company-structure__person-name {
    font-size: 14px;
  }
  .company-structure__arrow {
    width: 15px;
  }
  .company-structure__person-image {
    width: 100px;
  }
  .company-structure__person-image--small {
    width: 90px;
  }
  .company-structure__person-image--big {
    width: 110px;
  }
  .company-structure__star {
    width: 20px;
  }
}
@media (max-width: 991px) {
  .company-structure__bottom {
    flex-direction: column;
    gap: 25px;
  }
  .company-structure__description {
    max-width: unset;
  }
  .company-structure__structure-link-block {
    display: flex;
    flex-direction: row;
    gap: 65px;
  }
}
@media (max-width: 767px) {
  .company-structure {
    padding: 25px;
  }
  .company-structure__top {
    align-items: start;
    flex-direction: column;
    gap: 10px;
  }
  .company-structure__subtitle {
    text-align: start;
  }
  .company-structure__middle {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    row-gap: 40px;
  }
  .company-structure__arrow {
    justify-self: center;
    width: 40px;
  }
  .company-structure__person-name {
    font-size: 14px;
  }
  .company-structure__person-image {
    width: 80px;
  }
  .company-structure__person-image--small {
    width: 75px;
  }
  .company-structure__person-image--big {
    width: 90px;
  }
  .company-structure__star {
    width: 20px;
  }
}
@media (max-width: 575px) {
  .company-structure__middle {
    align-items: start;
    display: flex;
    flex-direction: column;
    gap: 15px;
    padding: 0 30px;
  }
  .company-structure__person {
    flex-direction: row-reverse;
    text-align: start;
    gap: 30px;
  }
  .company-structure__person-name {
    font-size: 24px;
  }
  .company-structure__stars {
    display: none;
  }
  .company-structure__arrow {
    display: none;
  }
  .company-structure__structure-link-block {
    align-items: center;
    flex-direction: column;
    gap: 20px;
  }
}
@media (max-width: 420px) {
  .company-structure__middle {
    padding: 0;
  }
  .company-structure__person {
    gap: 15px;
  }
  .company-structure__person-name {
    font-size: 20px;
  }
  .company-structure__person-image {
    width: 70px;
  }
  .company-structure__person-image--small {
    width: 65px;
  }
  .company-structure__person-image--big {
    width: 78px;
  }
}

.software-development {
  padding: 32px 32px 25px 32px;
}
.software-development--with-margin-bottom {
  margin-bottom: 24px;
}
.software-development__title {
  color: var(--subtitle-font-color);
  font-size: 24px;
  font-weight: 600;
  line-height: 130%;
  max-width: 990px;
  margin-bottom: 36px;
}
.software-development__table {
  border: 1px solid var(--ids-card-border-color);
  border-radius: 12px;
  margin-bottom: 25px;
}
.software-development__table-title {
  color: var(--subtitle-font-color);
  font-size: 24px;
  font-weight: 600;
  text-align: center;
  padding: 14px;
}
.software-development__table-row:not(:last-child), .software-development__table-title {
  border-bottom: 1px solid var(--ids-card-border-color);
}
.software-development__table-row {
  display: flex;
  flex-direction: row;
}
.software-development__table-subdivision {
  align-items: center;
  color: rgb(0, 72, 217);
  display: flex;
  flex: 0.35;
  font-weight: 600;
  line-height: 130%;
  padding: 14px 15px;
  min-height: 0;
}
.software-development__table-software {
  align-items: center;
  border-left: 1px solid var(--ids-card-border-color);
  display: flex;
  flex: 1;
  padding: 10px 15px;
  line-height: 130%;
  min-height: 0;
}
.software-development__table-software a {
  color: var(--primary-font-color);
}
.software-development__table-software a:hover, .software-development__table-software a:active {
  text-decoration: underline;
  text-underline-offset: 1px;
}
.software-development__highlighted {
  font-weight: 600;
}
.software-development__bottom {
  line-height: 130%;
}
@media (max-width: 1199px) {
  .software-development__table-subdivision {
    flex: 0.5;
  }
}
@media (max-width: 991px) {
  .software-development__table-title {
    font-size: 20px;
  }
}
@media (max-width: 767px) {
  .software-development {
    padding: 25px;
  }
}
@media (max-width: 575px) {
  .software-development__table-title {
    font-size: 18px;
  }
  .software-development__table-row {
    flex-direction: column;
  }
  .software-development__table-software {
    border-left: none;
    padding-top: 0;
  }
}

.software-support {
  padding: 32px 32px 25px 32px;
}
.software-support--with-margin-bottom {
  margin-bottom: 61px;
}
.software-support__title {
  color: var(--subtitle-font-color);
  font-size: 24px;
  font-weight: 600;
  line-height: 130%;
  max-width: 990px;
  margin-bottom: 36px;
}
.software-support__table-wrapper {
  overflow-x: auto;
}
.software-support__table {
  align-items: stretch;
  background-color: var(--ids-card-border-color);
  border: 1px solid var(--ids-card-border-color);
  border-radius: 12px;
  display: grid;
  gap: 1px;
  grid-template-columns: repeat(5, 1fr);
  grid-auto-rows: auto;
  overflow: hidden;
  margin-bottom: 24px;
  min-width: 870px;
}
.software-support__table-row {
  display: flex;
  flex-direction: row;
}
.software-support__table-row:not(:last-child) {
  border-bottom: 1px solid var(--ids-card-border-color);
}
.software-support__cell {
  align-items: center;
  background-color: rgb(255, 255, 255);
  display: flex;
  flex: 1;
  flex-direction: column;
  justify-content: center;
  line-height: 130%;
  min-width: 0;
  text-align: center;
  padding: 8px;
  min-height: 57px;
}
.software-support__cell--title {
  color: rgb(0, 72, 217);
  font-size: 24px;
  font-weight: 600;
  line-height: 110%;
}
.software-support__cell--big {
  grid-column: span 4;
}
.software-support__cell--product {
  align-items: start;
  padding: 8px 24px;
}
.software-support__logo {
  height: 34px;
}
.software-support__name:hover {
  text-decoration: underline;
  text-underline-offset: 1px;
  text-underline: 0.5px solid var(--ids-card-border-color);
}
.software-support__bottom {
  line-height: 130%;
  max-width: 930px;
}
@media (max-width: 1399px) {
  .software-support__cell {
    min-height: unset;
  }
  .software-support__logo {
    height: 30px;
  }
  .software-support__cell--title {
    font-size: 20px;
  }
}
@media (max-width: 1199px) {
  .software-support__logo {
    height: 28px;
  }
  .software-support__cell--product {
    padding: 8px 12px;
  }
  .software-support__name {
    font-size: 14px;
  }
}
@media (max-width: 575px) {
  .software-support {
    padding: 25px;
  }
}

.page-title--welcome {
  margin-bottom: 16px;
}

.welcome {
  display: flex;
  flex-direction: row;
}
.welcome--with-margin-bottom {
  margin-bottom: 180px;
}
.welcome__left-col {
  display: flex;
  flex-direction: column;
  justify-content: center;
  flex: 1;
  min-width: 0;
  padding-left: 60px;
}
.welcome__title {
  color: var(--subtitle-font-color);
  font-size: 24px;
  font-weight: 600;
  line-height: 130%;
  margin-bottom: 35px;
}
.welcome__description {
  max-width: 360px;
  line-height: 130%;
}
.welcome__right-col {
  flex: 1.6;
  min-width: 0;
}
.welcome__image {
  max-width: 100%;
}
@media (max-width: 1199px) {
  .welcome__left-col {
    padding-left: 40px;
  }
  .welcome__description {
    max-width: 320px;
  }
}
@media (max-width: 991px) {
  .welcome {
    flex-direction: column-reverse;
  }
  .welcome__left-col {
    padding: 32px 32px 15px 32px;
  }
  .welcome__title {
    margin-bottom: 25px;
  }
  .welcome__description {
    max-width: unset;
  }
}
@media (max-width: 767px) {
  .welcome__left-col {
    padding: 25px;
  }
  .welcome__left-col p:last-child {
    margin: 0;
  }
}

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