/*!**************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[1].use[1]!./node_modules/postcss-loader/dist/cjs.js!./node_modules/sass-loader/dist/cjs.js!./src/styles/index.scss ***!
  \**************************************************************************************************************************************************************************************/
* {
  padding: 0;
  margin: 0;
  box-sizing: border-box;
  font-family: 'Inter', sans-serif; }

body {
  min-height: 100%;
  height: 100%;
  overflow-y: auto;
  position: relative;
  display: flex;
  flex-direction: column;
  background: #fff;
  min-width: 320px;
  scroll-behavior: smooth; }
  @media screen and (max-width: 320px) {
    body {
      overflow-x: scroll; } }
  body::-webkit-scrollbar {
    width: 6px;
    position: absolute;
    right: 0;
    top: 0;
    height: 100%; }
  body::-webkit-scrollbar-track {
    background: #fff; }
  body::-webkit-scrollbar-thumb {
    background: #0a5c54;
    width: 6px;
    border-radius: 8px; }

.header.menu::-webkit-scrollbar {
  width: 6px;
  position: absolute;
  right: 0;
  top: 0;
  height: 100%; }

.header.menu::-webkit-scrollbar-track {
  background: #fff; }

.header.menu::-webkit-scrollbar-thumb {
  background: #0a5c54;
  width: 6px;
  border-radius: 8px; }

.slim-text {
  font-weight: 500;
  font-size: 16px;
  line-height: 152%;
  letter-spacing: 0.02em;
  text-transform: uppercase;
  color: #9ca1a0;
  display: block; }
  @media (max-width: 768px) {
    .slim-text {
      font-size: 14px;
      line-height: 132%;
      width: 87%; } }

.section-title {
  width: 75%;
  margin-top: 12px;
  font-weight: 500;
  font-size: 48px;
  line-height: 132%;
  letter-spacing: -0.02em;
  color: #182327; }
  .section-title.w819 {
    max-width: 819px; }
  .section-title.w768 {
    max-width: 768px; }
  .section-title--l58 {
    line-height: 58px; }
  @media (max-width: 768px) {
    .section-title {
      font-size: 40px;
      line-height: 120%;
      width: 87%; } }
  @media (max-width: 480px) {
    .section-title {
      font-size: 28px;
      line-height: 34px;
      width: 100%; } }

.line-reading {
  width: 100%;
  height: 4px;
  background: #dfe1e1;
  transition: width 0.3s linear; }
  .line-reading__line {
    width: 0;
    height: 100%;
    background: #0a5c54; }

.section-text {
  font-size: 20px;
  line-height: 30px;
  color: #444e50;
  margin-top: 16px;
  max-width: 632px;
  display: block; }
  .section-text.lh166 {
    line-height: 166%; }
  .section-text.w563 {
    width: 563px; }
  .section-text .no-wrap {
    white-space: nowrap; }
  @media (max-width: 768px) {
    .section-text {
      font-size: 18px; } }

body.program .section-title {
  font-size: 56px;
  line-height: 124%;
  width: 100%; }
  @media (max-width: 768px) {
    body.program .section-title {
      font-size: 40px;
      line-height: 120%; } }
  @media (max-width: 480px) {
    body.program .section-title {
      font-size: 32px;
      line-height: 120%; } }

.wpcf7 form .wpcf7-response-output {
  margin: 0;
  padding: 0; }

.wpcf7 form.invalid .wpcf7-response-output,
.wpcf7 form.unaccepted .wpcf7-response-output,
.wpcf7 form.payment-required .wpcf7-response-output,
.wpcf7 form.sent .wpcf7-response-output {
  border-color: transparent;
  border: none; }

.wpcf7 form .wpcf7-response-output {
  padding-left: 0; }

.header {
  width: 100%;
  background: #fff; }
  .header.program {
    background: #ffffff;
    box-shadow: 0px 1px 32px rgba(16, 24, 40, 0.08), 0px 1px 2px rgba(16, 24, 40, 0.02); }
  .header.sticky {
    z-index: 2;
    box-shadow: 0px 1px 32px rgba(16, 24, 40, 0.08), 0px 1px 2px rgba(16, 24, 40, 0.02);
    position: sticky;
    top: 0; }
    .header.sticky .header-border {
      display: none; }
  .header--mob {
    display: none;
    min-height: 73px;
    padding: 21px 16px;
    align-items: center;
    justify-content: space-between;
    height: 73px; }
  .header__row {
    width: 100%; }
    .header__row:last-child {
      padding: 16px 0; }
    .header__row.nav {
      height: 80px;
      display: flex;
      position: relative; }
  .header-border {
    border-bottom: 1px solid #edeeee; }
  .header__container {
    width: 100%;
    padding: 0 80px;
    display: flex; }
    .header__container--space-between {
      justify-content: space-between;
      align-items: center; }
  .header__link {
    font-weight: 400;
    font-size: 14px;
    line-height: 24px;
    color: #5a6264;
    text-decoration: none;
    transition: 0.5s linear;
    width: fit-content;
    transition: 0.3s ease-in-out border-color;
    border-bottom: 1px solid transparent; }
    .header__link:hover {
      color: #0a5c54;
      border-color: #0a5c54; }
  .header__info {
    display: flex;
    align-items: center;
    margin-right: 16px;
    width: fit-content; }
    .header__info-icon {
      margin-right: 4px; }
    .header__info .header__text {
      transition: 0.3s ease-in-out all;
      border-bottom: 1px solid transparent; }
    .header__info:hover .header__text {
      color: #0a5c54;
      border-color: #0a5c54; }
  .header__icon {
    margin-right: 8px; }
  .header__col {
    display: flex;
    align-items: center; }
  .header__text {
    font-weight: 400;
    font-size: 14px;
    line-height: 24px;
    color: #5a6264;
    text-decoration: none; }
  .header__lang {
    margin-right: 12px;
    cursor: pointer;
    position: relative; }
    .header__lang .picker__top {
      border: 1px solid transparent; }
  .header__phones {
    cursor: pointer;
    position: relative; }
    .header__phones .picker-phone {
      filter: invert(39%) sepia(7%) saturate(456%) hue-rotate(145deg) brightness(89%) contrast(83%); }
    .header__phones .picker__icon {
      filter: invert(39%) sepia(7%) saturate(456%) hue-rotate(145deg) brightness(89%) contrast(83%); }
  .header.menu {
    height: 100vh;
    position: fixed;
    left: 0;
    top: 0;
    z-index: 1000;
    overflow: scroll;
    max-height: 100%; }
  .header__phones::after, .header__lang::after {
    content: '';
    z-index: 0;
    width: 100%;
    height: 150px;
    background: transparent;
    position: absolute;
    top: 0;
    display: none; }
  .header__lang:hover .picker__top {
    border-color: #e7e7e7; }
  .header__phones:hover .picker__value {
    color: #b0b4b3; }
  .header__phones:hover .picker-phone {
    filter: invert(81%) sepia(7%) saturate(85%) hue-rotate(115deg) brightness(88%) contrast(89%); }
  .header__phones:hover .picker__icon {
    filter: invert(81%) sepia(7%) saturate(85%) hue-rotate(115deg) brightness(88%) contrast(89%); }
  .header__phones:hover, .header__lang:hover {
    box-shadow: 0px 12px 16px -4px rgba(16, 24, 40, 0.08), 0px 4px 6px -2px rgba(16, 24, 40, 0.03); }
    .header__phones:hover::after, .header__lang:hover::after {
      display: block; }
    .header__phones:hover .picker__list, .header__lang:hover .picker__list {
      display: flex; }
    .header__phones:hover .picker__icon, .header__lang:hover .picker__icon {
      transform: rotate(180deg); }

@media (max-width: 1340px) {
  .header__container {
    padding: 0 40px; } }

@media (max-width: 1120px) {
  .header {
    position: sticky;
    top: 0;
    z-index: 2; }
    .header.program {
      position: sticky; }
    .header.black {
      background: rgba(255, 255, 255, 0.1);
      backdrop-filter: blur(40px);
      box-shadow: none; }
      .header.black .button--menu path {
        fill: #fff; }
      .header.black .header--mob {
        border: 1px solid transparent; }
  .header__row {
    display: none; }
    .header__row.nav {
      display: none; }
  .header--mob {
    display: flex;
    border: 1px solid #f2f4f7; } }

.picker {
  position: relative;
  z-index: 1; }
  .picker__top {
    display: flex;
    justify-content: space-between;
    align-items: center; }
  .picker__value {
    font-weight: 400;
    font-size: 14px;
    line-height: 24px;
    color: #5a6264;
    margin-right: 8px;
    text-decoration: none; }
  .picker__list {
    width: 110%;
    display: flex;
    flex-direction: column;
    display: none;
    position: absolute;
    top: 40px;
    left: -17px;
    background-color: #fff;
    max-height: 150px;
    overflow: auto;
    box-shadow: 0px 12px 16px -4px rgba(16, 24, 40, 0.08), 0px 4px 6px -2px rgba(16, 24, 40, 0.03); }
  .picker__icon {
    width: 24px;
    height: 24px;
    min-width: 24px; }
  .picker__item {
    text-align: center;
    cursor: pointer;
    padding: 8px;
    text-decoration: none;
    font-weight: 400;
    font-size: 14px;
    line-height: 24px;
    color: #5a6264;
    transition: 0.5s linear;
    text-decoration: none;
    display: flex;
    align-items: center;
    border-top: 1px solid #e7e7e7; }
    .picker__item:hover {
      color: #0a5c54; }
    .picker__item img {
      margin-right: 8px; }

.picker.phonecode .picker__list {
  left: -17px;
  top: 34px;
  width: 172%; }

.picker.phonecode .picker__item {
  padding: 12px 16px; }

.picker.langs .picker__top {
  padding: 8px 12px; }

.picker.langs .picker__value {
  margin: 0 6px 0 12px; }

.picker.langs .picker__list {
  width: 100%;
  left: 0;
  top: 41px; }

.picker.langs .picker__item {
  padding: 8px 12px; }
  .picker.langs .picker__item img {
    margin-right: 12px; }

.picker.phones .picker__top {
  padding: 12px 12px 16px 12px; }

.picker.phones .picker__list {
  width: 100%;
  left: 0px;
  top: 52px; }

.picker.phones .picker__item {
  padding: 12px 12px 10px;
  white-space: nowrap; }

.social {
  display: flex;
  align-items: center; }
  .social__item {
    width: 20px;
    height: 20px;
    display: flex;
    justify-content: center;
    align-items: center;
    text-decoration: none;
    margin-left: 16px;
    transition: 0.3s ease-in-out transform; }
    .social__item img {
      filter: invert(36%) sepia(2%) saturate(1521%) hue-rotate(145deg) brightness(98%) contrast(87%); }
    .social__item:hover {
      transform: scale(1.1); }
      .social__item:hover img {
        filter: invert(27%) sepia(11%) saturate(4724%) hue-rotate(132deg) brightness(91%) contrast(92%); }

.navigation {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between; }
  .navigation__logo {
    margin-right: 40px;
    cursor: pointer; }
  .navigation__list {
    display: flex;
    align-items: center; }
  .navigation__item {
    white-space: nowrap;
    cursor: pointer;
    margin: 0 16px;
    display: flex;
    text-decoration: none;
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    color: #182327;
    background: #fff;
    position: relative;
    width: fit-content; }
    .navigation__item::before {
      position: absolute;
      bottom: -4px;
      left: 0;
      content: '';
      width: 0;
      height: 2px;
      background: #0a5c54;
      transition: 0.3s ease-in-out width; }
    .navigation__item:hover, .navigation__item.active {
      color: #0a5c54; }
      .navigation__item:hover::before, .navigation__item.active::before {
        width: 100%; }
  .navigation__item-value {
    display: flex;
    align-items: center; }
  .navigation__item-text {
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    color: #182327;
    margin-right: 8px;
    width: fit-content; }
  .navigation__sub-col {
    width: 380px;
    min-width: 380px;
    padding: 32px 32px 32px 80px;
    background: #f9f9f9; }
    @media (max-width: 1340px) {
      .navigation__sub-col {
        padding-left: 40px; } }
  .navigation__sub-main {
    display: flex;
    align-items: center;
    flex-grow: 1;
    background: #ffffff;
    padding: 32px 80px 32px 32px; }
    @media (max-width: 1340px) {
      .navigation__sub-main {
        padding-right: 40px; } }
    .navigation__sub-main img {
      min-width: 336px;
      width: 336px;
      margin-right: 40px; }
      @media (max-width: 1200px) {
        .navigation__sub-main img {
          min-width: 290px;
          width: 290px; } }
  .navigation__sub-title {
    font-weight: 500;
    font-size: 12px;
    line-height: 15px;
    letter-spacing: 0.02em;
    text-transform: uppercase;
    color: #9ca1a0;
    margin-bottom: 16px; }
    .navigation__sub-title:not(:first-child) {
      margin-top: 24px; }
  .navigation__sub-subtitle {
    font-weight: 600;
    font-size: 28px;
    line-height: 44px;
    letter-spacing: -0.02em;
    color: #182327;
    margin-bottom: 8px; }
  .navigation__sub-text {
    font-size: 16px;
    line-height: 30px;
    color: #364152;
    margin-bottom: 16px;
    max-width: 437px; }
  .navigation__sub-link {
    padding: 13px 16px 13px 8px;
    font-size: 16px;
    line-height: 24px;
    color: #182327;
    display: flex;
    align-items: center;
    justify-content: space-between;
    transition: 0.3s ease-in-out all;
    text-decoration: none; }
    .navigation__sub-link img {
      width: 20px;
      height: 20px;
      transition: 0.3s ease-in-out all;
      opacity: 0;
      margin-left: 6px;
      filter: invert(28%) sepia(61%) saturate(534%) hue-rotate(125deg) brightness(90%) contrast(99%); }
    .navigation__sub-link:not(:last-child) {
      border-bottom: 1px solid #dfe1e1; }
    .navigation__sub-link:hover {
      background: #edeeee;
      color: #0a5c54; }
      .navigation__sub-link:hover img {
        opacity: 1; }
  .navigation__sub-sublink {
    display: flex;
    align-items: center;
    font-weight: 500;
    font-size: 16px;
    line-height: 24px;
    color: #182327;
    text-decoration: none;
    transition: 0.3s ease-in-out all; }
    .navigation__sub-sublink img {
      margin-left: 8px;
      transform: rotate(180deg);
      width: 20px;
      height: 20px;
      min-width: 20px;
      transition: 0.3s ease-in-out all;
      filter: invert(8%) sepia(67%) saturate(127%) hue-rotate(120deg) brightness(102%) contrast(89%); }
    .navigation__sub-sublink:hover {
      color: #0a5c54; }
      .navigation__sub-sublink:hover img {
        filter: invert(16%) sepia(55%) saturate(3828%) hue-rotate(161deg) brightness(97%) contrast(92%); }
  .navigation__sub-list {
    position: absolute;
    top: 100%;
    width: 100%;
    left: 0;
    visibility: hidden;
    opacity: 0;
    display: none;
    transition: 1s ease-in-out opacity 1s, 0s ease visibility;
    background: #fff; }
    .navigation__sub-list .navigation__item {
      color: #182327;
      padding: 12px 16px;
      width: fit-content; }
      .navigation__sub-list .navigation__item::before {
        display: none; }
      .navigation__sub-list .navigation__item:hover {
        color: #084a43; }
    @media (min-width: 1120px) {
      .navigation__sub-list {
        z-index: 2; }
        .navigation__sub-list .navigation__item {
          padding: 0px 16px 0px 0; }
          .navigation__sub-list .navigation__item:not(:last-child) {
            margin-bottom: 12px; }
        .navigation__sub-list .navigation__section-title {
          padding-left: 0;
          font-size: 12px;
          line-height: 20px;
          /* identical to box height, or 167% */
          letter-spacing: 0.02em; }
        .navigation__sub-list .navigation__section-title:first-child {
          margin-top: 0;
          margin-bottom: 16px; } }
  .navigation__list-sub {
    display: flex;
    flex-direction: column;
    margin-right: 16px;
    cursor: pointer; }
    .navigation__list-sub path {
      transition: 0.5s linear; }
    .navigation__list-sub .navigation__item-value {
      position: relative; }
      @media (min-width: 1120px) {
        .navigation__list-sub .navigation__item-value::before {
          position: absolute;
          bottom: -4px;
          left: 0;
          content: '';
          width: 0;
          height: 2px;
          background: #0a5c54;
          transition: 0.3s ease-in-out width;
          z-index: 1; }
        .navigation__list-sub .navigation__item-value:hover {
          color: #0a5c54; }
          .navigation__list-sub .navigation__item-value:hover::before {
            width: 100%; } }
    @media (min-width: 1120px) {
      .navigation__list-sub::after {
        content: '';
        z-index: 0;
        width: 120%;
        height: 250px;
        background: transparent;
        position: absolute;
        top: 0;
        display: none; } }
    .navigation__list-sub:hover::after {
      display: block; }
    .navigation__list-sub:hover .navigation__item-text {
      color: #0a5c54; }
    .navigation__list-sub:hover .navigation__sub-list {
      display: flex;
      visibility: visible;
      opacity: 1; }
    .navigation__list-sub:hover .navigation__item-icon {
      transform: rotate(180deg); }
      .navigation__list-sub:hover .navigation__item-icon path {
        stroke: #0a5c54; }
  .navigation__col {
    display: flex;
    align-items: center; }
  .navigation__left {
    display: flex;
    align-items: center; }
  .navigation__section-title {
    margin-top: 32px;
    font-weight: 500;
    font-size: 14px;
    line-height: 20px;
    /* identical to box height, or 143% */
    letter-spacing: 0.02em;
    text-transform: uppercase;
    /* Gray/600 */
    color: #9ca1a0;
    margin-bottom: 12px;
    padding-left: 16px; }

.navigation--mob {
  display: none;
  flex-direction: column;
  width: 100%;
  overflow-y: auto;
  padding-top: 24px; }
  .navigation--mob .search-input {
    display: flex;
    padding: 12px 16px;
    width: calc(100% - 32px);
    height: 48px;
    background: #ffffff;
    /* Gray/200 */
    border: 1px solid #dfe1e1;
    margin: 0 16px 0; }
  .navigation--mob .search-input__img {
    width: 24px;
    height: 24px;
    margin-right: 8px; }
  .navigation--mob .navigation__list {
    display: flex;
    flex-direction: column;
    align-items: flex-start; }
  .navigation--mob .navigation__item {
    margin: 0;
    width: fit-content;
    padding: 12px 16px;
    text-decoration: underline;
    text-decoration-color: transparent;
    transition: 0.3s ease-in-out text-decoration-color;
    text-underline-offset: 6px; }
    .navigation--mob .navigation__item::before {
      display: none; }
    .navigation--mob .navigation__item:hover {
      text-decoration-color: #0a5c54; }
  .navigation--mob .navigation__list-sub {
    width: 100%;
    display: flex;
    flex-direction: column;
    position: relative;
    margin-right: 16px;
    padding-bottom: 0;
    margin-top: 0; }
    .navigation--mob .navigation__list-sub:hover .navigation__sub-list {
      display: none;
      box-shadow: none; }
    .navigation--mob .navigation__list-sub:hover .navigation__item-icon {
      transform: none; }
    .navigation--mob .navigation__list-sub .navigation__item-icon.open {
      transform: rotate(180deg); }
    .navigation--mob .navigation__list-sub .navigation__sub-list {
      position: relative;
      top: 0;
      left: 0;
      min-width: auto;
      z-index: 1;
      visibility: visible;
      opacity: 1; }
      .navigation--mob .navigation__list-sub .navigation__sub-list .navigation__item {
        background: #fff;
        color: #182327; }
        .navigation--mob .navigation__list-sub .navigation__sub-list .navigation__item:hover {
          color: #0a5c54; }
      .navigation--mob .navigation__list-sub .navigation__sub-list .navigation__section-title {
        margin-top: 24px;
        margin-bottom: 4px; }
      .navigation--mob .navigation__list-sub .navigation__sub-list.open {
        display: flex;
        width: 100%;
        flex-direction: column; }
      .navigation--mob .navigation__list-sub .navigation__sub-list .navigation__section-list {
        width: 100%;
        display: flex;
        flex-direction: column; }
        .navigation--mob .navigation__list-sub .navigation__sub-list .navigation__section-list .navigation__item:hover {
          color: #0a5c54; }
  .navigation--mob .button--w200 {
    margin: 8px 16px 24px; }
    @media (max-width: 480px) {
      .navigation--mob .button--w200 {
        width: calc(100% - 32px); } }
  .navigation--mob .navigation__item-value {
    padding: 12px 16px;
    justify-content: space-between; }
  .navigation--mob .navigation__langs {
    margin-top: 36px;
    border-top: 1px solid #dfe1e1;
    border-bottom: 1px solid #dfe1e1; }
    .navigation--mob .navigation__langs-left {
      display: flex;
      align-items: center; }
    .navigation--mob .navigation__langs-top {
      cursor: pointer;
      display: flex;
      align-items: center;
      justify-content: space-between;
      padding: 20px 16px; }
      .navigation--mob .navigation__langs-top img {
        margin-right: 8px; }
    .navigation--mob .navigation__langs-value {
      font-weight: 500;
      font-size: 16px;
      line-height: 24px;
      color: #182327; }
    .navigation--mob .navigation__langs-list {
      width: 100%;
      display: none;
      flex-direction: column; }
      .navigation--mob .navigation__langs-list.open {
        display: flex; }
    .navigation--mob .navigation__langs-item {
      font-weight: 400;
      font-size: 16px;
      line-height: 24px;
      color: #182327;
      text-decoration: none;
      padding: 12px 16px;
      border-top: 1px solid #dfe1e1; }
    .navigation--mob .navigation__langs .navigation__item-icon.open {
      transform: rotate(180deg); }
  .navigation--mob .navigation__socials {
    padding: 24px 16px;
    display: flex; }
    .navigation--mob .navigation__socials-social {
      width: 32px;
      height: 32px;
      margin-right: 32px; }
      .navigation--mob .navigation__socials-social img {
        width: 100%;
        height: 100%;
        transition: 0.3s ease-in-out all;
        filter: invert(68%) sepia(4%) saturate(202%) hue-rotate(118deg) brightness(93%) contrast(92%); }
      .navigation--mob .navigation__socials-social:hover img {
        filter: invert(27%) sepia(13%) saturate(3836%) hue-rotate(131deg) brightness(92%) contrast(92%); }

@media (max-width: 1340px) {
  .navigation__logo {
    margin-right: 32px; } }

@media (max-width: 1260px) {
  .navigation .button {
    display: none; }
  .navigation .search-input {
    margin-right: 0; } }

@media (max-width: 1120px) {
  .navigation--mob.open {
    display: flex; } }

.search-input {
  display: flex;
  align-items: center;
  margin-right: 16px;
  position: relative; }
  .search-input__icon {
    width: 32px;
    height: 32px;
    margin-right: 8px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer; }
    .search-input__icon img {
      transition: 0.3s ease-in-out all; }
    @media (max-width: 1260px) {
      .search-input__icon {
        margin-right: 0; } }
    .search-input__icon:hover {
      background: #f1f4f4; }
      .search-input__icon:hover img {
        transform: scale(0.8); }
  .search-input__input {
    padding-left: 16px;
    display: flex;
    outline: none;
    border: none;
    width: 100%;
    margin-right: 8px;
    font-size: 14px; }
    .search-input__input:focus {
      outline: none; }
  .search-input__block {
    background: #fff;
    justify-content: space-between;
    width: 100%;
    display: none;
    padding: 20px 80px; }
    .search-input__block.show {
      display: flex; }
    @media (max-width: 1340px) {
      .search-input__block {
        padding: 20px 40px; } }

.button {
  text-decoration: none;
  transition: 0.5s linear background-color;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  outline: none;
  border: none;
  cursor: pointer;
  text-decoration: none; }
  .button--green {
    background-color: #0a5c54;
    color: #fff; }
    .button--green svg {
      margin-left: 8px; }
    .button--green:hover {
      background-color: #084a43; }
  .button--contact {
    padding: 10px 47px;
    white-space: nowrap;
    font-weight: 500;
    font-size: 16px;
    line-height: 28px;
    /* identical to box height, or 175% */
    /* #F2F2F2 */
    color: #ffffff; }
  .button--search {
    width: 32px;
    height: 32px;
    background: transparent; }
  .button--white {
    background: #fff;
    font-weight: 500;
    font-size: 18px;
    line-height: 28px;
    color: #1e2423;
    transition: 0.5 linear color; }
    .button--white:hover {
      color: #0a5c54; }
  .button--white-border {
    border: 1px solid #f9f9f9;
    background: transparent;
    position: relative;
    overflow: hidden; }
    .button--white-border span {
      font-weight: 500;
      font-size: 18px;
      line-height: 28px;
      color: #f9f9f9;
      position: relative;
      z-index: 1;
      transition: 0.3s ease-in-out color; }
    .button--white-border:hover {
      background: #fff; }
      .button--white-border:hover span {
        color: #0a5c54; }
      .button--white-border:hover::before {
        top: 0; }
  .button--w200 {
    width: 200px;
    height: 60px; }
  .button--green-border {
    border: 1px solid #0a5c54;
    color: #0a5c54; }
    .button--green-border:hover {
      background-color: #0a5c54;
      color: #fff; }
  .button--green {
    background-color: #0a5c54;
    font-weight: 500;
    font-size: 16px;
    line-height: 28px;
    color: #ffffff; }
    .button--green:hover {
      background-color: #084a43; }
  .button--l24 {
    line-height: 24px; }
  .button--w140 {
    width: 140px;
    height: 48px; }
  .button--slider-arrow {
    width: 60px;
    height: 60px;
    background: #ffffff; }
    .button--slider-arrow.right {
      transform: rotate(180deg); }
    .button--slider-arrow img {
      transition: 0.3s ease-in-out all;
      filter: invert(12%) sepia(3%) saturate(1871%) hue-rotate(120deg) brightness(100%) contrast(96%); }
    .button--slider-arrow:hover img {
      filter: invert(26%) sepia(14%) saturate(2776%) hue-rotate(126deg) brightness(98%) contrast(92%); }
    @media (max-width: 768px) {
      .button--slider-arrow {
        width: 50%; } }
  .button--blue {
    font-weight: 500;
    font-size: 16px;
    line-height: 24px;
    color: #ffffff;
    background: #0a5c54;
    box-shadow: 0px 1px 2px rgba(16, 24, 40, 0.05); }
    .button--blue:hover {
      background: #084a43; }
  .button--h60 {
    height: 60px; }
  .button--menu {
    background: transparent;
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative; }
    .button--menu svg {
      z-index: 0; }
    .button--menu img {
      transition: 0.3s ease-in-out all;
      filter: invert(8%) sepia(3%) saturate(3743%) hue-rotate(120deg) brightness(90%) contrast(85%); }
    .button--menu:hover img {
      filter: invert(26%) sepia(14%) saturate(2776%) hue-rotate(126deg) brightness(98%) contrast(92%); }
  .button--slide-left {
    width: 32px;
    height: 32px;
    background: transparent; }
    @media (max-width: 768px) {
      .button--slide-left {
        width: 16px;
        height: 16px; }
        .button--slide-left img {
          width: 100%; } }
    .button--slide-left img {
      transition: 0.3s ease-in-out all;
      filter: invert(12%) sepia(3%) saturate(1871%) hue-rotate(120deg) brightness(100%) contrast(96%); }
    .button--slide-left:hover img {
      filter: invert(26%) sepia(14%) saturate(2776%) hue-rotate(126deg) brightness(98%) contrast(92%); }
  .button--slide-right {
    width: 32px;
    height: 32px;
    background: transparent;
    transform: rotate(180deg); }
    @media (max-width: 768px) {
      .button--slide-right {
        width: 16px;
        height: 16px; }
        .button--slide-right img {
          width: 100%; } }
    .button--slide-right img {
      transition: 0.3s ease-in-out all;
      filter: invert(12%) sepia(3%) saturate(1871%) hue-rotate(120deg) brightness(100%) contrast(96%); }
    .button--slide-right:hover img {
      filter: invert(26%) sepia(14%) saturate(2776%) hue-rotate(126deg) brightness(98%) contrast(92%); }
  .button--w104 {
    width: 104px; }
  .button-citizen {
    transition: 0.3s ease-in-out transform;
    cursor: pointer;
    width: 40px;
    height: 40px;
    position: relative;
    left: -20px;
    background: #182327;
    display: flex;
    align-items: center;
    justify-content: center; }
    .button-citizen.right {
      left: auto;
      right: -20px; }
    .button-citizen:hover {
      transform: scale(1.1); }

.intro {
  width: 100%;
  background: #0a5c54; }
  .intro__container {
    width: 100%;
    height: 100%;
    margin: 0 auto;
    display: flex;
    justify-content: space-between; }
  .intro__link {
    width: fit-content;
    margin-top: 16px;
    font-weight: 600;
    font-size: 16px;
    line-height: 24px;
    color: #182327;
    text-decoration: none;
    display: flex;
    align-items: center;
    position: relative; }
    .intro__link img {
      margin-left: 8px;
      width: 20px;
      height: 20px;
      min-width: 20px;
      transform: rotate(180deg); }
    .intro__link::after {
      content: '';
      width: 0;
      height: 1px;
      position: absolute;
      top: 100%;
      left: 0;
      background: #182327;
      transition: 0.3s ease-in-out width; }
    .intro__link:hover::after {
      width: 100%; }
  .intro__title {
    font-weight: 700;
    font-size: 60px;
    line-height: 124%;
    /* or 89px */
    letter-spacing: 0.02em;
    text-transform: uppercase;
    color: #fff;
    margin-bottom: 24px;
    max-width: 552px; }
  .intro__text {
    max-width: 558px;
    font-size: 16px;
    line-height: 156%;
    /* or 25px */
    color: #ffffff;
    opacity: 0.7; }
    .intro__text .no-wrap {
      white-space: nowrap; }
  .intro__btns {
    display: flex;
    margin-top: 40px;
    width: 416px;
    justify-content: space-between; }
  .intro__info {
    width: 50%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding-right: 61px;
    padding-left: 80px; }
  .intro__img {
    flex-grow: 1;
    width: 50%; }
    .intro__img img {
      width: 100%;
      height: 100%;
      object-fit: cover; }
  @media (max-width: 1340px) {
    .intro__info {
      padding-left: 40px;
      padding-right: 40px; }
    .intro__title {
      font-size: 50px;
      line-height: 100%;
      max-width: 464px; } }
  @media (max-width: 1120px) {
    .intro__info {
      padding-left: 16px; } }
  @media (max-width: 900px) {
    .intro__container {
      flex-direction: column; }
    .intro__info {
      width: 100%;
      padding: 40px 16px; }
    .intro__title {
      max-width: 469px; }
    .intro__img {
      width: 100%;
      max-height: calc(100vh - 328px + -67px);
      overflow: hidden;
      display: flex;
      align-items: center;
      justify-content: center; }
      .intro__img img {
        object-fit: initial; } }
  @media (max-width: 600px) {
    .intro__title {
      width: 100%;
      max-width: 100%; }
    .intro__text {
      width: 100%; } }
  @media (max-width: 480px) {
    .intro__title {
      font-weight: 700;
      font-size: 35px;
      line-height: 44px;
      /* or 122% */
      letter-spacing: -0.02em;
      margin-bottom: 16px; }
    .intro__btns {
      margin-top: 32px; }
    .intro__text {
      width: 100%;
      font-size: 18px;
      line-height: 28px;
      color: #ffffff;
      opacity: 0.7; }
    .intro__info {
      width: 100%; }
    .intro__img {
      width: 100%;
      max-height: 360px; }
    .intro__btns {
      width: 100%;
      flex-direction: column; }
    .intro .button {
      width: 100%; }
      .intro .button:first-child {
        margin-right: 0; }
      .intro .button:last-child {
        margin-top: 16px; } }
  @media (max-width: 375px) {
    .intro__img {
      max-height: 340px; } }
  .intro.program {
    background: #fff; }
    .intro.program .intro__title {
      color: #182327; }
    .intro.program .intro__text {
      color: #5a6264;
      opacity: 0.7; }
    .intro.program .intro__collage {
      display: flex;
      flex-wrap: wrap;
      justify-content: flex-end;
      width: 50%; }
      .intro.program .intro__collage-col {
        width: calc(100% / 3);
        min-height: 150px; }
        .intro.program .intro__collage-col.black {
          background: #182327;
          display: flex;
          flex-direction: column;
          align-items: flex-start;
          justify-content: space-between;
          padding: 20px; }
        .intro.program .intro__collage-col.green {
          background: #0a5c54; }
        .intro.program .intro__collage-col.img-big {
          width: calc(100% / 2);
          flex-grow: 1; }
        .intro.program .intro__collage-col.img img {
          width: 100%;
          height: 100%;
          object-fit: cover; }
      .intro.program .intro__collage-title {
        font-weight: 400;
        font-size: 16px;
        line-height: 19px;
        letter-spacing: -0.02em;
        color: #b0b4b3; }
      .intro.program .intro__collage-text {
        font-weight: 500;
        font-size: 32px;
        line-height: 39px;
        letter-spacing: -0.02em;
        color: #ffffff;
        align-self: flex-end; }
      @media (max-width: 1440px) {
        .intro.program .intro__collage-col {
          height: 180px; } }
      @media (max-width: 1220px) {
        .intro.program .intro__collage-text {
          font-size: 24px;
          line-height: 32px; }
        .intro.program .intro__collage-col {
          height: auto;
          min-height: 150px; } }
      @media (max-width: 900px) {
        .intro.program .intro__collage {
          width: 100%; }
          .intro.program .intro__collage-col {
            height: 180px; } }
      @media (max-width: 550px) {
        .intro.program .intro__collage-col {
          min-height: auto;
          height: auto; }
          .intro.program .intro__collage-col.black {
            padding: 12px; }
        .intro.program .intro__collage-title {
          font-size: 11px;
          line-height: 13px; }
        .intro.program .intro__collage-text {
          font-size: 20px;
          line-height: 24px;
          align-self: flex-start; } }
      @media (max-width: 375px) {
        .intro.program .intro__collage-col {
          height: 125px; } }
      @media (max-width: 360px) {
        .intro.program .intro__collage-col {
          height: 100px; }
        .intro.program .intro__collage-text {
          font-size: 16px; } }
    @media (max-width: 480px) {
      .intro.program .intro__info {
        padding: 24px 16px 32px; } }
  .intro.citizen {
    background: #fff; }
    .intro.citizen .intro__info {
      flex-direction: row;
      width: 100%;
      padding: 0;
      justify-content: space-between;
      align-items: center; }
    .intro.citizen .intro__title {
      font-weight: 700;
      font-size: 64px;
      line-height: 124%;
      color: #182327;
      text-transform: inherit;
      max-width: 600px;
      min-width: 600px;
      margin-right: 162px; }
    .intro.citizen .intro__text {
      font-weight: 400;
      font-size: 20px;
      line-height: 160%;
      color: #444e50;
      max-width: 715px; }
    .intro.citizen .intro__container {
      padding: 104px 80px 0;
      flex-direction: column; }
    .intro.citizen .intro__image {
      width: 100%;
      min-height: 400px;
      margin-top: 54px; }
      .intro.citizen .intro__image img {
        width: 100%;
        height: 100%;
        object-fit: cover; }
    @media (max-width: 1340px) {
      .intro.citizen .intro__container {
        padding: 104px 40px 0; }
      .intro.citizen .intro__title {
        min-width: auto;
        margin-right: 60px; }
      .intro.citizen .intro__image {
        min-height: auto; } }
    @media (max-width: 1120px) {
      .intro.citizen .intro__container {
        padding: 104px 16px 0; }
      .intro.citizen .intro__info {
        flex-direction: column;
        justify-content: flex-start;
        align-items: flex-start; }
      .intro.citizen .intro__title {
        min-width: auto;
        margin-right: 0; }
      .intro.citizen .intro__text {
        max-width: none;
        width: 75%; } }
    @media (max-width: 900px) {
      .intro.citizen .intro__container {
        padding: 80px 16px 0; }
      .intro.citizen .intro__image {
        margin-top: 32px; }
      .intro.citizen .intro__text {
        width: 85%; } }
    @media (max-width: 768px) {
      .intro.citizen .intro__container {
        padding: 24px 16px 0; }
      .intro.citizen .intro__image {
        position: relative;
        max-height: 240px;
        height: 240px; }
        .intro.citizen .intro__image img {
          position: absolute;
          top: 0;
          left: 0;
          object-fit: cover; } }
    @media (max-width: 480px) {
      .intro.citizen .intro__title {
        font-weight: 700;
        font-size: 36px;
        line-height: 44px; }
      .intro.citizen .intro__text {
        width: 100%;
        font-weight: 400;
        font-size: 18px;
        line-height: 28px;
        color: #182327;
        opacity: 0.7; } }
    @media (max-width: 350px) {
      .intro.citizen .intro__image {
        height: 190px; } }
  .intro.program.single-citizen {
    height: auto;
    margin-top: 80px; }
    @media (max-width: 900px) {
      .intro.program.single-citizen {
        margin-top: 40px; } }
  .intro.about .intro__title {
    min-width: 588px; }
  @media (max-width: 1340px) {
    .intro.about .intro__title {
      min-width: auto;
      margin-right: 60px; } }

.specialization {
  width: 100%; }
  .specialization__container {
    width: 100%;
    padding: 120px 80px 0; }
  .specialization.program .specialization__container {
    padding: 160px 80px 0; }
  .specialization__top {
    margin-bottom: 64px; }
  .specialization__table-row {
    display: flex; }
  .specialization__cel {
    width: 50%;
    border: 1px solid #d1d3d3;
    margin-left: -1px;
    margin-top: -1px;
    padding: 24px; }
    .specialization__cel-title {
      font-weight: 500;
      font-size: 28px;
      line-height: 44px;
      letter-spacing: -0.02em;
      color: #182327; }
    .specialization__cel-text {
      margin-top: 12px;
      font-size: 16px;
      line-height: 154%;
      color: #364152; }
    .specialization__cel.slider {
      width: 100%;
      padding: 0; }
  .specialization__slider {
    display: flex;
    justify-content: center;
    padding: 24px; }
    .specialization__slider-item {
      width: 100%; }
      .specialization__slider-item img {
        width: 100%;
        height: 100%; }
  .specialization .slick-track {
    display: flex; }
  .specialization .slick-list {
    overflow: hidden;
    width: 592px;
    height: 362px; }
  .specialization__slider-bottom {
    margin-top: 29px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-top: 1px solid #d1d3d3;
    padding: 32px 24px; }
  .specialization__name {
    font-size: 24px;
    line-height: 29px;
    text-align: center;
    letter-spacing: -0.02em;
    color: #1e2423;
    margin: 0 8px; }
  @media (max-width: 1340px) {
    .specialization__container {
      padding: 60px 40px 0; }
    .specialization.program .specialization__container {
      padding: 120px 40px 0; } }
  @media (max-width: 1120px) {
    .specialization__container {
      padding: 60px 16px 0; }
    .specialization.program .specialization__container {
      padding: 80px 16px 0; } }
  @media (max-width: 768px) {
    .specialization__table-row {
      flex-direction: column; }
    .specialization__cel {
      width: 100%;
      padding: 16px; }
      .specialization__cel-title {
        font-size: 24px;
        line-height: 32px; }
      .specialization__cel-text {
        margin-top: 8px; }
    .specialization__name {
      font-size: 22px; }
    .specialization__top {
      margin-top: 40px; } }
  .specialization.about .slider {
    width: 50%; }
  .specialization.about .specialization-container {
    padding: 200px 80px 0; }
  @media (max-width: 1340px) {
    .specialization.about .specialization-container {
      padding: 200px 40px 0; } }
  @media (max-width: 1120px) {
    .specialization.about .specialization-container {
      padding: 120px 16px 0; } }
  @media (max-width: 768px) {
    .specialization.about .specialization-container {
      padding: 80px 16px 0; }
    .specialization.about .slider {
      width: 100%; } }

.programs {
  width: 100%; }
  .programs__container {
    width: 100%;
    padding: 120px 80px 0; }
  .programs__top {
    display: flex;
    justify-content: space-between; }
  .programs__text {
    font-size: 20px;
    line-height: 30px;
    color: #444e50;
    max-width: 632px; }
  .programs .button--green-border {
    margin-top: 36px; }
  .programs__row {
    display: flex;
    margin-top: 64px;
    justify-content: space-between; }
  .programs__col {
    width: 50%;
    height: 443px;
    display: flex;
    align-items: flex-end;
    background-repeat: no-repeat;
    background-size: cover; }
    .programs__col:not(:last-child) {
      margin-right: 16px; }
    .programs__col.first {
      background-image: url("./assets/unsplash_oU2ruea3OzM.png"); }
    .programs__col.second {
      background-image: url("./assets/unsplash_JK7RP-YtSac.png"); }
  .programs__col-block {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    background: #fff;
    padding: 24px;
    margin: 0 0 24px 24px;
    width: 493px; }
    .programs__col-block .button--green {
      padding: 10px 32px;
      min-width: 269px; }
  .programs__col-title {
    font-weight: 600;
    font-size: 28px;
    line-height: 34px;
    /* identical to box height */
    letter-spacing: -0.02em;
    /* Text / Main */
    color: #182327; }
  .programs__col-text {
    margin: 16px 0 28px;
    font-size: 16px;
    line-height: 154%;
    color: #444e50; }
  .programs-price {
    display: flex;
    margin-bottom: 32px; }
    .programs-price__col {
      display: flex;
      flex-direction: column; }
      .programs-price__col:nth-child(2) {
        margin: 0 40px; }
    .programs-price__ammount {
      font-weight: 500;
      font-size: 24px;
      line-height: 29px;
      margin-bottom: 4px;
      letter-spacing: -0.02em;
      color: #182327; }
    .programs-price__text {
      font-size: 12px;
      line-height: 15px;
      letter-spacing: -0.02em;
      color: #5a6264; }
  @media (max-width: 1340px) {
    .programs__container {
      padding: 60px 40px 0; } }
  @media (max-width: 1180px) {
    .programs__row {
      flex-direction: column; }
    .programs__col {
      width: 100%; }
      .programs__col.first {
        margin-bottom: 16px; } }
  @media (max-width: 1120px) {
    .programs__container {
      padding: 60px 16px 0; } }
  @media (max-width: 768px) {
    .programs__row {
      margin-bottom: 40px; }
    .programs__top {
      flex-direction: column;
      justify-content: flex-end; } }
  @media (max-width: 650px) {
    .programs__row {
      margin-bottom: 40px; }
    .programs__col {
      min-height: 443px;
      height: auto; }
    .programs__col-block {
      margin: 24px;
      width: 100%; }
    .programs__col-title {
      font-size: 24px; }
    .programs__col-text {
      width: 90%;
      margin-bottom: 0; }
    .programs .programs-price {
      flex-wrap: wrap; }
      .programs .programs-price__col {
        margin-top: 28px; } }
  @media (max-width: 480px) {
    .programs .button--green,
    .programs .button--green-border {
      width: 100%;
      min-width: auto;
      padding: 10px 16px;
      font-size: 14px; }
    .programs__col-text {
      width: 100%; }
    .programs__col-block {
      margin: 16px;
      padding: 16px; } }
  @media (max-width: 404px) {
    .programs .programs-price {
      flex-direction: column;
      flex-wrap: wrap; }
      .programs .programs-price__col {
        margin-top: 16px; }
      .programs .programs-price__col:nth-child(2) {
        margin: 16px 0px 0; } }
  .programs.citizen .programs__container {
    padding: 139px 80px 0; }
  .programs.citizen .programs__top {
    flex-direction: column; }
  .programs.citizen .section-title {
    max-width: 1020px;
    width: 100%; }
  .programs.citizen .programs__tabs {
    margin-top: 64px;
    padding: 16px 0;
    display: flex;
    border-top: 1px solid #dfe1e1;
    border-bottom: 1px solid #dfe1e1; }
  .programs.citizen .programs__tab {
    white-space: nowrap;
    cursor: pointer;
    font-weight: 500;
    color: #9ca1a0;
    font-size: 16px;
    line-height: 124%;
    letter-spacing: -0.02em;
    text-transform: uppercase; }
    .programs.citizen .programs__tab:not(:last-child) {
      margin-right: 41px; }
    .programs.citizen .programs__tab.active {
      font-weight: 700;
      color: #0a5c54; }
  .programs.citizen .programs__list {
    display: flex;
    flex-wrap: wrap;
    margin: 24px -8px 0; }
  .programs.citizen .programs__item {
    margin: 16px 8px 0;
    width: calc(100% / 3 - 16px);
    min-height: 480px;
    padding: 16px;
    position: relative;
    display: flex;
    align-items: flex-end; }
    .programs.citizen .programs__item.hidden {
      display: none; }
    .programs.citizen .programs__item img {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      object-fit: cover;
      z-index: -1; }
  .programs.citizen .programs__block {
    max-width: 382px;
    background: #ffffff;
    padding: 24px 24px 24px 22px; }
    .programs.citizen .programs__block-title {
      font-weight: 500;
      font-size: 24px;
      line-height: 29px;
      letter-spacing: -0.02em;
      color: #182327;
      margin-bottom: 8px; }
      .programs.citizen .programs__block-title.small {
        font-weight: 600;
        font-size: 16px;
        line-height: 19px;
        margin-bottom: 4px; }
    .programs.citizen .programs__block-text {
      font-weight: 400;
      font-size: 16px;
      line-height: 160%;
      color: #444e50; }
      .programs.citizen .programs__block-text.small {
        font-size: 14px;
        line-height: 17px;
        letter-spacing: -0.02em;
        color: #5a6264; }
    .programs.citizen .programs__block-item {
      margin-top: 24px; }
      .programs.citizen .programs__block-item:not(:last-child) {
        margin-right: 32px; }
    .programs.citizen .programs__block-list {
      flex-wrap: wrap;
      display: flex; }
  @media (max-width: 1340px) {
    .programs.citizen .programs__container {
      padding: 139px 40px 0; } }
  @media (max-width: 1120px) {
    .programs.citizen .programs__container {
      padding: 139px 16px 0; }
    .programs.citizen .programs__list {
      flex-wrap: wrap; }
    .programs.citizen .programs__item {
      width: calc(100% / 2 - 16px); } }
  @media (max-width: 900px) {
    .programs.citizen .programs__container {
      padding: 80px 16px 0; } }
  @media (max-width: 768px) {
    .programs.citizen .programs__list {
      flex-direction: column;
      margin: 24px 0 0; }
    .programs.citizen .programs__tabs {
      overflow: auto; }
      .programs.citizen .programs__tabs::-webkit-scrollbar {
        display: none; }
      .programs.citizen .programs__tabs::-webkit-scrollbar-track {
        display: none; }
      .programs.citizen .programs__tabs::-webkit-scrollbar-thumb {
        display: none; }
    .programs.citizen .programs__item {
      width: calc(100%);
      margin: 16px 0 0;
      min-height: 340px; }
    .programs.citizen .programs__block {
      padding: 16px; } }
  @media (max-width: 480px) {
    .programs.citizen .programs__tabs {
      margin-top: 32px;
      padding: 12px 0; }
    .programs.citizen .programs__tab {
      font-size: 15px; }
    .programs.citizen .programs__block-item {
      margin-top: 16px; }
      .programs.citizen .programs__block-item:not(:last-child) {
        margin-right: 24px; }
    .programs.citizen .programs__block-title {
      font-size: 22px; }
      .programs.citizen .programs__block-title.small {
        font-size: 16px; }
    .programs.citizen .programs__block-text {
      font-size: 14px; }
      .programs.citizen .programs__block-text.small {
        font-size: 13px; } }

.subscribe {
  margin-top: 16px;
  width: 100%;
  padding: 64px 0 64px 48px;
  background-color: #f1f4f4;
  position: relative; }
  .subscribe::after {
    content: '';
    position: absolute;
    right: 0;
    top: 0;
    width: 100%;
    height: 100%;
    opacity: 0.6;
    background: url("./assets/Frame 827.png");
    background-repeat: no-repeat;
    background-position: calc(100% - 40px) 40px;
    background-size: 68%;
    z-index: 0; }
  .subscribe__title {
    font-weight: 600;
    font-size: 36px;
    line-height: 44px;
    letter-spacing: -0.02em;
    color: #182327; }
  .subscribe__text {
    margin-top: 12px;
    font-size: 20px;
    line-height: 30px;
    color: #444e50; }
  .subscribe__form {
    margin: 36px 0 8px;
    display: flex;
    z-index: 1; }
    .subscribe__form > * {
      z-index: 1; }
  .subscribe__input {
    width: 360px;
    max-width: 360px;
    margin-right: 16px;
    padding: 12px 14px 12px 16px;
    font-size: 16px;
    line-height: 24px;
    color: #848a8a;
    background: #fff;
    border: 1px solid #dfe1e1;
    z-index: 1; }
    .subscribe__input::placeholder {
      font-size: 16px;
      line-height: 24px;
      color: #848a8a; }
    .subscribe__input:hover, .subscribe__input:focus {
      outline: none; }
  .subscribe .button {
    z-index: 1; }
  .subscribe__slim-text {
    font-size: 14px;
    line-height: 20px;
    color: #5a6264;
    opacity: 0.8; }
  @media (max-width: 1340px) {
    .subscribe {
      padding: 60px 40px 60px; } }
  @media (max-width: 1120px) {
    .subscribe {
      padding: 40px 16px 40px; }
      .subscribe__title {
        width: 90%; }
      .subscribe__text {
        width: 90%; } }
  @media (max-width: 768px) {
    .subscribe::after {
      display: none; } }
  @media (max-width: 650px) {
    .subscribe__title {
      width: 80%;
      font-size: 32px; }
    .subscribe__text {
      font-size: 18px; }
    .subscribe__input {
      width: 90%; } }
  @media (max-width: 480px) {
    .subscribe__title {
      width: 91%; }
    .subscribe__input {
      width: 100%;
      max-width: 100%;
      margin-bottom: 16px;
      margin-right: 0; }
    .subscribe__form {
      flex-direction: column; }
      .subscribe__form p {
        float: none;
        width: 100%; } }
  .subscribe.program {
    margin-top: 40px;
    padding: 56px;
    background: url("../assets/Rectangle 957.png");
    background-size: cover;
    background-repeat: no-repeat; }
    .subscribe.program::after {
      display: none; }
    .subscribe.program .subscribe__title {
      max-width: 500px;
      font-size: 36px;
      line-height: 140%;
      height: 100px; }
    .subscribe.program .subscribe__text {
      margin-top: 16px;
      max-width: 500px; }
    .subscribe.program .subscribe__form {
      margin: 39px 0 8px; }
      .subscribe.program .subscribe__form .subscribe__input,
      .subscribe.program .subscribe__form .button {
        height: 48px; }
    @media (max-width: 1120px) {
      .subscribe.program {
        background-position: bottom right;
        padding: 32px 16px 40px; } }
    @media (max-width: 768px) {
      .subscribe.program {
        background-position: bottom center;
        margin: 40px -16px 0 -16px;
        width: calc(100% + 32px); }
        .subscribe.program .subscribe__title {
          height: auto;
          font-size: 32px; }
        .subscribe.program .subscribe__form {
          margin: 32px 0 8px; } }
    @media (max-width: 480px) {
      .subscribe.program .button {
        width: 100%; } }
    @media (max-width: 375px) {
      .subscribe.program .subscribe__title {
        font-size: 28px; } }
  .subscribe.blog {
    margin-top: 140px; }
    .subscribe.blog .subscribe__title {
      max-width: 541px; }
      .subscribe.blog .subscribe__title .no-wrap {
        white-space: nowrap; }
    @media (max-width: 1120px) {
      .subscribe.blog {
        margin-top: 80px; } }
    @media (max-width: 480px) {
      .subscribe.blog .button {
        width: 100%; } }
  .subscribe.about {
    background-image: url("./assets/citizen/Rectangle 957.png");
    background-size: cover; }
    .subscribe.about::after {
      display: none; }
    .subscribe.about .subscribe__title,
    .subscribe.about .subscribe__text,
    .subscribe.about .subscribe__slim-text {
      color: #fff; }
    .subscribe.about .button {
      width: 140px; }
    @media (max-width: 480px) {
      .subscribe.about .button {
        width: 100%; } }

.ask {
  width: 100%;
  padding-top: 200px; }
  .ask.program {
    padding-top: 200px;
    padding-bottom: 130px; }
  .ask__container {
    width: 100%;
    padding: 0 80px; }
  .ask__top {
    margin-bottom: 64px; }
  .ask__text {
    font-size: 20px;
    line-height: 30px;
    color: #444e50;
    margin-top: 16px;
    max-width: 639px; }
  .ask__row {
    width: 100%;
    display: flex;
    justify-content: space-between; }
  .ask__col:first-child {
    flex-grow: 1;
    margin-right: 124px;
    width: 57%; }
  .ask__col:last-child {
    min-width: 416px; }
  .ask__col-text {
    font-weight: 500;
    font-size: 28px;
    line-height: 138%;
    letter-spacing: -0.02em;
    color: #182327; }
  .ask__blocks {
    display: flex;
    flex-direction: column;
    margin-top: 32px; }
  .ask__blocks-row {
    width: 100%;
    display: flex; }
  .ask__block {
    border: 1px solid #d1d3d3;
    padding: 16px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    width: 48.5%;
    margin-bottom: 16px;
    min-height: 149px; }
    .ask__block.one {
      min-height: 155px;
      justify-content: center;
      flex-grow: 1;
      width: 100%;
      padding: 40px 32px 39px; }
    .ask__block.two {
      margin-right: 16px; }
  .ask__block-name {
    font-size: 24px;
    line-height: 29px;
    letter-spacing: -0.02em;
    color: #182327;
    display: flex;
    align-items: center; }
    .ask__block-name img {
      filter: invert(41%) sepia(10%) saturate(199%) hue-rotate(122deg) brightness(100%) contrast(88%);
      width: 24px;
      height: 24px;
      min-width: 24px;
      margin-right: 8px; }
  .ask__block-title {
    font-size: 20px;
    line-height: 30px;
    /* identical to box height, or 150% */
    /* Text / Secondary */
    color: #5a6264; }
  .ask__block-text {
    font-size: 24px;
    line-height: 44px;
    letter-spacing: -0.02em;
    color: #182327;
    text-decoration: none; }
  .ask__arrow {
    width: 32px;
    height: 32px;
    align-self: flex-end; }
    .ask__arrow img {
      width: 100%;
      height: 100%;
      object-fit: cover; }
    .ask__arrow img {
      transition: 0.5s linear;
      filter: invert(11%) sepia(8%) saturate(785%) hue-rotate(120deg) brightness(99%) contrast(93%); }
    .ask__arrow:hover img {
      filter: invert(27%) sepia(11%) saturate(4724%) hue-rotate(132deg) brightness(91%) contrast(92%); }
  .ask__list {
    display: flex;
    flex-direction: column; }
  .ask__item {
    padding: 24px 0 34px;
    border-bottom: 1px solid #dfe1e1; }
    .ask__item:first-child {
      padding-top: 0; }
    .ask__item.active .ask__item-text {
      height: auto;
      opacity: 1; }
    .ask__item.active .ask__item-icon::after {
      content: url("./assets/Minus.svg"); }
  .ask__item-top {
    cursor: pointer;
    display: flex;
    justify-content: space-between; }
  .ask__item-text {
    width: 90%;
    margin-top: 8px;
    font-size: 16px;
    line-height: 24px;
    color: #444e50;
    height: 0;
    opacity: 0;
    transition: 0.5s linear height; }
  .ask__item-title {
    font-weight: 500;
    font-size: 18px;
    line-height: 28px;
    color: #182327;
    flex-grow: 1; }
  .ask__item-icon {
    width: 24px;
    height: 24px;
    position: relative; }
    .ask__item-icon::after {
      content: url("./assets/Plus.svg");
      width: 100%;
      height: 100%; }
  @media (max-width: 1340px) {
    .ask {
      padding-top: 0; }
      .ask.program {
        padding-top: 0;
        padding-bottom: 90px; }
        .ask.program .ask__container {
          padding: 120px 40px 0; }
      .ask__container {
        padding: 60px 40px 0; }
      .ask__col:first-child {
        margin-right: 60px; } }
  @media (max-width: 1120px) {
    .ask.program {
      padding-top: 0; }
      .ask.program .ask__container {
        padding: 80px 16px 0; }
    .ask__container {
      padding: 60px 16px 0; } }
  @media (max-width: 900px) {
    .ask.program {
      padding-bottom: 70px; }
    .ask__row {
      flex-direction: column; }
    .ask__col:first-child {
      flex-grow: 0;
      width: 100%;
      margin-right: 0; }
    .ask__col:last-child {
      min-width: 100%;
      margin-top: 32px; }
    .ask__block {
      width: 50%;
      min-height: 140px; }
      .ask__block.one {
        padding: 16px;
        width: 100%; }
    .ask__arrow {
      width: 24px;
      height: 24px; } }
  @media (max-width: 540px) {
    .ask__block {
      min-height: 130px; }
      .ask__block.one {
        min-height: 130px; }
      .ask__block.two {
        margin-right: 16px; }
    .ask__block-name {
      font-size: 20px; } }

.reviews {
  width: 100%;
  padding-top: 200px; }
  .reviews__container {
    width: 100%;
    padding: 0 80px; }
  .reviews__top {
    display: flex;
    justify-content: space-between; }
  .reviews__slider-btns {
    margin-top: 36px;
    width: 119px;
    height: 62px;
    display: flex;
    border: 1px solid #d1d3d3; }
    .reviews__slider-btns .button:first-child {
      border-right: 1px solid #d1d3d3; }
    .reviews__slider-btns.slider-btns-mob {
      display: none; }
  .reviews .slick-track {
    display: flex; }
  .reviews .slick-list {
    overflow: hidden; }
  .reviews .slick-dots {
    display: flex;
    align-items: center;
    margin-top: 40px;
    list-style: none; }
    .reviews .slick-dots li:not(:last-child) {
      margin-right: 8px; }
    .reviews .slick-dots button {
      width: 32px;
      height: 3px;
      background: #dfe1e1;
      border: none;
      outline: none;
      color: #f9f9f9;
      transition: 0.5s linear; }
      @media (max-width: 480px) {
        .reviews .slick-dots button {
          width: 24px; } }
  .reviews__slider-dots {
    display: flex;
    align-items: center; }
  .reviews .slick-active > button {
    background: #0e9384; }
  .reviews__slider-dot {
    width: 32px;
    height: 3px;
    background: #dfe1e1;
    border: none;
    outline: none; }
    .reviews__slider-dot:not(:last-child) {
      margin-right: 8px; }
    .reviews__slider-dot.active {
      background: #0e9384; }
    @media (max-width: 480px) {
      .reviews__slider-dot {
        width: 24px; } }
  .reviews__slider {
    width: 100%;
    margin-top: 64px; }
  .reviews__slide {
    width: 100%;
    padding: 40px;
    display: flex;
    background: #f9f9f9; }
  .reviews__slide-image {
    width: 328px;
    height: 328px;
    margin-right: 80px; }
    .reviews__slide-image img {
      object-fit: contain; }
  .reviews__slide-rating {
    display: flex; }
  .reviews__slide-star {
    width: 20px;
    height: 20px; }
  .reviews__slide-info {
    display: flex;
    flex-direction: column; }
  .reviews__slide-text {
    margin: 24px 0;
    font-size: 36px;
    line-height: 44px;
    letter-spacing: -0.02em;
    color: #182327; }
  .reviews__slide-author {
    font-weight: 500;
    font-size: 18px;
    line-height: 28px;
    color: #182327; }
  .reviews__slide-position {
    margin-top: 4px;
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    color: #444e50; }
  @media (max-width: 1340px) {
    .reviews {
      padding-top: 0; }
      .reviews__container {
        padding: 60px 40px 0; }
      .reviews__col:first-child {
        margin-right: 60px; } }
  @media (max-width: 1120px) {
    .reviews__container {
      padding: 60px 16px 0; }
    .reviews__slide-text {
      font-size: 32px; }
    .reviews__slide-image {
      margin-right: 40px; }
    .reviews__slide {
      padding: 24px; } }
  @media (max-width: 768px) {
    .reviews__top {
      flex-direction: column; }
      .reviews__top .reviews__slider-btns {
        display: none; }
    .reviews .reviews__slider-btns.slider-btns-mob {
      display: flex;
      width: 100%; }
    .reviews__slide {
      flex-direction: column; }
      .reviews__slide-image {
        align-self: center;
        margin-right: 0;
        max-width: 250px;
        max-height: 250px; }
        .reviews__slide-image img {
          width: 100%; }
      .reviews__slide-info {
        margin-top: 16px;
        align-items: center; }
      .reviews__slide-rating {
        justify-content: center; }
      .reviews__slide-text {
        text-align: center; }
    .reviews__slide-text {
      font-size: 28px; } }
  @media (max-width: 480px) {
    .reviews__slide {
      padding: 16px; }
      .reviews__slide-image {
        max-width: 150px;
        max-height: 150px; }
      .reviews__slide-text {
        font-size: 22px;
        line-height: 34px;
        margin: 16px 0; }
      .reviews__slide-star {
        width: 16px;
        height: 16px; }
    .reviews__slider-btns {
      margin-top: 24px; } }

.last-posts {
  width: 100%;
  padding-top: 200px; }
  .last-posts__container {
    width: 100%;
    padding: 0 80px; }
  .last-posts__top {
    display: flex;
    justify-content: space-between; }
    .last-posts__top .button {
      margin-top: 36px; }
  .last-posts__list {
    display: flex;
    margin-top: calc(64px - 16px); }
  .last-posts__item {
    margin: 16px 16px 0 0;
    width: 50%;
    min-height: 321px;
    height: 35.67vh;
    text-decoration: none;
    display: flex;
    align-items: flex-end;
    background-repeat: no-repeat;
    background-size: cover; }
    @media (min-width: 1700px) {
      .last-posts__item {
        height: 45vh; } }
    @media (max-width: 1120px) {
      .last-posts__item {
        height: auto; } }
    @media (min-width: 768px) {
      .last-posts__item {
        background-size: 100% 100%;
        transition: 3s cubic-bezier(0.4, 0, 1, 1) background-size; }
        .last-posts__item:hover {
          background-size: 150% 150%; } }
    .last-posts__item img {
      width: 100%;
      height: 100%;
      transition: 0.3s ease-in-out all;
      filter: invert(8%) sepia(9%) saturate(2208%) hue-rotate(150deg) brightness(98%) contrast(88%); }
    .last-posts__item:hover img {
      filter: invert(27%) sepia(11%) saturate(4724%) hue-rotate(132deg) brightness(91%) contrast(92%); }
  .last-posts__item-block {
    width: 193px;
    height: 148px;
    margin: 0 0 24px 24px;
    background: #ffffff;
    padding: 12px;
    display: flex;
    flex-direction: column;
    justify-content: space-between; }
    @media (max-width: 1120px) {
      .last-posts__item-block {
        margin: 0 0 16px 16px; } }
  .last-posts__block-arrow {
    width: 24px;
    height: 24px; }
    .last-posts__block-arrow img {
      width: 100%;
      height: 100%; }
  .last-posts__block-section {
    font-weight: 500;
    font-size: 10px;
    line-height: 130%;
    text-transform: uppercase;
    color: #b0b4b3;
    width: 75%;
    display: block; }
  .last-posts__block-text {
    font-weight: 600;
    font-size: 16px;
    line-height: 130%;
    color: #182327; }
  .last-posts__block-top {
    display: flex;
    align-items: center;
    justify-content: space-between; }
  .last-posts .button--all {
    display: none; }
  @media (max-width: 1340px) {
    .last-posts {
      padding-top: 0; }
      .last-posts__container {
        padding: 100px 40px 0; } }
  @media (max-width: 1120px) {
    .last-posts__container {
      padding: 100px 16px 0; }
    .last-posts__top {
      flex-direction: column; }
      .last-posts__top .button {
        display: none; }
    .last-posts .button--all {
      display: flex;
      margin: 23px auto 0; } }
  @media (max-width: 896px) {
    .last-posts__item {
      width: 47.4%;
      min-height: 230px; } }
  @media (max-width: 768px) {
    .last-posts__list {
      flex-direction: column; }
    .last-posts__item {
      width: 100%;
      height: 250px;
      margin-right: 0;
      background-position: center; } }
  @media (max-width: 480px) {
    .last-posts .button {
      width: 100%; } }
  .last-posts__list.program .last-posts__item {
    margin: 16px 8px 0; }
    @media (max-width: 768px) {
      .last-posts__list.program .last-posts__item {
        margin: 16px 0 0; } }
  .last-posts.citizen .section-title {
    width: 100%; }
  .last-posts.citizen .section-text {
    max-width: 405px; }
  @media (max-width: 1120px) {
    .last-posts.citizen .last-posts__container {
      padding: 80px 16px 0; } }
  @media (max-width: 768px) {
    .last-posts.citizen .last-posts__list {
      margin-top: 32px; } }

.contact {
  width: 100%;
  padding: 200px 0 120px; }
  .contact__container {
    width: 100%;
    padding: 0 80px;
    display: flex; }
  .contact__col {
    min-width: 523px;
    width: 42%; }
    @media (max-width: 1439px) {
      .contact__col {
        min-width: auto;
        width: 46%; } }
  .contact__image {
    margin-right: 96px;
    min-width: 661px;
    width: 60%; }
    .contact__image img {
      width: 100%; }
    @media (max-width: 1180px) {
      .contact__image {
        min-width: auto;
        width: 60%; } }
  .contact__form {
    display: flex;
    flex-direction: column;
    margin-top: 24px; }
  .contact__form-top {
    display: flex;
    width: 100%; }
    .contact__form-top .contact__form-col {
      width: 50%; }
  .contact__form-col {
    display: flex;
    flex-direction: column;
    margin-top: 24px; }
    .contact__form-col.mr32 {
      margin-right: 32px; }
  .contact__label {
    font-weight: 500;
    font-size: 14px;
    line-height: 20px;
    color: #344054;
    margin-bottom: 6px; }
  .contact__input {
    padding: 12px 16px;
    height: 48px;
    width: 100%;
    background: #ffffff;
    border: 1px solid #d1d3d3; }
    .contact__input-area {
      height: 113px;
      resize: none; }
    .contact__input:hover, .contact__input:focus {
      outline: none;
      border: 1px solid #0a5c54;
      box-shadow: 0px 0px 0px 2px rgba(10, 92, 84, 0.1); }
  .contact__picker {
    position: relative;
    margin-right: 8px;
    padding: 12px 16px;
    cursor: pointer; }
    .contact__picker::after {
      content: '';
      z-index: 0;
      width: 100%;
      height: 150px;
      background: transparent;
      position: absolute;
      top: 0;
      display: none; }
    .contact__picker:hover {
      box-shadow: 0px 12px 16px -4px rgba(16, 24, 40, 0.08), 0px 4px 6px -2px rgba(16, 24, 40, 0.03); }
      .contact__picker:hover::after {
        display: block; }
      .contact__picker:hover .picker__list {
        display: flex; }
      .contact__picker:hover .picker__value {
        color: #b0b4b3; }
      .contact__picker:hover .picker-phone path {
        fill: #b0b4b3; }
      .contact__picker:hover .picker__icon {
        transform: rotate(180deg); }
        .contact__picker:hover .picker__icon path {
          stroke: #b0b4b3; }
  .contact__phone {
    display: flex; }
    .contact__phone input {
      border: none;
      outline: none; }
      .contact__phone input:hover {
        outline: none; }
    .contact__phone.contact__input {
      padding: 0; }
    .contact__phone.focus {
      border: 1px solid #0a5c54;
      box-shadow: 0px 0px 0px 2px rgba(10, 92, 84, 0.1); }
  .contact__form-check {
    margin-top: 18px;
    display: flex;
    align-items: center; }
    .contact__form-check-cont {
      display: flex;
      cursor: pointer; }
  .contact__checkbox {
    cursor: pointer;
    min-width: 20px;
    width: 20px;
    height: 20px;
    background: #fff;
    border: 1px solid #d0d5dd;
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-right: 12px; }
    .contact__checkbox::before {
      content: url("./assets/Vector.svg");
      width: 20px;
      height: 20px;
      visibility: hidden;
      opacity: 0;
      color: #000;
      position: absolute;
      top: calc(50% - 11px);
      left: calc(50% - 6px);
      transition: 0.3s ease-in-out opacity; }
    .contact__checkbox input {
      width: 100%;
      height: 100%;
      position: absolute;
      left: 0;
      top: 0;
      opacity: 0;
      visibility: hidden; }
    .contact__checkbox.checked::before {
      visibility: visible;
      opacity: 1; }
    .contact__checkbox:hover {
      border: 1px solid #0a5c54;
      box-shadow: 0px 0px 0px 2px rgba(10, 92, 84, 0.1); }
  .contact__form-text {
    font-size: 16px;
    line-height: 24px;
    color: #5a6264;
    margin-top: -2px; }
  .contact .button--blue {
    margin-top: 32px;
    width: 100%; }
  @media (max-width: 1340px) {
    .contact {
      padding: 0; }
      .contact__container {
        padding: 60px 40px 60px; }
      .contact__image {
        margin-right: 40px; } }
  @media (max-width: 1220px) {
    .contact__container {
      justify-content: space-between; } }
  @media (max-width: 1120px) {
    .contact__container {
      padding: 60px 16px 60px; }
    .contact__image {
      width: 50%;
      margin-right: 24px; }
      .contact__image img {
        width: 100%; }
    .contact__col {
      min-width: auto;
      width: 50%; } }
  @media (max-width: 768px) {
    .contact__image {
      display: none; }
    .contact__container {
      padding: 0;
      margin: 60px 0 0; }
    .contact__col {
      width: 100%;
      padding: 60px 16px 60px; }
    .contact__form {
      width: 70%; } }
  @media (max-width: 560px) {
    .contact__form {
      width: 100%; } }
  @media (max-width: 480px) {
    .contact__form-top {
      flex-direction: column; }
      .contact__form-top .contact__form-col {
        width: 100%;
        margin-right: 0; }
    .contact__col {
      padding: 40px 16px 40px; } }

.footer {
  width: 100%;
  background: #0a0b0a; }
  .footer.program {
    background: #0a0b0a; }
    .footer.program .footer__title {
      font-weight: 400;
      font-size: 48px;
      max-width: 632px; }
      @media (max-width: 480px) {
        .footer.program .footer__title {
          font-size: 32px;
          line-height: 120%; } }
  .footer__container {
    width: 100%;
    padding: 97px 80px 28px 80px; }
  .footer__logo {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 200px;
    height: 51px; 
  background: #f9f9f9;}
  .footer__col {
    margin-top: 32px;
    display: flex;
    flex-direction: column; }
    .footer__col:not(:last-child) {
      margin-right: 97px; }
    .footer__col:first-child {
      margin-right: 54px;
      flex-grow: 1; }
  .footer__btns {
    margin-top: 32px;
    display: flex;
    align-items: center; }
    .footer__btns .button {
      padding: 16px 32px; }
    .footer__btns .button:first-child {
      margin-right: 8px;
      width: 250px; }
    .footer__btns .button:last-child {
      width: 264px; }
  .footer__title {
    font-size: 48px;
    line-height: 140%;
    /* or 67px */
    letter-spacing: -0.02em;
    /* Gray/25 */
    max-width: 557px;
    color: #f9f9f9; }
  .footer__sub-title {
    font-size: 20px;
    line-height: 30px;
    color: #b0b4b3;
    margin-top: 40px; }
  .footer__sub-text {
    margin-top: 4px;
    font-weight: 500;
    font-size: 28px;
    line-height: 44px;
    letter-spacing: -0.02em;
    color: #f9f9f9;
    text-decoration: underline;
    transition: 0.5s linear;
    text-underline-offset: 4px;
    text-decoration-color: transparent; }
    .footer__sub-text:hover {
      text-decoration-color: #f9f9f9; }
  .footer__socials {
    display: flex;
    margin-top: 32px; }
  .footer__socials-icon {
    width: 20px;
    height: 20px;
    margin-right: 8px; }
    .footer__socials-icon img {
      width: 100%;
      height: 100%;
      transition: 0.3s ease-in-out all;
      filter: invert(70%) sepia(2%) saturate(376%) hue-rotate(118deg) brightness(91%) contrast(93%); }
  .footer__socials-item {
    display: flex;
    align-items: center;
    text-decoration: none; }
    .footer__socials-item:hover .footer__socials-icon img {
      filter: invert(100%) sepia(4%) saturate(0%) hue-rotate(292deg) brightness(109%) contrast(104%); }
  .footer__socials-text {
    font-size: 16px;
    line-height: 19px;
    color: #d1d3d3;
    transition: 0.5s linear color; }
  .footer__content {
    display: flex;
    flex-wrap: wrap; }
  .footer__list-title {
    font-weight: 500;
    font-size: 14px;
    line-height: 20px;
    letter-spacing: 0.02em;
    text-transform: uppercase;
    color: #9ca1a0;
    margin-bottom: 20px; }
  .footer__list-text {
    display: flex;
    text-decoration: none;
    margin-bottom: 16px;
    font-size: 16px;
    line-height: 24px;
    color: #d1d3d3;
    transition: 0.5s linear; }
    .footer__list-text:hover {
      color: #fff; }
  .footer__link {
    font-weight: 600;
    font-size: 16px;
    line-height: 24px;
    color: #f9f9f9;
    text-decoration: none;
    display: flex;
    align-items: center;
    margin-bottom: 20px;
    transition: 0.5s linear; }
    .footer__link.underline {
      text-decoration: underline;
      text-underline-offset: 4px;
      text-decoration-color: transparent; }
      .footer__link.underline:hover {
        text-decoration-color: #f9f9f9; }
    .footer__link svg {
      margin-left: 8px; }
      .footer__link svg path {
        transition: 0.2s linear; }
    .footer__link .phone-svg {
      margin-right: 8px;
      margin-left: 0; }
      .footer__link .phone-svg path {
        fill: #f9f9f9; }
    .footer__link:hover {
      color: #f9f9f9; }
  .footer__list-sub {
    font-weight: 400;
    font-size: 16px;
    line-height: 156%;
    color: #d1d3d3;
    margin-bottom: 12px; }

.footer__bottom {
  margin-top: 96px;
  border-top: 1px solid rgba(255, 255, 255, 0.05);
  display: flex;
  align-items: center;
  flex-wrap: wrap; }
  .footer__bottom-text {
    margin-right: 72px; }
  .footer__bottom-text, .footer__bottom-link {
    font-size: 14px;
    line-height: 24px;
    color: #676e6d;
    text-decoration: none;
    transition: 0.5s linear;
    margin-top: 24px;
    display: block; }
  .footer__bottom-center {
    display: flex;
    flex-grow: 1;
    margin-right: 98px; }
    .footer__bottom-center .footer__bottom-link:not(:last-child) {
      margin-right: 40px; }
  .footer__bottom-link:hover {
    color: #fff; }
  .footer__bottom-lang {
    display: flex;
    align-items: center;
    margin-right: 82px; }
    .footer__bottom-lang img {
      margin-top: 24px;
      margin-right: 8px; }
    .footer__bottom-lang .footer__bottom-text {
      margin-right: 0; }
  .footer__bottom-socials {
    display: flex;
    margin-top: 24px; }
  .footer__bottom-social {
    display: block;
    width: 20px;
    height: 20px;
    text-decoration: none; }
    .footer__bottom-social img {
      filter: invert(46%) sepia(6%) saturate(372%) hue-rotate(122deg) brightness(88%) contrast(83%);
      transition: 0.3s ease-in-out all; }
    .footer__bottom-social:not(:last-child) {
      margin-right: 18px; }
    .footer__bottom-social:hover img {
      filter: invert(99%) sepia(1%) saturate(2%) hue-rotate(20deg) brightness(110%) contrast(101%); }

@media (max-width: 1340px) {
  .footer__container {
    padding: 80px 40px 24px; } }

@media (max-width: 1120px) {
  .footer__container {
    padding: 80px 16px 24px; }
  .footer__col:first-child {
    width: 100%;
    margin-right: 0;
    margin-bottom: 16px; }
  .footer__btns .button:first-child {
    margin-right: 16px; } }

@media (max-width: 768px) {
  .footer__bottom {
    flex-wrap: nowrap;
    flex-direction: column; }
  .footer__bottom-text {
    order: 4; }
  .footer__bottom-lang {
    order: 3; }
  .footer__bottom-text,
  .footer__bottom-center,
  .footer__bottom-lang {
    margin-right: 0; }
  .footer__bottom-center .footer__bottom-link:not(:last-child) {
    margin-right: 16px; } }

@media (max-width: 550px) {
  .footer__title {
    font-size: 32px; }
  .footer__content {
    flex-wrap: nowrap;
    flex-direction: column; }
  .footer__btns {
    flex-direction: column; }
    .footer__btns .button:first-child,
    .footer__btns .button:last-child {
      padding: 10px 16px;
      width: 100%; }
    .footer__btns .button:first-child {
      margin-right: 0;
      margin-bottom: 16px; }
  .footer__col {
    width: 100%;
    margin-top: 40px; }
    .footer__col:first-child {
      margin-right: 25px;
      margin-bottom: 16px; }
  .footer__sub-title {
    margin-top: 30px; }
  .footer__socials {
    margin-top: 0;
    flex-wrap: wrap; }
  .footer__bottom {
    margin-top: 50px; }
  .footer__list-sub {
    width: 86%;
    display: block; } }

@media (max-width: 550px) and (max-width: 375px) {
  .footer__bottom-center {
    flex-direction: column; }
  .footer__bottom-link {
    text-align: center;
    margin-top: 16px; }
  .footer__bottom-center .footer__bottom-link:not(:last-child) {
    margin-right: 0; } }

.phone-list {
  display: flex;
  flex-direction: column; }
  .phone-list__item {
    display: flex;
    align-items: center;
    padding: 12px 16px;
    font-weight: 500;
    font-size: 16px;
    line-height: 24px;
    color: #182327;
    text-decoration: none;
    transition: 0.5s linear; }
    .phone-list__item img {
      margin-right: 8px; }
    .phone-list__item:hover {
      color: #0a5c54; }

.contact-popup {
  display: none; }
  .contact-popup.show {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100vh;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 2; }
    .contact-popup.show .contact-popup__content {
      opacity: 1; }
  .contact-popup__content {
    transition: 2s linear opacity;
    max-width: 1000px;
    max-height: 500px;
    width: 60%;
    min-height: 380px;
    height: 25vh;
    padding: 24px;
    background: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 0;
    box-shadow: 0px 2px 16px -4px #101828, 0px 1px 6px -2px #101828; }
  .contact-popup__title {
    text-align: center;
    font-size: 40px;
    line-height: 130%;
    color: #5a6264; }
  @media (max-width: 1120px) {
    .contact-popup__content {
      min-height: 330px; }
    .contact-popup__title {
      font-size: 32px; } }
  @media (max-width: 768px) {
    .contact-popup__content {
      width: 75%;
      min-height: auto;
      padding: 50px 24px; }
    .contact-popup__title {
      font-size: 25px; } }
  @media (max-width: 480px) {
    .contact-popup__content {
      width: 95%;
      height: 200px;
      min-height: auto;
      padding: 50px 24px; }
    .contact-popup__title {
      font-size: 25px; } }

.citizenship-portugal {
  width: 100%; }
  .citizenship-portugal__top {
    display: flex;
    flex-direction: column; }
    .citizenship-portugal__top-row {
      display: flex;
      justify-content: space-between; }
      .citizenship-portugal__top-row .section-text {
        margin-top: 64px; }
        .citizenship-portugal__top-row .section-text:first-child {
          margin-right: 80px; }
  .citizenship-portugal__container {
    padding: 160px 80px 0; }
  .citizenship-portugal__block {
    margin-top: 80px;
    height: 556px;
    position: relative;
    padding: 64px;
    display: flex;
    justify-content: flex-end; }
    .citizenship-portugal__block img {
      width: 100%;
      height: 100%;
      position: absolute;
      top: 0;
      left: 0;
      object-fit: cover;
      z-index: -1; }
  .citizenship-portugal__info {
    min-width: 376px;
    padding: 32px;
    background: #182327;
    display: flex;
    flex-direction: column; }
    .citizenship-portugal__info-title {
      font-weight: 400;
      font-size: 16px;
      line-height: 19px;
      letter-spacing: -0.02em;
      color: #9ca1a0;
      display: block;
      flex-grow: 1;
      margin-bottom: 24px; }
    .citizenship-portugal__info-row {
      display: flex;
      flex-direction: column; }
      .citizenship-portugal__info-row.border {
        border-bottom: 1px solid rgba(255, 255, 255, 0.1);
        padding-bottom: 16px; }
      .citizenship-portugal__info-row.bottom {
        padding-top: 16px; }
    .citizenship-portugal__info-text {
      font-weight: 400;
      font-size: 14px;
      line-height: 17px;
      letter-spacing: -0.02em;
      color: #9ca1a0; }
    .citizenship-portugal__info-summary {
      font-weight: 500;
      font-size: 48px;
      line-height: 58px;
      letter-spacing: -0.02em;
      color: #ffffff;
      margin-bottom: 8px; }
  .citizenship-portugal.about .citizenship-portugal__block {
    padding: 48px;
    height: 568px; }
  @media (min-width: 1700px) {
    .citizenship-portugal .section-text {
      width: 50%;
      max-width: initial; }
      .citizenship-portugal .section-text.w563 {
        width: 40%; } }
  @media (max-width: 1340px) {
    .citizenship-portugal__container {
      padding: 160px 40px 0; } }
  @media (max-width: 1330px) {
    .citizenship-portugal .section-text {
      width: 50%;
      max-width: none; }
      .citizenship-portugal .section-text.w563 {
        width: 50%; }
    .citizenship-portugal__top-row .section-text:first-child {
      margin-right: 40px; } }
  @media (max-width: 1120px) {
    .citizenship-portugal__container {
      padding: 120px 16px 0; } }
  @media (max-width: 900px) {
    .citizenship-portugal__container {
      padding: 80px 16px 0; }
    .citizenship-portugal__top-row {
      flex-direction: column; }
      .citizenship-portugal__top-row .section-text {
        width: 90%;
        margin-top: 32px; }
        .citizenship-portugal__top-row .section-text.w563 {
          width: 90%; }
        .citizenship-portugal__top-row .section-text:first-child {
          margin-right: 0; }
        .citizenship-portugal__top-row .section-text:last-child {
          margin-top: 24px; }
    .citizenship-portugal__block {
      max-height: 556px;
      height: auto;
      padding: 32px; } }
  @media (max-width: 768px) {
    .citizenship-portugal .section-title {
      width: 90%; }
    .citizenship-portugal .section-text {
      font-size: 18px; } }
  @media (max-width: 650px) {
    .citizenship-portugal__info {
      min-width: auto; }
      .citizenship-portugal__info-summary {
        font-size: 32px;
        line-height: 40px; } }
  @media (max-width: 550px) {
    .citizenship-portugal.about .citizenship-portugal__top {
      padding: 0 16px; }
    .citizenship-portugal.about .citizenship-portugal__block {
      padding: 40px 40px 28px;
      height: auto; }
    .citizenship-portugal.about .citizenship-portugal__container {
      padding: 40px 0 0; }
    .citizenship-portugal__block {
      justify-content: center;
      padding: 16px;
      margin-top: 40px; }
    .citizenship-portugal__top-row .section-title {
      width: 100%; }
    .citizenship-portugal__top-row .section-text {
      width: 100%;
      margin-top: 32px; }
      .citizenship-portugal__top-row .section-text.w563 {
        width: 100%; } }
  @media (max-width: 375px) {
    .citizenship-portugal__info-summary {
      font-size: 28px;
      line-height: 32px; }
    .citizenship-portugal__info-title {
      font-size: 14px; }
    .citizenship-portugal.about .citizenship-portugal__block {
      padding: 40px 32px 28px; } }

.benefits {
  width: 100%; }
  .benefits__container {
    padding: 200px 80px 0; }
  .benefits__top {
    display: flex;
    flex-direction: column; }
  .benefits__list {
    display: flex;
    flex-direction: column;
    margin-top: 24px; }
  .benefits__item {
    display: flex;
    padding: 40px 0; }
    .benefits__item:not(:last-child) {
      border-bottom: 1px solid #dfe1e1; }
    .benefits__item-top {
      display: flex; }
    .benefits__item-num {
      font-weight: 500;
      font-size: 48px;
      line-height: 60px;
      letter-spacing: -0.02em;
      color: #182327;
      width: 92px;
      display: block; }
    .benefits__item-title {
      margin: 0 16px;
      font-weight: 500;
      font-size: 28px;
      line-height: 44px;
      letter-spacing: -0.02em;
      color: #182327;
      width: 416px;
      display: block; }
      .benefits__item-title span {
        white-space: nowrap; }
    .benefits__item-text {
      flex-grow: 1;
      font-weight: 400;
      font-size: 20px;
      line-height: 30px;
      color: #444e50; }
      .benefits__item-text.mt24 {
        margin-top: 24px; }
    .benefits__item-icon {
      display: none; }
  @media (min-width: 1600px) {
    .benefits__item-title {
      width: 543px; } }
  @media (max-width: 1340px) {
    .benefits__container {
      padding: 200px 40px 0; } }
  @media (max-width: 1120px) {
    .benefits__container {
      padding: 140px 16px 0; }
    .benefits__item-title {
      width: 360px;
      margin: 0 16px 0 0; } }
  @media (max-width: 900px) {
    .benefits__container {
      padding: 80px 16px 0; }
    .benefits__item {
      flex-direction: column; }
      .benefits__item-title {
        flex-grow: 1;
        font-size: 24px;
        line-height: 38px; }
      .benefits__item-num {
        width: 60px;
        font-size: 38px;
        line-height: 50px; }
      .benefits__item-text {
        width: 95%;
        font-size: 18px; }
      .benefits__item-top + div {
        height: 0;
        overflow: hidden; }
      .benefits__item-icon {
        margin-left: 16px;
        display: flex;
        justify-content: flex-end; }
        .benefits__item-icon::after {
          content: url("./assets/Plus.svg"); }
      .benefits__item.active .benefits__item-icon::after {
        content: url("./assets/Minus.svg"); }
      .benefits__item.active .benefits__item-top + div {
        margin-top: 32px;
        height: auto; }
      .benefits__item:last-child {
        border-bottom: 1px solid #dfe1e1; } }
  @media (max-width: 480px) {
    .benefits__container {
      padding: 80px 16px 0; }
    .benefits__item-title {
      width: auto;
      font-size: 22px;
      line-height: 32px;
      margin: 0 16px 0 24px; }
      .benefits__item-title span {
        white-space: normal; }
    .benefits__item-num {
      width: auto;
      font-size: 36px;
      line-height: 42px; } }

.participants {
  width: 100%; }
  .participants__container {
    width: 100%;
    padding: 200px 80px 0; }
  .participants__top {
    display: flex;
    flex-direction: column;
    margin-bottom: 64px; }
  .participants__list {
    display: flex;
    margin: 0 -8px; }
  .participants__col {
    width: calc(100% / 3 - 16px);
    height: 260px;
    background: #f1f4f4;
    padding: 32px 62.5px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    margin: 0 8px 0; }
    .participants__col-img {
      height: 75px;
      margin-bottom: 20px;
      display: flex;
      align-items: flex-end; }
    .participants__col-title {
      text-align: center;
      font-weight: 600;
      font-size: 24px;
      line-height: 34px;
      letter-spacing: -0.02em;
      color: #182327;
      max-width: 260px; }
    .participants__col-text {
      font-weight: 400;
      font-size: 18px;
      line-height: 164%;
      color: #444e50; }
  @media (max-width: 1340px) {
    .participants__container {
      padding: 120px 40px 0; } }
  @media (max-width: 1270px) {
    .participants__col {
      padding: 16px;
      min-width: auto;
      width: calc(100% / 3 - 16px); }
    .participants__list {
      flex-wrap: wrap; } }
  @media (max-width: 1120px) {
    .participants__container {
      padding: 80px 16px 0; } }
  @media (max-width: 900px) {
    .participants__col {
      padding: 16px 32px;
      width: calc(100% / 3 - 16px); }
      .participants__col-title {
        font-size: 19px;
        line-height: 26px; } }
  @media (max-width: 768px) {
    .participants__col {
      padding: 16px;
      height: 200px; }
      .participants__col-title {
        font-size: 18px; }
      .participants__col-img {
        height: 56px;
        margin-bottom: 24px;
        justify-content: flex-start; }
        .participants__col-img img {
          height: 100%; }
      .participants__col-text {
        font-size: 16px; } }
  @media (max-width: 675px) {
    .participants__col {
      margin: 16px 0 0 0;
      width: 100%; }
    .participants__top {
      margin-bottom: 24px; } }

body.program .steps .section-title {
  max-width: none; }

.steps {
  width: 100%;
  transition: 0.5s all ease; }
  .steps__container {
    width: 100%;
    padding: 266px 80px 0; }
  .steps .section-title {
    width: 100%; }
  .steps__block {
    margin-top: 54px;
    display: grid;
    grid-template-columns: repeat(3, calc(100% / 3 - 11px));
    column-gap: 16px;
    row-gap: 16px; }
    .steps__block-col {
      border: 1px solid #d1d3d3;
      padding: 32px 45px 32px 32px; }
    .steps__block-num {
      font-weight: 700;
      font-size: 60.5091px;
      line-height: 124%;
      letter-spacing: 0.02em;
      color: #182327;
      margin-bottom: 16px; }
    .steps__block-title {
      font-weight: 500;
      font-size: 32.1455px;
      line-height: 40px;
      letter-spacing: -0.02em;
      color: #182327;
      opacity: 0.8;
      margin-bottom: 16px; }
    .steps__block-text {
      font-size: 16.0727px;
      line-height: 30px;
      color: #182327;
      opacity: 0.6; }
  .steps__content {
    display: none;
    padding: 48px 40px 90px;
    display: none; }
    .steps__content-title {
      font-weight: 600;
      font-size: 24px;
      line-height: 44px;
      letter-spacing: -0.02em;
      color: #ffffff;
      margin-bottom: 16px; }
    .steps__content-text {
      font-weight: 400;
      font-size: 16px;
      line-height: 30px;
      color: #dfe1e1; }
      .steps__content-text span {
        display: block;
        padding: 10px 0; }
    .steps__content-icon {
      width: 24px;
      height: 24px;
      min-width: 24px; }
      .steps__content-icon img {
        width: 100%;
        height: 100%; }
    .steps__content-num, .steps__content-icon {
      display: none; }
    .steps__content.active {
      display: block; }
  .steps__list {
    width: 403px;
    min-width: 403px;
    padding: 33px 32px 33px 42px;
    border-right: 1px solid rgba(103, 110, 109, 0.3);
    position: relative; }
    .steps__list::before {
      position: absolute;
      content: '';
      display: block;
      top: 40px;
      width: 2px;
      height: calc(100% - 109px);
      background: #ffffff;
      opacity: 0.2;
      max-height: 509px; }
  .steps__item {
    height: 54px;
    position: relative;
    padding-left: 24px;
    display: flex;
    cursor: pointer; }
    .steps__item:not(:last-child) {
      margin-bottom: 16px; }
    .steps__item-title {
      font-weight: 400;
      font-size: 18px;
      line-height: 30px;
      color: #848a8a;
      margin-right: 10px; }
    .steps__item-icon {
      width: 24px;
      height: 24px;
      min-width: 24px;
      margin-top: 4px; }
      .steps__item-icon img {
        width: 100%;
        height: 100%;
        display: none; }
    .steps__item::before {
      content: '';
      width: 8px;
      height: 8px;
      display: block;
      position: absolute;
      top: 7px;
      left: -5px;
      border-radius: 50%;
      background: #0a0b0a;
      border: 2px solid #3b3c3b; }
    .steps__item.active .steps__item-title, .steps__item:hover .steps__item-title {
      font-weight: 600;
      color: #ffffff; }
    .steps__item.active .steps__item-icon img, .steps__item:hover .steps__item-icon img {
      display: block; }
    .steps__item.active::before, .steps__item:hover::before {
      border: 2px solid #fff;
      background: #ffffff;
      z-index: 1; }
    .steps__item.active::after, .steps__item:hover::after {
      content: '';
      width: 20px;
      height: 20px;
      display: block;
      position: absolute;
      top: 0;
      left: -12px;
      border-radius: 50%;
      border: 3px solid #fff;
      background: #0a0b0a; }
  .steps.citizen {
    margin-top: 160px;
    background: #0a0b0a; }
    .steps.citizen .slim-text {
      color: #9ca1a0; }
    .steps.citizen .section-title {
      color: #ffffff;
      margin: 30px 0; }
    .steps.citizen .steps__container {
      padding: 80px; }
    .steps.citizen .steps__block {
      display: flex;
      align-items: flex-start;
      grid-template-columns: none;
      column-gap: 0;
      row-gap: 0;
      border: 1px solid rgba(103, 110, 109, 0.3); }
  @media (max-width: 1340px) {
    .steps__container {
      padding: 160px 40px 0; }
    .steps.citizen .steps__container {
      padding: 80px 40px; } }
  @media (max-width: 1250px) {
    .steps__block-num {
      font-size: 50px; }
    .steps__block-title {
      font-size: 28px; }
    .steps__block-text {
      font-size: 16px; } }
  @media (max-width: 1120px) {
    .steps {
      background: #0a0b0a;
      margin-top: 48px; }
      .steps__container {
        padding: 118px 16px 24px; }
      .steps__block {
        width: 100%;
        border: none;
        flex-direction: column;
        margin-top: 24px;
        display: block;
        grid-template-columns: none;
        column-gap: 0;
        row-gap: 0; }
        .steps__block-col {
          display: none; }
      .steps__list {
        display: none; }
      .steps .slim-text {
        color: #9ca1a0; }
      .steps .section-title {
        color: #ffffff;
        margin-bottom: 32px; }
      .steps__content {
        display: block;
        padding: 0 0 16px;
        border-top: 1px solid rgba(255, 255, 255, 0.1);
        border-bottom: 1px solid rgba(255, 255, 255, 0.1); }
        .steps__content:first-child {
          border-top: none; }
        .steps__content-top {
          display: flex;
          padding: 16px 0 0; }
        .steps__content-num, .steps__content-title {
          font-weight: 600;
          font-size: 16px;
          line-height: 30px;
          color: #ffffff; }
        .steps__content-title {
          flex-grow: 1;
          margin-bottom: 0; }
        .steps__content-icon, .steps__content-num {
          display: block; }
        .steps__content-num {
          margin-right: 4px; }
        .steps__content-icon {
          margin-left: 8px; }
        .steps__content-text {
          transition: 0.5s linear;
          display: none;
          margin-top: 24px;
          font-weight: 400;
          font-size: 16px;
          line-height: 30px;
          color: #c2c4c4; }
        .steps__content.active .steps__content-text {
          display: block; }
        .steps__content.active .steps__content-icon {
          transform: rotate(180deg); }
      .steps.citizen {
        margin-top: 160px;
        background: #0a0b0a; }
        .steps.citizen .steps__container {
          padding: 48px 16px; }
        .steps.citizen .steps__block {
          border: none;
          align-items: normal; } }
  @media (max-width: 768px) {
    .steps .section-title {
      width: 90%;
      font-weight: 500;
      font-size: 28px;
      line-height: 38px;
      margin-top: 8px; } }

.resources {
  position: relative;
  width: 100%;
  height: calc(100vh - 73px);
  display: flex;
  align-items: center;
  justify-content: center; }
  .resources__container {
    display: flex;
    align-items: center;
    flex-direction: column;
    justify-content: center;
    padding: 0 16px; }
  .resources__bg {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    z-index: -1;
    object-fit: cover; }
  .resources__title {
    font-weight: 700;
    font-size: 64px;
    line-height: 124%;
    text-align: center;
    color: #ffffff; }
  .resources__text {
    max-width: 716px;
    font-weight: 400;
    font-size: 20px;
    line-height: 30px;
    text-align: center;
    color: #ffffff;
    margin: 16px 0 32px; }
  .resources__search {
    padding: 14px 16px;
    max-width: 380px;
    width: 380px;
    height: 48px;
    background: #ffffff;
    display: flex;
    align-items: center; }
    .resources__search img {
      width: 20px;
      height: 20px;
      min-width: 20px;
      margin-right: 8px; }
  .resources .input {
    background: transparent;
    flex-grow: 1;
    outline: none;
    border: none;
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    color: #667085; }
    .resources .input::placeholder {
      font-weight: 400;
      font-size: 16px;
      line-height: 24px;
      color: #667085; }
    .resources .input:focus, .resources .input:hover {
      outline: none;
      border: none; }
  .resources-contact {
    height: auto;
    margin: 40px 0;
    padding: 0 80px; }
    .resources-contact .resources__container {
      position: absolute; }
    .resources-contact .resources__bg {
      position: relative;
      z-index: 0; }
    @media (max-width: 1340px) {
      .resources-contact {
        padding: 0 40px; } }
    @media (max-width: 1120px) {
      .resources-contact {
        padding: 0 16px; } }
    @media (max-width: 900px) {
      .resources-contact {
        margin: 24px 0; }
        .resources-contact .resources__title {
          font-size: 50px; }
        .resources-contact .resources__text {
          max-width: 509px;
          font-weight: 400;
          font-size: 16px;
          line-height: 24px; } }
    @media (max-width: 700px) {
      .resources-contact {
        height: calc(100vh - 73px);
        margin: 0;
        padding: 0; } }
  @media (max-width: 480px) {
    .resources__search {
      width: 100%; }
    .resources__text {
      font-size: 18px;
      line-height: 28px; }
    .resources__title {
      font-size: 50px;
      line-height: 110%; } }

.blog-list__container {
  padding: 40px 80px 120px; }

.blog-list__tabs {
  display: flex;
  overflow: auto;
  padding: 16px 0;
  border-top: 1px solid #dfe1e1;
  border-bottom: 1px solid #dfe1e1; }
  .blog-list__tabs::-webkit-scrollbar {
    display: none; }
  .blog-list__tabs::-webkit-scrollbar-track {
    display: none; }
  .blog-list__tabs::-webkit-scrollbar-thumb {
    display: none; }

.blog-list__tab {
  cursor: pointer;
  white-space: nowrap;
  font-weight: 500;
  font-size: 16px;
  line-height: 124%;
  letter-spacing: -0.02em;
  text-transform: uppercase;
  color: #9ca1a0; }
  .blog-list__tab:not(:last-child) {
    margin-right: 40px; }
  .blog-list__tab:hover {
    color: #0a5c54;
    text-decoration: underline;
    text-underline-offset: 3px; }
  .blog-list__tab.active {
    font-weight: 600;
    color: #0a5c54;
    text-decoration: underline;
    text-underline-offset: 3px; }

.blog-list__list {
  display: flex;
  flex-wrap: wrap;
  margin: calc(51px - 16px) -8px 0; }

.blog-list .programs__item {
  text-decoration: none;
  margin: 16px 8px 0;
  width: calc(100% / 2 - 16px);
  min-height: 480px;
  padding: 16px;
  position: relative;
  display: flex;
  align-items: flex-end; }
  .blog-list .programs__item.hidden {
    display: none; }
  .blog-list .programs__item img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    z-index: -1; }
  .blog-list .programs__item .blog-list__item-arrow {
    width: 29px;
    height: 29px;
    min-width: 29px; }
  .blog-list .programs__item:hover .blog-list__item-arrow path {
    fill: #0a5c54; }

.blog-list .programs__block {
  max-width: 382px;
  background: #ffffff;
  padding: 24px 24px 24px 22px; }
  .blog-list .programs__block-top {
    display: flex;
    justify-content: space-between; }
  .blog-list .programs__block-title {
    font-weight: 500;
    font-size: 24px;
    line-height: 29px;
    letter-spacing: -0.02em;
    color: #182327;
    margin-bottom: 8px; }
    .blog-list .programs__block-title.small {
      font-weight: 600;
      font-size: 16px;
      line-height: 19px;
      margin-bottom: 4px; }
  .blog-list .programs__block-text {
    font-weight: 400;
    font-size: 16px;
    line-height: 160%;
    color: #444e50; }
    .blog-list .programs__block-text.small {
      font-size: 14px;
      line-height: 17px;
      letter-spacing: -0.02em;
      color: #5a6264; }
  .blog-list .programs__block-item {
    margin-top: 24px; }
    .blog-list .programs__block-item:not(:last-child) {
      margin-right: 32px; }
  .blog-list .programs__block-list {
    flex-wrap: wrap;
    display: flex; }

.blog-list__item {
  text-decoration: none;
  width: calc(100% / 2 - 16px);
  margin: 16px 8px 0;
  min-height: 410px;
  height: 410px;
  position: relative;
  display: flex;
  align-items: flex-end;
  padding: 24px; }
  .blog-list__item img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    z-index: -1; }
  .blog-list__item-arrow {
    width: 20px;
    height: 20px; }
    .blog-list__item-arrow svg {
      width: 100%;
      height: 100%; }
  .blog-list__item-block {
    max-width: 383px;
    background: #fff;
    padding: 20px; }
  .blog-list__item-top {
    display: flex;
    justify-content: space-between;
    margin-bottom: 20px; }
  .blog-list__item-section {
    width: 100px;
    font-weight: 500;
    font-size: 10px;
    line-height: 130%;
    text-transform: uppercase;
    color: #b0b4b3; }
  .blog-list__item-title {
    font-weight: 600;
    font-size: 18px;
    line-height: 132%;
    color: #182327;
    transition: 0.5s; }
  .blog-list__item-text {
    margin: 8px 0 16px;
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    color: #5a6264; }
  .blog-list__item-bottom {
    font-weight: 500;
    font-size: 14px;
    line-height: 20px;
    color: #182327; }
  .blog-list__item:hover .blog-list__item-title {
    color: #0a5c54; }
  .blog-list__item:hover .blog-list__item-arrow path {
    fill: #0a5c54; }

@media (max-width: 1340px) {
  .blog-list__container {
    padding: 40px 40px 140px; } }

@media (max-width: 1120px) {
  .blog-list__container {
    padding: 40px 16px 80px; } }

@media (max-width: 768px) {
  .blog-list__list {
    flex-direction: column;
    margin: calc(51px - 16px) 0 0; }
  .blog-list__item,
  .blog-list .programs__item {
    width: calc(100%);
    margin: 16px 0 0;
    min-height: 414px;
    padding: 16px; }
  .blog-list .programs__item {
    justify-content: flex-start; }
  .blog-list__item-block,
  .blog-list .programs__block {
    padding: 12px; } }

@media (max-width: 480px) {
  .blog-list__item-title {
    font-weight: 600;
    font-size: 16px;
    line-height: 138%; }
  .blog-list__item-text {
    font-weight: 400;
    font-size: 14px;
    line-height: 140%; }
  .blog-list__item,
  .blog-list .programs__item {
    min-height: 280px;
    height: auto; }
  .blog-list__item-block {
    max-width: 280px; }
  .blog-list .programs__block {
    max-width: 280px; }
    .blog-list .programs__block-item {
      margin-top: 16px; }
      .blog-list .programs__block-item:not(:last-child) {
        margin-right: 24px; }
    .blog-list .programs__block-title {
      font-size: 22px; }
      .blog-list .programs__block-title.small {
        font-size: 16px; }
    .blog-list .programs__block-text {
      font-size: 14px; }
      .blog-list .programs__block-text.small {
        font-size: 13px; } }

.pagination {
  border-top: 1px solid #edeeee;
  padding-top: 24px;
  margin-top: 40px; }
  .pagination-svg {
    width: 20px;
    height: 20px;
    min-width: 20px;
    margin-right: 8px; }
    .pagination-svg.reverse {
      margin-right: 0;
      margin-left: 8px;
      transform: rotate(180deg); }
  .pagination .paginationjs-nav {
    text-align: center;
    user-select: none; }
  .pagination .pagination-arrow {
    cursor: pointer; }
  .pagination__navigator {
    display: flex;
    justify-content: center;
    position: relative; }
  .pagination__text {
    font-weight: 400;
    font-size: 14px;
    line-height: 20px;
    color: #182327;
    user-select: none;
    position: relative;
    top: -21px; }
  .pagination .paginationjs-next,
  .pagination .paginationjs-prev {
    display: flex;
    align-items: center;
    flex-grow: 1;
    cursor: pointer;
    user-select: none; }
    @media (max-width: 768px) {
      .pagination .paginationjs-next span,
      .pagination .paginationjs-prev span {
        display: none; } }
  .pagination .paginationjs-next {
    justify-content: flex-end; }
  .pagination .paginationjs-next a,
  .pagination .paginationjs-prev a {
    display: flex;
    align-items: center;
    text-decoration: none;
    font-weight: 500;
    font-size: 16px;
    line-height: 24px;
    color: #182327; }
    .pagination .paginationjs-next a:hover,
    .pagination .paginationjs-prev a:hover {
      color: #0a5c54; }
      .pagination .paginationjs-next a:hover svg path,
      .pagination .paginationjs-prev a:hover svg path {
        fill: #0a5c54; }
  .pagination .paginationjs-pages ul {
    list-style: none;
    display: flex; }
  .pagination .paginationjs-page {
    user-select: none;
    cursor: pointer; }
  .pagination .paginationjs-page,
  .pagination .paginationjs-ellipsis {
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 8px; }
    .pagination .paginationjs-page a,
    .pagination .paginationjs-ellipsis a {
      font-weight: 500;
      font-size: 14px;
      line-height: 20px;
      text-decoration: none;
      text-align: center;
      color: #5a6264; }
    .pagination .paginationjs-page.active, .pagination .paginationjs-page:hover,
    .pagination .paginationjs-ellipsis.active,
    .pagination .paginationjs-ellipsis:hover {
      background: #f1f4f4; }
      .pagination .paginationjs-page.active a, .pagination .paginationjs-page:hover a,
      .pagination .paginationjs-ellipsis.active a,
      .pagination .paginationjs-ellipsis:hover a {
        color: #0a5c54; }

.post-page {
  width: 100%; }
  .post-page__container {
    width: 100%;
    padding: 76px 80px 80px; }
  .post-page__top {
    max-width: 940px;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center; }
    .post-page__top .slim-text {
      font-weight: 500;
      font-size: 16px;
      line-height: 152%;
      /* or 24px */
      text-align: center;
      letter-spacing: 0.02em; }
    .post-page__top .section-title,
    .post-page__top .section-text {
      text-align: center; }
    .post-page__top .section-text {
      max-width: 728px;
      font-weight: 400;
      font-size: 20px;
      line-height: 30px; }
    .post-page__top .section-title {
      font-weight: 500;
      font-size: 56px;
      line-height: 124%; }
      .post-page__top .section-title .no-wrap {
        white-space: nowrap; }
  .post-page__content {
    display: flex; }
    .post-page__content-right {
      flex-grow: 1; }
  .post-page__bg {
    width: 100%;
    margin-top: 64px;
    min-height: 400px; }
    .post-page__bg img {
      width: 100%;
      height: 100%;
      object-fit: cover; }
  .post-page__aside {
    position: relative;
    margin-right: 96px;
    min-width: 268px;
    width: 268px; }
    .post-page__aside-cont {
      position: sticky;
      top: 135px;
      left: 0; }
    .post-page__aside-list {
      display: flex;
      flex-direction: column; }
    .post-page__aside-link {
      width: 40px;
      height: 40px;
      min-width: 40px;
      display: flex;
      align-items: center;
      justify-content: center;
      background: #ffffff;
      border: 1px solid #dfe1e1;
      cursor: pointer; }
      .post-page__aside-link:not(:last-child) {
        margin-right: 8px; }
      .post-page__aside-link svg {
        width: 20px;
        height: 20px; }
        .post-page__aside-link svg path {
          transition: 0.3s linear; }
      .post-page__aside-link.copy {
        width: 122px;
        font-weight: 500;
        font-size: 14px;
        line-height: 20px;
        color: #5a6264; }
        .post-page__aside-link.copy .post-page__aside-icon {
          margin-right: 8px;
          width: 20px;
          height: 20px;
          min-width: 20px;
          transition: 0.3s linear;
          background: url("./assets/blog/copy-outline 1.svg"); }
        .post-page__aside-link.copy:hover .post-page__aside-icon {
          background: url("./assets/blog/copy-hover.svg"); }
      .post-page__aside-link:hover {
        color: #0a5c54; }
        .post-page__aside-link:hover svg path {
          fill: #0a5c54; }
    .post-page__aside-row {
      border-top: 1px solid #edeeee;
      padding: 24px 0 24px; }
      .post-page__aside-row.links {
        display: flex; }
    .post-page__aside-title {
      margin-top: 8px;
      font-weight: 500;
      font-size: 14px;
      line-height: 20px;
      letter-spacing: 0.02em;
      text-transform: uppercase;
      color: #9ca1a0;
      margin-bottom: 20px; }
      .post-page__aside-title.form {
        font-weight: 600;
        font-size: 16px;
        line-height: 24px;
        color: #182327;
        margin-bottom: 16px;
        text-transform: initial; }
    .post-page__aside-item {
      cursor: pointer;
      text-decoration: none;
      font-weight: 400;
      font-size: 16px;
      line-height: 24px;
      color: #5a6264;
      margin-bottom: 12px; }
      .post-page__aside-item:hover {
        color: #0a5c54; }
      .post-page__aside-item.active {
        font-weight: 700;
        color: #0a5c54; }
    .post-page__aside .button {
      margin-top: 16px;
      width: 100%;
      height: 48px; }
    .post-page__aside .input {
      width: 100%;
      padding: 12px 14px 12px 16px;
      font-weight: 400;
      font-size: 16px;
      line-height: 24px;
      color: #9ca1a0;
      outline: none;
      border: 1px solid #dfe1e1;
      background: #ffffff; }
      .post-page__aside .input:focus, .post-page__aside .input:hover {
        outline: none; }
  .post-page__content {
    margin-top: 64px; }
    .post-page__content-row:not(:last-child) {
      margin-bottom: 56px; }
    .post-page__content-row.gallery {
      display: flex; }
      .post-page__content-row.gallery img {
        width: calc(100% / 2); }
        .post-page__content-row.gallery img:not(:last-child) {
          margin-right: 16px; }
    .post-page__content-link {
      font-weight: 600;
      font-size: 16px;
      line-height: 166%;
      color: #0a5c54;
      text-decoration: underline;
      text-underline-offset: 3px; }
    .post-page__content-title {
      font-weight: 700;
      font-size: 24px;
      line-height: 156%;
      color: #444e50;
      margin-bottom: 22px; }
    .post-page__content-text {
      font-weight: 400;
      font-size: 16px;
      line-height: 166%;
      color: #444e50;
      max-width: 740px; }
      .post-page__content-text:not(:last-child) {
        margin-bottom: 16px; }
      @media (min-width: 1441px) {
        .post-page__content-text {
          max-width: none;
          width: 85%; } }
    .post-page__content-image {
      width: 100%; }
      .post-page__content-image img {
        width: 100%;
        min-height: 600px;
        max-height: 100vh; }
        @media (max-width: 1440px) {
          .post-page__content-image img {
            max-height: 600px;
            min-height: auto; } }
      .post-page__content-image figcaption {
        font-weight: 400;
        font-size: 14px;
        line-height: 166%;
        color: #444e50;
        opacity: 0.8;
        margin-top: 16px;
        font-style: italic; }
    .post-page__content-bottom {
      border-top: 1px solid #edeeee;
      margin-top: 40px;
      padding-top: 26px;
      display: flex; }
  .post-page__author {
    width: 56px;
    height: 56px;
    margin-right: 16px; }
    .post-page__author img {
      width: 100%;
      height: 100%;
      object-fit: contain; }
    .post-page__author-info {
      display: flex;
      flex-direction: column; }
    .post-page__author-title {
      font-weight: 500;
      font-size: 18px;
      line-height: 28px;
      color: #101828; }
    .post-page__author-text {
      font-weight: 400;
      font-size: 16px;
      line-height: 24px;
      color: #667085; }
  .post-page__subscribe {
    padding: 80px 80px 80px; }
    .post-page__subscribe .subscribe {
      margin-top: 0; }
  .post-page .last-posts {
    background: #f9f9f9;
    padding-bottom: 80px; }
  @media (max-width: 1340px) {
    .post-page__container {
      width: 100%;
      padding: 76px 40px 80px; }
    .post-page__subscribe {
      padding: 80px 40px 80px; } }
  @media (max-width: 1200px) {
    .post-page__bg {
      height: 300px;
      max-height: 350px; } }
  @media (max-width: 1120px) {
    .post-page__container {
      width: 100%;
      padding: 76px 16px 80px; }
    .post-page__aside {
      margin-right: 40px; }
    .post-page__content-row.gallery img {
      width: calc(97% / 2); }
    .post-page__subscribe {
      padding: 80px 16px 40px; } }
  @media (max-width: 900px) {
    .post-page__container {
      width: 100%;
      padding: 76px 16px 40px; } }
  @media (max-width: 768px) {
    .post-page__container {
      width: 100%;
      padding: 40px 16px 40px; }
    .post-page__top {
      justify-content: flex-start;
      align-items: flex-start;
      max-width: none;
      margin: 0; }
      .post-page__top .section-title,
      .post-page__top .section-text,
      .post-page__top .slim-text {
        text-align: left; }
    .post-page__aside {
      width: 100%; }
      .post-page__aside .button {
        width: 200px; }
      .post-page__aside-cont {
        position: relative;
        top: 0;
        left: 0; }
    .post-page__aside-row.content {
      display: none; }
    .post-page__content {
      margin-top: 40px;
      flex-direction: column-reverse; }
      .post-page__content-bottom {
        padding: 32px 0; }
      .post-page__content-title {
        margin-bottom: 20px; }
      .post-page__content-row:not(:last-child) {
        margin-bottom: 48px; }
      .post-page__content-image figcaption {
        margin-top: 12px;
        font-style: normal; }
    .post-page .last-posts {
      padding-bottom: 40px; }
      .post-page .last-posts__list {
        margin-top: calc(40px - 16px); }
      .post-page .last-posts__container {
        padding: 32px 16px 0; }
    .post-page__subscribe {
      padding: 0 16px 0; } }
  @media (max-width: 480px) {
    .post-page__bg {
      margin-top: 40px;
      min-height: auto;
      max-height: none;
      height: 280px; }
    .post-page__top .section-title {
      font-weight: 500;
      font-size: 36px;
      line-height: 123%; }
    .post-page__top .section-text {
      font-weight: 400;
      font-size: 18px;
      line-height: 27px; }
    .post-page__top .slim-text {
      font-weight: 500;
      font-size: 14px;
      line-height: 152%; }
    .post-page__aside {
      width: 100%; }
      .post-page__aside .button {
        width: 100%; }
    .post-page__content-row.gallery {
      flex-direction: column; }
      .post-page__content-row.gallery img {
        width: 100%; }
        .post-page__content-row.gallery img:not(:last-child) {
          margin-right: 0;
          margin-bottom: 8px; } }
  @media (max-width: 375px) {
    .post-page__aside-link.copy {
      flex-grow: 1; } }
  @media (max-width: 360px) {
    .post-page__top .section-title {
      font-size: 34px; }
    .post-page__top .section-text {
      font-size: 16px; } }

.citizen-slider {
  width: 417px;
  height: 100%;
  position: relative; }
  .citizen-slider__container {
    width: 100%;
    height: 100%; }
  .citizen-slider .slick-list {
    overflow: hidden;
    height: 100% !important; }
  .citizen-slider .slick-track {
    display: flex;
    height: 100%; }
  .citizen-slider .slick-dots {
    display: flex;
    align-items: center;
    margin-top: 40px;
    list-style: none; }
    .citizen-slider .slick-dots li:not(:last-child) {
      margin-right: 8px; }
    .citizen-slider .slick-dots button {
      cursor: pointer;
      width: 32px;
      height: 3px;
      background: #dfe1e1;
      border: none;
      outline: none;
      color: #f9f9f9;
      transition: 0.5s linear; }
      @media (max-width: 480px) {
        .citizen-slider .slick-dots button {
          width: 24px; } }
  .citizen-slider .slick-active > button {
    background: #0e9384; }
  .citizen-slider__slide {
    width: 100%;
    padding: 40px;
    background: #ffffff;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-self: center; }
    .citizen-slider__slide-icon {
      margin-bottom: 40px;
      width: 150px;
      height: 150px; }
      .citizen-slider__slide-icon img {
        object-fit: contain;
        position: relative;
        left: auto;
        top: auto;
        z-index: 0; }
    .citizen-slider__slide-title {
      font-weight: 500;
      font-size: 24px;
      line-height: 132%;
      /* or 32px */
      text-align: center;
      letter-spacing: -0.02em;
      /* Text / Main */
      color: #182327;
      margin-bottom: 12px; }
    .citizen-slider__slide-text {
      font-weight: 400;
      font-size: 14px;
      line-height: 182%;
      /* or 25px */
      text-align: center;
      color: #364152; }
  .citizen-slider__arrows {
    width: 100%;
    position: absolute;
    height: 40px;
    display: flex;
    justify-content: space-between;
    top: calc(24% - 20px); }
  .citizen-slider .button-citizen img {
    z-index: 0;
    position: relative;
    top: auto;
    left: auto;
    object-fit: initial; }
  @media (max-width: 550px) {
    .citizen-slider {
      width: 100%; }
      .citizen-slider__slide {
        padding: 24px; }
        .citizen-slider__slide-title {
          font-weight: 500;
          font-size: 20px;
          line-height: 132%; }
        .citizen-slider__slide-text {
          font-weight: 400;
          font-size: 14px;
          line-height: 160%; }
      .citizen-slider__slider-btns {
        display: none; }
      .citizen-slider__slide-icon {
        width: 114px;
        height: 114px;
        margin-bottom: 32px; }
      .citizen-slider__arrows {
        top: calc(23% - 20px); } }
  @media (max-width: 375px) {
    .citizen-slider__arrows {
      top: calc(20.5% - 20px); }
    .citizen-slider__slide {
      padding: 24px 16px; }
      .citizen-slider__slide-title {
        font-size: 18px; }
      .citizen-slider__slide-text {
        font-size: 13px; }
      .citizen-slider__slide-icon {
        width: 100px;
        height: 100px;
        margin-bottom: 24px; }
    .citizen-slider__arrows {
      top: calc(23% - 20px); } }

.team {
  width: 100%; }
  .team__container {
    padding: 188px 80px 0; }
  .team__top {
    margin-bottom: 48px; }
  .team__list {
    display: flex;
    margin: 0 -8px; }
  .team .section-title {
    width: 100%;
    max-width: 764px;
    font-size: 56px;
    line-height: 124%; }
    .team .section-title .no-wrap {
      white-space: nowrap; }
  .team .section-text {
    max-width: 754px;
    line-height: 166%; }
  .team__item {
    width: calc(100% / 3 - 8px);
    margin: 16px 8px 0; }
    .team__item-img {
      width: 100%;
      margin-bottom: 24px; }
      .team__item-img img {
        width: 100%; }
    .team__item-title {
      font-weight: 600;
      font-size: 24px;
      line-height: 28px;
      color: #182327;
      margin-bottom: 12px; }
    .team__item-text {
      font-weight: 400;
      font-size: 16px;
      line-height: 24px;
      color: #5a6264; }
  @media (max-width: 1340px) {
    .team__container {
      padding: 160px 40px 0; } }
  @media (max-width: 1120px) {
    .team__container {
      padding: 120px 16px 0; } }
  @media (max-width: 900px) {
    .team__item-img {
      margin-bottom: 16px; }
    .team__item-title {
      font-size: 16px;
      line-height: 20px;
      margin-bottom: 5px; }
    .team__item-text {
      font-size: 13px;
      line-height: 18px; } }
  @media (max-width: 768px) {
    .team .section-title {
      font-size: 32px;
      line-height: 120%;
      width: 100%; }
      .team .section-title .no-wrap {
        white-space: normal; } }
  @media (max-width: 650px) {
    .team__list {
      flex-direction: column;
      align-items: center;
      margin: 0; }
    .team__item {
      width: 300px;
      margin: 16px 0 0; } }
  @media (max-width: 375px) {
    .team__item {
      width: 100%; } }

.offices {
  width: 100%; }
  .offices__container {
    padding: 200px 80px 0; }
  .offices__top {
    margin-bottom: 80px; }
  .offices__map {
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative; }
  .offices__info {
    transition: 0.3s ease-in-out opacity;
    visibility: hidden;
    display: flex;
    width: 204px;
    height: 158px;
    position: absolute;
    left: 0;
    top: 0;
    padding: 12px 16px;
    box-shadow: 0px 12px 16px -4px rgba(16, 24, 40, 0.08), 0px 4px 6px -2px rgba(16, 24, 40, 0.08);
    border-radius: 8px;
    background: #ffffff;
    flex-direction: column;
    align-items: center; }
    .offices__info::after {
      position: absolute;
      content: '';
      bottom: -6px;
      width: 12px;
      background: #fff;
      z-index: 1;
      height: 12px;
      border-radius: 1px;
      transform: rotate(45deg); }
    .offices__info-flag {
      margin-bottom: 12px; }
    .offices__info-title {
      margin-bottom: 8px;
      font-weight: 500;
      font-size: 14px;
      line-height: 18px;
      text-align: center;
      color: #182327; }
    .offices__info-text {
      margin-bottom: 12px;
      font-weight: 400;
      font-size: 14px;
      line-height: 18px;
      text-align: center;
      color: #5a6264; }
    .offices__info-phone {
      display: flex;
      align-items: center;
      font-weight: 400;
      font-size: 14px;
      line-height: 24px;
      text-decoration: none;
      color: #5a6264; }
      .offices__info-phone img {
        margin-right: 6px; }
    .offices__info.visible {
      visibility: visible; }
  .offices__list {
    display: none;
    flex-wrap: wrap;
    margin: 0; }
  .offices__item {
    width: calc(50%);
    border: 1px solid #edeeee;
    padding: 16px 16px; }
    .offices__item-top {
      display: flex;
      align-items: center; }
      .offices__item-top img {
        margin-right: 12px; }
    .offices__item-title {
      font-weight: 600;
      font-size: 18px;
      line-height: 30px;
      color: #182327;
      flex-grow: 1; }
    .offices__item-content {
      margin-top: 16px; }
    .offices__item-text {
      font-weight: 400;
      font-size: 16px;
      line-height: 147%;
      color: #182327; }
      .offices__item-text.bold {
        font-weight: 500;
        margin-bottom: 6px; }
      .offices__item-text.phone {
        font-weight: 400;
        font-size: 16px;
        line-height: 24px;
        text-decoration: none;
        color: #182327;
        display: flex;
        align-items: center;
        margin-top: 12px; }
        .offices__item-text.phone img {
          margin-right: 6px; }
  .offices .section-title {
    font-size: 56px;
    line-height: 124%; }
    .offices .section-title .no-wrap {
      white-space: nowrap; }
  .offices.contact .offices__container {
    padding: 200px 80px 120px; }
  @media (max-width: 1340px) {
    .offices__container {
      padding: 160px 40px 0; }
    .offices.contact .offices__container {
      padding: 160px 40px 120px; } }
  @media (max-width: 1120px) {
    .offices__container {
      padding: 120px 16px 0; }
    .offices.contact .offices__container {
      padding: 120px 16px 120px; }
    .offices__info {
      display: none; }
    .offices__map {
      display: none; }
    .offices__list {
      display: flex; }
    .offices__item-arrow {
      display: none; } }
  @media (max-width: 768px) {
    .offices__container {
      padding: 80px 16px 0; }
    .offices.contact .offices__container {
      padding: 80px 16px 80px; }
    .offices .section-title {
      font-size: 32px;
      line-height: 120%; }
    .offices__top {
      margin-bottom: 24px; } }
  @media (max-width: 600px) {
    .offices__list {
      flex-direction: column; }
    .offices__item {
      width: 100%;
      border: none;
      border-bottom: 1px solid #edeeee; }
      .offices__item-arrow {
        display: block;
        margin-right: 0; }
      .offices__item-content {
        display: none; }
      .offices__item.visible .offices__item-content {
        display: block; }
      .offices__item.visible .offices__item-arrow {
        transform: rotate(180deg); } }

.contact-page__container {
  padding: 40px 80px 0;
  margin: 0 -8px;
  display: flex; }

.contact-page__title {
  font-weight: 500;
  font-size: 40px;
  line-height: 124%;
  letter-spacing: -0.02em;
  color: #ffffff;
  margin-bottom: 16px; }
  .contact-page__title.black {
    color: #182327; }

.contact-page__text {
  font-weight: 400;
  font-size: 20px;
  line-height: 30px;
  color: #edeeee;
  margin-bottom: 48px; }
  .contact-page__text.black {
    color: #5a6264; }
  .contact-page__text.m38m24 {
    margin: 38px 0 24px; }
  .contact-page__text.mb0 {
    margin-bottom: 0; }

.contact-page__label {
  width: 50%;
  display: flex;
  flex-direction: column; }
  .contact-page__label-text {
    font-weight: 500;
    font-size: 14px;
    line-height: 20px;
    color: #ffffff;
    margin-bottom: 6px; }
  .contact-page__label.mr16 {
    margin-right: 16px; }
  .contact-page__label.mt16 {
    margin-top: 16px; }
  .contact-page__label.full {
    width: 100%; }

.contact-page__row {
  margin-top: 24px;
  display: flex; }

.contact-page__form {
  padding: 48px;
  width: calc(50% - 8px);
  background: #1e2423;
  margin: 0 8px; }

.contact-page__checkbox {
  display: flex;
  cursor: pointer; }

.contact-page .checkbox {
  width: 20px;
  height: 20px;
  visibility: hidden;
  position: relative;
  margin-right: 8px;
  cursor: pointer; }
  .contact-page .checkbox::before {
    content: '';
    width: 20px;
    height: 20px;
    visibility: visible;
    position: absolute;
    top: 0;
    left: 0;
    background: #1e2423;
    border: 1px solid #676e6d; }
  .contact-page .checkbox:checked::after {
    content: url("./assets/Vector-white.svg");
    width: 20px;
    height: 20px;
    visibility: visible;
    color: #fff;
    position: absolute;
    top: calc(50% - 8px);
    left: calc(50% - 5px);
    z-index: 1; }
  .contact-page .checkbox:hover::before {
    border: 1px solid rgba(255, 255, 255, 0.8);
    box-shadow: 0px 0px 0px 2px rgba(255, 255, 255, 0.15); }

.contact-page__link {
  font-weight: 400;
  font-size: 14px;
  line-height: 20px;
  color: #b0b4b3;
  text-decoration: underline;
  text-underline-offset: 3px; }

.contact-page__sub-text {
  font-weight: 400;
  font-size: 14px;
  line-height: 20px;
  color: #b0b4b3; }

.contact-page .input,
.contact-page .textarea {
  width: 100%;
  border: none;
  background: #1e2423;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  color: #848a8a;
  outline: none; }
  .contact-page .input::placeholder,
  .contact-page .textarea::placeholder {
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    color: #848a8a; }

.contact-page .contact__phone.contact__input {
  padding-right: 16px; }

.contact-page__input {
  border: 1px solid #676e6d;
  padding: 12px 16px;
  display: flex; }
  .contact-page__input img {
    display: none; }
  .contact-page__input.error img {
    display: block; }
  .contact-page__input.error + .contact-page__error {
    display: block; }
  .contact-page__input.focus, .contact-page__input:hover {
    border: 1px solid rgba(255, 255, 255, 0.8);
    box-shadow: 0px 0px 0px 2px rgba(255, 255, 255, 0.15); }
  .contact-page__input.h86 {
    height: 86px; }
    .contact-page__input.h86 img {
      align-self: flex-start; }

.contact-page .picker__value {
  color: #fff; }

.contact-page .picker__icon path {
  stroke: #fff; }

.contact-page__error {
  font-weight: 400;
  font-size: 14px;
  line-height: 20px;
  color: #f04438;
  margin-top: 6px;
  display: none; }

.contact-page__phone {
  background: #1e2423;
  border: 1px solid #676e6d; }
  .contact-page__phone input {
    background: #1e2423;
    flex-grow: 1;
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    color: #848a8a; }
  .contact-page__phone.focus, .contact-page__phone:hover {
    border: 1px solid rgba(255, 255, 255, 0.8);
    box-shadow: 0px 0px 0px 2px rgba(255, 255, 255, 0.15); }
  .contact-page__phone img {
    display: none; }
  .contact-page__phone.error img {
    display: block; }
  .contact-page__phone.error + .contact-page__error {
    display: block; }

.contact-page .textarea {
  resize: none; }

.contact-page .button {
  margin-top: 40px;
  width: 100%;
  height: 60px;
  color: #0a5c54; }

.contact-page__info {
  padding: 48px;
  width: calc(50% - 8px);
  background: #f9f9f9;
  margin: 0 8px; }
  .contact-page__info-link {
    font-weight: 400;
    font-size: 24px;
    line-height: 29px;
    text-decoration: none;
    letter-spacing: -0.02em;
    color: #1e2423;
    display: flex;
    align-items: center;
    width: fit-content;
    position: relative; }
    .contact-page__info-link::before {
      position: absolute;
      bottom: -4px;
      left: 0;
      content: '';
      width: 0;
      height: 2px;
      background: #0a5c54;
      transition: 0.3s ease-in-out width; }
    .contact-page__info-link svg {
      width: 32px;
      height: 32px;
      margin-right: 12px; }
    .contact-page__info-link:hover {
      color: #0a5c54; }
      .contact-page__info-link:hover::before {
        width: 100%;
        height: 2px;
        background: #0a5c54; }
      .contact-page__info-link:hover path {
        fill: #0a5c54; }

.contact-page__social {
  padding-top: 32px;
  display: flex;
  flex-direction: column;
  width: fit-content; }
  .contact-page__social-link {
    font-weight: 400;
    font-size: 24px;
    line-height: 29px;
    text-decoration: none;
    letter-spacing: -0.02em;
    color: #1e2423;
    display: flex;
    align-items: center;
    position: relative;
    width: fit-content; }
    .contact-page__social-link.mt25 {
      margin-top: 25px; }
    .contact-page__social-link.mb32 {
      margin-bottom: 32px; }
    .contact-page__social-link::before {
      position: absolute;
      bottom: -4px;
      left: 0;
      content: '';
      width: 0;
      height: 2px;
      background: #0a5c54;
      transition: 0.3s ease-in-out width; }
    .contact-page__social-link svg {
      width: 32px;
      height: 32px;
      margin-right: 12px; }
    .contact-page__social-link:hover {
      color: #0a5c54; }
      .contact-page__social-link:hover::before {
        width: 100%; }
      .contact-page__social-link:hover path {
        fill: #0a5c54; }

@media (max-width: 1340px) {
  .contact-page__container {
    padding: 40px 40px 0; } }

@media (max-width: 1165px) {
  .contact-page__form, .contact-page__info {
    padding: 24px; }
  .contact-page__social-link.mt25 {
    margin-top: 25px; }
  .contact-page__social-link.mb32 {
    margin-bottom: 32px; }
  .contact-page__text {
    margin-bottom: 32px; } }

@media (max-width: 1120px) {
  .contact-page__container {
    padding: 0 0 0;
    flex-direction: column;
    margin: 0; }
  .contact-page__info, .contact-page__form {
    width: 100%;
    padding: 48px;
    margin: 0; }
  .contact-page__info-row {
    display: flex; }
    .contact-page__info-row > div {
      width: 50%; }
      .contact-page__info-row > div:first-child {
        margin-right: 32px; }
  .contact-page__social-link.mt25 {
    margin-top: 32px; }
  .contact-page__social-link.mb32 {
    margin-bottom: 16px; }
  .contact-page__social {
    padding-top: 0; } }

@media (max-width: 768px) {
  .contact-page__info, .contact-page__form {
    width: 100%;
    padding: 32px 24px 24px;
    margin: 0; } }

@media (max-width: 650px) {
  .contact-page__info-row {
    flex-direction: column; }
    .contact-page__info-row > div {
      width: 100%; }
  .contact-page .contact-page__info-row > div:first-child {
    margin-right: 0; }
  .contact-page__social {
    margin-top: 24px; }
  .contact-page__title {
    font-size: 32px; }
  .contact-page__text {
    font-size: 18px;
    margin-bottom: 24px; }
  .contact-page__info-link, .contact-page__social-link {
    font-size: 18px; }
    .contact-page__info-link svg, .contact-page__social-link svg {
      width: 24px;
      height: 24px; }
  .contact-page__social-link.mt25 {
    margin-top: 24px; }
  .contact-page__text.m38m24 {
    margin: 18px 0 16px; } }

@media (max-width: 480px) {
  .contact-page__row {
    flex-direction: column;
    margin-top: 0; }
    .contact-page__row.mt16 {
      margin-top: 16px; }
  .contact-page__form, .contact-page__info {
    padding: 32px 16px 24px; }
  .contact-page__label {
    width: 100%;
    margin-top: 24px; }
    .contact-page__label.mr16 {
      margin-right: 0; }
  .contact-page__text {
    margin-bottom: 16px;
    font-size: 16px;
    line-height: 24px; }
  .contact-page__title {
    font-size: 28px;
    line-height: 110%; } }

.compare {
  width: 100%; }
  .compare__container {
    padding-bottom: 80px; }
  .compare__top {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 80px 80px 0;
    margin-bottom: 57px; }
  .compare__title {
    font-weight: 600;
    font-size: 64px;
    line-height: 124%;
    text-align: center;
    color: #182327; }
  .compare__text {
    font-size: 20px;
    line-height: 160%;
    text-align: center;
    color: #5a6264;
    margin: 24px 0 32px;
    max-width: 550px; }
  .compare__checkbox {
    margin-right: 12px;
    width: 48px;
    height: 28px;
    min-width: 48px;
    display: block;
    background: rgba(120, 120, 128, 0.16);
    border-radius: 63.5136px;
    padding: 2px;
    position: relative;
    transition: 0.3s linear background-color; }
    .compare__checkbox-box {
      position: absolute;
      left: 2px;
      top: 2px;
      width: 24px;
      height: 24px;
      background: #ffffff;
      box-shadow: 0px 0.06416px 0.19247px rgba(0, 0, 0, 0.1), 0px 0.64155px 1.2831px rgba(0, 0, 0, 0.2);
      border-radius: 50%;
      transform: 0.3s ease-in left; }
    .compare__checkbox.checked {
      background: #0a5c54; }
    .compare__checkbox input {
      visibility: hidden;
      width: 48px;
      height: 28px; }
      .compare__checkbox input:checked + .compare__checkbox-box {
        left: calc(100% - 2px - 24px); }
  .compare__sub-text {
    cursor: pointer;
    display: flex;
    align-items: center;
    font-weight: 500;
    font-size: 16px;
    line-height: 160%;
    text-align: center;
    color: #182327; }
  .compare__content {
    margin-top: 17px; }
    .compare__content-stick {
      position: relative;
      padding-bottom: 40px; }
  .compare__stick {
    position: sticky;
    top: 0;
    left: 0;
    display: flex;
    width: 100%;
    padding: 16px 80px 23px;
    z-index: 2;
    background: #fff; }
    .compare__stick.shadow {
      box-shadow: 0px 1px 32px rgba(16, 24, 40, 0.08), 0px 1px 2px rgba(16, 24, 40, 0.02); }
  .compare__row {
    padding: 0 80px; }
    .compare__row.active .compare__row-content {
      display: none; }
    .compare__row.active .compare__row-top img {
      transform: rotate(0); }
  .compare-select {
    width: 50%;
    position: relative; }
    .compare-select:first-child {
      margin-right: 16px; }
    .compare-select__top {
      cursor: pointer;
      display: flex;
      padding: 20px 28px;
      height: 65px;
      background: #ffffff;
      border: 1px solid #dfe1e1; }
      .compare-select__top img {
        min-width: 32px; }
        .compare-select__top img.drop-down {
          min-width: 24px; }
        .compare-select__top img:first-child {
          margin-right: 12px; }
    .compare-select__left {
      display: flex;
      align-items: center;
      flex-grow: 1;
      font-weight: 500;
      font-size: 20px;
      line-height: 124%;
      letter-spacing: -0.02em;
      color: #182327; }
    .compare-select__item {
      cursor: pointer;
      background: #ffffff;
      border-top: none;
      display: flex;
      align-items: center;
      padding: 20px 28px;
      height: 65px;
      font-size: 20px;
      line-height: 124%;
      letter-spacing: -0.02em;
      color: #182327; }
      .compare-select__item img {
        width: 32px;
        height: 21px; }
        .compare-select__item img:first-child {
          margin-right: 12px; }
      .compare-select__item:not(:first-child) {
        border-top: 1px solid #dfe1e1; }
    .compare-select__list {
      border: 1px solid #dfe1e1;
      position: absolute;
      top: 65px;
      width: 100%;
      left: 0;
      z-index: 2;
      opacity: 0;
      transition: 0.3s ease-in-out opacity;
      visibility: hidden;
      display: flex;
      flex-direction: column; }
    .compare-select.active .compare-select__list {
      opacity: 1;
      visibility: visible; }
    .compare-select.active .drop-down {
      transform: rotate(180deg); }
  .compare__row-content {
    width: 100%;
    display: flex;
    padding: 24px 0 56px; }
    .compare__row-content.border {
      border-bottom: 1px solid #dfe1e1; }
  .compare__row-top {
    padding: 24px 0;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-bottom: 1px solid #dfe1e1;
    font-weight: 500;
    font-size: 24px;
    line-height: 44px;
    letter-spacing: -0.02em;
    color: #182327; }
    .compare__row-top img {
      width: 28px;
      height: 28px;
      min-width: 28px;
      transform: rotate(180deg); }
  .compare__row-col {
    width: 50%; }
    .compare__row-col:first-child {
      margin-right: 16px; }
  .compare__row-title {
    font-weight: 400;
    font-size: 18px;
    line-height: 155%;
    color: #5a6264;
    margin-bottom: 8px; }
    .compare__row-title.hidden {
      display: none; }
  .compare__row-list {
    list-style: disc;
    padding-left: 20px;
    margin-bottom: 32px; }
    .compare__row-list.no-markers {
      padding-left: 0;
      list-style: none; }
    .compare__row-list.hidden {
      display: none; }
  .compare__row-slim {
    font-weight: 400;
    font-size: 18px;
    line-height: 30px;
    color: #182327; }
    .compare__row-slim.hidden {
      display: none; }
  .compare__row-text {
    font-weight: 600;
    font-size: 18px;
    line-height: 30px;
    color: #182327; }
    .compare__row-text:not(:last-child) {
      margin-bottom: 32px; }
    .compare__row-text.mb8 {
      margin-bottom: 8px; }
    .compare__row-text.hidden {
      display: none; }
  .compare__col-title {
    font-weight: 600;
    font-size: 18px;
    line-height: 30px;
    color: #182327;
    margin-bottom: 24px;
    display: none;
    align-items: center; }
    .compare__col-title img {
      margin-right: 12px; }
  .compare .subscribe.about {
    margin-left: 80px;
    margin-right: 80px;
    width: calc(100% - 160px); }
  @media (max-width: 1340px) {
    .compare__stick, .compare__top, .compare__row {
      padding-left: 40px;
      padding-right: 40px; }
    .compare .subscribe.about {
      margin-left: 40px;
      margin-right: 40px;
      width: calc(100% - 80px); } }
  @media (max-width: 1120px) {
    .compare__stick, .compare__top, .compare__row {
      padding-left: 16px;
      padding-right: 16px; }
    .compare .subscribe.about {
      margin-left: 16px;
      margin-right: 16px;
      width: calc(100% - 32px); } }
  @media (max-width: 768px) {
    .compare .subscribe.about {
      margin-left: 0;
      margin-right: 0;
      width: calc(100%); }
    .compare__row-slim {
      font-size: 16px;
      line-height: 28px; }
    .compare__stick {
      flex-direction: column;
      padding: 16px 16px 16px; }
    .compare .compare-select {
      width: 100%; }
      .compare .compare-select:first-child {
        margin-right: 0;
        margin-bottom: 16px; }
      .compare .compare-select__top {
        padding: 16px 16px;
        height: 55px; }
        .compare .compare-select__top img {
          min-width: 24px;
          max-width: 24px; }
      .compare .compare-select__left {
        font-size: 18px; }
      .compare .compare-select__item {
        padding: 16px;
        font-size: 18px;
        height: 55px; }
        .compare .compare-select__item img {
          min-width: 24px;
          max-width: 24px; }
      .compare .compare-select__list {
        top: 54px; }
    .compare__row-content {
      padding: 16px 0 48px;
      flex-direction: column; }
    .compare__row-col {
      width: 100%; }
      .compare__row-col:last-child {
        margin-top: 32px; }
    .compare__row-title {
      font-size: 16px; }
    .compare__row-text {
      font-size: 16px; }
      .compare__row-text:not(:last-child) {
        margin-bottom: 24px; }
    .compare__row-top {
      font-size: 22px;
      line-height: 36px;
      padding: 16px 0; }
      .compare__row-top img {
        min-width: 24px;
        width: 24px;
        height: 24px; }
    .compare__col-title {
      display: flex; }
    .compare__title {
      font-size: 48px;
      line-height: 112%; }
    .compare__text {
      font-size: 18px;
      line-height: 150%; }
    .compare__sub-text {
      font-size: 14px; } }
  @media (max-width: 480px) {
    .compare .compare-select__left, .compare .compare-select__item {
      font-size: 16px; }
    .compare .compare-select__list {
      top: 54px; }
    .compare .drop-down {
      width: 20px;
      height: 20px; }
    .compare__row-top {
      font-size: 20px;
      line-height: 30px; }
      .compare__row-top img {
        width: 20px;
        height: 20px; }
    .compare__container {
      padding-bottom: 0; }
    .compare__col-title {
      font-size: 16px;
      line-height: 28px; }
    .compare__top {
      padding-top: 32px;
      margin-bottom: 32px; }
    .compare__title {
      font-size: 32px;
      line-height: 100%; }
    .compare__text {
      font-size: 16px;
      line-height: 130%;
      margin: 16px 0 24px; } }

.coming {
  width: 100%;
  height: 100vh;
  display: flex;
  align-items: center;
  justify-content: center;
  position: fixed;
  left: 0;
  top: 0;
  z-index: 100000;
  background: rgba(0, 0, 0, 0.7);
  visibility: hidden;
  transition: 0.3s ease-in-out opacity;
  opacity: 0; }
  .coming__container {
    background-color: #fff;
    display: flex;
    max-width: 1000px; }
  .coming__close {
    width: 24px;
    height: 24px;
    cursor: pointer;
    position: relative;
    margin: 16px 16px 0 0; }
  .coming__title {
    font-weight: 700;
    font-size: 48px;
    line-height: 124%;
    letter-spacing: 0.02em;
    color: #182327; }
  .coming__text {
    margin-top: 12px;
    font-weight: 400;
    font-size: 16px;
    line-height: 30px;
    color: #182327;
    opacity: 0.7;
    margin-bottom: 40px;
    max-width: 448px; }
  .coming__left {
    padding: 126px 64px;
    width: 65%; }
  .coming__right {
    width: 424px;
    position: relative;
    display: flex;
    align-items: flex-start;
    justify-content: flex-end; }
  .coming__img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    position: absolute;
    left: 0;
    top: 0; }
  .coming.close {
    visibility: hidden;
    opacity: 0;
    transition: 0.5s ease-in-out; }
  .coming.show {
    visibility: visible;
    opacity: 1; }
  @media (max-width: 1024px) {
    .coming {
      padding: 64px; }
      .coming__container {
        width: 100%; }
      .coming__left {
        padding: 64px 32px; } }
  @media (max-width: 900px) {
    .coming {
      padding: 32px; } }
  @media (max-width: 768px) {
    .coming {
      padding: 16px; }
      .coming__left {
        padding: 32px 16px;
        flex-grow: 1; }
      .coming__title {
        font-size: 32px; }
      .coming__text {
        font-size: 14px;
        line-height: 24px;
        margin-bottom: 0; }
      .coming__right {
        width: 200px; }
      .coming .subscribe__form {
        margin-top: 24px; }
      .coming .subscribe__slim-text {
        font-size: 12px; } }
  @media (max-width: 600px) {
    .coming__container {
      flex-direction: column-reverse; }
    .coming__left, .coming__right {
      width: 100%; }
    .coming__right {
      min-height: 200px;
      max-height: 270px; } }
  @media (max-width: 480px) {
    .coming__left {
      padding: 16px; }
    .coming__title {
      font-size: 24px; }
    .coming__text {
      margin-top: 8px; }
    .coming .button {
      width: 100%; } }

.intro.program {
  height: calc(100vh - 64px); }
  .intro.program .intro__tag {
    width: fit-content;
    padding: 12px 20px;
    display: flex;
    background: #f1f4f4;
    border-radius: 24px;
    font-weight: 500;
    font-size: 16px;
    line-height: 19px;
    color: #0a5c54;
    margin-bottom: 12px; }
  .intro.program .intro__title {
    font-size: 56px;
    max-width: none;
    text-transform: capitalize; }
  .intro.program .button--w200 {
    width: 264px;
    min-width: 264px;
    padding: 16px 32px; }
  .intro.program .intro__collage-text span {
    font-size: 20px;
    line-height: 24.2px; }
  .intro.program .intro__btns {
    width: auto;
    justify-content: initial; }
    .intro.program .intro__btns .button--green {
      margin-right: 16px; }
  @media (max-width: 1440px) {
    .intro.program .intro__collage-col {
      height: auto; } }
  @media (max-width: 1340px) {
    .intro.program .intro__title {
      font-size: 45px;
      max-width: none;
      text-transform: capitalize; }
    .intro.program .button--w200 {
      width: 250px;
      min-width: 250px; } }
  @media (max-width: 1120px) {
    .intro.program .intro__btns {
      flex-direction: column;
      width: 100%; }
      .intro.program .intro__btns .button--green {
        margin-right: 0;
        margin-bottom: 16px; }
    .intro.program .button--w200 {
      width: 100%; } }
  @media (max-width: 900px) {
    .intro.program {
      height: auto; }
      .intro.program .intro__btns {
        flex-direction: row;
        width: 100%; }
        .intro.program .intro__btns .button--green {
          margin-right: 16px;
          margin-bottom: 0; } }
  @media (max-width: 550px) {
    .intro.program .intro__btns {
      flex-direction: column;
      width: 100%; }
      .intro.program .intro__btns .button--green {
        margin-right: 0;
        margin-bottom: 0; }
      .intro.program .intro__btns .button--green-border {
        margin-top: 16px; }
    .intro.program .intro__title {
      font-size: 36px;
      line-height: 44px;
      margin-bottom: 16px; }
    .intro.program .intro__tag {
      padding: 6px 14px;
      font-size: 14px; }
    .intro.program .intro__collage-text span {
      font-size: 14px;
      line-height: 24.2px; }
    .intro.program .intro__collage-col {
      min-height: 100px; } }
  @media (max-width: 360px) {
    .intro.program .intro__collage-text {
      font-size: 14px; }
      .intro.program .intro__collage-text span {
        font-size: 12px; } }

.program-types {
  width: 100%; }
  .program-types__container {
    padding: 58px 80px 0; }
    @media (max-width: 1340px) {
      .program-types__container {
        padding: 60px 40px 0; } }
    @media (max-width: 1120px) {
      .program-types__container {
        padding: 60px 16px 0; } }
  .program-types__tabs {
    margin-top: 24px;
    padding: 16px 0;
    display: flex;
    border-top: 1px solid #dfe1e1;
    border-bottom: 1px solid #dfe1e1; }
  .program-types__tab {
    white-space: nowrap;
    cursor: pointer;
    font-weight: 500;
    color: #9ca1a0;
    font-size: 16px;
    line-height: 124%;
    letter-spacing: -0.02em;
    text-transform: uppercase; }
    .program-types__tab:not(:last-child) {
      margin-right: 41px; }
    .program-types__tab.active {
      font-weight: 700;
      color: #0a5c54;
      text-decoration: underline;
      text-underline-offset: 3px; }
  .program-types__content {
    display: none;
    margin-top: 32px; }
    .program-types__content.visible {
      display: flex; }
  .program-types__img {
    flex-grow: 1;
    display: flex; }
    .program-types__img img {
      width: 100%;
      height: 100%;
      object-fit: cover; }
  .program-types__info {
    padding: 32px;
    border: 1px solid #d1d3d3;
    max-width: 524px;
    min-width: 524px;
    margin-right: 16px;
    display: flex;
    flex-direction: column; }
    .program-types__info-title {
      font-weight: 500;
      font-size: 32px;
      line-height: 60px;
      letter-spacing: -0.02em;
      color: #000000;
      margin-bottom: 4px; }
    .program-types__info-row {
      display: flex;
      justify-content: space-between;
      align-items: center;
      padding: 16px 0 12px;
      border-bottom: 1px solid #dfe1e1; }
    .program-types__info-subtitle {
      font-weight: 500;
      font-size: 20px;
      line-height: 40px;
      /* identical to box height, or 200% */
      letter-spacing: -0.02em;
      color: #000000; }
    .program-types__info-text {
      font-weight: 300;
      font-size: 20px;
      line-height: 30px;
      /* identical to box height, or 150% */
      color: #000000; }
  .program-types__bottom {
    display: flex;
    align-items: flex-end;
    margin-top: 22px;
    flex-grow: 1; }
    .program-types__bottom .button--green {
      width: 265px;
      height: 60px;
      margin-right: 16px; }
    .program-types__bottom .button--green-border {
      width: 186px;
      height: 60px; }
  @media (max-width: 1024px) {
    .program-types__info {
      max-width: 450px;
      min-width: 450px;
      padding: 16px; } }
  @media (max-width: 760px) {
    .program-types__content {
      flex-direction: column-reverse; }
    .program-types__info {
      margin-right: 0;
      min-width: auto;
      max-width: none;
      width: 100%; }
    .program-types__img {
      max-height: 300px;
      overflow: hidden; } }
  @media (max-width: 650px) {
    .program-types__bottom .button--green-border {
      flex-grow: 1; }
    .program-types__tab:not(:last-child) {
      margin-right: 24px; }
    .program-types__tabs {
      overflow: auto; }
      .program-types__tabs::-webkit-scrollbar {
        display: none; }
      .program-types__tabs::-webkit-scrollbar-track {
        display: none; }
      .program-types__tabs::-webkit-scrollbar-thumb {
        display: none; }
    .program-types__info-title {
      font-size: 24px;
      line-height: 140%; }
    .program-types__info-row {
      padding: 12px 0 12px; }
    .program-types__info-subtitle, .program-types__info-text {
      font-size: 18px;
      line-height: 160%; } }
  @media (max-width: 480px) {
    .program-types__bottom {
      flex-direction: column; }
      .program-types__bottom .button--green,
      .program-types__bottom .button--green-border {
        width: 100%; }
      .program-types__bottom .button--green {
        margin-bottom: 16px;
        margin-right: 0; }
    .program-types__tab {
      font-size: 15px; }
    .program-types__info-subtitle {
      margin-right: 16px; }
    .program-types__info-subtitle, .program-types__info-text {
      font-size: 16px; }
    .program-types__info-row {
      flex-wrap: wrap; } }

.availible {
  width: 100%; }
  .availible__container {
    width: 100%;
    padding: 240px 80px 0; }
    @media (max-width: 1340px) {
      .availible__container {
        padding: 160px 40px 0; } }
    @media (max-width: 1120px) {
      .availible__container {
        padding: 60px 16px 0; } }
  .availible__content {
    width: 100%;
    display: flex;
    margin-top: 64px; }
  .availible .program-types__bottom {
    margin-top: 24px; }
    .availible .program-types__bottom .button--green {
      margin-right: 0;
      width: 100%; }
  .availible .program-types__img {
    max-height: 880px;
    height: 724px; }
  .availible .program-types__info {
    width: 499px;
    min-width: 499px;
    margin-right: 41px; }
  .availible .program-types__info-row {
    justify-content: flex-start;
    padding: 12px 0 8px; }
  .availible .program-types__info-subtitle {
    min-width: 150px;
    margin-right: 41px; }
  .availible .program-types__info-subtitle,
  .availible .program-types__info-text {
    font-size: 16px;
    line-height: 30px; }
  @media (max-width: 1120px) {
    .availible .program-types__info {
      width: 499px;
      min-width: 499px;
      margin-right: 24px; }
    .availible .program-types__info {
      width: 470px;
      min-width: 470px;
      margin-right: 16px; }
    .availible .program-types__img {
      height: 692px; } }
  @media (max-width: 900px) {
    .availible .program-types__info {
      width: 410px;
      min-width: 410px; }
    .availible .program-types__img {
      height: 722px; } }
  @media (max-width: 760px) {
    .availible__content {
      flex-direction: column-reverse;
      margin-top: 24px; }
    .availible .program-types__img {
      max-height: 300px;
      height: 100%; }
    .availible .program-types__info {
      width: 100%;
      min-width: auto; }
      .availible .program-types__info-subtitle {
        min-width: 200px; } }
  @media (max-width: 480px) {
    .availible .program-types__info {
      width: 100%;
      min-width: auto; }
      .availible .program-types__info-subtitle {
        min-width: auto;
        font-size: 14px;
        line-height: 24px;
        margin-right: 0; }
      .availible .program-types__info-text {
        font-size: 14px;
        line-height: 24px; }
    .availible .program-types__info-row {
      display: grid;
      grid-template-columns: 1fr 1fr;
      column-gap: 16px; }
    .availible .program-types__bottom .button--green {
      margin-bottom: 0; }
    .availible .program-types__img {
      max-height: 280px;
      height: auto; } }
  @media (max-width: 360px) {
    .availible .program-types__img {
      max-height: 210px; } }

