.form__input[name=name] {
  -webkit-user-select: text; }

.form__input[name=email] {
  -webkit-user-select: text; }

.clip-icon {
  position: absolute;
  bottom: 5px;
  right: 5px;
  display: flex;
  flex-direction: row; }
  .clip-icon-filename {
    position: absolute;
    font-size: 16px;
    top: 55px;
    left: -200px;
    text-align: right;
    width: 200px;
    white-space: nowrap;
    display: flex;
    align-items: center;
    justify-content: flex-end; }
    .clip-icon-filename span:first-child {
      text-overflow: ellipsis;
      width: 160px;
      display: inline-block;
      overflow: hidden; }
    .clip-icon-filename__error {
      left: -170px;
      color: red; }
    .clip-icon-filename__placeholder {
      display: flex;
      flex-flow: row nowrap;
      left: -165px; }
      .clip-icon-filename__placeholder span,
      .clip-icon-filename__placeholder span:first-child {
        overflow: visible;
        display: flex;
        width: auto; }
        @media screen and (max-width: 768px) {
          .clip-icon-filename__placeholder span,
          .clip-icon-filename__placeholder span:first-child {
            justify-content: flex-end;
            width: 100%; } }
      @media screen and (max-width: 768px) {
        .clip-icon-filename__placeholder {
          height: 52px;
          width: calc(100vw - 32px);
          right: 0;
          white-space: break-spaces;
          left: auto;
          text-align: right;
          color: rgba(16, 16, 16, 0.4);
          flex-flow: column nowrap; } }
  .clip-icon div {
    position: relative; }

#file-input {
  position: absolute;
  right: 20%; }

input[type="file"],
input[type="file"]::-webkit-file-upload-button {
  cursor: pointer;
  opacity: 0;
  width: 30px; }

.remove-icon {
  position: absolute;
  cursor: pointer;
  top: 57px;
  left: 11px; }

.form__input-group-icon svg {
  cursor: pointer; }

.form__input-group-icon .input {
  opacity: 0;
  width: 30px;
  cursor: pointer; }

.form-field__agreement {
  cursor: pointer; }
  .form-field__agreement input {
    width: auto; }
  .form-field__agreement svg {
    cursor: pointer; }
  .form-field__agreement .form-field__control {
    visibility: hidden;
    overflow: hidden;
    height: 0;
    width: 0; }

.arrow-draft {
  position: relative;
  z-index: 5;
  padding-bottom: 4px; }
  .arrow-draft-arrow {
    transform: translate(0, 0);
    transition: transform 500ms linear; }
  .arrow-draft:hover .arrow-draft-arrow {
    transform: translate(10px, 0);
    transition: transform 500ms linear; }
  .arrow-draft:hover .arrow-draft-dot {
    background-color: #55c5ff;
    transition: background-color 500ms linear; }
  .arrow-draft-dot {
    position: absolute;
    top: 0;
    left: 35px;
    width: 25px;
    height: 25px;
    border-radius: 50%;
    background-color: #0049ff;
    transition: background-color 500ms linear;
    z-index: -1; }

