@charset "UTF-8";
/*Обнуление*/
@import url("https://fonts.googleapis.com/css2?family=Open+Sans:wght@300;400;500;600;700&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Exo+2:wght@600;700&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Open+Sans:wght@300;400;500;600;700&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Exo+2:wght@600;700&display=swap");
* {
  padding: 0;
  margin: 0;
  border: 0; }

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

:focus, :active {
  outline: none; }

a:focus, a:active {
  outline: none; }

nav, footer, header, aside {
  display: block; }

html, body {
  height: 100%;
  width: 100%;
  font-size: 100%;
  line-height: 1;
  font-size: 14px;
  -ms-text-size-adjust: 100%;
  -moz-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%; }

input, button, textarea {
  font-family: inherit; }

input::-ms-clear {
  display: none; }

button {
  cursor: pointer; }

button::-moz-focus-inner {
  padding: 0;
  border: 0; }

a, a:visited {
  text-decoration: none; }

a:hover {
  text-decoration: none; }

ul li {
  list-style: none; }

img {
  vertical-align: top; }

h1, h2, h3, h4, h5, h6 {
  font-size: inherit;
  font-weight: inherit; }

/*--------------------*/
@font-face {
  font-family: 'Exo2';
  src: url("../fonts/Exo2-BoldExpanded.eot");
  src: local("☺"), url("../fonts/Exo2-BoldExpanded.woff") format("woff"), url("../fonts/Exo2-BoldExpanded.ttf") format("truetype"), url("../fonts/Exo2-BoldExpanded.svg") format("svg");
  font-weight: 700;
  font-style: normal; }

.footer {
  background: #1d2b36;
  padding: 10.7143rem 0 1.71429rem 0; }

.footer__container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column; }

.footer_menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  margin-bottom: 1.79rem; }
  @media (max-width: 1139.98px) {
    .footer_menu {
      display: -ms-grid;
      display: grid;
      -ms-grid-rows: 1fr 0.4fr;
      -ms-grid-columns: 50% 50%;
      grid-template: 1fr 0.4fr/ 50% 50%;
      margin: 0 9% 1.79rem 9%; } }
  @media (max-width: 1110.98px) {
    .footer_menu {
      margin: 0 7% 1.79rem 7%; } }
  @media (max-width: 1080.98px) {
    .footer_menu {
      margin: 0 5% 1.79rem 5%; } }
  @media (max-width: 1023.98px) {
    .footer_menu {
      margin: 0 3% 1.79rem 3%; } }
  @media (max-width: 820.98px) {
    .footer_menu {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -ms-flex-direction: column;
      flex-direction: column;
      margin: 0 8% 1.79rem 8%;
      width: 70%; } }
  @media (max-width: 540.98px) {
    .footer_menu {
      margin: 0 5% 1.79rem 5%;
      width: 100%; } }
  @media (max-width: 460.98px) {
    .footer_menu {
      margin: 0 0 1.79rem 0; } }

.menu_footer_logo {
  -webkit-box-flex: 0;
  -ms-flex: 0 1 14.57143rem;
  flex: 0 1 14.57143rem; }
  @media (max-width: 1139.98px) {
    .menu_footer_logo {
      -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
      order: 1;
      margin-bottom: 3.5rem;
      position: relative; } }
  @media (max-width: 1139.98px) and (max-width: 820.98px) {
    .menu_footer_logo {
      padding-top: 1.7857rem;
      margin-bottom: 2.5rem;
      -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
      order: 1; } }
  @media (max-width: 1139.98px) and (max-width: 370.98px) {
    .menu_footer_logo {
      width: 100%; } }
  @media (max-width: 1139.98px) {
      .menu_footer_logo::before {
        opacity: 0.2;
        content: "";
        position: absolute;
        top: 20%;
        left: 80%;
        width: 1px;
        height: 60%;
        background: #6e7780; } }
    @media (max-width: 1139.98px) and (max-width: 970.98px) {
      .menu_footer_logo::before {
        left: 84%; } }
    @media (max-width: 1139.98px) and (max-width: 925.98px) {
      .menu_footer_logo::before {
        left: 88%; } }
    @media (max-width: 1139.98px) and (max-width: 900.98px) {
      .menu_footer_logo::before {
        left: 90%; } }
    @media (max-width: 1139.98px) and (max-width: 820.98px) {
      .menu_footer_logo::before {
        opacity: 0.9;
        content: "";
        position: absolute;
        top: 0px;
        left: 0px;
        width: 100px;
        height: 1px;
        background: #aab9c6; } }
  .menu_footer_logo a svg {
    width: 100%; }
    @media (max-width: 1139.98px) {
      .menu_footer_logo a svg {
        width: 22.57143rem; } }
    @media (max-width: 370.98px) {
      .menu_footer_logo a svg {
        width: 97%; } }

.menu_footer__navigation {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  display: -ms-grid;
  display: grid;
  -ms-grid-rows: auto;
  -ms-grid-columns: 1fr;
  grid-template: auto / 1fr; }
  @media (max-width: 1139.98px) {
    .menu_footer__navigation {
      -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
      order: 2;
      -ms-grid-rows: auto;
      -ms-grid-columns: 100%;
      grid-template: auto / 100%;
      -webkit-box-pack: end;
      -ms-flex-pack: end;
      justify-content: flex-end; } }
  @media (max-width: 820.98px) {
    .menu_footer__navigation {
      -webkit-box-ordinal-group: 4;
      -ms-flex-order: 3;
      order: 3;
      padding-top: 1.2857rem;
      margin-bottom: 2.5rem;
      position: relative; }
      .menu_footer__navigation::before {
        opacity: 0.9;
        content: "";
        position: absolute;
        top: 0px;
        left: 0px;
        width: 100px;
        height: 1px;
        background: #aab9c6; } }

.navigation_footer__items {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  display: -ms-grid;
  display: grid;
  -ms-grid-rows: 1fr;
  -ms-grid-columns: auto auto;
  grid-template: 1fr / auto auto; }
  @media (max-width: 1139.98px) {
    .navigation_footer__items {
      -ms-grid-rows: 1fr;
      -ms-grid-columns: 60% 25%;
      grid-template: 1fr/ 60% 25%;
      justify-items: end; } }
  @media (max-width: 820.98px) {
    .navigation_footer__items {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -ms-flex-direction: column;
      flex-direction: column; } }

.navigation_footer_block_one {
  max-width: 220px;
  margin-right: 2rem; }
  @media (max-width: 1139.98px) {
    .navigation_footer_block_one {
      max-width: 100%;
      margin-right: 1rem; } }
  @media (max-width: 820.98px) {
    .navigation_footer_block_one {
      margin-bottom: 1rem;
      margin-right: 0rem; } }

.navigation_footer_block_two {
  max-width: 220px; }
  @media (max-width: 1139.98px) {
    .navigation_footer_block_two {
      max-width: 100%; } }
  .navigation_footer_block_two .languages {
    padding-top: 0; }

.navigation_footer__item {
  margin-bottom: 0.85rem; }
  .navigation_footer__item a {
    font-size: 14px;
    font-weight: 400;
    line-height: 1.25;
    color: #647585;
    position: relative;
    -webkit-transition: color 0.5s ease-out 0.1s;
    -o-transition: color 0.5s ease-out 0.1s;
    transition: color 0.5s ease-out 0.1s; }
    .navigation_footer__item a:hover {
      text-decoration: underline;
      color: #aab9c6;
      -webkit-transition: color 0.5s ease-out 0.1s;
      -o-transition: color 0.5s ease-out 0.1s;
      transition: color 0.5s ease-out 0.1s; }
    @media (max-width: 1139.98px) {
      .navigation_footer__item a {
        font-size: 15px;
        line-height: 1.5; } }
  @media (max-width: 1139.98px) {
    .navigation_footer__item {
      margin-bottom: 1.6rem; } }
  .navigation_footer__item:last-child {
    -webkit-column-gap: 0.6rem;
    column-gap: 0.6rem;
    margin-bottom: 0; }
    .navigation_footer__item:last-child .languages_border {
      position: relative; }
      .navigation_footer__item:last-child .languages_border::after {
        content: "";
        position: absolute;
        top: 1px;
        left: 120%;
        width: 0.0758rem;
        height: 20px;
        background: #54687c; }
  @media (max-width: 820.98px) {
    .navigation_footer__item {
      max-width: 300px;
      margin-bottom: 1.2rem;
      line-height: 1.2; }
      .navigation_footer__item:nth-child(4) br {
        display: none; } }

.menu_footer_social_networks {
  -webkit-box-flex: 0;
  -ms-flex: 0 1 18.2142rem;
  flex: 0 1 18.2142rem; }
  @media (max-width: 1279.98px) {
    .menu_footer_social_networks {
      -webkit-box-flex: 0;
      -ms-flex: 0 1 75px;
      flex: 0 1 75px; } }
  @media (max-width: 1139.98px) {
    .menu_footer_social_networks {
      -webkit-box-ordinal-group: 5;
      -ms-flex-order: 4;
      order: 4;
      height: 100%;
      width: 100%;
      position: relative;
      padding-bottom: 1.7857rem; }
      .menu_footer_social_networks::before {
        opacity: 0.2;
        content: "";
        position: absolute;
        top: 30%;
        left: 0%;
        width: 100%;
        height: 1px;
        background: #6e7780; } }
  @media (max-width: 820.98px) {
    .menu_footer_social_networks {
      padding-top: 1.7857rem;
      margin-bottom: 0rem;
      -webkit-box-ordinal-group: 5;
      -ms-flex-order: 4;
      order: 4;
      position: relative;
      max-width: 380px; }
      .menu_footer_social_networks::before {
        opacity: 0.9;
        content: "";
        position: absolute;
        top: 0px;
        left: 0px;
        width: 100px;
        height: 1px;
        background: #aab9c6; } }

.social_network__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center; }
  @media (max-width: 1279.98px) {
    .social_network__content {
      display: -ms-grid;
      display: grid;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      -webkit-box-pack: justify;
      -ms-flex-pack: justify;
      justify-content: space-between;
      grid-template-columns: repeat(auto-fit, minmax(26px, 30px)); } }
  @media (max-width: 1139.98px) {
    .social_network__content {
      display: -ms-grid;
      display: grid;
      -ms-grid-rows: 1fr;
      -ms-grid-columns: (32px)[6];
      grid-template: 1fr/repeat(6, 32px);
      height: 100%;
      -webkit-box-align: end;
      -ms-flex-align: end;
      align-items: end; } }
  @media (max-width: 370.98px) {
    .social_network__content {
      -ms-grid-rows: 1fr;
      -ms-grid-columns: (30px)[6];
      grid-template: 1fr/repeat(6, 30px); } }

.social_network__facebook {
  max-width: 1.857rem;
  max-height: 1.857rem;
  margin-right: 1.42857rem; }
  @media (max-width: 1279.98px) {
    .social_network__facebook {
      margin-right: 0rem;
      margin-bottom: 2rem; } }
  @media (max-width: 1139.98px) {
    .social_network__facebook {
      margin-bottom: 0;
      max-width: 2.2857rem;
      max-height: 2.2857rem; } }
  .social_network__facebook svg {
    width: 100%;
    height: 100%; }
    .social_network__facebook svg g {
      -webkit-transition: fill 0.3s ease-in-out;
      -o-transition: fill 0.3s ease-in-out;
      transition: fill 0.3s ease-in-out;
      fill: #aab9c6; }
    .social_network__facebook svg:hover g {
      -webkit-transition: fill 0.1s ease-in-out;
      -o-transition: fill 0.1s ease-in-out;
      transition: fill 0.1s ease-in-out;
      fill: #e59417; }

.social_network__instagram {
  max-width: 1.857rem;
  margin-right: 1.42857rem;
  max-height: 1.857rem; }
  @media (max-width: 1279.98px) {
    .social_network__instagram {
      margin-right: 0rem;
      margin-bottom: 2rem;
      -ms-grid-column-align: end;
      justify-self: end; } }
  @media (max-width: 1139.98px) {
    .social_network__instagram {
      margin: 0;
      max-width: 2.2857rem;
      max-height: 2.2857rem; } }
  .social_network__instagram svg {
    fill: #aab9c6;
    width: 100%;
    -webkit-transition: fill 0.3s ease-in-out;
    -o-transition: fill 0.3s ease-in-out;
    transition: fill 0.3s ease-in-out; }
    .social_network__instagram svg:hover g {
      -webkit-transition: fill 0.1s ease-in-out;
      -o-transition: fill 0.1s ease-in-out;
      transition: fill 0.1s ease-in-out;
      fill: #e59417; }

.social_network__viber {
  max-width: 1.857rem;
  margin-right: 1.42857rem;
  max-height: 1.857rem; }
  @media (max-width: 1279.98px) {
    .social_network__viber {
      margin-right: 0rem;
      margin-bottom: 2rem; } }
  @media (max-width: 1139.98px) {
    .social_network__viber {
      margin: 0;
      max-width: 2.2857rem;
      max-height: 2.2857rem; } }
  .social_network__viber svg {
    fill: #aab9c6;
    width: 100%;
    -webkit-transition: fill 0.3s ease-in-out;
    -o-transition: fill 0.3s ease-in-out;
    transition: fill 0.3s ease-in-out; }
    .social_network__viber svg:hover g {
      -webkit-transition: fill 0.1s ease-in-out;
      -o-transition: fill 0.1s ease-in-out;
      transition: fill 0.1s ease-in-out;
      fill: #e59417; }

.social_network__telegram {
  max-width: 1.857rem;
  margin-right: 1.42857rem;
  max-height: 1.857rem; }
  @media (max-width: 1279.98px) {
    .social_network__telegram {
      margin-right: 0rem;
      margin-bottom: 2em;
      -ms-grid-column-align: end;
      justify-self: end; } }
  @media (max-width: 1139.98px) {
    .social_network__telegram {
      margin: 0;
      max-width: 2.2857rem;
      max-height: 2.2857rem; } }
  .social_network__telegram svg {
    fill: #aab9c6;
    width: 100%;
    -webkit-transition: fill 0.2s ease-in-out;
    -o-transition: fill 0.2s ease-in-out;
    transition: fill 0.2s ease-in-out; }
    .social_network__telegram svg:hover g {
      -webkit-transition: fill 0.1s ease-in-out;
      -o-transition: fill 0.1s ease-in-out;
      transition: fill 0.1s ease-in-out;
      fill: #e59417; }

.social_network__whatsApp {
  max-width: 1.857rem;
  margin-right: 1.42857rem;
  max-height: 1.857rem; }
  @media (max-width: 1279.98px) {
    .social_network__whatsApp {
      margin-right: 0rem; } }
  @media (max-width: 1139.98px) {
    .social_network__whatsApp {
      margin: 0;
      max-width: 2.2857rem;
      max-height: 2.2857rem; } }
  .social_network__whatsApp svg {
    fill: #aab9c6;
    width: 100%;
    -webkit-transition: fill 0.2s ease-in-out;
    -o-transition: fill 0.2s ease-in-out;
    transition: fill 0.2s ease-in-out; }
    .social_network__whatsApp svg:hover g {
      -webkit-transition: fill 0.1s ease-in-out;
      -o-transition: fill 0.1s ease-in-out;
      transition: fill 0.1s ease-in-out;
      fill: #e59417; }

.social_network__youtube {
  max-width: 2.1429rem;
  max-height: 1.5rem; }
  @media (max-width: 1279.98px) {
    .social_network__youtube {
      margin-right: 0rem;
      -ms-grid-column-align: end;
      justify-self: end;
      -ms-flex-item-align: center;
      -ms-grid-row-align: center;
      align-self: center; } }
  @media (max-width: 1139.98px) {
    .social_network__youtube {
      margin: 0;
      max-width: 2.2857rem;
      max-height: 2.2857rem;
      -ms-flex-item-align: end;
      -ms-grid-row-align: end;
      align-self: end; } }
  @media (max-width: 820.98px) {
    .social_network__youtube {
      padding-bottom: 2px; } }
  .social_network__youtube svg {
    fill: #aab9c6;
    width: 100%;
    -webkit-transition: fill 0.2s ease-in-out;
    -o-transition: fill 0.2s ease-in-out;
    transition: fill 0.2s ease-in-out; }
    .social_network__youtube svg:hover g {
      -webkit-transition: fill 0.1s ease-in-out;
      -o-transition: fill 0.1s ease-in-out;
      transition: fill 0.1s ease-in-out;
      fill: #e59417; }

.menu_footer_contacts {
  -webkit-box-flex: 0;
  -ms-flex: 0 1 23.21429rem;
  flex: 0 1 23.21429rem; }
  @media (max-width: 1139.98px) {
    .menu_footer_contacts {
      -webkit-box-ordinal-group: 4;
      -ms-flex-order: 3;
      order: 3;
      width: 23.57143rem; } }
  @media (max-width: 820.98px) {
    .menu_footer_contacts {
      -webkit-box-flex: 0;
      -ms-flex: 0 1 auto;
      flex: 0 1 auto;
      padding-top: 25px;
      margin-bottom: 3rem;
      position: relative;
      max-width: 380px;
      -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
      order: 2; }
      .menu_footer_contacts::before {
        opacity: 0.9;
        content: "";
        position: absolute;
        top: 0px;
        left: 0px;
        width: 100px;
        height: 1px;
        background: #aab9c6; } }
  @media (max-width: 370.98px) {
    .menu_footer_contacts {
      width: 95%; } }
  @media (max-width: 340.98px) {
    .menu_footer_contacts {
      width: 100%; } }

.footer_contacts__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between; }

.contacts_content__items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column; }

.content_item__address {
  font-size: 16px;
  font-weight: 600;
  line-height: 1.3;
  color: #aab9c6;
  margin-bottom: 0.5571rem;
  position: relative;
  padding-left: 2.286rem; }
  .content_item__address::before {
    content: "";
    position: absolute;
    top: 2px;
    left: 2px;
    background: url("../img/footer/svg/address.svg") 0 0/100% 100% no-repeat;
    width: 12px;
    height: 18px; }
  @media (max-width: 370.98px) {
    .content_item__address {
      font-size: 14px;
      padding-left: 1.857rem; } }

.content_item__phones {
  -webkit-box-flex: 1;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  font-size: 16px;
  font-weight: 600;
  line-height: 1.3;
  color: #aab9c6;
  margin-bottom: 0.5571rem;
  position: relative;
  padding-left: 2.286rem; }
  .content_item__phones::before {
    content: "";
    position: absolute;
    top: 0;
    left: 2px;
    background: url("../img/footer/svg/contacts.svg") 0 0/100% 100% no-repeat;
    width: 12px;
    height: 21px; }
  @media (max-width: 370.98px) {
    .content_item__phones {
      font-size: 14px;
      padding-left: 1.857rem; } }

.content_item__mail {
  font-size: 16px;
  font-weight: 600;
  line-height: 1.3;
  color: #aab9c6;
  margin-bottom: 0.5571rem;
  position: relative;
  padding-left: 2.286rem; }
  .content_item__mail::before {
    content: "";
    position: absolute;
    top: 4px;
    left: 0;
    background: url("../img/footer/svg/mail.svg") 0 0/100% 100% no-repeat;
    width: 19px;
    height: 12px; }
  @media (max-width: 370.98px) {
    .content_item__mail {
      font-size: 14px;
      padding-left: 1.857rem; } }

.content_item__workingHours {
  font-size: 16px;
  font-weight: 600;
  line-height: 1.3;
  color: #aab9c6;
  position: relative;
  padding-left: 2.286rem; }
  .content_item__workingHours::before {
    content: "";
    position: absolute;
    top: 4px;
    left: 2px;
    background: url("../img/footer/svg/workingHours.svg") 0 0/100% 100% no-repeat;
    width: 14px;
    height: 14px; }
  @media (max-width: 370.98px) {
    .content_item__workingHours {
      font-size: 14px;
      padding-left: 1.857rem; } }

.contacts_content__values {
  text-align: center; }

.content__value__address {
  font-size: 16px;
  font-weight: 300;
  line-height: 1.3;
  color: #aab9c6;
  margin-bottom: 0.5571rem; }
  @media (max-width: 370.98px) {
    .content__value__address {
      font-size: 14px; } }

.content__value__phone a {
  font-size: 16px;
  font-weight: 300;
  line-height: 1.3;
  color: #aab9c6;
  margin-bottom: 0.5571rem; }
  @media (max-width: 370.98px) {
    .content__value__phone a {
      font-size: 14px; } }

.content__value__mail {
  margin-bottom: 0.5571rem; }
  .content__value__mail a {
    font-size: 16px;
    font-weight: 300;
    line-height: 1.3;
    color: #aab9c6;
    margin-bottom: 0.5571rem; }
    @media (max-width: 370.98px) {
      .content__value__mail a {
        font-size: 14px; } }

.content__value__workingHours {
  font-size: 16px;
  font-weight: 300;
  line-height: 1.3;
  color: #aab9c6; }
  @media (max-width: 370.98px) {
    .content__value__workingHours {
      font-size: 14px; } }

.menu_footer__rights {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  position: relative;
  padding-top: 1.5rem; }
  .menu_footer__rights::before {
    opacity: 0.2;
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 1px;
    background: #6e7780; }
    @media (max-width: 1139.98px) {
      .menu_footer__rights::before {
        width: 82%;
        left: 9%; } }
    @media (max-width: 1110.98px) {
      .menu_footer__rights::before {
        width: 86%;
        left: 7%; } }
    @media (max-width: 1080.98px) {
      .menu_footer__rights::before {
        width: 90%;
        left: 5%; } }
    @media (max-width: 1023.98px) {
      .menu_footer__rights::before {
        width: 94%;
        left: 3%; } }
    @media (max-width: 820.98px) {
      .menu_footer__rights::before {
        width: 84%;
        left: 8%; } }
    @media (max-width: 540.98px) {
      .menu_footer__rights::before {
        width: 90%;
        left: 5%; } }
    @media (max-width: 460.98px) {
      .menu_footer__rights::before {
        width: 100%;
        left: 0%; } }
  .menu_footer__rights p {
    font-size: 0.875em;
    color: #aab9c6;
    letter-spacing: 0.02rem;
    text-align: center;
    line-height: 1.4; }

@font-face {
  font-family: 'Exo2';
  src: url("../fonts/Exo2-BoldExpanded.eot");
  src: local("☺"), url("../fonts/Exo2-BoldExpanded.woff") format("woff"), url("../fonts/Exo2-BoldExpanded.ttf") format("truetype"), url("../fonts/Exo2-BoldExpanded.svg") format("svg");
  font-weight: 700;
  font-style: normal; }

.header {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 100;
  width: 100%;
  background-color: rgba(255, 255, 255, 0.68);
  padding: 1.857rem 0rem;
  -webkit-box-shadow: 0px 12px 10px 0px rgba(255, 255, 255, 0.68);
  -moz-box-shadow: 0px 12px 10px 0px rgba(255, 255, 255, 0.68);
  box-shadow: 0px 12px 10px 0px rgba(255, 255, 255, 0.68); }

.header__menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  max-height: 4.2857rem;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center; }
  .header__menu.menu-padding {
    padding-right: 7px; }

.menu__logo {
  -webkit-box-flex: 0;
  -ms-flex: 0 1 8.5714rem;
  flex: 0 1 8.5714rem;
  height: 100%; }
  .menu__logo a svg {
    width: 100%;
    height: 100%;
    fill: #414e5b; }
    .menu__logo a svg:hover {
      -webkit-transform: scale(1.008);
      -ms-transform: scale(1.008);
      transform: scale(1.008);
      -webkit-transition: all 0s ease 0s;
      -o-transition: all 0s ease 0s;
      transition: all 0s ease 0s;
      fill: #353e47; }
  @media (max-width: 1050.98px) {
    .menu__logo {
      -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
      order: 1; } }
  @media (max-width: 389.98px) {
    .menu__logo {
      -webkit-box-flex: 0;
      -ms-flex: 0 1 4.2857rem;
      flex: 0 1 4.2857rem;
      overflow: hidden; }
      .menu__logo a svg {
        width: 8.5714rem;
        height: 100%; } }

.menu__navigation {
  -webkit-box-flex: 0;
  -ms-flex: 0 1 58%;
  flex: 0 1 58%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  overflow: hidden; }
  @media (max-width: 1150.98px) {
    .menu__navigation {
      -webkit-box-flex: 0;
      -ms-flex: 0 1 62%;
      flex: 0 1 62%; } }
  @media (max-width: 1050.98px) {
    .menu__navigation {
      position: absolute;
      top: 0;
      left: 0;
      -webkit-transition: all 0.2s ease 0s;
      -o-transition: all 0.2s ease 0s;
      transition: all 0.2s ease 0s; }
      .menu__navigation.active {
        position: fixed;
        background-color: #1d2b36;
        width: 100%;
        height: 100%;
        z-index: 4;
        overflow-y: auto;
        overflow-x: hidden; } }

.navigation__list {
  width: 100%; }
  @media (max-width: 1050.98px) {
    .navigation__list {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      position: absolute;
      top: 0;
      left: -100%;
      background-color: #1d2b36;
      z-index: 2;
      -webkit-transition: all 0.4s ease 0s;
      -o-transition: all 0.4s ease 0s;
      transition: all 0.4s ease 0s;
      overflow: hidden; }
      .navigation__list.active {
        left: 0;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-flex: 1;
        -ms-flex: 1 1 auto;
        flex: 1 1 auto;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        padding: 7% 4.2rem 3.5% 7%;
        overflow: hidden;
        width: 100%; } }
    @media (max-width: 1050.98px) and (max-width: 375.98px) {
      .navigation__list.active {
        padding: 5% 3rem 0% 2.5%; } }
  @media (max-width: 1050.98px) {
        .navigation__list.active .navigation__items {
          display: -webkit-box;
          display: -ms-flexbox;
          display: flex;
          -webkit-box-orient: vertical;
          -webkit-box-direction: normal;
          -ms-flex-direction: column;
          flex-direction: column;
          -webkit-box-ordinal-group: 2;
          -ms-flex-order: 1;
          order: 1;
          width: 100%;
          position: relative;
          padding-bottom: 2rem; }
          .navigation__list.active .navigation__items::after {
            opacity: 0.9;
            content: "";
            position: absolute;
            bottom: 0px;
            left: 0px;
            width: 90px;
            height: 1px;
            background: #aab9c6;
            -webkit-transform: scaleY(0.9);
            -ms-transform: scaleY(0.9);
            transform: scaleY(0.9); }
          .navigation__list.active .navigation__items .navigation__item {
            position: relative;
            width: 90%;
            margin-bottom: 0.5rem;
            text-align: left; }
            .navigation__list.active .navigation__items .navigation__item a {
              padding: 1rem 0rem 1rem 3.8rem;
              display: -webkit-box;
              display: -ms-flexbox;
              display: flex;
              -webkit-box-align: center;
              -ms-flex-align: center;
              align-items: center;
              -webkit-box-pack: start;
              -ms-flex-pack: start;
              justify-content: flex-start;
              position: relative;
              top: 0;
              left: 0;
              right: 0;
              bottom: 0;
              width: 100%;
              height: 100%;
              font-family: "Open Sans", "sans-serif";
              font-size: calc(14px + 6 * ((100vw - 320px) / 1040));
              font-weight: 400;
              color: #ffffff;
              line-height: 1.5;
              letter-spacing: 0.05rem;
              -webkit-transition: color 0s ease 0s;
              -o-transition: color 0s ease 0s;
              transition: color 0s ease 0s; } }
          @media (max-width: 1050.98px) and (max-width: 425.98px) {
            .navigation__list.active .navigation__items .navigation__item a {
              padding: 0.8rem 0rem 0.8rem 3.5rem; } }
  @media (max-width: 1050.98px) {
              .navigation__list.active .navigation__items .navigation__item a:hover {
                -webkit-transition: background-color 0.3s ease 0s;
                -o-transition: background-color 0.3s ease 0s;
                transition: background-color 0.3s ease 0s;
                background-color: #ffffff;
                color: #000000; }
              .navigation__list.active .navigation__items .navigation__item a br {
                display: none; }
            .navigation__list.active .navigation__items .navigation__item:hover {
              -webkit-transform: scale(1);
              -ms-transform: scale(1);
              transform: scale(1); }
              .navigation__list.active .navigation__items .navigation__item:hover:last-child {
                -webkit-transform: scale(1);
                -ms-transform: scale(1);
                transform: scale(1); }
          .navigation__list.active .navigation__items #main {
            position: relative; }
            .navigation__list.active .navigation__items #main::before {
              position: absolute;
              top: 1.15rem;
              left: 1rem;
              z-index: 2;
              content: "";
              width: 1.5rem;
              height: 1.5rem;
              background: url("../../img/header/svg/main.svg") 0 0/100% 100% no-repeat; } }
          @media (max-width: 1050.98px) and (max-width: 425.98px) {
            .navigation__list.active .navigation__items #main::before {
              top: 0.85rem; } }
  @media (max-width: 1050.98px) {
          .navigation__list.active .navigation__items #about_company {
            position: relative; }
            .navigation__list.active .navigation__items #about_company::before {
              position: absolute;
              top: 1.15rem;
              left: 1rem;
              z-index: 2;
              content: "";
              width: 1.5rem;
              height: 1.5rem;
              background: url("../../img/header/svg/about_company.svg") 0 0/100% 100% no-repeat; } }
          @media (max-width: 1050.98px) and (max-width: 425.98px) {
            .navigation__list.active .navigation__items #about_company::before {
              top: 0.85rem; } }
  @media (max-width: 1050.98px) {
          .navigation__list.active .navigation__items #about_system {
            position: relative; }
            .navigation__list.active .navigation__items #about_system::before {
              position: absolute;
              top: 1.15rem;
              left: 1rem;
              z-index: 2;
              content: "";
              width: 1.5rem;
              height: 1.5rem;
              background: url("../../img/header/svg/about_system.svg") 0 0/100% 100% no-repeat; } }
          @media (max-width: 1050.98px) and (max-width: 425.98px) {
            .navigation__list.active .navigation__items #about_system::before {
              top: 0.85rem; } }
  @media (max-width: 1050.98px) {
          .navigation__list.active .navigation__items #principle_of_operation {
            position: relative; }
            .navigation__list.active .navigation__items #principle_of_operation::before {
              position: absolute;
              top: 1.15rem;
              left: 1rem;
              z-index: 2;
              content: "";
              width: 1.5rem;
              height: 1.5rem;
              background: url("../../img/header/svg/principle_of_operation.svg") 0 0/100% 100% no-repeat; } }
          @media (max-width: 1050.98px) and (max-width: 425.98px) {
            .navigation__list.active .navigation__items #principle_of_operation::before {
              top: 0.85rem; } }
  @media (max-width: 1050.98px) {
          .navigation__list.active .navigation__items #calculation {
            position: relative; }
            .navigation__list.active .navigation__items #calculation::before {
              position: absolute;
              top: 1.15rem;
              left: 1rem;
              z-index: 2;
              content: "";
              width: 1.5rem;
              height: 1.5rem;
              background: url("../../img/header/svg/calculation.svg") 0 0/100% 100% no-repeat; } }
          @media (max-width: 1050.98px) and (max-width: 425.98px) {
            .navigation__list.active .navigation__items #calculation::before {
              top: 0.85rem; } }
  @media (max-width: 1050.98px) {
          .navigation__list.active .navigation__items #products {
            position: relative; }
            .navigation__list.active .navigation__items #products::before {
              position: absolute;
              top: 0.75rem;
              left: 1rem;
              z-index: 2;
              content: "";
              width: 1.5rem;
              height: 2.2rem;
              background: url("../../img/header/svg/products.svg") 0 0/100% 100% no-repeat; } }
          @media (max-width: 1050.98px) and (max-width: 425.98px) {
            .navigation__list.active .navigation__items #products::before {
              top: 0.55rem; } }
  @media (max-width: 1050.98px) {
          .navigation__list.active .navigation__items #articles {
            position: relative; }
            .navigation__list.active .navigation__items #articles::before {
              z-index: 2;
              position: absolute;
              top: 1.15rem;
              left: 1rem;
              content: "";
              width: 1.5rem;
              height: 1.5rem;
              background: url("../../img/header/svg/articles.svg") 0 0/100% 100% no-repeat; } }
          @media (max-width: 1050.98px) and (max-width: 425.98px) {
            .navigation__list.active .navigation__items #articles::before {
              top: 0.85rem; } }
  @media (max-width: 1050.98px) {
          .navigation__list.active .navigation__items #contats {
            position: relative; }
            .navigation__list.active .navigation__items #contats::before {
              z-index: 2;
              position: absolute;
              top: 1.15rem;
              left: 1rem;
              content: "";
              width: 1.5rem;
              height: 1.5rem;
              background: url("../../img/header/svg/contats.svg") 0 0/100% 100% no-repeat; } }
          @media (max-width: 1050.98px) and (max-width: 425.98px) {
            .navigation__list.active .navigation__items #contats::before {
              top: 0.85rem; } }
  @media (max-width: 1050.98px) {
          .navigation__list.active .navigation__items .languages {
            position: relative;
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            margin-bottom: 0rem;
            width: 140px;
            -webkit-box-pack: justify;
            -ms-flex-pack: justify;
            justify-content: space-between;
            -webkit-box-align: center;
            -ms-flex-align: center;
            align-items: center;
            padding-left: 3.3rem; } }
        @media (max-width: 1050.98px) and (max-width: 425.98px) {
          .navigation__list.active .navigation__items .languages {
            padding-left: 3rem; } }
  @media (max-width: 1050.98px) {
            .navigation__list.active .navigation__items .languages::before {
              position: absolute;
              top: 1.15rem;
              left: 1rem;
              content: "";
              width: 1.5rem;
              height: 1.5rem;
              background: url("../../img/header/svg/language.svg") 0 0/100% 100% no-repeat; }
            .navigation__list.active .navigation__items .languages a {
              display: -webkit-box;
              display: -ms-flexbox;
              display: flex;
              -webkit-box-align: center;
              -ms-flex-align: center;
              align-items: center;
              -webkit-box-pack: center;
              -ms-flex-pack: center;
              justify-content: center;
              padding: 1rem 0rem;
              width: 2.5rem;
              line-height: 1.5; }
            .navigation__list.active .navigation__items .languages .languages__border {
              display: block;
              width: 1px;
              height: 20px;
              -webkit-transform: scaleX(1.5);
              -ms-transform: scaleX(1.5);
              transform: scaleX(1.5);
              background-color: #ffffff;
              position: absolute;
              -webkit-transform: translateY(0.1);
              -ms-transform: translateY(0.1);
              transform: translateY(0.1);
              top: calc(50% - 10px);
              left: 6.7rem;
              margin: 0 0; } }
          @media (max-width: 1050.98px) and (max-width: 425.98px) {
            .navigation__list.active .navigation__items .languages .languages__border {
              left: 6.45rem; } }
  @media (max-width: 1050.98px) {
        .navigation__list.active .social-burger {
          -webkit-box-ordinal-group: 4;
          -ms-flex-order: 3;
          order: 3;
          margin-top: 1.4rem;
          display: -webkit-box;
          display: -ms-flexbox;
          display: flex;
          max-width: 26rem;
          -webkit-box-pack: justify;
          -ms-flex-pack: justify;
          justify-content: space-between;
          -webkit-box-align: center;
          -ms-flex-align: center;
          align-items: center;
          margin-bottom: 2rem; }
          .navigation__list.active .social-burger .social_network__facebook {
            position: relative;
            width: 2rem;
            height: 2rem; }
            .navigation__list.active .social-burger .social_network__facebook a {
              position: absolute;
              top: 0;
              left: 0;
              bottom: 0;
              right: 0;
              width: 100%;
              height: 100%; }
          .navigation__list.active .social-burger .social_network__instagram {
            position: relative;
            width: 2rem;
            height: 2rem; }
            .navigation__list.active .social-burger .social_network__instagram a {
              position: absolute;
              top: 0;
              left: 0;
              bottom: 0;
              right: 0;
              width: 100%;
              height: 100%; }
          .navigation__list.active .social-burger .social_network__viber {
            position: relative;
            width: 2rem;
            height: 2rem; }
            .navigation__list.active .social-burger .social_network__viber a {
              position: absolute;
              top: 0;
              left: 0;
              bottom: 0;
              right: 0;
              width: 100%;
              height: 100%; }
          .navigation__list.active .social-burger .social_network__telegram {
            position: relative;
            width: 2rem;
            height: 2rem; }
            .navigation__list.active .social-burger .social_network__telegram a {
              position: absolute;
              top: 0;
              left: 0;
              bottom: 0;
              right: 0;
              width: 100%;
              height: 100%; }
          .navigation__list.active .social-burger .social_network__whatsApp {
            position: relative;
            width: 2rem;
            height: 2rem; }
            .navigation__list.active .social-burger .social_network__whatsApp a {
              position: absolute;
              top: 0;
              left: 0;
              bottom: 0;
              right: 0;
              width: 100%;
              height: 100%; }
          .navigation__list.active .social-burger .social_network__youtube {
            position: relative;
            width: 2rem;
            height: 2rem;
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            -webkit-box-pack: center;
            -ms-flex-pack: center;
            justify-content: center;
            -webkit-box-align: center;
            -ms-flex-align: center;
            align-items: center; }
            .navigation__list.active .social-burger .social_network__youtube a {
              position: relative;
              top: 0;
              left: 0;
              bottom: 0;
              right: 0;
              width: 2rem;
              height: 1.5rem; } }
      @media (max-width: 1050.98px) and (max-width: 768.98px) {
        .navigation__list.active .social-burger {
          max-width: 20rem; } }
  @media (max-width: 1050.98px) {
        .navigation__list.active .burger__number {
          -webkit-box-ordinal-group: 3;
          -ms-flex-order: 2;
          order: 2;
          margin-top: 1.4rem;
          position: relative;
          padding-left: 2.8rem;
          padding-bottom: 2rem; }
          .navigation__list.active .burger__number::before {
            content: "";
            position: absolute;
            top: 1.2rem;
            left: 0;
            background: url("../../img/header/svg/phone_burger.svg") 0 0/100% 100% no-repeat;
            width: 1.7rem;
            height: 1.7rem;
            -webkit-transform: rotate(25deg);
            -ms-transform: rotate(25deg);
            transform: rotate(25deg); }
          .navigation__list.active .burger__number::after {
            opacity: 0.9;
            content: "";
            position: absolute;
            bottom: 0px;
            left: 0px;
            width: 90px;
            height: 1px;
            background: #aab9c6;
            -webkit-transform: scaleY(0.9);
            -ms-transform: scaleY(0.9);
            transform: scaleY(0.9); }
          .navigation__list.active .burger__number .burger__phone a {
            font-family: "Open Sans", "sans-serif";
            font-size: calc(18px + 2 * ((100vw - 320px) / 1040));
            text-transform: uppercase;
            font-weight: 700;
            color: #ffffff;
            line-height: 1.5;
            letter-spacing: 0.07rem; } }
        @media (max-width: 1050.98px) and (max-width: 319.98px) {
          .navigation__list.active .burger__number .burger__phone a {
            font-size: 1.05em; } }
  @media (max-width: 1050.98px) {
        .navigation__list.active .burger-rights {
          -webkit-box-ordinal-group: 5;
          -ms-flex-order: 4;
          order: 4;
          text-align: center;
          position: relative;
          padding-top: 1.4rem; } }
      @media (max-width: 1050.98px) and (max-width: 620.98px) {
        .navigation__list.active .burger-rights {
          margin: 0 -1.5rem 0 0; } }
      @media (max-width: 1050.98px) and (max-width: 425.98px) {
        .navigation__list.active .burger-rights {
          padding-top: 0.8rem;
          margin: 0 -2rem 0 0; } }
      @media (max-width: 1050.98px) and (max-width: 375.98px) {
        .navigation__list.active .burger-rights {
          padding-top: 0.8rem;
          margin: 0 -2.5rem 0 0; } }
  @media (max-width: 1050.98px) {
          .navigation__list.active .burger-rights p {
            font-size: calc(11px + 5 * ((100vw - 320px) / 1040));
            color: #aab9c6;
            letter-spacing: 0.02rem;
            text-align: center;
            line-height: 1.4; } }
        @media (max-width: 1050.98px) and (max-width: 425.98px) {
          .navigation__list.active .burger-rights p {
            letter-spacing: 0.01rem; } }
        @media (max-width: 1050.98px) and (max-width: 375.98px) {
          .navigation__list.active .burger-rights p {
            margin-bottom: 4%; } }
  @media (max-width: 1050.98px) {
          .navigation__list.active .burger-rights::after {
            opacity: 0.9;
            content: "";
            position: absolute;
            top: 0;
            left: 0;
            right: 0;
            margin: 0 auto;
            width: 100%;
            height: 1px;
            background: #aab9c6;
            -webkit-transform: scaleY(0.55);
            -ms-transform: scaleY(0.55);
            transform: scaleY(0.55); } }