.form {
  height: 100%;
  display: flex;
  flex-direction: column;
  width: 100%;
  max-width: 900px; }
  @media screen and (max-width: 769px) {
    .form {
      width: 90%; } }
  .form__title {
    font-size: 20px;
    line-height: 130%;
    font-weight: 800;
    padding: 40px 0 20px; }
  .form__input {
    padding-bottom: 10px;
    padding-left: 10px;
    border: none;
    background-color: inherit;
    resize: none;
    overflow-y: hidden; }
    .form__input:focus {
      outline: none;
      border-color: #55c5ff; }
    .form__input::placeholder {
      opacity: 0.6; }
  .form__input-group {
    position: relative; }
  .form__personal-data-note {
    display: flex;
    align-items: center;
    font-style: normal;
    font-weight: 800;
    font-size: 14px;
    line-height: 120%;
    color: #002394;
    margin-top: 32px; }
    .form__personal-data-note > span {
      display: flex; }
    @media screen and (max-width: 768px) {
      .form__personal-data-note {
        margin-top: 64px; } }
  .form__personal-data-note-link {
    color: #0049ff; }
    .form__personal-data-note-link:hover {
      color: #55c5ff; }
  .form__button {
    outline: none;
    background-color: inherit;
    padding-right: 0;
    padding-left: 0;
    margin-top: 66px;
    line-height: 130%;
    letter-spacing: 0.1em;
    font-weight: 800;
    font-size: 16px;
    display: flex;
    align-self: flex-end; }
    .form__button_arrow {
      height: 55px;
      padding-left: 32px;
      margin-top: -7px;
      padding-top: 7px; }
    .form__button_text {
      padding-top: 15px; }

.message-container {
  position: relative;
  border-bottom: 1px solid #b6beca; }
  .message-container textarea {
    min-height: 20px;
    width: 100%; }

.message-container__error {
  border-bottom: 1px solid red; }

.fill-dot-wrapper {
  bottom: -11px;
  right: -14px;
  width: 13px;
  height: 13px;
  border-radius: 50%;
  background-color: #fff; }

.fill-dot {
  width: 10px !important;
  height: 10px !important;
  border-radius: 50%;
  margin-left: 2.2px; }

.logo {
  display: flex;
  align-items: center;
  height: 34px; }
  .logo svg {
    padding-bottom: 2px; }

.form__button .form__button_text {
  color: #000; }

.form__button_disabled .form__button_text {
  color: #B6BECA; }

.header_button {
  border: 0;
  cursor: pointer;
  background: transparent;
  z-index: 8;
  outline: none; }
  .header_button .top_line {
    margin-bottom: 7px;
    width: 24px;
    height: 3px;
    transition: transform 0.2s ease-in-out, background-color 0.2s; }
  .header_button .bottom_line {
    width: 12px;
    height: 3px;
    transition: transform 0.2s ease-in-out, width 0.2s, margin-left 0.2s, background-color 0.2s;
    margin-left: 12px; }

.header_button:hover .top_line {
  transform: translateY(5px); }

.header_button:hover .bottom_line {
  transform: translateY(-5px);
  width: 24px;
  margin-left: 0px; }

.header_button.active .top_line {
  transform: translateY(5px) rotate(45deg);
  background-color: #101010; }

.header_button.active .bottom_line {
  transform: translateY(-5px) rotate(-45deg);
  width: 24px;
  margin-left: 0px;
  background-color: #101010; }

.form {
  height: 100%;
  display: flex;
  flex-direction: column;
  width: 100%;
  max-width: 900px; }
  @media screen and (max-width: 769px) {
    .form {
      width: 90%; } }
  .form__title {
    font-size: 17px;
    line-height: 130%;
    font-weight: 800;
    padding: 40px 0 20px; }
  .form__input {
    padding-bottom: 10px;
    padding-left: 10px;
    border: none;
    background-color: inherit;
    resize: none;
    overflow-y: hidden; }
    .form__input:focus {
      outline: none;
      border-color: #55c5ff; }
    .form__input::placeholder {
      opacity: 0.6; }
  .form__personal-data-note {
    font-style: normal;
    font-weight: 800;
    font-size: 14px;
    line-height: 120%;
    color: #002394;
    margin-top: 32px; }
    @media screen and (max-width: 768px) {
      .form__personal-data-note {
        margin-top: 64px; } }
  .form__personal-data-note-link {
    color: #0049ff; }
    .form__personal-data-note-link:hover {
      color: #55c5ff; }
  .form__button {
    outline: none;
    background-color: inherit;
    padding-right: 0;
    padding-left: 0;
    margin-top: 66px;
    line-height: 130%;
    letter-spacing: 0.1em;
    font-weight: 800;
    font-size: 16px;
    display: flex;
    align-self: flex-end; }
    .form__button_arrow {
      height: 55px;
      padding-left: 32px;
      margin-top: -7px;
      padding-top: 7px; }
    .form__button_text {
      padding-top: 15px; }
  .form__education {
    margin-top: 46px;
    margin-bottom: 46px; }

.message-container {
  position: relative;
  border-bottom: 1px solid #b6beca; }
  .message-container textarea {
    width: 100%; }

.message-container__error {
  border-bottom: 1px solid red; }

.fill-dot-wrapper {
  bottom: -11px;
  right: -14px;
  width: 13px;
  height: 13px;
  border-radius: 50%;
  background-color: #fff; }

.fill-dot {
  width: 10px !important;
  height: 10px !important;
  border-radius: 50%;
  margin-left: 2.2px; }

.double-field {
  display: flex;
  flex-direction: row;
  width: 100%; }
  @media screen and (max-width: 769px) {
    .double-field {
      flex-direction: column; } }

.double-field > div {
  width: 50%;
  padding-right: 35px; }
  @media screen and (max-width: 769px) {
    .double-field > div {
      width: 100%;
      padding-right: 0; } }
  .double-field > div:last-of-type {
    padding-right: 0; }

.menu__overlay {
  position: fixed;
  top: 0;
  width: 100%;
  height: 100vh;
  left: 0;
  z-index: 100;
  /*  &:after {
    position: absolute;
    content: "";
    height: 100%;
    width: 30px;
    display: block;
    left: 100%;
    top: 0;

  }*/ }

.menu {
  position: absolute;
  background-color: white;
  width: 100%;
  min-height: 745px;
  padding-bottom: 8%;
  padding-top: 8%;
  z-index: 100;
  height: 100vh;
  transform: translateX(0);
  animation: fadeInMenu 0.5s ease; }
  @media screen and (max-width: 1024px) {
    .menu {
      padding-top: 13%;
      padding-bottom: 13%; } }
  @media screen and (max-width: 769px) {
    .menu {
      padding-top: 20%;
      padding-bottom: 20%;
      min-height: auto;
      overflow-y: scroll; } }
  @media screen and (max-width: 375px) {
    .menu {
      padding-top: 28%;
      padding-bottom: 28%; } }
  .menu__content {
    display: flex;
    flex-direction: row;
    padding-left: 15%;
    height: 100%;
    /*     padding-top: 48px; */
    /*     @media screen and (max-width: 768px) {
      padding-top: 84px;
    }

    @media screen and (max-width: 374px) {
      padding-top: 104px;
    } */ }
    @media screen and (max-width: 769px) {
      .menu__content {
        padding-left: 10%;
        flex-direction: column; } }
  .menu__items {
    margin-right: 141px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: 100%;
    transform: translateX(0);
    padding-left: 0;
    opacity: 1;
    animation: fadeInMenuItems 0.9s ease;
    animation-delay: 0.4s;
    animation-fill-mode: both;
    /*    div.item:nth-child(1) {
      animation-delay: 0.3s;
      //animation-delay: 0.1s;
    }
    div.item:nth-child(2) {
      animation-delay: 0.3s;
      //animation-delay: 0.2s;
    }
    div.item:nth-child(3) {
      animation-delay: 0.3s;
      //animation-delay: 0.3s;
    }
    div.item:nth-child(4) {
      animation-delay: 0.3s;
      //animation-delay: 0.4s;
    }*/ }
    @media screen and (max-width: 1024px) {
      .menu__items {
        margin-right: 121px; } }
    @media screen and (max-width: 769px) {
      .menu__items {
        margin-right: 0; } }
    .menu__items div.item {
      opacity: 1; }
  .menu__subitems {
    padding-top: 21px;
    transform: translateX(0);
    animation: fadeInMenuSubItems 0.25s ease;
    animation-fill-mode: both;
    /*
    div.subitem {
      opacity: 1;
    }
    */
    /*
    div.subitem:nth-child(1) {
      animation-delay: 0.1s;
    }
    div.subitem:nth-child(2) {
      animation-delay: 0.1s;
    }
    div.subitem:nth-child(3) {
      animation-delay: 0.1s;
      //animation-delay: 0.2s;
    }
    div.subitem:nth-child(4) {
      animation-delay: 0.1s;
      //animation-delay: 0.3s;
    }
    div.subitem:nth-child(5) {
      animation-delay: 0.1s;
      //animation-delay: 0.4s;
    }
    div.subitem:nth-child(6) {
      animation-delay: 0.1s;
      //animation-delay: 0.5s;
    }
    div.subitem:nth-child(7) {
      animation-delay: 0.1s;
      //animation-delay: 0.6s;
    }
    div.subitem:nth-child(8) {
      animation-delay: 0.1s;
      //animation-delay: 0.7s;
    }
    */ }
    @media screen and (max-width: 769px) {
      .menu__subitems {
        padding-top: 40px;
        margin-left: 120px;
        width: 60%; } }
    @media screen and (max-width: 375px) {
      .menu__subitems {
        margin-left: 40px; } }
  @media screen and (max-width: 769px) {
    .menu-active .menu__items {
      height: auto; } }
  @media screen and (max-width: 769px) {
    .menu-active .menu__items div.item {
      display: none; } }
  @media screen and (max-width: 769px) {
    .menu-active-main .menu__items {
      height: 100%; } }
  @media screen and (max-width: 769px) {
    .menu-active-main .menu__items div.item {
      display: flex; } }
  @media screen and (max-width: 769px) {
    .menu-active .menu__items div.item-active {
      display: flex; } }

@keyframes fadeInMenu {
  0% {
    -webkit-transform: translateX(100%);
    transform: translateX(100%);
    opacity: 0; }
  /*
  38.2% {
    opacity: 0.382;
  }
  */
  /*  61.8% {
    opacity: 0.382;
    !*
    opacity: 0.618;
    *!
  }*/
  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
    opacity: 1; } }

@keyframes fadeInMenuItems {
  0% {
    opacity: 0;
    -webkit-transform: translateX(100%);
    transform: translateX(100%); }
  /*  38.2% {
    opacity: 0.382;
    -webkit-transform: translateX(61.8%);
    transform: translateX(61.8%);
  }*/
  /*
  30% {
    opacity: 0.5;
    transform: translateX(70%);
  }
  50% {
    opacity: 0.5;
    transform: translateX(50%);
  }
  70% {
    opacity: 0.9;
    transform: translateX(30%);
  }
  90% {
    opacity: 0.9;
    transform: translateX(10%);
  }
  */
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0); } }

@keyframes fadeInMenuSubItems {
  0% {
    opacity: 0;
    /*
    padding-left: 10%;
    */
    -webkit-transform: translateX(10%);
    transform: translateX(10%); }
  100% {
    opacity: 1;
    /*
    padding-left: 0%;
    */
    -webkit-transform: translateX(0);
    transform: translateX(0); } }

.contact-us-link {
  padding-top: 24px;
  font-size: 14px;
  line-height: 150%; }
  @media screen and (max-width: 769px) {
    .contact-us-link {
      padding-top: 16px; } }

.ContactUs-Aside {
  display: flex;
  flex-flow: column nowrap;
  justify-content: space-between;
  height: 100%;
  padding-bottom: 118px; }
  @media screen and (max-width: 769px) {
    .ContactUs-Aside {
      flex-flow: row nowrap;
      padding-bottom: 0;
      flex: 1 1 100%; } }

.ContactUs-AsideGroup {
  max-width: 180px; }
  @media screen and (max-width: 769px) {
    .ContactUs-AsideGroup {
      max-width: 130px; } }

.ContactUs-AsideLink {
  color: #0049FF;
  font-size: 32px; }
  .ContactUs-AsideLink:hover {
    color: #55C5FF; }
  @media screen and (max-width: 769px) {
    .ContactUs-AsideLink {
      font-weight: 800;
      font-size: 22px;
      line-height: 130%; } }

.item {
  margin-bottom: 20px;
  display: flex;
  align-items: flex-end;
  flex-direction: row; }
  @media screen and (max-width: 769px) {
    .item {
      margin-bottom: 0px; } }
  @media screen and (max-width: 375px) {
    .item {
      align-items: flex-start;
      flex-direction: column; } }
  .item-active .item__title {
    color: #55c5ff; }
  .item__arrow {
    display: none;
    padding-bottom: 20px;
    padding-right: 30px;
    min-width: 38px;
    cursor: pointer; }
    @media screen and (max-width: 769px) {
      .item__arrow {
        visibility: hidden;
        display: block; } }
    @media screen and (max-width: 375px) {
      .item__arrow {
        padding-bottom: 24px; } }
    .item__arrow:hover {
      filter: brightness(0.1%); }
  .item__content {
    cursor: pointer; }
    .item__content:hover {
      text-decoration: none; }
  .item__descr {
    font-weight: 300;
    font-size: 14px;
    color: #b6beca;
    line-height: 130%; }
  .item__title {
    font-weight: 800;
    font-size: 50px;
    color: #002394;
    line-height: 1.3;
    white-space: nowrap; }
    @media screen and (max-width: 375px) {
      .item__title {
        font-size: 34px; } }
  .item__title:hover {
    color: #55c5ff; }
  @media screen and (max-width: 769px) {
    .item-active .item__arrow {
      visibility: inherit; } }
  .item:last-of-type {
    margin-bottom: 0px; }

@media screen and (max-width: 420px) {
  .contact-hr {
    width: 100%; } }

.contact-hr-image {
  width: 120px;
  height: 120px;
  margin-bottom: 32px;
  border-radius: 50%; }
  @media screen and (max-width: 420px) {
    .contact-hr-image {
      display: block;
      margin-left: auto;
      margin-right: auto; } }

.contact-hr-username {
  margin-bottom: 8px;
  font-size: 16px;
  line-height: 130%;
  font-weight: 800; }

.contact-hr-position {
  margin-bottom: 24px;
  font-size: 14px;
  font-weight: 300;
  line-height: 100%; }

.contact-hr a {
  display: block;
  padding-top: 0px;
  font-size: 12px;
  margin-bottom: 8px;
  line-height: 100%; }

.contact-hr-phone a {
  padding-top: 0px; }

.contact-hr-email a {
  padding-top: 0px; }

.bluedot__wrapper {
  font-size: 80px;
  line-height: 120%; }
  @media screen and (max-width: 769px) {
    .bluedot__wrapper {
      font-size: 48px; } }
  @media screen and (max-width: 420px) {
    .bluedot__wrapper {
      font-size: 42px; } }
  @media screen and (max-width: 350px) {
    .bluedot__wrapper {
      font-size: 36px; } }

.bluedot-text {
  font-weight: 800;
  color: #002394;
  position: relative;
  z-index: 10; }

.bluedot {
  color: #55c5ff; }

.subitem {
  font-weight: 800;
  margin-bottom: 32px;
  font-size: 30px;
  line-height: 160%;
  color: #b6beca;
  display: block;
  cursor: pointer; }
  @media screen and (max-width: 1024px) {
    .subitem {
      font-size: 20px;
      margin-bottom: 48px; } }
  @media screen and (max-width: 769px) {
    .subitem {
      margin-bottom: 40px; } }
  @media screen and (max-width: 375px) {
    .subitem {
      font-size: 18px; } }
  .subitem:hover {
    color: #002394;
    text-decoration: none; }
    .subitem:hover span {
      color: #55c5ff; }
  .subitem:last-of-type {
    margin-bottom: 0px; }

.AlertTemplate {
  background-color: #ddf3ff;
  color: #000;
  padding: 10px 35px 10px 10px;
  border-radius: 10px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  box-shadow: 0 4px 9px 0 rgba(20, 141, 204, 0.12);
  font-family: "Montserrat";
  font-size: 16px;
  font-weight: 300;
  width: 340px;
  box-sizing: border-box; }
  .AlertTemplate_error {
    background-color: #fbeaea;
    box-shadow: 0 4px 9px 0 rgba(90, 30, 30, 0.12); }

.header {
  display: flex;
  justify-content: space-between;
  padding: 42px 50px;
  margin: 0 auto;
  width: 100%;
  z-index: 200; }
  .header_overflow {
    padding: 42px 68px 42px 50px; }
  @media screen and (max-width: 420px) {
    .header {
      padding: 32px 10px; } }
  .header__logo {
    z-index: 7;
    cursor: pointer; }
    .header__logo:hover {
      color: inherit;
      text-decoration: none; }
  .header__title {
    font-weight: 800;
    font-size: 29px;
    padding-left: 10px; }
  .header-menu {
    display: flex;
    align-items: center; }
    .header-menu p {
      margin-right: 50px;
      font-size: 16px;
      font-weight: 800;
      z-index: 7; }
      .header-menu p:first-letter {
        text-transform: uppercase; }

.color_black {
  color: #101010; }

.color_white {
  color: #fff; }

.color_none {
  display: none; }

.bg_black {
  background-color: #101010; }

.bg_white {
  background-color: #fff; }

@media screen and (max-width: 550px) {
  .rout-name {
    display: none; } }

.contact-us {
  margin: 0 auto;
  justify-content: center;
  padding-top: 80px; }
  @media screen and (max-width: 1024px) {
    .contact-us {
      padding-top: 50px; } }
  @media screen and (max-width: 1024px) {
    .contact-us {
      padding-top: 10px; } }
  @media screen and (max-width: 420px) {
    .contact-us {
      padding-left: 10px; } }
  .contact-us__wrapper {
    padding-top: 100px; }
    @media screen and (max-width: 420px) {
      .contact-us__wrapper {
        padding-top: 60px; } }
  .contact-us__title {
    padding-left: 20%;
    padding-bottom: 50px; }
    @media screen and (max-width: 769px) {
      .contact-us__title {
        padding-left: 50px; } }
    @media screen and (max-width: 420px) {
      .contact-us__title {
        padding-left: 5px; } }
  .contact-us__bottom-container {
    padding-left: 50px;
    display: flex;
    flex-direction: row; }
    @media screen and (max-width: 1500px) {
      .contact-us__bottom-container {
        padding-left: 30px; } }
    @media screen and (max-width: 769px) {
      .contact-us__bottom-container {
        /*
      flex-direction: column-reverse;
      */
        flex-direction: column;
        padding-left: unset; } }
    .contact-us__bottom-container-form {
      align-items: flex-end;
      flex-basis: 64%;
      display: flex;
      flex-direction: column;
      margin-top: 70px; }
      @media screen and (max-width: 1550px) {
        .contact-us__bottom-container-form {
          flex-basis: 75%; } }
      @media screen and (max-width: 769px) {
        .contact-us__bottom-container-form {
          flex-basis: unset;
          width: 100%;
          align-items: center; } }
      @media screen and (max-width: 420px) {
        .contact-us__bottom-container-form {
          margin-top: 10px; } }
  .contact-us-email {
    margin-left: 10%;
    flex-basis: calc(100% - 64% - 50px);
    display: flex;
    width: auto;
    flex-direction: column;
    font-size: 32px;
    line-height: 130%;
    font-weight: 800; }
    @media screen and (max-width: 1550px) {
      .contact-us-email {
        flex-basis: calc(100% - 75% - 50px); } }
    .contact-us-email p {
      max-width: 150px; }
    @media screen and (max-width: 1024px) {
      .contact-us-email {
        margin-left: 50px;
        flex-basis: calc(100% - 64% - 50);
        font-size: 22px; }
        .contact-us-email p {
          max-width: 120px; } }
    @media screen and (max-width: 769px) {
      .contact-us-email {
        /*
      padding-top: 60px;
      padding-right: 25px;
      */
        padding: 60px 16px;
        flex-flow: row wrap;
        align-self: flex-end;
        width: 100%;
        margin: 0; }
        .contact-us-email p {
          max-width: 100px; } }
    @media screen and (max-width: 420px) {
      .contact-us-email-hr {
        align-self: flex-start;
        margin-left: 20px; } }

.scroll-to-link {
  position: fixed;
  bottom: 62px;
  right: 40px;
  width: 80px;
  height: 80px;
  background: transparent; }
  .scroll-to-link svg path {
    fill: white; }
  .scroll-to-link:hover {
    cursor: pointer; }
  .scroll-to-link.hidden {
    visibility: hidden; }

@media screen and (max-width: 1023px) {
  .scroll-to-link {
    bottom: 16px;
    right: 16px;
    width: 48px;
    height: 48px; } }

.title-small {
  font-size: 14px;
  line-height: 150%; }

.nodot-big__wrapper {
  line-height: 110%; }
  @media screen and (max-width: 769px) {
    .nodot-big__wrapper {
      font-size: 48px !important; } }
  @media screen and (max-width: 420px) {
    .nodot-big__wrapper {
      font-size: 42px !important;
      line-height: 130%; } }
  @media screen and (max-width: 350px) {
    .nodot-big__wrapper {
      font-size: 36px !important; } }

.nodot-big-text {
  font-weight: 800;
  color: #002394; }

.no-dot__wrapper {
  font-size: 48px;
  line-height: 130%;
  max-width: 530px; }
  .no-dot__wrapper_text-right {
    text-align: right; }
  @media screen and (max-width: 769px) {
    .no-dot__wrapper {
      font-size: 35px; } }
  @media screen and (max-width: 420px) {
    .no-dot__wrapper {
      font-size: 36px;
      padding-left: 5px; } }

.no-dot-text {
  font-weight: 800;
  color: #002394; }

.footer {
  width: 100%;
  line-height: 150%;
  font-weight: 800;
  padding-top: 150px;
  padding-bottom: 20px; }
  @media screen and (max-width: 420px) {
    .footer {
      padding-top: 110px; } }
  .footer__wrapper {
    display: flex;
    justify-content: space-between;
    padding: 0 50px;
    margin: 0 auto; }
    @media screen and (max-width: 1024px) {
      .footer__wrapper {
        padding: 0 30px; } }
    @media screen and (max-width: 420px) {
      .footer__wrapper {
        padding: 0 10px;
        flex-direction: column-reverse;
        justify-content: center;
        align-items: center; } }
  .footer__adress-section {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    text-align: right;
    padding-left: 30px; }
    @media screen and (max-width: 420px) {
      .footer__adress-section {
        align-items: center;
        padding-bottom: 30px;
        text-align: center; } }
    .footer__adress-section a {
      padding-bottom: 12px; }

.footer__greetings-section {
  display: flex;
  justify-content: space-between;
  flex-direction: column; }
  .footer__greetings-section-sayhello {
    align-self: flex-start; }
    .footer__greetings-section-sayhello div {
      padding-bottom: 20px; }
    @media screen and (max-width: 420px) {
      .footer__greetings-section-sayhello {
        display: none; } }
  .footer__greetings-section-copyright {
    font-size: 12px;
    line-height: 134%;
    opacity: 0.4;
    font-weight: 300;
    font-family: sans-serif; }
    @media screen and (max-width: 420px) {
      .footer__greetings-section-copyright {
        text-align: end; } }