.navigation__items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start; }

.navigation__item {
  text-align: center; }
  .navigation__item a {
    font-family: "Open Sans", "sans-serif";
    font-size: 0.82em;
    font-weight: 600;
    color: #252d34; }
  .navigation__item:hover {
    -webkit-transform: scale(1.017);
    -ms-transform: scale(1.017);
    transform: scale(1.017);
    -webkit-transition: all 0s ease 0s;
    -o-transition: all 0s ease 0s;
    transition: all 0s ease 0s; }
    .navigation__item:hover:last-child {
      -webkit-transform: scale(1);
      -ms-transform: scale(1);
      transform: scale(1); }

@media (min-width: 1050.98px) {
  .navigation-main,
  .burger__number,
  .social-burger,
  .burger-rights {
    display: none; } }

.languages {
  position: relative; }
  .languages a:first-child {
    padding-right: 4px;
    display: inline-block; }
    .languages a:first-child:hover {
      -webkit-transform: scale(1.034);
      -ms-transform: scale(1.034);
      transform: scale(1.034);
      -webkit-transition: all 0s ease 0s;
      -o-transition: all 0s ease 0s;
      transition: all 0s ease 0s; }
  .languages a:last-child {
    padding-left: 4px;
    display: inline-block; }
    .languages a:last-child:hover {
      -webkit-transform: scale(1.034);
      -ms-transform: scale(1.034);
      transform: scale(1.034);
      -webkit-transition: all 0s ease 0s;
      -o-transition: all 0s ease 0s;
      transition: all 0s ease 0s; }

.languages__border {
  display: block;
  width: 1px;
  height: 15px;
  -webkit-transform: scaleX(1.5);
  -ms-transform: scaleX(1.5);
  transform: scaleX(1.5);
  background-color: #000000;
  position: absolute;
  -webkit-transform: translateY(0.1);
  -ms-transform: translateY(0.1);
  transform: translateY(0.1);
  top: 2px;
  left: 0;
  right: 0;
  margin: 0 auto; }

.menu__phone {
  -webkit-box-flex: 0;
  -ms-flex: 0 1 auto;
  flex: 0 1 auto; }
  @media (max-width: 1050.98px) {
    .menu__phone {
      -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
      order: 2; } }

.phone__number {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  position: relative;
  padding-left: 23px; }
  .phone__number::before {
    content: "";
    position: absolute;
    top: 12px;
    left: 0;
    background: url("../../img/header/svg/phone.svg") 0 0/100% 100% no-repeat;
    width: 20px;
    height: 20px;
    -webkit-transform: rotate(25deg);
    -ms-transform: rotate(25deg);
    transform: rotate(25deg); }
  @media (max-width: 425.98px) {
    .phone__number {
      padding-left: 0; }
      .phone__number::before {
        display: none; } }

.number__phone:first-child {
  margin-bottom: 0.42rem; }

.number__phone a {
  font-family: "Open Sans", "sans-serif";
  font-size: 1.0625em;
  text-transform: uppercase;
  font-weight: 700;
  color: #414e5b; }

.number__phone:hover {
  -webkit-transform: scale(1.01);
  -ms-transform: scale(1.01);
  transform: scale(1.01);
  -webkit-transition: all 0s ease 0s;
  -o-transition: all 0s ease 0s;
  transition: all 0s ease 0s; }
  .number__phone:hover a {
    color: #353e47; }

@media (max-width: 450.98px) {
  .number__phone a {
    font-size: 1.0125em; } }

@media (max-width: 319.98px) {
  .number__phone a {
    font-size: 0.9em; } }

.number__text a {
  font-family: "Open Sans", "sans-serif";
  font-weight: 600;
  font-size: 0.65em;
  color: #353e47;
  text-decoration: underline;
  line-height: 1; }

.number__text:hover {
  -webkit-transform: scale(1.017);
  -ms-transform: scale(1.017);
  transform: scale(1.017);
  -webkit-transition: all 0s ease 0s;
  -o-transition: all 0s ease 0s;
  transition: all 0s ease 0s; }
  .number__text:hover a {
    color: #414e5b; }

@media (max-width: 450.98px) {
  .number__text a {
    font-size: 0.64em; } }

@media (max-width: 319.98px) {
  .number__text a {
    font-size: 0.55em; } }

.menu__icon {
  display: none;
  position: relative;
  z-index: 5;
  cursor: pointer;
  width: 2.5rem;
  height: 2.5rem;
  border-radius: 15%;
  background-color: #414e5b; }
  .menu__icon span {
    position: absolute;
    top: calc(50% - 1.5px);
    left: 0;
    right: 0;
    width: 1.7rem;
    height: 2px;
    background-color: #ffffff;
    margin: 0 auto;
    border-radius: 15%; }
    .menu__icon span:first-child {
      top: calc(20% + 1px); }
    .menu__icon span:last-child {
      top: auto;
      bottom: calc(20% + 2px); }
  .menu__icon:active {
    -webkit-transition: -webkit-transform 0.1s ease;
    transition: -webkit-transform 0.1s ease;
    -o-transition: transform 0.1s ease;
    transition: transform 0.1s ease;
    transition: transform 0.1s ease, -webkit-transform 0.1s ease;
    -webkit-transform: scale(1.04);
    -ms-transform: scale(1.04);
    transform: scale(1.04); }
  @media (max-width: 1050.98px) {
    .menu__icon {
      display: block;
      -webkit-box-ordinal-group: 4;
      -ms-flex-order: 3;
      order: 3; }
      .menu__icon.active {
        position: absolute;
        top: 2.07rem;
        right: 2.07rem;
        width: 1.857rem;
        height: 1.857rem;
        border-radius: 0;
        overflow: hidden;
        background-color: transparent; }
        .menu__icon.active:hover span {
          -webkit-transition: all 0.2s ease 0s;
          -o-transition: all 0.2s ease 0s;
          transition: all 0.2s ease 0s;
          background-color: #ffffff; }
        .menu__icon.active:active {
          -webkit-transition: -webkit-transform 0.1s ease;
          transition: -webkit-transform 0.1s ease;
          -o-transition: transform 0.1s ease;
          transition: transform 0.1s ease;
          transition: transform 0.1s ease, -webkit-transform 0.1s ease;
          -webkit-transform: scale(1.04);
          -ms-transform: scale(1.04);
          transform: scale(1.04); }
        .menu__icon.active span {
          -webkit-transition: background-color 0.3s ease 0s;
          -o-transition: background-color 0.3s ease 0s;
          transition: background-color 0.3s ease 0s;
          position: absolute;
          top: 50%;
          left: 0;
          width: 100%;
          height: 2px;
          background-color: #d3d8dc;
          border-radius: 0;
          -webkit-transform: rotate(45deg);
          -ms-transform: rotate(45deg);
          transform: rotate(45deg);
          margin: 0; }
          .menu__icon.active span:first-child {
            top: 50%;
            -webkit-transform: rotate(-45deg);
            -ms-transform: rotate(-45deg);
            transform: rotate(-45deg); }
          .menu__icon.active span:last-child {
            display: none; } }
    @media (max-width: 1050.98px) and (max-width: 375.98px) {
      .menu__icon.active {
        width: 1.757rem;
        height: 1.757rem;
        top: 1.3rem;
        right: 1.3rem; } }
  @media (max-width: 425.98px) {
    .menu__icon {
      width: 2.3rem;
      height: 2.3rem; }
      .menu__icon span {
        width: 1.5rem; }
        .menu__icon span:last-child {
          top: auto;
          bottom: calc(20% + 1px); } }
  @media (max-width: 319.98px) {
    .menu__icon {
      width: 2rem;
      height: 2rem; }
      .menu__icon span {
        width: 1.3rem; }
        .menu__icon span:last-child {
          top: auto;
          bottom: calc(20% + 1px); } }

.application__bg {
  padding: 0% 10%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 100;
  background: rgba(255, 255, 255, 0.55);
  opacity: 0;
  -webkit-transition: all 0.7s ease 0s;
  -o-transition: all 0.7s ease 0s;
  transition: all 0.7s ease 0s;
  width: 100%;
  height: 100%;
  overflow-y: scroll;
  overflow-x: hidden;
  opacity: 0;
  visibility: hidden; }

.application_active {
  opacity: 1;
  visibility: visible; }
  @media (max-width: 1023.98px) {
    .application_active {
      padding: 0 7%; } }
  @media (max-width: 485.98px) {
    .application_active {
      padding: 0 0; } }

.application_active .application__form {
  opacity: 1;
  -webkit-transform: perspective(600px) translate(0px, 0%) rotateX(0deg);
  transform: perspective(600px) translate(0px, 0%) rotateX(0deg); }

.application__body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  min-height: 100%; }

.application__form {
  padding: 3.2143rem 7.5rem;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  background: #353e47;
  -webkit-box-flex: 0;
  -ms-flex: 0 1 71.42857rem;
  flex: 0 1 71.42857rem;
  opacity: 0;
  -webkit-transition: all 0.7s ease 0s;
  -o-transition: all 0.7s ease 0s;
  transition: all 0.7s ease 0s;
  -webkit-transform: perspective(600px) translate(0px, 100%) rotateX(45deg);
  transform: perspective(600px) translate(0px, 100%) rotateX(45deg); }
  @media (max-width: 1023.98px) {
    .application__form {
      padding: 3.2143rem 10%; } }
  @media (max-width: 768.98px) {
    .application__form {
      padding: 3.2143rem 18%; } }
  @media (max-width: 560.98px) {
    .application__form {
      padding: 3.2143rem 15%; } }

.application__form._sending::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(255, 255, 255, 0.5) url("../img/application/loading.gif") center/60px no-repeat;
  opacity: 1;
  -webkit-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease; }

.application_button__close,
.application__close {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: absolute;
  top: 10%;
  right: 5%;
  width: 2.09143rem;
  height: 2.09143rem;
  background-color: #353e47;
  border-radius: 50%;
  background-color: background-color 0.4s ease-out 0s; }
  .application_button__close:hover,
  .application__close:hover {
    border-radius: 50%;
    background-color: #d3d8dc;
    -webkit-transition: background-color 0.6s ease-out 0s;
    -o-transition: background-color 0.6s ease-out 0s;
    transition: background-color 0.6s ease-out 0s; }
    .application_button__close:hover .application-close,
    .application__close:hover .application-close {
      fill: #4a4a4a;
      -webkit-transition: fill 0.4s ease-out 0s;
      -o-transition: fill 0.4s ease-out 0s;
      transition: fill 0.4s ease-out 0s; }
  .application_button__close .application-close,
  .application__close .application-close {
    width: 55%;
    height: 55%;
    fill: #d3d8dc;
    -webkit-transition: fill 0.4s ease-out 0s;
    -o-transition: fill 0.4s ease-out 0s;
    transition: fill 0.4s ease-out 0s; }
  @media (max-width: 768.98px) {
    .application_button__close,
    .application__close {
      top: 6.3%; } }

.application__title {
  font-size: calc(13px + 1 * ((100vw - 320px) / 1040));
  font-weight: 400;
  line-height: 1.2;
  color: #aab9c6;
  text-align: center;
  margin-bottom: 3.57143rem; }
  @media (max-width: 600.98px) {
    .application__title {
      max-width: 93%;
      margin: 0 auto;
      margin-bottom: 3.57143rem; }
      .application__title br {
        display: none; } }

.application__input {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column; }
  @media (min-width: 768.98px) {
    .application__input {
      display: -ms-grid;
      display: grid;
      -webkit-box-pack: justify;
      -ms-flex-pack: justify;
      justify-content: space-between;
      -ms-grid-rows: auto auto;
      -ms-grid-columns: 44.4% 44.4%;
      grid-template: auto auto / 44.4% 44.4%;
      margin-bottom: 3.57143rem; } }

@media (max-width: 768.98px) {
  .name_application {
    margin-bottom: 2.1428rem; }
    .name_application:last-child {
      margin-bottom: 4.1428rem; } }

.name_application:first-child {
  margin-bottom: 2.1428rem; }

.application__name,
.application__number,
.application__square,
.application__place {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: calc(13px + 0 * ((100vw - 320px) / 1040));
  font-weight: 400;
  line-height: 1.1;
  color: #d9d6d8;
  margin-bottom: 1rem; }

.name_application__input,
.number_application__input,
.square_application__input,
.place_application__input {
  width: 100%;
  height: 45px;
  background: #d3d8dc;
  border-radius: 3px;
  padding: 1.14286rem;
  font-size: 20px;
  font-weight: 700;
  line-height: 1.5; }
  .name_application__input::-webkit-input-placeholder,
  .number_application__input::-webkit-input-placeholder,
  .square_application__input::-webkit-input-placeholder,
  .place_application__input::-webkit-input-placeholder {
    font-size: calc(14px + 0 * ((100vw - 320px) / 1040));
    font-weight: 400;
    line-height: 1.1;
    color: #4a4a4a;
    opacity: 0.6; }
  .name_application__input:-ms-input-placeholder,
  .number_application__input:-ms-input-placeholder,
  .square_application__input:-ms-input-placeholder,
  .place_application__input:-ms-input-placeholder {
    font-size: calc(14px + 0 * ((100vw - 320px) / 1040));
    font-weight: 400;
    line-height: 1.1;
    color: #4a4a4a;
    opacity: 0.6; }
  .name_application__input::-ms-input-placeholder,
  .number_application__input::-ms-input-placeholder,
  .square_application__input::-ms-input-placeholder,
  .place_application__input::-ms-input-placeholder {
    font-size: calc(14px + 0 * ((100vw - 320px) / 1040));
    font-weight: 400;
    line-height: 1.1;
    color: #4a4a4a;
    opacity: 0.6; }
  .name_application__input::placeholder,
  .number_application__input::placeholder,
  .square_application__input::placeholder,
  .place_application__input::placeholder {
    font-size: calc(14px + 0 * ((100vw - 320px) / 1040));
    font-weight: 400;
    line-height: 1.1;
    color: #4a4a4a;
    opacity: 0.6; }
  .name_application__input:focus,
  .number_application__input:focus,
  .square_application__input:focus,
  .place_application__input:focus {
    border: 1px solid #e7981f;
    border-bottom: 3px solid #e7981f; }

.error {
  -webkit-box-shadow: 0 0 9px #b40303;
  box-shadow: 0 0 9px #b40303; }

.application__submit {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center; }
  .application__submit button {
    background: #e7981f;
    -webkit-box-flex: 0;
    -ms-flex: 0 1 auto;
    flex: 0 1 auto;
    padding: 0.72rem 1.85714rem;
    color: #ffffff;
    font-size: calc(16px + 0 * ((100vw - 320px) / 1040));
    font-weight: 400;
    text-align: center;
    line-height: 1.5;
    border-radius: 5px;
    text-transform: uppercase;
    letter-spacing: 0.05em;
    -webkit-transition: -webkit-box-shadow 0.5s ease;
    transition: -webkit-box-shadow 0.5s ease;
    -o-transition: box-shadow 0.5s ease;
    transition: box-shadow 0.5s ease;
    transition: box-shadow 0.5s ease, -webkit-box-shadow 0.5s ease; }
    .application__submit button:hover {
      -webkit-transition: -webkit-box-shadow 0.2s ease;
      transition: -webkit-box-shadow 0.2s ease;
      -o-transition: box-shadow 0.2s ease;
      transition: box-shadow 0.2s ease;
      transition: box-shadow 0.2s ease, -webkit-box-shadow 0.2s ease;
      -webkit-box-shadow: 3px 3px 0px #cb7d05;
      box-shadow: 3px 3px 0px #cb7d05; }
      .application__submit button:hover:active {
        -webkit-transition: -webkit-transform 0.2s ease;
        transition: -webkit-transform 0.2s ease;
        -o-transition: transform 0.2s ease;
        transition: transform 0.2s ease;
        transition: transform 0.2s ease, -webkit-transform 0.2s ease;
        -webkit-transform: scale(1.008);
        -ms-transform: scale(1.008);
        transform: scale(1.008); }

.overlay {
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-color: rgba(255, 255, 255, 0.5);
  display: none;
  z-index: 10000;
  overflow-y: scroll; }
  @media (max-width: 767.98px) {
    .overlay {
      padding: 0 2rem; } }

.overlay__body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  min-height: 100%; }

.popup {
  position: relative;
  max-width: 500px;
  left: 0;
  top: 0;
  padding: 2.5rem;
  background-color: #1d2b36; }
  .popup .application_button__close:hover {
    border-radius: 50%;
    background-color: #d3d8dc;
    -webkit-transition: background-color 0.6s ease-out 0s;
    -o-transition: background-color 0.6s ease-out 0s;
    transition: background-color 0.6s ease-out 0s; }
    .popup .application_button__close:hover .application-close {
      fill: #4a4a4a;
      -webkit-transition: fill 0.4s ease-out 0s;
      -o-transition: fill 0.4s ease-out 0s;
      transition: fill 0.4s ease-out 0s; }
  @media (max-width: 767.98px) {
    .popup {
      padding: 2.5rem; } }

.close-popup {
  position: absolute;
  top: 15px;
  right: 15px;
  width: 23px;
  height: 23px;
  cursor: pointer;
  background-color: #1d2b36; }

.overlay_content {
  width: 100%;
  height: 100%;
  color: white;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center; }
  @media (min-width: 767.98px) {
    .overlay_content {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
      -ms-flex-direction: row;
      flex-direction: row; } }

.overlay_content__text {
  font-size: 1em;
  line-height: 1.5;
  text-align: center;
  letter-spacing: 0.04rem;
  font-weight: 400; }

.overlay_content__image {
  padding-right: 1rem;
  display: block;
  width: 86px; }
  @media (max-width: 767.98px) {
    .overlay_content__image {
      padding-right: 0;
      padding-bottom: 2rem;
      width: 25%; } }
  @media (max-width: 425.98px) {
    .overlay_content__image {
      width: 30%; } }

.content_submit_application {
  margin-bottom: -3.5714rem; }
  .content_submit_application.step_back {
    padding-top: 6.7857rem;
    padding-bottom: 0rem; }

.submit_application__container {
  position: relative; }

.submit_application__title.title_h2 {
  color: #000000;
  line-height: 1; }

.submit_application__body {
  max-width: 71.4286rem;
  margin: 0 auto;
  position: relative;
  top: 0rem;
  left: 0;
  right: 0; }
  @media (max-width: 1090.98px) {
    .submit_application__body {
      width: 90%; } }
  @media (max-width: 370.98px) {
    .submit_application__body {
      width: 95%; } }

.submit_application__form {
  padding: 3.2143rem 7.5rem;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  background: #353e47;
  -webkit-box-flex: 0;
  -ms-flex: 0 1 71.42857rem;
  flex: 0 1 71.42857rem; }
  @media (max-width: 1023.98px) {
    .submit_application__form {
      padding: 3.2143rem 10%; } }
  @media (max-width: 768.98px) {
    .submit_application__form {
      padding: 3.2143rem 18%; } }
  @media (max-width: 560.98px) {
    .submit_application__form {
      padding: 3.2143rem 15%; } }
  .submit_application__form._sending::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(255, 255, 255, 0.5) url("../img/application/loading.gif") center/60px no-repeat;
    opacity: 1;
    -webkit-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease; }

.submit_application__text {
  font-size: calc(13px + 1 * ((100vw - 320px) / 1040));
  font-weight: 400;
  line-height: 1.2;
  color: #aab9c6;
  text-align: center;
  margin-bottom: 3.57143rem; }
  @media (max-width: 600.98px) {
    .submit_application__text {
      max-width: 100%;
      margin: 0 auto;
      margin-bottom: 3.57143rem; }
      .submit_application__text br {
        display: none; } }

.submit_application__input {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column; }
  @media (min-width: 768.98px) {
    .submit_application__input {
      display: -ms-grid;
      display: grid;
      -webkit-box-pack: justify;
      -ms-flex-pack: justify;
      justify-content: space-between;
      -ms-grid-rows: 1fr 0.7fr;
      -ms-grid-columns: 44.4% 44.4%;
      grid-template: 1fr 0.7fr / 44.4% 44.4%;
      margin-bottom: 3.57143rem; } }

.submit_application__name {
  margin-bottom: 2.1428rem; }

.submit_name__text,
.submit_number__text,
.submit_square__text,
.submit_place__text {
  display: block;
  font-size: calc(13px + 0 * ((100vw - 320px) / 1040));
  font-weight: 400;
  line-height: 1.1;
  color: #d9d6d8;
  margin-bottom: 1rem; }

.submit_name__input,
.submit_number__input,
.submit_square__input,
.submit_place__input {
  width: 100%;
  height: 45px;
  background: #d3d8dc;
  border-radius: 3px;
  padding: 1.14286rem;
  font-size: 20px;
  font-weight: 700;
  line-height: 1.5; }
  .submit_name__input::-webkit-input-placeholder,
  .submit_number__input::-webkit-input-placeholder,
  .submit_square__input::-webkit-input-placeholder,
  .submit_place__input::-webkit-input-placeholder {
    font-size: calc(14px + 0 * ((100vw - 320px) / 1040));
    font-weight: 400;
    line-height: 1.1;
    color: #4a4a4a;
    opacity: 0.6; }
  .submit_name__input:-ms-input-placeholder,
  .submit_number__input:-ms-input-placeholder,
  .submit_square__input:-ms-input-placeholder,
  .submit_place__input:-ms-input-placeholder {
    font-size: calc(14px + 0 * ((100vw - 320px) / 1040));
    font-weight: 400;
    line-height: 1.1;
    color: #4a4a4a;
    opacity: 0.6; }
  .submit_name__input::-ms-input-placeholder,
  .submit_number__input::-ms-input-placeholder,
  .submit_square__input::-ms-input-placeholder,
  .submit_place__input::-ms-input-placeholder {
    font-size: calc(14px + 0 * ((100vw - 320px) / 1040));
    font-weight: 400;
    line-height: 1.1;
    color: #4a4a4a;
    opacity: 0.6; }
  .submit_name__input::placeholder,
  .submit_number__input::placeholder,
  .submit_square__input::placeholder,
  .submit_place__input::placeholder {
    font-size: calc(14px + 0 * ((100vw - 320px) / 1040));
    font-weight: 400;
    line-height: 1.1;
    color: #4a4a4a;
    opacity: 0.6; }
  .submit_name__input:focus,
  .submit_number__input:focus,
  .submit_square__input:focus,
  .submit_place__input:focus {
    border: 1px solid #e7981f;
    border-bottom: 3px solid #e7981f; }

@media (max-width: 768.98px) {
  .submit_application__number {
    margin-bottom: 2.1428rem; } }

@media (max-width: 768.98px) {
  .submit_application__square {
    margin-bottom: 2.1428rem; } }

@media (max-width: 768.98px) {
  .submit_application__place {
    margin-bottom: 4.1428rem; } }

.submit_application__submit {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center; }
  .submit_application__submit button {
    background: #e7981f;
    -webkit-box-flex: 0;
    -ms-flex: 0 1 auto;
    flex: 0 1 auto;
    padding: 0.72rem 1.85714rem;
    color: #ffffff;
    font-size: calc(16px + 0 * ((100vw - 320px) / 1040));
    font-weight: 400;
    text-align: center;
    line-height: 1.5;
    border-radius: 5px;
    text-transform: uppercase;
    letter-spacing: 0.05em;
    -webkit-transition: -webkit-box-shadow 0.5s ease;
    transition: -webkit-box-shadow 0.5s ease;
    -o-transition: box-shadow 0.5s ease;
    transition: box-shadow 0.5s ease;
    transition: box-shadow 0.5s ease, -webkit-box-shadow 0.5s ease; }
    .submit_application__submit button:hover {
      -webkit-transition: -webkit-box-shadow 0.2s ease;
      transition: -webkit-box-shadow 0.2s ease;
      -o-transition: box-shadow 0.2s ease;
      transition: box-shadow 0.2s ease;
      transition: box-shadow 0.2s ease, -webkit-box-shadow 0.2s ease;
      -webkit-box-shadow: 3px 3px 0px #cb7d05;
      box-shadow: 3px 3px 0px #cb7d05; }
      .submit_application__submit button:hover:active {
        -webkit-transition: -webkit-transform 0.2s ease;
        transition: -webkit-transform 0.2s ease;
        -o-transition: transform 0.2s ease;
        transition: transform 0.2s ease;
        transition: transform 0.2s ease, -webkit-transform 0.2s ease;
        -webkit-transform: scale(1.008);
        -ms-transform: scale(1.008);
        transform: scale(1.008); }

body {
  width: 100%;
  font-family: "Open Sans", sans-serif;
  font-size: 1.142857em;
  font-weight: 300;
  color: #000000;
  background: #ededed; }
  body.application {
    overflow: hidden; }
  body.lock {
    overflow-y: scroll; }
    @media (max-width: 1050.98px) {
      body.lock {
        overflow: hidden; } }
  body.lock-work {
    overflow: hidden; }
  body.lock_caption {
    overflow-y: scroll;
    overflow-x: hidden; }
    @media screen and (max-width: 768.98px), screen and (max-height: 450.98px) {
      body.lock_caption {
        overflow: hidden; } }
  body.submit-application {
    overflow: hidden; }
  body.lock-application {
    overflow: hidden; }

.wrapper {
  overflow: hidden;
  min-height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column; }

[class*="__container"] {
  max-width: 96.85714rem;
  margin: 0 auto;
  padding: 0 1.285714rem; }

::-webkit-scrollbar {
  width: 0.5rem; }

::-webkit-scrollbar-track {
  background-color: #ffffff;
  -webkit-box-shadow: 0 0 2px #4a4a4a inset;
  box-shadow: 0 0 2px #4a4a4a inset; }
  ::-webkit-scrollbar-track:hover {
    background-color: #eef4f9; }

::-webkit-scrollbar-thumb {
  background-color: #4a4a4a;
  border-radius: 0.25rem; }
  ::-webkit-scrollbar-thumb:hover {
    background-color: #000000; }

.title_h2 {
  font-size: calc(26px + 8 * ((100vw - 320px) / 1040));
  color: #ffffff;
  font-family: "Open Sans", sans-serif;
  font-weight: 300;
  text-align: center;
  line-height: 1.25;
  margin-bottom: 5rem; }
  @media (min-width: 1919.98px) {
    .title_h2 {
      font-size: 2.47em; } }

.title_h3 {
  font-size: calc(22px + 5 * ((100vw - 320px) / 1040));
  color: #ffffff;
  font-family: "Open Sans", sans-serif;
  font-weight: 300;
  text-align: center;
  line-height: 1.25;
  margin-bottom: 3.5rem;
  margin-top: 4.2857rem; }
  @media (min-width: 1919.98px) {
    .title_h3 {
      font-size: 1.714em; } }
  @media (max-width: 620.98px) {
    .title_h3 {
      margin-bottom: 3rem;
      margin-top: 3.571rem; } }

.step_back {
  padding-top: 6.7857rem;
  padding-bottom: 5rem; }

.content_button {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center; }
  .content_button button {
    background: #e7981f;
    -webkit-box-flex: 0;
    -ms-flex: 0 1 auto;
    flex: 0 1 auto;
    padding: 0.72rem 1.85714rem;
    color: #ffffff;
    font-size: calc(14px + 2 * ((100vw - 320px) / 1040));
    font-weight: 400;
    text-align: center;
    line-height: 1.5;
    border-radius: 5px;
    text-transform: uppercase;
    letter-spacing: 0.05em;
    -webkit-transition: -webkit-box-shadow 0.5s ease;
    transition: -webkit-box-shadow 0.5s ease;
    -o-transition: box-shadow 0.5s ease;
    transition: box-shadow 0.5s ease;
    transition: box-shadow 0.5s ease, -webkit-box-shadow 0.5s ease; }
    .content_button button:hover {
      -webkit-transition: -webkit-box-shadow 0.2s ease;
      transition: -webkit-box-shadow 0.2s ease;
      -o-transition: box-shadow 0.2s ease;
      transition: box-shadow 0.2s ease;
      transition: box-shadow 0.2s ease, -webkit-box-shadow 0.2s ease;
      -webkit-box-shadow: 3px 3px 0px #cb7d05;
      box-shadow: 3px 3px 0px #cb7d05; }

.content__error-404 {
  background-color: #353e47;
  margin-top: 8.2rem; }

.error-404__title-404 {
  margin: 0 auto;
  text-align: center;
  color: #D3D8DC;
  font-size: 5.5em;
  font-weight: 700;
  margin-bottom: 2.857rem;
  letter-spacing: 1.25rem; }

.error-404__title {
  margin-bottom: 2rem;
  font-size: calc(22px + 8 * ((100vw - 320px) / 1040)); }

.error-404__subtitle {
  text-align: center;
  font-size: 1em;
  color: #ffffff;
  font-weight: 400;
  line-height: 1.45; }
